{
  "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/1LqNz5Up2IYheSj9ZpxM/YuWcxXB2sTmrBImgjyBW/cn0AQDz5V.js", "ssg:https://framerusercontent.com/modules/1mGXKMgTl5H2JaEBNFKY/ztr3TfRUEox90TDtWNQQ/eoPHmM_mm.js", "ssg:https://framerusercontent.com/modules/w1P227kktztr1QRzDJVR/2my8r3l7oA1WG0tUmVLt/g74QgHInF.js", "ssg:https://framerusercontent.com/modules/ZHwWyZFystNTsCRZFIAr/beu72ygH4FtEWtrsVqVC/gG9di8yy_.js", "ssg:https://framerusercontent.com/modules/9SinmL5ZxafIc4LBCpHp/4Ukch6qLo2JRc0wr26iv/lMpx28Rke.js", "ssg:https://framerusercontent.com/modules/pEAfL7c9KMEfd5jLrqGb/rNuNUHrTnFZJ4WL1Zvhb/m1IjFISV9.js", "ssg:https://framerusercontent.com/modules/XHM50490fsDsk8kfUoFn/Mr2by7UTlr3JE1mA3iHv/t59mFspOW.js", "ssg:https://framerusercontent.com/modules/DtOoKAIdShRvntsq3wuT/AOfTLJq0bL2OXdFriW8b/tIIAfyA7t.js", "ssg:https://framerusercontent.com/modules/iadXLnSVEWDSLLGBuT6X/bPK81ecDSwc0zD9AzicO/w1WYWTbQ5.js", "ssg:https://framerusercontent.com/modules/9S6Bhunm0UQj7wqxJ6tA/kJXMEOXLU1CRyRnvp0Tx/WU3vCX4TQ.js", "ssg:https://framerusercontent.com/modules/YbS7h1BIGkd5y8RqA0Bn/eUPPF6VVzirYhgOqji3h/Xf9p8G0Zy.js", "ssg:https://framerusercontent.com/modules/WtNkzXPyOXwUE4Cdqdu1/DNsRGghrgdozBn4PASPP/euQpJxqUp.js", "ssg:https://framerusercontent.com/modules/rm2LiDare5ec1y9dtoNO/OZL4Ihgoa0GXlUJBABRN/pVmFP8tad.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 (ff6f0b6)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const serializationHash=\"framer-eSalv\";const variantClassNames={QumO2Zake:\"framer-v-12qpa5x\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"QumO2Zake\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-12qpa5x\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"QumO2Zake\",ref:ref??ref1,style:{...style},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-zudjym\",\"data-framer-name\":\"Logo-SmithBrock\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:60,layoutDependency:layoutDependency,layoutId:\"OSnlCBg8q\",svg:'<svg width=\"60\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M59 32c0 16.016-12.984 29-29 29S1 48.016 1 32 13.984 3 30 3s29 12.984 29 29Zm-2 0c0 14.912-12.088 27-27 27S3 46.912 3 32 15.088 5 30 5s27 12.088 27 27Zm-26.548-2.552c-.74-.027-1.512-.055-2.282-.435a3.29 3.29 0 0 0 .16-.08c.07-.036.108-.056.147-.056.373-.01.748-.014 1.124-.01 2.377.032 4.194-1.034 5.505-2.947 1.776-2.59 1.021-6.1-1.618-7.79-1.27-.813-2.672-1.35-4.077-1.877l-.182-.068c-.923-.343-1.85-.688-2.709-1.173-1.728-.98-1.9-2.91-.393-4.198 1.087-.93 2.364-1.14 3.7-.787 2.45.645 4.174 2.123 4.962 4.589.012.038.024.078.035.12.064.226.134.478.401.447.378-.041.34-.368.307-.65a34.82 34.82 0 0 0-.172-1.305c-.145-.998-.29-1.995-.223-3.013.025-.393-.224-.615-.56-.427-.912.506-1.721.182-2.54-.146a27.019 27.019 0 0 0-.253-.1c-1.43-.557-2.907-.729-4.42-.473a5.39 5.39 0 0 0-4.414 4.38c-.412 2.281.422 3.96 2.61 5.227 1.238.714 2.556 1.254 3.878 1.788.186.074.373.148.56.22.789.31 1.58.62 2.314 1.052 1.056.622 1.637 1.51 1.55 2.778-.14 2.1-2.628 3.845-4.892 3.35-2.63-.574-4.26-2.355-5.417-4.677-.063-.128-.103-.287-.143-.446-.088-.354-.177-.71-.532-.722-.261-.009-.31.235-.366.507-.044.219-.092.456-.256.594-.03-.02-.062-.037-.093-.054-.068-.037-.135-.073-.178-.127-1.424-1.777-3.21-2.044-5.25-1.277a7.57 7.57 0 0 0-2.047 1.157c-1.033.816-2.082 1.603-3.363 1.998-.19.059-.386.127-.407.33-.015.175.132.274.27.368l.067.046c.886.628 2.172.615 3.195-.007.104-.063.196-.148.287-.232.178-.163.352-.324.606-.32.165.122.13.245.097.369l-.015.056-.02.08c-.077.307-.157.629.23.798.345.151.66-.005.922-.247.086-.079.168-.163.25-.246.128-.132.257-.263.4-.375a2.46 2.46 0 0 0 .363-.372c.218-.254.436-.509.8-.562.147.166.115.313.084.453-.009.042-.018.083-.022.123-.095.98.127 1.162 1.051.87.215-.067.43-.14.63-.239.756-.368 1.445-.224 2.125.206 1.288.818 2.15 1.989 2.682 3.38 1.257 3.263 1.41 6.642.913 10.074a8.89 8.89 0 0 1-1.087 3.171c-.268.468-.49.694-1.016.262l-.75-.609c-1.905-1.547-3.808-3.091-5.445-4.94-.75-.85-1.399-1.763-1.84-2.812-.605-1.44-.2-2.891 1.002-3.67 1.333-.864 3.636-.776 4.538.176.052.054.101.108.146.169.511.687.373 1.148-.422 1.451a.99.99 0 0 1-.218.044c-.226.029-.456.058-.358.424.135.507-.091.443-.318.378a1.247 1.247 0 0 0-.164-.039 3.288 3.288 0 0 1-.319-.071c-.292-.075-.6-.153-.585.017.058.698-.296.686-.643.675-.141-.005-.281-.01-.392.035-.397.158-.698.368-.802.938.668-.116 1.278-.038 1.88.04.177.022.353.044.53.062 1.393.137 2.645-.755 2.772-1.901.24-2.186-.805-3.54-2.98-3.843a7.373 7.373 0 0 0-2.021-.012c-3.252.446-5.15 3.685-3.914 6.716a8.4 8.4 0 0 0 .811 1.474c.269.4.249.635-.188.893-.714.42-1.34.96-1.875 1.598-2.319 2.76-1.487 6.689 1.756 8.23a7.1 7.1 0 0 0 2.481.678c2.599.208 4.979-.418 7.164-1.833.067-.043.134-.101.202-.16.223-.193.46-.398.774-.154.257.198.532.373.807.549.664.422 1.328.845 1.742 1.592.581 1.046 1.492 1.758 2.601 2.224.552.23 1.103.479 1.62.775.491.28.828.674.466 1.29-.097.166-.183.353.036.482.173.102.338 0 .483-.088l.037-.023c1.033-.621 1.139-1.82.221-2.628-.48-.423-1.04-.716-1.601-1.009-.237-.124-.475-.248-.706-.382-.879-.51-.886-.53-.054-1.134 1.139-.828 1.779-1.92 1.78-3.334.003-1.262-.774-1.947-2.029-1.806-1.03.115-1.798.682-2.438 1.467-.411.504-.994.468-1.308-.055-.189-.314-.037-.559.11-.796.048-.078.097-.156.131-.234 1.444-3.283 1.946-6.675 1.227-10.215-.256-1.261-.796-2.423-1.422-3.773l-.09-.192c1.431.444 2.808.549 4.157.651.635.048 1.264.096 1.889.179 1.53.203 2.23.958 2.45 2.488.051.37.051.748.051 1.124.005 3.6.01 7.204 0 10.805-.004 1.455-.029 2.915-1.778 3.492a.295.295 0 0 0-.208.352c.03.154.15.263.316.265h.04c.213.003.425.005.634-.025 1.643-.226 3.293-.199 4.944-.172l.448.007c.375.005.75.014 1.125.023 1.201.027 2.403.055 3.598-.023 3.688-.24 5.964-2.855 5.702-6.426-.14-1.9-1.268-3.334-3.065-3.893-.105-.033-.211-.06-.318-.089-.075-.02-.15-.039-.224-.06a2.078 2.078 0 0 0-.152-.035c-.214-.045-.438-.091-.456-.356-.016-.218.199-.314.39-.4l.037-.016.034-.016a1.65 1.65 0 0 0 .1-.052c.032-.018.065-.036.099-.052 2.58-1.162 2.436-4.647.922-6.125-.805-.785-1.745-1.282-2.816-1.565-1.85-.488-3.733-.361-5.593-.156-2.55.283-5.094.206-7.638.073a26.183 26.183 0 0 0-.4-.017Zm7.35 13.143c0 1.015.081 2.02.185 3.029.115 1.13.746 1.765 1.801 2.014 1.189.282 2.377.22 3.56-.061 1.448-.341 2.343-1.26 2.777-2.658.736-2.365-.213-4.702-2.247-5.453-1.462-.54-3-.64-4.537-.612-.988.018-1.313.364-1.426 1.381a19.93 19.93 0 0 0-.09 1.636c-.007.24-.013.48-.023.72v.004Zm2.998-4.733v.031a31.993 31.993 0 0 0-.519-.017c-.388-.011-.776-.022-1.16-.064-.773-.086-1.25-.54-1.263-1.327-.027-1.571-.043-3.144.025-4.713.04-.977.461-1.417 1.331-1.544 3.336-.481 5.925 1.727 5.731 4.923-.097 1.621-.956 2.561-2.574 2.704-.356.03-.715.023-1.075.014-.165-.004-.33-.007-.495-.007Zm-22.607 9.046a7.15 7.15 0 0 0 3.609-1.112c.705-.45.712-.516.086-1.002l-.485-.376c-1.817-1.411-3.634-2.822-5.201-4.522-.41-.443-.708-.375-1.112.005-1.25 1.168-1.64 2.864-1.001 4.525.608 1.578 2.074 2.518 4.102 2.482h.002Zm12.702-1.239c-.052-.522-.28-.95-.813-.913-.891.063-1.307.79-1.697 1.47l-.005.008c-.352.617-.079 1.155.341 1.635.263.296.575.352.889.088.714-.606 1.116-1.39 1.285-2.288ZM16.53 23.382c-.47.158-.96.323-1.497.41 2.257-2.207 5.491-1.935 7.14.632-1.227-.764-2.291-1.318-3.536-1.436-.732-.069-1.4.156-2.107.394Zm3.128 11.15c1.17.073 1.767-.253 2.262-1.367-.714.827-1.469 1.132-2.262 1.367Zm-1.382-13.82h.002v.005l-.002-.004Zm-.337-.346c.137.016.265.128.337.347-.26.081-.525.15-.79.22-.486.127-.971.253-1.434.455-.439.19-.728-.081-.925-.418a8.1 8.1 0 0 1-.394-.816 25.738 25.738 0 0 0-.227-.504c-.244.733.035 1.207.311 1.675.019.03.037.062.055.093.02.034.046.069.072.105.108.15.225.31-.004.457-.235.151-.365-.043-.48-.216a7.241 7.241 0 0 0-.038-.055c-.815-1.177-.494-3.777.597-4.855.103.12.047.222-.01.323a.952.952 0 0 0-.042.084c-.488 1.128-.47 1.166.75 1.148.495-.007.954.063.997.644.059.798.434 1.223 1.225 1.313Zm1.943-4.206c-.86 1.028-.931 2.08-.235 3.198.137.22.146.464.156.712.009.24.018.482.142.71-.919-.077-1.489-.921-1.71-2.534-.35.238-.363.573-.377.903-.008.18-.015.36-.078.521-.66-1.069.09-2.382 2.102-3.51Z\" fill=\"#fff\"/></svg>',withExternalLayout:true})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-eSalv.framer-182o20l, .framer-eSalv .framer-182o20l { display: block; }\",\".framer-eSalv.framer-12qpa5x { height: 64px; overflow: hidden; position: relative; width: 60px; }\",\".framer-eSalv .framer-zudjym { aspect-ratio: 0.9375 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 64px); left: 0px; position: absolute; right: 0px; top: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 64\n * @framerIntrinsicWidth 60\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framercn0AQDz5V=withCSS(Component,css,\"framer-eSalv\");export default Framercn0AQDz5V;Framercn0AQDz5V.displayName=\"Logo-SmithBrock\";Framercn0AQDz5V.defaultProps={height:64,width:60};addFonts(Framercn0AQDz5V,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framercn0AQDz5V\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"60\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"64\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./cn0AQDz5V.map", "// Generated by Framer (ff6f0b6)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const serializationHash=\"framer-fqAuO\";const variantClassNames={bn2QqJYW6:\"framer-v-1ri19b\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"bn2QqJYW6\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1ri19b\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"bn2QqJYW6\",ref:ref??ref1,style:{...style},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-pla6i8\",\"data-framer-name\":\"Logo-CoolChile\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:60,layoutDependency:layoutDependency,layoutId:\"SECeqXSmo\",svg:'<svg width=\"60\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"m33.963 10.11-2.736-.258-1.24-1.5.389-4.11L31.886 3l2.636.248.477 2.07-1.135-.502-.667-.059-.627.253-.293.452-.189 2.055.198.515.56.347.76.073 1.209-.28-.852 1.937Zm-11.672.993 3.875-1.057.158-2.119-.901.597-1.325.36-.18-.103-1.095-4.029.054-.93-2.398.645.45.692 1.389 5.122-.027.822Zm-1.813.795-2.65 1.49-1.735-.488-2.113-3.766.487-1.74 2.65-1.48 1.734.487 2.114 3.767-.487 1.73ZM17.55 8.08l-.36-.244h-.451l-.45.244-.249.361v.452l1.249 2.227.365.248.45-.022.428-.24.298-.361v-.452L17.55 8.08Zm-4.385 9.413 2.136-2.168v-1.811l-3.069-3.036h-1.803l-2.136 2.168v1.807l3.07 3.04h1.802ZM11.02 12.33l.419.136 1.807 1.806.144.416-.14.416-.342.352-.415.14-.419-.136-1.802-1.806-.145-.416.14-.415.338-.353.415-.14Zm.5 7.273-1.32 2.411-1.866.547-3.605-1.988-.545-1.87 1.275-2.326 2.082.384-.901.845-.32.587-.023.66.311.451 1.803.99h.545l.541-.375.37-.673.22-1.224 1.433 1.58Zm21.904 16.31h-7.886v-7.9h16.908v2.538l2.528-2.538-.644-.655-.658-.669-8.887-8.898-.41-.415h-9.802l-.396.402-.275.28-8.563 8.582-.41.402v9.833l.41.397.27.28 8.563 8.582.397.398h9.82l.387-.389.284-.289 9.914-9.937h-11.55v-.004Zm1.352-16.202 6.922 6.933h-6.913l-.009-6.933Zm-18.477 8.302h6.922l-6.922 6.933v-6.933Zm7.878 16.201-6.931-6.942h6.93v6.942Zm0-9.263v.957h-6.931l3.47-3.473 3.46-3.465v5.98Zm0-8.307h-6.931l6.93-6.938v6.938Zm9.247-7.9v6.934l-6.927-6.934h6.927Zm-.969 7.9-6.917-6.938v6.938h6.917Zm-6.922 18.533V38.24l5.408 5.42 1.528 1.536-6.936-.018Zm7.891-.962-6.927-6.943h6.927v6.942Zm1.352-6.938h6.913l-6.904 6.938-.009-6.938Zm20.577-5.976c0 .452-.117.763-.707 1.63l-.677.985h-1.135l.847-1.283a1.386 1.386 0 0 1-1.397-1.328 1.445 1.445 0 0 1 .953-1.373c.187-.067.386-.095.584-.08a1.457 1.457 0 0 1 1.41.876c.079.18.12.376.122.573Zm-.996 0a.533.533 0 0 0-.903-.395.534.534 0 0 0 .371.914.531.531 0 0 0 .532-.52ZM6.63 32.932c.59-.867.708-1.178.708-1.63a1.47 1.47 0 0 0-.959-1.361 1.46 1.46 0 0 0-.578-.089 1.429 1.429 0 0 0-1.391.883 1.44 1.44 0 0 0-.11.572 1.392 1.392 0 0 0 1.397 1.328l-.847 1.282h1.118l.662-.984Zm-.447-2c.1.097.156.23.159.37a.534.534 0 0 1-.532.52.522.522 0 0 1-.527-.734.524.524 0 0 1 .527-.31c.14 0 .273.055.373.153Zm-3.666.158v2.827h.987v-4.002H2.489l-1.09 1.03.585.66.532-.515Zm53.889 1.544-.726.646a1.596 1.596 0 0 0 1.42.691c1.032 0 1.573-.569 1.573-1.355a1.181 1.181 0 0 0-.96-1.17l.842-.781v-.75h-2.573v.877h1.352l-.811.781v.542h.527c.36 0 .613.13.613.483 0 .267-.149.452-.532.452a.802.802 0 0 1-.725-.416Zm-19.537-8.88c.208 0 .407.08.556.226a.791.791 0 0 1 0 1.116.776.776 0 0 1-1.113 0 .78.78 0 0 1 0-1.116.797.797 0 0 1 .557-.227Zm1.893-12.945-.509.642 2.195.849.04-.822 1.902-4.969.51-.646-2.195-.849-.054.822-.527 1.378-.127.054-1.086-.442-.054-.127.527-1.355.51-.646-2.195-.844-.054.822-1.897 4.968-.514.646 2.195.845.054-.822.703-1.834.13-.055 1.096.425.058.127-.708 1.833Zm2.584 2.177.645-.515 2.983-4.381.239-.79 1.983 1.355-.645.514-2.951 4.382-.24.79-2.014-1.355Zm3.065 2.164 2.803 2.882 1.907-.926-.951-.484-.956-.984v-.208l2.984-2.913.834-.407-1.709-1.757-.387.723-3.795 3.7-.73.374Zm5.676 7.534-2.145-3.672.806-.18 4.575-2.67.558-.605 2.069 3.568-1.302 1.472-.18-.903-.848-1.463h-.122l-.594.347-.036.131.32.556.58.51-1.802 1.04-.158-.764-.297-.587-.135-.037-.802.452-.054.203.824 1.428.811.74-2.068.434ZM6.368 48.936l1.721 2.258 2.069-.7-1.06-.723-.481-.632-.127-.669.253-.505 1.685-1.297.559-.104.626.285.402.551.414 1.215 1.235-1.807L12 44.627l-1.983-.267-3.38 2.588-.27 1.988Zm7.259 7.113-2.47-1.888-.252-1.847 2.704-3.555 1.843-.248 2.465 1.901.248 1.852-2.704 3.55-1.834.235Zm2.41-4.34.086-.452-.198-.411-.406-.307-.45-.081-.41.198-1.591 2.1-.086.452.199.407.405.307.45.081.406-.199 1.596-2.095Zm6.438 7.561-.495.687 2.253.763v-.849l1.762-5.176.491-.705-2.456-.817-2.015 2.34-.121.203.027-.235-.194-3.085-2.397-.809v.85l-1.744 5.185-.5.686 2.095.696v-.85l1-2.98.081-.402v.451l.275 4.269h.05l2.794-3.234.275-.335-.176.366-1.005 2.981Zm9.103-.632h-2.023l-.104.104v1.355l.311.903h-2.479l.248-.813-.036-5.474-.261-.809 4.403-.032 1.32 1.31v1.979l-1.379 1.477Zm-.595-2.48-.202-.402-.41-.199h-.857l-.103.1v1.269l.103.1h.861l.401-.209.198-.406.01-.253Zm7.387 2.805.117.808 2.366-.646-.599-.677-2.844-5.059-.027-.677-3.321.903.32.596.113 5.804-.18.904 2.253-.615-.307-.754v-.628l.068-.126 1.613-.452.122.072.306.547Zm-2.33-4.409.145.33 1.081 1.992-.072.127-.901.239-.126-.072-.081-2.259-.046-.357Zm7.918-4.444 3.226 5.42-1.171.705-3.84-2.073-.45-.33.301.406 1.514 2.525.631.57-1.901 1.124-.199-.827-2.812-4.702-.676-.542 1.866-1.12 3.055 1.658.451.33-.306-.411-1.118-1.87-.635-.57 1.87-1.12.194.827Zm6.298-1.423L48.783 45l-.23-.958-1.474 1.672.45.546.636 1.576.163.28-.298-.126-1.64-.452-.595-.397-1.645 1.86.978.118 3.93 1.057 1.198 1.062.56.97 1.72-1.964-1.027-.452-1.253-1.106Z\" fill=\"#fff\"/></svg>',withExternalLayout:true})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-fqAuO.framer-61jts6, .framer-fqAuO .framer-61jts6 { display: block; }\",\".framer-fqAuO.framer-1ri19b { height: 64px; overflow: hidden; position: relative; width: 60px; }\",\".framer-fqAuO .framer-pla6i8 { aspect-ratio: 0.9375 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 64px); left: 0px; position: absolute; right: 0px; top: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 64\n * @framerIntrinsicWidth 60\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramereoPHmM_mm=withCSS(Component,css,\"framer-fqAuO\");export default FramereoPHmM_mm;FramereoPHmM_mm.displayName=\"Logo-CoolChile\";FramereoPHmM_mm.defaultProps={height:64,width:60};addFonts(FramereoPHmM_mm,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramereoPHmM_mm\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"64\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"60\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./eoPHmM_mm.map", "// Generated by Framer (ff6f0b6)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const serializationHash=\"framer-3oWlm\";const variantClassNames={FuTg3bGIq:\"framer-v-fmga0h\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"FuTg3bGIq\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-fmga0h\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"FuTg3bGIq\",ref:ref??ref1,style:{...style},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-5d9i7a\",\"data-framer-name\":\"Logo-SevenSeeded\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:130,layoutDependency:layoutDependency,layoutId:\"LTLyiTohw\",svg:'<svg width=\"130\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M30.69 26.158A2073.244 2073.244 0 0 0 34.716 8c0 .048.118.395.246.769.13.381.269.79.301.936.057 1.195-.062 2.415-.18 3.616l-.045.47c-.418 3.988-1.126 7.977-1.962 11.902-.804 3.796-1.673 7.592-2.96 11.227-.069.194-.138.406-.21.626-.296.91-.642 1.97-1.237 2.591-1.365 1.481-1.63-1.914-1.739-3.322-.011-.152-.021-.28-.03-.377a73.069 73.069 0 0 1-.24-2.636c-.083-1.066-.166-2.127-.308-3.187-.15-.638-.301-1.29-.454-1.946v-.001a292.3 292.3 0 0 0-.832-3.522c-1.03-2.799-2.896-11.195-2.027-12.095 2.477-.644 5.211 19.43 5.597 22.293.603-2.729 1.305-5.852 2.055-9.186ZM5.668 40.62c-.064 0-.128 0-.193-.032.125 0 .22 0 .313.029.828-.102 1.59-.52 2.068-1.284.9-1.48.965-3.378.965-5.018-.014-3.037-1.698-6.062-3.37-9.065-2.224-3.996-4.427-7.952-2.646-11.846l.193-.386c.161-.321.354-.61.547-.9.644-1.48 6.338-2.51 6.112-.483 0 .076-.02.133-.044.2a2.439 2.439 0 0 0-.02.057c-.032.161-.096.29-.193.45-2.284-.385-3.7 0-4.471.87-.386.546-.644 1.222-.773 1.962-.353 3.764 3.057 9.972 4.826 12.514.675 1.35 1.287 3.41 1.544 5.597.322 1.576.29 2.895.032 4.021-.354 2.638-1.898 4.922-4.76 5.083-2.542.129-4.89-1.995-4.794-4.568-.032.836 1.48 2.123 3.249 2.67.45.129.933.193 1.415.16.161 0 .322 0 .483-.031h-.483Zm116.679-26.283c1.576.033 4.085 1.866 4.793 3.185 3.024 4.214 3.12 18.047-1.802 22.1 0 0-1.769 1.898-4.922.965v-3.41h-.032c-.089-2.939-.054-6.974-.024-10.347v-.004c.013-1.461.024-2.798.024-3.867.233-.848.062-2.427-.113-4.044-.164-1.51-.332-3.053-.176-4.063 0-.16.032-.29.064-.386v-.032a.12.12 0 0 0 .03-.036c.002-.007.002-.015.002-.028.258-.772.869-.966 2.156-.033Zm-.097.161a1.3 1.3 0 0 0 .322.097 5.074 5.074 0 0 0-.418-.193l.096.096Zm2.123 23.387c.322-.225.644-.514.965-.868 3.475-5.276 2.928-20.235-2.991-21.103-.354 2.284-.386 11.323-.097 17.628.064 1.802.515 4.311.676 5.115a5.7 5.7 0 0 0 .997-.482.524.524 0 0 1 .061-.026.17.17 0 0 0 .068-.038c.048-.033.088-.065.128-.097.04-.032.081-.064.129-.097.016 0 .024-.008.032-.016s.016-.016.032-.016Zm3.635-18.304a.162.162 0 0 0-.032-.064c.013.025.026.05.037.076l-.005-.012Zm.014.036a.28.28 0 0 1 .019.093v-.065a.095.095 0 0 1-.019-.028Zm.083 14.955c.289-1.062.482-2.188.579-3.346l-.039.27c-.149 1.013-.304 2.071-.54 3.076ZM2.483 16.428c.128 1.287.514 2.703 1.03 4.182-.612-1.672-.934-3.056-1.03-4.182ZM8.69 32.063c-.096-.483-.225-.901-.354-1.32l.071.246c.104.36.205.706.283 1.074Zm-2.123 9.876a6.566 6.566 0 0 0 2.316-1.48c-.579.804-1.35 1.351-2.316 1.48Zm9.397-3.15c.132.151.386.195.872.278l.411.073c2.8-.772 4.311 1.673.965 1.77-.234.005-.458.012-.672.019-3.236.099-4.262.13-3.477-3.912.026-.63-.044-1.759-.12-2.961-.108-1.744-.226-3.644-.073-4.406-1.963-.45-1.673-2.091-1.673-2.091.514.418 1.287.482 1.673.45.025-.987.074-2.192.123-3.392.077-1.89.154-3.763.134-4.747.046-.336-.005-.944-.063-1.652-.188-2.274-.461-5.576 2.09-4.202 1.093.064 4.085.514 3.763 1.35-.172 1.362-1.71.909-2.886.562-.575-.169-1.063-.313-1.263-.207.15 3.47.02 7.22-.102 10.781l-.027.8c-.064.386 0 .579.16.707a.302.302 0 0 1 .29.097c.21.019.463-.007.702-.031.166-.017.325-.034.456-.034 3.089-.321 1.673 3.443-.29 1.963l-1.19-.193-.064 4.954c.132 1.424.126 2.347.122 2.954-.004.613-.006.906.139 1.07Zm-.486-11.037c0 .097.032.16.064.225h.065a1.83 1.83 0 0 1-.129-.225Zm21.714-2.96c-.032.29-.032.612-.032.933-.096-.29-.129-.643.032-.933Zm.065-.064-.065.064-.032.033.03-1.412c.058-2.771.117-5.526.034-8.304.174-2.049 3.35-1.793 5.14-1.65.206.017.392.032.554.042.612 1.03.065 1.415-.74 1.608 0 0 0 .033-.032.033h-.064c-.355.074-.758.114-1.133.15-.44.044-.843.084-1.087.171-.873.071-.846.401-.795 1.03.019.228.04.495.023.804.042.189-.001.976-.056 1.959-.112 2.03-.27 4.892.185 5.022a3.168 3.168 0 0 1 2.574.257c.096.032.16.096.225.16.643.548.643 1.288-.837 1.77-.29 0-.576-.12-.857-.237-.372-.156-.739-.31-1.105-.181-.29 1.962-.418 11.774.225 12.868 1.705.128 7.013 1.962 1.995 2.509a38.38 38.38 0 0 0-1.456-.199c-2.524-.31-3.462-.425-2.694-4.208-.258-3.764-.225-7.496-.161-11.227.016.032.032.056.048.08s.032.048.048.08c.033-.418.033-.836.033-1.222Zm67.941-5.372c.129.611.258 1.287.386 1.994a9.15 9.15 0 0 1 .322 2.316c.965 7.013 1.03 16.503-6.723 17.05-1.351.193-3.056-1.287-1.577-2.059.193-.321.29-.74.386-1.19 0-.663-.074-1.413-.151-2.195-.092-.927-.188-1.899-.17-2.823.079-2.618-.168-6.102-.408-9.496v-.001c-.152-2.153-.302-4.27-.364-6.105a6.415 6.415 0 0 1-.032-1.352c0-.482 0-.965.032-1.383.547-.675 1.254-.29 1.769.097.113.048.217.088.322.128.104.04.209.08.321.129 2.51.29 4.729 2.83 5.887 4.89Zm-8.267-4.15c-.064-.386.096-.772.418-.965a2.206 2.206 0 0 0-.418.965Zm1.157 17.102v.173h.001c.032.901.064 1.802.129 2.67 0-.887-.051-1.85-.13-2.843Zm1.92 3.1c.194 1.695.333 2.915.333 3.282 6.08-.258 5.308-18.53.579-21.972a1.058 1.058 0 0 0-.161-.193 3.568 3.568 0 0 0-.933-.45c-.933.225-1.094 3.249-.933 7.012.016.21.024.419.032.628.008.209.016.418.032.627.224 3.823.718 8.148 1.051 11.064v.001ZM75.153 12.31c-.354-.58-.9-.869-1.673-.869-4.246.515-2.734 6.08-1.705 8.911 3.25 5.951 9.169 19.623-1.415 21.103-1.576.064-6.209-3.7-4.021-4.697l.448.303c2.052 1.395 5.122 3.483 6.886.373 2.1-3.631-.13-8.704-2.264-13.557-2.53-5.753-4.923-11.197.19-13.57a4.664 4.664 0 0 0-1.786 1.617c.47-.627 1.093-1.193 1.898-1.668l.16-.07c.342-.216.682-.373 1.08-.557l.047-.022.045-.005c.239-.03.45-.057.663-.027h.032c1.833-.836 3.892 3.507 1.415 2.735Zm-3.442-2.054.064-.037a4.882 4.882 0 0 0-.177.089l.113-.052Zm20.815 28.765.16-.01c2.863.16.74 2.187-.612 1.8-.372-.123-.947-.065-1.555-.003-1.283.131-2.713.277-2.691-1.25.042-1.623-.026-3.598-.094-5.603v-.002c-.09-2.607-.18-5.264-.035-7.264.025-.924.065-1.902.106-2.907v-.007c.119-2.877.246-5.974.055-8.667-.225-2.67 5.92-.74 5.984.226-.159 1.36-1.818.867-3.01.514-.5-.149-.918-.272-1.108-.225 0 2.638-.088 6.535-.152 9.373l-.009.407c.097.547 1.03.868 1.609.74 2.83-.097 1.93 2.38-.065 1.962-.027.027-.28-.02-.568-.075-.39-.074-.842-.16-.88-.086.082.62.067 2.174.049 3.922-.032 3.062-.069 6.717.402 6.983.206.324 1.756.217 2.414.172Zm-10.652.092c.01.006.023.014.035.026 7.173-.515 4.278 2.348-.837 1.77-.193.031-.353-.097-.514-.355a.855.855 0 0 1-.386-.74v-.386c-.567-2.815-.383-9.1-.221-14.632.132-4.52.25-8.537-.069-9.752-.191-1.672 2.987-1.216 4.663-.975.582.083.982.14.999.074.804.45.225 1.544-.644 1.448-.012.025-.486.016-1.06.005-.905-.017-2.06-.039-2.06.06.18.823.077 2.105-.03 3.45-.163 2.017-.336 4.174.416 5.139 2.445-.612 4.729 1.608.933 1.705-1.94-.828-1.583 5.596-1.349 9.835.085 1.527.154 2.77.094 3.29 0 .02.013.027.03.038Zm30.049-9.979c-.032 1.351-.225 9.973.354 9.78 1.705.16 7.013 1.962 1.994 2.445-.532-.086-1.018-.145-1.455-.2-2.524-.31-3.462-.424-2.695-4.208-.257-3.731-.225-7.463-.161-11.194a.89.89 0 0 0 .049.08.711.711 0 0 1 .048.08c.032-.418.032-.804.032-1.222-.016.016-.032.04-.048.064s-.032.048-.048.065l.029-1.412c.059-2.77.117-5.526.035-8.304-.418-2.573 9.297-2.251 4.857.226-.963-.305-1.687-.07-2.423.17-.197.064-.396.129-.6.183.064.62-.014 3.357-.074 5.444v.015c-.03 1.048-.055 1.93-.055 2.294-.111.857.747.837 1.635.817.913-.02 1.856-.041 1.807.888-.346 1.644-1.222 1.368-2.002 1.123-.961-.303-1.776-.56-1.279 2.866Zm-72.67 9.78c0 .032.031.096.064.128a.153.153 0 0 0 .048.033.169.169 0 0 1 .048.032c-.032-.032-.056-.065-.08-.097s-.049-.064-.08-.096Zm70.772-13.157c0-.322 0-.644.032-.933-.161.257-.161.61-.032.933ZM57.717 14.37c-.096-.708-.29-2.124.74-2.091 1.698.531 1.302 5.199.887 10.082-.237 2.797-.48 5.665-.34 7.868a70.898 70.898 0 0 0-.39 6.804c-.042 2.722-.046 2.984-1.958 3.426a3.507 3.507 0 0 1-.193-.354c-.386-.257-.58-.74-.611-1.415-1.063-2.607-2.275-6.425-3.45-10.126-1.494-4.702-2.927-9.215-3.917-10.817-.29 3.41-.161 15.377.129 17.082-.106.38-.035 1.11.043 1.92.16 1.665.354 3.667-.88 3.645-1.309.507-1.19-6.025-1.1-11.02.047-2.617.087-4.812-.09-5.354.029-.244.033-.88.038-1.725.023-3.818.07-11.892 2.6-7.282.283.954.65 1.97 1.033 3.033l.286.795c.096.29.193.58.321.9.474 1.27.978 2.59 1.488 3.926 1.777 4.653 3.628 9.5 4.528 13.125.515-5.405.836-13.737.836-22.422Zm1.287-1.416-.193-.193.193.29v-.097ZM18.021 53.938V50.72c0-.483-.161-.836-.547-1.094-.29-.225-.708-.322-1.255-.322-.707 0-1.222.161-1.544.483-.29.29-.418.74-.418 1.351h1.062c0-.708.29-1.062.868-1.062.515 0 .772.29.772.837 0 .257-.032.418-.16.515-.097.096-.258.16-.483.225l-.869.29c-.45.128-.74.289-.933.482-.225.257-.353.675-.353 1.255 0 1.061.482 1.576 1.447 1.576.611 0 1.094-.29 1.383-.837h.033c0 .483.321.74.932.74.161 0 .354-.032.547-.128v-.74c-.032.032-.096.032-.193.032-.193 0-.29-.129-.29-.386Zm-1.062-1.802v.933c0 .901-.321 1.351-1.03 1.32a.625.625 0 0 1-.514-.258c-.096-.129-.16-.322-.16-.58 0-.45.16-.74.45-.9a2.3 2.3 0 0 1 .213-.076c.108-.037.253-.085.43-.15.29-.096.515-.192.611-.289Zm5.662 2.928v-5.566h1.126v.869c.29-.675.708-1.03 1.32-1.03.096 0 .16 0 .289.033v1.158a2.48 2.48 0 0 0-.483-.064c-.74 0-1.126.418-1.126 1.254v3.346h-1.126Zm6.273-5.566v.837h.74v3.474c0 .515.097.9.29 1.094.16.16.45.257.868.257.354 0 .676-.032.901-.096v-.837c-.129.033-.257.033-.418.033-.193 0-.322-.033-.386-.13-.064-.064-.097-.224-.097-.45v-3.345h.901v-.837h-.9v-1.576h-1.127v1.576h-.772Zm6.884-.772V47.6h1.126v1.126h-1.126Zm0 6.37v-5.598h1.126v5.598h-1.126Zm8.139-3.957h1.03v-.29c0-1.029-.58-1.544-1.738-1.544-.611 0-1.061.13-1.415.386-.354.258-.515.644-.515 1.159 0 .45.096.772.29 1.029.193.225.514.418.932.579l.901.322c.418.16.611.418.611.836 0 .547-.29.837-.9.837-.58 0-.869-.322-.869-.998v-.16h-.997v.192c0 .547.129.998.386 1.255.29.322.772.483 1.447.483.58 0 1.062-.161 1.416-.419.386-.29.579-.707.579-1.286 0-.45-.097-.772-.29-1.03-.192-.225-.514-.418-.932-.579l-.708-.257c-.29-.097-.515-.193-.611-.322-.097-.096-.161-.257-.161-.482 0-.483.257-.74.804-.74.483 0 .74.29.74.868v.161Zm9.168-.418v3.217c0 .257.097.386.29.386.096 0 .16 0 .193-.032v.74a1.226 1.226 0 0 1-.547.128c-.611 0-.933-.257-.933-.74h-.032c-.29.547-.772.837-1.383.837-.965 0-1.448-.515-1.448-1.576 0-.58.129-.998.354-1.255.193-.193.483-.354.933-.483l.868-.225c.226-.064.386-.129.483-.225.129-.097.16-.257.16-.515 0-.547-.257-.836-.771-.836-.58 0-.869.354-.869 1.061h-1.061c0-.61.128-1.061.418-1.35.322-.322.836-.483 1.544-.483.547 0 .965.096 1.255.322.353.193.546.546.546 1.029Zm-1.061 2.348v-.933c-.097.097-.322.193-.611.29-.177.064-.322.112-.43.148-.11.037-.182.061-.214.077-.29.16-.45.45-.45.9 0 .258.064.451.16.58.13.16.29.257.515.257.676.032 1.03-.418 1.03-1.319Zm5.662-3.57v5.597h1.126v-3.764c0-.354.096-.643.29-.836a.824.824 0 0 1 .61-.258c.29 0 .483.065.612.226.096.16.16.418.16.772v3.828h1.127V50.85c0-.998-.45-1.512-1.384-1.512-.675 0-1.158.257-1.447.804h-.032v-.644h-1.062Zm14.443 5.597v-7.431h1.126v2.477c.226-.547.644-.804 1.287-.804.515 0 .933.16 1.19.514.354.45.547 1.255.547 2.38 0 2.028-.611 3.025-1.833 3.025-.612 0-.998-.29-1.223-.837h-.032v.676h-1.062Zm1.062-2.734c0 .643.064 1.125.193 1.447.16.354.386.547.772.547.354 0 .611-.193.772-.547.129-.322.161-.804.161-1.512 0-.74-.064-1.287-.193-1.576-.129-.29-.354-.45-.676-.45-.418 0-.675.193-.836.546-.129.29-.193.805-.193 1.544Zm11.066 1.576V50.72c0-.483-.16-.836-.547-1.03-.29-.225-.708-.321-1.254-.321-.708 0-1.223.16-1.545.482-.29.29-.418.74-.418 1.351h1.062c0-.707.29-1.061.868-1.061.515 0 .772.29.772.836 0 .258-.032.418-.16.515-.097.096-.258.16-.483.225l-.869.225c-.45.129-.74.29-.933.483-.225.257-.353.675-.353 1.255 0 1.061.482 1.576 1.447 1.576.612 0 1.094-.29 1.384-.837h.032c0 .483.321.74.933.74.16 0 .353-.032.547-.128v-.74c-.033.032-.097.032-.194.032-.193 0-.289-.129-.289-.386Zm-1.062-1.802v.933c0 .901-.321 1.351-1.029 1.32a.625.625 0 0 1-.515-.258c-.096-.129-.16-.322-.16-.58 0-.45.16-.74.45-.9.032-.016.104-.04.213-.076.109-.037.253-.085.43-.15.29-.096.515-.192.611-.289Zm5.663 2.96v-7.431h1.125v4.182l1.705-2.349h1.32l-1.673 2.156 1.898 3.442H92.01l-1.383-2.541-.644.772v1.769h-1.126Zm9.2-2.67h2.959v-.58c0-.836-.161-1.447-.418-1.833-.322-.45-.836-.675-1.576-.675-1.383 0-2.06.997-2.06 3.023 0 1.159.226 1.963.676 2.413.29.29.74.45 1.352.45.61 0 1.093-.192 1.447-.546.354-.386.515-.869.515-1.48h-1.062c0 .322-.064.611-.193.836-.16.29-.386.419-.707.419-.612 0-.933-.58-.933-1.706v-.321Zm1.801-.772h-1.801v-.097c0-.965.321-1.447.933-1.447.579 0 .868.418.868 1.254v.29Zm5.502 3.41v-5.566h1.126v.869c.289-.675.707-1.03 1.318-1.03a.97.97 0 0 1 .29.033v1.158a2.486 2.486 0 0 0-.483-.064c-.739 0-1.125.418-1.125 1.254v3.346h-1.126Zm7.72-5.566h-1.222l1.64 5.694-.161.45c-.096.29-.354.451-.772.451-.064 0-.193 0-.354-.032v.9c.193.033.322.033.451.033.611.032 1.029-.064 1.254-.258.29-.225.515-.707.708-1.447l1.544-5.79h-1.19l-.901 4.214h-.032l-.965-4.215Z\" fill=\"#fff\"/></svg>',withExternalLayout:true})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-3oWlm.framer-1c2dzg2, .framer-3oWlm .framer-1c2dzg2 { display: block; }\",\".framer-3oWlm.framer-fmga0h { height: 64px; overflow: hidden; position: relative; width: 130px; }\",\".framer-3oWlm .framer-5d9i7a { aspect-ratio: 2.03125 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 64px); left: 0px; position: absolute; right: 0px; top: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 64\n * @framerIntrinsicWidth 130\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerg74QgHInF=withCSS(Component,css,\"framer-3oWlm\");export default Framerg74QgHInF;Framerg74QgHInF.displayName=\"Logo-SevenSeeded\";Framerg74QgHInF.defaultProps={height:64,width:130};addFonts(Framerg74QgHInF,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerg74QgHInF\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"64\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"130\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./g74QgHInF.map", "// Generated by Framer (ff6f0b6)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const serializationHash=\"framer-a0ZTX\";const variantClassNames={EPqXeemUE:\"framer-v-uat5tf\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"EPqXeemUE\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-uat5tf\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"EPqXeemUE\",ref:ref??ref1,style:{...style},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ngmz9y\",\"data-framer-name\":\"Logo-Crowbond\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:155,layoutDependency:layoutDependency,layoutId:\"u1afDMwbw\",svg:'<svg width=\"155\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.437 40.002C-6.682 12.912 29.984-4.013 45.03 20.134c3.25 5.724 3.981 12.76 2.174 19.036-.39 1.695-2.128-1.432-3.275-3.495-.432-.775-.78-1.4-.94-1.562 3.01-1.15 4.586-5.574 1.264-7.193-1.785-.829-3.645-.672-5.53-.512-1.072.09-2.15.181-3.229.093.098.624.496.794.863.951.415.177.791.338.652 1.12L37 30.136c-.013 2.82-.026 5.642.023 8.46.016.891-.23 1.437-1.072 1.726-.647.078-.634.842.087.76.149-.042.678-.022 1.323.003 1.63.063 4.004.155 2.88-.678-1.251-.51-1.109-2.039-.974-3.487.068-.727.134-1.434.021-1.983.728-1.616 1.82.293 3.026 2.401 1.052 1.838 2.19 3.826 3.247 3.758.976.349.496 1.101.038 1.82-.212.332-.42.657-.477.933-9.89 17.052-36.208 14.966-42.686-3.848Zm23.166-19.63c-7.445 7.442 2.314 12.548 9.685 3.412v-.003c4.482-4.813.092-10.3-5.615-9.763-6.439.682-12.263 4.78-16.553 9.51-2.824 3.487-5.18 7.37-6.62 11.589-2.373 9.669 5.632 14.787 13.998 10.182.196.19.275.432.354.673.098.3.195.6.52.793.04-.242.04-.505.04-.765-.001-.827-.002-1.63 1.305-1.66l-.018-.045c.021.002.041.001.062 0h.032a.726.726 0 0 0-.05.047c7.717.577 13.235-7.711 10.381-15.082-.956-1.225-5.496-.331-6.838.5-4.303 2.53-5.532 7.908-5.532 12.575.328 2.082-.815 2.332-2.4 2.678h-.002c-.22.049-.45.099-.685.156-3.959.718-8.56-1.505-8.538-5.889-.195-9.71 7.644-20.806 16.972-23.67 3.565-1 5.847-.38 8.005 2.045 2.252 3.324-1.59 7.302-4.427 8.862-1.755 1.35-5.541 1.385-5.84-1.192-.048-1.688.418-2.324.89-2.97.364-.496.73-.998.875-1.983Zm62.237 6.285h.002v-.01l-.002.01Zm0 0h-4.178c.013.036.022.068.03.095.017.055.028.091.052.113a.939.939 0 0 0 .256.185l.018.008c1.159.49 1.173.496.785 1.692-.36 1.111-.724 2.221-1.089 3.33v.004a489.107 489.107 0 0 0-1.446 4.44l-.044.139c-.124.396-.245.78-.554 1.116-.313-.221-.4-.505-.496-.817l-.004-.015c-.64-2.045-1.3-4.083-1.96-6.121l-.293-.903c-.169-.524-.344-1.047-.52-1.57v-.002c-.147-.44-.295-.88-.438-1.32l-.021-.064c-.057-.182-.11-.349-.363-.375-.322-.03-.5.117-.601.406-.076.213-.156.424-.236.635-.11.288-.219.577-.317.87a4976.98 4976.98 0 0 0-1.67 5.007l-.003.009v.002l-.001.002-.001.002-.001.003-.003.008-.003.01a5916.66 5916.66 0 0 1-1.402 4.203c-.418-.145-.5-.42-.588-.718l-.006-.02-.014-.045c-.49-1.591-.988-3.18-1.486-4.77l-.001-.003c-.365-1.162-.73-2.323-1.09-3.485-.356-1.142-.344-1.147.822-1.72l.017-.01c.034-.016.04-.09.047-.179a1.61 1.61 0 0 1 .018-.148H66.33c1.062.676 1.821 1.704 2.278 3.084l.327.99v.001h.001v.003h.001v.002l.001.001v.001a630.793 630.793 0 0 1 1.665 5.097c.46 1.425.918 2.85 1.395 4.27l.026.079c.083.26.185.579.582.57.439-.01.65-.253.786-.666.381-1.138.78-2.27 1.177-3.4v-.002l.455-1.294c.55-1.564 1.098-3.127 1.654-4.69.052-.15.13-.29.345-.263.188.022.263.14.315.299.552 1.677 1.105 3.354 1.66 5.027l.152.458c.437 1.32.873 2.639 1.33 3.953l.01.03c.096.277.208.604.647.542.364-.056.579-.254.68-.595.012-.047.02-.095.027-.142a.966.966 0 0 1 .037-.173c.386-1.08.776-2.16 1.166-3.239l.002-.003c.9-2.491 1.801-4.983 2.651-7.49.374-1.105.865-1.937 2.067-2.207.03-.007.044-.083.057-.16l.016-.077Zm11.39 7.215c-.135-.073-.279-.131-.424-.19-.337-.135-.681-.273-.929-.616.204-.205.449-.355.692-.504.309-.19.616-.378.836-.676a3.22 3.22 0 0 1 .203-.237c.186-.204.371-.407.395-.699.008-.107.018-.212.027-.317v-.005l.001-.004v-.003c.155-1.782.272-3.117-2.388-3.84a6.093 6.093 0 0 0-1.592-.208c-1.677 0-3.354.013-5.031.035-.044.001-.093-.004-.142-.009-.201-.02-.426-.043-.472.286l.016.007c1.264.597 1.277.603 1.28 2.01.004 1.233.002 2.465 0 3.697v.003c-.003 2.053-.006 4.105.017 6.158.01.962-.14 1.716-1.268 1.966.64 0 1.28.012 1.92.023 1.464.026 2.927.052 4.382-.058 2.187-.166 4.27-1.59 3.955-4.502-.114-1.053-.549-1.813-1.482-2.323l.003.006Zm-5.675-5.866c.006-.517.312-.767.806-.822 1.06-.12 2.015.198 2.928.692.406.22.522.617.637 1.007.021.073.042.145.065.215.702 2.194-.51 3.897-2.792 3.945h-.325c-.873-.004-1.315-.448-1.326-1.332a65.886 65.886 0 0 1-.001-1.07v-.003l.001-.536h.007l-.002-.698v-.009c-.001-.462-.003-.923.002-1.386v-.003Zm5.193 9.526c-.296 1.599-1.371 2.55-2.964 2.655-1.493.097-2.239-.587-2.239-2.054v-1.287c0-.244.002-.489.004-.733.005-.56.01-1.12-.01-1.679-.023-.633.266-.851.87-.832l.325.01c.743.02 1.475.039 2.204.328 1.472.585 2.031 2.383 1.81 3.588v.004Zm51.692-10.043c1.202.572 1.901 1.495 2.343 2.71.92 2.526.605 4.967-.559 7.29-.985 1.967-2.746 3.068-4.907 3.205-1.719.109-3.447.083-5.175.058-.752-.011-1.504-.022-2.255-.022 1.203-.368 1.524-1.141 1.495-2.32-.053-2.161-.044-4.321-.034-6.481.004-.853.008-1.705.008-2.558-.002-1.192-.516-2.072-1.54-2.642.28-.167.556-.149.819-.131.084.006.168.011.25.01 1.947-.02 3.89-.032 5.837-.032 1.31.003 2.532.348 3.718.913Zm-3.721 12.643c1.378-.156 2.525-.754 3.354-1.96l.003-.003c.939-1.365 1.163-2.857 1.056-4.736 0-.08.003-.18.006-.296.008-.32.019-.754-.012-1.186-.147-1.963-1.609-4.02-3.26-4.41-1.199-.283-2.428-.487-3.686-.37-1.023.094-1.186.208-1.192 1.277-.012 2.234-.01 4.466-.008 6.699l.001 2.511c0 .165.002.329.004.493.005.375.01.75-.01 1.123-.033.604.191.906.825.893.347-.007.696.001 1.045.008.627.014 1.255.028 1.874-.043Zm-12.312-13.52a5.98 5.98 0 0 1-.489-.006c-.447-.017-.922-.035-1.445.197l.015.007c1.432.682 1.441.687 1.445 2.093.009 2.37.006 4.735 0 7.104 0 .073.004.146.008.22v.001c.016.3.033.61-.21.91a2.94 2.94 0 0 0-.17-.127c-.114-.082-.228-.163-.314-.27-.599-.74-1.205-1.477-1.811-2.213l-.002-.002c-1.647-2.003-3.294-4.005-4.814-6.098-1.001-1.378-2.044-2.119-3.737-1.826-.052.009-.106.005-.162.002-.141-.01-.286-.02-.384.183.037.03.074.065.111.101.081.08.163.16.253.169 1.001.11 1.183.744 1.14 1.599a26.336 26.336 0 0 0-.015 1.686v.007c.003.243.006.486.006.728 0 .73-.003 1.46-.005 2.191v.007c-.007 1.904-.013 3.81.024 5.713.016.78-.263 1.209-.968 1.433a.858.858 0 0 1-.146.027c-.143.02-.295.039-.384.246h3.864c-1.222-.273-1.644-1.017-1.462-2.2.036-.243.023-.492.01-.742a7.129 7.129 0 0 1-.014-.386v-7.963c.142.1.253.17.342.226.141.09.225.143.282.216a5389.52 5389.52 0 0 1 8.246 10.329l.014.018a5.418 5.418 0 0 1 .079.105h.001c.198.266.397.533.793.43.386-.103.367-.381.348-.656a1.41 1.41 0 0 1 0-.29c.015-.11.011-.22.007-.33l-.003-.07-.001-.085v-10.01c0-.104-.004-.209-.008-.314-.01-.277-.021-.554.04-.81.111-.455.244-.959.865-1.03.276-.033.523-.127.601-.527-.202 0-.402-.002-.602-.004-.453-.005-.9-.01-1.345.01h-.003Zm-74.467.039c2.568.815 3.978 2.639 4.336 5.255h-.004c.053.39.033.79.02 1.074v.001c-.005.101-.01.188-.01.254.182 2.62-.559 4.596-2.32 6.191-.78.709-1.664 1.206-2.681 1.401-2.906.562-5.681.53-7.947-1.813-.949-.982-1.371-2.204-1.55-3.449-.325-2.268-.036-4.481 1.235-6.483.829-1.307 2.122-2.032 3.513-2.418 1.765-.491 3.614-.582 5.408-.013Zm-2.593 13.88c2.33.05 3.978-1.163 4.618-3.441h.003c.588-2.097.666-4.238.052-6.328-.461-1.573-1.277-2.97-3.016-3.507l-.065-.02c-.49-.153-.99-.31-1.495-.35-2.86-.225-5.35 1.397-5.476 4.51-.018.44-.013.88-.008 1.32v.004c.002.204.005.407.005.61h.003c0 .266-.005.53-.01.796-.01.595-.022 1.19.023 1.782.11 1.456.852 2.622 1.911 3.578.975.877 2.168 1.017 3.455 1.046Zm60.807-10.712c-.618-1.335-1.541-2.327-2.919-2.85-1.732-.656-3.477-.848-5.352-.471-2.695.543-4.443 1.989-5.265 4.58-.537 1.683-.462 3.415-.14 5.089.276 1.417 1.02 2.648 2.213 3.62 1.355 1.102 2.886 1.342 4.534 1.287l.377.002c.253.002.506.005.757-.002 1.745-.052 3.221-.702 4.462-1.934 2.171-2.154 2.685-6.399 1.333-9.314v-.007Zm-1.433 6.16c-.335 2.274-1.957 4.864-5.07 4.523-2.324.202-4.219-1.313-4.934-3.581-.682-2.162-.728-4.342-.117-6.497.683-2.412 2.717-3.91 5.912-3.429 2.259.341 3.89 2.434 4.205 4.683.202 1.45.218 2.847.004 4.3Zm-75.768-2.67c-.055.002-.109.004-.163.004h-.235c-.69.004-1.01.005-1.157-.154-.128-.137-.125-.396-.12-.878 0-.123.002-.26.001-.414v-1.453c0-.212.003-.423.006-.636.007-.488.014-.976-.016-1.463-.039-.66.277-.81.871-.823 1.16-.026 2.282-.042 3.01 1.099.64 1.004.55 2.119.16 3.08-.349.859-1.067 1.62-2.195 1.632-.053 0-.108.003-.162.005ZM23.48 42.172c.813-.507.842-1.07.527-1.82-.025-.06-.037-.13-.049-.199-.016-.097-.032-.193-.088-.256-.613-.685-.555-1.447-.486-2.362.02-.267.042-.548.048-.843.181.361.334.705.48 1.03.326.733.61 1.371 1.083 1.898l.085.1c.203.242.43.513.848.225.591-.403.721-.76.357-1.287-.87-1.26-1.316-2.674-1.58-4.156-.032-.18-.019-.462.306-.452.189.006.237.15.29.315.396 1.287 1.017 2.444 2.044 3.348.046.039.118.047.206.058.043.005.09.01.138.02l.35-.479.472-.65c-.967-.771-1.272-1.825-1.574-2.87-.085-.293-.17-.585-.268-.87-.088-.253-.186-.708.237-.806.28-.065.313.134.345.332.013.08.026.158.055.22l.144.315c.332.725.663 1.45 1.302 1.983.448.374.8.345 1.01-.188.39-.988.9-1.908 1.427-2.824l.008-.013c.157-.272.314-.545.308-.888-.007-.373-.124-.689-.537-.62-.332.054-.67.09-1.007.125-.833.087-1.668.175-2.438.547-1.644.793-2.83 2.06-3.73 3.634-1.21 2.116-1.603 4.443-1.996 6.77a76.411 76.411 0 0 1-.322 1.816c-.006.027.013.058.036.097.014.022.03.047.042.076.447-.196.821-.494 1.194-.79.24-.19.48-.381.737-.543l-.004.007ZM31.67 32.1c.839 1.891.4 3.698-.211 5.434v-.003c-1.14 3.237-3.76 4.956-6.819 6.084a5.516 5.516 0 0 0-.592.273c-.396.202-.794.405-1.26.403l.75-.705c.538-.51 1.078-1.02 1.635-1.509 1.495-1.313 2.789-2.817 3.777-4.517.147-.254.298-.506.45-.759.77-1.29 1.547-2.591 1.92-4.08.033-.13.111-.249.202-.386.047-.072.098-.148.148-.235Zm40.42 15.559v-.264h3.172l.029 1.005h-.27c-.045-.215-.107-.374-.188-.472a.5.5 0 0 0-.267-.182 1.878 1.878 0 0 0-.41-.035h-.692v1.368h.364c.173 0 .29-.03.348-.088.059-.058.094-.188.107-.39h.264v1.287h-.27a1.296 1.296 0 0 0-.052-.318.211.211 0 0 0-.13-.134.854.854 0 0 0-.28-.035h-.35v1.15c0 .156.032.27.094.345.061.074.21.11.442.11h.08v.263h-1.988v-.263c.234 0 .387-.036.455-.104s.1-.185.1-.35v-2.435a.778.778 0 0 0-.035-.26c-.023-.062-.075-.11-.156-.146a.967.967 0 0 0-.367-.052Zm11.01.383a1.813 1.813 0 0 0-.676-.51c-.289-.133-.64-.202-1.053-.202-.452 0-.842.095-1.166.283a1.862 1.862 0 0 0-.732.741 2.059 2.059 0 0 0-.117 1.69 1.933 1.933 0 0 0 1.076 1.125c.28.117.601.175.965.175.449 0 .835-.094 1.164-.28.328-.185.575-.432.744-.74.169-.31.25-.637.25-.992 0-.204-.035-.419-.104-.643a1.935 1.935 0 0 0-.347-.647H83.1Zm-.504 1.762a1.86 1.86 0 0 1-.149.533 1.142 1.142 0 0 1-.377.47c-.172.128-.397.193-.673.193s-.504-.062-.679-.189a1.113 1.113 0 0 1-.383-.461 1.92 1.92 0 0 1-.153-.533 3.828 3.828 0 0 1-.033-.5c0-.29.033-.557.098-.804.065-.243.192-.448.374-.61.181-.163.438-.244.766-.244.238 0 .44.045.602.14.162.09.289.217.383.373.095.156.16.332.195.527.04.195.055.4.055.617 0 .153-.01.312-.029.484l.004.004Zm8.26-2.272c.288.133.513.305.675.51h.004c.162.205.279.42.347.647.069.224.104.439.104.643 0 .355-.081.683-.25.992a1.875 1.875 0 0 1-.744.74c-.329.186-.715.28-1.164.28a2.48 2.48 0 0 1-.965-.175 1.925 1.925 0 0 1-1.076-1.124 2.059 2.059 0 0 1 .117-1.69c.163-.306.406-.553.731-.742.326-.188.716-.283 1.167-.283.413 0 .764.069 1.053.202Zm.022 2.805c.081-.186.13-.364.15-.533l-.004-.004c.02-.172.03-.331.03-.484a3.14 3.14 0 0 0-.056-.617c-.035-.195-.1-.37-.195-.527a1.032 1.032 0 0 0-.383-.374 1.184 1.184 0 0 0-.602-.14c-.328 0-.584.082-.766.244a1.229 1.229 0 0 0-.374.611 3.14 3.14 0 0 0-.098.803c0 .16.01.328.033.5.023.173.071.352.153.534.08.182.207.338.383.461.175.127.403.189.68.189.275 0 .5-.065.672-.192.172-.13.299-.286.377-.471Zm8.795-2.06a1.841 1.841 0 0 0-.361-.42 1.662 1.662 0 0 0-.468-.286 2.796 2.796 0 0 0-.611-.166 5.201 5.201 0 0 0-.81-.052c-.032 0-.149 0-.354.007-.204.006-.318.006-.347.006l-.832.016v.27c.247 0 .403.036.47.104.07.068.105.185.105.354v2.444a.74.74 0 0 1-.04.27.262.262 0 0 1-.162.14 1.083 1.083 0 0 1-.37.049v.263h1.768c.523 0 .965-.081 1.33-.24.171-.075.33-.19.483-.342.153-.153.273-.338.368-.565a1.95 1.95 0 0 0 .143-.758 1.99 1.99 0 0 0-.082-.578 2.204 2.204 0 0 0-.227-.514l-.003-.003Zm-.907 2.193c-.192.325-.517.484-.982.484a.831.831 0 0 1-.344-.055.222.222 0 0 1-.133-.163 1.726 1.726 0 0 1-.023-.34v-2.724c.24 0 .426.006.552.02a1.221 1.221 0 0 1 .988.653c.153.27.231.607.231 1.01s-.094.793-.286 1.118l-.003-.003Zm6.913-1.583c.286.133.507.254.669.351l.007.013c.162.098.299.224.409.374a.89.89 0 0 1 .166.546c0 .12-.026.247-.078.38a1.34 1.34 0 0 1-.234.387 1.182 1.182 0 0 1-.393.299 1.228 1.228 0 0 1-.549.117 1.48 1.48 0 0 1-.615-.133 1.32 1.32 0 0 1-.516-.4c-.062.14-.101.27-.117.39h-.264v-1.326h.264c.048.188.117.37.198.536.081.166.201.312.354.432.156.12.341.182.566.182.195 0 .351-.052.468-.159a.522.522 0 0 0 .175-.403.512.512 0 0 0-.211-.426 1.668 1.668 0 0 0-.283-.175 6.866 6.866 0 0 0-.406-.195 3.2 3.2 0 0 1-.579-.335 1.671 1.671 0 0 1-.341-.328 1.163 1.163 0 0 1-.159-.302.883.883 0 0 1-.046-.29c0-.175.046-.344.14-.513a1.13 1.13 0 0 1 .41-.413c.178-.107.386-.162.624-.162.182 0 .354.039.516.12.163.078.306.192.426.331.036-.08.065-.191.094-.338h.27v1.08h-.27c-.191-.589-.523-.885-.994-.885a.603.603 0 0 0-.413.137.445.445 0 0 0-.156.35c0 .111.033.209.098.293a.837.837 0 0 0 .256.212c.108.058.277.143.514.253Zm8.154 1.758c-.114.14-.231.225-.351.257a1.432 1.432 0 0 1-.377.049h-.312c-.14 0-.247-.01-.322-.033a.301.301 0 0 1-.163-.1.353.353 0 0 1-.061-.176 3.567 3.567 0 0 1-.013-.335v-.91h.399c.137 0 .234.013.303.036a.24.24 0 0 1 .143.137c.029.068.048.172.058.315h.263v-1.287h-.273a1.026 1.026 0 0 1-.055.315.24.24 0 0 1-.14.137 1 1 0 0 1-.302.035h-.393v-1.368h.725c.191 0 .338.01.432.033a.492.492 0 0 1 .26.175c.078.094.146.257.205.478h.263l-.052-1.004h-3.214v.263c.169 0 .295.016.377.052.081.036.133.084.152.146.023.062.033.15.033.26v2.434c0 .17-.036.286-.104.355-.068.068-.221.104-.462.104v.263h3.452l.032-1.274h-.269c-.046.296-.127.513-.241.65l.007-.007Zm7.93-.312c.12.186.218.325.296.42l-.004-.004c.078.095.15.16.215.192a.65.65 0 0 0 .25.065v.263h-1.037c-.035-.042-.084-.1-.139-.182-.059-.08-.117-.175-.186-.282a9.775 9.775 0 0 1-.165-.267l-.264-.435a3.806 3.806 0 0 0-.266-.4.385.385 0 0 0-.205-.137 1.82 1.82 0 0 0-.393-.029h-.146v1.01c0 .108.013.193.035.258.023.065.078.113.163.15a.993.993 0 0 0 .37.051v.263h-1.943v-.263c.237 0 .387-.036.455-.104s.101-.185.101-.354v-2.444c0-.163-.033-.283-.098-.351s-.218-.104-.458-.104v-.27l.897-.03a2.6 2.6 0 0 1 .237-.009h.247c.062 0 .159.003.296.007a8.4 8.4 0 0 1 .539.035c.166.017.299.04.397.065.143.036.276.095.406.18a.99.99 0 0 1 .315.33.91.91 0 0 1 .121.478.866.866 0 0 1-.355.702 1.444 1.444 0 0 1-.494.225c.14.084.257.185.355.305.097.12.25.341.458.666Zm-1.862-1.111c.289 0 .529-.046.724-.14v.003c.195-.09.293-.312.293-.653 0-.309-.094-.513-.283-.614-.185-.1-.432-.153-.734-.153h-.179v1.557h.179Zm8.836-1.563c.173.003.299.02.387.052.088.032.13.107.13.23 0 .062-.036.18-.107.345l-.822 1.934-.891-2.07a.656.656 0 0 1-.068-.274c0-.09.036-.15.107-.172.072-.023.202-.039.39-.045v-.264h-1.969v.264c.149 0 .263.013.341.042a.35.35 0 0 1 .182.153 3.4 3.4 0 0 1 .192.396l1.319 3.09h.267l1.261-2.944c.078-.178.139-.312.182-.393a1 1 0 0 1 .13-.198.382.382 0 0 1 .165-.107.735.735 0 0 1 .238-.036v-.263h-1.434v.26Zm5.834.104c-.071-.069-.227-.104-.471-.104v-.264h1.966v.264c-.162 0-.289.016-.37.048a.28.28 0 0 0-.163.143.709.709 0 0 0-.039.267v2.434c0 .11.01.195.036.26.026.065.078.11.159.146.081.036.208.052.38.052v.264h-1.966v-.264c.163 0 .286-.016.371-.048a.262.262 0 0 0 .162-.14.74.74 0 0 0 .039-.27v-2.434c0-.17-.036-.286-.104-.354Zm8.544 2.574a1.535 1.535 0 0 1-.462.474 1.13 1.13 0 0 1-.634.189.97.97 0 0 1-.705-.309c-.12-.12-.221-.3-.305-.533-.082-.234-.124-.53-.124-.884s.049-.666.146-.91c.098-.244.234-.426.407-.543a.995.995 0 0 1 .585-.179c.195 0 .38.05.559.15.178.1.331.244.461.432.13.189.218.403.27.647h.273l-.046-1.427h-.256a1.717 1.717 0 0 1-.124.358c-.315-.316-.715-.475-1.199-.475-.293 0-.562.052-.809.16a1.948 1.948 0 0 0-1.05 1.088 2.071 2.071 0 0 0-.143.774c0 .38.088.724.266 1.027a1.926 1.926 0 0 0 1.681.962c.318 0 .568-.056.757-.163.188-.107.351-.237.497-.39.091.13.156.276.198.439h.27V49.76h-.273c-.039.189-.12.38-.24.57v.006Zm7.241.565c.121-.032.238-.117.351-.257l-.006.007c.114-.137.195-.354.24-.65h.27l-.032 1.274h-3.452v-.263c.241 0 .393-.036.462-.104.068-.069.104-.186.104-.355V48.12c0-.11-.01-.198-.033-.26-.019-.062-.071-.11-.153-.146a1 1 0 0 0-.377-.052v-.263h3.215l.052 1.004h-.264c-.058-.221-.126-.384-.204-.478a.492.492 0 0 0-.26-.175 2.051 2.051 0 0 0-.433-.033h-.724v1.368h.393a1 1 0 0 0 .302-.035.24.24 0 0 0 .14-.137c.029-.068.045-.172.055-.315h.273v1.287h-.263a1.006 1.006 0 0 0-.059-.315.237.237 0 0 0-.143-.137.985.985 0 0 0-.302-.036h-.4v.91c0 .153.007.264.013.335.007.072.03.13.062.176a.301.301 0 0 0 .163.1c.074.023.182.033.321.033h.312c.134 0 .257-.016.377-.049Z\" fill=\"#fff\"/></svg>',withExternalLayout:true})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-a0ZTX.framer-vit9q0, .framer-a0ZTX .framer-vit9q0 { display: block; }\",\".framer-a0ZTX.framer-uat5tf { height: 64px; overflow: hidden; position: relative; width: 155px; }\",\".framer-a0ZTX .framer-1ngmz9y { aspect-ratio: 2.421875 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 64px); left: 0px; position: absolute; right: 0px; top: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 64\n * @framerIntrinsicWidth 155\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramergG9di8yy_=withCSS(Component,css,\"framer-a0ZTX\");export default FramergG9di8yy_;FramergG9di8yy_.displayName=\"Logo-Crowbond\";FramergG9di8yy_.defaultProps={height:64,width:155};addFonts(FramergG9di8yy_,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramergG9di8yy_\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"155\",\"framerIntrinsicHeight\":\"64\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./gG9di8yy_.map", "// Generated by Framer (ff6f0b6)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const serializationHash=\"framer-2Ea9H\";const variantClassNames={C5dXD9yJc:\"framer-v-17s8mxo\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"C5dXD9yJc\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-17s8mxo\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"C5dXD9yJc\",ref:ref??ref1,style:{...style},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-9cz78g\",\"data-framer-name\":\"Logo-Rushtons\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:161,layoutDependency:layoutDependency,layoutId:\"wnbmmflUQ\",svg:'<svg width=\"161\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M141.072 10.082c2.044-1.464 4.676.029 4.768 2.31l-.003.002c.064 1.611-.166 3.145-.817 4.615-.727 1.646-1.671 3.158-2.867 4.478-.4-.015-.65-.221-.905-.432-.164-.135-.33-.272-.54-.362l.123-.198c1.087-1.75 2.133-3.434 2.225-5.61-.149-.012-.284-.02-.41-.027a5.775 5.775 0 0 1-.659-.062c-1.065-.185-1.888-.67-2.146-1.812-.217-.97.36-2.28 1.231-2.902ZM83.953 32.553c.12.051.244.104.371.151-.424 2.08-1.403 3.757-3.078 4.995-1.31.97-2.825.804-4.277.462-.73-.172-1.25-.813-1.464-1.56-.2-.704-.37-1.415-.376-2.168-.01-1.241.14-2.464.292-3.688.068-.55.136-1.1.19-1.651.054-.559.125-1.115.196-1.672v-.001c.155-1.217.31-2.432.288-3.666-.012-.692-.188-1.244-1.001-1.528-1.24.284-1.936 1.28-2.542 2.335-1.273 2.216-1.958 4.64-2.504 7.119-.319 1.457-.344 2.924-.331 4.4.002.373.001.744 0 1.153v.694h-4.743c-.214-8.136.514-16.131 1.48-24.15-.364-.233-.768-.215-1.19-.196-.392.018-.798.036-1.202-.145-.147-.775-.086-1.594.01-2.417.413-.323.87-.296 1.314-.27.131.008.261.016.389.015 1.183-.013 2.328-.214 3.39-.705.769-.357 1.515-.354 2.459-.182.028 1.448-.177 2.87-.381 4.29-.123.852-.246 1.703-.317 2.558a77.83 77.83 0 0 1-.384 3.376v.001c-.147 1.148-.295 2.299-.392 3.46.66-1.116 1.327-2.168 2.252-3.061 1.46-1.41 3.221-1.796 5.135-1.48 1.627.268 2.561 1.397 3.004 2.928.492 1.703.421 3.431.195 5.17-.28 2.133-.549 4.27-.781 6.41l-.005.044c-.06.541-.128 1.155.62 1.484.875-.313 1.149-1.06 1.416-1.79.117-.318.232-.633.396-.908.595-.222 1.063-.023 1.571.193ZM11.45 27.997c1.073 1.399 1.906 2.95 2.737 4.496 1.031 1.92 2.059 3.833 3.536 5.432h6.098c.332-.765.498-1.454.172-2.312-1.554-.064-2.328-1.192-3.101-2.32l-.113-.164c-.161-.234-.305-.48-.45-.724a15.817 15.817 0 0 0-.294-.489 50.405 50.405 0 0 1-.526-.853c-.87-1.43-1.753-2.882-3.368-3.982.24-.106.448-.201.638-.288.328-.15.6-.275.877-.384 3.301-1.276 5.562-4.054 5.336-8.095-.156-2.778-1.413-4.701-4.01-5.668a14.673 14.673 0 0 0-5.115-.947c-2.904-.008-5.809.004-8.713.015l-1.936.007-.124-.001c-.274-.006-.557-.011-.817.221-.029.12-.06.242-.092.363-.182.703-.37 1.425-.055 2.157.417.122.83.106 1.238.09.455-.018.9-.035 1.333.14.105.522.005 1.006-.093 1.485-.072.35-.143.695-.134 1.05.05 1.845-.08 3.682-.209 5.52a91.013 91.013 0 0 0-.199 3.471 186.55 186.55 0 0 1-.162 3.568c-.04.755-.079 1.51-.112 2.265a9.016 9.016 0 0 1-.329 2.02c-.188.685-.628 1.215-1.384 1.377-.069.015-.139.027-.209.04-.293.05-.583.101-.805.333-.242.742-.299 1.438-.17 2.086 2.664.278 9.802.17 10.886-.172.007-.206.022-.413.037-.619.043-.606.087-1.208-.085-1.77-.59-.237-1.152-.174-1.707-.112-.355.04-.707.079-1.06.039-.115-1.636.031-3.211.18-4.803a56.82 56.82 0 0 0 .199-2.587c.21 0 .413-.012.61-.023.52-.03 1.004-.059 1.495.138ZM9.807 17.889c.027-.319.054-.638.073-.956.118-1.946.964-2.72 2.941-2.682h.05c.3.007.607.013.897.073 2.686.542 3.77 1.856 3.738 4.647-.041 3.642-1.358 5.144-3.266 5.731-1.499.463-3.046.87-4.551.172 0-.565-.005-1.124-.01-1.679v-.001c-.011-1.373-.023-2.718.039-4.06.018-.414.053-.829.089-1.245Zm146.973 7.442c1.436.264 2.419-.242 2.882-1.686.063-.201.043-.867.043-.867-.688-2.108-2.137-3.166-4.239-3.619-1.368-.297-2.736-.29-4.095-.07-1.384.223-2.625.813-3.639 1.799-2.089 2.031-2.098 4.969-.022 6.844.631.571 1.323 1.05 2.044 1.493.653.4 1.307.797 1.962 1.194.654.397 1.309.794 1.961 1.194.836.514 1.493 1.168 1.614 2.166-.925 2.5-2.963 3.014-5.323 1.35 0-.14.002-.281.004-.424v-.002c.005-.313.01-.634-.007-.956-.07-1.323-.82-2.086-2.061-2.13-1.428-.048-2.305.72-2.459 2.101-.188 1.688.59 2.84 1.997 3.633 2.354 1.327 4.877 1.27 7.399.734 2.38-.507 3.984-2.026 4.973-4.21.486-1.075 0-2.217 0-2.217-.954-2.194-2.791-3.47-4.788-4.602-1.103-.625-2.2-1.266-3.243-1.984-1.152-.797-1.407-1.499-1.024-2.366.383-.868 1.786-1.611 2.791-1.394l.045.01.045.01.068.014c.508.107 1.037.219 1.427.626.156.18.094.348.032.518a1.064 1.064 0 0 0-.064.222c-.169 1.371.494 2.408 1.674 2.625l.003-.006Zm-18.416 7.074-.001.002h-.005l.006-.002Zm-.332.788c-.278.748-.564 1.52-1.527 1.9-.737-.628-.634-1.38-.54-2.074h.001v-.001c.016-.123.033-.243.044-.361.1-1.033.254-2.06.407-3.088a70.08 70.08 0 0 0 .349-2.535c.227-1.994.38-3.993-.513-5.904-.645-1.374-1.729-2.047-3.234-2.178-2.561-.22-4.386.912-5.709 2.988-.261.409-.49.835-.767 1.35-.14.262-.293.545-.468.86 0-.34.005-.645.008-.929v-.015c.008-.577.015-1.058-.017-1.535-.077-1.202-.648-2.117-1.796-2.573-1.473-.587-3.486-.013-4.443 1.269a9.701 9.701 0 0 0-1.515 2.94c-.018.06-.037.118-.056.176-.13.393-.258.78.005 1.247.387.237.854.337 1.319.436l.238.052c.757-1.703 1.503-2.59 2.239-2.663.241.29.229.623.218.957v.001a5.37 5.37 0 0 0-.005.254c.015 1.052-.135 2.087-.286 3.122-.076.526-.153 1.053-.208 1.582a135.07 135.07 0 0 1-.369 3.101v.006l-.001.001v.005c-.146 1.153-.293 2.307-.405 3.463-.089.925-.131 1.88.102 2.868 1.582.162 3.081.111 4.666.048.009-.493.008-.976.007-1.451v-.001c-.002-1.51-.004-2.945.287-4.369.567-2.803 1.339-5.527 2.832-7.996.552-.909 1.183-1.75 2.29-1.9.896.331.937 1.004.934 1.722-.006 1.836-.246 3.65-.486 5.464-.125.95-.251 1.898-.343 2.85-.137 1.432-.242 2.842.233 4.22.392 1.145 1.164 1.75 2.462 1.878 2.146.214 3.716-.621 4.902-2.293.702-.988 1.215-2.08 1.438-3.275-.659-.331-1.313-.466-1.962-.406a6.263 6.263 0 0 0-.331.786Zm-93.576-.881c.65-.172 1.187.121 1.79.507l-.007-.003c-.258 1.725-.922 3.25-2.098 4.513-1.005 1.081-3.104 1.38-4.427.765-1.056-.488-1.388-1.41-1.48-2.44-.047-.502-.035-1.01-.023-1.519v-.003c.005-.226.01-.453.01-.678-.341.45-.636.909-.927 1.362-.43.67-.85 1.326-1.398 1.913-1.464 1.57-3.26 1.885-5.23 1.528-1.104-.198-1.86-.973-2.348-1.968a6.248 6.248 0 0 1-.632-2.427c-.117-2.12.163-4.204.482-6.286.175-1.145.345-2.29.443-3.442l.02-.185c.06-.551.126-1.152-.61-1.53-.98.164-1.238.893-1.505 1.642-.141.398-.285.8-.539 1.13-.18-.07-.37-.104-.565-.139-.414-.074-.842-.15-1.195-.573.433-1.99 1.419-3.662 3.141-4.867 1.174-.82 2.513-.804 3.827-.561 1.02.188 1.662.915 1.908 1.916.213.868.417 1.745.318 2.654-.07.646-.135 1.293-.2 1.94v.002c-.158 1.552-.314 3.103-.54 4.644-.173 1.212-.183 2.412-.192 3.53v.003l-.005.572c.296.555.647.746 1.18.778.845-.303 1.378-1.017 1.834-1.799 1.425-2.446 2.194-5.112 2.743-7.865.295-1.482.3-2.967.305-4.457v-.263a4.36 4.36 0 0 0-.01-.282c-.017-.325-.036-.667.173-1.042h4.354c.319.96.357 3.081.16 4.475a239.422 239.422 0 0 0-.84 6.567c-.04.345-.096.689-.152 1.032-.123.748-.245 1.496-.201 2.263l.003.066c.024.455.026.488.462 1.244.889-.26 1.169-.962 1.452-1.675.145-.364.29-.73.52-1.042Zm69.746 2.494c1.91-2.64 2.586-5.642 2.264-8.822-.233-2.312-1.183-4.309-3.148-5.792-2.484-1.872-7.399-1.703-10.043.705-2.628 2.396-3.77 5.387-3.646 8.89 0 .197-.005.396-.01.595v.004c-.012.434-.024.867.02 1.295.265 2.605 1.891 5.654 5.007 6.458.845.217 1.69.217 2.536.217h.299c2.874.013 5.072-1.282 6.717-3.556l.004.006Zm-3.509-2.102c-.252.913-.631 1.78-1.311 2.488-1.275 1.327-2.902 1.13-3.728-.533-.37-.743-.67-1.56-.81-2.373-.424-2.446-.463-4.895.22-7.322.23-.82.596-1.573 1.037-2.287.497-.8 1.243-1.27 2.296-1.429 1.827.345 2.303 1.751 2.647 3.212.651 2.775.399 5.527-.354 8.244h.003Zm-52.158-4.876c.682.408 1.343.842 1.904 1.413l-.007.003c2.711 2.765 1.643 6.04-.829 7.724-1.276.871-2.714 1.385-4.312 1.394l-.388.003c-1.62.014-3.227.028-4.734-.75-.67-.34-1.279-.749-1.76-1.323-.763-.912-1.008-1.945-.638-3.09.408-1.26 1.384-1.808 2.73-1.56 1.087.198 1.738 1.06 1.722 2.303a5.85 5.85 0 0 1-.072.744c-.019.136-.038.28-.056.436.91.686 1.818 1.033 2.88.931 1.114-.108 2.083-.775 2.325-1.623.294-1.037.023-1.882-1.03-2.59-.821-.553-1.68-1.05-2.539-1.547-.375-.217-.75-.435-1.122-.657-.957-.567-1.86-1.196-2.689-1.948-1.955-1.774-2.283-4.762.313-7.055 2.634-2.325 7.275-2.112 9.718-.625 1.253.762 2.054 1.814 1.853 3.39-.163 1.266-.96 1.977-2.236 1.965-1.285-.013-2.114-.73-2.239-1.978-.03-.317-.022-.637-.014-.965a17.8 17.8 0 0 0 .008-.467c-1.117-.832-2.223-.906-3.4-.207-1.31.775-1.47 1.961-.341 2.96.43.382.921.704 1.416 1.007.692.425 1.39.838 2.09 1.251.483.286.966.571 1.447.86Zm38.052 4.793c-1.138 1.436-2.366 2.66-4.44 2.093-.966-.676-.918-1.703-.86-2.695l.063-1.161v-.011c.092-1.713.184-3.428.415-5.124.055-.407.085-.819.115-1.233v-.005c.061-.838.123-1.682.389-2.5.8-.167 1.596-.154 2.39-.14.758.012 1.515.025 2.273-.118.178-.81.268-1.56.028-2.466h-4.452c.038-.853.154-1.67.268-2.478.15-1.047.295-2.076.265-3.142l-.095-.007c-.725-.055-1.422-.108-2.205.09-.75 3.161-2.335 5.53-6.04 5.646.044.416-.039.794-.119 1.16-.092.42-.18.823-.07 1.25.406.113.811.103 1.213.093.52-.013 1.035-.026 1.53.23.045 1.54-.121 3.058-.287 4.571v.003c-.069.63-.138 1.259-.191 1.888-.163 1.897-.188 3.785-.16 5.68.01.743.278 1.451.616 2.108.564 1.097 1.435 1.812 2.701 1.962 3.394.398 6.37-.651 8.36-4.622-.59-.37-1.12-.705-1.703-1.075l-.004.003ZM26.105 50.778c-.102 0-.3.064-.596.189-.297.124-.555.188-.775.188-.233 0-.396-.058-.488-.17-.093-.11-.14-.318-.14-.621v-1.078h1.281c.192 0 .329-.035.412-.109.083-.073.124-.191.124-.357 0-.166-.041-.277-.12-.347-.08-.07-.22-.106-.412-.106h-1.282v-.982c0-.195-.042-.328-.122-.408-.08-.08-.213-.118-.398-.118-.185 0-.32.038-.399.118-.08.08-.121.213-.121.408v.982h-.396c-.194 0-.328.035-.408.102-.08.067-.118.185-.118.351 0 .166.038.284.121.357.08.074.214.109.405.109h.396v1.17c0 .367.019.629.057.788.038.16.105.29.198.405.127.147.3.258.517.335.216.077.472.118.762.118.497 0 .94-.09 1.33-.268.392-.178.587-.376.587-.59a.482.482 0 0 0-.125-.332.384.384 0 0 0-.296-.137l.006.004Zm5.4.32h.07l.01.006c.146 0 .261.038.338.115.076.076.115.188.115.338 0 .166-.042.284-.122.357-.08.073-.213.108-.405.108h-1.043c-.188 0-.322-.035-.401-.108-.084-.073-.122-.191-.122-.357 0-.153.038-.265.115-.342.077-.076.191-.114.341-.114h.067v-1.225c0-.36-.044-.61-.134-.746-.089-.138-.226-.208-.453-.208a.738.738 0 0 0-.577.271.99.99 0 0 0-.239.683V51.1h.067c.15 0 .265.038.341.114.077.077.115.189.115.338 0 .166-.038.284-.121.358-.083.073-.217.108-.405.108h-1.043c-.195 0-.329-.038-.408-.108-.08-.074-.118-.192-.118-.36 0-.147.038-.262.115-.339.076-.076.188-.115.337-.115h.07V47.45h-.07a.469.469 0 0 1-.34-.121c-.084-.08-.122-.198-.122-.348 0-.166.041-.284.121-.357.08-.074.217-.109.412-.109h.79c.096 0 .163.016.198.058.035.041.055.115.055.22v1.767a.956.956 0 0 1 .417-.393 1.45 1.45 0 0 1 .645-.133c.443 0 .784.127 1.024.385.239.259.36.629.36 1.11v1.57Zm5.635-.868c.08-.06.121-.175.121-.341 0-.52-.197-.957-.596-1.314-.399-.358-.9-.536-1.505-.536-.68 0-1.232.191-1.656.57-.424.383-.638.871-.638 1.468 0 .596.214 1.09.638 1.47.424.383.976.571 1.656.571.574 0 1.055-.096 1.448-.287.392-.191.583-.418.583-.683a.433.433 0 0 0-.099-.296.321.321 0 0 0-.255-.115c-.07 0-.274.086-.612.255-.338.17-.683.255-1.03.255-.348 0-.626-.076-.836-.232-.21-.154-.35-.386-.424-.699h2.71c.25 0 .415-.032.495-.092v.006Zm-3.205-.565c.073-.274.2-.478.389-.615.185-.137.434-.204.737-.204s.574.07.772.214a.919.919 0 0 1 .366.605h-2.264Zm13.229-1.55a.439.439 0 0 1 .274-.083l.003-.003c.153 0 .262.048.326.137.063.09.095.25.095.473v.688c0 .173-.035.3-.105.38-.07.08-.179.121-.325.121a.45.45 0 0 1-.262-.07.876.876 0 0 1-.223-.274 1.06 1.06 0 0 0-.44-.425 1.475 1.475 0 0 0-.67-.137c-.325 0-.596.109-.804.322-.207.217-.312.473-.312.823 0 .351.108.632.325.846.217.213.507.318.87.318.332 0 .658-.092.986-.274.329-.182.526-.274.6-.274a.33.33 0 0 1 .258.121.45.45 0 0 1 .102.3c0 .261-.2.497-.6.705-.398.207-.873.312-1.422.312-.68 0-1.23-.188-1.655-.57-.424-.38-.638-.884-.638-1.47 0-.588.214-1.076.632-1.465.417-.389.95-.584 1.588-.584a2.449 2.449 0 0 1 1.24.329.47.47 0 0 1 .157-.246Zm5.77 2.982h-.07v-1.569c0-.481-.121-.851-.36-1.11-.24-.258-.581-.386-1.024-.386-.25 0-.463.045-.645.134a.956.956 0 0 0-.418.393v-1.767c0-.105-.019-.179-.054-.22-.035-.042-.102-.058-.197-.058h-.791c-.195 0-.332.035-.412.109-.08.073-.121.191-.121.357 0 .15.038.268.121.348.083.08.195.12.341.12h.07v3.65h-.07c-.15 0-.261.038-.338.114-.076.077-.114.192-.114.338 0 .17.038.287.117.36.08.07.214.11.409.11h1.043c.188 0 .322-.036.405-.11.083-.073.12-.19.12-.356 0-.15-.037-.262-.114-.339-.077-.076-.191-.114-.341-.114h-.067v-1.225a.99.99 0 0 1 .239-.683.738.738 0 0 1 .577-.27c.227 0 .364.07.453.207.09.137.134.386.134.746V51.1h-.067c-.15 0-.264.038-.341.114-.077.077-.115.189-.115.342 0 .166.038.284.121.357.08.073.214.108.402.108h1.043c.192 0 .325-.035.405-.108.08-.073.121-.191.121-.357 0-.15-.038-.262-.114-.338-.077-.077-.192-.115-.339-.115l-.01-.007Zm5.686-1.208c0 .165-.041.28-.121.341v-.006c-.08.06-.246.092-.494.092h-2.711c.073.313.213.545.424.699.21.156.488.232.835.232.348 0 .693-.086 1.03-.255.339-.169.543-.255.613-.255a.32.32 0 0 1 .255.115.433.433 0 0 1 .099.297c0 .264-.191.49-.584.682-.392.191-.873.287-1.448.287-.679 0-1.23-.188-1.655-.57-.424-.38-.638-.875-.638-1.471 0-.596.214-1.084.638-1.467.424-.38.976-.571 1.655-.571.606 0 1.107.178 1.506.536.398.357.596.794.596 1.314Zm-2.937-.84c-.188.138-.316.342-.39.616h2.265a.918.918 0 0 0-.367-.605c-.197-.144-.469-.214-.772-.214-.302 0-.551.067-.736.204Zm7.974-2.429c-.166-.081-.425-.125-.776-.125-.682 0-1.164.115-1.448.348-.284.233-.424.622-.424 1.17v.24h-.447c-.197 0-.334.035-.414.105-.08.07-.121.188-.121.354 0 .166.041.28.12.354.08.073.22.108.412.108h.447v1.92h-.447c-.197 0-.335.035-.414.105-.08.07-.122.186-.122.348 0 .163.042.284.122.357.08.074.22.109.411.109h2.316c.19 0 .328-.035.41-.109.084-.073.125-.191.125-.357 0-.166-.041-.277-.12-.347-.08-.07-.22-.106-.412-.106h-.836v-1.92h.903c.191 0 .328-.035.411-.108.083-.074.124-.192.124-.354 0-.163-.041-.28-.12-.351-.08-.07-.22-.108-.412-.108h-.903v-.14c0-.294.054-.502.157-.616.105-.115.287-.176.548-.176.067 0 .185.013.354.038.17.026.3.039.392.039a.414.414 0 0 0 .3-.106.37.37 0 0 0 .112-.28c0-.175-.083-.306-.248-.392Zm3.737 2.95c.631.092 1.069.23 1.304.414l.01-.006c.236.182.354.456.354.816 0 .425-.156.75-.469.983-.312.233-.756.347-1.33.347-.223 0-.44-.016-.647-.044a4.04 4.04 0 0 1-.603-.128.948.948 0 0 1-.226.128.705.705 0 0 1-.24.044c-.12 0-.207-.032-.255-.095-.048-.064-.073-.185-.073-.36v-.559c0-.185.032-.316.092-.392.061-.077.17-.115.32-.115.165 0 .3.08.404.24.064.089.115.152.157.194.137.124.296.217.478.277.182.06.39.093.622.093a.894.894 0 0 0 .485-.118c.121-.077.182-.179.182-.306 0-.23-.326-.386-.973-.472l-.335-.048c-.485-.07-.849-.201-1.088-.399-.239-.198-.357-.462-.357-.797 0-.396.14-.699.427-.916.288-.216.696-.325 1.225-.325.182 0 .37.016.562.045.19.028.389.076.59.137a.69.69 0 0 1 .188-.156.457.457 0 0 1 .22-.051c.115 0 .2.038.261.108.061.073.09.179.09.322v.517a.402.402 0 0 1-.093.28.338.338 0 0 1-.261.1c-.115 0-.313-.1-.59-.3-.278-.201-.559-.3-.84-.3-.22 0-.388.038-.51.108-.12.07-.181.17-.181.297 0 .197.252.328.756.395.146.016.261.029.344.042Zm5.812-2.539h-.826c-.07 0-.121.013-.15.035-.029.022-.057.077-.083.163l-.491 1.783s-.006.022-.006.032v.057c0 .032.01.057.032.083a.192.192 0 0 0 .089.054l.265.096s.016.006.028.006h.039c.035 0 .063-.01.089-.029a.285.285 0 0 0 .073-.092l1.034-2.006s.015-.029.019-.048a.28.28 0 0 0 .006-.054c0-.023-.013-.042-.035-.058a.14.14 0 0 0-.083-.022Zm11.034 1.104h.686l.003-.007c.195 0 .329.038.408.109.08.07.118.188.118.35 0 .15-.038.265-.114.345-.077.08-.189.118-.339.118h-.07v2.896c0 .612-.166 1.059-.5 1.336-.335.278-.871.418-1.608.418-.456 0-.794-.045-1.008-.134-.213-.09-.322-.23-.322-.424a.45.45 0 0 1 .13-.329.464.464 0 0 1 .345-.127 5.3 5.3 0 0 1 .36.038c.205.026.396.038.568.038.4 0 .677-.076.83-.226.153-.153.23-.424.23-.817v-.188a2.284 2.284 0 0 1-1.2.338c-.564 0-1.024-.175-1.38-.526-.358-.35-.537-.788-.537-1.355 0-.568.188-1.037.562-1.404.373-.367.851-.552 1.435-.552.252 0 .472.042.663.122.192.08.358.204.498.373v-.22c0-.055.019-.1.06-.128a.311.311 0 0 1 .182-.044Zm-1.288 2.892a.896.896 0 0 0 .689-.296c.181-.198.27-.44.27-.75s-.089-.564-.27-.762a.892.892 0 0 0-.69-.3.89.89 0 0 0-.682.3c-.182.2-.271.46-.271.762 0 .303.09.552.271.75a.878.878 0 0 0 .683.296Zm7.622-2.816c-.162-.124-.382-.188-.66-.188a1.8 1.8 0 0 0-.855.21c-.264.14-.551.374-.854.702v-.622a.165.165 0 0 0-.064-.134.286.286 0 0 0-.176-.048h-.896c-.198 0-.332.035-.411.106-.08.07-.115.188-.115.354 0 .166.041.283.121.354.08.07.217.108.408.108h.182v2.044h-.322c-.198 0-.335.035-.418.106-.08.07-.121.185-.121.347 0 .163.041.284.121.358.08.073.22.108.412.108h2.35c.192 0 .326-.035.405-.108.08-.074.121-.192.121-.358 0-.165-.038-.277-.12-.347-.08-.07-.214-.106-.406-.106h-.992v-1.361c.25-.252.466-.44.648-.558.182-.119.341-.182.475-.182.067 0 .188.047.36.14.173.092.323.14.447.14a.61.61 0 0 0 .434-.156.53.53 0 0 0 .169-.402c0-.21-.08-.376-.243-.504v-.003ZM96 49.89c0 .165-.041.28-.12.341v-.006c-.08.06-.246.092-.495.092h-2.711c.073.313.214.545.424.699.21.156.488.232.836.232.347 0 .692-.086 1.03-.255.338-.169.542-.255.612-.255a.32.32 0 0 1 .255.115.433.433 0 0 1 .1.297c0 .264-.192.49-.584.682-.393.191-.874.287-1.448.287-.68 0-1.231-.188-1.656-.57-.424-.38-.638-.875-.638-1.471 0-.596.214-1.084.638-1.467.424-.38.976-.571 1.656-.571.606 0 1.106.178 1.505.536.399.357.596.794.596 1.314Zm-2.937-.84c-.188.138-.316.342-.39.616h2.265a.918.918 0 0 0-.366-.605c-.198-.144-.47-.214-.772-.214-.303 0-.552.067-.737.204Zm8.156 1.181c.08-.06.121-.175.121-.341 0-.52-.198-.957-.596-1.314-.399-.358-.9-.536-1.506-.536-.679 0-1.23.191-1.655.57-.424.383-.638.871-.638 1.468 0 .596.214 1.09.638 1.47.424.383.976.571 1.655.571.574 0 1.056-.096 1.448-.287.393-.191.584-.418.584-.683a.433.433 0 0 0-.099-.296.321.321 0 0 0-.255-.115c-.07 0-.274.086-.612.255a2.29 2.29 0 0 1-1.03.255c-.348 0-.626-.076-.836-.232-.21-.154-.351-.386-.424-.699h2.711c.248 0 .414-.032.494-.092v.006Zm-3.205-.565c.073-.274.2-.478.389-.615.185-.137.433-.204.736-.204s.575.07.772.214a.919.919 0 0 1 .367.605h-2.264Zm8.248 1.423h.054l-.003-.003c.156 0 .274.038.354.114.079.077.118.195.118.348 0 .166-.042.284-.122.357-.079.074-.213.109-.405.109h-1.033c-.188 0-.322-.035-.405-.109-.083-.073-.124-.191-.124-.357 0-.156.041-.27.121-.347.079-.077.201-.115.36-.115h.051V49.87c0-.338-.048-.578-.14-.718-.093-.144-.249-.214-.469-.214a.724.724 0 0 0-.571.255c-.147.173-.22.396-.22.677v1.215h.051c.16 0 .278.038.357.114.08.077.118.195.118.348 0 .166-.038.284-.121.357-.083.074-.217.109-.405.109h-1.043c-.188 0-.325-.035-.405-.109-.08-.073-.121-.191-.121-.357 0-.156.038-.27.118-.347.08-.077.198-.115.357-.115h.051V49.05h-.07c-.15 0-.265-.038-.345-.115-.079-.077-.118-.188-.118-.338 0-.166.042-.284.122-.357.079-.074.217-.109.411-.109h.715a.31.31 0 0 1 .178.048c.042.029.061.077.061.134v.329c.13-.201.293-.354.494-.456a1.51 1.51 0 0 1 .695-.154c.447 0 .782.138 1.002.409.22.27.332.685.332 1.244v1.403Zm5.363-2.953h-.685a.31.31 0 0 0-.182.044c-.042.029-.061.073-.061.128v.22a1.28 1.28 0 0 0-.497-.373 1.714 1.714 0 0 0-.664-.122c-.583 0-1.062.186-1.435.552-.373.367-.561.836-.561 1.404 0 .567.178 1.004.536 1.355.357.35.816.526 1.381.526a2.286 2.286 0 0 0 1.199-.338v.188c0 .393-.077.664-.23.817-.153.15-.43.226-.829.226-.172 0-.364-.012-.568-.038a5.046 5.046 0 0 0-.36-.038.466.466 0 0 0-.345.127.444.444 0 0 0-.13.329c0 .194.108.335.322.424.213.09.552.134 1.008.134.736 0 1.272-.14 1.607-.418.335-.277.501-.724.501-1.336V49.05h.07c.15 0 .262-.038.338-.118.077-.08.115-.195.115-.345 0-.162-.038-.28-.118-.35-.08-.07-.214-.109-.408-.109l-.004.007Zm-1.285 2.596a.895.895 0 0 1-.689.296.876.876 0 0 1-.682-.296c-.182-.198-.271-.447-.271-.75s.089-.561.271-.762a.888.888 0 0 1 .682-.3c.274 0 .507.099.689.3.182.198.271.453.271.762 0 .31-.089.552-.271.75Zm6.274-2.708c.277 0 .497.064.66.188v.003a.604.604 0 0 1 .242.504.528.528 0 0 1-.169.402.608.608 0 0 1-.434.156c-.124 0-.274-.048-.446-.14-.172-.093-.293-.14-.36-.14-.134 0-.294.063-.476.181a4.213 4.213 0 0 0-.647.559v1.361h.992c.191 0 .325.035.405.106.083.07.121.181.121.347 0 .166-.041.284-.121.358-.08.073-.214.108-.405.108h-2.351c-.191 0-.331-.035-.411-.108-.08-.074-.121-.195-.121-.358 0-.162.041-.277.121-.347.083-.07.22-.106.418-.106h.322v-2.044h-.182c-.191 0-.329-.038-.408-.108-.08-.07-.122-.188-.122-.354 0-.166.036-.284.115-.354.08-.07.214-.106.412-.106h.896c.073 0 .134.016.175.048a.163.163 0 0 1 .064.134v.622c.303-.328.59-.561.855-.702.265-.14.548-.21.855-.21Zm5.559.59c-.425-.383-.976-.57-1.656-.57-.679 0-1.224.19-1.649.57-.424.383-.638.87-.638 1.467 0 .596.211 1.09.635 1.47.424.38.973.571 1.652.571.68 0 1.235-.191 1.656-.57.421-.38.634-.871.634-1.47 0-.6-.21-1.089-.634-1.468Zm-.846 2.293c-.213.22-.484.332-.81.332-.325 0-.596-.109-.81-.332a1.163 1.163 0 0 1-.319-.835c0-.339.105-.606.319-.823a1.09 1.09 0 0 1 .81-.322 1.1 1.1 0 0 1 .814.322c.21.213.318.488.318.823 0 .334-.105.615-.318.835h-.004Zm5.936-2.79a.439.439 0 0 1 .274-.084l.003-.003c.153 0 .262.048.326.137.064.09.095.25.095.473v.688c0 .173-.035.3-.105.38-.07.08-.178.121-.325.121a.452.452 0 0 1-.262-.07.881.881 0 0 1-.223-.274 1.061 1.061 0 0 0-.44-.425 1.475 1.475 0 0 0-.67-.137c-.325 0-.596.109-.804.322-.207.217-.312.473-.312.823 0 .351.108.632.325.846.217.213.507.318.871.318.332 0 .657-.092.985-.274.329-.182.527-.274.6-.274a.33.33 0 0 1 .258.121.45.45 0 0 1 .102.3c0 .261-.201.497-.599.705-.399.207-.874.312-1.423.312-.679 0-1.231-.188-1.655-.57-.424-.38-.638-.884-.638-1.47 0-.588.214-1.076.632-1.465.417-.389.95-.584 1.588-.584a2.453 2.453 0 0 1 1.241.329.47.47 0 0 1 .156-.246Zm5.993 2.114c.08-.06.121-.175.121-.341 0-.52-.198-.957-.596-1.314-.399-.358-.9-.536-1.506-.536-.679 0-1.231.191-1.655.57-.424.383-.638.871-.638 1.468 0 .596.214 1.09.638 1.47.424.383.976.571 1.655.571.574 0 1.056-.096 1.448-.287.393-.191.584-.418.584-.683a.433.433 0 0 0-.099-.296.321.321 0 0 0-.255-.115c-.07 0-.274.086-.612.255a2.28 2.28 0 0 1-1.031.255c-.347 0-.625-.076-.835-.232-.211-.154-.351-.386-.424-.699h2.711c.248 0 .414-.032.494-.092v.006Zm-3.205-.565c.073-.274.201-.478.389-.615.185-.137.433-.204.736-.204s.575.07.772.214a.918.918 0 0 1 .367.605h-2.264Zm7.923-1.642c.277 0 .497.064.66.188v.003a.604.604 0 0 1 .242.504.528.528 0 0 1-.169.402.607.607 0 0 1-.433.156c-.125 0-.275-.048-.447-.14-.172-.093-.293-.14-.36-.14-.134 0-.294.063-.476.181a4.213 4.213 0 0 0-.647.559v1.361h.992c.191 0 .325.035.405.106.083.07.121.181.121.347 0 .166-.041.284-.121.358-.08.073-.214.108-.405.108h-2.351c-.191 0-.331-.035-.411-.108-.08-.074-.121-.195-.121-.358 0-.162.041-.277.121-.347.083-.07.22-.106.418-.106h.322v-2.044h-.182c-.191 0-.328-.038-.408-.108-.08-.07-.121-.188-.121-.354 0-.166.035-.284.114-.354.08-.07.214-.106.412-.106h.896c.073 0 .134.016.175.048a.163.163 0 0 1 .064.134v.622c.303-.328.59-.561.855-.702a1.8 1.8 0 0 1 .855-.21Z\" fill=\"#fff\"/></svg>',withExternalLayout:true})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-2Ea9H.framer-nsimwi, .framer-2Ea9H .framer-nsimwi { display: block; }\",\".framer-2Ea9H.framer-17s8mxo { height: 64px; overflow: hidden; position: relative; width: 161px; }\",\".framer-2Ea9H .framer-9cz78g { aspect-ratio: 2.515625 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 64px); left: 0px; position: absolute; right: 0px; top: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 64\n * @framerIntrinsicWidth 161\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerlMpx28Rke=withCSS(Component,css,\"framer-2Ea9H\");export default FramerlMpx28Rke;FramerlMpx28Rke.displayName=\"Logo-Rushtons\";FramerlMpx28Rke.defaultProps={height:64,width:161};addFonts(FramerlMpx28Rke,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerlMpx28Rke\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"64\",\"framerIntrinsicWidth\":\"161\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./lMpx28Rke.map", "// Generated by Framer (ff6f0b6)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const serializationHash=\"framer-jxf0v\";const variantClassNames={M6D0_YOMt:\"framer-v-1fqo79v\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"M6D0_YOMt\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1fqo79v\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"M6D0_YOMt\",ref:ref??ref1,style:{...style},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-vg3pqm\",\"data-framer-name\":\"Logo-Penshurst\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:163,layoutDependency:layoutDependency,layoutId:\"ijs9XKeUf\",svg:'<svg width=\"163\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M161.39 14.26c.059-.911.118-1.822.52-2.673v-.29c-.101.015-.208 0-.315-.014-.195-.027-.388-.054-.536.105-.65.704-1.484.702-2.327.7h-.135c-1.538-.002-3.076-.001-4.615 0h-.001c-2.694 0-5.388.001-8.08-.006h-.149c-.885 0-1.793 0-2.177-1.082h-.593l-.305 1.243-.001.004-.002.005c-.235.959-.469 1.916-.717 2.87a2.72 2.72 0 0 1-.045.15c-.089.281-.172.543.241.691.417.151.634-.107.815-.43.165-.299.346-.589.527-.88.376-.613.918-1.049 1.615-1.194 1.499-.308 3.022-.367 4.551-.296.483.02.705.284.705.753 0 .122.002.243.003.365v.002c.002.122.003.244.003.367l.001 4.552v.032c0 3.024.001 6.05-.001 9.073l-.001.24c-.001.46-.002.92-.052 1.375-.134 1.152-.519 1.514-1.68 1.656-.108.013-.215.021-.323.03-.186.015-.372.03-.554.068-.285.059-.377.29-.359.557.021.299.184.367.489.367 2.456-.018 4.916-.015 7.375-.009.32 0 .61-.009.622-.415.009-.284-.193-.441-.441-.512a2.544 2.544 0 0 0-.581-.077c-1.354-.048-1.668-.703-1.76-1.885a17.858 17.858 0 0 1-.032-1.57l.002-.483a3882.57 3882.57 0 0 1 0-13.218c.003-1.235.033-1.247 1.221-1.28 1.283-.035 2.557.006 3.822.228 1.043.184 1.87.605 2.059 1.775.039.24.122.477.205.705.068.193.198.347.429.323.267-.026.472-.163.498-.444.018-.183.022-.366.027-.55.004-.158.008-.317.021-.475l.031-.451v-.001Zm-83.773 9.628c.405.002.81.004 1.215.004l-.006.012 1.281.001h.004c1.001.002 2.002.004 3.002-.004.667-.006.996.243.978.954a178.29 178.29 0 0 0-.05 4.705c0 1.123-.202 2.065-1.61 2.157-.224.015-.497.136-.459.462.039.302.276.385.537.385l1.822.001h3.644c.243 0 .528-.01.59-.306.078-.369-.208-.465-.471-.553l-.053-.019-.034-.011c-1.478-.51-1.501-.518-1.507-1.992-.012-4.07-.012-8.139 0-12.21.003-1.558.023-1.564 1.628-2.065h.001c.267-.083.439-.208.433-.492-.006-.317-.231-.4-.495-.4-1.822-.003-3.647-.003-5.47.003h-.039c-.228-.001-.48-.002-.532.311-.063.362.124.569.474.578 1.265.035 1.532.883 1.555 1.896.016.692.018 1.386.02 2.079.002.728.004 1.456.022 2.185.018.7-.287.966-.966.963-2.812-.015-5.62-.018-8.43 0-.714.003-.942-.314-.927-.984a73.86 73.86 0 0 0 .01-2.052c-.002-.592-.005-1.183.005-1.773v-.282c-.002-.49-.005-.985.263-1.44.273-.465.712-.525 1.157-.586a7.11 7.11 0 0 0 .263-.039c.29-.053.388-.263.361-.539-.024-.252-.216-.317-.415-.317a931.26 931.26 0 0 0-5.766-.015c-.246 0-.515.05-.548.365-.041.382.228.465.543.539 1.425.335 1.6.536 1.71 1.896.01.098.01.196.01.294V29.66c0 1.01-.212 1.86-1.448 2.012-.278.035-.61.21-.498.586.093.313.39.308.655.303h.092c1.15.002 2.3 0 3.449 0h1.724c.148 0 .297-.006.442-.033.213-.039.364-.166.338-.391-.015-.134-.072-.282-.252-.32a4.27 4.27 0 0 1-.345-.095h-.001a6.158 6.158 0 0 0-.223-.065c-1.26-.33-1.446-.495-1.485-1.775-.05-1.665-.044-3.333-.026-5.002.011-.906.077-.965 1.052-.983.925-.019 1.85-.014 2.776-.01ZM6.938 21.613c0 .75 0 1.5-.002 2.248-.002 1.75-.003 3.497.005 5.246.009 1.935.216 2.16 2.118 2.47.056.01.112.017.168.024.09.01.18.022.268.042.216.05.338.216.344.418.006.201-.101.394-.314.438-.237.05-.486.063-.73.063l-2.78.004H6.01c-1.236.001-2.472.002-3.71.008-.047 0-.096.002-.144.004-.294.012-.572.024-.59-.437-.015-.424.254-.483.545-.546.046-.01.093-.02.14-.032 1.576-.397 1.757-.569 1.765-2.184.024-4.948.024-9.893 0-14.841-.008-1.606-.13-1.689-1.87-2.018-.054-.01-.112-.015-.17-.02-.231-.019-.46-.038-.475-.386-.018-.418.225-.62.62-.672a1.15 1.15 0 0 0 .126-.03c.054-.015.107-.03.16-.033.46-.019.918-.041 1.378-.064 2.688-.131 5.382-.263 8.039.298 3.769.798 5.745 4.137 4.628 7.633-.388 1.218-1.144 2.16-2.207 2.847-1.443.93-3.046 1.33-4.756 1.337-.198 0-.4-.06-.468-.267-.095-.293.095-.46.34-.551.19-.07.385-.13.58-.19.135-.041.269-.082.401-.127 2.454-.83 3.45-2.77 3.242-5.304-.264-3.223-2.391-4.841-5.653-4.53-.934.089-.972.098-.978 1.072-.013 1.924-.01 3.847-.008 5.772v.001l.002 2.31-.009-.003Zm121.47 10.865.01-.002-.009.003h-.001Zm0 0c-2.188.657-4.058.188-5.593-1.454-.806-.862-1.476-1.831-2.104-2.827-.193-.306-.392-.61-.592-.912h-.001v-.001c-.34-.516-.68-1.031-.986-1.567-.605-1.055-1.529-1.274-2.64-1.18-.504.045-.688.28-.682.75.008.574.011 1.147.014 1.72v.003c.006.992.012 1.984.04 2.977.026.912.352 1.626 1.446 1.677.183.009.391.106.536.222.255.204.166.453-.077.587-.15.083-.352.086-.538.088h-.037c-1.291.005-2.581.005-3.872.004h-1.356c-.127 0-.256.001-.378-.024-.192-.039-.388-.116-.4-.356a.369.369 0 0 1 .347-.4c1.89-.112 1.899-1.395 1.881-2.812a528.523 528.523 0 0 1-.019-7.66v-.003c.002-1.02.004-2.04.004-3.06l.002-.277v-.004a9.45 9.45 0 0 0-.019-.892c-.077-.984-.184-1.108-1.18-1.384a2.539 2.539 0 0 0-.217-.047c-.28-.053-.568-.108-.571-.447-.002-.438.365-.498.701-.552.062-.01.122-.02.179-.032a3.29 3.29 0 0 1 .696-.047h.039c1.968-.018 3.935-.036 5.902-.042.895 0 1.754.213 2.587.521 3.535 1.301 3.505 5.34 1.653 7.233-.097.1-.203.19-.309.282a3.89 3.89 0 0 0-.34.314c-.154.169-.382.27-.607.37-.379.169-.75.334-.75.812 0 .46.298.842.592 1.221.109.142.219.282.312.426l.162.25c.586.901 1.174 1.806 1.814 2.669 1.168 1.576 2.371 3.129 4.361 3.854Zm-12.591-11.944c-.002-.285-.004-.57-.004-.855h-.003c0-.317.002-.633.003-.949.003-.758.006-1.516-.009-2.275-.011-.622.312-.889.88-.94 3.977-.343 5.787 2.392 4.774 5.832-.332 1.123-1.135 1.777-2.3 2.017a9.098 9.098 0 0 1-2.485.178c-.572-.038-.886-.305-.869-.933.021-.69.017-1.382.013-2.075Zm-65.426 7.548c-.052-1.399-.035-2.768-.018-4.12.029-2.253.056-4.455-.24-6.654l-.002-.018c-.202-1.508-.203-1.51-1.731-1.863a1.896 1.896 0 0 0-.133-.022 1.589 1.589 0 0 1-.158-.029c-.29-.068-.379-.27-.355-.542.02-.252.207-.32.409-.32 1.772-.003 3.546 0 5.318.009.196 0 .391.074.421.32.036.287-.095.465-.367.54-.117.03-.234.058-.351.085-.17.039-.34.078-.506.13-.459.146-.723.436-.797.946-.133.921-.26 1.84-.258 2.776.015 4.163.024 8.325.033 12.488v.01l.002.154c.004.195.008.392-.043.572-.101.35-.362.462-.667.219-.13-.103-.235-.236-.34-.369-.048-.06-.096-.121-.146-.18-3.931-4.505-7.866-9.01-11.8-13.515l-.02-.022a.627.627 0 0 0-.16-.118l-.082-.05c-.355.154-.341.448-.328.73.002.052.005.104.005.155.007.92.002 1.841-.003 2.762-.015 2.509-.029 5.017.207 7.52.145 1.552.181 1.623 1.754 2.003.19.044.38.103.557.186.074.036.17.16.154.223-.03.133-.094.293-.198.367-.107.077-.279.095-.424.098-1.623.006-3.25.006-4.874.003-.32 0-.631-.092-.637-.454-.002-.245.231-.31.444-.368l.098-.029c1.349-.426 1.511-.575 1.577-2.015.056-1.235.056-2.473.057-3.713 0-.33 0-.661.002-.992a884.74 884.74 0 0 0 0-6.912c-.006-1.817-.264-2.143-2.071-2.65l-.076-.02c-.272-.072-.524-.14-.502-.492.023-.4.34-.4.636-.4h.013c.025 0 .05 0 .074.002l.074.001c.33 0 .663-.016.997-.032.762-.037 1.525-.074 2.245.083.756.164 1.108.806 1.461 1.452.175.32.351.642.577.906a371.823 371.823 0 0 0 9.597 10.78c.057.062.133.107.263.184.08.047.179.107.306.189l.006.006Zm85.862 7.23c-1.585-.365-3.209-.425-5.143-.442v-.003l-1.842.082h-.013l-3.132.14a3.097 3.097 0 0 0-.436.053c-.219.045-.334.21-.361.41-.027.21.071.405.302.42 1.292.083 1.39.957 1.402 1.97.047 3.867.083 7.73-.024 11.594-.039 1.378-.068 1.393-1.425 1.772l-.072.02c-.273.073-.534.144-.518.493.019.38.322.386.595.392l.063.002c.152.004.304-.003.457-.01.142-.007.284-.014.426-.01.474.011.948.019 1.422.026 1.149.018 2.297.035 3.44.121 2.042.157 4.036-.038 5.935-.761 3.985-1.514 5.784-4.972 5.612-8.61-.193-4.057-2.587-6.724-6.688-7.66Zm-6.841 7.6h-.021c0-.551-.002-1.102-.004-1.652v-.001c-.005-1.307-.01-2.614.013-3.921.021-1.108.16-1.242 1.292-1.322 1.469-.103 2.939-.148 4.382.279 2.522.743 4.145 2.364 4.779 4.898.56 2.243.403 4.462-.554 6.577-.948 2.092-2.652 3.203-4.906 3.506-.827.11-1.666.112-2.501.03-1.624-.16-2.403-.887-2.462-2.531-.05-1.366-.039-2.733-.028-4.1v-.003c.005-.587.01-1.174.01-1.76ZM113.465 52.6c-4.474-.13-7.959-2.607-8.809-6.67-1.493-7.12 3.87-11.985 10.187-11.297 4.032.441 6.646 2.67 7.582 6.373 1.286 5.093-1.348 10.19-6.765 11.363-.485.105-.987.14-1.488.174-.237.017-.473.033-.707.057Zm6.477-7.976c.024-2.368-.347-4.317-1.419-6.092-1.26-2.083-3.177-3.09-5.553-2.96-2.673.148-4.551 1.623-5.324 4.163-.937 3.078-.649 6.127 1.063 8.907 1.393 2.257 3.532 3.256 6.163 2.877 2.501-.362 3.947-2 4.717-4.323.273-.827.311-1.671.34-2.306l.013-.272v.006Zm-36.136-1.165c-.13 5.21 3.662 9.005 9.081 9.105 5.123.095 9.156-3.688 9.295-8.651.134-4.777-2.761-9.286-8.95-9.337-5.974-.05-9.308 4.282-9.426 8.883Zm15.63.802c-.11-2.228-.472-4.379-1.826-6.248-2.572-3.543-8.07-3.179-10.112.676-1.636 3.084-1.037 8.16 1.26 10.824 2.65 3.075 8.174 2.883 9.964-1.526.488-1.203.648-2.45.714-3.726Zm-56.426.13c-.007 1.112-.015 2.233 0 3.369a6.805 6.805 0 0 0-.285-.14c-.102-.048-.154-.072-.189-.11-.634-.693-1.272-1.383-1.91-2.073-2.927-3.164-5.853-6.328-8.41-9.809a2.097 2.097 0 0 1-.13-.21c-.13-.23-.26-.463-.587-.439-1.18.095-2.356.062-3.532-.041-.22-.018-.355.186-.355.388 0 .121.086.281.186.358a.59.59 0 0 0 .256.087c.055.01.11.02.162.038 1.674.575 1.84.782 1.846 2.521.012 3.186.009 6.368 0 9.553a23.73 23.73 0 0 1-.092 2.053c-.089.981-.22 1.105-1.194 1.363-.071.02-.144.033-.216.046-.073.014-.145.027-.217.046-.21.056-.352.205-.355.412-.006.314.234.403.492.409.245.003.491-.003.737-.009.197-.004.394-.009.59-.009.515.001 1.03.006 1.544.01.617.005 1.234.01 1.852.01l.042.001c.276.004.592.009.6-.391.01-.389-.313-.442-.61-.49a4.34 4.34 0 0 0-.441-.04c-.8-.024-1.1-.546-1.215-1.23a7.79 7.79 0 0 1-.077-.873v-.004l-.031-.648c-.125-2.572-.249-5.142-.191-7.717l.002-.114c.013-.646.026-1.29.309-1.954.056.05.11.095.164.139.1.083.195.16.274.252a20181.616 20181.616 0 0 1 10.747 12.311c.07.08.139.163.207.246.184.22.368.44.581.628.3.267.557.107.658-.225.058-.194.056-.406.054-.615v-.11c-.004-1.264-.01-2.527-.015-3.789v-.007c-.01-2.017-.018-4.033-.018-6.05 0-1.089.03-2.177.06-3.262v-.001l.008-.264c.032-1.238.42-2.204 1.881-2.299.05-.002.097-.053.145-.106.024-.025.047-.051.072-.072-.027-.32-.137-.637-.501-.601-1.573.154-3.138.166-4.708-.03-.314-.041-.625.068-.694.406-.086.43.297.46.57.471 1.324.054 1.715.883 1.8 2.033.165 2.181.15 4.362.135 6.582Zm49.97-23.938v.002c-.003.46-.005.919-.005 1.378l.002.006h.024c0 .312.002.625.004.938.004.715.009 1.43-.01 2.146-.03 1.132.062 2.249.311 3.354.551 2.45 2.08 3.929 4.525 4.477.527.119 1.066.222 1.603.24 3.979.124 7.229-1.342 7.846-6.133.139-1.073.219-2.14.222-3.218l.001-1.505c-.001-1.605-.002-3.21.052-4.812.048-1.405.249-1.562 1.668-1.938l.045-.011.035-.01c.264-.067.538-.137.469-.503-.066-.35-.362-.348-.635-.345l-.074.001c-1.576-.003-3.149-.003-4.726-.003h-.006c-.298 0-.628 0-.657.391-.024.354.25.414.518.473l.083.019c1.387.326 1.606.48 1.68 1.766.027.47.057.939.086 1.408l.001.002c.171 2.701.342 5.404-.054 8.107-.128.88-.385 1.715-.824 2.492-1.102 1.95-2.859 2.563-4.99 2.403-2.006-.151-3.419-1.13-4.139-3.017a9.004 9.004 0 0 1-.62-3.152c-.02-2.693-.023-5.387 0-8.08.013-1.434.188-1.603 1.616-1.932l.048-.01.027-.006c.27-.057.545-.116.52-.479-.03-.397-.364-.397-.66-.397h-5.612c-.095 0-.199.003-.29.03-.143.035-.297.107-.288.272.009.13.056.306.151.377.148.11.344.169.53.216 1.355.353 1.473.456 1.509 1.879.026 1.057.02 2.116.014 3.174Zm-61.907-5.945c.325 1.185.453 2.196.438 3.227-.003.26-.086.495-.385.533-.288.039-.442-.145-.533-.394-.101-.275-.202-.551-.32-.818-.377-.832-1.023-1.315-1.944-1.342-.861-.024-1.722-.03-2.584-.037-.516-.005-1.033-.008-1.55-.016-.503-.01-.693.24-.69.723.009 1.813.015 3.623-.006 5.437-.006.643.297.88.898.856a26.8 26.8 0 0 1 1.06-.018h.001c.627-.002 1.254-.005 1.884-.083.815-.1 1.271-.418 1.408-1.209.041-.237.085-.486.19-.699.05-.104.23-.19.36-.204.217-.027.389.106.4.326.02.366.02.733.02 1.1 0 .122 0 .244.002.366l.002.464v.002c.006.923.011 1.844.003 2.767 0 .26-.127.486-.43.48-.2-.003-.414-.116-.432-.33-.172-1.957-1.588-1.925-3.016-1.892-.542.012-1.082.012-1.624.009-.483 0-.72.23-.72.716.003.54.001 1.08 0 1.62-.003 1.223-.007 2.446.039 3.67.038 1.013.385 1.362 1.416 1.585 1.653.355 3.316.299 4.98-.006.765-.14 1.186-.658 1.592-1.21.195-.262.363-.544.531-.827.083-.139.165-.277.251-.414.151-.24.38-.299.637-.222.302.089.311.332.267.587-.01.05-.024.1-.039.15a1.462 1.462 0 0 0-.035.134l-.005.02c-.677 3.02-.683 3.05-3.835 3.011-3.248-.041-6.495-.068-9.745 0-.068.001-.142.009-.22.016-.331.032-.712.068-.77-.347-.059-.425.3-.473.624-.515.084-.012.167-.022.238-.04 1.33-.326 1.553-.486 1.591-1.84.125-4.21.11-8.42.01-12.63-.025-.973-.336-1.737-1.5-1.793-.35-.018-.534-.223-.468-.584.056-.312.31-.312.541-.311h.03c2.517-.002 5.034-.002 7.575 0h3.86l.003-.018ZM59.466 37.88c.127.397.284.747.87.62l.004-.007c.221-.68.089-1.352-.044-2.024-.073-.372-.147-.745-.16-1.12-.015-.343-.35-.36-.68-.36-.943 0-1.886.015-2.83.03-2.5.037-5.002.075-7.501-.123-.317-.023-.613.092-.655.448-.038.317.249.385.489.43.797.145 1.399.473 1.42 1.398.002.15.009.3.015.45.009.193.017.385.017.578v3.53c.001 2.351.002 4.702 0 7.054 0 .39 0 .785-.047 1.173-.113.904-.37 1.161-1.269 1.33a3.177 3.177 0 0 1-.307.038 3.798 3.798 0 0 0-.28.033c-.266.045-.462.178-.453.475.012.328.267.376.516.376.42 0 .838-.005 1.256-.01h.001c.418-.006.837-.01 1.255-.01 1.163.002 2.326.006 3.488.01h.003c1.743.007 3.484.013 5.227.013.096 0 .199.01.304.02.357.035.734.072.922-.28a9.168 9.168 0 0 0 .99-3.059.432.432 0 0 0-.27-.47c-.207-.09-.397-.01-.515.162a21.3 21.3 0 0 0-.453.702 28.19 28.19 0 0 1-.341.534c-.389.59-.857 1.058-1.61 1.179-1.516.249-3.03.332-4.547.02-1.079-.222-1.44-.574-1.476-1.676-.027-.894-.023-1.79-.02-2.686.004-.672.006-1.345-.004-2.017-.006-.607.205-.921.848-.903.393.012.787.008 1.181.004.197-.002.394-.004.59-.004 1.2-.003 2.32.11 2.427 1.674a.28.28 0 0 0 .038.104l.015.032a.43.43 0 0 0 .475.258c.228-.027.35-.19.358-.394.012-.267.01-.537.006-.806a30.014 30.014 0 0 1-.003-.367l.001-1.029c.002-.685.003-1.37 0-2.056-.004-.26-.099-.489-.413-.483a.458.458 0 0 0-.438.329 1.96 1.96 0 0 0-.095.43c-.077.841-.605 1.19-1.38 1.226a58.3 58.3 0 0 1-1.617.048c-.396.008-.792.015-1.187.03-.557.02-.806-.22-.803-.78.012-1.712.024-3.428-.006-5.144-.011-.675.323-.82.907-.806.984.024 1.97.018 2.954.006 1.375-.017 2.388.492 2.827 1.87Zm75.886-23.74c.872-.016 1.714.172 2.554.36l.086.02.124.027c.356.08.643.225.735.619l.013.055c.186.793.371 1.585.289 2.41-.017.196-.056.391-.299.439-.269.053-.48-.03-.598-.288l-.149-.332-.001-.002-.001-.003-.149-.332c-.681-1.49-1.914-2.033-3.475-1.953-1.088.056-2.068.427-2.531 1.485-.477 1.09-.417 2.201.323 3.2.504.678 1.18 1.17 1.888 1.623.265.17.533.337.8.504h.001c.775.483 1.55.966 2.274 1.517 1.541 1.17 2.341 2.74 2.226 4.708-.113 1.929-1.023 3.357-2.8 4.148-2.243.999-4.498.794-6.735-.074-.454-.175-.756-.46-.848-.927-.177-.91-.343-1.822-.5-2.738-.048-.267.059-.48.343-.554.291-.077.46.074.572.32.054.118.106.238.158.358.103.24.207.48.331.709.806 1.47 1.973 2.42 3.727 2.485 1.304.048 2.483-.248 3.147-1.481.688-1.274.525-2.551-.24-3.757-.422-.665-1.062-1.093-1.701-1.521l-.047-.032c-.275-.185-.551-.368-.827-.551-.829-.55-1.658-1.1-2.447-1.7-1.043-.795-1.754-1.855-1.959-3.177-.438-2.809 1.331-5.09 4.24-5.475.334-.045.671-.056 1.009-.068.155-.005.31-.01.464-.018l.003-.003Zm-70.454.316c-.772-.158-1.54-.314-2.333-.315h-.006.006c-.159.008-.318.014-.478.019-.333.01-.667.022-.995.064-3.961.51-5.644 4.503-3.265 7.695.513.684 1.173 1.185 1.86 1.656.72.497 1.459.973 2.195 1.447l.517.334c.542.35 1.043.75 1.395 1.291 1.076 1.663.987 4.324-1.404 5.123-1.725.578-3.633-.074-4.735-1.558-.415-.557-.702-1.18-.969-1.81-.106-.258-.267-.4-.554-.35-.296.05-.406.267-.373.533.127 1.023.26 2.042.592 3.023.119.35.415.521.75.654 2.187.877 4.403 1.07 6.613.17 2.196-.896 3.366-3.222 2.88-5.536-.305-1.457-1.075-2.634-2.278-3.493-.782-.56-1.597-1.075-2.41-1.59h-.001l-.674-.428c-.797-.51-1.514-1.105-1.997-1.926-.847-1.44-.385-3.247.99-3.943 1.822-.928 3.988-.243 4.93 1.561.116.216.208.445.3.673.103.263.284.394.566.326.29-.072.337-.306.361-.563.037-.434-.05-.851-.136-1.268a7.111 7.111 0 0 1-.13-.768c-.057-.569-.36-.85-.928-.963l-.289-.058Zm-47.87 20.511v2.937c0 .246-.008.515-.304.59-.303.073-.477-.158-.525-.389-.358-1.786-1.638-2.142-3.206-2.098a38.72 38.72 0 0 1-2.361 0c-.572-.014-.788.25-.785.794a895.1 895.1 0 0 1 .002 5.435c0 .47.202.737.7.731.317-.002.635 0 .952 0 .668.003 1.335.006 1.999-.02.853-.036 1.526-.359 1.66-1.325.02-.145.046-.299.12-.42.104-.175.288-.255.501-.232.237.024.335.19.338.397.009 1.42.009 2.839 0 4.258 0 .199-.068.388-.314.415-.267.03-.483-.047-.575-.326-.058-.175-.106-.354-.154-.53l-.009-.033c-.19-.714-.699-1.058-1.398-1.093-.557-.029-1.116-.037-1.675-.046a60.348 60.348 0 0 1-1.276-.028c-.634-.024-.88.275-.874.883.005.632.003 1.264 0 1.896-.003.984-.007 1.968.02 2.951.036 1.242.202 1.375 1.44 1.597.076.014.16.02.247.026.323.022.667.046.636.49-.03.46-.4.427-.724.398-.08-.007-.155-.014-.224-.013-1.671.02-3.345.012-5.02 0-.049 0-.101.003-.155.006-.288.016-.608.035-.638-.397-.025-.342.249-.416.523-.49l.075-.02c1.283-.361 1.446-.518 1.455-1.786.016-2.643.013-5.288.01-7.931v-.001c0-1.322-.002-2.644-.001-3.965 0-.918-.24-1.647-1.298-1.825a7.827 7.827 0 0 0-.06-.01c-.27-.044-.602-.098-.55-.464.06-.439.447-.45.809-.42 1.998.17 3.997.146 5.997.12 1.147-.014 2.293-.028 3.44-.005.215.004.432-.011.7-.03.147-.01.31-.02.497-.03l.006.003Zm64.473 1.22c-.026-.38-.052-.764-.05-1.154l.006-.003c-.504 0-.991.002-1.467.004-1.033.005-2.01.01-2.986-.01a55.248 55.248 0 0 0-2.084.01c-1.371.024-2.742.048-4.109-.129-.317-.041-.613.036-.705.38-.095.352.134.41.361.467.058.015.115.029.166.048 1.275.462 1.337.486 1.346 1.9a939.69 939.69 0 0 1 0 11.753c-.01 1.446-.053 1.458-1.483 1.861l-.02.006-.021.006c-.292.084-.579.166-.533.533.046.365.342.36.609.357l.082-.001.859.002c1.337.004 2.675.008 4.012-.017.1-.002.216.013.334.028.396.052.828.108.86-.449.024-.448-.354-.455-.712-.462a2.029 2.029 0 0 1-.343-.024c-.924-.177-1.182-.35-1.215-1.176-.051-1.333-.06-2.668-.07-4.004-.002-.427-.005-.855-.01-1.282-.006-.613.314-.87.928-.85.517.018 1.033.015 1.55.013l.518-.001c1.152.003 2.204.15 2.37 1.603a.493.493 0 0 0 .128.257.48.48 0 0 0 .521.172.318.318 0 0 0 .249-.314c.009-1.47.012-2.936 0-4.406-.003-.213-.169-.358-.388-.335-.133.015-.302.092-.368.196-.1.157-.157.359-.18.545-.11.836-.655 1.162-1.42 1.194-.438.019-.877.025-1.317.031-.544.008-1.088.015-1.63.046-.712.042-.976-.27-.973-.939.012-1.713.018-3.428 0-5.14-.008-.712.323-.931.999-.901a35.28 35.28 0 0 0 1.752.02h.001c.35-.002.702-.004 1.053 0 1.265.015 2.172.516 2.518 1.817l.014.055c.073.287.164.648.76.57.193-.742.141-1.5.088-2.276Zm68.202 16.377a9.391 9.391 0 0 1-3.176-.566c-.622-.225-.99-.613-1.111-1.238l-.052-.266-.001-.005a24.97 24.97 0 0 1-.3-1.753l-.009-.068-.01-.06c-.046-.293-.1-.637.28-.758.394-.125.519.164.645.453l.03.07.021.046c.226.486.46.981.765 1.42.812 1.17 1.958 1.75 3.392 1.748 2.329-.006 3.683-1.911 2.958-4.125-.288-.88-.845-1.538-1.603-2.044a124.52 124.52 0 0 0-1.233-.81 101.19 101.19 0 0 1-1.843-1.223c-1.173-.803-2.021-1.852-2.385-3.247-.459-1.77.237-3.65 1.781-4.62 2.094-1.315 4.311-1.105 6.548-.426.195.06.355.172.403.382.024.111.05.222.076.333.162.7.324 1.4.25 2.13-.021.198-.066.382-.317.423-.217.036-.409-.027-.513-.199-.093-.154-.156-.328-.219-.5l-.065-.175c-.685-1.748-2.798-2.38-4.62-1.612-1.274.536-1.792 2.136-1.197 3.511.365.845 1.008 1.437 1.766 1.926.338.219.68.433 1.022.647.7.44 1.401.878 2.071 1.356 1.292.919 2.155 2.145 2.35 3.754.341 2.806-1.496 5.079-4.373 5.425-.292.036-.589.045-.884.054-.148.005-.296.01-.444.017h-.003ZM19.973 34.902c-.46-.053-.764.142-.681.673h-.003c.027.016.054.035.08.053.058.04.113.08.174.092 1.749.364 1.84.447 1.846 2.205.015 3.822.015 7.644 0 11.466-.006 1.416-.118 1.538-1.466 1.923l-.07.02c-.271.077-.536.152-.52.499.02.388.334.386.609.385h.049c1.724.006 3.446.009 5.17 0 .04 0 .081 0 .123.002.249.008.522.017.57-.34.048-.367-.222-.471-.533-.557l-.017-.005c-1.474-.41-1.526-.425-1.538-1.968-.03-3.873-.027-7.745.009-11.615.014-1.553.08-1.574 1.579-1.974a2.52 2.52 0 0 1 .113-.025c.203-.044.397-.086.4-.366.002-.397-.282-.5-.596-.468a23.76 23.76 0 0 1-5.298 0Z\" fill=\"#fff\"/></svg>',withExternalLayout:true})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-jxf0v.framer-7jz40x, .framer-jxf0v .framer-7jz40x { display: block; }\",\".framer-jxf0v.framer-1fqo79v { height: 64px; overflow: hidden; position: relative; width: 163px; }\",\".framer-jxf0v .framer-vg3pqm { aspect-ratio: 2.546875 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 64px); left: 0px; position: absolute; right: 0px; top: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 64\n * @framerIntrinsicWidth 163\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerm1IjFISV9=withCSS(Component,css,\"framer-jxf0v\");export default Framerm1IjFISV9;Framerm1IjFISV9.displayName=\"Logo-Penshurst\";Framerm1IjFISV9.defaultProps={height:64,width:163};addFonts(Framerm1IjFISV9,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerm1IjFISV9\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"64\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"163\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./m1IjFISV9.map", "// Generated by Framer (ff6f0b6)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const serializationHash=\"framer-edpn6\";const variantClassNames={rWie5NSs8:\"framer-v-1y6a3gp\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"rWie5NSs8\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1y6a3gp\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"rWie5NSs8\",ref:ref??ref1,style:{...style},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1i6laij\",\"data-framer-name\":\"Logo-Galeta\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:103,layoutDependency:layoutDependency,layoutId:\"iixfe4A3q\",svg:'<svg width=\"103\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.358 18.358c-1.7-.068-3.33.475-4.69 1.563a5.455 5.455 0 0 0-.884 7.274c.68.883 1.564 1.563 2.583 1.903-1.7 1.088-2.719 2.515-2.719 3.875-.068 1.156.68 2.175 1.768 2.447-2.788.816-4.215 2.108-4.215 3.739 0 1.088.748 1.971 2.175 2.651a11.44 11.44 0 0 0 4.69 1.02 15.98 15.98 0 0 0 4.691-.68 8.807 8.807 0 0 0 3.671-2.175 4.359 4.359 0 0 0 1.495-3.535c0-2.72-1.835-3.875-5.574-4.079l-4.622-.204c-1.224-.068-1.904-.476-1.904-1.223.068-.68.408-1.36 1.02-1.7.816.272 1.7.408 2.583.408 1.7.068 3.4-.476 4.69-1.564 1.224-.951 1.972-2.447 1.904-3.942.068-1.496-.612-2.923-1.767-3.875l3.806.272.34-2.243-5.642.883c-1.02-.543-2.175-.815-3.399-.815Zm-3.33 17.334c.17.034.34.051.51.068.17.017.339.034.509.068l5.574.272c1.7.136 2.583.816 2.583 2.04a3.447 3.447 0 0 1-1.7 2.786 6.783 6.783 0 0 1-4.078 1.156 6.55 6.55 0 0 1-3.739-.952c-.883-.544-1.36-1.563-1.36-2.583.069-1.223.749-2.243 1.7-2.855Zm5.438-8.157c-.34.883-1.156 1.427-2.108 1.427a2.171 2.171 0 0 1-1.631-.747c-.408-.544-.748-1.156-.884-1.768a17.417 17.417 0 0 1-.204-2.651c0-1.088.204-2.107.68-3.06.408-1.155 1.7-1.699 2.855-1.223.544.204 1.02.68 1.224 1.224.475 1.088.68 2.243.68 3.467.067 1.02-.137 2.175-.612 3.33Zm75.456 5.914c-.476-.408-.68-1.156-.68-2.38v-7.613c0-3.399-2.108-5.166-5.507-5.166-1.699 0-3.33.408-4.758 1.223-1.496.816-2.175 1.768-2.175 2.787 0 .476.204 1.02.611 1.36.34.34.884.544 1.36.544.476 0 1.02-.204 1.36-.544.34-.34.544-.816.544-1.292 0-.476-.204-.951-.544-1.36-.408-.34-.884-.611-1.36-.679.816-.612 1.836-.884 2.855-.884 1.088 0 2.04.476 2.72 1.292A4.797 4.797 0 0 1 95.366 24v1.971c-3.127.272-5.37.952-6.866 2.04-1.495 1.087-2.243 2.243-2.243 3.67-.068 1.088.408 2.108 1.156 2.787.815.748 1.903 1.156 2.99 1.088 1.632 0 3.264-.748 4.895-2.175.068.612.34 1.155.884 1.563.883.612 2.175.68 3.943.136.679-.204 1.291-.408 1.903-.747v-.136a3.465 3.465 0 0 1-2.107-.748Zm-4.555-.476c-.612.408-1.36.544-2.107.544-.816 0-1.564-.272-2.108-.816a2.901 2.901 0 0 1-.951-2.38 3.22 3.22 0 0 1 1.291-2.582c.884-.68 1.904-1.02 2.991-.952.34 0 .612 0 .952.068l-.068 6.118Zm-26.987 0c-1.564.068-3.06-.612-4.08-1.767-1.087-1.224-1.63-2.856-1.63-5.03h10.128v-1.088c0-2.38-.544-4.08-1.7-5.167-1.29-1.088-2.99-1.7-4.758-1.563-2.107.068-4.01.951-5.37 2.583-1.564 1.7-2.447 4.01-2.38 6.322-.135 2.243.68 4.418 2.176 6.05 1.428 1.495 3.467 2.311 5.574 2.311a6.23 6.23 0 0 0 4.079-1.291 10.11 10.11 0 0 0 2.583-2.788l-.204-.136c-1.155.952-2.787 1.564-4.418 1.564Zm-4.555-12.032c.612-1.156 1.496-1.7 2.447-1.7 1.972 0 2.991 1.904 2.991 5.779l-6.594.407a11.243 11.243 0 0 1 1.156-4.486Zm19.306 12.372c-.748.068-1.496-.272-1.972-.816-.475-.612-.747-1.36-.68-2.175v-9.857h4.283v-1.7H80.48v-4.01h-.136a32.861 32.861 0 0 1-1.36 1.835c-.883 1.156-2.04 2.108-3.263 2.855l-1.427.748v.136h2.379v10.197c0 1.7.408 2.99 1.156 3.739.815.815 1.971 1.223 3.127 1.155 1.767 0 3.263-.884 4.622-2.583l-.136-.204c-.68.476-1.495.68-2.311.68Zm-38-2.243v-7.614c0-3.399-2.107-5.166-5.506-5.166-1.7 0-3.331.408-4.759 1.223-1.495.816-2.175 1.768-2.175 2.787 0 .476.204 1.02.612 1.36.34.34.884.544 1.36.544.475 0 1.019-.204 1.359-.544.34-.34.544-.816.544-1.292 0-.476-.204-1.02-.544-1.36-.408-.34-.884-.611-1.36-.679.816-.612 1.836-.884 2.855-.884 1.088 0 2.04.476 2.72 1.292A4.797 4.797 0 0 1 41.257 24v1.971c-3.128.272-5.371.952-6.867 2.04-1.495 1.087-2.243 2.243-2.243 3.67-.068 1.088.408 2.108 1.156 2.787.816.748 1.903 1.156 2.99 1.088 1.632 0 3.264-.748 4.895-2.175.068.612.34 1.155.884 1.563.816.612 2.175.68 3.943.136.68-.204 1.291-.408 1.903-.747v-.136c-.816 0-1.563-.272-2.243-.68-.34-.408-.544-1.224-.544-2.447Zm-3.875 1.903c-.612.408-1.36.544-2.107.544-.816 0-1.564-.272-2.107-.816a2.901 2.901 0 0 1-.952-2.38c0-1.019.476-1.97 1.223-2.582.884-.68 1.904-1.02 2.991-.952.34 0 .612 0 .952.068v6.118Zm14.208.68a7.102 7.102 0 0 1-.408-2.923V10.812h-.136a20.748 20.748 0 0 1-6.39 1.428v.136c.884.203 1.631.68 2.107 1.427.34.952.544 1.971.476 2.991V30.73a7.1 7.1 0 0 1-.408 2.923 2.945 2.945 0 0 1-1.767 1.36v.135h8.361v-.136a2.899 2.899 0 0 1-1.835-1.36Zm-44.39-16.315c.367 0 .636.024.851.044.144.013.264.024.372.024.612 0 1.156-.204 1.632-.544.408-.34.612-.748.612-1.291a1.64 1.64 0 0 0-.476-1.156c-.34-.34-.816-.476-1.224-.476a2.749 2.749 0 0 0-2.04 1.156 6.63 6.63 0 0 1-1.223 1.155c-.408.272-.883.476-1.36.68 0-.353.058-.677.117-1.01.032-.18.064-.363.088-.553.136-.544.408-1.02.68-1.496.34-.476.475-1.088.543-1.7 0-.543-.204-1.02-.544-1.427a1.857 1.857 0 0 0-1.291-.544c-.476 0-.884.204-1.224.612-.34.34-.544.884-.544 1.36a4.21 4.21 0 0 0 .544 1.631c.272.476.544 1.02.68 1.563.136.476.204 1.02.204 1.496a12.69 12.69 0 0 1-1.36-.68A22.567 22.567 0 0 1 4.82 14.96c-.476-.612-1.224-.952-2.04-1.02-.475 0-.951.136-1.291.476-.34.34-.544.748-.476 1.224 0 .475.204.951.612 1.291.408.408 1.02.544 1.563.544.272 0 .68 0 1.36-.068h.884l1.835.068c-.34.34-.748.68-1.156 1.02-.475.34-.951.611-1.427.883a4.435 4.435 0 0 0-1.428 1.088c-.272.34-.408.748-.408 1.224 0 .407.204.883.476 1.155.34.34.748.476 1.224.476s.952-.204 1.291-.612c.476-.612.748-1.36.816-2.107.068-.476.204-.952.34-1.428.204-.475.476-.951.748-1.427.272.408.476.884.68 1.36.136.475.272.951.272 1.427.068.816.34 1.563.815 2.175.34.408.816.612 1.292.612.476 0 .884-.204 1.223-.476.34-.34.476-.748.476-1.223 0-.408-.068-.748-.34-1.088a4.435 4.435 0 0 0-1.427-1.088l-1.428-.816a9.277 9.277 0 0 1-1.155-1.155c.816-.068 1.495-.068 1.903-.068.476-.068.748-.068 1.02-.068Zm21.724 34.394c-.272 0-.408-.204-.408-.408s.136-.407.408-.407h.816v-7.75h-.816c-.204 0-.408-.136-.408-.408 0-.204.204-.408.408-.408h3.263c2.108 0 3.127.748 3.127 2.243 0 .544-.136 1.088-.476 1.496-.34.34-.815.612-1.291.68.544.068 1.087.34 1.495.747.408.408.612.952.544 1.496.068.748-.272 1.564-.952 1.971a3.888 3.888 0 0 1-2.447.612l-3.263.136Zm1.836-5.234h1.223c1.496 0 2.312-.612 2.312-1.768 0-1.087-.68-1.631-2.04-1.563h-1.495v3.33Zm0 4.419h1.495c1.496 0 2.312-.612 2.312-1.836 0-1.224-.884-1.767-2.584-1.767h-1.223v3.602Zm11.829.407c0 .204.204.408.408.408h2.515c.204-.068.408-.204.408-.408a.439.439 0 0 0-.408-.407h-.68l-3.127-8.294c-.136-.272-.34-.408-.612-.408-.272 0-.476.204-.68.476l-2.923 8.225h-.747c-.204 0-.34.204-.34.408 0 .068.068.204.136.272.068.068.136.136.272.136h2.447c.204-.068.408-.204.408-.408a.439.439 0 0 0-.408-.407h-.748l.884-2.516h3.399l.883 2.515h-.747c-.204 0-.34.204-.34.408Zm-1.496-7.817 1.428 4.147H43.54l1.36-4.147h.067Zm6.32 8.225c-.203 0-.34-.204-.34-.408s.137-.407.34-.407h.816v-7.75h-.815c-.204 0-.34-.136-.408-.34v-.068c0-.204.136-.408.34-.408h2.65c.205 0 .409.204.409.408s-.204.34-.408.408h-.816v7.75h.816c.204 0 .408.203.34.407 0 .204-.136.34-.34.34l-2.583.068Zm7.75 0h-.748a.772.772 0 0 1-.543-.204c-.272-.136-.476-.34-.68-.544a16.594 16.594 0 0 1-.952-1.02l-2.583-2.99 3.331-3.807h-.68c-.204 0-.408-.136-.408-.34 0-.204.136-.408.408-.408h2.651c.136 0 .204.068.272.136a.414.414 0 0 1 0 .544.516.516 0 0 1-.272.136h-.883l-3.195 3.67 2.583 2.924c.272.34.612.68 1.02.952.271.136.543.203.815.203h.136c.204 0 .408.204.408.408a.439.439 0 0 1-.408.408l-.272-.068Zm1.562-.408c0 .272.204.408.408.408l5.982-.068c.204 0 .408-.136.408-.34v-1.427c-.068-.204-.204-.34-.408-.34s-.407.136-.407.34l-.204.952h-3.4v-3.603h2.516l.068.407c.068.272.204.408.408.408h.068c.204-.068.272-.204.272-.407v-1.632a.459.459 0 0 0-.408-.272c-.204 0-.34.136-.408.408l-.068.408H62.91v-3.331h3.195l.204.952a.46.46 0 0 0 .407.272c.204 0 .34-.137.34-.34v-1.36c0-.272-.204-.408-.407-.408h-5.575a.439.439 0 0 0-.408.408c0 .272.204.408.408.408h.748v7.75h-.816c-.272 0-.408.203-.408.407Zm15.842.408a2.31 2.31 0 0 1-1.36-.204c-.34-.34-.68-.747-.884-1.155l-1.563-2.72h-1.428v3.264h.816c.204 0 .408.203.34.407 0 .204-.136.34-.34.34h-2.651c-.204 0-.34-.204-.34-.408s.136-.407.34-.407h.816v-7.682h-.816a.439.439 0 0 1-.408-.408c0-.204.136-.408.34-.408h3.467c.816-.068 1.563.204 2.243.68.544.476.816 1.156.748 1.835.068.68-.204 1.292-.612 1.836-.408.408-.952.748-1.495.884l1.427 2.379c.136.34.408.612.68.816.204.136.476.203.748.203h.204c.204 0 .408.204.408.408s-.204.34-.408.408l-.272-.068Zm-5.235-4.826h1.428c.544 0 1.088-.136 1.495-.476.408-.34.612-.884.612-1.36 0-.544-.136-1.02-.544-1.36-.407-.34-.951-.543-1.495-.475h-1.496v3.67Zm8.224 4.418c0 .204.204.408.408.408h2.72a.146.146 0 0 0 .135-.136.413.413 0 0 0 0-.544c-.068-.136-.136-.136-.272-.136h-.816V47.79l2.651-4.622h.612c.272 0 .408-.204.408-.408a.439.439 0 0 0-.408-.408H82.49c-.204 0-.34.204-.34.408v.068c.068.204.204.34.408.34h.748l-2.108 3.739-2.039-3.74h.68c.204-.067.408-.203.408-.407a.439.439 0 0 0-.408-.408h-2.652c-.204 0-.34.204-.34.408 0 .068.068.204.136.272.068.136.204.136.272.136h.748l2.65 4.622v3.127h-.815c-.272 0-.408.204-.408.408Z\" fill=\"#fff\"/></svg>',withExternalLayout:true})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-edpn6.framer-kv2rih, .framer-edpn6 .framer-kv2rih { display: block; }\",\".framer-edpn6.framer-1y6a3gp { height: 64px; overflow: hidden; position: relative; width: 103px; }\",\".framer-edpn6 .framer-1i6laij { aspect-ratio: 1.609375 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 64px); left: 0px; position: absolute; right: 0px; top: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 64\n * @framerIntrinsicWidth 103\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framert59mFspOW=withCSS(Component,css,\"framer-edpn6\");export default Framert59mFspOW;Framert59mFspOW.displayName=\"Logo-Galeta\";Framert59mFspOW.defaultProps={height:64,width:103};addFonts(Framert59mFspOW,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framert59mFspOW\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"64\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"103\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./t59mFspOW.map", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const serializationHash=\"framer-Irqn1\";const variantClassNames={j6b6FTNmQ:\"framer-v-1af52by\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"j6b6FTNmQ\",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-1af52by\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"j6b6FTNmQ\",ref:refBinding,style:{...style},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1y60em7\",\"data-framer-name\":\"Logo-Liberty\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:154,layoutDependency:layoutDependency,layoutId:\"qekixOdCL\",svg:'<svg width=\"154\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"m118.523 14 7.512 4.951v-4.739h2.384v35.187h-2.374v-.903l-.001-5.16c-.002-4.59-.004-9.182.008-13.772.003-1.029.039-2.057.074-3.085.024-.685.047-1.371.061-2.057.027-1.307-.394-2.312-1.681-2.96-.806-.405-1.558-.92-2.352-1.463a54.082 54.082 0 0 0-1.125-.755V49.38h-2.506V14ZM16.106 49.515h.003l.003.002.005.001.007.002.014.005.721.223.002.002h2.838l.091-.048a.72.72 0 0 1 .204-.087c2.458-.478 4.393-1.8 5.698-3.872 3.287-5.215 3.646-10.714 1.15-16.323-1.108-2.49-3.075-4.172-5.786-4.88a11.51 11.51 0 0 1-.418-.12l-.258-.077c.15-.192.3-.374.448-.552.317-.383.617-.745.846-1.147 1.05-1.843 1.13-3.764.092-5.622-1.129-2.022-3.019-2.833-5.257-3.005-.75-.059-.997.177-.994.966.019 5.34.008 10.677-.003 16.016v.01l-.008 3.995c-.001.158-.006.316-.011.475-.006.173-.011.347-.011.52v13.322l.624.194Zm8.768-7.613c-1.285 2.91-3.975 4.666-6.865 4.528V27.389c1.176-.074 2.226.212 3.22.712 1.744.875 2.92 2.286 3.665 4.047 1.374 3.247 1.407 6.522-.02 9.754Zm-6.851-19.659v-4.382c1.207.105 1.881.718 1.833 1.75-.089 1.861-.314 2.436-1.833 2.632ZM145.6 49.404c2.931-.116 5.335-1.061 6.312-4.143v-.002c.587-1.535 0-4.652 0-4.652-.062-.23-.117-.462-.173-.694v-.001l-.001-.002c-.123-.515-.247-1.03-.435-1.52-.578-1.502-1.17-3-1.761-4.498a415.465 415.465 0 0 1-2.393-6.16c-.748-1.986-1.494-3.993-1.98-6.051-.514-2.175.54-3.591 2.738-4.053.586-.124 1.188-.174 1.793-.224.279-.023.56-.046.84-.077v-3.14l-1.013.002c-.748.003-1.474.005-2.201-.005-1.756-.027-3.414.946-4.145 2.475-1.239 2.591-.987 5.159 0 7.848a782.486 782.486 0 0 0 3.612 9.577 1357.06 1357.06 0 0 1 1.939 5.09c.554 1.465.881 2.969.699 4.55-.135 1.175-.738 1.984-1.923 2.2-.95.172-1.923.237-2.89.294-.549.032-1.1.024-1.651.016-.242-.003-.484-.006-.726-.006v3.183c.366 0 .726.004 1.084.008.769.007 1.523.015 2.275-.015Zm-39.195-16.65v-.004c.245-1.486.489-2.972.731-4.458l.392-2.408.001-.003c.6-3.675 1.2-7.35 1.774-11.03.09-.576.322-.738.861-.704.396.025.794.02 1.222.014.195-.003.396-.006.606-.006l-2.874 17.762-.027.163-.059.365-2.673 16.515-.036.004a5.603 5.603 0 0 0-.038.003l-.032.003a1.893 1.893 0 0 0-.106.009l-4.237-21.696-.213-.01-2.25 10.745-2.25 10.745-.104-.005a9.249 9.249 0 0 0-.105-.006l-2.525-16.967-.03-.201-2.584-17.362c.208 0 .41-.004.61-.008.519-.011 1.012-.022 1.495.045.18.025.39.472.436.751.522 3.185 1.027 6.372 1.532 9.56l.001.007.001.009.002.006v.005l.365 2.302.346 2.185v.005l.001.002v.003l.001.002v.002c.239 1.509.478 3.018.72 4.526.037.235.11.467.318.71l.576-2.859.007-.035.004-.02c1.142-5.66 2.283-11.321 3.423-16.983l.22-.02 2.04 9.912.04.193 2 9.72h.005l.167-.007.002.001.243-1.48.001-.003ZM48.751 43.06l-1.338-1.81c.193-.15.37-.285.537-.413l.6-.463c1.607-1.256 3.073-2.633 4.091-4.432 3.032-5.353 2.304-13.179-1.578-18.285-2.487-3.272-5.85-3.777-9.614-3.443v35.178h2.326v-7.038c.678-.26 1.053-.022 1.414.465a488.427 488.427 0 0 0 4.57 6.033c.173.227.39.511.6.526.704.049 1.412.042 2.18.035.292-.003.593-.006.905-.006l-4.663-6.306-.03-.041Zm-4.79-4.214V17.204c2.578.028 4.447 1.181 5.819 3.17 1.806 2.616 2.349 5.584 2.25 8.69-.058 1.867-.42 3.687-1.24 5.386-1.179 2.444-2.938 4.15-5.801 4.394a6.466 6.466 0 0 1-.67.008 16.169 16.169 0 0 0-.357-.005Zm91.05 7.32V25.71l.001-.002h5.613c-.074-.263-.149-.51-.221-.746-.151-.497-.288-.945-.37-1.404-.135-.748-.529-.963-1.256-.935-.87.035-1.742.028-2.628.02-.378-.003-.759-.006-1.143-.006v-5.484h4.67V14.22h-7.055v35.179h7.065v-3.23h-4.676ZM31.877 49.394v-.001h7.073v-3.239h-4.654V25.717H39.9l-.547-1.883-.001-.003-.004-.012v-.001l-.001-.004-.367-1.263h-4.667v-5.406h4.64v-2.928h-7.076v35.176h-.002l.002.001Zm40.234.017h2.509l-.002-.002v-5.711c-.002-5.817-.004-11.633.019-17.45a4.39 4.39 0 0 1 .427-1.814 587.184 587.184 0 0 1 3.247-6.62l.002-.006c.458-.923.915-1.846 1.37-2.77.078-.158.144-.322.23-.534l.14-.345c-.25 0-.486.003-.711.006-.485.007-.919.013-1.35-.016-.52-.035-.8.15-1.025.617a208.09 208.09 0 0 1-1.78 3.57v.003l-.674 1.332-.547 1.085-.012.022-.005.011-.013.025-.445.882-.196-.345v-.001c-.11-.19-.196-.34-.274-.494-.334-.66-.666-1.32-.998-1.981a712.491 712.491 0 0 0-2.072-4.102c-.117-.227-.326-.563-.511-.574-.653-.044-1.308-.038-2.002-.032-.254.002-.513.005-.78.005.051.118.094.22.131.31.073.173.128.305.192.433.444.892.89 1.784 1.336 2.675v.001c1.115 2.23 2.23 4.459 3.313 6.704.287.596.457 1.309.46 1.968.026 5.8.024 11.6.022 17.4l-.001 4.685v1.063ZM59.107 17.317c-.28 0-.545-.003-.8-.006-.563-.006-1.076-.012-1.588.016-.559.03-.733-.192-.71-.721.021-.537.017-1.075.012-1.635a85.887 85.887 0 0 1-.004-.746h8.563v3.069h-2.92v32.08h-2.552V17.317h-.001ZM3.536 14.19H1v35.227h8.15v-3.242c-.478 0-.953-.003-1.426-.005-1.152-.007-2.292-.014-3.43.02-.708.02-.895-.22-.882-.898.048-2.288.055-4.579.063-6.868v-.11l.002-.574c.017-4.81.031-9.62.045-14.43l.014-5.247c.002-.834.002-1.668 0-2.528V14.19Zm7.085 35.222h2.283v-35.18H10.62v35.18Zm102.889-35.2h2.299v35.177h-2.299V14.21Z\" fill=\"#fff\"/></svg>',withExternalLayout:true})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Irqn1.framer-1k0ngv5, .framer-Irqn1 .framer-1k0ngv5 { display: block; }\",\".framer-Irqn1.framer-1af52by { height: 64px; overflow: hidden; position: relative; width: 154px; }\",\".framer-Irqn1 .framer-1y60em7 { aspect-ratio: 2.40625 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 64px); left: 0px; position: absolute; right: 0px; top: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 64\n * @framerIntrinsicWidth 154\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramertIIAfyA7t=withCSS(Component,css,\"framer-Irqn1\");export default FramertIIAfyA7t;FramertIIAfyA7t.displayName=\"Logo-Liberty\";FramertIIAfyA7t.defaultProps={height:64,width:154};addFonts(FramertIIAfyA7t,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramertIIAfyA7t\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"64\",\"framerIntrinsicWidth\":\"154\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./tIIAfyA7t.map", "// Generated by Framer (ff6f0b6)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const serializationHash=\"framer-D7BhO\";const variantClassNames={EvLd_JRDJ:\"framer-v-b2nhuq\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"EvLd_JRDJ\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-b2nhuq\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"EvLd_JRDJ\",ref:ref??ref1,style:{...style},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1l2o12v\",\"data-framer-name\":\"Logo-TBF\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:102,layoutDependency:layoutDependency,layoutId:\"vbkgpt_Wy\",svg:'<svg width=\"102\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M56.142 8.994v2.323c.244.11.504.096.764.083.12-.007.24-.013.358-.008.269.014.539.01.809.008l.356-.003h1.203v.756c-.537.107-3.57.12-4.317.018V5.48c.437-.14 3.006-.18 4.228-.06l.007.083.002.019c.008.09.017.184.019.279.001.075-.003.15-.009.245v.008a12.16 12.16 0 0 0-.007.127l-.001.013h-3.402c-.075.64-.05 1.226-.022 1.884l.002.064h2.896v.816l-.76.01c-.702.01-1.404.018-2.124.027l-.002-.002Zm-5.246-3.588v2.71H47.96c-.062-.452-.052-.902-.043-1.347.01-.459.02-.911-.048-1.355H47.1c-.11 1.357-.068 6.297.054 6.78h.752c.014-.504.012-1 .01-1.489-.003-.559-.006-1.11.016-1.655.83-.12 2.44-.097 2.991.044v3.125c.058.002.108.005.154.008h.001c.095.006.17.01.244.008a4.15 4.15 0 0 0 .264-.02l.135-.011V5.406h-.824ZM1.5 21.626v20.285h.001l.165.012a2.2 2.2 0 0 0 .185.011l1.702.002h.043c2.094.002 4.19.004 6.284-.008a7.287 7.287 0 0 0 1.494-.167 5.967 5.967 0 0 0 4.68-5.77c.013-2.207-.96-3.906-2.744-5.164l-.317-.216h-.001l-.003-.002a36.69 36.69 0 0 1-.217-.147l.126-.143c.074-.083.134-.15.192-.22 1.079-1.3 1.42-2.784 1.091-4.43-.36-1.804-1.901-3.949-4.885-4.084-1.778-.08-3.56-.064-5.341-.049-.759.007-1.517.013-2.275.012-.04 0-.08.023-.12.047a.693.693 0 0 1-.06.032Zm3.052 17.51H4.55a6.236 6.236 0 0 0-.133-.013l-.003.002v-6.76l.218-.016a4.95 4.95 0 0 1 .41-.023c.325-.001.649-.004.973-.006h.005c1-.007 2-.014 2.998.015.609.018 1.236.092 1.819.265 1.424.424 2.376 1.834 2.3 3.287-.078 1.527-1.138 2.798-2.62 3.117a5.55 5.55 0 0 1-1.083.141c-1.2.012-2.4.01-3.6.007l-1.06-.001a2.25 2.25 0 0 1-.222-.015Zm-.063-14.797c-.137.504-.15 4.559-.009 5.2h3.55c.252 0 .505 0 .756-.025.173-.016.346-.055.518-.093l.088-.02a2.525 2.525 0 0 0 1.784-3.462c-.458-1.075-1.335-1.552-2.437-1.59a70.617 70.617 0 0 0-2.962-.017h-.015c-.424.003-.849.007-1.273.007Zm78.581-2.744v20.34h.756c.54 0 1.081.002 1.622.004 1.288.004 2.577.007 3.866-.01.842-.011 1.69-.051 2.525-.166 2.742-.383 4.947-1.687 6.534-3.972 1.704-2.456 2.226-5.186 1.675-8.096-.525-2.774-1.974-4.99-4.342-6.56-1.628-1.08-3.469-1.52-5.392-1.566-1.655-.04-3.311-.036-4.968-.032-.607.001-1.215.003-1.822.002a1.8 1.8 0 0 0-.299.033c-.051.008-.103.017-.155.023Zm2.989 17.557c-.127-.522-.17-13.595-.047-14.843a35.9 35.9 0 0 0 1.94.015c1.265-.013 2.519-.025 3.767.23 2.275.467 3.903 1.747 4.854 3.84 1.17 2.576 1.015 5.115-.455 7.537-1.075 1.772-2.707 2.75-4.733 3.06-.697.107-1.409.138-2.115.154-.756.018-1.513.014-2.267.01l-.945-.003ZM21.46 41.929v-.002c.258 0 .51.003.76.005h.002c.724.005 1.424.01 2.156-.022v-9.59c.192 0 .38.003.562.005.412.005.804.01 1.194-.013.42-.026.676.146.91.471.34.476.693.94 1.047 1.405l.001.001c.159.209.318.417.475.626l1.46 1.939.005.005v.001h.001v.001h.001v.002h.001v.001h.001c1.19 1.58 2.38 3.158 3.563 4.741.225.3.456.462.851.439.416-.025.834-.02 1.252-.014h.004c.176.002.353.004.529.004h1.236a9.997 9.997 0 0 1-.136-.198c-.075-.11-.132-.194-.193-.275l-1.498-1.993-.008-.01c-1.642-2.185-3.284-4.369-4.92-6.556a2.338 2.338 0 0 0-.118-.142c-.134-.152-.272-.31-.27-.544l.208-.065.274-.085c1.544-.46 2.648-1.456 3.294-2.897 1.573-3.502-.8-7.518-4.75-7.603-1.805-.039-3.61-.034-5.416-.028h-.002c-.735.002-1.469.004-2.202.003a.648.648 0 0 0-.172.033c-.032.01-.066.019-.102.027v20.327h-.001.001Zm2.973-17.59c-.11 1.113-.074 4.675.054 5.182l1.197.002c1.149.002 2.3.004 3.452-.011.312-.004.634-.096.93-.204 1.047-.376 1.75-1.59 1.583-2.687-.2-1.319-1.083-2.206-2.444-2.267-1.095-.048-2.191-.037-3.305-.026-.485.005-.974.01-1.467.01Zm44.652-2.78h-1.94c-.624 1.196-8.288 19.819-8.367 20.338h2.947c.497-1.222.993-2.437 1.484-3.64l.002-.005.015-.038.008-.02.274-.67.324-.796h8.59l2.154 5.208c.162 0 .32 0 .474.002.349.002.68.005 1.012-.007.16-.005.32 0 .48.007.337.012.675.025 1.009-.071-.342-1.137-8.167-19.9-8.466-20.308Zm-3.937 12.317c.045-.477 2.55-6.608 3.035-7.398v.001a9788.048 9788.048 0 0 1 3.053 7.342c-.532.12-4.925.154-6.088.055ZM45.17 29.547h6.575v2.725c-.5.072-.995.062-1.486.053h-.006c-.234-.005-.467-.01-.7-.005-.508.009-1.017.007-1.527.005l-.668-.002h-2.207v6.726a.45.45 0 0 0 .046.048c.013.014.028.028.044.03.068.011.135.022.203.022l4.21.008h.047l4.252.007c.012 0 .024.006.051.019l.043.02.038.016c.048.274.041.569.034.869-.003.143-.007.289-.004.433.005.3.004.6.002.89v.376l-.023.023-.013.013-.001.001a1.421 1.421 0 0 1-.06.059c-.013.013-.025.027-.037.027-3.728.01-7.456.017-11.183.024h-.53c-.127-.529-.154-19.551-.034-20.357h11.526c.111.289.097.592.083.897a4.672 4.672 0 0 0-.006.431c.013.302.01.605.006.9l-.002.377-.039.042a.311.311 0 0 1-.029.031l-.005.005-.004.004c-.014.013-.029.027-.046.03a1.447 1.447 0 0 1-.202.024l-4.117.008-4.117.007a.087.087 0 0 0-.04.015l-.01.005a.174.174 0 0 1-.004.002l-.003.002a.043.043 0 0 1-.003.001c-.128.474-.17 3.939-.054 5.19ZM68.094 58.51v.001-.001Zm0 0a11.745 11.745 0 0 1-.187.014c-.112.008-.2.014-.287.028-.396.066-.623-.118-.82-.45-.379-.642-.775-1.273-1.178-1.916v-.001l-.001-.001-.495-.79h-1.123v3.12l-.357.018h-.007a122.527 122.527 0 0 0-.401.02c-.138-.503-.18-5.582-.06-6.755l.139-.018c.099-.014.2-.028.301-.028l.51-.004c.539-.005 1.077-.01 1.614.015 1.389.064 2.119 1.182 1.651 2.495-.176.492-.404.694-1.248 1.079l1.812 2.951.019.031.118.192Zm-3.51-4.002h-.006a25.817 25.817 0 0 0-.56-.007h-.002V52.6c.189 0 .375-.003.558-.007h.008a13.29 13.29 0 0 1 1.23.016c.538.042.792.384.79.931 0 .53-.28.914-.785.953-.403.03-.809.022-1.226.016h-.006Zm-4.522.635c-.031.771-.141 1.51-.511 2.194-.467.868-1.215 1.305-2.177 1.303-.961 0-1.721-.433-2.167-1.311a3.956 3.956 0 0 1-.346-.96c-.187-.907-.197-1.822.06-2.716.215-.743.597-1.384 1.338-1.739 1.506-.72 3.135.06 3.58 1.745.088.331.127.675.167 1.02.018.155.035.31.058.464h-.002Zm-4.53.032c.039.168.073.338.108.508.079.387.157.774.293 1.14.234.627.748.977 1.428.982.677.005 1.19-.318 1.452-.948.46-1.098.46-2.224.046-3.332-.266-.715-.827-1.06-1.53-1.036-.724.023-1.213.408-1.435 1.068a8.205 8.205 0 0 0-.259 1.1v.001c-.032.17-.065.343-.102.517h-.002Zm-20.135 3.342h.883l-1.203-3.373-.009-.026-.04-.11-1.15-3.227h-.863l-1.257 3.537-.009.024-.006.018-1.123 3.158h.894l.037-.105.001-.004.586-1.664h2.617l.642 1.772Zm-1.093-3.126.158.488h-2.04l.98-2.85c.225.31.328.64.428.964.043.14.086.278.138.412.123.318.227.643.336.985Zm8.986-1.58-.037-.078c-.072-.153-.135-.288-.207-.418-.564-1.014-1.978-1.124-2.71-.212a1.46 1.46 0 0 0-.221.344c-.463 1.131-.485 2.275.007 3.394.294.67.881.975 1.605.965.696-.01 1.141-.4 1.41-1.016.032-.071.063-.143.095-.219l.08-.186.017-.04.012-.028.77.223c-.136.803-.509 1.395-1.18 1.777-1.334.76-3.098.168-3.683-1.26-.516-1.255-.526-2.545-.007-3.804a2.616 2.616 0 0 1 3.424-1.413c.801.33 1.23.972 1.44 1.775-.116.196-.283.239-.467.286-.085.022-.174.045-.264.085v.001l-.084-.175Zm-19.08.738v-1.994h3.38a1.56 1.56 0 0 1 .002-.3c.013-.176.024-.333-.099-.476h-4.139v6.738h.795c.04-.496.035-.987.03-1.481-.006-.544-.012-1.092.044-1.652h2.852v-.835h-2.864Zm49.544 3.98h-.857a30.4 30.4 0 0 0-.007-.576c-.008-.406-.015-.806.013-1.203.042-.62-.125-1.154-.425-1.688a94.799 94.799 0 0 1-1.216-2.26l-.002-.003a246.13 246.13 0 0 0-.507-.959c.182-.102.362-.097.547-.091.118.003.238.006.363-.018l1.669 3.24a9957.77 9957.77 0 0 1 1.645-3.187h.953c-.14.266-.271.53-.4.789h-.001v.001c-.289.579-.567 1.137-.904 1.658-.712 1.102-1.02 2.268-.874 3.566a3.4 3.4 0 0 1 .008.467 10.28 10.28 0 0 0-.004.265l-.001-.001ZM43.927 6.146v-.74H38.91v.812h2.08c.005.54.005 1.064.004 1.581V7.8c0 .475 0 .943.002 1.411.003.328 0 .656-.001.984-.004.668-.008 1.335.023 2.002h.839v-2.98l-.003-.462c-.003-.35-.006-.699.007-1.048.006-.16 0-.321-.008-.482v-.001c-.014-.333-.028-.665.074-.985a5.56 5.56 0 0 1 .91-.027c.369.008.731.017 1.089-.066Zm5.91 46.424v5.95h-.777c-.116-.316-.099-.648-.083-.98.009-.161.016-.322.01-.48a18.68 18.68 0 0 1-.008-.997v-.002c.002-.147.004-.293.004-.44v-3.016h-2.097v-.82h4.945c.137.231.092.47.035.78v.005h-2.03Z\" fill=\"#fff\"/></svg>',withExternalLayout:true})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-D7BhO.framer-r2lzx2, .framer-D7BhO .framer-r2lzx2 { display: block; }\",\".framer-D7BhO.framer-b2nhuq { height: 64px; overflow: hidden; position: relative; width: 102px; }\",\".framer-D7BhO .framer-1l2o12v { aspect-ratio: 1.59375 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 64px); left: 0px; position: absolute; right: 0px; top: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 64\n * @framerIntrinsicWidth 102\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerw1WYWTbQ5=withCSS(Component,css,\"framer-D7BhO\");export default Framerw1WYWTbQ5;Framerw1WYWTbQ5.displayName=\"Logo-TBF\";Framerw1WYWTbQ5.defaultProps={height:64,width:102};addFonts(Framerw1WYWTbQ5,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerw1WYWTbQ5\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"64\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"102\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./w1WYWTbQ5.map", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const serializationHash=\"framer-GQh5h\";const variantClassNames={cbG7VCcCt:\"framer-v-1lrkevj\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"cbG7VCcCt\",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-1lrkevj\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"cbG7VCcCt\",ref:refBinding,style:{...style},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ei000b\",\"data-framer-name\":\"Logo-Degusta\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:122,layoutDependency:layoutDependency,layoutId:\"TkZIqxWN1\",svg:'<svg width=\"122\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M30.374 12.111c.702.367 1.398.73 2.078 1.127 5.11 2.965 7.629 8.602 7.102 14.219-.988 10.588-9.108 16.057-18.222 17.095-3.144.357-6.243.104-9.362-.378-1.435-.218-2.95-.074-4.41.07-.55.053-1.097.144-1.646.234-1.397.232-2.81.466-4.329.099v-2.568c1.64-.571 3.358-.313 4.833.169 3.68 1.202 5.78-.676 7.638-3.348 1.957-2.816 3.11-6.004 4.182-9.223.361-1.086.701-2.18 1.041-3.275.642-2.063 1.283-4.127 2.068-6.136.763-1.956 1.695-3.846 2.651-5.784.426-.862.856-1.733 1.278-2.625-5.896-1.003-11.473-.288-15.441 4.654C6.02 21.19 5.196 26.578 8.534 32.056c-.88.824-1.738 1.625-2.625 2.452l-1.681 1.57c-1.406-.64-1.972-2.01-2.484-3.377-1.365-3.64-.705-7.22.795-10.593C5.737 14.91 11.648 11.46 19.256 10.67c1.878-.199 3.81-.094 5.692.094 1.078.11 1.857-.03 2.707-.73 1.658-1.37 3.556-2.31 5.835-2.384-.384.307-.801.578-1.22.85-1.176.763-2.361 1.533-2.852 3.109.319.17.638.337.956.502Zm-.271 25.95a20.268 20.268 0 0 0 4.326-8.002l.005-.005c.968-3.496 1.212-7.012-.005-10.494-1.033-2.965-2.846-5.274-5.96-6.68-.152.377-.3.725-.44 1.057-.288.679-.545 1.286-.742 1.913a744.12 744.12 0 0 0-1.7 5.492c-.891 2.908-1.783 5.814-2.73 8.703-1.038 3.158-2.483 6.173-4.832 8.572-1.134 1.16-2.405 2.182-3.699 3.222-.589.473-1.182.95-1.77 1.446.03.014.057.029.083.042.056.03.106.057.16.068.572.094 1.143.178 1.714.263 6.198.933 11.443-.855 15.59-5.598Zm86.327-12.824c-1.821-1.48-3.391-1.535-5.403-.333-2.791 1.664-4.737 4.038-6.148 6.924-.725 1.485-1.48 2.96-2.314 4.385-.437.75-.943 1.56-2.216 1.6a6.59 6.59 0 0 0-.144-.556c-.112-.384-.22-.752-.149-1.079 1.125-5.209 3.33-9.995 5.528-14.766l.017-.037.5-1.085c.604-.061 1.19-.125 1.765-.186 1.32-.143 2.578-.278 3.842-.375 2.518-.194 4.961-.1 6.765 2.548.087-.266.182-.493.264-.686.134-.322.223-.552.157-.72-.163-.422-.551-.973-.933-1.058l-.083-.018c-1.727-.381-3.476-.768-5.231-.86-1.29-.07-2.588.028-3.942.129h-.015c-.607.046-1.222.092-1.853.124l.803-2.846c-2.598-.368-3.601-.095-4.425 1.773-.631 1.43-1.634 1.748-2.93 1.773-1.152.021-2.306.056-3.46.092-2.903.088-5.805.177-8.698.042-8.517-.392-17.016-1.058-24.495-6.143l-2.324 3.859c.444.18.86.373 1.259.558.816.378 1.565.725 2.351.882l1.923.389.01.002c3.085.63 6.178 1.262 9.296 1.496 2.945.222 5.915.13 8.884.037 1.08-.034 2.161-.068 3.24-.087a670.44 670.44 0 0 0 6.724-.16c1.553-.041 3.106-.083 4.66-.118.159-.003.318-.002.481.004.252.009.517.026.812.046.279.018.586.038.936.055-.825 1.775-1.541 3.567-2.249 5.342-1.383 3.464-2.739 6.859-4.819 9.92.2-2.841.11-3.775-.913-5.275-.407-.598-.91-1.135-1.408-1.667-.122-.131-.245-.262-.366-.394-1.777-1.932-1.558-2.975.875-4.023.448-.194.906-.372 1.398-.563l.052-.02.82-.32c-2.031-1.674-3.676-1.347-4.817.71-.524.946-1.039 1.898-1.553 2.85-.782 1.446-1.564 2.893-2.381 4.321a71.977 71.977 0 0 1-3.029 4.833c-.632.923-1.346 1.902-2.97 1.455-.246-2.256.513-4.258 1.266-6.246l.005-.012.248-.656c.59-1.579 1.222-3.138 1.85-4.682.256-.632.512-1.261.763-1.888-.115-.076-.205-.141-.28-.195-.131-.096-.216-.157-.311-.183a3.653 3.653 0 0 0-.736-.104c-2.394-.134-2.566 0-3.387 2.26l-.39 1.08-.052.143c-.67 1.849-1.339 3.698-2.08 5.516a20.938 20.938 0 0 1-1.84 3.502c-.63.963-1.522 2.046-2.799 1.534-1.257-.506-.92-1.907-.661-2.87.64-2.39 1.455-4.733 2.28-7.068.286-.81.647-1.596 1.05-2.47.203-.445.418-.913.64-1.418l-3.767-.184c-2.09 5.766-4.056 11.18-7.682 15.803l.516.363 2.613-3.064c.087.269.159.52.227.76.137.475.258.897.442 1.29.815 1.724 2.528 2.355 4.387 1.371.873-.46 1.645-1.117 2.411-1.77l.044-.037c.327-.278.652-.555.987-.815 1.018 3.86 3.833 4.266 7.383.05 1.843 3.143 3.314 3.725 6.701 2.548.85-.293 1.733-.651 2.43-1.197.511-.4.99-.84 1.468-1.3.228-.22.454-.444.683-.67.31-.31.626-.621.952-.93.017.254.025.507.033.756v.007c.016.56.031 1.106.15 1.63.403 1.798 1.932 2.583 3.6 1.783.744-.36 1.389-.972 2.004-1.557l.113-.107c.35-.334.646-.725.987-1.175.16-.213.331-.438.522-.677l.388 1.082c1.083 2.92 2.961 3.566 5.588 1.873.541-.347 1.018-.791 1.493-1.235l.21-.195c.192-.178.376-.365.563-.563.123-.131.248-.267.378-.408.146-.159.298-.325.463-.5.548 3.79 1.327 4.684 3.423 4.46.048-.49.084-.976.12-1.458.082-1.096.161-2.168.382-3.21.363-1.694.924-3.353 1.525-4.977.663-1.806 1.374-3.596 2.099-5.425l.039-.097.941-2.38c-1.791-.474-3.29-.311-4.476 1.138ZM89.766 38.905c-.958 1.227-2.097 1.604-3.238 1.177-1.247-.467-1.585-1.202-1.49-3.199 2.37.522 3.576.025 4.162-1.718.446-1.326.039-2.002-1.977-3.04l2.429-4.181c.198.577.394 1.114.582 1.626.394 1.078.748 2.044.987 3.037.551 2.3 0 4.435-1.455 6.298Zm25.467-10.996c-.599 3.392-2.099 6.402-4.13 9.163l-.029.042-.011.014c-.137.185-.287.39-.478.47a9.806 9.806 0 0 0-.389.179l-.028.014c-.47.225-.968.465-1.321.339-.462-.164-.809-.939-.978-1.515-.159-.526-.086-1.152.015-1.718.571-3.328 1.937-6.308 4.235-8.79.393-.427.912-.736 1.445-1.053.249-.148.502-.298.746-.463 1.296 1.182 1.108 2.305.923 3.318Zm-2.691 18.153c-1.493-.68-3.073-1.356-4.677-1.57a165.101 165.101 0 0 0-12.327-1.197c-9.685-.561-19.344-.035-28.984.964l-4.076.426-2.406.254c3.998-6.66 6.542-13.519 8.91-20.546-1.674-.67-2.89-.16-4.048.864-.949-1.42-2.28-1.525-3.58-1.028l-.017.006-.006.003c-1.285.49-2.704 1.03-3.622 1.977-1.198 1.234-2.21 2.65-3.221 4.065l-.017.023c-.326.458-.652.915-.983 1.366a36.348 36.348 0 0 0-1.12 1.629c-.69 1.04-1.377 2.076-2.233 2.95-.93.948-2.285 1.639-3.577 2.036-1.548.477-2.751-.447-3.05-2.071a5.45 5.45 0 0 1-.066-1.05c.004-.194.013-.385.022-.57.01-.218.02-.426.02-.62.645-.218 1.263-.413 1.86-.603 1.28-.406 2.462-.781 3.594-1.27 1.539-.665 2.821-1.753 3.471-3.387 1.067-2.681-.66-4.956-3.515-4.564a7.872 7.872 0 0 0-2.575.84c-3.862 2.056-5.88 5.453-6.683 9.63a8.755 8.755 0 0 0-.035 2.95c.332 2.15 1.728 3.322 3.894 3.466 1.83.125 3.441-.516 4.826-1.629.86-.693 1.665-1.459 2.493-2.247.382-.364.769-.732 1.168-1.1l.04.602.004.053c.026.4.05.775.115 1.143.507 2.856 2.483 3.844 5.105 2.548.472-.233.923-.51 1.374-.785l.003-.002.64-.386c-.42 1.622-1.128 3.005-1.835 4.385l-.212.413c-.61 1.197-1.554 1.684-2.885 2.017a216.866 216.866 0 0 0-13.345 3.774c-1.535.492-2.95 1.48-4.282 2.434-1.19.854-1.942 2.12-1.484 3.67.427 1.45 1.694 1.887 3.04 2.21 2.1.502 4.12.035 6.123-.467 5.368-1.346 9.471-4.584 12.84-8.84.808-1.023 1.658-1.689 3.053-1.798 11.075-.84 22.151-.899 33.215.075 3.12.273 6.224.894 9.277 1.589 3.289.745 6.253 2.15 7.803 5.513.225-.07.438-.129.641-.184.415-.114.787-.216 1.129-.383 1.548-.764 2.776-1.807 2.83-3.724.054-1.922-1.069-3.124-2.648-3.84l.019-.014ZM47.417 26.31l.064-.065.003-.003c.744-.734 1.5-1.48 2.859-.955.372 3.829-1.748 6.327-5.925 7.136 0-1.832 1.236-4.37 3-6.113Zm-9.07 30.927h-.048c-1.003-.016-1.957-.517-2.309-1.58-.362-1.093.262-1.962 1.017-2.598.87-.735 1.84-1.425 2.88-1.867 4.581-1.957 9.428-2.801 14.926-3.442-3.333 4.38-6.676 7.847-11.637 9.129-1.538.398-3.212.378-4.83.358Zm20.25-19.27c-1.018.605-1.747.357-2.09-.746a3.792 3.792 0 0 1-.17-1.45c.373-3.715 1.803-6.983 4.366-9.7.382-.404.865-.71 1.458-1.084.31-.196.571-.318.92-.202.442.146.62 1.017.62 1.017s.224.737.191 1.069c-.407 3.953-2.086 7.39-4.54 10.474-.2.249-.477.457-.754.621Z\" fill=\"#fff\"/></svg>',withExternalLayout:true})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-GQh5h.framer-uylfye, .framer-GQh5h .framer-uylfye { display: block; }\",\".framer-GQh5h.framer-1lrkevj { height: 64px; overflow: hidden; position: relative; width: 122px; }\",\".framer-GQh5h .framer-ei000b { aspect-ratio: 1.90625 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 64px); left: 0px; position: absolute; right: 0px; top: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 64\n * @framerIntrinsicWidth 122\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerWU3vCX4TQ=withCSS(Component,css,\"framer-GQh5h\");export default FramerWU3vCX4TQ;FramerWU3vCX4TQ.displayName=\"Logo-Degusta\";FramerWU3vCX4TQ.defaultProps={height:64,width:122};addFonts(FramerWU3vCX4TQ,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerWU3vCX4TQ\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"122\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"64\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./WU3vCX4TQ.map", "// Generated by Framer (ff6f0b6)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const serializationHash=\"framer-EcAE0\";const variantClassNames={fB_NqJ6QL:\"framer-v-o8yhp7\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"fB_NqJ6QL\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-o8yhp7\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"fB_NqJ6QL\",ref:ref??ref1,style:{...style},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1t5ee3d\",\"data-framer-name\":\"Logo-Savona\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:118,layoutDependency:layoutDependency,layoutId:\"PF851YOpE\",svg:'<svg width=\"118\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M113.012 14.512V1.607l-.001-.05c0-.068-.001-.138.01-.205.037-.23.178-.353.392-.352.215.001.358.123.38.36.014.153.019.308.024.463.003.113.006.225.013.337l.22 3.423.306 4.796c.057.906.118 1.812.178 2.718v.005c.153 2.306.307 4.61.411 6.917.13 2.879.029 5.757-.289 8.626-.392 3.525-1.378 6.872-2.912 10.068-.815 1.697-1.592 3.413-2.222 5.19-.78 2.2-1.11 4.471-1.141 6.798-.029 2.141.133 4.273.295 6.405v.001l.046.617.025.314c.021.27.043.542.058.813.025.484-.179.831-.617 1.014-.455.191-.919.212-1.292-.153-.15-.146-.25-.396-.273-.61l-.05-.469c-.126-1.16-.251-2.321-.319-3.486-.34-5.857.811-11.429 3.266-16.746a184.742 184.742 0 0 0 1.772-3.958 19.872 19.872 0 0 0 1.641-7.904c.007-1.773 0-3.545-.008-5.318-.004-.924-.007-1.849-.009-2.773-.002-.875-.001-1.75-.001-2.624v-.001l.001-1.311h.096Zm-10.429 28.847h-3.012v-1.273l-.144.093c-.073.046-.13.082-.183.122-2.857 2.103-7.094 1.79-9.625-.695-1.194-1.173-2.05-2.535-2.337-4.196-.567-3.283.49-5.957 3.113-8.006 2.725-2.13 7.327-1.979 10.096.991 1.354 1.453 2.103 3.138 2.112 5.127.006 1.508-.002 3.016-.01 4.525l-.009 2.035-.001.827v.19l.001.26h-.001Zm-3.06-8.192c.03-1.378-1.2-2.948-2.488-3.655-2.032-1.115-4.684-.406-6.014 1.59-1.336 2.007-.978 4.736.836 6.367 1.484 1.334 3.718 1.59 5.307.55 1.515-.991 2.334-2.402 2.36-4.852h-.001ZM33.958 43.36h-3v-1.25l-.114.053a.725.725 0 0 0-.148.08c-2.757 2.154-7.41 2.047-10.218-1.163-2.356-2.694-2.67-6.635-.678-9.596 1.144-1.7 2.673-2.938 4.732-3.336 2.84-.548 5.318.165 7.348 2.282 1.12 1.168 1.822 2.536 2.028 4.147.032.253.047.508.048.763.003 1.985.003 3.97.002 5.954v2.066Zm-3.067-7.707c-.037-1.727-.849-3.166-2.43-4.097-2.148-1.266-5.082-.35-6.28 1.891a4.952 4.952 0 0 0 1.384 6.307c1.441 1.092 3.532 1.222 5.002.245 1.495-.994 2.303-2.4 2.323-4.346Zm36.387-3.663c-1.513-2.566-3.752-3.975-6.197-4.014-2.467 0-3.971.55-5.427 1.796-2.706 2.32-3.367 5.562-2.466 8.55.78 2.59 3.455 5.634 7.88 5.363 1.938-.12 3.542-.933 4.906-2.29 2.76-2.745 2.877-6.738 1.304-9.405Zm-3.18.743c.737.932 1.116 1.99 1.105 3.096h.001c-.019 1.798-.848 3.16-2.292 4.166-1.404.977-3.9.928-5.46-.577-2.36-2.278-1.963-6.1.843-7.79 1.898-1.143 4.402-.667 5.803 1.105Zm-49.597.214h-3.582l-.002-.248a9.057 9.057 0 0 1 .004-.523c.015-.325-.127-.553-.385-.736-.728-.517-1.904-.556-2.627-.08-.24.157-.43.353-.536.626-.184.477-.066.922.335 1.24.4.317.873.47 1.354.61.261.075.524.147.786.22.605.166 1.21.332 1.802.537 1.078.373 2.01.982 2.64 1.969 1.127 1.771.885 3.854-.606 5.332-2.378 2.356-6.345 2.501-8.87.308-1.24-1.08-1.767-2.457-1.612-4.121h3.48c0 .079.003.158.006.238.006.18.012.36-.002.539-.028.356.109.63.34.886 1.02 1.14 2.36 1.17 3.589.557.946-.473 1.206-2.045.026-2.68a6.575 6.575 0 0 0-1.21-.493c-.407-.124-.821-.227-1.235-.33a38.063 38.063 0 0 1-.739-.188c-.927-.248-1.777-.637-2.492-1.303-1.29-1.202-1.915-4.005.172-5.847 1.914-1.69 5.432-2.276 8.027 0 .776.68 1.22 1.531 1.28 2.57.01.19.022.379.035.581v.002l.022.334Zm69.932 10.417h-3.089v-2.806l.001-.065v-.001c0-1.947.002-3.895-.002-5.842-.003-1.597-1.199-3.125-2.735-3.516-2.277-.579-4.53 1.155-4.539 3.506-.006 1.915-.005 3.83-.003 5.745l.001 2.497v.465h-3.086l-.009-.093c-.006-.068-.013-.132-.013-.197 0-.827-.004-1.654-.008-2.48v-.002c-.01-1.969-.02-3.938.02-5.905.056-2.784 1.328-4.925 3.886-6.061 4.198-1.866 8.769.552 9.507 5.032.053.322.08.652.081.98.006 2.268.005 4.537.004 6.805v1.581c0 .073-.005.146-.01.23l-.006.125v.001Zm-42.472.002h2.755l4.867-11.65.017-.04.067-.161 1.33-3.183H47.62l-.458 1.113-.779 1.892-2.996 7.285-.076-.007-1.013-2.449-.11-.265-.204-.495-.217-.525-.086-.208-.04-.095-2.575-6.233c-.738-.076-2.97-.045-3.255.051l4.122 10.032.044.106 1.985 4.832Zm57.164-18.35a5.94 5.94 0 0 0-.059-.155 1.577 1.577 0 0 1-.076-.225 45.406 45.406 0 0 1-.813-5.07 69.973 69.973 0 0 1-.386-6.874 876.671 876.671 0 0 1-.022-6.487c0-.855.01-1.71.02-2.564v-.003l.014-1.479c.002-.236.022-.46.201-.64a.914.914 0 0 1 .95-.18c.315.134.456.384.458.72v.839c0 .669 0 1.337.016 2.005.03 1.304.065 2.608.101 3.912.028 1.003.055 2.006.08 3.008.082 3.34.144 6.68-.064 10.019-.044.724-.114 1.447-.182 2.169l-.043.445a2.222 2.222 0 0 0-.005.066v.001c-.01.15-.023.317-.19.492Zm9.757.036h-.001.001Zm.027-.13c-.01.044-.02.088-.027.13-.394.038-.463-.002-.494-.31a63.5 63.5 0 0 0-.046-.433v-.007l-.001-.003a33.554 33.554 0 0 1-.161-1.843 822.108 822.108 0 0 1-.425-8.878 135.036 135.036 0 0 1-.08-3.053c-.013-.682-.026-1.364-.045-2.046-.044-1.5-.094-3-.145-4.498v-.01l-.001-.002V3.95l-.06-1.772c-.022-.691.329-1.077.982-1.075.629.003.994.382.966 1.014-.017.397-.036.794-.056 1.19v.004a92.087 92.087 0 0 0-.093 2.227 305.624 305.624 0 0 0-.099 5.5c-.009 1.07-.008 2.14-.008 3.21 0 1.25.001 2.501-.013 3.752a360.93 360.93 0 0 1-.103 4.99l-.001.001-.039 1.602c-.003.111-.028.222-.051.326Zm-5.556.13-.061-.418v-.002l-.001-.001v-.004c-.05-.343-.103-.704-.148-1.065a75.437 75.437 0 0 1-.535-7.265c-.038-1.53-.067-3.06-.078-4.59a401.344 401.344 0 0 1-.004-3.292v-.003c.001-.772.002-1.544 0-2.316-.003-.849-.011-1.698-.02-2.547l-.012-1.206v-.255c0-.34.116-.623.433-.783.351-.178.711-.174 1.043.036.302.19.354.496.329.833l-.03.382v.001a58.448 58.448 0 0 0-.134 2.089l-.018.437c-.055 1.371-.11 2.743-.121 4.114a900.459 900.459 0 0 0-.018 5.452 923.971 923.971 0 0 1-.017 5.264c-.009 1.207-.048 2.413-.086 3.62l-.039 1.223c-.01.355-.103.426-.405.367-.006-.001-.011-.006-.026-.02l-.052-.049v-.001ZM33.487 46.824a3.14 3.14 0 0 1-.086.013v7.636a19.17 19.17 0 0 1 1.244.002c.763.017 1.518.034 2.265-.121 1.267-.264 2.115-1.043 2.516-2.278.31-.95.323-1.918 0-2.863a4.1 4.1 0 0 0-.623-1.18c-.664-.849-1.594-1.202-2.653-1.222a79.217 79.217 0 0 0-1.824-.005l-.69.003c-.048 0-.095.007-.15.015Zm1.42 6.93a25.532 25.532 0 0 0-.736-.014v-6.22l.059-.015a.37.37 0 0 1 .096-.019c.162 0 .325-.002.486-.004h.001c.421-.004.843-.009 1.263.007 1.465.052 2.437.882 2.723 2.317a3.95 3.95 0 0 1-.132 2.12c-.365 1.029-1.09 1.682-2.178 1.799-.52.056-1.046.042-1.582.028Zm27.481-6.936c.08-.005.15-.01.222-.01h.47c.78-.002 1.559-.004 2.339 0 1.033.005 1.893.667 2.21 1.691.304.981-.045 2.126-.835 2.678a3.208 3.208 0 0 1-.462.252c-.081.039-.165.08-.251.124l.324.513 1.497 2.368h-.866l-.468-.73-.37-.577-.946-1.474h-2.244v2.79h-.747v-7.616l.127-.009Zm.632 4.089.049.021a.173.173 0 0 0 .07.023l.55.003h.001c.632.002 1.263.005 1.894-.005.355-.006.652-.176.893-.438.32-.347.472-.764.487-1.227.034-.998-.721-1.84-1.683-1.805-.419.015-.84.012-1.26.009h-.001a51.945 51.945 0 0 0-.672-.003 2.1 2.1 0 0 0-.223.016l-.105.01v3.397-.001Zm-51.397 1.268c.587 1.439 1.825 2.321 3.014 2.325 1.277.02 2.125-.384 2.806-1.125 1.346-1.466 1.422-3.673.197-5.258-1.225-1.586-3.363-1.827-4.909-.552-1.306 1.077-1.767 2.992-1.108 4.61ZM17.01 48.5c.475.61.728 1.349.726 2.382h.001c-.062.96-.491 1.982-1.586 2.607-1.033.588-2.274.38-3.115-.473-1.26-1.279-1.246-3.526.031-4.785 1.152-1.136 2.94-1.013 3.943.27Zm8.655 6.004c-1.284-.024-2.248-.621-2.933-1.681-1.078-1.67-.745-3.968.746-5.233 1.515-1.286 3.642-1.083 4.89.467 1.345 1.672 1.199 4.048-.355 5.519-.652.617-1.434.943-2.348.927Zm-2.803-3.949c.012.662.143 1.225.425 1.748 1.041 1.93 3.51 2.047 4.671.199.765-1.219.77-2.493.018-3.724-.88-1.439-2.666-1.765-3.94-.726-.803.656-1.13 1.555-1.173 2.502v.001Zm30.146-3.72v7.605h5.094v-.69h-4.324v-2.88h3.689v-.663h-3.685v-2.742h4.237v-.63h-5.01Zm44.98 3.371h3.674v.67h-3.67v2.878h4.33v.683h-5.09v-7.602h5v.641h-4.243v2.73h-.001ZM43.33 53.112l-.176.288v.001l.01.009.01.008a5.084 5.084 0 0 1 .045.043c.035.032.062.058.093.082.896.712 1.928 1.005 3.059.976.586-.015 1.165-.096 1.683-.404.67-.399.956-.999.932-1.77-.022-.722-.377-1.216-1.005-1.524a5.111 5.111 0 0 0-.849-.323c-.215-.061-.434-.11-.653-.16a11.827 11.827 0 0 1-.69-.171 8.78 8.78 0 0 1-1.056-.388.811.811 0 0 1-.468-.578c-.167-.742.15-1.386.8-1.594.975-.312 1.919-.24 2.797.322a2.96 2.96 0 0 1 .306.232l.088.069.345-.581-.036-.034-.014-.014-.006-.005-.008-.008a1.61 1.61 0 0 0-.11-.1c-.703-.544-1.508-.764-2.387-.736-.63.018-1.233.141-1.761.505-.682.469-.904 1.145-.839 1.937.058.703.498 1.105 1.11 1.36.178.075.362.142.55.192.18.049.363.093.545.138.243.06.485.118.724.188.373.108.748.219 1.1.378.44.2.702.546.703 1.057.001.64-.353 1.075-1.07 1.232-1.04.226-2.03.077-2.947-.474-.146-.088-.282-.191-.426-.3l-.213-.158-.18.295-.004.007-.001.002Zm49.497-.586.12.062.149.077.06.03.066.035c-.1.292-.26.514-.453.716-1.139 1.195-3.533 1.743-5.16-.185-1.384-1.642-1.305-4.056.17-5.505 1.17-1.15 3.11-1.339 4.394-.42.39.279.702.626.906 1.108l-.544.335a8.065 8.065 0 0 1-.224-.262 3.403 3.403 0 0 0-.474-.5c-1.215-.974-2.955-.674-3.868.646-.927 1.342-.724 3.29.459 4.414 1.227 1.165 3.114.95 4.05-.462.026-.04.056-.08.09-.125l.001-.001.025-.032a7.04 7.04 0 0 0 .027-.037l.076.04.13.066ZM74.135 54.45h.674l1.133-2.715 2.048-4.91h-.805l-1.249 3.068-1.459 3.586-1.424-3.485-.006-.015-1.286-3.146h-.804c1.07 2.568 2.126 5.097 3.178 7.617ZM3.758 50.273h3.545v.627H3.75v3.538H3v-7.602h4.965v.644H3.758v2.793Zm78.028 4.169h.723v-7.61h-.723v7.61Z\" fill=\"#fff\"/></svg>',withExternalLayout:true})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-EcAE0.framer-8l53zx, .framer-EcAE0 .framer-8l53zx { display: block; }\",\".framer-EcAE0.framer-o8yhp7 { height: 64px; overflow: hidden; position: relative; width: 118px; }\",\".framer-EcAE0 .framer-1t5ee3d { aspect-ratio: 1.84375 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 64px); left: 0px; position: absolute; right: 0px; top: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 64\n * @framerIntrinsicWidth 118\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerXf9p8G0Zy=withCSS(Component,css,\"framer-EcAE0\");export default FramerXf9p8G0Zy;FramerXf9p8G0Zy.displayName=\"Logo-Savona\";FramerXf9p8G0Zy.defaultProps={height:64,width:118};addFonts(FramerXf9p8G0Zy,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerXf9p8G0Zy\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"64\",\"framerIntrinsicWidth\":\"118\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Xf9p8G0Zy.map", "// Generated by Framer (013b13c)\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 LogoSmithBrock from\"https://framerusercontent.com/modules/1LqNz5Up2IYheSj9ZpxM/YuWcxXB2sTmrBImgjyBW/cn0AQDz5V.js\";import LogoCoolChile from\"https://framerusercontent.com/modules/1mGXKMgTl5H2JaEBNFKY/ztr3TfRUEox90TDtWNQQ/eoPHmM_mm.js\";import LogoSevenSeeded from\"https://framerusercontent.com/modules/w1P227kktztr1QRzDJVR/2my8r3l7oA1WG0tUmVLt/g74QgHInF.js\";import LogoCrowbond from\"https://framerusercontent.com/modules/ZHwWyZFystNTsCRZFIAr/beu72ygH4FtEWtrsVqVC/gG9di8yy_.js\";import LogoRushtons from\"https://framerusercontent.com/modules/9SinmL5ZxafIc4LBCpHp/4Ukch6qLo2JRc0wr26iv/lMpx28Rke.js\";import LogoPenshurst from\"https://framerusercontent.com/modules/pEAfL7c9KMEfd5jLrqGb/rNuNUHrTnFZJ4WL1Zvhb/m1IjFISV9.js\";import LogoGaleta from\"https://framerusercontent.com/modules/XHM50490fsDsk8kfUoFn/Mr2by7UTlr3JE1mA3iHv/t59mFspOW.js\";import LogoLiberty from\"https://framerusercontent.com/modules/DtOoKAIdShRvntsq3wuT/AOfTLJq0bL2OXdFriW8b/tIIAfyA7t.js\";import LogoTBF from\"https://framerusercontent.com/modules/iadXLnSVEWDSLLGBuT6X/bPK81ecDSwc0zD9AzicO/w1WYWTbQ5.js\";import LogoDegusta from\"https://framerusercontent.com/modules/9S6Bhunm0UQj7wqxJ6tA/kJXMEOXLU1CRyRnvp0Tx/WU3vCX4TQ.js\";import LogoSavona from\"https://framerusercontent.com/modules/YbS7h1BIGkd5y8RqA0Bn/eUPPF6VVzirYhgOqji3h/Xf9p8G0Zy.js\";const LogoTBFFonts=getFonts(LogoTBF);const LogoSavonaFonts=getFonts(LogoSavona);const LogoLibertyFonts=getFonts(LogoLiberty);const LogoPenshurstFonts=getFonts(LogoPenshurst);const LogoSmithBrockFonts=getFonts(LogoSmithBrock);const LogoRushtonsFonts=getFonts(LogoRushtons);const LogoSevenSeededFonts=getFonts(LogoSevenSeeded);const LogoGaletaFonts=getFonts(LogoGaleta);const LogoCrowbondFonts=getFonts(LogoCrowbond);const LogoCoolChileFonts=getFonts(LogoCoolChile);const LogoDegustaFonts=getFonts(LogoDegusta);const TickerFonts=getFonts(Ticker);const serializationHash=\"framer-0Owkc\";const variantClassNames={ZgvyoLMMb:\"framer-v-uzzovb\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"ZgvyoLMMb\",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-uzzovb\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"ZgvyoLMMb\",ref:refBinding,style:{...style},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-df78gz-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"YmgJ8gqiW-container\",nodeId:\"YmgJ8gqiW\",rendersWithMotion:true,scopeId:\"euQpJxqUp\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:32,height:\"100%\",hoverFactor:1,id:\"YmgJ8gqiW\",layoutId:\"YmgJ8gqiW\",padding:0,paddingBottom:24,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:24,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:41,width:\"65.3438px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-eeqkpc-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"q9JCv2qQU-container\",nodeId:\"q9JCv2qQU\",rendersWithMotion:true,scopeId:\"euQpJxqUp\",children:/*#__PURE__*/_jsx(LogoTBF,{height:\"100%\",id:\"q9JCv2qQU\",layoutId:\"q9JCv2qQU\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:41,width:\"75.5938px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-135z4m8-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"oypPfjDWE-container\",nodeId:\"oypPfjDWE\",rendersWithMotion:true,scopeId:\"euQpJxqUp\",children:/*#__PURE__*/_jsx(LogoSavona,{height:\"100%\",id:\"oypPfjDWE\",layoutId:\"oypPfjDWE\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"96.25px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-pxuo3t-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"hWMwEUJ9w-container\",nodeId:\"hWMwEUJ9w\",rendersWithMotion:true,scopeId:\"euQpJxqUp\",children:/*#__PURE__*/_jsx(LogoLiberty,{height:\"100%\",id:\"hWMwEUJ9w\",layoutId:\"hWMwEUJ9w\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"101.875px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-yum5kz-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"DF5oi_g21-container\",nodeId:\"DF5oi_g21\",rendersWithMotion:true,scopeId:\"euQpJxqUp\",children:/*#__PURE__*/_jsx(LogoPenshurst,{height:\"100%\",id:\"DF5oi_g21\",layoutId:\"DF5oi_g21\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:41,width:\"38.4375px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1kae9nn-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"zVig5jZNF-container\",nodeId:\"zVig5jZNF\",rendersWithMotion:true,scopeId:\"euQpJxqUp\",children:/*#__PURE__*/_jsx(LogoSmithBrock,{height:\"100%\",id:\"zVig5jZNF\",layoutId:\"zVig5jZNF\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"100.625px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1rkzm3e-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"uwWdAPhyZ-container\",nodeId:\"uwWdAPhyZ\",rendersWithMotion:true,scopeId:\"euQpJxqUp\",children:/*#__PURE__*/_jsx(LogoRushtons,{height:\"100%\",id:\"uwWdAPhyZ\",layoutId:\"uwWdAPhyZ\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:41,width:\"83.2813px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1am0o3i-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"V3x7jd2fC-container\",nodeId:\"V3x7jd2fC\",rendersWithMotion:true,scopeId:\"euQpJxqUp\",children:/*#__PURE__*/_jsx(LogoSevenSeeded,{height:\"100%\",id:\"V3x7jd2fC\",layoutId:\"V3x7jd2fC\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"64.375px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-laszre-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"n2omr861I-container\",nodeId:\"n2omr861I\",rendersWithMotion:true,scopeId:\"euQpJxqUp\",children:/*#__PURE__*/_jsx(LogoGaleta,{height:\"100%\",id:\"n2omr861I\",layoutId:\"n2omr861I\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"96.875px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-17dtkm1-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"dgHlMSD_e-container\",nodeId:\"dgHlMSD_e\",rendersWithMotion:true,scopeId:\"euQpJxqUp\",children:/*#__PURE__*/_jsx(LogoCrowbond,{height:\"100%\",id:\"dgHlMSD_e\",layoutId:\"dgHlMSD_e\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:41,width:\"38.4375px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ab8bci-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"UHU53Wbcl-container\",nodeId:\"UHU53Wbcl\",rendersWithMotion:true,scopeId:\"euQpJxqUp\",children:/*#__PURE__*/_jsx(LogoCoolChile,{height:\"100%\",id:\"UHU53Wbcl\",layoutId:\"UHU53Wbcl\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:41,width:\"78.1563px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1rkm6da-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"wmTcVNgQR-container\",nodeId:\"wmTcVNgQR\",rendersWithMotion:true,scopeId:\"euQpJxqUp\",children:/*#__PURE__*/_jsx(LogoDegusta,{height:\"100%\",id:\"wmTcVNgQR\",layoutId:\"wmTcVNgQR\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})],speed:60,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-0Owkc.framer-k60xsa, .framer-0Owkc .framer-k60xsa { display: block; }\",\".framer-0Owkc.framer-uzzovb { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; padding: 0px 0px 8px 0px; position: relative; width: 400px; }\",\".framer-0Owkc .framer-df78gz-container { flex: none; height: 52px; position: relative; width: 100%; }\",\".framer-0Owkc .framer-eeqkpc-container { aspect-ratio: 1.59375 / 1; height: var(--framer-aspect-ratio-supported, 41px); position: relative; width: 65px; }\",\".framer-0Owkc .framer-135z4m8-container { aspect-ratio: 1.84375 / 1; height: var(--framer-aspect-ratio-supported, 41px); position: relative; width: 76px; }\",\".framer-0Owkc .framer-pxuo3t-container { aspect-ratio: 2.40625 / 1; height: var(--framer-aspect-ratio-supported, 40px); position: relative; width: 98px; }\",\".framer-0Owkc .framer-yum5kz-container { aspect-ratio: 2.546875 / 1; height: var(--framer-aspect-ratio-supported, 40px); position: relative; width: 103px; }\",\".framer-0Owkc .framer-1kae9nn-container, .framer-0Owkc .framer-ab8bci-container { aspect-ratio: 0.9375 / 1; height: var(--framer-aspect-ratio-supported, 41px); position: relative; width: 38px; }\",\".framer-0Owkc .framer-1rkzm3e-container { aspect-ratio: 2.515625 / 1; height: var(--framer-aspect-ratio-supported, 40px); position: relative; width: 102px; }\",\".framer-0Owkc .framer-1am0o3i-container { aspect-ratio: 2.03125 / 1; height: var(--framer-aspect-ratio-supported, 41px); position: relative; width: 83px; }\",\".framer-0Owkc .framer-laszre-container { aspect-ratio: 1.609375 / 1; height: var(--framer-aspect-ratio-supported, 40px); position: relative; width: 65px; }\",\".framer-0Owkc .framer-17dtkm1-container { aspect-ratio: 2.421875 / 1; height: var(--framer-aspect-ratio-supported, 40px); position: relative; width: 98px; }\",\".framer-0Owkc .framer-1rkm6da-container { aspect-ratio: 1.90625 / 1; height: var(--framer-aspect-ratio-supported, 41px); position: relative; width: 78px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-0Owkc.framer-uzzovb { gap: 0px; } .framer-0Owkc.framer-uzzovb > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-0Owkc.framer-uzzovb > :first-child { margin-top: 0px; } .framer-0Owkc.framer-uzzovb > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 60\n * @framerIntrinsicWidth 400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramereuQpJxqUp=withCSS(Component,css,\"framer-0Owkc\");export default FramereuQpJxqUp;FramereuQpJxqUp.displayName=\"Animated Logos Mobile\";FramereuQpJxqUp.defaultProps={height:60,width:400};addFonts(FramereuQpJxqUp,[{explicitInter:true,fonts:[]},...LogoTBFFonts,...LogoSavonaFonts,...LogoLibertyFonts,...LogoPenshurstFonts,...LogoSmithBrockFonts,...LogoRushtonsFonts,...LogoSevenSeededFonts,...LogoGaletaFonts,...LogoCrowbondFonts,...LogoCoolChileFonts,...LogoDegustaFonts,...TickerFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramereuQpJxqUp\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"400\",\"framerIntrinsicHeight\":\"60\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,Image,SmartComponentScopedContainer,SVG,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 LogoSmithBrock from\"https://framerusercontent.com/modules/1LqNz5Up2IYheSj9ZpxM/YuWcxXB2sTmrBImgjyBW/cn0AQDz5V.js\";import LogoCoolChile from\"https://framerusercontent.com/modules/1mGXKMgTl5H2JaEBNFKY/ztr3TfRUEox90TDtWNQQ/eoPHmM_mm.js\";import LogoSevenSeeded from\"https://framerusercontent.com/modules/w1P227kktztr1QRzDJVR/2my8r3l7oA1WG0tUmVLt/g74QgHInF.js\";import LogoPenshurst from\"https://framerusercontent.com/modules/pEAfL7c9KMEfd5jLrqGb/rNuNUHrTnFZJ4WL1Zvhb/m1IjFISV9.js\";import LogoGaleta from\"https://framerusercontent.com/modules/XHM50490fsDsk8kfUoFn/Mr2by7UTlr3JE1mA3iHv/t59mFspOW.js\";import LogoLiberty from\"https://framerusercontent.com/modules/DtOoKAIdShRvntsq3wuT/AOfTLJq0bL2OXdFriW8b/tIIAfyA7t.js\";import LogoTBF from\"https://framerusercontent.com/modules/iadXLnSVEWDSLLGBuT6X/bPK81ecDSwc0zD9AzicO/w1WYWTbQ5.js\";import LogoDegusta from\"https://framerusercontent.com/modules/9S6Bhunm0UQj7wqxJ6tA/kJXMEOXLU1CRyRnvp0Tx/WU3vCX4TQ.js\";import LogoSavona from\"https://framerusercontent.com/modules/YbS7h1BIGkd5y8RqA0Bn/eUPPF6VVzirYhgOqji3h/Xf9p8G0Zy.js\";const LogoTBFFonts=getFonts(LogoTBF);const LogoSavonaFonts=getFonts(LogoSavona);const LogoLibertyFonts=getFonts(LogoLiberty);const LogoPenshurstFonts=getFonts(LogoPenshurst);const LogoSmithBrockFonts=getFonts(LogoSmithBrock);const LogoSevenSeededFonts=getFonts(LogoSevenSeeded);const LogoGaletaFonts=getFonts(LogoGaleta);const LogoCoolChileFonts=getFonts(LogoCoolChile);const LogoDegustaFonts=getFonts(LogoDegusta);const TickerFonts=getFonts(Ticker);const serializationHash=\"framer-yz1en\";const variantClassNames={woHsABmpt:\"framer-v-84lrsy\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"woHsABmpt\",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-84lrsy\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"woHsABmpt\",ref:refBinding,style:{...style},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-vescv3-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"opf28kKj4-container\",nodeId:\"opf28kKj4\",rendersWithMotion:true,scopeId:\"pVmFP8tad\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:56,height:\"100%\",hoverFactor:1,id:\"opf28kKj4\",layoutId:\"opf28kKj4\",padding:10,paddingBottom:24,paddingLeft:0,paddingPerSide:true,paddingRight:0,paddingTop:24,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:\"102px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1unbu65-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"tV7bJksfH-container\",nodeId:\"tV7bJksfH\",rendersWithMotion:true,scopeId:\"pVmFP8tad\",children:/*#__PURE__*/_jsx(LogoTBF,{height:\"100%\",id:\"tV7bJksfH\",layoutId:\"tV7bJksfH\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:\"118px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ut1dy3-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"LfQPse7Ta-container\",nodeId:\"LfQPse7Ta\",rendersWithMotion:true,scopeId:\"pVmFP8tad\",children:/*#__PURE__*/_jsx(LogoSavona,{height:\"100%\",id:\"LfQPse7Ta\",layoutId:\"LfQPse7Ta\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:\"154px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-480ie2-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"cZIsRAy4h-container\",nodeId:\"cZIsRAy4h\",rendersWithMotion:true,scopeId:\"pVmFP8tad\",children:/*#__PURE__*/_jsx(LogoLiberty,{height:\"100%\",id:\"cZIsRAy4h\",layoutId:\"cZIsRAy4h\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:\"163px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-c6v6sw-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"TI3Ha3jQk-container\",nodeId:\"TI3Ha3jQk\",rendersWithMotion:true,scopeId:\"pVmFP8tad\",children:/*#__PURE__*/_jsx(LogoPenshurst,{height:\"100%\",id:\"TI3Ha3jQk\",layoutId:\"TI3Ha3jQk\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:\"60px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1a58u0f-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"oaQUPckjr-container\",nodeId:\"oaQUPckjr\",rendersWithMotion:true,scopeId:\"pVmFP8tad\",children:/*#__PURE__*/_jsx(LogoSmithBrock,{height:\"100%\",id:\"oaQUPckjr\",layoutId:\"oaQUPckjr\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:\"130px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ui0543-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"tZF0YyOsP-container\",nodeId:\"tZF0YyOsP\",rendersWithMotion:true,scopeId:\"pVmFP8tad\",children:/*#__PURE__*/_jsx(LogoSevenSeeded,{height:\"100%\",id:\"tZF0YyOsP\",layoutId:\"tZF0YyOsP\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:\"103px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-16i9ywn-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"TYQ0ZRVA9-container\",nodeId:\"TYQ0ZRVA9\",rendersWithMotion:true,scopeId:\"pVmFP8tad\",children:/*#__PURE__*/_jsx(LogoGaleta,{height:\"100%\",id:\"TYQ0ZRVA9\",layoutId:\"TYQ0ZRVA9\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:\"60px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-m8vyd8-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"HF8owL5QB-container\",nodeId:\"HF8owL5QB\",rendersWithMotion:true,scopeId:\"pVmFP8tad\",children:/*#__PURE__*/_jsx(LogoCoolChile,{height:\"100%\",id:\"HF8owL5QB\",layoutId:\"HF8owL5QB\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:\"122px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-fqsq4z-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"ikHq0BP2b-container\",nodeId:\"ikHq0BP2b\",rendersWithMotion:true,scopeId:\"pVmFP8tad\",children:/*#__PURE__*/_jsx(LogoDegusta,{height:\"100%\",id:\"ikHq0BP2b\",layoutId:\"ikHq0BP2b\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ikz8ne\",\"data-framer-name\":\"Logo - Tazaki\",layoutDependency:layoutDependency,layoutId:\"rfdALulas\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1mz3cbm\",\"data-framer-name\":\"Logo - Tazaki\",fill:\"black\",intrinsicHeight:31,intrinsicWidth:164,layoutDependency:layoutDependency,layoutId:\"rfdALulasytnVPpn5A\",svg:'<svg width=\"164\" height=\"31\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\" fill=\"#fff\"><path d=\"M121.079.295h7.613v11.986l.365.12c3.137-4.045 6.277-8.088 9.413-12.131h9.464l-11.896 14.16c4.351 5.257 8.648 10.445 13.077 15.799h-9.975l-10.071-12.805-.306.075v12.706h-7.687V.296h.003ZM96.768.27h8.576c3.815 9.96 7.618 19.898 11.478 29.978h-8.185l-1.844-5.172H95.315L93.49 30.24h-8.2C89.134 20.2 92.94 10.262 96.764.27h.004Zm.628 18.865h7.327c-1.207-3.415-2.355-6.66-3.5-9.907l-.357.036c-1.141 3.248-2.282 6.496-3.47 9.871ZM33.558.25h8.559l11.47 29.96h-8.18c-.585-1.635-1.197-3.342-1.834-5.13H32.106c-.6 1.68-1.21 3.39-1.844 5.156h-8.187L33.558.25Zm7.954 18.922c-1.211-3.441-2.356-6.69-3.502-9.937-.118 0-.233.002-.35.004-1.15 3.265-2.298 6.532-3.495 9.933h7.347Zm28.055 4.643H82.29v6.402H56.685c4.789-7.853 9.486-15.56 14.326-23.496H59.134V.34h24.68l-14.25 23.475h.003ZM14.62 30.228H6.871V6.73H.486V.301h20.503v6.327h-6.37v23.6ZM155.943.293h7.571v29.894h-7.571V.293Z\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" transform=\"translate(.486 .25)\" d=\"M0 0h163.028v30H0z\"/></clipPath></defs></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ye9zgi\",\"data-framer-name\":\"Bread Factory\",layoutDependency:layoutDependency,layoutId:\"kl9wcGh6y\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:48.5,intrinsicWidth:45,pixelHeight:97,pixelWidth:90,src:\"https://framerusercontent.com/images/g1srZhqIVYKJftPwWiIDb4Kz6Y.svg\"},className:\"framer-z57woa\",\"data-framer-name\":\"Logo - The Bread Factory\",layoutDependency:layoutDependency,layoutId:\"kl9wcGh6ye4xMACB_B\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-5pfm5v\",\"data-framer-name\":\"Logo - Brindisa\",layoutDependency:layoutDependency,layoutId:\"dbl2wSYzn\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-owuy52\",\"data-framer-name\":\"Logo - brindisa\",fill:\"black\",intrinsicHeight:75,intrinsicWidth:108,layoutDependency:layoutDependency,layoutId:\"sC8Dm2AoL\",svg:'<svg width=\"108\" height=\"75\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"m55.617.75.337.112c.29.095.579.19.866.29 1.598.552 2.909 1.48 3.801 2.97a714.093 714.093 0 0 1 1.817.588l-.609.371-.002.001-.98.599c-.798 3.026-3.588 5.04-6.778 4.81l.652-.823.001-.002.002-.003 2.444-3.092-.013-.074-.014-.073c-2.413.436-4.78.31-7.17-.39.256-1.462.77-2.743 1.615-4.029 1.433 2.206 3.42 3.168 6.102 3.11-.083-.103-.157-.19-.223-.269a3.677 3.677 0 0 1-.302-.387A148.402 148.402 0 0 1 55.28 1.45c-.082-.136-.116-.303-.149-.469A3.235 3.235 0 0 0 55.08.75h.537Zm29.09 73.997-.42-.039-.484-.044c-.612-.056-1.223-.112-1.834-.172a19.184 19.184 0 0 1-.722-.09h-.001l-.376-.051v-4.699l.053-.027.01-.005.069-.035.132.15c.093.105.186.21.272.32.18.231.364.461.547.69.448.56.895 1.119 1.295 1.71.858 1.266 2.101 1.418 3.441 1.272.88-.095 1.581-.534 1.843-1.443.262-.912 0-1.71-.73-2.288a29.86 29.86 0 0 0-1.768-1.266c-.196-.134-.392-.267-.587-.402-.35-.243-.71-.476-1.07-.71-.751-.487-1.503-.975-2.178-1.552-2.241-1.92-1.814-4.884.803-6.254 1.485-.777 3.07-.748 4.665-.662.658.035 1.313.112 1.968.188.19.023.382.045.573.066.118.013.234.05.353.089.054.017.108.035.163.05v4.361l-.029.015-.019.01a3.24 3.24 0 0 0-.072.038 4.759 4.759 0 0 0-.138-.146c-.097-.103-.194-.206-.285-.314l-.721-.872a91.83 91.83 0 0 0-1.652-1.966c-.19-.217-.487-.412-.765-.465a6.58 6.58 0 0 0-1.601-.11c-1.34.075-2.027 1.4-1.313 2.544.23.37.561.712.921.962.611.423 1.236.826 1.862 1.23.504.326 1.01.652 1.506.988.705.477 1.402.97 2.057 1.512 2.405 1.995 1.337 5.009-.31 6.133-.948.647-1.996 1.001-3.119 1.17-.135.021-.27.05-.403.078l-.187.039h-1.75v-.003ZM2.312 59.299h.001c1.941.016 3.882.032 5.82.116.894.04 1.828.298 2.65.665 2.061.924 2.52 3.629.914 5.228-.339.338-.748.607-1.168.883a17.53 17.53 0 0 0-.586.396 74.64 74.64 0 0 1 .814.323c.23.09.459.18.683.281 2.746 1.24 2.303 4.9.39 6.099-.995.623-2.08 1.014-3.228 1.053-2.032.069-4.066.088-6.1.107h-.004c-.835.008-1.669.016-2.503.027v-.269l.008-.008 1.42-1.293V62.652c0-1.196-.44-2.207-1.32-3.03a.62.62 0 0 0-.07-.054 1.289 1.289 0 0 1-.038-.026v-.267c.771.01 1.543.017 2.315.024h.001Zm2.86 14.211c1.686.28 3.22-.148 3.792-1.025.727-1.115.717-3.209-.071-4.28-.671-.911-2.329-1.345-3.721-.953v6.258Zm.004-7.406c1.802.465 3.235-.364 3.496-2.056a5.407 5.407 0 0 0-.026-1.798c-.31-1.646-1.864-2.463-3.47-1.883v5.738Zm95.977 8.374h6.855v-.27c-.808-.545-1.467-1.174-1.831-2.14a872.974 872.974 0 0 0-3.505-9.108v-.001l-1.115-2.87a10.222 10.222 0 0 0-.231-.533l-.051-.111-.016-.037-.018-.04-.013-.03h-3.792c.04.117.074.222.106.32v.001c.063.195.117.362.19.52.191.415.167.803.01 1.231a964.25 964.25 0 0 0-3.805 10.488c-.239.67-.597 1.175-1.179 1.565-.26.174-.504.375-.748.575a15.6 15.6 0 0 1-.324.264l.047.088.02.036.011.022h5.1l.064-.136-.976-.698-.004-.003-1.145-.82.972-2.731.008-.023.217-.608h5.141l.766 2.05.003.008.568 1.518-1.424 1.334.05.07.049.069Zm-1.215-8.294.804 2.166H96.38l.787-2.253 1.252-3.58.047-.005.029-.004.032-.003.044-.005 1.336 3.602.02.055.01.027ZM79.315 8.01h.005l.007-.001-.004.004-.008-.003Zm-9.888-1.274c3.423-.726 6.711-.077 9.888 1.274-.357-.041-.714-.09-1.071-.14-.82-.112-1.639-.225-2.459-.238-1.11-.018-2.232.122-3.33.308-.756.128-1.423.548-1.914 1.172-.645.819-.414 1.649.556 2.03l1.077.42c.518.203 1.036.405 1.553.61.157.063.308.139.46.215l.2.099.108.892c.083.677.164 1.34.23 2.006.237 2.419.958 4.609 2.997 6.24l-1.239 2.326-.005.01-.811 1.525a14.93 14.93 0 0 0-.231-.075c-.148-.047-.285-.09-.417-.145l-1.993-.8h-.002l-.003-.001-.002-.001c-2.018-.81-4.035-1.617-6.04-2.456-.502-.209-.97-.497-1.418-.774a19.375 19.375 0 0 0-.585-.353c.133.617.541 1.187 1.258 1.523.556.263 1.114.523 1.671.782h.001v.001h.002v.001h.001l.001.001 1.187.554c.142.066.28.138.442.222h.001l.276.142c-1.522.993-2.274 2.453-3.045 3.95-.175.34-.351.68-.537 1.02l.239.11c.161.076.307.144.456.204 1.746.713 3.493 1.446 4.998 2.601.66.508 1.208 1.183 1.722 1.845.15.194.132.68-.008.916a1065.48 1065.48 0 0 1-4.927 8.239l-.771 1.281c-.042.07-.096.132-.172.22l-.001.002a8.087 8.087 0 0 0-.159.186l-1.196-3.902c.236-.196.471-.382.703-.566.513-.407 1.009-.8 1.452-1.245.66-.66 1.303-1.375 1.789-2.165.729-1.187.327-2.135-1.052-2.388-.939-.172-1.91-.188-2.876-.204a76.485 76.485 0 0 1-.663-.013c-.38-.01-.763.036-1.153.082a17.98 17.98 0 0 1-.537.06c-1.337 2.319-3.078 4.226-5.487 5.722.034-1.822.671-3.308 1.307-4.79l.03-.07c-1.155 1.309-1.871 2.848-2.176 4.542-.57 3.168-.285 6.22 1.221 9.147.78 1.516 1.965 2.073 3.552 2.171 1.648.103 3.202-.24 4.742-.78 1.69-.592 3.386-1.18 5.107-1.67.572-.164 1.174-.218 1.776-.273.273-.025.546-.05.816-.085l.208-.027.319-.043c-.432-2.791-.055-5.508.322-8.218v-.002c.119-.857.238-1.713.331-2.571.066-.609.158-1.214.257-1.867.045-.298.092-.607.139-.93.042.084.08.151.112.208.054.095.09.16.098.226.097.818.196 1.636.294 2.453v.003c.317 2.628.634 5.255.891 7.888.063.652-.018 1.32-.103 2.014-.04.326-.08.657-.107.996l1.22.188c-.252-2.909.212-5.719.677-8.53v-.001c.089-.53.176-1.061.26-1.592.107.815.239 1.628.37 2.442h.001c.432 2.663.865 5.33.457 8.105 2.201.686 4.33 1.649 6.172 3.235H56.739c-.02-.221-.037-.447-.055-.675a61.328 61.328 0 0 0-.124-1.407c-.305-2.925-1.533-5.263-4.101-6.887-3.554-2.246-7.389-3.85-11.345-5.2a73.72 73.72 0 0 0-2.102-.669c-.315-.096-.626-.192-.933-.288-.034.02-.063.033-.087.045-.04.019-.067.031-.074.051-.865 2.052-2.587 3.082-4.558 3.801a28.15 28.15 0 0 1-1.298.426c-.485.151-.971.302-1.446.482-3.392 1.285-5.315 3.783-5.855 7.326-.08.527-.003 1.077.074 1.626v.001c.03.21.059.422.08.63.015.163.064.323.118.5.025.084.052.17.077.264h-4.132c.028-.106.05-.209.072-.307.043-.2.084-.383.16-.55.248-.532.491-1.066.733-1.601.656-1.444 1.31-2.888 2.063-4.28 1.14-2.11 1.749-4.299 1.598-6.693-.004-.072-.003-.144-.002-.224l.002-.14c5.178-2.218 6.525-6.609 6.765-11.732l-.51-.102c-.292-.059-.558-.112-.823-.169-2.157-.457-4.2-1.175-5.83-2.73a6.407 6.407 0 0 1-1.2-1.52c-1.397-2.54-.134-5.162 2.715-5.73 1.924-.383 3.702.05 5.372.987 2.34 1.314 4.089 3.258 5.633 5.406.231.32.452.648.688 1h.001l.347.514c7.5-.334 12.97-3.83 16.451-10.535l.226-.014c.181-.011.368-.023.555-.025.546-.004 1.092-.005 1.638-.007 1.092-.003 2.185-.006 3.276-.025a5.76 5.76 0 0 0 1.326-.201c1.131-.292 1.946-.98 2.176-2.146.551-2.783 2.447-4.15 5.017-4.696Zm-32.063 17.66.143-.156c-.22-.262-.437-.53-.653-.796-.483-.595-.966-1.19-1.494-1.744-1.606-1.683-3.372-3.157-5.698-3.762-1.02-.267-2.042-.283-3.029.145-1.4.607-1.8 1.908-.984 3.195.588.929 1.477 1.488 2.465 1.892 2.977 1.22 6.11 1.258 9.25 1.227Zm7.787 6.84c.648.07 1.231-.092 1.766-.414h-.002a6.714 6.714 0 0 0-.038-.313c-.029-.208-.056-.4-.04-.59.035-.487.32-.832.77-1.016.403-.167.811-.321 1.234-.481l.532-.203c0 .202.006.405.012.609.013.458.027.919-.026 1.372-.108.912-.794 1.246-1.988 1.023-1.99 1.148-3.71.453-5.292-.94-1.307-1.152-2.281-2.58-3.215-4.033a38.755 38.755 0 0 1-.678-1.11c-.114-.19-.233-.389-.36-.598l.427-.033.366-.029c.125.195.245.39.365.585.258.42.513.835.803 1.225l.229.309c.816 1.1 1.634 2.203 2.525 3.24.667.773 1.552 1.282 2.61 1.398ZM70.42 15.7c1.39-.375 1.82.143 1.518 1.82l-.875-1.049-.002-.003-.038-.045-.002-.003-.012-.014-.009-.01-.58-.696Zm-29.46.547c-3.49 0-6.375-2.882-6.339-6.333.037-3.465 2.831-6.317 6.31-6.297 4.02.023 6.369 3.275 6.353 6.303-.02 3.51-2.816 6.325-6.325 6.327Zm-16.995 57.59-.406.616h6.491l.033-.063.033-.062a23.631 23.631 0 0 0-.217-.175 11.926 11.926 0 0 1-.424-.35 12.61 12.61 0 0 0-.433-.356c-.347-.276-.694-.553-.942-.9a104.704 104.704 0 0 1-2.28-3.382h-.001v-.001h-.001v-.001c-.262-.4-.524-.798-.787-1.196a5.895 5.895 0 0 1-.227-.384 15.86 15.86 0 0 0-.105-.186c.13-.062.254-.119.373-.173.236-.11.452-.209.662-.321 1.428-.768 2.351-1.88 2.276-3.583-.076-1.696-1.044-2.82-2.58-3.349a12.163 12.163 0 0 0-3.34-.656c-1.599-.077-3.201-.066-4.803-.056-.62.004-1.24.008-1.86.006-.116 0-.232.02-.348.038a4.876 4.876 0 0 1-.155.023l-.08.135v.001l.86.668.54.419V72.93l-.56.574-.918.943h6.6a4.208 4.208 0 0 1 .078-.128l-.007-.007-.007-.008-.008-.009-1.3-1.347v-5.012h.976l1.463 2.405.018.03 1.762 2.897-.375.568Zm-3.858-6.92v-6.662c.18 0 .362-.003.542-.006 1.159-.023 2.275-.046 3.058 1.04.745 1.03.73 3.493-.023 4.493-.876 1.167-2.142 1.152-3.464 1.137l-.113-.001Zm36.438-6.376a504.41 504.41 0 0 0-1.322-1.189c.049-.01.097-.022.144-.034.1-.025.197-.05.294-.048.735.01 1.47.015 2.206.019 1.821.01 3.642.02 5.456.133 2.147.133 4.098.886 5.668 2.465 2.678 2.693 2.64 9.241-2.332 11.606-1.294.616-2.656.977-4.082 1-1.667.025-3.334.02-5.001.015l-1.861-.005a2.45 2.45 0 0 1-.325-.03 12.431 12.431 0 0 0-.297-.038l1.186-1.243.005-.006.007-.007.255-.266v-12.37l-.002-.002Zm4.507 13.032h.006c.465.004.902.008 1.34-.008 2.134-.08 3.345-1.316 3.955-3.243.516-1.629.563-3.31.343-4.985a8.948 8.948 0 0 0-.64-2.315c-.916-2.15-3.415-3.147-5.677-2.658v13.205c.232 0 .455.002.672.004Zm-9.647.899h.955V60.927l1.752-1.46-.054-.06-.053-.062h-4.542l-.012.037-.011.034a4.869 4.869 0 0 1-.024.07l.007.006h.001c.605.478 1.21.955 1.787 1.413v8.005l-2.495-2.7-.03-.032-6.33-6.85h-3.862l1.142 1.489.015.019.83 1.083v11.004l-.708.588-.005.004c-.33.273-.653.54-.975.809l.035.042.022.026.044.05h4.509c.01-.02.018-.042.027-.063.01-.022.018-.043.028-.063l-1.775-1.412V64.01l9.722 10.46Zm26.052-1.274a1094.824 1094.824 0 0 1 1.388 1.075 6.05 6.05 0 0 1-.024.043l-.02.037-.046.08H72.32l-.05-.056-.006-.006-.045-.05 1.408-1.05V60.657l-.168-.133-1.276-1.01.046-.085.046-.085h6.542c-.198.39-.497.67-.798.953-.195.182-.39.366-.56.581v12.319h-.002Zm-40.287.933-1.028-.946V60.907l.68-.69.75-.76-.05-.068-.048-.068H31.02l-.09.138 1.441 1.476v11.93l-1.432 1.46c.031.041.06.083.092.123h6.483l-.345-.318Z\" fill=\"#fff\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dd94i3\",\"data-framer-name\":\"Logo - Ritter\",layoutDependency:layoutDependency,layoutId:\"z5Yu455nU\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-123of2e\",\"data-framer-name\":\"Logo - Ritter\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:218,layoutDependency:layoutDependency,layoutId:\"z5Yu455nUODRWF2BqN\",svg:'<svg width=\"218\" height=\"24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M154.161 15.087h5.388c.626 1.392-.233 3.015.735 4.29.68.1 1.306-.06 1.879-.478 0-1.618-1.369-3.31.117-4.89 2.124-.338 2.183-.284 2.906 2.809.343-.059.712-.062 1.035-.187.603-.23 1.175-.537 1.766-.801 2.261-1.004 4.568-1.385 6.933-.42 2.097-1.296 4.244-.884 6.579-.401v4.318c1.451-.198 1.855-1.31 2.556-1.957.058-.91.112-1.723.171-2.61 1.844-.315 3.567-.086 5.419-.14.07 1.435.136 2.746.21 4.217.529-.14.996-.12 1.191-.342.361-.417.688-.942.805-1.467.159-.731.113-1.51.163-2.393 1.813.004 3.525-.147 5.159.024.805 1.474-.381 3.24 1.07 4.52 1.105-.805 2.256-1.334 2.723-2.68.393-1.14 1.436-1.689 2.537-1.868 1.665-.268 3.361-.37 4.867.689.147.105.35.14.645.249.635-1.428.273-2.894.319-4.314.047-1.405.012-2.81.012-4.276 1.813-.47 3.451-.09 5.104-.066.452 2.105-.128 4.065-.148 6.034-.015 1.906-.307 3.848.565 5.676 1.33.54 1.828-.735 2.816-1.19.132 1.338-.544 2.24-1.408 3.007-1.416 1.256-3.011 1.968-4.957 1.319-1.167-.39-1.797-1.222-1.956-2.397-.086-.634-.078-1.284-.109-1.926-.035-.65-.35-1.229-.985-1.229-.498 0-1.202.28-1.462.665-.701 1.058-.992 2.233.039 3.451.474-.023.995-.05 1.672-.082-1.264 1.591-2.793 2.039-4.567 1.74-1.7-.289-2.937-1.253-3.801-3.222-.509.665-.817 1.148-1.202 1.556-.856.915-1.914 1.506-3.124 1.856-1.828.537-2.739.171-3.637-1.494-.117-.218-.273-.42-.467-.72-.996.673-1.899 1.378-2.891 1.934-1.377.778-2.797.969-4.128-.128l-.498-2.308c-.918.25-1.283.9-1.777 1.362-.907.852-1.876 1.521-3.121 1.848-1.128.3-2.026.152-2.816-.696-.214-.23-.455-.432-.72-.677-1.509.72-2.976 1.3-4.657 1.272-2.439-.035-4.287-1.054-4.443-4-.011-.24-.085-.482-.144-.8-1.05.026-1.742.598-2.435 1.147-1.163.922-2.264 1.926-3.49 2.758-.665.451-1.505.74-2.307.883-1.521.273-2.828-.128-3.575-1.638-.082-.163-.241-.288-.49-.58-.467.316-.922.627-1.381.934-.693.467-1.338 1.055-2.093 1.366-1.389.572-2.875.467-3.789-.914-.211-.315-.448-.611-.716-.977-.817.518-1.545 1.031-2.323 1.451-.618.335-1.288.603-1.961.81-2.408.731-3.781-.02-4.536-2.416-.039-.121-.124-.226-.276-.498l-1.984-1.04c-.311.363-.595.69-.883 1.02-.942 1.082-2.004 1.957-3.416 2.44-1.545.525-2.778.225-3.836-.973-.124-.14-.272-.26-.482-.455-.432.256-.868.505-1.296.77-1.28.797-2.688.875-4.124.67-1.287-.188-2.171-1.172-2.299-2.483-.062-.626-.078-1.253-.121-2.023-.995.26-1.369.887-1.509 1.642-.42 2.24-2.011 3.198-4.034 3.602-.996.199-2.051.3-3.054.203-1.926-.183-3.646-.872-4.552-2.661-1.187.731-2.163 1.486-3.26 1.968-1.389.61-2.848.49-4.365.19-6.816-1.345-10.78-8.71-7.35-15.44 1.596-3.136 3.938-5.443 7.447-6.268 5.843-1.373 9.703 2.47 10.858 6.595.276.98.125 1.875-.72 2.63-.618.552-1.077 1.275-1.657 1.875-.218.225-.58.319-1.26.669.272-.852.33-1.358.579-1.75 1.475-2.339-.681-6.93-3.128-8.093-1.653-.786-3.548-.408-4.656 1.16-.619.875-1.183 1.902-1.385 2.937-.755 3.836-.323 7.543 1.777 10.94 1.615 2.61 4.011 3.19 6.692 1.606.066-.626.144-1.319.222-2.046.618-1.105 1.661-1.724 2.809-2.214 1.848-.786 3.789-.828 5.718-.513 1.315.214 2.374.976 3.156 2.365l2.202-2.007h5.24c0 1.136-.023 2.21.008 3.28.031 1.085.054 1.085 1.147 1.832 1.304-1.51.172-3.366.755-5.077 1.716-.397 3.49-.195 5.248-.094.654 1.502-.074 3.136.693 4.61.945-.148 1.272-.731 1.28-1.482.007-.96-.078-1.922-.152-2.883-.047-.638-.21-1.272-.206-1.906.004-1.782.455-2.16 2.353-2.097 1.308.708.771 2.054 1.051 3.182 1.879.989 3.96.133 5.913.603.634 1.572-.369 3.373.697 4.871 1.159.393 1.855-.183 2.47-1.027v-3.762c1.813-.404 3.591-.179 5.47-.206.187 1.424.358 2.723.517 3.945 1.35.397 1.732.334 2.066-.451.222-.518.311-1.11.366-1.673.062-.623.015-1.253.015-1.996l-.011.012Zm-42.207 6.625c1.385-1.755 1.323-3.72-.191-5.256-1.112.622-1.225 1.727-1.163 2.778.054.972.195 2.038 1.354 2.482v-.004Zm61.425-1.37c.261.024.463.086.642.051 1.572-.3 2.249-1.673 1.385-2.964-.237-.354-.825-.638-1.26-.642-.331-.004-.825.408-.973.754-.381.88-.583 1.825.21 2.802h-.004Zm-98.003-4.97c.506 1.525-.392 3.202.876 4.63.712-.25 1.416-.498 2.342-.821-.125.475-.128.848-.307 1.105-1.222 1.79-4.334 2.89-6.412 2.155-.595-.21-1.09-.836-1.505-1.37-.257-.326-.273-.836-.436-1.388-.716-.315-1.467-.646-2.237-.98-1.895 1.72-3.855 3.14-6.283 3.851-1.852.54-3.712.54-5.571.292-1.68-.226-2.759-1.296-3.334-3.004-.463.245-.825.475-1.218.642-1.292.56-2.548 1.292-3.902 1.603-1.829.42-3.536.113-4.167-2.206-.517.25-.89.448-1.284.615-1.24.537-2.439 1.237-3.734 1.552-2.502.607-3.455.12-4.894-2.108-.483.28-.965.568-1.452.848-1.24.716-2.548 1.214-3.999 1.342-1.428.128-2.536-.319-3.295-1.552-.132-.214-.288-.409-.533-.751-.552.42-1.05.801-1.552 1.179-2.922 2.213-5.653 2.104-8.372-.405-1.136-1.05-2.183-2.194-3.288-3.28-.268-.264-.587-.474-.996-.801-.587.914-.268 1.817-.315 2.657-.05.891-.012 1.79-.012 2.755-1.143.416-2.244.198-3.314.245-1.09.05-2.183.011-3.225.011-.413-1.482-.53-14.935-.18-17.736 1.837-1.463 3.926-2.21 6.482-1.677.37 1.848.156 3.704.195 5.544.042 1.86.007 3.72.007 5.384.479.677.934.767 1.498.677 1.58-.253 2.794-.992 3.44-2.49 1.248-2.91.641-6.076-1.53-8.181a11.279 11.279 0 0 0-2-1.517c-1.727-1.05-3.563-1.023-5.4-.327-1.45.552-2.874 1.17-3.983 2.319-.214.221-.498.377-.809.603-.514-.483-.444-1.024-.14-1.401a5.16 5.16 0 0 1 1.451-1.241C6.493-.325 11.181-.691 15.97 1.2c1.899.75 3.45 2.011 4.388 3.898 1.49 2.995.876 6.182-1.641 8.391-.67.588-1.374 1.14-2.027 1.677 1.533 3.303 4.361 4.47 7.24 2.96l.179-3.014c1.844-.253 3.618-.11 5.38-.098.432 1.401-.214 2.883.84 3.984.872.075 1.85-.223 2.934-.895v-2.108c-.607-.724-1.902-.467-2.074-1.712l2.078-.296V9.794c2.027-.95 3.96-.533 6.092-.592-.085 1.482-.167 2.852-.249 4.206 1.175 1.062 2.424.797 3.883.583V9.836c2.93-.731 3.723-.754 5.68-.163v4.159c.762.221 1.358.393 1.957.564.217 1.385-1.152.926-1.763 1.552-.233.953-.21 2.004.024 3.058 1.303.545 2.237.183 3.007-.766.202-.25.366-.53.548-.794 1.954-2.871 5.58-3.867 8.703-2.393 1.65.778 2.319 1.716 2.661 3.786-1.696.922-3.657.245-5.423.684.07 1.689.91 2.537 2.342 2.268 2.023-.377 3.747-1.373 5.174-2.851.549-.568.549-1.21.366-1.965-.296-1.237-.545-2.505-.626-3.77-.074-1.178.323-1.657 1.066-1.774.863-.136 1.474.273 1.871 1.296.136.358.23.731.307 1.109.074.37.105.75.171 1.26 2.101.409 4.249-.058 6.322.276h-.004Zm-36.332.312c0 1.015-.047 1.77.016 2.517.046.568.443.972 1.027.957 1.019-.024 1.86-.49 2.497-1.276.525-.65.67-1.35.183-2.198h-3.723Zm19.826.599c-.7 1.412-.751 1.47-.331 1.836.218.19.661.128 1.074.195.225-.903.416-1.615-.743-2.031Z\" fill=\"#fff\"/><path d=\"M29.186 13.55h-4.883c-.206-1.518.424-2.203 2.136-2.393.876-.097 1.673.097 2.366.646.513.404.634.941.38 1.746Zm116.86.172c.315-1.72 1.003-2.245 2.696-2.23 1.626.016 2.24.487 2.521 2.016-1.697.206-3.362.82-5.214.21l-.003.004Z\" fill=\"#fff\"/></svg>',withExternalLayout:true})})],speed:60,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-yz1en.framer-h5psn4, .framer-yz1en .framer-h5psn4 { display: block; }\",\".framer-yz1en.framer-84lrsy { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 1920px; }\",\".framer-yz1en .framer-vescv3-container { flex: none; height: 112px; position: relative; width: 100%; }\",\".framer-yz1en .framer-1unbu65-container { aspect-ratio: 1.59375 / 1; height: var(--framer-aspect-ratio-supported, 64px); position: relative; width: 102px; }\",\".framer-yz1en .framer-ut1dy3-container { aspect-ratio: 1.84375 / 1; height: var(--framer-aspect-ratio-supported, 64px); position: relative; width: 118px; }\",\".framer-yz1en .framer-480ie2-container { aspect-ratio: 2.40625 / 1; height: var(--framer-aspect-ratio-supported, 64px); position: relative; width: 154px; }\",\".framer-yz1en .framer-c6v6sw-container { aspect-ratio: 2.546875 / 1; height: var(--framer-aspect-ratio-supported, 64px); position: relative; width: 163px; }\",\".framer-yz1en .framer-1a58u0f-container, .framer-yz1en .framer-m8vyd8-container { aspect-ratio: 0.9375 / 1; height: var(--framer-aspect-ratio-supported, 64px); position: relative; width: 60px; }\",\".framer-yz1en .framer-ui0543-container { aspect-ratio: 2.03125 / 1; height: var(--framer-aspect-ratio-supported, 64px); position: relative; width: 130px; }\",\".framer-yz1en .framer-16i9ywn-container { aspect-ratio: 1.609375 / 1; height: var(--framer-aspect-ratio-supported, 64px); position: relative; width: 103px; }\",\".framer-yz1en .framer-fqsq4z-container { aspect-ratio: 1.90625 / 1; height: var(--framer-aspect-ratio-supported, 64px); position: relative; width: 122px; }\",\".framer-yz1en .framer-1ikz8ne, .framer-yz1en .framer-1ye9zgi, .framer-yz1en .framer-5pfm5v, .framer-yz1en .framer-1dd94i3 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-yz1en .framer-1mz3cbm { aspect-ratio: 5.290322580645161 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 29px); position: relative; width: 155px; }\",\".framer-yz1en .framer-z57woa { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 69px); overflow: visible; position: relative; width: 69px; }\",\".framer-yz1en .framer-owuy52 { aspect-ratio: 1.44 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 62px); position: relative; width: 89px; }\",\".framer-yz1en .framer-123of2e { aspect-ratio: 9.083333333333334 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; width: 218px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-yz1en.framer-84lrsy, .framer-yz1en .framer-1ikz8ne, .framer-yz1en .framer-1ye9zgi, .framer-yz1en .framer-5pfm5v, .framer-yz1en .framer-1dd94i3 { gap: 0px; } .framer-yz1en.framer-84lrsy > *, .framer-yz1en .framer-1ikz8ne > *, .framer-yz1en .framer-1ye9zgi > *, .framer-yz1en .framer-5pfm5v > *, .framer-yz1en .framer-1dd94i3 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-yz1en.framer-84lrsy > :first-child, .framer-yz1en .framer-1ikz8ne > :first-child, .framer-yz1en .framer-1ye9zgi > :first-child, .framer-yz1en .framer-5pfm5v > :first-child, .framer-yz1en .framer-1dd94i3 > :first-child { margin-top: 0px; } .framer-yz1en.framer-84lrsy > :last-child, .framer-yz1en .framer-1ikz8ne > :last-child, .framer-yz1en .framer-1ye9zgi > :last-child, .framer-yz1en .framer-5pfm5v > :last-child, .framer-yz1en .framer-1dd94i3 > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 112\n * @framerIntrinsicWidth 1920\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerpVmFP8tad=withCSS(Component,css,\"framer-yz1en\");export default FramerpVmFP8tad;FramerpVmFP8tad.displayName=\"Animated Logos Desktop\";FramerpVmFP8tad.defaultProps={height:112,width:1920};addFonts(FramerpVmFP8tad,[{explicitInter:true,fonts:[]},...LogoTBFFonts,...LogoSavonaFonts,...LogoLibertyFonts,...LogoPenshurstFonts,...LogoSmithBrockFonts,...LogoSevenSeededFonts,...LogoGaletaFonts,...LogoCoolChileFonts,...LogoDegustaFonts,...TickerFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerpVmFP8tad\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"112\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1920\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./pVmFP8tad.map"],
  "mappings": "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",
  "names": ["noopReturn", "t", "e", "t", "velocityPerSecond", "calcBezier", "t", "n", "e", "i", "binarySubdivide", "o", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "o", "cubicBezier", "__rest", "r", "n", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "t", "n", "r", "a", "velocityPerSecond", "calcDampingRatio", "hasReachedTarget", "spring", "i", "h", "e", "u", "d", "f", "l", "g", "glide", "o", "c", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "W", "L", "D", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "j", "B", "testAnimation", "C", "$", "R", "resolveElements", "createGeneratorEasing", "o", "getGenerator", "t", "i", "s", "r", "a", "getKeyframes", "e", "pregenerateKeyframes", "n", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "N", "spring", "F", "glide", "U", "inView$1", "resolveElements", "onIntersectionChange", "q", "K", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "G", "_", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "dispatchViewEvent", "se", "o", "i", "s", "__rest", "inView$1", "t", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "n", "ce", "le", "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", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "SVG", "css", "Framercn0AQDz5V", "withCSS", "cn0AQDz5V_default", "addFonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "SVG", "css", "FramereoPHmM_mm", "withCSS", "eoPHmM_mm_default", "addFonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "SVG", "css", "Framerg74QgHInF", "withCSS", "g74QgHInF_default", "addFonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "SVG", "css", "FramergG9di8yy_", "withCSS", "gG9di8yy_default", "addFonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "SVG", "css", "FramerlMpx28Rke", "withCSS", "lMpx28Rke_default", "addFonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "SVG", "css", "Framerm1IjFISV9", "withCSS", "m1IjFISV9_default", "addFonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "SVG", "css", "Framert59mFspOW", "withCSS", "t59mFspOW_default", "addFonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "SVG", "css", "FramertIIAfyA7t", "withCSS", "tIIAfyA7t_default", "addFonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "SVG", "css", "Framerw1WYWTbQ5", "withCSS", "w1WYWTbQ5_default", "addFonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "SVG", "css", "FramerWU3vCX4TQ", "withCSS", "WU3vCX4TQ_default", "addFonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "SVG", "css", "FramerXf9p8G0Zy", "withCSS", "Xf9p8G0Zy_default", "addFonts", "LogoTBFFonts", "getFonts", "w1WYWTbQ5_default", "LogoSavonaFonts", "Xf9p8G0Zy_default", "LogoLibertyFonts", "tIIAfyA7t_default", "LogoPenshurstFonts", "m1IjFISV9_default", "LogoSmithBrockFonts", "cn0AQDz5V_default", "LogoRushtonsFonts", "lMpx28Rke_default", "LogoSevenSeededFonts", "g74QgHInF_default", "LogoGaletaFonts", "t59mFspOW_default", "LogoCrowbondFonts", "gG9di8yy_default", "LogoCoolChileFonts", "eoPHmM_mm_default", "LogoDegustaFonts", "WU3vCX4TQ_default", "TickerFonts", "Ticker", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "ComponentViewportProvider", "SmartComponentScopedContainer", "Ticker", "w1WYWTbQ5_default", "Xf9p8G0Zy_default", "tIIAfyA7t_default", "m1IjFISV9_default", "cn0AQDz5V_default", "lMpx28Rke_default", "g74QgHInF_default", "t59mFspOW_default", "gG9di8yy_default", "eoPHmM_mm_default", "WU3vCX4TQ_default", "css", "FramereuQpJxqUp", "withCSS", "euQpJxqUp_default", "addFonts", "LogoTBFFonts", "LogoSavonaFonts", "LogoLibertyFonts", "LogoPenshurstFonts", "LogoSmithBrockFonts", "LogoRushtonsFonts", "LogoSevenSeededFonts", "LogoGaletaFonts", "LogoCrowbondFonts", "LogoCoolChileFonts", "LogoDegustaFonts", "TickerFonts", "LogoTBFFonts", "getFonts", "w1WYWTbQ5_default", "LogoSavonaFonts", "Xf9p8G0Zy_default", "LogoLibertyFonts", "tIIAfyA7t_default", "LogoPenshurstFonts", "m1IjFISV9_default", "LogoSmithBrockFonts", "cn0AQDz5V_default", "LogoSevenSeededFonts", "g74QgHInF_default", "LogoGaletaFonts", "t59mFspOW_default", "LogoCoolChileFonts", "eoPHmM_mm_default", "LogoDegustaFonts", "WU3vCX4TQ_default", "TickerFonts", "Ticker", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "ComponentViewportProvider", "SmartComponentScopedContainer", "Ticker", "w1WYWTbQ5_default", "Xf9p8G0Zy_default", "tIIAfyA7t_default", "m1IjFISV9_default", "cn0AQDz5V_default", "g74QgHInF_default", "t59mFspOW_default", "eoPHmM_mm_default", "WU3vCX4TQ_default", "SVG", "Image2", "css", "FramerpVmFP8tad", "withCSS", "pVmFP8tad_default", "addFonts", "LogoTBFFonts", "LogoSavonaFonts", "LogoLibertyFonts", "LogoPenshurstFonts", "LogoSmithBrockFonts", "LogoSevenSeededFonts", "LogoGaletaFonts", "LogoCoolChileFonts", "LogoDegustaFonts", "TickerFonts"]
}
