{
  "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/PPJd5Tivq6I2Z6teyHgP/kmYt6FLcF7932QsckwTI/ATNsf4v2A.js", "ssg:https://framerusercontent.com/modules/cGzFVG5TMRNIqIEV6uj3/TQt8Oc5h0gc6IetoqZeG/iNtPILyqN.js", "ssg:https://framerusercontent.com/modules/mjV1Ac67df5aw0eCxVNz/dzV3sUlY8aPPbhruZUxf/c2vDGllnk.js", "ssg:https://framerusercontent.com/modules/ePQrezqlf9yLEa2ZKXZ2/CY1tzXqS4LTX7OXbQK9a/GlyTVUGYC.js", "ssg:https://framerusercontent.com/modules/eN2VTcEGYpjzcHaxqPXn/pQvUvuqBw30ACifHHLi4/oivARVzbj.js", "ssg:https://framerusercontent.com/modules/t3d0hEd4jrKVGEkofOAM/LTG7SZmrzf1fQJeSBKxH/xXc7_oNpp.js", "ssg:https://framerusercontent.com/modules/oNu2Heiqkky1gs65tG2P/WnaHtRRssjW8uPFgexls/KagMRysR8.js", "ssg:https://framerusercontent.com/modules/n9TjnHifxF1yZLiUBCnc/umLkQ4z9gTUzGC9KZvbH/W6ZeRX9Q2.js", "ssg:https://framerusercontent.com/modules/wHZ4TYvDdZVP4WX4sKyd/tB7b97KxgpLVk2PPmzYJ/ca8CfB077.js", "ssg:https://framerusercontent.com/modules/07zGZtgjlA1Qscc6ujJY/3OhOsrmku8OKGlNR19At/Nr8HhFAW4.js", "ssg:https://framerusercontent.com/modules/zwCPrE9dKGCOBt0cASUt/5aj9r8VxSvbi044YS9CE/cq2bHvtQe.js", "ssg:https://framerusercontent.com/modules/j6fBIHsVDpNLeqkh8UBZ/zLylqeiI7GOVO1pu3wFi/I7CMomD99.js", "ssg:https://framerusercontent.com/modules/nzhZcOTLr2O6ujL60ags/sRPZL74l6Q0Ts8GPddn7/EujNNCgIC.js", "ssg:https://framerusercontent.com/modules/rR01uiY4iKezUV0SvjnW/jxpNLLRs8g6it8uPS7G0/kuee8hS6V.js", "ssg:https://framerusercontent.com/modules/4YsjyJEpATlOhJqXmTwy/4FDOmoEsqEvScjBMyIsn/eWCV_MazW.js", "ssg:https://framerusercontent.com/modules/gz1URlkFazlrVGs9cxcY/4dQqqdutRJzdPcGaDpkj/HbneG8Ngj.js", "ssg:https://framerusercontent.com/modules/3dKSI8sjuTJUCnQ8VUBv/n9puTFHCsh7y0tgMFm15/g18z8BVPj.js", "ssg:https://framerusercontent.com/modules/pYUAbqUpD8uFwViyEd3G/tq28QElZ7UvYUQoNBLGc/Ik2zaTp9F.js", "ssg:https://framerusercontent.com/modules/94LS3fKMVWThFkO2E95M/TXsrGfXlJmskLTTFXNvw/LKiFl9RBI.js", "ssg:https://framerusercontent.com/modules/siuFbZTvo32mqsWRT5x8/qJQsRlW9NwjlS8ceIVSi/ptuWJBq_n.js", "ssg:https://framerusercontent.com/modules/mwz7ZbY5HGYEEnhuTwiI/I2scy3JYkAXYzjOgPweR/NvbzJc_q_.js", "ssg:https://framerusercontent.com/modules/cSAqdUHYjG34r8Uo3Tjx/TKQmk5w3I1ZhsSe3u8O8/qUDnQqkBz.js", "ssg:https://framerusercontent.com/modules/mPDewLFK6I8hQC1vXrJR/6CcMfGaL7JQOVfsxb0dg/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", "// Generated by Framer (552ec80)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js\";const TickerFonts=getFonts(Ticker);const serializationHash=\"framer-s9mGE\";const variantClassNames={uyE2JYvAU:\"framer-v-3e8njp\"};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={delay:0,duration:.4,ease:[.62,.01,.38,.98],type:\"tween\"};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,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{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"uyE2JYvAU\",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-3e8njp\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"uyE2JYvAU\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1q1v6ck-container\",layoutDependency:layoutDependency,layoutId:\"TLZkCCqU8-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:70,height:\"100%\",hoverFactor:1,id:\"TLZkCCqU8\",layoutId:\"TLZkCCqU8\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-fnyxjn\",layoutDependency:layoutDependency,layoutId:\"NkcXywtRX\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:307.5,intrinsicWidth:1134,pixelHeight:615,pixelWidth:2268,sizes:\"100px\",src:\"https://framerusercontent.com/images/UQTRIhYRjdWfRKIIwLaMl0IiyoA.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/UQTRIhYRjdWfRKIIwLaMl0IiyoA.png?scale-down-to=512 512w,https://framerusercontent.com/images/UQTRIhYRjdWfRKIIwLaMl0IiyoA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/UQTRIhYRjdWfRKIIwLaMl0IiyoA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/UQTRIhYRjdWfRKIIwLaMl0IiyoA.png 2268w\"},className:\"framer-jm1mee\",\"data-framer-name\":\"4\",layoutDependency:layoutDependency,layoutId:\"eNO1klI4l\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-b70xqt\",layoutDependency:layoutDependency,layoutId:\"bmhbkO72V\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1408.5,intrinsicWidth:5208.5,pixelHeight:2817,pixelWidth:10417,sizes:\"90px\",src:\"https://framerusercontent.com/images/DMtGGk4kQe0mPKTnmjRXEqm6r0A.png\",srcSet:\"https://framerusercontent.com/images/DMtGGk4kQe0mPKTnmjRXEqm6r0A.png?scale-down-to=512 512w,https://framerusercontent.com/images/DMtGGk4kQe0mPKTnmjRXEqm6r0A.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/DMtGGk4kQe0mPKTnmjRXEqm6r0A.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/DMtGGk4kQe0mPKTnmjRXEqm6r0A.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/DMtGGk4kQe0mPKTnmjRXEqm6r0A.png 10417w\"},className:\"framer-rmq7ox\",\"data-framer-name\":\"6\",layoutDependency:layoutDependency,layoutId:\"vpMGiD5zH\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-45f6w9\",layoutDependency:layoutDependency,layoutId:\"ZLz48qI2_\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:347.5,intrinsicWidth:1260.5,pixelHeight:695,pixelWidth:2521,sizes:\"100px\",src:\"https://framerusercontent.com/images/j2SqKCK54WaqMCcpGwvvIJY.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/j2SqKCK54WaqMCcpGwvvIJY.png?scale-down-to=512 512w,https://framerusercontent.com/images/j2SqKCK54WaqMCcpGwvvIJY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/j2SqKCK54WaqMCcpGwvvIJY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/j2SqKCK54WaqMCcpGwvvIJY.png 2521w\"},className:\"framer-zcqh03\",\"data-framer-name\":\"5\",layoutDependency:layoutDependency,layoutId:\"VS_6DBW26\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nhhvmj\",layoutDependency:layoutDependency,layoutId:\"PMWp_dFzy\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:144,intrinsicWidth:1280,pixelHeight:288,pixelWidth:2560,sizes:\"100px\",src:\"https://framerusercontent.com/images/PFzbTCvdU9XoJng2VGbGGRu1MT0.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/PFzbTCvdU9XoJng2VGbGGRu1MT0.png?scale-down-to=512 512w,https://framerusercontent.com/images/PFzbTCvdU9XoJng2VGbGGRu1MT0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/PFzbTCvdU9XoJng2VGbGGRu1MT0.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/PFzbTCvdU9XoJng2VGbGGRu1MT0.png 2560w\"},className:\"framer-4m046b\",\"data-framer-name\":\"3\",layoutDependency:layoutDependency,layoutId:\"Vb2EaHtyM\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-m9axvo\",layoutDependency:layoutDependency,layoutId:\"a32RQF2Lv\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:123,intrinsicWidth:593.5,pixelHeight:246,pixelWidth:1187,sizes:\"100px\",src:\"https://framerusercontent.com/images/4rJY2n8BtuPQaxEz9bkF3aeAx3M.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/4rJY2n8BtuPQaxEz9bkF3aeAx3M.png?scale-down-to=512 512w,https://framerusercontent.com/images/4rJY2n8BtuPQaxEz9bkF3aeAx3M.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4rJY2n8BtuPQaxEz9bkF3aeAx3M.png 1187w\"},className:\"framer-1flftx8\",\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"tUszmTeMP\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yubtoq\",layoutDependency:layoutDependency,layoutId:\"OGeSEnQ9t\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:400,intrinsicWidth:1826,pixelHeight:800,pixelWidth:3652,sizes:\"100px\",src:\"https://framerusercontent.com/images/Ct7Xaxlhd9bQVxfbMAV2uLWMBqw.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/Ct7Xaxlhd9bQVxfbMAV2uLWMBqw.png?scale-down-to=512 512w,https://framerusercontent.com/images/Ct7Xaxlhd9bQVxfbMAV2uLWMBqw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Ct7Xaxlhd9bQVxfbMAV2uLWMBqw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/Ct7Xaxlhd9bQVxfbMAV2uLWMBqw.png 3652w\"},className:\"framer-n4eqru\",\"data-framer-name\":\"2\",layoutDependency:layoutDependency,layoutId:\"bShxZsCvD\"})})],speed:30,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-s9mGE.framer-teui1l, .framer-s9mGE .framer-teui1l { display: block; }\",\".framer-s9mGE.framer-3e8njp { height: 66px; position: relative; width: 1040px; }\",\".framer-s9mGE .framer-1q1v6ck-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-s9mGE .framer-fnyxjn { height: 27px; overflow: hidden; position: relative; width: 100px; }\",\".framer-s9mGE .framer-jm1mee { aspect-ratio: 3.6878048780487807 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 27px); left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-s9mGE .framer-b70xqt { height: 25px; overflow: hidden; position: relative; width: 90px; }\",\".framer-s9mGE .framer-rmq7ox { aspect-ratio: 3.697905573304934 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 25px); left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-s9mGE .framer-45f6w9 { height: 28px; overflow: hidden; position: relative; width: 100px; }\",\".framer-s9mGE .framer-zcqh03 { aspect-ratio: 3.627338129496403 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 28px); left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-s9mGE .framer-1nhhvmj { height: 12px; overflow: hidden; position: relative; width: 100px; }\",\".framer-s9mGE .framer-4m046b { aspect-ratio: 8.88888888888889 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 12px); left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-s9mGE .framer-m9axvo { height: 21px; overflow: hidden; position: relative; width: 100px; }\",\".framer-s9mGE .framer-1flftx8 { aspect-ratio: 4.82520325203252 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 21px); left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-s9mGE .framer-1yubtoq { height: 22px; overflow: hidden; position: relative; width: 100px; }\",\".framer-s9mGE .framer-n4eqru { aspect-ratio: 4.565 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 22px); left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 66\n * @framerIntrinsicWidth 1040\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerATNsf4v2A=withCSS(Component,css,\"framer-s9mGE\");export default FramerATNsf4v2A;FramerATNsf4v2A.displayName=\"Unsere Partner\";FramerATNsf4v2A.defaultProps={height:66,width:1040};addFonts(FramerATNsf4v2A,[{explicitInter:true,fonts:[]},...TickerFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerATNsf4v2A\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"66\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1040\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ATNsf4v2A.map", "// Generated by Framer (f318921)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const MotionDivWithFX=withFX(motion.div);const enabledGestures={foVu7J0D8:{hover:true,pressed:true}};const cycleOrder=[\"foVu7J0D8\",\"i4QEKJuFw\",\"thwtwxN9X\",\"ibyNzlV4w\",\"IqAsdKYwY\"];const serializationHash=\"framer-HmnCp\";const variantClassNames={foVu7J0D8:\"framer-v-1h12kyq\",i4QEKJuFw:\"framer-v-1er7twf\",ibyNzlV4w:\"framer-v-16rlxvp\",IqAsdKYwY:\"framer-v-ufmzo8\",thwtwxN9X:\"framer-v-p9cycw\"};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={delay:0,duration:.2,ease:[.44,0,.56,1],type:\"tween\"};const transition2={delay:0,duration:1,ease:[0,0,1,1],type:\"tween\"};const animation={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;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={Default:\"foVu7J0D8\",Disabled:\"thwtwxN9X\",Error:\"IqAsdKYwY\",Loading:\"i4QEKJuFw\",Success:\"ibyNzlV4w\"};const getProps=({height,id,text,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,AJEDie39b:(_ref=text!==null&&text!==void 0?text:props.AJEDie39b)!==null&&_ref!==void 0?_ref:\"Nachricht senden\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"foVu7J0D8\"};};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,AJEDie39b,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"foVu7J0D8\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppearkl388y=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"foVu7J0D8\"),2500);});useOnVariantChange(baseVariant,{IqAsdKYwY:onAppearkl388y});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"i4QEKJuFw\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"i4QEKJuFw\")return true;return false;};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__*/_jsxs(motion.button,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1h12kyq\",className,classNames),\"data-framer-name\":\"Default\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"foVu7J0D8\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-707ae75a-ddd9-4dc1-b6b0-78a10c1b2223, rgb(51, 198, 171))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,opacity:1,...style},variants:{\"foVu7J0D8-hover\":{backgroundColor:\"rgb(141, 235, 217)\"},\"foVu7J0D8-pressed\":{backgroundColor:\"rgb(38, 158, 136)\"},IqAsdKYwY:{backgroundColor:\"rgba(255, 34, 68, 0.15)\"},thwtwxN9X:{opacity:.5}},...addPropertyOverrides({\"foVu7J0D8-hover\":{\"data-framer-name\":undefined},\"foVu7J0D8-pressed\":{\"data-framer-name\":undefined},i4QEKJuFw:{\"data-framer-name\":\"Loading\"},ibyNzlV4w:{\"data-framer-name\":\"Success\"},IqAsdKYwY:{\"data-framer-name\":\"Error\",\"data-highlight\":true},thwtwxN9X:{\"data-framer-name\":\"Disabled\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-50f24d87-96a0-4385-9785-727217dabb35, rgb(4, 5, 8)))\"},children:\"Send message\"})}),className:\"framer-ula7nu\",fonts:[\"FS;General Sans-semibold\"],layoutDependency:layoutDependency,layoutId:\"mGHpLAlez\",style:{\"--extracted-r6o4lv\":\"var(--token-50f24d87-96a0-4385-9785-727217dabb35, rgb(4, 5, 8))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:AJEDie39b,variants:{IqAsdKYwY:{\"--extracted-r6o4lv\":\"rgb(255, 34, 68)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ibyNzlV4w:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-50f24d87-96a0-4385-9785-727217dabb35, rgb(4, 5, 8)))\"},children:\"Thank you\"})}),fonts:[\"Inter-SemiBold\"],text:undefined},IqAsdKYwY:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 34, 68))\"},children:\"Error!\"})}),fonts:[\"Inter-SemiBold\"],text:undefined}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ugfn2o\",\"data-framer-name\":\"Spinner\",layoutDependency:layoutDependency,layoutId:\"ffHCDPtSL\",style:{mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1z12dz9\",\"data-framer-name\":\"Conic\",layoutDependency:layoutDependency,layoutId:\"UWL0COHyq\",style:{background:'conic-gradient(from 0deg at 50% 50%, rgba(255, 255, 255, 0) 7.208614864864882deg, var(--token-50f24d87-96a0-4385-9785-727217dabb35, rgb(4, 5, 8)) /* {\"name\":\"Background 2\"} */ 342deg)',mask:\"none\",WebkitMask:\"none\"},variants:{i4QEKJuFw:{mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xs1d1m\",\"data-framer-name\":\"Rounding\",layoutDependency:layoutDependency,layoutId:\"fwJaZmakb\",style:{backgroundColor:\"var(--token-707ae75a-ddd9-4dc1-b6b0-78a10c1b2223, rgb(51, 198, 171))\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1},transformTemplate:transformTemplate1})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-HmnCp.framer-1dvcp8w, .framer-HmnCp .framer-1dvcp8w { display: block; }\",\".framer-HmnCp.framer-1h12kyq { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 44px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 240px; }\",\".framer-HmnCp .framer-ula7nu { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-HmnCp .framer-1ugfn2o { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); overflow: hidden; position: relative; width: 20px; }\",\".framer-HmnCp .framer-1z12dz9 { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-HmnCp .framer-1xs1d1m { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 2px); left: 50%; overflow: visible; position: absolute; top: 0px; width: 2px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-HmnCp.framer-1h12kyq { gap: 0px; } .framer-HmnCp.framer-1h12kyq > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-HmnCp.framer-1h12kyq > :first-child { margin-left: 0px; } .framer-HmnCp.framer-1h12kyq > :last-child { margin-right: 0px; } }\",\".framer-HmnCp.framer-v-1er7twf.framer-1h12kyq, .framer-HmnCp.framer-v-p9cycw.framer-1h12kyq, .framer-HmnCp.framer-v-16rlxvp.framer-1h12kyq, .framer-HmnCp.framer-v-ufmzo8.framer-1h12kyq { cursor: unset; }\",\".framer-HmnCp.framer-v-1er7twf .framer-1z12dz9 { overflow: hidden; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 44\n * @framerIntrinsicWidth 240\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"i4QEKJuFw\":{\"layout\":[\"fixed\",\"fixed\"]},\"thwtwxN9X\":{\"layout\":[\"fixed\",\"fixed\"]},\"ibyNzlV4w\":{\"layout\":[\"fixed\",\"fixed\"]},\"IqAsdKYwY\":{\"layout\":[\"fixed\",\"fixed\"]},\"twpz_1Qe0\":{\"layout\":[\"fixed\",\"fixed\"]},\"ukgQJ9Uf4\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"AJEDie39b\":\"text\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameriNtPILyqN=withCSS(Component,css,\"framer-HmnCp\");export default FrameriNtPILyqN;FrameriNtPILyqN.displayName=\"Buttons/Forms\";FrameriNtPILyqN.defaultProps={height:44,width:240};addPropertyControls(FrameriNtPILyqN,{variant:{options:[\"foVu7J0D8\",\"i4QEKJuFw\",\"thwtwxN9X\",\"ibyNzlV4w\",\"IqAsdKYwY\"],optionTitles:[\"Default\",\"Loading\",\"Disabled\",\"Success\",\"Error\"],title:\"Variant\",type:ControlType.Enum},AJEDie39b:{defaultValue:\"Nachricht senden\",displayTextArea:false,title:\"Text\",type:ControlType.String}});addFonts(FrameriNtPILyqN,[{explicitInter:true,fonts:[{family:\"General Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/K46YRH762FH3QJ25IQM3VAXAKCHEXXW4/ISLWQPUZHZF33LRIOTBMFOJL57GBGQ4B/3ZLMEXZEQPLTEPMHTQDAUXP5ZZXCZAEN.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameriNtPILyqN\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"AJEDie39b\\\":\\\"text\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"240\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"44\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"i4QEKJuFw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"thwtwxN9X\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ibyNzlV4w\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"IqAsdKYwY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"twpz_1Qe0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ukgQJ9Uf4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./iNtPILyqN.map", "// Generated by Framer (01933e6)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,FormBooleanInput,FormContainer,FormPlainTextInput,getFonts,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import ButtonsForms from\"https://framerusercontent.com/modules/cGzFVG5TMRNIqIEV6uj3/TQt8Oc5h0gc6IetoqZeG/iNtPILyqN.js\";const ButtonsFormsFonts=getFonts(ButtonsForms);const serializationHash=\"framer-uhi1H\";const variantClassNames={a36PtpFe8:\"framer-v-1k12zb0\"};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:500,type:\"spring\"};const formVariants=(form,variants,currentVariant)=>{switch(form.state){case\"success\":var _variants_success;return(_variants_success=variants.success)!==null&&_variants_success!==void 0?_variants_success:currentVariant;case\"pending\":var _variants_pending;return(_variants_pending=variants.pending)!==null&&_variants_pending!==void 0?_variants_pending:currentVariant;case\"error\":var _variants_error;return(_variants_error=variants.error)!==null&&_variants_error!==void 0?_variants_error:currentVariant;case\"incomplete\":var _variants_incomplete;return(_variants_incomplete=variants.incomplete)!==null&&_variants_incomplete!==void 0?_variants_incomplete:currentVariant;}};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,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{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"a36PtpFe8\",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-1k12zb0\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"a36PtpFe8\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsx(FormContainer,{action:\"https://api.framer.com/forms/v1/forms/fb56630b-de45-4106-a8aa-2ff515a2016e/submit\",className:\"framer-1apn1x5\",layoutDependency:layoutDependency,layoutId:\"jA3vW8DZ_\",redirectUrl:{webPageId:\"augiA20Il\"},children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-bxxnt0\",layoutDependency:layoutDependency,layoutId:\"JPEWWfEw2\",children:[/*#__PURE__*/_jsxs(motion.label,{className:\"framer-l4fevk\",layoutDependency:layoutDependency,layoutId:\"UQh6elhlV\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(245, 246, 250)))\"},children:\"Name\"})}),className:\"framer-kal29z\",fonts:[\"FS;General Sans-medium\"],layoutDependency:layoutDependency,layoutId:\"DDU5xmg63\",style:{\"--extracted-r6o4lv\":\"var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(245, 246, 250))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1s0yazv\",inputName:\"Name\",layoutDependency:layoutDependency,layoutId:\"GTUDkuVXX\",placeholder:\"Max Mustermann\",required:true,style:{\"--framer-input-background\":\"var(--token-4407ed63-6e67-45c4-9c45-a8190c608d0e, rgb(15, 17, 28))\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(102, 102, 102, 0.35))\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"8px\",\"--framer-input-border-radius-bottom-right\":\"8px\",\"--framer-input-border-radius-top-left\":\"8px\",\"--framer-input-border-radius-top-right\":\"8px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(245, 246, 250))\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"var(--token-cbb7caed-278d-4ab5-a4f8-c99fc32230b9, rgba(245, 246, 250, 0.7))\"},type:\"text\"})]}),/*#__PURE__*/_jsxs(motion.label,{className:\"framer-sd1f2i\",layoutDependency:layoutDependency,layoutId:\"R4GvlLJQp\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(245, 246, 250)))\"},children:\"Email\"})}),className:\"framer-1w0tgfw\",fonts:[\"FS;General Sans-medium\"],layoutDependency:layoutDependency,layoutId:\"rJKTOjuE9\",style:{\"--extracted-r6o4lv\":\"var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(245, 246, 250))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-4m6dwz\",inputName:\"Email\",layoutDependency:layoutDependency,layoutId:\"ug8VDlBFA\",placeholder:\"max@email.com\",required:true,style:{\"--framer-input-background\":\"var(--token-4407ed63-6e67-45c4-9c45-a8190c608d0e, rgb(15, 17, 28))\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(102, 102, 102, 0.35))\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"8px\",\"--framer-input-border-radius-bottom-right\":\"8px\",\"--framer-input-border-radius-top-left\":\"8px\",\"--framer-input-border-radius-top-right\":\"8px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(245, 246, 250))\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"var(--token-cbb7caed-278d-4ab5-a4f8-c99fc32230b9, rgba(245, 246, 250, 0.7))\"},type:\"email\"})]})]}),/*#__PURE__*/_jsxs(motion.label,{className:\"framer-akk1kg\",layoutDependency:layoutDependency,layoutId:\"wGfoIMfHf\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(245, 246, 250)))\"},children:\"Message\"})}),className:\"framer-rh1z62\",fonts:[\"FS;General Sans-medium\"],layoutDependency:layoutDependency,layoutId:\"byikfp78V\",style:{\"--extracted-r6o4lv\":\"var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(245, 246, 250))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-xqepb4\",inputName:\"Nachricht\",layoutDependency:layoutDependency,layoutId:\"AZC5rVNc0\",placeholder:\"Hallo!\",required:true,style:{\"--framer-input-background\":\"var(--token-4407ed63-6e67-45c4-9c45-a8190c608d0e, rgb(15, 17, 28))\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(102, 102, 102, 0.35))\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"8px\",\"--framer-input-border-radius-bottom-right\":\"8px\",\"--framer-input-border-radius-top-left\":\"8px\",\"--framer-input-border-radius-top-right\":\"8px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(245, 246, 250))\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"var(--token-cbb7caed-278d-4ab5-a4f8-c99fc32230b9, rgba(245, 246, 250, 0.7))\"},type:\"textarea\"})]}),/*#__PURE__*/_jsxs(motion.label,{className:\"framer-1hiwnk5\",layoutDependency:layoutDependency,layoutId:\"NQz3X5xNX\",children:[/*#__PURE__*/_jsx(FormBooleanInput,{className:\"framer-xsx0kc\",defaultChecked:false,inputName:\"Newsletter\",layoutDependency:layoutDependency,layoutId:\"iDM4Ylw3u\",style:{\"--framer-input-background\":\"var(--token-4407ed63-6e67-45c4-9c45-a8190c608d0e, rgb(15, 17, 28))\",\"--framer-input-boolean-checked-background\":\"var(--token-4407ed63-6e67-45c4-9c45-a8190c608d0e, rgb(15, 17, 28))\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(102, 102, 102, 0.35))\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"4px\",\"--framer-input-border-radius-bottom-right\":\"4px\",\"--framer-input-border-radius-top-left\":\"4px\",\"--framer-input-border-radius-top-right\":\"4px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-icon-color\":\"var(--token-a6d5dd9a-2e4c-4de9-8382-c1e386e1868d, rgb(246, 247, 249))\"},type:\"checkbox\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(245, 246, 250)))\"},children:\"Newsletter abonnieren\"})}),className:\"framer-b6d1s3\",fonts:[\"FS;General Sans-medium\"],layoutDependency:layoutDependency,layoutId:\"QA1QhvvLv\",style:{\"--extracted-r6o4lv\":\"var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(245, 246, 250))\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px)`,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-176l4pu-container\",layoutDependency:layoutDependency,layoutId:\"zY9ozl_FE-container\",children:/*#__PURE__*/_jsx(ButtonsForms,{AJEDie39b:\"Nachricht senden\",height:\"100%\",id:\"zY9ozl_FE\",layoutId:\"zY9ozl_FE\",style:{height:\"100%\",width:\"100%\"},type:\"submit\",variant:formVariants(formState,{error:\"IqAsdKYwY\",pending:\"i4QEKJuFw\",success:\"ibyNzlV4w\"},\"foVu7J0D8\"),width:\"100%\"})})})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-uhi1H.framer-1rcei9b, .framer-uhi1H .framer-1rcei9b { display: block; }\",\".framer-uhi1H.framer-1k12zb0 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 584px; }\",\".framer-uhi1H .framer-1apn1x5 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-uhi1H .framer-bxxnt0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-uhi1H .framer-l4fevk, .framer-uhi1H .framer-sd1f2i { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",\".framer-uhi1H .framer-kal29z, .framer-uhi1H .framer-1w0tgfw, .framer-uhi1H .framer-rh1z62, .framer-uhi1H .framer-b6d1s3 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",'.framer-uhi1H .framer-1s0yazv, .framer-uhi1H .framer-4m6dwz { --framer-input-focused-border-color: var(--token-cbb7caed-278d-4ab5-a4f8-c99fc32230b9, rgba(245, 246, 250, 0.7)); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-family: \"General Sans\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 400; --framer-input-padding: 12px; flex: none; height: 40px; position: relative; width: 100%; }',\".framer-uhi1H .framer-akk1kg { 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: flex-start; padding: 0px; position: relative; width: 100%; }\",'.framer-uhi1H .framer-xqepb4 { --framer-input-focused-border-color: var(--token-cbb7caed-278d-4ab5-a4f8-c99fc32230b9, rgba(245, 246, 250, 0.7)); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-family: \"General Sans\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 400; --framer-input-padding: 12px; --framer-input-wrapper-height: auto; --framer-textarea-resize: vertical; flex: none; height: auto; min-height: 200px; position: relative; width: 100%; }',\".framer-uhi1H .framer-1hiwnk5 { 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; padding: 0px; position: relative; width: 100%; }\",\".framer-uhi1H .framer-xsx0kc { --framer-input-focused-border-color: var(--token-cbb7caed-278d-4ab5-a4f8-c99fc32230b9, rgba(245, 246, 250, 0.7)); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); position: relative; width: 16px; }\",\".framer-uhi1H .framer-176l4pu-container { flex: none; height: 44px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-uhi1H.framer-1k12zb0, .framer-uhi1H .framer-1apn1x5, .framer-uhi1H .framer-bxxnt0, .framer-uhi1H .framer-l4fevk, .framer-uhi1H .framer-sd1f2i, .framer-uhi1H .framer-akk1kg, .framer-uhi1H .framer-1hiwnk5 { gap: 0px; } .framer-uhi1H.framer-1k12zb0 > *, .framer-uhi1H .framer-1hiwnk5 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-uhi1H.framer-1k12zb0 > :first-child, .framer-uhi1H .framer-bxxnt0 > :first-child, .framer-uhi1H .framer-1hiwnk5 > :first-child { margin-left: 0px; } .framer-uhi1H.framer-1k12zb0 > :last-child, .framer-uhi1H .framer-bxxnt0 > :last-child, .framer-uhi1H .framer-1hiwnk5 > :last-child { margin-right: 0px; } .framer-uhi1H .framer-1apn1x5 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-uhi1H .framer-1apn1x5 > :first-child, .framer-uhi1H .framer-l4fevk > :first-child, .framer-uhi1H .framer-sd1f2i > :first-child, .framer-uhi1H .framer-akk1kg > :first-child { margin-top: 0px; } .framer-uhi1H .framer-1apn1x5 > :last-child, .framer-uhi1H .framer-l4fevk > :last-child, .framer-uhi1H .framer-sd1f2i > :last-child, .framer-uhi1H .framer-akk1kg > :last-child { margin-bottom: 0px; } .framer-uhi1H .framer-bxxnt0 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-uhi1H .framer-l4fevk > *, .framer-uhi1H .framer-sd1f2i > *, .framer-uhi1H .framer-akk1kg > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 397\n * @framerIntrinsicWidth 584\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerc2vDGllnk=withCSS(Component,css,\"framer-uhi1H\");export default Framerc2vDGllnk;Framerc2vDGllnk.displayName=\"Contact form\";Framerc2vDGllnk.defaultProps={height:397,width:584};addFonts(Framerc2vDGllnk,[{explicitInter:true,fonts:[{family:\"General Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/3RZHWSNONLLWJK3RLPEKUZOMM56GO4LJ/BPDRY7AHVI3MCDXXVXTQQ76H3UXA63S3/SB2OEB6IKZPRR6JT4GFJ2TFT6HBB6AZN.woff2\",weight:\"500\"},{family:\"General Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/MFQT7HFGCR2L5ULQTW6YXYZXXHMPKLJ3/YWQ244D6TACUX5JBKATPOW5I5MGJ3G73/7YY3ZAAE3TRV2LANYOLXNHTPHLXVWTKH.woff2\",weight:\"400\"}]},...ButtonsFormsFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerc2vDGllnk\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"397\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"584\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./c2vDGllnk.map", "// Generated by Framer (d2515d1)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;General Sans-regular\",\"FS;General Sans-bold\",\"FS;General Sans-bold italic\",\"FS;General Sans-italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"General Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/MFQT7HFGCR2L5ULQTW6YXYZXXHMPKLJ3/YWQ244D6TACUX5JBKATPOW5I5MGJ3G73/7YY3ZAAE3TRV2LANYOLXNHTPHLXVWTKH.woff2\",weight:\"400\"},{family:\"General Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/KWXO5X3YW4X7OLUMPO4X24HQJGJU7E2Q/VOWUQZS3YLP66ZHPTXAFSH6YACY4WJHT/NIQ54PVBBIWVK3PFSOIOUJSXIJ5WTNDP.woff2\",weight:\"700\"},{family:\"General Sans\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/IZAMKIKJNFHYAA4XTXOGUSQUJWNXQHPE/2S5HU7TKNAV6MHTRNU2NPZD7U4OT6VKE/HCZ5OQRTYQOAVSHRS6UOFWUZ5CGI6JRO.woff2\",weight:\"700\"},{family:\"General Sans\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/GQOITZI54NH6HDBP26XAMQYTXB4JQ3NQ/VY7SXNCPHYFLQTOFY72GM4OZTBH62U2D/AHPLTG2YASI4OYLGJV4CF3P25VBHPK5X.woff2\",weight:\"400\"}]}];export const css=['.framer-SsNNO .framer-styles-preset-2n86c8:not(.rich-text-wrapper), .framer-SsNNO .framer-styles-preset-2n86c8.rich-text-wrapper p { --framer-font-family: \"General Sans\", \"General Sans Placeholder\", sans-serif; --framer-font-family-bold: \"General Sans\", \"General Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"General Sans\", \"General Sans Placeholder\", sans-serif; --framer-font-family-italic: \"General Sans\", \"General Sans Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-cbb7caed-278d-4ab5-a4f8-c99fc32230b9, rgba(245, 246, 250, 0.7)); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-SsNNO .framer-styles-preset-2n86c8:not(.rich-text-wrapper), .framer-SsNNO .framer-styles-preset-2n86c8.rich-text-wrapper p { --framer-font-family: \"General Sans\", \"General Sans Placeholder\", sans-serif; --framer-font-family-bold: \"General Sans\", \"General Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"General Sans\", \"General Sans Placeholder\", sans-serif; --framer-font-family-italic: \"General Sans\", \"General Sans Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-cbb7caed-278d-4ab5-a4f8-c99fc32230b9, rgba(245, 246, 250, 0.7)); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-SsNNO .framer-styles-preset-2n86c8:not(.rich-text-wrapper), .framer-SsNNO .framer-styles-preset-2n86c8.rich-text-wrapper p { --framer-font-family: \"General Sans\", \"General Sans Placeholder\", sans-serif; --framer-font-family-bold: \"General Sans\", \"General Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"General Sans\", \"General Sans Placeholder\", sans-serif; --framer-font-family-italic: \"General Sans\", \"General Sans Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 12px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-cbb7caed-278d-4ab5-a4f8-c99fc32230b9, rgba(245, 246, 250, 0.7)); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-SsNNO\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"FS;General Sans-medium\",\"FS;General Sans-bold\",\"FS;General Sans-bold italic\",\"FS;General Sans-medium italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"General Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/3RZHWSNONLLWJK3RLPEKUZOMM56GO4LJ/BPDRY7AHVI3MCDXXVXTQQ76H3UXA63S3/SB2OEB6IKZPRR6JT4GFJ2TFT6HBB6AZN.woff2\",weight:\"500\"},{family:\"General Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/KWXO5X3YW4X7OLUMPO4X24HQJGJU7E2Q/VOWUQZS3YLP66ZHPTXAFSH6YACY4WJHT/NIQ54PVBBIWVK3PFSOIOUJSXIJ5WTNDP.woff2\",weight:\"700\"},{family:\"General Sans\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/IZAMKIKJNFHYAA4XTXOGUSQUJWNXQHPE/2S5HU7TKNAV6MHTRNU2NPZD7U4OT6VKE/HCZ5OQRTYQOAVSHRS6UOFWUZ5CGI6JRO.woff2\",weight:\"700\"},{family:\"General Sans\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/ST6AL2GVQRSWVDOXZNSHY2SMWYYSVFEK/WJ26NN5JS6IPLBXEKX7WHB7HACXDTAKH/H7W54QQR2V6KL5KMDA2PD2KSQRCZHPRE.woff2\",weight:\"500\"}]}];export const css=['.framer-JGIVC .framer-styles-preset-1eh69ky:not(.rich-text-wrapper), .framer-JGIVC .framer-styles-preset-1eh69ky.rich-text-wrapper h4 { --framer-font-family: \"General Sans\", \"General Sans Placeholder\", sans-serif; --framer-font-family-bold: \"General Sans\", \"General Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"General Sans\", \"General Sans Placeholder\", sans-serif; --framer-font-family-italic: \"General Sans\", \"General Sans Placeholder\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, #f5f6fa); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-JGIVC .framer-styles-preset-1eh69ky:not(.rich-text-wrapper), .framer-JGIVC .framer-styles-preset-1eh69ky.rich-text-wrapper h4 { --framer-font-family: \"General Sans\", \"General Sans Placeholder\", sans-serif; --framer-font-family-bold: \"General Sans\", \"General Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"General Sans\", \"General Sans Placeholder\", sans-serif; --framer-font-family-italic: \"General Sans\", \"General Sans Placeholder\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, #f5f6fa); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-JGIVC .framer-styles-preset-1eh69ky:not(.rich-text-wrapper), .framer-JGIVC .framer-styles-preset-1eh69ky.rich-text-wrapper h4 { --framer-font-family: \"General Sans\", \"General Sans Placeholder\", sans-serif; --framer-font-family-bold: \"General Sans\", \"General Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"General Sans\", \"General Sans Placeholder\", sans-serif; --framer-font-family-italic: \"General Sans\", \"General Sans Placeholder\", sans-serif; --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-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, #f5f6fa); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-JGIVC\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (8857874)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;General Sans-regular\",\"FS;General Sans-bold\",\"FS;General Sans-bold italic\",\"FS;General Sans-italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"General Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/MFQT7HFGCR2L5ULQTW6YXYZXXHMPKLJ3/YWQ244D6TACUX5JBKATPOW5I5MGJ3G73/7YY3ZAAE3TRV2LANYOLXNHTPHLXVWTKH.woff2\",weight:\"400\"},{family:\"General Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/KWXO5X3YW4X7OLUMPO4X24HQJGJU7E2Q/VOWUQZS3YLP66ZHPTXAFSH6YACY4WJHT/NIQ54PVBBIWVK3PFSOIOUJSXIJ5WTNDP.woff2\",weight:\"700\"},{family:\"General Sans\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/IZAMKIKJNFHYAA4XTXOGUSQUJWNXQHPE/2S5HU7TKNAV6MHTRNU2NPZD7U4OT6VKE/HCZ5OQRTYQOAVSHRS6UOFWUZ5CGI6JRO.woff2\",weight:\"700\"},{family:\"General Sans\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/GQOITZI54NH6HDBP26XAMQYTXB4JQ3NQ/VY7SXNCPHYFLQTOFY72GM4OZTBH62U2D/AHPLTG2YASI4OYLGJV4CF3P25VBHPK5X.woff2\",weight:\"400\"}]}];export const css=['.framer-WyviK .framer-styles-preset-1cp8ffw:not(.rich-text-wrapper), .framer-WyviK .framer-styles-preset-1cp8ffw.rich-text-wrapper p { --framer-font-family: \"General Sans\", \"General Sans Placeholder\", sans-serif; --framer-font-family-bold: \"General Sans\", \"General Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"General Sans\", \"General Sans Placeholder\", sans-serif; --framer-font-family-italic: \"General Sans\", \"General Sans Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-cbb7caed-278d-4ab5-a4f8-c99fc32230b9, rgba(245, 246, 250, 0.7)); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-WyviK .framer-styles-preset-1cp8ffw:not(.rich-text-wrapper), .framer-WyviK .framer-styles-preset-1cp8ffw.rich-text-wrapper p { --framer-font-family: \"General Sans\", \"General Sans Placeholder\", sans-serif; --framer-font-family-bold: \"General Sans\", \"General Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"General Sans\", \"General Sans Placeholder\", sans-serif; --framer-font-family-italic: \"General Sans\", \"General 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-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-cbb7caed-278d-4ab5-a4f8-c99fc32230b9, rgba(245, 246, 250, 0.7)); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-WyviK .framer-styles-preset-1cp8ffw:not(.rich-text-wrapper), .framer-WyviK .framer-styles-preset-1cp8ffw.rich-text-wrapper p { --framer-font-family: \"General Sans\", \"General Sans Placeholder\", sans-serif; --framer-font-family-bold: \"General Sans\", \"General Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"General Sans\", \"General Sans Placeholder\", sans-serif; --framer-font-family-italic: \"General Sans\", \"General Sans Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-cbb7caed-278d-4ab5-a4f8-c99fc32230b9, rgba(245, 246, 250, 0.7)); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-WyviK\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (a4439fa)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,Link,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const PhosphorControls=getPropertyControls(Phosphor);const enabledGestures={v7dfvLRUx:{hover:true}};const cycleOrder=[\"v7dfvLRUx\"];const serializationHash=\"framer-slix2\";const variantClassNames={v7dfvLRUx:\"framer-v-1l46mii\"};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:400,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({height,icon,id,link,width,...props})=>{var _ref;return{...props,NGYfh7jQz:link!==null&&link!==void 0?link:props.NGYfh7jQz,QXneoqfsb:(_ref=icon!==null&&icon!==void 0?icon:props.QXneoqfsb)!==null&&_ref!==void 0?_ref:\"House\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,QXneoqfsb,NGYfh7jQz,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"v7dfvLRUx\",enabledGestures,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(Link,{href:NGYfh7jQz,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{...restProps,\"aria-label\":\"Icon button\",className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1l46mii\",className,classNames)} framer-1w9higk`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"v7dfvLRUx\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"v7dfvLRUx-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-5kkjhu-container\",layoutDependency:layoutDependency,layoutId:\"JshjKKYZt-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(245, 246, 250))\",height:\"100%\",iconSearch:\"House\",iconSelection:QXneoqfsb,id:\"JshjKKYZt\",layoutId:\"JshjKKYZt\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"light\",width:\"100%\",...addPropertyOverrides({\"v7dfvLRUx-hover\":{color:\"var(--token-707ae75a-ddd9-4dc1-b6b0-78a10c1b2223, rgb(51, 198, 171))\"}},baseVariant,gestureVariant)})})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-slix2.framer-1w9higk, .framer-slix2 .framer-1w9higk { display: block; }\",\".framer-slix2.framer-1l46mii { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100px; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 100px; }\",\".framer-slix2 .framer-5kkjhu-container { flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-slix2.framer-1l46mii { gap: 0px; } .framer-slix2.framer-1l46mii > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-slix2.framer-1l46mii > :first-child { margin-left: 0px; } .framer-slix2.framer-1l46mii > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 100\n * @framerIntrinsicWidth 100\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"OEpxhEKF0\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"QXneoqfsb\":\"icon\",\"NGYfh7jQz\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerKagMRysR8=withCSS(Component,css,\"framer-slix2\");export default FramerKagMRysR8;FramerKagMRysR8.displayName=\"Buttons/Icon\";FramerKagMRysR8.defaultProps={height:100,width:100};addPropertyControls(FramerKagMRysR8,{QXneoqfsb:(PhosphorControls===null||PhosphorControls===void 0?void 0:PhosphorControls[\"iconSelection\"])&&{...PhosphorControls[\"iconSelection\"],defaultValue:\"House\",description:undefined,hidden:undefined,title:\"Icon\"},NGYfh7jQz:{title:\"Link\",type:ControlType.Link}});addFonts(FramerKagMRysR8,[{explicitInter:true,fonts:[]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerKagMRysR8\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"100\",\"framerIntrinsicWidth\":\"100\",\"framerVariables\":\"{\\\"QXneoqfsb\\\":\\\"icon\\\",\\\"NGYfh7jQz\\\":\\\"link\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"OEpxhEKF0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./KagMRysR8.map", "// Generated by Framer (66beb72)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/ePQrezqlf9yLEa2ZKXZ2/CY1tzXqS4LTX7OXbQK9a/GlyTVUGYC.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/eN2VTcEGYpjzcHaxqPXn/pQvUvuqBw30ACifHHLi4/oivARVzbj.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/t3d0hEd4jrKVGEkofOAM/LTG7SZmrzf1fQJeSBKxH/xXc7_oNpp.js\";import ButtonsIcon from\"https://framerusercontent.com/modules/oNu2Heiqkky1gs65tG2P/WnaHtRRssjW8uPFgexls/KagMRysR8.js\";const ButtonsIconFonts=getFonts(ButtonsIcon);const enabledGestures={YtBftUDgQ:{hover:true}};const cycleOrder=[\"YtBftUDgQ\"];const serializationHash=\"framer-GAeC9\";const variantClassNames={YtBftUDgQ:\"framer-v-1xf4dyo\"};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:500,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(React.Fragment);const getProps=({height,id,name1,photo,position,review,width,...props})=>{var _ref,_ref1,_ref2;return{...props,B6XBOLyUh:(_ref=position!==null&&position!==void 0?position:props.B6XBOLyUh)!==null&&_ref!==void 0?_ref:\"Position\",j98ElHpb_:(_ref1=name1!==null&&name1!==void 0?name1:props.j98ElHpb_)!==null&&_ref1!==void 0?_ref1:\"Name\",qVmw8f0qM:(_ref2=review!==null&&review!==void 0?review:props.qVmw8f0qM)!==null&&_ref2!==void 0?_ref2:\"Review\",zCAGgPZ6Q:photo!==null&&photo!==void 0?photo:props.zCAGgPZ6Q};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,zCAGgPZ6Q,j98ElHpb_,B6XBOLyUh,qVmw8f0qM,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"YtBftUDgQ\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1xf4dyo\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"YtBftUDgQ\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{background:'linear-gradient(180deg, var(--token-4407ed63-6e67-45c4-9c45-a8190c608d0e, rgb(15, 17, 28)) /* {\"name\":\"Background\"} */ 0%, var(--token-935d13cd-c842-48dc-9938-ffc0d3889471, rgba(4, 5, 8, 0.3)) /* {\"name\":\"Cards gradient 2nd color\"} */ 100%)',borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"inset 0px 0.3010936508871964px 1.505468254435982px -1.0833333333333333px rgba(255, 255, 255, 0.15798), inset 0px 1.1442666516217286px 5.7213332581086425px -2.1666666666666665px rgba(255, 255, 255, 0.14534), inset 0px 5px 25px -3.25px rgba(255, 255, 255, 0.0875)\",...style},...addPropertyOverrides({\"YtBftUDgQ-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-c4l2y1\",layoutDependency:layoutDependency,layoutId:\"FFKZ4RlaR\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"56px\",...toResponsiveImage(zCAGgPZ6Q)},className:\"framer-fij16r\",layoutDependency:layoutDependency,layoutId:\"KvxjUA5of\",style:{borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-yyx4m4\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"aPhz5ozJL\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1syndz\",\"data-framer-name\":\"Name\",layoutDependency:layoutDependency,layoutId:\"NUOTOvC7m\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1eh69ky\",\"data-styles-preset\":\"oivARVzbj\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-707ae75a-ddd9-4dc1-b6b0-78a10c1b2223, rgb(51, 198, 171)))\"},children:\"Name\"})}),className:\"framer-1t5edht\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"aBPeanimF\",style:{\"--extracted-1eung3n\":\"var(--token-707ae75a-ddd9-4dc1-b6b0-78a10c1b2223, rgb(51, 198, 171))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:j98ElHpb_,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"24px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-u21xpw-container\",layoutDependency:layoutDependency,layoutId:\"dH0oFhhuM-container\",children:/*#__PURE__*/_jsx(ButtonsIcon,{height:\"100%\",id:\"dH0oFhhuM\",layoutId:\"dH0oFhhuM\",NGYfh7jQz:\"https://twitter.com/ThaerSwailem\",QXneoqfsb:\"TwitterLogo\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-6cma36\",layoutDependency:layoutDependency,layoutId:\"yPTTWShEq\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2n86c8\",\"data-styles-preset\":\"GlyTVUGYC\",children:\"Position\"})}),className:\"framer-1umnshs\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"KgwKycAap\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:B6XBOLyUh,verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-40p36n\",\"data-framer-name\":\"Description\",layoutDependency:layoutDependency,layoutId:\"QIQZKRqGl\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1cp8ffw\",\"data-styles-preset\":\"xXc7_oNpp\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-cbb7caed-278d-4ab5-a4f8-c99fc32230b9, rgba(245, 246, 250, 0.7)))\"},children:\"Review\"})}),className:\"framer-1d3oxhd\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"qEt4u9GvW\",style:{\"--extracted-r6o4lv\":\"var(--token-cbb7caed-278d-4ab5-a4f8-c99fc32230b9, rgba(245, 246, 250, 0.7))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:qVmw8f0qM,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-9qd2y1\",\"data-framer-name\":\"Gradient\",layoutDependency:layoutDependency,layoutId:\"zeRJrvqlz\",style:{background:\"radial-gradient(107.3% 58.5% at 50% 50%, rgba(52, 199, 172, 0.2) 0%, rgba(52, 199, 172, 0) 100%)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,filter:\"blur(80px)\",opacity:0,WebkitFilter:\"blur(80px)\"},variants:{\"YtBftUDgQ-hover\":{opacity:1}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-GAeC9.framer-16bgk7g, .framer-GAeC9 .framer-16bgk7g { display: block; }\",\".framer-GAeC9.framer-1xf4dyo { align-content: flex-start; align-items: flex-start; cursor: default; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 32px; position: relative; width: 430px; will-change: var(--framer-will-change-override, transform); }\",\".framer-GAeC9 .framer-c4l2y1 { 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: 1; }\",\".framer-GAeC9 .framer-fij16r { flex: none; height: 56px; overflow: hidden; position: relative; width: 56px; will-change: var(--framer-will-change-override, transform); }\",\".framer-GAeC9 .framer-yyx4m4 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-GAeC9 .framer-1syndz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-GAeC9 .framer-1t5edht, .framer-GAeC9 .framer-1umnshs { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-GAeC9 .framer-u21xpw-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-GAeC9 .framer-6cma36 { 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: 100%; }\",\".framer-GAeC9 .framer-40p36n { align-content: flex-start; align-items: flex-start; 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: 1; }\",\".framer-GAeC9 .framer-1d3oxhd { flex: 1 0 0px; height: auto; min-height: 100px; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-GAeC9 .framer-9qd2y1 { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-GAeC9.framer-1xf4dyo, .framer-GAeC9 .framer-c4l2y1, .framer-GAeC9 .framer-yyx4m4, .framer-GAeC9 .framer-1syndz, .framer-GAeC9 .framer-6cma36, .framer-GAeC9 .framer-40p36n { gap: 0px; } .framer-GAeC9.framer-1xf4dyo > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-GAeC9.framer-1xf4dyo > :first-child, .framer-GAeC9 .framer-yyx4m4 > :first-child { margin-top: 0px; } .framer-GAeC9.framer-1xf4dyo > :last-child, .framer-GAeC9 .framer-yyx4m4 > :last-child { margin-bottom: 0px; } .framer-GAeC9 .framer-c4l2y1 > *, .framer-GAeC9 .framer-6cma36 > *, .framer-GAeC9 .framer-40p36n > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-GAeC9 .framer-c4l2y1 > :first-child, .framer-GAeC9 .framer-1syndz > :first-child, .framer-GAeC9 .framer-6cma36 > :first-child, .framer-GAeC9 .framer-40p36n > :first-child { margin-left: 0px; } .framer-GAeC9 .framer-c4l2y1 > :last-child, .framer-GAeC9 .framer-1syndz > :last-child, .framer-GAeC9 .framer-6cma36 > :last-child, .framer-GAeC9 .framer-40p36n > :last-child { margin-right: 0px; } .framer-GAeC9 .framer-yyx4m4 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-GAeC9 .framer-1syndz > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 236\n * @framerIntrinsicWidth 430\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"xMJNng6Xz\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"zCAGgPZ6Q\":\"photo\",\"j98ElHpb_\":\"name1\",\"B6XBOLyUh\":\"position\",\"qVmw8f0qM\":\"review\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerW6ZeRX9Q2=withCSS(Component,css,\"framer-GAeC9\");export default FramerW6ZeRX9Q2;FramerW6ZeRX9Q2.displayName=\"Cards/Testimonial\";FramerW6ZeRX9Q2.defaultProps={height:236,width:430};addPropertyControls(FramerW6ZeRX9Q2,{zCAGgPZ6Q:{title:\"Photo\",type:ControlType.ResponsiveImage},j98ElHpb_:{defaultValue:\"Name\",displayTextArea:false,title:\"Name\",type:ControlType.String},B6XBOLyUh:{defaultValue:\"Position\",displayTextArea:false,title:\"Position\",type:ControlType.String},qVmw8f0qM:{defaultValue:\"Review\",displayTextArea:true,title:\"Review\",type:ControlType.String}});addFonts(FramerW6ZeRX9Q2,[{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://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.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://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...ButtonsIconFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerW6ZeRX9Q2\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xMJNng6Xz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"236\",\"framerVariables\":\"{\\\"zCAGgPZ6Q\\\":\\\"photo\\\",\\\"j98ElHpb_\\\":\\\"name1\\\",\\\"B6XBOLyUh\\\":\\\"position\\\",\\\"qVmw8f0qM\\\":\\\"review\\\"}\",\"framerIntrinsicWidth\":\"430\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ed8225c)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js\";import CardsTestimonial from\"https://framerusercontent.com/modules/n9TjnHifxF1yZLiUBCnc/umLkQ4z9gTUzGC9KZvbH/W6ZeRX9Q2.js\";const CardsTestimonialFonts=getFonts(CardsTestimonial);const TickerFonts=getFonts(Ticker);const serializationHash=\"framer-Px9qS\";const variantClassNames={VcdlYhGdf:\"framer-v-1k30xva\"};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:500,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,speed,width,...props})=>{var _ref;return{...props,PkPUeVI0G:(_ref=speed!==null&&speed!==void 0?speed:props.PkPUeVI0G)!==null&&_ref!==void 0?_ref:60};};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,PkPUeVI0G,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"VcdlYhGdf\",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-1k30xva\",className,classNames),\"data-framer-name\":\"Desktop/Tablet\",layoutDependency:layoutDependency,layoutId:\"VcdlYhGdf\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-gotgfx-container\",layoutDependency:layoutDependency,layoutId:\"drJcT18PV-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:true},gap:40,height:\"100%\",hoverFactor:.5,id:\"drJcT18PV\",layoutId:\"drJcT18PV\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:236,width:\"430px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-6l71ns-container\",layoutDependency:layoutDependency,layoutId:\"V6CvZoWCf-container\",children:/*#__PURE__*/_jsx(CardsTestimonial,{B6XBOLyUh:\"Gesch\\xe4ftsf\\xfchrerin, SocialReach Media\",height:\"100%\",id:\"V6CvZoWCf\",j98ElHpb_:\"Anna Meier\",layoutId:\"V6CvZoWCf\",qVmw8f0qM:'\"Dank boringstuff.ai l\\xe4uft unsere Lead-Generierung vollautomatisch. Innerhalb von drei Monaten haben wir unseren Umsatz um 40 % gesteigert!\"',style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:236,width:\"430px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-2gsb1v-container\",layoutDependency:layoutDependency,layoutId:\"p_5gIKT5b-container\",children:/*#__PURE__*/_jsx(CardsTestimonial,{B6XBOLyUh:\"Inhaber, TalentSM Recruiting\",height:\"100%\",id:\"p_5gIKT5b\",j98ElHpb_:\"Markus Huber\",layoutId:\"p_5gIKT5b\",qVmw8f0qM:'\"Das KI-Screening-System spart uns Stunden pro Woche und verbessert die Qualit\\xe4t unserer Kandidatenempfehlungen erheblich. Absolut empfehlenswert!\"',style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:236,width:\"430px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-111djz8-container\",layoutDependency:layoutDependency,layoutId:\"otkH6CdB8-container\",children:/*#__PURE__*/_jsx(CardsTestimonial,{B6XBOLyUh:\"Marketing, ALLCAPS\",height:\"100%\",id:\"otkH6CdB8\",j98ElHpb_:\"Laura Wagner\",layoutId:\"otkH6CdB8\",qVmw8f0qM:'\"Mit boringstuff.ai haben wir endlich Struktur in unsere Projekte gebracht. Unsere Prozesse laufen jetzt effizienter denn je.\"',style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:236,width:\"430px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-cphz1k-container\",layoutDependency:layoutDependency,layoutId:\"g52Qvs86h-container\",children:/*#__PURE__*/_jsx(CardsTestimonial,{B6XBOLyUh:\"Gr\\xfcnder, InfuseEcom Agency\",height:\"100%\",id:\"g52Qvs86h\",j98ElHpb_:\"Tobias Schmidt\",layoutId:\"g52Qvs86h\",qVmw8f0qM:'\"Automatisierte Kundenkommunikation und Echtzeit-Dashboards \u2013 boringstuff.ai hat unser Team entlastet und unsere Kundenzufriedenheit gesteigert.\"',style:{width:\"100%\"},width:\"100%\"})})})],speed:PkPUeVI0G,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Px9qS.framer-15f8n7p, .framer-Px9qS .framer-15f8n7p { display: block; }\",\".framer-Px9qS.framer-1k30xva { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1040px; }\",\".framer-Px9qS .framer-gotgfx-container { flex: 1 0 0px; height: 300px; position: relative; width: 1px; }\",\".framer-Px9qS .framer-6l71ns-container, .framer-Px9qS .framer-2gsb1v-container, .framer-Px9qS .framer-111djz8-container, .framer-Px9qS .framer-cphz1k-container { height: auto; position: relative; width: 430px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Px9qS.framer-1k30xva { gap: 0px; } .framer-Px9qS.framer-1k30xva > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-Px9qS.framer-1k30xva > :first-child { margin-left: 0px; } .framer-Px9qS.framer-1k30xva > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 300\n * @framerIntrinsicWidth 1040\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"PkPUeVI0G\":\"speed\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerca8CfB077=withCSS(Component,css,\"framer-Px9qS\");export default Framerca8CfB077;Framerca8CfB077.displayName=\"Testimonials ticker\";Framerca8CfB077.defaultProps={height:300,width:1040};addPropertyControls(Framerca8CfB077,{PkPUeVI0G:{defaultValue:60,displayStepper:true,max:1e3,min:0,step:5,title:\"Speed\",type:ControlType.Number}});addFonts(Framerca8CfB077,[{explicitInter:true,fonts:[]},...CardsTestimonialFonts,...TickerFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerca8CfB077\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"PkPUeVI0G\\\":\\\"speed\\\"}\",\"framerIntrinsicHeight\":\"300\",\"framerIntrinsicWidth\":\"1040\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ca8CfB077.map", "// Generated by Framer (4d22d44)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const RichTextWithFX=withFX(RichText);const cycleOrder=[\"ZhXhctPrt\",\"DsGW04Uh1\",\"D6lZ5eQkr\",\"nG73bJ2eX\",\"PukaDHKwM\",\"NmHSmr8JL\"];const serializationHash=\"framer-vnDEZ\";const variantClassNames={D6lZ5eQkr:\"framer-v-13upx3u\",DsGW04Uh1:\"framer-v-1nczy8j\",nG73bJ2eX:\"framer-v-8o9zmy\",NmHSmr8JL:\"framer-v-1nkcrpj\",PukaDHKwM:\"framer-v-gra1wk\",ZhXhctPrt:\"framer-v-1oj1h2z\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const transition2={bounce:.2,delay:0,duration:.6,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:90,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition3={damping:40,delay:.1,mass:1,stiffness:150,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:90,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,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={\"Variant 1\":\"ZhXhctPrt\",\"Variant 2\":\"DsGW04Uh1\",\"Variant 3\":\"D6lZ5eQkr\",\"Variant 4\":\"nG73bJ2eX\",\"Variant 5\":\"PukaDHKwM\",\"Variant 6\":\"NmHSmr8JL\"};const getProps=({b2BUnternehmen,fontSize,height,id,leadGenAgentur,marketingAgenturen,recruitingAgenturen,recruitingAgenturen1,sEOAgenturen,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_humanReadableVariantMap_props_variant,_ref5,_ref6,_ref7;return{...props,dlJ4Zxd7z:(_ref=b2BUnternehmen!==null&&b2BUnternehmen!==void 0?b2BUnternehmen:props.dlJ4Zxd7z)!==null&&_ref!==void 0?_ref:\"B2B Unternehmen\",gFJbVFch5:(_ref1=fontSize!==null&&fontSize!==void 0?fontSize:props.gFJbVFch5)!==null&&_ref1!==void 0?_ref1:70,hvX9DDeb9:(_ref2=leadGenAgentur!==null&&leadGenAgentur!==void 0?leadGenAgentur:props.hvX9DDeb9)!==null&&_ref2!==void 0?_ref2:\"Lead Gen Agentur\",MxyuROFlU:(_ref3=marketingAgenturen!==null&&marketingAgenturen!==void 0?marketingAgenturen:props.MxyuROFlU)!==null&&_ref3!==void 0?_ref3:\"Marketing Agenturen\",njlue4RqK:(_ref4=recruitingAgenturen!==null&&recruitingAgenturen!==void 0?recruitingAgenturen:props.njlue4RqK)!==null&&_ref4!==void 0?_ref4:\"Recruiting Agenturen\",variant:(_ref5=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref5!==void 0?_ref5:\"ZhXhctPrt\",WSs2ZIULk:(_ref6=sEOAgenturen!==null&&sEOAgenturen!==void 0?sEOAgenturen:props.WSs2ZIULk)!==null&&_ref6!==void 0?_ref6:\"SEO Agenturen\",X9Dc912ZK:(_ref7=recruitingAgenturen1!==null&&recruitingAgenturen1!==void 0?recruitingAgenturen1:props.X9Dc912ZK)!==null&&_ref7!==void 0?_ref7:\"Recruiting Agenturen\"};};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,hvX9DDeb9,WSs2ZIULk,MxyuROFlU,dlJ4Zxd7z,njlue4RqK,X9Dc912ZK,gFJbVFch5,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ZhXhctPrt\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear1i0ys8c=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"DsGW04Uh1\"),1e3);});const onAppear1g13a6=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"D6lZ5eQkr\"),2e3);});const onAppearuurv0f=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"nG73bJ2eX\"),2e3);});const onAppear15gfwg=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"PukaDHKwM\"),2e3);});const onAppear13vlmni=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"NmHSmr8JL\"),2e3);});const onAppeartkodkh=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"ZhXhctPrt\"),1e3);});useOnVariantChange(baseVariant,{D6lZ5eQkr:onAppearuurv0f,default:onAppear1i0ys8c,DsGW04Uh1:onAppear1g13a6,nG73bJ2eX:onAppear15gfwg,NmHSmr8JL:onAppeartkodkh,PukaDHKwM:onAppear13vlmni});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({D6lZ5eQkr:{value:transition2},DsGW04Uh1:{value:transition2},nG73bJ2eX:{value:transition2},NmHSmr8JL:{value:transition2},PukaDHKwM:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1oj1h2z\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"ZhXhctPrt\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({D6lZ5eQkr:{\"data-framer-name\":\"Variant 3\"},DsGW04Uh1:{\"data-framer-name\":\"Variant 2\"},nG73bJ2eX:{\"data-framer-name\":\"Variant 4\"},NmHSmr8JL:{\"data-framer-name\":\"Variant 6\"},PukaDHKwM:{\"data-framer-name\":\"Variant 5\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-gFJbVFch5-Nr8HhFAW4) * 1px)\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(246, 246, 249)))\"},children:\"Recruiting Agenturen\"})}),className:\"framer-2ie2w1\",fonts:[\"FS;General Sans-medium\"],layoutDependency:layoutDependency,layoutId:\"OowAYgysH\",style:{\"--extracted-gdpscs\":\"var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(246, 246, 249))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-gFJbVFch5-Nr8HhFAW4\":gFJbVFch5,opacity:1},text:X9Dc912ZK,variants:{D6lZ5eQkr:{opacity:0},DsGW04Uh1:{opacity:0},nG73bJ2eX:{opacity:0},NmHSmr8JL:{opacity:0},PukaDHKwM:{opacity:0}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({D6lZ5eQkr:{__targetOpacity:0},DsGW04Uh1:{__targetOpacity:0},nG73bJ2eX:{__targetOpacity:0},NmHSmr8JL:{__targetOpacity:0},PukaDHKwM:{__targetOpacity:0}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-gFJbVFch5-Nr8HhFAW4) * 1px)\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(246, 246, 249)))\"},children:\"Lead Gen Agentur\"})}),className:\"framer-uwmh17\",fonts:[\"FS;General Sans-medium\"],layoutDependency:layoutDependency,layoutId:\"Gl7I80Gdw\",style:{\"--extracted-gdpscs\":\"var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(246, 246, 249))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-gFJbVFch5-Nr8HhFAW4\":gFJbVFch5,opacity:0},text:hvX9DDeb9,variants:{DsGW04Uh1:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-gFJbVFch5-Nr8HhFAW4) * 1px)\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(246, 246, 249)))\"},children:\"SEO Agenturen\"})}),className:\"framer-172b2p8\",fonts:[\"FS;General Sans-medium\"],layoutDependency:layoutDependency,layoutId:\"XNXS_C_Qv\",style:{\"--extracted-gdpscs\":\"var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(246, 246, 249))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-gFJbVFch5-Nr8HhFAW4\":gFJbVFch5,opacity:0},text:WSs2ZIULk,variants:{D6lZ5eQkr:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-gFJbVFch5-Nr8HhFAW4) * 1px)\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(246, 246, 249)))\"},children:\"Marketing Agenturen\"})}),className:\"framer-1s95zag\",fonts:[\"FS;General Sans-medium\"],layoutDependency:layoutDependency,layoutId:\"TgA8sjGon\",style:{\"--extracted-gdpscs\":\"var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(246, 246, 249))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-gFJbVFch5-Nr8HhFAW4\":gFJbVFch5,opacity:0},text:MxyuROFlU,variants:{nG73bJ2eX:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-gFJbVFch5-Nr8HhFAW4) * 1px)\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(246, 246, 249)))\"},children:\"B2B Unternehmen\"})}),className:\"framer-1ppyddn\",fonts:[\"FS;General Sans-medium\"],layoutDependency:layoutDependency,layoutId:\"PSjkwJvr7\",style:{\"--extracted-gdpscs\":\"var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(246, 246, 249))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-gFJbVFch5-Nr8HhFAW4\":gFJbVFch5,opacity:0},text:dlJ4Zxd7z,variants:{PukaDHKwM:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-gFJbVFch5-Nr8HhFAW4) * 1px)\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(246, 246, 249)))\"},children:\"Recruiting Agenturen\"})}),className:\"framer-bkemle\",fonts:[\"FS;General Sans-medium\"],layoutDependency:layoutDependency,layoutId:\"IPqjVM31E\",style:{\"--extracted-gdpscs\":\"var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(246, 246, 249))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-gFJbVFch5-Nr8HhFAW4\":gFJbVFch5,opacity:0},text:njlue4RqK,variants:{NmHSmr8JL:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-vnDEZ.framer-1b7yoht, .framer-vnDEZ .framer-1b7yoht { display: block; }\",\".framer-vnDEZ.framer-1oj1h2z { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-vnDEZ .framer-2ie2w1 { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-vnDEZ .framer-uwmh17 { flex: none; height: auto; left: 0px; position: absolute; top: 88px; white-space: pre; width: auto; z-index: 1; }\",\".framer-vnDEZ .framer-172b2p8 { flex: none; height: auto; left: 0px; position: absolute; top: 176px; white-space: pre; width: auto; z-index: 1; }\",\".framer-vnDEZ .framer-1s95zag { flex: none; height: auto; left: 0px; position: absolute; top: 264px; white-space: pre; width: auto; z-index: 1; }\",\".framer-vnDEZ .framer-1ppyddn { flex: none; height: auto; left: 0px; position: absolute; top: 352px; white-space: pre; width: auto; z-index: 1; }\",\".framer-vnDEZ .framer-bkemle { flex: none; height: auto; left: 0px; position: absolute; top: 440px; white-space: pre; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-vnDEZ.framer-1oj1h2z { gap: 0px; } .framer-vnDEZ.framer-1oj1h2z > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-vnDEZ.framer-1oj1h2z > :first-child { margin-left: 0px; } .framer-vnDEZ.framer-1oj1h2z > :last-child { margin-right: 0px; } }\",\".framer-vnDEZ.framer-v-1nczy8j .framer-2ie2w1 { bottom: 88px; left: 0px; position: absolute; }\",\".framer-vnDEZ.framer-v-1nczy8j .framer-uwmh17 { left: unset; position: relative; top: unset; }\",\".framer-vnDEZ.framer-v-1nczy8j .framer-172b2p8 { top: 88px; }\",\".framer-vnDEZ.framer-v-1nczy8j .framer-1s95zag { top: 176px; }\",\".framer-vnDEZ.framer-v-1nczy8j .framer-1ppyddn { top: 264px; }\",\".framer-vnDEZ.framer-v-1nczy8j .framer-bkemle { top: 352px; }\",\".framer-vnDEZ.framer-v-13upx3u .framer-2ie2w1 { bottom: 176px; left: 0px; order: 0; position: absolute; }\",\".framer-vnDEZ.framer-v-13upx3u .framer-uwmh17 { bottom: 88px; order: 1; top: unset; }\",\".framer-vnDEZ.framer-v-13upx3u .framer-172b2p8 { left: unset; order: 2; position: relative; top: unset; }\",\".framer-vnDEZ.framer-v-13upx3u .framer-1s95zag { order: 3; top: 88px; }\",\".framer-vnDEZ.framer-v-13upx3u .framer-1ppyddn { order: 4; top: 176px; }\",\".framer-vnDEZ.framer-v-13upx3u .framer-bkemle { order: 5; top: 264px; }\",\".framer-vnDEZ.framer-v-8o9zmy .framer-2ie2w1 { bottom: 264px; left: 0px; order: 0; position: absolute; }\",\".framer-vnDEZ.framer-v-8o9zmy .framer-uwmh17 { bottom: 176px; order: 1; top: unset; }\",\".framer-vnDEZ.framer-v-8o9zmy .framer-172b2p8 { bottom: 88px; order: 2; top: unset; }\",\".framer-vnDEZ.framer-v-8o9zmy .framer-1s95zag { left: unset; order: 3; position: relative; top: unset; }\",\".framer-vnDEZ.framer-v-8o9zmy .framer-1ppyddn { order: 4; top: 88px; }\",\".framer-vnDEZ.framer-v-8o9zmy .framer-bkemle { order: 5; top: 176px; }\",\".framer-vnDEZ.framer-v-gra1wk .framer-2ie2w1 { bottom: 352px; left: 0px; order: 0; position: absolute; }\",\".framer-vnDEZ.framer-v-gra1wk .framer-uwmh17 { bottom: 264px; order: 1; top: unset; }\",\".framer-vnDEZ.framer-v-gra1wk .framer-172b2p8 { bottom: 176px; order: 2; top: unset; }\",\".framer-vnDEZ.framer-v-gra1wk .framer-1s95zag { bottom: 88px; order: 3; top: unset; }\",\".framer-vnDEZ.framer-v-gra1wk .framer-1ppyddn { left: unset; order: 4; position: relative; top: unset; }\",\".framer-vnDEZ.framer-v-gra1wk .framer-bkemle { order: 5; top: 88px; }\",\".framer-vnDEZ.framer-v-1nkcrpj .framer-2ie2w1 { bottom: 440px; left: 0px; order: 0; position: absolute; }\",\".framer-vnDEZ.framer-v-1nkcrpj .framer-uwmh17 { bottom: 352px; order: 1; top: unset; }\",\".framer-vnDEZ.framer-v-1nkcrpj .framer-172b2p8 { bottom: 264px; order: 2; top: unset; }\",\".framer-vnDEZ.framer-v-1nkcrpj .framer-1s95zag { bottom: 176px; order: 3; top: unset; }\",\".framer-vnDEZ.framer-v-1nkcrpj .framer-1ppyddn { bottom: 88px; order: 4; top: unset; }\",\".framer-vnDEZ.framer-v-1nkcrpj .framer-bkemle { left: unset; order: 5; position: relative; top: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 77\n * @framerIntrinsicWidth 691\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"DsGW04Uh1\":{\"layout\":[\"auto\",\"auto\"]},\"D6lZ5eQkr\":{\"layout\":[\"auto\",\"auto\"]},\"nG73bJ2eX\":{\"layout\":[\"auto\",\"auto\"]},\"PukaDHKwM\":{\"layout\":[\"auto\",\"auto\"]},\"NmHSmr8JL\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"hvX9DDeb9\":\"leadGenAgentur\",\"WSs2ZIULk\":\"sEOAgenturen\",\"MxyuROFlU\":\"marketingAgenturen\",\"dlJ4Zxd7z\":\"b2BUnternehmen\",\"njlue4RqK\":\"recruitingAgenturen\",\"X9Dc912ZK\":\"recruitingAgenturen1\",\"gFJbVFch5\":\"fontSize\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerNr8HhFAW4=withCSS(Component,css,\"framer-vnDEZ\");export default FramerNr8HhFAW4;FramerNr8HhFAW4.displayName=\"Words\";FramerNr8HhFAW4.defaultProps={height:77,width:691};addPropertyControls(FramerNr8HhFAW4,{variant:{options:[\"ZhXhctPrt\",\"DsGW04Uh1\",\"D6lZ5eQkr\",\"nG73bJ2eX\",\"PukaDHKwM\",\"NmHSmr8JL\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\",\"Variant 6\"],title:\"Variant\",type:ControlType.Enum},hvX9DDeb9:{defaultValue:\"Lead Gen Agentur\",description:\"Lead Gen Agentur\",displayTextArea:false,title:\"Lead Gen Agentur\",type:ControlType.String},WSs2ZIULk:{defaultValue:\"SEO Agenturen\",description:\"SEO Agenturen\",displayTextArea:false,title:\"SEO Agenturen\",type:ControlType.String},MxyuROFlU:{defaultValue:\"Marketing Agenturen\",description:\"Marketing Agenturen\",displayTextArea:false,title:\"Marketing Agenturen\",type:ControlType.String},dlJ4Zxd7z:{defaultValue:\"B2B Unternehmen\",description:\"B2B Unternehmen\",displayTextArea:false,title:\"B2B Unternehmen\",type:ControlType.String},njlue4RqK:{defaultValue:\"Recruiting Agenturen\",description:\"Recruiting Agenturen\",displayTextArea:false,title:\"Recruiting Agenturen\",type:ControlType.String},X9Dc912ZK:{defaultValue:\"Recruiting Agenturen\",description:\"Recruiting Agenturen\",displayTextArea:false,title:\"Recruiting Agenturen\",type:ControlType.String},gFJbVFch5:{defaultValue:70,title:\"Font Size\",type:ControlType.Number}});addFonts(FramerNr8HhFAW4,[{explicitInter:true,fonts:[{family:\"General Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/3RZHWSNONLLWJK3RLPEKUZOMM56GO4LJ/BPDRY7AHVI3MCDXXVXTQQ76H3UXA63S3/SB2OEB6IKZPRR6JT4GFJ2TFT6HBB6AZN.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerNr8HhFAW4\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"DsGW04Uh1\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"D6lZ5eQkr\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"nG73bJ2eX\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"PukaDHKwM\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"NmHSmr8JL\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"hvX9DDeb9\\\":\\\"leadGenAgentur\\\",\\\"WSs2ZIULk\\\":\\\"sEOAgenturen\\\",\\\"MxyuROFlU\\\":\\\"marketingAgenturen\\\",\\\"dlJ4Zxd7z\\\":\\\"b2BUnternehmen\\\",\\\"njlue4RqK\\\":\\\"recruitingAgenturen\\\",\\\"X9Dc912ZK\\\":\\\"recruitingAgenturen1\\\",\\\"gFJbVFch5\\\":\\\"fontSize\\\"}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"77\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"691\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Nr8HhFAW4.map", "// Generated by Framer (4d22d44)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/rAWj1emjDxHuYJvveCx7/f1kuTWQbvxiTlr3ow5yi/GlyTVUGYC.js\";import Words from\"https://framerusercontent.com/modules/07zGZtgjlA1Qscc6ujJY/3OhOsrmku8OKGlNR19At/Nr8HhFAW4.js\";const PhosphorFonts=getFonts(Phosphor);const MotionDivWithFX=withFX(motion.div);const RichTextWithFX=withFX(RichText);const WordsFonts=getFonts(Words);const cycleOrder=[\"iWfeqWvXD\",\"Hbp6RLypQ\",\"AMF6OFvvE\"];const serializationHash=\"framer-dTEi0\";const variantClassNames={AMF6OFvvE:\"framer-v-1ezk5mm\",Hbp6RLypQ:\"framer-v-u9v5sr\",iWfeqWvXD:\"framer-v-53sn4d\"};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:90,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition2={damping:40,delay:0,mass:1,stiffness:150,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:90,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const transition3={damping:40,delay:.1,mass:1,stiffness:150,type:\"spring\"};const animation2={opacity:0,rotate:0,rotateX:90,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,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={\"Variant 1\":\"iWfeqWvXD\",Mobile:\"AMF6OFvvE\",Tablet:\"Hbp6RLypQ\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"iWfeqWvXD\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"iWfeqWvXD\",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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-53sn4d\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"iWfeqWvXD\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({AMF6OFvvE:{\"data-framer-name\":\"Mobile\"},Hbp6RLypQ:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1tr5q1o\",\"data-border\":true,\"data-framer-name\":\"Tag\",layoutDependency:layoutDependency,layoutId:\"HJbtCURru\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-d5ad54ff-de50-4443-b4ec-24d91248e5d8, rgba(15, 17, 28, 0.8))\",borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-19gbxw1-container\",layoutDependency:layoutDependency,layoutId:\"kg4sJGUXi-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-cbb7caed-278d-4ab5-a4f8-c99fc32230b9, rgba(245, 246, 250, 0.7))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"MagicWand\",id:\"kg4sJGUXi\",layoutId:\"kg4sJGUXi\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2n86c8\",\"data-styles-preset\":\"GlyTVUGYC\",children:\"Von Agentur-Inhabern f\\xfcr Agentur-Inhaber\"})}),className:\"framer-cm6bha\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"wrMVseqhD\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xzmkjc\",layoutDependency:layoutDependency,layoutId:\"Re5tLak7K\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"70px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(246, 246, 249)))\"},children:\"Wir bauen AI Growth\"})}),className:\"framer-1pvb2ob\",fonts:[\"FS;General Sans-medium\"],layoutDependency:layoutDependency,layoutId:\"k_bAJsqPm\",style:{\"--extracted-gdpscs\":\"var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(246, 246, 249))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({AMF6OFvvE:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(246, 246, 249)))\"},children:\"Wir bauen AI Growth\"})})},Hbp6RLypQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(246, 246, 249)))\"},children:\"Wir bauen AI Growth\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ibeq9\",layoutDependency:layoutDependency,layoutId:\"ajo_yeXPB\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"70px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(246, 246, 249)))\"},children:\"Systeme f\\xfcr\"})}),className:\"framer-16nve4b\",fonts:[\"FS;General Sans-medium\"],layoutDependency:layoutDependency,layoutId:\"GqPSfME2L\",style:{\"--extracted-gdpscs\":\"var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(246, 246, 249))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({AMF6OFvvE:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(246, 246, 249)))\"},children:\"Systeme f\\xfcr\"})})},Hbp6RLypQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(246, 246, 249)))\"},children:\"Systeme f\\xfcr\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:77,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||199.5)-0-199.6)/2+31.599999999999998+4)+0+87+0,...addPropertyOverrides({AMF6OFvvE:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||144.5)-0-188.6)/2+31.599999999999998+4)+0+38+0+38},Hbp6RLypQ:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||155.5)-0-177.6)/2+31.599999999999998+4)+0+65+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ki7a0k-container\",layoutDependency:layoutDependency,layoutId:\"RqaC26RaN-container\",children:/*#__PURE__*/_jsx(Words,{dlJ4Zxd7z:\"B2B Unternehmen\",gFJbVFch5:70,height:\"100%\",hvX9DDeb9:\"Lead Gen Agenturen\",id:\"RqaC26RaN\",layoutId:\"RqaC26RaN\",MxyuROFlU:\"Marketing Agenturen\",njlue4RqK:\"Recruiting Agenturen\",variant:\"ZhXhctPrt\",width:\"100%\",WSs2ZIULk:\"SEO Agenturen\",X9Dc912ZK:\"Recruiting Agenturen\",...addPropertyOverrides({AMF6OFvvE:{gFJbVFch5:30},Hbp6RLypQ:{gFJbVFch5:50}},baseVariant,gestureVariant)})})})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-dTEi0.framer-1pms7kx, .framer-dTEi0 .framer-1pms7kx { display: block; }\",\".framer-dTEi0.framer-53sn4d { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1255px; }\",\".framer-dTEi0 .framer-1tr5q1o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 6px 12px 6px 12px; position: relative; width: min-content; }\",\".framer-dTEi0 .framer-19gbxw1-container { flex: none; height: 15px; position: relative; width: 15px; }\",\".framer-dTEi0 .framer-cm6bha { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-dTEi0 .framer-xzmkjc { 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-dTEi0 .framer-1pvb2ob, .framer-dTEi0 .framer-16nve4b { flex: none; height: auto; max-width: 900px; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-dTEi0 .framer-1ibeq9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-dTEi0 .framer-ki7a0k-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-dTEi0.framer-53sn4d, .framer-dTEi0 .framer-1tr5q1o, .framer-dTEi0 .framer-xzmkjc, .framer-dTEi0 .framer-1ibeq9 { gap: 0px; } .framer-dTEi0.framer-53sn4d > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-dTEi0.framer-53sn4d > :first-child, .framer-dTEi0 .framer-xzmkjc > :first-child { margin-top: 0px; } .framer-dTEi0.framer-53sn4d > :last-child, .framer-dTEi0 .framer-xzmkjc > :last-child { margin-bottom: 0px; } .framer-dTEi0 .framer-1tr5q1o > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-dTEi0 .framer-1tr5q1o > :first-child, .framer-dTEi0 .framer-1ibeq9 > :first-child { margin-left: 0px; } .framer-dTEi0 .framer-1tr5q1o > :last-child, .framer-dTEi0 .framer-1ibeq9 > :last-child { margin-right: 0px; } .framer-dTEi0 .framer-xzmkjc > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-dTEi0 .framer-1ibeq9 > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } }\",\".framer-dTEi0.framer-v-u9v5sr.framer-53sn4d { width: 810px; }\",\".framer-dTEi0.framer-v-1ezk5mm.framer-53sn4d { width: 390px; }\",\".framer-dTEi0.framer-v-1ezk5mm .framer-1tr5q1o { order: 0; }\",\".framer-dTEi0.framer-v-1ezk5mm .framer-xzmkjc { gap: 5px; order: 1; }\",\".framer-dTEi0.framer-v-1ezk5mm .framer-1ibeq9 { flex-direction: column; gap: 5px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-dTEi0.framer-v-1ezk5mm .framer-xzmkjc, .framer-dTEi0.framer-v-1ezk5mm .framer-1ibeq9 { gap: 0px; } .framer-dTEi0.framer-v-1ezk5mm .framer-xzmkjc > *, .framer-dTEi0.framer-v-1ezk5mm .framer-1ibeq9 > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-dTEi0.framer-v-1ezk5mm .framer-xzmkjc > :first-child, .framer-dTEi0.framer-v-1ezk5mm .framer-1ibeq9 > :first-child { margin-top: 0px; } .framer-dTEi0.framer-v-1ezk5mm .framer-xzmkjc > :last-child, .framer-dTEi0.framer-v-1ezk5mm .framer-1ibeq9 > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,'.framer-dTEi0[data-border=\"true\"]::after, .framer-dTEi0 [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 199.5\n * @framerIntrinsicWidth 1255\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Hbp6RLypQ\":{\"layout\":[\"fixed\",\"auto\"]},\"AMF6OFvvE\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framercq2bHvtQe=withCSS(Component,css,\"framer-dTEi0\");export default Framercq2bHvtQe;Framercq2bHvtQe.displayName=\"Headline HTML\";Framercq2bHvtQe.defaultProps={height:199.5,width:1255};addPropertyControls(Framercq2bHvtQe,{variant:{options:[\"iWfeqWvXD\",\"Hbp6RLypQ\",\"AMF6OFvvE\"],optionTitles:[\"Variant 1\",\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framercq2bHvtQe,[{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:\"General Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/3RZHWSNONLLWJK3RLPEKUZOMM56GO4LJ/BPDRY7AHVI3MCDXXVXTQQ76H3UXA63S3/SB2OEB6IKZPRR6JT4GFJ2TFT6HBB6AZN.woff2\",weight:\"500\"}]},...PhosphorFonts,...WordsFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framercq2bHvtQe\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Hbp6RLypQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"AMF6OFvvE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"199.5\",\"framerIntrinsicWidth\":\"1255\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./cq2bHvtQe.map", "// Generated by Framer (33d5032)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/ePQrezqlf9yLEa2ZKXZ2/CY1tzXqS4LTX7OXbQK9a/GlyTVUGYC.js\";const cycleOrder=[\"WEBpi5w7X\",\"TLllVsjas\"];const serializationHash=\"framer-2GVbD\";const variantClassNames={TLllVsjas:\"framer-v-ksrh7p\",WEBpi5w7X:\"framer-v-1qhdrj0\"};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:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Default:\"WEBpi5w7X\",Hover:\"TLllVsjas\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"WEBpi5w7X\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"WEBpi5w7X\",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__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1qhdrj0\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"WEBpi5w7X\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({TLllVsjas:{\"data-framer-name\":\"Hover\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-e4zcv1\",\"data-framer-name\":\"Pie chart\",layoutDependency:layoutDependency,layoutId:\"qAfDElHEl\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1so35oc\",layoutDependency:layoutDependency,layoutId:\"QZGBVgNtu\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1154iot\",\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"EiH09i1bj\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-195o85r\",\"data-framer-name\":\"Color\",layoutDependency:layoutDependency,layoutId:\"NIkiN5aEV\",style:{backgroundColor:\"rgb(64, 64, 64)\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"},variants:{TLllVsjas:{backgroundColor:\"rgb(16, 54, 47)\"}}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2n86c8\",\"data-styles-preset\":\"GlyTVUGYC\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35)))\"},children:\"Vision\"})}),className:\"framer-r107tt\",\"data-framer-name\":\"Series 1\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"tQSuPBdsV\",style:{\"--extracted-r6o4lv\":\"var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35))\",\"--framer-paragraph-spacing\":\"14px\"},variants:{TLllVsjas:{\"--extracted-r6o4lv\":\"var(--token-cbb7caed-278d-4ab5-a4f8-c99fc32230b9, rgba(245, 246, 250, 0.7))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({TLllVsjas:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2n86c8\",\"data-styles-preset\":\"GlyTVUGYC\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-cbb7caed-278d-4ab5-a4f8-c99fc32230b9, rgba(245, 246, 250, 0.7)))\"},children:\"Vision\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-q8hajj\",\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"LFT12SlNQ\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1n13r6b\",\"data-framer-name\":\"Color\",layoutDependency:layoutDependency,layoutId:\"krDb94T5A\",style:{backgroundColor:\"rgb(84, 84, 84)\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"},variants:{TLllVsjas:{backgroundColor:\"rgb(55, 99, 91)\"}}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2n86c8\",\"data-styles-preset\":\"GlyTVUGYC\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35)))\"},children:\"Planning\"})}),className:\"framer-1yl5460\",\"data-framer-name\":\"Series 1\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"SpORItn7L\",style:{\"--extracted-r6o4lv\":\"var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35))\",\"--framer-paragraph-spacing\":\"14px\"},variants:{TLllVsjas:{\"--extracted-r6o4lv\":\"var(--token-cbb7caed-278d-4ab5-a4f8-c99fc32230b9, rgba(245, 246, 250, 0.7))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({TLllVsjas:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2n86c8\",\"data-styles-preset\":\"GlyTVUGYC\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-cbb7caed-278d-4ab5-a4f8-c99fc32230b9, rgba(245, 246, 250, 0.7)))\"},children:\"Planning\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dgkrq7\",\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"oEqAvZBbj\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1h0yn6r\",\"data-framer-name\":\"Color\",layoutDependency:layoutDependency,layoutId:\"hjLJXRBmz\",style:{backgroundColor:\"rgb(161, 161, 161)\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"},variants:{TLllVsjas:{backgroundColor:\"rgb(50, 161, 140)\"}}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2n86c8\",\"data-styles-preset\":\"GlyTVUGYC\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35)))\"},children:\"Marketing\"})}),className:\"framer-16sunib\",\"data-framer-name\":\"Series 1\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"pD3tzcMki\",style:{\"--extracted-r6o4lv\":\"var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35))\",\"--framer-paragraph-spacing\":\"14px\"},variants:{TLllVsjas:{\"--extracted-r6o4lv\":\"var(--token-cbb7caed-278d-4ab5-a4f8-c99fc32230b9, rgba(245, 246, 250, 0.7))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({TLllVsjas:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2n86c8\",\"data-styles-preset\":\"GlyTVUGYC\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-cbb7caed-278d-4ab5-a4f8-c99fc32230b9, rgba(245, 246, 250, 0.7)))\"},children:\"Marketing\"})})}},baseVariant,gestureVariant)})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ktxsyx\",\"data-framer-name\":\"Chart\",layoutDependency:layoutDependency,layoutId:\"ujUctg1RU\",style:{rotate:0},variants:{TLllVsjas:{rotate:90}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-tk9e1p\",\"data-framer-name\":\"_Pie chart\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"rAlMwld3V\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 200 200\"><path d=\"M 200 100 C 200 155.228 155.228 200 100 200 C 44.772 200 0 155.228 0 100 C 0 44.772 44.772 0 100 0 C 155.228 0 200 44.772 200 100 Z M 50 100 C 50 127.614 72.386 150 100 150 C 127.614 150 150 127.614 150 100 C 150 72.386 127.614 50 100 50 C 72.386 50 50 72.386 50 100 Z\" fill=\"rgba(161, 161, 161, 0.6)\"></path><path d=\"M 100 0 C 121.118 0 141.694 6.686 158.779 19.098 C 175.863 31.511 188.58 49.014 195.106 69.098 L 147.553 84.549 C 144.29 74.507 137.932 65.756 129.389 59.549 C 120.847 53.343 110.559 50 100 50 Z\" fill=\"rgba(64, 64, 64, 0.6)\"></path><path d=\"M 195.106 69.098 C 200.805 86.638 201.542 105.412 197.237 123.345 C 192.932 141.277 183.751 157.67 170.711 170.711 C 157.67 183.751 141.277 192.932 123.345 197.237 C 105.412 201.542 86.638 200.805 69.098 195.106 L 84.549 147.553 C 93.319 150.402 102.706 150.771 111.672 148.618 C 120.639 146.466 128.835 141.876 135.355 135.355 C 141.876 128.835 146.466 120.639 148.618 111.672 C 150.771 102.706 150.402 93.319 147.553 84.549 Z\" fill=\"rgba(84, 84, 84, 0.6)\"></path></svg>',svgContentId:1390341882,withExternalLayout:true,...addPropertyOverrides({TLllVsjas:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 200 200\"><path d=\"M 200 100 C 200 155.228 155.228 200 100 200 C 44.772 200 0 155.228 0 100 C 0 44.772 44.772 0 100 0 C 155.228 0 200 44.772 200 100 Z M 50 100 C 50 127.614 72.386 150 100 150 C 127.614 150 150 127.614 150 100 C 150 72.386 127.614 50 100 50 C 72.386 50 50 72.386 50 100 Z\" fill=\"rgba(50, 161, 140, 0.8)\"></path><path d=\"M 100 0 C 121.118 0 141.694 6.686 158.779 19.098 C 175.863 31.511 188.58 49.014 195.106 69.098 L 147.553 84.549 C 144.29 74.507 137.932 65.756 129.389 59.549 C 120.847 53.343 110.559 50 100 50 Z\" fill=\"rgba(16, 54, 47, 0.8)\"></path><path d=\"M 195.106 69.098 C 200.805 86.638 201.542 105.412 197.237 123.345 C 192.932 141.277 183.751 157.67 170.711 170.711 C 157.67 183.751 141.277 192.932 123.345 197.237 C 105.412 201.542 86.638 200.805 69.098 195.106 L 84.549 147.553 C 93.319 150.402 102.706 150.771 111.672 148.618 C 120.639 146.466 128.835 141.876 135.355 135.355 C 141.876 128.835 146.466 120.639 148.618 111.672 C 150.771 102.706 150.402 93.319 147.553 84.549 Z\" fill=\"rgba(84, 99, 99, 0.8)\"></path></svg>',svgContentId:3965738214}},baseVariant,gestureVariant)})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-11nfpc6\",\"data-framer-name\":\"Gradient\",layoutDependency:layoutDependency,layoutId:\"CKQYVlTeG\",style:{background:\"radial-gradient(107.3% 58.5% at 50% 50%, rgba(52, 199, 172, 0.2) 0%, rgba(52, 199, 172, 0) 100%)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,filter:\"blur(80px)\",WebkitFilter:\"blur(80px)\"},variants:{TLllVsjas:{background:\"radial-gradient(107.3% 58.5% at 50% 50%, rgba(52, 199, 172, 0.35) 0%, rgba(52, 199, 172, 0) 100%)\"}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-2GVbD.framer-mq5td7, .framer-2GVbD .framer-mq5td7 { display: block; }\",\".framer-2GVbD.framer-1qhdrj0 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 200px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 365px; }\",\".framer-2GVbD .framer-e4zcv1 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-end; max-width: 340px; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-2GVbD .framer-1so35oc { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 0px; overflow: visible; padding: 0px; position: absolute; top: 0px; width: min-content; z-index: 1; }\",\".framer-2GVbD .framer-1154iot, .framer-2GVbD .framer-q8hajj, .framer-2GVbD .framer-1dgkrq7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 90px; z-index: 1; }\",\".framer-2GVbD .framer-195o85r, .framer-2GVbD .framer-1n13r6b, .framer-2GVbD .framer-1h0yn6r { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 8px); position: relative; width: 8px; }\",\".framer-2GVbD .framer-r107tt, .framer-2GVbD .framer-1yl5460, .framer-2GVbD .framer-16sunib { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-2GVbD .framer-ktxsyx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 200px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-2GVbD .framer-tk9e1p { flex: none; height: 200px; position: relative; width: 200px; }\",\".framer-2GVbD .framer-11nfpc6 { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2GVbD.framer-1qhdrj0, .framer-2GVbD .framer-e4zcv1, .framer-2GVbD .framer-1so35oc, .framer-2GVbD .framer-1154iot, .framer-2GVbD .framer-q8hajj, .framer-2GVbD .framer-1dgkrq7, .framer-2GVbD .framer-ktxsyx { gap: 0px; } .framer-2GVbD.framer-1qhdrj0 > *, .framer-2GVbD .framer-ktxsyx > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-2GVbD.framer-1qhdrj0 > :first-child, .framer-2GVbD .framer-e4zcv1 > :first-child, .framer-2GVbD .framer-1154iot > :first-child, .framer-2GVbD .framer-q8hajj > :first-child, .framer-2GVbD .framer-1dgkrq7 > :first-child, .framer-2GVbD .framer-ktxsyx > :first-child { margin-left: 0px; } .framer-2GVbD.framer-1qhdrj0 > :last-child, .framer-2GVbD .framer-e4zcv1 > :last-child, .framer-2GVbD .framer-1154iot > :last-child, .framer-2GVbD .framer-q8hajj > :last-child, .framer-2GVbD .framer-1dgkrq7 > :last-child, .framer-2GVbD .framer-ktxsyx > :last-child { margin-right: 0px; } .framer-2GVbD .framer-e4zcv1 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-2GVbD .framer-1so35oc > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-2GVbD .framer-1so35oc > :first-child { margin-top: 0px; } .framer-2GVbD .framer-1so35oc > :last-child { margin-bottom: 0px; } .framer-2GVbD .framer-1154iot > *, .framer-2GVbD .framer-q8hajj > *, .framer-2GVbD .framer-1dgkrq7 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 200\n * @framerIntrinsicWidth 365\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"TLllVsjas\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerI7CMomD99=withCSS(Component,css,\"framer-2GVbD\");export default FramerI7CMomD99;FramerI7CMomD99.displayName=\"Service card Interaction/Pie chart\";FramerI7CMomD99.defaultProps={height:200,width:365};addPropertyControls(FramerI7CMomD99,{variant:{options:[\"WEBpi5w7X\",\"TLllVsjas\"],optionTitles:[\"Default\",\"Hover\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerI7CMomD99,[{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://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.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://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerI7CMomD99\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"TLllVsjas\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"365\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"200\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ff86393)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleCode,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/rAWj1emjDxHuYJvveCx7/f1kuTWQbvxiTlr3ow5yi/GlyTVUGYC.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/4nrzMA9dTWvs879bpOOD/fwPNmTgRq6tJule2GyVx/x77Rv6nrn.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/psH3a6w5QP47BtiJYNRj/4dC8f3a5N4SZghaqgbyU/xXc7_oNpp.js\";import ServiceCardInteractionPieChart from\"https://framerusercontent.com/modules/j6fBIHsVDpNLeqkh8UBZ/zLylqeiI7GOVO1pu3wFi/I7CMomD99.js\";const PhosphorFonts=getFonts(Phosphor);const ServiceCardInteractionPieChartFonts=getFonts(ServiceCardInteractionPieChart);const MotionDivWithFX=withFX(motion.div);const enabledGestures={hOQWAe4DI:{hover:true}};const cycleOrder=[\"hOQWAe4DI\",\"nZlMFk8Ip\"];const serializationHash=\"framer-X1IEn\";const variantClassNames={hOQWAe4DI:\"framer-v-1y1wr0y\",nZlMFk8Ip:\"framer-v-1od7te7\"};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:500,type:\"spring\"};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;// We add a try block because an invalid language code results in a crash\ntry{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,x:0,y:0};const transition2={damping:30,delay:0,mass:1,stiffness:150,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,transition:transition2,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={\"Tablet/phone\":\"nZlMFk8Ip\",Desktop:\"hOQWAe4DI\"};const getProps=({description,height,id,title,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,ammH31O16:(_ref=title!==null&&title!==void 0?title:props.ammH31O16)!==null&&_ref!==void 0?_ref:\"Strategy Development\",CuJBMgrDa:(_ref1=description!==null&&description!==void 0?description:props.CuJBMgrDa)!==null&&_ref1!==void 0?_ref1:\"Chart a course for success in the rapidly evolving digital landscape with our AI strategy development services.\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"hOQWAe4DI\"};};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,ammH31O16,CuJBMgrDa,nJ41mIjKEptuWJBq_n,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"hOQWAe4DI\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const activeLocaleCode=useLocaleCode();const textContent=toDateString(nJ41mIjKEptuWJBq_n,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1y1wr0y\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"hOQWAe4DI\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"hOQWAe4DI-hover\":{\"data-framer-name\":undefined},nZlMFk8Ip:{\"data-framer-name\":\"Tablet/phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1uoel05\",\"data-border\":true,\"data-framer-name\":\"Details\",layoutDependency:layoutDependency,layoutId:\"d2813W41O\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",background:'linear-gradient(180deg, var(--token-4407ed63-6e67-45c4-9c45-a8190c608d0e, rgb(15, 17, 28)) /* {\"name\":\"Background\"} */ 0%, var(--token-935d13cd-c842-48dc-9938-ffc0d3889471, rgba(4, 5, 8, 0.3)) /* {\"name\":\"Cards gradient 2nd color\"} */ 100%)',borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"inset 0px 0.3010936508871964px 1.505468254435982px -1.0833333333333333px rgba(255, 255, 255, 0.15798), inset 0px 1.1442666516217286px 5.7213332581086425px -2.1666666666666665px rgba(255, 255, 255, 0.14534), inset 0px 5px 25px -3.25px rgba(255, 255, 255, 0.0875)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-o64108\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"eMmzECad9\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-wp97im\",\"data-framer-name\":\"Stack\",layoutDependency:layoutDependency,layoutId:\"LX89nScTy\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cus9je\",\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"iooF6K5I6\",style:{backgroundColor:\"var(--token-707ae75a-ddd9-4dc1-b6b0-78a10c1b2223, rgb(51, 198, 171))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-r2x72z\",layoutDependency:layoutDependency,layoutId:\"JP3BDhYNC\",style:{backgroundColor:\"var(--token-4407ed63-6e67-45c4-9c45-a8190c608d0e, rgb(15, 17, 28))\",borderBottomLeftRadius:9,borderBottomRightRadius:9,borderTopLeftRadius:9,borderTopRightRadius:9},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2n86c8\",\"data-styles-preset\":\"GlyTVUGYC\",children:\"Content\"})}),className:\"framer-5awx20\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"QD03bOVdl\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cjqf6h-container\",layoutDependency:layoutDependency,layoutId:\"UZDvkbqoB-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(245, 246, 250))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Brain\",id:\"UZDvkbqoB\",layoutId:\"UZDvkbqoB\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})]})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1td0flx\",\"data-framer-name\":\"Info\",layoutDependency:layoutDependency,layoutId:\"JUX9Uv92U\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ufncrd\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"P_kysw1Zj\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1g6zln9\",\"data-styles-preset\":\"x77Rv6nrn\",children:\"Strategy Development\"})}),className:\"framer-xc4vsx\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"BtN_cKf0q\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:ammH31O16,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1cp8ffw\",\"data-styles-preset\":\"xXc7_oNpp\",children:\"Chart a course for success in the rapidly evolving digital landscape with our AI strategy development services.\"})}),className:\"framer-1o1xl9h\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"AAoTpjPqw\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:CuJBMgrDa,verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-8cbg4o\",\"data-framer-name\":\"Gradient\",layoutDependency:layoutDependency,layoutId:\"X4wyPFlHH\",style:{background:\"radial-gradient(107.3% 58.5% at 50% 50%, rgba(52, 199, 172, 0.2) 0%, rgba(52, 199, 172, 0) 100%)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,filter:\"blur(80px)\",opacity:0,WebkitFilter:\"blur(80px)\"},variants:{\"hOQWAe4DI-hover\":{opacity:1},nZlMFk8Ip:{opacity:1}}})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-54uedn\",\"data-framer-name\":\"Interaction\",layoutDependency:layoutDependency,layoutId:\"dfV0b8vcR\",style:{backgroundColor:\"var(--token-4407ed63-6e67-45c4-9c45-a8190c608d0e, rgb(15, 17, 28))\",borderBottomLeftRadius:16,borderBottomRightRadius:16},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-63940t\",\"data-border\":true,\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"D7UJ3pgKr\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-4407ed63-6e67-45c4-9c45-a8190c608d0e, rgb(15, 17, 28))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,transformPerspective:1200},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",backgroundSize:1,fit:\"tile\",intrinsicHeight:96,intrinsicWidth:96,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||511)-0-593.4)/2+318.4+0)+0+0),pixelHeight:2160,pixelWidth:2160,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/6jRPN56GFX0l4uT2QVaHJ7DUcbA.png?scale-down-to=2048\"},className:\"framer-3v6xnv\",\"data-framer-name\":\"Pattern\",layoutDependency:layoutDependency,layoutId:\"f9XPN7BWN\",style:{opacity:.3},...addPropertyOverrides({nZlMFk8Ip:{background:{alt:\"\",backgroundSize:1,fit:\"tile\",intrinsicHeight:96,intrinsicWidth:96,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||492)-0-587.4)/2+312.4+0)+0+0),pixelHeight:2160,pixelWidth:2160,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/6jRPN56GFX0l4uT2QVaHJ7DUcbA.png?scale-down-to=2048\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-6ftr41\",\"data-framer-name\":\"Blur\",layoutDependency:layoutDependency,layoutId:\"Ds6kVKbxP\",style:{background:'radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, var(--token-50f24d87-96a0-4385-9785-727217dabb35, rgb(0, 0, 0)) /* {\"name\":\"Background 2\"} */ 100%)'}})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:263,width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 24px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||511)-0-593.4)/2+318.4+0)+0+12,...addPropertyOverrides({nZlMFk8Ip:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||492)-0-587.4)/2+312.4+0)+0+12}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1qy7hfg-container\",layoutDependency:layoutDependency,layoutId:\"eFsaY7gs4-container\",children:/*#__PURE__*/_jsx(ServiceCardInteractionPieChart,{height:\"100%\",id:\"eFsaY7gs4\",layoutId:\"eFsaY7gs4\",style:{height:\"100%\",width:\"100%\"},variant:\"WEBpi5w7X\",width:\"100%\",...addPropertyOverrides({\"hOQWAe4DI-hover\":{variant:\"TLllVsjas\"},nZlMFk8Ip:{variant:\"TLllVsjas\"}},baseVariant,gestureVariant)})})})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-X1IEn.framer-ko4s9p, .framer-X1IEn .framer-ko4s9p { display: block; }\",\".framer-X1IEn.framer-1y1wr0y { align-content: center; align-items: center; cursor: default; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 504px; }\",\".framer-X1IEn .framer-1uoel05 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 16px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-X1IEn .framer-o64108 { 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: flex-start; overflow: visible; padding: 8px; position: relative; width: 100%; z-index: 1; }\",\".framer-X1IEn .framer-wp97im { 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: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-X1IEn .framer-1cus9je { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 3; }\",\".framer-X1IEn .framer-r2x72z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-X1IEn .framer-5awx20 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-X1IEn .framer-1cjqf6h-container { flex: none; height: 32px; position: relative; width: 32px; }\",\".framer-X1IEn .framer-1td0flx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; min-height: 100px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-X1IEn .framer-1ufncrd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-X1IEn .framer-xc4vsx { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-X1IEn .framer-1o1xl9h { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-X1IEn .framer-8cbg4o { bottom: -142px; flex: none; height: 234px; left: 0px; overflow: hidden; position: absolute; right: 0px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-X1IEn .framer-54uedn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 275px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-X1IEn .framer-63940t { align-content: center; align-items: center; backface-visibility: hidden; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; justify-content: center; left: 0px; overflow: visible; padding: 12px 12px 0px 12px; position: absolute; right: 0px; top: 0px; z-index: 2; }\",\".framer-X1IEn .framer-3v6xnv { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-X1IEn .framer-6ftr41 { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-X1IEn .framer-1qy7hfg-container { flex: 1 0 0px; height: 100%; position: relative; width: 1px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-X1IEn.framer-1y1wr0y, .framer-X1IEn .framer-1uoel05, .framer-X1IEn .framer-o64108, .framer-X1IEn .framer-wp97im, .framer-X1IEn .framer-1cus9je, .framer-X1IEn .framer-r2x72z, .framer-X1IEn .framer-1td0flx, .framer-X1IEn .framer-1ufncrd, .framer-X1IEn .framer-54uedn, .framer-X1IEn .framer-63940t { gap: 0px; } .framer-X1IEn.framer-1y1wr0y > *, .framer-X1IEn .framer-r2x72z > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-X1IEn.framer-1y1wr0y > :first-child, .framer-X1IEn .framer-1uoel05 > :first-child, .framer-X1IEn .framer-o64108 > :first-child, .framer-X1IEn .framer-wp97im > :first-child, .framer-X1IEn .framer-1cus9je > :first-child, .framer-X1IEn .framer-r2x72z > :first-child, .framer-X1IEn .framer-1td0flx > :first-child, .framer-X1IEn .framer-54uedn > :first-child { margin-top: 0px; } .framer-X1IEn.framer-1y1wr0y > :last-child, .framer-X1IEn .framer-1uoel05 > :last-child, .framer-X1IEn .framer-o64108 > :last-child, .framer-X1IEn .framer-wp97im > :last-child, .framer-X1IEn .framer-1cus9je > :last-child, .framer-X1IEn .framer-r2x72z > :last-child, .framer-X1IEn .framer-1td0flx > :last-child, .framer-X1IEn .framer-54uedn > :last-child { margin-bottom: 0px; } .framer-X1IEn .framer-1uoel05 > *, .framer-X1IEn .framer-54uedn > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-X1IEn .framer-o64108 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-X1IEn .framer-wp97im > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-X1IEn .framer-1cus9je > *, .framer-X1IEn .framer-1td0flx > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-X1IEn .framer-1ufncrd > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-X1IEn .framer-1ufncrd > :first-child, .framer-X1IEn .framer-63940t > :first-child { margin-left: 0px; } .framer-X1IEn .framer-1ufncrd > :last-child, .framer-X1IEn .framer-63940t > :last-child { margin-right: 0px; } .framer-X1IEn .framer-63940t > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-X1IEn.framer-v-1od7te7 .framer-1cjqf6h-container { height: 26px; width: 26px; }\",\".framer-X1IEn.framer-v-1od7te7 .framer-1td0flx { min-height: unset; }\",\".framer-X1IEn.framer-v-1od7te7 .framer-8cbg4o { bottom: -180px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-X1IEn[data-border=\"true\"]::after, .framer-X1IEn [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 511\n * @framerIntrinsicWidth 504\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"nZlMFk8Ip\":{\"layout\":[\"fixed\",\"auto\"]},\"rEnFLYni3\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"ammH31O16\":\"title\",\"CuJBMgrDa\":\"description\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerEujNNCgIC=withCSS(Component,css,\"framer-X1IEn\");export default FramerEujNNCgIC;FramerEujNNCgIC.displayName=\"Service cards/Strategy Development\";FramerEujNNCgIC.defaultProps={height:511,width:504};addPropertyControls(FramerEujNNCgIC,{variant:{options:[\"hOQWAe4DI\",\"nZlMFk8Ip\"],optionTitles:[\"Desktop\",\"Tablet/phone\"],title:\"Variant\",type:ControlType.Enum},ammH31O16:{defaultValue:\"Strategy Development\",displayTextArea:false,title:\"Title\",type:ControlType.String},CuJBMgrDa:{defaultValue:\"Chart a course for success in the rapidly evolving digital landscape with our AI strategy development services.\",displayTextArea:true,title:\"Description\",type:ControlType.String}});addFonts(FramerEujNNCgIC,[{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,...ServiceCardInteractionPieChartFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerEujNNCgIC\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"511\",\"framerVariables\":\"{\\\"ammH31O16\\\":\\\"title\\\",\\\"CuJBMgrDa\\\":\\\"description\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nZlMFk8Ip\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rEnFLYni3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"504\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./EujNNCgIC.map", "// Generated by Framer (ff86393)\nimport{jsx as _jsx,jsxs as _jsxs}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 cycleOrder=[\"s_ZWmABvC\",\"ArehPAYqR\"];const serializationHash=\"framer-RF7c2\";const variantClassNames={ArehPAYqR:\"framer-v-yvsa35\",s_ZWmABvC:\"framer-v-nsixt4\"};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:500,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 transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;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={Default:\"s_ZWmABvC\",Hover:\"ArehPAYqR\"};const getProps=({height,icon1,icon2,icon3,icon4,icon5,icon6,id,mainIcon,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_ref5,_humanReadableVariantMap_props_variant,_ref6,_ref7;return{...props,AiDkaZqlq:(_ref=icon6!==null&&icon6!==void 0?icon6:props.AiDkaZqlq)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/3izZrJw5TZylCquHGxksJfglTPo.png\"},Ebb7a_oGB:(_ref1=icon3!==null&&icon3!==void 0?icon3:props.Ebb7a_oGB)!==null&&_ref1!==void 0?_ref1:{src:\"https://framerusercontent.com/images/xMO6pplLSG2jal3VpNq6HkTF0SM.png\"},KAzqzfSXr:(_ref2=icon5!==null&&icon5!==void 0?icon5:props.KAzqzfSXr)!==null&&_ref2!==void 0?_ref2:{src:\"https://framerusercontent.com/images/lH36M8HmVmYPepXJiyGKwldDQ.png\"},MpoYaQxvi:(_ref3=icon1!==null&&icon1!==void 0?icon1:props.MpoYaQxvi)!==null&&_ref3!==void 0?_ref3:{src:\"https://framerusercontent.com/images/NBKvRyLt1s0tO2gyf5PuV6QRXb8.png\"},nM3gvhWwY:(_ref4=icon4!==null&&icon4!==void 0?icon4:props.nM3gvhWwY)!==null&&_ref4!==void 0?_ref4:{src:\"https://framerusercontent.com/images/O7vcXUVkMIWOeGjwHaIYmZNGrdY.png\"},Vae3Ad53Z:(_ref5=icon2!==null&&icon2!==void 0?icon2:props.Vae3Ad53Z)!==null&&_ref5!==void 0?_ref5:{src:\"https://framerusercontent.com/images/qUhnguBrv3aas8y2oHydvFyWGE.png\"},variant:(_ref6=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref6!==void 0?_ref6:\"s_ZWmABvC\",YfZix9eBz:(_ref7=mainIcon!==null&&mainIcon!==void 0?mainIcon:props.YfZix9eBz)!==null&&_ref7!==void 0?_ref7:{src:\"https://framerusercontent.com/images/RCh3MrV7897kMuiSIGCh7h6HkM4.png\"}};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,YfZix9eBz,MpoYaQxvi,Vae3Ad53Z,Ebb7a_oGB,nM3gvhWwY,KAzqzfSXr,AiDkaZqlq,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"s_ZWmABvC\",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-nsixt4\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"s_ZWmABvC\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},...addPropertyOverrides({ArehPAYqR:{\"data-framer-name\":\"Hover\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dfkqp9\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"tjEusFE85\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-4268s0\",\"data-framer-name\":\"Main\",layoutDependency:layoutDependency,layoutId:\"zDEJSoex9\",style:{background:\"radial-gradient(50% 50% at 50% 50%, var(--token-4407ed63-6e67-45c4-9c45-a8190c608d0e, rgb(15, 17, 28)) 0%, var(--token-4407ed63-6e67-45c4-9c45-a8190c608d0e, rgb(15, 17, 28)) 100%)\",backgroundColor:\"var(--token-4407ed63-6e67-45c4-9c45-a8190c608d0e, rgb(15, 17, 28))\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},variants:{ArehPAYqR:{background:'radial-gradient(316.2% 261.5% at 50% 50%, var(--token-4407ed63-6e67-45c4-9c45-a8190c608d0e, rgb(15, 17, 28)) /* {\"name\":\"Background\"} */ 0%, var(--token-707ae75a-ddd9-4dc1-b6b0-78a10c1b2223, rgb(51, 198, 171)) /* {\"name\":\"Primary\"} */ 100%)',backgroundColor:\"rgba(0, 0, 0, 0)\"}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(8+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||244)-16-228)/2)+90+0),sizes:\"48px\",...toResponsiveImage(YfZix9eBz)},className:\"framer-1f25o83\",\"data-framer-name\":\"chatgpt\",layoutDependency:layoutDependency,layoutId:\"MQerj6CUO\",style:{borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24}})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(8+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||244)-16-228)/2)+4),sizes:\"22px\",...toResponsiveImage(AiDkaZqlq)},className:\"framer-4nrhbk\",\"data-framer-name\":\"Gmail\",layoutDependency:layoutDependency,layoutId:\"L6BnYZDem\",style:{opacity:.65},transformTemplate:transformTemplate1,variants:{ArehPAYqR:{opacity:1}},...addPropertyOverrides({ArehPAYqR:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(8+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||244)-16-228)/2)+0),sizes:\"28px\",...toResponsiveImage(AiDkaZqlq)}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(8+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||244)-16-228)/2)+55),sizes:\"22px\",...toResponsiveImage(KAzqzfSXr)},className:\"framer-ljw6ki\",\"data-framer-name\":\"intercom\",layoutDependency:layoutDependency,layoutId:\"XBZ5PIZtU\",style:{opacity:.65},variants:{ArehPAYqR:{opacity:1}},...addPropertyOverrides({ArehPAYqR:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(8+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||244)-16-228)/2)+49),sizes:\"28px\",...toResponsiveImage(KAzqzfSXr)}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(8+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||244)-16-228)/2)+228-76),sizes:\"22px\",...toResponsiveImage(nM3gvhWwY)},className:\"framer-1pp6y9r\",\"data-framer-name\":\"loom\",layoutDependency:layoutDependency,layoutId:\"bEMbwZ1Vi\",style:{opacity:.65},variants:{ArehPAYqR:{opacity:1}},...addPropertyOverrides({ArehPAYqR:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(8+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||244)-16-228)/2)+228-77),sizes:\"28px\",...toResponsiveImage(nM3gvhWwY)}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(8+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||244)-16-228)/2)+228-28),sizes:\"22px\",...toResponsiveImage(Ebb7a_oGB)},className:\"framer-1xoon9o\",\"data-framer-name\":\"notion 1\",layoutDependency:layoutDependency,layoutId:\"m3iM2UgQn\",style:{opacity:.65},transformTemplate:transformTemplate1,variants:{ArehPAYqR:{opacity:1}},...addPropertyOverrides({ArehPAYqR:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(8+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||244)-16-228)/2)+228-28),sizes:\"28px\",...toResponsiveImage(Ebb7a_oGB)}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(8+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||244)-16-228)/2)+228-78),sizes:\"22px\",...toResponsiveImage(Vae3Ad53Z)},className:\"framer-1mrgmy1\",\"data-framer-name\":\"stripe\",layoutDependency:layoutDependency,layoutId:\"lPDTqkdmA\",style:{opacity:.65},variants:{ArehPAYqR:{opacity:1}},...addPropertyOverrides({ArehPAYqR:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(8+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||244)-16-228)/2)+228-84),sizes:\"28px\",...toResponsiveImage(Vae3Ad53Z)}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(8+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||244)-16-228)/2)+56),sizes:\"22px\",...toResponsiveImage(MpoYaQxvi)},className:\"framer-1ijoz5w\",\"data-framer-name\":\"zapier\",layoutDependency:layoutDependency,layoutId:\"A6EFUZ0LC\",style:{opacity:.65},variants:{ArehPAYqR:{opacity:1}},...addPropertyOverrides({ArehPAYqR:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(8+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||244)-16-228)/2)+50),sizes:\"28px\",...toResponsiveImage(MpoYaQxvi)}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1y8ggfx\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"S1AZtkYsO\",style:{backgroundColor:\"var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35))\",rotate:-30},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-14pn85x\",\"data-framer-name\":\"2\",layoutDependency:layoutDependency,layoutId:\"yM8k7WjXx\",style:{backgroundColor:\"var(--token-707ae75a-ddd9-4dc1-b6b0-78a10c1b2223, rgb(51, 198, 171))\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-10e3tvn\",\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"WAtiPkUDs\",style:{backgroundColor:\"var(--token-707ae75a-ddd9-4dc1-b6b0-78a10c1b2223, rgb(51, 198, 171))\"}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ey3k3l\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"AHzh94UDw\",style:{backgroundColor:\"var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35))\",rotate:30},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-qxzkv\",\"data-framer-name\":\"2\",layoutDependency:layoutDependency,layoutId:\"wGHET84xl\",style:{backgroundColor:\"var(--token-707ae75a-ddd9-4dc1-b6b0-78a10c1b2223, rgb(51, 198, 171))\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yv2iof\",\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"DGRPASXMG\",style:{backgroundColor:\"var(--token-707ae75a-ddd9-4dc1-b6b0-78a10c1b2223, rgb(51, 198, 171))\"}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1952ebv\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"pCXqDjHKw\",style:{backgroundColor:\"var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35))\",rotate:90},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-3whsfx\",\"data-framer-name\":\"2\",layoutDependency:layoutDependency,layoutId:\"R90vFMTkG\",style:{backgroundColor:\"var(--token-707ae75a-ddd9-4dc1-b6b0-78a10c1b2223, rgb(51, 198, 171))\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-110vefi\",\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"OAm7P8rxx\",style:{backgroundColor:\"var(--token-707ae75a-ddd9-4dc1-b6b0-78a10c1b2223, rgb(51, 198, 171))\"}})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1edv0cv\",\"data-framer-name\":\"Gradient\",layoutDependency:layoutDependency,layoutId:\"AHFWKJv1G\",style:{background:\"radial-gradient(107.3% 58.5% at 50% 50%, rgba(52, 199, 172, 0.2) 0%, rgba(52, 199, 172, 0) 100%)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,filter:\"blur(80px)\",WebkitFilter:\"blur(80px)\"},variants:{ArehPAYqR:{background:\"radial-gradient(107.3% 58.5% at 50% 50%, rgba(52, 199, 172, 0.35) 0%, rgba(52, 199, 172, 0) 100%)\"}}})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-RF7c2.framer-eu658z, .framer-RF7c2 .framer-eu658z { display: block; }\",\".framer-RF7c2.framer-nsixt4 { align-content: center; align-items: center; cursor: default; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 8px; position: relative; width: min-content; }\",\".framer-RF7c2 .framer-1dfkqp9 { flex: none; height: 228px; overflow: visible; position: relative; width: 201px; }\",\".framer-RF7c2 .framer-4268s0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 48px; justify-content: center; left: 75px; overflow: hidden; padding: 0px; position: absolute; top: 90px; width: 48px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-RF7c2 .framer-1f25o83 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); position: relative; width: 48px; z-index: 1; }\",\".framer-RF7c2 .framer-4nrhbk { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 22px); left: 50%; position: absolute; top: 4px; width: 22px; }\",\".framer-RF7c2 .framer-ljw6ki { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 22px); position: absolute; right: 4px; top: 55px; width: 22px; }\",\".framer-RF7c2 .framer-1pp6y9r { aspect-ratio: 1 / 1; bottom: 54px; flex: none; height: var(--framer-aspect-ratio-supported, 22px); position: absolute; right: 5px; width: 22px; }\",\".framer-RF7c2 .framer-1xoon9o { aspect-ratio: 1 / 1; bottom: 6px; flex: none; height: var(--framer-aspect-ratio-supported, 22px); left: 50%; position: absolute; width: 22px; }\",\".framer-RF7c2 .framer-1mrgmy1 { aspect-ratio: 1 / 1; bottom: 56px; flex: none; height: var(--framer-aspect-ratio-supported, 22px); left: 5px; position: absolute; width: 22px; }\",\".framer-RF7c2 .framer-1ijoz5w { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 22px); left: 4px; position: absolute; top: 56px; width: 22px; }\",\".framer-RF7c2 .framer-1y8ggfx { flex: none; height: 1px; left: calc(50.746268656716445% - 171px / 2); overflow: hidden; position: absolute; top: calc(50.4385964912281% - 1px / 2); width: 171px; z-index: 0; }\",\".framer-RF7c2 .framer-14pn85x, .framer-RF7c2 .framer-qxzkv, .framer-RF7c2 .framer-3whsfx { bottom: 0px; flex: none; height: 1px; left: 80px; overflow: hidden; position: absolute; right: 85px; z-index: 0; }\",\".framer-RF7c2 .framer-10e3tvn, .framer-RF7c2 .framer-1yv2iof, .framer-RF7c2 .framer-110vefi { flex: none; height: 1px; left: 85px; overflow: hidden; position: absolute; right: 80px; top: 0px; z-index: 0; }\",\".framer-RF7c2 .framer-1ey3k3l { flex: none; height: 1px; left: calc(49.75124378109455% - 171px / 2); overflow: hidden; position: absolute; top: calc(50.877192982456165% - 1px / 2); width: 171px; z-index: 0; }\",\".framer-RF7c2 .framer-1952ebv { flex: none; height: 1px; left: calc(49.75124378109455% - 170px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 1px / 2); width: 170px; z-index: 0; }\",\".framer-RF7c2 .framer-1edv0cv { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-RF7c2.framer-nsixt4, .framer-RF7c2 .framer-4268s0 { gap: 0px; } .framer-RF7c2.framer-nsixt4 > *, .framer-RF7c2 .framer-4268s0 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-RF7c2.framer-nsixt4 > :first-child, .framer-RF7c2 .framer-4268s0 > :first-child { margin-left: 0px; } .framer-RF7c2.framer-nsixt4 > :last-child, .framer-RF7c2 .framer-4268s0 > :last-child { margin-right: 0px; } }\",\".framer-RF7c2.framer-v-yvsa35 .framer-4nrhbk { height: var(--framer-aspect-ratio-supported, 28px); top: 0px; width: 28px; }\",\".framer-RF7c2.framer-v-yvsa35 .framer-ljw6ki { height: var(--framer-aspect-ratio-supported, 28px); right: 0px; top: 49px; width: 28px; }\",\".framer-RF7c2.framer-v-yvsa35 .framer-1pp6y9r { bottom: 49px; height: var(--framer-aspect-ratio-supported, 28px); right: 0px; width: 28px; }\",\".framer-RF7c2.framer-v-yvsa35 .framer-1xoon9o { bottom: 0px; height: var(--framer-aspect-ratio-supported, 28px); width: 28px; }\",\".framer-RF7c2.framer-v-yvsa35 .framer-1mrgmy1 { height: var(--framer-aspect-ratio-supported, 28px); left: 0px; width: 28px; }\",\".framer-RF7c2.framer-v-yvsa35 .framer-1ijoz5w { height: var(--framer-aspect-ratio-supported, 28px); left: 0px; top: 50px; width: 28px; }\",\".framer-RF7c2.framer-v-yvsa35 .framer-14pn85x, .framer-RF7c2.framer-v-yvsa35 .framer-qxzkv, .framer-RF7c2.framer-v-yvsa35 .framer-3whsfx { left: 0px; }\",\".framer-RF7c2.framer-v-yvsa35 .framer-10e3tvn, .framer-RF7c2.framer-v-yvsa35 .framer-1yv2iof, .framer-RF7c2.framer-v-yvsa35 .framer-110vefi { right: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 244\n * @framerIntrinsicWidth 217\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"ArehPAYqR\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"YfZix9eBz\":\"mainIcon\",\"MpoYaQxvi\":\"icon1\",\"Vae3Ad53Z\":\"icon2\",\"Ebb7a_oGB\":\"icon3\",\"nM3gvhWwY\":\"icon4\",\"KAzqzfSXr\":\"icon5\",\"AiDkaZqlq\":\"icon6\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerkuee8hS6V=withCSS(Component,css,\"framer-RF7c2\");export default Framerkuee8hS6V;Framerkuee8hS6V.displayName=\"Service card Interaction/Integration\";Framerkuee8hS6V.defaultProps={height:244,width:217};addPropertyControls(Framerkuee8hS6V,{variant:{options:[\"s_ZWmABvC\",\"ArehPAYqR\"],optionTitles:[\"Default\",\"Hover\"],title:\"Variant\",type:ControlType.Enum},YfZix9eBz:{__defaultAssetReference:\"data:framer/asset-reference,RCh3MrV7897kMuiSIGCh7h6HkM4.png?originalFilename=chatgpt.png&preferredSize=auto\",title:\"Main icon\",type:ControlType.ResponsiveImage},MpoYaQxvi:{__defaultAssetReference:\"data:framer/asset-reference,NBKvRyLt1s0tO2gyf5PuV6QRXb8.png?originalFilename=zapier.png&preferredSize=auto\",title:\"Icon 1\",type:ControlType.ResponsiveImage},Vae3Ad53Z:{__defaultAssetReference:\"data:framer/asset-reference,qUhnguBrv3aas8y2oHydvFyWGE.png?originalFilename=stripe.png&preferredSize=auto\",title:\"Icon 2\",type:ControlType.ResponsiveImage},Ebb7a_oGB:{__defaultAssetReference:\"data:framer/asset-reference,xMO6pplLSG2jal3VpNq6HkTF0SM.png?originalFilename=notion.png&preferredSize=auto\",title:\"Icon 3\",type:ControlType.ResponsiveImage},nM3gvhWwY:{__defaultAssetReference:\"data:framer/asset-reference,O7vcXUVkMIWOeGjwHaIYmZNGrdY.png?originalFilename=loom.png&preferredSize=auto\",title:\"Icon 4\",type:ControlType.ResponsiveImage},KAzqzfSXr:{__defaultAssetReference:\"data:framer/asset-reference,lH36M8HmVmYPepXJiyGKwldDQ.png?originalFilename=intercom.png&preferredSize=auto\",title:\"Icon 5\",type:ControlType.ResponsiveImage},AiDkaZqlq:{__defaultAssetReference:\"data:framer/asset-reference,3izZrJw5TZylCquHGxksJfglTPo.png?originalFilename=Gmail.png&preferredSize=auto\",title:\"Icon 6\",type:ControlType.ResponsiveImage}});addFonts(Framerkuee8hS6V,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerkuee8hS6V\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"YfZix9eBz\\\":\\\"mainIcon\\\",\\\"MpoYaQxvi\\\":\\\"icon1\\\",\\\"Vae3Ad53Z\\\":\\\"icon2\\\",\\\"Ebb7a_oGB\\\":\\\"icon3\\\",\\\"nM3gvhWwY\\\":\\\"icon4\\\",\\\"KAzqzfSXr\\\":\\\"icon5\\\",\\\"AiDkaZqlq\\\":\\\"icon6\\\"}\",\"framerIntrinsicHeight\":\"244\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"217\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ArehPAYqR\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./kuee8hS6V.map", "// Generated by Framer (ff86393)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleCode,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/rAWj1emjDxHuYJvveCx7/f1kuTWQbvxiTlr3ow5yi/GlyTVUGYC.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/4nrzMA9dTWvs879bpOOD/fwPNmTgRq6tJule2GyVx/x77Rv6nrn.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/psH3a6w5QP47BtiJYNRj/4dC8f3a5N4SZghaqgbyU/xXc7_oNpp.js\";import ServiceCardInteractionIntegration from\"https://framerusercontent.com/modules/rR01uiY4iKezUV0SvjnW/jxpNLLRs8g6it8uPS7G0/kuee8hS6V.js\";const PhosphorFonts=getFonts(Phosphor);const ServiceCardInteractionIntegrationFonts=getFonts(ServiceCardInteractionIntegration);const MotionDivWithFX=withFX(motion.div);const enabledGestures={aazHHW_Co:{hover:true}};const cycleOrder=[\"aazHHW_Co\",\"yNjrcJwVJ\"];const serializationHash=\"framer-gsZ9k\";const variantClassNames={aazHHW_Co:\"framer-v-crotj3\",yNjrcJwVJ:\"framer-v-13j2yuk\"};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:500,type:\"spring\"};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;// We add a try block because an invalid language code results in a crash\ntry{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,x:0,y:0};const transition2={damping:30,delay:0,mass:1,stiffness:150,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,transition:transition2,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={\"Tablet/phone\":\"yNjrcJwVJ\",Desktop:\"aazHHW_Co\"};const getProps=({description,height,id,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1,_ref2;return{...props,R9Kbpdbhy:(_ref=title!==null&&title!==void 0?title:props.R9Kbpdbhy)!==null&&_ref!==void 0?_ref:\"Workflow Automatisierung\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"aazHHW_Co\",Y80d3_QFf:(_ref2=description!==null&&description!==void 0?description:props.Y80d3_QFf)!==null&&_ref2!==void 0?_ref2:\"Nach dem Prinzip des Lean Managements bauen wir optimierte Prozesse basierend auf KI.\"};};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,R9Kbpdbhy,Y80d3_QFf,nJ41mIjKEptuWJBq_n,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"aazHHW_Co\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const activeLocaleCode=useLocaleCode();const textContent=toDateString(nJ41mIjKEptuWJBq_n,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-crotj3\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"aazHHW_Co\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"aazHHW_Co-hover\":{\"data-framer-name\":undefined},yNjrcJwVJ:{\"data-framer-name\":\"Tablet/phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mtyxjd\",\"data-border\":true,\"data-framer-name\":\"Details\",layoutDependency:layoutDependency,layoutId:\"Xc70v5r1M\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",background:'linear-gradient(180deg, var(--token-4407ed63-6e67-45c4-9c45-a8190c608d0e, rgb(15, 17, 28)) /* {\"name\":\"Background\"} */ 0%, var(--token-935d13cd-c842-48dc-9938-ffc0d3889471, rgba(4, 5, 8, 0.3)) /* {\"name\":\"Cards gradient 2nd color\"} */ 100%)',borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"inset 0px 0.3010936508871964px 1.505468254435982px -1.0833333333333333px rgba(255, 255, 255, 0.15798), inset 0px 1.1442666516217286px 5.7213332581086425px -2.1666666666666665px rgba(255, 255, 255, 0.14534), inset 0px 5px 25px -3.25px rgba(255, 255, 255, 0.0875)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jhi7xh\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"YYC55l99Q\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1azul7z\",\"data-framer-name\":\"Stack\",layoutDependency:layoutDependency,layoutId:\"aCcE4yC6k\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-rguhv1\",\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"moAIxgi_5\",style:{backgroundColor:\"var(--token-707ae75a-ddd9-4dc1-b6b0-78a10c1b2223, rgb(51, 198, 171))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vsq7r\",layoutDependency:layoutDependency,layoutId:\"GsWog2K6S\",style:{backgroundColor:\"var(--token-4407ed63-6e67-45c4-9c45-a8190c608d0e, rgb(15, 17, 28))\",borderBottomLeftRadius:9,borderBottomRightRadius:9,borderTopLeftRadius:9,borderTopRightRadius:9},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2n86c8\",\"data-styles-preset\":\"GlyTVUGYC\",children:\"Content\"})}),className:\"framer-1sasqws\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"fT0oywraF\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-nt4lyf-container\",layoutDependency:layoutDependency,layoutId:\"t5TdMlOjv-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(245, 246, 250))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Gear\",id:\"t5TdMlOjv\",layoutId:\"t5TdMlOjv\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})]})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-drz1ek\",\"data-framer-name\":\"Info\",layoutDependency:layoutDependency,layoutId:\"wRLLDdY1q\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1555spb\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"DwSiuc_4e\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1g6zln9\",\"data-styles-preset\":\"x77Rv6nrn\",children:\"Workflow Automation\"})}),className:\"framer-127gqku\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"RtO7RHaKx\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:R9Kbpdbhy,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1cp8ffw\",\"data-styles-preset\":\"xXc7_oNpp\",children:\"Streamline your business processes and boost productivity with our AI-powered workflow automation solutions.\"})}),className:\"framer-1fu4ibw\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ZhJrUxyN1\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:Y80d3_QFf,verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-5daexj\",\"data-framer-name\":\"Gradient\",layoutDependency:layoutDependency,layoutId:\"MEfeaCWkE\",style:{background:\"radial-gradient(107.3% 58.5% at 50% 50%, rgba(52, 199, 172, 0.2) 0%, rgba(52, 199, 172, 0) 100%)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,filter:\"blur(80px)\",opacity:0,WebkitFilter:\"blur(80px)\"},variants:{\"aazHHW_Co-hover\":{opacity:1},yNjrcJwVJ:{opacity:1}}})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-135mxn1\",\"data-framer-name\":\"Interaction\",layoutDependency:layoutDependency,layoutId:\"wPn2yCzd6\",style:{backgroundColor:\"var(--token-4407ed63-6e67-45c4-9c45-a8190c608d0e, rgb(15, 17, 28))\",borderBottomLeftRadius:16,borderBottomRightRadius:16},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jvkznz\",\"data-border\":true,\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"yuTfMlwPY\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-4407ed63-6e67-45c4-9c45-a8190c608d0e, rgb(15, 17, 28))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:275,width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||511)-0-593.4)/2+318.4+0)+0+0,...addPropertyOverrides({yNjrcJwVJ:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||492)-0-587.4)/2+312.4+0)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-5l8p4u-container\",layoutDependency:layoutDependency,layoutId:\"r5idL7cz3-container\",children:/*#__PURE__*/_jsx(ServiceCardInteractionIntegration,{height:\"100%\",id:\"r5idL7cz3\",layoutId:\"r5idL7cz3\",style:{height:\"100%\",width:\"100%\"},variant:\"s_ZWmABvC\",width:\"100%\",...addPropertyOverrides({\"aazHHW_Co-hover\":{variant:\"ArehPAYqR\"},yNjrcJwVJ:{variant:\"ArehPAYqR\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",backgroundSize:1,fit:\"tile\",intrinsicHeight:96,intrinsicWidth:96,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||511)-0-593.4)/2+318.4+0)+0+0),pixelHeight:2160,pixelWidth:2160,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/6jRPN56GFX0l4uT2QVaHJ7DUcbA.png?scale-down-to=2048\"},className:\"framer-61tg88\",\"data-framer-name\":\"Pattern\",layoutDependency:layoutDependency,layoutId:\"mx4wAUoDl\",style:{opacity:.3},...addPropertyOverrides({yNjrcJwVJ:{background:{alt:\"\",backgroundSize:1,fit:\"tile\",intrinsicHeight:96,intrinsicWidth:96,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||492)-0-587.4)/2+312.4+0)+0+0),pixelHeight:2160,pixelWidth:2160,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/6jRPN56GFX0l4uT2QVaHJ7DUcbA.png?scale-down-to=2048\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jytl6o\",\"data-framer-name\":\"Blur\",layoutDependency:layoutDependency,layoutId:\"q8q5wYlhd\",style:{background:'radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, var(--token-50f24d87-96a0-4385-9785-727217dabb35, rgb(0, 0, 0)) /* {\"name\":\"Background 2\"} */ 100%)'}})})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-gsZ9k.framer-1loq3sd, .framer-gsZ9k .framer-1loq3sd { display: block; }\",\".framer-gsZ9k.framer-crotj3 { align-content: center; align-items: center; cursor: default; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 504px; }\",\".framer-gsZ9k .framer-mtyxjd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 16px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-gsZ9k .framer-jhi7xh { 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: flex-start; overflow: visible; padding: 8px; position: relative; width: 100%; z-index: 1; }\",\".framer-gsZ9k .framer-1azul7z { 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: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-gsZ9k .framer-rguhv1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 3; }\",\".framer-gsZ9k .framer-vsq7r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-gsZ9k .framer-1sasqws { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-gsZ9k .framer-nt4lyf-container { flex: none; height: 32px; position: relative; width: 32px; }\",\".framer-gsZ9k .framer-drz1ek { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; min-height: 100px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-gsZ9k .framer-1555spb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-gsZ9k .framer-127gqku { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-gsZ9k .framer-1fu4ibw { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-gsZ9k .framer-5daexj { bottom: -142px; flex: none; height: 234px; left: 0px; overflow: hidden; position: absolute; right: 0px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-gsZ9k .framer-135mxn1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 275px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-gsZ9k .framer-1jvkznz { align-content: center; align-items: center; backface-visibility: hidden; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; justify-content: center; left: 0px; overflow: visible; padding: 0px; position: absolute; right: 0px; top: 0px; z-index: 2; }\",\".framer-gsZ9k .framer-5l8p4u-container { flex: 1 0 0px; height: 100%; position: relative; width: 1px; z-index: 1; }\",\".framer-gsZ9k .framer-61tg88 { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-gsZ9k .framer-1jytl6o { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-gsZ9k.framer-crotj3, .framer-gsZ9k .framer-mtyxjd, .framer-gsZ9k .framer-jhi7xh, .framer-gsZ9k .framer-1azul7z, .framer-gsZ9k .framer-rguhv1, .framer-gsZ9k .framer-vsq7r, .framer-gsZ9k .framer-drz1ek, .framer-gsZ9k .framer-1555spb, .framer-gsZ9k .framer-135mxn1, .framer-gsZ9k .framer-1jvkznz { gap: 0px; } .framer-gsZ9k.framer-crotj3 > *, .framer-gsZ9k .framer-vsq7r > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-gsZ9k.framer-crotj3 > :first-child, .framer-gsZ9k .framer-mtyxjd > :first-child, .framer-gsZ9k .framer-jhi7xh > :first-child, .framer-gsZ9k .framer-1azul7z > :first-child, .framer-gsZ9k .framer-rguhv1 > :first-child, .framer-gsZ9k .framer-vsq7r > :first-child, .framer-gsZ9k .framer-drz1ek > :first-child, .framer-gsZ9k .framer-135mxn1 > :first-child { margin-top: 0px; } .framer-gsZ9k.framer-crotj3 > :last-child, .framer-gsZ9k .framer-mtyxjd > :last-child, .framer-gsZ9k .framer-jhi7xh > :last-child, .framer-gsZ9k .framer-1azul7z > :last-child, .framer-gsZ9k .framer-rguhv1 > :last-child, .framer-gsZ9k .framer-vsq7r > :last-child, .framer-gsZ9k .framer-drz1ek > :last-child, .framer-gsZ9k .framer-135mxn1 > :last-child { margin-bottom: 0px; } .framer-gsZ9k .framer-mtyxjd > *, .framer-gsZ9k .framer-135mxn1 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-gsZ9k .framer-jhi7xh > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-gsZ9k .framer-1azul7z > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-gsZ9k .framer-rguhv1 > *, .framer-gsZ9k .framer-drz1ek > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-gsZ9k .framer-1555spb > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-gsZ9k .framer-1555spb > :first-child, .framer-gsZ9k .framer-1jvkznz > :first-child { margin-left: 0px; } .framer-gsZ9k .framer-1555spb > :last-child, .framer-gsZ9k .framer-1jvkznz > :last-child { margin-right: 0px; } .framer-gsZ9k .framer-1jvkznz > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-gsZ9k.framer-v-13j2yuk .framer-nt4lyf-container { height: 26px; width: 26px; }\",\".framer-gsZ9k.framer-v-13j2yuk .framer-drz1ek { min-height: unset; }\",\".framer-gsZ9k.framer-v-13j2yuk .framer-5daexj { bottom: -180px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-gsZ9k[data-border=\"true\"]::after, .framer-gsZ9k [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 511\n * @framerIntrinsicWidth 504\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"yNjrcJwVJ\":{\"layout\":[\"fixed\",\"auto\"]},\"BCUuXij8O\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"R9Kbpdbhy\":\"title\",\"Y80d3_QFf\":\"description\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramereWCV_MazW=withCSS(Component,css,\"framer-gsZ9k\");export default FramereWCV_MazW;FramereWCV_MazW.displayName=\"Service cards/Workflow automation\";FramereWCV_MazW.defaultProps={height:511,width:504};addPropertyControls(FramereWCV_MazW,{variant:{options:[\"aazHHW_Co\",\"yNjrcJwVJ\"],optionTitles:[\"Desktop\",\"Tablet/phone\"],title:\"Variant\",type:ControlType.Enum},R9Kbpdbhy:{defaultValue:\"Workflow Automatisierung\",displayTextArea:false,title:\"Title\",type:ControlType.String},Y80d3_QFf:{defaultValue:\"Nach dem Prinzip des Lean Managements bauen wir optimierte Prozesse basierend auf KI.\",displayTextArea:true,title:\"Description\",type:ControlType.String}});addFonts(FramereWCV_MazW,[{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,...ServiceCardInteractionIntegrationFonts,...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\":\"FramereWCV_MazW\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"511\",\"framerIntrinsicWidth\":\"504\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"yNjrcJwVJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"BCUuXij8O\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"R9Kbpdbhy\\\":\\\"title\\\",\\\"Y80d3_QFf\\\":\\\"description\\\"}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./eWCV_MazW.map", "// Generated by Framer (ff86393)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/rAWj1emjDxHuYJvveCx7/f1kuTWQbvxiTlr3ow5yi/GlyTVUGYC.js\";const cycleOrder=[\"Naf3aXk8O\",\"pzfXxrTUb\"];const serializationHash=\"framer-gjUBa\";const variantClassNames={Naf3aXk8O:\"framer-v-1su4yzs\",pzfXxrTUb:\"framer-v-zxxedm\"};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:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Default:\"Naf3aXk8O\",Hover:\"pzfXxrTUb\"};const getProps=({content,height,id,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,DJuCJkJkd:(_ref=content!==null&&content!==void 0?content:props.DJuCJkJkd)!==null&&_ref!==void 0?_ref:\"Verstanden! Onboarding f\\xfcr Agentur X wird gestartet.\\n\\n(1/5) Rufe Daten aus Vector Store auf\u2026\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"Naf3aXk8O\"};};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,DJuCJkJkd,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Naf3aXk8O\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"pzfXxrTUb\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"pzfXxrTUb\")return false;return true;};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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1su4yzs\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"Naf3aXk8O\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},...addPropertyOverrides({pzfXxrTUb:{\"data-framer-name\":\"Hover\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-x4maiv\",\"data-framer-name\":\"Gradient\",layoutDependency:layoutDependency,layoutId:\"d4IqtbtvO\",style:{background:\"radial-gradient(107.3% 58.5% at 50% 50%, rgba(52, 199, 172, 0.2) 0%, rgba(52, 199, 172, 0) 100%)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,filter:\"blur(80px)\",WebkitFilter:\"blur(80px)\"},variants:{pzfXxrTUb:{background:\"radial-gradient(107.3% 58.5% at 50% 50%, rgba(52, 199, 172, 0.35) 0%, rgba(52, 199, 172, 0) 100%)\"}}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12c6h3v\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"gy_Ox9_DS\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-h41hct\",\"data-border\":true,\"data-framer-name\":\"Answer\",layoutDependency:layoutDependency,layoutId:\"bBqJ4s1JE\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(15, 17, 28, 0.4)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},variants:{pzfXxrTUb:{backgroundColor:\"var(--token-d5ad54ff-de50-4443-b4ec-24d91248e5d8, rgba(15, 17, 28, 0.8))\"}},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xohghz\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"NtWPupbh8\",children:[isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:540,pixelHeight:252,pixelWidth:252,src:\"https://framerusercontent.com/images/iLNE8oFM3Wzy8NqW3Gi0cS59sHE.png\"},className:\"framer-1vwlw7r\",\"data-framer-name\":\"Untitled design (1)\",layoutDependency:layoutDependency,layoutId:\"Fm8snB4Rg\",...addPropertyOverrides({pzfXxrTUb:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:540,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+8+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||255)-16-239)+0+0+14+0+41.99999999999999),pixelHeight:252,pixelWidth:252,src:\"https://framerusercontent.com/images/iLNE8oFM3Wzy8NqW3Gi0cS59sHE.png\"}}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:540,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(8+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||176)-16-160)/2)+0+0+14+0+41.99999999999999),pixelHeight:252,pixelWidth:252,src:\"https://framerusercontent.com/images/iLNE8oFM3Wzy8NqW3Gi0cS59sHE.png\"},className:\"framer-usxufv\",\"data-framer-name\":\"Untitled design (1)\",layoutDependency:layoutDependency,layoutId:\"R8OaFDauY\",style:{opacity:.3}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2n86c8\",\"data-styles-preset\":\"GlyTVUGYC\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35)))\"},children:\"Onboarding-Olaf\"})}),className:\"framer-14zdb33\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"K8JIpse_0\",style:{\"--extracted-r6o4lv\":\"var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{pzfXxrTUb:{\"--extracted-r6o4lv\":\"var(--token-cbb7caed-278d-4ab5-a4f8-c99fc32230b9, rgba(245, 246, 250, 0.7))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({pzfXxrTUb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2n86c8\",\"data-styles-preset\":\"GlyTVUGYC\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-cbb7caed-278d-4ab5-a4f8-c99fc32230b9, rgba(245, 246, 250, 0.7)))\"},children:\"Onboarding-Olaf\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kyyd12\",layoutDependency:layoutDependency,layoutId:\"m6ZoEWiMW\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2n86c8\",\"data-styles-preset\":\"GlyTVUGYC\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35)))\"},children:\"Our team of experts specializes in building custom GPT models tailored to your specific needs, whether it's text generation, language translation, or content summarization. With GPT development, you can enhance customer interactions, automate content creation, and revolutionize your communication channels.\"})}),className:\"framer-i5etkj\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Ac0fPwuUN\",style:{\"--extracted-r6o4lv\":\"var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:DJuCJkJkd,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2n86c8\",\"data-styles-preset\":\"GlyTVUGYC\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-cbb7caed-278d-4ab5-a4f8-c99fc32230b9, rgba(245, 246, 250, 0.7)))\"},children:\"Verstanden! Onboarding-Prozess f\\xfcr Agentur X wird gestartet.\"})}),className:\"framer-1x2h49l\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"BX2mjTtOF\",style:{\"--extracted-r6o4lv\":\"var(--token-cbb7caed-278d-4ab5-a4f8-c99fc32230b9, rgba(245, 246, 250, 0.7))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2n86c8\",\"data-styles-preset\":\"GlyTVUGYC\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(51, 198, 171))\"},children:\"(1/5) Rufe Daten aus Vector Store auf\u2026\"})}),className:\"framer-awqbyw\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"jAHLQqWJx\",style:{\"--extracted-r6o4lv\":\"rgb(51, 198, 171)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2n86c8\",\"data-styles-preset\":\"GlyTVUGYC\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-707ae75a-ddd9-4dc1-b6b0-78a10c1b2223, rgb(51, 198, 171)))\"},children:\"(2/5) Lege Projektstruktur im CRM-System an\u2026\"})}),className:\"framer-7g1uc\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"p0lUZouH1\",style:{\"--extracted-r6o4lv\":\"var(--token-707ae75a-ddd9-4dc1-b6b0-78a10c1b2223, rgb(51, 198, 171))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2n86c8\",\"data-styles-preset\":\"GlyTVUGYC\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(51, 198, 171, 0.3))\"},children:\"(3/5) Benachrichtige Team und Kunden\u2026\"})}),className:\"framer-1k8a23b\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"IOul0zJqS\",style:{\"--extracted-r6o4lv\":\"rgba(51, 198, 171, 0.3)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-lk1t63\",layoutDependency:layoutDependency,layoutId:\"a_aLoPZq5\",style:{backgroundColor:\"var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35))\"}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1022ve9\",\"data-border\":true,\"data-framer-name\":\"Write here\",layoutDependency:layoutDependency,layoutId:\"sKG6u61UZ\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(15, 17, 28, 0.4)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},variants:{pzfXxrTUb:{\"--border-color\":\"var(--token-cbb7caed-278d-4ab5-a4f8-c99fc32230b9, rgba(245, 246, 250, 0.7))\",backgroundColor:\"var(--token-d5ad54ff-de50-4443-b4ec-24d91248e5d8, rgba(15, 17, 28, 0.8))\"}},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2n86c8\",\"data-styles-preset\":\"GlyTVUGYC\",children:\"Schreibe hier\u2026\"})}),className:\"framer-1piiftn\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"eYEnOFqHG\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{pzfXxrTUb:{\"--extracted-r6o4lv\":\"rgba(245, 246, 250, 0.5)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({pzfXxrTUb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(245, 246, 250, 0.5))\"},children:\"Starte das Onboarding f\\xfcr Agentur X.\"})}),fonts:[\"FS;General Sans-regular\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-10cthgj\",\"data-framer-name\":\"Vector\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"K0pEtN4PI\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 19 19\"><path d=\"M 1.707 9.142 L 1.069 3.403 C 0.887 1.761 2.578 0.554 4.071 1.263 L 16.679 7.235 C 18.288 7.997 18.288 10.288 16.679 11.05 L 4.071 17.023 C 2.578 17.73 0.887 16.525 1.069 14.882 Z M 1.707 9.142 L 9.096 9.142\" fill=\"transparent\" stroke-width=\"1.65\" stroke=\"var(--token-cbb7caed-278d-4ab5-a4f8-c99fc32230b9, rgba(245, 246, 250, 0.7)) /* {&quot;name&quot;:&quot;Body&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:10130501757,withExternalLayout:true,...addPropertyOverrides({pzfXxrTUb:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 19 19\"><path d=\"M 1.707 9.142 L 1.069 3.403 C 0.887 1.761 2.578 0.554 4.071 1.263 L 16.679 7.235 C 18.288 7.997 18.288 10.288 16.679 11.05 L 4.071 17.023 C 2.578 17.73 0.887 16.525 1.069 14.882 Z M 1.707 9.142 L 9.096 9.142\" fill=\"transparent\" stroke-width=\"1.65\" stroke=\"var(--token-707ae75a-ddd9-4dc1-b6b0-78a10c1b2223, rgb(51, 198, 171)) /* {&quot;name&quot;:&quot;Primary&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:12164695282}},baseVariant,gestureVariant)})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-gjUBa.framer-1l3fd09, .framer-gjUBa .framer-1l3fd09 { display: block; }\",\".framer-gjUBa.framer-1su4yzs { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 8px; position: relative; width: 468px; }\",\".framer-gjUBa .framer-x4maiv { flex: none; height: 228px; left: calc(50.00000000000002% - 201px / 2); overflow: hidden; position: absolute; top: calc(50.18181818181821% - 228px / 2); width: 201px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-gjUBa .framer-12c6h3v { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-gjUBa .framer-h41hct { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: 107px; justify-content: flex-start; overflow: hidden; padding: 14px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-gjUBa .framer-1xohghz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-gjUBa .framer-1vwlw7r, .framer-gjUBa .framer-usxufv { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 14px); overflow: visible; position: relative; width: 14px; }\",\".framer-gjUBa .framer-14zdb33, .framer-gjUBa .framer-i5etkj, .framer-gjUBa .framer-1x2h49l, .framer-gjUBa .framer-awqbyw, .framer-gjUBa .framer-7g1uc, .framer-gjUBa .framer-1k8a23b, .framer-gjUBa .framer-1piiftn { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-gjUBa .framer-kyyd12 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 16px; position: relative; width: 100%; }\",\".framer-gjUBa .framer-lk1t63 { flex: none; height: 1px; overflow: visible; position: relative; width: 100%; }\",\".framer-gjUBa .framer-1022ve9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 45px; justify-content: center; overflow: hidden; padding: 14px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-gjUBa .framer-10cthgj { flex: none; height: 19px; position: relative; width: 19px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-gjUBa.framer-1su4yzs, .framer-gjUBa .framer-12c6h3v, .framer-gjUBa .framer-h41hct, .framer-gjUBa .framer-1xohghz, .framer-gjUBa .framer-kyyd12, .framer-gjUBa .framer-1022ve9 { gap: 0px; } .framer-gjUBa.framer-1su4yzs > *, .framer-gjUBa .framer-1022ve9 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-gjUBa.framer-1su4yzs > :first-child, .framer-gjUBa .framer-1xohghz > :first-child, .framer-gjUBa .framer-kyyd12 > :first-child, .framer-gjUBa .framer-1022ve9 > :first-child { margin-left: 0px; } .framer-gjUBa.framer-1su4yzs > :last-child, .framer-gjUBa .framer-1xohghz > :last-child, .framer-gjUBa .framer-kyyd12 > :last-child, .framer-gjUBa .framer-1022ve9 > :last-child { margin-right: 0px; } .framer-gjUBa .framer-12c6h3v > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-gjUBa .framer-12c6h3v > :first-child, .framer-gjUBa .framer-h41hct > :first-child { margin-top: 0px; } .framer-gjUBa .framer-12c6h3v > :last-child, .framer-gjUBa .framer-h41hct > :last-child { margin-bottom: 0px; } .framer-gjUBa .framer-h41hct > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-gjUBa .framer-1xohghz > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-gjUBa .framer-kyyd12 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } }\",\".framer-gjUBa.framer-v-zxxedm.framer-1su4yzs { align-content: flex-end; align-items: flex-end; }\",\".framer-gjUBa.framer-v-zxxedm .framer-h41hct { gap: 8px; height: 186px; }\",\".framer-gjUBa.framer-v-zxxedm .framer-1xohghz { gap: 4px; order: 0; }\",\".framer-gjUBa.framer-v-zxxedm .framer-kyyd12 { flex-direction: column; order: 2; }\",\".framer-gjUBa.framer-v-zxxedm .framer-1x2h49l, .framer-gjUBa.framer-v-zxxedm .framer-awqbyw, .framer-gjUBa.framer-v-zxxedm .framer-7g1uc, .framer-gjUBa.framer-v-zxxedm .framer-1k8a23b { flex: none; width: 100%; }\",\".framer-gjUBa.framer-v-zxxedm .framer-lk1t63 { order: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-gjUBa.framer-v-zxxedm .framer-h41hct, .framer-gjUBa.framer-v-zxxedm .framer-1xohghz, .framer-gjUBa.framer-v-zxxedm .framer-kyyd12 { gap: 0px; } .framer-gjUBa.framer-v-zxxedm .framer-h41hct > *, .framer-gjUBa.framer-v-zxxedm .framer-kyyd12 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-gjUBa.framer-v-zxxedm .framer-h41hct > :first-child, .framer-gjUBa.framer-v-zxxedm .framer-kyyd12 > :first-child { margin-top: 0px; } .framer-gjUBa.framer-v-zxxedm .framer-h41hct > :last-child, .framer-gjUBa.framer-v-zxxedm .framer-kyyd12 > :last-child { margin-bottom: 0px; } .framer-gjUBa.framer-v-zxxedm .framer-1xohghz > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-gjUBa.framer-v-zxxedm .framer-1xohghz > :first-child { margin-left: 0px; } .framer-gjUBa.framer-v-zxxedm .framer-1xohghz > :last-child { margin-right: 0px; } }\",...sharedStyle.css,'.framer-gjUBa[data-border=\"true\"]::after, .framer-gjUBa [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 176\n * @framerIntrinsicWidth 468\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"pzfXxrTUb\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"DJuCJkJkd\":\"content\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerHbneG8Ngj=withCSS(Component,css,\"framer-gjUBa\");export default FramerHbneG8Ngj;FramerHbneG8Ngj.displayName=\"Service card Interaction/GPT\";FramerHbneG8Ngj.defaultProps={height:176,width:468};addPropertyControls(FramerHbneG8Ngj,{variant:{options:[\"Naf3aXk8O\",\"pzfXxrTUb\"],optionTitles:[\"Default\",\"Hover\"],title:\"Variant\",type:ControlType.Enum},DJuCJkJkd:{defaultValue:\"Verstanden! Onboarding f\\xfcr Agentur X wird gestartet.\\n\\n(1/5) Rufe Daten aus Vector Store auf\u2026\",displayTextArea:true,title:\"Content\",type:ControlType.String}});addFonts(FramerHbneG8Ngj,[{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:\"General Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/MFQT7HFGCR2L5ULQTW6YXYZXXHMPKLJ3/YWQ244D6TACUX5JBKATPOW5I5MGJ3G73/7YY3ZAAE3TRV2LANYOLXNHTPHLXVWTKH.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerHbneG8Ngj\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"DJuCJkJkd\\\":\\\"content\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"pzfXxrTUb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"468\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"176\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./HbneG8Ngj.map", "// Generated by Framer (ff86393)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleCode,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/rAWj1emjDxHuYJvveCx7/f1kuTWQbvxiTlr3ow5yi/GlyTVUGYC.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/4nrzMA9dTWvs879bpOOD/fwPNmTgRq6tJule2GyVx/x77Rv6nrn.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/psH3a6w5QP47BtiJYNRj/4dC8f3a5N4SZghaqgbyU/xXc7_oNpp.js\";import ServiceCardInteractionGPT from\"https://framerusercontent.com/modules/gz1URlkFazlrVGs9cxcY/4dQqqdutRJzdPcGaDpkj/HbneG8Ngj.js\";const ServiceCardInteractionGPTFonts=getFonts(ServiceCardInteractionGPT);const MotionDivWithFX=withFX(motion.div);const enabledGestures={MNwvLf5Ln:{hover:true}};const cycleOrder=[\"MNwvLf5Ln\",\"tUY73Pqr5\"];const serializationHash=\"framer-5c5GH\";const variantClassNames={MNwvLf5Ln:\"framer-v-15ldibq\",tUY73Pqr5:\"framer-v-l1ra9v\"};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:500,type:\"spring\"};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;// We add a try block because an invalid language code results in a crash\ntry{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,x:0,y:0};const transition2={damping:30,delay:0,mass:1,stiffness:150,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,transition:transition2,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={\"Tablet/phone\":\"tUY73Pqr5\",Desktop:\"MNwvLf5Ln\"};const getProps=({aIAgents,aIAgents1,height,id,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,i53Kxk7p3:(_ref=aIAgents1!==null&&aIAgents1!==void 0?aIAgents1:props.i53Kxk7p3)!==null&&_ref!==void 0?_ref:\"KI-Mitarbeiter, die dein Unternehmen in- und auswendig kennen und 24/7 daran arbeiten.\",RyP7hwvmY:(_ref1=aIAgents!==null&&aIAgents!==void 0?aIAgents:props.RyP7hwvmY)!==null&&_ref1!==void 0?_ref1:\"AI Agents\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"MNwvLf5Ln\"};};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,RyP7hwvmY,i53Kxk7p3,nJ41mIjKEptuWJBq_n,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"MNwvLf5Ln\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const activeLocaleCode=useLocaleCode();const textContent=toDateString(nJ41mIjKEptuWJBq_n,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-15ldibq\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"MNwvLf5Ln\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"MNwvLf5Ln-hover\":{\"data-framer-name\":undefined},tUY73Pqr5:{\"data-framer-name\":\"Tablet/phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-boco6h\",\"data-border\":true,\"data-framer-name\":\"Details\",layoutDependency:layoutDependency,layoutId:\"eXaKGD9gE\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",background:'linear-gradient(180deg, var(--token-4407ed63-6e67-45c4-9c45-a8190c608d0e, rgb(15, 17, 28)) /* {\"name\":\"Background\"} */ 0%, var(--token-935d13cd-c842-48dc-9938-ffc0d3889471, rgba(4, 5, 8, 0.3)) /* {\"name\":\"Cards gradient 2nd color\"} */ 100%)',borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"inset 0px 0.3010936508871964px 1.505468254435982px -1.0833333333333333px rgba(255, 255, 255, 0.15798), inset 0px 1.1442666516217286px 5.7213332581086425px -2.1666666666666665px rgba(255, 255, 255, 0.14534), inset 0px 5px 25px -3.25px rgba(255, 255, 255, 0.0875)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1rayvcp\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"nalfB7033\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-34wmts\",\"data-framer-name\":\"Stack\",layoutDependency:layoutDependency,layoutId:\"tksK8pnT_\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-6z9mdz\",\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"noznIdawq\",style:{backgroundColor:\"var(--token-707ae75a-ddd9-4dc1-b6b0-78a10c1b2223, rgb(51, 198, 171))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qu1xx1\",layoutDependency:layoutDependency,layoutId:\"CKyvZGLjb\",style:{backgroundColor:\"var(--token-4407ed63-6e67-45c4-9c45-a8190c608d0e, rgb(15, 17, 28))\",borderBottomLeftRadius:9,borderBottomRightRadius:9,borderTopLeftRadius:9,borderTopRightRadius:9},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2n86c8\",\"data-styles-preset\":\"GlyTVUGYC\",children:\"Content\"})}),className:\"framer-efifbo\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"MalKrIA5S\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:126,intrinsicWidth:126,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||511)-0-593.4)/2+0+0)+16+0+8+0+0+0+8+0+8+19.599999999999998),pixelHeight:252,pixelWidth:252,src:\"https://framerusercontent.com/images/iLNE8oFM3Wzy8NqW3Gi0cS59sHE.png\"},className:\"framer-1nekf5b\",\"data-framer-name\":\"Frame 18\",layoutDependency:layoutDependency,layoutId:\"NwIyhTLrI\",...addPropertyOverrides({tUY73Pqr5:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:126,intrinsicWidth:126,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||498)-0-593.4)/2+0+0)+16+0+8+0+0+0+8+0+8+19.599999999999998),pixelHeight:252,pixelWidth:252,src:\"https://framerusercontent.com/images/iLNE8oFM3Wzy8NqW3Gi0cS59sHE.png\"}}},baseVariant,gestureVariant)})]})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cxm0jx\",\"data-framer-name\":\"Info\",layoutDependency:layoutDependency,layoutId:\"AYSyIfQZz\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ml0bge\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"g3vvsq03h\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1g6zln9\",\"data-styles-preset\":\"x77Rv6nrn\",children:\"GPT Development\"})}),className:\"framer-gybqaz\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"T0mQUDrr2\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:RyP7hwvmY,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1cp8ffw\",\"data-styles-preset\":\"xXc7_oNpp\",children:\"Unlock the potential of advanced natural language processing with our GPT development services.\"})}),className:\"framer-1hl7baj\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"A2i6cmL29\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:i53Kxk7p3,verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-qus2gi\",\"data-framer-name\":\"Gradient\",layoutDependency:layoutDependency,layoutId:\"l74kXOnR6\",style:{background:\"radial-gradient(107.3% 58.5% at 50% 50%, rgba(52, 199, 172, 0.2) 0%, rgba(52, 199, 172, 0) 100%)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,filter:\"blur(80px)\",opacity:0,WebkitFilter:\"blur(80px)\"},variants:{\"MNwvLf5Ln-hover\":{opacity:1},tUY73Pqr5:{opacity:1}}})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qwsldo\",\"data-framer-name\":\"Interaction\",layoutDependency:layoutDependency,layoutId:\"E3qJS7USU\",style:{backgroundColor:\"var(--token-4407ed63-6e67-45c4-9c45-a8190c608d0e, rgb(15, 17, 28))\",borderBottomLeftRadius:16,borderBottomRightRadius:16},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11fz22k\",\"data-border\":true,\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"F5BY7W2i7\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-4407ed63-6e67-45c4-9c45-a8190c608d0e, rgb(15, 17, 28))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,transformPerspective:1200},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",backgroundSize:1,fit:\"tile\",intrinsicHeight:96,intrinsicWidth:96,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||511)-0-593.4)/2+318.4+0)+0+0),pixelHeight:2160,pixelWidth:2160,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/6jRPN56GFX0l4uT2QVaHJ7DUcbA.png?scale-down-to=2048\"},className:\"framer-chey9x\",\"data-framer-name\":\"Pattern\",layoutDependency:layoutDependency,layoutId:\"IinWq63Uu\",style:{opacity:.3},...addPropertyOverrides({tUY73Pqr5:{background:{alt:\"\",backgroundSize:1,fit:\"tile\",intrinsicHeight:96,intrinsicWidth:96,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||498)-0-593.4)/2+318.4+0)+0+0),pixelHeight:2160,pixelWidth:2160,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/6jRPN56GFX0l4uT2QVaHJ7DUcbA.png?scale-down-to=2048\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1v5ssdh\",\"data-framer-name\":\"Blur\",layoutDependency:layoutDependency,layoutId:\"GSZCdM25n\",style:{background:'radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, var(--token-50f24d87-96a0-4385-9785-727217dabb35, rgb(0, 0, 0)) /* {\"name\":\"Background 2\"} */ 100%)'}})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:251,width:`min(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 24px, 1px), 320px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||511)-0-593.4)/2+318.4+0)+0+12,...addPropertyOverrides({tUY73Pqr5:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||498)-0-593.4)/2+318.4+0)+0+12}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-dozvfj-container\",layoutDependency:layoutDependency,layoutId:\"Y86gPvYuE-container\",children:/*#__PURE__*/_jsx(ServiceCardInteractionGPT,{DJuCJkJkd:\"Starte das Onboarding f\\xfcr Agentur X.\",height:\"100%\",id:\"Y86gPvYuE\",layoutId:\"Y86gPvYuE\",style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},variant:\"Naf3aXk8O\",width:\"100%\",...addPropertyOverrides({\"MNwvLf5Ln-hover\":{variant:\"pzfXxrTUb\"},tUY73Pqr5:{DJuCJkJkd:\"Verstanden! Onboarding f\\xfcr Agentur X wird gestartet.\\n\\n(1/5) Rufe Daten aus Vector Store auf\u2026\",variant:\"pzfXxrTUb\"}},baseVariant,gestureVariant)})})})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-5c5GH.framer-kziez3, .framer-5c5GH .framer-kziez3 { display: block; }\",\".framer-5c5GH.framer-15ldibq { align-content: center; align-items: center; cursor: default; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 504px; }\",\".framer-5c5GH .framer-boco6h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 16px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-5c5GH .framer-1rayvcp { 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: flex-start; overflow: visible; padding: 8px; position: relative; width: 100%; z-index: 1; }\",\".framer-5c5GH .framer-34wmts { 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: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-5c5GH .framer-6z9mdz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 3; }\",\".framer-5c5GH .framer-1qu1xx1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-5c5GH .framer-efifbo { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-5c5GH .framer-1nekf5b { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: visible; position: relative; width: 32px; }\",\".framer-5c5GH .framer-1cxm0jx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; min-height: 100px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-5c5GH .framer-1ml0bge { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-5c5GH .framer-gybqaz { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-5c5GH .framer-1hl7baj { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-5c5GH .framer-qus2gi { bottom: -142px; flex: none; height: 234px; left: 0px; overflow: hidden; position: absolute; right: 0px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-5c5GH .framer-1qwsldo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 275px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-5c5GH .framer-11fz22k { align-content: center; align-items: center; backface-visibility: hidden; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; justify-content: center; left: 0px; overflow: visible; padding: 12px; position: absolute; right: 0px; top: 0px; z-index: 2; }\",\".framer-5c5GH .framer-chey9x { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-5c5GH .framer-1v5ssdh { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-5c5GH .framer-dozvfj-container { flex: 1 0 0px; height: 251px; max-width: 320px; position: relative; width: 1px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-5c5GH.framer-15ldibq, .framer-5c5GH .framer-boco6h, .framer-5c5GH .framer-1rayvcp, .framer-5c5GH .framer-34wmts, .framer-5c5GH .framer-6z9mdz, .framer-5c5GH .framer-1qu1xx1, .framer-5c5GH .framer-1cxm0jx, .framer-5c5GH .framer-1ml0bge, .framer-5c5GH .framer-1qwsldo, .framer-5c5GH .framer-11fz22k { gap: 0px; } .framer-5c5GH.framer-15ldibq > *, .framer-5c5GH .framer-1qu1xx1 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-5c5GH.framer-15ldibq > :first-child, .framer-5c5GH .framer-boco6h > :first-child, .framer-5c5GH .framer-1rayvcp > :first-child, .framer-5c5GH .framer-34wmts > :first-child, .framer-5c5GH .framer-6z9mdz > :first-child, .framer-5c5GH .framer-1qu1xx1 > :first-child, .framer-5c5GH .framer-1cxm0jx > :first-child, .framer-5c5GH .framer-1qwsldo > :first-child { margin-top: 0px; } .framer-5c5GH.framer-15ldibq > :last-child, .framer-5c5GH .framer-boco6h > :last-child, .framer-5c5GH .framer-1rayvcp > :last-child, .framer-5c5GH .framer-34wmts > :last-child, .framer-5c5GH .framer-6z9mdz > :last-child, .framer-5c5GH .framer-1qu1xx1 > :last-child, .framer-5c5GH .framer-1cxm0jx > :last-child, .framer-5c5GH .framer-1qwsldo > :last-child { margin-bottom: 0px; } .framer-5c5GH .framer-boco6h > *, .framer-5c5GH .framer-1qwsldo > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-5c5GH .framer-1rayvcp > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-5c5GH .framer-34wmts > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-5c5GH .framer-6z9mdz > *, .framer-5c5GH .framer-1cxm0jx > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-5c5GH .framer-1ml0bge > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-5c5GH .framer-1ml0bge > :first-child, .framer-5c5GH .framer-11fz22k > :first-child { margin-left: 0px; } .framer-5c5GH .framer-1ml0bge > :last-child, .framer-5c5GH .framer-11fz22k > :last-child { margin-right: 0px; } .framer-5c5GH .framer-11fz22k > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-5c5GH.framer-v-l1ra9v .framer-1cxm0jx { min-height: unset; }\",\".framer-5c5GH.framer-v-l1ra9v .framer-qus2gi { bottom: -180px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-5c5GH[data-border=\"true\"]::after, .framer-5c5GH [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 511\n * @framerIntrinsicWidth 504\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"tUY73Pqr5\":{\"layout\":[\"fixed\",\"auto\"]},\"BYzACxAV3\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"RyP7hwvmY\":\"aIAgents\",\"i53Kxk7p3\":\"aIAgents1\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerg18z8BVPj=withCSS(Component,css,\"framer-5c5GH\");export default Framerg18z8BVPj;Framerg18z8BVPj.displayName=\"Service cards/GPT development\";Framerg18z8BVPj.defaultProps={height:511,width:504};addPropertyControls(Framerg18z8BVPj,{variant:{options:[\"MNwvLf5Ln\",\"tUY73Pqr5\"],optionTitles:[\"Desktop\",\"Tablet/phone\"],title:\"Variant\",type:ControlType.Enum},RyP7hwvmY:{defaultValue:\"AI Agents\",description:\"\",displayTextArea:false,title:\"AI Agents\",type:ControlType.String},i53Kxk7p3:{defaultValue:\"KI-Mitarbeiter, die dein Unternehmen in- und auswendig kennen und 24/7 daran arbeiten.\",displayTextArea:true,title:\"AI Agents\",type:ControlType.String}});addFonts(Framerg18z8BVPj,[{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\"}]},...ServiceCardInteractionGPTFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerg18z8BVPj\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"511\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"tUY73Pqr5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"BYzACxAV3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"RyP7hwvmY\\\":\\\"aIAgents\\\",\\\"i53Kxk7p3\\\":\\\"aIAgents1\\\"}\",\"framerIntrinsicWidth\":\"504\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (b2780b5)\nvar _componentPresets_fonts,_componentPresets_fonts1;import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentPresetsProvider,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as componentPresets from\"https://framerusercontent.com/modules/SDSozc8LO6N5ZtlMkgnV/zWXVA3tMLW4viYzEwwXl/componentPresets.js\";import*as sharedStyle6 from\"https://framerusercontent.com/modules/xx1HG7G396CWX7KQVuaN/78hnJVBvax2NsFH3yJTF/DkWyVjiSW.js\";import*as sharedStyle5 from\"https://framerusercontent.com/modules/rAWj1emjDxHuYJvveCx7/f1kuTWQbvxiTlr3ow5yi/GlyTVUGYC.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/8w1OndyQB7NAtdb1TGh7/LfHzEh4tGGjcA36gPGnP/kp7qtUjpB.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/3BjUJmAFmWoFiYpwoyYo/RJNv27e1WlmR5ASyCUjq/mQv1kZ_9x.js\";import*as sharedStyle7 from\"https://framerusercontent.com/modules/40E49ZUmbDK5l7Sjpx0n/Bm7AOtJzxjIUGF6ZmAcc/mvGKcjfdV.js\";import*as sharedStyle4 from\"https://framerusercontent.com/modules/iKl3HU81QOVqAOxId0Cu/ENCnGvBSmHianMzzMdrd/oivARVzbj.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/4nrzMA9dTWvs879bpOOD/fwPNmTgRq6tJule2GyVx/x77Rv6nrn.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/psH3a6w5QP47BtiJYNRj/4dC8f3a5N4SZghaqgbyU/xXc7_oNpp.js\";const PhosphorFonts=getFonts(Phosphor);const cycleOrder=[\"xutxSdjmg\",\"yvdEvoR6E\"];const serializationHash=\"framer-0qY9Y\";const variantClassNames={xutxSdjmg:\"framer-v-1ydiung\",yvdEvoR6E:\"framer-v-qkliwg\"};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:400,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Closed:\"xutxSdjmg\",Open:\"yvdEvoR6E\"};const getProps=({answer,height,id,question,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,jLJZKfNK7:(_ref=answer!==null&&answer!==void 0?answer:props.jLJZKfNK7)!==null&&_ref!==void 0?_ref:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Answer\"})}),n_nqF67s7:(_ref1=question!==null&&question!==void 0?question:props.n_nqF67s7)!==null&&_ref1!==void 0?_ref1:\"Question\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"xutxSdjmg\"};};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,n_nqF67s7,jLJZKfNK7,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"xutxSdjmg\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapdkb35r=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"yvdEvoR6E\");});const onTap1uwoear=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"xutxSdjmg\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"yvdEvoR6E\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.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-1ydiung\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Closed\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"xutxSdjmg\",onTap:onTapdkb35r,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",background:'linear-gradient(180deg, var(--token-4407ed63-6e67-45c4-9c45-a8190c608d0e, rgb(15, 17, 28)) /* {\"name\":\"Background\"} */ 0%, var(--token-935d13cd-c842-48dc-9938-ffc0d3889471, rgba(4, 5, 8, 0.3)) /* {\"name\":\"Cards gradient 2nd color\"} */ 100%)',borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},variants:{yvdEvoR6E:{\"--border-color\":\"var(--token-cbb7caed-278d-4ab5-a4f8-c99fc32230b9, rgba(245, 246, 250, 0.7))\"}},...addPropertyOverrides({yvdEvoR6E:{\"data-framer-name\":\"Open\",onTap:onTap1uwoear}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16wyh9v\",layoutDependency:layoutDependency,layoutId:\"KJ2Qnb97u\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1cp8ffw\",\"data-styles-preset\":\"xXc7_oNpp\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(245, 246, 250)))\"},children:\"Question\"})}),className:\"framer-1ub1rgd\",\"data-framer-name\":\"Reading\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Gupaco3PX\",style:{\"--extracted-r6o4lv\":\"var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(245, 246, 250))\",\"--framer-paragraph-spacing\":\"0px\"},text:n_nqF67s7,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1inx23e\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"M4506Mbjw\",style:{backgroundColor:\"var(--token-707ae75a-ddd9-4dc1-b6b0-78a10c1b2223, rgb(51, 198, 171))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-22zvvk-container\",layoutDependency:layoutDependency,layoutId:\"ob4SvV93Z-container\",style:{rotate:0},variants:{yvdEvoR6E:{rotate:-45}},children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-50f24d87-96a0-4385-9785-727217dabb35, rgb(4, 5, 8))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Plus\",id:\"ob4SvV93Z\",layoutId:\"ob4SvV93Z\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-oq4ykq\",layoutDependency:layoutDependency,layoutId:\"TF6vqfSxN\",children:/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/F3DAaPbkrr19izpZS3jO/CodeBlock.js:default\":componentPresets.props[\"S6STxwhdn\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:jLJZKfNK7,className:\"framer-1sumlt7\",\"data-framer-name\":\"Reading\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ZcCl35186\",style:{\"--framer-paragraph-spacing\":\"0px\"},stylesPresetsClassNames:{a:\"framer-styles-preset-tbaoxm\",blockquote:\"framer-styles-preset-1x198mm\",h1:\"framer-styles-preset-7ph5mc\",h2:\"framer-styles-preset-1pc7kq0\",h3:\"framer-styles-preset-1g6zln9\",h4:\"framer-styles-preset-1eh69ky\",p:\"framer-styles-preset-2n86c8\"},verticalAlignment:\"top\",withExternalLayout:true})})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-nfce46\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"wztfgVj2M\",style:{backgroundColor:\"var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35))\"}}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-764ckx\",\"data-framer-name\":\"Gradient\",layoutDependency:layoutDependency,layoutId:\"d2UpyC4TP\",style:{background:\"radial-gradient(107.3% 58.5% at 50% 50%, rgba(52, 199, 172, 0.15) 0%, rgba(52, 199, 172, 0) 100%)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,filter:\"blur(80px)\",WebkitFilter:\"blur(80px)\"}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-0qY9Y.framer-1r05ijz, .framer-0qY9Y .framer-1r05ijz { display: block; }\",\".framer-0qY9Y.framer-1ydiung { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: center; overflow: hidden; padding: 12px 20px 12px 20px; position: relative; width: 840px; will-change: var(--framer-will-change-override, transform); }\",\".framer-0qY9Y .framer-16wyh9v, .framer-0qY9Y .framer-oq4ykq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-0qY9Y .framer-1ub1rgd, .framer-0qY9Y .framer-1sumlt7 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-0qY9Y .framer-1inx23e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 30px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 30px; z-index: 1; }\",\".framer-0qY9Y .framer-22zvvk-container { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-0qY9Y .framer-nfce46 { flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-0qY9Y .framer-764ckx { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-0qY9Y.framer-1ydiung, .framer-0qY9Y .framer-1inx23e { gap: 0px; } .framer-0qY9Y.framer-1ydiung > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-0qY9Y.framer-1ydiung > :first-child { margin-top: 0px; } .framer-0qY9Y.framer-1ydiung > :last-child { margin-bottom: 0px; } .framer-0qY9Y .framer-1inx23e > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-0qY9Y .framer-1inx23e > :first-child { margin-left: 0px; } .framer-0qY9Y .framer-1inx23e > :last-child { margin-right: 0px; } }\",\".framer-0qY9Y.framer-v-qkliwg.framer-1ydiung { padding: 12px 20px 20px 20px; }\",\".framer-0qY9Y.framer-v-qkliwg .framer-16wyh9v { order: 0; }\",\".framer-0qY9Y.framer-v-qkliwg .framer-oq4ykq { order: 2; }\",\".framer-0qY9Y.framer-v-qkliwg .framer-nfce46 { order: 1; }\",\".framer-0qY9Y.framer-v-qkliwg .framer-764ckx { order: 3; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,'.framer-0qY9Y[data-border=\"true\"]::after, .framer-0qY9Y [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 54\n * @framerIntrinsicWidth 840\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"yvdEvoR6E\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"n_nqF67s7\":\"question\",\"jLJZKfNK7\":\"answer\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerIk2zaTp9F=withCSS(Component,css,\"framer-0qY9Y\");export default FramerIk2zaTp9F;FramerIk2zaTp9F.displayName=\"FAQs\";FramerIk2zaTp9F.defaultProps={height:54,width:840};addPropertyControls(FramerIk2zaTp9F,{variant:{options:[\"xutxSdjmg\",\"yvdEvoR6E\"],optionTitles:[\"Closed\",\"Open\"],title:\"Variant\",type:ControlType.Enum},n_nqF67s7:{defaultValue:\"Question\",displayTextArea:false,placeholder:\"\",title:\"Question\",type:ControlType.String},jLJZKfNK7:{defaultValue:\"<p>Answer</p>\",title:\"Answer\",type:ControlType.RichText}});addFonts(FramerIk2zaTp9F,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...PhosphorFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...((_componentPresets_fonts=componentPresets.fonts)===null||_componentPresets_fonts===void 0?void 0:_componentPresets_fonts[\"S6STxwhdn\"])?getFontsFromComponentPreset((_componentPresets_fonts1=componentPresets.fonts)===null||_componentPresets_fonts1===void 0?void 0:_componentPresets_fonts1[\"S6STxwhdn\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerIk2zaTp9F\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"yvdEvoR6E\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"n_nqF67s7\\\":\\\"question\\\",\\\"jLJZKfNK7\\\":\\\"answer\\\"}\",\"framerIntrinsicWidth\":\"840\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"54\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ik2zaTp9F.map", "// Generated by Framer (83b8097)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import FAQs from\"https://framerusercontent.com/modules/pYUAbqUpD8uFwViyEd3G/tq28QElZ7UvYUQoNBLGc/Ik2zaTp9F.js\";const FAQsFonts=getFonts(FAQs);const serializationHash=\"framer-AxHej\";const variantClassNames={sKwDeA3rc:\"framer-v-7x3p7o\"};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:500,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,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{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"sKwDeA3rc\",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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-7x3p7o\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"sKwDeA3rc\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||894)-0-894)/2+0+0),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1e9kzsa-container\",layoutDependency:layoutDependency,layoutId:\"oxTrZsfvl-container\",children:/*#__PURE__*/_jsx(FAQs,{height:\"100%\",id:\"oxTrZsfvl\",jLJZKfNK7:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"boringstuff.ai ist eine spezialisierte AI Automation Agency, die darauf fokussiert ist, Agenturen bei der Automatisierung ihrer Arbeitsabl\\xe4ufe zu unterst\\xfctzen. Unser Ziel ist es, wiederkehrende Aufgaben zu eliminieren, die Effizienz zu steigern und dir mehr Zeit f\\xfcr kreative und strategische Aufgaben zu verschaffen.\"})}),layoutId:\"oxTrZsfvl\",n_nqF67s7:\"Was ist boringstuff.ai?\",style:{width:\"100%\"},variant:\"xutxSdjmg\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||894)-0-894)/2+54+16),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ihvh0o-container\",layoutDependency:layoutDependency,layoutId:\"Qvv5DCvyw-container\",children:/*#__PURE__*/_jsx(FAQs,{height:\"100%\",id:\"Qvv5DCvyw\",jLJZKfNK7:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Unser Service richtet sich vor allem an Agenturen \u2013 von Social Media Agenturen bis zu Recruiting- und SEO-Agenturen. Wir bieten L\\xf6sungen f\\xfcr Unternehmen, die ihre Prozesse optimieren und skalieren m\\xf6chten.\"})}),layoutId:\"Qvv5DCvyw\",n_nqF67s7:\"F\\xfcr wen ist boringstuff.ai geeignet?\",style:{width:\"100%\"},variant:\"xutxSdjmg\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||894)-0-894)/2+108+32),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-15xz5kb-container\",layoutDependency:layoutDependency,layoutId:\"KpkW8mZsD-container\",children:/*#__PURE__*/_jsx(FAQs,{height:\"100%\",id:\"KpkW8mZsD\",jLJZKfNK7:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{children:\"Wir helfen Agenturen, ihre Prozesse mit No-Code-Tools wie Make.com und Zapier zu automatisieren. Dazu geh\\xf6ren:\"}),/*#__PURE__*/_jsxs(\"ul\",{children:[/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsx(\"p\",{children:\"Automatisierung von Sales- und Marketingprozessen.\"})}),/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsx(\"p\",{children:\"Entwicklung von KI-gest\\xfctzten Workflows (z. B. Lead-Qualifizierung, Bewerber-Screening).\"})}),/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsx(\"p\",{children:\"Einrichtung zentraler Datenbanken und Analyse-Tools.\"})}),/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsx(\"p\",{children:\"Schulungen und Workshops zu Automatisierung und KI.\"})})]})]}),layoutId:\"KpkW8mZsD\",n_nqF67s7:\"Welche Dienstleistungen bietet ihr an?\",style:{width:\"100%\"},variant:\"xutxSdjmg\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||894)-0-894)/2+162+48),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ryqydf-container\",layoutDependency:layoutDependency,layoutId:\"oh6Ac2SQL-container\",children:/*#__PURE__*/_jsx(FAQs,{height:\"100%\",id:\"oh6Ac2SQL\",jLJZKfNK7:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{children:\"Unser Prozess umfasst vier Schritte:\"}),/*#__PURE__*/_jsxs(\"ol\",{children:[/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Analyse:\"}),\" Wir schauen uns deine bestehenden Prozesse an.\"]})}),/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Planung:\"}),\" Gemeinsam definieren wir, welche Workflows automatisiert werden k\\xf6nnen.\"]})}),/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Umsetzung:\"}),\" Wir bauen die Automatisierungsl\\xf6sungen und integrieren sie in deine bestehenden Systeme.\"]})}),/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Optimierung:\"}),\" Nach der Implementierung \\xfcberwachen und optimieren wir die Prozesse.\"]})})]})]}),layoutId:\"oh6Ac2SQL\",n_nqF67s7:\"Wie l\\xe4uft ein Projekt mit boringstuff.ai ab?\",style:{width:\"100%\"},variant:\"xutxSdjmg\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||894)-0-894)/2+216+64),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-gi9l0e-container\",layoutDependency:layoutDependency,layoutId:\"WU1mV8Px0-container\",children:/*#__PURE__*/_jsx(FAQs,{height:\"100%\",id:\"WU1mV8Px0\",jLJZKfNK7:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Wir arbeiten vor allem mit Tools wie Make.com, Zapier, Airtable und spezifischen KI-L\\xf6sungen wie OpenAI und Pinecone, je nach den Anforderungen deines Projekts.\"})}),layoutId:\"WU1mV8Px0\",n_nqF67s7:\"Welche Tools nutzt ihr f\\xfcr die Automatisierung?\",style:{width:\"100%\"},variant:\"xutxSdjmg\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||894)-0-894)/2+270+80),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-cnekgx-container\",layoutDependency:layoutDependency,layoutId:\"qMTuqEJPX-container\",children:/*#__PURE__*/_jsx(FAQs,{height:\"100%\",id:\"qMTuqEJPX\",jLJZKfNK7:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Nein, wir \\xfcbernehmen die komplette Einrichtung und Konfiguration. Du musst keine technischen Vorkenntnisse haben \u2013 wir sorgen daf\\xfcr, dass alles reibungslos funktioniert.\"})}),layoutId:\"qMTuqEJPX\",n_nqF67s7:\"Muss ich bereits Automatisierungstools kennen?\",style:{width:\"100%\"},variant:\"xutxSdjmg\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||894)-0-894)/2+324+96),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-fs521c-container\",layoutDependency:layoutDependency,layoutId:\"fOFEeLM84-container\",children:/*#__PURE__*/_jsx(FAQs,{height:\"100%\",id:\"fOFEeLM84\",jLJZKfNK7:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Ja, wir k\\xf6nnen deine bestehenden Systeme wie CRM- oder Marketingtools (z. B. HubSpot, Google Ads, Meta Ads) integrieren. Gemeinsam pr\\xfcfen wir, welche Systeme sich optimal automatisieren lassen.\"})}),layoutId:\"fOFEeLM84\",n_nqF67s7:\"Funktionieren die Automatisierungen auch mit meinen bestehenden Tools?\",style:{width:\"100%\"},variant:\"xutxSdjmg\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||894)-0-894)/2+378+112),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wnhhz0-container\",layoutDependency:layoutDependency,layoutId:\"TpU9gci_N-container\",children:/*#__PURE__*/_jsx(FAQs,{height:\"100%\",id:\"TpU9gci_N\",jLJZKfNK7:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Das h\\xe4ngt von deinen aktuellen Prozessen ab, aber viele unserer Kunden reduzieren ihren manuellen Aufwand um bis zu 70 %. Aufgaben, die zuvor Stunden dauerten, k\\xf6nnen oft in Minuten oder sogar Sekunden erledigt werden.\"})}),layoutId:\"TpU9gci_N\",n_nqF67s7:\"Wie viel Zeit kann ich durch Automatisierung sparen?\",style:{width:\"100%\"},variant:\"xutxSdjmg\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||894)-0-894)/2+432+128),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-yhfer2-container\",layoutDependency:layoutDependency,layoutId:\"yKDJ0_V4q-container\",children:/*#__PURE__*/_jsx(FAQs,{height:\"100%\",id:\"yKDJ0_V4q\",jLJZKfNK7:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{children:\"Unsere Kunden profitieren von:\"}),/*#__PURE__*/_jsxs(\"ul\",{children:[/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsx(\"p\",{children:\"Schnelleren Arbeitsprozessen.\"})}),/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsx(\"p\",{children:\"Reduzierten Fehlern durch Automatisierung.\"})}),/*#__PURE__*/_jsx(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/_jsx(\"p\",{children:\"Mehr Fokus auf strategische und kreative T\\xe4tigkeiten.\"})})]})]}),layoutId:\"yKDJ0_V4q\",n_nqF67s7:\"Welche Ergebnisse kann ich erwarten?\",style:{width:\"100%\"},variant:\"xutxSdjmg\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||894)-0-894)/2+486+144),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hd6fd2-container\",layoutDependency:layoutDependency,layoutId:\"R7lGQ44mI-container\",children:/*#__PURE__*/_jsx(FAQs,{height:\"100%\",id:\"R7lGQ44mI\",jLJZKfNK7:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Wir passen unsere L\\xf6sungen an dein Budget an. Automatisierung ist oft eine Investition, die sich schnell durch eingesparte Zeit und gesteigerte Produktivit\\xe4t auszahlt.\"})}),layoutId:\"R7lGQ44mI\",n_nqF67s7:\"Ist Automatisierung teuer?\",style:{width:\"100%\"},variant:\"xutxSdjmg\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||894)-0-894)/2+540+160),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-7f2rc6-container\",layoutDependency:layoutDependency,layoutId:\"STqHapCyC-container\",children:/*#__PURE__*/_jsx(FAQs,{height:\"100%\",id:\"STqHapCyC\",jLJZKfNK7:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Ja, wir bieten flexible L\\xf6sungen \u2013 von kleinen Automatisierungen bis hin zu vollst\\xe4ndigen Prozess-Setups. Egal, ob du nur einen Workflow optimieren oder eine komplette Agenturstruktur automatisieren m\\xf6chtest, wir sind f\\xfcr dich da.\"})}),layoutId:\"STqHapCyC\",n_nqF67s7:\"Kann ich boringstuff.ai auch f\\xfcr kleine Projekte engagieren?\",style:{width:\"100%\"},variant:\"xutxSdjmg\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||894)-0-894)/2+594+176),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1q6ikbz-container\",layoutDependency:layoutDependency,layoutId:\"EEUDdaPTU-container\",children:/*#__PURE__*/_jsx(FAQs,{height:\"100%\",id:\"EEUDdaPTU\",jLJZKfNK7:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Ja, wir bieten individuelle Schulungen und Workshops f\\xfcr dein Team, damit ihr versteht, wie die Automatisierungen funktionieren und wie ihr sie selbst weiter optimieren k\\xf6nnt.\"})}),layoutId:\"EEUDdaPTU\",n_nqF67s7:\"Bietet ihr auch Schulungen an?\",style:{width:\"100%\"},variant:\"xutxSdjmg\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||894)-0-894)/2+648+192),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-nza9be-container\",layoutDependency:layoutDependency,layoutId:\"qEtBMZ3L6-container\",children:/*#__PURE__*/_jsx(FAQs,{height:\"100%\",id:\"qEtBMZ3L6\",jLJZKfNK7:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Du kannst uns \\xfcber unser Kontaktformular auf der Website oder per E-Mail erreichen. Gemeinsam vereinbaren wir ein kostenloses Erstgespr\\xe4ch, um deine Anforderungen zu besprechen.\"})}),layoutId:\"qEtBMZ3L6\",n_nqF67s7:\"Wie kann ich ein Projekt starten?\",style:{width:\"100%\"},variant:\"xutxSdjmg\",width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-AxHej.framer-3qfrhp, .framer-AxHej .framer-3qfrhp { display: block; }\",\".framer-AxHej.framer-7x3p7o { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1000px; }\",\".framer-AxHej .framer-1e9kzsa-container, .framer-AxHej .framer-ihvh0o-container, .framer-AxHej .framer-15xz5kb-container, .framer-AxHej .framer-1ryqydf-container, .framer-AxHej .framer-gi9l0e-container, .framer-AxHej .framer-cnekgx-container, .framer-AxHej .framer-fs521c-container, .framer-AxHej .framer-1wnhhz0-container, .framer-AxHej .framer-yhfer2-container, .framer-AxHej .framer-1hd6fd2-container, .framer-AxHej .framer-7f2rc6-container, .framer-AxHej .framer-1q6ikbz-container, .framer-AxHej .framer-nza9be-container { flex: none; height: auto; position: relative; width: 100%; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-AxHej.framer-7x3p7o { gap: 0px; } .framer-AxHej.framer-7x3p7o > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-AxHej.framer-7x3p7o > :first-child { margin-top: 0px; } .framer-AxHej.framer-7x3p7o > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 894\n * @framerIntrinsicWidth 1000\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerLKiFl9RBI=withCSS(Component,css,\"framer-AxHej\");export default FramerLKiFl9RBI;FramerLKiFl9RBI.displayName=\"FAQs section\";FramerLKiFl9RBI.defaultProps={height:894,width:1e3};addFonts(FramerLKiFl9RBI,[{explicitInter:true,fonts:[]},...FAQsFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerLKiFl9RBI\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1000\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"894\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ed8225c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,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/rAWj1emjDxHuYJvveCx7/f1kuTWQbvxiTlr3ow5yi/GlyTVUGYC.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/iKl3HU81QOVqAOxId0Cu/ENCnGvBSmHianMzzMdrd/oivARVzbj.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/4nrzMA9dTWvs879bpOOD/fwPNmTgRq6tJule2GyVx/x77Rv6nrn.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/psH3a6w5QP47BtiJYNRj/4dC8f3a5N4SZghaqgbyU/xXc7_oNpp.js\";const enabledGestures={hUQVKh7C5:{hover:true}};const cycleOrder=[\"hUQVKh7C5\",\"DzErKNpy8\"];const serializationHash=\"framer-pKi8v\";const variantClassNames={DzErKNpy8:\"framer-v-1p3dgn7\",hUQVKh7C5:\"framer-v-r7oh2s\"};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:30,delay:0,mass:1,stiffness:150,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 humanReadableVariantMap={\"Tablet/phone\":\"DzErKNpy8\",Desktop:\"hUQVKh7C5\"};const getProps=({_berblick,bild,branche,ergebnis,height,herausforderung,id,image,jahr,l_sung,projektName,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_ref5,_ref6,_ref7,_humanReadableVariantMap_props_variant,_ref8;return{...props,Cyx8S8tlv:(_ref=projektName!==null&&projektName!==void 0?projektName:props.Cyx8S8tlv)!==null&&_ref!==void 0?_ref:\"Projekt Name\",g5p44N4K3:(_ref1=jahr!==null&&jahr!==void 0?jahr:props.g5p44N4K3)!==null&&_ref1!==void 0?_ref1:\"2024\",igR9fAOu0:(_ref2=image!==null&&image!==void 0?image:props.igR9fAOu0)!==null&&_ref2!==void 0?_ref2:{src:\"https://framerusercontent.com/images/L5Sfs3075fIYlf4y2HzD9Vm2Jo4.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/L5Sfs3075fIYlf4y2HzD9Vm2Jo4.png?scale-down-to=512 512w,https://framerusercontent.com/images/L5Sfs3075fIYlf4y2HzD9Vm2Jo4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/L5Sfs3075fIYlf4y2HzD9Vm2Jo4.png 1920w\"},iHGLqAYvk:(_ref3=herausforderung!==null&&herausforderung!==void 0?herausforderung:props.iHGLqAYvk)!==null&&_ref3!==void 0?_ref3:\"Herausforderung\",jgyLvEFyC:(_ref4=_berblick!==null&&_berblick!==void 0?_berblick:props.jgyLvEFyC)!==null&&_ref4!==void 0?_ref4:\"\\xdcberblick\",Jj6k9eKhZ:(_ref5=l_sung!==null&&l_sung!==void 0?l_sung:props.Jj6k9eKhZ)!==null&&_ref5!==void 0?_ref5:\"L\\xf6sung\",rs9L4NG_H:(_ref6=branche!==null&&branche!==void 0?branche:props.rs9L4NG_H)!==null&&_ref6!==void 0?_ref6:\"Branche\",tDj8zzUeG:(_ref7=ergebnis!==null&&ergebnis!==void 0?ergebnis:props.tDj8zzUeG)!==null&&_ref7!==void 0?_ref7:\"Ergebnis\",variant:(_ref8=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref8!==void 0?_ref8:\"hUQVKh7C5\",xSXipBecA:bild!==null&&bild!==void 0?bild:props.xSXipBecA};};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,xSXipBecA,g5p44N4K3,Cyx8S8tlv,rs9L4NG_H,jgyLvEFyC,iHGLqAYvk,Jj6k9eKhZ,tDj8zzUeG,igR9fAOu0,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"hUQVKh7C5\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.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-r7oh2s\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"hUQVKh7C5\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",background:'linear-gradient(180deg, var(--token-4407ed63-6e67-45c4-9c45-a8190c608d0e, rgb(15, 17, 28)) /* {\"name\":\"Background\"} */ 0%, var(--token-935d13cd-c842-48dc-9938-ffc0d3889471, rgba(4, 5, 8, 0.3)) /* {\"name\":\"Cards gradient 2nd color\"} */ 100%)',borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"inset 0px 0.3010936508871964px 1.505468254435982px -1.0833333333333333px rgba(255, 255, 255, 0.15798), inset 0px 1.1442666516217286px 5.7213332581086425px -2.1666666666666665px rgba(255, 255, 255, 0.14534), inset 0px 5px 25px -3.25px rgba(255, 255, 255, 0.0875)\",...style},...addPropertyOverrides({\"hUQVKh7C5-hover\":{\"data-framer-name\":undefined},DzErKNpy8:{\"data-framer-name\":\"Tablet/phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-uxmdbr\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"Y2TfZztPe\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1u6genr\",\"data-framer-name\":\"Date\",layoutDependency:layoutDependency,layoutId:\"bG7IFbvPK\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hsr25v\",\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"hQmGQ9E1v\",style:{backgroundColor:\"var(--token-707ae75a-ddd9-4dc1-b6b0-78a10c1b2223, rgb(51, 198, 171))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-78e5rr\",layoutDependency:layoutDependency,layoutId:\"MHebNmFHO\",style:{backgroundColor:\"var(--token-4407ed63-6e67-45c4-9c45-a8190c608d0e, rgb(15, 17, 28))\",borderBottomLeftRadius:9,borderBottomRightRadius:9,borderTopLeftRadius:9,borderTopRightRadius:9},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2n86c8\",\"data-styles-preset\":\"GlyTVUGYC\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(245, 246, 250)))\"},children:\"Feb 1, 2024\"})}),className:\"framer-1kehc21\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"JKr7h4TWb\",style:{\"--extracted-r6o4lv\":\"var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(245, 246, 250))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:g5p44N4K3,verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9e7y2d\",\"data-framer-name\":\"Info\",layoutDependency:layoutDependency,layoutId:\"ffnqptxja\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-l7mw50\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"htKhPU3Ol\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2n86c8\",\"data-styles-preset\":\"GlyTVUGYC\",children:\"Description\"})}),className:\"framer-359swi\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"f75NJKET0\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:rs9L4NG_H,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1g6zln9\",\"data-styles-preset\":\"x77Rv6nrn\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-707ae75a-ddd9-4dc1-b6b0-78a10c1b2223, rgb(51, 198, 171)))\"},children:\"Project\"})}),className:\"framer-ld4vg0\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"fShpR870Y\",style:{\"--extracted-a0htzi\":\"var(--token-707ae75a-ddd9-4dc1-b6b0-78a10c1b2223, rgb(51, 198, 171))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:Cyx8S8tlv,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-sywd5l\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"yBuMrfvu7\",style:{backgroundColor:\"var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35))\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1o1778d\",\"data-framer-name\":\"Challenge\",layoutDependency:layoutDependency,layoutId:\"jQfg1AdOe\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1eh69ky\",\"data-styles-preset\":\"oivARVzbj\",children:\"\\xdcberblick:\"})}),className:\"framer-1688dxj\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"qtwnuOl8i\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2n86c8\",\"data-styles-preset\":\"GlyTVUGYC\",children:\"Description\"})}),className:\"framer-n1lg9z\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"byjVvIKpu\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:jgyLvEFyC,verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1g4ti64\",\"data-framer-name\":\"Details\",layoutDependency:layoutDependency,layoutId:\"Xa9EdELXw\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(16+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||332)-32-Math.max((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||332)-32)*1,300))/2)+0),pixelHeight:1080,pixelWidth:1920,sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 48px) / 2, 1px)`,...toResponsiveImage(igR9fAOu0),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-12prn5m\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"dLUmfn1pI\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,opacity:1,rotateX:0,transformPerspective:1200},variants:{\"hUQVKh7C5-hover\":{opacity:.21,rotateX:180},DzErKNpy8:{opacity:.35,rotateX:180}},...addPropertyOverrides({\"hUQVKh7C5-hover\":{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(16+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||332)-32-Math.max((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||332)-32)*1,300))/2)+0),pixelHeight:1080,pixelWidth:1920,positionX:\"center\",positionY:\"center\",sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 48px) / 2, 1px)`,src:\"https://framerusercontent.com/images/QmvYnXxgOWs77ZDcsmWPdiME.png\",srcSet:\"https://framerusercontent.com/images/QmvYnXxgOWs77ZDcsmWPdiME.png?scale-down-to=512 512w,https://framerusercontent.com/images/QmvYnXxgOWs77ZDcsmWPdiME.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/QmvYnXxgOWs77ZDcsmWPdiME.png 1920w\"}},DzErKNpy8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+16+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||501)-32-1163.4)/2+387.4+16)+0),pixelHeight:1080,pixelWidth:1920,sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 32px)`,...toResponsiveImage(igR9fAOu0),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-uwnja8\",\"data-border\":true,\"data-framer-name\":\"stack\",layoutDependency:layoutDependency,layoutId:\"oXKNmLzve\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-4407ed63-6e67-45c4-9c45-a8190c608d0e, rgb(15, 17, 28))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,opacity:0,rotateX:-180,transformPerspective:1200},variants:{\"hUQVKh7C5-hover\":{opacity:1,rotateX:0},DzErKNpy8:{opacity:1,rotateX:0}},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(16+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||332)-32-Math.max((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||332)-32)*1,300))/2)+0+0),sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 48px) / 2, 1px)`,...toResponsiveImage(xSXipBecA)},className:\"framer-1oxdpdv\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"gK1ZYNoxu\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,filter:\"blur(5px)\",opacity:.1,transformPerspective:1200,WebkitFilter:\"blur(5px)\"},variants:{DzErKNpy8:{filter:\"blur(3px)\",opacity:.2,WebkitFilter:\"blur(3px)\"}},...addPropertyOverrides({DzErKNpy8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+16+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||501)-32-1163.4)/2+387.4+16)+0+0+0),sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 32px)`,...toResponsiveImage(xSXipBecA)}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1us550j\",\"data-framer-name\":\"Challenge\",layoutDependency:layoutDependency,layoutId:\"yMCNDYoBC\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1cp8ffw\",\"data-styles-preset\":\"xXc7_oNpp\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(245, 246, 250)))\"},children:\"Challenge:\"})}),className:\"framer-10tohuj\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"pQDtFHTme\",style:{\"--extracted-r6o4lv\":\"var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(245, 246, 250))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"hUQVKh7C5-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1cp8ffw\",\"data-styles-preset\":\"xXc7_oNpp\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(245, 246, 250)))\"},children:\"Herausforderung:\"})})},DzErKNpy8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1cp8ffw\",\"data-styles-preset\":\"xXc7_oNpp\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(245, 246, 250)))\"},children:\"Herausforderung:\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2n86c8\",\"data-styles-preset\":\"GlyTVUGYC\",children:\"Description\"})}),className:\"framer-iiy7zo\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"aOfNRH2vs\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:iHGLqAYvk,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-c56k83\",\"data-framer-name\":\"Solution\",layoutDependency:layoutDependency,layoutId:\"y4Onkm9rt\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1cp8ffw\",\"data-styles-preset\":\"xXc7_oNpp\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(245, 246, 250)))\"},children:\"Solution:\"})}),className:\"framer-1jbvfvo\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"hprourk2o\",style:{\"--extracted-r6o4lv\":\"var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(245, 246, 250))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"hUQVKh7C5-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1cp8ffw\",\"data-styles-preset\":\"xXc7_oNpp\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(245, 246, 250)))\"},children:\"L\\xf6sung:\"})})},DzErKNpy8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1cp8ffw\",\"data-styles-preset\":\"xXc7_oNpp\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(245, 246, 250)))\"},children:\"L\\xf6sung:\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2n86c8\",\"data-styles-preset\":\"GlyTVUGYC\",children:\"Description\"})}),className:\"framer-1d4ledq\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"rlfDTI7UP\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:Jj6k9eKhZ,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4qhunf\",\"data-framer-name\":\"Results\",layoutDependency:layoutDependency,layoutId:\"utLFcV_gB\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1cp8ffw\",\"data-styles-preset\":\"xXc7_oNpp\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(245, 246, 250)))\"},children:\"Result:\"})}),className:\"framer-1c9l3tl\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"FzpDkygps\",style:{\"--extracted-r6o4lv\":\"var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(245, 246, 250))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"hUQVKh7C5-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1cp8ffw\",\"data-styles-preset\":\"xXc7_oNpp\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(245, 246, 250)))\"},children:\"Ergebnis:\"})})},DzErKNpy8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1cp8ffw\",\"data-styles-preset\":\"xXc7_oNpp\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(245, 246, 250)))\"},children:\"Ergebnis:\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2n86c8\",\"data-styles-preset\":\"GlyTVUGYC\",children:\"Result\"})}),className:\"framer-tcr89j\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"tFoFBekJw\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:tDj8zzUeG,verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-h2y81c\",\"data-framer-name\":\"Gradient\",layoutDependency:layoutDependency,layoutId:\"gnRf7Qf86\",style:{background:\"radial-gradient(63.5% 58.5% at 80.4% 50%, rgba(52, 199, 172, 0.2) 0%, rgba(52, 199, 172, 0) 100%)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,filter:\"blur(80px)\",opacity:0,WebkitFilter:\"blur(80px)\"},variants:{\"hUQVKh7C5-hover\":{opacity:1},DzErKNpy8:{background:\"radial-gradient(63.5% 58.5% at 50% 74.4%, rgba(52, 199, 172, 0.2) 0%, rgba(52, 199, 172, 0) 100%)\",opacity:1}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-pKi8v.framer-y7jl2d, .framer-pKi8v .framer-y7jl2d { display: block; }\",\".framer-pKi8v.framer-r7oh2s { align-content: center; align-items: center; cursor: default; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 16px; position: relative; width: 655px; will-change: var(--framer-will-change-override, transform); }\",\".framer-pKi8v .framer-uxmdbr { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px; position: relative; width: 1px; z-index: 1; }\",\".framer-pKi8v .framer-1u6genr { 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: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-pKi8v .framer-1hsr25v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 3; }\",\".framer-pKi8v .framer-78e5rr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 40px; justify-content: center; overflow: hidden; padding: 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-pKi8v .framer-1kehc21 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-pKi8v .framer-9e7y2d { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-pKi8v .framer-l7mw50 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pKi8v .framer-359swi, .framer-pKi8v .framer-ld4vg0, .framer-pKi8v .framer-1688dxj, .framer-pKi8v .framer-n1lg9z, .framer-pKi8v .framer-10tohuj, .framer-pKi8v .framer-iiy7zo, .framer-pKi8v .framer-1jbvfvo, .framer-pKi8v .framer-1d4ledq { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-pKi8v .framer-sywd5l { flex: none; height: 1px; overflow: visible; position: relative; width: 100%; }\",\".framer-pKi8v .framer-1o1778d { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 16px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-pKi8v .framer-1g4ti64 { align-content: center; align-items: center; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: auto; justify-content: center; min-height: 300px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-pKi8v .framer-12prn5m { backface-visibility: hidden; bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; z-index: 2; }\",\".framer-pKi8v .framer-uwnja8 { align-content: flex-start; align-items: flex-start; backface-visibility: hidden; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; justify-content: flex-start; left: 0px; overflow: visible; padding: 16px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-pKi8v .framer-1oxdpdv { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-pKi8v .framer-1us550j, .framer-pKi8v .framer-c56k83, .framer-pKi8v .framer-4qhunf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pKi8v .framer-1c9l3tl, .framer-pKi8v .framer-tcr89j { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-pKi8v .framer-h2y81c { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pKi8v.framer-r7oh2s, .framer-pKi8v .framer-uxmdbr, .framer-pKi8v .framer-1u6genr, .framer-pKi8v .framer-1hsr25v, .framer-pKi8v .framer-78e5rr, .framer-pKi8v .framer-9e7y2d, .framer-pKi8v .framer-l7mw50, .framer-pKi8v .framer-1o1778d, .framer-pKi8v .framer-1g4ti64, .framer-pKi8v .framer-uwnja8, .framer-pKi8v .framer-1us550j, .framer-pKi8v .framer-c56k83, .framer-pKi8v .framer-4qhunf { gap: 0px; } .framer-pKi8v.framer-r7oh2s > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-pKi8v.framer-r7oh2s > :first-child { margin-left: 0px; } .framer-pKi8v.framer-r7oh2s > :last-child { margin-right: 0px; } .framer-pKi8v .framer-uxmdbr > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-pKi8v .framer-uxmdbr > :first-child, .framer-pKi8v .framer-1u6genr > :first-child, .framer-pKi8v .framer-1hsr25v > :first-child, .framer-pKi8v .framer-78e5rr > :first-child, .framer-pKi8v .framer-9e7y2d > :first-child, .framer-pKi8v .framer-l7mw50 > :first-child, .framer-pKi8v .framer-1o1778d > :first-child, .framer-pKi8v .framer-1g4ti64 > :first-child, .framer-pKi8v .framer-uwnja8 > :first-child, .framer-pKi8v .framer-1us550j > :first-child, .framer-pKi8v .framer-c56k83 > :first-child, .framer-pKi8v .framer-4qhunf > :first-child { margin-top: 0px; } .framer-pKi8v .framer-uxmdbr > :last-child, .framer-pKi8v .framer-1u6genr > :last-child, .framer-pKi8v .framer-1hsr25v > :last-child, .framer-pKi8v .framer-78e5rr > :last-child, .framer-pKi8v .framer-9e7y2d > :last-child, .framer-pKi8v .framer-l7mw50 > :last-child, .framer-pKi8v .framer-1o1778d > :last-child, .framer-pKi8v .framer-1g4ti64 > :last-child, .framer-pKi8v .framer-uwnja8 > :last-child, .framer-pKi8v .framer-1us550j > :last-child, .framer-pKi8v .framer-c56k83 > :last-child, .framer-pKi8v .framer-4qhunf > :last-child { margin-bottom: 0px; } .framer-pKi8v .framer-1u6genr > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-pKi8v .framer-1hsr25v > *, .framer-pKi8v .framer-78e5rr > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-pKi8v .framer-9e7y2d > *, .framer-pKi8v .framer-1o1778d > *, .framer-pKi8v .framer-1g4ti64 > *, .framer-pKi8v .framer-1us550j > *, .framer-pKi8v .framer-c56k83 > *, .framer-pKi8v .framer-4qhunf > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-pKi8v .framer-l7mw50 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-pKi8v .framer-uwnja8 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",\".framer-pKi8v.framer-v-1p3dgn7.framer-r7oh2s { flex-direction: column; }\",\".framer-pKi8v.framer-v-1p3dgn7 .framer-uxmdbr { flex: none; width: 100%; }\",\".framer-pKi8v.framer-v-1p3dgn7 .framer-1g4ti64 { align-self: unset; flex: none; height: min-content; min-height: unset; width: 100%; }\",\".framer-pKi8v.framer-v-1p3dgn7 .framer-uwnja8 { backface-visibility: unset; bottom: unset; height: min-content; justify-content: center; left: unset; min-height: 140px; position: relative; right: unset; top: unset; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pKi8v.framer-v-1p3dgn7.framer-r7oh2s { gap: 0px; } .framer-pKi8v.framer-v-1p3dgn7.framer-r7oh2s > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-pKi8v.framer-v-1p3dgn7.framer-r7oh2s > :first-child { margin-top: 0px; } .framer-pKi8v.framer-v-1p3dgn7.framer-r7oh2s > :last-child { margin-bottom: 0px; } }\",\".framer-pKi8v.framer-v-r7oh2s.hover .framer-uwnja8 { backface-visibility: unset; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,'.framer-pKi8v[data-border=\"true\"]::after, .framer-pKi8v [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 332\n * @framerIntrinsicWidth 655\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"DzErKNpy8\":{\"layout\":[\"fixed\",\"auto\"]},\"XImZKGeVw\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"xSXipBecA\":\"bild\",\"g5p44N4K3\":\"jahr\",\"Cyx8S8tlv\":\"projektName\",\"rs9L4NG_H\":\"branche\",\"jgyLvEFyC\":\"_berblick\",\"iHGLqAYvk\":\"herausforderung\",\"Jj6k9eKhZ\":\"l_sung\",\"tDj8zzUeG\":\"ergebnis\",\"igR9fAOu0\":\"image\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerptuWJBq_n=withCSS(Component,css,\"framer-pKi8v\");export default FramerptuWJBq_n;FramerptuWJBq_n.displayName=\"Cards/Project\";FramerptuWJBq_n.defaultProps={height:332,width:655};addPropertyControls(FramerptuWJBq_n,{variant:{options:[\"hUQVKh7C5\",\"DzErKNpy8\"],optionTitles:[\"Desktop\",\"Tablet/phone\"],title:\"Variant\",type:ControlType.Enum},xSXipBecA:{title:\"Bild\",type:ControlType.ResponsiveImage},g5p44N4K3:{defaultValue:\"2024\",displayTextArea:false,title:\"Jahr\",type:ControlType.String},Cyx8S8tlv:{defaultValue:\"Projekt Name\",displayTextArea:false,title:\"Projekt Name\",type:ControlType.String},rs9L4NG_H:{defaultValue:\"Branche\",displayTextArea:false,title:\"Branche\",type:ControlType.String},jgyLvEFyC:{defaultValue:\"\\xdcberblick\",displayTextArea:true,placeholder:\"\\xdcberblick\",title:\"\\xdcberblick\",type:ControlType.String},iHGLqAYvk:{defaultValue:\"Herausforderung\",displayTextArea:true,placeholder:\"Herausforderung\",title:\"Herausforderung\",type:ControlType.String},Jj6k9eKhZ:{defaultValue:\"L\\xf6sung\",displayTextArea:true,placeholder:\"L\\xf6sung\",title:\"L\\xf6sung\",type:ControlType.String},tDj8zzUeG:{defaultValue:\"Ergebnis\",displayTextArea:true,placeholder:\"Ergebnis\",title:\"Ergebnis\",type:ControlType.String},igR9fAOu0:{__defaultAssetReference:\"data:framer/asset-reference,L5Sfs3075fIYlf4y2HzD9Vm2Jo4.png?originalFilename=Website-Bild-1.png&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage}});addFonts(FramerptuWJBq_n,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerptuWJBq_n\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"655\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"xSXipBecA\\\":\\\"bild\\\",\\\"g5p44N4K3\\\":\\\"jahr\\\",\\\"Cyx8S8tlv\\\":\\\"projektName\\\",\\\"rs9L4NG_H\\\":\\\"branche\\\",\\\"jgyLvEFyC\\\":\\\"_berblick\\\",\\\"iHGLqAYvk\\\":\\\"herausforderung\\\",\\\"Jj6k9eKhZ\\\":\\\"l_sung\\\",\\\"tDj8zzUeG\\\":\\\"ergebnis\\\",\\\"igR9fAOu0\\\":\\\"image\\\"}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"DzErKNpy8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XImZKGeVw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"332\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ptuWJBq_n.map", "// Generated by Framer (33d5032)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,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/ePQrezqlf9yLEa2ZKXZ2/CY1tzXqS4LTX7OXbQK9a/GlyTVUGYC.js\";const cycleOrder=[\"K1bpCiRwZ\",\"jzyiSNjwp\"];const serializationHash=\"framer-42pNk\";const variantClassNames={jzyiSNjwp:\"framer-v-1rx4094\",K1bpCiRwZ:\"framer-v-1vu7esw\"};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:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Default:\"K1bpCiRwZ\",Hover:\"jzyiSNjwp\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"K1bpCiRwZ\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"K1bpCiRwZ\",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__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1vu7esw\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"K1bpCiRwZ\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,...style},...addPropertyOverrides({jzyiSNjwp:{\"data-framer-name\":\"Hover\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nhblxy\",\"data-framer-name\":\"Charts\",layoutDependency:layoutDependency,layoutId:\"DduEMo3H3\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15k37xd\",layoutDependency:layoutDependency,layoutId:\"QuGlno9Qp\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-av9soi\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"kOb7cYnVG\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3},variants:{jzyiSNjwp:{\"--border-color\":\"var(--token-707ae75a-ddd9-4dc1-b6b0-78a10c1b2223, rgb(51, 198, 171))\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-10ttj2i\",layoutDependency:layoutDependency,layoutId:\"o771N9oTB\",style:{backgroundColor:\"var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35))\",borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3},variants:{jzyiSNjwp:{backgroundColor:\"var(--token-cbb7caed-278d-4ab5-a4f8-c99fc32230b9, rgba(245, 246, 250, 0.7))\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kt46vf\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"GcQ2IMWKZ\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3},variants:{jzyiSNjwp:{\"--border-color\":\"var(--token-707ae75a-ddd9-4dc1-b6b0-78a10c1b2223, rgb(51, 198, 171))\"}}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13dw74e\",layoutDependency:layoutDependency,layoutId:\"hB_bb1z7O\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-kan0tf\",layoutDependency:layoutDependency,layoutId:\"zXNqIau7y\",style:{backgroundColor:\"var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35))\",borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3},variants:{jzyiSNjwp:{backgroundColor:\"var(--token-cbb7caed-278d-4ab5-a4f8-c99fc32230b9, rgba(245, 246, 250, 0.7))\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yroy9i\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"qsbpAyJ2N\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3},variants:{jzyiSNjwp:{\"--border-color\":\"var(--token-707ae75a-ddd9-4dc1-b6b0-78a10c1b2223, rgb(51, 198, 171))\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-mvwbl\",layoutDependency:layoutDependency,layoutId:\"LsS7nNkXU\",style:{backgroundColor:\"var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35))\",borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3},variants:{jzyiSNjwp:{backgroundColor:\"var(--token-cbb7caed-278d-4ab5-a4f8-c99fc32230b9, rgba(245, 246, 250, 0.7))\"}}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ragwsy\",layoutDependency:layoutDependency,layoutId:\"gClkO15nw\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-l11lja\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"lzGtVx7V_\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3},variants:{jzyiSNjwp:{\"--border-color\":\"var(--token-707ae75a-ddd9-4dc1-b6b0-78a10c1b2223, rgb(51, 198, 171))\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-983p60\",layoutDependency:layoutDependency,layoutId:\"PH1to_lkx\",style:{backgroundColor:\"var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35))\",borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3},variants:{jzyiSNjwp:{backgroundColor:\"var(--token-cbb7caed-278d-4ab5-a4f8-c99fc32230b9, rgba(245, 246, 250, 0.7))\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-9br4vj\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"ZA5XKJnCh\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3},variants:{jzyiSNjwp:{\"--border-color\":\"var(--token-707ae75a-ddd9-4dc1-b6b0-78a10c1b2223, rgb(51, 198, 171))\"}}})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ou0tc0\",\"data-framer-name\":\"Gradient\",layoutDependency:layoutDependency,layoutId:\"mZthR4Tys\",style:{background:\"radial-gradient(107.3% 58.5% at 50% 50%, rgba(52, 199, 172, 0.2) 0%, rgba(52, 199, 172, 0) 100%)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,filter:\"blur(80px)\",WebkitFilter:\"blur(80px)\"},variants:{jzyiSNjwp:{background:\"radial-gradient(107.3% 58.5% at 50% 50%, rgba(52, 199, 172, 0.35) 0%, rgba(52, 199, 172, 0) 100%)\"}}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fztzju\",layoutDependency:layoutDependency,layoutId:\"NS7q64y_9\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8r7gin\",\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"HGtHql8GZ\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ki8b6w\",\"data-border\":true,\"data-framer-name\":\"Color\",layoutDependency:layoutDependency,layoutId:\"cAJl0u_k5\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"},variants:{jzyiSNjwp:{\"--border-color\":\"var(--token-707ae75a-ddd9-4dc1-b6b0-78a10c1b2223, rgb(51, 198, 171))\"}}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2n86c8\",\"data-styles-preset\":\"GlyTVUGYC\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35)))\"},children:\"Conversion\"})}),className:\"framer-2c7vk6\",\"data-framer-name\":\"Series 1\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"hjGkioOwk\",style:{\"--extracted-r6o4lv\":\"var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35))\",\"--framer-paragraph-spacing\":\"14px\"},variants:{jzyiSNjwp:{\"--extracted-r6o4lv\":\"var(--token-cbb7caed-278d-4ab5-a4f8-c99fc32230b9, rgba(245, 246, 250, 0.7))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({jzyiSNjwp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2n86c8\",\"data-styles-preset\":\"GlyTVUGYC\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-cbb7caed-278d-4ab5-a4f8-c99fc32230b9, rgba(245, 246, 250, 0.7)))\"},children:\"Conversion\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1q59b0r\",\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"nMT0CkDaW\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-vqljym\",\"data-framer-name\":\"Color\",layoutDependency:layoutDependency,layoutId:\"hsLn_aP5p\",style:{backgroundColor:\"var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35))\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"},variants:{jzyiSNjwp:{backgroundColor:\"rgba(245, 246, 250, 0.7)\"}}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2n86c8\",\"data-styles-preset\":\"GlyTVUGYC\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35)))\"},children:\"Sales\"})}),className:\"framer-1ogfyd7\",\"data-framer-name\":\"Series 1\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"dI7hINqdr\",style:{\"--extracted-r6o4lv\":\"var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35))\",\"--framer-paragraph-spacing\":\"14px\"},variants:{jzyiSNjwp:{\"--extracted-r6o4lv\":\"var(--token-cbb7caed-278d-4ab5-a4f8-c99fc32230b9, rgba(245, 246, 250, 0.7))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({jzyiSNjwp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2n86c8\",\"data-styles-preset\":\"GlyTVUGYC\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-cbb7caed-278d-4ab5-a4f8-c99fc32230b9, rgba(245, 246, 250, 0.7)))\"},children:\"Sales\"})})}},baseVariant,gestureVariant)})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-42pNk.framer-182db36, .framer-42pNk .framer-182db36 { display: block; }\",\".framer-42pNk.framer-1vu7esw { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 250px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 260px; }\",\".framer-42pNk .framer-nhblxy { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: 100%; justify-content: center; max-width: 260px; overflow: hidden; padding: 0px 24px 0px 24px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-42pNk .framer-15k37xd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 74px; }\",\".framer-42pNk .framer-av9soi { flex: none; height: 300px; left: calc(14.705882352941199% - 15px / 2); overflow: hidden; position: absolute; top: 115px; width: 15px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-42pNk .framer-10ttj2i { flex: none; height: 300px; left: calc(50.00000000000002% - 15px / 2); overflow: hidden; position: absolute; top: 73px; width: 15px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-42pNk .framer-1kt46vf { flex: none; height: 300px; left: calc(85.29411764705884% - 15px / 2); overflow: hidden; position: absolute; top: 125px; width: 15px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-42pNk .framer-13dw74e, .framer-42pNk .framer-ragwsy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 74px; }\",\".framer-42pNk .framer-kan0tf { flex: none; height: 300px; left: calc(14.705882352941199% - 15px / 2); overflow: hidden; position: absolute; top: 95px; width: 15px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-42pNk .framer-1yroy9i { flex: none; height: 300px; left: calc(50.00000000000002% - 15px / 2); overflow: hidden; position: absolute; top: 138px; width: 15px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-42pNk .framer-mvwbl { flex: none; height: 300px; left: calc(85.29411764705884% - 15px / 2); overflow: hidden; position: absolute; top: 115px; width: 15px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-42pNk .framer-l11lja { flex: none; height: 300px; left: calc(14.705882352941199% - 15px / 2); overflow: hidden; position: absolute; top: 68px; width: 15px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-42pNk .framer-983p60 { flex: none; height: 300px; left: calc(50.00000000000002% - 15px / 2); overflow: hidden; position: absolute; top: 156px; width: 15px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-42pNk .framer-9br4vj { flex: none; height: 300px; left: calc(85.29411764705884% - 15px / 2); overflow: hidden; position: absolute; top: 82px; width: 15px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-42pNk .framer-1ou0tc0 { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-42pNk .framer-fztzju { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 0px; width: 90px; z-index: 1; }\",\".framer-42pNk .framer-8r7gin, .framer-42pNk .framer-1q59b0r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 90px; z-index: 1; }\",\".framer-42pNk .framer-ki8b6w, .framer-42pNk .framer-vqljym { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 8px); position: relative; width: 8px; }\",\".framer-42pNk .framer-2c7vk6, .framer-42pNk .framer-1ogfyd7 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-42pNk.framer-1vu7esw, .framer-42pNk .framer-nhblxy, .framer-42pNk .framer-15k37xd, .framer-42pNk .framer-13dw74e, .framer-42pNk .framer-ragwsy, .framer-42pNk .framer-fztzju, .framer-42pNk .framer-8r7gin, .framer-42pNk .framer-1q59b0r { gap: 0px; } .framer-42pNk.framer-1vu7esw > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-42pNk.framer-1vu7esw > :first-child, .framer-42pNk .framer-nhblxy > :first-child, .framer-42pNk .framer-15k37xd > :first-child, .framer-42pNk .framer-13dw74e > :first-child, .framer-42pNk .framer-ragwsy > :first-child, .framer-42pNk .framer-8r7gin > :first-child, .framer-42pNk .framer-1q59b0r > :first-child { margin-left: 0px; } .framer-42pNk.framer-1vu7esw > :last-child, .framer-42pNk .framer-nhblxy > :last-child, .framer-42pNk .framer-15k37xd > :last-child, .framer-42pNk .framer-13dw74e > :last-child, .framer-42pNk .framer-ragwsy > :last-child, .framer-42pNk .framer-8r7gin > :last-child, .framer-42pNk .framer-1q59b0r > :last-child { margin-right: 0px; } .framer-42pNk .framer-nhblxy > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-42pNk .framer-15k37xd > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-42pNk .framer-13dw74e > *, .framer-42pNk .framer-ragwsy > *, .framer-42pNk .framer-8r7gin > *, .framer-42pNk .framer-1q59b0r > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-42pNk .framer-fztzju > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-42pNk .framer-fztzju > :first-child { margin-top: 0px; } .framer-42pNk .framer-fztzju > :last-child { margin-bottom: 0px; } }\",\".framer-42pNk.framer-v-1rx4094 .framer-15k37xd { order: 0; }\",\".framer-42pNk.framer-v-1rx4094 .framer-av9soi { top: 33px; }\",\".framer-42pNk.framer-v-1rx4094 .framer-10ttj2i { top: 68px; }\",\".framer-42pNk.framer-v-1rx4094 .framer-1kt46vf { top: 92px; }\",\".framer-42pNk.framer-v-1rx4094 .framer-13dw74e { order: 1; }\",\".framer-42pNk.framer-v-1rx4094 .framer-kan0tf { top: 75px; }\",\".framer-42pNk.framer-v-1rx4094 .framer-1yroy9i, .framer-42pNk.framer-v-1rx4094 .framer-9br4vj { top: 48px; }\",\".framer-42pNk.framer-v-1rx4094 .framer-mvwbl { top: 82px; }\",\".framer-42pNk.framer-v-1rx4094 .framer-ragwsy { order: 2; }\",\".framer-42pNk.framer-v-1rx4094 .framer-l11lja { top: 30px; }\",\".framer-42pNk.framer-v-1rx4094 .framer-983p60 { top: 108px; }\",...sharedStyle.css,'.framer-42pNk[data-border=\"true\"]::after, .framer-42pNk [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 250\n * @framerIntrinsicWidth 260\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"jzyiSNjwp\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerNvbzJc_q_=withCSS(Component,css,\"framer-42pNk\");export default FramerNvbzJc_q_;FramerNvbzJc_q_.displayName=\"Service card Interaction/Bar chart\";FramerNvbzJc_q_.defaultProps={height:250,width:260};addPropertyControls(FramerNvbzJc_q_,{variant:{options:[\"K1bpCiRwZ\",\"jzyiSNjwp\"],optionTitles:[\"Default\",\"Hover\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerNvbzJc_q_,[{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://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.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://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerNvbzJc_q_\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"jzyiSNjwp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"260\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"250\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ff86393)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleCode,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/rAWj1emjDxHuYJvveCx7/f1kuTWQbvxiTlr3ow5yi/GlyTVUGYC.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/4nrzMA9dTWvs879bpOOD/fwPNmTgRq6tJule2GyVx/x77Rv6nrn.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/psH3a6w5QP47BtiJYNRj/4dC8f3a5N4SZghaqgbyU/xXc7_oNpp.js\";import ServiceCardInteractionBarChart from\"https://framerusercontent.com/modules/mwz7ZbY5HGYEEnhuTwiI/I2scy3JYkAXYzjOgPweR/NvbzJc_q_.js\";const PhosphorFonts=getFonts(Phosphor);const ServiceCardInteractionBarChartFonts=getFonts(ServiceCardInteractionBarChart);const MotionDivWithFX=withFX(motion.div);const enabledGestures={CDnex3jn4:{hover:true}};const cycleOrder=[\"CDnex3jn4\",\"ubIRbhnhG\"];const serializationHash=\"framer-gls3Y\";const variantClassNames={CDnex3jn4:\"framer-v-y9uojg\",ubIRbhnhG:\"framer-v-2butzq\"};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:500,type:\"spring\"};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;// We add a try block because an invalid language code results in a crash\ntry{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:80};const transition2={damping:30,delay:0,mass:1,stiffness:150,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:80};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={\"Tablet/phone\":\"ubIRbhnhG\",Desktop:\"CDnex3jn4\"};const getProps=({description,height,id,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1,_ref2;return{...props,GRygJXMxc:(_ref=description!==null&&description!==void 0?description:props.GRygJXMxc)!==null&&_ref!==void 0?_ref:\"Gain strategic insights and actionable recommendations with our AI-powered business consulting services.\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"CDnex3jn4\",ZaY7cCnVG:(_ref2=title!==null&&title!==void 0?title:props.ZaY7cCnVG)!==null&&_ref2!==void 0?_ref2:\"Business Consulting\"};};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,ZaY7cCnVG,GRygJXMxc,nJ41mIjKEptuWJBq_n,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"CDnex3jn4\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const activeLocaleCode=useLocaleCode();const textContent=toDateString(nJ41mIjKEptuWJBq_n,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-y9uojg\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"CDnex3jn4\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"CDnex3jn4-hover\":{\"data-framer-name\":undefined},ubIRbhnhG:{\"data-framer-name\":\"Tablet/phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6112p5\",\"data-border\":true,\"data-framer-name\":\"Details\",layoutDependency:layoutDependency,layoutId:\"dO2qky8cz\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",background:'linear-gradient(180deg, var(--token-4407ed63-6e67-45c4-9c45-a8190c608d0e, rgb(15, 17, 28)) /* {\"name\":\"Background\"} */ 0%, var(--token-935d13cd-c842-48dc-9938-ffc0d3889471, rgba(4, 5, 8, 0.3)) /* {\"name\":\"Cards gradient 2nd color\"} */ 100%)',borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"inset 0px 0.3010936508871964px 1.505468254435982px -1.0833333333333333px rgba(255, 255, 255, 0.15798), inset 0px 1.1442666516217286px 5.7213332581086425px -2.1666666666666665px rgba(255, 255, 255, 0.14534), inset 0px 5px 25px -3.25px rgba(255, 255, 255, 0.0875)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16ijopu\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"k5FABjW2X\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-gq9q0u\",\"data-framer-name\":\"Stack\",layoutDependency:layoutDependency,layoutId:\"nGZcReVHv\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-rq2kp9\",\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"Xmu0QV28K\",style:{backgroundColor:\"var(--token-707ae75a-ddd9-4dc1-b6b0-78a10c1b2223, rgb(51, 198, 171))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qybvw4\",layoutDependency:layoutDependency,layoutId:\"ULsMvPi89\",style:{backgroundColor:\"var(--token-4407ed63-6e67-45c4-9c45-a8190c608d0e, rgb(15, 17, 28))\",borderBottomLeftRadius:9,borderBottomRightRadius:9,borderTopLeftRadius:9,borderTopRightRadius:9},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2n86c8\",\"data-styles-preset\":\"GlyTVUGYC\",children:\"Content\"})}),className:\"framer-vn2z0c\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"jybTKmmMc\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1idj6m5-container\",layoutDependency:layoutDependency,layoutId:\"ThOhbP7AK-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(245, 246, 250))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Handshake\",id:\"ThOhbP7AK\",layoutId:\"ThOhbP7AK\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})]})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1u1gm1l\",\"data-framer-name\":\"Info\",layoutDependency:layoutDependency,layoutId:\"m6Swy60dp\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-9530s4\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"jUwH52Ox7\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1g6zln9\",\"data-styles-preset\":\"x77Rv6nrn\",children:\"Business Consulting\"})}),className:\"framer-m5fuox\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"t8l31fOWh\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:ZaY7cCnVG,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1cp8ffw\",\"data-styles-preset\":\"xXc7_oNpp\",children:\"Gain strategic insights and actionable recommendations with our AI-powered business consulting services.\"})}),className:\"framer-ziasaj\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"HQdbSaFOc\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:GRygJXMxc,verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-31jyqm\",\"data-framer-name\":\"Gradient\",layoutDependency:layoutDependency,layoutId:\"IkMcKVSjg\",style:{background:\"radial-gradient(107.3% 58.5% at 50% 50%, rgba(52, 199, 172, 0.2) 0%, rgba(52, 199, 172, 0) 100%)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,filter:\"blur(80px)\",opacity:0,WebkitFilter:\"blur(80px)\"},variants:{\"CDnex3jn4-hover\":{opacity:1},ubIRbhnhG:{opacity:1}}})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-nd1yi5\",\"data-framer-name\":\"Interaction\",layoutDependency:layoutDependency,layoutId:\"rnGhKzlHf\",style:{backgroundColor:\"var(--token-4407ed63-6e67-45c4-9c45-a8190c608d0e, rgb(15, 17, 28))\",borderBottomLeftRadius:16,borderBottomRightRadius:16},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-l6yp6f\",\"data-border\":true,\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"nLpEpWdmz\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-4407ed63-6e67-45c4-9c45-a8190c608d0e, rgb(15, 17, 28))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,transformPerspective:1200},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",backgroundSize:1,fit:\"tile\",intrinsicHeight:96,intrinsicWidth:96,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||523.5)-0-593.4)/2+318.4+0)+0+0),pixelHeight:2160,pixelWidth:2160,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/6jRPN56GFX0l4uT2QVaHJ7DUcbA.png?scale-down-to=2048\"},className:\"framer-12fxi3t\",\"data-framer-name\":\"Pattern\",layoutDependency:layoutDependency,layoutId:\"ZnPSbQLfh\",style:{opacity:.3},...addPropertyOverrides({ubIRbhnhG:{background:{alt:\"\",backgroundSize:1,fit:\"tile\",intrinsicHeight:96,intrinsicWidth:96,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||517.5)-0-587.4)/2+312.4+0)+0+0),pixelHeight:2160,pixelWidth:2160,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/6jRPN56GFX0l4uT2QVaHJ7DUcbA.png?scale-down-to=2048\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-n43qek\",\"data-framer-name\":\"Blur\",layoutDependency:layoutDependency,layoutId:\"PwnlxFL2s\",style:{background:'radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, var(--token-50f24d87-96a0-4385-9785-727217dabb35, rgb(0, 0, 0)) /* {\"name\":\"Background 2\"} */ 100%)'}})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:263,width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 24px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||523.5)-0-593.4)/2+318.4+0)+0+12,...addPropertyOverrides({ubIRbhnhG:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||517.5)-0-587.4)/2+312.4+0)+0+12}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-eey4x7-container\",layoutDependency:layoutDependency,layoutId:\"hYBrPCCPr-container\",children:/*#__PURE__*/_jsx(ServiceCardInteractionBarChart,{height:\"100%\",id:\"hYBrPCCPr\",layoutId:\"hYBrPCCPr\",style:{height:\"100%\",width:\"100%\"},variant:\"K1bpCiRwZ\",width:\"100%\",...addPropertyOverrides({\"CDnex3jn4-hover\":{variant:\"jzyiSNjwp\"},ubIRbhnhG:{variant:\"jzyiSNjwp\"}},baseVariant,gestureVariant)})})})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-gls3Y.framer-14q7f8s, .framer-gls3Y .framer-14q7f8s { display: block; }\",\".framer-gls3Y.framer-y9uojg { align-content: center; align-items: center; cursor: default; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 504px; }\",\".framer-gls3Y .framer-6112p5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 16px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-gls3Y .framer-16ijopu { 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: flex-start; overflow: visible; padding: 8px; position: relative; width: 100%; z-index: 1; }\",\".framer-gls3Y .framer-gq9q0u { 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: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-gls3Y .framer-rq2kp9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 3; }\",\".framer-gls3Y .framer-1qybvw4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-gls3Y .framer-vn2z0c { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-gls3Y .framer-1idj6m5-container { flex: none; height: 32px; position: relative; width: 32px; }\",\".framer-gls3Y .framer-1u1gm1l { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; min-height: 100px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-gls3Y .framer-9530s4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-gls3Y .framer-m5fuox { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-gls3Y .framer-ziasaj { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-gls3Y .framer-31jyqm { bottom: -142px; flex: none; height: 234px; left: 0px; overflow: hidden; position: absolute; right: 0px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-gls3Y .framer-nd1yi5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 275px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-gls3Y .framer-l6yp6f { align-content: center; align-items: center; backface-visibility: hidden; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; justify-content: center; left: 0px; overflow: visible; padding: 12px 12px 0px 12px; position: absolute; right: 0px; top: 0px; z-index: 2; }\",\".framer-gls3Y .framer-12fxi3t { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-gls3Y .framer-n43qek { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-gls3Y .framer-eey4x7-container { flex: 1 0 0px; height: 100%; position: relative; width: 1px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-gls3Y.framer-y9uojg, .framer-gls3Y .framer-6112p5, .framer-gls3Y .framer-16ijopu, .framer-gls3Y .framer-gq9q0u, .framer-gls3Y .framer-rq2kp9, .framer-gls3Y .framer-1qybvw4, .framer-gls3Y .framer-1u1gm1l, .framer-gls3Y .framer-9530s4, .framer-gls3Y .framer-nd1yi5, .framer-gls3Y .framer-l6yp6f { gap: 0px; } .framer-gls3Y.framer-y9uojg > *, .framer-gls3Y .framer-1qybvw4 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-gls3Y.framer-y9uojg > :first-child, .framer-gls3Y .framer-6112p5 > :first-child, .framer-gls3Y .framer-16ijopu > :first-child, .framer-gls3Y .framer-gq9q0u > :first-child, .framer-gls3Y .framer-rq2kp9 > :first-child, .framer-gls3Y .framer-1qybvw4 > :first-child, .framer-gls3Y .framer-1u1gm1l > :first-child, .framer-gls3Y .framer-nd1yi5 > :first-child { margin-top: 0px; } .framer-gls3Y.framer-y9uojg > :last-child, .framer-gls3Y .framer-6112p5 > :last-child, .framer-gls3Y .framer-16ijopu > :last-child, .framer-gls3Y .framer-gq9q0u > :last-child, .framer-gls3Y .framer-rq2kp9 > :last-child, .framer-gls3Y .framer-1qybvw4 > :last-child, .framer-gls3Y .framer-1u1gm1l > :last-child, .framer-gls3Y .framer-nd1yi5 > :last-child { margin-bottom: 0px; } .framer-gls3Y .framer-6112p5 > *, .framer-gls3Y .framer-nd1yi5 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-gls3Y .framer-16ijopu > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-gls3Y .framer-gq9q0u > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-gls3Y .framer-rq2kp9 > *, .framer-gls3Y .framer-1u1gm1l > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-gls3Y .framer-9530s4 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-gls3Y .framer-9530s4 > :first-child, .framer-gls3Y .framer-l6yp6f > :first-child { margin-left: 0px; } .framer-gls3Y .framer-9530s4 > :last-child, .framer-gls3Y .framer-l6yp6f > :last-child { margin-right: 0px; } .framer-gls3Y .framer-l6yp6f > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-gls3Y.framer-v-2butzq .framer-1idj6m5-container { height: 26px; width: 26px; }\",\".framer-gls3Y.framer-v-2butzq .framer-1u1gm1l { min-height: unset; }\",\".framer-gls3Y.framer-v-2butzq .framer-31jyqm { bottom: -180px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-gls3Y[data-border=\"true\"]::after, .framer-gls3Y [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 523.5\n * @framerIntrinsicWidth 504\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ubIRbhnhG\":{\"layout\":[\"fixed\",\"auto\"]},\"WJBXZVCgu\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"ZaY7cCnVG\":\"title\",\"GRygJXMxc\":\"description\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerqUDnQqkBz=withCSS(Component,css,\"framer-gls3Y\");export default FramerqUDnQqkBz;FramerqUDnQqkBz.displayName=\"Service cards/Business consulting\";FramerqUDnQqkBz.defaultProps={height:523.5,width:504};addPropertyControls(FramerqUDnQqkBz,{variant:{options:[\"CDnex3jn4\",\"ubIRbhnhG\"],optionTitles:[\"Desktop\",\"Tablet/phone\"],title:\"Variant\",type:ControlType.Enum},ZaY7cCnVG:{defaultValue:\"Business Consulting\",displayTextArea:false,title:\"Title\",type:ControlType.String},GRygJXMxc:{defaultValue:\"Gain strategic insights and actionable recommendations with our AI-powered business consulting services.\",displayTextArea:false,title:\"Description\",type:ControlType.String}});addFonts(FramerqUDnQqkBz,[{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,...ServiceCardInteractionBarChartFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerqUDnQqkBz\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"504\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"523.5\",\"framerVariables\":\"{\\\"ZaY7cCnVG\\\":\\\"title\\\",\\\"GRygJXMxc\\\":\\\"description\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ubIRbhnhG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"WJBXZVCgu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./qUDnQqkBz.map", "// Generated by Framer (1a71db7)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,ResolveLinks,RichText,useCustomCursors,useHydratedBreakpointVariants,useLocaleCode,useLocaleInfo,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import Particles from\"https://framerusercontent.com/modules/wb6ZrZlCLNQ5HHBJtNND/c1GLxCsQBQvlLXhkz7er/Particles.js\";import UnserePartner from\"#framer/local/canvasComponent/ATNsf4v2A/ATNsf4v2A.js\";import ContactForm from\"#framer/local/canvasComponent/c2vDGllnk/c2vDGllnk.js\";import TestimonialsTicker from\"#framer/local/canvasComponent/ca8CfB077/ca8CfB077.js\";import HeadlineHTML from\"#framer/local/canvasComponent/cq2bHvtQe/cq2bHvtQe.js\";import ServiceCardsStrategyDevelopment from\"#framer/local/canvasComponent/EujNNCgIC/EujNNCgIC.js\";import ServiceCardsWorkflowAutomation from\"#framer/local/canvasComponent/eWCV_MazW/eWCV_MazW.js\";import ButtonsPrimary from\"#framer/local/canvasComponent/fxTcLphDv/fxTcLphDv.js\";import ServiceCardsGPTDevelopment from\"#framer/local/canvasComponent/g18z8BVPj/g18z8BVPj.js\";import ButtonsIcon from\"#framer/local/canvasComponent/KagMRysR8/KagMRysR8.js\";import FAQsSection from\"#framer/local/canvasComponent/LKiFl9RBI/LKiFl9RBI.js\";import CardsProject from\"#framer/local/canvasComponent/ptuWJBq_n/ptuWJBq_n.js\";import ServiceCardsBusinessConsulting from\"#framer/local/canvasComponent/qUDnQqkBz/qUDnQqkBz.js\";import ButtonsSecondry from\"#framer/local/canvasComponent/vABLfY2Qo/vABLfY2Qo.js\";import Footer from\"#framer/local/canvasComponent/VV8E6xG2F/VV8E6xG2F.js\";import Navigation from\"#framer/local/canvasComponent/YmIZ4WuNk/YmIZ4WuNk.js\";import*as sharedStyle4 from\"#framer/local/css/DkWyVjiSW/DkWyVjiSW.js\";import*as sharedStyle1 from\"#framer/local/css/GlyTVUGYC/GlyTVUGYC.js\";import*as sharedStyle2 from\"#framer/local/css/kp7qtUjpB/kp7qtUjpB.js\";import*as sharedStyle3 from\"#framer/local/css/x77Rv6nrn/x77Rv6nrn.js\";import*as sharedStyle from\"#framer/local/css/xXc7_oNpp/xXc7_oNpp.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const NavigationFonts=getFonts(Navigation);const ParticlesFonts=getFonts(Particles);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const HeadlineHTMLFonts=getFonts(HeadlineHTML);const RichTextWithFX=withFX(RichText);const ButtonsPrimaryFonts=getFonts(ButtonsPrimary);const ButtonsSecondryFonts=getFonts(ButtonsSecondry);const MotionDivWithFX=withFX(motion.div);const UnserePartnerFonts=getFonts(UnserePartner);const PhosphorFonts=getFonts(Phosphor);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const ServiceCardsWorkflowAutomationFonts=getFonts(ServiceCardsWorkflowAutomation);const ServiceCardsGPTDevelopmentFonts=getFonts(ServiceCardsGPTDevelopment);const ServiceCardsBusinessConsultingFonts=getFonts(ServiceCardsBusinessConsulting);const ServiceCardsStrategyDevelopmentFonts=getFonts(ServiceCardsStrategyDevelopment);const CardsProjectFonts=getFonts(CardsProject);const ContainerWithFX=withFX(Container);const TestimonialsTickerFonts=getFonts(TestimonialsTicker);const ButtonsIconFonts=getFonts(ButtonsIcon);const ContactFormFonts=getFonts(ContactForm);const FAQsSectionFonts=getFonts(FAQsSection);const FooterFonts=getFonts(Footer);const breakpoints={qeRMb5ghT:\"(max-width: 809px)\",u8PBC9xQK:\"(min-width: 810px) and (max-width: 1199px)\",WQLkyLRf1:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-aTCDd\";const variantClassNames={qeRMb5ghT:\"framer-v-1iq7liw\",u8PBC9xQK:\"framer-v-dbwgbp\",WQLkyLRf1:\"framer-v-72rtr7\"};const transition1={damping:30,delay:.5,mass:1,stiffness:150,type:\"spring\"};const animation={opacity:.3,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:.7,skewX:0,skewY:0,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:90,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition2={damping:40,delay:.2,mass:1,stiffness:150,type:\"spring\"};const animation3={opacity:0,rotate:0,rotateX:90,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const transition3={damping:40,delay:.3,mass:1,stiffness:150,type:\"spring\"};const animation4={opacity:0,rotate:0,rotateX:90,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const transition4={damping:40,delay:.5,mass:1,stiffness:150,type:\"spring\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation6={opacity:.001,rotate:0,rotateX:90,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition5={damping:40,delay:.6,mass:1,stiffness:150,type:\"spring\"};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const transition6={damping:40,delay:.7,mass:1,stiffness:150,type:\"spring\"};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:0,y:0};const animation9={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:150};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;// We add a try block because an invalid language code results in a crash\ntry{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const transition7={damping:40,delay:0,mass:1,stiffness:150,type:\"spring\"};const animation10={opacity:0,rotate:0,rotateX:90,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition7,x:0,y:0};const transition8={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const animation11={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition8};const transition9={damping:40,delay:.1,mass:1,stiffness:150,type:\"spring\"};const animation12={opacity:0,rotate:0,rotateX:90,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition9,x:0,y:0};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"qeRMb5ghT\",Tablet:\"u8PBC9xQK\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,nJ41mIjKEptuWJBq_n,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-aTCDd`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-aTCDd`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const elementId=useRouteElementId(\"bkw7DnQa_\");const ref2=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"qeRMb5ghT\")return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"qeRMb5ghT\")return true;return false;};const router=useRouter();const elementId1=useRouteElementId(\"NLlyw8Noz\");const ref3=React.useRef(null);const activeLocaleCode=useLocaleCode();const textContent=toDateString(nJ41mIjKEptuWJBq_n,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);const elementId2=useRouteElementId(\"D5wNPVy6v\");const ref4=React.useRef(null);const elementId3=useRouteElementId(\"noNqpa1ad\");const ref5=React.useRef(null);const elementId4=useRouteElementId(\"osyp4ZIma\");const ref6=React.useRef(null);const elementId5=useRouteElementId(\"uWKd2tXJZ\");const ref7=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-72rtr7\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qeRMb5ghT:{y:0},u8PBC9xQK:{y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,width:\"100vw\",y:16,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kdxca4-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qeRMb5ghT:{variant:\"LgBKehxsz\"},u8PBC9xQK:{variant:\"LgBKehxsz\"}},children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"WYQDbjK90\",layoutId:\"WYQDbjK90\",style:{width:\"100%\"},variant:\"Lr1_ZN2xu\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-lznhvu\",\"data-framer-name\":\"Hero\",id:elementId,name:\"Hero\",ref:ref2,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ucxfff\",\"data-framer-name\":\"Background\",name:\"Background\",children:[isDisplayed()&&/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-411889 hidden-1iq7liw\",\"data-framer-appear-id\":\"411889\",\"data-framer-name\":\"Animated gradient\",initial:animation1,name:\"Animated gradient\",optimized:true,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-tfm6aw-container\",\"data-framer-name\":\"Gradient\",name:\"Gradient\",children:/*#__PURE__*/_jsx(Particles,{background:\"rgba(0, 0, 0, 0)\",clickOptions:{clickEnabled:false,clickModes:\"push\"},color:\"rgb(255, 255, 255)\",colors:[\"rgb(0, 133, 145)\",\"rgb(66, 153, 106)\",\"rgb(51, 198, 171)\"],densityOptions:{densityArea:5e3,densityEnable:false,densityFactor:50},fpsOptions:30,height:\"100%\",hoverOptions:{hoverEnabled:false,hoverForce:10,hoverModes:\"grab\",hoverParallax:true,hoverSmooth:10},id:\"bTZL03IYz\",layoutId:\"bTZL03IYz\",linksOptions:{linksColor:\"rgb(255, 255, 255)\",linksDistance:100,linksEnabled:false,linksOpacity:.2,linksWidth:1},modeOptions:{bubbleDistance:100,bubbleDuration:.4,bubbleSize:40,connectDistance:100,connectLinksOpacity:.2,connectRadius:50,grabDistance:100,grabLinksOpacity:.2,pushQuantity:4,removeQuantity:4,repulseDistance:200,repulseDuration:1.2,trailDelay:.1,trailQuantity:10},moveOptions:{moveAttractDistance:100,moveAttractEnabled:false,moveDirection:\"none\",moveEnabled:true,moveGravityAcceleration:1,moveGravityEnabled:false,moveGravityMaxSpeed:2,moveOut:\"out\",moveRandom:false,moveSpeed:2,moveSpinAcceleration:0,moveSpinEnabled:true,moveStraight:false,moveTrailAmount:100,moveTrailEnabled:false,moveVibrate:false},name:\"Gradient\",number:5,opacityOptions:{opacity:1,opacityMax:1,opacityMin:0,opacityType:true},particlesID:\"One\",radius:100,rotateOptions:{rotateAnimation:true,rotateDirection:\"random\",rotateSpeed:10,rotateSync:false,rotateValue:0},shapeOptions:{characterType:\"\uD83D\uDE0E\",imageHeight:100,imageWidth:100,shapeType:\"circle\"},sizeOptions:{size:1,sizeMax:500,sizeMin:100,sizeType:false},style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",backgroundSize:1,fit:\"tile\",intrinsicHeight:96,intrinsicWidth:96,loading:getLoadingLazyAtYPosition(0),pixelHeight:2160,pixelWidth:2160,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/6jRPN56GFX0l4uT2QVaHJ7DUcbA.png?scale-down-to=2048\"},className:\"framer-1gzqd8q\",\"data-framer-name\":\"Pattern\",name:\"Pattern\"}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qwm9cg hidden-72rtr7 hidden-dbwgbp\",\"data-framer-name\":\"Gradient\",name:\"Gradient\"})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-r63pp4\",\"data-framer-name\":\"Container\",name:\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3fu8v4\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qeRMb5ghT:{width:\"max(min(100vw - 40px, 1440px), 1px)\",y:100},u8PBC9xQK:{width:\"max(min(max(100vw - 80px, 1px), 1440px), 1px)\",y:160}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:199,width:\"max(min(max(100vw - 160px, 1px), 1440px), 1px)\",y:200,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1p4wl6s-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qeRMb5ghT:{variant:\"AMF6OFvvE\"},u8PBC9xQK:{variant:\"Hbp6RLypQ\"}},children:/*#__PURE__*/_jsx(HeadlineHTML,{height:\"100%\",id:\"sqyTtj4oj\",layoutId:\"sqyTtj4oj\",style:{width:\"100%\"},variant:\"iWfeqWvXD\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qeRMb5ghT:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cp8ffw\",\"data-styles-preset\":\"xXc7_oNpp\",style:{\"--framer-text-alignment\":\"center\"},children:\"Automatisiere den gesamten boring stuff in deiner Agentur, w\\xe4hrend du auf 7 oder 8-stellige Ums\\xe4tze skalierst.\"})}),className:\"framer-1a7o33h\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qeRMb5ghT:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-d0fwyg\",\"data-framer-name\":\"CTA\",name:\"CTA\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":osyp4ZIma\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":osyp4ZIma\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":osyp4ZIma\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qeRMb5ghT:{width:\"min(max(min(100vw - 40px, 1440px), 1px), 350px)\",y:489},u8PBC9xQK:{y:549}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:\"230px\",y:589,children:/*#__PURE__*/_jsx(Container,{className:\"framer-19h1xg5-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qeRMb5ghT:{NGYfh7jQz:resolvedLinks[2]},u8PBC9xQK:{NGYfh7jQz:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(ButtonsPrimary,{height:\"100%\",id:\"uVe4PuTPS\",layoutId:\"uVe4PuTPS\",NGYfh7jQz:resolvedLinks[0],style:{height:\"100%\",width:\"100%\"},variant:\"a5oQWLxeN\",VfHWd_7K9:\"Jetzt starten\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":osyp4ZIma\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":osyp4ZIma\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":osyp4ZIma\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qeRMb5ghT:{width:\"min(max(min(100vw - 40px, 1440px), 1px), 350px)\",y:557},u8PBC9xQK:{y:549}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:\"230px\",y:589,children:/*#__PURE__*/_jsx(Container,{className:\"framer-j1alhs-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qeRMb5ghT:{NGYfh7jQz:resolvedLinks1[2]},u8PBC9xQK:{NGYfh7jQz:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(ButtonsSecondry,{height:\"100%\",id:\"b3hn56Fgf\",layoutId:\"b3hn56Fgf\",NGYfh7jQz:resolvedLinks1[0],style:{height:\"100%\",width:\"100%\"},variant:\"ZacEN5d2B\",VfHWd_7K9:\"Termin vereinbaren\",width:\"100%\"})})})})})})]})})]})})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1kca07k\",\"data-framer-name\":\"Unsere Partner\",name:\"Unsere Partner\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qeRMb5ghT:{width:\"calc(100vw - 40px)\",y:709},u8PBC9xQK:{width:\"calc(100vw - 80px)\",y:701}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:66,width:\"calc(100vw - 160px)\",y:741,children:/*#__PURE__*/_jsx(Container,{className:\"framer-wmusgv-container\",children:/*#__PURE__*/_jsx(UnserePartner,{height:\"100%\",id:\"mUdEP2rVo\",layoutId:\"mUdEP2rVo\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1kx9lq\",\"data-framer-name\":\"Dienstleistungen\",id:elementId1,name:\"Dienstleistungen\",ref:ref3,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-9h8ito\",\"data-framer-name\":\"Container\",name:\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lmz4ic\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4f86nf\",\"data-framer-name\":\"Headline\",name:\"Headline\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qeRMb5ghT:{animate:undefined,initial:undefined,optimized:undefined},u8PBC9xQK:{animate:undefined,initial:undefined,optimized:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-1prechc\",\"data-border\":true,\"data-framer-appear-id\":\"1prechc\",\"data-framer-name\":\"Tag\",initial:animation6,name:\"Tag\",optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-155ug39-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-cbb7caed-278d-4ab5-a4f8-c99fc32230b9, rgba(245, 246, 250, 0.7))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Sparkle\",id:\"g8Ue72PRv\",layoutId:\"g8Ue72PRv\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-2n86c8\",\"data-styles-preset\":\"GlyTVUGYC\",children:\"Dienstleistungen\"})}),className:\"framer-bcsgay\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qeRMb5ghT:{animate:undefined,initial:undefined,optimized:undefined},u8PBC9xQK:{animate:undefined,initial:undefined,optimized:undefined}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation7,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1pc7kq0\",\"data-styles-preset\":\"kp7qtUjpB\",children:\"Transformiere deine Agentur mit KI\"})}),className:\"framer-1aqkady\",\"data-framer-appear-id\":\"1aqkady\",fonts:[\"Inter\"],initial:animation6,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qeRMb5ghT:{animate:undefined,initial:undefined,optimized:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation8,className:\"framer-1jgw5ka\",\"data-framer-appear-id\":\"1jgw5ka\",\"data-framer-name\":\"Services\",initial:animation9,name:\"Services\",optimized:true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qeRMb5ghT:{width:\"max(min(min(100vw - 40px, 1440px), 1200px), 200px)\",y:1072.2},u8PBC9xQK:{width:\"max(min(min(max(100vw - 80px, 1px), 1440px), 600px), 200px)\",y:1084.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:511,width:\"max((min(min(max(100vw - 160px, 1px), 1440px), 1200px) - 32px) / 2, 200px)\",y:1124.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-rtar0e-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qeRMb5ghT:{variant:\"yNjrcJwVJ\"},u8PBC9xQK:{variant:\"yNjrcJwVJ\"}},children:/*#__PURE__*/_jsx(ServiceCardsWorkflowAutomation,{height:\"100%\",id:\"OLugjVDr3\",layoutId:\"OLugjVDr3\",R9Kbpdbhy:\"Workflow Automatisierung\",style:{width:\"100%\"},variant:\"aazHHW_Co\",width:\"100%\",Y80d3_QFf:\"Nach dem Prinzip des Lean Managements bauen wir optimierte Prozesse basierend auf KI.\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qeRMb5ghT:{width:\"max(min(min(100vw - 40px, 1440px), 1200px), 200px)\",y:1615.2},u8PBC9xQK:{width:\"max(min(min(max(100vw - 80px, 1px), 1440px), 600px), 200px)\",y:1627.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:511,width:\"max((min(min(max(100vw - 160px, 1px), 1440px), 1200px) - 32px) / 2, 200px)\",y:1124.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1j1y6hr-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qeRMb5ghT:{variant:\"tUY73Pqr5\"},u8PBC9xQK:{variant:\"tUY73Pqr5\"}},children:/*#__PURE__*/_jsx(ServiceCardsGPTDevelopment,{height:\"100%\",i53Kxk7p3:\"KI-Mitarbeiter, die dein Unternehmen in- und auswendig kennen und 24/7 daran arbeiten.\",id:\"GqjCwlgnE\",layoutId:\"GqjCwlgnE\",RyP7hwvmY:\"AI Agents\",style:{width:\"100%\"},variant:\"MNwvLf5Ln\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qeRMb5ghT:{width:\"max(min(min(100vw - 40px, 1440px), 1200px), 200px)\",y:2158.2},u8PBC9xQK:{width:\"max(min(min(max(100vw - 80px, 1px), 1440px), 600px), 200px)\",y:2170.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:523,width:\"max((min(min(max(100vw - 160px, 1px), 1440px), 1200px) - 32px) / 2, 200px)\",y:1667.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1h2uc19-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qeRMb5ghT:{variant:\"ubIRbhnhG\"},u8PBC9xQK:{variant:\"ubIRbhnhG\"}},children:/*#__PURE__*/_jsx(ServiceCardsBusinessConsulting,{GRygJXMxc:\"Laufende Unterst\\xfctzung und Optimierung f\\xfcr interne Prozesse.\",height:\"100%\",id:\"ZIs7GIkXG\",layoutId:\"ZIs7GIkXG\",style:{width:\"100%\"},variant:\"CDnex3jn4\",width:\"100%\",ZaY7cCnVG:\"Partnerschaft\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qeRMb5ghT:{width:\"max(min(min(100vw - 40px, 1440px), 1200px), 200px)\",y:2713.2},u8PBC9xQK:{width:\"max(min(min(max(100vw - 80px, 1px), 1440px), 600px), 200px)\",y:2725.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:511,width:\"max((min(min(max(100vw - 160px, 1px), 1440px), 1200px) - 32px) / 2, 200px)\",y:1667.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-lcf1t9-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qeRMb5ghT:{variant:\"nZlMFk8Ip\"},u8PBC9xQK:{variant:\"nZlMFk8Ip\"}},children:/*#__PURE__*/_jsx(ServiceCardsStrategyDevelopment,{ammH31O16:\"KI Beratung\",CuJBMgrDa:\"Umfangreiche und kompetente Beratung von zertifizierten KI-Experten.\",height:\"100%\",id:\"wRV8ss7yy\",layoutId:\"wRV8ss7yy\",style:{width:\"100%\"},variant:\"hOQWAe4DI\",width:\"100%\"})})})})})]})})]})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-q3lhho\",\"data-framer-name\":\"Produkte\",name:\"Produkte\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-6rk0i0\",\"data-framer-name\":\"Container\",name:\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4o78u0\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ousn1k\",\"data-framer-name\":\"Headline\",name:\"Headline\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ygludz\",\"data-border\":true,\"data-framer-name\":\"Tag\",name:\"Tag\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1enf8sl-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-cbb7caed-278d-4ab5-a4f8-c99fc32230b9, rgba(245, 246, 250, 0.7))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"SquaresFour\",id:\"GFcPkW_E3\",layoutId:\"GFcPkW_E3\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-2n86c8\",\"data-styles-preset\":\"GlyTVUGYC\",children:\"Produkte\"})}),className:\"framer-17dyyjm\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1pc7kq0\",\"data-styles-preset\":\"kp7qtUjpB\",children:\"Unser boring stuff\"})}),className:\"framer-jmr950\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pat0m7\",\"data-framer-name\":\"Cards\",name:\"Cards\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9ul1te\",\"data-framer-name\":\"Feature\",name:\"Feature\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wip1rh\",\"data-framer-name\":\"Stack\",name:\"Stack\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-g2rlom\",\"data-framer-name\":\"Icon\",name:\"Icon\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e9u0rr\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-2n86c8\",\"data-styles-preset\":\"GlyTVUGYC\",children:\"Content\"})}),className:\"framer-41xfvn\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-jxhbor-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-50f24d87-96a0-4385-9785-727217dabb35, rgb(4, 5, 8))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CalendarCheck\",id:\"SYxHjZsBk\",layoutId:\"SYxHjZsBk\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1saga92\",\"data-framer-name\":\"Title\",name:\"Title\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14krd2z\",\"data-framer-name\":\"Info\",name:\"Info\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-16rxq4g\",\"data-framer-name\":\"Title\",name:\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1g6zln9\",\"data-styles-preset\":\"x77Rv6nrn\",style:{\"--framer-text-alignment\":\"center\"},children:\"Lead Generation Systeme\"})}),className:\"framer-6fc3x7\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cp8ffw\",\"data-styles-preset\":\"xXc7_oNpp\",style:{\"--framer-text-alignment\":\"center\"},children:\"Wir bauen in deiner Agentur ein System auf, das dir t\\xe4glich neue Leads aus deiner Nische bringt.\"})}),className:\"framer-nyy3p6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10jdcfg\",\"data-framer-name\":\"Feature\",name:\"Feature\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-nfk4d0\",\"data-framer-name\":\"Stack\",name:\"Stack\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-15rsvyb\",\"data-framer-name\":\"Icon\",name:\"Icon\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1chqgto\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-2n86c8\",\"data-styles-preset\":\"GlyTVUGYC\",children:\"Content\"})}),className:\"framer-17kiu8u\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1obr4y2-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-50f24d87-96a0-4385-9785-727217dabb35, rgb(4, 5, 8))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ChartLineDown\",id:\"KCFtmzk9o\",layoutId:\"KCFtmzk9o\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ft7h4\",\"data-framer-name\":\"Title\",name:\"Title\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wva58m\",\"data-framer-name\":\"Info\",name:\"Info\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1epawcd\",\"data-framer-name\":\"Title\",name:\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1g6zln9\",\"data-styles-preset\":\"x77Rv6nrn\",style:{\"--framer-text-alignment\":\"center\"},children:\"Cold Outreach Systeme\"})}),className:\"framer-hlbven\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cp8ffw\",\"data-styles-preset\":\"xXc7_oNpp\",style:{\"--framer-text-alignment\":\"center\"},children:\"Die gewonnen Leads werden durch ein ma\\xdfgeschneidertes AI System ohne zus\\xe4tzlichem Aufwand von deiner Agentur kontaktiert.\"})}),className:\"framer-1rhjs9l\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1djov9b\",\"data-framer-name\":\"Feature\",name:\"Feature\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-6m6bov\",\"data-framer-name\":\"Stack\",name:\"Stack\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-livezz\",\"data-framer-name\":\"Icon\",name:\"Icon\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ecmfvx\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-2n86c8\",\"data-styles-preset\":\"GlyTVUGYC\",children:\"Content\"})}),className:\"framer-1j9ag5h\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-13o3l11-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-50f24d87-96a0-4385-9785-727217dabb35, rgb(4, 5, 8))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Gear\",id:\"dBM04cxj8\",layoutId:\"dBM04cxj8\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-3unl5m\",\"data-framer-name\":\"Title\",name:\"Title\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i0yr5k\",\"data-framer-name\":\"Info\",name:\"Info\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fchnm3\",\"data-framer-name\":\"Title\",name:\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1g6zln9\",\"data-styles-preset\":\"x77Rv6nrn\",style:{\"--framer-text-alignment\":\"center\"},children:\"Sales & CRM System\"})}),className:\"framer-nygjpn\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cp8ffw\",\"data-styles-preset\":\"xXc7_oNpp\",style:{\"--framer-text-alignment\":\"center\"},children:\"Vom Setting- und Closing-Call bis zum Vertrags- und Sales-Management l\\xe4uft jeder Prozess v\\xf6llig automatisiert ab.\"})}),className:\"framer-1201x72\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qkdryq\",\"data-framer-name\":\"Feature\",name:\"Feature\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-pyloh4\",\"data-framer-name\":\"Stack\",name:\"Stack\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1uy6l77\",\"data-framer-name\":\"Icon\",name:\"Icon\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wo7hdq\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-2n86c8\",\"data-styles-preset\":\"GlyTVUGYC\",children:\"Content\"})}),className:\"framer-5mseki\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-3qh12c-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-50f24d87-96a0-4385-9785-727217dabb35, rgb(4, 5, 8))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ChartBar\",id:\"EhIhtf5mU\",layoutId:\"EhIhtf5mU\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1no2yuv\",\"data-framer-name\":\"Title\",name:\"Title\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dhjhkp\",\"data-framer-name\":\"Info\",name:\"Info\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-f1jb0e\",\"data-framer-name\":\"Title\",name:\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1g6zln9\",\"data-styles-preset\":\"x77Rv6nrn\",style:{\"--framer-text-alignment\":\"center\"},children:\"Onboarding Prozess\"})}),className:\"framer-13f7agw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cp8ffw\",\"data-styles-preset\":\"xXc7_oNpp\",style:{\"--framer-text-alignment\":\"center\"},children:\"Sobald der Kunde gewonnen ist, werden alle Daten und Zug\\xe4nge, die f\\xfcr den Projektstart notwendig sind, durch den automatisierten Onboarding Prozess \\xfcbernommen.\"})}),className:\"framer-li7zxd\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-saosey\",\"data-framer-name\":\"Feature\",name:\"Feature\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1oei8pb\",\"data-framer-name\":\"Stack\",name:\"Stack\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-m9xkfg\",\"data-framer-name\":\"Icon\",name:\"Icon\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-akw8x6\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-2n86c8\",\"data-styles-preset\":\"GlyTVUGYC\",children:\"Content\"})}),className:\"framer-jouzmc\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-15blqv0-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-50f24d87-96a0-4385-9785-727217dabb35, rgb(4, 5, 8))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Target\",id:\"V9SgpWikJ\",layoutId:\"V9SgpWikJ\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-160v07s\",\"data-framer-name\":\"Title\",name:\"Title\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kht4ct\",\"data-framer-name\":\"Info\",name:\"Info\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-bw8vvy\",\"data-framer-name\":\"Title\",name:\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1g6zln9\",\"data-styles-preset\":\"x77Rv6nrn\",style:{\"--framer-text-alignment\":\"center\"},children:\"AI Fullfillment Systeme\"})}),className:\"framer-1vdzb01\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cp8ffw\",\"data-styles-preset\":\"xXc7_oNpp\",style:{\"--framer-text-alignment\":\"center\"},children:\"Wir implementieren ein ma\\xdfgeschneidertes AI System in deiner Agentur, das den Mitarbeitern m\\xf6glichst viel Arbeit abnimmt und somit Zeit und Kosten erspart.\"})}),className:\"framer-lpn6uq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-t2yqwf\",\"data-framer-name\":\"Feature\",name:\"Feature\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vmcttk\",\"data-framer-name\":\"Stack\",name:\"Stack\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-dn13ap\",\"data-framer-name\":\"Icon\",name:\"Icon\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1v68t16\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-2n86c8\",\"data-styles-preset\":\"GlyTVUGYC\",children:\"Content\"})}),className:\"framer-lnpay2\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-16e4kgc-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-50f24d87-96a0-4385-9785-727217dabb35, rgb(4, 5, 8))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Lightbulb\",id:\"VFQT3GduB\",layoutId:\"VFQT3GduB\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-10u22dh\",\"data-framer-name\":\"Title\",name:\"Title\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-p00vi8\",\"data-framer-name\":\"Info\",name:\"Info\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1c3v537\",\"data-framer-name\":\"Title\",name:\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1g6zln9\",\"data-styles-preset\":\"x77Rv6nrn\",style:{\"--framer-text-alignment\":\"center\"},children:\"SOPs & Beratung\"})}),className:\"framer-1ulfz4v\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cp8ffw\",\"data-styles-preset\":\"xXc7_oNpp\",style:{\"--framer-text-alignment\":\"center\"},children:\"Um die neuen Systeme in deiner Agentur effizient nutzen zu k\\xf6nnen, beraten wir dich umf\\xe4nglich und geben dir SOPs mit, die deiner Mitarbeiter simpel nutzen k\\xf6nnen.\"})}),className:\"framer-r2ui55\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-wp6jue\",\"data-framer-name\":\"Gradient\",name:\"Gradient\"})]})]})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-t6ffm2\",\"data-framer-name\":\"Prozess\",id:elementId2,name:\"Prozess\",ref:ref4,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-244f9l\",\"data-framer-name\":\"Container\",name:\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ijegql\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1niatjo\",\"data-framer-name\":\"Headline\",name:\"Headline\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-elav0m\",\"data-border\":true,\"data-framer-name\":\"Tag\",name:\"Tag\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-v2ygjo-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-cbb7caed-278d-4ab5-a4f8-c99fc32230b9, rgba(245, 246, 250, 0.7))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Lightning\",id:\"z4pj21ZDN\",layoutId:\"z4pj21ZDN\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-2n86c8\",\"data-styles-preset\":\"GlyTVUGYC\",children:\"Prozess\"})}),className:\"framer-1fd801a\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1pc7kq0\",\"data-styles-preset\":\"kp7qtUjpB\",children:\"Unser 4-Phasen-Ansatz\"})}),className:\"framer-1o54zgq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5qmpzr\",\"data-framer-name\":\"Cards\",name:\"Cards\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qeRMb5ghT:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1s4fepc\",\"data-border\":true,\"data-framer-name\":\"Step 1\",name:\"Step 1\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-18mx8z0\",\"data-framer-name\":\"Stack\",name:\"Stack\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qx6vc8\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1itonsh\",\"data-framer-name\":\"4\",name:\"4\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-akbw2r\",\"data-framer-name\":\"3\",name:\"3\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-9t4mau\",\"data-framer-name\":\"2\",name:\"2\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-x2z7nx\",\"data-framer-name\":\"1\",name:\"1\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pnpdq6\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1g6zln9\",\"data-styles-preset\":\"x77Rv6nrn\",children:\"1.\"})}),className:\"framer-18mj2tb\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1dsp1x7\",\"data-framer-name\":\"Title\",name:\"Title\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qm1i43\",\"data-framer-name\":\"Info\",name:\"Info\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1poovut\",\"data-framer-name\":\"Title\",name:\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1g6zln9\",\"data-styles-preset\":\"x77Rv6nrn\",children:\"Analyse & Bedarfsermittlung\"})}),className:\"framer-1xiovfa\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cp8ffw\",\"data-styles-preset\":\"xXc7_oNpp\",children:\"Wir identifizieren Schwachstellen und Automatisierungspotenziale in deinen Agenturprozessen.\"})}),className:\"framer-11ppnsv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lx546p\",\"data-framer-name\":\"Gradient\",name:\"Gradient\",whileHover:animation11})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qeRMb5ghT:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1fa92i3\",\"data-border\":true,\"data-framer-name\":\"Step 2\",name:\"Step 2\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-u7au41\",\"data-framer-name\":\"Stack\",name:\"Stack\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rq6954\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-sli2on\",\"data-framer-name\":\"4\",name:\"4\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-14e06tr\",\"data-framer-name\":\"3\",name:\"3\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1i7vy7j\",\"data-framer-name\":\"1\",name:\"1\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-t9e9gp\",\"data-framer-name\":\"2\",name:\"2\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1da87j8\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1g6zln9\",\"data-styles-preset\":\"x77Rv6nrn\",style:{\"--framer-text-color\":\"var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(245, 246, 250))\"},children:\"2.\"})}),className:\"framer-1pi5kkd\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1w1a3n5\",\"data-framer-name\":\"Title\",name:\"Title\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mc2mr\",\"data-framer-name\":\"Info\",name:\"Info\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wgfngr\",\"data-framer-name\":\"Title\",name:\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1g6zln9\",\"data-styles-preset\":\"x77Rv6nrn\",children:\"Konzeption & Strategieentwicklung\"})}),className:\"framer-zqc7vy\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cp8ffw\",\"data-styles-preset\":\"xXc7_oNpp\",children:\"Basierend auf deinen Anforderungen entwickeln wir eine ma\\xdfgeschneiderte Automatisierungsstrategie.\"})}),className:\"framer-1aqqq0v\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-11d42yh\",\"data-framer-name\":\"Gradient\",name:\"Gradient\",whileHover:animation11})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qeRMb5ghT:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-vkhpc\",\"data-border\":true,\"data-framer-name\":\"Step 3\",name:\"Step 3\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-t6htrd\",\"data-framer-name\":\"Stack\",name:\"Stack\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-s5ne5m\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-umbxlb\",\"data-framer-name\":\"4\",name:\"4\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jfluwn\",\"data-framer-name\":\"1\",name:\"1\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fitxpb\",\"data-framer-name\":\"2\",name:\"2\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qz0ms\",\"data-framer-name\":\"3\",name:\"3\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-7u947j\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1g6zln9\",\"data-styles-preset\":\"x77Rv6nrn\",style:{\"--framer-text-color\":\"var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(245, 246, 250))\"},children:\"3.\"})}),className:\"framer-1wkrl2a\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-g0m18q\",\"data-framer-name\":\"Title\",name:\"Title\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-56e69z\",\"data-framer-name\":\"Info\",name:\"Info\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1sf4kvw\",\"data-framer-name\":\"Title\",name:\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1g6zln9\",\"data-styles-preset\":\"x77Rv6nrn\",children:\"Implementierung & Integration\"})}),className:\"framer-1d2g6ax\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cp8ffw\",\"data-styles-preset\":\"xXc7_oNpp\",children:\"Wir setzen die L\\xf6sungen nahtlos in eure bestehenden Systeme um und begleiten die Einf\\xfchrung.\"})}),className:\"framer-bxwcth\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1uxopo4\",\"data-framer-name\":\"Gradient\",name:\"Gradient\",whileHover:animation11})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qeRMb5ghT:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-putdlb\",\"data-border\":true,\"data-framer-name\":\"Step 4\",name:\"Step 4\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-13bdecv\",\"data-framer-name\":\"Stack\",name:\"Stack\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4moc0o\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-r2imco\",\"data-framer-name\":\"1\",name:\"1\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-6u4ahg\",\"data-framer-name\":\"2\",name:\"2\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-48igww\",\"data-framer-name\":\"3\",name:\"3\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bxy8ky\",\"data-framer-name\":\"4\",name:\"4\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-qh0pjc\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1g6zln9\",\"data-styles-preset\":\"x77Rv6nrn\",style:{\"--framer-text-color\":\"var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(245, 246, 250))\"},children:\"4.\"})}),className:\"framer-182o033\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-w5ehhq\",\"data-framer-name\":\"Title\",name:\"Title\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ha8mz\",\"data-framer-name\":\"Info\",name:\"Info\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-n9go6a\",\"data-framer-name\":\"Title\",name:\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1g6zln9\",\"data-styles-preset\":\"x77Rv6nrn\",children:\"Optimierung & Skalierung\"})}),className:\"framer-1x8ei2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cp8ffw\",\"data-styles-preset\":\"xXc7_oNpp\",children:\"Nach der Implementierung optimieren wir fortlaufend und erweitern die Automatisierung schrittweise.\"})}),className:\"framer-1ejf48k\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1a23onj\",\"data-framer-name\":\"Gradient\",name:\"Gradient\",whileHover:animation11})]})})]})]})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1d2yuxs\",\"data-framer-name\":\"Work\",id:elementId3,name:\"Work\",ref:ref5,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-8avwek\",\"data-framer-name\":\"Container\",name:\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uxii0d\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jkpa8\",\"data-framer-name\":\"Headline\",name:\"Headline\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sqs535\",\"data-border\":true,\"data-framer-name\":\"Tag\",name:\"Tag\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-o2qmn0-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-cbb7caed-278d-4ab5-a4f8-c99fc32230b9, rgba(245, 246, 250, 0.7))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Stack\",id:\"Q2_f114Lu\",layoutId:\"Q2_f114Lu\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-2n86c8\",\"data-styles-preset\":\"GlyTVUGYC\",children:\"Projekte\"})}),className:\"framer-xev5cf\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1pc7kq0\",\"data-styles-preset\":\"kp7qtUjpB\",children:\"Ein Auszug unserer Projekte\"})}),className:\"framer-1q9892q\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-eb2jo9\",\"data-framer-name\":\"Case studies\",name:\"Case studies\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qeRMb5ghT:{width:\"min(min(100vw - 40px, 1440px), 1200px)\",y:7445.342947702059},u8PBC9xQK:{width:\"min(min(max(100vw - 80px, 1px), 1440px), 600px)\",y:5722.411143695014}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:332,width:\"min(min(max(100vw - 160px, 1px), 1440px), 1200px)\",y:4680.2,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qeRMb5ghT:{__framer__styleAppearEffectEnabled:undefined},u8PBC9xQK:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1i8mpex-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qeRMb5ghT:{variant:\"DzErKNpy8\"},u8PBC9xQK:{variant:\"DzErKNpy8\"}},children:/*#__PURE__*/_jsx(CardsProject,{Cyx8S8tlv:\"Kundenakquise auf Autopilot\",g5p44N4K3:\"2024\",height:\"100%\",id:\"eARF6YY8g\",iHGLqAYvk:\"Manuelle Lead-Recherche und Kundenansprache waren zeitintensiv und f\\xfchrten zu einer ineffizienten Kundengewinnung.\",jgyLvEFyC:\"Diese Case Study veranschaulicht, wie eine Agentur ihre Kundengewinnung durch die vollst\\xe4ndige Automatisierung \u2013 vom Identifizieren relevanter Leads in ihrer Nische bis hin zum Erstkontakt \u2013 optimieren konnte und dadurch ihren Umsatz innerhalb weniger Wochen um beeindruckende 60 % steigerte.\",Jj6k9eKhZ:\"Entwicklung eines vollst\\xe4ndig automatisierten Workflows, der Leads identifiziert, qualifiziert und personalisierte Erstkontakte erstellt.\",layoutId:\"eARF6YY8g\",rs9L4NG_H:\"Lead Gen Agentur\",style:{width:\"100%\"},tDj8zzUeG:\"Eine Umsatzsteigerung von 60 % innerhalb weniger Wochen durch eine drastische Reduzierung des manuellen Aufwands und eine signifikante Erh\\xf6hung der Conversion-Rate.\",variant:\"hUQVKh7C5\",width:\"100%\",xSXipBecA:addImageAlt({src:\"https://framerusercontent.com/images/hgf41cQug25ex0uS0jEkTrbx9Q.png\",srcSet:\"https://framerusercontent.com/images/hgf41cQug25ex0uS0jEkTrbx9Q.png?scale-down-to=512 512w,https://framerusercontent.com/images/hgf41cQug25ex0uS0jEkTrbx9Q.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/hgf41cQug25ex0uS0jEkTrbx9Q.png 1920w\"},\"\")})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qeRMb5ghT:{width:\"min(min(100vw - 40px, 1440px), 1200px)\",y:7809.342947702059},u8PBC9xQK:{width:\"min(min(max(100vw - 80px, 1px), 1440px), 600px)\",y:6086.411143695014}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:332,width:\"min(min(max(100vw - 160px, 1px), 1440px), 1200px)\",y:5044.2,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qeRMb5ghT:{__framer__styleAppearEffectEnabled:undefined},u8PBC9xQK:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1m5kj5u-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qeRMb5ghT:{variant:\"DzErKNpy8\"},u8PBC9xQK:{variant:\"DzErKNpy8\"}},children:/*#__PURE__*/_jsx(CardsProject,{Cyx8S8tlv:\"Skalierf\\xe4higes Projektmanagement\",g5p44N4K3:\"2024\",height:\"100%\",id:\"T9HFd5asj\",igR9fAOu0:addImageAlt({src:\"https://framerusercontent.com/images/QmvYnXxgOWs77ZDcsmWPdiME.png\",srcSet:\"https://framerusercontent.com/images/QmvYnXxgOWs77ZDcsmWPdiME.png?scale-down-to=512 512w,https://framerusercontent.com/images/QmvYnXxgOWs77ZDcsmWPdiME.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/QmvYnXxgOWs77ZDcsmWPdiME.png 1920w\"},\"\"),iHGLqAYvk:\"Die Zusammenarbeit mit rund 60 Freelancern f\\xfchrte ohne klar definierte Strukturen zu organisatorischem Chaos und ineffizienten Prozessen.\",jgyLvEFyC:\"In diesem Projekt haben wir f\\xfcr eine SEO Agentur ein skalierf\\xe4higes Projektmanagement aufgesetzt. Ausl\\xf6ser daf\\xfcr war, dass die Agentur mit rund 60 Freelancern zusammenarbeitet und ohne vordefinierte Strukturen der Chaos vorprogrammiert war.\",Jj6k9eKhZ:\"Implementierung eines skalierf\\xe4higen Projektmanagement-Systems mit automatisierten Workflows zur Aufgabenverteilung, Status\\xfcberwachung und Kommunikation.\",layoutId:\"T9HFd5asj\",rs9L4NG_H:\"SEO Agentur\",style:{width:\"100%\"},tDj8zzUeG:\"Eine deutlich verbesserte Effizienz durch strukturierte Prozesse, eine Reduzierung von Projektengp\\xe4ssen und eine sp\\xfcrbare Zeitersparnis im operativen Management.\",variant:\"hUQVKh7C5\",width:\"100%\",xSXipBecA:addImageAlt({src:\"https://framerusercontent.com/images/QmvYnXxgOWs77ZDcsmWPdiME.png\",srcSet:\"https://framerusercontent.com/images/QmvYnXxgOWs77ZDcsmWPdiME.png?scale-down-to=512 512w,https://framerusercontent.com/images/QmvYnXxgOWs77ZDcsmWPdiME.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/QmvYnXxgOWs77ZDcsmWPdiME.png 1920w\"},\"\")})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qeRMb5ghT:{width:\"min(min(100vw - 40px, 1440px), 1200px)\",y:8173.342947702059},u8PBC9xQK:{width:\"min(min(max(100vw - 80px, 1px), 1440px), 600px)\",y:6450.411143695014}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:332,width:\"min(min(max(100vw - 160px, 1px), 1440px), 1200px)\",y:5408.2,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qeRMb5ghT:{__framer__styleAppearEffectEnabled:undefined},u8PBC9xQK:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-me8vcd-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qeRMb5ghT:{variant:\"DzErKNpy8\"},u8PBC9xQK:{variant:\"DzErKNpy8\"}},children:/*#__PURE__*/_jsx(CardsProject,{Cyx8S8tlv:\"Screening von Bewerbern\",g5p44N4K3:\"2024\",height:\"100%\",id:\"qPDUtVgvQ\",igR9fAOu0:addImageAlt({src:\"https://framerusercontent.com/images/EodHt0fdX4fmcSiv24vR1HD4Lqo.png\",srcSet:\"https://framerusercontent.com/images/EodHt0fdX4fmcSiv24vR1HD4Lqo.png?scale-down-to=512 512w,https://framerusercontent.com/images/EodHt0fdX4fmcSiv24vR1HD4Lqo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/EodHt0fdX4fmcSiv24vR1HD4Lqo.png 1920w\"},\"\"),iHGLqAYvk:\"Mit rund 1200 Bewerbungen pro Monat war ein manuelles Screening nicht mehr m\\xf6glich, was zu Verz\\xf6gerungen und ineffizienten Prozessen f\\xfchrte.\",jgyLvEFyC:\"Die Social Recruiting Agentur arbeitet mit rund 10 Unternehmen zusammen, f\\xfcr die sie insgesamt rund 1200 Bewerbungen pro Monat generieren. Diese Anzahl an Bewerbungen manuell abzuarbeiten war zuletzt einfach nicht mehr m\\xf6glich, sodass sie uns damit beauftragt haben, ein auf KI basiertes Bewerber-Screening-System bei ihnen in der Agentur aufzusetzen.\",Jj6k9eKhZ:\"Entwicklung und Implementierung eines KI-gest\\xfctzten Bewerber-Screening-Systems, das Bewerbungen automatisch analysiert und vorqualifiziert.\",layoutId:\"qPDUtVgvQ\",rs9L4NG_H:\"Recruiting Agentur\",style:{width:\"100%\"},tDj8zzUeG:\"Drastische Zeitersparnis im Bewerbungsprozess, schnellere R\\xfcckmeldungen an Kandidaten und eine h\\xf6here Zufriedenheit bei den betreuten Unternehmen.\",variant:\"hUQVKh7C5\",width:\"100%\",xSXipBecA:addImageAlt({src:\"https://framerusercontent.com/images/hgf41cQug25ex0uS0jEkTrbx9Q.png\",srcSet:\"https://framerusercontent.com/images/hgf41cQug25ex0uS0jEkTrbx9Q.png?scale-down-to=512 512w,https://framerusercontent.com/images/hgf41cQug25ex0uS0jEkTrbx9Q.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/hgf41cQug25ex0uS0jEkTrbx9Q.png 1920w\"},\"\")})})})})})})]})]})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-ud3d28\",\"data-framer-name\":\"Testimonials\",name:\"Testimonials\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-eeqd6m\",\"data-framer-name\":\"Container\",name:\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-l7azyw\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zugqqy\",\"data-framer-name\":\"Headline\",name:\"Headline\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17pciu5\",\"data-border\":true,\"data-framer-name\":\"Tag\",name:\"Tag\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wi0gnm-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-cbb7caed-278d-4ab5-a4f8-c99fc32230b9, rgba(245, 246, 250, 0.7))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Chat\",id:\"Bmheza8LL\",layoutId:\"Bmheza8LL\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-2n86c8\",\"data-styles-preset\":\"GlyTVUGYC\",children:\"Feedback\"})}),className:\"framer-1ryrcac\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1pc7kq0\",\"data-styles-preset\":\"kp7qtUjpB\",children:\"Feedback von unseren Kunden\"})}),className:\"framer-12yrm0d\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-w0x7i0\",\"data-framer-name\":\"Ticker\",name:\"Ticker\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qeRMb5ghT:{width:\"min(min(100vw - 40px, 1440px), 1200px)\",y:8842.54294770206},u8PBC9xQK:{width:\"min(min(max(100vw - 80px, 1px), 1440px), 1200px)\",y:7179.611143695014}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:300,width:\"min(min(max(100vw - 160px, 1px), 1440px), 1200px)\",y:6137.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1btlfqp-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qeRMb5ghT:{PkPUeVI0G:50},u8PBC9xQK:{PkPUeVI0G:50}},children:/*#__PURE__*/_jsx(TestimonialsTicker,{height:\"100%\",id:\"yF6dXDEYU\",layoutId:\"yF6dXDEYU\",PkPUeVI0G:70,style:{width:\"100%\"},width:\"100%\"})})})})})})]})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-8mgla9\",\"data-framer-name\":\"Contact\",id:elementId4,name:\"Contact\",ref:ref6,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-lfy0eo\",\"data-framer-name\":\"Container\",name:\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10rcfbi\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-e7eslp\",\"data-framer-name\":\"Headline\",name:\"Headline\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1492dxj\",\"data-border\":true,\"data-framer-name\":\"Tag\",name:\"Tag\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-9wbncy-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-cbb7caed-278d-4ab5-a4f8-c99fc32230b9, rgba(245, 246, 250, 0.7))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"EnvelopeSimple\",id:\"YHUmMfqF_\",layoutId:\"YHUmMfqF_\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-2n86c8\",\"data-styles-preset\":\"GlyTVUGYC\",children:\"Kontakt\"})}),className:\"framer-1jf29nu\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1pc7kq0\",\"data-styles-preset\":\"kp7qtUjpB\",children:\"Kontaktiere uns\"})}),className:\"framer-11rm4j8\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-t5sr5x\",\"data-border\":true,\"data-framer-name\":\"Contact us\",name:\"Contact us\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2v1h6p\",\"data-framer-name\":\"Get in touch\",name:\"Get in touch\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1g6zln9\",\"data-styles-preset\":\"x77Rv6nrn\",style:{\"--framer-text-color\":\"var(--token-707ae75a-ddd9-4dc1-b6b0-78a10c1b2223, rgb(51, 198, 171))\"},children:\"Kontaktiere uns\"})}),className:\"framer-ijuwb3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ywdacl\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mmlwac\",\"data-framer-name\":\"Email\",name:\"Email\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-2n86c8\",\"data-styles-preset\":\"GlyTVUGYC\",children:\"Email:\"})}),className:\"framer-1aihr2s\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qeRMb5ghT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(245, 246, 250))\"},children:[/*#__PURE__*/_jsx(Link,{href:\"mailto:info@automize.com\",nodeId:\"lqTdslHwY\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-tbaoxm\",\"data-styles-preset\":\"DkWyVjiSW\",children:\"o\"})}),\"ffice@boringstuff.ai\"]})})},u8PBC9xQK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(245, 246, 250))\"},children:[/*#__PURE__*/_jsx(Link,{href:\"mailto:info@automize.com\",nodeId:\"lqTdslHwY\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-tbaoxm\",\"data-styles-preset\":\"DkWyVjiSW\",children:\"o\"})}),\"ffice@boringstuff.ai\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(245, 246, 250))\"},children:[/*#__PURE__*/_jsx(Link,{href:\"mailto:info@automize.com\",nodeId:\"lqTdslHwY\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-tbaoxm\",\"data-styles-preset\":\"DkWyVjiSW\",children:\"o\"})}),\"ffice@boringstuff.ai\"]})}),className:\"framer-iug187\",fonts:[\"FS;General Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xb9ij0\",\"data-framer-name\":\"Phone\",name:\"Phone\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-2n86c8\",\"data-styles-preset\":\"GlyTVUGYC\",children:\"Telefon:\"})}),className:\"framer-tiq9po\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1cp8ffw\",\"data-styles-preset\":\"xXc7_oNpp\",style:{\"--framer-text-color\":\"var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(245, 246, 250))\"},children:[/*#__PURE__*/_jsx(Link,{href:\"callto:123 456 7890\",nodeId:\"sgilbr8j4\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-tbaoxm\",\"data-styles-preset\":\"DkWyVjiSW\",children:\"+\"})}),\"43 677 62002535\"]})}),className:\"framer-1qcsvl1\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-navwnv\",\"data-framer-name\":\"Address\",name:\"Address\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-2n86c8\",\"data-styles-preset\":\"GlyTVUGYC\",children:\"Addresse:\"})}),className:\"framer-y39a7e\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1cp8ffw\",\"data-styles-preset\":\"xXc7_oNpp\",style:{\"--framer-text-color\":\"var(--token-1b3f91f1-1f27-4e66-92a0-29a263acf462, rgb(245, 246, 250))\"},children:[\"Holdenhausgasse 57\",/*#__PURE__*/_jsx(\"br\",{}),\"2823 Pitten\",/*#__PURE__*/_jsx(\"br\",{}),\"\\xd6sterreich\"]})}),className:\"framer-2im2rd\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-19c6ztj\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hwfqqa\",\"data-framer-name\":\"Socials\",name:\"Socials\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-2n86c8\",\"data-styles-preset\":\"GlyTVUGYC\",children:\"Folge uns auf:\"})}),className:\"framer-4vr66l\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ufxqbe\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qeRMb5ghT:{y:10136.54294770206},u8PBC9xQK:{y:8536.411143695013}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:\"23.8966px\",y:7496.999999999999,children:/*#__PURE__*/_jsx(Container,{className:\"framer-19xyp7r-container\",children:/*#__PURE__*/_jsx(ButtonsIcon,{height:\"100%\",id:\"D2VNYCMXj\",layoutId:\"D2VNYCMXj\",NGYfh7jQz:\"https://x.com/mike_hoeller\",QXneoqfsb:\"TwitterLogo\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qeRMb5ghT:{y:10136.54294770206},u8PBC9xQK:{y:8536.411143695013}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:\"23.8966px\",y:7496.999999999999,children:/*#__PURE__*/_jsx(Container,{className:\"framer-3zj1fm-container\",children:/*#__PURE__*/_jsx(ButtonsIcon,{height:\"100%\",id:\"IRUK6tfDI\",layoutId:\"IRUK6tfDI\",NGYfh7jQz:\"https://www.linkedin.com/in/michael-h%C3%B6ller/\",QXneoqfsb:\"LinkedinLogo\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qeRMb5ghT:{y:10136.54294770206},u8PBC9xQK:{y:8536.411143695013}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:\"23.8966px\",y:7496.999999999999,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hu8afz-container\",children:/*#__PURE__*/_jsx(ButtonsIcon,{height:\"100%\",id:\"zbm7J2OGz\",layoutId:\"zbm7J2OGz\",NGYfh7jQz:\"https://www.instagram.com/boringstuff.ai\",QXneoqfsb:\"InstagramLogo\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qeRMb5ghT:{width:\"calc(min(min(100vw - 40px, 1440px), 1200px) - 32px)\",y:10192.54294770206},u8PBC9xQK:{width:\"max((min(min(max(100vw - 80px, 1px), 1440px), 1200px) - 64px) / 2, 1px)\",y:8038.111143695014}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:397,width:\"max((min(min(max(100vw - 160px, 1px), 1440px), 1200px) - 64px) / 2, 1px)\",y:6997.299999999999,children:/*#__PURE__*/_jsx(Container,{className:\"framer-qpanfh-container\",children:/*#__PURE__*/_jsx(ContactForm,{height:\"100%\",id:\"cwxnjZI0d\",layoutId:\"cwxnjZI0d\",style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-sac23v\",\"data-framer-name\":\"Gradient\",name:\"Gradient\"})]})]})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1i2ab1t\",\"data-framer-name\":\"FAQs\",id:elementId5,name:\"FAQs\",ref:ref7,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-pmhnxc\",\"data-framer-name\":\"Container\",name:\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mw8v6m\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-d9o\",\"data-framer-name\":\"Headline\",name:\"Headline\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kuaku0\",\"data-border\":true,\"data-framer-name\":\"Tag\",name:\"Tag\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-c6ge2d-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-cbb7caed-278d-4ab5-a4f8-c99fc32230b9, rgba(245, 246, 250, 0.7))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Question\",id:\"KaS0tg6My\",layoutId:\"KaS0tg6My\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-2n86c8\",\"data-styles-preset\":\"GlyTVUGYC\",children:\"FAQs\"})}),className:\"framer-3ztpmp\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1pc7kq0\",\"data-styles-preset\":\"kp7qtUjpB\",children:\"H\\xe4ufig gestellte Fragen\"})}),className:\"framer-1wlm4hy\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qeRMb5ghT:{width:\"min(min(100vw - 40px, 1440px), 1200px)\",y:10962.742947702061},u8PBC9xQK:{width:\"min(min(max(100vw - 80px, 1px), 1440px), 1200px)\",y:8993.611143695014}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:894,width:\"min(min(max(100vw - 160px, 1px), 1440px), 1200px)\",y:7954.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-qalo2r-container\",children:/*#__PURE__*/_jsx(FAQsSection,{height:\"100%\",id:\"xbi4ag9eU\",layoutId:\"xbi4ag9eU\",style:{maxWidth:\"100%\",width:\"100%\"},width:\"100%\"})})})})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qeRMb5ghT:{y:11936.742947702061},u8PBC9xQK:{y:10007.611143695014}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:476,width:\"100vw\",y:8968.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1a3no5f-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qeRMb5ghT:{variant:\"YE3MEcghW\"},u8PBC9xQK:{variant:\"pFE5p386f\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"YM7P9MoTu\",layoutId:\"YM7P9MoTu\",style:{width:\"100%\"},variant:\"E41HbGhAy\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-aTCDd { background: var(--token-4407ed63-6e67-45c4-9c45-a8190c608d0e, rgb(14, 14, 20)); }`,\".framer-aTCDd.framer-lux5qc, .framer-aTCDd .framer-lux5qc { display: block; }\",\".framer-aTCDd.framer-72rtr7 { align-content: center; align-items: center; background-color: var(--token-4407ed63-6e67-45c4-9c45-a8190c608d0e, #0e0e14); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-aTCDd .framer-1kdxca4-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 16px; z-index: 10; }\",\".framer-aTCDd .framer-lznhvu { align-content: flex-start; align-items: flex-start; background-color: var(--token-50f24d87-96a0-4385-9785-727217dabb35, #000000); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: visible; padding: 200px 80px 80px 80px; position: relative; width: 100%; z-index: 1; }\",\".framer-aTCDd .framer-1ucxfff { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-aTCDd .framer-411889 { -webkit-filter: blur(80px); bottom: 0px; filter: blur(80px); flex: none; left: calc(50.00000000000002% - 778px / 2); opacity: 0.3; overflow: hidden; position: absolute; top: 0px; width: 778px; }\",\".framer-aTCDd .framer-tfm6aw-container { bottom: 195px; flex: none; left: 38px; position: absolute; right: 38px; top: 195px; z-index: 0; }\",\".framer-aTCDd .framer-1gzqd8q { -webkit-mask: radial-gradient(44% 30% at 50% 50%, #000000 0%, rgba(0, 0, 0, 0) 100%) add; border-bottom-left-radius: 352px; border-bottom-right-radius: 352px; border-top-left-radius: 352px; border-top-right-radius: 352px; bottom: 0px; flex: none; left: calc(49.97372569626907% - 1188px / 2); mask: radial-gradient(44% 30% at 50% 50%, #000000 0%, rgba(0, 0, 0, 0) 100%) add; opacity: 0.3; overflow: hidden; position: absolute; top: 0px; width: 1188px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-aTCDd .framer-1qwm9cg { -webkit-filter: blur(80px); background: radial-gradient(56.00000000000001% 42% at 50% 45%, rgba(52, 199, 172, 0.3) 0%, rgba(52, 199, 172, 0) 100%); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; bottom: 0px; filter: blur(80px); flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-aTCDd .framer-r63pp4 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-aTCDd .framer-3fu8v4 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-aTCDd .framer-1p4wl6s-container, .framer-aTCDd .framer-1i8mpex-container, .framer-aTCDd .framer-1m5kj5u-container, .framer-aTCDd .framer-me8vcd-container, .framer-aTCDd .framer-1btlfqp-container, .framer-aTCDd .framer-1a3no5f-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-aTCDd .framer-1a7o33h { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 660px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-aTCDd .framer-d0fwyg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 32px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-aTCDd .framer-19h1xg5-container { flex: none; height: 52px; position: relative; width: 230px; }\",\".framer-aTCDd .framer-j1alhs-container { cursor: pointer; flex: none; height: 52px; position: relative; width: 230px; }\",\".framer-aTCDd .framer-1kca07k { align-content: flex-start; align-items: flex-start; background-color: var(--token-50f24d87-96a0-4385-9785-727217dabb35, #000000); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 106px; justify-content: center; overflow: visible; padding: 20px 80px 20px 80px; position: relative; width: 100%; }\",\".framer-aTCDd .framer-wmusgv-container { flex: 1 0 0px; height: 1px; opacity: 0.6; position: relative; width: 100%; }\",'.framer-aTCDd .framer-1kx9lq { align-content: flex-start; align-items: flex-start; background: linear-gradient(180deg, var(--token-50f24d87-96a0-4385-9785-727217dabb35, #040508) /* {\"name\":\"Background 2\"} */ 0%, var(--token-4407ed63-6e67-45c4-9c45-a8190c608d0e, rgb(15, 17, 28)) /* {\"name\":\"Background\"} */ 49.506699427796455%, var(--token-50f24d87-96a0-4385-9785-727217dabb35, rgb(0, 0, 0)) /* {\"name\":\"Background 2\"} */ 100%); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 120px 80px 120px 80px; position: relative; width: 100%; }',\".framer-aTCDd .framer-9h8ito, .framer-aTCDd .framer-6rk0i0, .framer-aTCDd .framer-244f9l, .framer-aTCDd .framer-8avwek, .framer-aTCDd .framer-eeqd6m, .framer-aTCDd .framer-lfy0eo, .framer-aTCDd .framer-pmhnxc { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-aTCDd .framer-lmz4ic, .framer-aTCDd .framer-4o78u0, .framer-aTCDd .framer-1ijegql, .framer-aTCDd .framer-uxii0d, .framer-aTCDd .framer-mw8v6m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-aTCDd .framer-4f86nf, .framer-aTCDd .framer-1ousn1k, .framer-aTCDd .framer-1niatjo, .framer-aTCDd .framer-jkpa8, .framer-aTCDd .framer-zugqqy, .framer-aTCDd .framer-e7eslp, .framer-aTCDd .framer-d9o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-aTCDd .framer-1prechc, .framer-aTCDd .framer-ygludz, .framer-aTCDd .framer-elav0m, .framer-aTCDd .framer-1sqs535, .framer-aTCDd .framer-17pciu5, .framer-aTCDd .framer-1492dxj, .framer-aTCDd .framer-1kuaku0 { --border-bottom-width: 1px; --border-color: var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: var(--token-d5ad54ff-de50-4443-b4ec-24d91248e5d8, rgba(15, 17, 28, 0.8)); border-bottom-left-radius: 50px; border-bottom-right-radius: 50px; border-top-left-radius: 50px; border-top-right-radius: 50px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 6px 12px 6px 12px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-aTCDd .framer-155ug39-container, .framer-aTCDd .framer-1enf8sl-container, .framer-aTCDd .framer-v2ygjo-container, .framer-aTCDd .framer-o2qmn0-container, .framer-aTCDd .framer-1wi0gnm-container, .framer-aTCDd .framer-9wbncy-container, .framer-aTCDd .framer-c6ge2d-container { flex: none; height: 15px; position: relative; width: 15px; }\",\".framer-aTCDd .framer-bcsgay, .framer-aTCDd .framer-17dyyjm, .framer-aTCDd .framer-41xfvn, .framer-aTCDd .framer-17kiu8u, .framer-aTCDd .framer-1j9ag5h, .framer-aTCDd .framer-5mseki, .framer-aTCDd .framer-jouzmc, .framer-aTCDd .framer-lnpay2, .framer-aTCDd .framer-1fd801a, .framer-aTCDd .framer-18mj2tb, .framer-aTCDd .framer-1pi5kkd, .framer-aTCDd .framer-1wkrl2a, .framer-aTCDd .framer-182o033, .framer-aTCDd .framer-xev5cf, .framer-aTCDd .framer-1ryrcac, .framer-aTCDd .framer-1jf29nu, .framer-aTCDd .framer-3ztpmp { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-aTCDd .framer-1aqkady, .framer-aTCDd .framer-jmr950, .framer-aTCDd .framer-1o54zgq, .framer-aTCDd .framer-1q9892q, .framer-aTCDd .framer-12yrm0d, .framer-aTCDd .framer-11rm4j8, .framer-aTCDd .framer-1wlm4hy { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 1000px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-aTCDd .framer-1jgw5ka, .framer-aTCDd .framer-5qmpzr { display: grid; flex: none; gap: 32px; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(200px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-aTCDd .framer-rtar0e-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-aTCDd .framer-1j1y6hr-container, .framer-aTCDd .framer-1h2uc19-container, .framer-aTCDd .framer-lcf1t9-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 1fr; }\",'.framer-aTCDd .framer-q3lhho, .framer-aTCDd .framer-t6ffm2, .framer-aTCDd .framer-1d2yuxs, .framer-aTCDd .framer-ud3d28, .framer-aTCDd .framer-8mgla9, .framer-aTCDd .framer-1i2ab1t { align-content: flex-start; align-items: flex-start; background: linear-gradient(180deg, var(--token-50f24d87-96a0-4385-9785-727217dabb35, #000000) /* {\"name\":\"Background 2\"} */ 0%, var(--token-4407ed63-6e67-45c4-9c45-a8190c608d0e, rgb(15, 17, 28)) /* {\"name\":\"Background\"} */ 49.506699427796455%, var(--token-50f24d87-96a0-4385-9785-727217dabb35, rgb(0, 0, 0)) /* {\"name\":\"Background 2\"} */ 100%); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 120px 80px 120px 80px; position: relative; width: 100%; }',\".framer-aTCDd .framer-1pat0m7 { display: grid; flex: none; gap: 32px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(200px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-aTCDd .framer-9ul1te, .framer-aTCDd .framer-10jdcfg, .framer-aTCDd .framer-1djov9b, .framer-aTCDd .framer-1qkdryq, .framer-aTCDd .framer-saosey, .framer-aTCDd .framer-t2yqwf { align-content: center; align-items: center; align-self: start; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: auto; justify-content: center; justify-self: start; overflow: visible; padding: 8px; position: relative; width: 100%; }\",\".framer-aTCDd .framer-1wip1rh, .framer-aTCDd .framer-nfk4d0, .framer-aTCDd .framer-6m6bov, .framer-aTCDd .framer-pyloh4, .framer-aTCDd .framer-1oei8pb, .framer-aTCDd .framer-1vmcttk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 8px 0px 8px; position: relative; width: 100%; z-index: 1; }\",\".framer-aTCDd .framer-g2rlom, .framer-aTCDd .framer-15rsvyb, .framer-aTCDd .framer-livezz, .framer-aTCDd .framer-1uy6l77, .framer-aTCDd .framer-m9xkfg, .framer-aTCDd .framer-dn13ap { align-content: center; align-items: center; background-color: var(--token-707ae75a-ddd9-4dc1-b6b0-78a10c1b2223, #33c6ab); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 3; }\",\".framer-aTCDd .framer-1e9u0rr, .framer-aTCDd .framer-1chqgto, .framer-aTCDd .framer-1ecmfvx, .framer-aTCDd .framer-wo7hdq, .framer-aTCDd .framer-akw8x6, .framer-aTCDd .framer-1v68t16 { align-content: center; align-items: center; border-bottom-left-radius: 9px; border-bottom-right-radius: 9px; border-top-left-radius: 9px; border-top-right-radius: 9px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-aTCDd .framer-jxhbor-container, .framer-aTCDd .framer-1obr4y2-container, .framer-aTCDd .framer-13o3l11-container, .framer-aTCDd .framer-3qh12c-container, .framer-aTCDd .framer-15blqv0-container, .framer-aTCDd .framer-16e4kgc-container { flex: none; height: 38px; position: relative; width: 38px; }\",\".framer-aTCDd .framer-1saga92, .framer-aTCDd .framer-1ft7h4, .framer-aTCDd .framer-3unl5m, .framer-aTCDd .framer-1no2yuv, .framer-aTCDd .framer-160v07s, .framer-aTCDd .framer-10u22dh, .framer-aTCDd .framer-18mx8z0, .framer-aTCDd .framer-1dsp1x7, .framer-aTCDd .framer-u7au41, .framer-aTCDd .framer-1w1a3n5, .framer-aTCDd .framer-t6htrd, .framer-aTCDd .framer-g0m18q, .framer-aTCDd .framer-13bdecv, .framer-aTCDd .framer-w5ehhq { 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: flex-start; overflow: visible; padding: 0px 8px 0px 8px; position: relative; width: 100%; z-index: 1; }\",\".framer-aTCDd .framer-14krd2z, .framer-aTCDd .framer-wva58m, .framer-aTCDd .framer-i0yr5k, .framer-aTCDd .framer-1dhjhkp, .framer-aTCDd .framer-kht4ct, .framer-aTCDd .framer-p00vi8, .framer-aTCDd .framer-qm1i43, .framer-aTCDd .framer-mc2mr, .framer-aTCDd .framer-56e69z, .framer-aTCDd .framer-ha8mz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; min-height: 100px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-aTCDd .framer-16rxq4g, .framer-aTCDd .framer-1epawcd, .framer-aTCDd .framer-1fchnm3, .framer-aTCDd .framer-f1jb0e, .framer-aTCDd .framer-bw8vvy, .framer-aTCDd .framer-1c3v537, .framer-aTCDd .framer-1poovut, .framer-aTCDd .framer-1wgfngr, .framer-aTCDd .framer-1sf4kvw, .framer-aTCDd .framer-n9go6a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-aTCDd .framer-6fc3x7, .framer-aTCDd .framer-hlbven, .framer-aTCDd .framer-nygjpn, .framer-aTCDd .framer-13f7agw, .framer-aTCDd .framer-1vdzb01, .framer-aTCDd .framer-1ulfz4v, .framer-aTCDd .framer-1xiovfa, .framer-aTCDd .framer-zqc7vy, .framer-aTCDd .framer-1d2g6ax, .framer-aTCDd .framer-1x8ei2 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-aTCDd .framer-nyy3p6, .framer-aTCDd .framer-1rhjs9l, .framer-aTCDd .framer-1201x72, .framer-aTCDd .framer-li7zxd, .framer-aTCDd .framer-lpn6uq, .framer-aTCDd .framer-r2ui55, .framer-aTCDd .framer-11ppnsv, .framer-aTCDd .framer-1aqqq0v, .framer-aTCDd .framer-bxwcth, .framer-aTCDd .framer-1ejf48k, .framer-aTCDd .framer-ijuwb3, .framer-aTCDd .framer-1aihr2s, .framer-aTCDd .framer-tiq9po, .framer-aTCDd .framer-y39a7e, .framer-aTCDd .framer-4vr66l { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-aTCDd .framer-wp6jue { -webkit-filter: blur(80px); background: radial-gradient(100% 59% at 50% 50%, rgba(52, 199, 172, 0.1) 0%, rgba(52, 199, 172, 0) 100%); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; bottom: 0px; filter: blur(80px); flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",'.framer-aTCDd .framer-1s4fepc, .framer-aTCDd .framer-1fa92i3, .framer-aTCDd .framer-vkhpc, .framer-aTCDd .framer-putdlb { --border-bottom-width: 1px; --border-color: var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; align-self: start; background: linear-gradient(180deg, var(--token-4407ed63-6e67-45c4-9c45-a8190c608d0e, #0f111c) /* {\"name\":\"Background\"} */ 0%, var(--token-935d13cd-c842-48dc-9938-ffc0d3889471, rgba(4, 5, 8, 0.3)) /* {\"name\":\"Cards gradient 2nd color\"} */ 100%); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: inset 0px 0.3010936508871964px 1.505468254435982px -1.0833333333333333px rgba(255, 255, 255, 0.16), inset 0px 1.1442666516217286px 5.7213332581086425px -2.1666666666666665px rgba(255, 255, 255, 0.14534), inset 0px 5px 25px -3.25px rgba(255, 255, 255, 0.0875); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: auto; justify-content: center; justify-self: start; overflow: hidden; padding: 32px 16px 16px 16px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }',\".framer-aTCDd .framer-qx6vc8, .framer-aTCDd .framer-rq6954, .framer-aTCDd .framer-s5ne5m, .framer-aTCDd .framer-4moc0o { flex: none; height: 76px; overflow: hidden; position: relative; width: 136px; }\",\".framer-aTCDd .framer-1itonsh { background-color: #113d35; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; bottom: 0px; flex: none; left: 48px; overflow: hidden; position: absolute; top: 0px; width: 41px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-aTCDd .framer-akbw2r { background-color: #18574b; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; bottom: 0px; flex: none; left: 32px; overflow: hidden; position: absolute; top: 0px; width: 49px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-aTCDd .framer-9t4mau { background-color: #248573; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; bottom: 0px; flex: none; left: 16px; overflow: hidden; position: absolute; top: 0px; width: 58px; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-aTCDd .framer-x2z7nx { align-content: center; align-items: center; background-color: var(--token-707ae75a-ddd9-4dc1-b6b0-78a10c1b2223, #33c6ab); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; left: 0px; overflow: hidden; padding: 8px; position: absolute; top: 0px; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 3; }\",\".framer-aTCDd .framer-1pnpdq6 { align-content: center; align-items: center; background-color: var(--token-4407ed63-6e67-45c4-9c45-a8190c608d0e, #0f111c); border-bottom-left-radius: 9px; border-bottom-right-radius: 9px; border-top-left-radius: 9px; border-top-right-radius: 9px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 60px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 50px; will-change: var(--framer-will-change-override, transform); }\",\".framer-aTCDd .framer-1lx546p, .framer-aTCDd .framer-11d42yh, .framer-aTCDd .framer-1uxopo4, .framer-aTCDd .framer-1a23onj { -webkit-filter: blur(80px); background: radial-gradient(56.00000000000001% 58.5% at 11.5% 28.499999999999996%, rgba(52, 199, 172, 0.2) 0%, rgba(52, 199, 172, 0) 100%); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; bottom: 0px; filter: blur(80px); flex: none; left: 0px; opacity: 0; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-aTCDd .framer-sli2on { background-color: #113d35; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; bottom: 0px; flex: none; left: 40px; overflow: hidden; position: absolute; top: 0px; width: 49px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-aTCDd .framer-14e06tr { background-color: #18574b; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; bottom: 0px; flex: none; left: 24px; overflow: hidden; position: absolute; top: 0px; width: 57px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-aTCDd .framer-1i7vy7j { background-color: #248573; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 66px; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-aTCDd .framer-t9e9gp { align-content: center; align-items: center; background-color: #33c6ab; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; left: 8px; overflow: hidden; padding: 8px; position: absolute; top: 0px; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 3; }\",\".framer-aTCDd .framer-1da87j8, .framer-aTCDd .framer-7u947j, .framer-aTCDd .framer-qh0pjc { align-content: center; align-items: center; background-color: var(--token-4407ed63-6e67-45c4-9c45-a8190c608d0e, #0f111c); border-bottom-left-radius: 9px; border-bottom-right-radius: 9px; border-top-left-radius: 9px; border-top-right-radius: 9px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 60px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 50px; will-change: var(--framer-will-change-override, transform); }\",\".framer-aTCDd .framer-umbxlb { background-color: #113d35; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; bottom: 0px; flex: none; left: 48px; overflow: hidden; position: absolute; top: 0px; width: 42px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-aTCDd .framer-1jfluwn { background-color: #18574b; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 74px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-aTCDd .framer-1fitxpb { background-color: #248573; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; bottom: 0px; flex: none; overflow: hidden; position: absolute; right: 0px; top: 0px; width: 66px; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-aTCDd .framer-1qz0ms { align-content: center; align-items: center; background-color: #33c6ab; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; left: 16px; overflow: hidden; padding: 8px; position: absolute; top: 0px; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 3; }\",\".framer-aTCDd .framer-r2imco { background-color: #113d35; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 74px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-aTCDd .framer-6u4ahg { background-color: #18574b; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; bottom: 0px; flex: none; overflow: hidden; position: absolute; right: 0px; top: 0px; width: 66px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-aTCDd .framer-48igww { background-color: #248573; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; bottom: 0px; flex: none; left: 16px; overflow: hidden; position: absolute; top: 0px; width: 66px; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-aTCDd .framer-1bxy8ky { align-content: center; align-items: center; background-color: #33c6ab; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; left: 24px; overflow: hidden; padding: 8px; position: absolute; top: 0px; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 3; }\",\".framer-aTCDd .framer-eb2jo9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-aTCDd .framer-l7azyw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-aTCDd .framer-w0x7i0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-aTCDd .framer-10rcfbi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",'.framer-aTCDd .framer-t5sr5x { --border-bottom-width: 1px; --border-color: var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background: linear-gradient(180deg, var(--token-4407ed63-6e67-45c4-9c45-a8190c608d0e, #0f111c) /* {\"name\":\"Background\"} */ 0%, var(--token-935d13cd-c842-48dc-9938-ffc0d3889471, rgba(4, 5, 8, 0.3)) /* {\"name\":\"Cards gradient 2nd color\"} */ 100%); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: inset 0px 0.3010936508871964px 1.505468254435982px -1.0833333333333333px rgba(255, 255, 255, 0.16), inset 0px 1.1442666516217286px 5.7213332581086425px -2.1666666666666665px rgba(255, 255, 255, 0.14534), inset 0px 5px 25px -3.25px rgba(255, 255, 255, 0.0875); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 16px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }',\".framer-aTCDd .framer-2v1h6p { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-aTCDd .framer-1ywdacl, .framer-aTCDd .framer-19c6ztj { background-color: var(--token-83f44a62-02b0-4fab-8c3b-881ece733d0d, rgba(245, 246, 250, 0.35)); flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-aTCDd .framer-mmlwac, .framer-aTCDd .framer-xb9ij0, .framer-aTCDd .framer-navwnv, .framer-aTCDd .framer-hwfqqa { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-aTCDd .framer-iug187, .framer-aTCDd .framer-1qcsvl1, .framer-aTCDd .framer-2im2rd { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-aTCDd .framer-1ufxqbe { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-aTCDd .framer-19xyp7r-container, .framer-aTCDd .framer-3zj1fm-container, .framer-aTCDd .framer-1hu8afz-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-aTCDd .framer-qpanfh-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; z-index: 1; }\",\".framer-aTCDd .framer-sac23v { -webkit-filter: blur(80px); background: radial-gradient(56.2% 58.5% at 74.9% 50%, rgba(52, 199, 172, 0.2) 0%, rgba(52, 199, 172, 0) 100%); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; bottom: 0px; filter: blur(80px); flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-aTCDd .framer-qalo2r-container { flex: none; height: auto; max-width: 1200px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-aTCDd.framer-72rtr7, .framer-aTCDd .framer-lznhvu, .framer-aTCDd .framer-r63pp4, .framer-aTCDd .framer-3fu8v4, .framer-aTCDd .framer-d0fwyg, .framer-aTCDd .framer-1kca07k, .framer-aTCDd .framer-1kx9lq, .framer-aTCDd .framer-9h8ito, .framer-aTCDd .framer-lmz4ic, .framer-aTCDd .framer-4f86nf, .framer-aTCDd .framer-1prechc, .framer-aTCDd .framer-q3lhho, .framer-aTCDd .framer-6rk0i0, .framer-aTCDd .framer-4o78u0, .framer-aTCDd .framer-1ousn1k, .framer-aTCDd .framer-ygludz, .framer-aTCDd .framer-9ul1te, .framer-aTCDd .framer-1wip1rh, .framer-aTCDd .framer-g2rlom, .framer-aTCDd .framer-1e9u0rr, .framer-aTCDd .framer-1saga92, .framer-aTCDd .framer-14krd2z, .framer-aTCDd .framer-16rxq4g, .framer-aTCDd .framer-10jdcfg, .framer-aTCDd .framer-nfk4d0, .framer-aTCDd .framer-15rsvyb, .framer-aTCDd .framer-1chqgto, .framer-aTCDd .framer-1ft7h4, .framer-aTCDd .framer-wva58m, .framer-aTCDd .framer-1epawcd, .framer-aTCDd .framer-1djov9b, .framer-aTCDd .framer-6m6bov, .framer-aTCDd .framer-livezz, .framer-aTCDd .framer-1ecmfvx, .framer-aTCDd .framer-3unl5m, .framer-aTCDd .framer-i0yr5k, .framer-aTCDd .framer-1fchnm3, .framer-aTCDd .framer-1qkdryq, .framer-aTCDd .framer-pyloh4, .framer-aTCDd .framer-1uy6l77, .framer-aTCDd .framer-wo7hdq, .framer-aTCDd .framer-1no2yuv, .framer-aTCDd .framer-1dhjhkp, .framer-aTCDd .framer-f1jb0e, .framer-aTCDd .framer-saosey, .framer-aTCDd .framer-1oei8pb, .framer-aTCDd .framer-m9xkfg, .framer-aTCDd .framer-akw8x6, .framer-aTCDd .framer-160v07s, .framer-aTCDd .framer-kht4ct, .framer-aTCDd .framer-bw8vvy, .framer-aTCDd .framer-t2yqwf, .framer-aTCDd .framer-1vmcttk, .framer-aTCDd .framer-dn13ap, .framer-aTCDd .framer-1v68t16, .framer-aTCDd .framer-10u22dh, .framer-aTCDd .framer-p00vi8, .framer-aTCDd .framer-1c3v537, .framer-aTCDd .framer-t6ffm2, .framer-aTCDd .framer-244f9l, .framer-aTCDd .framer-1ijegql, .framer-aTCDd .framer-1niatjo, .framer-aTCDd .framer-elav0m, .framer-aTCDd .framer-1s4fepc, .framer-aTCDd .framer-18mx8z0, .framer-aTCDd .framer-x2z7nx, .framer-aTCDd .framer-1pnpdq6, .framer-aTCDd .framer-1dsp1x7, .framer-aTCDd .framer-qm1i43, .framer-aTCDd .framer-1poovut, .framer-aTCDd .framer-1fa92i3, .framer-aTCDd .framer-u7au41, .framer-aTCDd .framer-t9e9gp, .framer-aTCDd .framer-1da87j8, .framer-aTCDd .framer-1w1a3n5, .framer-aTCDd .framer-mc2mr, .framer-aTCDd .framer-1wgfngr, .framer-aTCDd .framer-vkhpc, .framer-aTCDd .framer-t6htrd, .framer-aTCDd .framer-1qz0ms, .framer-aTCDd .framer-7u947j, .framer-aTCDd .framer-g0m18q, .framer-aTCDd .framer-56e69z, .framer-aTCDd .framer-1sf4kvw, .framer-aTCDd .framer-putdlb, .framer-aTCDd .framer-13bdecv, .framer-aTCDd .framer-1bxy8ky, .framer-aTCDd .framer-qh0pjc, .framer-aTCDd .framer-w5ehhq, .framer-aTCDd .framer-ha8mz, .framer-aTCDd .framer-n9go6a, .framer-aTCDd .framer-1d2yuxs, .framer-aTCDd .framer-8avwek, .framer-aTCDd .framer-uxii0d, .framer-aTCDd .framer-jkpa8, .framer-aTCDd .framer-1sqs535, .framer-aTCDd .framer-eb2jo9, .framer-aTCDd .framer-ud3d28, .framer-aTCDd .framer-eeqd6m, .framer-aTCDd .framer-l7azyw, .framer-aTCDd .framer-zugqqy, .framer-aTCDd .framer-17pciu5, .framer-aTCDd .framer-w0x7i0, .framer-aTCDd .framer-8mgla9, .framer-aTCDd .framer-lfy0eo, .framer-aTCDd .framer-10rcfbi, .framer-aTCDd .framer-e7eslp, .framer-aTCDd .framer-1492dxj, .framer-aTCDd .framer-t5sr5x, .framer-aTCDd .framer-2v1h6p, .framer-aTCDd .framer-mmlwac, .framer-aTCDd .framer-xb9ij0, .framer-aTCDd .framer-navwnv, .framer-aTCDd .framer-hwfqqa, .framer-aTCDd .framer-1ufxqbe, .framer-aTCDd .framer-1i2ab1t, .framer-aTCDd .framer-pmhnxc, .framer-aTCDd .framer-mw8v6m, .framer-aTCDd .framer-d9o, .framer-aTCDd .framer-1kuaku0 { gap: 0px; } .framer-aTCDd.framer-72rtr7 > *, .framer-aTCDd .framer-1e9u0rr > *, .framer-aTCDd .framer-1chqgto > *, .framer-aTCDd .framer-1ecmfvx > *, .framer-aTCDd .framer-wo7hdq > *, .framer-aTCDd .framer-akw8x6 > *, .framer-aTCDd .framer-1v68t16 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-aTCDd.framer-72rtr7 > :first-child, .framer-aTCDd .framer-3fu8v4 > :first-child, .framer-aTCDd .framer-1kca07k > :first-child, .framer-aTCDd .framer-9h8ito > :first-child, .framer-aTCDd .framer-lmz4ic > :first-child, .framer-aTCDd .framer-4f86nf > :first-child, .framer-aTCDd .framer-6rk0i0 > :first-child, .framer-aTCDd .framer-4o78u0 > :first-child, .framer-aTCDd .framer-1ousn1k > :first-child, .framer-aTCDd .framer-9ul1te > :first-child, .framer-aTCDd .framer-1wip1rh > :first-child, .framer-aTCDd .framer-g2rlom > :first-child, .framer-aTCDd .framer-1e9u0rr > :first-child, .framer-aTCDd .framer-1saga92 > :first-child, .framer-aTCDd .framer-14krd2z > :first-child, .framer-aTCDd .framer-10jdcfg > :first-child, .framer-aTCDd .framer-nfk4d0 > :first-child, .framer-aTCDd .framer-15rsvyb > :first-child, .framer-aTCDd .framer-1chqgto > :first-child, .framer-aTCDd .framer-1ft7h4 > :first-child, .framer-aTCDd .framer-wva58m > :first-child, .framer-aTCDd .framer-1djov9b > :first-child, .framer-aTCDd .framer-6m6bov > :first-child, .framer-aTCDd .framer-livezz > :first-child, .framer-aTCDd .framer-1ecmfvx > :first-child, .framer-aTCDd .framer-3unl5m > :first-child, .framer-aTCDd .framer-i0yr5k > :first-child, .framer-aTCDd .framer-1qkdryq > :first-child, .framer-aTCDd .framer-pyloh4 > :first-child, .framer-aTCDd .framer-1uy6l77 > :first-child, .framer-aTCDd .framer-wo7hdq > :first-child, .framer-aTCDd .framer-1no2yuv > :first-child, .framer-aTCDd .framer-1dhjhkp > :first-child, .framer-aTCDd .framer-saosey > :first-child, .framer-aTCDd .framer-1oei8pb > :first-child, .framer-aTCDd .framer-m9xkfg > :first-child, .framer-aTCDd .framer-akw8x6 > :first-child, .framer-aTCDd .framer-160v07s > :first-child, .framer-aTCDd .framer-kht4ct > :first-child, .framer-aTCDd .framer-t2yqwf > :first-child, .framer-aTCDd .framer-1vmcttk > :first-child, .framer-aTCDd .framer-dn13ap > :first-child, .framer-aTCDd .framer-1v68t16 > :first-child, .framer-aTCDd .framer-10u22dh > :first-child, .framer-aTCDd .framer-p00vi8 > :first-child, .framer-aTCDd .framer-244f9l > :first-child, .framer-aTCDd .framer-1ijegql > :first-child, .framer-aTCDd .framer-1niatjo > :first-child, .framer-aTCDd .framer-1s4fepc > :first-child, .framer-aTCDd .framer-18mx8z0 > :first-child, .framer-aTCDd .framer-x2z7nx > :first-child, .framer-aTCDd .framer-1pnpdq6 > :first-child, .framer-aTCDd .framer-1dsp1x7 > :first-child, .framer-aTCDd .framer-qm1i43 > :first-child, .framer-aTCDd .framer-1fa92i3 > :first-child, .framer-aTCDd .framer-u7au41 > :first-child, .framer-aTCDd .framer-t9e9gp > :first-child, .framer-aTCDd .framer-1w1a3n5 > :first-child, .framer-aTCDd .framer-mc2mr > :first-child, .framer-aTCDd .framer-vkhpc > :first-child, .framer-aTCDd .framer-t6htrd > :first-child, .framer-aTCDd .framer-1qz0ms > :first-child, .framer-aTCDd .framer-g0m18q > :first-child, .framer-aTCDd .framer-56e69z > :first-child, .framer-aTCDd .framer-putdlb > :first-child, .framer-aTCDd .framer-13bdecv > :first-child, .framer-aTCDd .framer-1bxy8ky > :first-child, .framer-aTCDd .framer-w5ehhq > :first-child, .framer-aTCDd .framer-ha8mz > :first-child, .framer-aTCDd .framer-8avwek > :first-child, .framer-aTCDd .framer-uxii0d > :first-child, .framer-aTCDd .framer-jkpa8 > :first-child, .framer-aTCDd .framer-eb2jo9 > :first-child, .framer-aTCDd .framer-eeqd6m > :first-child, .framer-aTCDd .framer-l7azyw > :first-child, .framer-aTCDd .framer-zugqqy > :first-child, .framer-aTCDd .framer-w0x7i0 > :first-child, .framer-aTCDd .framer-lfy0eo > :first-child, .framer-aTCDd .framer-10rcfbi > :first-child, .framer-aTCDd .framer-e7eslp > :first-child, .framer-aTCDd .framer-2v1h6p > :first-child, .framer-aTCDd .framer-mmlwac > :first-child, .framer-aTCDd .framer-xb9ij0 > :first-child, .framer-aTCDd .framer-navwnv > :first-child, .framer-aTCDd .framer-hwfqqa > :first-child, .framer-aTCDd .framer-pmhnxc > :first-child, .framer-aTCDd .framer-mw8v6m > :first-child, .framer-aTCDd .framer-d9o > :first-child { margin-top: 0px; } .framer-aTCDd.framer-72rtr7 > :last-child, .framer-aTCDd .framer-3fu8v4 > :last-child, .framer-aTCDd .framer-1kca07k > :last-child, .framer-aTCDd .framer-9h8ito > :last-child, .framer-aTCDd .framer-lmz4ic > :last-child, .framer-aTCDd .framer-4f86nf > :last-child, .framer-aTCDd .framer-6rk0i0 > :last-child, .framer-aTCDd .framer-4o78u0 > :last-child, .framer-aTCDd .framer-1ousn1k > :last-child, .framer-aTCDd .framer-9ul1te > :last-child, .framer-aTCDd .framer-1wip1rh > :last-child, .framer-aTCDd .framer-g2rlom > :last-child, .framer-aTCDd .framer-1e9u0rr > :last-child, .framer-aTCDd .framer-1saga92 > :last-child, .framer-aTCDd .framer-14krd2z > :last-child, .framer-aTCDd .framer-10jdcfg > :last-child, .framer-aTCDd .framer-nfk4d0 > :last-child, .framer-aTCDd .framer-15rsvyb > :last-child, .framer-aTCDd .framer-1chqgto > :last-child, .framer-aTCDd .framer-1ft7h4 > :last-child, .framer-aTCDd .framer-wva58m > :last-child, .framer-aTCDd .framer-1djov9b > :last-child, .framer-aTCDd .framer-6m6bov > :last-child, .framer-aTCDd .framer-livezz > :last-child, .framer-aTCDd .framer-1ecmfvx > :last-child, .framer-aTCDd .framer-3unl5m > :last-child, .framer-aTCDd .framer-i0yr5k > :last-child, .framer-aTCDd .framer-1qkdryq > :last-child, .framer-aTCDd .framer-pyloh4 > :last-child, .framer-aTCDd .framer-1uy6l77 > :last-child, .framer-aTCDd .framer-wo7hdq > :last-child, .framer-aTCDd .framer-1no2yuv > :last-child, .framer-aTCDd .framer-1dhjhkp > :last-child, .framer-aTCDd .framer-saosey > :last-child, .framer-aTCDd .framer-1oei8pb > :last-child, .framer-aTCDd .framer-m9xkfg > :last-child, .framer-aTCDd .framer-akw8x6 > :last-child, .framer-aTCDd .framer-160v07s > :last-child, .framer-aTCDd .framer-kht4ct > :last-child, .framer-aTCDd .framer-t2yqwf > :last-child, .framer-aTCDd .framer-1vmcttk > :last-child, .framer-aTCDd .framer-dn13ap > :last-child, .framer-aTCDd .framer-1v68t16 > :last-child, .framer-aTCDd .framer-10u22dh > :last-child, .framer-aTCDd .framer-p00vi8 > :last-child, .framer-aTCDd .framer-244f9l > :last-child, .framer-aTCDd .framer-1ijegql > :last-child, .framer-aTCDd .framer-1niatjo > :last-child, .framer-aTCDd .framer-1s4fepc > :last-child, .framer-aTCDd .framer-18mx8z0 > :last-child, .framer-aTCDd .framer-x2z7nx > :last-child, .framer-aTCDd .framer-1pnpdq6 > :last-child, .framer-aTCDd .framer-1dsp1x7 > :last-child, .framer-aTCDd .framer-qm1i43 > :last-child, .framer-aTCDd .framer-1fa92i3 > :last-child, .framer-aTCDd .framer-u7au41 > :last-child, .framer-aTCDd .framer-t9e9gp > :last-child, .framer-aTCDd .framer-1w1a3n5 > :last-child, .framer-aTCDd .framer-mc2mr > :last-child, .framer-aTCDd .framer-vkhpc > :last-child, .framer-aTCDd .framer-t6htrd > :last-child, .framer-aTCDd .framer-1qz0ms > :last-child, .framer-aTCDd .framer-g0m18q > :last-child, .framer-aTCDd .framer-56e69z > :last-child, .framer-aTCDd .framer-putdlb > :last-child, .framer-aTCDd .framer-13bdecv > :last-child, .framer-aTCDd .framer-1bxy8ky > :last-child, .framer-aTCDd .framer-w5ehhq > :last-child, .framer-aTCDd .framer-ha8mz > :last-child, .framer-aTCDd .framer-8avwek > :last-child, .framer-aTCDd .framer-uxii0d > :last-child, .framer-aTCDd .framer-jkpa8 > :last-child, .framer-aTCDd .framer-eb2jo9 > :last-child, .framer-aTCDd .framer-eeqd6m > :last-child, .framer-aTCDd .framer-l7azyw > :last-child, .framer-aTCDd .framer-zugqqy > :last-child, .framer-aTCDd .framer-w0x7i0 > :last-child, .framer-aTCDd .framer-lfy0eo > :last-child, .framer-aTCDd .framer-10rcfbi > :last-child, .framer-aTCDd .framer-e7eslp > :last-child, .framer-aTCDd .framer-2v1h6p > :last-child, .framer-aTCDd .framer-mmlwac > :last-child, .framer-aTCDd .framer-xb9ij0 > :last-child, .framer-aTCDd .framer-navwnv > :last-child, .framer-aTCDd .framer-hwfqqa > :last-child, .framer-aTCDd .framer-pmhnxc > :last-child, .framer-aTCDd .framer-mw8v6m > :last-child, .framer-aTCDd .framer-d9o > :last-child { margin-bottom: 0px; } .framer-aTCDd .framer-lznhvu > *, .framer-aTCDd .framer-1kx9lq > *, .framer-aTCDd .framer-q3lhho > *, .framer-aTCDd .framer-t6ffm2 > *, .framer-aTCDd .framer-1d2yuxs > *, .framer-aTCDd .framer-ud3d28 > *, .framer-aTCDd .framer-8mgla9 > *, .framer-aTCDd .framer-1i2ab1t > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } .framer-aTCDd .framer-lznhvu > :first-child, .framer-aTCDd .framer-r63pp4 > :first-child, .framer-aTCDd .framer-d0fwyg > :first-child, .framer-aTCDd .framer-1kx9lq > :first-child, .framer-aTCDd .framer-1prechc > :first-child, .framer-aTCDd .framer-q3lhho > :first-child, .framer-aTCDd .framer-ygludz > :first-child, .framer-aTCDd .framer-16rxq4g > :first-child, .framer-aTCDd .framer-1epawcd > :first-child, .framer-aTCDd .framer-1fchnm3 > :first-child, .framer-aTCDd .framer-f1jb0e > :first-child, .framer-aTCDd .framer-bw8vvy > :first-child, .framer-aTCDd .framer-1c3v537 > :first-child, .framer-aTCDd .framer-t6ffm2 > :first-child, .framer-aTCDd .framer-elav0m > :first-child, .framer-aTCDd .framer-1poovut > :first-child, .framer-aTCDd .framer-1da87j8 > :first-child, .framer-aTCDd .framer-1wgfngr > :first-child, .framer-aTCDd .framer-7u947j > :first-child, .framer-aTCDd .framer-1sf4kvw > :first-child, .framer-aTCDd .framer-qh0pjc > :first-child, .framer-aTCDd .framer-n9go6a > :first-child, .framer-aTCDd .framer-1d2yuxs > :first-child, .framer-aTCDd .framer-1sqs535 > :first-child, .framer-aTCDd .framer-ud3d28 > :first-child, .framer-aTCDd .framer-17pciu5 > :first-child, .framer-aTCDd .framer-8mgla9 > :first-child, .framer-aTCDd .framer-1492dxj > :first-child, .framer-aTCDd .framer-t5sr5x > :first-child, .framer-aTCDd .framer-1ufxqbe > :first-child, .framer-aTCDd .framer-1i2ab1t > :first-child, .framer-aTCDd .framer-1kuaku0 > :first-child { margin-left: 0px; } .framer-aTCDd .framer-lznhvu > :last-child, .framer-aTCDd .framer-r63pp4 > :last-child, .framer-aTCDd .framer-d0fwyg > :last-child, .framer-aTCDd .framer-1kx9lq > :last-child, .framer-aTCDd .framer-1prechc > :last-child, .framer-aTCDd .framer-q3lhho > :last-child, .framer-aTCDd .framer-ygludz > :last-child, .framer-aTCDd .framer-16rxq4g > :last-child, .framer-aTCDd .framer-1epawcd > :last-child, .framer-aTCDd .framer-1fchnm3 > :last-child, .framer-aTCDd .framer-f1jb0e > :last-child, .framer-aTCDd .framer-bw8vvy > :last-child, .framer-aTCDd .framer-1c3v537 > :last-child, .framer-aTCDd .framer-t6ffm2 > :last-child, .framer-aTCDd .framer-elav0m > :last-child, .framer-aTCDd .framer-1poovut > :last-child, .framer-aTCDd .framer-1da87j8 > :last-child, .framer-aTCDd .framer-1wgfngr > :last-child, .framer-aTCDd .framer-7u947j > :last-child, .framer-aTCDd .framer-1sf4kvw > :last-child, .framer-aTCDd .framer-qh0pjc > :last-child, .framer-aTCDd .framer-n9go6a > :last-child, .framer-aTCDd .framer-1d2yuxs > :last-child, .framer-aTCDd .framer-1sqs535 > :last-child, .framer-aTCDd .framer-ud3d28 > :last-child, .framer-aTCDd .framer-17pciu5 > :last-child, .framer-aTCDd .framer-8mgla9 > :last-child, .framer-aTCDd .framer-1492dxj > :last-child, .framer-aTCDd .framer-t5sr5x > :last-child, .framer-aTCDd .framer-1ufxqbe > :last-child, .framer-aTCDd .framer-1i2ab1t > :last-child, .framer-aTCDd .framer-1kuaku0 > :last-child { margin-right: 0px; } .framer-aTCDd .framer-r63pp4 > * { margin: 0px; margin-left: calc(80px / 2); margin-right: calc(80px / 2); } .framer-aTCDd .framer-3fu8v4 > *, .framer-aTCDd .framer-2v1h6p > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-aTCDd .framer-d0fwyg > *, .framer-aTCDd .framer-1ufxqbe > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-aTCDd .framer-1kca07k > *, .framer-aTCDd .framer-1wip1rh > *, .framer-aTCDd .framer-1saga92 > *, .framer-aTCDd .framer-nfk4d0 > *, .framer-aTCDd .framer-1ft7h4 > *, .framer-aTCDd .framer-6m6bov > *, .framer-aTCDd .framer-3unl5m > *, .framer-aTCDd .framer-pyloh4 > *, .framer-aTCDd .framer-1no2yuv > *, .framer-aTCDd .framer-1oei8pb > *, .framer-aTCDd .framer-160v07s > *, .framer-aTCDd .framer-1vmcttk > *, .framer-aTCDd .framer-10u22dh > *, .framer-aTCDd .framer-18mx8z0 > *, .framer-aTCDd .framer-1dsp1x7 > *, .framer-aTCDd .framer-u7au41 > *, .framer-aTCDd .framer-1w1a3n5 > *, .framer-aTCDd .framer-t6htrd > *, .framer-aTCDd .framer-g0m18q > *, .framer-aTCDd .framer-13bdecv > *, .framer-aTCDd .framer-w5ehhq > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-aTCDd .framer-9h8ito > *, .framer-aTCDd .framer-lmz4ic > *, .framer-aTCDd .framer-6rk0i0 > *, .framer-aTCDd .framer-4o78u0 > *, .framer-aTCDd .framer-244f9l > *, .framer-aTCDd .framer-1ijegql > *, .framer-aTCDd .framer-8avwek > *, .framer-aTCDd .framer-uxii0d > *, .framer-aTCDd .framer-eeqd6m > *, .framer-aTCDd .framer-lfy0eo > *, .framer-aTCDd .framer-10rcfbi > *, .framer-aTCDd .framer-pmhnxc > *, .framer-aTCDd .framer-mw8v6m > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-aTCDd .framer-4f86nf > *, .framer-aTCDd .framer-1ousn1k > *, .framer-aTCDd .framer-g2rlom > *, .framer-aTCDd .framer-14krd2z > *, .framer-aTCDd .framer-15rsvyb > *, .framer-aTCDd .framer-wva58m > *, .framer-aTCDd .framer-livezz > *, .framer-aTCDd .framer-i0yr5k > *, .framer-aTCDd .framer-1uy6l77 > *, .framer-aTCDd .framer-1dhjhkp > *, .framer-aTCDd .framer-m9xkfg > *, .framer-aTCDd .framer-kht4ct > *, .framer-aTCDd .framer-dn13ap > *, .framer-aTCDd .framer-p00vi8 > *, .framer-aTCDd .framer-1niatjo > *, .framer-aTCDd .framer-x2z7nx > *, .framer-aTCDd .framer-qm1i43 > *, .framer-aTCDd .framer-t9e9gp > *, .framer-aTCDd .framer-mc2mr > *, .framer-aTCDd .framer-1qz0ms > *, .framer-aTCDd .framer-56e69z > *, .framer-aTCDd .framer-1bxy8ky > *, .framer-aTCDd .framer-ha8mz > *, .framer-aTCDd .framer-jkpa8 > *, .framer-aTCDd .framer-zugqqy > *, .framer-aTCDd .framer-e7eslp > *, .framer-aTCDd .framer-mmlwac > *, .framer-aTCDd .framer-xb9ij0 > *, .framer-aTCDd .framer-navwnv > *, .framer-aTCDd .framer-hwfqqa > *, .framer-aTCDd .framer-d9o > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-aTCDd .framer-1prechc > *, .framer-aTCDd .framer-ygludz > *, .framer-aTCDd .framer-16rxq4g > *, .framer-aTCDd .framer-1epawcd > *, .framer-aTCDd .framer-1fchnm3 > *, .framer-aTCDd .framer-f1jb0e > *, .framer-aTCDd .framer-bw8vvy > *, .framer-aTCDd .framer-1c3v537 > *, .framer-aTCDd .framer-elav0m > *, .framer-aTCDd .framer-1poovut > *, .framer-aTCDd .framer-1wgfngr > *, .framer-aTCDd .framer-1sf4kvw > *, .framer-aTCDd .framer-n9go6a > *, .framer-aTCDd .framer-1sqs535 > *, .framer-aTCDd .framer-17pciu5 > *, .framer-aTCDd .framer-1492dxj > *, .framer-aTCDd .framer-1kuaku0 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-aTCDd .framer-9ul1te > *, .framer-aTCDd .framer-10jdcfg > *, .framer-aTCDd .framer-1djov9b > *, .framer-aTCDd .framer-1qkdryq > *, .framer-aTCDd .framer-saosey > *, .framer-aTCDd .framer-t2yqwf > *, .framer-aTCDd .framer-1s4fepc > *, .framer-aTCDd .framer-1fa92i3 > *, .framer-aTCDd .framer-vkhpc > *, .framer-aTCDd .framer-putdlb > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-aTCDd .framer-1pnpdq6 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-aTCDd .framer-1da87j8 > *, .framer-aTCDd .framer-7u947j > *, .framer-aTCDd .framer-qh0pjc > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-aTCDd .framer-eb2jo9 > *, .framer-aTCDd .framer-w0x7i0 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-aTCDd .framer-l7azyw > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-aTCDd .framer-t5sr5x > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } }\",`@media (min-width: 810px) and (max-width: 1199px) { .${metadata.bodyClassName}-framer-aTCDd { background: var(--token-4407ed63-6e67-45c4-9c45-a8190c608d0e, rgb(14, 14, 20)); } .framer-aTCDd.framer-72rtr7 { width: 810px; } .framer-aTCDd .framer-1kdxca4-container { top: 0px; } .framer-aTCDd .framer-lznhvu { padding: 160px 40px 80px 40px; } .framer-aTCDd .framer-1kca07k { padding: 20px 40px 20px 40px; } .framer-aTCDd .framer-1kx9lq, .framer-aTCDd .framer-q3lhho, .framer-aTCDd .framer-t6ffm2, .framer-aTCDd .framer-1d2yuxs, .framer-aTCDd .framer-ud3d28, .framer-aTCDd .framer-8mgla9, .framer-aTCDd .framer-1i2ab1t { padding: 120px 40px 120px 40px; } .framer-aTCDd .framer-1jgw5ka { grid-template-columns: repeat(1, minmax(200px, 1fr)); max-width: 600px; } .framer-aTCDd .framer-jxhbor-container, .framer-aTCDd .framer-1obr4y2-container, .framer-aTCDd .framer-13o3l11-container, .framer-aTCDd .framer-3qh12c-container, .framer-aTCDd .framer-15blqv0-container, .framer-aTCDd .framer-16e4kgc-container { height: 36px; width: 36px; } .framer-aTCDd .framer-eb2jo9 { max-width: 600px; }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-aTCDd { background: var(--token-4407ed63-6e67-45c4-9c45-a8190c608d0e, rgb(14, 14, 20)); } .framer-aTCDd.framer-72rtr7 { width: 390px; } .framer-aTCDd .framer-1kdxca4-container { top: 0px; } .framer-aTCDd .framer-lznhvu { flex-direction: column; padding: 100px 20px 80px 20px; } .framer-aTCDd .framer-r63pp4, .framer-aTCDd .framer-2v1h6p, .framer-aTCDd .framer-qpanfh-container { flex: none; width: 100%; } .framer-aTCDd .framer-d0fwyg { flex-direction: column; max-width: 350px; } .framer-aTCDd .framer-19h1xg5-container, .framer-aTCDd .framer-j1alhs-container { width: 100%; } .framer-aTCDd .framer-1kca07k { padding: 20px; } .framer-aTCDd .framer-1kx9lq, .framer-aTCDd .framer-q3lhho, .framer-aTCDd .framer-t6ffm2, .framer-aTCDd .framer-1d2yuxs, .framer-aTCDd .framer-ud3d28, .framer-aTCDd .framer-8mgla9, .framer-aTCDd .framer-1i2ab1t { flex-direction: column; padding: 120px 20px 80px 20px; } .framer-aTCDd .framer-9h8ito, .framer-aTCDd .framer-6rk0i0, .framer-aTCDd .framer-244f9l, .framer-aTCDd .framer-8avwek, .framer-aTCDd .framer-eeqd6m, .framer-aTCDd .framer-lfy0eo, .framer-aTCDd .framer-pmhnxc { flex: none; gap: 60px; width: 100%; } .framer-aTCDd .framer-lmz4ic, .framer-aTCDd .framer-4o78u0, .framer-aTCDd .framer-1ijegql, .framer-aTCDd .framer-uxii0d, .framer-aTCDd .framer-10rcfbi, .framer-aTCDd .framer-mw8v6m { gap: 60px; } .framer-aTCDd .framer-1jgw5ka, .framer-aTCDd .framer-5qmpzr { grid-template-columns: repeat(1, minmax(200px, 1fr)); } .framer-aTCDd .framer-1pat0m7 { gap: 64px; grid-template-columns: repeat(1, minmax(200px, 1fr)); } .framer-aTCDd .framer-jxhbor-container, .framer-aTCDd .framer-1obr4y2-container, .framer-aTCDd .framer-13o3l11-container, .framer-aTCDd .framer-3qh12c-container, .framer-aTCDd .framer-15blqv0-container, .framer-aTCDd .framer-16e4kgc-container { height: 30px; width: 30px; } .framer-aTCDd .framer-14krd2z, .framer-aTCDd .framer-wva58m, .framer-aTCDd .framer-i0yr5k, .framer-aTCDd .framer-1dhjhkp, .framer-aTCDd .framer-kht4ct, .framer-aTCDd .framer-p00vi8, .framer-aTCDd .framer-qm1i43, .framer-aTCDd .framer-mc2mr, .framer-aTCDd .framer-56e69z, .framer-aTCDd .framer-ha8mz { min-height: unset; } .framer-aTCDd .framer-1s4fepc, .framer-aTCDd .framer-1fa92i3, .framer-aTCDd .framer-vkhpc, .framer-aTCDd .framer-putdlb { padding: 16px; } .framer-aTCDd .framer-qx6vc8, .framer-aTCDd .framer-rq6954, .framer-aTCDd .framer-s5ne5m, .framer-aTCDd .framer-4moc0o { height: 62px; } .framer-aTCDd .framer-1pnpdq6, .framer-aTCDd .framer-1da87j8, .framer-aTCDd .framer-7u947j, .framer-aTCDd .framer-qh0pjc { height: 46px; } .framer-aTCDd .framer-l7azyw { gap: 40px; } .framer-aTCDd .framer-t5sr5x { flex-direction: column; } .framer-aTCDd .framer-sac23v { background: radial-gradient(67.2% 63.5% at 50% 67.4%, rgba(52, 199, 172, 0.2) 0%, rgba(52, 199, 172, 0) 100%); } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-aTCDd .framer-lznhvu, .framer-aTCDd .framer-d0fwyg, .framer-aTCDd .framer-1kx9lq, .framer-aTCDd .framer-9h8ito, .framer-aTCDd .framer-lmz4ic, .framer-aTCDd .framer-q3lhho, .framer-aTCDd .framer-6rk0i0, .framer-aTCDd .framer-4o78u0, .framer-aTCDd .framer-1pat0m7, .framer-aTCDd .framer-t6ffm2, .framer-aTCDd .framer-244f9l, .framer-aTCDd .framer-1ijegql, .framer-aTCDd .framer-1d2yuxs, .framer-aTCDd .framer-8avwek, .framer-aTCDd .framer-uxii0d, .framer-aTCDd .framer-ud3d28, .framer-aTCDd .framer-eeqd6m, .framer-aTCDd .framer-l7azyw, .framer-aTCDd .framer-8mgla9, .framer-aTCDd .framer-lfy0eo, .framer-aTCDd .framer-10rcfbi, .framer-aTCDd .framer-t5sr5x, .framer-aTCDd .framer-1i2ab1t, .framer-aTCDd .framer-pmhnxc, .framer-aTCDd .framer-mw8v6m { gap: 0px; } .framer-aTCDd .framer-lznhvu > *, .framer-aTCDd .framer-1kx9lq > *, .framer-aTCDd .framer-9h8ito > *, .framer-aTCDd .framer-lmz4ic > *, .framer-aTCDd .framer-q3lhho > *, .framer-aTCDd .framer-6rk0i0 > *, .framer-aTCDd .framer-4o78u0 > *, .framer-aTCDd .framer-t6ffm2 > *, .framer-aTCDd .framer-244f9l > *, .framer-aTCDd .framer-1ijegql > *, .framer-aTCDd .framer-1d2yuxs > *, .framer-aTCDd .framer-8avwek > *, .framer-aTCDd .framer-uxii0d > *, .framer-aTCDd .framer-ud3d28 > *, .framer-aTCDd .framer-eeqd6m > *, .framer-aTCDd .framer-8mgla9 > *, .framer-aTCDd .framer-lfy0eo > *, .framer-aTCDd .framer-10rcfbi > *, .framer-aTCDd .framer-1i2ab1t > *, .framer-aTCDd .framer-pmhnxc > *, .framer-aTCDd .framer-mw8v6m > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-aTCDd .framer-lznhvu > :first-child, .framer-aTCDd .framer-d0fwyg > :first-child, .framer-aTCDd .framer-1kx9lq > :first-child, .framer-aTCDd .framer-9h8ito > :first-child, .framer-aTCDd .framer-lmz4ic > :first-child, .framer-aTCDd .framer-q3lhho > :first-child, .framer-aTCDd .framer-6rk0i0 > :first-child, .framer-aTCDd .framer-4o78u0 > :first-child, .framer-aTCDd .framer-t6ffm2 > :first-child, .framer-aTCDd .framer-244f9l > :first-child, .framer-aTCDd .framer-1ijegql > :first-child, .framer-aTCDd .framer-1d2yuxs > :first-child, .framer-aTCDd .framer-8avwek > :first-child, .framer-aTCDd .framer-uxii0d > :first-child, .framer-aTCDd .framer-ud3d28 > :first-child, .framer-aTCDd .framer-eeqd6m > :first-child, .framer-aTCDd .framer-l7azyw > :first-child, .framer-aTCDd .framer-8mgla9 > :first-child, .framer-aTCDd .framer-lfy0eo > :first-child, .framer-aTCDd .framer-10rcfbi > :first-child, .framer-aTCDd .framer-t5sr5x > :first-child, .framer-aTCDd .framer-1i2ab1t > :first-child, .framer-aTCDd .framer-pmhnxc > :first-child, .framer-aTCDd .framer-mw8v6m > :first-child { margin-top: 0px; } .framer-aTCDd .framer-lznhvu > :last-child, .framer-aTCDd .framer-d0fwyg > :last-child, .framer-aTCDd .framer-1kx9lq > :last-child, .framer-aTCDd .framer-9h8ito > :last-child, .framer-aTCDd .framer-lmz4ic > :last-child, .framer-aTCDd .framer-q3lhho > :last-child, .framer-aTCDd .framer-6rk0i0 > :last-child, .framer-aTCDd .framer-4o78u0 > :last-child, .framer-aTCDd .framer-t6ffm2 > :last-child, .framer-aTCDd .framer-244f9l > :last-child, .framer-aTCDd .framer-1ijegql > :last-child, .framer-aTCDd .framer-1d2yuxs > :last-child, .framer-aTCDd .framer-8avwek > :last-child, .framer-aTCDd .framer-uxii0d > :last-child, .framer-aTCDd .framer-ud3d28 > :last-child, .framer-aTCDd .framer-eeqd6m > :last-child, .framer-aTCDd .framer-l7azyw > :last-child, .framer-aTCDd .framer-8mgla9 > :last-child, .framer-aTCDd .framer-lfy0eo > :last-child, .framer-aTCDd .framer-10rcfbi > :last-child, .framer-aTCDd .framer-t5sr5x > :last-child, .framer-aTCDd .framer-1i2ab1t > :last-child, .framer-aTCDd .framer-pmhnxc > :last-child, .framer-aTCDd .framer-mw8v6m > :last-child { margin-bottom: 0px; } .framer-aTCDd .framer-d0fwyg > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-aTCDd .framer-1pat0m7 > *, .framer-aTCDd .framer-1pat0m7 > :first-child, .framer-aTCDd .framer-1pat0m7 > :last-child { margin: 0px; } .framer-aTCDd .framer-l7azyw > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-aTCDd .framer-t5sr5x > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,'.framer-aTCDd[data-border=\"true\"]::after, .framer-aTCDd [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 8960.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"u8PBC9xQK\":{\"layout\":[\"fixed\",\"auto\"]},\"qeRMb5ghT\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-aTCDd\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:8960.5,width:1200};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"General Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/MFQT7HFGCR2L5ULQTW6YXYZXXHMPKLJ3/YWQ244D6TACUX5JBKATPOW5I5MGJ3G73/7YY3ZAAE3TRV2LANYOLXNHTPHLXVWTKH.woff2\",weight:\"400\"}]},...NavigationFonts,...ParticlesFonts,...HeadlineHTMLFonts,...ButtonsPrimaryFonts,...ButtonsSecondryFonts,...UnserePartnerFonts,...PhosphorFonts,...ServiceCardsWorkflowAutomationFonts,...ServiceCardsGPTDevelopmentFonts,...ServiceCardsBusinessConsultingFonts,...ServiceCardsStrategyDevelopmentFonts,...CardsProjectFonts,...TestimonialsTickerFonts,...ButtonsIconFonts,...ContactFormFonts,...FAQsSectionFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"u8PBC9xQK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qeRMb5ghT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\",\"framerResponsiveScreen\":\"\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"8960.5\"}},\"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", "t", "r", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "t", "n", "r", "a", "velocityPerSecond", "calcDampingRatio", "e", "hasReachedTarget", "spring", "i", "h", "u", "d", "f", "l", "g", "glide", "o", "c", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "W", "L", "D", "e", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "t", "j", "B", "testAnimation", "e", "C", "$", "R", "resolveElements", "e", "t", "n", "createGeneratorEasing", "e", "t", "n", "o", "getGenerator", "i", "s", "r", "a", "getKeyframes", "pregenerateKeyframes", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "N", "spring", "F", "glide", "U", "inView$1", "resolveElements", "onIntersectionChange", "q", "K", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "G", "_", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "e", "t", "n", "dispatchViewEvent", "se", "o", "i", "s", "__rest", "inView$1", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "ce", "le", "MAX_DUPLICATED_ITEMS", "directionTransformers", "offset", "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", "TickerFonts", "getFonts", "Ticker", "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", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "ComponentViewportProvider", "Ticker", "Image2", "css", "FramerATNsf4v2A", "withCSS", "ATNsf4v2A_default", "addFonts", "TickerFonts", "MotionDivWithFX", "withFX", "motion", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "text", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "AJEDie39b", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppearkl388y", "args", "useOnVariantChange", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "css", "FrameriNtPILyqN", "withCSS", "iNtPILyqN_default", "addPropertyControls", "ControlType", "addFonts", "ButtonsFormsFonts", "getFonts", "iNtPILyqN_default", "serializationHash", "variantClassNames", "transition1", "formVariants", "form", "variants", "currentVariant", "_variants_success", "_variants_pending", "_variants_error", "_variants_incomplete", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "FormContainer", "formState", "u", "l", "RichText2", "FormPlainTextInput2", "FormBooleanInput", "ComponentViewportProvider", "iNtPILyqN_default", "css", "Framerc2vDGllnk", "withCSS", "c2vDGllnk_default", "addFonts", "ButtonsFormsFonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "PhosphorFonts", "getFonts", "Icon", "PhosphorControls", "getPropertyControls", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "icon", "id", "link", "width", "props", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "QXneoqfsb", "NGYfh7jQz", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "ComponentViewportProvider", "css", "FramerKagMRysR8", "withCSS", "KagMRysR8_default", "addPropertyControls", "ControlType", "addFonts", "ButtonsIconFonts", "getFonts", "KagMRysR8_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "name1", "photo", "position", "review", "width", "props", "_ref", "_ref1", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "zCAGgPZ6Q", "j98ElHpb_", "B6XBOLyUh", "qVmw8f0qM", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Image2", "RichText2", "ComponentViewportProvider", "css", "FramerW6ZeRX9Q2", "withCSS", "W6ZeRX9Q2_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "CardsTestimonialFonts", "getFonts", "W6ZeRX9Q2_default", "TickerFonts", "Ticker", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "speed", "width", "props", "_ref", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "PkPUeVI0G", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "ComponentViewportProvider", "Ticker", "W6ZeRX9Q2_default", "css", "Framerca8CfB077", "withCSS", "ca8CfB077_default", "addPropertyControls", "ControlType", "addFonts", "CardsTestimonialFonts", "TickerFonts", "RichTextWithFX", "withFX", "RichText2", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "transition3", "animation1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "b2BUnternehmen", "fontSize", "height", "id", "leadGenAgentur", "marketingAgenturen", "recruitingAgenturen", "recruitingAgenturen1", "sEOAgenturen", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_humanReadableVariantMap_props_variant", "_ref5", "_ref6", "_ref7", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "hvX9DDeb9", "WSs2ZIULk", "MxyuROFlU", "dlJ4Zxd7z", "njlue4RqK", "X9Dc912ZK", "gFJbVFch5", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear1i0ys8c", "args", "onAppear1g13a6", "onAppearuurv0f", "onAppear15gfwg", "onAppear13vlmni", "onAppeartkodkh", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "css", "FramerNr8HhFAW4", "withCSS", "Nr8HhFAW4_default", "addPropertyControls", "ControlType", "addFonts", "PhosphorFonts", "getFonts", "Icon", "MotionDivWithFX", "withFX", "motion", "RichTextWithFX", "RichText2", "WordsFonts", "Nr8HhFAW4_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "animation1", "transition3", "animation2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "css", "Framercq2bHvtQe", "withCSS", "cq2bHvtQe_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "SVG", "css", "FramerI7CMomD99", "withCSS", "I7CMomD99_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "PhosphorFonts", "getFonts", "Icon", "ServiceCardInteractionPieChartFonts", "I7CMomD99_default", "MotionDivWithFX", "withFX", "motion", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toDateString", "value", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "animation", "transition2", "animation1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "description", "height", "id", "title", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "ammH31O16", "CuJBMgrDa", "nJ41mIjKEptuWJBq_n", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "activeLocaleCode", "useLocaleCode", "textContent", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "ComponentViewportProvider", "Image2", "getLoadingLazyAtYPosition", "css", "FramerEujNNCgIC", "withCSS", "EujNNCgIC_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "transformTemplate1", "_", "t", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "icon1", "icon2", "icon3", "icon4", "icon5", "icon6", "id", "mainIcon", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_ref5", "_humanReadableVariantMap_props_variant", "_ref6", "_ref7", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "YfZix9eBz", "MpoYaQxvi", "Vae3Ad53Z", "Ebb7a_oGB", "nM3gvhWwY", "KAzqzfSXr", "AiDkaZqlq", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "Image2", "getLoadingLazyAtYPosition", "css", "Framerkuee8hS6V", "withCSS", "kuee8hS6V_default", "addPropertyControls", "ControlType", "addFonts", "PhosphorFonts", "getFonts", "Icon", "ServiceCardInteractionIntegrationFonts", "kuee8hS6V_default", "MotionDivWithFX", "withFX", "motion", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toDateString", "value", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "animation", "transition2", "animation1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "description", "height", "id", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "R9Kbpdbhy", "Y80d3_QFf", "nJ41mIjKEptuWJBq_n", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "activeLocaleCode", "useLocaleCode", "textContent", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "ComponentViewportProvider", "Image2", "getLoadingLazyAtYPosition", "css", "FramereWCV_MazW", "withCSS", "eWCV_MazW_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "content", "height", "id", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "DJuCJkJkd", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Image2", "getLoadingLazyAtYPosition", "RichText2", "SVG", "css", "FramerHbneG8Ngj", "withCSS", "HbneG8Ngj_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "ServiceCardInteractionGPTFonts", "getFonts", "HbneG8Ngj_default", "MotionDivWithFX", "withFX", "motion", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toDateString", "value", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "animation", "transition2", "animation1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "aIAgents", "aIAgents1", "height", "id", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "RyP7hwvmY", "i53Kxk7p3", "nJ41mIjKEptuWJBq_n", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "activeLocaleCode", "useLocaleCode", "textContent", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "Image2", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "css", "Framerg18z8BVPj", "withCSS", "g18z8BVPj_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "_componentPresets_fonts", "_componentPresets_fonts1", "PhosphorFonts", "getFonts", "Icon", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "answer", "height", "id", "question", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "n_nqF67s7", "jLJZKfNK7", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapdkb35r", "args", "onTap1uwoear", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "ComponentViewportProvider", "ComponentPresetsProvider", "css", "FramerIk2zaTp9F", "withCSS", "Ik2zaTp9F_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "FAQsFonts", "getFonts", "Ik2zaTp9F_default", "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", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "ComponentViewportProvider", "Ik2zaTp9F_default", "css", "FramerLKiFl9RBI", "withCSS", "LKiFl9RBI_default", "addFonts", "FAQsFonts", "enabledGestures", "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", "_berblick", "bild", "branche", "ergebnis", "height", "herausforderung", "id", "image", "jahr", "l_sung", "projektName", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_ref5", "_ref6", "_ref7", "_humanReadableVariantMap_props_variant", "_ref8", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "xSXipBecA", "g5p44N4K3", "Cyx8S8tlv", "rs9L4NG_H", "jgyLvEFyC", "iHGLqAYvk", "Jj6k9eKhZ", "tDj8zzUeG", "igR9fAOu0", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "Image2", "getLoadingLazyAtYPosition", "css", "FramerptuWJBq_n", "withCSS", "ptuWJBq_n_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "css", "FramerNvbzJc_q_", "withCSS", "NvbzJc_q_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "PhosphorFonts", "getFonts", "Icon", "ServiceCardInteractionBarChartFonts", "NvbzJc_q_default", "MotionDivWithFX", "withFX", "motion", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toDateString", "value", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "animation", "transition2", "animation1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "description", "height", "id", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "ZaY7cCnVG", "GRygJXMxc", "nJ41mIjKEptuWJBq_n", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "activeLocaleCode", "useLocaleCode", "textContent", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "ComponentViewportProvider", "Image2", "getLoadingLazyAtYPosition", "css", "FramerqUDnQqkBz", "withCSS", "qUDnQqkBz_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "NavigationFonts", "getFonts", "YmIZ4WuNk_default", "ParticlesFonts", "ParticleWrapper", "MotionDivWithOptimizedAppearEffect", "withOptimizedAppearEffect", "motion", "HeadlineHTMLFonts", "cq2bHvtQe_default", "RichTextWithFX", "withFX", "RichText2", "ButtonsPrimaryFonts", "fxTcLphDv_default", "ButtonsSecondryFonts", "vABLfY2Qo_default", "MotionDivWithFX", "UnserePartnerFonts", "ATNsf4v2A_default", "PhosphorFonts", "Icon", "RichTextWithOptimizedAppearEffect", "ServiceCardsWorkflowAutomationFonts", "eWCV_MazW_default", "ServiceCardsGPTDevelopmentFonts", "g18z8BVPj_default", "ServiceCardsBusinessConsultingFonts", "qUDnQqkBz_default", "ServiceCardsStrategyDevelopmentFonts", "EujNNCgIC_default", "CardsProjectFonts", "ptuWJBq_n_default", "ContainerWithFX", "Container", "TestimonialsTickerFonts", "ca8CfB077_default", "ButtonsIconFonts", "KagMRysR8_default", "ContactFormFonts", "c2vDGllnk_default", "FAQsSectionFonts", "LKiFl9RBI_default", "FooterFonts", "VV8E6xG2F_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "animation2", "transition2", "animation3", "transition3", "animation4", "transition4", "animation5", "animation6", "transition5", "animation7", "transition6", "animation8", "animation9", "toDateString", "value", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "transition7", "animation10", "transition8", "animation11", "transition9", "animation12", "addImageAlt", "image", "alt", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "nJ41mIjKEptuWJBq_n", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "ref1", "pe", "elementId", "useRouteElementId", "ref2", "isDisplayed", "isDisplayed1", "router", "useRouter", "elementId1", "ref3", "activeLocaleCode", "useLocaleCode", "textContent", "elementId2", "ref4", "elementId3", "ref5", "elementId4", "ref6", "elementId5", "ref7", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "cx", "PropertyOverrides2", "ComponentViewportProvider", "Image2", "getLoadingLazyAtYPosition", "x", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "Link", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
