{
  "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/DAWxXDGdC5RJUOPfOsh5/Ticker.js", "ssg:https://framerusercontent.com/modules/25AUMqTRTbj9b014gvfu/kBBLC70zB8TmC6Y7GFt3/dn5mXzRru.js", "ssg:https://framerusercontent.com/modules/NYwKBA9HdxG1DekCvfGm/OjO0c9mChwlAnyzBmMn3/QrjSag1ki.js", "ssg:https://framerusercontent.com/modules/zJ7BJrIOcQxivG1u7Kuh/Wpwd8SokisltqZa0akYk/RGDrBOASA.js", "ssg:https://framerusercontent.com/modules/WYMYdQ5eCLJCUqZV1VR9/4WgXvo8hEwkbEegPxShC/VgsDjDUep.js", "ssg:https://framerusercontent.com/modules/7LYXt7QtjfGAncYasw8L/OXVFCWY2ni7v4YebKMt6/Wu2VThpeN.js", "ssg:https://framerusercontent.com/modules/Ze7GuvvGqxsB7ZK48auu/4VU0rp9MpDBuoOd01Aw8/KVEcmD9HH.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}from\"framer-motion\";import{resize}from\"@motionone/dom\";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;const numChildren=Children.count(slots);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 = 10\nduplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;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(()=>{measure();return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){measure();}initialResize.current=false;});},[]);}clonedChildren=Children.map(slots,(child,index)=>{var ref,ref1,ref2,ref3;let ref4;if(index===0){ref4=childrenRef[0];}if(index===slots.length-1){ref4=childrenRef[1];}const size={width:widthType?(ref=child.props)===null||ref===void 0?void 0:ref.width:\"100%\",height:heightType?(ref1=child.props)===null||ref1===void 0?void 0:ref1.height:\"100%\"};return /*#__PURE__*/ _jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/ _jsx(\"li\",{ref:ref4,style:size,children:/*#__PURE__*/ cloneElement(child,{style:{...(ref2=child.props)===null||ref2===void 0?void 0:ref2.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(ref3=child.props)===null||ref3===void 0?void 0:ref3.children)})});});}if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=[...dupedChildren,...Children.map(slots,(child,childIndex)=>{var ref,ref1,ref2,ref3,ref4,ref5;const size={width:widthType?(ref=child.props)===null||ref===void 0?void 0:ref.width:\"100%\",height:heightType?(ref1=child.props)===null||ref1===void 0?void 0:ref1.height:\"100%\"};return /*#__PURE__*/ _jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/ _jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/ cloneElement(child,{key:i+\" \"+childIndex,style:{...(ref2=child.props)===null||ref2===void 0?void 0:ref2.style,width:widthType?(ref3=child.props)===null||ref3===void 0?void 0:ref3.width:\"100%\",height:heightType?(ref4=child.props)===null||ref4===void 0?void 0:ref4.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},(ref5=child.props)===null||ref5===void 0?void 0:ref5.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]);}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,transform:supportsAcceleratedAnimations?undefined:transform,willChange:isCanvas?\"auto\":\"transform\"},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){animationRef.current.updatePlaybackRate(hoverFactor);}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){animationRef.current.updatePlaybackRate(1);}},children:[clonedChildren,dupedChildren]})});};/* Default Properties */ Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */ addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\",],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */ const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */ const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */ const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerDisableUnlink\":\"*\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "// Generated by Framer (4f5e97b)\nimport{jsx as C}from\"react/jsx-runtime\";import{addFonts as e,cx as r,SVG as t,useLocaleInfo as o,useVariantState as a,withCSS as i}from\"framer\";import{LayoutGroup as n,motion as s,MotionConfigContext as l}from\"framer-motion\";import*as d from\"react\";let u=[\"sv73NUHCE\"],f=\"framer-TKXOu\",p={sv73NUHCE:\"framer-v-2f8x3e\"};function m(C,...e){let r={};return null==e||e.forEach(e=>e&&Object.assign(r,C[e])),r;}let c={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}},h=({value:e,children:r})=>{let t=d.useContext(l),o=null!=e?e:t.transition,a=d.useMemo(()=>({...t,transition:o}),[JSON.stringify(o)]);return /*#__PURE__*/C(l.Provider,{value:a,children:r});},v=({height:C,id:e,width:r,...t})=>({...t}),y=(C,e)=>e.join(\"-\")+C.layoutDependency,b=/*#__PURE__*/d.forwardRef(function(e,i){let{activeLocale:l}=o(),{style:f,className:m,layoutId:b,variant:w,...g}=v(e),{baseVariant:x,classNames:L,gestureVariant:T,setGestureState:N,setVariant:O,transition:H,variants:E}=a({cycleOrder:u,defaultVariant:\"sv73NUHCE\",transitions:c,variant:w,variantClassNames:p}),K=y(e,E),X=d.useRef(null),k=d.useId();return /*#__PURE__*/C(n,{id:null!=b?b:k,children:/*#__PURE__*/C(s.div,{initial:w,animate:E,onHoverStart:()=>N({isHovered:!0}),onHoverEnd:()=>N({isHovered:!1}),onTapStart:()=>N({isPressed:!0}),onTap:()=>N({isPressed:!1}),onTapCancel:()=>N({isPressed:!1}),className:r(\"framer-TKXOu\",...[],L),style:{display:\"contents\"},children:/*#__PURE__*/C(h,{value:H,children:/*#__PURE__*/C(s.div,{...g,className:r(\"framer-2f8x3e\",m),\"data-framer-name\":\"Variant 1\",layoutDependency:K,layoutId:\"sv73NUHCE\",ref:null!=i?i:X,style:{backgroundColor:\"rgb(255, 255, 255)\",...f},children:/*#__PURE__*/C(t,{className:\"framer-uu5yby\",\"data-framer-name\":\"Volkswagen_Grey\",layout:\"position\",layoutDependency:K,layoutId:\"DirbxoVWn\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 60 60\"><path d=\"M 28.786 0 L 30.939 0 C 35.351 0.217 39.74 1.376 43.648 3.477 C 50.418 7.063 55.66 13.425 57.945 20.766 C 58.558 22.722 58.967 24.75 59.147 26.802 C 59.328 28.408 59.22 30.026 59.232 31.632 C 58.955 36.159 57.62 40.626 55.348 44.562 C 53.147 48.389 50.081 51.721 46.45 54.221 C 41.893 57.36 36.446 59.146 30.926 59.4 L 28.486 59.4 C 27.247 59.315 25.997 59.207 24.77 58.99 C 18.626 57.963 12.818 54.921 8.489 50.405 C 3.439 45.238 0.349 38.151 0.144 30.907 C 0.024 30.026 0.084 29.133 0.156 28.251 C 0.132 27.43 0.289 26.633 0.325 25.825 L 0.385 25.752 C 1.335 17.723 5.88 10.262 12.409 5.566 C 17.159 2.125 22.942 0.181 28.786 0 M 27.031 2.873 C 26.718 2.946 26.393 2.97 26.081 2.994 C 25.6 3.091 25.119 3.139 24.65 3.248 C 24.457 3.296 24.253 3.332 24.061 3.368 C 23.904 3.417 23.736 3.441 23.568 3.489 C 23.099 3.61 22.618 3.731 22.149 3.9 C 22.077 3.912 21.944 3.948 21.884 3.96 C 21.764 4.008 21.644 4.057 21.523 4.093 L 21.163 4.201 C 21.103 4.238 21.043 4.286 20.97 4.322 C 21.079 4.527 21.175 4.745 21.271 4.962 C 21.403 5.276 21.548 5.59 21.692 5.904 C 21.872 6.314 22.053 6.725 22.221 7.135 C 22.389 7.497 22.546 7.86 22.702 8.222 C 23.014 8.898 23.303 9.574 23.604 10.25 C 25.095 13.643 26.622 17.023 28.125 20.416 C 28.281 20.778 28.449 21.14 28.606 21.502 C 28.762 21.865 28.93 22.227 29.087 22.589 C 29.255 22.963 29.375 23.398 29.712 23.663 C 30.013 23.41 30.145 23.036 30.277 22.685 C 30.458 22.299 30.626 21.901 30.806 21.502 C 32.43 17.832 34.077 14.162 35.7 10.492 C 35.856 10.129 36.025 9.767 36.181 9.405 C 36.337 9.043 36.506 8.681 36.662 8.318 C 36.818 7.956 36.987 7.594 37.143 7.232 C 37.311 6.833 37.492 6.447 37.66 6.049 C 37.816 5.686 37.985 5.324 38.141 4.962 C 38.237 4.745 38.345 4.515 38.454 4.298 C 38.273 4.226 38.093 4.141 37.901 4.081 C 37.78 4.045 37.66 3.996 37.54 3.96 C 37.48 3.948 37.335 3.912 37.275 3.888 C 36.806 3.719 36.337 3.622 35.856 3.477 C 35.496 3.405 35.135 3.32 34.774 3.236 C 34.293 3.163 33.812 3.091 33.331 2.994 C 33.007 2.97 32.682 2.946 32.369 2.873 C 31.768 2.813 31.167 2.849 30.566 2.753 C 29.387 2.68 28.209 2.825 27.031 2.873 M 16.413 6.326 C 12.722 8.487 9.583 11.542 7.227 15.116 C 7.287 15.405 7.431 15.671 7.563 15.937 C 7.744 16.287 7.912 16.649 8.08 17.011 C 8.285 17.41 8.477 17.82 8.682 18.218 C 10.774 22.492 12.926 26.754 15.006 31.028 C 15.066 31.137 15.127 31.257 15.175 31.366 C 15.415 31.849 15.656 32.332 15.884 32.827 C 17.531 36.159 19.179 39.479 20.826 42.799 C 20.898 43.005 21.067 43.089 21.283 43.089 C 21.463 42.751 21.632 42.389 21.788 42.027 C 21.92 41.689 22.065 41.363 22.209 41.037 C 22.341 40.723 22.473 40.409 22.618 40.095 C 22.762 39.769 22.906 39.443 23.039 39.105 C 23.183 38.791 23.315 38.477 23.447 38.163 C 24.493 35.749 25.552 33.334 26.61 30.919 C 26.718 30.654 26.983 30.461 27.283 30.497 L 32.093 30.497 C 32.405 30.461 32.67 30.69 32.778 30.968 C 33.824 33.37 34.882 35.761 35.917 38.163 C 36.049 38.477 36.193 38.791 36.337 39.105 C 36.47 39.443 36.626 39.769 36.758 40.095 C 36.891 40.409 37.023 40.723 37.167 41.037 C 37.48 41.701 37.72 42.413 38.081 43.053 L 38.37 43.065 C 39.704 40.493 40.955 37.886 42.253 35.302 C 45.139 29.434 48.037 23.591 50.935 17.723 C 51.163 17.301 51.344 16.854 51.572 16.432 C 51.777 16.021 51.945 15.574 52.221 15.2 C 51.981 14.898 51.777 14.572 51.56 14.258 C 49.288 11.047 46.342 8.318 42.975 6.326 C 42.855 6.242 42.71 6.194 42.566 6.157 C 41.075 9.453 39.596 12.761 38.117 16.069 C 37.925 16.516 37.72 16.951 37.528 17.385 C 37.384 17.699 37.251 18.013 37.095 18.327 L 36.554 19.559 C 36.373 19.945 36.193 20.343 36.025 20.742 C 35.003 23.024 33.981 25.305 32.959 27.575 C 32.85 27.817 32.754 28.082 32.598 28.287 C 32.405 28.493 32.093 28.481 31.84 28.493 L 27.379 28.493 C 27.067 28.505 26.718 28.396 26.61 28.058 C 25.504 25.619 24.409 23.18 23.315 20.73 C 23.147 20.331 22.966 19.945 22.786 19.546 L 22.245 18.315 C 22.065 17.917 21.896 17.518 21.716 17.132 C 20.093 13.45 18.409 9.791 16.798 6.109 C 16.69 6.194 16.545 6.254 16.413 6.326 M 54.747 20.295 C 54.206 21.478 53.604 22.625 53.039 23.784 C 52.871 24.11 52.714 24.424 52.558 24.75 C 52.402 25.076 52.246 25.39 52.089 25.716 C 52.029 25.825 51.969 25.945 51.909 26.066 C 51.849 26.187 51.789 26.32 51.741 26.44 C 51.704 26.501 51.644 26.633 51.62 26.694 C 51.56 26.802 51.5 26.923 51.44 27.044 C 51.344 27.261 51.248 27.466 51.139 27.672 C 49.179 31.656 47.183 35.616 45.223 39.612 C 45.199 39.672 45.139 39.793 45.103 39.854 C 45.019 40.01 44.947 40.18 44.863 40.336 C 44.778 40.493 44.706 40.662 44.622 40.819 C 44.538 40.976 44.466 41.133 44.382 41.302 C 44.358 41.363 44.297 41.483 44.261 41.544 C 44.201 41.652 44.141 41.773 44.081 41.882 C 43.889 42.292 43.684 42.691 43.492 43.089 C 42.025 46.107 40.522 49.102 39.019 52.096 C 38.814 52.603 38.153 52.88 37.672 52.567 C 37.179 52.216 37.059 51.577 36.806 51.057 C 36.626 50.671 36.446 50.273 36.277 49.874 C 34.498 45.842 32.694 41.809 30.902 37.777 C 30.746 37.415 30.578 37.053 30.421 36.69 C 30.265 36.328 30.085 35.966 29.953 35.592 C 29.844 35.447 29.664 35.338 29.496 35.459 C 29.243 35.894 29.075 36.376 28.87 36.835 C 27.067 40.904 25.239 44.96 23.447 49.041 C 23.303 49.355 23.159 49.669 23.027 49.983 C 22.858 50.393 22.666 50.804 22.497 51.214 C 22.329 51.577 22.197 51.951 21.98 52.289 C 21.752 52.627 21.283 52.808 20.886 52.651 C 20.598 52.555 20.417 52.277 20.285 52.023 C 18.794 49.005 17.291 46.011 15.812 42.993 C 15.74 42.836 15.656 42.667 15.583 42.51 C 15.427 42.184 15.271 41.858 15.103 41.544 C 15.078 41.483 15.018 41.363 14.982 41.302 C 14.91 41.145 14.826 40.988 14.742 40.819 C 14.658 40.662 14.585 40.493 14.501 40.336 C 14.441 40.204 14.381 40.071 14.321 39.95 L 14.032 39.371 L 13.672 38.646 C 11.724 34.65 9.704 30.69 7.756 26.694 C 7.732 26.633 7.671 26.513 7.635 26.452 C 7.503 26.163 7.359 25.885 7.215 25.595 C 7.07 25.317 6.938 25.04 6.794 24.762 C 6.734 24.629 6.686 24.509 6.625 24.376 C 6.565 24.267 6.505 24.146 6.445 24.038 C 5.844 22.806 5.243 21.587 4.629 20.355 C 4.401 20.73 4.305 21.164 4.16 21.575 C 1.996 28.263 2.657 35.797 5.916 42.015 C 5.928 42.051 5.952 42.111 5.964 42.147 C 6.277 42.691 6.565 43.234 6.89 43.765 C 9.8 48.534 14.225 52.361 19.347 54.559 C 19.551 54.643 19.744 54.728 19.948 54.8 C 20.093 54.86 20.249 54.921 20.393 54.981 C 20.562 55.042 20.742 55.102 20.91 55.162 C 21.03 55.211 21.151 55.247 21.271 55.295 C 21.391 55.331 21.511 55.368 21.632 55.416 C 21.944 55.512 22.257 55.597 22.558 55.694 C 23.039 55.826 23.52 55.935 24 56.056 C 24.205 56.092 24.397 56.128 24.602 56.176 C 24.806 56.213 25.011 56.249 25.203 56.297 C 26.165 56.418 27.127 56.599 28.113 56.599 C 29.111 56.708 30.109 56.72 31.107 56.611 C 32.117 56.587 33.127 56.454 34.125 56.297 C 34.329 56.249 34.534 56.213 34.726 56.176 C 34.919 56.128 35.123 56.092 35.327 56.056 C 35.808 55.935 36.289 55.826 36.77 55.694 C 37.083 55.597 37.384 55.512 37.696 55.416 C 37.816 55.368 37.937 55.331 38.069 55.283 C 38.129 55.271 38.261 55.235 38.321 55.211 C 38.682 55.078 39.043 54.945 39.392 54.8 C 39.596 54.716 39.788 54.631 39.993 54.559 C 42.939 53.303 45.644 51.492 47.977 49.283 C 51.248 46.216 53.688 42.292 55.107 38.03 C 57.007 32.308 56.935 25.921 54.747 20.295 Z\" fill=\"rgb(140,135,133)\"></path></svg>',svgContentId:776139695,withExternalLayout:!0})})})})});}),w=['.framer-TKXOu [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-TKXOu .framer-wty7j1 { display: block; }\",\".framer-TKXOu .framer-2f8x3e { height: 100px; overflow: hidden; position: relative; width: 100px; }\",\".framer-TKXOu .framer-uu5yby { flex: none; height: 60px; left: calc(50.00000000000002% - 60px / 2); position: absolute; top: calc(50.00000000000002% - 60px / 2); width: 60px; }\"],g=i(b,w,\"framer-TKXOu\");export default g;g.displayName=\"Logos/Volkswagen_Grey\",g.defaultProps={height:100,width:100},e(g,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerdn5mXzRru\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"100\",\"framerIntrinsicHeight\":\"100\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./dn5mXzRru.map", "// Generated by Framer (8184e1b)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useActiveVariantCallback,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as localizedValues from\"./QrjSag1ki-0.js\";const cycleOrder=[\"dWvBlpKfD\"];const serializationHash=\"framer-qvj6K\";const variantClassNames={dWvBlpKfD:\"framer-v-v3ii2i\"};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 transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const valuesByLocaleId={lMipNK6SL:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const getProps=({height,id,tap,width,...props})=>{return{...props,vnxk71zYq:tap!==null&&tap!==void 0?tap:props.vnxk71zYq};};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,vnxk71zYq,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"dWvBlpKfD\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap69sd52=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(vnxk71zYq){const res=await vnxk71zYq(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(motion.div,{...restProps,animate:variants,className:cx(serializationHash,...sharedStyleClassNames,\"framer-v3ii2i\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,initial:variant,layoutDependency:layoutDependency,layoutId:\"dWvBlpKfD\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:onTap69sd52,onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(255, 255, 255)\",...style},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1blnj2h\",\"data-framer-name\":\"Mercedes_Benz_Logo_Grey\",fill:\"black\",intrinsicHeight:1099,intrinsicWidth:1530,layoutDependency:layoutDependency,layoutId:\"S9dsgC8Pg\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1530 1099\" style=\"enable-background:new 0 0 1530 1099\" xml:space=\"preserve\"><path d=\"M1530.7 757.5H1443l-5.9 33.1h5.1c9.2-22.9 13.3-26.5 29.8-26.5h31.4l-69.1 113.7h87.7l6.6-36.7h-5.4c-7.6 23.2-14.8 30.1-32.1 30.1h-29.8l69.4-113.7zM466.4 872.3c-19.6 0-29.6-18.1-29.6-53.8 0-36.5 11.2-57.1 30.3-57.1 15.6 0 25 10.7 29.6 32.9h5.6v-42.1H498l-6.9 13c-8.2-7.9-15-10.7-26-10.7-30.1 0-50.5 26-50.5 64 0 37.2 20.1 62.2 49.7 62.2 22.9 0 37.5-14.8 40.8-42.1h-10.5c-3 22.5-12.4 33.7-28.2 33.7zm111 0c-23.2 0-33.4-17.8-33.7-57.6h76c-.5-39.3-16.6-60.2-46.7-60.2-30.6 0-49.7 24.7-49.7 64s19.1 62.2 52 62.2c25 0 41.3-15.6 44.6-41.8h-10.2c-3 21.7-14.2 33.4-32.3 33.4zm-4.6-111.2c16.6 0 25 14.3 26.5 44.4h-55.1c2.6-29.3 12.2-44.4 28.6-44.4zm833.5 98.7v-61.2c0-9.7-1.3-16.8-3.8-22.9-5.1-12.5-18.4-20.4-33.7-20.4-14.8 0-25.2 6.1-34.4 19.9-.5-9.7-1.3-16.3-2.6-22.2-10.2 3.6-18.9 5.6-33.7 7.7v4.3c1.3 0 2.6.3 3.3.3 12.8 0 14.3 1.5 14.5 12v82.6c0 11-2.5 13-18.1 13.8v5.1c13.3-1.3 18.6-1.5 27.5-1.5 9.2 0 14.3.3 27.5 1.5v-5.1c-13.3-.5-16.6-3.1-16.6-13.3v-61.7c0-20.9 9.2-31.9 26.5-31.9 16.3 0 22.9 8.9 22.9 31.1v62.5c0 10.2-3.3 12.7-17.1 13.3v5.1c13.3-1.3 18.4-1.5 27.8-1.5 9.2 0 14.3.3 27.8 1.5v-5.1c-15.2-.9-17.8-2.9-17.8-13.9zm-1234.2-4.3-2.8-125.2v-1.8c0-11.5 3.8-14 21.2-15v-6.4c-9.7.8-13.8 1-20.1 1-7.6 0-13-.3-24.5-1.3l-48.2 129-47.4-129c-9.7 1-14.8 1.3-24.2 1.3-7.1 0-11-.3-20.9-1v6.4c17.6 1 21.2 3.6 21.2 15.3v1.5L21 855.5c-.5 13.8-3.1 15.8-20.9 17.1v6.1c13.3-1 18.4-1.3 25.5-1.3 7.1 0 12.2.3 25.2 1.3v-6.1c-17.8-1.3-21.2-3.6-21.2-14.8v-2.3l5.1-132.3 41.8 113 3.1 8.9 3.6 9.9 3.6 9.9 2.8 8.2h3.8l2.8-8.4 3.3-9.7 3.6-9.4 3.1-8.4 42.1-113.7 2.3 132.1v1.3c0 12-3.8 14.8-21.2 15.8v6.1c16.1-1.5 22.2-2 31.9-2s15.8.5 31.9 2v-6.1c-18.5-1.4-20.8-3.5-21.1-17.2zm87.2 16.8c-23.2 0-33.4-17.8-33.7-57.6h76c-.5-39.3-16.6-60.2-46.7-60.2-30.6 0-49.7 24.7-49.7 64s19.1 62.2 52 62.2c25 0 41.3-15.6 44.6-41.8h-10.2c-3 21.7-14.2 33.4-32.3 33.4zm-4.6-111.2c16.6 0 25 14.3 26.5 44.4h-55.1c2.6-29.3 12.3-44.4 28.6-44.4zm127.9-6.6c-13.3 0-24.2 8.4-29.8 22.9v-2.8c-.5-7.7-1-11.7-2.3-21.2-10.5 3.1-19.1 4.6-33.7 5.9v4.6h3.3c13.3.3 14.5 1.5 14.8 12.5v83.4c0 11-2.8 13-18.4 13.8v5.1c14-1.3 19.4-1.5 28.6-1.5 8.9 0 14.3.3 28.3 1.5v-5.1c-15.6-.8-18.1-2.8-18.1-13.8v-53.3c0-25.2 8.4-41.3 21.7-41.3 4.6 0 7.6 2.6 7.6 6.1v2.3l-.5 2.6c-.3 1-.5 2-.5 2.5 0 5.1 4.6 8.7 10.5 8.7 6.4 0 10.7-4.8 10.7-12.2 0-12.3-9.4-20.7-22.2-20.7zm558 57.4-10.7-4.6c-23.2-10.2-27-13.5-27-23.7 0-12 10.5-21.2 24-21.2 16.1 0 24.5 9.7 26.8 30.1h5.9V753H955l-4.3 10.5c-8.7-5.9-16.1-8.2-26-8.2-22.4 0-38.2 13.8-38.2 33.9 0 14.8 5.9 21.9 24.5 30.6l11.7 5.4 9.7 4.3c12.5 5.6 17.3 11.5 17.3 20.1 0 13-11.2 22.9-26.3 22.9-17.8 0-28.6-11.2-33.2-34.4l-5.6.3V881h4.6l6.1-11.5c9.7 7.6 18.9 10.7 30.6 10.7 24 0 41.1-15.3 41.1-36.7-.1-15.1-7-23.2-26.4-31.6zm-202.4 40.2V704.9c-12.7 3.4-24.2 5.4-38.5 7v4.3c16.1 0 18.1 1.8 18.1 15v44.6c-9.4-15.3-16.8-19.9-30.6-19.9-27.3 0-46.4 25.8-46.4 62.5s19.4 62.5 47.2 62.5c14.5 0 24.5-6.6 31.6-20.9 1 9.7 1 10.7 3.6 20.4 10.5-3.3 14.8-4.3 29.8-6.1l3.8-.5v-4.3c-17-.5-18.6-1.8-18.6-17.4zm-47.9 21.7c-18.4 0-28-19.1-28-55.6 0-37 8.9-55.1 27.3-55.1 18.9 0 28.6 19.4 28.6 56.9-.1 35.5-9.5 53.8-27.9 53.8zm461.5-78.5c-5.4-4.1-11-6.4-20.1-8.2 18.4-6.9 28-19.9 28-37.7 0-13.3-5.6-25-15.3-32.4-8.7-6.4-18.6-9.2-35.2-9.2h-67.1v6.4c18.4 1 20.9 3.1 20.9 16.8v123.7c0 13.8-2 15.6-20.9 17.1v6.1h64.5c18.9 0 29.1-2.3 39.8-8.9 12.8-8.2 21.2-23.7 21.2-39.8 0-13.8-5.9-26.3-15.8-33.9zm-67.3-79.6h21.7c21.4 0 30.9 10.5 30.9 34.2 0 11.7-2.8 20.1-8.4 26.8-5.6 6.4-12.5 8.4-26.8 8.4h-17.3v-69.4zm24.9 154.3h-9.2c-13.5 0-15.8-2-15.8-13.3V793h24.2c13.5 0 21.2 2.3 27 8.2 5.9 5.9 9.2 16.8 9.2 29.1.1 25.4-12.7 39.7-35.4 39.7zm-127.2-66.9h57v13.2h-57zm260.2 69.2c-23.2 0-33.4-17.8-33.7-57.6h76c-.5-39.3-16.6-60.2-46.7-60.2-30.6 0-49.7 24.7-49.7 64s19.1 62.2 52 62.2c25 0 41.3-15.6 44.6-41.8h-10.2c-3 21.7-14.2 33.4-32.3 33.4zm-4.6-111.2c16.6 0 25 14.3 26.5 44.4h-55.1c2.6-29.3 12.3-44.4 28.6-44.4zM820.6 872.3c-23.2 0-33.4-17.8-33.7-57.6h76c-.5-39.3-16.6-60.2-46.7-60.2-30.6 0-49.7 24.7-49.7 64s19.1 62.2 52 62.2c25 0 41.3-15.6 44.6-41.8h-10.2c-3 21.7-14.2 33.4-32.3 33.4zM816 761.1c16.6 0 25 14.3 26.5 44.4h-55.1c2.6-29.3 12.3-44.4 28.6-44.4z\" style=\"fill:#8c8785\"/><path d=\"M766.5-.8C610-.8 483 126.1 483 282.6c0 156.5 126.9 283.5 283.5 283.5S1050 439.2 1050 282.6C1050 126.1 923.1-.8 766.5-.8zm-232 150.2c47.3-82 134.4-132.9 228.9-134.1l-36.7 242.9L533 414.7c-46.5-82.4-46-183.4 1.5-265.3zm233.1 402c-94.8.5-182.6-49.2-231.1-130.7l230.1-95.3 231.1 93.8c-48 81.7-135.6 132-230.1 132.2zm37.6-290-35-246.1c94.3 1.5 180.7 52.2 227.9 133.7 47.5 81.5 48.5 181.7 3 264.1L805.2 261.4z\" style=\"fill-rule:evenodd;clip-rule:evenodd;fill:#8c8785\"/></svg>',withExternalLayout:true})})})});});const css=['.framer-qvj6K[data-border=\"true\"]::after, .framer-qvj6K [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-qvj6K.framer-ijn5, .framer-qvj6K .framer-ijn5 { display: block; }\",\".framer-qvj6K.framer-v3ii2i { cursor: pointer; height: 72px; overflow: hidden; position: relative; width: 100px; }\",\".framer-qvj6K .framer-1blnj2h { aspect-ratio: 1.3888888888888888 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 43px); left: 20px; position: absolute; right: 20px; top: 15px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 72\n * @framerIntrinsicWidth 100\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"vnxk71zYq\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerQrjSag1ki=withCSS(Component,css,\"framer-qvj6K\");export default FramerQrjSag1ki;FramerQrjSag1ki.displayName=\"Logos/Mercedes_Benz_Logo_Grey\";FramerQrjSag1ki.defaultProps={height:72,width:100};addPropertyControls(FramerQrjSag1ki,{vnxk71zYq:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerQrjSag1ki,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerQrjSag1ki\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"vnxk71zYq\\\":\\\"tap\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"100\",\"framerIntrinsicHeight\":\"72\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./QrjSag1ki.map", "// Generated by Framer (4f5e97b)\nimport{jsx as L}from\"react/jsx-runtime\";import{addFonts as r,cx as e,SVG as t,useLocaleInfo as o,useVariantState as a,withCSS as n}from\"framer\";import{LayoutGroup as i,motion as C,MotionConfigContext as s}from\"framer-motion\";import*as d from\"react\";let l=[\"QL7Sy8XoF\"],m=\"framer-tmzuE\",p={QL7Sy8XoF:\"framer-v-gnrmx\"};function f(L,...r){let e={};return null==r||r.forEach(r=>r&&Object.assign(e,L[r])),e;}let u={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}},c=({value:r,children:e})=>{let t=d.useContext(s),o=null!=r?r:t.transition,a=d.useMemo(()=>({...t,transition:o}),[JSON.stringify(o)]);return /*#__PURE__*/L(s.Provider,{value:a,children:e});},h=({height:L,id:r,width:e,...t})=>({...t}),M=(L,r)=>r.join(\"-\")+L.layoutDependency,y=/*#__PURE__*/d.forwardRef(function(r,n){let{activeLocale:s}=o(),{style:m,className:f,layoutId:y,variant:b,...g}=h(r),{baseVariant:v,classNames:x,gestureVariant:w,setGestureState:Z,setVariant:E,transition:z,variants:S}=a({cycleOrder:l,defaultVariant:\"QL7Sy8XoF\",transitions:u,variant:b,variantClassNames:p}),H=M(r,S),N=d.useRef(null),k=d.useId();return /*#__PURE__*/L(i,{id:null!=y?y:k,children:/*#__PURE__*/L(C.div,{initial:b,animate:S,onHoverStart:()=>Z({isHovered:!0}),onHoverEnd:()=>Z({isHovered:!1}),onTapStart:()=>Z({isPressed:!0}),onTap:()=>Z({isPressed:!1}),onTapCancel:()=>Z({isPressed:!1}),className:e(\"framer-tmzuE\",...[],x),style:{display:\"contents\"},children:/*#__PURE__*/L(c,{value:z,children:/*#__PURE__*/L(C.div,{...g,className:e(\"framer-gnrmx\",f),\"data-framer-name\":\"Variant 1\",layoutDependency:H,layoutId:\"QL7Sy8XoF\",ref:null!=n?n:N,style:{backgroundColor:\"rgb(255, 255, 255)\",...m},children:/*#__PURE__*/L(t,{className:\"framer-d43pb5\",\"data-framer-name\":\"Hirschmann_Logo_Stacked_Grey\",layout:\"position\",layoutDependency:H,layoutId:\"AFNnfVmzp\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 72 60\"><path d=\"M 5.625 43.444 L 5.625 46.111 L 1.012 46.111 L 1.012 43.444 L 0 43.444 L 0 50.111 L 1.012 50.111 L 1.012 47 L 5.625 47 L 5.625 50.111 L 6.638 50.111 L 6.638 43.444 Z M 8.1 43.444 L 9.113 43.444 L 9.113 50.111 L 8.1 50.111 Z M 11.7 46.444 L 11.7 44.333 L 14.512 44.333 C 15.3 44.333 15.75 44.778 15.75 45.444 C 15.75 45.889 15.525 46.556 14.512 46.556 L 11.7 46.556 Z M 10.688 50.111 L 11.7 50.111 L 11.7 47.333 L 14.287 47.333 C 15.075 47.333 15.525 47.667 15.637 48.889 C 15.637 49.667 15.637 50 15.862 50.111 L 16.875 50.111 C 16.65 49.889 16.65 49.556 16.537 48.333 C 16.537 47.556 16.2 47 15.525 46.889 C 16.312 46.667 16.65 46 16.65 45.222 C 16.65 44.444 16.2 43.444 14.85 43.444 L 10.688 43.444 Z M 18.338 48 C 18.338 49.222 19.463 49.444 20.475 49.444 C 21.488 49.444 22.275 49 22.275 48.333 C 22.275 47.778 21.825 47.444 21.038 47.333 L 19.463 47.111 C 18.675 47 17.438 46.667 17.438 45.333 C 17.438 44.111 18.45 43.333 20.138 43.333 C 21.488 43.333 22.95 43.778 22.95 45.444 L 21.938 45.444 C 21.825 44.889 21.6 44.222 19.913 44.222 C 19.238 44.222 18.338 44.556 18.338 45.333 C 18.338 45.778 18.563 46.111 19.463 46.222 L 21.15 46.444 C 21.713 46.556 23.175 46.778 23.175 48.111 C 23.175 49.778 21.6 50.333 20.25 50.333 C 18.675 50.333 17.1 49.778 17.1 48 Z M 29.7 45.889 C 29.587 45 28.8 44.222 27.45 44.222 C 25.875 44.222 24.862 45.111 24.862 47 C 24.862 48.222 25.537 49.556 27.45 49.556 C 28.575 49.556 29.587 49 29.812 47.667 L 30.825 47.667 C 30.712 49.111 29.362 50.444 27.45 50.444 C 25.762 50.444 23.962 49.556 23.962 46.889 C 23.962 44.889 25.2 43.444 27.45 43.444 C 28.8 43.444 30.712 44 30.825 46 Z M 37.462 47 L 32.85 47 L 32.85 50.111 L 31.837 50.111 L 31.837 43.444 L 32.85 43.444 L 32.85 46.111 L 37.462 46.111 L 37.462 43.444 L 38.475 43.444 L 38.475 50.111 L 37.462 50.111 Z M 46.687 43.444 L 48.15 43.444 L 48.15 50.111 L 47.137 50.111 L 47.137 44.667 L 44.437 50.111 L 43.537 50.111 L 40.95 44.667 L 40.95 50.111 L 39.938 50.111 L 39.938 43.444 L 41.4 43.444 L 43.987 49 Z M 53.663 47.333 L 51.075 47.333 L 52.313 44.333 C 52.425 44.444 53.663 47.333 53.663 47.333 Z M 54.9 50.111 L 56.025 50.111 L 52.988 43.444 L 51.863 43.444 L 48.825 50.111 L 49.95 50.111 L 50.85 48.111 L 54 48.111 C 54 48.222 54.9 50.111 54.9 50.111 Z M 57.825 44.778 L 57.825 50.111 L 56.813 50.111 L 56.813 43.444 L 57.938 43.444 L 62.325 48.778 L 62.325 43.444 L 63.337 43.444 L 63.337 50.111 L 62.1 50.111 Z M 65.813 44.778 L 65.813 50.111 L 64.8 50.111 L 64.8 43.444 L 66.038 43.444 L 70.313 48.778 L 70.313 43.444 L 71.438 43.444 L 71.438 50.111 L 70.2 50.111 Z M 4.837 56.667 L 2.362 56.667 L 3.6 53.667 Z M 6.075 59.444 L 7.2 59.444 L 4.163 52.778 L 3.038 52.778 L 0 59.444 L 1.125 59.444 L 2.025 57.444 L 5.288 57.444 Z M 8.212 52.778 L 9.225 52.778 L 9.225 57 C 9.225 58.222 10.012 58.667 11.25 58.667 C 12.487 58.667 13.275 58.111 13.275 57 L 13.275 52.778 L 14.287 52.778 L 14.287 56.889 C 14.287 58.667 13.275 59.556 11.25 59.556 C 9.225 59.556 8.212 58.667 8.212 56.889 Z M 17.775 53.667 L 15.3 53.667 L 15.3 52.778 L 21.375 52.778 L 21.375 53.667 L 18.788 53.667 L 18.788 59.444 L 17.775 59.444 Z M 28.462 56.111 C 28.462 57.889 27.225 58.778 25.65 58.778 C 24.075 58.778 22.837 57.889 22.837 56.111 C 22.837 54.333 24.075 53.444 25.65 53.444 C 27.225 53.444 28.462 54.444 28.462 56.111 M 21.938 56.111 C 21.938 57.778 22.95 59.667 25.65 59.667 C 28.35 59.667 29.363 57.889 29.363 56.111 C 29.363 54.333 28.35 52.556 25.65 52.556 C 22.95 52.556 21.938 54.444 21.938 56.111 M 37.575 52.778 L 38.925 52.778 L 38.925 59.444 L 38.025 59.444 L 38.025 54 L 37.913 54 L 35.325 59.444 L 34.425 59.444 L 31.838 54.111 L 31.838 59.444 L 30.825 59.444 L 30.825 52.778 L 32.175 52.778 L 34.875 58.333 Z M 46.8 56.111 C 46.8 57.889 45.562 58.778 43.987 58.778 C 42.412 58.778 41.175 57.889 41.175 56.111 C 41.175 54.333 42.412 53.444 43.987 53.444 C 45.562 53.444 46.8 54.444 46.8 56.111 M 40.275 56.111 C 40.275 57.778 41.288 59.667 43.988 59.667 C 46.688 59.667 47.7 57.889 47.7 56.111 C 47.7 54.333 46.688 52.556 43.988 52.556 C 41.288 52.556 40.275 54.444 40.275 56.111 M 50.962 53.667 L 48.375 53.667 L 48.375 52.778 L 54.563 52.778 L 54.563 53.667 L 51.975 53.667 L 51.975 59.444 L 50.963 59.444 Z M 55.575 52.778 L 56.588 52.778 L 56.588 59.444 L 55.575 59.444 Z M 63.45 52.778 L 64.575 52.778 L 61.65 59.444 L 60.525 59.444 L 57.487 52.778 L 58.725 52.778 L 61.087 58.444 Z M 65.475 52.778 L 70.875 52.778 L 70.875 53.667 L 66.375 53.667 L 66.375 55.556 L 70.762 55.556 L 70.762 56.444 L 66.375 56.444 L 66.375 58.667 L 70.987 58.667 L 70.987 59.444 L 65.475 59.444 Z M 35.213 0 C 25.313 0 17.325 8 17.325 17.667 C 17.325 27.333 25.313 35.333 35.213 35.333 C 45.113 35.333 53.1 27.444 53.1 17.667 C 53.1 7.889 45.113 0 35.213 0 M 19.913 17.667 C 19.913 9.778 25.988 3.333 33.75 2.556 C 30.038 7.111 27.113 12.778 25.2 19.111 C 24.638 21.111 24.188 23.111 23.85 25.111 L 23.85 25.333 C 23.738 26 23.625 26.667 23.625 27.333 C 21.375 24.889 19.913 21.444 19.913 17.667 M 26.212 29.889 L 26.212 29.222 C 26.212 26.556 26.775 23.556 27.9 20.667 C 30.037 15 33.3 12 35.325 12 C 37.35 12 40.612 15.111 42.75 20.667 C 43.875 23.556 44.437 26.556 44.437 29.222 L 44.437 29.889 C 41.85 31.778 38.7 32.889 35.325 32.889 C 31.95 32.889 28.687 31.778 26.212 29.889 M 46.913 27.556 C 46.688 25.111 46.125 22.444 45.113 19.778 C 42.75 13.556 38.813 9.444 35.213 9.444 C 33.975 9.444 32.625 10 31.388 11 C 32.963 7.889 34.988 5.222 37.125 2.778 C 44.663 3.667 50.513 10 50.513 17.778 C 50.513 21.444 49.163 24.889 46.913 27.556\" fill=\"rgb(140,135,133)\"></path></svg>',svgContentId:1328278777,withExternalLayout:!0})})})})});}),b=['.framer-tmzuE [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-tmzuE .framer-1ymd5c2 { display: block; }\",\".framer-tmzuE .framer-gnrmx { height: 82px; overflow: hidden; position: relative; width: 95px; }\",\".framer-tmzuE .framer-d43pb5 { flex: none; height: 60px; left: calc(49.473684210526336% - 72px / 2); position: absolute; top: calc(50.00000000000002% - 60px / 2); width: 72px; }\"],g=n(y,b,\"framer-tmzuE\");export default g;g.displayName=\"Logos/Hirschmann\",g.defaultProps={height:82,width:95},r(g,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerRGDrBOASA\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"82\",\"framerIntrinsicWidth\":\"95\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./RGDrBOASA.map", "// Generated by Framer (4f5e97b)\nimport{jsx as e}from\"react/jsx-runtime\";import{addFonts as r,cx as t,SVG as a,useLocaleInfo as o,useVariantState as i,withCSS as n}from\"framer\";import{LayoutGroup as l,motion as d,MotionConfigContext as s}from\"framer-motion\";import*as C from\"react\";let p=[\"quZRBBz5x\"],f=\"framer-cZqaF\",m={quZRBBz5x:\"framer-v-4ewywo\"};function u(e,...r){let t={};return null==r||r.forEach(r=>r&&Object.assign(t,e[r])),t;}let c={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}},h=({value:r,children:t})=>{let a=C.useContext(s),o=null!=r?r:a.transition,i=C.useMemo(()=>({...a,transition:o}),[JSON.stringify(o)]);return /*#__PURE__*/e(s.Provider,{value:i,children:t});},L=({height:e,id:r,width:t,...a})=>({...a}),w=(e,r)=>r.join(\"-\")+e.layoutDependency,b=/*#__PURE__*/C.forwardRef(function(r,n){let{activeLocale:s}=o(),{style:f,className:u,layoutId:b,variant:y,...v}=L(r),{baseVariant:g,classNames:x,gestureVariant:Z,setGestureState:M,setVariant:q,transition:B,variants:F}=i({cycleOrder:p,defaultVariant:\"quZRBBz5x\",transitions:c,variant:y,variantClassNames:m}),R=w(r,F),k=C.useRef(null),z=C.useId();return /*#__PURE__*/e(l,{id:null!=b?b:z,children:/*#__PURE__*/e(d.div,{initial:y,animate:F,onHoverStart:()=>M({isHovered:!0}),onHoverEnd:()=>M({isHovered:!1}),onTapStart:()=>M({isPressed:!0}),onTap:()=>M({isPressed:!1}),onTapCancel:()=>M({isPressed:!1}),className:t(\"framer-cZqaF\",...[],x),style:{display:\"contents\"},children:/*#__PURE__*/e(h,{value:B,children:/*#__PURE__*/e(d.div,{...v,className:t(\"framer-4ewywo\",u),\"data-framer-name\":\"Variant 1\",layoutDependency:R,layoutId:\"quZRBBz5x\",ref:null!=n?n:k,style:{backgroundColor:\"rgb(255, 255, 255)\",...f},children:/*#__PURE__*/e(a,{className:\"framer-10dt182\",\"data-framer-name\":\"BMW_Grey\",layout:\"position\",layoutDependency:R,layoutId:\"ddqQu0UwG\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 59 60\"><path d=\"M 29.413 57.066 C 14.957 57.066 3.179 45.219 3.179 30.679 C 3.179 16.139 14.957 4.292 29.413 4.292 C 43.869 4.292 55.647 16.139 55.647 30.679 C 55.647 45.219 43.869 57.066 29.413 57.066 Z M 29.413 4.73 C 15.196 4.73 3.614 16.38 3.614 30.679 C 3.614 44.978 15.196 56.628 29.413 56.628 C 43.63 56.628 55.212 44.978 55.212 30.679 C 55.212 16.38 43.63 4.73 29.413 4.73 Z\" fill=\"rgb(140,135,133)\"></path><path d=\"M 29.413 15.526 C 21.183 15.745 14.565 22.401 14.347 30.679 L 29.413 30.679 Z M 29.413 45.832 C 37.642 45.613 44.261 38.956 44.479 30.679 L 29.413 30.679 Z M 14.195 15.591 C 14.26 15.35 14.195 15.066 14.021 14.869 C 13.803 14.628 13.433 14.54 13.128 14.672 C 12.91 14.781 12.78 14.978 12.627 15.153 C 12.061 15.854 11.517 16.555 10.951 17.255 C 10.929 17.255 10.82 17.409 10.82 17.409 C 10.951 17.518 11.06 17.606 11.169 17.693 C 11.473 17.934 11.756 18.175 12.061 18.416 C 12.366 18.044 12.649 17.672 12.954 17.277 C 13.237 16.927 13.542 16.555 13.825 16.182 C 13.955 15.985 14.13 15.832 14.195 15.591 Z\" fill=\"rgb(140,135,133)\"></path><path d=\"M 29.413 5.146 C 15.392 5.146 4.028 16.577 4.028 30.679 C 4.028 44.781 15.392 56.212 29.413 56.212 C 43.434 56.212 54.798 44.781 54.798 30.679 C 54.798 16.577 43.434 5.146 29.413 5.146 Z M 25.298 6.745 L 27.693 6.46 L 29.413 11.518 L 31.133 6.46 L 33.506 6.745 L 33.767 13.927 L 31.917 13.642 L 31.742 8.869 L 30.066 13.642 L 28.738 13.642 L 27.062 8.869 L 26.887 13.642 L 25.037 13.927 Z M 11.452 20.343 C 10.733 19.752 9.993 19.182 9.275 18.591 C 9.1 18.438 8.904 18.285 8.708 18.131 C 8.708 18.109 8.643 18.066 8.643 18.066 C 8.665 18.022 8.687 17.978 8.73 17.934 C 9.231 17.321 9.71 16.686 10.211 16.073 C 10.777 15.35 11.365 14.628 11.931 13.905 C 12.039 13.774 12.148 13.62 12.257 13.489 C 12.453 13.248 12.714 13.051 12.997 12.942 C 13.629 12.701 14.325 12.854 14.804 13.314 C 15.044 13.533 15.218 13.839 15.283 14.146 C 15.37 14.474 15.327 14.803 15.24 15.109 C 15.283 15.066 15.327 15.022 15.37 15 C 15.937 14.606 16.655 14.496 17.286 14.781 C 17.918 15.066 18.331 15.635 18.418 16.314 C 18.44 16.577 18.44 16.839 18.353 17.102 C 18.201 17.584 17.874 17.956 17.569 18.328 L 15.806 20.562 C 15.305 21.175 14.826 21.81 14.325 22.423 C 14.282 22.467 14.26 22.511 14.217 22.555 C 14.195 22.555 14.151 22.511 14.151 22.511 C 13.977 22.358 13.781 22.226 13.607 22.073 C 12.889 21.504 12.17 20.912 11.452 20.343 Z M 29.5 46.642 C 20.726 46.642 13.629 39.504 13.629 30.679 C 13.629 21.854 20.726 14.715 29.5 14.715 C 38.274 14.715 45.371 21.854 45.371 30.679 C 45.371 39.504 38.252 46.642 29.5 46.642 Z M 44.522 22.423 L 43.608 20.847 L 46.743 16.708 L 42.04 18.876 L 40.712 17.65 L 45.023 11.978 L 46.329 13.204 L 43.869 16.489 L 47.831 14.65 L 48.985 16.117 L 46.329 19.599 L 50.052 17.891 L 50.966 19.445 Z\" fill=\"rgb(140,135,133)\"></path><path d=\"M 14.347 20.234 L 15.915 18.263 C 16.111 18.044 16.285 17.803 16.481 17.562 C 16.655 17.321 16.699 16.993 16.611 16.708 C 16.481 16.401 16.198 16.226 15.871 16.226 C 15.588 16.248 15.392 16.401 15.218 16.599 C 14.979 16.883 14.761 17.168 14.521 17.453 C 14.042 18.044 13.585 18.635 13.106 19.226 C 13.368 19.423 13.607 19.62 13.846 19.818 C 13.977 19.949 14.13 20.058 14.26 20.168 C 14.304 20.19 14.325 20.212 14.347 20.234 Z\" fill=\"rgb(140,135,133)\"></path></svg>',svgContentId:2589462492,withExternalLayout:!0})})})})});}),y=['.framer-cZqaF [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-cZqaF .framer-18pl6xk { display: block; }\",\".framer-cZqaF .framer-4ewywo { height: 101px; overflow: hidden; position: relative; width: 100px; }\",\".framer-cZqaF .framer-10dt182 { flex: none; height: 60px; left: calc(50.00000000000002% - 59px / 2); position: absolute; top: calc(50.495049504950515% - 60px / 2); width: 59px; }\"],v=n(b,y,\"framer-cZqaF\");export default v;v.displayName=\"Logos/BMW\",v.defaultProps={height:101,width:100},r(v,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerVgsDjDUep\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"101\",\"framerIntrinsicWidth\":\"100\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./VgsDjDUep.map", "// Generated by Framer (4f5e97b)\nimport{jsx as r}from\"react/jsx-runtime\";import{addFonts as e,cx as t,SVG as C,useLocaleInfo as o,useVariantState as a,withCSS as i}from\"framer\";import{LayoutGroup as s,motion as n,MotionConfigContext as d}from\"framer-motion\";import*as l from\"react\";let p=[\"VpiUPcw_E\"],f=\"framer-YHsQY\",m={VpiUPcw_E:\"framer-v-mbtdfs\"};function u(r,...e){let t={};return null==e||e.forEach(e=>e&&Object.assign(t,r[e])),t;}let c={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}},h=({value:e,children:t})=>{let C=l.useContext(d),o=null!=e?e:C.transition,a=l.useMemo(()=>({...C,transition:o}),[JSON.stringify(o)]);return /*#__PURE__*/r(d.Provider,{value:a,children:t});},b=({height:r,id:e,width:t,...C})=>({...C}),w=(r,e)=>e.join(\"-\")+r.layoutDependency,g=/*#__PURE__*/l.forwardRef(function(e,i){let{activeLocale:d}=o(),{style:f,className:u,layoutId:g,variant:v,...y}=b(e),{baseVariant:x,classNames:Y,gestureVariant:H,setGestureState:L,setVariant:P,transition:_,variants:E}=a({cycleOrder:p,defaultVariant:\"VpiUPcw_E\",transitions:c,variant:v,variantClassNames:m}),Q=w(e,E),k=l.useRef(null),M=l.useId();return /*#__PURE__*/r(s,{id:null!=g?g:M,children:/*#__PURE__*/r(n.div,{initial:v,animate:E,onHoverStart:()=>L({isHovered:!0}),onHoverEnd:()=>L({isHovered:!1}),onTapStart:()=>L({isPressed:!0}),onTap:()=>L({isPressed:!1}),onTapCancel:()=>L({isPressed:!1}),className:t(\"framer-YHsQY\",...[],Y),style:{display:\"contents\"},children:/*#__PURE__*/r(h,{value:_,children:/*#__PURE__*/r(n.div,{...y,className:t(\"framer-mbtdfs\",u),\"data-framer-name\":\"Variant 1\",layoutDependency:Q,layoutId:\"VpiUPcw_E\",ref:null!=i?i:k,style:{backgroundColor:\"rgb(255, 255, 255)\",...f},children:/*#__PURE__*/r(C,{className:\"framer-1wk4ld1\",\"data-framer-name\":\"Ford_Logo_Grey\",layout:\"position\",layoutDependency:Q,layoutId:\"ALJBy_6yo\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 60 24\"><g id=\"ss1549242194_1\"><path d=\"M 45.2 1.886 C 45.2 2.971 41.314 5.086 38.057 5.086 C 32.971 5.086 27.657 2.629 25.2 2.114 C 22.514 1.486 20.114 0.971 18.229 0.971 C 11.6 0.971 8.629 3.829 8.743 6.457 C 8.8 7.543 9.657 8.229 10.971 7.943 C 12.343 7.714 14.286 6.4 14.743 5.257 C 14.857 5.029 15.143 4.971 15.2 5.029 C 15.429 5.2 15.314 5.429 15.314 5.429 C 15.143 6.743 13.086 10.514 9.486 10.514 C 7.486 10.514 6.114 8.629 6.171 6.8 C 6.286 3.429 9.771 0 18.343 0 C 19.943 0 21.771 0.114 23.771 0.457 C 26.057 0.857 31.829 1.829 36.514 1.886 C 38.229 1.886 40.457 1.943 42.229 1.657 C 44.114 1.371 43.714 1.257 44.457 1.257 C 45.2 1.314 45.2 1.6 45.2 1.886 Z M 58.343 17.771 C 58.229 17.771 57.943 18.057 57.829 18.229 C 57.143 18.914 54.457 21.714 52.971 21.829 C 53.257 21.829 52.457 22 52.4 21.371 C 52.343 20.971 52.686 20.457 52.857 20.171 L 60.229 7.086 L 57.486 7.086 L 53.029 14.571 C 52.686 13.886 52.171 12.286 50.114 12.229 C 46.743 12.171 45.429 14.514 43.086 16.686 C 42.4 17.314 41.543 18.114 39.657 18.114 C 38.571 18.114 37.714 17.2 37.886 16.057 C 38 15.143 38.343 14.686 38.971 14.457 C 39.257 15.371 39.886 15.829 40.857 15.829 C 42 15.771 42.629 14.743 42.686 13.886 C 42.686 13.143 42.229 12.171 40.8 12.114 C 39.543 12.057 38.571 12.629 37.2 14.229 C 37.2 14.229 37.543 11.886 34.971 11.943 C 34.686 11.943 34.4 11.943 34.114 12.057 C 32.686 12.514 30.857 14.8 29.429 16.514 C 29.486 16.171 29.486 15.829 29.486 15.486 C 29.486 14.457 29.086 13.2 28.4 12.514 C 28.286 12.4 28.114 12.4 28 12.4 C 27.543 12.4 27.143 12.8 27.143 13.371 C 27.486 13.714 27.943 14.571 27.943 15.429 C 27.943 16.286 27.714 17.771 27.371 18.343 C 26.057 20.571 24.4 22.057 22.4 21.714 C 21.314 21.486 20.629 20.457 20.8 18.857 C 20.914 17.943 21.486 16.743 21.943 15.943 C 22.8 14.8 24.229 13.543 26.286 13.257 C 26.286 13.257 26.4 12.857 26.114 12.629 C 26 12.457 25.886 12.229 25.371 12.229 C 22.457 12.343 20.629 14.457 19.6 16.514 C 19.2 17.257 18.686 18.286 18.343 18.914 C 18.343 18.914 18.057 19.657 16.8 20.629 C 16.171 21.143 15.943 21.314 15.829 21.314 C 15.886 21.543 16.057 21.886 16.343 22.171 C 16.457 22.229 16.8 22.057 16.914 21.943 C 18.514 21.029 18.686 20.571 18.686 20.571 C 19.029 22.514 20.686 23.486 22.514 23.486 C 25.029 23.486 27.371 21.2 28.686 19.2 C 30.114 17.086 32 15.029 32 15.029 C 32.743 14.286 33.543 13.829 34.057 13.829 C 34.514 13.886 34.8 14.229 34.743 14.686 C 34.571 15.429 34.343 16.114 33.829 16.971 L 30.057 23.371 L 32.971 23.371 C 34.686 20.229 34.743 20.114 36.4 17.086 C 36.857 18.8 37.714 19.429 39.2 19.486 C 40.457 19.543 41.314 19.429 42.229 18.971 C 42 19.943 42.114 20.914 42.457 21.543 C 42.8 22.343 43.486 23.314 45.2 23.371 C 47.257 23.371 49.257 22.457 49.829 21.943 C 50 22.971 50.514 23.486 51.771 23.486 C 54.343 23.429 56.629 20.743 58 19.029 C 58.229 18.743 58.571 18.171 58.571 18.057 C 58.743 17.886 58.514 17.771 58.343 17.771 Z M 51.543 16.971 C 51.543 16.971 50.343 18.914 49.143 20.171 C 47.029 22.343 45.6 21.6 45.314 21.371 C 45.029 21.143 44.743 20.286 44.914 19.429 C 45.029 18.571 45.657 17.143 46.286 16.343 C 47.543 14.857 49.029 13.771 50.229 13.943 C 51.714 14.114 51.829 15.543 51.143 16.914 C 51.2 16.857 51.6 16.971 51.543 16.971 Z\" fill=\"rgb(140,135,133)\"></path><path d=\"M 27.086 7.257 C 27.086 6.686 26.686 6.171 26.057 6.057 C 24.971 5.886 24.114 6.8 24 8.286 C 24 8.686 24.114 9.086 24.114 9.086 C 24.114 9.086 21.714 9.486 19.657 9.6 C 22.229 5.314 24.571 3.771 25.257 3.143 C 25.371 3.029 25.714 2.686 25.771 2.571 C 25.886 2.229 25.6 2 25.486 2 C 24.571 2.057 20.571 5.029 17.486 9.771 C 16.686 9.886 13.371 10.171 12.286 11.371 C 12.171 11.486 12.057 11.771 12.057 11.829 C 12.114 12.114 12.343 12.229 12.629 12 C 13.314 11.2 16.114 10.914 16.743 10.857 C 12.686 16.571 8.914 20.343 5.6 20.343 C 5.257 20.343 4.914 20.4 4.514 20.286 C 3.2 20 2.4 18.571 2.4 17.314 C 2.4 15.6 4 13.829 4.971 13.429 C 5.257 13.314 5.429 13.143 5.429 12.971 C 5.429 12.743 5.314 12.629 4.914 12.629 C 1.714 13.429 0 16.057 0 18.171 C 0.057 21.714 2.743 23.657 5.714 23.657 C 9.943 23.657 12.057 21.829 18.914 10.743 C 21.657 10.457 22.971 10.286 24.343 10.057 C 24.343 10.057 24.743 11.086 25.771 11.086 C 25.943 11.143 25.886 10.971 26 10.571 C 25.543 10.514 25.029 10.229 25.029 9.829 C 25.429 9.6 25.771 9.371 26.114 9.143 C 26.629 8.743 27.029 7.886 27.086 7.257 Z M 24.914 9.086 C 24.8 8.686 24.743 8.286 24.914 7.771 C 25.029 7.257 25.371 7.029 25.886 6.914 C 26.114 6.857 26.229 7.143 26.286 7.314 C 26.343 7.714 26 8.343 25.829 8.571 C 25.257 9.086 24.914 9.086 24.914 9.086 Z\" fill=\"rgb(140,135,133)\"></path></g></svg>',svgContentId:1549242194,withExternalLayout:!0})})})})});}),v=['.framer-YHsQY [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-YHsQY .framer-1hh889 { display: block; }\",\".framer-YHsQY .framer-mbtdfs { height: 40px; overflow: hidden; position: relative; width: 100px; }\",\".framer-YHsQY .framer-1wk4ld1 { flex: none; height: 24px; left: calc(50.00000000000002% - 60px / 2); position: absolute; top: calc(50.00000000000002% - 24px / 2); width: 60px; }\"],y=i(g,v,\"framer-YHsQY\");export default y;y.displayName=\"Logos/Ford\",y.defaultProps={height:40,width:100},e(y,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerWu2VThpeN\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"40\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"100\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Wu2VThpeN.map", "// Generated by Framer (c75d380)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,Image,useActiveVariantCallback,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/DAWxXDGdC5RJUOPfOsh5/Ticker.js\";import LogosVolkswagen_Grey from\"https://framerusercontent.com/modules/25AUMqTRTbj9b014gvfu/kBBLC70zB8TmC6Y7GFt3/dn5mXzRru.js\";import*as localizedValues from\"./KVEcmD9HH-0.js\";import LogosMercedes_Benz_Logo_Grey from\"https://framerusercontent.com/modules/NYwKBA9HdxG1DekCvfGm/OjO0c9mChwlAnyzBmMn3/QrjSag1ki.js\";import LogosHirschmann from\"https://framerusercontent.com/modules/zJ7BJrIOcQxivG1u7Kuh/Wpwd8SokisltqZa0akYk/RGDrBOASA.js\";import LogosBMW from\"https://framerusercontent.com/modules/WYMYdQ5eCLJCUqZV1VR9/4WgXvo8hEwkbEegPxShC/VgsDjDUep.js\";import LogosFord from\"https://framerusercontent.com/modules/7LYXt7QtjfGAncYasw8L/OXVFCWY2ni7v4YebKMt6/Wu2VThpeN.js\";const TickerFonts=getFonts(Ticker);const LogosFordFonts=getFonts(LogosFord);const LogosVolkswagen_GreyFonts=getFonts(LogosVolkswagen_Grey);const LogosMercedes_Benz_Logo_GreyFonts=getFonts(LogosMercedes_Benz_Logo_Grey);const LogosBMWFonts=getFonts(LogosBMW);const LogosHirschmannFonts=getFonts(LogosHirschmann);const cycleOrder=[\"aA4VSNiLE\",\"K4bcmH_pf\",\"zbtJC5dGo\",\"qQe0Ogr17\",\"Bv70Eu3ZM\",\"inBtgBymU\",\"jnCh1kKID\"];const serializationHash=\"framer-l5WM4\";const variantClassNames={aA4VSNiLE:\"framer-v-zzahm0\",Bv70Eu3ZM:\"framer-v-1t8o9sa\",inBtgBymU:\"framer-v-1y7ekto\",jnCh1kKID:\"framer-v-jb906x\",K4bcmH_pf:\"framer-v-d16ut1\",qQe0Ogr17:\"framer-v-b2offf\",zbtJC5dGo:\"framer-v-ftrlcp\"};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 transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const valuesByLocaleId={lMipNK6SL:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={\"Automotive - Mobile\":\"K4bcmH_pf\",\"Healthcare Partners\":\"jnCh1kKID\",\"HOme page Mobile\":\"qQe0Ogr17\",\"Home page\":\"zbtJC5dGo\",\"O&G Customers\":\"inBtgBymU\",\"Software Ticker\":\"Bv70Eu3ZM\",Automotive:\"aA4VSNiLE\"};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:\"aA4VSNiLE\"};};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,vnxk71zYq,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"aA4VSNiLE\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1d39ik1=activeVariantCallback(async(...args)=>{if(vnxk71zYq){const res=await vnxk71zYq(...args);if(res===false)return false;}});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"jnCh1kKID\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"Bv70Eu3ZM\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"inBtgBymU\")return true;return false;};const isDisplayed3=()=>{if([\"Bv70Eu3ZM\",\"inBtgBymU\",\"jnCh1kKID\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsxs(motion.section,{...restProps,animate:variants,className:cx(serializationHash,...sharedStyleClassNames,\"framer-zzahm0\",className,classNames),\"data-framer-name\":\"Automotive\",initial:variant,layoutDependency:layoutDependency,layoutId:\"aA4VSNiLE\",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:{backgroundColor:\"var(--token-14c0db2f-420d-43e8-8ba1-38a6846f817c, rgb(255, 255, 255))\",...style},...addPropertyOverrides({Bv70Eu3ZM:{\"data-framer-name\":\"Software Ticker\"},inBtgBymU:{\"data-framer-name\":\"O&G Customers\"},jnCh1kKID:{\"data-framer-name\":\"Healthcare Partners\"},K4bcmH_pf:{\"data-framer-name\":\"Automotive - Mobile\"},qQe0Ogr17:{\"data-framer-name\":\"HOme page Mobile\"},zbtJC5dGo:{\"data-framer-name\":\"Home page\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fd8d4p-container\",layoutDependency:layoutDependency,layoutId:\"uvxRSVBj_-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:0,height:\"100%\",hoverFactor:1,id:\"uvxRSVBj_\",layoutId:\"uvxRSVBj_\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1b15lag\",\"data-framer-name\":\"Logos/Pexip\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"q8DTtm81y\",onTap:onTap1d39ik1,style:{backgroundColor:\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1080,intrinsicWidth:1080,pixelHeight:1080,pixelWidth:1080,positionX:\"center\",positionY:\"center\",sizes:\"198px\",src:\"https://framerusercontent.com/images/j2N9QMeq9LTicHTJ1kWuoEVm0U.webp\",srcSet:\"https://framerusercontent.com/images/j2N9QMeq9LTicHTJ1kWuoEVm0U.webp?scale-down-to=512 512w, https://framerusercontent.com/images/j2N9QMeq9LTicHTJ1kWuoEVm0U.webp?scale-down-to=1024 1024w, https://framerusercontent.com/images/j2N9QMeq9LTicHTJ1kWuoEVm0U.webp 1080w\"},className:\"framer-16x2syv\",layoutDependency:layoutDependency,layoutId:\"I6UtvkLWh\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lpkvur\",\"data-framer-name\":\"Logos/AMA\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Egr393ycK\",onTap:onTap1d39ik1,style:{backgroundColor:\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:162,intrinsicWidth:311,pixelHeight:162,pixelWidth:311,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/p4WOauuud7P66MfCGOwrn2toSLA.png\"},className:\"framer-o4ef5i\",layoutDependency:layoutDependency,layoutId:\"PXtYB08wX\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-put6qa\",\"data-framer-name\":\"Logos/teams\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"U6SSb1RzM\",onTap:onTap1d39ik1,style:{backgroundColor:\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:545,intrinsicWidth:2560,pixelHeight:545,pixelWidth:2560,positionX:\"center\",positionY:\"center\",sizes:\"146px\",src:\"https://framerusercontent.com/images/GDRPzD7zfsNo2wA9e8oiiGEONec.png\",srcSet:\"https://framerusercontent.com/images/GDRPzD7zfsNo2wA9e8oiiGEONec.png?scale-down-to=512 512w, https://framerusercontent.com/images/GDRPzD7zfsNo2wA9e8oiiGEONec.png?scale-down-to=1024 1024w, https://framerusercontent.com/images/GDRPzD7zfsNo2wA9e8oiiGEONec.png?scale-down-to=2048 2048w, https://framerusercontent.com/images/GDRPzD7zfsNo2wA9e8oiiGEONec.png 2560w\"},className:\"framer-4qh0e8\",layoutDependency:layoutDependency,layoutId:\"GWEmqQgiW\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1m7s1ip\",\"data-framer-name\":\"Logos/Cisco\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"hb4h_Iu8v\",onTap:onTap1d39ik1,style:{backgroundColor:\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:633,intrinsicWidth:1200,pixelHeight:633,pixelWidth:1200,positionX:\"center\",positionY:\"center\",sizes:\"117px\",src:\"https://framerusercontent.com/images/R1EWN6WnCkjyY6MY9rZfOA4rCU.png\",srcSet:\"https://framerusercontent.com/images/R1EWN6WnCkjyY6MY9rZfOA4rCU.png?scale-down-to=512 512w, https://framerusercontent.com/images/R1EWN6WnCkjyY6MY9rZfOA4rCU.png?scale-down-to=1024 1024w, https://framerusercontent.com/images/R1EWN6WnCkjyY6MY9rZfOA4rCU.png 1200w\"},className:\"framer-1usr2h3\",layoutDependency:layoutDependency,layoutId:\"oDUx5pdOh\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ow4joq\",\"data-framer-name\":\"Logos/Zoom\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"hceXFa4P5\",onTap:onTap1d39ik1,style:{backgroundColor:\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:2161,intrinsicWidth:3840,pixelHeight:2161,pixelWidth:3840,positionX:\"center\",positionY:\"center\",sizes:\"91px\",src:\"https://framerusercontent.com/images/cx8TLNXnYBtjgqAWJH5J5Bzgg.png\",srcSet:\"https://framerusercontent.com/images/cx8TLNXnYBtjgqAWJH5J5Bzgg.png?scale-down-to=512 512w, https://framerusercontent.com/images/cx8TLNXnYBtjgqAWJH5J5Bzgg.png?scale-down-to=1024 1024w, https://framerusercontent.com/images/cx8TLNXnYBtjgqAWJH5J5Bzgg.png?scale-down-to=2048 2048w, https://framerusercontent.com/images/cx8TLNXnYBtjgqAWJH5J5Bzgg.png 3840w\"},className:\"framer-98a4ri\",layoutDependency:layoutDependency,layoutId:\"ZuoPxQRYq\"})})],speed:80,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1knnq7k-container\",layoutDependency:layoutDependency,layoutId:\"mRyMswgHS-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:0,height:\"100%\",hoverFactor:1,id:\"mRyMswgHS\",layoutId:\"mRyMswgHS\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-put6qa\",\"data-framer-name\":\"Logos/teams\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"U6SSb1RzM\",onTap:onTap1d39ik1,style:{backgroundColor:\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:545,intrinsicWidth:2560,pixelHeight:545,pixelWidth:2560,positionX:\"center\",positionY:\"center\",sizes:\"146px\",src:\"https://framerusercontent.com/images/GDRPzD7zfsNo2wA9e8oiiGEONec.png\",srcSet:\"https://framerusercontent.com/images/GDRPzD7zfsNo2wA9e8oiiGEONec.png?scale-down-to=512 512w, https://framerusercontent.com/images/GDRPzD7zfsNo2wA9e8oiiGEONec.png?scale-down-to=1024 1024w, https://framerusercontent.com/images/GDRPzD7zfsNo2wA9e8oiiGEONec.png?scale-down-to=2048 2048w, https://framerusercontent.com/images/GDRPzD7zfsNo2wA9e8oiiGEONec.png 2560w\"},className:\"framer-4qh0e8\",layoutDependency:layoutDependency,layoutId:\"GWEmqQgiW\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-dwhg3l\",\"data-framer-name\":\"Logos/TeamViewer\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"zCesI9Twv\",onTap:onTap1d39ik1,style:{backgroundColor:\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:2160,intrinsicWidth:3840,pixelHeight:2160,pixelWidth:3840,positionX:\"center\",positionY:\"center\",sizes:\"182px\",src:\"https://framerusercontent.com/images/1kCxhNgcwd9iTuDkyoB9lgIpHOQ.png\",srcSet:\"https://framerusercontent.com/images/1kCxhNgcwd9iTuDkyoB9lgIpHOQ.png?scale-down-to=512 512w, https://framerusercontent.com/images/1kCxhNgcwd9iTuDkyoB9lgIpHOQ.png?scale-down-to=1024 1024w, https://framerusercontent.com/images/1kCxhNgcwd9iTuDkyoB9lgIpHOQ.png?scale-down-to=2048 2048w, https://framerusercontent.com/images/1kCxhNgcwd9iTuDkyoB9lgIpHOQ.png 3840w\"},className:\"framer-227tkd\",layoutDependency:layoutDependency,layoutId:\"ZScv7_apV\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ow4joq\",\"data-framer-name\":\"Logos/Zoom\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"hceXFa4P5\",onTap:onTap1d39ik1,style:{backgroundColor:\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:2161,intrinsicWidth:3840,pixelHeight:2161,pixelWidth:3840,positionX:\"center\",positionY:\"center\",sizes:\"91px\",src:\"https://framerusercontent.com/images/cx8TLNXnYBtjgqAWJH5J5Bzgg.png\",srcSet:\"https://framerusercontent.com/images/cx8TLNXnYBtjgqAWJH5J5Bzgg.png?scale-down-to=512 512w, https://framerusercontent.com/images/cx8TLNXnYBtjgqAWJH5J5Bzgg.png?scale-down-to=1024 1024w, https://framerusercontent.com/images/cx8TLNXnYBtjgqAWJH5J5Bzgg.png?scale-down-to=2048 2048w, https://framerusercontent.com/images/cx8TLNXnYBtjgqAWJH5J5Bzgg.png 3840w\"},className:\"framer-98a4ri\",layoutDependency:layoutDependency,layoutId:\"ZuoPxQRYq\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lpkvur\",\"data-framer-name\":\"Logos/AMA\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Egr393ycK\",onTap:onTap1d39ik1,style:{backgroundColor:\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:162,intrinsicWidth:311,pixelHeight:162,pixelWidth:311,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/p4WOauuud7P66MfCGOwrn2toSLA.png\"},className:\"framer-o4ef5i\",layoutDependency:layoutDependency,layoutId:\"PXtYB08wX\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1b15lag\",\"data-framer-name\":\"Logos/Pexip\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"q8DTtm81y\",onTap:onTap1d39ik1,style:{backgroundColor:\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1080,intrinsicWidth:1080,pixelHeight:1080,pixelWidth:1080,positionX:\"center\",positionY:\"center\",sizes:\"198px\",src:\"https://framerusercontent.com/images/j2N9QMeq9LTicHTJ1kWuoEVm0U.webp\",srcSet:\"https://framerusercontent.com/images/j2N9QMeq9LTicHTJ1kWuoEVm0U.webp?scale-down-to=512 512w, https://framerusercontent.com/images/j2N9QMeq9LTicHTJ1kWuoEVm0U.webp?scale-down-to=1024 1024w, https://framerusercontent.com/images/j2N9QMeq9LTicHTJ1kWuoEVm0U.webp 1080w\"},className:\"framer-16x2syv\",layoutDependency:layoutDependency,layoutId:\"I6UtvkLWh\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1m7s1ip\",\"data-framer-name\":\"Logos/Cisco\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"hb4h_Iu8v\",onTap:onTap1d39ik1,style:{backgroundColor:\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:633,intrinsicWidth:1200,pixelHeight:633,pixelWidth:1200,positionX:\"center\",positionY:\"center\",sizes:\"117px\",src:\"https://framerusercontent.com/images/R1EWN6WnCkjyY6MY9rZfOA4rCU.png\",srcSet:\"https://framerusercontent.com/images/R1EWN6WnCkjyY6MY9rZfOA4rCU.png?scale-down-to=512 512w, https://framerusercontent.com/images/R1EWN6WnCkjyY6MY9rZfOA4rCU.png?scale-down-to=1024 1024w, https://framerusercontent.com/images/R1EWN6WnCkjyY6MY9rZfOA4rCU.png 1200w\"},className:\"framer-1usr2h3\",layoutDependency:layoutDependency,layoutId:\"oDUx5pdOh\"})})],speed:70,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-10h9o37-container\",layoutDependency:layoutDependency,layoutId:\"UUZfHvU9a-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:0,height:\"100%\",hoverFactor:1,id:\"UUZfHvU9a\",layoutId:\"UUZfHvU9a\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-14ry338\",\"data-framer-name\":\"Logos/TotalEnergies\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"CVOj_2NPo\",onTap:onTap1d39ik1,style:{backgroundColor:\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:124,intrinsicWidth:200,pixelHeight:124,pixelWidth:200,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/shSy1iDBmkeivSd0Z56hX8wTytU.png\"},className:\"framer-kyh79o\",layoutDependency:layoutDependency,layoutId:\"c2bIgyXfz\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1a2xaxm\",\"data-framer-name\":\"Logos/Honeywell\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"N250dbAeX\",onTap:onTap1d39ik1,style:{backgroundColor:\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:124,intrinsicWidth:200,pixelHeight:124,pixelWidth:200,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/GWcL5Rgzp45aE01gLuEWevHqAYs.png\"},className:\"framer-ts28f8\",layoutDependency:layoutDependency,layoutId:\"wRO2AHfXZ\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rxlr63\",\"data-framer-name\":\"Logos/Texmark\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"YFKwzN00R\",onTap:onTap1d39ik1,style:{backgroundColor:\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:102,intrinsicWidth:319,pixelHeight:102,pixelWidth:319,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/3xT78PJwa3jPQB4YXAC9SC9Qrhk.png\"},className:\"framer-16fgr0h\",layoutDependency:layoutDependency,layoutId:\"hpNukkSRT\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-8xeapn\",\"data-framer-name\":\"Logos/Shell\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"BvkRctgvU\",onTap:onTap1d39ik1,style:{backgroundColor:\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1112,intrinsicWidth:1200,pixelHeight:1112,pixelWidth:1200,positionX:\"center\",positionY:\"center\",sizes:\"106px\",src:\"https://framerusercontent.com/images/1jkzGKE9GkuoxlrfoepcV9Bc.png\",srcSet:\"https://framerusercontent.com/images/1jkzGKE9GkuoxlrfoepcV9Bc.png?scale-down-to=512 512w, https://framerusercontent.com/images/1jkzGKE9GkuoxlrfoepcV9Bc.png?scale-down-to=1024 1024w, https://framerusercontent.com/images/1jkzGKE9GkuoxlrfoepcV9Bc.png 1200w\"},className:\"framer-1s1qbh9\",layoutDependency:layoutDependency,layoutId:\"j66LQhe8z\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1a4l8q3\",\"data-framer-name\":\"Logos/Italgas\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"twnR7PPEd\",onTap:onTap1d39ik1,style:{backgroundColor:\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:330,intrinsicWidth:628,pixelHeight:330,pixelWidth:628,positionX:\"center\",positionY:\"center\",sizes:\"106px\",src:\"https://framerusercontent.com/images/dSf3wLqA6FjcRaAqpFQhTmqMs.png\",srcSet:\"https://framerusercontent.com/images/dSf3wLqA6FjcRaAqpFQhTmqMs.png?scale-down-to=512 512w, https://framerusercontent.com/images/dSf3wLqA6FjcRaAqpFQhTmqMs.png 628w\"},className:\"framer-1seldod\",layoutDependency:layoutDependency,layoutId:\"m5Enf9Zb9\"})})],speed:80,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1aq2o22-container\",layoutDependency:layoutDependency,layoutId:\"l4r_FeLwr-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:100,height:\"100%\",hoverFactor:1,id:\"l4r_FeLwr\",layoutId:\"l4r_FeLwr\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-yzdqyr-container\",layoutDependency:layoutDependency,layoutId:\"z7x3A7x8H-container\",children:/*#__PURE__*/_jsx(LogosFord,{height:\"100%\",id:\"z7x3A7x8H\",layoutId:\"z7x3A7x8H\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ol2fie-container\",layoutDependency:layoutDependency,layoutId:\"NegHiE6LR-container\",children:/*#__PURE__*/_jsx(LogosVolkswagen_Grey,{height:\"100%\",id:\"NegHiE6LR\",layoutId:\"NegHiE6LR\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1d4egyb-container\",layoutDependency:layoutDependency,layoutId:\"dAszTKwoQ-container\",children:/*#__PURE__*/_jsx(LogosMercedes_Benz_Logo_Grey,{height:\"100%\",id:\"dAszTKwoQ\",layoutId:\"dAszTKwoQ\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-cnc1my-container\",layoutDependency:layoutDependency,layoutId:\"Kx1yx99W7-container\",children:/*#__PURE__*/_jsx(LogosBMW,{height:\"100%\",id:\"Kx1yx99W7\",layoutId:\"Kx1yx99W7\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1uqm9yo-container\",layoutDependency:layoutDependency,layoutId:\"yXQInTKZm-container\",children:/*#__PURE__*/_jsx(LogosHirschmann,{height:\"100%\",id:\"yXQInTKZm\",layoutId:\"yXQInTKZm\",style:{height:\"100%\"},width:\"100%\"})})],speed:70,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({K4bcmH_pf:{gap:50},qQe0Ogr17:{gap:50}},baseVariant,gestureVariant)})})]})})});});const css=['.framer-l5WM4[data-border=\"true\"]::after, .framer-l5WM4 [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-l5WM4.framer-12jjh5s, .framer-l5WM4 .framer-12jjh5s { display: block; }\",\".framer-l5WM4.framer-zzahm0 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 40px 0px 40px 0px; position: relative; width: 1440px; }\",\".framer-l5WM4 .framer-1fd8d4p-container { flex: none; height: 100px; position: relative; width: 1439px; }\",\".framer-l5WM4 .framer-1b15lag, .framer-l5WM4 .framer-1lpkvur, .framer-l5WM4 .framer-put6qa, .framer-l5WM4 .framer-1m7s1ip, .framer-l5WM4 .framer-1ow4joq, .framer-l5WM4 .framer-dwhg3l, .framer-l5WM4 .framer-14ry338, .framer-l5WM4 .framer-1a2xaxm, .framer-l5WM4 .framer-1rxlr63, .framer-l5WM4 .framer-8xeapn, .framer-l5WM4 .framer-1a4l8q3 { aspect-ratio: 1.725 / 1; cursor: pointer; height: var(--framer-aspect-ratio-supported, 181px); overflow: hidden; position: relative; width: 312px; }\",\".framer-l5WM4 .framer-16x2syv { flex: none; height: 137px; left: calc(50.00000000000002% - 198px / 2); position: absolute; top: calc(50.27624309392268% - 137px / 2); width: 198px; }\",\".framer-l5WM4 .framer-o4ef5i { flex: none; height: 67px; left: calc(50.00000000000002% - 110px / 2); position: absolute; top: calc(50.27624309392268% - 67px / 2); width: 110px; }\",\".framer-l5WM4 .framer-4qh0e8 { flex: none; height: 78px; left: calc(50.00000000000002% - 146px / 2); position: absolute; top: calc(50.27624309392268% - 78px / 2); width: 146px; }\",\".framer-l5WM4 .framer-1usr2h3 { flex: none; height: 69px; left: calc(50.00000000000002% - 117px / 2); position: absolute; top: calc(50.27624309392268% - 69px / 2); width: 117px; }\",\".framer-l5WM4 .framer-98a4ri { flex: none; height: 96px; left: calc(49.679487179487204% - 91px / 2); position: absolute; top: calc(50.27624309392268% - 96px / 2); width: 91px; }\",\".framer-l5WM4 .framer-1knnq7k-container { flex: none; height: 100px; position: relative; width: 1438px; }\",\".framer-l5WM4 .framer-227tkd { flex: none; height: 106px; left: calc(50.00000000000002% - 182px / 2); position: absolute; top: calc(49.72375690607737% - 106px / 2); width: 182px; }\",\".framer-l5WM4 .framer-10h9o37-container { flex: none; height: 100px; position: relative; width: 1437px; }\",\".framer-l5WM4 .framer-kyh79o, .framer-l5WM4 .framer-ts28f8, .framer-l5WM4 .framer-16fgr0h, .framer-l5WM4 .framer-1seldod { flex: none; height: 101px; left: calc(50.00000000000002% - 106px / 2); position: absolute; top: calc(50.27624309392268% - 101px / 2); width: 106px; }\",\".framer-l5WM4 .framer-1s1qbh9 { flex: none; height: 64px; left: calc(50.00000000000002% - 106px / 2); position: absolute; top: calc(50.27624309392268% - 64px / 2); width: 106px; }\",\".framer-l5WM4 .framer-1aq2o22-container { flex: none; height: 100px; position: relative; width: 100%; }\",\".framer-l5WM4 .framer-yzdqyr-container { aspect-ratio: 2.5 / 1; height: var(--framer-aspect-ratio-supported, 56px); position: relative; width: 140px; }\",\".framer-l5WM4 .framer-ol2fie-container, .framer-l5WM4 .framer-cnc1my-container { height: 100px; position: relative; width: 100px; }\",\".framer-l5WM4 .framer-1d4egyb-container { aspect-ratio: 1.725 / 1; height: var(--framer-aspect-ratio-supported, 87px); position: relative; width: 150px; }\",\".framer-l5WM4 .framer-1uqm9yo-container { height: 100px; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-l5WM4.framer-zzahm0 { gap: 0px; } .framer-l5WM4.framer-zzahm0 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-l5WM4.framer-zzahm0 > :first-child { margin-top: 0px; } .framer-l5WM4.framer-zzahm0 > :last-child { margin-bottom: 0px; } }\",\".framer-l5WM4.framer-v-d16ut1.framer-zzahm0, .framer-l5WM4.framer-v-b2offf.framer-zzahm0 { width: 600px; }\",\".framer-l5WM4.framer-v-1t8o9sa .framer-1knnq7k-container { order: 1; }\",\".framer-l5WM4.framer-v-1y7ekto.framer-zzahm0 { height: 180px; }\",\".framer-l5WM4.framer-v-1y7ekto .framer-10h9o37-container { order: 2; }\",\".framer-l5WM4.framer-v-jb906x.framer-zzahm0 { height: 182px; }\",\".framer-l5WM4.framer-v-jb906x .framer-1fd8d4p-container { order: 0; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 180\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"K4bcmH_pf\":{\"layout\":[\"fixed\",\"auto\"]},\"zbtJC5dGo\":{\"layout\":[\"fixed\",\"auto\"]},\"qQe0Ogr17\":{\"layout\":[\"fixed\",\"auto\"]},\"Bv70Eu3ZM\":{\"layout\":[\"fixed\",\"auto\"]},\"inBtgBymU\":{\"layout\":[\"fixed\",\"fixed\"]},\"jnCh1kKID\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerKVEcmD9HH=withCSS(Component,css,\"framer-l5WM4\");export default FramerKVEcmD9HH;FramerKVEcmD9HH.displayName=\"Logo Ticker\";FramerKVEcmD9HH.defaultProps={height:180,width:1440};addPropertyControls(FramerKVEcmD9HH,{variant:{options:[\"aA4VSNiLE\",\"K4bcmH_pf\",\"zbtJC5dGo\",\"qQe0Ogr17\",\"Bv70Eu3ZM\",\"inBtgBymU\",\"jnCh1kKID\"],optionTitles:[\"Automotive\",\"Automotive - Mobile\",\"Home page\",\"HOme page Mobile\",\"Software Ticker\",\"O&G Customers\",\"Healthcare Partners\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerKVEcmD9HH,[...TickerFonts,...LogosFordFonts,...LogosVolkswagen_GreyFonts,...LogosMercedes_Benz_Logo_GreyFonts,...LogosBMWFonts,...LogosHirschmannFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerKVEcmD9HH\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1440\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"180\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"K4bcmH_pf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zbtJC5dGo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qQe0Ogr17\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Bv70Eu3ZM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"inBtgBymU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"jnCh1kKID\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./KVEcmD9HH.map"],
  "mappings": "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",
  "names": ["noopReturn", "t", "e", "t", "velocityPerSecond", "calcBezier", "t", "n", "e", "i", "binarySubdivide", "o", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "o", "cubicBezier", "__rest", "r", "n", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "t", "n", "r", "a", "velocityPerSecond", "calcDampingRatio", "hasReachedTarget", "spring", "c", "i", "e", "u", "d", "f", "l", "g", "glide", "o", "h", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "W", "L", "D", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "j", "B", "testAnimation", "C", "$", "R", "resolveElements", "createGeneratorEasing", "o", "getGenerator", "t", "i", "s", "r", "a", "getKeyframes", "e", "pregenerateKeyframes", "n", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "N", "spring", "F", "glide", "U", "inView$1", "resolveElements", "onIntersectionChange", "q", "K", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "G", "_", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "dispatchViewEvent", "se", "o", "i", "s", "__rest", "inView$1", "t", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "n", "ce", "le", "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", "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", "resize", "contentSize", "child", "index", "ref", "ref1", "ref2", "ref3", "ref4", "p", "LayoutGroup", "q", "i", "childIndex", "ref5", "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", "u", "p", "c", "h", "r", "t", "re", "MotionConfigContext", "o", "a", "se", "p", "v", "C", "e", "y", "b", "Y", "i", "l", "useLocaleInfo", "f", "m", "w", "g", "x", "L", "T", "N", "O", "H", "E", "useVariantState", "u", "K", "X", "pe", "k", "ae", "LayoutGroup", "motion", "cx", "SVG", "withCSS", "dn5mXzRru_default", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "getProps", "height", "id", "tap", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "vnxk71zYq", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "transitions", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap69sd52", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "serializationHash", "SVG", "css", "FramerQrjSag1ki", "withCSS", "QrjSag1ki_default", "addPropertyControls", "ControlType", "addFonts", "l", "p", "u", "c", "r", "e", "t", "re", "MotionConfigContext", "o", "a", "se", "p", "h", "L", "M", "y", "Y", "n", "s", "useLocaleInfo", "m", "f", "b", "g", "v", "x", "w", "Z", "E", "z", "S", "useVariantState", "l", "H", "N", "pe", "k", "ae", "LayoutGroup", "motion", "cx", "SVG", "withCSS", "RGDrBOASA_default", "addFonts", "p", "m", "c", "h", "r", "a", "re", "MotionConfigContext", "o", "i", "se", "p", "L", "t", "w", "b", "Y", "n", "s", "useLocaleInfo", "f", "u", "y", "v", "g", "x", "Z", "M", "q", "B", "F", "useVariantState", "m", "R", "k", "pe", "z", "ae", "LayoutGroup", "motion", "cx", "SVG", "withCSS", "VgsDjDUep_default", "addFonts", "p", "m", "c", "h", "C", "re", "MotionConfigContext", "o", "a", "se", "p", "b", "r", "e", "t", "w", "g", "Y", "i", "d", "useLocaleInfo", "f", "u", "v", "y", "x", "H", "L", "P", "_", "E", "useVariantState", "m", "Q", "k", "pe", "M", "ae", "LayoutGroup", "motion", "cx", "SVG", "withCSS", "Wu2VThpeN_default", "addFonts", "TickerFonts", "getFonts", "Ticker", "LogosFordFonts", "Wu2VThpeN_default", "LogosVolkswagen_GreyFonts", "dn5mXzRru_default", "LogosMercedes_Benz_Logo_GreyFonts", "QrjSag1ki_default", "LogosBMWFonts", "VgsDjDUep_default", "LogosHirschmannFonts", "RGDrBOASA_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "vnxk71zYq", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "transitions", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1d39ik1", "args", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "u", "motion", "cx", "serializationHash", "addPropertyOverrides", "Ticker", "Image2", "Wu2VThpeN_default", "dn5mXzRru_default", "QrjSag1ki_default", "VgsDjDUep_default", "RGDrBOASA_default", "css", "FramerKVEcmD9HH", "withCSS", "KVEcmD9HH_default", "addPropertyControls", "ControlType", "addFonts", "TickerFonts", "LogosFordFonts", "LogosVolkswagen_GreyFonts", "LogosMercedes_Benz_Logo_GreyFonts", "LogosBMWFonts", "LogosHirschmannFonts"]
}
