{
  "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/jyRNgY7vYWXe6t31T0wo/Ticker.js", "ssg:https://framerusercontent.com/modules/LnvmCs4yl7F9JUPPjn2R/OkBwZhzPt0om0ILyQIUc/w0t5UG_y2.js", "ssg:https://framerusercontent.com/modules/BF7CXft9r9vwaPUrvkBM/ZqLEz68l5O48D6crYaP2/eYTerrKhc.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,useLayoutEffect,useEffect,useState,useRef,useMemo,useCallback,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,frame}from\"framer-motion\";import{resize}from\"@motionone/dom\";const MAX_DUPLICATED_ITEMS=100;const directionTransformers={left:offset=>`translateX(-${offset}px)`,right:offset=>`translateX(${offset}px)`,top:offset=>`translateY(-${offset}px)`,bottom:offset=>`translateY(${offset}px)`};/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Ticker(props){/* Props */let{slots=[],gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */const currentTarget=RenderTarget.current();const isCanvas=currentTarget===RenderTarget.canvas||currentTarget===RenderTarget.export;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const numChildren=Children.count(filteredSlots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[{current:null},{current:null}];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */let clonedChildren=null;let dupedChildren=[];/* Duplicate value */let duplicateBy=0;let opacity=0;if(isCanvas){duplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;duplicateBy=Math.min(duplicateBy,MAX_DUPLICATED_ITEMS);opacity=1;}/* Measure parent and child */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;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);useLayoutEffect(()=>{frame.read(measure,false,true);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure,false,true);}initialResize.current=false;});},[]);}clonedChildren=Children.map(filteredSlots,(child,index)=>{let ref;if(index===0){ref=childrenRef[0];}if(index===filteredSlots.length-1){ref=childrenRef[1];}const size={width:widthType?child.props?.width:\"100%\",height:heightType?child.props?.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...child.props?.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},child.props?.children)})});});}const isInView=isCanvas?true:useInView(parentRef);if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=dupedChildren.concat(Children.map(filteredSlots,(child,childIndex)=>{const size={width:widthType?child.props?.width:\"100%\",height:heightType?child.props?.height:\"100%\",willChange:!isInView?undefined:\"transform\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/cloneElement(child,{key:i+\" \"+childIndex,style:{...child.props?.style,width:widthType?child.props?.width:\"100%\",height:heightType?child.props?.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},child.props?.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);}));}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */if(!isCanvas){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue)]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);const playOrPause=useCallback(()=>{if(!animationRef.current)return;const hidden=document.hidden;if(isInView&&!hidden&&animationRef.current.playState===\"paused\"){animationRef.current.play();}else if((!isInView||hidden)&&animationRef.current.playState===\"running\"){animationRef.current.pause();}},[isInView]);useEffect(()=>{playOrPause();},[isInView,hoverFactor,animateToValue,speed]);useEffect(()=>{document.addEventListener(\"visibilitychange\",playOrPause);return()=>{document.removeEventListener(\"visibilitychange\",playOrPause);};},[playOrPause]);}/* Fades */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/_jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/_jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,willChange:isCanvas||!isInView?\"auto\":\"transform\",transform:transformer(0)},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=hoverFactor;}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=1;}},children:[clonedChildren,dupedChildren]})});}/* Default Properties */Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "// Generated by Framer (90417e1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"TarUDf2SO\",\"hIi3JX7Sc\",\"ipPlNgR5M\",\"SS7aihU75\",\"aKEfdJnS5\",\"Ibps8YD2E\",\"F8tdZUaSf\",\"mk2psJxKc\",\"Jl5Wkioyc\",\"i8HaWSK5t\",\"rzcSlNWaP\",\"gjdQZCMm1\",\"DHOAPwA_9\"];const serializationHash=\"framer-Bv5M1\";const variantClassNames={aKEfdJnS5:\"framer-v-bxchb6\",DHOAPwA_9:\"framer-v-1trap8\",F8tdZUaSf:\"framer-v-1uj1urn\",gjdQZCMm1:\"framer-v-1ibvaey\",hIi3JX7Sc:\"framer-v-ydwfby\",i8HaWSK5t:\"framer-v-1hp57c1\",Ibps8YD2E:\"framer-v-xj5qoj\",ipPlNgR5M:\"framer-v-v58sbs\",Jl5Wkioyc:\"framer-v-w9iluy\",mk2psJxKc:\"framer-v-1s60jj6\",rzcSlNWaP:\"framer-v-19q64l8\",SS7aihU75:\"framer-v-d9sy8\",TarUDf2SO:\"framer-v-bo2dek\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"1\":\"TarUDf2SO\",\"10\":\"i8HaWSK5t\",\"11\":\"rzcSlNWaP\",\"12\":\"gjdQZCMm1\",\"13\":\"DHOAPwA_9\",\"2\":\"hIi3JX7Sc\",\"3\":\"ipPlNgR5M\",\"4\":\"SS7aihU75\",\"5\":\"aKEfdJnS5\",\"6\":\"Ibps8YD2E\",\"7\":\"F8tdZUaSf\",\"8\":\"mk2psJxKc\",\"9\":\"Jl5Wkioyc\"};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:\"TarUDf2SO\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"TarUDf2SO\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"mk2psJxKc\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"SS7aihU75\")return true;return false;};const isDisplayed2=()=>{if([\"hIi3JX7Sc\",\"ipPlNgR5M\",\"SS7aihU75\",\"aKEfdJnS5\",\"Ibps8YD2E\",\"F8tdZUaSf\",\"mk2psJxKc\",\"Jl5Wkioyc\",\"i8HaWSK5t\",\"rzcSlNWaP\",\"gjdQZCMm1\",\"DHOAPwA_9\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if(baseVariant===\"aKEfdJnS5\")return true;return false;};const isDisplayed4=()=>{if(baseVariant===\"Ibps8YD2E\")return true;return false;};const isDisplayed5=()=>{if(baseVariant===\"hIi3JX7Sc\")return true;return false;};const isDisplayed6=()=>{if(baseVariant===\"F8tdZUaSf\")return true;return false;};const isDisplayed7=()=>{if(baseVariant===\"ipPlNgR5M\")return true;return false;};const isDisplayed8=()=>{if(baseVariant===\"Jl5Wkioyc\")return true;return false;};const isDisplayed9=()=>{if(baseVariant===\"i8HaWSK5t\")return true;return false;};const isDisplayed10=()=>{if(baseVariant===\"rzcSlNWaP\")return true;return false;};const isDisplayed11=()=>{if(baseVariant===\"gjdQZCMm1\")return true;return false;};const isDisplayed12=()=>{if(baseVariant===\"DHOAPwA_9\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-bo2dek\",className,classNames),\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"TarUDf2SO\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({aKEfdJnS5:{\"data-framer-name\":\"5\"},DHOAPwA_9:{\"data-framer-name\":\"13\"},F8tdZUaSf:{\"data-framer-name\":\"7\"},gjdQZCMm1:{\"data-framer-name\":\"12\"},hIi3JX7Sc:{\"data-framer-name\":\"2\"},i8HaWSK5t:{\"data-framer-name\":\"10\"},Ibps8YD2E:{\"data-framer-name\":\"6\"},ipPlNgR5M:{\"data-framer-name\":\"3\"},Jl5Wkioyc:{\"data-framer-name\":\"9\"},mk2psJxKc:{\"data-framer-name\":\"8\"},rzcSlNWaP:{\"data-framer-name\":\"11\"},SS7aihU75:{\"data-framer-name\":\"4\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-12jz2u6\",\"data-framer-name\":\"svgexport_2_2_\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"VzL1yIIqk\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 151 24\"><path d=\"M 147.357 10.7 C 148.309 10.207 149.225 9.117 149.225 7.64 C 149.225 5.107 147.216 3.7 144.398 3.7 L 138.411 3.7 L 138.411 19.107 L 144.61 19.107 C 147.852 19.107 150 17.418 150 14.534 C 150 12.494 148.802 11.227 147.358 10.699 L 147.357 10.699 Z M 141.298 6.021 L 144.152 6.021 C 145.738 6.021 146.512 6.689 146.512 7.886 C 146.512 9.084 145.738 9.716 144.187 9.716 L 141.298 9.716 Z M 144.293 16.574 L 141.298 16.574 L 141.298 12.177 L 144.293 12.177 C 146.265 12.177 147.216 12.987 147.216 14.394 C 147.216 15.802 146.265 16.574 144.293 16.574 Z M 128.197 3.7 L 123.195 3.7 L 123.195 19.108 L 128.197 19.108 C 132.494 19.108 136.123 16.54 136.123 11.403 C 136.123 6.267 132.494 3.7 128.197 3.7 Z M 127.986 16.574 L 126.118 16.574 L 126.118 6.198 L 127.986 6.198 C 130.628 6.198 133.163 7.57 133.163 11.404 C 133.163 15.239 130.628 16.575 127.986 16.575 Z M 118.474 15.414 C 118.192 16.469 117.276 17.032 115.868 17.032 C 114.177 17.032 113.014 15.906 112.803 14.114 L 121.01 14.114 C 121.056 13.811 121.079 13.506 121.08 13.199 C 121.08 10.524 119.389 7.816 115.655 7.816 C 111.922 7.816 110.196 10.595 110.196 13.514 C 110.196 16.434 112.239 19.285 115.867 19.285 C 118.615 19.285 120.692 17.772 121.115 15.414 L 118.473 15.414 Z M 115.655 9.857 C 117.276 9.857 118.226 10.912 118.368 12.319 L 112.873 12.319 C 113.155 10.666 114.142 9.857 115.656 9.857 Z M 109.282 10.278 L 109.282 7.992 L 106.217 7.992 L 106.217 4.65 L 103.506 4.65 L 103.506 7.991 L 101.322 7.991 L 101.322 10.278 L 103.506 10.278 L 103.506 15.238 C 103.506 17.701 105.09 19.108 107.52 19.108 L 109.282 19.108 L 109.282 16.82 L 107.803 16.82 C 106.816 16.82 106.217 16.257 106.217 15.131 L 106.217 10.279 L 109.282 10.279 Z M 97.94 7.991 L 95.404 15.624 L 92.798 7.991 L 90.05 7.991 L 94.1 19.108 L 92.55 23.61 L 95.121 23.61 L 96.847 18.579 L 100.722 7.992 L 97.939 7.992 L 97.94 7.992 Z M 84.483 7.816 C 83.039 7.816 81.841 8.45 81.207 9.365 L 81.207 3.705 L 78.496 3.705 L 78.496 19.108 L 81.207 19.108 L 81.207 17.736 C 81.841 18.686 83.075 19.284 84.413 19.284 C 87.76 19.284 89.732 16.963 89.732 13.55 C 89.732 10.136 87.76 7.816 84.484 7.816 Z M 84.026 16.963 C 82.229 16.963 81.031 15.591 81.031 13.549 C 81.031 11.507 82.229 10.173 84.025 10.173 C 85.822 10.173 87.019 11.51 87.019 13.549 C 87.019 15.589 85.822 16.963 84.025 16.963 Z M 71.275 7.816 C 68.386 7.816 66.521 9.54 66.38 11.757 L 68.81 11.757 C 68.845 10.771 69.726 9.857 71.171 9.857 C 72.615 9.857 73.424 10.631 73.424 11.72 C 73.424 12.143 73.178 12.46 72.615 12.46 L 70.571 12.46 C 68.071 12.46 66.381 13.796 66.381 15.978 C 66.381 17.877 67.895 19.284 70.078 19.284 C 71.699 19.284 72.966 18.545 73.424 17.455 L 73.424 19.108 L 76.102 19.108 L 76.102 11.968 C 76.102 9.47 74.094 7.817 71.276 7.817 Z M 73.423 14.43 C 73.423 16.083 72.438 17.279 70.746 17.279 C 69.725 17.279 69.02 16.715 69.02 15.836 C 69.02 14.887 69.797 14.253 70.923 14.253 L 73.423 14.253 Z M 48.275 7.991 L 48.275 14.077 C 48.275 15.696 47.183 16.892 45.668 16.892 C 44.152 16.892 43.343 15.836 43.343 14.324 L 43.343 7.992 L 40.667 7.992 L 40.667 14.886 C 40.667 17.488 42.216 19.283 44.787 19.283 C 46.373 19.283 47.64 18.615 48.275 17.384 L 48.275 19.107 L 50.988 19.107 L 50.988 7.992 L 48.275 7.992 Z M 36.474 7.991 L 33.903 15.624 L 31.332 7.991 L 28.585 7.991 L 32.635 19.108 L 31.084 23.61 L 33.656 23.61 L 35.381 18.579 L 39.258 7.992 L 36.474 7.992 Z M 61.449 7.991 L 61.449 9.259 C 60.815 8.413 59.617 7.816 58.208 7.816 C 54.897 7.816 52.96 10.173 52.96 13.55 C 52.96 16.925 54.897 19.284 58.244 19.284 C 59.862 19.284 60.92 18.72 61.483 17.878 L 61.483 18.054 C 61.483 20.128 60.815 21.536 58.631 21.536 C 57.258 21.536 56.553 20.974 56.095 19.884 L 53.383 19.884 C 53.981 22.591 55.813 23.787 58.631 23.787 C 62.153 23.787 64.055 21.677 64.055 18.054 L 64.16 7.993 L 61.449 7.993 L 61.449 7.992 Z M 58.63 16.962 C 56.833 16.962 55.636 15.591 55.636 13.549 C 55.636 11.507 56.833 10.173 58.63 10.173 C 60.426 10.173 61.659 11.509 61.659 13.549 C 61.659 15.588 60.461 16.962 58.63 16.962 Z\" fill=\"var(--token-25cde740-e539-4ffa-966e-dae650f890a3, rgb(51, 51, 51))\"></path><path d=\"M 5.902 2 C 6.405 2 6.657 2 6.849 2.098 C 7.018 2.184 7.156 2.321 7.242 2.49 C 7.339 2.682 7.339 2.932 7.339 3.435 L 7.339 9.744 C 7.339 10.493 7.339 10.867 7.181 11.096 C 7.043 11.297 6.83 11.433 6.589 11.473 C 6.315 11.518 5.975 11.361 5.295 11.044 L 3.525 10.22 C 2.249 9.626 1.609 9.328 1.143 8.869 C 0.729 8.463 0.413 7.968 0.219 7.423 C 0 6.805 0 6.101 0 4.693 L 0 3.435 C 0 2.933 0 2.681 0.098 2.489 C 0.184 2.321 0.322 2.183 0.491 2.098 C 0.682 2 0.933 2 1.436 2 L 5.901 2 Z M 20.583 2 C 21.085 2 21.337 2 21.529 2.098 C 21.698 2.184 21.836 2.321 21.922 2.49 C 22.02 2.682 22.02 2.932 22.02 3.435 L 22.02 4.693 C 22.02 6.101 22.02 6.805 21.8 7.423 C 21.607 7.968 21.291 8.463 20.878 8.869 C 20.411 9.328 19.772 9.625 18.493 10.22 L 14.681 11.996 L 14.681 3.435 C 14.681 2.933 14.681 2.681 14.778 2.489 C 14.864 2.321 15.002 2.184 15.171 2.098 C 15.363 2 15.614 2 16.117 2 Z M 14.679 11.998 L 14.679 20.56 C 14.679 21.063 14.679 21.314 14.581 21.505 C 14.495 21.674 14.358 21.812 14.189 21.898 C 13.997 21.995 13.746 21.995 13.243 21.995 L 8.777 21.995 C 8.274 21.995 8.023 21.995 7.83 21.897 C 7.661 21.811 7.524 21.674 7.437 21.505 C 7.34 21.314 7.34 21.063 7.34 20.56 L 7.34 19.3 C 7.34 17.892 7.34 17.188 7.559 16.57 C 7.753 16.025 8.068 15.531 8.481 15.125 C 8.949 14.666 9.588 14.368 10.865 13.774 L 14.678 11.997 Z\" fill=\"var(--token-e2b224dd-83c7-4784-bd9a-7883298d3fc6, rgb(33, 33, 33))\"></path></svg>',svgContentId:10368807332,withExternalLayout:true,...addPropertyOverrides({mk2psJxKc:{svgContentId:12804846469}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1ctl3h2\",\"data-framer-name\":\"logo-4\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"dlkvKp_vy\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 100 20\"><path d=\"M 99.167 16.412 C 99.167 15.324 98.56 14.932 97.561 14.932 L 89.976 14.932 C 86.416 14.932 85.156 12.634 84.998 11.047 L 95.52 11.047 C 98.588 11.047 99.5 8.735 99.5 7.253 C 99.5 5.667 98.516 3.461 95.52 3.461 L 89.832 3.461 C 84.65 3.461 82.957 7.133 82.957 10.126 C 82.957 13.405 84.896 16.791 89.817 16.791 L 99.167 16.791 Z M 89.99 5.32 L 95.259 5.32 C 97.082 5.32 97.517 6.499 97.517 7.269 C 97.517 7.949 97.112 9.219 95.259 9.219 L 84.999 9.219 C 85.129 7.873 86.186 5.32 89.992 5.32 Z M 68.525 15.944 C 67.991 16.715 67.614 16.987 67.137 16.987 C 66.471 16.987 66.226 16.609 65.748 15.944 L 56.991 3.461 L 58.163 3.461 C 59.437 3.461 59.799 3.929 60.32 4.7 C 60.551 5.032 67.165 14.78 67.165 14.78 C 67.165 14.78 73.78 5.048 74.041 4.654 C 74.533 3.929 74.909 3.461 76.183 3.461 L 77.21 3.461 C 77.21 3.461 69.467 14.614 68.525 15.944 Z M 18.62 16.791 C 17.825 16.791 17.319 16.383 17.174 15.491 L 16.913 14.04 C 16.478 14.871 14.888 16.791 11.427 16.791 L 7.447 16.791 C 2.034 16.791 0.5 12.952 0.5 10.126 C 0.5 6.936 2.338 3.461 7.447 3.461 L 11.427 3.461 C 15.306 3.461 17.449 5.818 17.97 8.69 C 18.404 11.093 19.417 16.791 19.417 16.791 L 18.621 16.791 Z M 10.98 5.32 L 7.576 5.32 C 3.756 5.32 2.453 7.859 2.453 10.126 C 2.453 12.393 3.756 14.932 7.576 14.932 L 10.978 14.932 C 14.972 14.932 16.131 12.286 16.131 10.126 C 16.131 8.191 15.088 5.32 10.978 5.32 Z M 79.801 1.934 C 80.366 1.934 80.8 1.571 80.8 0.876 L 80.8 0.438 C 80.8 -0.257 80.351 -0.62 79.801 -0.62 C 79.251 -0.62 78.802 -0.273 78.802 0.438 L 78.802 0.876 C 78.788 1.571 79.236 1.934 79.801 1.934 Z M 78.817 3.461 L 79.28 3.461 C 80.192 3.461 80.771 3.884 80.771 5.184 L 80.771 16.791 L 80.279 16.791 C 79.28 16.791 78.802 16.231 78.802 15.113 C 78.817 14.947 78.817 3.461 78.817 3.461 Z M 22.413 5.198 C 23.253 4.368 24.758 3.461 27.131 3.461 L 31.111 3.461 C 36.525 3.461 38.059 7.299 38.059 10.126 C 38.059 13.314 36.221 16.791 31.111 16.791 L 27.131 16.791 C 23.253 16.791 20.46 14.176 20.46 10.126 L 20.46 -1.013 L 21.067 -1.013 C 21.936 -1.013 22.413 -0.545 22.413 0.302 Z M 27.565 14.932 L 30.967 14.932 C 34.788 14.932 36.091 12.393 36.091 10.126 C 36.091 7.859 34.788 5.32 30.967 5.32 L 27.565 5.32 C 23.571 5.32 22.413 7.964 22.413 10.126 C 22.413 12.06 23.441 14.932 27.565 14.932 Z M 41.982 5.198 C 42.821 4.368 44.327 3.461 46.7 3.461 L 50.681 3.461 C 56.093 3.461 57.628 7.299 57.628 10.126 C 57.628 13.314 55.789 16.791 50.681 16.791 L 46.7 16.791 C 42.821 16.791 40.028 14.176 40.028 10.126 L 40.028 -1.013 L 40.636 -1.013 C 41.504 -1.013 41.982 -0.545 41.982 0.302 Z M 47.135 14.932 L 50.536 14.932 C 54.357 14.932 55.659 12.393 55.659 10.126 C 55.659 7.859 54.357 5.32 50.536 5.32 L 47.135 5.32 C 43.14 5.32 41.982 7.964 41.982 10.126 C 41.982 12.06 43.024 14.932 47.135 14.932 Z\" fill=\"var(--token-e2b224dd-83c7-4784-bd9a-7883298d3fc6, rgb(33, 33, 33))\"></path></svg>',svgContentId:11932347729,withExternalLayout:true,...addPropertyOverrides({SS7aihU75:{svgContentId:9867398117}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1gw6nng\",\"data-framer-name\":\"logo-1\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"nr0JBd0Hd\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 86 24\"><path d=\"M 32.748 7.182 L 36.217 7.182 L 30.912 20.39 L 27.749 20.39 L 22.445 7.182 L 26.015 7.182 L 29.28 16.733 Z M 52.54 13.888 C 52.131 13.583 51.723 13.278 51.111 12.973 C 50.499 12.77 49.785 12.567 48.969 12.465 L 47.235 12.16 C 46.827 12.059 46.419 12.059 46.214 11.957 C 45.908 11.856 45.704 11.754 45.602 11.652 C 45.5 11.551 45.398 11.449 45.296 11.246 C 45.194 11.043 45.194 10.84 45.194 10.636 C 45.194 10.433 45.194 10.23 45.296 10.128 C 45.398 9.925 45.5 9.824 45.704 9.722 C 45.908 9.62 46.214 9.417 46.521 9.417 C 46.827 9.316 47.235 9.316 47.847 9.316 C 48.765 9.316 49.377 9.417 49.785 9.722 C 50.193 10.027 50.499 10.535 50.601 11.144 L 50.601 11.246 L 53.458 10.84 L 53.458 10.738 C 53.356 10.23 53.152 9.722 52.948 9.214 C 52.743 8.706 52.335 8.3 51.927 7.995 C 51.519 7.69 50.907 7.385 50.193 7.182 C 49.479 6.979 48.663 6.877 47.643 6.877 C 46.827 6.877 46.112 6.979 45.398 7.182 C 44.684 7.385 44.174 7.69 43.664 7.995 C 43.154 8.3 42.746 8.808 42.542 9.316 C 42.236 9.824 42.134 10.433 42.134 11.043 C 42.134 11.652 42.236 12.262 42.44 12.668 C 42.644 13.075 42.95 13.481 43.358 13.786 C 43.766 14.091 44.276 14.396 44.888 14.599 C 45.5 14.802 46.112 14.904 46.929 15.107 L 48.663 15.412 C 49.479 15.513 49.887 15.717 50.193 16.021 C 50.397 16.326 50.601 16.631 50.601 17.038 C 50.601 17.546 50.397 17.85 50.091 18.155 C 49.683 18.46 49.071 18.562 48.051 18.562 C 47.235 18.562 46.521 18.46 46.01 18.155 C 45.5 17.85 45.194 17.342 44.99 16.529 L 44.99 16.428 L 42.032 16.428 L 42.032 16.529 C 42.032 17.342 42.236 18.054 42.644 18.663 C 42.95 19.273 43.46 19.679 43.97 20.086 C 44.48 20.39 45.194 20.695 45.908 20.797 C 46.623 20.898 47.337 21 48.153 21 C 49.989 21 51.417 20.594 52.335 19.882 C 53.254 19.171 53.764 18.155 53.764 16.936 C 53.764 16.326 53.662 15.818 53.56 15.31 C 53.254 14.701 52.948 14.294 52.54 13.888 Z M 69.678 13.786 C 69.678 12.364 69.372 11.348 68.862 10.535 C 68.352 9.722 67.434 9.417 66.312 9.417 C 65.19 9.417 64.373 9.824 63.761 10.636 C 63.251 11.449 62.945 12.567 62.945 13.888 C 62.945 15.31 63.251 16.326 63.761 17.139 C 64.271 17.952 65.088 18.358 66.312 18.358 C 67.536 18.358 68.352 17.952 68.862 17.139 C 69.372 16.326 69.678 15.209 69.678 13.786 Z M 71.107 8.706 C 71.719 9.316 72.127 10.027 72.433 10.941 C 72.739 11.754 72.841 12.77 72.841 13.786 C 72.841 14.904 72.637 15.92 72.433 16.733 C 72.127 17.647 71.719 18.358 71.107 18.968 C 70.494 19.578 69.882 20.086 69.066 20.39 C 68.25 20.695 67.332 20.898 66.312 20.898 C 64.271 20.898 62.639 20.289 61.517 19.07 C 60.395 17.85 59.783 16.123 59.783 13.888 C 59.783 12.77 59.987 11.856 60.191 10.941 C 60.497 10.128 60.905 9.316 61.517 8.706 C 62.129 8.096 62.843 7.588 63.659 7.283 C 64.475 6.979 65.394 6.775 66.414 6.775 C 67.434 6.775 68.352 6.979 69.168 7.283 C 69.882 7.588 70.596 8.096 71.107 8.706 Z M 81.614 6.775 C 80.798 6.775 79.982 6.979 79.268 7.385 C 78.656 7.69 78.044 8.198 77.432 8.909 L 77.432 7.284 L 74.371 7.284 L 74.371 20.492 L 77.534 20.492 L 77.534 12.669 C 77.534 12.16 77.636 11.754 77.738 11.449 C 77.942 11.144 78.146 10.738 78.452 10.535 C 79.166 9.925 79.88 9.62 80.798 9.62 C 81.512 9.62 82.022 9.824 82.43 10.23 C 82.838 10.636 82.94 11.348 82.94 12.364 L 82.94 20.594 L 86.103 20.594 L 86.103 11.856 C 86.103 8.401 84.573 6.775 81.614 6.775 Z M 37.339 20.492 L 40.502 20.492 L 40.502 7.283 L 37.339 7.283 Z M 55.09 20.492 L 58.252 20.492 L 58.252 7.283 L 55.09 7.283 Z M 5.816 5.658 C 6.836 5.658 7.652 4.845 7.652 3.829 C 7.652 2.813 6.836 2 5.816 2 C 4.796 2 3.98 2.813 3.98 3.829 C 3.98 4.845 4.796 5.658 5.816 5.658 Z M 22.751 16.225 C 22.649 16.631 22.343 18.562 20.812 18.562 C 20.2 18.562 19.792 17.952 19.894 17.342 L 21.22 12.262 C 21.424 11.348 21.424 10.433 21.322 9.62 C 21.016 7.995 19.588 6.674 17.854 6.674 C 16.222 6.674 14.385 7.792 13.263 9.62 L 13.977 7.08 L 8.774 7.08 L 8.06 9.62 L 10.713 9.62 L 9.284 15.107 C 8.774 16.733 8.162 18.155 6.224 18.155 C 5.102 18.155 4.082 17.139 4.388 15.615 C 4.388 15.615 6.53 7.588 6.632 7.182 L 0.715 7.182 L 0.103 9.722 L 2.755 9.722 L 1.225 15.31 C 1.021 16.225 0.919 17.139 1.123 17.952 C 1.429 19.578 2.858 20.898 4.592 20.898 C 6.02 20.898 7.55 20.086 8.57 18.765 L 8.06 20.492 L 11.019 20.492 L 13.161 12.567 C 13.671 10.941 14.283 9.519 16.222 9.519 C 17.344 9.519 18.364 10.535 18.058 12.059 L 16.834 16.529 C 16.222 18.663 17.752 20.898 20.098 20.898 C 23.567 20.898 24.485 16.834 24.587 16.225 L 22.751 16.225 Z M 38.869 5.658 C 39.889 5.658 40.706 4.845 40.706 3.829 C 40.706 2.813 39.889 2 38.869 2 C 37.849 2 37.033 2.813 37.033 3.829 C 37.033 4.845 37.849 5.658 38.869 5.658 Z M 56.722 5.658 C 57.742 5.658 58.559 4.845 58.559 3.829 C 58.559 2.813 57.742 2 56.722 2 C 55.702 2 54.886 2.813 54.886 3.829 C 54.886 4.845 55.702 5.658 56.722 5.658 Z\" fill=\"var(--token-e2b224dd-83c7-4784-bd9a-7883298d3fc6, rgb(33, 33, 33))\"></path></svg>',svgContentId:10621154096,withExternalLayout:true}),isDisplayed3()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-gtzfhi\",\"data-framer-name\":\"logo-5\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"GH2JpMfZK\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 81 30\"><path d=\"M 42.051 15.937 C 42.051 17.302 41.28 18.274 39.657 18.274 C 37.937 18.274 37.224 17.359 37.224 15.994 L 37.224 7.651 L 33.722 7.651 L 33.722 15.877 C 33.722 19.132 35.698 21.041 39.654 21.041 C 43.589 21.041 45.547 19.093 45.547 15.877 L 45.547 7.654 L 42.045 7.654 L 42.045 15.937 Z M 53.486 10.52 C 52.083 10.52 51.114 11.105 50.362 12.177 L 50.301 12.177 L 50.301 10.811 L 47.195 10.811 L 47.195 20.789 L 50.42 20.789 L 50.42 15.276 C 50.42 14.049 51.132 13.173 52.198 13.173 C 53.246 13.173 53.782 13.893 53.782 14.946 L 53.782 20.792 L 57.007 20.792 L 57.007 14.301 C 57.007 12.081 55.701 10.52 53.486 10.52 Z M 58.664 6.856 L 61.889 6.856 L 61.889 9.431 L 58.664 9.431 Z M 58.664 10.811 L 61.889 10.811 L 61.889 20.789 L 58.664 20.789 Z M 67.568 7.654 L 64.423 7.654 L 64.423 10.811 L 63.077 10.811 L 63.077 13.386 L 64.423 13.386 L 64.423 18.16 C 64.423 20.303 65.769 20.909 67.648 20.909 C 68.519 20.909 69.131 20.831 69.408 20.753 L 69.408 18.433 C 69.289 18.433 68.972 18.454 68.695 18.454 C 68.004 18.454 67.568 18.259 67.568 17.479 L 67.568 13.386 L 69.408 13.386 L 69.408 10.811 L 67.568 10.811 Z M 76.272 15.06 C 75.956 16.036 75.678 17.359 75.678 17.359 L 75.639 17.359 C 75.639 17.359 75.322 16.033 75.005 15.06 L 73.641 10.811 L 70.239 10.811 L 73.227 18.49 C 73.641 19.544 73.839 20.129 73.839 20.555 C 73.839 21.236 73.464 21.608 72.514 21.608 L 71.406 21.608 L 71.406 24.084 L 73.501 24.084 C 75.538 24.084 76.507 23.265 77.317 20.927 L 80.819 10.811 L 77.594 10.811 Z M 14.986 5.281 L 19.646 7.93 C 19.813 8.023 19.819 8.281 19.646 8.375 L 14.109 11.525 C 13.942 11.621 13.744 11.615 13.589 11.525 L 8.052 8.375 C 7.881 8.284 7.878 8.02 8.052 7.93 L 12.708 5.281 L 12.708 0.092 L 0.819 6.856 L 0.819 20.384 L 0.819 20.321 L 0.819 20.384 L 5.378 17.791 L 5.378 12.492 C 5.375 12.303 5.6 12.168 5.768 12.27 L 11.304 15.42 C 11.472 15.516 11.566 15.688 11.566 15.865 L 11.566 22.163 C 11.569 22.352 11.344 22.487 11.177 22.385 L 6.517 19.736 L 1.958 22.328 L 13.847 29.092 L 25.737 22.328 L 21.178 19.736 L 16.518 22.385 C 16.354 22.484 16.122 22.355 16.128 22.163 L 16.128 15.865 C 16.128 15.676 16.235 15.507 16.39 15.42 L 21.927 12.27 C 22.091 12.171 22.323 12.297 22.317 12.492 L 22.317 17.791 L 26.876 20.384 L 26.876 6.856 L 14.986 0.092 Z\" fill=\"var(--token-e2b224dd-83c7-4784-bd9a-7883298d3fc6, rgb(33, 33, 33))\"></path></svg>',svgContentId:9531900535,withExternalLayout:true,...addPropertyOverrides({aKEfdJnS5:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 81 30\"><path d=\"M 41.714 16.437 C 41.714 17.802 40.944 18.774 39.32 18.774 C 37.6 18.774 36.887 17.859 36.887 16.494 L 36.887 8.151 L 33.385 8.151 L 33.385 16.377 C 33.385 19.632 35.361 21.541 39.317 21.541 C 43.252 21.541 45.21 19.593 45.21 16.377 L 45.21 8.154 L 41.708 8.154 L 41.708 16.437 Z M 53.15 11.02 C 51.746 11.02 50.777 11.605 50.025 12.677 L 49.964 12.677 L 49.964 11.311 L 46.858 11.311 L 46.858 21.289 L 50.083 21.289 L 50.083 15.776 C 50.083 14.549 50.795 13.673 51.861 13.673 C 52.909 13.673 53.445 14.393 53.445 15.446 L 53.445 21.292 L 56.67 21.292 L 56.67 14.801 C 56.67 12.581 55.364 11.02 53.15 11.02 Z M 58.327 7.356 L 61.552 7.356 L 61.552 9.931 L 58.327 9.931 Z M 58.327 11.311 L 61.552 11.311 L 61.552 21.289 L 58.327 21.289 Z M 67.232 8.154 L 64.086 8.154 L 64.086 11.311 L 62.74 11.311 L 62.74 13.886 L 64.086 13.886 L 64.086 18.66 C 64.086 20.803 65.432 21.409 67.311 21.409 C 68.182 21.409 68.794 21.331 69.071 21.253 L 69.071 18.933 C 68.952 18.933 68.636 18.954 68.358 18.954 C 67.667 18.954 67.232 18.759 67.232 17.979 L 67.232 13.886 L 69.071 13.886 L 69.071 11.311 L 67.232 11.311 Z M 75.935 15.56 C 75.619 16.536 75.342 17.859 75.342 17.859 L 75.302 17.859 C 75.302 17.859 74.985 16.533 74.668 15.56 L 73.304 11.311 L 69.902 11.311 L 72.89 18.99 C 73.304 20.044 73.502 20.629 73.502 21.055 C 73.502 21.736 73.128 22.108 72.177 22.108 L 71.069 22.108 L 71.069 24.584 L 73.164 24.584 C 75.201 24.584 76.17 23.765 76.98 21.427 L 80.482 11.311 L 77.257 11.311 Z M 14.649 5.781 L 19.309 8.43 C 19.476 8.523 19.483 8.781 19.309 8.875 L 13.772 12.025 C 13.605 12.121 13.407 12.115 13.252 12.025 L 7.715 8.875 C 7.545 8.784 7.541 8.52 7.715 8.43 L 12.371 5.781 L 12.371 0.592 L 0.482 7.356 L 0.482 20.884 L 0.482 20.821 L 0.482 20.884 L 5.041 18.291 L 5.041 12.992 C 5.038 12.803 5.263 12.668 5.431 12.77 L 10.968 15.92 C 11.135 16.016 11.229 16.188 11.229 16.365 L 11.229 22.663 C 11.232 22.852 11.007 22.987 10.84 22.885 L 6.18 20.236 L 1.621 22.828 L 13.51 29.592 L 25.4 22.828 L 20.841 20.236 L 16.181 22.885 C 16.017 22.984 15.785 22.855 15.791 22.663 L 15.791 16.365 C 15.791 16.176 15.898 16.007 16.053 15.92 L 21.59 12.77 C 21.754 12.671 21.986 12.797 21.98 12.992 L 21.98 18.291 L 26.539 20.884 L 26.539 7.356 L 14.649 0.592 Z\" fill=\"var(--token-e2b224dd-83c7-4784-bd9a-7883298d3fc6, rgb(33, 33, 33))\"></path></svg>',svgContentId:9862308886}},baseVariant,gestureVariant)}),isDisplayed4()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-w4ci65\",\"data-framer-name\":\"logo-6\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"WN0zjbGU_\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 51 20\"><path d=\"M 27.45 5.012 C 32.413 5.012 34.798 8.908 34.798 12.241 C 34.798 15.575 32.413 19.471 27.449 19.471 C 22.483 19.471 20.1 15.575 20.1 12.241 C 20.1 8.908 22.483 5.012 27.449 5.012 M 27.74 15.863 C 29.508 15.863 31.008 14.416 31.008 12.431 C 31.008 10.446 29.508 9 27.74 9 C 25.97 9 24.47 10.446 24.47 12.431 C 24.47 14.416 25.97 15.863 27.74 15.863 M 38.319 0.75 L 42.454 0.75 L 42.454 18.889 L 38.319 18.889 Z M 47.846 14.202 C 46.329 14.202 45.101 15.425 45.101 16.929 C 45.101 18.434 46.33 19.656 47.846 19.656 C 49.363 19.656 50.595 18.434 50.595 16.929 C 50.595 15.425 49.363 14.202 47.846 14.202 M 11.332 0.75 L 7.65 0.75 L 0.453 18.888 L 5.33 18.888 L 6.295 16.267 L 12.641 16.267 L 13.529 18.888 L 18.457 18.888 Z M 8.088 12.863 L 10.002 6.539 L 11.915 12.864 L 8.088 12.864 Z\" fill=\"var(--token-e2b224dd-83c7-4784-bd9a-7883298d3fc6, rgb(33, 33, 33))\"></path></svg>',svgContentId:11925793265,withExternalLayout:true,...addPropertyOverrides({Ibps8YD2E:{svgContentId:9101668199}},baseVariant,gestureVariant)}),isDisplayed5()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1wlsojn\",\"data-framer-name\":\"logo-2\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"UvMgO5q_U\",opacity:1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 56 23\"><path d=\"M 11.499 21.097 L 11.499 22.5 L 0.987 22.5 L 0.987 21.097 Z M 38.532 21.096 L 38.532 22.5 L 31.021 22.5 L 31.021 21.096 Z M 55.056 21.096 L 55.056 22.5 L 47.545 22.5 L 47.545 21.096 Z M 43.518 21.096 L 43.036 22.5 L 42.559 21.096 Z M 13.001 21.096 L 27.77 21.096 C 26.805 21.942 25.564 22.464 24.205 22.498 L 24.059 22.5 L 13.001 22.5 L 13.001 21.096 Z M 11.499 18.15 L 11.499 19.554 L 0.987 19.554 L 0.987 18.15 Z M 29.592 18.15 C 29.479 18.579 29.318 18.995 29.113 19.388 L 29.023 19.553 L 13.001 19.553 L 13.001 18.15 Z M 55.056 18.148 L 55.056 19.552 L 47.545 19.552 L 47.545 18.148 Z M 38.532 18.148 L 38.532 19.552 L 31.021 19.552 L 31.021 18.148 Z M 44.531 18.148 L 44.048 19.552 L 42.028 19.552 L 41.547 18.148 Z M 8.496 15.203 L 8.496 16.606 L 3.991 16.606 L 3.991 15.202 L 8.495 15.202 Z M 29.625 15.203 C 29.721 15.603 29.776 16.013 29.79 16.425 L 29.792 16.606 L 24.742 16.606 L 24.742 15.202 L 29.625 15.202 Z M 20.509 15.203 L 20.509 16.606 L 16.004 16.606 L 16.004 15.202 L 20.509 15.202 Z M 45.543 15.2 L 45.061 16.604 L 41.016 16.604 L 40.534 15.2 Z M 52.052 15.2 L 52.052 16.604 L 47.546 16.604 L 47.546 15.2 Z M 38.532 15.2 L 38.532 16.604 L 34.026 16.604 L 34.026 15.2 Z M 8.496 12.255 L 8.496 13.659 L 3.991 13.659 L 3.991 12.255 L 8.495 12.255 Z M 27.872 12.255 C 28.264 12.623 28.604 13.043 28.882 13.503 L 28.973 13.659 L 16.004 13.659 L 16.004 12.255 Z M 38.532 12.252 L 38.532 13.656 L 34.026 13.656 L 34.026 12.252 L 38.532 12.252 Z M 52.052 12.252 L 52.052 13.656 L 47.545 13.656 L 47.545 12.252 L 52.052 12.252 Z M 46.555 12.252 L 46.073 13.656 L 40.004 13.656 L 39.522 12.252 L 46.555 12.252 Z M 29.023 9.308 C 28.758 9.778 28.43 10.208 28.049 10.588 L 27.921 10.711 L 16.004 10.711 L 16.004 9.308 Z M 8.496 9.308 L 8.496 10.712 L 3.991 10.712 L 3.991 9.308 L 8.495 9.308 Z M 52.052 9.304 L 52.052 10.708 L 47.545 10.708 L 47.545 9.371 L 47.086 10.708 L 43.131 10.708 L 43.605 9.304 Z M 42.473 9.304 L 42.947 10.708 L 38.991 10.708 L 38.532 9.371 L 38.532 10.708 L 34.026 10.708 L 34.026 9.304 Z M 8.496 6.361 L 8.496 7.765 L 3.991 7.765 L 3.991 6.361 Z M 29.793 6.361 C 29.793 6.785 29.746 7.197 29.663 7.595 L 29.625 7.764 L 24.742 7.764 L 24.742 6.361 L 29.792 6.361 Z M 20.509 6.361 L 20.509 7.765 L 16.004 7.765 L 16.004 6.361 L 20.51 6.361 Z M 52.051 6.356 L 52.051 7.759 L 44.126 7.759 L 44.599 6.355 L 52.051 6.355 Z M 41.477 6.356 L 41.951 7.759 L 34.026 7.759 L 34.026 6.355 L 41.477 6.355 Z M 11.499 3.413 L 11.499 4.817 L 0.988 4.817 L 0.988 3.413 L 11.499 3.413 Z M 29.023 3.413 C 29.24 3.799 29.414 4.207 29.541 4.632 L 29.592 4.817 L 13.001 4.817 L 13.001 3.413 Z M 55.056 3.407 L 55.056 4.811 L 45.121 4.811 L 45.595 3.407 Z M 40.483 3.407 L 40.957 4.811 L 31.021 4.811 L 31.021 3.407 L 40.483 3.407 L 40.483 3.407 Z M 11.499 0.467 L 11.499 1.87 L 0.987 1.87 L 0.987 0.466 L 11.499 0.467 Z M 24.059 0.467 C 25.426 0.467 26.681 0.96 27.666 1.781 L 27.771 1.87 L 13.001 1.87 L 13.001 0.467 Z M 55.056 0.459 L 55.056 1.863 L 46.116 1.863 L 46.589 0.459 L 55.056 0.459 Z M 39.485 0.459 L 39.958 1.863 L 31.021 1.863 L 31.021 0.459 Z\" fill=\"var(--token-e2b224dd-83c7-4784-bd9a-7883298d3fc6, rgb(33, 33, 33))\"></path></svg>',svgContentId:10527470135,withExternalLayout:true,...addPropertyOverrides({hIi3JX7Sc:{svgContentId:9123908953}},baseVariant,gestureVariant)}),isDisplayed6()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1490weg\",\"data-framer-name\":\"logo-7\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"SN0JHy8EV\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 35 27\"><path d=\"M 27.025 25.016 L 21.56 25.016 L 21.56 11.641 L 15.334 21.403 L 14.716 21.403 L 8.511 11.641 L 8.511 25.016 L 3.025 25.016 L 3.025 2.016 L 8.511 2.016 L 15.027 12.233 L 21.539 2.016 L 27.004 2.016 Z\" fill=\"var(--token-e2b224dd-83c7-4784-bd9a-7883298d3fc6, rgb(33, 33, 33))\"></path><path d=\"M 34.025 20.037 L 29.096 20.037 L 29.096 25.003 L 34.025 25.003 Z\" fill=\"var(--token-e2b224dd-83c7-4784-bd9a-7883298d3fc6, rgb(33, 33, 33))\"></path></svg>',svgContentId:10054381886,withExternalLayout:true,...addPropertyOverrides({F8tdZUaSf:{svgContentId:10695834627}},baseVariant,gestureVariant)}),isDisplayed7()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-d9r1m7\",\"data-framer-name\":\"logo-3\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"xudkiFkGU\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 33 30\"><path d=\"M 16.129 0.215 C 23.851 0.215 27.865 1.875 30.264 5.789 C 31.617 8.043 32.097 12.212 32.097 14.765 C 32.097 17.36 31.617 21.316 30.264 23.571 C 27.865 27.485 23.851 29.144 16.129 29.144 C 8.494 29.144 4.393 27.485 2.037 23.571 C 0.685 21.316 0.161 17.36 0.161 14.765 C 0.161 12.212 0.685 8.043 2.038 5.789 C 4.393 1.875 8.451 0.216 16.129 0.216 Z M 15.054 7.324 C 13.178 7.324 11.564 9.239 12.393 11.28 L 16.232 20.342 C 16.799 21.661 18.064 22.086 18.937 22.086 C 21.118 22.086 22.383 19.917 21.598 18.13 L 17.803 9.068 C 17.192 7.707 15.927 7.324 15.054 7.324 Z M 8.012 7.324 C 6.136 7.324 4.566 9.239 5.351 11.28 L 9.19 20.342 C 9.757 21.661 11.022 22.086 11.895 22.086 C 14.076 22.086 15.385 19.917 14.6 18.13 L 10.76 9.068 C 10.15 7.707 8.884 7.324 8.012 7.324 Z M 21.972 7.324 C 20.096 7.324 18.525 9.239 19.354 11.281 L 20.183 13.493 C 20.794 14.812 22.059 15.237 22.932 15.237 C 25.069 15.237 26.378 12.855 25.593 11.11 L 24.72 9.069 C 24.153 7.707 22.888 7.324 21.972 7.324 Z\" fill=\"var(--token-e2b224dd-83c7-4784-bd9a-7883298d3fc6, rgb(33, 33, 33))\"></path></svg>',svgContentId:10988177650,withExternalLayout:true,...addPropertyOverrides({ipPlNgR5M:{svgContentId:10356379915}},baseVariant,gestureVariant)}),isDisplayed8()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-hn94en\",\"data-framer-name\":\"graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"sM6v41pCX\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 65 19\"><path d=\"M 17.46 9.79 C 17.46 4.823 14.786 1 7.978 1 L 0.7 1 L 0.7 18.574 L 7.978 18.574 C 14.786 18.574 17.462 14.75 17.462 9.789 L 17.462 9.79 Z M 12.508 9.79 C 12.508 13.258 10.578 14.547 7.902 14.547 L 5.426 14.547 L 5.426 5.027 L 7.902 5.027 C 10.578 5.027 12.508 6.32 12.508 9.789 Z M 18.59 18.574 L 32.352 18.574 L 32.352 14.574 L 23.32 14.574 L 23.32 11.56 L 31.25 11.56 L 31.25 7.762 L 23.32 7.762 L 23.32 5.004 L 32.125 5.004 L 32.125 1 L 18.59 1 Z M 48.363 7.105 C 48.363 2.672 45.563 1 41.211 1 L 33.684 1 L 33.684 18.574 L 38.41 18.574 L 38.41 13.207 L 41.21 13.207 C 45.562 13.207 48.363 11.535 48.363 7.105 Z M 43.465 7.105 C 43.465 8.825 42.665 9.535 40.738 9.535 L 38.41 9.535 L 38.41 4.672 L 40.738 4.672 C 42.664 4.672 43.465 5.382 43.465 7.105 Z M 48.883 5.102 L 54.359 5.102 L 54.359 18.574 L 59.086 18.574 L 59.086 5.102 L 64.566 5.102 L 64.566 1 L 48.883 1 Z\" fill=\"var(--token-e2b224dd-83c7-4784-bd9a-7883298d3fc6, rgb(33, 33, 33))\"></path></svg>',svgContentId:8904205027,withExternalLayout:true,...addPropertyOverrides({Jl5Wkioyc:{svgContentId:10917318245}},baseVariant,gestureVariant)}),isDisplayed9()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1gllz2j\",\"data-framer-name\":\"graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"tT3lLDg0X\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 92 20\"><g id=\"ss9565478792_1\"><path d=\"M 0 0 L 92 0 L 92 19 L 0 19 Z\" fill=\"transparent\"></path><path d=\"M 3.014 12.53 C 3.014 13.622 3.248 14.461 3.554 14.968 C 3.955 15.633 4.552 15.914 5.162 15.914 C 5.948 15.914 6.667 15.714 8.053 13.75 C 9.163 12.175 10.471 9.965 11.352 8.579 L 12.842 6.231 C 13.878 4.601 15.076 2.788 16.45 1.56 C 17.572 0.557 18.782 0 20 0 C 22.045 0 23.993 1.215 25.483 3.493 C 27.115 5.987 27.907 9.13 27.907 12.373 C 27.907 14.301 27.536 15.717 26.905 16.836 C 26.296 17.919 25.108 19 23.11 19 L 23.11 15.914 C 24.821 15.914 25.248 14.303 25.248 12.458 C 25.248 9.83 24.65 6.914 23.333 4.83 C 22.398 3.351 21.187 2.448 19.855 2.448 C 18.414 2.448 17.254 3.562 15.951 5.549 C 15.258 6.604 14.546 7.89 13.748 9.342 L 12.868 10.938 C 11.102 14.149 10.655 14.88 9.772 16.086 C 8.224 18.199 6.902 19 5.162 19 C 3.098 19 1.792 18.084 0.984 16.703 C 0.324 15.578 0 14.102 0 12.42 Z\" fill=\"var(--token-e2b224dd-83c7-4784-bd9a-7883298d3fc6, rgb(33, 33, 33))\"></path><path d=\"M 2.377 3.71 C 3.759 1.527 5.753 0 8.04 0 C 9.365 0 10.682 0.402 12.057 1.553 C 13.561 2.811 15.164 4.883 17.165 8.298 L 17.882 9.524 C 19.613 12.48 20.598 14.001 21.175 14.719 C 21.916 15.64 22.435 15.914 23.11 15.914 C 24.821 15.914 25.248 14.303 25.248 12.458 L 27.907 12.373 C 27.907 14.301 27.536 15.717 26.905 16.836 C 26.296 17.919 25.108 19 23.11 19 C 21.867 19 20.767 18.723 19.55 17.547 C 18.614 16.643 17.521 15.039 16.679 13.596 L 14.177 9.311 C 12.921 7.16 11.769 5.557 11.102 4.831 C 10.385 4.05 9.463 3.107 7.992 3.107 C 6.801 3.107 5.79 3.963 4.944 5.273 Z\" fill=\"var(--token-e2b224dd-83c7-4784-bd9a-7883298d3fc6, rgb(33, 33, 33))\"></path><path d=\"M 7.992 3.107 C 6.801 3.107 5.79 3.963 4.944 5.273 C 3.747 7.125 3.014 9.882 3.014 12.53 C 3.014 13.622 3.248 14.461 3.554 14.968 L 0.984 16.703 C 0.324 15.578 0 14.102 0 12.42 C 0 9.361 0.819 6.173 2.377 3.71 C 3.759 1.527 5.753 0 8.04 0 Z\" fill=\"var(--token-e2b224dd-83c7-4784-bd9a-7883298d3fc6, rgb(33, 33, 33))\"></path><path d=\"M 33.032 0.569 L 36.519 0.569 L 42.448 11.563 L 48.377 0.569 L 51.788 0.569 L 51.788 18.634 L 48.944 18.634 L 48.944 4.789 L 43.744 14.377 L 41.075 14.377 L 35.877 4.789 L 35.877 18.634 L 33.032 18.634 Z M 60.701 7.305 C 58.661 7.305 57.433 8.878 57.139 10.827 L 64.062 10.827 C 63.919 8.82 62.79 7.305 60.701 7.305 Z M 54.318 11.937 C 54.318 7.837 56.904 4.853 60.751 4.853 C 64.535 4.853 66.794 7.799 66.794 12.156 L 66.794 12.957 L 57.139 12.957 C 57.481 15.077 58.853 16.505 61.066 16.505 C 62.831 16.505 63.935 15.953 64.981 14.944 L 66.492 16.841 C 65.068 18.183 63.257 18.956 60.965 18.956 C 56.801 18.956 54.318 15.844 54.318 11.937 Z M 70.243 7.563 L 67.624 7.563 L 67.624 5.176 L 70.243 5.176 L 70.243 1.228 L 72.987 1.228 L 72.987 5.176 L 76.965 5.176 L 76.965 7.563 L 72.987 7.563 L 72.987 13.615 C 72.987 15.681 73.632 16.415 75.215 16.415 C 75.938 16.415 76.353 16.351 76.965 16.247 L 76.965 18.608 C 76.202 18.829 75.475 18.931 74.687 18.931 C 71.724 18.931 70.243 17.271 70.243 13.95 Z M 88.521 9.885 C 87.97 8.459 86.741 7.408 84.934 7.408 C 82.585 7.408 81.082 9.116 81.082 11.899 C 81.082 14.611 82.466 16.402 84.821 16.402 C 86.673 16.402 87.995 15.298 88.521 13.924 Z M 91.266 18.634 L 88.572 18.634 L 88.572 16.75 C 87.819 17.859 86.449 18.956 84.229 18.956 C 80.66 18.956 78.274 15.894 78.274 11.899 C 78.274 7.866 80.717 4.853 84.381 4.853 C 86.191 4.853 87.612 5.595 88.572 6.905 L 88.572 5.176 L 91.266 5.176 Z\" fill=\"var(--token-25cde740-e539-4ffa-966e-dae650f890a3, rgb(51, 51, 51))\"></path></g></svg>',svgContentId:9565478792,withExternalLayout:true,...addPropertyOverrides({i8HaWSK5t:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 92 20\"><g id=\"ss11888296286_1\"><path d=\"M 0 0 L 92 0 L 92 19 L 0 19 Z\" fill=\"transparent\"></path><path d=\"M 3.014 12.53 C 3.014 13.622 3.248 14.461 3.554 14.968 C 3.955 15.633 4.552 15.914 5.162 15.914 C 5.948 15.914 6.667 15.714 8.053 13.75 C 9.163 12.175 10.471 9.965 11.352 8.579 L 12.842 6.231 C 13.878 4.601 15.076 2.788 16.45 1.56 C 17.572 0.557 18.782 0 20 0 C 22.045 0 23.993 1.215 25.483 3.493 C 27.115 5.987 27.907 9.13 27.907 12.373 C 27.907 14.301 27.536 15.717 26.905 16.836 C 26.296 17.919 25.108 19 23.11 19 L 23.11 15.914 C 24.821 15.914 25.248 14.303 25.248 12.458 C 25.248 9.83 24.65 6.914 23.333 4.83 C 22.398 3.351 21.187 2.448 19.855 2.448 C 18.414 2.448 17.254 3.562 15.951 5.549 C 15.258 6.604 14.546 7.89 13.748 9.342 L 12.868 10.938 C 11.102 14.149 10.655 14.88 9.772 16.086 C 8.224 18.199 6.902 19 5.162 19 C 3.098 19 1.792 18.084 0.984 16.703 C 0.324 15.578 0 14.102 0 12.42 Z\" fill=\"var(--token-e2b224dd-83c7-4784-bd9a-7883298d3fc6, rgb(33, 33, 33))\"></path><path d=\"M 2.377 3.71 C 3.759 1.527 5.753 0 8.04 0 C 9.365 0 10.682 0.402 12.057 1.553 C 13.561 2.811 15.164 4.883 17.165 8.298 L 17.882 9.524 C 19.613 12.48 20.598 14.001 21.175 14.719 C 21.916 15.64 22.435 15.914 23.11 15.914 C 24.821 15.914 25.248 14.303 25.248 12.458 L 27.907 12.373 C 27.907 14.301 27.536 15.717 26.905 16.836 C 26.296 17.919 25.108 19 23.11 19 C 21.867 19 20.767 18.723 19.55 17.547 C 18.614 16.643 17.521 15.039 16.679 13.596 L 14.177 9.311 C 12.921 7.16 11.769 5.557 11.102 4.831 C 10.385 4.05 9.463 3.107 7.992 3.107 C 6.801 3.107 5.79 3.963 4.944 5.273 Z\" fill=\"var(--token-e2b224dd-83c7-4784-bd9a-7883298d3fc6, rgb(33, 33, 33))\"></path><path d=\"M 7.992 3.107 C 6.801 3.107 5.79 3.963 4.944 5.273 C 3.747 7.125 3.014 9.882 3.014 12.53 C 3.014 13.622 3.248 14.461 3.554 14.968 L 0.984 16.703 C 0.324 15.578 0 14.102 0 12.42 C 0 9.361 0.819 6.173 2.377 3.71 C 3.759 1.527 5.753 0 8.04 0 Z\" fill=\"var(--token-e2b224dd-83c7-4784-bd9a-7883298d3fc6, rgb(33, 33, 33))\"></path><path d=\"M 32.665 0.601 L 36.152 0.601 L 42.081 11.595 L 48.01 0.601 L 51.421 0.601 L 51.421 18.666 L 48.577 18.666 L 48.577 4.821 L 43.377 14.408 L 40.708 14.408 L 35.51 4.821 L 35.51 18.666 L 32.665 18.666 Z M 60.334 7.336 C 58.294 7.336 57.066 8.91 56.772 10.859 L 63.695 10.859 C 63.552 8.851 62.423 7.336 60.334 7.336 Z M 53.951 11.969 C 53.951 7.869 56.537 4.884 60.384 4.884 C 64.167 4.884 66.427 7.831 66.427 12.188 L 66.427 12.989 L 56.772 12.989 C 57.114 15.108 58.486 16.537 60.699 16.537 C 62.464 16.537 63.568 15.985 64.614 14.975 L 66.125 16.872 C 64.701 18.214 62.89 18.988 60.598 18.988 C 56.434 18.988 53.951 15.875 53.951 11.969 Z M 69.876 7.595 L 67.257 7.595 L 67.257 5.208 L 69.876 5.208 L 69.876 1.259 L 72.62 1.259 L 72.62 5.208 L 76.598 5.208 L 76.598 7.595 L 72.62 7.595 L 72.62 13.646 C 72.62 15.712 73.265 16.446 74.848 16.446 C 75.571 16.446 75.986 16.383 76.598 16.278 L 76.598 18.64 C 75.835 18.861 75.108 18.962 74.32 18.962 C 71.357 18.962 69.876 17.303 69.876 13.981 Z M 88.154 9.917 C 87.603 8.49 86.374 7.44 84.567 7.44 C 82.218 7.44 80.715 9.148 80.715 11.93 C 80.715 14.643 82.099 16.434 84.454 16.434 C 86.306 16.434 87.627 15.329 88.154 13.956 Z M 90.899 18.666 L 88.205 18.666 L 88.205 16.782 C 87.452 17.891 86.082 18.988 83.862 18.988 C 80.293 18.988 77.907 15.925 77.907 11.93 C 77.907 7.897 80.35 4.884 84.013 4.884 C 85.824 4.884 87.245 5.626 88.205 6.936 L 88.205 5.208 L 90.899 5.208 Z\" fill=\"var(--token-25cde740-e539-4ffa-966e-dae650f890a3, rgb(51, 51, 51))\"></path></g></svg>',svgContentId:11888296286}},baseVariant,gestureVariant)}),isDisplayed10()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1panybr\",\"data-framer-name\":\"graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"vPvC8sItD\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 85 30\"><path d=\"M 37.833 17.12 L 31.765 7.5 L 29 7.5 L 29 22.174 L 31.994 22.174 L 31.994 12.642 L 38.077 22.174 L 40.827 22.174 L 40.827 7.5 L 37.833 7.5 Z M 51.626 12.628 C 51.138 12.136 50.551 11.754 49.904 11.508 C 48.44 10.991 46.844 10.991 45.38 11.508 C 44.733 11.754 44.146 12.136 43.658 12.628 C 43.168 13.139 42.795 13.751 42.564 14.42 C 42.3 15.182 42.17 15.984 42.179 16.79 C 42.079 18.335 42.592 19.857 43.606 21.026 C 44.685 22.055 46.147 22.586 47.635 22.489 C 48.392 22.498 49.143 22.366 49.852 22.101 C 50.503 21.855 51.091 21.468 51.574 20.967 C 52.074 20.455 52.458 19.841 52.698 19.167 C 52.966 18.396 53.096 17.584 53.082 16.768 C 53.092 15.963 52.967 15.162 52.712 14.398 C 52.484 13.729 52.114 13.118 51.626 12.606 M 49.482 19.299 C 49.026 19.849 48.349 20.168 47.634 20.168 C 46.919 20.168 46.242 19.849 45.786 19.299 C 45.339 18.531 45.131 17.648 45.188 16.761 C 45.134 15.882 45.347 15.006 45.801 14.251 C 46.258 13.702 46.935 13.386 47.649 13.389 C 48.362 13.39 49.039 13.706 49.497 14.252 C 49.947 15.01 50.157 15.883 50.103 16.761 C 50.154 17.646 49.943 18.526 49.497 19.291 M 57.28 13.125 L 57.28 11.355 L 54.48 11.355 L 54.48 22.174 L 57.37 22.174 L 57.37 15.97 C 57.386 15.479 57.573 15.009 57.899 14.638 C 58.224 14.268 58.669 14.02 59.159 13.936 C 59.742 13.771 60.35 13.715 60.954 13.768 L 60.954 11.354 C 60.814 11.354 57.961 11.288 57.258 13.124 M 68.59 19.965 C 68.393 19.976 68.196 19.976 67.999 19.965 C 67.669 19.978 67.346 19.871 67.089 19.665 C 66.816 19.351 66.69 18.936 66.742 18.524 L 66.742 13.74 L 69.219 13.74 L 69.219 11.326 L 66.742 11.326 L 66.742 8.473 L 63.852 8.473 L 63.852 11.326 L 61.864 11.326 L 61.864 13.74 L 63.844 13.74 L 63.844 18.582 C 63.742 19.603 64.048 20.623 64.694 21.42 C 65.427 22.04 66.377 22.343 67.334 22.262 C 67.695 22.262 68.055 22.238 68.413 22.189 C 68.878 22.117 69.338 22.011 69.788 21.874 L 69.167 19.819 C 68.977 19.873 68.781 19.91 68.583 19.929 M 79.419 12.27 C 79.031 11.878 78.554 11.586 78.029 11.42 C 77.349 11.202 76.637 11.101 75.923 11.12 C 74.802 11.06 73.686 11.313 72.7 11.852 C 72.291 12.127 71.946 12.488 71.69 12.91 C 71.435 13.33 71.276 13.8 71.222 14.288 L 73.868 14.537 C 74.03 13.674 74.681 13.242 75.827 13.242 C 76.284 13.232 76.733 13.362 77.113 13.615 C 77.516 13.942 77.723 14.454 77.66 14.969 L 77.66 15.509 L 76.278 15.576 C 75.596 15.6 74.918 15.668 74.245 15.781 C 73.62 15.877 73.012 16.065 72.441 16.337 C 71.921 16.581 71.473 16.954 71.141 17.419 C 70.79 17.957 70.616 18.591 70.645 19.233 C 70.629 19.736 70.728 20.236 70.933 20.696 C 71.111 21.083 71.377 21.423 71.709 21.691 C 72.043 21.958 72.428 22.154 72.84 22.269 C 73.288 22.394 73.75 22.455 74.215 22.452 C 74.928 22.48 75.635 22.324 76.27 21.998 C 76.81 21.691 77.295 21.295 77.704 20.828 L 77.704 22.188 L 80.432 22.188 L 80.432 15.4 C 80.438 14.799 80.359 14.201 80.195 13.623 C 80.057 13.123 79.804 12.662 79.456 12.277 M 77.674 17.953 C 77.686 18.306 77.612 18.657 77.457 18.975 C 77.302 19.294 77.072 19.571 76.787 19.782 C 76.253 20.145 75.614 20.325 74.969 20.294 C 74.599 20.316 74.232 20.207 73.934 19.987 C 73.689 19.778 73.552 19.468 73.564 19.146 C 73.559 18.929 73.594 18.713 73.668 18.509 C 73.742 18.302 73.882 18.125 74.068 18.004 C 74.329 17.833 74.62 17.712 74.925 17.646 C 75.41 17.531 75.905 17.467 76.403 17.456 L 77.682 17.397 Z M 85 7.5 L 82.11 7.5 L 82.11 22.174 L 85 22.174 Z\" fill=\"var(--token-25cde740-e539-4ffa-966e-dae650f890a3, rgb(51, 51, 51))\"></path><path d=\"M 0.624 1.735 C 0.46 1.734 0.303 1.798 0.185 1.912 C 0.069 2.025 0.004 2.18 0.004 2.342 L 0.004 27.716 C -0.016 27.888 0.041 28.06 0.158 28.187 C 0.276 28.317 0.444 28.39 0.62 28.389 C 0.795 28.389 0.963 28.316 1.082 28.187 C 1.198 28.059 1.254 27.888 1.236 27.717 L 1.236 2.34 C 1.236 2.18 1.171 2.026 1.057 1.914 C 0.941 1.8 0.786 1.736 0.624 1.734 Z M 5.56 1.735 C 5.397 1.737 5.242 1.801 5.125 1.915 C 5.01 2.027 4.943 2.18 4.941 2.341 L 4.941 27.716 C 4.941 27.878 5.006 28.033 5.122 28.146 C 5.366 28.384 5.755 28.384 5.999 28.146 C 6.115 28.033 6.181 27.878 6.181 27.716 L 6.181 2.341 C 6.179 2.18 6.112 2.027 5.997 1.915 C 5.88 1.801 5.724 1.737 5.561 1.735 Z M 8.033 5.36 C 7.87 5.36 7.712 5.423 7.595 5.537 C 7.479 5.65 7.413 5.805 7.413 5.967 L 7.413 19.275 C 7.394 19.447 7.45 19.618 7.568 19.745 C 7.686 19.875 7.854 19.949 8.03 19.948 C 8.205 19.948 8.372 19.874 8.491 19.746 C 8.608 19.618 8.664 19.447 8.646 19.275 L 8.646 5.966 C 8.645 5.806 8.581 5.652 8.466 5.54 C 8.35 5.426 8.195 5.362 8.033 5.36 Z M 12.97 10.198 C 12.806 10.198 12.649 10.262 12.532 10.376 C 12.416 10.489 12.351 10.643 12.351 10.805 L 12.351 24.09 C 12.351 24.252 12.416 24.407 12.532 24.52 C 12.776 24.758 13.165 24.758 13.409 24.52 C 13.525 24.407 13.59 24.252 13.59 24.09 L 13.59 10.804 C 13.59 10.643 13.524 10.489 13.409 10.376 C 13.292 10.262 13.134 10.198 12.97 10.198 Z M 10.498 7.779 C 10.336 7.781 10.181 7.845 10.065 7.959 C 9.95 8.071 9.885 8.225 9.885 8.386 L 9.885 21.68 C 9.902 21.829 9.975 21.966 10.088 22.065 C 10.325 22.273 10.679 22.273 10.916 22.065 C 11.029 21.966 11.101 21.829 11.118 21.68 L 11.118 8.386 C 11.118 8.224 11.053 8.069 10.937 7.956 C 10.819 7.842 10.662 7.778 10.498 7.779 Z M 15.443 1.735 C 15.28 1.737 15.124 1.801 15.007 1.915 C 14.892 2.027 14.825 2.18 14.823 2.341 L 14.823 27.716 C 14.823 27.878 14.889 28.033 15.005 28.146 C 15.249 28.382 15.636 28.382 15.879 28.145 C 15.993 28.031 16.056 27.877 16.055 27.716 L 16.055 2.341 C 16.055 2.181 15.991 2.028 15.877 1.915 C 15.761 1.801 15.606 1.736 15.443 1.735 Z M 20.38 1.735 C 20.218 1.737 20.063 1.801 19.947 1.915 C 19.832 2.027 19.768 2.181 19.767 2.341 L 19.767 27.716 C 19.765 27.877 19.829 28.032 19.944 28.145 C 20.06 28.26 20.217 28.324 20.38 28.323 C 20.544 28.323 20.701 28.259 20.818 28.145 C 20.934 28.032 21 27.878 21 27.716 L 21 2.341 C 20.998 2.18 20.931 2.027 20.816 1.915 C 20.699 1.801 20.543 1.737 20.38 1.735 Z M 17.915 0.5 C 17.751 0.499 17.593 0.562 17.475 0.676 C 17.359 0.789 17.295 0.944 17.295 1.106 L 17.295 28.901 C 17.312 29.05 17.385 29.187 17.498 29.286 C 17.735 29.494 18.089 29.494 18.326 29.286 C 18.439 29.187 18.511 29.05 18.528 28.901 L 18.528 1.136 C 18.53 0.975 18.466 0.82 18.351 0.707 C 18.235 0.592 18.078 0.528 17.915 0.529 M 3.089 0.5 C 2.926 0.5 2.77 0.564 2.653 0.678 C 2.539 0.791 2.475 0.946 2.476 1.107 L 2.476 28.9 C 2.476 29.059 2.541 29.211 2.656 29.324 C 2.899 29.557 3.282 29.557 3.525 29.324 C 3.64 29.213 3.707 29.06 3.709 28.9 L 3.709 1.135 C 3.708 0.974 3.643 0.819 3.527 0.707 C 3.41 0.593 3.253 0.529 3.089 0.529\" fill=\"var(--token-e2b224dd-83c7-4784-bd9a-7883298d3fc6, rgb(33, 33, 33))\"></path></svg>',svgContentId:9640688395,withExternalLayout:true,...addPropertyOverrides({rzcSlNWaP:{svgContentId:10536534480}},baseVariant,gestureVariant)}),isDisplayed11()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-176t1f0\",\"data-framer-name\":\"graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"FChhv3OeY\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 115 27\"><g transform=\"translate(7.381 4.968)\" id=\"ss9386596768_1\"><path d=\"M 39.792 16.082 L 39.792 16.218 L 34.662 16.218 L 34.662 14.254 L 34.699 14.249 L 34.661 14.249 C 34.662 14.247 34.661 9.093 34.661 9.093 C 34.65 8.792 34.762 7.449 33.209 7.464 C 33.21 7.468 31.614 7.49 31.65 9.379 L 31.65 9.381 L 31.645 14.483 C 31.691 16.053 32.645 16.086 32.648 16.086 L 32.648 16.217 L 27.462 16.217 L 27.462 16.216 L 24.508 16.216 C 24.394 16.229 20.788 16.345 20.643 13.043 L 20.643 11.258 C 20.643 11.258 19.215 11.571 18.768 11.907 C 18.768 11.907 17.625 12.62 18.379 13.844 C 18.379 13.844 18.94 14.811 20.753 14.453 L 19.868 16.221 L 18.121 16.221 C 18.121 16.221 14.044 16.303 13.566 13.358 C 13.566 13.337 13.2 11.047 15.983 10.119 C 15.983 10.119 16.936 9.79 18.747 9.475 C 18.767 9.475 20.295 9.261 20.438 8.446 C 20.473 8.281 20.455 8.11 20.387 7.955 C 20.412 8.019 19.692 6.162 15.294 8.04 C 15.313 8.06 16.199 5.326 16.199 5.326 C 16.199 5.326 20.342 4.128 23.232 5.873 C 23.213 5.892 24.742 6.691 24.722 9.197 L 24.767 12.664 C 24.762 12.713 24.764 14.439 26.493 14.536 C 26.493 14.553 27.106 14.548 27.458 14.546 L 27.458 6.979 C 27.458 6.937 27.552 5.362 26.483 5.291 L 26.483 5.146 L 31.652 4.949 L 31.65 6.235 C 31.931 5.962 33.072 4.963 34.759 4.932 C 34.759 4.932 38.782 4.794 38.776 8.669 C 38.777 8.669 38.782 14.246 38.782 14.246 C 38.751 16.055 39.792 16.082 39.792 16.082 Z M 0 0.193 L 0 0.026 L 5.609 0.026 L 9.635 11.583 L 12.612 2.311 C 12.612 2.311 13.221 0.751 11.592 0.133 L 11.592 0 L 16.085 0 L 10.408 16.341 L 8.045 15.446 C 8.045 15.446 6.131 14.89 5.113 12.068 L 1.419 2.04 C 1.419 2.04 0.953 0.42 0 0.193 Z M 99.976 14.249 C 99.95 16.187 100.998 16.084 101 16.084 L 101 16.221 L 95.722 16.218 L 95.722 16.216 L 95.721 16.218 L 95.721 9.247 L 95.719 9.102 C 95.719 9.168 95.719 7.322 94.073 7.302 C 94.053 7.322 92.141 7.122 92.141 10.635 C 92.122 10.654 92.122 14.743 95.354 14.218 C 95.354 14.235 94.221 16.21 94.221 16.21 C 94.221 16.21 91.6 17.099 89.427 14.816 C 89.427 14.816 87.774 13.404 87.774 10.635 C 87.794 10.654 87.719 8.027 89.427 6.362 C 89.41 6.416 92.064 3.469 95.719 5.743 L 95.719 2.057 C 95.719 2.017 95.812 0.44 94.742 0.37 L 94.742 0.227 L 99.972 0.028 L 99.976 14.249 Z M 84.271 6.411 C 85.417 4.29 87.616 4.947 87.616 4.947 L 87.616 7.72 C 84.128 7.151 84.274 9.733 84.271 9.718 L 84.269 9.718 L 84.267 14.244 C 84.245 16.163 85.246 16.087 85.295 16.085 L 85.295 16.218 L 80.077 16.218 L 80.077 16.216 L 77.059 16.216 C 76.949 16.229 73.341 16.345 73.2 13.043 L 73.2 11.258 C 73.2 11.258 71.766 11.571 71.32 11.907 C 71.32 11.907 70.18 12.62 70.934 13.844 C 70.934 13.844 71.493 14.811 73.306 14.453 L 72.422 16.223 L 70.672 16.223 C 70.672 16.223 66.598 16.303 66.12 13.357 C 66.12 13.337 65.753 11.045 68.537 10.121 C 68.537 10.121 69.489 9.79 71.299 9.475 C 71.32 9.475 72.847 9.261 72.99 8.447 C 73.027 8.282 73.009 8.11 72.94 7.955 C 72.961 8.021 72.245 6.162 67.845 8.04 C 67.87 8.06 68.754 5.326 68.754 5.326 C 68.754 5.326 72.898 4.128 75.788 5.873 C 75.767 5.894 77.294 6.692 77.276 9.195 L 77.321 12.664 C 77.314 12.715 77.315 14.439 79.046 14.535 C 79.046 14.551 79.738 14.548 80.075 14.546 L 80.075 13.653 L 80.077 6.979 C 80.077 6.937 80.168 5.359 79.101 5.29 L 79.101 5.149 L 84.271 4.949 Z\" fill=\"var(--token-25cde740-e539-4ffa-966e-dae650f890a3, rgb(51, 51, 51))\"></path><path d=\"M 36.343 14.025 C 37.924 14.025 37.741 11.864 37.741 11.831 C 37.707 9.976 36.346 10.031 36.346 10.031 C 34.847 10.031 34.907 11.883 34.889 11.864 C 34.725 13.918 36.231 14.05 36.343 14.025 Z M 48.152 7.883 L 48.152 15.106 C 48.152 15.106 48.115 16.671 49.567 16.657 C 49.56 16.632 51.102 16.886 51.159 14.731 C 51.161 14.734 51.161 14.737 51.164 14.737 L 51.165 13.424 L 51.165 9.929 C 51.165 9.887 51.258 8.312 50.189 8.241 L 50.189 8.096 L 55.358 7.899 L 55.358 17.196 C 55.355 17.236 55.263 18.984 56.383 19.035 L 56.383 19.166 L 51.159 19.166 L 51.16 17.847 C 50.948 18.061 49.783 19.148 48.024 19.181 C 48.024 19.181 43.928 19.322 43.937 15.443 C 43.922 15.413 43.93 11.312 43.934 9.911 L 40.784 9.911 C 40.903 10.008 41.058 10.212 41.059 10.212 C 42.827 12.439 41.109 14.29 41.093 14.308 C 39.959 15.869 36.296 16.307 36.296 16.307 L 36.069 16.333 C 34.829 16.375 35.223 16.994 35.227 16.997 C 35.406 17.409 36.3 17.345 36.3 17.345 L 38.397 17.345 C 42.642 17.331 43.095 20.065 43.112 20.065 C 43.81 23.901 39.883 25.045 35.961 24.944 C 32.071 24.969 30.629 23.304 30.644 23.317 C 29.656 22.192 30.178 20.621 31.927 20.145 C 33.221 19.794 34.749 20.145 34.749 20.145 C 33.588 20.304 33.793 21.467 33.796 21.475 C 34.185 22.85 36.173 22.864 36.293 22.865 C 38.832 22.737 38.904 21.521 38.904 20.927 C 38.904 20.143 38.242 19.672 38.242 19.672 C 37.322 19.007 35.58 19.217 34.369 19.165 C 32.67 19.07 32.229 17.501 32.148 17.021 C 32.069 16.536 32.161 16.341 32.444 16.162 C 32.957 15.865 34.122 15.735 33.989 15.738 L 34.014 15.733 C 33.993 15.728 33.979 15.728 33.978 15.728 C 32.517 15.271 31.649 14.062 31.633 14.062 C 29.776 11.451 31.941 9.393 31.941 9.393 C 33.184 8.214 34.763 7.95 36.173 7.883 L 48.152 7.883 Z\" fill=\"var(--token-25cde740-e539-4ffa-966e-dae650f890a3, rgb(51, 51, 51))\"></path></g></svg>',svgContentId:9386596768,withExternalLayout:true,...addPropertyOverrides({gjdQZCMm1:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 115 27\"><g transform=\"translate(7.381 4.968)\" id=\"ss10216233395_1\"><path d=\"M 39.792 16.082 L 39.792 16.218 L 34.662 16.218 L 34.662 14.254 L 34.699 14.249 L 34.661 14.249 C 34.662 14.247 34.661 9.093 34.661 9.093 C 34.65 8.792 34.762 7.449 33.209 7.464 C 33.21 7.468 31.614 7.49 31.65 9.379 L 31.65 9.381 L 31.645 14.483 C 31.691 16.053 32.645 16.086 32.648 16.086 L 32.648 16.217 L 27.462 16.217 L 27.462 16.216 L 24.508 16.216 C 24.394 16.229 20.788 16.345 20.643 13.043 L 20.643 11.258 C 20.643 11.258 19.215 11.571 18.768 11.907 C 18.768 11.907 17.625 12.62 18.379 13.844 C 18.379 13.844 18.94 14.811 20.753 14.453 L 19.868 16.221 L 18.121 16.221 C 18.121 16.221 14.044 16.303 13.566 13.358 C 13.566 13.337 13.2 11.047 15.983 10.119 C 15.983 10.119 16.936 9.79 18.747 9.475 C 18.767 9.475 20.295 9.261 20.438 8.446 C 20.473 8.281 20.455 8.11 20.387 7.955 C 20.412 8.019 19.692 6.162 15.294 8.04 C 15.313 8.06 16.199 5.326 16.199 5.326 C 16.199 5.326 20.342 4.128 23.232 5.873 C 23.213 5.892 24.742 6.691 24.722 9.197 L 24.767 12.664 C 24.762 12.713 24.764 14.439 26.493 14.536 C 26.493 14.553 27.106 14.548 27.458 14.546 L 27.458 6.979 C 27.458 6.937 27.552 5.362 26.483 5.291 L 26.483 5.146 L 31.652 4.949 L 31.65 6.235 C 31.931 5.962 33.072 4.963 34.759 4.932 C 34.759 4.932 38.782 4.794 38.776 8.669 C 38.777 8.669 38.782 14.246 38.782 14.246 C 38.751 16.055 39.792 16.082 39.792 16.082 Z M 0 0.193 L 0 0.026 L 5.609 0.026 L 9.635 11.583 L 12.612 2.311 C 12.612 2.311 13.221 0.751 11.592 0.133 L 11.592 0 L 16.085 0 L 10.408 16.341 L 8.045 15.446 C 8.045 15.446 6.131 14.89 5.113 12.068 L 1.419 2.04 C 1.419 2.04 0.953 0.42 0 0.193 Z M 99.976 14.249 C 99.95 16.187 100.998 16.084 101 16.084 L 101 16.221 L 95.722 16.218 L 95.722 16.216 L 95.721 16.218 L 95.721 9.247 L 95.719 9.102 C 95.719 9.168 95.719 7.322 94.073 7.302 C 94.053 7.322 92.141 7.122 92.141 10.635 C 92.122 10.654 92.122 14.743 95.354 14.218 C 95.354 14.235 94.221 16.21 94.221 16.21 C 94.221 16.21 91.6 17.099 89.427 14.816 C 89.427 14.816 87.774 13.404 87.774 10.635 C 87.794 10.654 87.719 8.027 89.427 6.362 C 89.41 6.416 92.064 3.469 95.719 5.743 L 95.719 2.057 C 95.719 2.017 95.812 0.44 94.742 0.37 L 94.742 0.227 L 99.972 0.028 L 99.976 14.249 Z M 84.271 6.411 C 85.417 4.29 87.616 4.947 87.616 4.947 L 87.616 7.72 C 84.128 7.151 84.274 9.733 84.271 9.718 L 84.269 9.718 L 84.267 14.244 C 84.245 16.163 85.246 16.087 85.295 16.085 L 85.295 16.218 L 80.077 16.218 L 80.077 16.216 L 77.059 16.216 C 76.949 16.229 73.341 16.345 73.2 13.043 L 73.2 11.258 C 73.2 11.258 71.766 11.571 71.32 11.907 C 71.32 11.907 70.18 12.62 70.934 13.844 C 70.934 13.844 71.493 14.811 73.306 14.453 L 72.422 16.223 L 70.672 16.223 C 70.672 16.223 66.598 16.303 66.12 13.357 C 66.12 13.337 65.753 11.045 68.537 10.121 C 68.537 10.121 69.489 9.79 71.299 9.475 C 71.32 9.475 72.847 9.261 72.99 8.447 C 73.027 8.282 73.009 8.11 72.94 7.955 C 72.961 8.021 72.245 6.162 67.845 8.04 C 67.87 8.06 68.754 5.326 68.754 5.326 C 68.754 5.326 72.898 4.128 75.788 5.873 C 75.767 5.894 77.294 6.692 77.276 9.195 L 77.321 12.664 C 77.314 12.715 77.315 14.439 79.046 14.535 C 79.046 14.551 79.738 14.548 80.075 14.546 L 80.075 13.653 L 80.077 6.979 C 80.077 6.937 80.168 5.359 79.101 5.29 L 79.101 5.149 L 84.271 4.949 Z\" fill=\"var(--token-25cde740-e539-4ffa-966e-dae650f890a3, rgb(51, 51, 51))\"></path><path d=\"M 45.763 11.075 C 47.344 11.075 47.16 8.914 47.16 8.881 C 47.127 7.026 45.766 7.081 45.766 7.081 C 44.266 7.081 44.326 8.933 44.309 8.914 C 44.145 10.968 45.65 11.1 45.763 11.075 Z M 57.571 4.933 L 57.571 12.156 C 57.571 12.156 57.534 13.721 58.986 13.707 C 58.98 13.681 60.522 13.936 60.578 11.781 C 60.581 11.784 60.581 11.787 60.583 11.787 L 60.585 10.474 L 60.585 6.979 C 60.585 6.937 60.678 5.362 59.608 5.291 L 59.608 5.146 L 64.777 4.949 L 64.777 14.246 C 64.775 14.285 64.682 16.034 65.803 16.085 L 65.803 16.216 L 60.578 16.216 L 60.58 14.897 C 60.367 15.111 59.202 16.198 57.444 16.231 C 57.444 16.231 53.348 16.372 53.356 12.492 C 53.341 12.463 53.35 8.362 53.354 6.961 L 50.203 6.961 C 50.322 7.058 50.477 7.262 50.478 7.262 C 52.247 9.488 50.528 11.34 50.513 11.358 C 49.378 12.919 45.716 13.357 45.716 13.357 L 45.488 13.382 C 44.248 13.425 44.642 14.044 44.647 14.047 C 44.826 14.459 45.719 14.394 45.719 14.394 L 47.816 14.394 C 52.062 14.38 52.514 17.115 52.532 17.115 C 53.23 20.951 49.302 22.095 45.381 21.994 C 41.49 22.019 40.048 20.353 40.063 20.367 C 39.076 19.241 39.597 17.671 41.347 17.194 C 42.64 16.844 44.169 17.194 44.169 17.194 C 43.007 17.354 43.213 18.517 43.215 18.525 C 43.605 19.899 45.593 19.913 45.713 19.915 C 48.251 19.786 48.324 18.571 48.324 17.977 C 48.324 17.193 47.661 16.722 47.661 16.722 C 46.741 16.057 45 16.267 43.788 16.215 C 42.089 16.12 41.649 14.551 41.568 14.071 C 41.489 13.586 41.58 13.391 41.864 13.212 C 42.376 12.915 43.541 12.785 43.409 12.787 L 43.434 12.783 C 43.412 12.778 43.399 12.778 43.397 12.778 C 41.936 12.321 41.068 11.112 41.053 11.112 C 39.196 8.501 41.361 6.442 41.361 6.442 C 42.604 5.264 44.182 5 45.593 4.933 L 57.572 4.933 Z\" fill=\"var(--token-25cde740-e539-4ffa-966e-dae650f890a3, rgb(51, 51, 51))\"></path></g></svg>',svgContentId:10216233395}},baseVariant,gestureVariant)}),isDisplayed12()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-sfurlp\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:28,intrinsicWidth:71,layoutDependency:layoutDependency,layoutId:\"BfB8KoDAx\",svg:'<svg width=\"71\" height=\"28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M70.701.313h-3.905a3.266 3.266 0 0 0-2.705 1.434l-5.223 7.705a.351.351 0 0 1-.58 0l-5.223-7.705A3.265 3.265 0 0 0 50.361.313h-3.906l9.304 13.725-9.252 13.649h3.905a3.267 3.267 0 0 0 2.705-1.434l5.171-7.628a.351.351 0 0 1 .58 0l5.171 7.628a3.267 3.267 0 0 0 2.705 1.434h3.906l-9.253-13.649L70.7.313Zm-32.281 2.8v24.574h1.867a2.8 2.8 0 0 0 2.8-2.8V.313h-1.866a2.8 2.8 0 0 0-2.8 2.8ZM35 .313h-1.662a3.915 3.915 0 0 0-3.819 3.048l-3.715 16.335L22.55 4.448c-.602-2.819-3.493-4.72-6.452-3.902-1.885.52-3.283 2.113-3.69 4.025l-3.22 15.105L5.48 3.362A3.919 3.919 0 0 0 1.66.313H0l6.226 27.373h2.358a4.537 4.537 0 0 0 4.437-3.59L17 5.42a.505.505 0 0 1 .986 0l3.983 18.677a4.535 4.535 0 0 0 4.436 3.588h2.367L34.999.314Z\" fill=\"#333\"/></svg>',withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Bv5M1.framer-wp3n64, .framer-Bv5M1 .framer-wp3n64 { display: block; }\",\".framer-Bv5M1.framer-bo2dek { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 28px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Bv5M1 .framer-12jz2u6 { flex: none; height: 24px; position: relative; width: 151px; }\",\".framer-Bv5M1 .framer-1ctl3h2 { flex: none; height: 20px; position: relative; width: 100px; }\",\".framer-Bv5M1 .framer-1gw6nng { flex: none; height: 24px; position: relative; width: 86px; }\",\".framer-Bv5M1 .framer-gtzfhi { flex: none; height: 30px; position: relative; width: 81px; }\",\".framer-Bv5M1 .framer-w4ci65 { flex: none; height: 20px; position: relative; width: 51px; }\",\".framer-Bv5M1 .framer-1wlsojn { flex: none; height: 23px; position: relative; width: 56px; }\",\".framer-Bv5M1 .framer-1490weg { flex: none; height: 27px; position: relative; width: 35px; }\",\".framer-Bv5M1 .framer-d9r1m7 { flex: none; height: 30px; position: relative; width: 33px; }\",\".framer-Bv5M1 .framer-hn94en { flex: none; height: 19px; position: relative; width: 65px; }\",\".framer-Bv5M1 .framer-1gllz2j { flex: none; height: 20px; position: relative; width: 92px; }\",\".framer-Bv5M1 .framer-1panybr { flex: none; height: 30px; position: relative; width: 85px; }\",\".framer-Bv5M1 .framer-176t1f0 { flex: none; height: 27px; position: relative; width: 115px; }\",\".framer-Bv5M1 .framer-sfurlp { aspect-ratio: 2.5357142857142856 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); position: relative; width: 52px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Bv5M1.framer-bo2dek { gap: 0px; } .framer-Bv5M1.framer-bo2dek > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Bv5M1.framer-bo2dek > :first-child { margin-left: 0px; } .framer-Bv5M1.framer-bo2dek > :last-child { margin-right: 0px; } }\",\".framer-Bv5M1.framer-v-1uj1urn.framer-bo2dek { height: min-content; }\",\".framer-Bv5M1.framer-v-1ibvaey.framer-bo2dek { width: 101px; }\",\".framer-Bv5M1.framer-v-1ibvaey .framer-176t1f0 { order: 0; }\",\".framer-Bv5M1.framer-v-1trap8.framer-bo2dek { width: 58px; }\",\".framer-Bv5M1.framer-v-1trap8 .framer-sfurlp { order: 12; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 28\n * @framerIntrinsicWidth 86\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"hIi3JX7Sc\":{\"layout\":[\"auto\",\"fixed\"]},\"ipPlNgR5M\":{\"layout\":[\"auto\",\"fixed\"]},\"SS7aihU75\":{\"layout\":[\"auto\",\"fixed\"]},\"aKEfdJnS5\":{\"layout\":[\"auto\",\"fixed\"]},\"Ibps8YD2E\":{\"layout\":[\"auto\",\"fixed\"]},\"F8tdZUaSf\":{\"layout\":[\"auto\",\"auto\"]},\"mk2psJxKc\":{\"layout\":[\"auto\",\"fixed\"]},\"Jl5Wkioyc\":{\"layout\":[\"auto\",\"fixed\"]},\"i8HaWSK5t\":{\"layout\":[\"auto\",\"fixed\"]},\"rzcSlNWaP\":{\"layout\":[\"auto\",\"fixed\"]},\"gjdQZCMm1\":{\"layout\":[\"fixed\",\"fixed\"]},\"DHOAPwA_9\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerw0t5UG_y2=withCSS(Component,css,\"framer-Bv5M1\");export default Framerw0t5UG_y2;Framerw0t5UG_y2.displayName=\"logo-company\";Framerw0t5UG_y2.defaultProps={height:28,width:86};addPropertyControls(Framerw0t5UG_y2,{variant:{options:[\"TarUDf2SO\",\"hIi3JX7Sc\",\"ipPlNgR5M\",\"SS7aihU75\",\"aKEfdJnS5\",\"Ibps8YD2E\",\"F8tdZUaSf\",\"mk2psJxKc\",\"Jl5Wkioyc\",\"i8HaWSK5t\",\"rzcSlNWaP\",\"gjdQZCMm1\",\"DHOAPwA_9\"],optionTitles:[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\",\"11\",\"12\",\"13\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerw0t5UG_y2,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerw0t5UG_y2\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"hIi3JX7Sc\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"ipPlNgR5M\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"SS7aihU75\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"aKEfdJnS5\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"Ibps8YD2E\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"F8tdZUaSf\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"mk2psJxKc\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"Jl5Wkioyc\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"i8HaWSK5t\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"rzcSlNWaP\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"gjdQZCMm1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"DHOAPwA_9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"28\",\"framerIntrinsicWidth\":\"86\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./w0t5UG_y2.map", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/jyRNgY7vYWXe6t31T0wo/Ticker.js\";import LogoCompany from\"https://framerusercontent.com/modules/LnvmCs4yl7F9JUPPjn2R/OkBwZhzPt0om0ILyQIUc/w0t5UG_y2.js\";const LogoCompanyFonts=getFonts(LogoCompany);const TickerFonts=getFonts(Ticker);const enabledGestures={MQNqhbfqB:{hover:true}};const serializationHash=\"framer-SLeEl\";const variantClassNames={MQNqhbfqB:\"framer-v-eqnv8o\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"MQNqhbfqB\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-eqnv8o\",className,classNames),\"data-framer-name\":\"default\",layoutDependency:layoutDependency,layoutId:\"MQNqhbfqB\",ref:refBinding,style:{...style},...addPropertyOverrides({\"MQNqhbfqB-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1jmqw1v-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"AwUd7n68M-container\",nodeId:\"AwUd7n68M\",rendersWithMotion:true,scopeId:\"eYTerrKhc\",style:{opacity:.65},variants:{\"MQNqhbfqB-hover\":{opacity:.8}},children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:40,height:\"100%\",hoverFactor:1,id:\"AwUd7n68M\",layoutId:\"AwUd7n68M\",padding:16,paddingBottom:16,paddingLeft:16,paddingPerSide:false,paddingRight:16,paddingTop:16,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1q9kafj-container\",\"data-framer-name\":\"logo-1\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"EjDXFQTdg-container\",name:\"logo-1\",nodeId:\"EjDXFQTdg\",rendersWithMotion:true,scopeId:\"eYTerrKhc\",children:/*#__PURE__*/_jsx(LogoCompany,{height:\"100%\",id:\"EjDXFQTdg\",layoutId:\"EjDXFQTdg\",name:\"logo-1\",variant:\"TarUDf2SO\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-cp7j7f-container\",\"data-framer-name\":\"logo-2\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"R3YwE13Mq-container\",name:\"logo-2\",nodeId:\"R3YwE13Mq\",rendersWithMotion:true,scopeId:\"eYTerrKhc\",children:/*#__PURE__*/_jsx(LogoCompany,{height:\"100%\",id:\"R3YwE13Mq\",layoutId:\"R3YwE13Mq\",name:\"logo-2\",variant:\"hIi3JX7Sc\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-i4j66v-container\",\"data-framer-name\":\"logo-3\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"WwyvyCW5i-container\",name:\"logo-3\",nodeId:\"WwyvyCW5i\",rendersWithMotion:true,scopeId:\"eYTerrKhc\",children:/*#__PURE__*/_jsx(LogoCompany,{height:\"100%\",id:\"WwyvyCW5i\",layoutId:\"WwyvyCW5i\",name:\"logo-3\",variant:\"ipPlNgR5M\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1vyw9c4-container\",\"data-framer-name\":\"logo-4\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"I87NVjF2J-container\",name:\"logo-4\",nodeId:\"I87NVjF2J\",rendersWithMotion:true,scopeId:\"eYTerrKhc\",children:/*#__PURE__*/_jsx(LogoCompany,{height:\"100%\",id:\"I87NVjF2J\",layoutId:\"I87NVjF2J\",name:\"logo-4\",variant:\"SS7aihU75\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-s7smco-container\",\"data-framer-name\":\"logo-5\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"M90peXAN2-container\",name:\"logo-5\",nodeId:\"M90peXAN2\",rendersWithMotion:true,scopeId:\"eYTerrKhc\",children:/*#__PURE__*/_jsx(LogoCompany,{height:\"100%\",id:\"M90peXAN2\",layoutId:\"M90peXAN2\",name:\"logo-5\",variant:\"aKEfdJnS5\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-9kywv9-container\",\"data-framer-name\":\"logo-6\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"UCoYYY4mr-container\",name:\"logo-6\",nodeId:\"UCoYYY4mr\",rendersWithMotion:true,scopeId:\"eYTerrKhc\",children:/*#__PURE__*/_jsx(LogoCompany,{height:\"100%\",id:\"UCoYYY4mr\",layoutId:\"UCoYYY4mr\",name:\"logo-6\",variant:\"Ibps8YD2E\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1eko1zk-container\",\"data-framer-name\":\"logo-7\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"Hyw506nd9-container\",name:\"logo-7\",nodeId:\"Hyw506nd9\",rendersWithMotion:true,scopeId:\"eYTerrKhc\",children:/*#__PURE__*/_jsx(LogoCompany,{height:\"100%\",id:\"Hyw506nd9\",layoutId:\"Hyw506nd9\",name:\"logo-7\",variant:\"mk2psJxKc\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1llqcmc-container\",\"data-framer-name\":\"logo-8\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"Kv6Q6eYjb-container\",name:\"logo-8\",nodeId:\"Kv6Q6eYjb\",rendersWithMotion:true,scopeId:\"eYTerrKhc\",children:/*#__PURE__*/_jsx(LogoCompany,{height:\"100%\",id:\"Kv6Q6eYjb\",layoutId:\"Kv6Q6eYjb\",name:\"logo-8\",variant:\"F8tdZUaSf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ovd7s-container\",\"data-framer-name\":\"logo-9\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"xPlVdkCx7-container\",name:\"logo-9\",nodeId:\"xPlVdkCx7\",rendersWithMotion:true,scopeId:\"eYTerrKhc\",children:/*#__PURE__*/_jsx(LogoCompany,{height:\"100%\",id:\"xPlVdkCx7\",layoutId:\"xPlVdkCx7\",name:\"logo-9\",variant:\"Jl5Wkioyc\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-cmciqj-container\",\"data-framer-name\":\"logo-10\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"A_uCLxoNP-container\",name:\"logo-10\",nodeId:\"A_uCLxoNP\",rendersWithMotion:true,scopeId:\"eYTerrKhc\",children:/*#__PURE__*/_jsx(LogoCompany,{height:\"100%\",id:\"A_uCLxoNP\",layoutId:\"A_uCLxoNP\",name:\"logo-10\",variant:\"i8HaWSK5t\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1sm0fg7-container\",\"data-framer-name\":\"logo-11\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"jwd2Szpda-container\",name:\"logo-11\",nodeId:\"jwd2Szpda\",rendersWithMotion:true,scopeId:\"eYTerrKhc\",children:/*#__PURE__*/_jsx(LogoCompany,{height:\"100%\",id:\"jwd2Szpda\",layoutId:\"jwd2Szpda\",name:\"logo-11\",variant:\"rzcSlNWaP\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-o7omj2-container\",\"data-framer-name\":\"logo-12\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"Jc8M2hbR4-container\",name:\"logo-12\",nodeId:\"Jc8M2hbR4\",rendersWithMotion:true,scopeId:\"eYTerrKhc\",children:/*#__PURE__*/_jsx(LogoCompany,{height:\"100%\",id:\"Jc8M2hbR4\",layoutId:\"Jc8M2hbR4\",name:\"logo-12\",variant:\"gjdQZCMm1\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-7d2oz0-container\",\"data-framer-name\":\"logo-13\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"QrrmkCA6i-container\",name:\"logo-13\",nodeId:\"QrrmkCA6i\",rendersWithMotion:true,scopeId:\"eYTerrKhc\",children:/*#__PURE__*/_jsx(LogoCompany,{height:\"100%\",id:\"QrrmkCA6i\",layoutId:\"QrrmkCA6i\",name:\"logo-13\",variant:\"DHOAPwA_9\",width:\"100%\"})})})],speed:50,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-SLeEl.framer-19hgayb, .framer-SLeEl .framer-19hgayb { display: block; }\",\".framer-SLeEl.framer-eqnv8o { cursor: pointer; height: 44px; overflow: hidden; position: relative; width: 360px; }\",\".framer-SLeEl .framer-1jmqw1v-container { bottom: 0px; cursor: default; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-SLeEl .framer-1q9kafj-container, .framer-SLeEl .framer-cp7j7f-container, .framer-SLeEl .framer-i4j66v-container, .framer-SLeEl .framer-1vyw9c4-container, .framer-SLeEl .framer-s7smco-container, .framer-SLeEl .framer-9kywv9-container, .framer-SLeEl .framer-1eko1zk-container, .framer-SLeEl .framer-1llqcmc-container, .framer-SLeEl .framer-1ovd7s-container, .framer-SLeEl .framer-cmciqj-container, .framer-SLeEl .framer-1sm0fg7-container, .framer-SLeEl .framer-o7omj2-container, .framer-SLeEl .framer-7d2oz0-container { height: auto; position: relative; width: auto; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 44\n * @framerIntrinsicWidth 360\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"nF32ZjacA\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramereYTerrKhc=withCSS(Component,css,\"framer-SLeEl\");export default FramereYTerrKhc;FramereYTerrKhc.displayName=\"logo-ticker\";FramereYTerrKhc.defaultProps={height:44,width:360};addFonts(FramereYTerrKhc,[{explicitInter:true,fonts:[]},...LogoCompanyFonts,...TickerFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramereYTerrKhc\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"360\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"nF32ZjacA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"44\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./eYTerrKhc.map"],
  "mappings": "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",
  "names": ["noopReturn", "e", "velocityPerSecond", "calcBezier", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "t", "o", "cubicBezier", "__rest", "e", "t", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "n", "a", "velocityPerSecond", "calcDampingRatio", "e", "t", "hasReachedTarget", "spring", "c", "i", "h", "u", "d", "f", "l", "g", "glide", "r", "o", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "W", "L", "D", "e", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "t", "j", "B", "testAnimation", "e", "C", "$", "R", "resolveElements", "e", "t", "n", "createGeneratorEasing", "e", "t", "n", "o", "getGenerator", "i", "s", "r", "a", "getKeyframes", "pregenerateKeyframes", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "N", "spring", "F", "glide", "U", "inView$1", "resolveElements", "onIntersectionChange", "q", "K", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "G", "_", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "e", "t", "n", "dispatchViewEvent", "se", "o", "i", "__rest", "inView$1", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "ce", "le", "MAX_DUPLICATED_ITEMS", "directionTransformers", "offset", "Ticker", "props", "slots", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "speed", "hoverFactor", "direction", "alignment", "sizingOptions", "fadeOptions", "style", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "widthType", "heightType", "paddingValue", "currentTarget", "RenderTarget", "isCanvas", "filteredSlots", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "childrenStyles", "initialResize", "fe", "frame", "resize", "contentSize", "child", "index", "ref", "p", "LayoutGroup", "q", "isInView", "useInView", "i", "childIndex", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "ue", "playOrPause", "hidden", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "isDisplayed8", "isDisplayed9", "isDisplayed10", "isDisplayed11", "isDisplayed12", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "SVG", "css", "Framerw0t5UG_y2", "withCSS", "w0t5UG_y2_default", "addPropertyControls", "ControlType", "addFonts", "LogoCompanyFonts", "getFonts", "w0t5UG_y2_default", "TickerFonts", "Ticker", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramereYTerrKhc", "withCSS", "eYTerrKhc_default", "addFonts"]
}
