{
  "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/XVUmpmPn1EPL0dzocT35/Ticker.js", "ssg:https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/GzHgU466IQmt8g4qOKj8/UsePageVisibility.js", "ssg:https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/3r1MOrsbGq47TYKOPcQV/SlideShow.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/m9mIyviRtttjpWkRQvG9/lRb9G145GP0DVSpFfIAS/b8qvm_XpH.js", "ssg:https://framerusercontent.com/modules/yGzJ3GbTQD67AND0Bu6L/Ztlfm9sGDsQP6FPj9XtX/CSWLbcLN4.js", "ssg:https://framerusercontent.com/modules/VrIFKOrlIsJKrMl0u4Dc/tPM0pJnyz1Ha83qul5Oj/dMzndKMgd.js", "ssg:https://framerusercontent.com/modules/pySabvzRPeTNEcPuaQJF/nFTC6KJA78v5ksXJggHR/DzWG2ePx4.js", "ssg:https://framerusercontent.com/modules/SbJF9zSM7CukzLvNQtk3/qI6Hj2IOwHhk7e3wUlnb/ErMS3Z62T.js", "ssg:https://framerusercontent.com/modules/1JmrSsxejLJVwk59UURe/Ryoe9w25D2r8odGIKvbU/Eexv2Tnqn.js", "ssg:https://framerusercontent.com/modules/CPM0jR0NUHmh6sZ0pfLH/MrsPi1BsRwUaBP2PDfuH/eh32DLd2H.js", "ssg:https://framerusercontent.com/modules/aMp5uvOUbeRVr7UPUmup/BqAIuFOHZexS2JghNjyM/qScbNYtt3.js", "ssg:https://framerusercontent.com/modules/vwE9XFql09ZeMbmh767s/HXOY8EUtgctQtzmFWzbX/W_ZWObZHr.js", "ssg:https://framerusercontent.com/modules/l26AHVYrgjfZkjDGAcGF/LaBm1T0GKQAA3XDviQ2z/oumKcYECI.js", "ssg:https://framerusercontent.com/modules/dHWTaZ2KqIWlf747hnOx/CGU1Av2Hk7qpFkPAPNHJ/pTo8vXLi1.js", "ssg:https://framerusercontent.com/modules/7MMKbKGK5DgcQipk8j4W/wqQkrMbJsgYowdU82ObF/pu7xUrufG.js", "ssg:https://framerusercontent.com/modules/vH4KlL7djmC1sDFZ1zQN/iFLOi6gjWBEI5UPk6bNz/u_74Mk7OP.js", "ssg:https://framerusercontent.com/modules/pdaz0CWPTnaOE5aeBlkl/T1dLvYHeJEqzVGd8ccKd/t4N0b851y.js", "ssg:https://framerusercontent.com/modules/7Rque5r3JDGDnLy0DGuu/n2ZuLNjXRJ97lDWvaFGg/VDDwKFmWB.js", "ssg:https://framerusercontent.com/modules/tFtRHJiKpuxe2eBkyuYN/pfJwSroCI4NAPUj22MXC/augiA20Il.js"],
  "sourcesContent": ["function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let f=0;for(;f<o-2;f++)if(s<e[f+1])break;let r=clamp(0,1,progress(e[f],e[f+1],s));const c=getEasingForSegment(n,f);r=c(r);return mix(t[f],t[f+1],r)}}const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isFunction=t=>\"function\"===typeof t;const isString=t=>\"string\"===typeof t;const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isFunction,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,defaults as i,isEasingGenerator as e,isEasingList as s,interpolate as a}from\"@motionone/utils\";import{cubicBezier as n,steps as r}from\"@motionone/easing\";const o={ease:n(.25,.1,.25,1),\"ease-in\":n(.42,0,1,1),\"ease-in-out\":n(.42,0,.58,1),\"ease-out\":n(0,0,.58,1)};const h=/\\((.*?)\\)/;function getEasingFunction(i){if(\"function\"===typeof i)return i;if(Array.isArray(i))return n(...i);if(o[i])return o[i];if(i.startsWith(\"steps\")){const t=h.exec(i);if(t){const i=t[1].split(\",\");return r(parseFloat(i[0]),i[1].trim())}}return t}class Animation{constructor(n,r=[0,1],{easing:o,duration:h=i.duration,delay:u=i.delay,endDelay:l=i.endDelay,repeat:m=i.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=t;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));o=o||i.easing;if(e(o)){const t=o.createAnimation(r,(()=>\"0\"),true);o=t.easing;void 0!==t.keyframes&&(r=t.keyframes);void 0!==t.duration&&(h=t.duration)}this.repeat=m;this.easing=s(o)?t:getEasingFunction(o);this.updateDuration(h);const d=a(r,c,s(o)?o.map(getEasingFunction):t);this.tick=t=>{var i;u=u;let e=0;e=void 0!==this.pauseTime?this.pauseTime:(t-this.startTime)*this.rate;this.t=e;e/=1e3;e=Math.max(e-u,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(e=this.totalDuration);const s=e/this.duration;let a=Math.floor(s);let r=s%1;!r&&s>=1&&(r=1);1===r&&a--;const o=a%2;(\"reverse\"===p||\"alternate\"===p&&o||\"alternate-reverse\"===p&&!o)&&(r=1-r);const h=e>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(h));n(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||e>=this.totalDuration+l);if(c){this.playState=\"finished\";null===(i=this.resolve)||void 0===i?void 0:i.call(this,m)}else\"idle\"!==this.playState&&(this.frameRequestId=requestAnimationFrame(this.tick))};this.play()}play(){const t=performance.now();this.playState=\"running\";void 0!==this.pauseTime?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t);this.cancelTimestamp=this.startTime;this.pauseTime=void 0;this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState=\"paused\";this.pauseTime=this.t}finish(){this.playState=\"finished\";this.tick(0)}stop(){var t;this.playState=\"idle\";void 0!==this.frameRequestId&&cancelAnimationFrame(this.frameRequestId);null===(t=this.reject)||void 0===t?void 0:t.call(this,false)}cancel(){this.stop();this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t;this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){void 0!==this.pauseTime||0===this.rate?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}export{Animation,getEasingFunction};\n\n//# sourceMappingURL=index.es.js.map", "var extendStatics=function(e,t){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])};return extendStatics(e,t)};function __extends(e,t){if(\"function\"!==typeof t&&null!==t)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}var __assign=function(){__assign=Object.assign||function __assign(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e};return __assign.apply(this,arguments)};function __rest(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"===typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function __decorate(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i}function __param(e,t){return function(r,n){t(r,n,e)}}function __metadata(e,t){if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.metadata)return Reflect.metadata(e,t)}function __awaiter(e,t,r,n){function adopt(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,o){function fulfilled(e){try{step(n.next(e))}catch(e){o(e)}}function rejected(e){try{step(n.throw(e))}catch(e){o(e)}}function step(e){e.done?r(e.value):adopt(e.value).then(fulfilled,rejected)}step((n=n.apply(e,t||[])).next())}))}function __generator(e,t){var r,n,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:verb(0),throw:verb(1),return:verb(2)},\"function\"===typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function verb(e){return function(t){return step([e,t])}}function step(a){if(r)throw new TypeError(\"Generator is already executing.\");while(i)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;(n=0,o)&&(a=[2&a[0],o.value]);switch(a[0]){case 0:case 1:o=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;n=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1];o=a;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(a);break}o[2]&&i.ops.pop();i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e];n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:true}}}var e=Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:true,get:function(){return t[r]}});Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r);e[n]=t[r]};function __exportStar(t,r){for(var n in t)\"default\"===n||Object.prototype.hasOwnProperty.call(r,n)||e(r,t,n)}function __values(e){var t=\"function\"===typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&\"number\"===typeof e.length)return{next:function(){e&&n>=e.length&&(e=void 0);return{value:e&&e[n++],done:!e}}};throw new TypeError(t?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function __read(e,t){var r=\"function\"===typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{while((void 0===t||t-- >0)&&!(n=a.next()).done)i.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return i}\n/** @deprecated */function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}\n/** @deprecated */function __spreadArrays(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),o=0;for(t=0;t<r;t++)for(var a=arguments[t],i=0,c=a.length;i<c;i++,o++)n[o]=a[i];return n}function __spreadArray(e,t,r){if(r||2===arguments.length)for(var n,o=0,a=t.length;o<a;o++)if(n||!(o in t)){n||(n=Array.prototype.slice.call(t,0,o));n[o]=t[o]}return e.concat(n||Array.prototype.slice.call(t))}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,r){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var n,o=r.apply(e,t||[]),a=[];return n={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),n[Symbol.asyncIterator]=function(){return this},n;function verb(e){o[e]&&(n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||resume(e,t)}))})}function resume(e,t){try{step(o[e](t))}catch(e){settle(a[0][3],e)}}function step(e){e.value instanceof __await?Promise.resolve(e.value.v).then(fulfill,reject):settle(a[0][2],e)}function fulfill(e){resume(\"next\",e)}function reject(e){resume(\"throw\",e)}function settle(e,t){(e(t),a.shift(),a.length)&&resume(a[0][0],a[0][1])}}function __asyncDelegator(e){var t,r;return t={},verb(\"next\"),verb(\"throw\",(function(e){throw e})),verb(\"return\"),t[Symbol.iterator]=function(){return this},t;function verb(n,o){t[n]=e[n]?function(t){return(r=!r)?{value:__await(e[n](t)),done:\"return\"===n}:o?o(t):t}:o}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=\"function\"===typeof __values?__values(e):e[Symbol.iterator](),t={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),t[Symbol.asyncIterator]=function(){return this},t);function verb(r){t[r]=e[r]&&function(t){return new Promise((function(n,o){t=e[r](t),settle(n,o,t.done,t.value)}))}}function settle(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)}}function __makeTemplateObject(e,t){Object.defineProperty?Object.defineProperty(e,\"raw\",{value:t}):e.raw=t;return e}var t=Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:true,value:t})}:function(e,t){e.default=t};function __importStar(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)\"default\"!==o&&Object.prototype.hasOwnProperty.call(r,o)&&e(n,r,o);t(n,r);return n}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,r,n){if(\"a\"===r&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(\"function\"===typeof t?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return\"m\"===r?n:\"a\"===r?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,r,n,o){if(\"m\"===n)throw new TypeError(\"Private method is not writable\");if(\"a\"===n&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(\"function\"===typeof t?e!==t||!o:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return\"a\"===n?o.call(e,r):o?o.value=r:t.set(e,r),r}function __classPrivateFieldIn(e,t){if(null===t||\"object\"!==typeof t&&\"function\"!==typeof t)throw new TypeError(\"Cannot use 'in' operator on non-object\");return\"function\"===typeof e?t===e:e.has(t)}export{__assign,__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,e as __createBinding,__decorate,__exportStar,__extends,__generator,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__read,__rest,__spread,__spreadArray,__spreadArrays,__values};\n\n//# sourceMappingURL=tslib.es6.js.map", "var n={};Object.defineProperty(n,\"__esModule\",{value:true});n.warning=function(){};n.invariant=function(){};const e=n.__esModule,t=n.warning,r=n.invariant;export default n;export{e as __esModule,r as invariant,t as warning};\n\n//# sourceMappingURL=index.js.map", "import{velocityPerSecond as e,time as t}from\"@motionone/utils\";const s=5;function calcGeneratorVelocity(t,n,r){const a=Math.max(n-s,0);return e(r-t(a),n-a)}const n={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=n.stiffness,t=n.damping,s=n.mass)=>t/(2*Math.sqrt(e*s));function hasReachedTarget(e,t,s){return e<t&&s>=t||e>t&&s<=t}const spring=({stiffness:e=n.stiffness,damping:s=n.damping,mass:r=n.mass,from:a=0,to:o=1,velocity:c=0,restSpeed:i=2,restDistance:h=.5}={})=>{c=c?t.s(c):0;const u={done:false,hasReachedTarget:false,current:a,target:o};const d=o-a;const f=Math.sqrt(e/r)/1e3;const l=calcDampingRatio(e,s,r);let g;if(l<1){const e=f*Math.sqrt(1-l*l);g=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else g=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=g(e);const t=0===e?c:calcGeneratorVelocity(g,e,u.current);const s=Math.abs(t)<=i;const n=Math.abs(o-u.current)<=h;u.done=s&&n;u.hasReachedTarget=hasReachedTarget(a,o,u.current);return u}};const glide=({from:e=0,velocity:s=0,power:n=.8,decay:r=.325,bounceDamping:a,bounceStiffness:o,changeTarget:c,min:i,max:h,restDistance:u=.5,restSpeed:d})=>{r=t.ms(r);const f={hasReachedTarget:false,done:false,current:e,target:e};const isOutOfBounds=e=>void 0!==i&&e<i||void 0!==h&&e>h;const nearestBoundary=e=>void 0===i?h:void 0===h||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=void 0===c?g:c(g);f.target=m;m!==g&&(l=m-e);const calcDelta=e=>-l*Math.exp(-e/r);const calcLatest=e=>m+calcDelta(e);const applyFriction=e=>{const t=calcDelta(e);const s=calcLatest(e);f.done=Math.abs(t)<=u;f.current=f.done?m:s};let p;let M;const checkCatchBoundary=e=>{if(isOutOfBounds(f.current)){p=e;M=spring({from:f.current,to:nearestBoundary(f.current),velocity:calcGeneratorVelocity(calcLatest,e,f.current),damping:a,stiffness:o,restDistance:u,restSpeed:d})}};checkCatchBoundary(0);return e=>{let t=false;if(!M&&void 0===p){t=true;applyFriction(e);checkCatchBoundary(e)}if(void 0!==p&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const r=10;const a=1e4;function pregenerateKeyframes(e){let t;let s=r;let n=e(0);const o=[n.current];while(!n.done&&s<a){n=e(s);o.push(n.done?n.target:n.current);void 0===t&&n.hasReachedTarget&&(t=s);s+=r}const c=s-r;1===o.length&&o.push(n.current);return{keyframes:o,duration:c/1e3,overshootDuration:(null!==t&&void 0!==t?t:c)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n\n//# sourceMappingURL=index.es.js.map", "import{MotionValue as e}from\"@motionone/types\";import{noopReturn as t,addUniqueItem as n,isCubicBezier as o,defaults as i,isEasingGenerator as s,isNumber as r,time as a,isEasingList as c,noop as l,removeItem as f,mix as u,getEasingForSegment as d,isString as g,defaultOffset as m,fillOffset as h,progress as p,velocityPerSecond as v,interpolate as y}from\"@motionone/utils\";import{Animation as w,getEasingFunction as E}from\"@motionone/animation\";import{__rest as b}from\"tslib\";import{invariant as S}from\"hey-listen\";import{pregenerateKeyframes as A,calcGeneratorVelocity as O,spring as x,glide as V}from\"@motionone/generators\";const z=new WeakMap;function getAnimationData(e){z.has(e)||z.set(e,{transforms:[],values:new Map});return z.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const W=[\"\",\"X\",\"Y\",\"Z\"];const L=[\"translate\",\"scale\",\"rotate\",\"skew\"];const T={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const D={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const M={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:D,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:D};const k=new Map;const asTransformCssVar=e=>`--motion-${e}`;const B=[\"x\",\"y\",\"z\"];L.forEach((e=>{W.forEach((t=>{B.push(e+t);k.set(asTransformCssVar(e+t),M[e])}))}));const compareTransformOrder=(e,t)=>B.indexOf(e)-B.indexOf(t);const j=new Set(B);const isTransform=e=>j.has(e);const addTransformToElement=(e,t)=>{T[t]&&(t=T[t]);const{transforms:o}=getAnimationData(e);n(o,t);e.style.transform=buildTransformTemplate(o)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const P=new Set;function registerCssVariable(e){if(!P.has(e)){P.add(e);try{const{syntax:t,initialValue:n}=k.has(e)?k.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const convertEasing=e=>o(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;const testAnimation=e=>document.createElement(\"div\").animate(e,{duration:.001});const C={cssRegisterProperty:()=>\"undefined\"!==typeof CSS&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]}).finished)};const $={};const R={};for(const e in C)R[e]=()=>{void 0===$[e]&&($[e]=C[e]());return $[e]};function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){T[e]&&(e=T[e]);return isTransform(e)?asTransformCssVar(e):e}const H={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=k.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&\"finished\"!==e.playState)try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={}){const f=getDevToolsRecord();const u=false!==o.record&&f;let d;let{duration:g=i.duration,delay:m=i.delay,endDelay:h=i.endDelay,repeat:p=i.repeat,easing:v=i.easing,direction:y,offset:E,allowWebkitAcceleration:b=false}=o;const S=getAnimationData(e);let A=R.waapi();const O=isTransform(t);O&&addTransformToElement(e,t);const x=getStyleName(t);const V=getMotionValue(S.values,x);const z=k.get(x);stopAnimation(V.animation,!(s(v)&&V.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=H.get(e,x))&&void 0!==t?t:null===z||void 0===z?void 0:z.initialValue)&&void 0!==n?n:0};let i=hydrateKeyframes(keyframesList(n),readInitialValue);if(s(v)){const e=v.createAnimation(i,readInitialValue,O,x,V);v=e.easing;void 0!==e.keyframes&&(i=e.keyframes);void 0!==e.duration&&(g=e.duration)}isCssVar(x)&&(R.cssRegisterProperty()?registerCssVariable(x):A=false);if(A){z&&(i=i.map((e=>r(e)?z.toDefaultUnit(e):e)));1!==i.length||R.partialKeyframes()&&!u||i.unshift(readInitialValue());const t={delay:a.ms(m),duration:a.ms(g),endDelay:a.ms(h),easing:c(v)?void 0:convertEasing(v),direction:y,iterations:p+1,fill:\"both\"};d=e.animate({[x]:i,offset:E,easing:c(v)?v.map(convertEasing):void 0},t);d.finished||(d.finished=new Promise(((e,t)=>{d.onfinish=e;d.oncancel=t})));const n=i[i.length-1];d.finished.then((()=>{H.set(e,x,n);d.cancel()})).catch(l);b||(d.playbackRate=1.000001)}else if(O){i=i.map((e=>\"string\"===typeof e?parseFloat(e):e));1===i.length&&i.unshift(parseFloat(readInitialValue()));const render=t=>{z&&(t=z.toDefaultUnit(t));H.set(e,x,t)};d=new w(render,i,Object.assign(Object.assign({},o),{duration:g,easing:v}))}else{const t=i[i.length-1];H.set(e,x,z&&r(t)?z.toDefaultUnit(t):t)}u&&f(e,t,i,{duration:g,delay:m,easing:v,repeat:p,offset:E},\"motion-one\");V.setAnimation(d);return d}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(\"string\"===typeof e)if(t){null!==(n=t[e])&&void 0!==n?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=i.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},I);const getActiveAnimation=e=>e.animations[0];const I={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return a.s((null===n||void 0===n?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return null===n||void 0===n?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(l));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return\"undefined\"===typeof(null===n||void 0===n?void 0:n[t])?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=a.ms(n);case\"currentTime\":case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(e=.1,{start:t=0,from:n=0,easing:o}={}){return(i,s)=>{const a=r(n)?n:getFromIndex(n,s);const c=Math.abs(a-i);let l=e*c;if(o){const t=s*e;const n=E(o);l=n(l/t)*t}return t+l}}function getFromIndex(e,t){if(\"first\"===e)return 0;{const n=t-1;return\"last\"===e?n:n/2}}function resolveOption(e,t,n){return\"function\"===typeof e?e(t,n):e}function animate(e,t,n={}){e=resolveElements(e);const o=e.length;const i=[];for(let s=0;s<o;s++){const r=e[s];for(const e in t){const a=getOptions(n,e);a.delay=resolveOption(a.delay,s,o);const c=animateStyle(r,e,t[e],a);i.push(c)}}return withControls(i,n,n.duration)}function calcNextTime(e,t,n,o){var i;return r(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):\"<\"===t?n:null!==(i=o.get(t))&&void 0!==i?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){f(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:u(i,s,o[r]),easing:d(n,r)})}function compareByTime(e,t){return e.at===t.at?null===e.value?1:-1:e.at-t.at}function timeline(e,t={}){var n;const o=createAnimationsFromTimeline(e,t);const i=o.map((e=>animateStyle(...e))).filter(Boolean);return withControls(i,t,null===(n=o[0])||void 0===n?void 0:n[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:n={}}=t,o=b(t,[\"defaultOptions\"]);const r=[];const a=new Map;const c={};const l=new Map;let f=0;let u=0;let d=0;for(let t=0;t<e.length;t++){const o=e[t];if(g(o)){l.set(o,u);continue}if(!Array.isArray(o)){l.set(o.name,calcNextTime(u,o.at,f,l));continue}const[r,p,v={}]=o;void 0!==v.at&&(u=calcNextTime(u,v.at,f,l));let y=0;const w=resolveElements(r,c);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,a);for(const t in p){const r=getValueSequence(t,o);let a=keyframesList(p[t]);const c=getOptions(v,t);let{duration:l=n.duration||i.duration,easing:f=n.easing||i.easing}=c;if(s(f)){const e=isTransform(t);S(2===a.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=f.createAnimation(a,(()=>\"0\"),e);f=n.easing;void 0!==n.keyframes&&(a=n.keyframes);void 0!==n.duration&&(l=n.duration)}const g=resolveOption(v.delay,e,E)||0;const w=u+g;const b=w+l;let{offset:A=m(a.length)}=c;1===A.length&&0===A[0]&&(A[1]=1);const O=length-a.length;O>0&&h(A,O);1===a.length&&a.unshift(null);addKeyframes(r,a,f,A,w,b);y=Math.max(g+l,y);d=Math.max(b,d)}}f=u;u+=y}a.forEach(((e,t)=>{for(const s in e){const a=e[s];a.sort(compareByTime);const c=[];const l=[];const f=[];for(let e=0;e<a.length;e++){const{at:t,value:n,easing:o}=a[e];c.push(n);l.push(p(0,d,t));f.push(o||i.easing)}if(0!==l[0]){l.unshift(0);c.unshift(c[0]);f.unshift(\"linear\")}if(1!==l[l.length-1]){l.push(1);c.push(null)}r.push([t,s,c,Object.assign(Object.assign(Object.assign({},n),{duration:d,easing:f,offset:l}),o)])}}));return r}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s,restSpeed:r?.05:2,restDistance:r?.01:.5},n)));return o.get(a)};const getKeyframes=e=>{t.has(e)||t.set(e,A(e));return t.get(e)};return{createAnimation:(e,t,n,o,i)=>{var s,r;let a;const c=e.length;let l=n&&c<=2&&e.every(isNumberOrNull);if(l){const n=e[c-1];const l=1===c?null:e[0];let f=0;let u=0;const d=null===i||void 0===i?void 0:i.generator;if(d){const{animation:t,generatorStartTime:n}=i;const o=(null===t||void 0===t?void 0:t.startTime)||n||0;const r=(null===t||void 0===t?void 0:t.currentTime)||performance.now()-o;const a=d(r).current;u=null!==(s=l)&&void 0!==s?s:a;(1===c||2===c&&null===e[0])&&(f=O((e=>d(e).current),r,a))}else u=null!==(r=l)&&void 0!==r?r:parseFloat(t());const g=getGenerator(u,n,f,null===o||void 0===o?void 0:o.includes(\"scale\"));const m=getKeyframes(g);a=Object.assign(Object.assign({},m),{easing:\"linear\"});if(i){i.generator=g;i.generatorStartTime=performance.now()}}else{const e=getKeyframes(getGenerator(0,100));a={easing:\"ease\",duration:e.overshootDuration}}return a}}}}const isNumberOrNull=e=>\"string\"!==typeof e;const N=createGeneratorEasing(x);const F=createGeneratorEasing(V);const U={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:i=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const s=resolveElements(e);const r=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=r.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);\"function\"===typeof n?r.set(e.target,n):a.unobserve(e.target)}else if(n){n(e);r.delete(e.target)}}))};const a=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof i?i:U[i]});s.forEach((e=>a.observe(e)));return()=>a.disconnect()}const q=new WeakMap;let K;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;null===(o=q.get(e))||void 0===o?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){\"undefined\"!==typeof ResizeObserver&&(K=new ResizeObserver(notifyAll))}function resizeElement(e,t){K||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=q.get(e);if(!n){n=new Set;q.set(e,n)}n.add(t);null===K||void 0===K?void 0:K.observe(e)}));return()=>{n.forEach((e=>{const n=q.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===K||void 0===K?void 0:K.unobserve(e))}))}}const G=new Set;let _;function createWindowResizeHandler(){_=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};G.forEach((e=>e(t)))};window.addEventListener(\"resize\",_)}function resizeWindow(e){G.add(e);_||createWindowResizeHandler();return()=>{G.delete(e);!G.size&&_&&(_=void 0)}}function resize(e,t){return\"function\"===typeof e?resizeWindow(e):resizeElement(e,t)}const Z=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const X={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,o){const i=n[t];const{length:s,position:r}=X[t];const a=i.current;const c=n.time;i.current=e[\"scroll\"+r];i.scrollLength=e[\"scroll\"+s]-e[\"client\"+s];i.offset.length=0;i.offset[0]=0;i.offset[1]=i.scrollLength;i.progress=p(0,i.scrollLength,i.current);const l=o-c;i.velocity=l>Z?0:v(i.current-a,l)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Y={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const J={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==J[e]&&(e=J[e]);if(g(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}r(e)&&(o=t*e);return n+o}const Q=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:Q;let s=0;let a=0;if(r(e))i=[e,e];else if(g(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,J[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);a=resolveEdge(i[1],t);return s-a}const ee={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Y.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ee;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=y(m(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const i=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:\"function\"===typeof t?()=>t(n):scrubAnimation(t,n[i])}}function scrubAnimation(e,n){e.pause();e.forEachNative(((e,{easing:n})=>{var o,i;if(e.updateDuration){n||(e.easing=t);e.updateDuration(1)}else{const t={duration:1e3};n||(t.easing=\"linear\");null===(i=null===(o=e.effect)||void 0===o?void 0:o.updateTiming)||void 0===i?void 0:i.call(o,t)}}));return()=>{e.currentTime=n.progress}}const te=new WeakMap;const ne=new WeakMap;const oe=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=b(t,[\"container\"]);let i=oe.get(n);if(!i){i=new Set;oe.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!te.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};te.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ne.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=te.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=oe.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=te.get(n);te.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ne.get(n))||void 0===t?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return\"object\"===typeof e}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let ie;function processScheduledAnimations(){if(!ie)return;const e=ie.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);ie=void 0}function scheduleAnimation(e){if(ie)n(ie,e);else{ie=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){ie&&f(ie,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const se={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=b(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const re={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const ae={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const ce={inView:se,hover:re,press:ae};const le=[\"initial\",\"animate\",...Object.keys(ce),\"exit\"];const fe=new WeakMap;function createMotionState(e={},t){let n;let o=t?t.getDepth()+1:0;const i={initial:true,animate:true};const s={};const r={};for(const n of le)r[n]=\"string\"===typeof e[n]?e[n]:null===t||void 0===t?void 0:t.getContext()[n];const a=false===e.initial?\"animate\":\"initial\";let c=resolveVariant(e[a]||r[a],e.variants)||{},f=b(c,[\"transition\"]);const u=Object.assign({},f);function*animateUpdates(){var t,o;const s=f;f={};const r={};for(const n of le){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){f[n]=s[n];r[n]=getOptions(null!==(o=null!==(t=s.transition)&&void 0!==t?t:e.transition)&&void 0!==o?o:{},n)}}const a=new Set([...Object.keys(f),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===f[e]&&(f[e]=u[e]);if(hasChanged(s[e],f[e])){null!==(t=u[e])&&void 0!==t?t:u[e]=H.get(n,e);c.push(animateStyle(n,e,f[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=f;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(l)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in ce){const o=ce[t].isActive(e);const i=s[t];if(o&&!i)s[t]=ce[t].subscribe(n,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!o&&i){i();delete s[t]}}};const d={update:t=>{if(n){e=t;updateGestureSubscriptions();scheduleAnimation(d)}},setActive:(e,t)=>{if(n){i[e]=t;scheduleAnimation(d)}},animateUpdates:animateUpdates,getDepth:()=>o,getTarget:()=>f,getOptions:()=>e,getContext:()=>r,mount:e=>{S(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;fe.set(n,d);updateGestureSubscriptions();return()=>{fe.delete(n);unscheduleAnimation(d);for(const e in s)s[e]()}},isMounted:()=>Boolean(n)};return d}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){T[o]&&(o=T[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const a=k.get(o);a&&(s=r(i)?a.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Y as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,F as glide,inView$1 as inView,fe as mountedStates,resize,scroll,N as spring,stagger,H as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useAnimationFrame,useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,wrap,frame}from\"framer-motion\";import{resize}from\"@motionone/dom\";const MAX_DUPLICATED_ITEMS=100;const directionTransformers={left:offset=>`translateX(-${offset}px)`,right:offset=>`translateX(${offset}px)`,top:offset=>`translateY(-${offset}px)`,bottom:offset=>`translateY(${offset}px)`};const supportsAcceleratedAnimations=typeof Animation!==\"undefined\"&&typeof Animation.prototype.updatePlaybackRate===\"function\";/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Ticker(props){/* Props */let{slots,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const numChildren=Children.count(filteredSlots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[/*#__PURE__*/createRef(),/*#__PURE__*/createRef()];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */let clonedChildren=[];let dupedChildren=[];/* Duplicate value */let duplicateBy=0;let opacity=0;if(isCanvas){duplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;duplicateBy=Math.min(duplicateBy,MAX_DUPLICATED_ITEMS);opacity=1;}/* Measure parent and child */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;setSize({parent:parentLength,children:childrenLength});}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */let initialResize=useRef(true);useEffect(()=>{frame.read(measure);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure);}initialResize.current=false;});},[]);}clonedChildren=Children.map(filteredSlots,(child,index)=>{var _child_props,_child_props1,_child_props2,_child_props3;let ref;if(index===0){ref=childrenRef[0];}if(index===filteredSlots.length-1){ref=childrenRef[1];}const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.children)})});});}if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=[...dupedChildren,...Children.map(filteredSlots,(child,childIndex)=>{var _child_props,_child_props1,_child_props2,_child_props3,_child_props4,_child_props5;const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\",willChange:\"transform\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/cloneElement(child,{key:i+\" \"+childIndex,style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,width:widthType?(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.width:\"100%\",height:heightType?(_child_props4=child.props)===null||_child_props4===void 0?void 0:_child_props4.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},(_child_props5=child.props)===null||_child_props5===void 0?void 0:_child_props5.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);})];}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */if(!isCanvas){const isInView=useInView(parentRef);/**\n         * If this is an animation we can hardware accelerate, animate with WAAPI\n         */if(supportsAcceleratedAnimations){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue)]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);// Pause the animation when it's out of view\nuseEffect(()=>{if(!animationRef.current)return;if(isInView&&animationRef.current.playState===\"paused\"){animationRef.current.play();}else if(!isInView&&animationRef.current.playState===\"running\"){animationRef.current.pause();}},[isInView]);}else{/**\n             * If we can't accelerate this animation because we have a hoverFactor defined\n             * animate with a rAF loop.\n             */useAnimationFrame(t=>{if(!animateToValue||isReducedMotion||supportsAcceleratedAnimations){return;}/**\n                 * In case this animation is delayed from starting because we're running a bunch\n                 * of other work, we want to set an initial time rather than counting from 0.\n                 * That ensures that if the animation is delayed, it starts from the first frame\n                 * rather than jumping.\n                 */if(initialTime.current===null){initialTime.current=t;}t=t-initialTime.current;const timeSince=prevTime.current===null?0:t-prevTime.current;let delta=timeSince*(speed/1e3);if(isHover.current){delta*=hoverFactor;}xOrY.current+=delta;xOrY.current=wrap(0,animateToValue,xOrY.current);prevTime.current=t;if(!isInView)return;offset.set(xOrY.current);});}}/* Fades */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/_jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/_jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,willChange:isCanvas?\"auto\":\"transform\",transform:supportsAcceleratedAnimations?transformer(0):transform},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=hoverFactor;}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=1;}},children:[clonedChildren,dupedChildren]})});}/* Default Properties */Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerIntrinsicWidth\":\"400\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "import{useState,useEffect}from\"react\";export const isBrowser=()=>typeof document===\"object\";export function usePageVisibility(){if(!isBrowser())return;const[isVisible,setIsVisible]=useState(!document.hidden);useEffect(()=>{const onVisibilityChange=()=>setIsVisible(!document.hidden);document.addEventListener(\"visibilitychange\",onVisibilityChange,false);return()=>{document.removeEventListener(\"visibilitychange\",onVisibilityChange);};},[]);return isVisible;}\nexport const __FramerMetadata__ = {\"exports\":{\"isBrowser\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePageVisibility\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UsePageVisibility.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{resize}from\"@motionone/dom\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{animate,LayoutGroup,mix,motion,frame,useInView,useMotionValue,useTransform,wrap}from\"framer-motion\";import{Children,cloneElement,forwardRef,startTransition,useCallback,useEffect,useLayoutEffect,useMemo,useRef,useState}from\"react\";import{usePageVisibility}from\"https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/GzHgU466IQmt8g4qOKj8/UsePageVisibility.js\";// Using opacity: 0.001 instead of 0 as an LCP hack. (opacity: 0.001 is still 0\n// to a human eye but makes Google think the elements are visible)\nconst OPACITY_0=.001;function awaitRefCallback(element,controller){let refCallbackResolve;const refCallbackPromise=new Promise((resolve,reject)=>{refCallbackResolve=resolve;controller.signal.addEventListener(\"abort\",()=>reject);}).catch(()=>{});// we need to listen to the ref setter, so let's override `current` - we can do that, because we don't use React's `useRef` hook for those refs.\nlet current=element.current;Object.defineProperty(element,\"current\",{get(){return current;},set(node){current=node;if(node===null){// React calls with null when the element is unmounted\ncontroller.abort();return;}refCallbackResolve(node);},configurable:true});return refCallbackPromise;}/**\n *\n * SLIDESHOW\n * V2 with Drag\n * By Benjamin and Matt\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Slideshow(props){/**\n     * Properties\n     */const{slots,startFrom,direction,effectsOptions,autoPlayControl,dragControl,alignment,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,itemAmount,fadeOptions,intervalControl,transitionControl,arrowOptions,borderRadius,progressOptions,style}=props;const{effectsOpacity,effectsScale,effectsRotate,effectsPerspective,effectsHover}=effectsOptions;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{showMouseControls,arrowSize,arrowRadius,arrowFill,leftArrow,rightArrow,arrowShouldSpace=true,arrowShouldFadeIn=false,arrowPosition,arrowPadding,arrowGap,arrowPaddingTop,arrowPaddingRight,arrowPaddingBottom,arrowPaddingLeft}=arrowOptions;const{showProgressDots,dotSize,dotsInset,dotsRadius,dotsPadding,dotsGap,dotsFill,dotsBackground,dotsActiveOpacity,dotsOpacity,dotsBlur}=progressOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/**\n     * Checks\n     */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const hasChildren=Children.count(filteredSlots)>0;const isHorizontal=direction===\"left\"||direction===\"right\";const isInverted=direction===\"right\"||direction===\"bottom\";/**\n     * Empty state for Canvas\n     */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2B50\uFE0F\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to make infinite auto-playing slideshows.\"})]});}/**\n     * Refs, State\n     */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return filteredSlots.map(index=>({current:null}));},[filteredSlots]);const timeoutRef=useRef(undefined);const[size,setSize]=useState({parent:null,children:null,item:null,itemWidth:null,itemHeight:null,viewportLength:null});/* For pausing on hover */const[isHovering,setIsHovering]=useState(false);const[shouldPlayOnHover,setShouldPlayOnHover]=useState(autoPlayControl);/* For cursor updates */const[isMouseDown,setIsMouseDown]=useState(false);/* Check if resizing */const[isResizing,setIsResizing]=useState(false);/**\n     * Array for children\n     */const dupedChildren=[];let duplicateBy=4;if(isCanvas){duplicateBy=1;}/**\n     * Measure parent, child, items\n     */const measure=useCallback(()=>{const firstChild=childrenRef[0].current;const lastChild=childrenRef[filteredSlots.length-1].current;if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=firstChild?isHorizontal?firstChild.offsetLeft:firstChild.offsetTop:0;const end=lastChild?isHorizontal?lastChild.offsetLeft+lastChild.offsetWidth:lastChild.offsetTop+lastChild.offsetHeight:0;const childrenLength=end-start+gap;const itemSize=firstChild?isHorizontal?firstChild.offsetWidth:firstChild.offsetHeight:0;const itemWidth=firstChild?firstChild.offsetWidth:0;const itemHeight=firstChild?firstChild.offsetHeight:0;const viewportLength=isHorizontal?Math.max(document.documentElement.clientWidth||0,window.innerWidth||0,parentRef.current.offsetWidth):Math.max(document.documentElement.clientHeight||0,window.innerHeight||0,parentRef.current.offsetHeight);startTransition(()=>setSize({parent:parentLength,children:childrenLength,item:itemSize,itemWidth,itemHeight,viewportLength}));}},[hasChildren]);const scheduleMeasure=useCallback(async()=>{const controller=new AbortController;/**\n         * The elements in the set are refs of children. If they're wrapped in Suspense, they could mount later than the parent.\n         * Thus, we wait for each ref to be set step by step if required.\n         */const firstChild=childrenRef[0];const lastChild=childrenRef[filteredSlots.length-1];if(!isCanvas&&(!firstChild.current||!lastChild.current))try{await Promise.all([awaitRefCallback(firstChild,controller),awaitRefCallback(lastChild,controller)]);}catch{controller.abort();}frame.read(measure);},[measure]);/**\n     * Add refs to all children\n     * Added itemAmount for resizing\n     */useLayoutEffect(()=>{if(hasChildren)scheduleMeasure();},[hasChildren,itemAmount]);/**\n     * Track whether this is the initial resize event. By default this will fire on mount,\n     * which we do in the useEffect. We should only fire it on subsequent resizes.\n     */const initialResize=useRef(true);useEffect(()=>{return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){scheduleMeasure();setIsResizing(true);}initialResize.current=false;});},[]);useEffect(()=>{if(isResizing){const timer=setTimeout(()=>setIsResizing(false),500);return()=>clearTimeout(timer);}},[isResizing]);/**\n     * Animation, pagination\n     */const totalItems=filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length;const childrenSize=isCanvas?0:size===null||size===void 0?void 0:size.children;const itemWithGap=(size===null||size===void 0?void 0:size.item)+gap;const itemOffset=startFrom*itemWithGap;const[currentItem,setCurrentItem]=useState(startFrom+totalItems);const[isDragging,setIsDragging]=useState(false);/* Check for browser window visibility *//* Otherwise, it will re-play all the item increments */const visibilityRef=useRef(null);const isInView=useInView(visibilityRef);const isVisible=usePageVisibility()&&isInView;const factor=isInverted?1:-1;/* The x and y values to start from */const xOrY=useMotionValue(childrenSize);/* For canvas only. Using xOrY is slower upon page switching */const canvasPosition=isHorizontal?-startFrom*((size===null||size===void 0?void 0:size.itemWidth)+gap):-startFrom*((size===null||size===void 0?void 0:size.itemHeight)+gap);/* Calculate the new value to animate to */const newPosition=()=>factor*currentItem*itemWithGap;/* Wrapped values for infinite looping *//* Instead of 0 to a negative full duplicated row, we start with an offset */const wrappedValue=!isCanvas?useTransform(xOrY,value=>{const wrapped=wrap(-childrenSize,-childrenSize*2,value);return isNaN(wrapped)?0:wrapped;}):0;/* Convert the current item to a wrapping index for dots */const wrappedIndex=wrap(0,totalItems,currentItem);const wrappedIndexInverted=wrap(0,-totalItems,currentItem);/* Update x or y with the provided starting point *//* The subtraction of a full row of children is for overflow */useLayoutEffect(()=>{if((size===null||size===void 0?void 0:size.children)===null)return;/* Initial measure */// if (initialResize.current) {\n//     xOrY.set((childrenSize + itemOffset) * factor)\n// }\n/* Subsequent resizes */if(!initialResize.current&&isResizing){xOrY.set(newPosition());}},[size,childrenSize,factor,itemOffset,currentItem,itemWithGap,isResizing]);/**\n     * Page item methods\n     * Switching, deltas, autoplaying\n     *//* Next and previous function, animates the X */const switchPages=()=>{if(isCanvas||!hasChildren||!size.parent||isDragging)return;if(xOrY.get()!==newPosition()){animate(xOrY,newPosition(),transitionControl);}if(autoPlayControl&&shouldPlayOnHover){timeoutRef.current=setTimeout(()=>{setCurrentItem(currentItem+1);switchPages();},intervalControl*1e3);}};/* Page navigation functions */const setDelta=delta=>{if(!isInverted){setCurrentItem(currentItem+delta);}else{setCurrentItem(currentItem-delta);}};const setPage=index=>{const currentItemWrapped=wrap(0,totalItems,currentItem);const currentItemWrappedInvert=wrap(0,-totalItems,currentItem);const goto=index-currentItemWrapped;const gotoInverted=index-Math.abs(currentItemWrappedInvert);if(!isInverted){setCurrentItem(currentItem+goto);}else{setCurrentItem(currentItem-gotoInverted);}};/**\n     * Drag\n     */const handleDragStart=()=>{setIsDragging(true);};const handleDragEnd=(event,{offset,velocity})=>{setIsDragging(false);const offsetXorY=isHorizontal?offset.x:offset.y;const velocityThreshold=200// Based on testing, can be tweaked or could be 0\n;const velocityXorY=isHorizontal?velocity.x:velocity.y;const isHalfOfNext=offsetXorY<-size.item/2;const isHalfOfPrev=offsetXorY>size.item/2;/* In case you drag more than 1 item left or right */const normalizedOffset=Math.abs(offsetXorY);const itemDelta=Math.round(normalizedOffset/size.item);/* Minimum delta is 1 to initiate a page switch *//* For velocity use only */const itemDeltaFromOne=itemDelta===0?1:itemDelta;/* For quick flicks, even with low offsets */if(velocityXorY>velocityThreshold){setDelta(-itemDeltaFromOne);}else if(velocityXorY<-velocityThreshold){setDelta(itemDeltaFromOne);}else{/* For dragging over half of the current item with 0 velocity */if(isHalfOfNext){setDelta(itemDelta);}if(isHalfOfPrev){setDelta(-itemDelta);}}};/* Kickstart the auto-playing once we have all the children */useEffect(()=>{if(!isVisible||isResizing)return;switchPages();return()=>timeoutRef.current&&clearTimeout(timeoutRef.current);},[dupedChildren,isVisible,isResizing]);/* Create copies of our children to create a perfect loop */let childCounter=0;/**\n     * Sizing\n     * */const columnOrRowValue=`calc(${100/itemAmount}% - ${gap}px + ${gap/itemAmount}px)`;/**\n     * Nested array to create duplicates of the children for infinite looping\n     * These are wrapped around, and start at a full \"page\" worth of offset\n     * as defined above.\n     */for(let index=0;index<duplicateBy;index++){dupedChildren.push(...Children.map(filteredSlots,(child,childIndex)=>{let ref;if(childIndex===0){ref=childrenRef[0];}if(childIndex===filteredSlots.length-1){ref=childrenRef[1];}return /*#__PURE__*/_jsx(Slide,{ref:childrenRef[childIndex],slideKey:index+childIndex+\"lg\",index:index,width:isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",height:!isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",size:size,child:child,numChildren:filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length,wrappedValue:wrappedValue,childCounter:childCounter++,gap:gap,isCanvas:isCanvas,isHorizontal:isHorizontal,effectsOpacity:effectsOpacity,effectsScale:effectsScale,effectsRotate:effectsRotate,children:index+childIndex},index+childIndex+\"lg\");}));}/**\n     * Fades with masks\n     */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/**\n     * Dots\n     */const dots=[];const dotsBlurStyle={};if(showProgressDots){for(let i=0;i<(filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length);i++){dots.push(/*#__PURE__*/_jsx(Dot,{dotStyle:{...dotStyle,width:dotSize,height:dotSize,backgroundColor:dotsFill},buttonStyle:baseButtonStyles,selectedOpacity:dotsActiveOpacity,opacity:dotsOpacity,onClick:()=>setPage(i),wrappedIndex:wrappedIndex,wrappedIndexInverted:wrappedIndexInverted,total:totalItems,index:i,gap:dotsGap,padding:dotsPadding,isHorizontal:isHorizontal,isInverted:isInverted},i));}if(dotsBlur>0){dotsBlurStyle.backdropFilter=dotsBlurStyle.WebkitBackdropFilter=dotsBlurStyle.MozBackdropFilter=`blur(${dotsBlur}px)`;}}const dragProps=dragControl?{drag:isHorizontal?\"x\":\"y\",onDragStart:handleDragStart,onDragEnd:handleDragEnd,dragDirectionLock:true,values:{x:xOrY,y:xOrY},dragMomentum:false}:{};const arrowHasTop=arrowPosition===\"top-left\"||arrowPosition===\"top-mid\"||arrowPosition===\"top-right\";const arrowHasBottom=arrowPosition===\"bottom-left\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"bottom-right\";const arrowHasLeft=arrowPosition===\"top-left\"||arrowPosition===\"bottom-left\";const arrowHasRight=arrowPosition===\"top-right\"||arrowPosition===\"bottom-right\";const arrowHasMid=arrowPosition===\"top-mid\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"auto\";return /*#__PURE__*/_jsxs(\"section\",{style:{...containerStyle,padding:paddingValue,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,opacity:(size===null||size===void 0?void 0:size.item)!==null?1:OPACITY_0,userSelect:\"none\"},onMouseEnter:()=>{setIsHovering(true);if(!effectsHover)setShouldPlayOnHover(false);},onMouseLeave:()=>{setIsHovering(false);if(!effectsHover)setShouldPlayOnHover(true);},onMouseDown:event=>{// Preventdefault fixes the cursor switching to text on drag on safari\nevent.preventDefault();setIsMouseDown(true);},onMouseUp:()=>setIsMouseDown(false),ref:visibilityRef,children:[/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\",margin:0,padding:\"inherit\",position:\"absolute\",inset:0,overflow:overflow?\"visible\":\"hidden\",borderRadius:borderRadius,userSelect:\"none\",perspective:isCanvas?\"none\":effectsPerspective},children:/*#__PURE__*/_jsx(motion.ul,{ref:parentRef,...dragProps,style:{...containerStyle,gap:gap,placeItems:alignment,x:isHorizontal?isCanvas?canvasPosition:wrappedValue:0,y:!isHorizontal?isCanvas?canvasPosition:wrappedValue:0,flexDirection:isHorizontal?\"row\":\"column\",transformStyle:effectsRotate!==0&&!isCanvas?\"preserve-3d\":undefined,cursor:dragControl?isMouseDown?\"grabbing\":\"grab\":\"auto\",userSelect:\"none\",...style},children:dupedChildren})}),/*#__PURE__*/_jsxs(\"fieldset\",{style:{...controlsStyles},\"aria-label\":\"Slideshow pagination controls\",className:\"framer--slideshow-controls\",children:[/*#__PURE__*/_jsxs(motion.div,{style:{position:\"absolute\",display:\"flex\",flexDirection:isHorizontal?\"row\":\"column\",justifyContent:arrowShouldSpace?\"space-between\":\"center\",gap:arrowShouldSpace?\"unset\":arrowGap,opacity:arrowShouldFadeIn?OPACITY_0:1,alignItems:\"center\",inset:arrowPadding,top:arrowShouldSpace?arrowPadding:arrowHasTop?arrowPaddingTop:\"unset\",left:arrowShouldSpace?arrowPadding:arrowHasLeft?arrowPaddingLeft:arrowHasMid?0:\"unset\",right:arrowShouldSpace?arrowPadding:arrowHasRight?arrowPaddingRight:arrowHasMid?0:\"unset\",bottom:arrowShouldSpace?arrowPadding:arrowHasBottom?arrowPaddingBottom:\"unset\"},animate:arrowShouldFadeIn&&{opacity:isHovering?1:OPACITY_0},transition:transitionControl,children:[/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(-1),\"aria-label\":\"Previous\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",width:arrowSize,height:arrowSize,src:leftArrow||\"https://framerusercontent.com/images/6tTbkXggWgQCAJ4DO2QEdXXmgM.svg\",alt:\"Back Arrow\"})}),/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(1),\"aria-label\":\"Next\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",width:arrowSize,height:arrowSize,src:rightArrow||\"https://framerusercontent.com/images/11KSGbIZoRSg4pjdnUoif6MKHI.svg\",alt:\"Next Arrow\"})})]}),dots.length>1?/*#__PURE__*/_jsx(\"div\",{style:{...dotsContainerStyle,left:isHorizontal?\"50%\":dotsInset,top:!isHorizontal?\"50%\":\"unset\",transform:isHorizontal?\"translateX(-50%)\":\"translateY(-50%)\",flexDirection:isHorizontal?\"row\":\"column\",bottom:isHorizontal?dotsInset:\"unset\",borderRadius:dotsRadius,backgroundColor:dotsBackground,userSelect:\"none\",...dotsBlurStyle},children:dots}):null]})]});}/* Default Properties */Slideshow.defaultProps={direction:\"left\",dragControl:false,startFrom:0,itemAmount:1,infinity:true,gap:10,padding:10,autoPlayControl:true,effectsOptions:{effectsOpacity:1,effectsScale:1,effectsRotate:0,effectsPerspective:1200,effectsHover:true},transitionControl:{type:\"spring\",stiffness:200,damping:40},fadeOptions:{fadeContent:false,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},arrowOptions:{showMouseControls:true,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowFill:\"rgba(0,0,0,0.2)\",arrowSize:40},progressOptions:{showProgressDots:true}};/* Property Controls */addPropertyControls(Slideshow,{slots:{type:ControlType.Array,title:\"Content\",control:{type:ControlType.ComponentInstance}},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],displaySegmentedControl:true,defaultValue:Slideshow.defaultProps.direction},autoPlayControl:{type:ControlType.Boolean,title:\"Auto Play\",defaultValue:true},intervalControl:{type:ControlType.Number,title:\"Interval\",defaultValue:1.5,min:.5,max:10,step:.1,displayStepper:true,unit:\"s\",hidden:props=>!props.autoPlayControl},dragControl:{type:ControlType.Boolean,title:\"Draggable\",defaultValue:false},startFrom:{type:ControlType.Number,title:\"Current\",min:0,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.startFrom},effectsOptions:{type:ControlType.Object,title:\"Effects\",controls:{effectsOpacity:{type:ControlType.Number,title:\"Opacity\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsOpacity,min:0,max:1,step:.01,displayStepper:true},effectsScale:{type:ControlType.Number,title:\"Scale\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsScale,min:0,max:1,step:.01,displayStepper:true},effectsPerspective:{type:ControlType.Number,title:\"Perspective\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsPerspective,min:200,max:2e3,step:1},effectsRotate:{type:ControlType.Number,title:\"Rotate\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsRotate,min:-180,max:180,step:1},effectsHover:{type:ControlType.Boolean,title:\"On Hover\",enabledTitle:\"Play\",disabledTitle:\"Pause\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsHover}}},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},itemAmount:{type:ControlType.Number,title:\"Items\",min:1,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.itemAmount},gap:{type:ControlType.Number,title:\"Gap\",min:0},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:0,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,displayStepper:true,defaultValue:0},transitionControl:{type:ControlType.Transition,defaultValue:Slideshow.defaultProps.transitionControl,title:\"Transition\"},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:false},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},arrowOptions:{type:ControlType.Object,title:\"Arrows\",controls:{showMouseControls:{type:ControlType.Boolean,title:\"Show\",defaultValue:Slideshow.defaultProps.arrowOptions.showMouseControls},arrowFill:{type:ControlType.Color,title:\"Fill\",hidden:props=>!props.showMouseControls,defaultValue:Slideshow.defaultProps.arrowOptions.arrowFill},leftArrow:{type:ControlType.Image,title:\"Previous\",hidden:props=>!props.showMouseControls},rightArrow:{type:ControlType.Image,title:\"Next\",hidden:props=>!props.showMouseControls},arrowSize:{type:ControlType.Number,title:\"Size\",min:0,max:200,displayStepper:true,defaultValue:Slideshow.defaultProps.arrowOptions.arrowSize,hidden:props=>!props.showMouseControls},arrowRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,defaultValue:40,hidden:props=>!props.showMouseControls},arrowShouldFadeIn:{type:ControlType.Boolean,title:\"Fade In\",defaultValue:false,hidden:props=>!props.showMouseControls},arrowShouldSpace:{type:ControlType.Boolean,title:\"Distance\",enabledTitle:\"Space\",disabledTitle:\"Group\",defaultValue:Slideshow.defaultProps.arrowOptions.arrowShouldSpace,hidden:props=>!props.showMouseControls},arrowPosition:{type:ControlType.Enum,title:\"Position\",options:[\"auto\",\"top-left\",\"top-mid\",\"top-right\",\"bottom-left\",\"bottom-mid\",\"bottom-right\"],optionTitles:[\"Center\",\"Top Left\",\"Top Middle\",\"Top Right\",\"Bottom Left\",\"Bottom Middle\",\"Bottom Right\"],hidden:props=>!props.showMouseControls||props.arrowShouldSpace},arrowPadding:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:20,displayStepper:true,hidden:props=>!props.showMouseControls||!props.arrowShouldSpace},arrowPaddingTop:{type:ControlType.Number,title:\"Top\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"bottom-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-right\"},arrowPaddingBottom:{type:ControlType.Number,title:\"Bottom\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-right\"},arrowPaddingRight:{type:ControlType.Number,title:\"Right\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-mid\"},arrowPaddingLeft:{type:ControlType.Number,title:\"Left\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-right\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-right\"||props.arrowPosition===\"bottom-mid\"},arrowGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace}}},progressOptions:{type:ControlType.Object,title:\"Dots\",controls:{showProgressDots:{type:ControlType.Boolean,title:\"Show\",defaultValue:false},dotSize:{type:ControlType.Number,title:\"Size\",min:1,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsInset:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsPadding:{type:ControlType.Number,title:\"Padding\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#fff\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBackground:{type:ControlType.Color,title:\"Backdrop\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:200,defaultValue:50,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsOpacity:{type:ControlType.Number,title:\"Opacity\",min:0,max:1,defaultValue:.5,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsActiveOpacity:{type:ControlType.Number,title:\"Current\",min:0,max:1,defaultValue:1,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBlur:{type:ControlType.Number,title:\"Blur\",min:0,max:50,defaultValue:0,step:1,hidden:props=>!props.showProgressDots||props.showScrollbar}}}});/* Placeholder Styles */const containerStyle={display:\"flex\",flexDirection:\"row\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Component Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:180,lineHeight:1.5,textAlign:\"center\"};/* Control Styles */const baseButtonStyles={border:\"none\",display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",background:\"transparent\",cursor:\"pointer\",margin:0,padding:0};const controlsStyles={display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",position:\"absolute\",pointerEvents:\"none\",userSelect:\"none\",top:0,left:0,right:0,bottom:0,border:0,padding:0,margin:0};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);/* Slide Component */const Slide=/*#__PURE__*/forwardRef(function Component(props,ref){var _child_props,_child_props1;const{slideKey,width,height,child,size,gap,wrappedValue,numChildren,childCounter,isCanvas,effects,effectsOpacity,effectsScale,effectsRotate,isHorizontal,isLast,index}=props;/**\n     * Unique offsets + scroll range [0, 1, 1, 0]\n     */const childOffset=((size===null||size===void 0?void 0:size.item)+gap)*childCounter;const scrollRange=[-(size===null||size===void 0?void 0:size.item),0,(size===null||size===void 0?void 0:size.parent)-(size===null||size===void 0?void 0:size.item)+gap,size===null||size===void 0?void 0:size.parent].map(val=>val-childOffset);/**\n     * Effects\n     */const rotateY=!isCanvas&&useTransform(wrappedValue,scrollRange,[-effectsRotate,0,0,effectsRotate]);const rotateX=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsRotate,0,0,-effectsRotate]);const opacity=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsOpacity,1,1,effectsOpacity]);const scale=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsScale,1,1,effectsScale]);const originXorY=!isCanvas&&useTransform(wrappedValue,scrollRange,[1,1,0,0]);const isVisible=!isCanvas&&useTransform(wrappedValue,latest=>latest>=scrollRange[1]&&latest<=scrollRange[2]);useEffect(()=>{if(!isVisible)return;return isVisible.on(\"change\",newValue=>{var _ref_current;(_ref_current=ref.current)===null||_ref_current===void 0?void 0:_ref_current.setAttribute(\"aria-hidden\",!newValue);});},[]);const visibility=isCanvas?\"visible\":useTransform(wrappedValue,[scrollRange[0]-size.viewportLength,mix(scrollRange[1],scrollRange[2],.5),scrollRange[3]+size.viewportLength],[\"hidden\",\"visible\",\"hidden\"]);return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:{display:\"contents\"},\"aria-hidden\":index===0?false:true,children:/*#__PURE__*/cloneElement(child,{ref:ref,key:slideKey+\"child\",style:{...(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.style,flexShrink:0,userSelect:\"none\",width,height,opacity:opacity,scale:scale,originX:isHorizontal?originXorY:.5,originY:!isHorizontal?originXorY:.5,rotateY:isHorizontal?rotateY:0,rotateX:!isHorizontal?rotateX:0,visibility},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.children)})});});function Dot({selectedOpacity,opacity,total,index,wrappedIndex,wrappedIndexInverted,dotStyle,buttonStyle,gap,padding,isHorizontal,isInverted,...props}){/* Check active item *//* Go 0\u20141\u20142\u20143\u20144\u20145\u20140 */let isSelected=wrappedIndex===index;/* Go 0\u20145\u20144\u20143\u20142\u20141\u20140\u20145 instead when inverted */if(isInverted){isSelected=Math.abs(wrappedIndexInverted)===index;}const inlinePadding=gap/2;const top=!isHorizontal&&index>0?inlinePadding:padding;const bottom=!isHorizontal&&index!==total-1?inlinePadding:padding;const right=isHorizontal&&index!==total-1?inlinePadding:padding;const left=isHorizontal&&index>0?inlinePadding:padding;return /*#__PURE__*/_jsx(\"button\",{\"aria-label\":`Scroll to page ${index+1}`,type:\"button\",...props,style:{...buttonStyle,padding:`${top}px ${right}px ${bottom}px ${left}px`},children:/*#__PURE__*/_jsx(motion.div,{style:{...dotStyle},initial:false,animate:{opacity:isSelected?selectedOpacity:opacity},transition:{duration:.3}})});}/* Dot Styles */const dotsContainerStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",position:\"absolute\",pointerEvents:\"auto\"};const dotStyle={borderRadius:\"50%\",background:\"white\",cursor:\"pointer\",border:\"none\",placeContent:\"center\",placeItems:\"center\",padding:0};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Slideshow\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"400\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SlideShow.map", "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 (af3ebb8)\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 sharedStyle from\"https://framerusercontent.com/modules/n9ZCiNedN7BrL691e2P2/c6ayTWUoQOa0aS9kwPPI/BB5OYjlP6.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/AjeSwDwF7BJC4qWxvPOV/2RttQCYrIzYuTnF86TlX/QhK6qqT5U.js\";import ButtonPrimaryButton from\"https://framerusercontent.com/modules/5rltuEaEzi8vVU13jCUC/DCUpNkBf5ifpSwcnnscl/GNvaONxX6.js\";import TagPrimaryTag from\"https://framerusercontent.com/modules/uYL72sk8aPC5AaUb17Ic/idV8Xqs0rD2tBwkEHhxA/IHYC0Q7Lw.js\";const PhosphorFonts=getFonts(Phosphor);const ButtonPrimaryButtonFonts=getFonts(ButtonPrimaryButton);const TagPrimaryTagFonts=getFonts(TagPrimaryTag);const PhosphorControls=getPropertyControls(Phosphor);const cycleOrder=[\"yLhTPJOM4\",\"SfWBpAMP1\"];const serializationHash=\"framer-CbpBS\";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,tag1,tag2,title,width,...props})=>{return{...props,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,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(motion.div,{...restProps,...gestureHandlers,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)\",background:'linear-gradient(0.07383128568086761deg, rgba(204, 204, 255, 0.15) 0%, var(--token-b456af2e-fd88-41ae-8686-ad7692875dfd, rgba(97, 97, 97, 0.09)) /* {\"name\":\"Transparent Grey\"} */ 100%)',borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,WebkitBackdropFilter:\"blur(0px)\",...style},...addPropertyOverrides({SfWBpAMP1:{\"data-framer-name\":\"Secondary\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gg1egh\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"Ge_0vwroU\",children:/*#__PURE__*/_jsxs(Image,{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(204, 204, 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(204, 204, 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__*/_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.p,{className:\"framer-styles-preset-o1ogpi\",\"data-styles-preset\":\"BB5OYjlP6\",children:\"Kickoff\"})}),className:\"framer-dq3b\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"qfvvOUG_S\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:qXT0C0aT_,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1d1y8lj\",\"data-framer-name\":\"Seperator\",layoutDependency:layoutDependency,layoutId:\"AZYx_Y9U9\",style:{background:\"linear-gradient(90.00000000000075deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15000000596046448) 50%, rgba(255, 255, 255, 0) 100%)\"}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-x4vx8v\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"mYTiOjphi\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-x0s9r5\",\"data-styles-preset\":\"QhK6qqT5U\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d2ee1de5-88f8-41d7-8642-338767096a94, rgba(255, 255, 255, 0.5)))\"},children:\"Designers can take control of HTML, CSS, and JavaScript in a visual canvas \u2014 while marketers can work with pre-made, design-approved building blocks.\"})}),className:\"framer-6igokm\",\"data-framer-name\":\"Body Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"J4htUzBA9\",style:{\"--extracted-r6o4lv\":\"var(--token-d2ee1de5-88f8-41d7-8642-338767096a94, rgba(255, 255, 255, 0.5))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:AHckVUVc2,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-moytir\",\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"xSiqK0ekL\",children:isDisplayed()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"iEYhqIzLi\"},implicitPathVariables:undefined},{href:{webPageId:\"iEYhqIzLi\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({SfWBpAMP1:{height:46}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(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:\"Jetzt anfragen\",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)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-CbpBS.framer-1vr6li4, .framer-CbpBS .framer-1vr6li4 { display: block; }\",\".framer-CbpBS.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-CbpBS .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-CbpBS .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-CbpBS .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-CbpBS .framer-p4mmvm-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-CbpBS .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-CbpBS .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-CbpBS .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-CbpBS .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-CbpBS .framer-1d1y8lj { flex: none; height: 1px; position: relative; width: 230px; }\",\".framer-CbpBS .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-CbpBS .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-CbpBS .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-CbpBS .framer-w5c34p-container, .framer-CbpBS .framer-ghr7bg-container, .framer-CbpBS .framer-r5afqd-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-CbpBS .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-CbpBS .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; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CbpBS.framer-zfz3je, .framer-CbpBS .framer-1a0dsmx, .framer-CbpBS .framer-zmjl3j, .framer-CbpBS .framer-oioiqw, .framer-CbpBS .framer-7lwy0t, .framer-CbpBS .framer-x4vx8v, .framer-CbpBS .framer-moytir, .framer-CbpBS .framer-1hwc9n6 { gap: 0px; } .framer-CbpBS.framer-zfz3je > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-CbpBS.framer-zfz3je > :first-child, .framer-CbpBS .framer-zmjl3j > :first-child, .framer-CbpBS .framer-oioiqw > :first-child, .framer-CbpBS .framer-x4vx8v > :first-child, .framer-CbpBS .framer-moytir > :first-child { margin-top: 0px; } .framer-CbpBS.framer-zfz3je > :last-child, .framer-CbpBS .framer-zmjl3j > :last-child, .framer-CbpBS .framer-oioiqw > :last-child, .framer-CbpBS .framer-x4vx8v > :last-child, .framer-CbpBS .framer-moytir > :last-child { margin-bottom: 0px; } .framer-CbpBS .framer-1a0dsmx > *, .framer-CbpBS .framer-7lwy0t > *, .framer-CbpBS .framer-1hwc9n6 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-CbpBS .framer-1a0dsmx > :first-child, .framer-CbpBS .framer-7lwy0t > :first-child, .framer-CbpBS .framer-1hwc9n6 > :first-child { margin-left: 0px; } .framer-CbpBS .framer-1a0dsmx > :last-child, .framer-CbpBS .framer-7lwy0t > :last-child, .framer-CbpBS .framer-1hwc9n6 > :last-child { margin-right: 0px; } .framer-CbpBS .framer-zmjl3j > *, .framer-CbpBS .framer-oioiqw > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-CbpBS .framer-x4vx8v > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-CbpBS .framer-moytir > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-CbpBS.framer-v-1e359vu.framer-zfz3je { overflow: hidden; will-change: var(--framer-will-change-override, transform); }\",\".framer-CbpBS.framer-v-1e359vu .framer-zmjl3j { overflow: visible; z-index: 4; }\",\".framer-CbpBS.framer-v-1e359vu .framer-x4vx8v { overflow: visible; }\",\".framer-CbpBS.framer-v-1e359vu .framer-6igokm { order: 0; }\",\".framer-CbpBS.framer-v-1e359vu .framer-moytir { min-height: unset; order: 2; }\",\".framer-CbpBS.framer-v-1e359vu .framer-1hwc9n6 { order: 1; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-CbpBS[data-border=\"true\"]::after, .framer-CbpBS [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\",\"qXT0C0aT_\":\"title\",\"AHckVUVc2\":\"description\",\"SJcnl68zs\":\"tag1\",\"Wnju1oxF1\":\"tag2\",\"gYnJmHWHb\":\"padding\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerb8qvm_XpH=withCSS(Component,css,\"framer-CbpBS\");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\"},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,...ButtonPrimaryButtonFonts,...TagPrimaryTagFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerb8qvm_XpH\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SfWBpAMP1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"587\",\"framerVariables\":\"{\\\"MDnAmdwHw\\\":\\\"icon\\\",\\\"qXT0C0aT_\\\":\\\"title\\\",\\\"AHckVUVc2\\\":\\\"description\\\",\\\"SJcnl68zs\\\":\\\"tag1\\\",\\\"Wnju1oxF1\\\":\\\"tag2\\\",\\\"gYnJmHWHb\\\":\\\"padding\\\"}\",\"framerIntrinsicHeight\":\"353\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__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 (6d82f59)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"ZsSWp0f42\",\"rG9e_U6Al\",\"qeNT5lF7e\",\"eOw6h0K82\",\"xSAoU6bX4\",\"v0FrA2UAD\"];const serializationHash=\"framer-gTuK1\";const variantClassNames={eOw6h0K82:\"framer-v-1h8vm90\",qeNT5lF7e:\"framer-v-jnszah\",rG9e_U6Al:\"framer-v-ztv0i\",v0FrA2UAD:\"framer-v-1mui1eg\",xSAoU6bX4:\"framer-v-1d35dao\",ZsSWp0f42:\"framer-v-1mf4ah\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Blue Tag\":\"xSAoU6bX4\",\"Dark Tag\":\"v0FrA2UAD\",\"Dotless Highlight Tag\":\"eOw6h0K82\",\"Dotted Highlight Tag\":\"rG9e_U6Al\",\"Grey Linear Tag\":\"qeNT5lF7e\",\"Highlight Tag\":\"ZsSWp0f42\"};const getProps=({height,highlight,id,title,width,...props})=>{return{...props,KS7KLFqN8:title??props.KS7KLFqN8??\"About Landin\",rQKAY6456:highlight??props.rQKAY6456??\"NEW\",variant:humanReadableVariantMap[props.variant]??props.variant??\"ZsSWp0f42\"};};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,rQKAY6456,KS7KLFqN8,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ZsSWp0f42\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"rG9e_U6Al\",\"qeNT5lF7e\",\"eOw6h0K82\",\"xSAoU6bX4\",\"v0FrA2UAD\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"rG9e_U6Al\")return true;return false;};const isDisplayed2=()=>{if([\"rG9e_U6Al\",\"eOw6h0K82\",\"v0FrA2UAD\"].includes(baseVariant))return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"v0FrA2UAD\")return true;return false;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1mf4ah\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Highlight Tag\",layoutDependency:layoutDependency,layoutId:\"ZsSWp0f42\",ref: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(2.5px)\",background:'linear-gradient(180deg, var(--token-a9883d9b-c1bd-4bd9-be15-284cd72e1b1f, rgba(255, 255, 255, 0.07)) /* {\"name\":\"White 7%\"} */ -100%, var(--token-30ee69d1-cae6-4a5c-9af2-db5c94a12e77, rgba(255, 255, 255, 0.05)) /* {\"name\":\"White 5%\"} */ 100%)',backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,WebkitBackdropFilter:\"blur(2.5px)\",...style},variants:{eOw6h0K82:{backdropFilter:\"blur(5px)\",background:'linear-gradient(0.07383128568086761deg, var(--token-64bf095d-9ad7-4fc0-9f3c-f96ec87f9b9b, rgba(0, 85, 255, 0.08)) /* {\"name\":\"Blue 8%\"} */ 0%, var(--token-b6113dae-1252-48c9-8fac-f8a781d683c0, rgba(153, 153, 153, 0.1)) /* {\"name\":\"Dark Grey 10%\"} */ 100%)',WebkitBackdropFilter:\"blur(5px)\"},qeNT5lF7e:{background:'linear-gradient(-7.642439925348299e-8deg, var(--token-30ee69d1-cae6-4a5c-9af2-db5c94a12e77, rgba(255, 255, 255, 0.05)) /* {\"name\":\"White 5%\"} */ 0%, var(--token-b456af2e-fd88-41ae-8686-ad7692875dfd, rgba(97, 97, 97, 0.09)) /* {\"name\":\"Transparent Grey\"} */ 100%)'},rG9e_U6Al:{background:'linear-gradient(0.07383128568086761deg, var(--token-64bf095d-9ad7-4fc0-9f3c-f96ec87f9b9b, rgba(0, 85, 255, 0.08)) /* {\"name\":\"Blue 8%\"} */ 0%, var(--token-b6113dae-1252-48c9-8fac-f8a781d683c0, rgba(153, 153, 153, 0.1)) /* {\"name\":\"Dark Grey 10%\"} */ 100%)'},v0FrA2UAD:{\"--border-color\":\"rgba(255, 255, 255, 0.05)\",backdropFilter:\"blur(5px)\",background:\"linear-gradient(180deg, var(--token-8027bd57-58d1-44d0-b4e2-d8a3f299de67, rgba(0, 0, 0, 0.5)) 0%, var(--token-8027bd57-58d1-44d0-b4e2-d8a3f299de67, rgba(0, 0, 0, 0.5)) 100%)\",backgroundColor:\"var(--token-8027bd57-58d1-44d0-b4e2-d8a3f299de67, rgba(0, 0, 0, 0.5))\",WebkitBackdropFilter:\"blur(5px)\"},xSAoU6bX4:{background:'linear-gradient(0.07383128568086761deg, var(--token-ad10564e-4158-40a7-94e1-51af1b841a47, rgba(0, 85, 255, 0.2)) /* {\"name\":\"Blue 20%\"} */ 0%, var(--token-b6113dae-1252-48c9-8fac-f8a781d683c0, rgba(153, 153, 153, 0.1)) /* {\"name\":\"Dark Grey 10%\"} */ 100%)'}},...addPropertyOverrides({eOw6h0K82:{\"data-framer-name\":\"Dotless Highlight Tag\"},qeNT5lF7e:{\"data-framer-name\":\"Grey Linear Tag\"},rG9e_U6Al:{\"data-framer-name\":\"Dotted Highlight Tag\"},v0FrA2UAD:{\"data-framer-name\":\"Dark Tag\"},xSAoU6bX4:{\"data-framer-name\":\"Blue Tag\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-oej94e\",\"data-border\":true,\"data-framer-name\":\"Highlighter\",layoutDependency:layoutDependency,layoutId:\"vZUfHkzvQ\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-a58752c8-168c-47db-857e-906f22f33790, rgba(255, 255, 255, 0.15))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backdropFilter:\"blur(2px)\",backgroundColor:\"var(--token-f951c3a8-aa43-4825-aa75-915aa92c20d1, rgb(0, 85, 255))\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6,WebkitBackdropFilter:\"blur(2px)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"10px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-59e77027-930e-45f7-94aa-a8ffadf9e382, rgb(255, 255, 255)))\"},children:\"NEW\"})}),className:\"framer-1v8rdjv\",\"data-framer-name\":\"Text\",fonts:[\"GF;DM Sans-700\"],layoutDependency:layoutDependency,layoutId:\"lxZMTUNAZ\",style:{\"--extracted-r6o4lv\":\"var(--token-59e77027-930e-45f7-94aa-a8ffadf9e382, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:rQKAY6456,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(153, 153, 153, 0) 350%)\"},children:\"About Porto\"})})}),className:\"framer-mdieg0\",\"data-framer-name\":\"Title\",fonts:[\"GF;DM Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"osh3jdajX\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:KS7KLFqN8,variants:{qeNT5lF7e:{\"--extracted-r6o4lv\":\"var(--token-8f8054d9-8a09-4e7e-b957-8a76557c5e75, rgba(255, 255, 255, 0.6))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({qeNT5lF7e:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8f8054d9-8a09-4e7e-b957-8a76557c5e75, rgba(255, 255, 255, 0.6)))\"},children:\"About Porto\"})})}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-abaiv\",\"data-border\":true,\"data-framer-name\":\"Bullet Point\",layoutDependency:layoutDependency,layoutId:\"vj5Hn8kRG\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.5)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-59e77027-930e-45f7-94aa-a8ffadf9e382, rgb(255, 255, 255))\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30}}),isDisplayed2()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{bounce:.2,damping:60,delay:0,duration:.3,durationBasedSpring:false,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.3,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,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1wy01ye\",\"data-framer-name\":\"Blue Line\",layoutDependency:layoutDependency,layoutId:\"wB5ljUnKn\",style:{background:\"linear-gradient(90.00000000000155deg, rgba(0, 85, 255, 0) 0%, rgba(0, 85, 255, 1) 50%, rgba(0, 85, 255, 0) 100%)\"},variants:{eOw6h0K82:{background:\"linear-gradient(90.00000000000155deg, rgba(0, 85, 255, 0) 0%, rgb(126, 126, 241) 50%, rgba(0, 85, 255, 0) 100%)\"},rG9e_U6Al:{background:\"linear-gradient(90.00000000000155deg, rgba(0, 85, 255, 0) 0%, rgb(126, 126, 241) 50%, rgba(0, 85, 255, 0) 100%)\"}}}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1r8mu9z\",\"data-framer-name\":\"Shadow\",layoutDependency:layoutDependency,layoutId:\"TqrmoPpjy\",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)\"}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-gTuK1.framer-j51kh3, .framer-gTuK1 .framer-j51kh3 { display: block; }\",\".framer-gTuK1.framer-1mf4ah { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 6px 14px 6px 6px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-gTuK1 .framer-oej94e { 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: 9px 10px 9px 10px; position: relative; width: min-content; }\",\".framer-gTuK1 .framer-1v8rdjv, .framer-gTuK1 .framer-mdieg0 { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-gTuK1 .framer-abaiv { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 5px); position: relative; width: 5px; }\",\".framer-gTuK1 .framer-1wy01ye { flex: none; height: 1px; left: calc(50.3937007874016% - 60px / 2); position: absolute; top: 0px; width: 60px; z-index: 1; }\",\".framer-gTuK1 .framer-1r8mu9z { 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; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-gTuK1.framer-1mf4ah, .framer-gTuK1 .framer-oej94e { gap: 0px; } .framer-gTuK1.framer-1mf4ah > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-gTuK1.framer-1mf4ah > :first-child, .framer-gTuK1 .framer-oej94e > :first-child { margin-left: 0px; } .framer-gTuK1.framer-1mf4ah > :last-child, .framer-gTuK1 .framer-oej94e > :last-child { margin-right: 0px; } .framer-gTuK1 .framer-oej94e > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-gTuK1.framer-v-ztv0i.framer-1mf4ah, .framer-gTuK1.framer-v-jnszah.framer-1mf4ah, .framer-gTuK1.framer-v-1h8vm90.framer-1mf4ah, .framer-gTuK1.framer-v-1d35dao.framer-1mf4ah, .framer-gTuK1.framer-v-1mui1eg.framer-1mf4ah { gap: 10px; padding: 6px 14px 6px 14px; }\",\".framer-gTuK1.framer-v-ztv0i .framer-mdieg0, .framer-gTuK1.framer-v-jnszah .framer-mdieg0, .framer-gTuK1.framer-v-1h8vm90 .framer-mdieg0, .framer-gTuK1.framer-v-1d35dao .framer-mdieg0, .framer-gTuK1.framer-v-1mui1eg .framer-mdieg0 { order: 2; }\",\".framer-gTuK1.framer-v-ztv0i .framer-abaiv { order: 1; }\",\".framer-gTuK1.framer-v-ztv0i .framer-1wy01ye { left: calc(50.3937007874016% - 62% / 2); order: 3; width: 62%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-gTuK1.framer-v-ztv0i.framer-1mf4ah { gap: 0px; } .framer-gTuK1.framer-v-ztv0i.framer-1mf4ah > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-gTuK1.framer-v-ztv0i.framer-1mf4ah > :first-child { margin-left: 0px; } .framer-gTuK1.framer-v-ztv0i.framer-1mf4ah > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-gTuK1.framer-v-jnszah.framer-1mf4ah { gap: 0px; } .framer-gTuK1.framer-v-jnszah.framer-1mf4ah > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-gTuK1.framer-v-jnszah.framer-1mf4ah > :first-child { margin-left: 0px; } .framer-gTuK1.framer-v-jnszah.framer-1mf4ah > :last-child { margin-right: 0px; } }\",\".framer-gTuK1.framer-v-1h8vm90 .framer-1wy01ye, .framer-gTuK1.framer-v-1mui1eg .framer-1wy01ye { left: calc(50.3937007874016% - 65% / 2); order: 3; width: 65%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-gTuK1.framer-v-1h8vm90.framer-1mf4ah { gap: 0px; } .framer-gTuK1.framer-v-1h8vm90.framer-1mf4ah > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-gTuK1.framer-v-1h8vm90.framer-1mf4ah > :first-child { margin-left: 0px; } .framer-gTuK1.framer-v-1h8vm90.framer-1mf4ah > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-gTuK1.framer-v-1d35dao.framer-1mf4ah { gap: 0px; } .framer-gTuK1.framer-v-1d35dao.framer-1mf4ah > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-gTuK1.framer-v-1d35dao.framer-1mf4ah > :first-child { margin-left: 0px; } .framer-gTuK1.framer-v-1d35dao.framer-1mf4ah > :last-child { margin-right: 0px; } }\",\".framer-gTuK1.framer-v-1mui1eg .framer-1r8mu9z { order: 4; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-gTuK1.framer-v-1mui1eg.framer-1mf4ah { gap: 0px; } .framer-gTuK1.framer-v-1mui1eg.framer-1mf4ah > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-gTuK1.framer-v-1mui1eg.framer-1mf4ah > :first-child { margin-left: 0px; } .framer-gTuK1.framer-v-1mui1eg.framer-1mf4ah > :last-child { margin-right: 0px; } }\",'.framer-gTuK1[data-border=\"true\"]::after, .framer-gTuK1 [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 40\n * @framerIntrinsicWidth 172\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"rG9e_U6Al\":{\"layout\":[\"auto\",\"auto\"]},\"qeNT5lF7e\":{\"layout\":[\"auto\",\"auto\"]},\"eOw6h0K82\":{\"layout\":[\"auto\",\"auto\"]},\"xSAoU6bX4\":{\"layout\":[\"auto\",\"auto\"]},\"v0FrA2UAD\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"rQKAY6456\":\"highlight\",\"KS7KLFqN8\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerdMzndKMgd=withCSS(Component,css,\"framer-gTuK1\");export default FramerdMzndKMgd;FramerdMzndKMgd.displayName=\"Tag/Primary Tag 3\";FramerdMzndKMgd.defaultProps={height:40,width:172};addPropertyControls(FramerdMzndKMgd,{variant:{options:[\"ZsSWp0f42\",\"rG9e_U6Al\",\"qeNT5lF7e\",\"eOw6h0K82\",\"xSAoU6bX4\",\"v0FrA2UAD\"],optionTitles:[\"Highlight Tag\",\"Dotted Highlight Tag\",\"Grey Linear Tag\",\"Dotless Highlight Tag\",\"Blue Tag\",\"Dark Tag\"],title:\"Variant\",type:ControlType.Enum},rQKAY6456:{defaultValue:\"NEW\",description:\"If the tag contains a mini tag, enter this text. Use All Uppercase.\",displayTextArea:false,placeholder:\"\",title:\"Highlight\",type:ControlType.String},KS7KLFqN8:{defaultValue:\"About Landin\",displayTextArea:true,title:\"Title\",type:ControlType.String}});addFonts(FramerdMzndKMgd,[{explicitInter:true,fonts:[{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:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhS2f3ZGMZpg.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerdMzndKMgd\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"rQKAY6456\\\":\\\"highlight\\\",\\\"KS7KLFqN8\\\":\\\"title\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"rG9e_U6Al\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"qeNT5lF7e\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"eOw6h0K82\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"xSAoU6bX4\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"v0FrA2UAD\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"172\",\"framerIntrinsicHeight\":\"40\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./dMzndKMgd.map", "// Generated by Framer (cc4e308)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,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/n9ZCiNedN7BrL691e2P2/c6ayTWUoQOa0aS9kwPPI/BB5OYjlP6.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/AjeSwDwF7BJC4qWxvPOV/2RttQCYrIzYuTnF86TlX/QhK6qqT5U.js\";import TagPrimaryTag from\"https://framerusercontent.com/modules/uYL72sk8aPC5AaUb17Ic/idV8Xqs0rD2tBwkEHhxA/IHYC0Q7Lw.js\";import TagMiniTag from\"https://framerusercontent.com/modules/dcwcyesT0W3wwVqTad27/MO9ynDZc3j9ekpMESA3J/ukoXPr8VN.js\";const TagMiniTagFonts=getFonts(TagMiniTag);const TagPrimaryTagFonts=getFonts(TagPrimaryTag);const cycleOrder=[\"FPlrKLdnx\",\"d67iuIBAj\",\"N5rk2qztN\"];const serializationHash=\"framer-CWXZF\";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{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,If6UZHgBW,z27LqGa7Y,OqcRYKG92,fRIbntgRe,QNNDIysFU,OAaP7YEbm,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"FPlrKLdnx\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"d67iuIBAj\",\"N5rk2qztN\"].includes(baseVariant))return false;return true;};const 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-17r2dc0\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Tag\",layoutDependency:layoutDependency,layoutId:\"FPlrKLdnx\",ref:ref??ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-082d630a-c036-4f77-8c8d-5d7b4650e064, rgba(255, 255, 255, 0.08))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(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)) /* {\"name\":\"Black 0%\"} */ 43%, var(--token-9e4d530e-e91b-4b8a-b62d-7a5413a1b53b, rgba(0, 0, 0, 0.95)) /* {\"name\":\"Black 95%\"} */ 68%, var(--token-9e4d530e-e91b-4b8a-b62d-7a5413a1b53b, rgba(0, 0, 0, 0.95)) /* {\"name\":\"Black 95%\"} */ 100%)'}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11y5t1j\",\"data-border\":true,\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"u4QXo9Qw8\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-30ee69d1-cae6-4a5c-9af2-db5c94a12e77, rgba(255, 255, 255, 0.05))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-74f48371-76c0-476a-a319-1331b3a438c2, rgb(8, 8, 8))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-rcv27x\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"jbmWEGWCO\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4pysw\",\"data-framer-name\":\"Title/Tag\",layoutDependency:layoutDependency,layoutId:\"drD_aWfjM\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-o1ogpi\",\"data-styles-preset\":\"BB5OYjlP6\",children:\"Building Framer Templates\"})}),className:\"framer-1wipekr\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"bdO8olaLM\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:z27LqGa7Y,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1x2w49m-container\",layoutDependency:layoutDependency,layoutId:\"ktsj41_mJ-container\",children:/*#__PURE__*/_jsx(TagMiniTag,{height:\"100%\",id:\"ktsj41_mJ\",layoutId:\"ktsj41_mJ\",m_2D4nmgp:OqcRYKG92,width:\"100%\"})})})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-aejul0\",\"data-framer-name\":\"Seperator\",layoutDependency:layoutDependency,layoutId:\"CMB9RAycN\",style:{background:\"linear-gradient(90.00000000000075deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15000000596046448) 50%, rgba(255, 255, 255, 0) 100%)\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-umbdmk\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"tIP4VsSLg\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-x0s9r5\",\"data-styles-preset\":\"QhK6qqT5U\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d2ee1de5-88f8-41d7-8642-338767096a94, rgba(255, 255, 255, 0.5)))\"},children:\"Designers can take control of HTML, CSS, and JavaScript.\"})}),className:\"framer-1pdaab8\",\"data-framer-name\":\"Body Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"zjk5MTOct\",style:{\"--extracted-r6o4lv\":\"var(--token-d2ee1de5-88f8-41d7-8642-338767096a94, rgba(255, 255, 255, 0.5))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:fRIbntgRe,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14w21bi\",\"data-framer-name\":\"Tags\",layoutDependency:layoutDependency,layoutId:\"Z60ICElit\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-hx72pg-container\",layoutDependency:layoutDependency,layoutId:\"xwrkoNp4w-container\",children:/*#__PURE__*/_jsx(TagPrimaryTag,{height:\"100%\",id:\"xwrkoNp4w\",KS7KLFqN8:QNNDIysFU,layoutId:\"xwrkoNp4w\",rQKAY6456:\"NEW\",variant:\"gNstPdAkh\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vqyy57-container\",layoutDependency:layoutDependency,layoutId:\"Iq68x4a2S-container\",children:/*#__PURE__*/_jsx(TagPrimaryTag,{height:\"100%\",id:\"Iq68x4a2S\",KS7KLFqN8:OAaP7YEbm,layoutId:\"Iq68x4a2S\",rQKAY6456:\"NEW\",variant:\"gNstPdAkh\",width:\"100%\"})})})]})]})]})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-CWXZF.framer-1v8ts5x, .framer-CWXZF .framer-1v8ts5x { display: block; }\",\".framer-CWXZF.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-CWXZF .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-CWXZF .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-CWXZF .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-CWXZF .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-CWXZF .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-CWXZF .framer-4pysw, .framer-CWXZF .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-CWXZF .framer-1wipekr { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-CWXZF .framer-1x2w49m-container, .framer-CWXZF .framer-hx72pg-container, .framer-CWXZF .framer-1vqyy57-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-CWXZF .framer-aejul0 { flex: none; height: 1px; position: relative; width: 230px; }\",\".framer-CWXZF .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-CWXZF .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-CWXZF.framer-17r2dc0, .framer-CWXZF .framer-14j7ej3, .framer-CWXZF .framer-1u951zk, .framer-CWXZF .framer-11y5t1j, .framer-CWXZF .framer-rcv27x, .framer-CWXZF .framer-4pysw, .framer-CWXZF .framer-umbdmk, .framer-CWXZF .framer-14w21bi { gap: 0px; } .framer-CWXZF.framer-17r2dc0 > *, .framer-CWXZF .framer-4pysw > *, .framer-CWXZF .framer-14w21bi > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-CWXZF.framer-17r2dc0 > :first-child, .framer-CWXZF .framer-4pysw > :first-child, .framer-CWXZF .framer-14w21bi > :first-child { margin-left: 0px; } .framer-CWXZF.framer-17r2dc0 > :last-child, .framer-CWXZF .framer-4pysw > :last-child, .framer-CWXZF .framer-14w21bi > :last-child { margin-right: 0px; } .framer-CWXZF .framer-14j7ej3 > *, .framer-CWXZF .framer-1u951zk > *, .framer-CWXZF .framer-11y5t1j > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-CWXZF .framer-14j7ej3 > :first-child, .framer-CWXZF .framer-1u951zk > :first-child, .framer-CWXZF .framer-11y5t1j > :first-child, .framer-CWXZF .framer-rcv27x > :first-child, .framer-CWXZF .framer-umbdmk > :first-child { margin-top: 0px; } .framer-CWXZF .framer-14j7ej3 > :last-child, .framer-CWXZF .framer-1u951zk > :last-child, .framer-CWXZF .framer-11y5t1j > :last-child, .framer-CWXZF .framer-rcv27x > :last-child, .framer-CWXZF .framer-umbdmk > :last-child { margin-bottom: 0px; } .framer-CWXZF .framer-rcv27x > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-CWXZF .framer-umbdmk > * { margin: 0px; margin-bottom: calc(22px / 2); margin-top: calc(22px / 2); } }\",\".framer-CWXZF.framer-v-19y81vv.framer-17r2dc0 { width: 330px; }\",\".framer-CWXZF.framer-v-19y81vv .framer-1wipekr { flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-CWXZF.framer-v-19y81vv .framer-14w21bi { align-content: flex-start; align-items: flex-start; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-CWXZF[data-border=\"true\"]::after, .framer-CWXZF [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 516\n * @framerIntrinsicWidth 460\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"d67iuIBAj\":{\"layout\":[\"fixed\",\"fixed\"]},\"N5rk2qztN\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"If6UZHgBW\":\"bGImage\",\"z27LqGa7Y\":\"title\",\"OqcRYKG92\":\"tagTitle\",\"fRIbntgRe\":\"bodyText\",\"QNNDIysFU\":\"tag1\",\"OAaP7YEbm\":\"tag2\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerDzWG2ePx4=withCSS(Component,css,\"framer-CWXZF\");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\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerDzWG2ePx4\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"If6UZHgBW\\\":\\\"bGImage\\\",\\\"z27LqGa7Y\\\":\\\"title\\\",\\\"OqcRYKG92\\\":\\\"tagTitle\\\",\\\"fRIbntgRe\\\":\\\"bodyText\\\",\\\"QNNDIysFU\\\":\\\"tag1\\\",\\\"OAaP7YEbm\\\":\\\"tag2\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"460\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"d67iuIBAj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"N5rk2qztN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"516\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (cc4e308)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;DM Sans-regular\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhS2f3ZGMZpg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",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/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{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/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{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/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{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/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{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/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{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\"}]}];export const css=['.framer-qCXXc .framer-styles-preset-1v8dmps:not(.rich-text-wrapper), .framer-qCXXc .framer-styles-preset-1v8dmps.rich-text-wrapper p { --framer-font-family: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 57px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.5px; --framer-line-height: 57px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-59e77027-930e-45f7-94aa-a8ffadf9e382, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-qCXXc\";\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 (af3ebb8)\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,useActiveVariantCallback,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 sharedStyle from\"https://framerusercontent.com/modules/n9ZCiNedN7BrL691e2P2/c6ayTWUoQOa0aS9kwPPI/BB5OYjlP6.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/SbJF9zSM7CukzLvNQtk3/qI6Hj2IOwHhk7e3wUlnb/ErMS3Z62T.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/AjeSwDwF7BJC4qWxvPOV/2RttQCYrIzYuTnF86TlX/QhK6qqT5U.js\";import InteractiveComponentsTextPoint from\"https://framerusercontent.com/modules/s2qIKu0BeBh8RbMxCc8D/4nN4DlTtbNe8qzIDvhr3/B_S7DoEbq.js\";import ButtonPrimaryButton from\"https://framerusercontent.com/modules/5rltuEaEzi8vVU13jCUC/DCUpNkBf5ifpSwcnnscl/GNvaONxX6.js\";import TagPrimaryTag from\"https://framerusercontent.com/modules/uYL72sk8aPC5AaUb17Ic/idV8Xqs0rD2tBwkEHhxA/IHYC0Q7Lw.js\";const PhosphorFonts=getFonts(Phosphor);const TagPrimaryTagFonts=getFonts(TagPrimaryTag);const InteractiveComponentsTextPointFonts=getFonts(InteractiveComponentsTextPoint);const ButtonPrimaryButtonFonts=getFonts(ButtonPrimaryButton);const PhosphorControls=getPropertyControls(Phosphor);const cycleOrder=[\"UheM2bUnb\",\"onAsSl8xZ\",\"m4l7_5Qm3\",\"fMl0l5SKh\"];const serializationHash=\"framer-bxN1I\";const variantClassNames={fMl0l5SKh:\"framer-v-qbbhpd\",m4l7_5Qm3:\"framer-v-1w5ad80\",onAsSl8xZ:\"framer-v-dry1w7\",UheM2bUnb:\"framer-v-18uwixq\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"S Primary\":\"m4l7_5Qm3\",\"S Secondary\":\"fMl0l5SKh\",\"XL Primary\":\"UheM2bUnb\",\"XL Secondary\":\"onAsSl8xZ\"};const getProps=({description,height,icon,id,package1,point1,point2,point3,point4,point5,popular,price,width,...props})=>{return{...props,AGgey1c2L:icon??props.AGgey1c2L??\"RocketLaunch\",FRMGpPdr0:popular??props.FRMGpPdr0??\"Most Pick\",hZ9mp4c80:package1??props.hZ9mp4c80??\"Basic\",krMX3EMwD:price??props.krMX3EMwD??\"$99\",lTppHd9C8:point5??props.lTppHd9C8??\"30-Days Money-back Guarantee\",o_OgtVIi1:point4??props.o_OgtVIi1??\"Email support\",sT0LhqPqn:point2??props.sT0LhqPqn??\"Unlimited Licenses\",UG7l7uZLm:point3??props.UG7l7uZLm??\"Lifetime Updates\",variant:humanReadableVariantMap[props.variant]??props.variant??\"UheM2bUnb\",WGjoDS5Cd:description??props.WGjoDS5Cd??\"Designers can take control of HTML, CSS, and JavaScript in a visual canvas \u2014 while marketers can work with pre-made\",zJ1LMuqcm:point1??props.zJ1LMuqcm??\"All templates unlocked\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,AGgey1c2L,FRMGpPdr0,hZ9mp4c80,krMX3EMwD,WGjoDS5Cd,zJ1LMuqcm,sT0LhqPqn,UG7l7uZLm,o_OgtVIi1,lTppHd9C8,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"UheM2bUnb\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const bqg6PxBGM11sfx13=activeVariantCallback(async(...args)=>{setVariant(\"UheM2bUnb\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();const isDisplayed=()=>{if([\"onAsSl8xZ\",\"fMl0l5SKh\"].includes(baseVariant))return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-18uwixq\",className,classNames),\"data-border\":true,\"data-framer-name\":\"XL Primary\",layoutDependency:layoutDependency,layoutId:\"UheM2bUnb\",ref:refBinding,style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-082d630a-c036-4f77-8c8d-5d7b4650e064, rgba(255, 255, 255, 0.08))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backdropFilter:\"blur(0px)\",background:'linear-gradient(0.07383128568086761deg, var(--token-64bf095d-9ad7-4fc0-9f3c-f96ec87f9b9b, rgba(0, 85, 255, 0.08)) /* {\"name\":\"Blue 8%\"} */ 0%, var(--token-73242b55-57d1-4320-8897-28085a430c83, rgba(255, 255, 255, 0.02)) /* {\"name\":\"White 2%\"} */ 100%)',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(204, 204, 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(204, 204, 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(SmartComponentScopedContainer,{className:\"framer-1fmmqd8-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"UheM2bUnbhb_VUtODSSMMV5iXIf-container\",nodeId:\"UheM2bUnbhb_VUtODSSMMV5iXIf\",rendersWithMotion:true,scopeId:\"Eexv2Tnqn\",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,y:(componentViewport?.y||0)+40+(((componentViewport?.height||656)-80-758)/2+0+0)+6,...addPropertyOverrides({fMl0l5SKh:{y:(componentViewport?.y||0)+30+(((componentViewport?.height||636)-60-758)/2+0+0)+6},m4l7_5Qm3:{y:(componentViewport?.y||0)+30+(((componentViewport?.height||636)-60-758)/2+0+0)+6}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-18ndgkp-container\",layoutDependency:layoutDependency,layoutId:\"UheM2bUnbhb_VUtODSIcramp3Pw-container\",nodeId:\"UheM2bUnbhb_VUtODSIcramp3Pw\",rendersWithMotion:true,scopeId:\"Eexv2Tnqn\",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.p,{className:\"framer-styles-preset-o1ogpi\",\"data-styles-preset\":\"BB5OYjlP6\",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__*/_jsx(motion.div,{className:\"framer-1cbyocq\",\"data-framer-name\":\"Pricing\",layoutDependency:layoutDependency,layoutId:\"aw83JALxR\",children:/*#__PURE__*/_jsx(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.p,{className:\"framer-styles-preset-1v8dmps\",\"data-styles-preset\":\"ErMS3Z62T\",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-atff72\",\"data-framer-name\":\"Seperator\",layoutDependency:layoutDependency,layoutId:\"UheM2bUnbhb_VUtODSAZYx_Y9U9\",style:{background:\"linear-gradient(90.00000000000075deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15000000596046448) 50%, rgba(255, 255, 255, 0) 100%)\"}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-v7v91a\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"UheM2bUnbhb_VUtODSmYTiOjphi\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-x0s9r5\",\"data-styles-preset\":\"QhK6qqT5U\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d2ee1de5-88f8-41d7-8642-338767096a94, rgba(255, 255, 255, 0.5)))\"},children:\"Designers can take control of HTML, CSS, and JavaScript in a visual canvas \u2014 while marketers can work with pre-made\"})}),className:\"framer-16mbk3h\",\"data-framer-name\":\"Body Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"UheM2bUnbhb_VUtODSJ4htUzBA9\",style:{\"--extracted-r6o4lv\":\"var(--token-d2ee1de5-88f8-41d7-8642-338767096a94, rgba(255, 255, 255, 0.5))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:WGjoDS5Cd,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12qf3u1\",\"data-framer-name\":\"Points\",layoutDependency:layoutDependency,layoutId:\"UheM2bUnbmgklgxE6y\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 500px)`,y:(componentViewport?.y||0)+40+(((componentViewport?.height||656)-80-758)/2+52+20)+0+230+0+160+0+0,...addPropertyOverrides({fMl0l5SKh:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 500px)`,y:(componentViewport?.y||0)+30+(((componentViewport?.height||636)-60-758)/2+52+20)+0+230+0+160+0+0},m4l7_5Qm3:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 500px)`,y:(componentViewport?.y||0)+30+(((componentViewport?.height||636)-60-758)/2+52+20)+0+230+0+160+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-nfbabx-container\",layoutDependency:layoutDependency,layoutId:\"UheM2bUnbW3Eu2mYCb-container\",nodeId:\"UheM2bUnbW3Eu2mYCb\",rendersWithMotion:true,scopeId:\"Eexv2Tnqn\",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?.width||\"100vw\"} - 80px, 500px)`,y:(componentViewport?.y||0)+40+(((componentViewport?.height||656)-80-758)/2+52+20)+0+230+0+160+0+46,...addPropertyOverrides({fMl0l5SKh:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 500px)`,y:(componentViewport?.y||0)+30+(((componentViewport?.height||636)-60-758)/2+52+20)+0+230+0+160+0+46},m4l7_5Qm3:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 500px)`,y:(componentViewport?.y||0)+30+(((componentViewport?.height||636)-60-758)/2+52+20)+0+230+0+160+0+46}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1gej3ss-container\",layoutDependency:layoutDependency,layoutId:\"UheM2bUnbC92mS7_bo-container\",nodeId:\"UheM2bUnbC92mS7_bo\",rendersWithMotion:true,scopeId:\"Eexv2Tnqn\",children:/*#__PURE__*/_jsx(InteractiveComponentsTextPoint,{height:\"100%\",id:\"UheM2bUnbC92mS7_bo\",layoutId:\"UheM2bUnbC92mS7_bo\",style:{width:\"100%\"},variant:\"vp6GBWTnp\",width:\"100%\",zVrcbqAY4:sT0LhqPqn})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 500px)`,y:(componentViewport?.y||0)+40+(((componentViewport?.height||656)-80-758)/2+52+20)+0+230+0+160+0+92,...addPropertyOverrides({fMl0l5SKh:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 500px)`,y:(componentViewport?.y||0)+30+(((componentViewport?.height||636)-60-758)/2+52+20)+0+230+0+160+0+92},m4l7_5Qm3:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 500px)`,y:(componentViewport?.y||0)+30+(((componentViewport?.height||636)-60-758)/2+52+20)+0+230+0+160+0+92}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-137n55t-container\",layoutDependency:layoutDependency,layoutId:\"BsaR8L9sE-container\",nodeId:\"BsaR8L9sE\",rendersWithMotion:true,scopeId:\"Eexv2Tnqn\",children:/*#__PURE__*/_jsx(InteractiveComponentsTextPoint,{height:\"100%\",id:\"BsaR8L9sE\",layoutId:\"BsaR8L9sE\",style:{width:\"100%\"},variant:\"vp6GBWTnp\",width:\"100%\",zVrcbqAY4:UG7l7uZLm})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 500px)`,y:(componentViewport?.y||0)+40+(((componentViewport?.height||656)-80-758)/2+52+20)+0+230+0+160+0+138,...addPropertyOverrides({fMl0l5SKh:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 500px)`,y:(componentViewport?.y||0)+30+(((componentViewport?.height||636)-60-758)/2+52+20)+0+230+0+160+0+138},m4l7_5Qm3:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 500px)`,y:(componentViewport?.y||0)+30+(((componentViewport?.height||636)-60-758)/2+52+20)+0+230+0+160+0+138}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-2r6ge5-container\",layoutDependency:layoutDependency,layoutId:\"mFgPsn_vs-container\",nodeId:\"mFgPsn_vs\",rendersWithMotion:true,scopeId:\"Eexv2Tnqn\",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?.width||\"100vw\"} - 80px, 500px)`,y:(componentViewport?.y||0)+40+(((componentViewport?.height||656)-80-758)/2+52+20)+0+230+0+160+0+184,...addPropertyOverrides({fMl0l5SKh:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 500px)`,y:(componentViewport?.y||0)+30+(((componentViewport?.height||636)-60-758)/2+52+20)+0+230+0+160+0+184},m4l7_5Qm3:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 500px)`,y:(componentViewport?.y||0)+30+(((componentViewport?.height||636)-60-758)/2+52+20)+0+230+0+160+0+184}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-cw4x2-container\",layoutDependency:layoutDependency,layoutId:\"DIVhb5Rnq-container\",nodeId:\"DIVhb5Rnq\",rendersWithMotion:true,scopeId:\"Eexv2Tnqn\",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\",y:(componentViewport?.y||0)+40+(((componentViewport?.height||656)-80-758)/2+52+20)+0+230+0+400+10+0,...addPropertyOverrides({fMl0l5SKh:{width:undefined,y:(componentViewport?.y||0)+30+(((componentViewport?.height||636)-60-758)/2+52+20)+0+230+0+400+10+0},m4l7_5Qm3:{width:undefined,y:(componentViewport?.y||0)+30+(((componentViewport?.height||636)-60-758)/2+52+20)+0+230+0+400+10+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-3xf1ox-container\",layoutDependency:layoutDependency,layoutId:\"UheM2bUnbQ8J2q1PuA-container\",nodeId:\"UheM2bUnbQ8J2q1PuA\",rendersWithMotion:true,scopeId:\"Eexv2Tnqn\",children:/*#__PURE__*/_jsx(ButtonPrimaryButton,{AL_NU982V:false,bqg6PxBGM:bqg6PxBGM11sfx13,dlVBgpKLv:\"Jetzt anfragen\",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)})})})})})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:201,pixelWidth:200,src:\"https://framerusercontent.com/images/QMirkdl4WPEe5bmSFhvVcssWj4.svg\"},className:\"framer-l9x2ub\",\"data-framer-name\":\"Star Line\",layoutDependency:layoutDependency,layoutId:\"UheM2bUnbUa5w9vSrv\",...addPropertyOverrides({fMl0l5SKh:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||636)-150),pixelHeight:201,pixelWidth:200,src:\"https://framerusercontent.com/images/QMirkdl4WPEe5bmSFhvVcssWj4.svg\"}},onAsSl8xZ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||656)-150),pixelHeight:201,pixelWidth:200,src:\"https://framerusercontent.com/images/QMirkdl4WPEe5bmSFhvVcssWj4.svg\"}}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-bxN1I.framer-11hw964, .framer-bxN1I .framer-11hw964 { display: block; }\",\".framer-bxN1I.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-bxN1I .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-bxN1I .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-bxN1I .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-bxN1I .framer-1fmmqd8-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-bxN1I .framer-18ndgkp-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-bxN1I .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-bxN1I .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-bxN1I .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-bxN1I .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-bxN1I .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-bxN1I .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-bxN1I .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-bxN1I .framer-12z0i0g { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-bxN1I .framer-atff72 { flex: none; height: 1px; position: relative; width: 230px; }\",\".framer-bxN1I .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-bxN1I .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-bxN1I .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-bxN1I .framer-nfbabx-container, .framer-bxN1I .framer-1gej3ss-container, .framer-bxN1I .framer-137n55t-container, .framer-bxN1I .framer-2r6ge5-container, .framer-bxN1I .framer-cw4x2-container, .framer-bxN1I .framer-3xf1ox-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-bxN1I .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-bxN1I .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; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-bxN1I.framer-18uwixq, .framer-bxN1I .framer-698r37, .framer-bxN1I .framer-1in80y0, .framer-bxN1I .framer-fb7wgw, .framer-bxN1I .framer-u2tls4, .framer-bxN1I .framer-1cbyocq, .framer-bxN1I .framer-d92esi, .framer-bxN1I .framer-jq4gg3, .framer-bxN1I .framer-v7v91a, .framer-bxN1I .framer-12qf3u1, .framer-bxN1I .framer-1ljyikq { gap: 0px; } .framer-bxN1I.framer-18uwixq > *, .framer-bxN1I .framer-12qf3u1 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-bxN1I.framer-18uwixq > :first-child, .framer-bxN1I .framer-1in80y0 > :first-child, .framer-bxN1I .framer-fb7wgw > :first-child, .framer-bxN1I .framer-v7v91a > :first-child, .framer-bxN1I .framer-12qf3u1 > :first-child, .framer-bxN1I .framer-1ljyikq > :first-child { margin-top: 0px; } .framer-bxN1I.framer-18uwixq > :last-child, .framer-bxN1I .framer-1in80y0 > :last-child, .framer-bxN1I .framer-fb7wgw > :last-child, .framer-bxN1I .framer-v7v91a > :last-child, .framer-bxN1I .framer-12qf3u1 > :last-child, .framer-bxN1I .framer-1ljyikq > :last-child { margin-bottom: 0px; } .framer-bxN1I .framer-698r37 > *, .framer-bxN1I .framer-u2tls4 > *, .framer-bxN1I .framer-jq4gg3 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-bxN1I .framer-698r37 > :first-child, .framer-bxN1I .framer-u2tls4 > :first-child, .framer-bxN1I .framer-1cbyocq > :first-child, .framer-bxN1I .framer-d92esi > :first-child, .framer-bxN1I .framer-jq4gg3 > :first-child { margin-left: 0px; } .framer-bxN1I .framer-698r37 > :last-child, .framer-bxN1I .framer-u2tls4 > :last-child, .framer-bxN1I .framer-1cbyocq > :last-child, .framer-bxN1I .framer-d92esi > :last-child, .framer-bxN1I .framer-jq4gg3 > :last-child { margin-right: 0px; } .framer-bxN1I .framer-1in80y0 > *, .framer-bxN1I .framer-fb7wgw > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-bxN1I .framer-1cbyocq > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-bxN1I .framer-d92esi > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-bxN1I .framer-v7v91a > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-bxN1I .framer-1ljyikq > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-bxN1I.framer-v-1w5ad80.framer-18uwixq, .framer-bxN1I.framer-v-qbbhpd.framer-18uwixq { padding: 30px; }\",\".framer-bxN1I.framer-v-1w5ad80 .framer-1ljyikq, .framer-bxN1I.framer-v-qbbhpd .framer-1ljyikq { width: min-content; }\",\".framer-bxN1I.framer-v-1w5ad80 .framer-3xf1ox-container, .framer-bxN1I.framer-v-qbbhpd .framer-3xf1ox-container { width: auto; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-bxN1I[data-border=\"true\"]::after, .framer-bxN1I [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 656\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\",\"WGjoDS5Cd\":\"description\",\"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-bxN1I\");export default FramerEexv2Tnqn;FramerEexv2Tnqn.displayName=\"Card/Pricing Card\";FramerEexv2Tnqn.defaultProps={height:656,width:587};addPropertyControls(FramerEexv2Tnqn,{variant:{options:[\"UheM2bUnb\",\"onAsSl8xZ\",\"m4l7_5Qm3\",\"fMl0l5SKh\"],optionTitles:[\"XL Primary\",\"XL Secondary\",\"S Primary\",\"S Secondary\"],title:\"Variant\",type:ControlType.Enum},AGgey1c2L:PhosphorControls?.[\"iconSelection\"]&&{...PhosphorControls[\"iconSelection\"],defaultValue:\"RocketLaunch\",description:undefined,hidden:undefined,title:\"Icon\"},FRMGpPdr0:{defaultValue:\"Most Pick\",displayTextArea:false,title:\"Popular\",type:ControlType.String},hZ9mp4c80:{defaultValue:\"Basic\",displayTextArea:true,title:\"Package\",type:ControlType.String},krMX3EMwD:{defaultValue:\"$99\",displayTextArea:false,title:\"Price\",type:ControlType.String},WGjoDS5Cd:{defaultValue:\"Designers can take control of HTML, CSS, and JavaScript in a visual canvas \u2014 while marketers can work with pre-made\",displayTextArea:true,title:\"Description\",type:ControlType.String},zJ1LMuqcm:{defaultValue:\"All templates unlocked\",displayTextArea:true,title:\"Point 1\",type:ControlType.String},sT0LhqPqn:{defaultValue:\"Unlimited Licenses\",displayTextArea:true,title:\"Point 2\",type:ControlType.String},UG7l7uZLm:{defaultValue:\"Lifetime Updates\",displayTextArea:true,title:\"Point 3\",type:ControlType.String},o_OgtVIi1:{defaultValue:\"Email support\",displayTextArea:true,title:\"Point 4\",type:ControlType.String},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,...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\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"587\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"656\",\"framerVariables\":\"{\\\"AGgey1c2L\\\":\\\"icon\\\",\\\"FRMGpPdr0\\\":\\\"popular\\\",\\\"hZ9mp4c80\\\":\\\"package1\\\",\\\"krMX3EMwD\\\":\\\"price\\\",\\\"WGjoDS5Cd\\\":\\\"description\\\",\\\"zJ1LMuqcm\\\":\\\"point1\\\",\\\"sT0LhqPqn\\\":\\\"point2\\\",\\\"UG7l7uZLm\\\":\\\"point3\\\",\\\"o_OgtVIi1\\\":\\\"point4\\\",\\\"lTppHd9C8\\\":\\\"point5\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"onAsSl8xZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"m4l7_5Qm3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"fMl0l5SKh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (af3ebb8)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const serializationHash=\"framer-Vw5oP\";const variantClassNames={xwFdxzru2:\"framer-v-4hmlid\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"xwFdxzru2\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-4hmlid\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"xwFdxzru2\",ref:refBinding,style:{...style},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1549l2z\",\"data-framer-name\":\"Bottom Vector\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Cbw2krAoO\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1440 97\"><g><defs><linearGradient id=\"idss8998126197_1g264659825\" x1=\"0.49107372822866924\" x2=\"0.5089262717713308\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(10,10,10)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(0,0,0)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 1280.45 0 L 159.546 0 C 133.625 0 108.146 6.717 85.594 19.497 L 0 68 L 1440 68 L 1354.41 19.497 C 1331.85 6.717 1306.38 0 1280.45 0 Z\" fill=\"url(#idss8998126197_1g264659825)\" stroke=\"var(--token-64bf095d-9ad7-4fc0-9f3c-f96ec87f9b9b, rgba(204, 204, 255, 0.11)) /* {&quot;name&quot;:&quot;Blue 8%&quot;} */\" stroke-miterlimit=\"10\"></path></g><path d=\"M 159.546 0.5 L 1280.45 0.5 C 1306.29 0.5 1331.68 7.195 1354.16 19.932 L 1438.1 67.5 L 1.896 67.5 L 85.841 19.932 C 108.317 7.195 133.711 0.5 159.546 0.5 Z\" fill=\"transparent\" stroke=\"rgba(NaN,NaN,NaN,0.1)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><g><defs><linearGradient id=\"idss8998126197_3g465629687\" x1=\"0.49748743718592964\" x2=\"0.5025125628140703\" y1=\"1\" y2=\"0\"><stop offset=\"0\" stop-color=\"rgb(0,0,0)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(6,6,6)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 0 97 L 0 67 L 1440 67 L 1440 97 Z\" fill=\"url(#idss8998126197_3g465629687)\"></path></g><g><defs><linearGradient id=\"idss8998126197_4g91\" x1=\"0\" x2=\"1\" y1=\"0.4975124378109453\" y2=\"0.5024875621890547\"><stop offset=\"0\" stop-color=\"rgba(0,85,255,0)\" stop-opacity=\"0\"></stop><stop offset=\"1\" stop-color=\"rgba(0,85,255,0)\" stop-opacity=\"0\"></stop></linearGradient></defs><path d=\"M 270 1 L 270 0 L 1170 0 L 1170 1 Z\" fill=\"url(#idss8998126197_4g91)\"></path></g></svg>',svgContentId:8998126197,withExternalLayout:true})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Vw5oP.framer-6oj9co, .framer-Vw5oP .framer-6oj9co { display: block; }\",\".framer-Vw5oP.framer-4hmlid { height: 97px; overflow: hidden; position: relative; width: 1440px; }\",\".framer-Vw5oP .framer-1549l2z { flex: none; height: 97px; left: calc(50.00000000000002% - 1440px / 2); position: absolute; top: 0px; width: 1440px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 97\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framereh32DLd2H=withCSS(Component,css,\"framer-Vw5oP\");export default Framereh32DLd2H;Framereh32DLd2H.displayName=\"Bottom Vector\";Framereh32DLd2H.defaultProps={height:97,width:1440};addFonts(Framereh32DLd2H,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framereh32DLd2H\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1440\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"97\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./eh32DLd2H.map", "// Generated by Framer (4ba8877)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;DM Sans-regular\",\"GF;DM Sans-700\",\"GF;DM Sans-700italic\",\"GF;DM Sans-italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhS2f3ZGMZpg.woff2\",weight:\"400\"},{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-JDW32RmYJpso5.woff2\",weight:\"400\"}]}];export const css=['.framer-N4BCj .framer-styles-preset-m6m3zm:not(.rich-text-wrapper), .framer-N4BCj .framer-styles-preset-m6m3zm.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: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.5px; --framer-line-height: 26px; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-59e77027-930e-45f7-94aa-a8ffadf9e382, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-N4BCj\";\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 (4ba8877)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;DM Sans-600\",\"GF;DM Sans-900\",\"GF;DM Sans-900italic\",\"GF;DM Sans-600italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAfJthS2f3ZGMZpg.woff2\",weight:\"600\"},{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAC5thS2f3ZGMZpg.woff2\",weight:\"900\"},{family:\"DM Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat8gCm32RmYJpso5.woff2\",weight:\"900\"},{family:\"DM Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat9XCm32RmYJpso5.woff2\",weight:\"600\"}]}];export const css=['.framer-LjsbM .framer-styles-preset-twuvmk:not(.rich-text-wrapper), .framer-LjsbM .framer-styles-preset-twuvmk.rich-text-wrapper p { --framer-font-family: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold: \"DM Sans\", sans-serif; --framer-font-family-bold-italic: \"DM Sans\", sans-serif; --framer-font-family-italic: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: -0.5px; --framer-line-height: 26px; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-59e77027-930e-45f7-94aa-a8ffadf9e382, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-LjsbM\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (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 (f082bd6)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"YBwDM3VSf\",\"QKU1FF7M5\",\"fS7Ftlhah\",\"QldwCq9af\",\"CoBNEs5LD\",\"wKeZkQ7f2\"];const serializationHash=\"framer-ulcVk\";const variantClassNames={CoBNEs5LD:\"framer-v-dr76yi\",fS7Ftlhah:\"framer-v-1yyffup\",QKU1FF7M5:\"framer-v-hj94mt\",QldwCq9af:\"framer-v-1x1ixmm\",wKeZkQ7f2:\"framer-v-trnyc7\",YBwDM3VSf:\"framer-v-1bwzc7\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Blue Tag\":\"CoBNEs5LD\",\"Dark Tag\":\"wKeZkQ7f2\",\"Dotless Highlight Tag\":\"QldwCq9af\",\"Dotted Highlight Tag\":\"QKU1FF7M5\",\"Grey Linear Tag\":\"fS7Ftlhah\",\"Highlight Tag\":\"YBwDM3VSf\"};const getProps=({height,highlight,id,title,width,...props})=>{return{...props,KS7KLFqN8:title??props.KS7KLFqN8??\"About Landin\",rQKAY6456:highlight??props.rQKAY6456??\"NEW\",variant:humanReadableVariantMap[props.variant]??props.variant??\"YBwDM3VSf\"};};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,rQKAY6456,KS7KLFqN8,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"YBwDM3VSf\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"QKU1FF7M5\",\"fS7Ftlhah\",\"QldwCq9af\",\"CoBNEs5LD\",\"wKeZkQ7f2\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"QKU1FF7M5\")return true;return false;};const isDisplayed2=()=>{if([\"QKU1FF7M5\",\"QldwCq9af\",\"wKeZkQ7f2\"].includes(baseVariant))return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"wKeZkQ7f2\")return true;return false;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1bwzc7\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Highlight Tag\",layoutDependency:layoutDependency,layoutId:\"YBwDM3VSf\",ref: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(2.5px)\",background:'linear-gradient(180deg, var(--token-a9883d9b-c1bd-4bd9-be15-284cd72e1b1f, rgba(255, 255, 255, 0.07)) /* {\"name\":\"White 7%\"} */ -100%, var(--token-30ee69d1-cae6-4a5c-9af2-db5c94a12e77, rgba(255, 255, 255, 0.05)) /* {\"name\":\"White 5%\"} */ 100%)',backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,WebkitBackdropFilter:\"blur(2.5px)\",...style},variants:{CoBNEs5LD:{background:'linear-gradient(0.07383128568086761deg, var(--token-ad10564e-4158-40a7-94e1-51af1b841a47, rgba(0, 85, 255, 0.2)) /* {\"name\":\"Blue 20%\"} */ 0%, var(--token-b6113dae-1252-48c9-8fac-f8a781d683c0, rgba(153, 153, 153, 0.1)) /* {\"name\":\"Dark Grey 10%\"} */ 100%)'},fS7Ftlhah:{background:'linear-gradient(-7.642439925348299e-8deg, var(--token-30ee69d1-cae6-4a5c-9af2-db5c94a12e77, rgba(255, 255, 255, 0.05)) /* {\"name\":\"White 5%\"} */ 0%, var(--token-b456af2e-fd88-41ae-8686-ad7692875dfd, rgba(97, 97, 97, 0.09)) /* {\"name\":\"Transparent Grey\"} */ 100%)'},QKU1FF7M5:{background:'linear-gradient(0.07383128568086761deg, var(--token-64bf095d-9ad7-4fc0-9f3c-f96ec87f9b9b, rgba(0, 85, 255, 0.08)) /* {\"name\":\"Blue 8%\"} */ 0%, var(--token-b6113dae-1252-48c9-8fac-f8a781d683c0, rgba(153, 153, 153, 0.1)) /* {\"name\":\"Dark Grey 10%\"} */ 100%)'},QldwCq9af:{backdropFilter:\"blur(5px)\",background:'linear-gradient(0.07383128568086761deg, var(--token-64bf095d-9ad7-4fc0-9f3c-f96ec87f9b9b, rgba(0, 85, 255, 0.08)) /* {\"name\":\"Blue 8%\"} */ 0%, var(--token-b6113dae-1252-48c9-8fac-f8a781d683c0, rgba(153, 153, 153, 0.1)) /* {\"name\":\"Dark Grey 10%\"} */ 100%)',WebkitBackdropFilter:\"blur(5px)\"},wKeZkQ7f2:{\"--border-color\":\"rgba(255, 255, 255, 0.05)\",backdropFilter:\"blur(5px)\",background:\"linear-gradient(180deg, var(--token-8027bd57-58d1-44d0-b4e2-d8a3f299de67, rgba(0, 0, 0, 0.5)) 0%, var(--token-8027bd57-58d1-44d0-b4e2-d8a3f299de67, rgba(0, 0, 0, 0.5)) 100%)\",backgroundColor:\"var(--token-8027bd57-58d1-44d0-b4e2-d8a3f299de67, rgba(0, 0, 0, 0.5))\",WebkitBackdropFilter:\"blur(5px)\"}},...addPropertyOverrides({CoBNEs5LD:{\"data-framer-name\":\"Blue Tag\"},fS7Ftlhah:{\"data-framer-name\":\"Grey Linear Tag\"},QKU1FF7M5:{\"data-framer-name\":\"Dotted Highlight Tag\"},QldwCq9af:{\"data-framer-name\":\"Dotless Highlight Tag\"},wKeZkQ7f2:{\"data-framer-name\":\"Dark Tag\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-12e3d7h\",\"data-border\":true,\"data-framer-name\":\"Highlighter\",layoutDependency:layoutDependency,layoutId:\"hc3d4d_oT\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-a58752c8-168c-47db-857e-906f22f33790, rgba(255, 255, 255, 0.15))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backdropFilter:\"blur(2px)\",backgroundColor:\"var(--token-f951c3a8-aa43-4825-aa75-915aa92c20d1, rgb(0, 85, 255))\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6,WebkitBackdropFilter:\"blur(2px)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"10px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-59e77027-930e-45f7-94aa-a8ffadf9e382, rgb(255, 255, 255)))\"},children:\"NEW\"})}),className:\"framer-1w872yk\",\"data-framer-name\":\"Text\",fonts:[\"GF;DM Sans-700\"],layoutDependency:layoutDependency,layoutId:\"GDTYoCxqQ\",style:{\"--extracted-r6o4lv\":\"var(--token-59e77027-930e-45f7-94aa-a8ffadf9e382, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:rQKAY6456,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(153, 153, 153, 0) 350%)\"},children:\"About Porto\"})})}),className:\"framer-giqf3c\",\"data-framer-name\":\"Title\",fonts:[\"GF;DM Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"XEoRT8kl2\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:KS7KLFqN8,variants:{fS7Ftlhah:{\"--extracted-r6o4lv\":\"var(--token-8f8054d9-8a09-4e7e-b957-8a76557c5e75, rgba(255, 255, 255, 0.6))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({fS7Ftlhah:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8f8054d9-8a09-4e7e-b957-8a76557c5e75, rgba(255, 255, 255, 0.6)))\"},children:\"About Porto\"})})}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-ip4kti\",\"data-border\":true,\"data-framer-name\":\"Bullet Point\",layoutDependency:layoutDependency,layoutId:\"SIhfIIbCk\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.5)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-59e77027-930e-45f7-94aa-a8ffadf9e382, rgb(255, 255, 255))\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30}}),isDisplayed2()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{bounce:.2,damping:60,delay:0,duration:.3,durationBasedSpring:false,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.3,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,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1aq81fi\",\"data-framer-name\":\"Blue Line\",layoutDependency:layoutDependency,layoutId:\"flgrM6GWY\",style:{background:\"linear-gradient(90.00000000000155deg, rgba(0, 85, 255, 0) 0%, rgba(0, 85, 255, 1) 50%, rgba(0, 85, 255, 0) 100%)\"},variants:{QldwCq9af:{background:\"linear-gradient(90.00000000000155deg, rgba(126, 126, 241, 0) 0%, rgb(126, 126, 241) 50%, rgba(0, 85, 255, 0) 100%)\"}}}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qpl1ur\",\"data-framer-name\":\"Shadow\",layoutDependency:layoutDependency,layoutId:\"ZdQcvn4hA\",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)\"}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ulcVk.framer-1d48zny, .framer-ulcVk .framer-1d48zny { display: block; }\",\".framer-ulcVk.framer-1bwzc7 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 6px 14px 6px 6px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-ulcVk .framer-12e3d7h { 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: 9px 10px 9px 10px; position: relative; width: min-content; }\",\".framer-ulcVk .framer-1w872yk, .framer-ulcVk .framer-giqf3c { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-ulcVk .framer-ip4kti { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 5px); position: relative; width: 5px; }\",\".framer-ulcVk .framer-1aq81fi { flex: none; height: 1px; left: calc(50.3937007874016% - 60px / 2); position: absolute; top: 0px; width: 60px; z-index: 1; }\",\".framer-ulcVk .framer-1qpl1ur { 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; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ulcVk.framer-1bwzc7, .framer-ulcVk .framer-12e3d7h { gap: 0px; } .framer-ulcVk.framer-1bwzc7 > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-ulcVk.framer-1bwzc7 > :first-child, .framer-ulcVk .framer-12e3d7h > :first-child { margin-left: 0px; } .framer-ulcVk.framer-1bwzc7 > :last-child, .framer-ulcVk .framer-12e3d7h > :last-child { margin-right: 0px; } .framer-ulcVk .framer-12e3d7h > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-ulcVk.framer-v-hj94mt.framer-1bwzc7, .framer-ulcVk.framer-v-1yyffup.framer-1bwzc7, .framer-ulcVk.framer-v-1x1ixmm.framer-1bwzc7, .framer-ulcVk.framer-v-dr76yi.framer-1bwzc7, .framer-ulcVk.framer-v-trnyc7.framer-1bwzc7 { gap: 10px; padding: 6px 14px 6px 14px; }\",\".framer-ulcVk.framer-v-hj94mt .framer-giqf3c, .framer-ulcVk.framer-v-1yyffup .framer-giqf3c, .framer-ulcVk.framer-v-1x1ixmm .framer-giqf3c, .framer-ulcVk.framer-v-dr76yi .framer-giqf3c, .framer-ulcVk.framer-v-trnyc7 .framer-giqf3c { order: 2; }\",\".framer-ulcVk.framer-v-hj94mt .framer-ip4kti { order: 1; }\",\".framer-ulcVk.framer-v-hj94mt .framer-1aq81fi { left: calc(50.3937007874016% - 62% / 2); order: 3; width: 62%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ulcVk.framer-v-hj94mt.framer-1bwzc7 { gap: 0px; } .framer-ulcVk.framer-v-hj94mt.framer-1bwzc7 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-ulcVk.framer-v-hj94mt.framer-1bwzc7 > :first-child { margin-left: 0px; } .framer-ulcVk.framer-v-hj94mt.framer-1bwzc7 > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ulcVk.framer-v-1yyffup.framer-1bwzc7 { gap: 0px; } .framer-ulcVk.framer-v-1yyffup.framer-1bwzc7 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-ulcVk.framer-v-1yyffup.framer-1bwzc7 > :first-child { margin-left: 0px; } .framer-ulcVk.framer-v-1yyffup.framer-1bwzc7 > :last-child { margin-right: 0px; } }\",\".framer-ulcVk.framer-v-1x1ixmm .framer-1aq81fi, .framer-ulcVk.framer-v-trnyc7 .framer-1aq81fi { left: calc(50.3937007874016% - 65% / 2); order: 3; width: 65%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ulcVk.framer-v-1x1ixmm.framer-1bwzc7 { gap: 0px; } .framer-ulcVk.framer-v-1x1ixmm.framer-1bwzc7 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-ulcVk.framer-v-1x1ixmm.framer-1bwzc7 > :first-child { margin-left: 0px; } .framer-ulcVk.framer-v-1x1ixmm.framer-1bwzc7 > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ulcVk.framer-v-dr76yi.framer-1bwzc7 { gap: 0px; } .framer-ulcVk.framer-v-dr76yi.framer-1bwzc7 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-ulcVk.framer-v-dr76yi.framer-1bwzc7 > :first-child { margin-left: 0px; } .framer-ulcVk.framer-v-dr76yi.framer-1bwzc7 > :last-child { margin-right: 0px; } }\",\".framer-ulcVk.framer-v-trnyc7 .framer-1qpl1ur { order: 4; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ulcVk.framer-v-trnyc7.framer-1bwzc7 { gap: 0px; } .framer-ulcVk.framer-v-trnyc7.framer-1bwzc7 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-ulcVk.framer-v-trnyc7.framer-1bwzc7 > :first-child { margin-left: 0px; } .framer-ulcVk.framer-v-trnyc7.framer-1bwzc7 > :last-child { margin-right: 0px; } }\",'.framer-ulcVk[data-border=\"true\"]::after, .framer-ulcVk [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 40\n * @framerIntrinsicWidth 172\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"QKU1FF7M5\":{\"layout\":[\"auto\",\"auto\"]},\"fS7Ftlhah\":{\"layout\":[\"auto\",\"auto\"]},\"QldwCq9af\":{\"layout\":[\"auto\",\"auto\"]},\"CoBNEs5LD\":{\"layout\":[\"auto\",\"auto\"]},\"wKeZkQ7f2\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"rQKAY6456\":\"highlight\",\"KS7KLFqN8\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerpTo8vXLi1=withCSS(Component,css,\"framer-ulcVk\");export default FramerpTo8vXLi1;FramerpTo8vXLi1.displayName=\"Tag/Primary Tag 2\";FramerpTo8vXLi1.defaultProps={height:40,width:172};addPropertyControls(FramerpTo8vXLi1,{variant:{options:[\"YBwDM3VSf\",\"QKU1FF7M5\",\"fS7Ftlhah\",\"QldwCq9af\",\"CoBNEs5LD\",\"wKeZkQ7f2\"],optionTitles:[\"Highlight Tag\",\"Dotted Highlight Tag\",\"Grey Linear Tag\",\"Dotless Highlight Tag\",\"Blue Tag\",\"Dark Tag\"],title:\"Variant\",type:ControlType.Enum},rQKAY6456:{defaultValue:\"NEW\",description:\"If the tag contains a mini tag, enter this text. Use All Uppercase.\",displayTextArea:false,placeholder:\"\",title:\"Highlight\",type:ControlType.String},KS7KLFqN8:{defaultValue:\"About Landin\",displayTextArea:true,title:\"Title\",type:ControlType.String}});addFonts(FramerpTo8vXLi1,[{explicitInter:true,fonts:[{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:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhS2f3ZGMZpg.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerpTo8vXLi1\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"172\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"40\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"QKU1FF7M5\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"fS7Ftlhah\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"QldwCq9af\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"CoBNEs5LD\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"wKeZkQ7f2\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"rQKAY6456\\\":\\\"highlight\\\",\\\"KS7KLFqN8\\\":\\\"title\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./pTo8vXLi1.map", "// Generated by Framer (cc4e308)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={dZLCL233x:{hover:true},wwMty6Drt:{hover:true},zC7QVZQYa:{hover:true}};const cycleOrder=[\"dZLCL233x\",\"zC7QVZQYa\",\"wwMty6Drt\"];const serializationHash=\"framer-Q4chg\";const variantClassNames={dZLCL233x:\"framer-v-1d41psq\",wwMty6Drt:\"framer-v-l4pirb\",zC7QVZQYa:\"framer-v-zc24p7\"};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:200,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={Blue:\"dZLCL233x\",Grey:\"wwMty6Drt\",White:\"zC7QVZQYa\"};const getProps=({border,height,id,link,newTab,smoothScroll,title,width,...props})=>{return{...props,AL_NU982V:newTab??props.AL_NU982V,dlVBgpKLv:title??props.dlVBgpKLv??\"Get In Touch\",GT109pdEG:link??props.GT109pdEG,SD1BGlGhK:smoothScroll??props.SD1BGlGhK,variant:humanReadableVariantMap[props.variant]??props.variant??\"dZLCL233x\",YVFZiszrG:border??props.YVFZiszrG??{borderColor:'var(--token-a58752c8-168c-47db-857e-906f22f33790, rgba(255, 255, 255, 0.15)) /* {\"name\":\"White 15%\"} */',borderStyle:\"solid\",borderWidth:3}};};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,dlVBgpKLv,YVFZiszrG,GT109pdEG,AL_NU982V,SD1BGlGhK,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"dZLCL233x\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:GT109pdEG,nodeId:\"dZLCL233x\",openInNewTab:AL_NU982V,smoothScroll:SD1BGlGhK,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1d41psq\",className,classNames)} framer-1fknlrw`,\"data-border\":true,\"data-framer-name\":\"Blue\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"dZLCL233x\",ref:ref??ref1,style:{\"--border-bottom-width\":(YVFZiszrG.borderBottomWidth??YVFZiszrG.borderWidth)+\"px\",\"--border-color\":YVFZiszrG.borderColor,\"--border-left-width\":(YVFZiszrG.borderLeftWidth??YVFZiszrG.borderWidth)+\"px\",\"--border-right-width\":(YVFZiszrG.borderRightWidth??YVFZiszrG.borderWidth)+\"px\",\"--border-style\":YVFZiszrG.borderStyle,\"--border-top-width\":(YVFZiszrG.borderTopWidth??YVFZiszrG.borderWidth)+\"px\",backdropFilter:\"none\",backgroundColor:\"rgb(74, 74, 143)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 8px 40px 0px rgba(126, 126, 241, 0.5), inset 0px 0px 10px 1px rgba(255, 255, 255, 0), 0px 0px 0px 1px rgba(0, 85, 255, 0.12)\",opacity:1,WebkitBackdropFilter:\"none\",...style},variants:{\"dZLCL233x-hover\":{backdropFilter:\"none\",boxShadow:\"0px 8px 40px 0px rgba(126, 126, 241, 0.7), inset 0px 0px 10px 1px rgba(255, 255, 255, 0.3), 0px 0px 0px 5px rgba(0, 85, 255, 0.2)\",opacity:1,WebkitBackdropFilter:\"none\"},\"wwMty6Drt-hover\":{opacity:.6},\"zC7QVZQYa-hover\":{backdropFilter:\"none\",opacity:.6,WebkitBackdropFilter:\"none\"},wwMty6Drt:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backdropFilter:\"blur(2.5px)\",backgroundColor:\"var(--token-a58752c8-168c-47db-857e-906f22f33790, rgba(255, 255, 255, 0.15))\",boxShadow:\"none\",WebkitBackdropFilter:\"blur(2.5px)\"},zC7QVZQYa:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-b94732ec-0911-4c64-b592-4d592b668e2d, rgb(239, 238, 236))\",boxShadow:\"none\"}},...addPropertyOverrides({\"dZLCL233x-hover\":{\"data-framer-name\":undefined},\"wwMty6Drt-hover\":{\"data-framer-name\":undefined},\"zC7QVZQYa-hover\":{\"data-framer-name\":undefined},wwMty6Drt:{\"data-framer-name\":\"Grey\"},zC7QVZQYa:{\"data-framer-name\":\"White\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-59e77027-930e-45f7-94aa-a8ffadf9e382, rgb(255, 255, 255)))\"},children:\"Get In Touch\"})}),className:\"framer-4yywhx\",\"data-framer-name\":\"Text\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"SLaw_iUtm\",style:{\"--extracted-r6o4lv\":\"var(--token-59e77027-930e-45f7-94aa-a8ffadf9e382, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:dlVBgpKLv,variants:{\"dZLCL233x-hover\":{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},zC7QVZQYa:{\"--extracted-r6o4lv\":\"var(--token-561b3d91-c258-4609-94c9-3cc008fdd628, rgb(19, 19, 19))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"dZLCL233x-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Get In Touch\"})})},zC7QVZQYa:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-561b3d91-c258-4609-94c9-3cc008fdd628, rgb(19, 19, 19)))\"},children:\"Get In Touch\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Q4chg.framer-1fknlrw, .framer-Q4chg .framer-1fknlrw { display: block; }\",\".framer-Q4chg.framer-1d41psq { 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: 10px 18px 10px 18px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-Q4chg .framer-4yywhx { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Q4chg.framer-1d41psq { gap: 0px; } .framer-Q4chg.framer-1d41psq > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Q4chg.framer-1d41psq > :first-child { margin-left: 0px; } .framer-Q4chg.framer-1d41psq > :last-child { margin-right: 0px; } }\",'.framer-Q4chg[data-border=\"true\"]::after, .framer-Q4chg [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 46\n * @framerIntrinsicWidth 125\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"zC7QVZQYa\":{\"layout\":[\"auto\",\"auto\"]},\"wwMty6Drt\":{\"layout\":[\"auto\",\"auto\"]},\"lGAAvdQep\":{\"layout\":[\"auto\",\"auto\"]},\"NYuFBfgdh\":{\"layout\":[\"auto\",\"auto\"]},\"eIOxjHnfI\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"dlVBgpKLv\":\"title\",\"YVFZiszrG\":\"border\",\"GT109pdEG\":\"link\",\"AL_NU982V\":\"newTab\",\"SD1BGlGhK\":\"smoothScroll\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerpu7xUrufG=withCSS(Component,css,\"framer-Q4chg\");export default Framerpu7xUrufG;Framerpu7xUrufG.displayName=\"Button/Primary Button 2\";Framerpu7xUrufG.defaultProps={height:46,width:125};addPropertyControls(Framerpu7xUrufG,{variant:{options:[\"dZLCL233x\",\"zC7QVZQYa\",\"wwMty6Drt\"],optionTitles:[\"Blue\",\"White\",\"Grey\"],title:\"Variant\",type:ControlType.Enum},dlVBgpKLv:{defaultValue:\"Get In Touch\",displayTextArea:true,title:\"Title\",type:ControlType.String},YVFZiszrG:{defaultValue:{borderColor:'var(--token-a58752c8-168c-47db-857e-906f22f33790, rgba(255, 255, 255, 0.15)) /* {\"name\":\"White 15%\"} */',borderStyle:\"solid\",borderWidth:3},title:\"Border\",type:ControlType.Border},GT109pdEG:{title:\"Link\",type:ControlType.Link},AL_NU982V:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean},SD1BGlGhK:{defaultValue:false,title:\"Smooth Scroll\",type:ControlType.Boolean}});addFonts(Framerpu7xUrufG,[{explicitInter:true,fonts:[{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAkJxhS2f3ZGMZpg.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerpu7xUrufG\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"zC7QVZQYa\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"wwMty6Drt\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"lGAAvdQep\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"NYuFBfgdh\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"eIOxjHnfI\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"46\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"dlVBgpKLv\\\":\\\"title\\\",\\\"YVFZiszrG\\\":\\\"border\\\",\\\"GT109pdEG\\\":\\\"link\\\",\\\"AL_NU982V\\\":\\\"newTab\\\",\\\"SD1BGlGhK\\\":\\\"smoothScroll\\\"}\",\"framerIntrinsicWidth\":\"125\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./pu7xUrufG.map", "// Generated by Framer (f082bd6)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"ueNQKDKn_\",\"uGSJT0AvI\"];const serializationHash=\"framer-nVA6A\";const variantClassNames={ueNQKDKn_:\"framer-v-40vk1m\",uGSJT0AvI:\"framer-v-tnyjh1\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Text Medium\":\"ueNQKDKn_\",\"Text Regular\":\"uGSJT0AvI\"};const getProps=({height,id,text,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"ueNQKDKn_\",zVrcbqAY4:text??props.zVrcbqAY4??\"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:\"ueNQKDKn_\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-40vk1m\",className,classNames),\"data-framer-name\":\"Text Medium\",layoutDependency:layoutDependency,layoutId:\"ueNQKDKn_\",ref:ref??ref1,style:{...style},...addPropertyOverrides({uGSJT0AvI:{\"data-framer-name\":\"Text Regular\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1t25ehw\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"PRawVAbKi\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-kye5r7\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"rv1jnwEtu\",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=\"rgb(126, 126, 241)\"></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:12272430583,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rv8r76\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"JmTrudwOK\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"26px\",\"--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\"})}),className:\"framer-1xx1s8r\",\"data-framer-name\":\"Text\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"aiNsHFJXS\",style:{\"--extracted-r6o4lv\":\"var(--token-8f8054d9-8a09-4e7e-b957-8a76557c5e75, rgba(255, 255, 255, 0.6))\",\"--framer-paragraph-spacing\":\"0px\"},text:zVrcbqAY4,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({uGSJT0AvI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"26px\",\"--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\"})}),fonts:[\"GF;DM Sans-regular\"]}},baseVariant,gestureVariant)})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-nVA6A.framer-iwd0wt, .framer-nVA6A .framer-iwd0wt { display: block; }\",\".framer-nVA6A.framer-40vk1m { 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-nVA6A .framer-1t25ehw { 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-nVA6A .framer-kye5r7 { flex: none; height: 23px; position: relative; width: 23px; }\",\".framer-nVA6A .framer-1rv8r76 { 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-nVA6A .framer-1xx1s8r { 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-nVA6A.framer-40vk1m, .framer-nVA6A .framer-1t25ehw, .framer-nVA6A .framer-1rv8r76 { gap: 0px; } .framer-nVA6A.framer-40vk1m > *, .framer-nVA6A .framer-1t25ehw > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-nVA6A.framer-40vk1m > :first-child, .framer-nVA6A .framer-1t25ehw > :first-child { margin-left: 0px; } .framer-nVA6A.framer-40vk1m > :last-child, .framer-nVA6A .framer-1t25ehw > :last-child { margin-right: 0px; } .framer-nVA6A .framer-1rv8r76 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-nVA6A .framer-1rv8r76 > :first-child { margin-top: 0px; } .framer-nVA6A .framer-1rv8r76 > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 26\n * @framerIntrinsicWidth 261\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"uGSJT0AvI\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"zVrcbqAY4\":\"text\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Frameru_74Mk7OP=withCSS(Component,css,\"framer-nVA6A\");export default Frameru_74Mk7OP;Frameru_74Mk7OP.displayName=\"Interactive Components/Text Point 2\";Frameru_74Mk7OP.defaultProps={height:26,width:261};addPropertyControls(Frameru_74Mk7OP,{variant:{options:[\"ueNQKDKn_\",\"uGSJT0AvI\"],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(Frameru_74Mk7OP,[{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-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhS2f3ZGMZpg.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Frameru_74Mk7OP\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"261\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"zVrcbqAY4\\\":\\\"text\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"26\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"uGSJT0AvI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./u_74Mk7OP.map", "// Generated by Framer (6d82f59)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,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 TagDualTitleTag from\"https://framerusercontent.com/modules/l26AHVYrgjfZkjDGAcGF/LaBm1T0GKQAA3XDviQ2z/oumKcYECI.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import TagPrimaryTag2 from\"https://framerusercontent.com/modules/dHWTaZ2KqIWlf747hnOx/CGU1Av2Hk7qpFkPAPNHJ/pTo8vXLi1.js\";import ButtonPrimaryButton2 from\"https://framerusercontent.com/modules/7MMKbKGK5DgcQipk8j4W/wqQkrMbJsgYowdU82ObF/pu7xUrufG.js\";import InteractiveComponentsTextPoint2 from\"https://framerusercontent.com/modules/vH4KlL7djmC1sDFZ1zQN/iFLOi6gjWBEI5UPk6bNz/u_74Mk7OP.js\";const PhosphorFonts=getFonts(Phosphor);const TagPrimaryTag2Fonts=getFonts(TagPrimaryTag2);const TagDualTitleTagFonts=getFonts(TagDualTitleTag);const InteractiveComponentsTextPoint2Fonts=getFonts(InteractiveComponentsTextPoint2);const ButtonPrimaryButton2Fonts=getFonts(ButtonPrimaryButton2);const PhosphorControls=getPropertyControls(Phosphor);const cycleOrder=[\"X3lSaLRdJ\",\"fdjhg3eIs\",\"hRRsujuYP\",\"oQbUNSKBw\"];const serializationHash=\"framer-rSS1Z\";const variantClassNames={fdjhg3eIs:\"framer-v-1bs7q1b\",hRRsujuYP:\"framer-v-1nkyt1k\",oQbUNSKBw:\"framer-v-l3ogqx\",X3lSaLRdJ:\"framer-v-9x1k6i\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"S Primary\":\"hRRsujuYP\",\"S Secondary\":\"oQbUNSKBw\",\"XL Primary\":\"X3lSaLRdJ\",\"XL Secondary\":\"fdjhg3eIs\"};const getProps=({description,discount,duration,height,icon,id,package1,point1,point2,point3,point4,point5,popular,price,projectsLimit,revisions,suffix,suffix1,width,...props})=>{return{...props,AGgey1c2L:icon??props.AGgey1c2L??\"RocketLaunch\",BZean0vsv:revisions??props.BZean0vsv??\"6 - 12\",erke26ekk:projectsLimit??props.erke26ekk??\"100+\",FRMGpPdr0:popular??props.FRMGpPdr0??\"Most Pick\",G5aZ5m66o:duration??props.G5aZ5m66o??\" / Month\",hkN6uWVgI:suffix??props.hkN6uWVgI??\"Projects\",hZ9mp4c80:package1??props.hZ9mp4c80??\"Basic\",krMX3EMwD:price??props.krMX3EMwD??\"$99\",lTppHd9C8:point5??props.lTppHd9C8??\"30-Days Money-back Guarantee\",o_OgtVIi1:point4??props.o_OgtVIi1??\"Email support\",RIJaP8oyF:discount??props.RIJaP8oyF??\"$450\",sT0LhqPqn:point2??props.sT0LhqPqn??\"Unlimited Licenses\",UG7l7uZLm:point3??props.UG7l7uZLm??\"Lifetime Updates\",variant:humanReadableVariantMap[props.variant]??props.variant??\"X3lSaLRdJ\",WGjoDS5Cd:description??props.WGjoDS5Cd??\"Designers can take control of HTML, CSS, and JavaScript in a visual canvas \u2014 while marketers can work with pre-made\",zJ1LMuqcm:point1??props.zJ1LMuqcm??\"All templates unlocked\",ZNw0zmhqZ:suffix1??props.ZNw0zmhqZ??\"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:\"X3lSaLRdJ\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"hRRsujuYP\")return false;return true;};const isDisplayed1=()=>{if([\"fdjhg3eIs\",\"hRRsujuYP\",\"oQbUNSKBw\"].includes(baseVariant))return false;return true;};const router=useRouter();const isDisplayed2=()=>{if([\"fdjhg3eIs\",\"oQbUNSKBw\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(Image,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:353,pixelWidth:587,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/3fTl0jOeNCf5k69Fvi5Sj616o.svg\",srcSet:\"https://framerusercontent.com/images/3fTl0jOeNCf5k69Fvi5Sj616o.svg?scale-down-to=512 512w,https://framerusercontent.com/images/3fTl0jOeNCf5k69Fvi5Sj616o.svg 587w\"},className:cx(scopingClassNames,\"framer-9x1k6i\",className,classNames),\"data-border\":true,\"data-framer-name\":\"XL Primary\",layoutDependency:layoutDependency,layoutId:\"X3lSaLRdJ\",ref:ref??ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-082d630a-c036-4f77-8c8d-5d7b4650e064, rgba(255, 255, 255, 0.08))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(0px)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,WebkitBackdropFilter:\"blur(0px)\",...style},variants:{hRRsujuYP:{background:'linear-gradient(0.07383128568086761deg, var(--token-64bf095d-9ad7-4fc0-9f3c-f96ec87f9b9b, rgba(0, 85, 255, 0.08)) /* {\"name\":\"Blue 8%\"} */ 0%, var(--token-73242b55-57d1-4320-8897-28085a430c83, rgba(255, 255, 255, 0.02)) /* {\"name\":\"White 2%\"} */ 100%)'}},...addPropertyOverrides({fdjhg3eIs:{\"data-framer-name\":\"XL Secondary\"},hRRsujuYP:{\"data-framer-name\":\"S Primary\",background:undefined},oQbUNSKBw:{\"data-framer-name\":\"S Secondary\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vubf52\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"wCWn2LPsx\",children:[/*#__PURE__*/_jsxs(motion.div,{background:{alt:\"\",fit:\"fill\"},className:\"framer-q7etic\",\"data-border\":true,\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"QxtdUdJFP\",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)\"},variants:{hRRsujuYP:{\"--border-color\":\"rgba(126, 126, 241, 0.15)\",boxShadow:\"0px 5px 25px 0px rgba(126, 126, 241, 0.25), inset 0px 10px 10px -1px rgba(255, 255, 255, 0.08)\"}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1t2ko8w\",\"data-framer-name\":\"Shadow\",layoutDependency:layoutDependency,layoutId:\"sMcAbXcR_\",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-adzqgq-container\",layoutDependency:layoutDependency,layoutId:\"Q4bY0c4Ho-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-59e77027-930e-45f7-94aa-a8ffadf9e382, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"House\",iconSelection:AGgey1c2L,id:\"Q4bY0c4Ho\",layoutId:\"Q4bY0c4Ho\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,...addPropertyOverrides({hRRsujuYP:{y:(componentViewport?.y||0)+30+(((componentViewport?.height||629)-60-751)/2+0+0)+6}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-16c7gkv-container\",layoutDependency:layoutDependency,layoutId:\"ebkH0VGY1-container\",children:/*#__PURE__*/_jsx(TagPrimaryTag2,{height:\"100%\",id:\"ebkH0VGY1\",KS7KLFqN8:FRMGpPdr0,layoutId:\"ebkH0VGY1\",rQKAY6456:\"NEW\",variant:\"QldwCq9af\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17wm34y\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"ACn_ClWG2\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1plnpkk\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"Xqv_HXXOe\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vlviq8\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"oh5MU66UC\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-59e77027-930e-45f7-94aa-a8ffadf9e382, rgb(255, 255, 255)))\"},children:\"Basic\"})}),className:\"framer-e9rybm\",\"data-framer-name\":\"Text\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"Eo4QMmnBy\",style:{\"--extracted-r6o4lv\":\"var(--token-59e77027-930e-45f7-94aa-a8ffadf9e382, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},text:hZ9mp4c80,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-c3heg0\",\"data-framer-name\":\"Pricing\",layoutDependency:layoutDependency,layoutId:\"pBUBw6x7T\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1uwveit\",\"data-framer-name\":\"Price Tag\",layoutDependency:layoutDependency,layoutId:\"g2l_yFKpR\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-371c20\",\"data-framer-name\":\"Price\",layoutDependency:layoutDependency,layoutId:\"VwCa4BblH\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-letter-spacing\":\"-1.9px\",\"--framer-line-height\":\"50px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-59e77027-930e-45f7-94aa-a8ffadf9e382, rgb(255, 255, 255)))\"},children:\"$99\"})}),className:\"framer-7zy0w3\",\"data-framer-name\":\"Text\",fonts:[\"GF;DM Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"JEaBKstT7\",style:{\"--extracted-1of0zx5\":\"var(--token-59e77027-930e-45f7-94aa-a8ffadf9e382, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},text:krMX3EMwD,verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-rq33dl\",\"data-framer-name\":\"Duration\",layoutDependency:layoutDependency,layoutId:\"EEZZulZMs\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8f8054d9-8a09-4e7e-b957-8a76557c5e75, rgba(255, 255, 255, 0.6)))\"},children:\" / Month\"})}),className:\"framer-7u9069\",\"data-framer-name\":\"Text\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"s_OG5TWrb\",style:{\"--extracted-r6o4lv\":\"var(--token-8f8054d9-8a09-4e7e-b957-8a76557c5e75, rgba(255, 255, 255, 0.6))\",\"--framer-paragraph-spacing\":\"0px\"},text:G5aZ5m66o,verticalAlignment:\"top\",withExternalLayout:true})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ifmw6z\",\"data-framer-name\":\"Discount\",layoutDependency:layoutDependency,layoutId:\"ViKl6RnJX\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-letter-spacing\":\"-1.9px\",\"--framer-line-height\":\"50px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4ef09f89-9c35-4972-a9c1-8efc95820553, rgba(255, 255, 255, 0.2)))\"},children:\"$450\"})}),className:\"framer-18xmqvn\",\"data-framer-name\":\"Text\",fonts:[\"GF;DM Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"Os7I8YRev\",style:{\"--extracted-r6o4lv\":\"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-1g2sh7h\",\"data-framer-name\":\"Slash\",layoutDependency:layoutDependency,layoutId:\"FGBqcWhs1\",style:{backgroundColor:\"rgb(0, 85, 255)\",rotate:-15}})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-9hmynl\",\"data-framer-name\":\"Seperator\",layoutDependency:layoutDependency,layoutId:\"xCaEtw_cq\",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-mtmh\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"xXUyYFOgZ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"26px\",\"--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-1web1b8\",\"data-framer-name\":\"Body Text\",fonts:[\"GF;DM Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"zlbl53tFl\",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}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-teliyc\",\"data-framer-name\":\"Tags\",layoutDependency:layoutDependency,layoutId:\"EmGyP2os9\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cr9o45-container\",layoutDependency:layoutDependency,layoutId:\"X3A6CC9_S-container\",children:/*#__PURE__*/_jsx(TagDualTitleTag,{height:\"100%\",id:\"X3A6CC9_S\",layoutId:\"X3A6CC9_S\",QVn6jQ9Gi:hkN6uWVgI,variant:\"zbDednFgc\",vRCnMdhbI:erke26ekk,width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ln00p1-container\",layoutDependency:layoutDependency,layoutId:\"MKHCwCEMU-container\",children:/*#__PURE__*/_jsx(TagDualTitleTag,{height:\"100%\",id:\"MKHCwCEMU\",layoutId:\"MKHCwCEMU\",QVn6jQ9Gi:ZNw0zmhqZ,variant:\"zbDednFgc\",vRCnMdhbI:BZean0vsv,width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qmmv9q\",\"data-framer-name\":\"Points\",layoutDependency:layoutDependency,layoutId:\"bUZ4NHfGr\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 500px)`,...addPropertyOverrides({hRRsujuYP:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 500px)`,y:(componentViewport?.y||0)+30+(((componentViewport?.height||629)-60-751)/2+52+20)+0+223+0+160+0+0},oQbUNSKBw:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 500px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-dpgjqr-container\",layoutDependency:layoutDependency,layoutId:\"lOM5BOiMW-container\",children:/*#__PURE__*/_jsx(InteractiveComponentsTextPoint2,{height:\"100%\",id:\"lOM5BOiMW\",layoutId:\"lOM5BOiMW\",style:{width:\"100%\"},variant:\"uGSJT0AvI\",width:\"100%\",zVrcbqAY4:zJ1LMuqcm})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 500px)`,...addPropertyOverrides({hRRsujuYP:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 500px)`,y:(componentViewport?.y||0)+30+(((componentViewport?.height||629)-60-751)/2+52+20)+0+223+0+160+0+46},oQbUNSKBw:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 500px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-82tnjh-container\",layoutDependency:layoutDependency,layoutId:\"JcmeDmZt6-container\",children:/*#__PURE__*/_jsx(InteractiveComponentsTextPoint2,{height:\"100%\",id:\"JcmeDmZt6\",layoutId:\"JcmeDmZt6\",style:{width:\"100%\"},variant:\"ueNQKDKn_\",width:\"100%\",zVrcbqAY4:sT0LhqPqn})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 500px)`,...addPropertyOverrides({hRRsujuYP:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 500px)`,y:(componentViewport?.y||0)+30+(((componentViewport?.height||629)-60-751)/2+52+20)+0+223+0+160+0+92},oQbUNSKBw:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 500px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-jvfm67-container\",layoutDependency:layoutDependency,layoutId:\"hprjRX4WW-container\",children:/*#__PURE__*/_jsx(InteractiveComponentsTextPoint2,{height:\"100%\",id:\"hprjRX4WW\",layoutId:\"hprjRX4WW\",style:{width:\"100%\"},variant:\"ueNQKDKn_\",width:\"100%\",zVrcbqAY4:UG7l7uZLm})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 500px)`,...addPropertyOverrides({hRRsujuYP:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 500px)`,y:(componentViewport?.y||0)+30+(((componentViewport?.height||629)-60-751)/2+52+20)+0+223+0+160+0+138},oQbUNSKBw:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 500px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tllhli-container\",layoutDependency:layoutDependency,layoutId:\"eo887yy3A-container\",style:{opacity:.5},variants:{fdjhg3eIs:{opacity:1},hRRsujuYP:{opacity:1},oQbUNSKBw:{opacity:1}},children:/*#__PURE__*/_jsx(InteractiveComponentsTextPoint2,{height:\"100%\",id:\"eo887yy3A\",layoutId:\"eo887yy3A\",style:{width:\"100%\"},variant:\"ueNQKDKn_\",width:\"100%\",zVrcbqAY4:o_OgtVIi1})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 500px)`,...addPropertyOverrides({hRRsujuYP:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 500px)`,y:(componentViewport?.y||0)+30+(((componentViewport?.height||629)-60-751)/2+52+20)+0+223+0+160+0+184},oQbUNSKBw:{width:`min(${componentViewport?.width||\"100vw\"} - 60px, 500px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rq3i8a-container\",layoutDependency:layoutDependency,layoutId:\"wKl2CjHxa-container\",style:{opacity:.5},variants:{fdjhg3eIs:{opacity:1},hRRsujuYP:{opacity:1},oQbUNSKBw:{opacity:1}},children:/*#__PURE__*/_jsx(InteractiveComponentsTextPoint2,{height:\"100%\",id:\"wKl2CjHxa\",layoutId:\"wKl2CjHxa\",style:{width:\"100%\"},variant:\"ueNQKDKn_\",width:\"100%\",zVrcbqAY4:lTppHd9C8})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mpps3t\",\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"vRuJzQnVz\",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({hRRsujuYP:{width:undefined,y:(componentViewport?.y||0)+30+(((componentViewport?.height||629)-60-751)/2+52+20)+0+223+0+400+10+0},oQbUNSKBw:{width:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-14ajbob-container\",layoutDependency:layoutDependency,layoutId:\"GIMeIHGf1-container\",children:/*#__PURE__*/_jsx(ButtonPrimaryButton2,{AL_NU982V:false,dlVBgpKLv:\"Book an Appointment\",GT109pdEG:resolvedLinks[0],height:\"100%\",id:\"GIMeIHGf1\",layoutId:\"GIMeIHGf1\",SD1BGlGhK:false,style:{width:\"100%\"},variant:\"dZLCL233x\",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({fdjhg3eIs:{GT109pdEG:resolvedLinks[1]},hRRsujuYP:{dlVBgpKLv:\"Jetzt anfragen\",GT109pdEG:resolvedLinks[2]},oQbUNSKBw:{GT109pdEG:resolvedLinks[3]}},baseVariant,gestureVariant)})})})})})]})]}),isDisplayed2()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:201,pixelWidth:200,src:\"https://framerusercontent.com/images/QMirkdl4WPEe5bmSFhvVcssWj4.svg\"},className:\"framer-1lbj7um\",\"data-framer-name\":\"Star Line\",layoutDependency:layoutDependency,layoutId:\"vgrk_mNLQ\",...addPropertyOverrides({fdjhg3eIs:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||717)-150),pixelHeight:201,pixelWidth:200,src:\"https://framerusercontent.com/images/QMirkdl4WPEe5bmSFhvVcssWj4.svg\"}},oQbUNSKBw:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||697)-150),pixelHeight:201,pixelWidth:200,src:\"https://framerusercontent.com/images/QMirkdl4WPEe5bmSFhvVcssWj4.svg\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-3rowdu\",\"data-framer-name\":\"Blur\",layoutDependency:layoutDependency,layoutId:\"kO4tA1ZFp\",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-rSS1Z.framer-br17h6, .framer-rSS1Z .framer-br17h6 { display: block; }\",\".framer-rSS1Z.framer-9x1k6i { 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-rSS1Z .framer-1vubf52 { 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-rSS1Z .framer-q7etic { 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-rSS1Z .framer-1t2ko8w { 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-rSS1Z .framer-adzqgq-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-rSS1Z .framer-16c7gkv-container, .framer-rSS1Z .framer-1cr9o45-container, .framer-rSS1Z .framer-ln00p1-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-rSS1Z .framer-17wm34y { 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-rSS1Z .framer-1plnpkk { 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-rSS1Z .framer-1vlviq8 { 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-rSS1Z .framer-e9rybm { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-rSS1Z .framer-c3heg0 { 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-rSS1Z .framer-1uwveit { 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-rSS1Z .framer-371c20 { 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-rSS1Z .framer-7zy0w3, .framer-rSS1Z .framer-7u9069, .framer-rSS1Z .framer-18xmqvn { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-rSS1Z .framer-rq33dl { 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-rSS1Z .framer-1ifmw6z { 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-rSS1Z .framer-1g2sh7h { flex: none; height: 1px; left: -6px; position: absolute; top: calc(50.00000000000002% - 1px / 2); width: 111%; z-index: 1; }\",\".framer-rSS1Z .framer-9hmynl { flex: none; height: 1px; position: relative; width: 230px; }\",\".framer-rSS1Z .framer-mtmh { 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-rSS1Z .framer-1web1b8 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-rSS1Z .framer-teliyc { 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-rSS1Z .framer-qmmv9q { 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-rSS1Z .framer-dpgjqr-container, .framer-rSS1Z .framer-82tnjh-container, .framer-rSS1Z .framer-jvfm67-container, .framer-rSS1Z .framer-1tllhli-container, .framer-rSS1Z .framer-1rq3i8a-container, .framer-rSS1Z .framer-14ajbob-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-rSS1Z .framer-1mpps3t { 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-rSS1Z .framer-1lbj7um { 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-rSS1Z .framer-3rowdu { 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-rSS1Z.framer-9x1k6i, .framer-rSS1Z .framer-q7etic, .framer-rSS1Z .framer-17wm34y, .framer-rSS1Z .framer-1plnpkk, .framer-rSS1Z .framer-1vlviq8, .framer-rSS1Z .framer-c3heg0, .framer-rSS1Z .framer-1uwveit, .framer-rSS1Z .framer-371c20, .framer-rSS1Z .framer-rq33dl, .framer-rSS1Z .framer-1ifmw6z, .framer-rSS1Z .framer-mtmh, .framer-rSS1Z .framer-teliyc, .framer-rSS1Z .framer-qmmv9q, .framer-rSS1Z .framer-1mpps3t { gap: 0px; } .framer-rSS1Z.framer-9x1k6i > *, .framer-rSS1Z .framer-qmmv9q > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-rSS1Z.framer-9x1k6i > :first-child, .framer-rSS1Z .framer-17wm34y > :first-child, .framer-rSS1Z .framer-1plnpkk > :first-child, .framer-rSS1Z .framer-mtmh > :first-child, .framer-rSS1Z .framer-qmmv9q > :first-child, .framer-rSS1Z .framer-1mpps3t > :first-child { margin-top: 0px; } .framer-rSS1Z.framer-9x1k6i > :last-child, .framer-rSS1Z .framer-17wm34y > :last-child, .framer-rSS1Z .framer-1plnpkk > :last-child, .framer-rSS1Z .framer-mtmh > :last-child, .framer-rSS1Z .framer-qmmv9q > :last-child, .framer-rSS1Z .framer-1mpps3t > :last-child { margin-bottom: 0px; } .framer-rSS1Z .framer-q7etic > *, .framer-rSS1Z .framer-1vlviq8 > *, .framer-rSS1Z .framer-371c20 > *, .framer-rSS1Z .framer-rq33dl > *, .framer-rSS1Z .framer-1ifmw6z > *, .framer-rSS1Z .framer-teliyc > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-rSS1Z .framer-q7etic > :first-child, .framer-rSS1Z .framer-1vlviq8 > :first-child, .framer-rSS1Z .framer-c3heg0 > :first-child, .framer-rSS1Z .framer-1uwveit > :first-child, .framer-rSS1Z .framer-371c20 > :first-child, .framer-rSS1Z .framer-rq33dl > :first-child, .framer-rSS1Z .framer-1ifmw6z > :first-child, .framer-rSS1Z .framer-teliyc > :first-child { margin-left: 0px; } .framer-rSS1Z .framer-q7etic > :last-child, .framer-rSS1Z .framer-1vlviq8 > :last-child, .framer-rSS1Z .framer-c3heg0 > :last-child, .framer-rSS1Z .framer-1uwveit > :last-child, .framer-rSS1Z .framer-371c20 > :last-child, .framer-rSS1Z .framer-rq33dl > :last-child, .framer-rSS1Z .framer-1ifmw6z > :last-child, .framer-rSS1Z .framer-teliyc > :last-child { margin-right: 0px; } .framer-rSS1Z .framer-17wm34y > *, .framer-rSS1Z .framer-1plnpkk > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-rSS1Z .framer-c3heg0 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-rSS1Z .framer-1uwveit > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-rSS1Z .framer-mtmh > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-rSS1Z .framer-1mpps3t > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-rSS1Z.framer-v-1nkyt1k.framer-9x1k6i, .framer-rSS1Z.framer-v-l3ogqx.framer-9x1k6i { padding: 30px; }\",\".framer-rSS1Z.framer-v-1nkyt1k .framer-1mpps3t, .framer-rSS1Z.framer-v-l3ogqx .framer-1mpps3t { width: min-content; }\",\".framer-rSS1Z.framer-v-1nkyt1k .framer-14ajbob-container, .framer-rSS1Z.framer-v-l3ogqx .framer-14ajbob-container { width: auto; }\",\".framer-rSS1Z.framer-v-l3ogqx .framer-teliyc { align-content: flex-start; align-items: flex-start; }\",'.framer-rSS1Z[data-border=\"true\"]::after, .framer-rSS1Z [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\"]},\"fdjhg3eIs\":{\"layout\":[\"fixed\",\"auto\"]},\"hRRsujuYP\":{\"layout\":[\"fixed\",\"auto\"]},\"oQbUNSKBw\":{\"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 Framert4N0b851y=withCSS(Component,css,\"framer-rSS1Z\");export default Framert4N0b851y;Framert4N0b851y.displayName=\"Card/Pricing Card 2\";Framert4N0b851y.defaultProps={height:717,width:587};addPropertyControls(Framert4N0b851y,{variant:{options:[\"X3lSaLRdJ\",\"fdjhg3eIs\",\"hRRsujuYP\",\"oQbUNSKBw\"],optionTitles:[\"XL Primary\",\"XL Secondary\",\"S Primary\",\"S Secondary\"],title:\"Variant\",type:ControlType.Enum},AGgey1c2L:PhosphorControls?.[\"iconSelection\"]&&{...PhosphorControls[\"iconSelection\"],defaultValue:\"RocketLaunch\",description:undefined,hidden:undefined,title:\"Icon\"},FRMGpPdr0:{defaultValue:\"Most Pick\",displayTextArea:false,title:\"Popular\",type:ControlType.String},hZ9mp4c80:{defaultValue:\"Basic\",displayTextArea:true,title:\"Package\",type:ControlType.String},krMX3EMwD:{defaultValue:\"$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(Framert4N0b851y,[{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-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhS2f3ZGMZpg.woff2\",weight:\"400\"}]},...PhosphorFonts,...TagPrimaryTag2Fonts,...TagDualTitleTagFonts,...InteractiveComponentsTextPoint2Fonts,...ButtonPrimaryButton2Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framert4N0b851y\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"717\",\"framerIntrinsicWidth\":\"587\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"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\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"fdjhg3eIs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hRRsujuYP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"oQbUNSKBw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./t4N0b851y.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 (af3ebb8)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,ResolveLinks,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js\";import BlurGradient from\"https://framerusercontent.com/modules/rofp3mS0LNY15cjhHzia/mqQEarGIByho1rG31aTv/BlurGradient_Prod.js\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/CzcVr5U1VFk6uNcyYvJq/SmoothScroll_Prod.js\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/3r1MOrsbGq47TYKOPcQV/SlideShow.js\";import 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 TagPrimaryTag3 from\"#framer/local/canvasComponent/dMzndKMgd/dMzndKMgd.js\";import CardConsultationCard from\"#framer/local/canvasComponent/DzWG2ePx4/DzWG2ePx4.js\";import CardPricingCard from\"#framer/local/canvasComponent/Eexv2Tnqn/Eexv2Tnqn.js\";import BottomVector from\"#framer/local/canvasComponent/eh32DLd2H/eh32DLd2H.js\";import ButtonPrimaryButton from\"#framer/local/canvasComponent/GNvaONxX6/GNvaONxX6.js\";import TagPrimaryTag from\"#framer/local/canvasComponent/IHYC0Q7Lw/IHYC0Q7Lw.js\";import NavigationFooter from\"#framer/local/canvasComponent/LT0gX9mtu/LT0gX9mtu.js\";import NavigationCTA from\"#framer/local/canvasComponent/m_S0SazFM/m_S0SazFM.js\";import CardAboutCard from\"#framer/local/canvasComponent/ms2G8Wp92/ms2G8Wp92.js\";import InteractiveComponentsCursor from\"#framer/local/canvasComponent/RMpAvj7R1/RMpAvj7R1.js\";import CardPricingCard2 from\"#framer/local/canvasComponent/t4N0b851y/t4N0b851y.js\";import FAQFAQ from\"#framer/local/canvasComponent/tAU8hAZZK/tAU8hAZZK.js\";import NavigationNavBar from\"#framer/local/canvasComponent/VBcFpApnc/VBcFpApnc.js\";import ButtonTagButton from\"#framer/local/canvasComponent/VDDwKFmWB/VDDwKFmWB.js\";import*as sharedStyle from\"#framer/local/css/ABKs9wxVy/ABKs9wxVy.js\";import*as sharedStyle3 from\"#framer/local/css/BB5OYjlP6/BB5OYjlP6.js\";import*as sharedStyle1 from\"#framer/local/css/QhK6qqT5U/QhK6qqT5U.js\";import*as sharedStyle2 from\"#framer/local/css/QuTNz53Yy/QuTNz53Yy.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const NavigationNavBarFonts=getFonts(NavigationNavBar);const TagPrimaryTagFonts=getFonts(TagPrimaryTag);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const ButtonPrimaryButtonFonts=getFonts(ButtonPrimaryButton);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const CardAboutCardFonts=getFonts(CardAboutCard);const InteractiveComponentsTextPointFonts=getFonts(InteractiveComponentsTextPoint);const CardConsultationCardFonts=getFonts(CardConsultationCard);const TickerFonts=getFonts(Ticker);const SlideshowFonts=getFonts(Slideshow);const MotionDivWithFX=withFX(motion.div);const BottomVectorFonts=getFonts(BottomVector);const CardProcessCardFonts=getFonts(CardProcessCard);const ContainerWithFX=withFX(Container);const CardFeatureCardFonts=getFonts(CardFeatureCard);const ButtonTagButtonFonts=getFonts(ButtonTagButton);const CardShowcaseCardFonts=getFonts(CardShowcaseCard);const CardPricingCardFonts=getFonts(CardPricingCard);const TagPrimaryTag3Fonts=getFonts(TagPrimaryTag3);const CardPricingCard2Fonts=getFonts(CardPricingCard2);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-XTx46\";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 animation3={filter:\"blur(10px)\",opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition3={damping:50,delay:.05,mass:1,stiffness:300,type:\"spring\"};const textEffect={effect:animation3,startDelay:.9,tokenization:\"word\",transition:transition3,trigger:\"onMount\",type:\"appear\"};const transition4={damping:60,delay:1.1,mass:1,stiffness:200,type:\"spring\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const transition5={damping:60,delay:1.2,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 transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const textEffect1={effect:animation3,repeat:false,startDelay:0,threshold:.5,tokenization:\"word\",transition:transition3,trigger:\"onInView\",type:\"appear\"};const textEffect2={effect:animation3,repeat:false,startDelay:.2,threshold:.5,tokenization:\"word\",transition:transition3,trigger:\"onInView\",type:\"appear\"};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20};const transition6={damping:60,delay:0,mass:1,stiffness:200,type:\"spring\"};const transition7={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition7,x:0,y:0};const transition8={delay:0,duration:1.5,ease:[0,0,1,1],type:\"tween\"};const animation8={opacity:.7,rotate:-2,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:2,x:20,y:5};const animation9={opacity:.7,rotate:-2,rotateX:0,rotateY:0,scale:1,skewX:1,skewY:1,x:-20,y:5};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={L:\"euNp7MUYv\",M:\"nWzKj3W9V\",S:\"QvtLBAi1h\",XL:\"WQLkyLRf1\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const transition9={damping:60,delay:0,mass:1,stiffness:400,type:\"spring\"};const cursor={alignment:\"center\",component:InteractiveComponentsCursor,offset:{x:0,y:0},placement:\"bottom\",transition:transition9,variant:\"VKeZmVTKZ\"};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"QvtLBAi1h\")return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"QvtLBAi1h\")return true;return false;};const isDisplayed2=()=>{if(!isBrowser())return true;if([\"euNp7MUYv\",\"nWzKj3W9V\",\"QvtLBAi1h\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if(!isBrowser())return true;if([\"nWzKj3W9V\",\"QvtLBAi1h\"].includes(baseVariant))return false;return true;};const isDisplayed4=()=>{if(!isBrowser())return true;if(baseVariant===\"nWzKj3W9V\")return false;return true;};const isDisplayed5=()=>{if(!isBrowser())return true;if(baseVariant===\"nWzKj3W9V\")return true;return false;};const elementId=useRouteElementId(\"tIMLpB5Xx\");const ref1=React.useRef(null);useCustomCursors({\"1bf4dyq\":cursor});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-8e9f7de0-9fd7-44d3-bc3e-2dea20c4e4bd, rgb(0, 0, 0)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),\"data-framer-cursor\":\"1bf4dyq\",ref:refBinding,style:{...style},children:[/*#__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(PropertyOverrides,{breakpoint:baseVariant,overrides:{QvtLBAi1h:{KS7KLFqN8:\"Schl\\xfcsselfertige Websites\"}},children:/*#__PURE__*/_jsx(TagPrimaryTag,{height:\"100%\",id:\"TinEINKMm\",KS7KLFqN8:\"Partner f\\xfcr schl\\xfcsselfertige Websites\",layoutId:\"TinEINKMm\",rQKAY6456:\"EXKLUSIV\",variant:\"AksRoqhcS\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1h00ng3\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1idioqq\",\"data-styles-preset\":\"ABKs9wxVy\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Modernes Webdesign\"}),/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1idioqq\",\"data-styles-preset\":\"ABKs9wxVy\",children:\"& digitale L\\xf6sungen\"})]})},nWzKj3W9V:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1idioqq\",\"data-styles-preset\":\"ABKs9wxVy\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Modernes Webdesign\"}),/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1idioqq\",\"data-styles-preset\":\"ABKs9wxVy\",children:\"& digitale L\\xf6sungen\"})]})},QvtLBAi1h:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1idioqq\",\"data-styles-preset\":\"ABKs9wxVy\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Modernes Webdesign\"}),/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1idioqq\",\"data-styles-preset\":\"ABKs9wxVy\",children:\"& digitale L\\xf6sungen\"})]})}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation2,children:/*#__PURE__*/_jsxs(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:\"Modernes Webdesign\"})}),/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1idioqq\",\"data-styles-preset\":\"ABKs9wxVy\",children:\"& digitale L\\xf6sungen\"})]}),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(\"div\",{className:\"framer-1yftqk8\",\"data-framer-name\":\"Body\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QvtLBAi1h:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{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:\"Wir erstellen leistungsstarke Websites \u2013 von der Idee bis zum Launch. Ihr Partner f\\xfcr moderne Webauftritte \u2013 Performance & Design in Perfektion.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-x0s9r5\",\"data-styles-preset\":\"QhK6qqT5U\",children:\"Wir erstellen leistungsstarke Websites \u2013 von der Idee bis zum Launch. Ihr Partner f\\xfcr moderne Webauftritte \u2013 Performance & Design in Perfektion.\"})}),className:\"framer-1voaq80\",\"data-framer-name\":\"Text\",effect:textEffect,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation4,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:\"Jetzt anfragen\",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:\"M5V9xkJi4\"},implicitPathVariables:undefined},{href:{webPageId:\"M5V9xkJi4\"},implicitPathVariables:undefined},{href:{webPageId:\"M5V9xkJi4\"},implicitPathVariables:undefined},{href:{webPageId:\"M5V9xkJi4\"},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:\"Unsere Services\",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__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation5,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(PropertyOverrides,{breakpoint:baseVariant,overrides:{QvtLBAi1h:{transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsx(Image,{as:\"section\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0),pixelHeight:108,pixelWidth:192,src:\"https://framerusercontent.com/images/M0Ffh8dki9GJXb9YN61pEXfYY.png\"},className:\"framer-15nod7u\",\"data-framer-name\":\"BG Video\",children:/*#__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:534,width:`min(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 324px) / 2, 1px), 528px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ccisfy-container\",nodeId:\"KgIHRPGmu\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nWzKj3W9V:{style:{width:\"100%\"}},QvtLBAi1h:{style:{height:\"100%\",width:\"100%\"},zZ2E9SV12:addImageAlt({src:\"https://framerusercontent.com/images/7VnTIaKq3Y0py1mhg06xoKuLwA.jpg\",srcSet:\"https://framerusercontent.com/images/7VnTIaKq3Y0py1mhg06xoKuLwA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/7VnTIaKq3Y0py1mhg06xoKuLwA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/7VnTIaKq3Y0py1mhg06xoKuLwA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/7VnTIaKq3Y0py1mhg06xoKuLwA.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/7VnTIaKq3Y0py1mhg06xoKuLwA.jpg 7360w\"},\"\")}},children:/*#__PURE__*/_jsx(CardAboutCard,{height:\"100%\",id:\"KgIHRPGmu\",layoutId:\"KgIHRPGmu\",style:{maxWidth:\"100%\",width:\"100%\"},width:\"100%\",zZ2E9SV12:addImageAlt({src:\"https://framerusercontent.com/images/QZ248fABGgxl8GdhW9fu12wyM.jpg\",srcSet:\"https://framerusercontent.com/images/QZ248fABGgxl8GdhW9fu12wyM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/QZ248fABGgxl8GdhW9fu12wyM.jpg 1000w\"},\"Mann am Desktop - Propgrommiert Website\")})})})})}),/*#__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:\"Mission\",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:\"Intelligentes Webdesign\"})}),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:\"SEO & Webentwicklung\"})}),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:\"Wir entwickeln schl\\xfcsselfertige Websites, die Ihr Unternehmen online sichtbar machen. Mit professionellem Webdesign, SEO & Performance-Optimierung gewinnen Sie mehr Kunden & steigern Ihre Reichweite. Unsere L\\xf6sungen sind individuell auf Ihr Unternehmen zugeschnitten & nach modernsten SEO-Standards optimiert.\"})}),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:`calc(min(min(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 224px) / 2, 1px), 700px), 500px) - 40px)`},nWzKj3W9V:{width:`calc(min(min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 100px, 700px), 500px) - 40px)`},QvtLBAi1h:{width:`calc(min(min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 60px, 460px), 500px) - 40px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,width:`calc(min(min(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 324px) / 2, 1px), 700px), 500px) - 40px)`,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:\"SEO-optimierte Websites\\nBessere Google-Rankings f\\xfcr mehr Sichtbarkeit\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{width:`calc(min(min(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 224px) / 2, 1px), 700px), 500px) - 40px)`},nWzKj3W9V:{width:`calc(min(min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 100px, 700px), 500px) - 40px)`},QvtLBAi1h:{width:`calc(min(min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 60px, 460px), 500px) - 40px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,width:`calc(min(min(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 324px) / 2, 1px), 700px), 500px) - 40px)`,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:\"Conversion-optimierte Landingpages\\nMehr Anfragen & Kunden\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{width:`calc(min(min(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 224px) / 2, 1px), 700px), 500px) - 40px)`},nWzKj3W9V:{width:`calc(min(min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 100px, 700px), 500px) - 40px)`},QvtLBAi1h:{width:`calc(min(min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 60px, 460px), 500px) - 40px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,width:`calc(min(min(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 324px) / 2, 1px), 700px), 500px) - 40px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wx3frd-container\",nodeId:\"wLLpEDJ8x\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(InteractiveComponentsTextPoint,{height:\"100%\",id:\"wLLpEDJ8x\",layoutId:\"wLLpEDJ8x\",style:{width:\"100%\"},variant:\"PBr6qIDdD\",width:\"100%\",zVrcbqAY4:\"Modernes Webdesign f\\xfcr Unternehmen\\nPerformance & Branding vereint\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{width:`calc(min(min(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 224px) / 2, 1px), 700px), 500px) - 40px)`},nWzKj3W9V:{width:`calc(min(min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 100px, 700px), 500px) - 40px)`},QvtLBAi1h:{width:`calc(min(min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 60px, 460px), 500px) - 40px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,width:`calc(min(min(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 324px) / 2, 1px), 700px), 500px) - 40px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-mytatv-container\",nodeId:\"h1EdrWfYz\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(InteractiveComponentsTextPoint,{height:\"100%\",id:\"h1EdrWfYz\",layoutId:\"h1EdrWfYz\",style:{width:\"100%\"},variant:\"PBr6qIDdD\",width:\"100%\",zVrcbqAY4:\"Schnelle & sichere Umsetzung\\nTechnisch optimierte Websites\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{width:`calc(min(min(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 224px) / 2, 1px), 700px), 500px) - 40px)`},nWzKj3W9V:{width:`calc(min(min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 100px, 700px), 500px) - 40px)`},QvtLBAi1h:{width:`calc(min(min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 60px, 460px), 500px) - 40px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,width:`calc(min(min(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 324px) / 2, 1px), 700px), 500px) - 40px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-14nfym0-container\",nodeId:\"RC7aL6ez2\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(InteractiveComponentsTextPoint,{height:\"100%\",id:\"RC7aL6ez2\",layoutId:\"RC7aL6ez2\",style:{width:\"100%\"},variant:\"PBr6qIDdD\",width:\"100%\",zVrcbqAY4:\"Full-Service: Design, Entwicklung & SEO \\nAlles aus einer Hand\"})})})})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1c41714 hidden-1dp0tct\",\"data-framer-name\":\"Bottom\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-17ryx7r\",\"data-framer-name\":\"Seperator\",style:{rotate:-90}})}),/*#__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:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,children:/*#__PURE__*/_jsx(Container,{className:\"framer-69klnx-container\",nodeId:\"DyZBPxGDk\",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:\"Mehr erfahren\",GT109pdEG:resolvedLinks3[0],height:\"100%\",id:\"DyZBPxGDk\",layoutId:\"DyZBPxGDk\",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-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__*/_jsx(\"div\",{className:\"framer-13oyhdf\",\"data-framer-name\":\"Top\",children:/*#__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:\"Services\",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:\"Unsere Expertise.\"})}),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:\"Kreativ. Technisch.\"})}),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:\"Unsere St\\xe4rken liegen in der Kombination von Kreativit\\xe4t, Technologie und ma\\xdfgeschneiderten L\\xf6sungen \u2013 f\\xfcr Ergebnisse, die \\xfcberzeugen.\"})})}},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:\"Unsere St\\xe4rken liegen in der Kombination von Kreativit\\xe4t, Technologie und ma\\xdfgeschneiderten L\\xf6sungen \u2013 f\\xfcr Ergebnisse, die \\xfcberzeugen.\"})}),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:\"Jetzt anfragen\",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}})})})})})})]})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-xj2tg3-container hidden-1dp0tct\",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:\"Von der Idee bis zur Umsetzung \u2013 wir gestalten Websites, die nicht nur optisch \\xfcberzeugen, sondern auch funktional begeistern.\",height:\"100%\",id:\"uC5ll9log\",If6UZHgBW:addImageAlt({src:\"https://framerusercontent.com/images/nxd82SBvLR6FQVmMLF8qy9vygQ.jpg\"},\"\"),layoutId:\"uC5ll9log\",OAaP7YEbm:\"Benutzerfreundlich\",OqcRYKG92:\"UX/UI\",QNNDIysFU:\"Modernes Design\",variant:\"FPlrKLdnx\",width:\"100%\",z27LqGa7Y:\"Prototyping & Webdesign\"})})}),/*#__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:\"Professionelle Website-Entwicklung, die Design, Funktionalit\\xe4t und Performance vereint \u2013 f\\xfcr deinen digitalen Erfolg.\",height:\"100%\",id:\"iEiCxW95h\",If6UZHgBW:addImageAlt({src:\"https://framerusercontent.com/images/qkcP0jr56dH2dc2rt9z7AI2sh4.jpg\"},\"\"),layoutId:\"iEiCxW95h\",OAaP7YEbm:\"Klickbar\",OqcRYKG92:\"CODING\",QNNDIysFU:\"Schnelle Ladegeschwindigkeit\",variant:\"d67iuIBAj\",width:\"100%\",z27LqGa7Y:\"Webentwicklung\"})})}),/*#__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:\"Flexibilit\\xe4t f\\xfcr dein Unternehmen mit leistungsstarken CMS wie Webflow, Wix und Squarespace.\",height:\"100%\",id:\"WirUUebLL\",If6UZHgBW:addImageAlt({positionX:\"0%\",positionY:\"0%\",src:\"https://framerusercontent.com/images/9XIG4OiorJuOVDVkPlBMEQSpFpo.jpg\"},\"\"),layoutId:\"WirUUebLL\",OAaP7YEbm:\"Schnelle Anpassung\",OqcRYKG92:\"CMS\",QNNDIysFU:\"Einfache Verwaltung\",variant:\"FPlrKLdnx\",width:\"100%\",z27LqGa7Y:\"Content Management\"})})}),/*#__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:\"Flexibilit\\xe4t f\\xfcr dein Unternehmen mit leistungsstarken CMS wie Webflow, Wix und Squarespace.\",height:\"100%\",id:\"KW4PW76aY\",If6UZHgBW:addImageAlt({positionX:\"49.4%\",positionY:\"0%\",src:\"https://framerusercontent.com/images/OVs39qeNWPYJ9YOSw9Kz1fpVvRM.jpg\"},\"\"),layoutId:\"KW4PW76aY\",OAaP7YEbm:\"Bessere Platzierung\",OqcRYKG92:\"SEO\",QNNDIysFU:\"Mehr Sichtbarkeit\",variant:\"d67iuIBAj\",width:\"100%\",z27LqGa7Y:\"Suchmaschinenoptimierung \"})})})],speed:50,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-h1qqro-container hidden-72rtr7 hidden-g34ahf hidden-1hn01op\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"GqYHledfd\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0)\",arrowGap:30,arrowPadding:-21,arrowPaddingBottom:-55,arrowPaddingLeft:0,arrowPaddingRight:275,arrowPaddingTop:-70,arrowPosition:\"bottom-right\",arrowRadius:100,arrowShouldFadeIn:false,arrowShouldSpace:false,arrowSize:25,leftArrow:\"https://framerusercontent.com/images/kEw1mnXoxbH5B6L1pZTKejD8.svg\",rightArrow:\"https://framerusercontent.com/images/mOMvmtm0XcmfOgKwLByN9WrE.svg\",showMouseControls:false},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:.8,effectsPerspective:1200,effectsRotate:0,effectsScale:.9},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:true},gap:20,height:\"100%\",id:\"GqYHledfd\",intervalControl:3,itemAmount:1,layoutId:\"GqYHledfd\",padding:20,paddingBottom:0,paddingLeft:30,paddingPerSide:true,paddingRight:30,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:516,width:\"330px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-u6081e-container\",inComponentSlot:true,nodeId:\"LXtzMmzNk\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardConsultationCard,{fRIbntgRe:\"Von der Idee bis zur Umsetzung \u2013 wir gestalten Websites, die nicht nur optisch \\xfcberzeugen, sondern auch funktional begeistern.\",height:\"100%\",id:\"LXtzMmzNk\",If6UZHgBW:addImageAlt({src:\"https://framerusercontent.com/images/nxd82SBvLR6FQVmMLF8qy9vygQ.jpg\"},\"\"),layoutId:\"LXtzMmzNk\",OAaP7YEbm:\"Benutzerfreundlich\",OqcRYKG92:\"NEW\",QNNDIysFU:\"Modernes Design\",style:{width:\"100%\"},variant:\"N5rk2qztN\",width:\"100%\",z27LqGa7Y:\"Webdesign & Entwicklung\"})})}),/*#__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:\"Professionelle Website-Entwicklung, die Design, Funktionalit\\xe4t und Performance vereint \u2013 f\\xfcr deinen digitalen Erfolg.\",height:\"100%\",id:\"QLjiFKz3v\",If6UZHgBW:addImageAlt({src:\"https://framerusercontent.com/images/qkcP0jr56dH2dc2rt9z7AI2sh4.jpg\"},\"\"),layoutId:\"QLjiFKz3v\",OAaP7YEbm:\"Klickbar\",OqcRYKG92:\"NEW\",QNNDIysFU:\"Schnelle Ladegeschwindigkeit\",style:{width:\"100%\"},variant:\"N5rk2qztN\",width:\"100%\",z27LqGa7Y:\"Website-Entwicklung\"})})}),/*#__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:\"Flexibilit\\xe4t f\\xfcr dein Unternehmen mit leistungsstarken CMS wie Webflow, Wix und Squarespace.\",height:\"100%\",id:\"gJEOI6GTs\",If6UZHgBW:addImageAlt({src:\"https://framerusercontent.com/images/9XIG4OiorJuOVDVkPlBMEQSpFpo.jpg\"},\"\"),layoutId:\"gJEOI6GTs\",OAaP7YEbm:\"Schnelle Anpassung\",OqcRYKG92:\"NEW\",QNNDIysFU:\"Einfache Verwaltung\",style:{width:\"100%\"},variant:\"N5rk2qztN\",width:\"100%\",z27LqGa7Y:\"Content Management\"})})}),/*#__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:\"Flexibilit\\xe4t f\\xfcr dein Unternehmen mit leistungsstarken CMS wie Webflow, Wix und Squarespace.\",height:\"100%\",id:\"wvCqJafTI\",If6UZHgBW:addImageAlt({positionX:\"48.6%\",positionY:\"0%\",src:\"https://framerusercontent.com/images/OVs39qeNWPYJ9YOSw9Kz1fpVvRM.jpg\"},\"\"),layoutId:\"wvCqJafTI\",OAaP7YEbm:\"Bessere Platzierung\",OqcRYKG92:\"NEW\",QNNDIysFU:\"Mehr Sichtbarkeit\",style:{width:\"100%\"},variant:\"N5rk2qztN\",width:\"100%\",z27LqGa7Y:\"Suchmaschinenoptimierung \"})})})],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:transition6},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__loop:animation8,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition8,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-d4ykwh\",\"data-framer-name\":\"Glow\"}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__loop:animation9,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition8,__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:isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:97,width:`max(min(${componentViewport?.width||\"100vw\"}, 1440px), 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-yi9chm-container hidden-g34ahf hidden-1hn01op hidden-1dp0tct\",nodeId:\"nQrIm8ie6\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(BottomVector,{height:\"100%\",id:\"nQrIm8ie6\",layoutId:\"nQrIm8ie6\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]}),/*#__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:\"Schritt f\\xfcr Schitt\",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:\"So funktioniert\u2019s.\"})}),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:\"Vom Design zum Launch.\"})}),className:\"framer-1kfydsz\",\"data-framer-name\":\"Text 2\",effect:textEffect2,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-hxa0sp\",\"data-framer-name\":\"Bottom\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QvtLBAi1h:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-x0s9r5\",\"data-styles-preset\":\"QhK6qqT5U\",style:{\"--framer-text-color\":\"var(--token-8f8054d9-8a09-4e7e-b957-8a76557c5e75, rgba(255, 255, 255, 0.6))\"},children:\"Wir begleiten dich durch einen klar strukturierten Prozess, der sicherstellt, dass dein Projekt effizient, stressfrei und erfolgreich umgesetzt wird.\"})})}},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:\"Wir begleiten dich durch einen klar strukturierten Prozess, der sicherstellt, dass dein Projekt effizient, stressfrei und erfolgreich umgesetzt wird.\"})}),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,{AHckVUVc2:\"Der Startpunkt, an dem alles beginnt. Gemeinsam mit dir definieren wir deine Ziele, Visionen und Erwartungen. Durch intensive Gespr\\xe4che und fundierte Recherchen legen wir die Basis f\\xfcr ein erfolgreiches Projekt.\",gYnJmHWHb:\"40px\",height:\"100%\",id:\"AgReXPpc2\",layoutId:\"AgReXPpc2\",MDnAmdwHw:\"LightbulbFilament\",qXT0C0aT_:\"Beratung & Kickoff\",SJcnl68zs:\"Klare Zielsetzung\",style:{width:\"100%\"},variant:\"yLhTPJOM4\",width:\"100%\",Wnju1oxF1:\"Detaillierter Projektplan\"})})})})}),/*#__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,{AHckVUVc2:\"Wir erstellen ein ma\\xdfgeschneidertes Design, das perfekt zu deinem Unternehmen passt. Sobald wir dein Feedback erhalten haben und du das Design freigibst, geht es in die n\\xe4chste Phase.\",gYnJmHWHb:\"40px\",height:\"100%\",id:\"Up7pSOGaI\",layoutId:\"Up7pSOGaI\",MDnAmdwHw:\"Palette\",qXT0C0aT_:\"Design & Konzept\",SJcnl68zs:\"Individuelle Gestaltung\",style:{width:\"100%\"},variant:\"yLhTPJOM4\",width:\"100%\",Wnju1oxF1:\"Feedback-Schleifen\"})})})})}),/*#__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-8o0xro-container\",nodeId:\"mYq4J3H_4\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QvtLBAi1h:{gYnJmHWHb:\"30px\"}},children:/*#__PURE__*/_jsx(CardProcessCard,{AHckVUVc2:\"Sobald das Design freigegeben ist, beginnen wir mit der technischen Umsetzung. Dabei sorgen wir f\\xfcr eine saubere, schnelle und moderne Entwicklung, die alle deine Anforderungen erf\\xfcllt.\",gYnJmHWHb:\"40px\",height:\"100%\",id:\"mYq4J3H_4\",layoutId:\"mYq4J3H_4\",MDnAmdwHw:\"Code\",qXT0C0aT_:\"Entwicklung & Coding\",SJcnl68zs:\"Technische Umsetzung\",style:{width:\"100%\"},variant:\"yLhTPJOM4\",width:\"100%\",Wnju1oxF1:\"Modernste Tools\"})})})})}),/*#__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-17x9n5l-container\",nodeId:\"GZ125MPy_\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QvtLBAi1h:{gYnJmHWHb:\"30px\"}},children:/*#__PURE__*/_jsx(CardProcessCard,{AHckVUVc2:\"Nach der Entwicklung \\xfcbergeben wir dir die Website schl\\xfcsselfertig. Du erh\\xe4ltst alle notwendigen Assets, Dokumentationen und unseren fortlaufenden Support f\\xfcr einen erfolgreichen Start.\",gYnJmHWHb:\"40px\",height:\"100%\",id:\"GZ125MPy_\",layoutId:\"GZ125MPy_\",MDnAmdwHw:\"HandHeart\",qXT0C0aT_:\"\\xdcbergabe & Support\",SJcnl68zs:\"Ongoing Support\",style:{width:\"100%\"},variant:\"SfWBpAMP1\",width:\"100%\",Wnju1oxF1:\"Documentation\"})})})})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{width:`min(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 224px) / 2, 1px), 528px)`},nWzKj3W9V:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 100px)`},QvtLBAi1h:{height:340,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 60px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:534,width:`min(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 324px) / 2, 1px), 528px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-coxtid-container\",nodeId:\"yseQyCvZN\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nWzKj3W9V:{style:{width:\"100%\"}},QvtLBAi1h:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(CardAboutCard,{height:\"100%\",id:\"yseQyCvZN\",layoutId:\"yseQyCvZN\",style:{maxWidth:\"100%\",width:\"100%\"},width:\"100%\",zZ2E9SV12:addImageAlt({src:\"https://framerusercontent.com/images/wmnPp8QeRmfHgKvM8hMLGaauFA.jpg\",srcSet:\"https://framerusercontent.com/images/wmnPp8QeRmfHgKvM8hMLGaauFA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/wmnPp8QeRmfHgKvM8hMLGaauFA.jpg 1000w\"},\"\")})})})})})]}),/*#__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__*/_jsx(\"div\",{className:\"framer-1fbunpp\",\"data-framer-name\":\"Top\",children:/*#__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:\"Warum wir?\",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:\"Unsere Highlights\"})}),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:\"Dein digitaler Erfolg\"})}),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(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:\"Entdecke unsere wichtigsten Services, die deinen digitalen Erfolg sichern. Von kreativem Design bis zur technischen Umsetzung \u2013 wir bieten alles, was deine Website braucht.\"})})}},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:\"Entdecke unsere wichtigsten Services, die deinen digitalen Erfolg sichern. Von kreativem Design bis zur technischen Umsetzung \u2013 wir bieten alles, was deine Website braucht.\"})}),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:\"Jetzt anfragen\",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__*/_jsxs(\"div\",{className:\"framer-5swblh\",\"data-framer-name\":\"Bottom\",children:[/*#__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:{QvtLBAi1h:{style:{width:\"100%\"},T9gmcBtzV:\"L\\xf6sungen\"}},children:/*#__PURE__*/_jsx(CardFeatureCard,{bLduUHqqh:addImageAlt({src:\"https://framerusercontent.com/images/FYeeNEPcfoQKFiUCGVVcTS3hSws.svg\"},\"Puzzleteil-Symbol, Darstellung f\\xfcr L\\xf6sung oder Verbindung\"),bs5bMeolT:\"UX/UI\",height:\"100%\",i54V6EF7r:\"Deine Website wird auf deine Marke und Zielgruppe abgestimmt \u2013 einzigartig und unverwechselbar.\",id:\"SmYVOcC1P\",layoutId:\"SmYVOcC1P\",mClhBAXgo:\"Individuelles Design\",style:{height:\"100%\",width:\"100%\"},T9gmcBtzV:\"Ma\\xdfgeschneiderte L\\xf6sungen\",variant:\"VfQDbV06R\",width:\"100%\"})})})})}),/*#__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-8zv4s7-container\",nodeId:\"fLv8VG99S\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QvtLBAi1h:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(CardFeatureCard,{bLduUHqqh:addImageAlt({src:\"https://framerusercontent.com/images/5EF7UsA6r1Fhrtd1zyKW9RtNgY.svg\"},\"Herz-Symbol f\\xfcr Favoriten oder Likes\"),bs5bMeolT:\"CMS\",height:\"100%\",i54V6EF7r:\"Pflege und aktualisiere deine Website ohne technisches Wissen \u2013 einfach und schnell.\",id:\"fLv8VG99S\",layoutId:\"fLv8VG99S\",mClhBAXgo:\"Einfaches Content-Management\",style:{height:\"100%\",width:\"100%\"},T9gmcBtzV:\"Nutzerfreundliches CMS\",variant:\"VfQDbV06R\",width:\"100%\"})})})})}),/*#__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-14zl1pr-container\",nodeId:\"pq6_df1g0\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QvtLBAi1h:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(CardFeatureCard,{bLduUHqqh:addImageAlt({src:\"https://framerusercontent.com/images/vK8Q2bj2klBeIV5c2z8tjB2yvs.svg\"},\"Smartphone-Symbol, Darstellung f\\xfcr mobiles Ger\\xe4t oder mobile Kommunikation\"),bs5bMeolT:\"MOBIL\",height:\"100%\",i54V6EF7r:\"Wir garantieren, dass deine Website auf allen Endger\\xe4ten einwandfrei funktioniert und gut aussieht.\",id:\"pq6_df1g0\",layoutId:\"pq6_df1g0\",mClhBAXgo:\"Responsive Design\",style:{height:\"100%\",width:\"100%\"},T9gmcBtzV:\"100 % Mobile-Optimierung\",variant:\"VfQDbV06R\",width:\"100%\"})})})})}),/*#__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-axw3yu-container\",nodeId:\"PD3yI3cTo\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QvtLBAi1h:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(CardFeatureCard,{bLduUHqqh:addImageAlt({src:\"https://framerusercontent.com/images/SbC3x2AnQmk4IP5nE64tYewaVI.svg\"},\"Blitz-Symbol, Darstellung f\\xfcr Geschwindigkeit \"),bs5bMeolT:\"PAGESPEED\",height:\"100%\",i54V6EF7r:\"Wir garantieren, dass deine Website auf allen Endger\\xe4ten einwandfrei funktioniert und gut aussieht.\",id:\"PD3yI3cTo\",layoutId:\"PD3yI3cTo\",mClhBAXgo:\"Performance garantiert\",style:{height:\"100%\",width:\"100%\"},T9gmcBtzV:\"Schnelle Ladezeiten\",variant:\"VfQDbV06R\",width:\"100%\"})})})})}),/*#__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-17ll0cq-container\",nodeId:\"EVC0bgyQL\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QvtLBAi1h:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(CardFeatureCard,{bLduUHqqh:addImageAlt({src:\"https://framerusercontent.com/images/hvkWSWkDowrmVWS8ta2BWn2J27A.svg\"},\"Diagramm-Symbol, Darstellung f\\xfcr Wachstum\"),bs5bMeolT:\"CODING\",height:\"100%\",i54V6EF7r:\"Unsere L\\xf6sungen wachsen mit deinem Unternehmen und passen sich zuk\\xfcnftigen Anforderungen an.\",id:\"EVC0bgyQL\",layoutId:\"EVC0bgyQL\",mClhBAXgo:\"Wachstum inklusive\",style:{height:\"100%\",width:\"100%\"},T9gmcBtzV:\"Skalierbare Entwicklung\",variant:\"VfQDbV06R\",width:\"100%\"})})})})}),/*#__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-20iq2o-container\",nodeId:\"KCpDu4CQP\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QvtLBAi1h:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(CardFeatureCard,{bLduUHqqh:addImageAlt({src:\"https://framerusercontent.com/images/0a1njaL1sFIzGJ1DoYzsTIfLrg.svg\"},\"Helfende Hand-Symbol, Darstellung f\\xfcr Unterst\\xfctzung, Hilfe oder Support\"),bs5bMeolT:\"SUPPORT\",height:\"100%\",i54V6EF7r:\"Unser Team unterst\\xfctzt dich w\\xe4hrend und nach dem Launch \u2013 f\\xfcr ein reibungsloses Erlebnis.\",id:\"KCpDu4CQP\",layoutId:\"KCpDu4CQP\",mClhBAXgo:\"Immer an deiner Seite\",style:{height:\"100%\",width:\"100%\"},T9gmcBtzV:\"Pers\\xf6nlicher Support\\n\",variant:\"VfQDbV06R\",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:\"Ergebnisse & Erfolg\",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:\"Ergebnisse, die begeistern.\"})}),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:\"Unser Fokus liegt auf deinem Erfolg.\"})}),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:\"UX Design\",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:\"H\\xf6here Conversionrate\",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:\"Schnelles Laden\",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 optimiert\",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:\"Individuell\",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:\"Skalierbar\",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:\"Verbessertes Engagement\",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:\"Wachstum\",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:\"Sicherheit\",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:\"Nutzerfreundlich\",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:resolvedLinks6=>/*#__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:resolvedLinks6[1]},nWzKj3W9V:{GHFq405kJ:resolvedLinks6[2]},QvtLBAi1h:{GHFq405kJ:resolvedLinks6[3]}},children:/*#__PURE__*/_jsx(ButtonTagButton,{GHFq405kJ:resolvedLinks6[0],height:\"100%\",id:\"eNr3lt4vD\",layoutId:\"eNr3lt4vD\",MNFGljJ89:\"Jetzt kontaktieren\",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:\"3D Zielscheibe Icon\",fit:\"fill\",pixelHeight:417,pixelWidth:839,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 164px) / 2, 1px) - 40px)`,src:\"https://framerusercontent.com/images/ovG4MMKp8xtWSyPtmfMbibBoHU.png\",srcSet:\"https://framerusercontent.com/images/ovG4MMKp8xtWSyPtmfMbibBoHU.png?scale-down-to=512 512w,https://framerusercontent.com/images/ovG4MMKp8xtWSyPtmfMbibBoHU.png 839w\"}},nWzKj3W9V:{background:{alt:\"3D Zielscheibe Icon\",fit:\"fill\",pixelHeight:417,pixelWidth:839,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 140px)`,src:\"https://framerusercontent.com/images/ovG4MMKp8xtWSyPtmfMbibBoHU.png\",srcSet:\"https://framerusercontent.com/images/ovG4MMKp8xtWSyPtmfMbibBoHU.png?scale-down-to=512 512w,https://framerusercontent.com/images/ovG4MMKp8xtWSyPtmfMbibBoHU.png 839w\"}},QvtLBAi1h:{background:{alt:\"3D Zielscheibe Icon\",fit:\"fill\",pixelHeight:417,pixelWidth:839,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 100px)`,src:\"https://framerusercontent.com/images/ovG4MMKp8xtWSyPtmfMbibBoHU.png\",srcSet:\"https://framerusercontent.com/images/ovG4MMKp8xtWSyPtmfMbibBoHU.png?scale-down-to=512 512w,https://framerusercontent.com/images/ovG4MMKp8xtWSyPtmfMbibBoHU.png 839w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"3D Zielscheibe Icon\",fit:\"fill\",pixelHeight:417,pixelWidth:839,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 264px) / 2, 1px) - 40px)`,src:\"https://framerusercontent.com/images/ovG4MMKp8xtWSyPtmfMbibBoHU.png\",srcSet:\"https://framerusercontent.com/images/ovG4MMKp8xtWSyPtmfMbibBoHU.png?scale-down-to=512 512w,https://framerusercontent.com/images/ovG4MMKp8xtWSyPtmfMbibBoHU.png 839w\"},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(\"p\",{className:\"framer-styles-preset-o1ogpi\",\"data-styles-preset\":\"BB5OYjlP6\",children:\"Sichtbarkeit st\\xe4rken & positionieren\"})}),className:\"framer-r6lj8n\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kocp7g\",\"data-framer-name\":\"Seperator\"})]}),/*#__PURE__*/_jsx(\"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:\"Mit einer individuell gestalteten und technisch optimierten Website erreichst du deine Zielgruppe dort, wo sie dich sucht. Mehr Sichtbarkeit bedeutet mehr Chancen, Kunden zu gewinnen.\"})}),className:\"framer-1b0zjyl\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__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:\"3D Bezahlung Icon\",fit:\"fill\",pixelHeight:417,pixelWidth:839,sizes:`calc(max((max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 164px) / 2, 1px) - 24px) / 2, 50px) - 40px)`,src:\"https://framerusercontent.com/images/5CfLMtJCMgIXkljIIviq9qkXvV8.png\",srcSet:\"https://framerusercontent.com/images/5CfLMtJCMgIXkljIIviq9qkXvV8.png?scale-down-to=512 512w,https://framerusercontent.com/images/5CfLMtJCMgIXkljIIviq9qkXvV8.png 839w\"}},nWzKj3W9V:{background:{alt:\"3D Bezahlung Icon\",fit:\"fill\",pixelHeight:417,pixelWidth:839,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 124px) / 2, 50px) - 40px)`,src:\"https://framerusercontent.com/images/5CfLMtJCMgIXkljIIviq9qkXvV8.png\",srcSet:\"https://framerusercontent.com/images/5CfLMtJCMgIXkljIIviq9qkXvV8.png?scale-down-to=512 512w,https://framerusercontent.com/images/5CfLMtJCMgIXkljIIviq9qkXvV8.png 839w\"}},QvtLBAi1h:{background:{alt:\"3D Bezahlung Icon\",fit:\"fill\",pixelHeight:417,pixelWidth:839,sizes:`calc(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 60px, 50px) - 40px)`,src:\"https://framerusercontent.com/images/5CfLMtJCMgIXkljIIviq9qkXvV8.png\",srcSet:\"https://framerusercontent.com/images/5CfLMtJCMgIXkljIIviq9qkXvV8.png?scale-down-to=512 512w,https://framerusercontent.com/images/5CfLMtJCMgIXkljIIviq9qkXvV8.png 839w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"3D Bezahlung Icon\",fit:\"fill\",pixelHeight:417,pixelWidth:839,sizes:`calc(max((max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 264px) / 2, 1px) - 24px) / 2, 50px) - 40px)`,src:\"https://framerusercontent.com/images/5CfLMtJCMgIXkljIIviq9qkXvV8.png\",srcSet:\"https://framerusercontent.com/images/5CfLMtJCMgIXkljIIviq9qkXvV8.png?scale-down-to=512 512w,https://framerusercontent.com/images/5CfLMtJCMgIXkljIIviq9qkXvV8.png 839w\"},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__*/_jsx(\"div\",{className:\"framer-c719g7\",\"data-framer-name\":\"Title/Tag\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-o1ogpi\",\"data-styles-preset\":\"BB5OYjlP6\",children:\"Mehr Umsatz\"})}),className:\"framer-lwxp9f\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__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:\"Ob Handwerker, Anw\\xe4lte, Restaurants oder Gartenbauer \u2013 wir erstellen Websites, die deinen Service optimal pr\\xe4sentieren und neue Kunden anziehen.\"})}),className:\"framer-v8iava\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6zn5li\",\"data-border\":true,\"data-framer-name\":\"Right\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{background:{alt:\"3D Zahnrad Icon\",fit:\"fill\",pixelHeight:417,pixelWidth:839,sizes:`calc(max((max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 164px) / 2, 1px) - 24px) / 2, 50px) - 40px)`,src:\"https://framerusercontent.com/images/m5EqpD7q2GPjmVQb0qGMwqStTrw.png\",srcSet:\"https://framerusercontent.com/images/m5EqpD7q2GPjmVQb0qGMwqStTrw.png?scale-down-to=512 512w,https://framerusercontent.com/images/m5EqpD7q2GPjmVQb0qGMwqStTrw.png 839w\"}},nWzKj3W9V:{background:{alt:\"3D Zahnrad Icon\",fit:\"fill\",pixelHeight:417,pixelWidth:839,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 124px) / 2, 50px) - 40px)`,src:\"https://framerusercontent.com/images/m5EqpD7q2GPjmVQb0qGMwqStTrw.png\",srcSet:\"https://framerusercontent.com/images/m5EqpD7q2GPjmVQb0qGMwqStTrw.png?scale-down-to=512 512w,https://framerusercontent.com/images/m5EqpD7q2GPjmVQb0qGMwqStTrw.png 839w\"}},QvtLBAi1h:{background:{alt:\"3D Zahnrad Icon\",fit:\"fill\",pixelHeight:417,pixelWidth:839,sizes:`calc(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 60px, 50px) - 40px)`,src:\"https://framerusercontent.com/images/m5EqpD7q2GPjmVQb0qGMwqStTrw.png\",srcSet:\"https://framerusercontent.com/images/m5EqpD7q2GPjmVQb0qGMwqStTrw.png?scale-down-to=512 512w,https://framerusercontent.com/images/m5EqpD7q2GPjmVQb0qGMwqStTrw.png 839w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"3D Zahnrad Icon\",fit:\"fill\",pixelHeight:417,pixelWidth:839,sizes:`calc(max((max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 264px) / 2, 1px) - 24px) / 2, 50px) - 40px)`,src:\"https://framerusercontent.com/images/m5EqpD7q2GPjmVQb0qGMwqStTrw.png\",srcSet:\"https://framerusercontent.com/images/m5EqpD7q2GPjmVQb0qGMwqStTrw.png?scale-down-to=512 512w,https://framerusercontent.com/images/m5EqpD7q2GPjmVQb0qGMwqStTrw.png 839w\"},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(\"p\",{className:\"framer-styles-preset-o1ogpi\",\"data-styles-preset\":\"BB5OYjlP6\",children:\"Wartungsfreiheit f\\xfcr dich\"})}),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:\"Mit unseren L\\xf6sungen kannst du Inhalte kinderleicht selbst verwalten, ohne technische Vorkenntnisse.\"})}),className:\"framer-86bf1z\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})]}),/*#__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:\"3D Graph Icon\",fit:\"fill\",pixelHeight:417,pixelWidth:839,sizes:`calc(min(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 164px) / 2, 1px), 406px) - 40px)`,src:\"https://framerusercontent.com/images/J6Qlcyzydil5py1iQgr1ZK4ubQ.png\",srcSet:\"https://framerusercontent.com/images/J6Qlcyzydil5py1iQgr1ZK4ubQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/J6Qlcyzydil5py1iQgr1ZK4ubQ.png 839w\"}},nWzKj3W9V:{background:{alt:\"3D Graph Icon\",fit:\"fill\",pixelHeight:417,pixelWidth:839,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 140px)`,src:\"https://framerusercontent.com/images/J6Qlcyzydil5py1iQgr1ZK4ubQ.png\",srcSet:\"https://framerusercontent.com/images/J6Qlcyzydil5py1iQgr1ZK4ubQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/J6Qlcyzydil5py1iQgr1ZK4ubQ.png 839w\"}},QvtLBAi1h:{background:{alt:\"3D Graph Icon\",fit:\"fill\",pixelHeight:417,pixelWidth:839,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 100px)`,src:\"https://framerusercontent.com/images/J6Qlcyzydil5py1iQgr1ZK4ubQ.png\",srcSet:\"https://framerusercontent.com/images/J6Qlcyzydil5py1iQgr1ZK4ubQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/J6Qlcyzydil5py1iQgr1ZK4ubQ.png 839w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"3D Graph Icon\",fit:\"fill\",pixelHeight:417,pixelWidth:839,sizes:`calc(min(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 264px) / 2, 1px), 486px) - 40px)`,src:\"https://framerusercontent.com/images/J6Qlcyzydil5py1iQgr1ZK4ubQ.png\",srcSet:\"https://framerusercontent.com/images/J6Qlcyzydil5py1iQgr1ZK4ubQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/J6Qlcyzydil5py1iQgr1ZK4ubQ.png 839w\"},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__*/_jsx(\"div\",{className:\"framer-l31i64\",\"data-framer-name\":\"Title/Tag\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-o1ogpi\",\"data-styles-preset\":\"BB5OYjlP6\",children:\"Mehr Kundenanfragen\"})}),className:\"framer-1qwej80\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__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:\"Wir gestalten Websites, die nicht nur gut aussehen, sondern deine Besucher gezielt in Kunden verwandeln.\"})}),className:\"framer-1q2esu0\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qg98n9\",\"data-border\":true,\"data-framer-name\":\"Bottom\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{background:{alt:\"3D Handshake Icon\",fit:\"fill\",pixelHeight:417,pixelWidth:839,sizes:`calc(min(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 164px) / 2, 1px), 406px) - 40px)`,src:\"https://framerusercontent.com/images/3XlMNrbsFqalLAKx5bThfqdX3j4.png\",srcSet:\"https://framerusercontent.com/images/3XlMNrbsFqalLAKx5bThfqdX3j4.png?scale-down-to=512 512w,https://framerusercontent.com/images/3XlMNrbsFqalLAKx5bThfqdX3j4.png 839w\"}},nWzKj3W9V:{background:{alt:\"3D Handshake Icon\",fit:\"fill\",pixelHeight:417,pixelWidth:839,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 140px)`,src:\"https://framerusercontent.com/images/3XlMNrbsFqalLAKx5bThfqdX3j4.png\",srcSet:\"https://framerusercontent.com/images/3XlMNrbsFqalLAKx5bThfqdX3j4.png?scale-down-to=512 512w,https://framerusercontent.com/images/3XlMNrbsFqalLAKx5bThfqdX3j4.png 839w\"}},QvtLBAi1h:{background:{alt:\"3D Handshake Icon\",fit:\"fill\",pixelHeight:417,pixelWidth:839,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 100px)`,src:\"https://framerusercontent.com/images/3XlMNrbsFqalLAKx5bThfqdX3j4.png\",srcSet:\"https://framerusercontent.com/images/3XlMNrbsFqalLAKx5bThfqdX3j4.png?scale-down-to=512 512w,https://framerusercontent.com/images/3XlMNrbsFqalLAKx5bThfqdX3j4.png 839w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"3D Handshake Icon\",fit:\"fill\",pixelHeight:417,pixelWidth:839,sizes:`calc(min(max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 264px) / 2, 1px), 486px) - 40px)`,src:\"https://framerusercontent.com/images/3XlMNrbsFqalLAKx5bThfqdX3j4.png\",srcSet:\"https://framerusercontent.com/images/3XlMNrbsFqalLAKx5bThfqdX3j4.png?scale-down-to=512 512w,https://framerusercontent.com/images/3XlMNrbsFqalLAKx5bThfqdX3j4.png 839w\"},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__*/_jsx(\"div\",{className:\"framer-bk5bmh\",\"data-framer-name\":\"Title/Tag\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-o1ogpi\",\"data-styles-preset\":\"BB5OYjlP6\",children:\"Vertrauen schaffen\"})}),className:\"framer-13enf02\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__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__*/_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:\"Eine hochwertige Website wirkt seri\\xf6s und \\xfcberzeugend \u2013 perfekt, um das Vertrauen deiner Kunden zu gewinnen.\"})}),className:\"framer-k9cdsr\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})]})]}),isDisplayed3()&&/*#__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-djecsc\",\"data-framer-name\":\"Showcase\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wkuhhr\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1sgtg0e\",\"data-framer-name\":\"Top\",children:/*#__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:\"Alle Branchen\",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:\"Vielfalt. Expertise. F\\xfcr Alle.\"})}),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:\"Digital f\\xfcr jede Branche.\"})}),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(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:\"Wir arbeiten mit Unternehmen aus jeder Branche zusammen \u2013 individuell, flexibel und ma\\xdfgeschneidert auf deine Bed\\xfcrfnisse. Suchst du eine Website oder m\\xf6chtest deine Webpr\\xe4senz auf das n\\xe4chste Level bringen? Lass uns sprechen und gemeinsam die beste L\\xf6sung f\\xfcr dich finden.\"})})}},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:\"Wir arbeiten mit Unternehmen aus jeder Branche zusammen \u2013 individuell, flexibel und ma\\xdfgeschneidert auf deine Bed\\xfcrfnisse. Suchst du eine Website oder m\\xf6chtest deine Webpr\\xe4senz auf das n\\xe4chste Level bringen? Lass uns sprechen und gemeinsam die beste L\\xf6sung f\\xfcr dich finden.\"})}),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:resolvedLinks7=>/*#__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:resolvedLinks7[1]},nWzKj3W9V:{GT109pdEG:resolvedLinks7[2]},QvtLBAi1h:{GT109pdEG:resolvedLinks7[3]}},children:/*#__PURE__*/_jsx(ButtonPrimaryButton,{AL_NU982V:false,dlVBgpKLv:\"Jetzt anfragen\",GT109pdEG:resolvedLinks7[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__*/_jsxs(\"div\",{className:\"framer-vtmi4a\",\"data-framer-name\":\"Bottom\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-kwnrrj-container\",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/BCIX2UfmYU8TAT2U5poZlZSbY.jpg\",srcSet:\"https://framerusercontent.com/images/BCIX2UfmYU8TAT2U5poZlZSbY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/BCIX2UfmYU8TAT2U5poZlZSbY.jpg 1000w\"},\"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/FwAxOk9gdp8tedxj0KOdsBa9Cak.jpg\",srcSet:\"https://framerusercontent.com/images/FwAxOk9gdp8tedxj0KOdsBa9Cak.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/FwAxOk9gdp8tedxj0KOdsBa9Cak.jpg 1000w\"},\"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/vdTWOsCaEvICDYXhF7iZnsTn02s.jpg\",srcSet:\"https://framerusercontent.com/images/vdTWOsCaEvICDYXhF7iZnsTn02s.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/vdTWOsCaEvICDYXhF7iZnsTn02s.jpg 1000w\"},\"Workspace\"),style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})],speed:50,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-2rmrgp-container hidden-1dp0tct\",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/vu829svtcIqjK8EsbbO6oxFUC88.jpg\",srcSet:\"https://framerusercontent.com/images/vu829svtcIqjK8EsbbO6oxFUC88.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/vu829svtcIqjK8EsbbO6oxFUC88.jpg 1000w\"},\"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/Mjdv6Es0TdpwQOFFPcgTYCboFY.jpg\",srcSet:\"https://framerusercontent.com/images/Mjdv6Es0TdpwQOFFPcgTYCboFY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Mjdv6Es0TdpwQOFFPcgTYCboFY.jpg 1000w\"},\"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/o3LJiMjGjX0Pex7PwJX9jWao.jpg\",srcSet:\"https://framerusercontent.com/images/o3LJiMjGjX0Pex7PwJX9jWao.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/o3LJiMjGjX0Pex7PwJX9jWao.jpg 1000w\"},\"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/ceK6lmtzzgImfYRLE5XCvA05O8.jpg\",srcSet:\"https://framerusercontent.com/images/ceK6lmtzzgImfYRLE5XCvA05O8.jpg 745w\"},\"Jelly Fish\"),style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})],speed:50,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1k2z7pz hidden-1dp0tct\",\"data-framer-name\":\"Line\"})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1hw5zyq\",\"data-framer-name\":\"Pricing\",children:[isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19lnfss hidden-1dp0tct\",\"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:\"Preise\",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:\"Unsere Pakete.\"})}),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:\"Flexibel & Fair.\"})}),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(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-x0s9r5\",\"data-styles-preset\":\"QhK6qqT5U\",children:\"Faire Preise, klare Leistungen. Unsere Pakete sind so individuell wie deine Bed\\xfcrfnisse.\"})}),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)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:656,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:{nWzKj3W9V:{AGgey1c2L:\"PuzzlePiece\",style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(CardPricingCard,{AGgey1c2L:\"Clover\",FRMGpPdr0:\"Starter\",height:\"100%\",hZ9mp4c80:\"Basic\",id:\"xNSfnBth6\",krMX3EMwD:\"Ab 1299\u20AC\",layoutId:\"xNSfnBth6\",lTppHd9C8:\"1 Revision inklusive\\n\",o_OgtVIi1:\"SEO-Grundoptimierung f\\xfcr bessere Auffindbarkeit\\n\",sT0LhqPqn:\"Seiten f\\xfcr Rechtstexte (Impressum, Datenschutz)\\n\",style:{height:\"100%\",width:\"100%\"},UG7l7uZLm:\"Mobile-Optimierung (responsive Design)\\n\",variant:\"UheM2bUnb\",WGjoDS5Cd:\"Ideal f\\xfcr kleine Unternehmen, die einen modernen und professionellen Online-Auftritt ben\\xf6tigen \u2013 kosteneffizient, zuverl\\xe4ssig und zeitgem\\xe4\\xdf.\",width:\"100%\",zJ1LMuqcm:\"Homepage mit Startseite und 404-Seite\\n\"})})})})}),isDisplayed4()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 164px) / 2, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:656,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 264px) / 2, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-3zij9t-container hidden-1hn01op\",nodeId:\"wgbuMfQig\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardPricingCard,{AGgey1c2L:\"Rocket\",FRMGpPdr0:\"Empfohlen\",height:\"100%\",hZ9mp4c80:\"Premium\",id:\"wgbuMfQig\",krMX3EMwD:\"Preis auf Anfrage\",layoutId:\"wgbuMfQig\",lTppHd9C8:\"2 Revisionen inklusive\",o_OgtVIi1:\"Erweiterte SEO-Optimierung f\\xfcr bessere Auffindbarkeit\",sT0LhqPqn:\"Vollst\\xe4ndige Website Struktur und Entwicklung\",style:{width:\"100%\"},UG7l7uZLm:\"Mobile-Optimierung und Seiten f\\xfcr Rechtstexte\",variant:\"onAsSl8xZ\",WGjoDS5Cd:\"F\\xfcr Unternehmen, die h\\xf6chste Anspr\\xfcche an ihren Webauftritt stellen. Wir entwickeln ma\\xdfgeschneiderte L\\xf6sungen, die sich perfekt an deine Anforderungen anpassen \u2013 kreativ, technisch anspruchsvoll und zukunftssicher.\",width:\"100%\",zJ1LMuqcm:\"Individuelles Webdesign mit mehreren Seiten\"})})})})]})]}),isDisplayed5()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-7qiiwc hidden-72rtr7 hidden-g34ahf hidden-1dp0tct\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-jsoct5\",\"data-framer-name\":\"Bottom\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nWzKj3W9V:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 100px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:656,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1k8zrnm-container\",nodeId:\"ABIsQ7KNo\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardPricingCard,{AGgey1c2L:\"Rocket\",FRMGpPdr0:\"Empfohlen\",height:\"100%\",hZ9mp4c80:\"Premium\",id:\"ABIsQ7KNo\",krMX3EMwD:\"Auf Anfrage\",layoutId:\"ABIsQ7KNo\",lTppHd9C8:\"2 Revisionen inklusive\",o_OgtVIi1:\"Erweiterte SEO-Optimierung f\\xfcr bessere Auffindbarkeit\",sT0LhqPqn:\"Vollst\\xe4ndige Website Struktur und Entwicklung\",style:{width:\"100%\"},UG7l7uZLm:\"Mobile-Optimierung und Seiten f\\xfcr Rechtstexte\",variant:\"UheM2bUnb\",WGjoDS5Cd:\"F\\xfcr Unternehmen, die h\\xf6chste Anspr\\xfcche an ihren Webauftritt stellen. Wir entwickeln ma\\xdfgeschneiderte L\\xf6sungen, die sich perfekt an deine Anforderungen anpassen \u2013 kreativ, technisch anspruchsvoll und zukunftssicher.\",width:\"100%\",zJ1LMuqcm:\"Individuelles Webdesign mit mehreren Seiten\"})})})})})}),isDisplayed3()&&/*#__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\"}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-219ek5 hidden-72rtr7 hidden-g34ahf hidden-1hn01op\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-9hmnx6\",\"data-framer-name\":\"Top\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1aob1zg\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19v6wyg\",\"data-framer-name\":\"Top\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-s0mpm9-container\",nodeId:\"F6g77zZYY\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(TagPrimaryTag3,{height:\"100%\",id:\"F6g77zZYY\",KS7KLFqN8:\"Pricing\",layoutId:\"F6g77zZYY\",rQKAY6456:\"NEW\",variant:\"rG9e_U6Al\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-z5fkae\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-59e77027-930e-45f7-94aa-a8ffadf9e382, rgb(255, 255, 255))\"},children:\"Unsere Pakete.\"})}),className:\"framer-1xv40ez\",\"data-framer-name\":\"Text 1\",effect:textEffect1,fonts:[\"GF;DM Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-8f8054d9-8a09-4e7e-b957-8a76557c5e75, rgba(255, 255, 255, 0.6))\"},children:\"Flexibel & Fair.\"})}),className:\"framer-bgik1p\",\"data-framer-name\":\"Text 2\",effect:textEffect2,fonts:[\"GF;DM Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-q9y3wy\",\"data-framer-name\":\"Bottom\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--token-8f8054d9-8a09-4e7e-b957-8a76557c5e75, rgba(255, 255, 255, 0.6))\"},children:\"Faire Preise, klare Leistungen. Unsere Pakete sind so individuell wie deine Bed\\xfcrfnisse.\"})}),className:\"framer-xppibs\",\"data-framer-name\":\"Body Text\",fonts:[\"GF;DM Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1l02neu\",\"data-framer-name\":\"Bottom\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QvtLBAi1h:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 60px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:717,children:/*#__PURE__*/_jsx(Container,{className:\"framer-186ybh-container\",nodeId:\"djpcpM9UW\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardPricingCard2,{AGgey1c2L:\"PuzzlePiece\",BZean0vsv:\"75+\",erke26ekk:\"100+\",FRMGpPdr0:\"Starter\",G5aZ5m66o:\"\",height:\"100%\",hkN6uWVgI:\"Projects\",hZ9mp4c80:\"Basic\",id:\"djpcpM9UW\",krMX3EMwD:\"Ab 1299\u20AC\",layoutId:\"djpcpM9UW\",lTppHd9C8:\"1 Revision inklusive\\n\",o_OgtVIi1:\"SEO-Grundoptimierung f\\xfcr bessere Auffindbarkeit\\n\",RIJaP8oyF:\"$450\",sT0LhqPqn:\"Seiten f\\xfcr Rechtstexte (Impressum, Datenschutz)\\n\",style:{width:\"100%\"},UG7l7uZLm:\"Mobile-Optimierung (responsive Design)\\n\",variant:\"hRRsujuYP\",WGjoDS5Cd:\"Ideal f\\xfcr kleine Unternehmen, die einen modernen und professionellen Online-Auftritt ben\\xf6tigen \u2013 kosteneffizient, zuverl\\xe4ssig und zeitgem\\xe4\\xdf.\",width:\"100%\",zJ1LMuqcm:\"Homepage mit Startseite und 404-Seite\\n\",ZNw0zmhqZ:\"Revisions\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QvtLBAi1h:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 60px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:717,children:/*#__PURE__*/_jsx(Container,{className:\"framer-95nzve-container\",nodeId:\"BbOoqX2ry\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardPricingCard2,{AGgey1c2L:\"Rocket\",BZean0vsv:\"250+\",erke26ekk:\"650+\",FRMGpPdr0:\"Empfohlen\",G5aZ5m66o:\"\",height:\"100%\",hkN6uWVgI:\"Projects\",hZ9mp4c80:\"Premium\",id:\"BbOoqX2ry\",krMX3EMwD:\"Auf Anfrage\",layoutId:\"BbOoqX2ry\",lTppHd9C8:\"2 Revisionen inklusive\",o_OgtVIi1:\"Erweiterte SEO-Optimierung f\\xfcr bessere Auffindbarkeit\",RIJaP8oyF:\"$450\",sT0LhqPqn:\"Vollst\\xe4ndige Website Struktur und Entwicklung\",style:{width:\"100%\"},UG7l7uZLm:\"Mobile-Optimierung und Seiten f\\xfcr Rechtstexte\",variant:\"hRRsujuYP\",WGjoDS5Cd:\"F\\xfcr Unternehmen, die h\\xf6chste Anspr\\xfcche an ihren Webauftritt stellen. Wir entwickeln ma\\xdfgeschneiderte L\\xf6sungen, die sich perfekt an deine Anforderungen anpassen \u2013 kreativ, technisch anspruchsvoll und zukunftssicher.\",width:\"100%\",zJ1LMuqcm:\"Vollst\\xe4ndige Website Struktur und Entwicklung\",ZNw0zmhqZ:\"Revisions\"})})})})]})]})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1pepbmc\",\"data-framer-name\":\"FAQ\",id:elementId,ref:ref1,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zbytr4\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-r6sj4t\",\"data-framer-name\":\"Left\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-sdblef\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-oupus\",\"data-framer-name\":\"Top\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height: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:\"H\\xe4ufig\"})}),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:\"gestellte Fragen\"})}),className:\"framer-14w2ax9\",\"data-framer-name\":\"Text 2\",effect:textEffect2,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1modrcz\",\"data-framer-name\":\"Bottom\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QvtLBAi1h:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-x0s9r5\",\"data-styles-preset\":\"QhK6qqT5U\",style:{\"--framer-text-color\":\"var(--token-8f8054d9-8a09-4e7e-b957-8a76557c5e75, rgba(255, 255, 255, 0.6))\"},children:\"Effortlessly connect with your favorite tools. Whether it's your CRM, email marketing platform.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-x0s9r5\",\"data-styles-preset\":\"QhK6qqT5U\",children:\"Hast du Fragen? Vielleicht beantworten wir sie dir schon vorab. Hier findest du Antworten auf die h\\xe4ufigsten Fragen rund um unsere Dienstleistungen.\"})}),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:641,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:resolvedLinks8=>/*#__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:resolvedLinks8[1]},nWzKj3W9V:{wVGTfqneN:resolvedLinks8[2]},QvtLBAi1h:{lTXT0qucV:\"30px\",QVKlogXTW:\"Dein Projekt.\",T8OTVIL45:\"Dein Ziel.\",wVGTfqneN:resolvedLinks8[3]}},children:/*#__PURE__*/_jsx(NavigationCTA,{cwo7DCFXO:\"Wir helfen dir, deine Ideen zum Leben zu erwecken \u2013 schnell, professionell und individuell.\",height:\"100%\",id:\"mEf4eWefC\",layoutId:\"mEf4eWefC\",lTXT0qucV:\"50px\",mAv2pC_4U:\"Loslegen\",QVKlogXTW:\"Dein Ziel. Dein Projekt.\",style:{maxWidth:\"100%\",width:\"100%\"},T8OTVIL45:\"Ist unsere Leidenschaft.\",width:\"100%\",wVGTfqneN:resolvedLinks8[0]})})})})})})}),/*#__PURE__*/_jsx(\"footer\",{className:\"framer-zrkjxg\",\"data-framer-name\":\"Footer\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":tIMLpB5Xx\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":tIMLpB5Xx\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":tIMLpB5Xx\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":tIMLpB5Xx\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:478,width:`max(${componentViewport?.width||\"100vw\"}, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-a9uo4b-container\",nodeId:\"RPG5eBLVf\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{euNp7MUYv:{kY2y5JWvj:resolvedLinks9[1],variant:\"aPOG0xPII\"},nWzKj3W9V:{kY2y5JWvj:resolvedLinks9[2],variant:\"PpWX9Nzcf\"},QvtLBAi1h:{kY2y5JWvj:resolvedLinks9[3],variant:\"tAhy0cIZG\"}},children:/*#__PURE__*/_jsx(NavigationFooter,{height:\"100%\",id:\"RPG5eBLVf\",kY2y5JWvj:resolvedLinks9[0],layoutId:\"RPG5eBLVf\",SQp3MREKa:\"ZslCevpJO\",style:{width:\"100%\"},variant:\"hDiagrBhX\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-8bz8u7-container\",isAuthoredByUser:true,isModuleExternal:true,layoutScroll:true,nodeId:\"N1bp4wWgD\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(BlurGradient,{blur:10,borderRadius:\"0px\",direction:\"to bottom\",height:\"100%\",id:\"N1bp4wWgD\",layoutId:\"N1bp4wWgD\",style:{height:\"100%\",width:\"100%\"},transition:{delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1n49l9s-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"NoyMnXTFu\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"NoyMnXTFu\",intensity:15,layoutId:\"NoyMnXTFu\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:55.42857142857143,intrinsicWidth:822.8571428571429,pixelHeight:97,pixelWidth:1440,sizes:\"822.8571px\",src:\"https://framerusercontent.com/images/t5O69qzoYhiCZW1f7eRuZ6PUQTA.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/t5O69qzoYhiCZW1f7eRuZ6PUQTA.png?scale-down-to=512 512w,https://framerusercontent.com/images/t5O69qzoYhiCZW1f7eRuZ6PUQTA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/t5O69qzoYhiCZW1f7eRuZ6PUQTA.png 1440w\"},className:\"framer-1ae4at4 hidden-1dp0tct\",\"data-framer-name\":\"Image\"})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-XTx46.framer-lux5qc, .framer-XTx46 .framer-lux5qc { display: block; }\",\".framer-XTx46.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-XTx46 .framer-1hltwlr-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 9; }\",\".framer-XTx46 .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-XTx46 .framer-1582ruv { flex: none; height: 80px; overflow: hidden; position: relative; width: 100%; }\",\".framer-XTx46 .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-XTx46 .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-XTx46 .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-XTx46 .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-XTx46 .framer-16birka-container { flex: none; height: auto; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-XTx46 .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-XTx46 .framer-5hbeit { --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-XTx46 .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-XTx46 .framer-1voaq80, .framer-XTx46 .framer-2vizef, .framer-XTx46 .framer-18gwxce, .framer-XTx46 .framer-1sg5d3n, .framer-XTx46 .framer-1a9y2vn, .framer-XTx46 .framer-1kazalh, .framer-XTx46 .framer-fayr9c, .framer-XTx46 .framer-xppibs, .framer-XTx46 .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-XTx46 .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-XTx46 .framer-261qcz-container, .framer-XTx46 .framer-1yt9hfz-container, .framer-XTx46 .framer-jygk3h-container, .framer-XTx46 .framer-69klnx-container, .framer-XTx46 .framer-1kz9gu2-container, .framer-XTx46 .framer-d1gar7-container, .framer-XTx46 .framer-1x3xxdo-container, .framer-XTx46 .framer-g5h0xw-container, .framer-XTx46 .framer-vwd4ln-container, .framer-XTx46 .framer-ksyqgq-container, .framer-XTx46 .framer-1l5axkn-container, .framer-XTx46 .framer-knvqkc-container, .framer-XTx46 .framer-20c3is-container, .framer-XTx46 .framer-c1w4kp-container, .framer-XTx46 .framer-1fi4dui-container, .framer-XTx46 .framer-fz9lcf-container, .framer-XTx46 .framer-1w1r424-container, .framer-XTx46 .framer-v1ruqt-container, .framer-XTx46 .framer-1a1ndiz-container, .framer-XTx46 .framer-z0ez6p-container, .framer-XTx46 .framer-16pw1fk-container, .framer-XTx46 .framer-dq4z1l-container, .framer-XTx46 .framer-1xztvnd-container, .framer-XTx46 .framer-ajojcn-container, .framer-XTx46 .framer-s0mpm9-container, .framer-XTx46 .framer-1n0dhi4-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-XTx46 .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-XTx46 .framer-1itu3fc { background: linear-gradient(270deg, var(--token-4ba9d2af-bbc9-422d-912b-c0d857289d96, rgba(255, 255, 255, 0)) /* {\"name\":\"White 0%\"} */ 0%, var(--token-4ef09f89-9c35-4972-a9c1-8efc95820553, rgba(255, 255, 255, 0.2)) /* {\"name\":\"White 20%\"} */ 50%, var(--token-4ba9d2af-bbc9-422d-912b-c0d857289d96, rgba(255, 255, 255, 0)) /* {\"name\":\"White 0%\"} */ 100%); flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }',\".framer-XTx46 .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-XTx46 .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-XTx46 .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-XTx46 .framer-14yd2e5, .framer-XTx46 .framer-1pp0g3v, .framer-XTx46 .framer-1f0ml05, .framer-XTx46 .framer-1z0c3fk, .framer-XTx46 .framer-hpti9a, .framer-XTx46 .framer-1k2z7pz, .framer-XTx46 .framer-r91bs5 { background: linear-gradient(90.00000000000075deg, var(--token-73242b55-57d1-4320-8897-28085a430c83, rgba(255, 255, 255, 0.02)) /* {\"name\":\"White 2%\"} */ 0%, var(--token-d86f1591-0c16-44cd-be10-19334dfa9293, rgba(255, 255, 255, 0.1)) /* {\"name\":\"White 10%\"} */ 50%, var(--token-73242b55-57d1-4320-8897-28085a430c83, rgba(255, 255, 255, 0.02)) /* {\"name\":\"White 2%\"} */ 100%); flex: none; height: 1px; max-width: 1300px; position: relative; width: 100%; }',\".framer-XTx46 .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-XTx46 .framer-ccisfy-container { flex: 1 0 0px; height: auto; max-width: 528px; position: relative; width: 1px; }\",\".framer-XTx46 .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-XTx46 .framer-10uve6y, .framer-XTx46 .framer-1eav9w2, .framer-XTx46 .framer-19datg8, .framer-XTx46 .framer-1lhp7lu, .framer-XTx46 .framer-19v6wyg, .framer-XTx46 .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-XTx46 .framer-mkynu0, .framer-XTx46 .framer-2sfjbq, .framer-XTx46 .framer-1ozthkn, .framer-XTx46 .framer-gpv7f4, .framer-XTx46 .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-XTx46 .framer-1kjuqnv, .framer-XTx46 .framer-tlxas, .framer-XTx46 .framer-vsb8ec, .framer-XTx46 .framer-1rypmue, .framer-XTx46 .framer-17aus1q, .framer-XTx46 .framer-1kfydsz, .framer-XTx46 .framer-1tdbutf, .framer-XTx46 .framer-vakywd, .framer-XTx46 .framer-1gp3eek, .framer-XTx46 .framer-1ltw8a, .framer-XTx46 .framer-1p3c6va, .framer-XTx46 .framer-1d375cw, .framer-XTx46 .framer-90x92n, .framer-XTx46 .framer-y9edzd, .framer-XTx46 .framer-1xv40ez, .framer-XTx46 .framer-bgik1p, .framer-XTx46 .framer-1glvl7s, .framer-XTx46 .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-XTx46 .framer-1cq9i1m, .framer-XTx46 .framer-1rwxlia, .framer-XTx46 .framer-hxa0sp, .framer-XTx46 .framer-lu96ts, .framer-XTx46 .framer-17en9g2 { 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-XTx46 .framer-1ap0sj7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 19px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-XTx46 .framer-g2ifgt { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-XTx46 .framer-17z6o9l, .framer-XTx46 .framer-1kocp7g, .framer-XTx46 .framer-wt7stj, .framer-XTx46 .framer-13ayu2s, .framer-XTx46 .framer-1qvdn83, .framer-XTx46 .framer-rnmi38 { background: linear-gradient(90.00000000000075deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15000000596046448) 50%, rgba(255, 255, 255, 0) 100%); flex: none; height: 1px; position: relative; width: 230px; }\",\".framer-XTx46 .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: 20px; position: relative; width: 100%; }\",\".framer-XTx46 .framer-1fk5bu4-container, .framer-XTx46 .framer-8odurv-container, .framer-XTx46 .framer-1wx3frd-container, .framer-XTx46 .framer-mytatv-container, .framer-XTx46 .framer-14nfym0-container, .framer-XTx46 .framer-12a5cn0-container, .framer-XTx46 .framer-1rykz0d-container, .framer-XTx46 .framer-8o0xro-container, .framer-XTx46 .framer-17x9n5l-container, .framer-XTx46 .framer-1k8zrnm-container, .framer-XTx46 .framer-186ybh-container, .framer-XTx46 .framer-95nzve-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-XTx46 .framer-1c41714 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-XTx46 .framer-17ryx7r { background: linear-gradient(90.00000000000075deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15000000596046448) 50%, rgba(255, 255, 255, 0) 100%); flex: none; height: 1px; position: relative; width: 40px; }\",\".framer-XTx46 .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-XTx46 .framer-kdk7en, .framer-XTx46 .framer-1vk0239, .framer-XTx46 .framer-1wkuhhr { 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-XTx46 .framer-13oyhdf, .framer-XTx46 .framer-1fbunpp, .framer-XTx46 .framer-1sgtg0e { 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-XTx46 .framer-17s9fd3, .framer-XTx46 .framer-k37ku2, .framer-XTx46 .framer-l2rnvu { 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-XTx46 .framer-1751ajw, .framer-XTx46 .framer-1xose9g, .framer-XTx46 .framer-152djvl { 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-XTx46 .framer-698xn5, .framer-XTx46 .framer-ps4ie4, .framer-XTx46 .framer-1pl47t6 { 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-XTx46 .framer-iwqckl, .framer-XTx46 .framer-f7t6fu, .framer-XTx46 .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-XTx46 .framer-xj2tg3-container { flex: none; height: 520px; position: relative; width: 100%; z-index: 3; }\",\".framer-XTx46 .framer-1awkino-container, .framer-XTx46 .framer-1csl7oj-container, .framer-XTx46 .framer-8buddy-container, .framer-XTx46 .framer-sd2stm-container { height: auto; position: relative; width: auto; }\",\".framer-XTx46 .framer-h1qqro-container { flex: none; height: 530px; position: relative; width: 100%; z-index: 2; }\",\".framer-XTx46 .framer-u6081e-container, .framer-XTx46 .framer-abldc9-container, .framer-XTx46 .framer-o1flqi-container, .framer-XTx46 .framer-6jyvqb-container { height: auto; position: relative; width: 330px; }\",\".framer-XTx46 .framer-d4ykwh { -webkit-filter: blur(60px); background-color: #ccccff; border-bottom-left-radius: 35%; border-bottom-right-radius: 35%; border-top-left-radius: 35%; border-top-right-radius: 35%; bottom: -4px; filter: blur(60px); flex: none; height: 112px; left: calc(33.12500000000002% - 645px / 2); position: absolute; width: 645px; z-index: 0; }\",\".framer-XTx46 .framer-1q617oj { -webkit-filter: blur(60px); background-color: #ccccff; border-bottom-left-radius: 35%; border-bottom-right-radius: 35%; border-top-left-radius: 35%; border-top-right-radius: 35%; bottom: -5px; filter: blur(60px); flex: none; height: 112px; left: calc(71.87500000000003% - 500px / 2); position: absolute; width: 500px; z-index: 0; }\",\".framer-XTx46 .framer-emg3c0 { 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-XTx46 .framer-yi9chm-container { flex: 1 0 0px; height: 97px; position: relative; width: 1px; }\",\".framer-XTx46 .framer-1yk5pn0, .framer-XTx46 .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-XTx46 .framer-uulf7u { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 84px; height: min-content; justify-content: center; overflow: visible; padding: 0px 120px 0px 120px; position: relative; width: 100%; }\",\".framer-XTx46 .framer-162dm7o { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; max-width: 700px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-XTx46 .framer-q49dtq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; max-width: 600px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-XTx46 .framer-r8qtub { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-XTx46 .framer-coxtid-container { flex: 1 0 0px; height: auto; max-width: 528px; position: sticky; top: 100px; width: 1px; z-index: 1; }\",\".framer-XTx46 .framer-113y3c1, .framer-XTx46 .framer-1wech1k, .framer-XTx46 .framer-djecsc, .framer-XTx46 .framer-1hw5zyq { 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-XTx46 .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-XTx46 .framer-1iasw4f-container, .framer-XTx46 .framer-8zv4s7-container, .framer-XTx46 .framer-14zl1pr-container, .framer-XTx46 .framer-axw3yu-container, .framer-XTx46 .framer-17ll0cq-container, .framer-XTx46 .framer-20iq2o-container { align-self: start; flex: none; height: 100%; justify-self: start; position: relative; width: 100%; }\",\".framer-XTx46 .framer-1xfqqiz, .framer-XTx46 .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-XTx46 .framer-zoxce, .framer-XTx46 .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-XTx46 .framer-ux0nkq, .framer-XTx46 .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-XTx46 .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-XTx46 .framer-1h8kbn5, .framer-XTx46 .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-XTx46 .framer-1m4pii4, .framer-XTx46 .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-XTx46 .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-XTx46 .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(0px); align-content: flex-start; align-items: flex-start; backdrop-filter: blur(0px); background: linear-gradient(0.07383128568086761deg, rgba(204, 204, 255, 0.15) 0%, var(--token-b456af2e-fd88-41ae-8686-ad7692875dfd, rgba(97, 97, 97, 0.09)) /* {\"name\":\"Transparent Grey\"} */ 100%); border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25); 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-XTx46 .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-XTx46 .framer-17z9l8u, .framer-XTx46 .framer-lsv2zn, .framer-XTx46 .framer-c39xnc, .framer-XTx46 .framer-15maqfr, .framer-XTx46 .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: 12px 12px 0px 0px; position: relative; width: 100%; }\",\".framer-XTx46 .framer-se5pqx, .framer-XTx46 .framer-1q4dyoc, .framer-XTx46 .framer-5dmsi8, .framer-XTx46 .framer-qzeg02, .framer-XTx46 .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-XTx46 .framer-ppy1fz, .framer-XTx46 .framer-k1cu7m, .framer-XTx46 .framer-1pzdjyy, .framer-XTx46 .framer-q9y3wy { 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-XTx46 .framer-r6lj8n, .framer-XTx46 .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-XTx46 .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-XTx46 .framer-1b0zjyl, .framer-XTx46 .framer-v8iava, .framer-XTx46 .framer-86bf1z, .framer-XTx46 .framer-1q2esu0, .framer-XTx46 .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-XTx46 .framer-mcdtz9 { display: grid; flex: none; gap: 24px; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",'.framer-XTx46 .framer-1f2z3in { --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; align-self: start; backdrop-filter: blur(4px); background: linear-gradient(0.07383128568086761deg, rgba(204, 204, 255, 0.15) 0%, var(--token-b456af2e-fd88-41ae-8686-ad7692875dfd, rgba(97, 97, 97, 0.09)) /* {\"name\":\"Transparent Grey\"} */ 100%); 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; justify-self: start; overflow: hidden; padding: 20px 20px 40px 20px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }',\".framer-XTx46 .framer-ufwvey, .framer-XTx46 .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-XTx46 .framer-c719g7, .framer-XTx46 .framer-l31i64, .framer-XTx46 .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-XTx46 .framer-lwxp9f, .framer-XTx46 .framer-1qwej80, .framer-XTx46 .framer-13enf02 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-XTx46 .framer-1sc2lzd, .framer-XTx46 .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-XTx46 .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; align-self: start; backdrop-filter: blur(4px); background: linear-gradient(0.07383128568086761deg, rgba(204, 204, 255, 0.15) 0%, var(--token-b456af2e-fd88-41ae-8686-ad7692875dfd, rgba(97, 97, 97, 0.09)) /* {\"name\":\"Transparent Grey\"} */ 100%); 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: 390px; justify-content: flex-start; justify-self: start; overflow: hidden; padding: 20px 20px 40px 20px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }',\".framer-XTx46 .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-XTx46 .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); background: linear-gradient(0.07383128568086761deg, rgba(204, 204, 255, 0.15) 0%, var(--token-b456af2e-fd88-41ae-8686-ad7692875dfd, rgba(97, 97, 97, 0.09)) /* {\"name\":\"Transparent Grey\"} */ 100%); 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-XTx46 .framer-1amaqtq, .framer-XTx46 .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-XTx46 .framer-6ze4do, .framer-XTx46 .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-XTx46 .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); background: linear-gradient(0.07383128568086761deg, rgba(204, 204, 255, 0.15) 0%, var(--token-b456af2e-fd88-41ae-8686-ad7692875dfd, rgba(97, 97, 97, 0.09)) /* {\"name\":\"Transparent Grey\"} */ 100%); 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-XTx46 .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-XTx46 .framer-1wauvb0, .framer-XTx46 .framer-1gs2jy4 { flex: none; height: 237px; position: relative; width: 1409px; }\",\".framer-XTx46 .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-XTx46 .framer-kwnrrj-container, .framer-XTx46 .framer-2rmrgp-container { flex: none; height: 330px; position: relative; width: 100%; }\",\".framer-XTx46 .framer-gz1o78-container, .framer-XTx46 .framer-19288zt-container, .framer-XTx46 .framer-1ogullz-container, .framer-XTx46 .framer-1q5wda6-container, .framer-XTx46 .framer-1fv6fhu-container, .framer-XTx46 .framer-p393n9-container, .framer-XTx46 .framer-35zk6o-container, .framer-XTx46 .framer-bz2qn-container { height: 326px; position: relative; width: 416px; }\",\".framer-XTx46 .framer-1w384ob-container { align-self: stretch; flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-XTx46 .framer-3zij9t-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-XTx46 .framer-7qiiwc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 70px; height: 692px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-XTx46 .framer-jsoct5 { 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 50px 0px 50px; position: relative; width: 100%; }\",\".framer-XTx46 .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-XTx46 .framer-219ek5 { 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: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-XTx46 .framer-9hmnx6 { 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 30px 0px 30px; position: relative; width: 100%; }\",\".framer-XTx46 .framer-1aob1zg { 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: 460px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-XTx46 .framer-z5fkae { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 3px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-XTx46 .framer-1l02neu { 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 30px 0px 30px; position: relative; width: 100%; }\",\".framer-XTx46 .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-XTx46 .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-XTx46 .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-XTx46 .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-XTx46 .framer-1hb3fx3-container { flex: 1 0 0px; height: auto; max-width: 700px; position: relative; width: 1px; z-index: 1; }\",\".framer-XTx46 .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-XTx46 .framer-e98cnd-container { flex: 1 0 0px; height: auto; max-width: 1000px; position: relative; width: 1px; z-index: 0; }\",\".framer-XTx46 .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-XTx46 .framer-a9uo4b-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; z-index: 9; }\",\".framer-XTx46 .framer-8bz8u7-container { bottom: 0px; flex: none; height: 160px; left: 0px; pointer-events: none; position: fixed; right: 0px; z-index: 8; }\",\".framer-XTx46 .framer-1n49l9s-container { flex: none; height: auto; position: relative; width: auto; z-index: 0; }\",\".framer-XTx46 .framer-1ae4at4 { aspect-ratio: 14.845360824742269 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 55px); overflow: visible; position: relative; width: 823px; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-XTx46.framer-72rtr7, .framer-XTx46 .framer-e006b9, .framer-XTx46 .framer-1xmfp64, .framer-XTx46 .framer-1fifjqb, .framer-XTx46 .framer-5xyw5j, .framer-XTx46 .framer-1dle68w, .framer-XTx46 .framer-1h00ng3, .framer-XTx46 .framer-1yftqk8, .framer-XTx46 .framer-1df8tgi, .framer-XTx46 .framer-1jq7msv, .framer-XTx46 .framer-15nod7u, .framer-XTx46 .framer-eu8ig, .framer-XTx46 .framer-1a25acp, .framer-XTx46 .framer-p2k6uz, .framer-XTx46 .framer-10uve6y, .framer-XTx46 .framer-mkynu0, .framer-XTx46 .framer-1cq9i1m, .framer-XTx46 .framer-1ap0sj7, .framer-XTx46 .framer-g2ifgt, .framer-XTx46 .framer-1o9yqvs, .framer-XTx46 .framer-1c41714, .framer-XTx46 .framer-xdnwkp, .framer-XTx46 .framer-kdk7en, .framer-XTx46 .framer-13oyhdf, .framer-XTx46 .framer-17s9fd3, .framer-XTx46 .framer-1751ajw, .framer-XTx46 .framer-698xn5, .framer-XTx46 .framer-1rwxlia, .framer-XTx46 .framer-iwqckl, .framer-XTx46 .framer-emg3c0, .framer-XTx46 .framer-1yk5pn0, .framer-XTx46 .framer-uulf7u, .framer-XTx46 .framer-162dm7o, .framer-XTx46 .framer-q49dtq, .framer-XTx46 .framer-1eav9w2, .framer-XTx46 .framer-2sfjbq, .framer-XTx46 .framer-hxa0sp, .framer-XTx46 .framer-r8qtub, .framer-XTx46 .framer-113y3c1, .framer-XTx46 .framer-1vk0239, .framer-XTx46 .framer-1fbunpp, .framer-XTx46 .framer-k37ku2, .framer-XTx46 .framer-1xose9g, .framer-XTx46 .framer-ps4ie4, .framer-XTx46 .framer-lu96ts, .framer-XTx46 .framer-f7t6fu, .framer-XTx46 .framer-1wech1k, .framer-XTx46 .framer-1xfqqiz, .framer-XTx46 .framer-zoxce, .framer-XTx46 .framer-ux0nkq, .framer-XTx46 .framer-19datg8, .framer-XTx46 .framer-1ozthkn, .framer-XTx46 .framer-1xfzycy, .framer-XTx46 .framer-1h8kbn5, .framer-XTx46 .framer-qn6vlx, .framer-XTx46 .framer-1m4pii4, .framer-XTx46 .framer-11xchv, .framer-XTx46 .framer-t37yzt, .framer-XTx46 .framer-17z9l8u, .framer-XTx46 .framer-se5pqx, .framer-XTx46 .framer-ppy1fz, .framer-XTx46 .framer-m8ufpr, .framer-XTx46 .framer-1f2z3in, .framer-XTx46 .framer-lsv2zn, .framer-XTx46 .framer-1q4dyoc, .framer-XTx46 .framer-c719g7, .framer-XTx46 .framer-1sc2lzd, .framer-XTx46 .framer-6zn5li, .framer-XTx46 .framer-c39xnc, .framer-XTx46 .framer-5dmsi8, .framer-XTx46 .framer-k1cu7m, .framer-XTx46 .framer-1g1c3m9, .framer-XTx46 .framer-hkh8sx, .framer-XTx46 .framer-1iry7zu, .framer-XTx46 .framer-15maqfr, .framer-XTx46 .framer-qzeg02, .framer-XTx46 .framer-l31i64, .framer-XTx46 .framer-6ze4do, .framer-XTx46 .framer-1qg98n9, .framer-XTx46 .framer-1954yc0, .framer-XTx46 .framer-63xlfw, .framer-XTx46 .framer-bk5bmh, .framer-XTx46 .framer-nb9220, .framer-XTx46 .framer-pjlup, .framer-XTx46 .framer-djecsc, .framer-XTx46 .framer-1wkuhhr, .framer-XTx46 .framer-1sgtg0e, .framer-XTx46 .framer-l2rnvu, .framer-XTx46 .framer-152djvl, .framer-XTx46 .framer-1pl47t6, .framer-XTx46 .framer-17en9g2, .framer-XTx46 .framer-tl95k1, .framer-XTx46 .framer-vtmi4a, .framer-XTx46 .framer-1hw5zyq, .framer-XTx46 .framer-19lnfss, .framer-XTx46 .framer-kqdfuk, .framer-XTx46 .framer-pkcbyq, .framer-XTx46 .framer-1lhp7lu, .framer-XTx46 .framer-gpv7f4, .framer-XTx46 .framer-1pzdjyy, .framer-XTx46 .framer-1r3g3go, .framer-XTx46 .framer-7qiiwc, .framer-XTx46 .framer-jsoct5, .framer-XTx46 .framer-jc8v70, .framer-XTx46 .framer-219ek5, .framer-XTx46 .framer-9hmnx6, .framer-XTx46 .framer-1aob1zg, .framer-XTx46 .framer-19v6wyg, .framer-XTx46 .framer-z5fkae, .framer-XTx46 .framer-q9y3wy, .framer-XTx46 .framer-1l02neu, .framer-XTx46 .framer-1pepbmc, .framer-XTx46 .framer-zbytr4, .framer-XTx46 .framer-r6sj4t, .framer-XTx46 .framer-sdblef, .framer-XTx46 .framer-oupus, .framer-XTx46 .framer-1rs78dl, .framer-XTx46 .framer-1modrcz, .framer-XTx46 .framer-1jrv7ep, .framer-XTx46 .framer-zrkjxg { gap: 0px; } .framer-XTx46.framer-72rtr7 > *, .framer-XTx46 .framer-1h00ng3 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-XTx46.framer-72rtr7 > :first-child, .framer-XTx46 .framer-e006b9 > :first-child, .framer-XTx46 .framer-1xmfp64 > :first-child, .framer-XTx46 .framer-1fifjqb > :first-child, .framer-XTx46 .framer-5xyw5j > :first-child, .framer-XTx46 .framer-1dle68w > :first-child, .framer-XTx46 .framer-1h00ng3 > :first-child, .framer-XTx46 .framer-1jq7msv > :first-child, .framer-XTx46 .framer-eu8ig > :first-child, .framer-XTx46 .framer-p2k6uz > :first-child, .framer-XTx46 .framer-10uve6y > :first-child, .framer-XTx46 .framer-mkynu0 > :first-child, .framer-XTx46 .framer-1ap0sj7 > :first-child, .framer-XTx46 .framer-g2ifgt > :first-child, .framer-XTx46 .framer-1o9yqvs > :first-child, .framer-XTx46 .framer-xdnwkp > :first-child, .framer-XTx46 .framer-kdk7en > :first-child, .framer-XTx46 .framer-17s9fd3 > :first-child, .framer-XTx46 .framer-1751ajw > :first-child, .framer-XTx46 .framer-698xn5 > :first-child, .framer-XTx46 .framer-iwqckl > :first-child, .framer-XTx46 .framer-1yk5pn0 > :first-child, .framer-XTx46 .framer-162dm7o > :first-child, .framer-XTx46 .framer-q49dtq > :first-child, .framer-XTx46 .framer-1eav9w2 > :first-child, .framer-XTx46 .framer-2sfjbq > :first-child, .framer-XTx46 .framer-r8qtub > :first-child, .framer-XTx46 .framer-113y3c1 > :first-child, .framer-XTx46 .framer-1vk0239 > :first-child, .framer-XTx46 .framer-k37ku2 > :first-child, .framer-XTx46 .framer-1xose9g > :first-child, .framer-XTx46 .framer-ps4ie4 > :first-child, .framer-XTx46 .framer-f7t6fu > :first-child, .framer-XTx46 .framer-1wech1k > :first-child, .framer-XTx46 .framer-1xfqqiz > :first-child, .framer-XTx46 .framer-ux0nkq > :first-child, .framer-XTx46 .framer-19datg8 > :first-child, .framer-XTx46 .framer-1ozthkn > :first-child, .framer-XTx46 .framer-1xfzycy > :first-child, .framer-XTx46 .framer-11xchv > :first-child, .framer-XTx46 .framer-t37yzt > :first-child, .framer-XTx46 .framer-17z9l8u > :first-child, .framer-XTx46 .framer-se5pqx > :first-child, .framer-XTx46 .framer-m8ufpr > :first-child, .framer-XTx46 .framer-1f2z3in > :first-child, .framer-XTx46 .framer-lsv2zn > :first-child, .framer-XTx46 .framer-1q4dyoc > :first-child, .framer-XTx46 .framer-1sc2lzd > :first-child, .framer-XTx46 .framer-6zn5li > :first-child, .framer-XTx46 .framer-c39xnc > :first-child, .framer-XTx46 .framer-5dmsi8 > :first-child, .framer-XTx46 .framer-1g1c3m9 > :first-child, .framer-XTx46 .framer-hkh8sx > :first-child, .framer-XTx46 .framer-1iry7zu > :first-child, .framer-XTx46 .framer-15maqfr > :first-child, .framer-XTx46 .framer-qzeg02 > :first-child, .framer-XTx46 .framer-6ze4do > :first-child, .framer-XTx46 .framer-1qg98n9 > :first-child, .framer-XTx46 .framer-1954yc0 > :first-child, .framer-XTx46 .framer-63xlfw > :first-child, .framer-XTx46 .framer-nb9220 > :first-child, .framer-XTx46 .framer-djecsc > :first-child, .framer-XTx46 .framer-1wkuhhr > :first-child, .framer-XTx46 .framer-l2rnvu > :first-child, .framer-XTx46 .framer-152djvl > :first-child, .framer-XTx46 .framer-1pl47t6 > :first-child, .framer-XTx46 .framer-tl95k1 > :first-child, .framer-XTx46 .framer-vtmi4a > :first-child, .framer-XTx46 .framer-1hw5zyq > :first-child, .framer-XTx46 .framer-19lnfss > :first-child, .framer-XTx46 .framer-pkcbyq > :first-child, .framer-XTx46 .framer-1lhp7lu > :first-child, .framer-XTx46 .framer-gpv7f4 > :first-child, .framer-XTx46 .framer-7qiiwc > :first-child, .framer-XTx46 .framer-jsoct5 > :first-child, .framer-XTx46 .framer-219ek5 > :first-child, .framer-XTx46 .framer-1aob1zg > :first-child, .framer-XTx46 .framer-19v6wyg > :first-child, .framer-XTx46 .framer-z5fkae > :first-child, .framer-XTx46 .framer-1l02neu > :first-child, .framer-XTx46 .framer-1pepbmc > :first-child, .framer-XTx46 .framer-r6sj4t > :first-child, .framer-XTx46 .framer-sdblef > :first-child, .framer-XTx46 .framer-oupus > :first-child, .framer-XTx46 .framer-1rs78dl > :first-child { margin-top: 0px; } .framer-XTx46.framer-72rtr7 > :last-child, .framer-XTx46 .framer-e006b9 > :last-child, .framer-XTx46 .framer-1xmfp64 > :last-child, .framer-XTx46 .framer-1fifjqb > :last-child, .framer-XTx46 .framer-5xyw5j > :last-child, .framer-XTx46 .framer-1dle68w > :last-child, .framer-XTx46 .framer-1h00ng3 > :last-child, .framer-XTx46 .framer-1jq7msv > :last-child, .framer-XTx46 .framer-eu8ig > :last-child, .framer-XTx46 .framer-p2k6uz > :last-child, .framer-XTx46 .framer-10uve6y > :last-child, .framer-XTx46 .framer-mkynu0 > :last-child, .framer-XTx46 .framer-1ap0sj7 > :last-child, .framer-XTx46 .framer-g2ifgt > :last-child, .framer-XTx46 .framer-1o9yqvs > :last-child, .framer-XTx46 .framer-xdnwkp > :last-child, .framer-XTx46 .framer-kdk7en > :last-child, .framer-XTx46 .framer-17s9fd3 > :last-child, .framer-XTx46 .framer-1751ajw > :last-child, .framer-XTx46 .framer-698xn5 > :last-child, .framer-XTx46 .framer-iwqckl > :last-child, .framer-XTx46 .framer-1yk5pn0 > :last-child, .framer-XTx46 .framer-162dm7o > :last-child, .framer-XTx46 .framer-q49dtq > :last-child, .framer-XTx46 .framer-1eav9w2 > :last-child, .framer-XTx46 .framer-2sfjbq > :last-child, .framer-XTx46 .framer-r8qtub > :last-child, .framer-XTx46 .framer-113y3c1 > :last-child, .framer-XTx46 .framer-1vk0239 > :last-child, .framer-XTx46 .framer-k37ku2 > :last-child, .framer-XTx46 .framer-1xose9g > :last-child, .framer-XTx46 .framer-ps4ie4 > :last-child, .framer-XTx46 .framer-f7t6fu > :last-child, .framer-XTx46 .framer-1wech1k > :last-child, .framer-XTx46 .framer-1xfqqiz > :last-child, .framer-XTx46 .framer-ux0nkq > :last-child, .framer-XTx46 .framer-19datg8 > :last-child, .framer-XTx46 .framer-1ozthkn > :last-child, .framer-XTx46 .framer-1xfzycy > :last-child, .framer-XTx46 .framer-11xchv > :last-child, .framer-XTx46 .framer-t37yzt > :last-child, .framer-XTx46 .framer-17z9l8u > :last-child, .framer-XTx46 .framer-se5pqx > :last-child, .framer-XTx46 .framer-m8ufpr > :last-child, .framer-XTx46 .framer-1f2z3in > :last-child, .framer-XTx46 .framer-lsv2zn > :last-child, .framer-XTx46 .framer-1q4dyoc > :last-child, .framer-XTx46 .framer-1sc2lzd > :last-child, .framer-XTx46 .framer-6zn5li > :last-child, .framer-XTx46 .framer-c39xnc > :last-child, .framer-XTx46 .framer-5dmsi8 > :last-child, .framer-XTx46 .framer-1g1c3m9 > :last-child, .framer-XTx46 .framer-hkh8sx > :last-child, .framer-XTx46 .framer-1iry7zu > :last-child, .framer-XTx46 .framer-15maqfr > :last-child, .framer-XTx46 .framer-qzeg02 > :last-child, .framer-XTx46 .framer-6ze4do > :last-child, .framer-XTx46 .framer-1qg98n9 > :last-child, .framer-XTx46 .framer-1954yc0 > :last-child, .framer-XTx46 .framer-63xlfw > :last-child, .framer-XTx46 .framer-nb9220 > :last-child, .framer-XTx46 .framer-djecsc > :last-child, .framer-XTx46 .framer-1wkuhhr > :last-child, .framer-XTx46 .framer-l2rnvu > :last-child, .framer-XTx46 .framer-152djvl > :last-child, .framer-XTx46 .framer-1pl47t6 > :last-child, .framer-XTx46 .framer-tl95k1 > :last-child, .framer-XTx46 .framer-vtmi4a > :last-child, .framer-XTx46 .framer-1hw5zyq > :last-child, .framer-XTx46 .framer-19lnfss > :last-child, .framer-XTx46 .framer-pkcbyq > :last-child, .framer-XTx46 .framer-1lhp7lu > :last-child, .framer-XTx46 .framer-gpv7f4 > :last-child, .framer-XTx46 .framer-7qiiwc > :last-child, .framer-XTx46 .framer-jsoct5 > :last-child, .framer-XTx46 .framer-219ek5 > :last-child, .framer-XTx46 .framer-1aob1zg > :last-child, .framer-XTx46 .framer-19v6wyg > :last-child, .framer-XTx46 .framer-z5fkae > :last-child, .framer-XTx46 .framer-1l02neu > :last-child, .framer-XTx46 .framer-1pepbmc > :last-child, .framer-XTx46 .framer-r6sj4t > :last-child, .framer-XTx46 .framer-sdblef > :last-child, .framer-XTx46 .framer-oupus > :last-child, .framer-XTx46 .framer-1rs78dl > :last-child { margin-bottom: 0px; } .framer-XTx46 .framer-e006b9 > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-XTx46 .framer-1xmfp64 > *, .framer-XTx46 .framer-iwqckl > *, .framer-XTx46 .framer-162dm7o > *, .framer-XTx46 .framer-f7t6fu > *, .framer-XTx46 .framer-tl95k1 > *, .framer-XTx46 .framer-r6sj4t > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-XTx46 .framer-1fifjqb > * { margin: 0px; margin-bottom: calc(38px / 2); margin-top: calc(38px / 2); } .framer-XTx46 .framer-5xyw5j > * { margin: 0px; margin-bottom: calc(26px / 2); margin-top: calc(26px / 2); } .framer-XTx46 .framer-1dle68w > * { margin: 0px; margin-bottom: calc(34px / 2); margin-top: calc(34px / 2); } .framer-XTx46 .framer-1yftqk8 > *, .framer-XTx46 .framer-15nod7u > *, .framer-XTx46 .framer-1cq9i1m > *, .framer-XTx46 .framer-1c41714 > *, .framer-XTx46 .framer-13oyhdf > *, .framer-XTx46 .framer-1rwxlia > *, .framer-XTx46 .framer-emg3c0 > *, .framer-XTx46 .framer-hxa0sp > *, .framer-XTx46 .framer-1fbunpp > *, .framer-XTx46 .framer-lu96ts > *, .framer-XTx46 .framer-zoxce > *, .framer-XTx46 .framer-ppy1fz > *, .framer-XTx46 .framer-c719g7 > *, .framer-XTx46 .framer-k1cu7m > *, .framer-XTx46 .framer-l31i64 > *, .framer-XTx46 .framer-bk5bmh > *, .framer-XTx46 .framer-pjlup > *, .framer-XTx46 .framer-1sgtg0e > *, .framer-XTx46 .framer-17en9g2 > *, .framer-XTx46 .framer-kqdfuk > *, .framer-XTx46 .framer-1pzdjyy > *, .framer-XTx46 .framer-jc8v70 > *, .framer-XTx46 .framer-9hmnx6 > *, .framer-XTx46 .framer-q9y3wy > *, .framer-XTx46 .framer-1modrcz > *, .framer-XTx46 .framer-1jrv7ep > *, .framer-XTx46 .framer-zrkjxg > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-XTx46 .framer-1yftqk8 > :first-child, .framer-XTx46 .framer-1df8tgi > :first-child, .framer-XTx46 .framer-15nod7u > :first-child, .framer-XTx46 .framer-1a25acp > :first-child, .framer-XTx46 .framer-1cq9i1m > :first-child, .framer-XTx46 .framer-1c41714 > :first-child, .framer-XTx46 .framer-13oyhdf > :first-child, .framer-XTx46 .framer-1rwxlia > :first-child, .framer-XTx46 .framer-emg3c0 > :first-child, .framer-XTx46 .framer-uulf7u > :first-child, .framer-XTx46 .framer-hxa0sp > :first-child, .framer-XTx46 .framer-1fbunpp > :first-child, .framer-XTx46 .framer-lu96ts > :first-child, .framer-XTx46 .framer-zoxce > :first-child, .framer-XTx46 .framer-1h8kbn5 > :first-child, .framer-XTx46 .framer-qn6vlx > :first-child, .framer-XTx46 .framer-1m4pii4 > :first-child, .framer-XTx46 .framer-ppy1fz > :first-child, .framer-XTx46 .framer-c719g7 > :first-child, .framer-XTx46 .framer-k1cu7m > :first-child, .framer-XTx46 .framer-l31i64 > :first-child, .framer-XTx46 .framer-bk5bmh > :first-child, .framer-XTx46 .framer-pjlup > :first-child, .framer-XTx46 .framer-1sgtg0e > :first-child, .framer-XTx46 .framer-17en9g2 > :first-child, .framer-XTx46 .framer-kqdfuk > :first-child, .framer-XTx46 .framer-1pzdjyy > :first-child, .framer-XTx46 .framer-1r3g3go > :first-child, .framer-XTx46 .framer-jc8v70 > :first-child, .framer-XTx46 .framer-9hmnx6 > :first-child, .framer-XTx46 .framer-q9y3wy > :first-child, .framer-XTx46 .framer-zbytr4 > :first-child, .framer-XTx46 .framer-1modrcz > :first-child, .framer-XTx46 .framer-1jrv7ep > :first-child, .framer-XTx46 .framer-zrkjxg > :first-child { margin-left: 0px; } .framer-XTx46 .framer-1yftqk8 > :last-child, .framer-XTx46 .framer-1df8tgi > :last-child, .framer-XTx46 .framer-15nod7u > :last-child, .framer-XTx46 .framer-1a25acp > :last-child, .framer-XTx46 .framer-1cq9i1m > :last-child, .framer-XTx46 .framer-1c41714 > :last-child, .framer-XTx46 .framer-13oyhdf > :last-child, .framer-XTx46 .framer-1rwxlia > :last-child, .framer-XTx46 .framer-emg3c0 > :last-child, .framer-XTx46 .framer-uulf7u > :last-child, .framer-XTx46 .framer-hxa0sp > :last-child, .framer-XTx46 .framer-1fbunpp > :last-child, .framer-XTx46 .framer-lu96ts > :last-child, .framer-XTx46 .framer-zoxce > :last-child, .framer-XTx46 .framer-1h8kbn5 > :last-child, .framer-XTx46 .framer-qn6vlx > :last-child, .framer-XTx46 .framer-1m4pii4 > :last-child, .framer-XTx46 .framer-ppy1fz > :last-child, .framer-XTx46 .framer-c719g7 > :last-child, .framer-XTx46 .framer-k1cu7m > :last-child, .framer-XTx46 .framer-l31i64 > :last-child, .framer-XTx46 .framer-bk5bmh > :last-child, .framer-XTx46 .framer-pjlup > :last-child, .framer-XTx46 .framer-1sgtg0e > :last-child, .framer-XTx46 .framer-17en9g2 > :last-child, .framer-XTx46 .framer-kqdfuk > :last-child, .framer-XTx46 .framer-1pzdjyy > :last-child, .framer-XTx46 .framer-1r3g3go > :last-child, .framer-XTx46 .framer-jc8v70 > :last-child, .framer-XTx46 .framer-9hmnx6 > :last-child, .framer-XTx46 .framer-q9y3wy > :last-child, .framer-XTx46 .framer-zbytr4 > :last-child, .framer-XTx46 .framer-1modrcz > :last-child, .framer-XTx46 .framer-1jrv7ep > :last-child, .framer-XTx46 .framer-zrkjxg > :last-child { margin-right: 0px; } .framer-XTx46 .framer-1df8tgi > *, .framer-XTx46 .framer-1h8kbn5 > *, .framer-XTx46 .framer-qn6vlx > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-XTx46 .framer-1jq7msv > *, .framer-XTx46 .framer-1o9yqvs > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-XTx46 .framer-eu8ig > *, .framer-XTx46 .framer-1yk5pn0 > *, .framer-XTx46 .framer-113y3c1 > *, .framer-XTx46 .framer-1wech1k > *, .framer-XTx46 .framer-djecsc > *, .framer-XTx46 .framer-1hw5zyq > *, .framer-XTx46 .framer-1pepbmc > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-XTx46 .framer-1a25acp > *, .framer-XTx46 .framer-uulf7u > * { margin: 0px; margin-left: calc(84px / 2); margin-right: calc(84px / 2); } .framer-XTx46 .framer-p2k6uz > *, .framer-XTx46 .framer-10uve6y > *, .framer-XTx46 .framer-17s9fd3 > *, .framer-XTx46 .framer-1751ajw > *, .framer-XTx46 .framer-q49dtq > *, .framer-XTx46 .framer-1eav9w2 > *, .framer-XTx46 .framer-k37ku2 > *, .framer-XTx46 .framer-1xose9g > *, .framer-XTx46 .framer-19datg8 > *, .framer-XTx46 .framer-l2rnvu > *, .framer-XTx46 .framer-152djvl > *, .framer-XTx46 .framer-1lhp7lu > *, .framer-XTx46 .framer-19v6wyg > *, .framer-XTx46 .framer-sdblef > *, .framer-XTx46 .framer-oupus > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-XTx46 .framer-mkynu0 > *, .framer-XTx46 .framer-g2ifgt > *, .framer-XTx46 .framer-698xn5 > *, .framer-XTx46 .framer-2sfjbq > *, .framer-XTx46 .framer-ps4ie4 > *, .framer-XTx46 .framer-1ozthkn > *, .framer-XTx46 .framer-1pl47t6 > *, .framer-XTx46 .framer-gpv7f4 > *, .framer-XTx46 .framer-1rs78dl > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-XTx46 .framer-1ap0sj7 > * { margin: 0px; margin-bottom: calc(19px / 2); margin-top: calc(19px / 2); } .framer-XTx46 .framer-xdnwkp > * { margin: 0px; margin-bottom: calc(140px / 2); margin-top: calc(140px / 2); } .framer-XTx46 .framer-kdk7en > *, .framer-XTx46 .framer-1vk0239 > *, .framer-XTx46 .framer-1xfqqiz > *, .framer-XTx46 .framer-1wkuhhr > *, .framer-XTx46 .framer-19lnfss > *, .framer-XTx46 .framer-7qiiwc > * { margin: 0px; margin-bottom: calc(70px / 2); margin-top: calc(70px / 2); } .framer-XTx46 .framer-r8qtub > *, .framer-XTx46 .framer-11xchv > *, .framer-XTx46 .framer-hkh8sx > *, .framer-XTx46 .framer-jsoct5 > *, .framer-XTx46 .framer-1l02neu > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-XTx46 .framer-ux0nkq > *, .framer-XTx46 .framer-pkcbyq > *, .framer-XTx46 .framer-219ek5 > *, .framer-XTx46 .framer-1aob1zg > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-XTx46 .framer-1xfzycy > *, .framer-XTx46 .framer-vtmi4a > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-XTx46 .framer-1m4pii4 > *, .framer-XTx46 .framer-1r3g3go > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-XTx46 .framer-t37yzt > *, .framer-XTx46 .framer-1f2z3in > *, .framer-XTx46 .framer-6zn5li > *, .framer-XTx46 .framer-1iry7zu > *, .framer-XTx46 .framer-1qg98n9 > * { margin: 0px; margin-bottom: calc(22px / 2); margin-top: calc(22px / 2); } .framer-XTx46 .framer-17z9l8u > *, .framer-XTx46 .framer-se5pqx > *, .framer-XTx46 .framer-lsv2zn > *, .framer-XTx46 .framer-1q4dyoc > *, .framer-XTx46 .framer-c39xnc > *, .framer-XTx46 .framer-5dmsi8 > *, .framer-XTx46 .framer-15maqfr > *, .framer-XTx46 .framer-qzeg02 > *, .framer-XTx46 .framer-1954yc0 > *, .framer-XTx46 .framer-63xlfw > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-XTx46 .framer-m8ufpr > *, .framer-XTx46 .framer-1sc2lzd > *, .framer-XTx46 .framer-1g1c3m9 > *, .framer-XTx46 .framer-6ze4do > *, .framer-XTx46 .framer-nb9220 > * { margin: 0px; margin-bottom: calc(36px / 2); margin-top: calc(36px / 2); } .framer-XTx46 .framer-z5fkae > * { margin: 0px; margin-bottom: calc(3px / 2); margin-top: calc(3px / 2); } .framer-XTx46 .framer-zbytr4 > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,'.framer-XTx46[data-border=\"true\"]::after, .framer-XTx46 [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-XTx46.framer-72rtr7 { width: 1200px; } .framer-XTx46 .framer-1xmfp64, .framer-XTx46 .framer-1a25acp, .framer-XTx46 .framer-13oyhdf, .framer-XTx46 .framer-uulf7u, .framer-XTx46 .framer-1fbunpp, .framer-XTx46 .framer-zoxce, .framer-XTx46 .framer-1m4pii4, .framer-XTx46 .framer-1sgtg0e, .framer-XTx46 .framer-kqdfuk, .framer-XTx46 .framer-1r3g3go, .framer-XTx46 .framer-zbytr4 { padding: 0px 70px 0px 70px; } .framer-XTx46 .framer-d4ykwh { left: calc(30.583333333333357% - 445px / 2); width: 445px; } .framer-XTx46 .framer-1q617oj { left: calc(67.08333333333336% - 500px / 2); } .framer-XTx46 .framer-emg3c0 { min-height: 97px; } .framer-XTx46 .framer-6zn5li { height: 403px; } .framer-XTx46 .framer-hkh8sx { max-width: 406px; } .framer-XTx46 .framer-djecsc { height: 1089px; } .framer-XTx46 .framer-1jrv7ep { padding: 120px 70px 0px 70px; }}\",\"@media (min-width: 810px) and (max-width: 1199px) { .framer-XTx46.framer-72rtr7 { width: 810px; } .framer-XTx46 .framer-1xmfp64, .framer-XTx46 .framer-13oyhdf, .framer-XTx46 .framer-1fbunpp, .framer-XTx46 .framer-zoxce, .framer-XTx46 .framer-1sgtg0e, .framer-XTx46 .framer-kqdfuk { padding: 0px 50px 0px 50px; } .framer-XTx46 .framer-1a25acp { align-content: flex-start; align-items: flex-start; flex-direction: column; padding: 0px 50px 0px 50px; } .framer-XTx46 .framer-ccisfy-container, .framer-XTx46 .framer-coxtid-container, .framer-XTx46 .framer-1hb3fx3-container { flex: none; max-width: unset; order: 1; width: 100%; } .framer-XTx46 .framer-p2k6uz, .framer-XTx46 .framer-r6sj4t { flex: none; order: 0; width: 100%; } .framer-XTx46 .framer-d4ykwh { bottom: 19px; height: 70px; left: calc(64.07407407407409% - 404px / 2); width: 404px; } .framer-XTx46 .framer-1q617oj { bottom: 19px; height: 70px; left: calc(34.81481481481484% - 387px / 2); width: 387px; } .framer-XTx46 .framer-emg3c0 { min-height: 70px; } .framer-XTx46 .framer-uulf7u, .framer-XTx46 .framer-1m4pii4, .framer-XTx46 .framer-1r3g3go, .framer-XTx46 .framer-zbytr4 { flex-direction: column; padding: 0px 50px 0px 50px; } .framer-XTx46 .framer-162dm7o { flex: none; max-width: unset; order: 0; width: 100%; } .framer-XTx46 .framer-5swblh { grid-template-columns: repeat(2, minmax(50px, 1fr)); padding: 0px 50px 0px 50px; } .framer-XTx46 .framer-11xchv { flex: none; width: 100%; } .framer-XTx46 .framer-m8ufpr, .framer-XTx46 .framer-6ze4do, .framer-XTx46 .framer-nb9220 { max-width: 600px; } .framer-XTx46 .framer-hkh8sx { align-self: unset; flex: none; height: min-content; max-width: unset; width: 100%; } .framer-XTx46 .framer-1iry7zu, .framer-XTx46 .framer-1qg98n9 { flex: none; height: min-content; } .framer-XTx46 .framer-1hw5zyq { gap: 0px; } .framer-XTx46 .framer-19lnfss { height: 1040px; } .framer-XTx46 .framer-90x92n { order: 0; } .framer-XTx46 .framer-y9edzd { order: 1; } .framer-XTx46 .framer-1w384ob-container { align-self: unset; flex: none; width: 100%; } .framer-XTx46 .framer-1jrv7ep { padding: 120px 50px 0px 50px; } .framer-XTx46 .framer-1ae4at4 { height: var(--framer-aspect-ratio-supported, 56px); } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-XTx46 .framer-1a25acp, .framer-XTx46 .framer-uulf7u, .framer-XTx46 .framer-1m4pii4, .framer-XTx46 .framer-1hw5zyq, .framer-XTx46 .framer-1r3g3go, .framer-XTx46 .framer-zbytr4 { gap: 0px; } .framer-XTx46 .framer-1a25acp > *, .framer-XTx46 .framer-uulf7u > * { margin: 0px; margin-bottom: calc(84px / 2); margin-top: calc(84px / 2); } .framer-XTx46 .framer-1a25acp > :first-child, .framer-XTx46 .framer-uulf7u > :first-child, .framer-XTx46 .framer-1m4pii4 > :first-child, .framer-XTx46 .framer-1hw5zyq > :first-child, .framer-XTx46 .framer-1r3g3go > :first-child, .framer-XTx46 .framer-zbytr4 > :first-child { margin-top: 0px; } .framer-XTx46 .framer-1a25acp > :last-child, .framer-XTx46 .framer-uulf7u > :last-child, .framer-XTx46 .framer-1m4pii4 > :last-child, .framer-XTx46 .framer-1hw5zyq > :last-child, .framer-XTx46 .framer-1r3g3go > :last-child, .framer-XTx46 .framer-zbytr4 > :last-child { margin-bottom: 0px; } .framer-XTx46 .framer-1m4pii4 > *, .framer-XTx46 .framer-1r3g3go > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-XTx46 .framer-1hw5zyq > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-XTx46 .framer-zbytr4 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } }}\",\"@media (max-width: 809px) { .framer-XTx46.framer-72rtr7 { width: 390px; } .framer-XTx46 .framer-1hltwlr-container, .framer-XTx46 .framer-g2ifgt, .framer-XTx46 .framer-1xv40ez, .framer-XTx46 .framer-186ybh-container { order: 0; } .framer-XTx46 .framer-e006b9 { gap: 45px; order: 1; } .framer-XTx46 .framer-1xmfp64, .framer-XTx46 .framer-13oyhdf, .framer-XTx46 .framer-1fbunpp, .framer-XTx46 .framer-zoxce, .framer-XTx46 .framer-1sgtg0e { padding: 0px 30px 0px 30px; } .framer-XTx46 .framer-1fifjqb, .framer-XTx46 .framer-17s9fd3, .framer-XTx46 .framer-q49dtq, .framer-XTx46 .framer-k37ku2, .framer-XTx46 .framer-l2rnvu { max-width: 460px; } .framer-XTx46 .framer-15nod7u { flex-direction: column; justify-content: flex-end; left: 50%; min-width: 390px; order: 2; transform: translateX(-50%); width: min-content; } .framer-XTx46 .framer-kdzoja { left: calc(50.00000000000002% - 390px / 2); width: 390px; } .framer-XTx46 .framer-eu8ig { gap: 70px; order: 3; padding: 20px 0px 0px 0px; } .framer-XTx46 .framer-1a25acp { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 145px; padding: 0px 30px 0px 30px; } .framer-XTx46 .framer-ccisfy-container, .framer-XTx46 .framer-coxtid-container { flex: none; height: 340px; max-width: unset; order: 1; width: 100%; } .framer-XTx46 .framer-p2k6uz, .framer-XTx46 .framer-r6sj4t { flex: none; max-width: 460px; order: 0; width: 100%; } .framer-XTx46 .framer-mkynu0, .framer-XTx46 .framer-698xn5, .framer-XTx46 .framer-2sfjbq, .framer-XTx46 .framer-ps4ie4, .framer-XTx46 .framer-1ozthkn, .framer-XTx46 .framer-1pl47t6, .framer-XTx46 .framer-1rs78dl { gap: 3px; } .framer-XTx46 .framer-1ap0sj7 { gap: 0px; } .framer-XTx46 .framer-69klnx-container { bottom: -80px; left: 50%; order: 1; position: absolute; transform: translateX(-50%); z-index: 1; } .framer-XTx46 .framer-xdnwkp { gap: 72px; order: 4; padding: 70px 0px 0px 0px; } .framer-XTx46 .framer-kdk7en, .framer-XTx46 .framer-1vk0239, .framer-XTx46 .framer-1wkuhhr { gap: 60px; } .framer-XTx46 .framer-d4ykwh { height: 52px; left: calc(38.205128205128226% - 248px / 2); width: 248px; } .framer-XTx46 .framer-1q617oj { bottom: -8px; height: 52px; left: calc(61.53846153846156% - 248px / 2); width: 248px; } .framer-XTx46 .framer-emg3c0 { min-height: 30px; } .framer-XTx46 .framer-1yk5pn0 { gap: 70px; order: 5; } .framer-XTx46 .framer-uulf7u { flex-direction: column; gap: 70px; padding: 0px 30px 0px 30px; } .framer-XTx46 .framer-162dm7o { flex: none; gap: 40px; max-width: unset; order: 0; width: 100%; } .framer-XTx46 .framer-113y3c1 { gap: 70px; order: 6; padding: 70px 0px 0px 0px; } .framer-XTx46 .framer-5swblh { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; padding: 0px 30px 0px 30px; } .framer-XTx46 .framer-1iasw4f-container { align-self: unset; height: auto; order: 0; } .framer-XTx46 .framer-8zv4s7-container { align-self: unset; height: auto; order: 1; } .framer-XTx46 .framer-14zl1pr-container { align-self: unset; height: auto; order: 2; } .framer-XTx46 .framer-axw3yu-container { align-self: unset; height: auto; order: 3; } .framer-XTx46 .framer-17ll0cq-container { align-self: unset; height: auto; order: 4; } .framer-XTx46 .framer-20iq2o-container { align-self: unset; height: auto; order: 5; } .framer-XTx46 .framer-1wech1k { gap: 70px; order: 7; padding: 70px 0px 0px 0px; } .framer-XTx46 .framer-1xfqqiz { gap: 40px; } .framer-XTx46 .framer-qn6vlx { align-content: flex-start; align-items: flex-start; } .framer-XTx46 .framer-1m4pii4 { flex-direction: column; padding: 0px 30px 0px 30px; } .framer-XTx46 .framer-11xchv { flex: none; width: 100%; } .framer-XTx46 .framer-17z9l8u, .framer-XTx46 .framer-lsv2zn, .framer-XTx46 .framer-c39xnc, .framer-XTx46 .framer-15maqfr, .framer-XTx46 .framer-1954yc0 { max-width: 500px; } .framer-XTx46 .framer-mcdtz9 { grid-template-columns: repeat(1, minmax(50px, 1fr)); } .framer-XTx46 .framer-hkh8sx { align-self: unset; flex: none; height: min-content; max-width: unset; width: 100%; } .framer-XTx46 .framer-1iry7zu, .framer-XTx46 .framer-1qg98n9 { flex: none; height: min-content; } .framer-XTx46 .framer-djecsc { gap: 70px; order: 9; padding: 0px; } .framer-XTx46 .framer-1hw5zyq { gap: 31px; order: 10; padding: 12px 0px 12px 0px; } .framer-XTx46 .framer-bgik1p, .framer-XTx46 .framer-95nzve-container { order: 1; } .framer-XTx46 .framer-1pepbmc { gap: 70px; order: 11; } .framer-XTx46 .framer-zbytr4 { flex-direction: column; gap: 40px; padding: 0px 30px 0px 30px; } .framer-XTx46 .framer-1hb3fx3-container { flex: none; max-width: unset; order: 1; width: 100%; } .framer-XTx46 .framer-1jrv7ep { order: 13; padding: 80px 30px 0px 30px; } .framer-XTx46 .framer-zrkjxg { order: 14; padding: 80px 0px 0px 0px; } .framer-XTx46 .framer-8bz8u7-container { order: 15; } .framer-XTx46 .framer-1n49l9s-container { order: 16; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-XTx46 .framer-e006b9, .framer-XTx46 .framer-15nod7u, .framer-XTx46 .framer-eu8ig, .framer-XTx46 .framer-1a25acp, .framer-XTx46 .framer-mkynu0, .framer-XTx46 .framer-1ap0sj7, .framer-XTx46 .framer-xdnwkp, .framer-XTx46 .framer-kdk7en, .framer-XTx46 .framer-698xn5, .framer-XTx46 .framer-1yk5pn0, .framer-XTx46 .framer-uulf7u, .framer-XTx46 .framer-162dm7o, .framer-XTx46 .framer-2sfjbq, .framer-XTx46 .framer-113y3c1, .framer-XTx46 .framer-1vk0239, .framer-XTx46 .framer-ps4ie4, .framer-XTx46 .framer-5swblh, .framer-XTx46 .framer-1wech1k, .framer-XTx46 .framer-1xfqqiz, .framer-XTx46 .framer-1ozthkn, .framer-XTx46 .framer-1m4pii4, .framer-XTx46 .framer-djecsc, .framer-XTx46 .framer-1wkuhhr, .framer-XTx46 .framer-1pl47t6, .framer-XTx46 .framer-1hw5zyq, .framer-XTx46 .framer-1pepbmc, .framer-XTx46 .framer-zbytr4, .framer-XTx46 .framer-1rs78dl { gap: 0px; } .framer-XTx46 .framer-e006b9 > * { margin: 0px; margin-bottom: calc(45px / 2); margin-top: calc(45px / 2); } .framer-XTx46 .framer-e006b9 > :first-child, .framer-XTx46 .framer-15nod7u > :first-child, .framer-XTx46 .framer-eu8ig > :first-child, .framer-XTx46 .framer-1a25acp > :first-child, .framer-XTx46 .framer-mkynu0 > :first-child, .framer-XTx46 .framer-1ap0sj7 > :first-child, .framer-XTx46 .framer-xdnwkp > :first-child, .framer-XTx46 .framer-kdk7en > :first-child, .framer-XTx46 .framer-698xn5 > :first-child, .framer-XTx46 .framer-1yk5pn0 > :first-child, .framer-XTx46 .framer-uulf7u > :first-child, .framer-XTx46 .framer-162dm7o > :first-child, .framer-XTx46 .framer-2sfjbq > :first-child, .framer-XTx46 .framer-113y3c1 > :first-child, .framer-XTx46 .framer-1vk0239 > :first-child, .framer-XTx46 .framer-ps4ie4 > :first-child, .framer-XTx46 .framer-5swblh > :first-child, .framer-XTx46 .framer-1wech1k > :first-child, .framer-XTx46 .framer-1xfqqiz > :first-child, .framer-XTx46 .framer-1ozthkn > :first-child, .framer-XTx46 .framer-1m4pii4 > :first-child, .framer-XTx46 .framer-djecsc > :first-child, .framer-XTx46 .framer-1wkuhhr > :first-child, .framer-XTx46 .framer-1pl47t6 > :first-child, .framer-XTx46 .framer-1hw5zyq > :first-child, .framer-XTx46 .framer-1pepbmc > :first-child, .framer-XTx46 .framer-zbytr4 > :first-child, .framer-XTx46 .framer-1rs78dl > :first-child { margin-top: 0px; } .framer-XTx46 .framer-e006b9 > :last-child, .framer-XTx46 .framer-15nod7u > :last-child, .framer-XTx46 .framer-eu8ig > :last-child, .framer-XTx46 .framer-1a25acp > :last-child, .framer-XTx46 .framer-mkynu0 > :last-child, .framer-XTx46 .framer-1ap0sj7 > :last-child, .framer-XTx46 .framer-xdnwkp > :last-child, .framer-XTx46 .framer-kdk7en > :last-child, .framer-XTx46 .framer-698xn5 > :last-child, .framer-XTx46 .framer-1yk5pn0 > :last-child, .framer-XTx46 .framer-uulf7u > :last-child, .framer-XTx46 .framer-162dm7o > :last-child, .framer-XTx46 .framer-2sfjbq > :last-child, .framer-XTx46 .framer-113y3c1 > :last-child, .framer-XTx46 .framer-1vk0239 > :last-child, .framer-XTx46 .framer-ps4ie4 > :last-child, .framer-XTx46 .framer-5swblh > :last-child, .framer-XTx46 .framer-1wech1k > :last-child, .framer-XTx46 .framer-1xfqqiz > :last-child, .framer-XTx46 .framer-1ozthkn > :last-child, .framer-XTx46 .framer-1m4pii4 > :last-child, .framer-XTx46 .framer-djecsc > :last-child, .framer-XTx46 .framer-1wkuhhr > :last-child, .framer-XTx46 .framer-1pl47t6 > :last-child, .framer-XTx46 .framer-1hw5zyq > :last-child, .framer-XTx46 .framer-1pepbmc > :last-child, .framer-XTx46 .framer-zbytr4 > :last-child, .framer-XTx46 .framer-1rs78dl > :last-child { margin-bottom: 0px; } .framer-XTx46 .framer-15nod7u > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-XTx46 .framer-eu8ig > *, .framer-XTx46 .framer-1yk5pn0 > *, .framer-XTx46 .framer-uulf7u > *, .framer-XTx46 .framer-113y3c1 > *, .framer-XTx46 .framer-1wech1k > *, .framer-XTx46 .framer-djecsc > *, .framer-XTx46 .framer-1pepbmc > * { margin: 0px; margin-bottom: calc(70px / 2); margin-top: calc(70px / 2); } .framer-XTx46 .framer-1a25acp > * { margin: 0px; margin-bottom: calc(145px / 2); margin-top: calc(145px / 2); } .framer-XTx46 .framer-mkynu0 > *, .framer-XTx46 .framer-698xn5 > *, .framer-XTx46 .framer-2sfjbq > *, .framer-XTx46 .framer-ps4ie4 > *, .framer-XTx46 .framer-1ozthkn > *, .framer-XTx46 .framer-1pl47t6 > *, .framer-XTx46 .framer-1rs78dl > * { margin: 0px; margin-bottom: calc(3px / 2); margin-top: calc(3px / 2); } .framer-XTx46 .framer-1ap0sj7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-XTx46 .framer-xdnwkp > * { margin: 0px; margin-bottom: calc(72px / 2); margin-top: calc(72px / 2); } .framer-XTx46 .framer-kdk7en > *, .framer-XTx46 .framer-1vk0239 > *, .framer-XTx46 .framer-1wkuhhr > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-XTx46 .framer-162dm7o > *, .framer-XTx46 .framer-1xfqqiz > *, .framer-XTx46 .framer-zbytr4 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-XTx46 .framer-5swblh > *, .framer-XTx46 .framer-1m4pii4 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-XTx46 .framer-1hw5zyq > * { margin: 0px; margin-bottom: calc(31px / 2); margin-top: calc(31px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 12394\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"euNp7MUYv\":{\"layout\":[\"fixed\",\"auto\"]},\"nWzKj3W9V\":{\"layout\":[\"fixed\",\"auto\"]},\"QvtLBAi1h\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"tIMLpB5Xx\":{\"pattern\":\":tIMLpB5Xx\",\"name\":\"faq\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-XTx46\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:12394,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:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhS2f3ZGMZpg.woff2\",weight:\"400\"}]},...NavigationNavBarFonts,...TagPrimaryTagFonts,...ButtonPrimaryButtonFonts,...CardAboutCardFonts,...InteractiveComponentsTextPointFonts,...CardConsultationCardFonts,...TickerFonts,...SlideshowFonts,...BottomVectorFonts,...CardProcessCardFonts,...CardFeatureCardFonts,...ButtonTagButtonFonts,...CardShowcaseCardFonts,...CardPricingCardFonts,...TagPrimaryTag3Fonts,...CardPricingCard2Fonts,...FAQFAQFonts,...NavigationCTAFonts,...NavigationFooterFonts,...BlurGradientFonts,...SmoothScrollFonts,...InteractiveComponentsCursorFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerResponsiveScreen\":\"\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1440\",\"framerIntrinsicHeight\":\"12394\",\"framerScrollSections\":\"{\\\"tIMLpB5Xx\\\":{\\\"pattern\\\":\\\":tIMLpB5Xx\\\",\\\"name\\\":\\\"faq\\\"}}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"euNp7MUYv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nWzKj3W9V\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"QvtLBAi1h\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["noopReturn", "t", "e", "t", "velocityPerSecond", "calcBezier", "t", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "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", "i", "h", "u", "f", "l", "g", "glide", "c", "d", "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", "supportsAcceleratedAnimations", "Ticker", "props", "slots", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "speed", "hoverFactor", "direction", "alignment", "sizingOptions", "fadeOptions", "style", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "widthType", "heightType", "paddingValue", "isCanvas", "RenderTarget", "filteredSlots", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "W", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "childrenStyles", "initialResize", "ue", "frame", "resize", "contentSize", "child", "index", "_child_props", "_child_props1", "_child_props2", "_child_props3", "ref", "p", "LayoutGroup", "q", "i", "childIndex", "_child_props4", "_child_props5", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "isInView", "useInView", "useAnimationFrame", "t", "delta", "wrap", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "isBrowser", "usePageVisibility", "isVisible", "setIsVisible", "ye", "ue", "onVisibilityChange", "OPACITY_0", "awaitRefCallback", "element", "controller", "refCallbackResolve", "refCallbackPromise", "resolve", "reject", "current", "node", "Slideshow", "props", "slots", "startFrom", "direction", "effectsOptions", "autoPlayControl", "dragControl", "alignment", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "itemAmount", "fadeOptions", "intervalControl", "transitionControl", "arrowOptions", "borderRadius", "progressOptions", "style", "effectsOpacity", "effectsScale", "effectsRotate", "effectsPerspective", "effectsHover", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "showMouseControls", "arrowSize", "arrowRadius", "arrowFill", "leftArrow", "rightArrow", "arrowShouldSpace", "arrowShouldFadeIn", "arrowPosition", "arrowPadding", "arrowGap", "arrowPaddingTop", "arrowPaddingRight", "arrowPaddingBottom", "arrowPaddingLeft", "showProgressDots", "dotSize", "dotsInset", "dotsRadius", "dotsPadding", "dotsGap", "dotsFill", "dotsBackground", "dotsActiveOpacity", "dotsOpacity", "dotsBlur", "paddingValue", "isCanvas", "RenderTarget", "filteredSlots", "hasChildren", "j", "isHorizontal", "isInverted", "u", "placeholderStyles", "p", "emojiStyles", "titleStyles", "subtitleStyles", "parentRef", "pe", "childrenRef", "se", "index", "timeoutRef", "size", "setSize", "ye", "isHovering", "setIsHovering", "shouldPlayOnHover", "setShouldPlayOnHover", "isMouseDown", "setIsMouseDown", "isResizing", "setIsResizing", "dupedChildren", "duplicateBy", "measure", "te", "firstChild", "lastChild", "parentLength", "start", "childrenLength", "itemSize", "itemWidth", "itemHeight", "viewportLength", "window", "Z", "scheduleMeasure", "frame", "fe", "initialResize", "ue", "resize", "contentSize", "timer", "totalItems", "childrenSize", "itemWithGap", "itemOffset", "currentItem", "setCurrentItem", "isDragging", "setIsDragging", "visibilityRef", "isInView", "useInView", "isVisible", "usePageVisibility", "factor", "xOrY", "useMotionValue", "canvasPosition", "newPosition", "wrappedValue", "useTransform", "value", "wrapped", "wrap", "wrappedIndex", "wrappedIndexInverted", "switchPages", "animate", "setDelta", "delta", "setPage", "currentItemWrapped", "currentItemWrappedInvert", "goto", "gotoInverted", "handleDragStart", "handleDragEnd", "event", "offset", "velocity", "offsetXorY", "velocityThreshold", "velocityXorY", "isHalfOfNext", "isHalfOfPrev", "normalizedOffset", "itemDelta", "itemDeltaFromOne", "childCounter", "columnOrRowValue", "child", "childIndex", "ref", "Slide", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "dots", "dotsBlurStyle", "i", "Dot", "dotStyle", "baseButtonStyles", "dragProps", "arrowHasTop", "arrowHasBottom", "arrowHasLeft", "arrowHasRight", "arrowHasMid", "containerStyle", "motion", "controlsStyles", "dotsContainerStyle", "addPropertyControls", "ControlType", "num", "min", "max", "Y", "_child_props", "_child_props1", "slideKey", "width", "height", "numChildren", "effects", "isLast", "childOffset", "scrollRange", "val", "rotateY", "rotateX", "opacity", "scale", "originXorY", "latest", "newValue", "_ref_current", "visibility", "mix", "LayoutGroup", "q", "selectedOpacity", "total", "buttonStyle", "isSelected", "inlinePadding", "top", "bottom", "right", "left", "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", "ButtonPrimaryButtonFonts", "GNvaONxX6_default", "TagPrimaryTagFonts", "IHYC0Q7Lw_default", "PhosphorControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "numberToPixelString", "value", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "description", "height", "icon", "id", "padding", "tag1", "tag2", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "MDnAmdwHw", "qXT0C0aT_", "AHckVUVc2", "SJcnl68zs", "Wnju1oxF1", "gYnJmHWHb", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "router", "useRouter", "LayoutGroup", "u", "Image2", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "ResolveLinks", "resolvedLinks", "getLoadingLazyAtYPosition", "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", "x", "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", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "highlight", "id", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "rQKAY6456", "KS7KLFqN8", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "RichText2", "css", "FramerdMzndKMgd", "withCSS", "dMzndKMgd_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", "x", "humanReadableVariantMap", "getProps", "bGImage", "bodyText", "height", "id", "tag1", "tag2", "tagTitle", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "If6UZHgBW", "z27LqGa7Y", "OqcRYKG92", "fRIbntgRe", "QNNDIysFU", "OAaP7YEbm", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "ComponentViewportProvider", "css", "FramerDzWG2ePx4", "withCSS", "DzWG2ePx4_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "PhosphorFonts", "getFonts", "Icon", "TagPrimaryTagFonts", "IHYC0Q7Lw_default", "InteractiveComponentsTextPointFonts", "B_S7DoEbq_default", "ButtonPrimaryButtonFonts", "GNvaONxX6_default", "PhosphorControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "description", "height", "icon", "id", "package1", "point1", "point2", "point3", "point4", "point5", "popular", "price", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "AGgey1c2L", "FRMGpPdr0", "hZ9mp4c80", "krMX3EMwD", "WGjoDS5Cd", "zJ1LMuqcm", "sT0LhqPqn", "UG7l7uZLm", "o_OgtVIi1", "lTppHd9C8", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "bqg6PxBGM11sfx13", "args", "scopingClassNames", "cx", "router", "useRouter", "isDisplayed", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "ResolveLinks", "resolvedLinks", "Image2", "getLoadingLazyAtYPosition", "css", "FramerEexv2Tnqn", "withCSS", "Eexv2Tnqn_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "SVG", "css", "Framereh32DLd2H", "withCSS", "eh32DLd2H_default", "addFonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "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", "x", "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", "RichText2", "css", "FrameroumKcYECI", "withCSS", "oumKcYECI_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "highlight", "id", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "rQKAY6456", "KS7KLFqN8", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "RichText2", "css", "FramerpTo8vXLi1", "withCSS", "pTo8vXLi1_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "border", "height", "id", "link", "newTab", "smoothScroll", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "dlVBgpKLv", "YVFZiszrG", "GT109pdEG", "AL_NU982V", "SD1BGlGhK", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "RichText2", "css", "Framerpu7xUrufG", "withCSS", "pu7xUrufG_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "text", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "zVrcbqAY4", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "SVG", "RichText2", "css", "Frameru_74Mk7OP", "withCSS", "u_74Mk7OP_default", "addPropertyControls", "ControlType", "addFonts", "PhosphorFonts", "getFonts", "Icon", "TagPrimaryTag2Fonts", "pTo8vXLi1_default", "TagDualTitleTagFonts", "oumKcYECI_default", "InteractiveComponentsTextPoint2Fonts", "u_74Mk7OP_default", "ButtonPrimaryButton2Fonts", "pu7xUrufG_default", "PhosphorControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "description", "discount", "duration", "height", "icon", "id", "package1", "point1", "point2", "point3", "point4", "point5", "popular", "price", "projectsLimit", "revisions", "suffix", "suffix1", "width", "props", "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", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "router", "useRouter", "isDisplayed2", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "RichText2", "ResolveLinks", "resolvedLinks", "css", "Framert4N0b851y", "withCSS", "t4N0b851y_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "link", "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", "RichText2", "css", "FramerVDDwKFmWB", "withCSS", "VDDwKFmWB_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "NavigationNavBarFonts", "getFonts", "VBcFpApnc_default", "TagPrimaryTagFonts", "IHYC0Q7Lw_default", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "RichTextWithOptimizedAppearEffect", "RichText2", "ButtonPrimaryButtonFonts", "GNvaONxX6_default", "MotionDivWithOptimizedAppearEffect", "motion", "CardAboutCardFonts", "ms2G8Wp92_default", "InteractiveComponentsTextPointFonts", "B_S7DoEbq_default", "CardConsultationCardFonts", "DzWG2ePx4_default", "TickerFonts", "Ticker", "SlideshowFonts", "Slideshow", "MotionDivWithFX", "withFX", "BottomVectorFonts", "eh32DLd2H_default", "CardProcessCardFonts", "b8qvm_XpH_default", "ContainerWithFX", "CardFeatureCardFonts", "aVNCbnCZn_default", "ButtonTagButtonFonts", "VDDwKFmWB_default", "CardShowcaseCardFonts", "CSWLbcLN4_default", "CardPricingCardFonts", "Eexv2Tnqn_default", "TagPrimaryTag3Fonts", "dMzndKMgd_default", "CardPricingCard2Fonts", "t4N0b851y_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", "animation3", "transition3", "textEffect", "transition4", "animation4", "transition5", "animation5", "transformTemplate1", "_", "addImageAlt", "image", "alt", "textEffect1", "textEffect2", "animation6", "transition6", "transition7", "animation7", "transition8", "animation8", "animation9", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "transition9", "cursor", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "router", "useRouter", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "elementId", "useRouteElementId", "ref1", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "PropertyOverrides2", "x", "resolvedLinks1", "resolvedLinks2", "Image2", "getLoadingLazyAtYPosition", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "SVG", "resolvedLinks7", "resolvedLinks8", "resolvedLinks9", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
