{
  "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.13.1/dist/index.es.js", "ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/5hwSRFxV0XH7mOeR3v4n/Ticker.js", "ssg:https://framerusercontent.com/modules/xblbfsd1ahowOkTmYRAt/x32n2j7ZCoSMrAfIKY6e/i4qGg0BbJ.js", "ssg:https://framerusercontent.com/modules/7pdqlE5wWLEDsWxmnzof/gnrUjn9AZLrrD4nBYhO2/qid5Tpl9_.js", "ssg:https://framerusercontent.com/modules/aUOe7UlCLvIx8xW3ryrC/CxvPqS5LH2ACsq35Yl60/RiCetB3to.js", "ssg:https://framerusercontent.com/modules/JKISK9hPMLEtNtwfixEE/bo2ZUnSNjcbw63bWAAUr/XUlLJjsC8.js", "ssg:https://framerusercontent.com/modules/sKnpNmzRvBBfmm34pE7Z/PsweEYIUiiVO64uc3Xk1/ASXKlzXx2.js", "ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/feather-icons/home.js@0.0.29", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js", "ssg:https://framerusercontent.com/modules/7eMPShpgmU3fOGECRCRZ/BZteqAnBGZutq6I3DEgn/OKUUmF5Fd.js", "ssg:https://framerusercontent.com/modules/JAyfqFlzViho4gwewjz6/uhHXEx36dmkJyhVEV9a9/P_TXY_VCl.js", "ssg:https://framerusercontent.com/modules/vXxPJye6rc65YFaukKoT/vQA7UPrwc3PJYgXrmyc9/BzIyGMHKo.js", "ssg:https://framerusercontent.com/modules/uxe5Um2bBJDwkQWJlvWI/ArZTbRvaRA7voklspDUk/xpi4zNx8b.js", "ssg:https://framerusercontent.com/modules/cdB5IAfyLzJZww8BjFQg/1RNgV9EvzTb2dMu3RwVS/GovL5B6Hs.js", "ssg:https://framerusercontent.com/modules/x0EwnK3AwhgffFoAhqCW/zc42gU1JweSs7lahd2xq/z3O2QMkkC.js", "ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/D4TWeLfcxT6Tysr2BlYg/iZjmqdxVx1EOiM3k1FaW/useOnNavigationTargetChange.js", "ssg:https://framerusercontent.com/modules/eMBrwoqQK7h6mEeGQUH8/GuplvPJVjmxpk9zqOTcb/isBrowser.js", "ssg:https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.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,progress as o,isFunction as i,defaults as s,isCubicBezier as r,isEasingGenerator as a,isEasingList as c,isNumber as l,time as f,noop as u,removeItem as d,mix as g,getEasingForSegment as m,isString as h,defaultOffset as p,fillOffset as v,velocityPerSecond as y,interpolate as w}from\"@motionone/utils\";import{Animation as E,getEasingFunction as b}from\"@motionone/animation\";import{__rest as S}from\"tslib\";import{invariant as A}from\"hey-listen\";import{pregenerateKeyframes as O,calcGeneratorVelocity as x,spring as V,glide as z}from\"@motionone/generators\";const W=new WeakMap;function getAnimationData(e){W.has(e)||W.set(e,{transforms:[],values:new Map});return W.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const L=[\"\",\"X\",\"Y\",\"Z\"];const T=[\"translate\",\"scale\",\"rotate\",\"skew\"];const D={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const M={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const k={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:M,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:M};const B=new Map;const asTransformCssVar=e=>`--motion-${e}`;const j=[\"x\",\"y\",\"z\"];T.forEach((e=>{L.forEach((t=>{j.push(e+t);B.set(asTransformCssVar(e+t),k[e])}))}));const compareTransformOrder=(e,t)=>j.indexOf(e)-j.indexOf(t);const P=new Set(j);const isTransform=e=>P.has(e);const addTransformToElement=(e,t)=>{D[t]&&(t=D[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 $=new Set;function registerCssVariable(e){if(!$.has(e)){$.add(e);try{const{syntax:t,initialValue:n}=B.has(e)?B.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const testAnimation=(e,t)=>document.createElement(\"div\").animate(e,t);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]},{duration:.001}).finished),linearEasing:()=>{try{testAnimation({opacity:0},{easing:\"linear(0, 1)\"})}catch(e){return false}return true}};const R={};const H={};for(const e in C)H[e]=()=>{void 0===R[e]&&(R[e]=C[e]());return R[e]};const I=.015;const generateLinearEasingPoints=(e,t)=>{let n=\"\";const i=Math.round(t/I);for(let t=0;t<i;t++)n+=e(o(0,i-1,t))+\", \";return n.substring(0,n.length-2)};const convertEasing=(e,t)=>i(e)?H.linearEasing()?`linear(${generateLinearEasingPoints(e,t)})`:s.easing:r(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;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){D[e]&&(e=D[e]);return isTransform(e)?asTransformCssVar(e):e}const N={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=B.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 r=getDevToolsRecord();const d=false!==o.record&&r;let g;let{duration:m=s.duration,delay:h=s.delay,endDelay:p=s.endDelay,repeat:v=s.repeat,easing:y=s.easing,direction:w,offset:b,allowWebkitAcceleration:S=false}=o;const A=getAnimationData(e);const O=isTransform(t);let x=H.waapi();O&&addTransformToElement(e,t);const V=getStyleName(t);const z=getMotionValue(A.values,V);const W=B.get(V);stopAnimation(z.animation,!(a(y)&&z.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=N.get(e,V))&&void 0!==t?t:null===W||void 0===W?void 0:W.initialValue)&&void 0!==n?n:0};let s=hydrateKeyframes(keyframesList(n),readInitialValue);if(a(y)){const e=y.createAnimation(s,readInitialValue,O,V,z);y=e.easing;void 0!==e.keyframes&&(s=e.keyframes);void 0!==e.duration&&(m=e.duration)}isCssVar(V)&&(H.cssRegisterProperty()?registerCssVariable(V):x=false);O&&!H.linearEasing()&&(i(y)||c(y)&&y.some(i))&&(x=false);if(x){W&&(s=s.map((e=>l(e)?W.toDefaultUnit(e):e)));1!==s.length||H.partialKeyframes()&&!d||s.unshift(readInitialValue());const t={delay:f.ms(h),duration:f.ms(m),endDelay:f.ms(p),easing:c(y)?void 0:convertEasing(y,m),direction:w,iterations:v+1,fill:\"both\"};g=e.animate({[V]:s,offset:b,easing:c(y)?y.map((e=>convertEasing(e,m))):void 0},t);g.finished||(g.finished=new Promise(((e,t)=>{g.onfinish=e;g.oncancel=t})));const n=s[s.length-1];g.finished.then((()=>{N.set(e,V,n);g.cancel()})).catch(u);S||(g.playbackRate=1.000001)}else if(O){s=s.map((e=>\"string\"===typeof e?parseFloat(e):e));1===s.length&&s.unshift(parseFloat(readInitialValue()));const render=t=>{W&&(t=W.toDefaultUnit(t));N.set(e,V,t)};g=new E(render,s,Object.assign(Object.assign({},o),{duration:m,easing:y}))}else{const t=s[s.length-1];N.set(e,V,W&&l(t)?W.toDefaultUnit(t):t)}d&&r(e,t,s,{duration:m,delay:h,easing:y,repeat:v,offset:b},\"motion-one\");z.setAnimation(g);return g}}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=s.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},F);const getActiveAnimation=e=>e.animations[0];const F={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return f.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(u));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=f.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 r=l(n)?n:getFromIndex(n,s);const a=Math.abs(r-i);let c=e*a;if(o){const t=s*e;const n=b(o);c=n(c/t)*t}return t+c}}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 i(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 l(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){d(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:g(i,s,o[r]),easing:m(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,i=S(t,[\"defaultOptions\"]);const r=[];const c=new Map;const l={};const f=new Map;let u=0;let d=0;let g=0;for(let t=0;t<e.length;t++){const o=e[t];if(h(o)){f.set(o,d);continue}if(!Array.isArray(o)){f.set(o.name,calcNextTime(d,o.at,u,f));continue}const[i,r,m={}]=o;void 0!==m.at&&(d=calcNextTime(d,m.at,u,f));let y=0;const w=resolveElements(i,l);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,c);for(const t in r){const i=getValueSequence(t,o);let c=keyframesList(r[t]);const l=getOptions(m,t);let{duration:f=n.duration||s.duration,easing:u=n.easing||s.easing}=l;if(a(u)){const e=isTransform(t);A(2===c.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=u.createAnimation(c,(()=>\"0\"),e);u=n.easing;void 0!==n.keyframes&&(c=n.keyframes);void 0!==n.duration&&(f=n.duration)}const h=resolveOption(m.delay,e,E)||0;const w=d+h;const b=w+f;let{offset:S=p(c.length)}=l;1===S.length&&0===S[0]&&(S[1]=1);const O=length-c.length;O>0&&v(S,O);1===c.length&&c.unshift(null);addKeyframes(i,c,u,S,w,b);y=Math.max(h+f,y);g=Math.max(b,g)}}u=d;d+=y}c.forEach(((e,t)=>{for(const a in e){const c=e[a];c.sort(compareByTime);const l=[];const f=[];const u=[];for(let e=0;e<c.length;e++){const{at:t,value:n,easing:i}=c[e];l.push(n);f.push(o(0,g,t));u.push(i||s.easing)}if(0!==f[0]){f.unshift(0);l.unshift(l[0]);u.unshift(\"linear\")}if(1!==f[f.length-1]){f.push(1);l.push(null)}r.push([t,a,l,Object.assign(Object.assign(Object.assign({},n),{duration:g,easing:u,offset:f}),i)])}}));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,O(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=x((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 U=createGeneratorEasing(V);const q=createGeneratorEasing(z);const K={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:s=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const r=resolveElements(e);const a=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=a.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);i(n)?a.set(e.target,n):c.unobserve(e.target)}else if(n){n(e);a.delete(e.target)}}))};const c=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof s?s:K[s]});r.forEach((e=>c.observe(e)));return()=>c.disconnect()}const G=new WeakMap;let _;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=G.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&&(_=new ResizeObserver(notifyAll))}function resizeElement(e,t){_||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=G.get(e);if(!n){n=new Set;G.set(e,n)}n.add(t);null===_||void 0===_?void 0:_.observe(e)}));return()=>{n.forEach((e=>{const n=G.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===_||void 0===_?void 0:_.unobserve(e))}))}}const Z=new Set;let X;function createWindowResizeHandler(){X=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};Z.forEach((e=>e(t)))};window.addEventListener(\"resize\",X)}function resizeWindow(e){Z.add(e);X||createWindowResizeHandler();return()=>{Z.delete(e);!Z.size&&X&&(X=void 0)}}function resize(e,t){return i(e)?resizeWindow(e):resizeElement(e,t)}const Y=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 J={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,i){const s=n[t];const{length:r,position:a}=J[t];const c=s.current;const l=n.time;s.current=e[\"scroll\"+a];s.scrollLength=e[\"scroll\"+r]-e[\"client\"+r];s.offset.length=0;s.offset[0]=0;s.offset[1]=s.scrollLength;s.progress=o(0,s.scrollLength,s.current);const f=i-l;s.velocity=f>Y?0:y(s.current-c,f)}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 Q={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const ee={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==ee[e]&&(e=ee[e]);if(h(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}l(e)&&(o=t*e);return n+o}const te=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:te;let s=0;let r=0;if(l(e))i=[e,e];else if(h(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,ee[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);r=resolveEdge(i[1],t);return s-r}const ne={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Q.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ne;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=w(p(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 s=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:i(t)?()=>t(n):scrubAnimation(t,n[s])}}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 oe=new WeakMap;const ie=new WeakMap;const se=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=S(t,[\"container\"]);let i=se.get(n);if(!i){i=new Set;se.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!oe.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()};oe.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ie.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=oe.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=se.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=oe.get(n);oe.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ie.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 re;function processScheduledAnimations(){if(!re)return;const e=re.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);re=void 0}function scheduleAnimation(e){if(re)n(re,e);else{re=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){re&&d(re,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 ae={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=S(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 ce={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 le={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 fe={inView:ae,hover:ce,press:le};const ue=[\"initial\",\"animate\",...Object.keys(fe),\"exit\"];const de=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 ue)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)||{},l=S(c,[\"transition\"]);const f=Object.assign({},l);function*animateUpdates(){var t,o;const s=l;l={};const r={};for(const n of ue){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){l[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(l),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===l[e]&&(l[e]=f[e]);if(hasChanged(s[e],l[e])){null!==(t=f[e])&&void 0!==t?t:f[e]=N.get(n,e);c.push(animateStyle(n,e,l[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=l;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(u)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in fe){const o=fe[t].isActive(e);const i=s[t];if(o&&!i)s[t]=fe[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:()=>l,getOptions:()=>e,getContext:()=>r,mount:e=>{A(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;de.set(n,d);updateGestureSubscriptions();return()=>{de.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)){D[o]&&(o=D[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const r=B.get(o);r&&(s=l(i)?r.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{Q as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,q as glide,inView$1 as inView,de as mountedStates,resize,scroll,U as spring,stagger,N as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useEffect,useState,useRef,useMemo,useCallback,cloneElement,startTransition}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;startTransition(()=>setSize({parent:parentLength,children:childrenLength}));}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */let initialResize=useRef(true);useEffect(()=>{frame.read(measure);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure);}initialResize.current=false;});},[]);}clonedChildren=Children.map(filteredSlots,(child,index)=>{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]);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\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicWidth\":\"400\",\"framerDisableUnlink\":\"*\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "// Generated by Framer (6d82f59)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-dniD7 .framer-styles-preset-14pgpa5:not(.rich-text-wrapper), .framer-dniD7 .framer-styles-preset-14pgpa5.rich-text-wrapper a { --framer-link-current-text-color: #ffffff; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: var(--token-c675f696-e754-41b8-a3b7-62bd178dee8a, #f40303) /* {\"name\":\"Vermelho\"} */; --framer-link-hover-text-decoration: underline; --framer-link-text-color: #ffffff; --framer-link-text-decoration: none; transition: color 0.4s cubic-bezier(0.44, 0, 0.56, 1) 0s; }'];export const className=\"framer-dniD7\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (6d82f59)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,Link,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const MotionAWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.a));const enabledGestures={OFLAPcCVG:{hover:true}};const serializationHash=\"framer-OotJs\";const variantClassNames={OFLAPcCVG:\"framer-v-spldy1\"};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 transition2={bounce:.2,delay:0,duration:1,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const 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:\"OFLAPcCVG\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/missaocriosfera1/\",nodeId:\"OFLAPcCVG\",children:/*#__PURE__*/_jsx(MotionAWithFXWithOptimizedAppearEffect,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-spldy1\",className,classNames)} framer-1i7askr`,\"data-framer-appear-id\":\"spldy1\",\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"OFLAPcCVG\",ref:ref??ref1,style:{...style},...addPropertyOverrides({\"OFLAPcCVG-hover\":{__framer__presenceAnimate:animation,__framer__presenceInitial:animation1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,\"data-framer-name\":undefined,optimized:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-hsknf9\",\"data-framer-name\":\"Grupo 3\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"gZo1l0L9B\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 49 49\"><g id=\"ss8861572382_1\"><path d=\"M 0 24.5 C 0 10.969 11.037 0 24.653 0 C 38.268 0 49.305 10.969 49.305 24.5 C 49.305 38.031 38.268 49 24.653 49 C 11.037 49 0 38.031 0 24.5 Z\" fill=\"var(--token-9c8d96df-a480-4976-ad14-dce59b921147, rgb(36, 101, 211)) /* {&quot;name&quot;:&quot;Azul-claro-crio&quot;} */\"></path><g transform=\"translate(13.447 13.364)\" id=\"ss8861572382_3\"><path d=\"M 5.603 0 L 16.809 0 C 19.903 0 22.412 2.493 22.412 5.568 L 22.412 16.705 C 22.412 19.78 19.903 22.273 16.809 22.273 L 5.603 22.273 C 2.508 22.273 0 19.78 0 16.705 L 0 5.568 C 0 2.493 2.508 0 5.603 0 Z\" fill=\"transparent\" stroke-width=\"1.12\" stroke=\"rgb(255,255,255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M 15.688 10.434 C 15.972 12.335 14.997 14.203 13.27 15.067 C 11.543 15.931 9.452 15.597 8.085 14.238 C 6.718 12.879 6.381 10.802 7.251 9.085 C 8.12 7.369 9.999 6.4 11.912 6.682 C 13.865 6.97 15.398 8.494 15.688 10.434 Z\" fill=\"transparent\" stroke-width=\"1.12\" stroke=\"rgb(255,255,255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M 17.369 5.011 L 17.369 5.011\" fill=\"transparent\" stroke-width=\"1.12\" stroke=\"rgb(255,255,255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></g></g></svg>',svgContentId:8861572382,withExternalLayout:true,...addPropertyOverrides({\"OFLAPcCVG-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 49 49\"><g id=\"ss11752640163_1\"><path d=\"M 0 24.5 C 0 10.969 11.037 0 24.653 0 C 38.268 0 49.305 10.969 49.305 24.5 C 49.305 38.031 38.268 49 24.653 49 C 11.037 49 0 38.031 0 24.5 Z\" fill=\"var(--token-c675f696-e754-41b8-a3b7-62bd178dee8a, rgb(244, 3, 3)) /* {&quot;name&quot;:&quot;Vermelho&quot;} */\"></path><g transform=\"translate(13.447 13.364)\" id=\"ss11752640163_3\"><path d=\"M 5.603 0 L 16.809 0 C 19.903 0 22.412 2.493 22.412 5.568 L 22.412 16.705 C 22.412 19.78 19.903 22.273 16.809 22.273 L 5.603 22.273 C 2.508 22.273 0 19.78 0 16.705 L 0 5.568 C 0 2.493 2.508 0 5.603 0 Z\" fill=\"transparent\" stroke-width=\"1.12\" stroke=\"rgb(255,255,255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M 15.688 10.434 C 15.972 12.335 14.997 14.203 13.27 15.067 C 11.543 15.931 9.452 15.597 8.085 14.238 C 6.718 12.879 6.381 10.802 7.251 9.085 C 8.12 7.369 9.999 6.4 11.912 6.682 C 13.865 6.97 15.398 8.494 15.688 10.434 Z\" fill=\"transparent\" stroke-width=\"1.12\" stroke=\"rgb(255,255,255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M 17.369 5.011 L 17.369 5.011\" fill=\"transparent\" stroke-width=\"1.12\" stroke=\"rgb(255,255,255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></g></g></svg>',svgContentId:11752640163}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-OotJs.framer-1i7askr, .framer-OotJs .framer-1i7askr { display: block; }\",\".framer-OotJs.framer-spldy1 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-OotJs .framer-hsknf9 { flex: none; height: 49px; position: relative; width: 49px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-OotJs.framer-spldy1 { gap: 0px; } .framer-OotJs.framer-spldy1 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-OotJs.framer-spldy1 > :first-child { margin-left: 0px; } .framer-OotJs.framer-spldy1 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 49\n * @framerIntrinsicWidth 49\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"QJoXTtbso\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerqid5Tpl9_=withCSS(Component,css,\"framer-OotJs\");export default Framerqid5Tpl9_;Framerqid5Tpl9_.displayName=\"insta\";Framerqid5Tpl9_.defaultProps={height:49,width:49};addFonts(Framerqid5Tpl9_,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerqid5Tpl9_\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"QJoXTtbso\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"49\",\"framerIntrinsicWidth\":\"49\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./qid5Tpl9_.map", "// Generated by Framer (6d82f59)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,Link,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={u2iKio4Ud:{hover:true}};const serializationHash=\"framer-gzzvn\";const variantClassNames={u2iKio4Ud:\"framer-v-172gms1\"};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:\"u2iKio4Ud\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/@criosfera2425\",nodeId:\"u2iKio4Ud\",children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-172gms1\",className,classNames)} framer-19fm2ti`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"u2iKio4Ud\",ref:ref??ref1,style:{...style},...addPropertyOverrides({\"u2iKio4Ud-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-c9hli7\",\"data-framer-name\":\"Grupo 1\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"EUgAvHzsA\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 49 49\"><g id=\"ss10523640366_1\"><path d=\"M 0 24.5 C 0 10.969 11.037 0 24.653 0 C 38.268 0 49.305 10.969 49.305 24.5 C 49.305 38.031 38.268 49 24.653 49 C 11.037 49 0 38.031 0 24.5 Z\" fill=\"var(--token-9c8d96df-a480-4976-ad14-dce59b921147, rgb(36, 101, 211)) /* {&quot;name&quot;:&quot;Azul-claro-crio&quot;} */\"></path><g transform=\"translate(8.74 13.364)\" id=\"ss10523640366_3\"><path d=\"M 31.227 3.486 C 30.876 2.095 29.804 0.996 28.415 0.605 C 25.921 0 15.948 0 15.948 0 C 15.948 0 5.974 0 3.481 0.663 C 2.092 1.053 1.019 2.152 0.668 3.544 C 0.212 6.059 -0.012 8.61 0.001 11.165 C -0.015 13.74 0.208 16.31 0.668 18.844 C 1.054 20.191 2.121 21.24 3.481 21.61 C 5.974 22.273 15.948 22.273 15.948 22.273 C 15.948 22.273 25.921 22.273 28.414 21.61 C 29.803 21.22 30.876 20.12 31.227 18.729 C 31.68 16.233 31.903 13.701 31.894 11.165 C 31.91 8.591 31.687 6.02 31.227 3.486 Z\" fill=\"transparent\" stroke-width=\"1.12\" stroke=\"rgb(255,255,255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M 12.686 15.876 L 21.021 11.165 L 12.686 6.454 Z\" fill=\"transparent\" stroke-width=\"1.12\" stroke=\"rgb(255,255,255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></g></g></svg>',svgContentId:10523640366,withExternalLayout:true,...addPropertyOverrides({\"u2iKio4Ud-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 49 49\"><g id=\"ss10511936362_1\"><path d=\"M 0 24.5 C 0 10.969 11.037 0 24.653 0 C 38.268 0 49.305 10.969 49.305 24.5 C 49.305 38.031 38.268 49 24.653 49 C 11.037 49 0 38.031 0 24.5 Z\" fill=\"var(--token-c675f696-e754-41b8-a3b7-62bd178dee8a, rgb(244, 3, 3)) /* {&quot;name&quot;:&quot;Vermelho&quot;} */\"></path><g transform=\"translate(8.74 13.364)\" id=\"ss10511936362_3\"><path d=\"M 31.227 3.486 C 30.876 2.095 29.804 0.996 28.415 0.605 C 25.921 0 15.948 0 15.948 0 C 15.948 0 5.974 0 3.481 0.663 C 2.092 1.053 1.019 2.152 0.668 3.544 C 0.212 6.059 -0.012 8.61 0.001 11.165 C -0.015 13.74 0.208 16.31 0.668 18.844 C 1.054 20.191 2.121 21.24 3.481 21.61 C 5.974 22.273 15.948 22.273 15.948 22.273 C 15.948 22.273 25.921 22.273 28.414 21.61 C 29.803 21.22 30.876 20.12 31.227 18.729 C 31.68 16.233 31.903 13.701 31.894 11.165 C 31.91 8.591 31.687 6.02 31.227 3.486 Z\" fill=\"transparent\" stroke-width=\"1.12\" stroke=\"rgb(255,255,255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M 12.686 15.876 L 21.021 11.165 L 12.686 6.454 Z\" fill=\"transparent\" stroke-width=\"1.12\" stroke=\"rgb(255,255,255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></g></g></svg>',svgContentId:10511936362}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-gzzvn.framer-19fm2ti, .framer-gzzvn .framer-19fm2ti { display: block; }\",\".framer-gzzvn.framer-172gms1 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-gzzvn .framer-c9hli7 { flex: none; height: 49px; position: relative; width: 49px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-gzzvn.framer-172gms1 { gap: 0px; } .framer-gzzvn.framer-172gms1 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-gzzvn.framer-172gms1 > :first-child { margin-left: 0px; } .framer-gzzvn.framer-172gms1 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 49\n * @framerIntrinsicWidth 49\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"Jn7dzlUoe\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerRiCetB3to=withCSS(Component,css,\"framer-gzzvn\");export default FramerRiCetB3to;FramerRiCetB3to.displayName=\"youtube\";FramerRiCetB3to.defaultProps={height:49,width:49};addFonts(FramerRiCetB3to,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerRiCetB3to\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"49\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"49\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Jn7dzlUoe\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./RiCetB3to.map", "// Generated by Framer (6d82f59)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,Link,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={weccMDyWi:{hover:true}};const serializationHash=\"framer-Pbywr\";const variantClassNames={weccMDyWi:\"framer-v-16te6tq\"};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:\"weccMDyWi\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/in/miss%C3%A3o-criosfera-1-0a4179309/\",nodeId:\"weccMDyWi\",children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-16te6tq\",className,classNames)} framer-10kqvyr`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"weccMDyWi\",ref:ref??ref1,style:{...style},...addPropertyOverrides({\"weccMDyWi-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1tjvwws\",\"data-framer-name\":\"Grupo 2\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"bqNdn4Kjn\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 50 49\"><g id=\"ss12691973943_1\"><path d=\"M 0 24.5 C 0 10.969 11.088 0 24.765 0 C 38.442 0 49.529 10.969 49.529 24.5 C 49.529 38.031 38.442 49 24.765 49 C 11.088 49 0 38.031 0 24.5 Z\" fill=\"var(--token-9c8d96df-a480-4976-ad14-dce59b921147, rgb(36, 101, 211)) /* {&quot;name&quot;:&quot;Azul-claro-crio&quot;} */\"></path><g transform=\"translate(13.193 10.468)\" id=\"ss12691973943_3\"><path d=\"M 16.514 7.034 C 20.422 7.034 23.591 10.183 23.591 14.067 L 23.591 22.273 L 18.873 22.273 L 18.873 14.067 C 18.86 12.781 17.808 11.745 16.514 11.745 C 15.22 11.745 14.167 12.781 14.154 14.067 L 14.154 22.273 L 9.436 22.273 L 9.436 14.067 C 9.436 10.183 12.605 7.034 16.514 7.034 Z\" fill=\"transparent\" stroke-width=\"1.12\" stroke=\"rgb(255,255,255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M 0 8.206 L 4.718 8.206 L 4.718 22.273 L 0 22.273 Z\" fill=\"transparent\" stroke-width=\"1.12\" stroke=\"rgb(255,255,255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M 4.718 2.344 C 4.718 3.639 3.662 4.689 2.359 4.689 C 1.057 4.689 0 3.639 0 2.345 C 0 1.05 1.056 0 2.359 0 C 2.985 0 3.585 0.247 4.027 0.687 C 4.47 1.126 4.718 1.723 4.718 2.344 Z\" fill=\"transparent\" stroke-width=\"1.12\" stroke=\"rgb(255,255,255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></g></g></svg>',svgContentId:12691973943,withExternalLayout:true,...addPropertyOverrides({\"weccMDyWi-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 50 49\"><g id=\"ss8939495478_1\"><path d=\"M 0 24.5 C 0 10.969 11.088 0 24.765 0 C 38.442 0 49.529 10.969 49.529 24.5 C 49.529 38.031 38.442 49 24.765 49 C 11.088 49 0 38.031 0 24.5 Z\" fill=\"var(--token-c675f696-e754-41b8-a3b7-62bd178dee8a, rgb(244, 3, 3)) /* {&quot;name&quot;:&quot;Vermelho&quot;} */\"></path><g transform=\"translate(13.193 10.468)\" id=\"ss8939495478_3\"><path d=\"M 16.514 7.034 C 20.422 7.034 23.591 10.183 23.591 14.067 L 23.591 22.273 L 18.873 22.273 L 18.873 14.067 C 18.86 12.781 17.808 11.745 16.514 11.745 C 15.22 11.745 14.167 12.781 14.154 14.067 L 14.154 22.273 L 9.436 22.273 L 9.436 14.067 C 9.436 10.183 12.605 7.034 16.514 7.034 Z\" fill=\"transparent\" stroke-width=\"1.12\" stroke=\"rgb(255,255,255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M 0 8.206 L 4.718 8.206 L 4.718 22.273 L 0 22.273 Z\" fill=\"transparent\" stroke-width=\"1.12\" stroke=\"rgb(255,255,255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M 4.718 2.344 C 4.718 3.639 3.662 4.689 2.359 4.689 C 1.057 4.689 0 3.639 0 2.345 C 0 1.05 1.056 0 2.359 0 C 2.985 0 3.585 0.247 4.027 0.687 C 4.47 1.126 4.718 1.723 4.718 2.344 Z\" fill=\"transparent\" stroke-width=\"1.12\" stroke=\"rgb(255,255,255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></g></g></svg>',svgContentId:8939495478}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Pbywr.framer-10kqvyr, .framer-Pbywr .framer-10kqvyr { display: block; }\",\".framer-Pbywr.framer-16te6tq { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-Pbywr .framer-1tjvwws { flex: none; height: 49px; position: relative; width: 50px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Pbywr.framer-16te6tq { gap: 0px; } .framer-Pbywr.framer-16te6tq > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Pbywr.framer-16te6tq > :first-child { margin-left: 0px; } .framer-Pbywr.framer-16te6tq > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 49\n * @framerIntrinsicWidth 50\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"rLpR50UP0\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerXUlLJjsC8=withCSS(Component,css,\"framer-Pbywr\");export default FramerXUlLJjsC8;FramerXUlLJjsC8.displayName=\"linkedin\";FramerXUlLJjsC8.defaultProps={height:49,width:50};addFonts(FramerXUlLJjsC8,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerXUlLJjsC8\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"rLpR50UP0\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"49\",\"framerIntrinsicWidth\":\"50\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./XUlLJjsC8.map", "// Generated by Framer (74b1a33)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/xblbfsd1ahowOkTmYRAt/x32n2j7ZCoSMrAfIKY6e/i4qGg0BbJ.js\";import Insta from\"https://framerusercontent.com/modules/7pdqlE5wWLEDsWxmnzof/gnrUjn9AZLrrD4nBYhO2/qid5Tpl9_.js\";import Youtube from\"https://framerusercontent.com/modules/aUOe7UlCLvIx8xW3ryrC/CxvPqS5LH2ACsq35Yl60/RiCetB3to.js\";import Linkedin from\"https://framerusercontent.com/modules/JKISK9hPMLEtNtwfixEE/bo2ZUnSNjcbw63bWAAUr/XUlLJjsC8.js\";const InstaFonts=getFonts(Insta);const YoutubeFonts=getFonts(Youtube);const LinkedinFonts=getFonts(Linkedin);const cycleOrder=[\"RSBgocEGR\",\"SnJP07QRy\",\"rToLXJ2cD\",\"TSIyK4iWG\"];const serializationHash=\"framer-j4mHC\";const variantClassNames={RSBgocEGR:\"framer-v-1diwumb\",rToLXJ2cD:\"framer-v-obv7os\",SnJP07QRy:\"framer-v-2w4w3i\",TSIyK4iWG:\"framer-v-hf69ew\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"1200\":\"SnJP07QRy\",\"390\":\"TSIyK4iWG\",\"810\":\"rToLXJ2cD\",Desktop:\"RSBgocEGR\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"RSBgocEGR\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"RSBgocEGR\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.footer,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1diwumb\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"RSBgocEGR\",ref:ref??ref1,style:{backgroundColor:\"var(--token-87790f5c-cfd3-4fc1-87bc-07f9f006bcac, rgb(21, 65, 146))\",...style},...addPropertyOverrides({rToLXJ2cD:{\"data-framer-name\":\"810\"},SnJP07QRy:{\"data-framer-name\":\"1200\"},TSIyK4iWG:{\"data-framer-name\":\"390\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1058t79\",layoutDependency:layoutDependency,layoutId:\"meCONa0cL\",children:[/*#__PURE__*/_jsx(Link,{href:{hash:\":umhAVTSEe\",webPageId:\"MzbAsamuT\"},nodeId:\"N8Vvwjmlw\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-7cp1u6 framer-12c07c6\",layoutDependency:layoutDependency,layoutId:\"N8Vvwjmlw\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-jt6b8k\",\"data-framer-name\":\"Logo-criosfera-web\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"iDdXNvtQw\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 100 100\"><g id=\"ss9483914711_1\"><path d=\"M 0 50.01 C 0 22.39 22.39 0 50.01 0 C 77.63 0 100.02 22.39 100.02 50.01 C 100.02 77.63 77.63 100.02 50.01 100.02 C 22.39 100.02 0 77.63 0 50.01 Z\" fill=\"rgb(21,65,146)\"></path><path d=\"M 96.431 50.669 C 96.431 76.026 75.876 96.581 50.519 96.581 C 25.162 96.581 4.607 76.026 4.607 50.669\" fill=\"rgb(255,255,255)\"></path><path d=\"M 18.938 50.01 C 18.938 32.849 32.849 18.938 50.01 18.938 C 67.17 18.938 81.082 32.849 81.082 50.01 C 81.082 67.17 67.17 81.082 50.01 81.082 C 32.849 81.082 18.938 67.17 18.938 50.01 Z\" fill=\"rgb(0,101,211)\"></path><path d=\"M 37.731 37.713 C 37.892 37.17 38.208 36.671 37.902 36.104 C 37.852 36.012 37.908 35.842 37.954 35.725 C 38.22 35.068 38.503 34.417 38.764 33.76 C 38.83 33.595 38.864 33.405 38.872 33.226 C 38.888 32.808 38.876 32.389 38.876 31.946 C 39.21 31.99 39.459 31.956 39.603 31.641 C 39.786 31.24 40.082 30.964 40.547 30.896 C 40.615 30.886 40.695 30.75 40.719 30.661 C 40.778 30.435 40.745 30.162 40.864 29.982 C 41.136 29.575 41.475 29.214 41.806 28.806 C 42.134 29.126 42.455 28.976 42.784 28.848 C 43.206 28.683 43.655 28.577 44.048 28.365 C 44.371 28.192 44.673 27.934 44.904 27.649 C 44.998 27.535 44.88 27.25 44.862 27.042 C 44.858 27.002 44.866 26.962 44.868 26.912 C 44.982 26.898 45.09 26.884 45.224 26.868 C 45.228 26.747 45.355 27.046 45.393 27.752 C 45.405 27.968 45.489 28.092 45.735 28.14 C 46.319 28.251 46.896 28.401 47.473 28.545 C 47.659 28.591 47.814 28.583 47.934 28.413 C 48.034 28.271 48.154 28.253 48.331 28.299 C 48.898 28.445 49.471 28.567 50.044 28.683 C 50.148 28.703 50.279 28.673 50.377 28.623 C 50.685 28.465 50.984 28.287 51.307 28.104 C 51.333 28.23 51.375 28.321 51.367 28.409 C 51.341 28.683 51.467 28.774 51.725 28.76 C 52.15 28.739 52.499 28.908 52.79 29.21 C 52.866 29.287 52.914 29.395 52.996 29.463 C 53.343 29.749 53.687 30.038 54.054 30.297 C 54.212 30.409 54.411 30.491 54.603 30.517 C 55.162 30.595 55.725 30.647 56.287 30.689 C 56.421 30.699 56.565 30.647 56.699 30.607 C 56.928 30.537 57.152 30.455 57.423 30.361 C 57.437 30.8 57.485 31.18 57.982 31.271 C 58.068 31.116 58.134 30.934 58.255 30.802 C 58.333 30.717 58.489 30.677 58.613 30.671 C 58.665 30.671 58.754 30.798 58.772 30.878 C 58.85 31.24 58.918 31.603 58.97 31.968 C 59.004 32.208 59.038 32.421 59.369 32.409 C 59.353 32.641 59.339 32.848 59.323 33.1 C 59.461 33.038 59.561 32.992 59.663 32.948 C 60.058 32.778 60.449 32.593 60.852 32.449 C 61.002 32.395 61.198 32.401 61.351 32.449 C 61.852 32.601 62.339 32.796 62.84 32.946 C 63.138 33.034 63.451 33.068 63.818 33.138 C 63.842 33.261 63.826 33.527 63.95 33.687 C 64.054 33.822 64.319 33.834 64.575 33.924 C 64.521 33.725 64.495 33.629 64.465 33.515 L 64.886 33.515 C 64.944 33.77 65 34.02 65.068 34.327 C 65.297 34.078 65.483 33.878 65.673 33.675 C 66.094 33.94 66.495 34.19 66.89 34.447 C 66.956 34.489 67.034 34.553 67.05 34.621 C 67.172 35.106 67.277 35.597 67.395 36.106 C 67.244 36.148 67.106 36.162 66.994 36.226 C 66.918 36.269 66.83 36.383 66.836 36.459 C 66.856 36.786 66.892 37.116 66.958 37.437 C 66.998 37.633 67.054 37.876 67.279 37.794 C 67.279 37.9 67.246 38.03 67.285 38.13 C 67.659 39.098 68.044 40.06 68.423 41.024 C 68.521 41.271 68.721 41.549 68.671 41.766 C 68.621 41.982 68.305 42.13 68.128 42.327 C 68.026 42.441 67.892 42.603 67.902 42.733 C 67.942 43.255 67.701 43.635 67.361 43.982 C 67.299 44.046 67.257 44.126 67.198 44.21 C 67.433 44.381 67.653 44.541 67.874 44.703 C 67.782 44.8 67.717 44.872 67.651 44.944 C 67.98 45.343 68.305 45.727 68.866 45.695 C 69.285 45.671 69.461 45.946 69.631 46.248 C 69.661 46.301 69.697 46.355 69.713 46.413 C 69.804 46.723 70.062 46.826 70.317 46.97 C 70.675 47.172 70.866 46.924 71.108 46.776 C 71.17 46.739 71.232 46.701 71.285 46.653 C 71.519 46.455 71.768 46.497 72.052 46.589 C 71.824 46.922 71.477 47.22 71.435 47.553 C 71.391 47.898 71.645 48.283 71.77 48.649 C 71.864 48.92 72.09 49.222 72.028 49.449 C 71.962 49.689 71.621 49.848 71.411 50.056 C 71.341 50.126 71.305 50.232 71.255 50.321 C 71.343 50.349 71.347 50.483 71.347 50.483 C 71.339 50.519 71.329 50.541 71.333 50.559 C 71.339 50.599 71.347 50.641 71.365 50.677 C 71.597 51.166 71.579 51.661 71.427 52.17 C 71.331 52.487 71.695 53.01 72.024 53.072 C 72.321 53.128 72.619 53.188 72.958 53.251 C 72.695 53.617 72.461 53.942 72.226 54.263 C 71.94 54.657 71.956 55.036 72.273 55.405 C 72.285 55.417 72.285 55.441 72.291 55.463 C 72.138 55.713 71.982 55.964 71.82 56.224 C 71.984 56.333 72.126 56.429 72.291 56.541 C 71.615 57.098 70.958 57.637 70.299 58.178 C 69.739 58.639 69.745 58.637 70.01 59.309 C 70.18 59.741 70.411 60.148 70.251 60.661 C 70.178 60.9 70.102 61.042 69.858 61.082 C 69.457 61.15 69.198 61.347 69.142 61.786 C 69.126 61.904 68.976 62.022 68.86 62.104 C 68.737 62.192 68.583 62.234 68.441 62.295 C 68.116 62.439 67.788 62.962 67.81 63.317 C 67.814 63.371 67.866 63.421 67.896 63.471 C 67.571 63.467 67.667 63.76 67.545 63.924 C 67.846 64.086 68.124 64.236 68.401 64.385 C 68.393 64.405 68.385 64.423 68.377 64.443 C 67.944 64.485 67.511 64.527 67.028 64.573 C 67.136 64.806 67.212 64.994 67.307 65.172 C 67.387 65.321 67.365 65.417 67.248 65.549 C 66.91 65.928 66.541 66.244 66.004 66.234 C 65.465 66.224 65.315 66.609 65.128 67.022 C 65.411 67.166 65.681 67.301 65.976 67.451 C 65.553 67.842 65.162 68.206 64.768 68.567 C 64.471 68.84 64.425 69.148 64.631 69.487 C 64.677 69.563 64.719 69.643 64.784 69.762 C 64.451 69.693 64.158 69.649 63.874 69.565 C 63.627 69.493 63.429 69.543 63.21 69.669 C 62.469 70.088 61.725 70.503 60.96 70.88 C 60.441 71.136 59.912 71.351 59.645 71.916 C 59.641 71.924 59.629 71.926 59.607 71.938 C 59.483 71.864 59.321 71.82 59.435 71.605 C 59.507 71.467 59.557 71.315 59.647 71.1 C 59.319 71.222 59.072 71.311 58.826 71.407 C 58.507 71.529 58.25 71.449 58.056 71.166 C 58.046 71.152 58.022 71.148 57.97 71.124 C 57.832 71.313 57.441 71.234 57.459 71.619 C 57.363 71.613 57.248 71.567 57.174 71.605 C 56.864 71.766 56.577 71.972 56.263 72.124 C 56.126 72.19 55.94 72.198 55.782 72.18 C 55.493 72.146 55.204 72.018 54.92 72.03 C 54.545 72.046 54.176 72.168 53.798 72.224 C 53.665 72.244 53.507 72.234 53.387 72.176 C 53.026 72.006 52.669 71.818 52.327 71.611 C 52.142 71.497 51.978 71.483 51.776 71.541 C 51.401 71.649 51.016 71.717 50.645 71.834 C 50.403 71.912 50.216 71.866 50.014 71.729 C 49.619 71.463 49.21 71.218 48.8 70.96 L 48.693 71.2 C 48.593 71.06 48.515 70.954 48.421 70.822 C 48.788 70.575 48.932 70.253 48.832 69.816 C 48.784 69.603 48.824 69.371 48.824 69.104 C 49.305 69.248 49.353 68.888 49.483 68.585 C 49.577 68.369 49.735 68.182 49.89 67.944 C 49.854 67.878 49.786 67.749 49.715 67.617 C 50.218 67.389 50.234 66.94 49.766 66.585 C 49.904 66.551 50.03 66.523 50.172 66.489 C 50.126 66.263 50.06 66.056 50.042 65.844 C 49.98 65.15 49.649 64.627 49.128 64.174 C 48.886 63.962 48.723 64.082 48.523 64.164 C 48.283 64.261 48.459 64.421 48.477 64.555 C 48.493 64.671 48.527 64.786 48.553 64.894 L 44.681 64.016 C 44.643 64.002 44.603 63.99 44.563 63.98 C 43.683 63.778 42.804 63.577 41.924 63.381 C 41.846 63.363 41.699 63.377 41.679 63.421 C 41.505 63.784 41.174 63.731 40.876 63.729 C 40.409 63.725 40.006 63.802 39.836 64.315 C 39.818 64.369 39.768 64.411 39.725 64.475 C 39.359 64.22 39.012 63.966 38.651 63.735 C 38.563 63.679 38.419 63.653 38.319 63.679 C 37.858 63.8 37.86 63.808 37.856 64.295 C 37.856 64.313 37.842 64.333 37.85 64.315 L 37.395 64.315 C 37.375 64.251 37.375 64.152 37.331 64.128 C 36.996 63.934 36.653 63.754 36.289 63.557 C 36.25 63.762 36.218 63.924 36.182 64.104 C 35.856 63.956 35.551 63.85 35.279 63.691 C 34.858 63.443 34.453 63.379 34.022 63.655 C 33.95 63.701 33.854 63.709 33.772 63.735 C 33.509 63.15 33.497 63.172 32.92 62.856 C 31.986 62.345 30.99 61.996 29.974 61.703 C 29.709 61.627 29.589 61.497 29.543 61.232 C 29.467 60.794 29.333 59.683 29.18 59.389 C 29 59.044 28.786 58.713 28.631 58.357 C 28.551 58.176 28.521 57.948 28.545 57.752 C 28.595 57.347 28.689 56.944 28.78 56.545 C 28.82 56.367 28.77 56.287 28.601 56.228 C 28.104 56.048 28.014 55.91 27.996 55.367 C 28.216 55.335 28.435 55.301 28.599 55.277 L 28.599 54.094 C 28.038 54.267 27.525 54.425 27.002 54.587 C 26.966 54.457 26.94 54.361 26.89 54.182 C 26.822 54.427 26.782 54.595 26.727 54.756 C 26.695 54.848 26.653 54.96 26.581 55.01 C 26.042 55.375 25.683 55.337 25.295 54.818 C 25.132 54.599 25.068 54.297 24.98 54.026 C 24.926 53.862 24.918 53.683 24.884 53.513 C 24.812 53.164 24.942 52.894 25.271 52.709 C 25.339 52.772 25.411 52.84 25.487 52.91 C 25.683 52.605 25.603 51.331 25.357 50.725 L 25.373 50.613 C 25.355 50.395 25.339 50.204 25.323 49.992 C 25.525 50.02 25.701 50.044 25.89 50.07 C 25.958 49.409 26.026 48.788 26.084 48.166 C 26.13 47.671 26.09 47.136 26.715 46.942 C 26.725 46.938 26.725 46.906 26.737 46.866 C 26.631 46.872 26.533 46.882 26.433 46.882 C 26.269 46.882 26.088 46.952 26.01 46.703 C 25.936 46.469 25.766 46.279 26.03 46.026 C 26.417 45.655 26.756 45.232 27.156 44.784 C 26.77 44.711 26.453 44.635 26.13 44.595 C 26.02 44.581 25.866 44.621 25.788 44.697 C 25.553 44.92 25.345 45.174 25.09 45.457 C 24.942 45.062 24.83 44.762 24.703 44.423 L 24.196 45.09 C 24.132 44.92 24.082 44.79 24.024 44.639 C 23.669 44.766 23.341 44.884 22.982 45.012 C 23.07 44.689 23.136 44.399 23.23 44.12 C 23.307 43.89 23.313 43.705 23.054 43.607 L 23.158 43.253 L 22.814 43.295 C 22.79 43.078 22.764 42.866 22.737 42.609 L 24.12 42.609 C 24.08 42.413 24.15 42.198 23.888 42.218 C 23.627 42.238 23.527 42.092 23.427 41.9 C 23.317 41.693 23.19 41.491 23.072 41.287 C 22.906 41 22.665 40.88 22.349 40.926 C 22.259 40.788 22.172 40.649 22.058 40.473 C 21.99 40.639 21.944 40.747 21.886 40.884 C 21.752 40.788 21.643 40.711 21.519 40.623 C 21.659 40.513 21.768 40.427 21.908 40.319 C 21.679 40.234 21.491 40.164 21.281 40.084 C 21.477 39.796 21.349 39.659 21.096 39.533 C 20.992 39.481 20.91 39.331 20.874 39.21 C 20.824 39.046 20.814 38.864 20.814 38.691 C 20.814 38.371 20.693 38.172 20.357 38.138 C 20.347 38.138 20.339 38.108 20.319 38.078 C 20.563 37.968 20.497 37.804 20.431 37.601 C 20.251 37.044 19.858 36.541 19.992 35.9 C 20.002 35.85 19.928 35.78 19.892 35.721 C 19.956 35.613 20.054 35.513 20.076 35.399 C 20.142 35.06 20.178 34.715 20.226 34.365 L 20.621 34.365 C 20.599 34.517 20.577 34.639 20.569 34.758 C 20.557 34.948 20.473 35.2 20.561 35.315 C 20.982 35.868 21.224 36.575 21.894 36.92 C 21.92 36.934 21.926 36.99 21.94 37.026 C 21.884 37.006 21.828 36.988 21.705 36.944 C 21.904 37.206 22.054 37.413 22.216 37.609 C 22.297 37.709 22.385 37.834 22.497 37.872 C 22.802 37.98 23.122 38.05 23.439 38.126 C 23.475 38.134 23.529 38.074 23.573 38.046 C 23.739 38.118 23.904 38.19 24.08 38.265 C 24.15 38.188 24.212 38.118 24.273 38.048 C 24.244 38.09 24.214 38.132 24.186 38.174 C 24.563 38.489 24.94 38.806 25.317 39.122 C 25.361 39.21 25.397 39.301 25.451 39.383 C 25.677 39.725 26.038 39.876 26.389 40.04 C 26.814 40.238 27.238 40.439 27.709 40.663 L 27.613 40.471 C 28.16 40.788 29.188 41.475 29.076 41.413 C 29.06 41.431 29.044 41.449 29.028 41.469 C 29.367 41.88 29.707 42.291 30.054 42.715 C 30.273 42.603 30.465 42.505 30.671 42.401 C 30.756 42.401 30.725 42.297 30.936 42.363 C 31.08 42.309 31.038 42.341 31.441 42.238 C 32.545 41.954 33.653 41.685 34.774 41.485 C 35.385 41.377 35.741 41.148 35.723 40.495 C 35.723 40.479 35.741 40.463 35.752 40.441 C 35.846 40.469 35.94 40.497 36.078 40.539 C 35.968 40.255 36.13 40.164 36.323 40.094 C 36.477 40.038 36.635 39.988 36.786 39.926 C 37.357 39.703 37.263 39.866 37.263 39.248 C 37.263 38.934 37.279 38.663 37.543 38.415 C 37.727 38.244 37.529 38.176 37.713 37.79 L 37.729 37.727 L 37.729 37.713 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 51.589 36.669 L 50.864 31.14 L 53.904 26.1 L 56.892 24.976 C 56.892 24.976 58.595 24.842 58.733 24.804 C 58.87 24.766 59.11 26.842 59.11 26.842 C 59.11 26.842 58.437 29.663 58.265 29.836 C 58.094 30.01 56.786 32.425 56.786 32.425 L 55.485 34.002 L 54.363 36.234 L 52.852 37.07 L 51.589 36.667 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 20.409 38.246 L 21.253 36.331 L 22.034 33.168 C 22.034 33.168 19.571 33.735 19.513 33.952 C 19.455 34.17 18.83 37.319 18.83 37.319 Z\" fill=\"rgb(21,65,146)\"></path><path d=\"M 64.325 58.148 L 35.699 58.148 L 35.699 42.17 L 64.325 42.17 Z M 37.234 56.611 L 62.786 56.611 L 62.786 43.707 L 37.234 43.707 Z\" fill=\"rgb(255,0,0)\"></path><path d=\"M 53.451 50.158 C 53.451 49.45 54.025 48.876 54.733 48.876 C 55.44 48.876 56.014 49.45 56.014 50.158 C 56.014 50.865 55.44 51.439 54.733 51.439 C 54.025 51.439 53.451 50.865 53.451 50.158 Z\" fill=\"rgb(50,165,43)\"></path><path d=\"M 58.172 50.158 C 58.172 49.45 58.745 48.876 59.453 48.876 C 60.161 48.876 60.735 49.45 60.735 50.158 C 60.735 50.865 60.161 51.439 59.453 51.439 C 58.745 51.439 58.172 50.865 58.172 50.158 Z\" fill=\"rgb(50,165,43)\"></path><path d=\"M 39.287 50.158 C 39.287 49.45 39.861 48.876 40.569 48.876 C 41.277 48.876 41.85 49.45 41.85 50.158 C 41.85 50.865 41.277 51.439 40.569 51.439 C 39.861 51.439 39.287 50.865 39.287 50.158 Z\" fill=\"rgb(50,165,43)\"></path><path d=\"M 44.008 50.158 C 44.008 49.45 44.582 48.876 45.289 48.876 C 45.997 48.876 46.571 49.45 46.571 50.158 C 46.571 50.865 45.997 51.439 45.289 51.439 C 44.582 51.439 44.008 50.865 44.008 50.158 Z\" fill=\"rgb(50,165,43)\"></path><path d=\"M 48.445 50.2 C 48.445 49.324 49.155 48.615 50.03 48.615 C 50.905 48.615 51.615 49.324 51.615 50.2 C 51.615 51.075 50.905 51.784 50.03 51.784 C 49.155 51.784 48.445 51.075 48.445 50.2 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 47.914 39.918 L 52.144 39.918 L 52.144 44.218 L 47.914 44.218 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 47.715 39.926 C 46.118 39.926 44.76 39.399 43.677 38.355 C 41.028 35.804 41.024 31.058 41.026 30.858 L 41.03 29.994 L 41.888 30.1 C 46.739 30.703 49.731 33.096 50.782 37.216 C 50.888 37.627 50.639 38.046 50.228 38.15 C 49.816 38.255 49.397 38.006 49.293 37.595 C 48.469 34.361 46.279 32.447 42.613 31.764 C 42.741 33.136 43.186 35.75 44.747 37.251 C 45.391 37.87 46.15 38.234 47.052 38.349 C 46.818 37.569 46.303 36.449 45.198 35.802 C 45.021 35.7 44.893 35.532 44.841 35.335 C 44.79 35.138 44.819 34.928 44.922 34.752 C 45.025 34.576 45.193 34.448 45.391 34.396 C 45.588 34.344 45.798 34.374 45.974 34.477 C 48.487 35.944 48.758 38.964 48.768 39.092 L 48.832 39.886 L 48.036 39.92 C 47.928 39.924 47.82 39.928 47.715 39.928 Z\" fill=\"rgb(50,165,43)\"></path><path d=\"M 50.038 51.208 C 49.613 51.208 49.269 50.864 49.269 50.439 L 49.269 37.405 C 49.269 32.321 50.511 28.571 52.958 26.261 C 55.563 23.802 58.561 23.946 58.687 23.954 L 59.319 23.99 L 59.405 24.617 C 60.683 34.026 53.104 35.417 53.028 35.429 L 52.132 35.581 L 52.132 34.673 C 52.132 30.948 54.603 29.158 54.707 29.084 C 54.873 28.966 55.08 28.919 55.281 28.953 C 55.482 28.988 55.661 29.101 55.778 29.267 C 56.024 29.615 55.942 30.094 55.595 30.339 C 55.529 30.387 54.12 31.435 53.754 33.619 C 55.393 32.966 58.443 31.004 57.962 25.527 C 57.086 25.631 55.451 26.014 53.992 27.405 C 51.88 29.415 50.81 32.78 50.81 37.407 L 50.81 50.441 C 50.81 50.866 50.467 51.21 50.042 51.21 L 50.038 51.21 Z\" fill=\"rgb(50,165,43)\"></path><path d=\"M 50.01 96.691 C 37.541 96.691 25.818 91.834 17.002 83.018 C 8.186 74.202 3.329 62.479 3.329 50.01 C 3.329 37.541 8.186 25.818 17.002 17.002 C 25.818 8.186 37.541 3.329 50.01 3.329 C 62.479 3.329 74.202 8.186 83.018 17.002 C 91.834 25.818 96.691 37.541 96.691 50.01 C 96.691 62.479 91.834 74.202 83.018 83.018 C 74.202 91.834 62.479 96.691 50.01 96.691 Z M 50.01 4.868 C 37.952 4.868 26.615 9.565 18.088 18.09 C 9.561 26.615 4.866 37.952 4.866 50.012 C 4.866 62.072 9.563 73.407 18.088 81.934 C 26.615 90.461 37.95 95.156 50.01 95.156 C 62.07 95.156 73.405 90.459 81.932 81.934 C 90.459 73.407 95.154 62.072 95.154 50.012 C 95.154 37.952 90.457 26.617 81.932 18.09 C 73.405 9.563 62.07 4.868 50.01 4.868 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 16.83 39.872 C 16.675 40.403 16.443 40.872 16.136 41.277 C 15.828 41.683 15.465 42.006 15.046 42.246 C 14.627 42.485 14.174 42.637 13.685 42.697 C 13.198 42.756 12.695 42.711 12.176 42.559 C 11.659 42.407 11.21 42.174 10.83 41.86 C 10.451 41.547 10.152 41.174 9.93 40.743 C 9.709 40.311 9.577 39.842 9.537 39.335 C 9.497 38.828 9.555 38.309 9.711 37.778 C 9.886 37.182 10.148 36.671 10.497 36.246 C 10.846 35.82 11.267 35.503 11.764 35.291 L 12.407 36.601 C 12.072 36.752 11.792 36.952 11.569 37.204 C 11.345 37.455 11.184 37.752 11.084 38.092 C 10.99 38.413 10.958 38.725 10.986 39.024 C 11.016 39.325 11.1 39.603 11.24 39.856 C 11.379 40.11 11.567 40.331 11.804 40.519 C 12.042 40.707 12.325 40.848 12.653 40.944 C 12.98 41.04 13.295 41.074 13.595 41.044 C 13.894 41.014 14.174 40.93 14.427 40.79 C 14.681 40.651 14.902 40.463 15.09 40.226 C 15.277 39.988 15.417 39.709 15.511 39.387 C 15.611 39.046 15.633 38.709 15.577 38.375 C 15.521 38.042 15.393 37.721 15.192 37.413 L 16.439 36.657 C 16.743 37.102 16.93 37.599 16.996 38.144 C 17.064 38.691 17.01 39.265 16.832 39.87 L 16.83 39.87 Z M 19.25 33.465 L 13.232 29.555 L 14.924 26.95 C 15.273 26.411 15.663 26.004 16.092 25.729 C 16.521 25.453 16.966 25.315 17.431 25.315 C 17.896 25.315 18.351 25.461 18.798 25.752 C 19.251 26.046 19.571 26.405 19.756 26.828 C 19.942 27.251 19.994 27.713 19.908 28.212 C 19.822 28.711 19.607 29.23 19.257 29.768 L 18.062 31.609 L 17.874 30.581 L 20.162 32.068 L 19.251 33.469 L 19.251 33.465 Z M 18.028 30.679 L 16.952 30.884 L 18.098 29.122 C 18.373 28.699 18.491 28.317 18.449 27.98 C 18.407 27.643 18.22 27.367 17.888 27.15 C 17.557 26.934 17.23 26.876 16.906 26.976 C 16.585 27.076 16.285 27.339 16.01 27.762 L 14.864 29.525 L 14.615 28.459 L 18.028 30.677 Z M 21.741 29.631 L 18.575 29.725 L 19.547 28.23 L 22.715 28.136 L 21.743 29.631 Z M 25.547 25.224 L 20.623 20.004 L 21.838 18.856 L 26.762 24.076 Z M 33.345 19.557 C 32.848 19.832 32.347 20.004 31.838 20.074 C 31.329 20.144 30.84 20.118 30.367 19.998 C 29.894 19.878 29.463 19.667 29.074 19.365 C 28.685 19.064 28.361 18.681 28.104 18.216 C 27.842 17.743 27.689 17.263 27.643 16.778 C 27.597 16.293 27.649 15.816 27.796 15.351 C 27.946 14.886 28.184 14.457 28.509 14.066 C 28.834 13.675 29.248 13.341 29.743 13.068 C 30.24 12.792 30.739 12.621 31.242 12.549 C 31.745 12.477 32.234 12.503 32.707 12.625 C 33.18 12.747 33.611 12.956 34 13.257 C 34.389 13.559 34.715 13.944 34.974 14.417 C 35.232 14.884 35.385 15.363 35.435 15.854 C 35.485 16.345 35.435 16.824 35.285 17.289 C 35.136 17.754 34.898 18.182 34.571 18.569 C 34.244 18.958 33.834 19.287 33.343 19.559 Z M 32.657 18.331 C 32.938 18.176 33.17 17.984 33.351 17.754 C 33.533 17.525 33.663 17.269 33.741 16.988 C 33.818 16.707 33.84 16.417 33.806 16.12 C 33.77 15.822 33.671 15.525 33.505 15.226 C 33.339 14.926 33.14 14.683 32.908 14.495 C 32.677 14.307 32.419 14.172 32.14 14.088 C 31.86 14.004 31.575 13.98 31.283 14.012 C 30.992 14.044 30.707 14.138 30.425 14.293 C 30.144 14.449 29.91 14.643 29.727 14.872 C 29.541 15.104 29.411 15.359 29.335 15.639 C 29.259 15.918 29.24 16.208 29.275 16.503 C 29.311 16.8 29.411 17.098 29.577 17.397 C 29.743 17.697 29.94 17.94 30.174 18.128 C 30.407 18.315 30.661 18.451 30.938 18.537 C 31.216 18.623 31.501 18.647 31.794 18.613 C 32.088 18.579 32.375 18.485 32.657 18.329 Z M 42.92 15.962 C 42.359 16.082 41.802 16.124 41.253 16.084 C 40.703 16.044 40.246 15.938 39.88 15.764 L 40.17 14.423 C 40.509 14.575 40.902 14.673 41.345 14.721 C 41.788 14.768 42.222 14.747 42.643 14.657 C 42.964 14.589 43.216 14.499 43.397 14.389 C 43.581 14.279 43.707 14.16 43.776 14.03 C 43.846 13.9 43.866 13.76 43.834 13.615 C 43.794 13.427 43.689 13.295 43.519 13.216 C 43.349 13.138 43.134 13.088 42.874 13.072 C 42.615 13.056 42.335 13.044 42.034 13.042 C 41.733 13.042 41.427 13.026 41.118 12.998 C 40.808 12.97 40.515 12.908 40.238 12.808 C 39.962 12.711 39.725 12.555 39.529 12.341 C 39.333 12.128 39.196 11.838 39.116 11.471 C 39.03 11.07 39.058 10.681 39.202 10.305 C 39.345 9.928 39.613 9.595 40.008 9.303 C 40.403 9.012 40.932 8.796 41.593 8.655 C 42.034 8.561 42.481 8.521 42.936 8.535 C 43.389 8.549 43.798 8.623 44.164 8.754 L 43.914 10.088 C 43.561 9.974 43.208 9.908 42.854 9.89 C 42.501 9.872 42.17 9.896 41.862 9.962 C 41.541 10.03 41.291 10.122 41.114 10.234 C 40.934 10.345 40.814 10.471 40.749 10.611 C 40.685 10.75 40.669 10.894 40.699 11.04 C 40.739 11.228 40.844 11.361 41.016 11.443 C 41.188 11.525 41.399 11.573 41.655 11.585 C 41.908 11.597 42.19 11.603 42.497 11.603 C 42.804 11.603 43.112 11.619 43.419 11.651 C 43.727 11.683 44.016 11.745 44.287 11.836 C 44.559 11.928 44.796 12.08 44.998 12.291 C 45.202 12.503 45.341 12.79 45.419 13.15 C 45.503 13.545 45.473 13.928 45.325 14.301 C 45.178 14.675 44.906 15.01 44.507 15.305 C 44.11 15.601 43.579 15.818 42.918 15.962 Z M 51.497 15.064 L 49.828 14.97 L 50.234 7.804 L 55.649 8.11 L 55.573 9.441 L 51.826 9.23 Z M 51.587 11.116 L 55.026 11.309 L 54.95 12.641 L 51.511 12.447 Z M 61.062 15.355 L 64.776 16.563 L 64.365 17.83 L 59.08 16.114 L 61.297 9.289 L 66.455 10.966 L 66.044 12.234 L 62.455 11.068 L 61.062 15.357 Z M 61.86 12.501 L 65.146 13.569 L 64.743 14.806 L 61.457 13.739 Z M 68.06 19.741 L 72.176 13.86 L 74.721 15.641 C 75.248 16.01 75.641 16.411 75.902 16.848 C 76.164 17.285 76.285 17.737 76.269 18.2 C 76.253 18.665 76.092 19.114 75.786 19.551 C 75.477 19.994 75.108 20.299 74.679 20.471 C 74.249 20.643 73.788 20.677 73.291 20.577 C 72.794 20.475 72.283 20.242 71.756 19.872 L 69.96 18.615 L 70.994 18.461 L 69.431 20.695 L 68.062 19.737 L 68.062 19.741 Z M 70.886 18.615 L 70.717 17.533 L 72.439 18.739 C 72.854 19.028 73.23 19.158 73.569 19.128 C 73.906 19.098 74.19 18.92 74.417 18.595 C 74.645 18.269 74.713 17.944 74.625 17.621 C 74.535 17.295 74.283 16.988 73.868 16.699 L 72.146 15.493 L 73.22 15.281 L 70.886 18.617 Z M 71.806 22.361 L 71.82 19.194 L 73.281 20.216 L 73.267 23.383 Z M 75.525 25.415 L 83.148 23.523 L 84.156 24.818 L 80.469 31.766 L 79.399 30.391 L 82.78 24.421 L 83.19 24.946 L 76.571 26.758 Z M 77.727 25.743 L 78.98 25.299 L 81.259 28.228 L 80.529 29.341 L 77.727 25.741 Z M 84.251 41.192 L 90.617 39.595 L 90.096 40.465 L 89.573 38.377 L 90.866 38.054 L 91.619 41.058 L 84.659 42.804 L 84.255 41.194 L 84.251 41.194 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 9.471 57.24 L 15.156 55.784 L 15.433 56.872 L 12.04 60.319 L 11.892 59.743 L 16.511 61.088 L 16.79 62.184 L 11.106 63.639 L 10.792 62.413 L 14.581 61.427 L 14.643 61.671 L 10.968 60.569 L 10.818 59.984 L 13.505 57.23 L 13.573 57.497 L 9.78 58.467 L 9.467 57.242 L 9.471 57.242 Z M 13.084 68.108 L 18.325 65.471 L 18.94 66.693 L 13.699 69.329 L 13.084 68.11 Z M 17.172 75.004 C 16.89 74.629 16.669 74.23 16.509 73.808 C 16.349 73.387 16.271 73.01 16.273 72.679 L 17.367 72.433 C 17.371 72.737 17.433 73.062 17.549 73.407 C 17.665 73.752 17.83 74.066 18.042 74.347 C 18.204 74.561 18.355 74.719 18.499 74.816 C 18.643 74.914 18.774 74.968 18.896 74.974 C 19.016 74.982 19.126 74.948 19.226 74.874 C 19.349 74.78 19.413 74.657 19.413 74.503 C 19.413 74.349 19.375 74.174 19.299 73.974 C 19.224 73.776 19.134 73.565 19.032 73.341 C 18.93 73.118 18.836 72.886 18.75 72.647 C 18.665 72.407 18.611 72.168 18.589 71.93 C 18.567 71.691 18.601 71.463 18.693 71.244 C 18.784 71.026 18.952 70.824 19.198 70.639 C 19.456 70.441 19.767 70.324 20.092 70.301 C 20.421 70.277 20.76 70.363 21.112 70.557 C 21.463 70.75 21.806 71.068 22.138 71.511 C 22.359 71.806 22.543 72.124 22.689 72.465 C 22.834 72.806 22.92 73.136 22.948 73.451 L 21.874 73.725 C 21.836 73.423 21.764 73.14 21.657 72.87 C 21.549 72.601 21.417 72.363 21.263 72.16 C 21.102 71.946 20.95 71.79 20.804 71.697 C 20.661 71.603 20.525 71.555 20.399 71.555 C 20.273 71.555 20.162 71.593 20.064 71.667 C 19.938 71.76 19.874 71.886 19.872 72.042 C 19.872 72.198 19.908 72.371 19.988 72.565 C 20.066 72.758 20.158 72.968 20.263 73.196 C 20.369 73.425 20.463 73.659 20.545 73.896 C 20.627 74.136 20.681 74.371 20.705 74.605 C 20.729 74.838 20.699 75.066 20.611 75.289 C 20.523 75.513 20.359 75.715 20.118 75.896 C 19.854 76.094 19.559 76.204 19.23 76.224 C 18.902 76.244 18.559 76.156 18.204 75.962 C 17.848 75.768 17.503 75.449 17.172 75.008 Z M 23.178 81.451 C 22.822 81.144 22.523 80.8 22.277 80.421 C 22.032 80.042 21.876 79.691 21.81 79.367 L 22.828 78.896 C 22.896 79.192 23.024 79.497 23.212 79.81 C 23.399 80.124 23.625 80.395 23.892 80.627 C 24.096 80.802 24.277 80.924 24.439 80.988 C 24.601 81.054 24.741 81.078 24.86 81.06 C 24.98 81.042 25.08 80.986 25.16 80.892 C 25.261 80.774 25.297 80.639 25.263 80.489 C 25.232 80.339 25.156 80.176 25.042 79.996 C 24.916 79.805 24.785 79.617 24.649 79.433 C 24.501 79.236 24.361 79.028 24.228 78.812 C 24.094 78.597 23.99 78.373 23.918 78.146 C 23.846 77.916 23.832 77.687 23.874 77.453 C 23.916 77.22 24.04 76.988 24.24 76.754 C 24.451 76.507 24.731 76.326 25.044 76.236 C 25.359 76.144 25.711 76.156 26.096 76.269 C 26.481 76.383 26.882 76.623 27.299 76.986 C 27.579 77.228 27.824 77.501 28.038 77.804 C 28.251 78.108 28.405 78.411 28.499 78.713 L 27.507 79.206 C 27.407 78.92 27.275 78.657 27.114 78.417 C 26.952 78.178 26.774 77.974 26.579 77.804 C 26.375 77.629 26.194 77.509 26.034 77.449 C 25.872 77.387 25.731 77.369 25.609 77.397 C 25.485 77.423 25.383 77.483 25.303 77.577 C 25.202 77.695 25.166 77.83 25.196 77.982 C 25.226 78.134 25.301 78.295 25.417 78.469 C 25.533 78.643 25.669 78.828 25.82 79.028 C 25.972 79.23 26.112 79.437 26.244 79.655 C 26.37 79.862 26.472 80.083 26.549 80.313 C 26.623 80.535 26.639 80.764 26.601 81.002 C 26.563 81.24 26.445 81.471 26.248 81.699 C 26.038 81.943 25.76 82.119 25.449 82.204 C 25.132 82.291 24.78 82.279 24.391 82.164 C 24.002 82.05 23.599 81.81 23.182 81.449 L 23.178 81.449 Z M 28.108 85.164 L 33.156 81.194 L 34.341 81.82 L 33.926 88.238 L 32.667 87.571 L 33.184 81.984 L 33.665 82.24 L 29.339 85.812 L 28.11 85.162 Z M 29.86 84.667 L 30.647 83.916 L 33.329 85.335 L 33.158 86.411 L 29.86 84.669 Z M 34.519 81.413 C 34.391 81.345 34.289 81.261 34.218 81.16 C 34.146 81.058 34.086 80.956 34.04 80.852 C 33.994 80.749 33.948 80.655 33.904 80.571 C 33.86 80.487 33.802 80.427 33.735 80.391 C 33.631 80.337 33.529 80.329 33.429 80.367 C 33.329 80.407 33.24 80.489 33.16 80.619 L 32.575 80.309 C 32.76 79.984 32.98 79.764 33.238 79.649 C 33.495 79.535 33.752 79.547 34.014 79.685 C 34.142 79.752 34.246 79.836 34.321 79.938 C 34.397 80.038 34.459 80.14 34.505 80.244 C 34.551 80.347 34.595 80.441 34.635 80.527 C 34.675 80.611 34.731 80.673 34.798 80.709 C 34.902 80.762 35.006 80.772 35.108 80.735 C 35.21 80.697 35.295 80.617 35.365 80.497 L 35.95 80.806 C 35.778 81.12 35.563 81.335 35.301 81.449 C 35.042 81.565 34.78 81.553 34.519 81.415 Z M 40.571 90.417 C 40.12 90.309 39.723 90.136 39.377 89.898 C 39.032 89.661 38.75 89.373 38.531 89.04 C 38.314 88.708 38.167 88.335 38.1 87.944 C 38.032 87.549 38.048 87.138 38.15 86.715 C 38.253 86.285 38.425 85.912 38.665 85.593 C 38.902 85.277 39.202 85.014 39.545 84.818 C 39.892 84.621 40.271 84.493 40.685 84.437 C 41.098 84.381 41.529 84.407 41.98 84.517 C 42.431 84.625 42.828 84.796 43.172 85.032 C 43.515 85.267 43.794 85.551 44.014 85.886 C 44.234 86.222 44.375 86.585 44.445 86.982 C 44.513 87.377 44.497 87.79 44.393 88.22 C 44.291 88.643 44.12 89.018 43.878 89.341 C 43.637 89.665 43.341 89.926 42.996 90.126 C 42.649 90.323 42.269 90.449 41.858 90.503 C 41.445 90.557 41.018 90.529 40.571 90.421 Z M 40.832 89.297 C 41.088 89.359 41.333 89.371 41.569 89.333 C 41.804 89.295 42.024 89.214 42.228 89.086 C 42.431 88.959 42.607 88.794 42.747 88.599 C 42.888 88.399 42.994 88.166 43.058 87.894 C 43.122 87.623 43.138 87.365 43.1 87.124 C 43.062 86.882 42.984 86.659 42.86 86.453 C 42.737 86.248 42.579 86.076 42.385 85.934 C 42.192 85.792 41.968 85.691 41.713 85.631 C 41.457 85.569 41.21 85.557 40.972 85.595 C 40.735 85.633 40.513 85.715 40.313 85.842 C 40.114 85.97 39.942 86.132 39.798 86.331 C 39.655 86.529 39.551 86.764 39.487 87.036 C 39.421 87.307 39.407 87.565 39.445 87.806 C 39.481 88.048 39.561 88.271 39.681 88.475 C 39.8 88.679 39.958 88.852 40.156 88.994 C 40.351 89.136 40.577 89.238 40.832 89.299 Z M 53.369 91.407 L 53.257 90.533 L 55.232 88.126 C 55.389 87.942 55.501 87.782 55.573 87.647 C 55.643 87.511 55.685 87.387 55.699 87.275 C 55.713 87.164 55.713 87.062 55.701 86.966 C 55.673 86.739 55.571 86.571 55.399 86.463 C 55.228 86.355 54.986 86.321 54.677 86.361 C 54.427 86.393 54.206 86.471 54.014 86.597 C 53.82 86.723 53.665 86.892 53.547 87.104 L 52.493 86.597 C 52.667 86.238 52.94 85.934 53.315 85.689 C 53.691 85.443 54.138 85.287 54.659 85.222 C 55.092 85.166 55.479 85.188 55.824 85.283 C 56.17 85.381 56.447 85.547 56.661 85.78 C 56.874 86.016 57.002 86.309 57.048 86.665 C 57.072 86.848 57.068 87.038 57.04 87.232 C 57.012 87.427 56.94 87.637 56.828 87.858 C 56.717 88.082 56.541 88.337 56.301 88.627 L 54.661 90.611 L 54.341 90.162 L 57.635 89.743 L 57.774 90.84 L 53.367 91.403 L 53.367 91.407 Z M 64.11 89.192 C 63.657 89.353 63.214 89.383 62.778 89.285 C 62.343 89.188 61.946 88.964 61.589 88.613 C 61.23 88.263 60.942 87.782 60.727 87.172 C 60.511 86.561 60.429 86.006 60.487 85.509 C 60.545 85.012 60.711 84.587 60.988 84.238 C 61.265 83.888 61.629 83.633 62.082 83.471 C 62.541 83.307 62.986 83.275 63.421 83.373 C 63.856 83.471 64.253 83.695 64.611 84.044 C 64.968 84.393 65.257 84.874 65.473 85.485 C 65.691 86.096 65.77 86.651 65.713 87.148 C 65.655 87.645 65.489 88.07 65.212 88.419 C 64.936 88.768 64.569 89.026 64.11 89.188 Z M 63.729 88.118 C 63.944 88.042 64.11 87.912 64.228 87.733 C 64.343 87.553 64.401 87.313 64.401 87.018 C 64.401 86.723 64.325 86.365 64.178 85.95 C 64.03 85.535 63.862 85.212 63.679 84.98 C 63.493 84.749 63.297 84.601 63.094 84.535 C 62.888 84.469 62.679 84.473 62.463 84.549 C 62.257 84.623 62.096 84.749 61.976 84.93 C 61.856 85.112 61.796 85.351 61.794 85.649 C 61.794 85.946 61.866 86.303 62.014 86.719 C 62.162 87.136 62.329 87.457 62.519 87.687 C 62.707 87.916 62.904 88.064 63.112 88.13 C 63.319 88.196 63.525 88.192 63.731 88.12 L 63.729 88.12 Z M 70.076 86.477 L 69.613 85.729 L 70.413 82.721 C 70.481 82.489 70.517 82.297 70.525 82.144 C 70.533 81.992 70.519 81.862 70.485 81.754 C 70.451 81.647 70.409 81.553 70.359 81.471 C 70.24 81.275 70.078 81.166 69.878 81.138 C 69.679 81.112 69.445 81.18 69.178 81.343 C 68.964 81.475 68.794 81.639 68.673 81.832 C 68.549 82.026 68.477 82.246 68.457 82.487 L 67.287 82.461 C 67.297 82.062 67.421 81.673 67.661 81.293 C 67.9 80.916 68.244 80.589 68.691 80.311 C 69.062 80.082 69.423 79.94 69.778 79.886 C 70.132 79.832 70.455 79.868 70.747 79.992 C 71.038 80.118 71.277 80.333 71.465 80.637 C 71.563 80.794 71.639 80.966 71.693 81.156 C 71.747 81.345 71.77 81.565 71.76 81.814 C 71.75 82.064 71.697 82.369 71.599 82.733 L 70.926 85.218 L 70.449 84.94 L 73.273 83.196 L 73.856 84.136 L 70.076 86.471 Z M 78.533 80.411 C 78.234 80.691 77.9 80.931 77.539 81.124 C 77.174 81.319 76.816 81.439 76.467 81.483 L 76.15 80.365 C 76.419 80.333 76.695 80.253 76.976 80.122 C 77.257 79.992 77.509 79.822 77.733 79.611 C 77.98 79.377 78.13 79.142 78.18 78.906 C 78.23 78.671 78.174 78.465 78.008 78.289 C 77.9 78.176 77.778 78.106 77.643 78.08 C 77.507 78.054 77.345 78.086 77.156 78.176 C 76.968 78.265 76.743 78.433 76.483 78.679 L 75.397 79.703 L 73.345 77.098 L 75.956 74.637 L 76.705 75.429 L 74.447 77.557 L 74.533 76.623 L 75.99 78.487 L 75.064 78.519 L 75.966 77.669 C 76.389 77.269 76.782 77.006 77.146 76.878 C 77.509 76.75 77.846 76.731 78.156 76.818 C 78.465 76.906 78.739 77.076 78.976 77.329 C 79.208 77.573 79.369 77.875 79.443 78.204 C 79.521 78.539 79.489 78.894 79.349 79.271 C 79.21 79.649 78.936 80.03 78.529 80.413 L 78.533 80.413 Z M 83.076 76.671 L 78.355 69.76 L 79.042 68.828 L 83.762 75.737 L 83.076 76.669 Z M 86.435 70.226 L 85.645 69.84 L 84.715 66.87 C 84.647 66.639 84.577 66.457 84.501 66.323 C 84.425 66.19 84.345 66.088 84.259 66.014 C 84.174 65.94 84.088 65.884 84.002 65.842 C 83.796 65.743 83.601 65.735 83.417 65.818 C 83.234 65.902 83.072 66.086 82.936 66.367 C 82.826 66.593 82.77 66.822 82.77 67.052 C 82.77 67.281 82.826 67.505 82.938 67.721 L 81.936 68.323 C 81.731 67.98 81.627 67.585 81.629 67.138 C 81.629 66.691 81.745 66.232 81.974 65.758 C 82.166 65.367 82.395 65.054 82.667 64.818 C 82.936 64.583 83.228 64.441 83.541 64.391 C 83.854 64.341 84.172 64.395 84.493 64.553 C 84.659 64.633 84.816 64.739 84.962 64.87 C 85.11 65.002 85.246 65.176 85.371 65.391 C 85.495 65.607 85.615 65.894 85.725 66.253 L 86.485 68.713 L 85.934 68.733 L 87.389 65.749 L 88.383 66.234 L 86.437 70.228 L 86.435 70.228 Z M 90.493 59.944 C 90.363 60.465 90.144 60.888 89.836 61.216 C 89.527 61.541 89.138 61.756 88.665 61.862 C 88.192 61.968 87.653 61.942 87.044 61.792 C 86.383 61.629 85.854 61.365 85.461 61.006 C 85.068 60.647 84.804 60.218 84.675 59.723 C 84.545 59.228 84.551 58.691 84.695 58.116 C 84.768 57.818 84.874 57.539 85.01 57.279 C 85.146 57.02 85.301 56.804 85.477 56.635 L 86.323 57.363 C 86.176 57.493 86.06 57.643 85.974 57.812 C 85.888 57.982 85.822 58.164 85.774 58.359 C 85.653 58.846 85.707 59.275 85.934 59.643 C 86.162 60.01 86.567 60.265 87.148 60.411 C 87.246 60.435 87.355 60.459 87.475 60.485 C 87.597 60.509 87.719 60.523 87.844 60.525 L 87.411 60.806 C 87.226 60.651 87.08 60.473 86.978 60.275 C 86.874 60.078 86.814 59.856 86.798 59.613 C 86.78 59.369 86.806 59.112 86.874 58.84 C 86.966 58.471 87.122 58.16 87.341 57.902 C 87.561 57.647 87.824 57.463 88.134 57.353 C 88.443 57.244 88.776 57.234 89.136 57.321 C 89.521 57.417 89.832 57.595 90.07 57.856 C 90.307 58.118 90.463 58.429 90.537 58.792 C 90.611 59.156 90.597 59.541 90.495 59.948 L 90.495 59.944 Z M 89.489 59.772 C 89.535 59.589 89.541 59.415 89.509 59.255 C 89.477 59.096 89.405 58.958 89.295 58.844 C 89.186 58.731 89.046 58.653 88.878 58.611 C 88.619 58.547 88.389 58.583 88.19 58.721 C 87.992 58.858 87.856 59.074 87.782 59.367 C 87.735 59.563 87.729 59.743 87.768 59.908 C 87.808 60.074 87.88 60.214 87.988 60.329 C 88.094 60.445 88.232 60.525 88.399 60.567 C 88.557 60.607 88.709 60.601 88.856 60.551 C 89.004 60.501 89.134 60.413 89.242 60.283 C 89.351 60.156 89.433 59.986 89.485 59.774 L 89.489 59.774 Z\" fill=\"rgb(21,65,146)\"></path><path d=\"M 50.01 81.85 C 32.453 81.85 18.17 67.567 18.17 50.01 C 18.17 32.453 32.453 18.17 50.01 18.17 C 67.567 18.17 81.85 32.453 81.85 50.01 C 81.85 67.567 67.567 81.85 50.01 81.85 Z M 50.01 19.709 C 33.301 19.709 19.707 33.303 19.707 50.012 C 19.707 66.721 33.301 80.315 50.01 80.315 C 66.719 80.315 80.313 66.721 80.313 50.012 C 80.313 33.303 66.719 19.709 50.01 19.709 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 4.1 50.409 L 18.94 50.409 L 18.94 51.946 L 4.1 51.946 Z M 81.082 50.409 L 95.922 50.409 L 95.922 51.946 L 81.082 51.946 Z\" fill=\"rgb(255,255,255)\"></path></g></svg>',svgContentId:9483914711,withExternalLayout:true})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kyb0e9\",layoutDependency:layoutDependency,layoutId:\"eiL1YLo3I\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(41, 41, 41))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"n2Affico2\"},nodeId:\"g7LJTjFUJ\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-14pgpa5\",\"data-styles-preset\":\"i4qGg0BbJ\",children:\"A Miss\\xe3o\"})})})}),className:\"framer-1fyyzwz\",fonts:[\"FS;Montserrat-regular\"],layoutDependency:layoutDependency,layoutId:\"g7LJTjFUJ\",style:{\"--extracted-r6o4lv\":\"rgb(41, 41, 41)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(41, 41, 41))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"typ7bnAK7\"},nodeId:\"Qge8WM79c\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-14pgpa5\",\"data-styles-preset\":\"i4qGg0BbJ\",children:\"A Equipe\"})})})}),className:\"framer-tlcll0\",fonts:[\"FS;Montserrat-regular\"],layoutDependency:layoutDependency,layoutId:\"Qge8WM79c\",style:{\"--extracted-r6o4lv\":\"rgb(41, 41, 41)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(41, 41, 41))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"whvCyfHNc\"},nodeId:\"r_Vgtir6r\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-14pgpa5\",\"data-styles-preset\":\"i4qGg0BbJ\",children:\"Not\\xedcias\"})})})}),className:\"framer-1ozkpin\",fonts:[\"FS;Montserrat-regular\"],layoutDependency:layoutDependency,layoutId:\"r_Vgtir6r\",style:{\"--extracted-r6o4lv\":\"rgb(41, 41, 41)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(41, 41, 41))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ze326Meor\"},nodeId:\"hIGpEkQqg\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-14pgpa5\",\"data-styles-preset\":\"i4qGg0BbJ\",children:\"Contato\"})})})}),className:\"framer-16z1sko\",fonts:[\"FS;Montserrat-regular\"],layoutDependency:layoutDependency,layoutId:\"hIGpEkQqg\",style:{\"--extracted-r6o4lv\":\"rgb(41, 41, 41)\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-12hotcc\",layoutDependency:layoutDependency,layoutId:\"DpfYnNKqN\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-n695aq\",layoutDependency:layoutDependency,layoutId:\"LZj_PoLog\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,y:(componentViewport?.y||0)+50+(((componentViewport?.height||393)-50-343)/2+0+0)+0+0+0+0,...addPropertyOverrides({rToLXJ2cD:{y:(componentViewport?.y||0)+50+(((componentViewport?.height||200)-50-424)/2+0+0)+0+226+0+0+0},TSIyK4iWG:{y:(componentViewport?.y||0)+50+(((componentViewport?.height||200)-50-728)/2+0+0)+0+394+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-m3d4uo-container\",layoutDependency:layoutDependency,layoutId:\"jfcI5NMDm-container\",children:/*#__PURE__*/_jsx(Insta,{height:\"100%\",id:\"jfcI5NMDm\",layoutId:\"jfcI5NMDm\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,y:(componentViewport?.y||0)+50+(((componentViewport?.height||393)-50-343)/2+0+0)+0+0+0+0,...addPropertyOverrides({rToLXJ2cD:{y:(componentViewport?.y||0)+50+(((componentViewport?.height||200)-50-424)/2+0+0)+0+226+0+0+0},TSIyK4iWG:{y:(componentViewport?.y||0)+50+(((componentViewport?.height||200)-50-728)/2+0+0)+0+394+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-65yzyx-container\",layoutDependency:layoutDependency,layoutId:\"rJWKFPgWV-container\",children:/*#__PURE__*/_jsx(Youtube,{height:\"100%\",id:\"rJWKFPgWV\",layoutId:\"rJWKFPgWV\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,y:(componentViewport?.y||0)+50+(((componentViewport?.height||393)-50-343)/2+0+0)+0+0+0+0,...addPropertyOverrides({rToLXJ2cD:{y:(componentViewport?.y||0)+50+(((componentViewport?.height||200)-50-424)/2+0+0)+0+226+0+0+0},TSIyK4iWG:{y:(componentViewport?.y||0)+50+(((componentViewport?.height||200)-50-728)/2+0+0)+0+394+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wgzo5o-container\",layoutDependency:layoutDependency,layoutId:\"ut12aJB41-container\",children:/*#__PURE__*/_jsx(Linkedin,{height:\"100%\",id:\"ut12aJB41\",layoutId:\"ut12aJB41\",width:\"100%\"})})})]})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ywwsni\",layoutDependency:layoutDependency,layoutId:\"Cfku1aDI4\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1saWdodA==\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Todos os direitos reservados Miss\\xe3o Criosfera 1 2025/2026\"})}),className:\"framer-7jtczu\",fonts:[\"FS;Montserrat-light\"],layoutDependency:layoutDependency,layoutId:\"ViUEstmqp\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({TSIyK4iWG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1saWdodA==\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Todos os direitos reservados Miss\\xe3o Criosfera 1 2025/2026\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Link,{href:\"http://haus.art.br\",nodeId:\"Cbkvg7AGu\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-7823wd framer-12c07c6\",\"data-framer-name\":\"haus\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Cbkvg7AGu\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 185 23\"><path d=\"M 0.307 8.642 L 1.375 8.642 L 1.375 17.424 L 0.307 17.424 Z M 2.946 17.424 L 0.897 17.424 L 0.897 16.358 L 2.946 16.358 C 3.44 16.358 3.892 16.283 4.303 16.132 C 4.713 15.973 5.065 15.752 5.358 15.467 C 5.652 15.174 5.878 14.823 6.037 14.413 C 6.196 14.004 6.276 13.544 6.276 13.033 C 6.276 12.523 6.196 12.063 6.037 11.653 C 5.878 11.244 5.652 10.896 5.358 10.612 C 5.065 10.319 4.713 10.098 4.303 9.947 C 3.892 9.788 3.44 9.709 2.946 9.709 L 0.897 9.709 L 0.897 8.642 L 2.946 8.642 C 3.8 8.642 4.558 8.826 5.22 9.194 C 5.882 9.562 6.401 10.077 6.778 10.738 C 7.155 11.39 7.344 12.155 7.344 13.033 C 7.344 13.912 7.155 14.681 6.778 15.342 C 6.401 15.994 5.882 16.504 5.22 16.872 C 4.558 17.24 3.8 17.424 2.946 17.424 Z\" fill=\"var(--token-4336fc69-0594-48b9-a7c7-dd96624cbe19, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Branco&quot;} */\"></path><path d=\"M 11.022 17.55 C 10.486 17.55 10.008 17.424 9.589 17.173 C 9.179 16.914 8.856 16.559 8.622 16.107 C 8.395 15.655 8.282 15.133 8.282 14.539 C 8.282 13.937 8.4 13.41 8.634 12.958 C 8.877 12.506 9.212 12.155 9.639 11.904 C 10.075 11.653 10.578 11.528 11.147 11.528 C 11.717 11.528 12.203 11.649 12.605 11.892 C 13.015 12.126 13.33 12.465 13.547 12.908 C 13.765 13.351 13.874 13.878 13.874 14.489 C 13.874 14.547 13.87 14.61 13.862 14.677 C 13.862 14.735 13.862 14.773 13.862 14.79 L 8.923 14.79 L 8.923 13.937 L 13.07 13.937 L 12.668 14.514 C 12.693 14.472 12.718 14.409 12.743 14.326 C 12.768 14.234 12.781 14.158 12.781 14.1 C 12.781 13.757 12.71 13.46 12.567 13.209 C 12.433 12.958 12.245 12.762 12.002 12.619 C 11.759 12.477 11.474 12.406 11.147 12.406 C 10.762 12.406 10.431 12.49 10.155 12.657 C 9.887 12.816 9.677 13.05 9.526 13.36 C 9.384 13.661 9.309 14.033 9.3 14.476 C 9.3 14.928 9.371 15.312 9.514 15.63 C 9.656 15.948 9.866 16.191 10.142 16.358 C 10.419 16.525 10.754 16.609 11.147 16.609 C 11.541 16.609 11.889 16.525 12.19 16.358 C 12.492 16.182 12.747 15.919 12.957 15.568 L 13.774 16.082 C 13.472 16.567 13.091 16.935 12.63 17.186 C 12.178 17.428 11.642 17.55 11.022 17.55 Z\" fill=\"var(--token-4336fc69-0594-48b9-a7c7-dd96624cbe19, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Branco&quot;} */\"></path><path d=\"M 15.491 15.655 C 15.608 15.831 15.742 15.994 15.893 16.145 C 16.044 16.295 16.215 16.416 16.408 16.508 C 16.609 16.592 16.827 16.634 17.062 16.634 C 17.346 16.634 17.568 16.571 17.728 16.446 C 17.895 16.312 17.979 16.132 17.979 15.906 C 17.979 15.706 17.912 15.538 17.778 15.404 C 17.652 15.262 17.489 15.145 17.288 15.053 C 17.087 14.953 16.873 14.861 16.647 14.777 C 16.396 14.677 16.14 14.56 15.88 14.426 C 15.629 14.284 15.415 14.104 15.239 13.886 C 15.072 13.661 14.988 13.38 14.988 13.046 C 14.988 12.703 15.076 12.419 15.252 12.193 C 15.436 11.967 15.671 11.8 15.956 11.691 C 16.249 11.582 16.551 11.528 16.86 11.528 C 17.17 11.528 17.459 11.578 17.728 11.678 C 18.004 11.779 18.247 11.913 18.456 12.08 C 18.666 12.247 18.829 12.44 18.946 12.657 L 18.142 13.171 C 17.983 12.954 17.782 12.774 17.539 12.632 C 17.304 12.49 17.036 12.419 16.735 12.419 C 16.525 12.419 16.345 12.465 16.194 12.557 C 16.044 12.649 15.968 12.791 15.968 12.983 C 15.968 13.134 16.027 13.268 16.144 13.385 C 16.261 13.502 16.412 13.606 16.597 13.698 C 16.781 13.79 16.974 13.878 17.175 13.962 C 17.51 14.096 17.815 14.242 18.092 14.401 C 18.368 14.551 18.586 14.735 18.745 14.953 C 18.913 15.17 18.997 15.45 18.997 15.793 C 18.997 16.295 18.812 16.713 18.444 17.048 C 18.084 17.382 17.606 17.55 17.011 17.55 C 16.626 17.55 16.278 17.483 15.968 17.349 C 15.658 17.207 15.394 17.027 15.177 16.81 C 14.967 16.592 14.808 16.37 14.699 16.145 Z\" fill=\"var(--token-4336fc69-0594-48b9-a7c7-dd96624cbe19, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Branco&quot;} */\"></path><path d=\"M 22.557 17.55 C 22.021 17.55 21.543 17.424 21.124 17.173 C 20.714 16.914 20.391 16.559 20.157 16.107 C 19.931 15.655 19.818 15.133 19.818 14.539 C 19.818 13.937 19.935 13.41 20.169 12.958 C 20.412 12.506 20.747 12.155 21.175 11.904 C 21.61 11.653 22.113 11.528 22.683 11.528 C 23.252 11.528 23.738 11.649 24.14 11.892 C 24.551 12.126 24.865 12.465 25.083 12.908 C 25.301 13.351 25.409 13.878 25.409 14.489 C 25.409 14.547 25.405 14.61 25.397 14.677 C 25.397 14.735 25.397 14.773 25.397 14.79 L 20.458 14.79 L 20.458 13.937 L 24.605 13.937 L 24.203 14.514 C 24.228 14.472 24.253 14.409 24.278 14.326 C 24.304 14.234 24.316 14.158 24.316 14.1 C 24.316 13.757 24.245 13.46 24.103 13.209 C 23.969 12.958 23.78 12.762 23.537 12.619 C 23.294 12.477 23.009 12.406 22.683 12.406 C 22.297 12.406 21.966 12.49 21.69 12.657 C 21.422 12.816 21.212 13.05 21.062 13.36 C 20.919 13.661 20.844 14.033 20.835 14.476 C 20.835 14.928 20.907 15.312 21.049 15.63 C 21.191 15.948 21.401 16.191 21.677 16.358 C 21.954 16.525 22.289 16.609 22.683 16.609 C 23.076 16.609 23.424 16.525 23.726 16.358 C 24.027 16.182 24.283 15.919 24.492 15.568 L 25.309 16.082 C 25.007 16.567 24.626 16.935 24.165 17.186 C 23.713 17.428 23.177 17.55 22.557 17.55 Z\" fill=\"var(--token-4336fc69-0594-48b9-a7c7-dd96624cbe19, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Branco&quot;} */\"></path><path d=\"M 30.494 13.912 C 30.494 13.435 30.389 13.075 30.18 12.833 C 29.971 12.59 29.665 12.469 29.263 12.469 C 28.97 12.469 28.71 12.532 28.484 12.657 C 28.266 12.774 28.094 12.941 27.968 13.159 C 27.851 13.376 27.793 13.627 27.793 13.912 L 27.793 17.424 L 26.787 17.424 L 26.787 11.653 L 27.793 11.653 L 27.793 12.557 C 27.985 12.205 28.224 11.946 28.509 11.779 C 28.802 11.612 29.137 11.528 29.514 11.528 C 30.126 11.528 30.607 11.733 30.959 12.143 C 31.319 12.544 31.499 13.092 31.499 13.786 L 31.499 17.424 L 30.494 17.424 Z\" fill=\"var(--token-4336fc69-0594-48b9-a7c7-dd96624cbe19, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Branco&quot;} */\"></path><path d=\"M 32.386 11.653 L 33.516 11.653 L 35.15 15.731 L 36.784 11.653 L 37.915 11.653 L 35.15 17.863 Z\" fill=\"var(--token-4336fc69-0594-48b9-a7c7-dd96624cbe19, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Branco&quot;} */\"></path><path d=\"M 38.176 14.539 C 38.176 13.953 38.306 13.435 38.565 12.983 C 38.833 12.532 39.194 12.176 39.646 11.917 C 40.098 11.658 40.605 11.528 41.166 11.528 C 41.736 11.528 42.243 11.658 42.687 11.917 C 43.139 12.176 43.495 12.532 43.755 12.983 C 44.023 13.435 44.157 13.953 44.157 14.539 C 44.157 15.116 44.023 15.634 43.755 16.094 C 43.495 16.546 43.139 16.902 42.687 17.161 C 42.243 17.42 41.736 17.55 41.166 17.55 C 40.605 17.55 40.098 17.42 39.646 17.161 C 39.194 16.902 38.833 16.546 38.565 16.094 C 38.306 15.634 38.176 15.116 38.176 14.539 Z M 39.194 14.539 C 39.194 14.94 39.277 15.296 39.445 15.605 C 39.621 15.915 39.855 16.161 40.149 16.345 C 40.45 16.521 40.789 16.609 41.166 16.609 C 41.543 16.609 41.878 16.521 42.172 16.345 C 42.473 16.161 42.708 15.915 42.875 15.605 C 43.051 15.296 43.139 14.94 43.139 14.539 C 43.139 14.137 43.051 13.782 42.875 13.472 C 42.708 13.155 42.473 12.908 42.172 12.732 C 41.878 12.557 41.543 12.469 41.166 12.469 C 40.789 12.469 40.45 12.557 40.149 12.732 C 39.855 12.908 39.621 13.155 39.445 13.472 C 39.277 13.782 39.194 14.137 39.194 14.539 Z\" fill=\"var(--token-4336fc69-0594-48b9-a7c7-dd96624cbe19, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Branco&quot;} */\"></path><path d=\"M 45.538 7.639 L 46.543 7.639 L 46.543 17.424 L 45.538 17.424 Z\" fill=\"var(--token-4336fc69-0594-48b9-a7c7-dd96624cbe19, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Branco&quot;} */\"></path><path d=\"M 47.492 11.653 L 48.623 11.653 L 50.256 15.731 L 51.89 11.653 L 53.021 11.653 L 50.256 17.863 Z\" fill=\"var(--token-4336fc69-0594-48b9-a7c7-dd96624cbe19, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Branco&quot;} */\"></path><path d=\"M 53.969 9.27 C 53.969 9.077 54.036 8.914 54.17 8.78 C 54.312 8.647 54.476 8.58 54.66 8.58 C 54.853 8.58 55.016 8.647 55.15 8.78 C 55.284 8.914 55.351 9.077 55.351 9.27 C 55.351 9.454 55.284 9.617 55.15 9.759 C 55.016 9.893 54.853 9.96 54.66 9.96 C 54.476 9.96 54.312 9.893 54.17 9.759 C 54.036 9.617 53.969 9.454 53.969 9.27 Z M 54.157 11.653 L 55.162 11.653 L 55.162 17.424 L 54.157 17.424 Z\" fill=\"var(--token-4336fc69-0594-48b9-a7c7-dd96624cbe19, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Branco&quot;} */\"></path><path d=\"M 61.568 7.639 L 62.573 7.639 L 62.573 17.424 L 61.568 17.424 Z M 56.73 14.539 C 56.73 13.912 56.86 13.376 57.12 12.933 C 57.38 12.481 57.727 12.134 58.163 11.892 C 58.598 11.649 59.076 11.528 59.595 11.528 C 60.081 11.528 60.504 11.649 60.865 11.892 C 61.225 12.134 61.505 12.481 61.706 12.933 C 61.916 13.376 62.021 13.912 62.021 14.539 C 62.021 15.158 61.916 15.693 61.706 16.145 C 61.505 16.596 61.225 16.943 60.865 17.186 C 60.504 17.428 60.081 17.55 59.595 17.55 C 59.076 17.55 58.598 17.428 58.163 17.186 C 57.727 16.943 57.38 16.596 57.12 16.145 C 56.86 15.693 56.73 15.158 56.73 14.539 Z M 57.748 14.539 C 57.748 14.982 57.836 15.358 58.012 15.668 C 58.196 15.977 58.439 16.212 58.741 16.37 C 59.042 16.529 59.369 16.609 59.721 16.609 C 60.014 16.609 60.303 16.529 60.588 16.37 C 60.873 16.212 61.107 15.977 61.292 15.668 C 61.476 15.358 61.568 14.982 61.568 14.539 C 61.568 14.096 61.476 13.719 61.292 13.41 C 61.107 13.1 60.873 12.866 60.588 12.707 C 60.303 12.548 60.014 12.469 59.721 12.469 C 59.369 12.469 59.042 12.548 58.741 12.707 C 58.439 12.866 58.196 13.1 58.012 13.41 C 57.836 13.719 57.748 14.096 57.748 14.539 Z\" fill=\"var(--token-4336fc69-0594-48b9-a7c7-dd96624cbe19, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Branco&quot;} */\"></path><path d=\"M 63.897 14.539 C 63.897 13.953 64.027 13.435 64.286 12.983 C 64.554 12.532 64.915 12.176 65.367 11.917 C 65.819 11.658 66.326 11.528 66.888 11.528 C 67.457 11.528 67.964 11.658 68.408 11.917 C 68.86 12.176 69.216 12.532 69.476 12.983 C 69.744 13.435 69.878 13.953 69.878 14.539 C 69.878 15.116 69.744 15.634 69.476 16.094 C 69.216 16.546 68.86 16.902 68.408 17.161 C 67.964 17.42 67.457 17.55 66.888 17.55 C 66.326 17.55 65.819 17.42 65.367 17.161 C 64.915 16.902 64.554 16.546 64.286 16.094 C 64.027 15.634 63.897 15.116 63.897 14.539 Z M 64.915 14.539 C 64.915 14.94 64.998 15.296 65.166 15.605 C 65.342 15.915 65.576 16.161 65.87 16.345 C 66.171 16.521 66.511 16.609 66.888 16.609 C 67.265 16.609 67.6 16.521 67.893 16.345 C 68.194 16.161 68.429 15.915 68.597 15.605 C 68.772 15.296 68.86 14.94 68.86 14.539 C 68.86 14.137 68.772 13.782 68.597 13.472 C 68.429 13.155 68.194 12.908 67.893 12.732 C 67.6 12.557 67.265 12.469 66.888 12.469 C 66.511 12.469 66.171 12.557 65.87 12.732 C 65.576 12.908 65.342 13.155 65.166 13.472 C 64.998 13.782 64.915 14.137 64.915 14.539 Z\" fill=\"var(--token-4336fc69-0594-48b9-a7c7-dd96624cbe19, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Branco&quot;} */\"></path><path d=\"M 75.969 20.184 L 74.964 20.184 L 74.964 11.653 L 75.969 11.653 Z M 80.807 14.539 C 80.807 15.158 80.677 15.693 80.418 16.145 C 80.158 16.596 79.81 16.943 79.375 17.186 C 78.948 17.428 78.47 17.55 77.942 17.55 C 77.465 17.55 77.042 17.428 76.673 17.186 C 76.313 16.943 76.028 16.596 75.819 16.145 C 75.618 15.693 75.517 15.158 75.517 14.539 C 75.517 13.912 75.618 13.376 75.819 12.933 C 76.028 12.481 76.313 12.134 76.673 11.892 C 77.042 11.649 77.465 11.528 77.942 11.528 C 78.47 11.528 78.948 11.649 79.375 11.892 C 79.81 12.134 80.158 12.481 80.418 12.933 C 80.677 13.376 80.807 13.912 80.807 14.539 Z M 79.789 14.539 C 79.789 14.096 79.697 13.719 79.513 13.41 C 79.337 13.1 79.098 12.866 78.797 12.707 C 78.504 12.548 78.177 12.469 77.817 12.469 C 77.523 12.469 77.234 12.548 76.95 12.707 C 76.665 12.866 76.43 13.1 76.246 13.41 C 76.062 13.719 75.969 14.096 75.969 14.539 C 75.969 14.982 76.062 15.358 76.246 15.668 C 76.43 15.977 76.665 16.212 76.95 16.37 C 77.234 16.529 77.523 16.609 77.817 16.609 C 78.177 16.609 78.504 16.529 78.797 16.37 C 79.098 16.212 79.337 15.977 79.513 15.668 C 79.697 15.358 79.789 14.982 79.789 14.539 Z\" fill=\"var(--token-4336fc69-0594-48b9-a7c7-dd96624cbe19, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Branco&quot;} */\"></path><path d=\"M 81.69 14.539 C 81.69 13.953 81.82 13.435 82.08 12.983 C 82.348 12.532 82.708 12.176 83.161 11.917 C 83.613 11.658 84.12 11.528 84.681 11.528 C 85.251 11.528 85.758 11.658 86.202 11.917 C 86.654 12.176 87.01 12.532 87.27 12.983 C 87.538 13.435 87.672 13.953 87.672 14.539 C 87.672 15.116 87.538 15.634 87.27 16.094 C 87.01 16.546 86.654 16.902 86.202 17.161 C 85.758 17.42 85.251 17.55 84.681 17.55 C 84.12 17.55 83.613 17.42 83.161 17.161 C 82.708 16.902 82.348 16.546 82.08 16.094 C 81.82 15.634 81.69 15.116 81.69 14.539 Z M 82.708 14.539 C 82.708 14.94 82.792 15.296 82.96 15.605 C 83.136 15.915 83.37 16.161 83.663 16.345 C 83.965 16.521 84.304 16.609 84.681 16.609 C 85.058 16.609 85.393 16.521 85.686 16.345 C 85.988 16.161 86.223 15.915 86.39 15.605 C 86.566 15.296 86.654 14.94 86.654 14.539 C 86.654 14.137 86.566 13.782 86.39 13.472 C 86.223 13.155 85.988 12.908 85.686 12.732 C 85.393 12.557 85.058 12.469 84.681 12.469 C 84.304 12.469 83.965 12.557 83.663 12.732 C 83.37 12.908 83.136 13.155 82.96 13.472 C 82.792 13.782 82.708 14.137 82.708 14.539 Z\" fill=\"var(--token-4336fc69-0594-48b9-a7c7-dd96624cbe19, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Branco&quot;} */\"></path><path d=\"M 90.058 11.653 L 90.058 17.424 L 89.053 17.424 L 89.053 11.653 Z M 91.805 12.757 C 91.671 12.657 91.549 12.586 91.44 12.544 C 91.331 12.494 91.193 12.469 91.026 12.469 C 90.774 12.469 90.577 12.532 90.435 12.657 C 90.293 12.782 90.192 12.954 90.133 13.171 C 90.083 13.389 90.058 13.636 90.058 13.912 L 89.606 13.912 C 89.606 13.452 89.685 13.046 89.844 12.695 C 90.012 12.335 90.226 12.051 90.485 11.842 C 90.745 11.632 91.009 11.528 91.277 11.528 C 91.486 11.528 91.679 11.557 91.855 11.616 C 92.039 11.666 92.207 11.77 92.358 11.929 Z\" fill=\"var(--token-4336fc69-0594-48b9-a7c7-dd96624cbe19, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Branco&quot;} */\"></path><g transform=\"translate(106.811 0)\" id=\"ss11223411884_16\"><path d=\"M 0 129.636 L 0 106.636 L 78.189 106.636 L 78.189 129.636 Z\" fill=\"var(--token-8284366f-2718-4938-8134-9db5fee50ab8, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Neutral 0&quot;} */\"></path><path d=\"M 17 4.018 C 17.931 4.681 18.396 5.701 18.396 7.077 L 18.396 13.343 L 11.144 13.343 L 11.144 9.657 C 11.144 9.043 11 8.606 10.712 8.348 C 10.424 8.09 9.981 7.961 9.381 7.961 C 8.732 7.961 8.215 8.106 7.83 8.395 C 7.445 8.684 7.252 9.209 7.251 9.97 L 7.251 13.343 L 0 13.343 L 0 0 L 7.251 0 L 7.251 4.607 L 7.38 4.607 C 8.763 3.551 10.592 3.023 12.87 3.022 C 14.693 3.022 16.07 3.354 17 4.018 Z\" fill=\"var(--token-8284366f-2718-4938-8134-9db5fee50ab8, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Neutral 0&quot;} */\"></path><path d=\"M 38.388 12.586 C 38.397 12.81 38.428 13.032 38.479 13.25 L 38.479 13.342 L 31.356 13.342 C 31.271 13.157 31.228 12.832 31.228 12.364 L 31.228 12.051 C 30.726 12.567 29.939 12.997 28.868 13.341 C 27.798 13.685 26.528 13.857 25.059 13.857 C 21.008 13.857 18.982 12.714 18.982 10.429 C 18.982 9.25 19.356 8.415 20.103 7.923 C 20.849 7.431 21.993 7.148 23.535 7.075 L 29.759 6.707 C 30.151 6.682 30.438 6.627 30.622 6.54 C 30.806 6.454 30.898 6.318 30.898 6.133 C 30.898 5.765 30.323 5.58 29.172 5.58 C 28.082 5.58 27.439 5.85 27.244 6.391 L 19.644 6.391 C 19.692 5.421 20.069 4.674 20.773 4.151 C 21.477 3.627 22.487 3.271 23.801 3.082 C 25.117 2.892 26.852 2.797 29.007 2.797 C 31.295 2.797 33.094 2.88 34.403 3.046 C 35.712 3.212 36.701 3.537 37.368 4.023 C 38.035 4.509 38.368 5.224 38.368 6.17 L 38.368 11.776 C 38.369 12.072 38.375 12.342 38.388 12.586 Z M 31.136 8.846 C 30.94 8.957 30.634 9.037 30.219 9.086 L 27.629 9.436 C 26.845 9.522 26.453 9.799 26.453 10.265 C 26.453 10.511 26.566 10.689 26.792 10.8 C 27.019 10.91 27.358 10.965 27.811 10.965 C 28.778 10.965 29.573 10.8 30.198 10.468 C 30.823 10.136 31.135 9.663 31.134 9.049 Z\" fill=\"var(--token-8284366f-2718-4938-8134-9db5fee50ab8, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Neutral 0&quot;} */\"></path><path d=\"M 50.229 12.034 L 50.101 12.034 C 49.415 12.526 48.626 12.916 47.733 13.205 C 46.839 13.493 45.763 13.638 44.502 13.638 C 42.678 13.638 41.3 13.306 40.37 12.642 C 39.441 11.979 38.976 10.959 38.976 9.583 L 38.976 3.317 L 46.227 3.317 L 46.227 7.003 C 46.227 7.605 46.371 8.038 46.658 8.302 C 46.946 8.566 47.39 8.698 47.99 8.698 C 48.626 8.698 49.14 8.551 49.532 8.256 C 49.923 7.961 50.119 7.433 50.119 6.671 L 50.119 3.317 L 57.371 3.317 L 57.371 13.343 L 50.229 13.343 Z\" fill=\"var(--token-8284366f-2718-4938-8134-9db5fee50ab8, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Neutral 0&quot;} */\"></path><path d=\"M 67.578 5.437 C 66.88 5.437 66.403 5.479 66.146 5.565 C 65.889 5.651 65.761 5.787 65.76 5.973 C 65.76 6.132 65.861 6.249 66.064 6.323 C 66.266 6.397 66.66 6.458 67.247 6.507 L 73.562 6.929 C 74.652 7.003 75.524 7.144 76.179 7.353 C 76.834 7.561 77.332 7.896 77.675 8.357 C 78.017 8.819 78.189 9.461 78.189 10.283 C 78.189 11.315 77.838 12.086 77.134 12.596 C 76.431 13.106 75.384 13.444 73.994 13.61 C 72.605 13.776 70.656 13.859 68.147 13.858 C 65.713 13.858 63.788 13.776 62.373 13.61 C 60.959 13.444 59.86 13.106 59.077 12.596 C 58.293 12.087 57.877 11.322 57.829 10.302 L 66.147 10.302 C 66.245 10.633 66.459 10.87 66.789 11.011 C 67.119 11.153 67.639 11.223 68.349 11.223 C 69.12 11.223 69.644 11.174 69.92 11.076 C 70.195 10.977 70.333 10.818 70.332 10.597 C 70.332 10.412 70.234 10.286 70.039 10.219 C 69.843 10.151 69.445 10.087 68.845 10.025 L 63.099 9.546 C 61.96 9.448 61.037 9.294 60.327 9.085 C 59.617 8.876 59.073 8.554 58.693 8.118 C 58.314 7.683 58.125 7.084 58.125 6.321 C 58.125 5.326 58.486 4.573 59.208 4.063 C 59.93 3.554 60.952 3.216 62.274 3.05 C 63.596 2.884 65.352 2.801 67.543 2.801 C 69.869 2.801 71.742 2.881 73.161 3.041 C 74.58 3.201 75.694 3.529 76.502 4.026 C 77.31 4.524 77.738 5.252 77.787 6.21 L 69.689 6.21 C 69.517 5.694 68.814 5.437 67.578 5.437 Z\" fill=\"var(--token-8284366f-2718-4938-8134-9db5fee50ab8, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Neutral 0&quot;} */\"></path><path d=\"M 23.452 18.179 L 23.452 16.284 L 24.363 16.284 L 24.363 21.541 L 23.474 21.541 L 23.474 20.989 L 23.445 20.989 C 23.269 21.207 23.041 21.378 22.783 21.486 C 22.511 21.605 22.191 21.664 21.825 21.664 C 21.126 21.664 20.577 21.482 20.179 21.119 C 19.782 20.756 19.583 20.251 19.583 19.602 C 19.583 18.953 19.782 18.448 20.179 18.085 C 20.577 17.721 21.126 17.54 21.825 17.54 C 22.523 17.54 23.056 17.753 23.423 18.179 Z M 23.083 20.564 C 23.344 20.324 23.474 20.004 23.474 19.602 C 23.474 19.2 23.344 18.879 23.083 18.64 C 22.823 18.4 22.461 18.28 21.998 18.28 C 21.517 18.28 21.152 18.391 20.906 18.611 C 20.661 18.831 20.538 19.161 20.538 19.602 C 20.538 20.042 20.661 20.373 20.906 20.593 C 21.152 20.813 21.517 20.923 21.998 20.924 C 22.461 20.924 22.823 20.804 23.083 20.564 Z\" fill=\"var(--token-8284366f-2718-4938-8134-9db5fee50ab8, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Neutral 0&quot;} */\"></path><path d=\"M 30.041 19.82 L 26.223 19.82 C 26.294 20.58 26.791 20.96 27.712 20.96 C 28.127 20.96 28.436 20.896 28.638 20.767 C 28.84 20.639 28.959 20.488 28.993 20.314 L 30.013 20.314 C 29.955 20.706 29.745 21.029 29.383 21.283 C 29.021 21.537 28.465 21.664 27.713 21.664 C 26.927 21.664 26.323 21.482 25.901 21.119 C 25.48 20.756 25.269 20.246 25.268 19.587 C 25.268 18.929 25.477 18.419 25.894 18.056 C 26.311 17.693 26.9 17.511 27.662 17.511 C 28.424 17.511 29.014 17.693 29.431 18.056 C 29.848 18.419 30.057 18.929 30.057 19.587 C 30.056 19.665 30.05 19.743 30.041 19.82 Z M 26.717 18.444 C 26.479 18.597 26.326 18.825 26.258 19.13 L 29.072 19.13 C 28.928 18.52 28.457 18.215 27.661 18.215 C 27.271 18.215 26.957 18.291 26.717 18.444 Z\" fill=\"var(--token-8284366f-2718-4938-8134-9db5fee50ab8, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Neutral 0&quot;} */\"></path><path d=\"M 33.78 18.335 C 33.567 18.24 33.261 18.193 32.861 18.193 C 32.476 18.193 32.196 18.233 32.022 18.313 C 31.849 18.393 31.761 18.508 31.761 18.658 C 31.761 18.784 31.806 18.876 31.895 18.934 C 31.985 18.992 32.136 19.03 32.348 19.05 L 33.989 19.202 C 34.38 19.241 34.684 19.347 34.9 19.518 C 35.117 19.69 35.225 19.972 35.225 20.364 C 35.225 20.848 35.037 21.186 34.661 21.377 C 34.285 21.569 33.723 21.664 32.976 21.662 C 32.233 21.662 31.664 21.559 31.269 21.353 C 30.873 21.148 30.669 20.769 30.654 20.217 L 31.601 20.217 C 31.621 20.498 31.747 20.694 31.981 20.805 C 32.215 20.916 32.552 20.972 32.99 20.972 C 33.828 20.972 34.248 20.786 34.248 20.413 C 34.248 20.268 34.202 20.164 34.111 20.101 C 34.019 20.038 33.867 19.995 33.655 19.97 L 32.072 19.811 C 31.666 19.772 31.354 19.669 31.135 19.502 C 30.917 19.336 30.807 19.068 30.806 18.7 C 30.806 18.274 30.985 17.969 31.342 17.785 C 31.699 17.601 32.205 17.509 32.861 17.509 C 33.54 17.509 34.077 17.608 34.47 17.807 C 34.863 18.005 35.064 18.342 35.074 18.818 L 34.12 18.818 C 34.105 18.59 33.992 18.429 33.78 18.335 Z\" fill=\"var(--token-8284366f-2718-4938-8134-9db5fee50ab8, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Neutral 0&quot;} */\"></path><path d=\"M 36.102 16.255 L 37.042 16.255 L 37.042 16.988 L 36.102 16.988 Z M 36.116 17.634 L 37.027 17.634 L 37.027 21.541 L 36.116 21.541 Z\" fill=\"var(--token-8284366f-2718-4938-8134-9db5fee50ab8, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Neutral 0&quot;} */\"></path><path d=\"M 42.647 17.637 L 42.647 21.384 C 42.647 21.781 42.586 22.093 42.466 22.321 C 42.345 22.548 42.122 22.719 41.797 22.833 C 41.472 22.946 40.996 23.003 40.368 23.003 C 39.771 23.003 39.304 22.946 38.969 22.833 C 38.634 22.719 38.405 22.565 38.28 22.372 C 38.154 22.178 38.089 21.941 38.084 21.66 L 39.089 21.66 C 39.098 21.755 39.129 21.847 39.18 21.928 C 39.23 22.009 39.3 22.077 39.383 22.125 C 39.558 22.236 39.887 22.292 40.37 22.292 C 40.746 22.292 41.033 22.26 41.231 22.197 C 41.428 22.134 41.561 22.04 41.632 21.914 C 41.702 21.788 41.737 21.612 41.737 21.385 L 41.737 20.706 L 41.708 20.706 C 41.52 20.897 41.294 21.047 41.046 21.148 C 40.783 21.26 40.476 21.316 40.124 21.315 C 39.444 21.315 38.909 21.15 38.518 20.818 C 38.128 20.487 37.933 20.023 37.931 19.429 C 37.931 18.834 38.127 18.37 38.517 18.039 C 38.908 17.707 39.443 17.541 40.123 17.541 C 40.807 17.541 41.342 17.752 41.728 18.173 L 41.757 18.173 L 41.757 17.637 Z M 41.367 20.265 C 41.622 20.057 41.75 19.779 41.75 19.43 C 41.75 19.081 41.622 18.802 41.367 18.595 C 41.111 18.387 40.757 18.283 40.303 18.283 C 39.836 18.283 39.482 18.378 39.244 18.568 C 39.005 18.758 38.886 19.045 38.886 19.429 C 38.886 19.806 39.006 20.091 39.247 20.284 C 39.489 20.477 39.84 20.574 40.303 20.575 C 40.757 20.575 41.111 20.471 41.367 20.263 Z\" fill=\"var(--token-8284366f-2718-4938-8134-9db5fee50ab8, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Neutral 0&quot;} */\"></path><path d=\"M 44.629 18.135 L 44.658 18.135 C 44.862 17.932 45.111 17.779 45.384 17.687 C 45.689 17.586 46.008 17.535 46.328 17.539 C 46.882 17.539 47.327 17.653 47.663 17.88 C 47.998 18.108 48.166 18.456 48.165 18.926 L 48.165 21.539 L 47.254 21.539 L 47.254 19.246 C 47.254 18.907 47.153 18.663 46.95 18.513 C 46.748 18.363 46.444 18.288 46.039 18.288 C 45.658 18.288 45.331 18.385 45.059 18.579 C 44.787 18.772 44.651 19.068 44.651 19.465 L 44.651 21.542 L 43.74 21.542 L 43.74 17.637 L 44.63 17.637 Z\" fill=\"var(--token-8284366f-2718-4938-8134-9db5fee50ab8, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Neutral 0&quot;} */\"></path><path d=\"M 54.523 18.335 C 54.31 18.241 54.004 18.194 53.604 18.194 C 53.219 18.194 52.939 18.233 52.765 18.313 C 52.592 18.393 52.504 18.508 52.504 18.658 C 52.504 18.784 52.549 18.876 52.638 18.934 C 52.728 18.992 52.879 19.031 53.09 19.05 L 54.733 19.203 C 55.123 19.242 55.427 19.347 55.644 19.518 C 55.861 19.69 55.969 19.972 55.968 20.364 C 55.968 20.848 55.78 21.186 55.404 21.377 C 55.027 21.569 54.466 21.664 53.719 21.663 C 52.976 21.663 52.407 21.56 52.012 21.354 C 51.616 21.148 51.412 20.769 51.397 20.217 L 52.345 20.217 C 52.364 20.499 52.49 20.695 52.724 20.806 C 52.958 20.917 53.295 20.972 53.734 20.973 C 54.572 20.973 54.991 20.786 54.991 20.414 C 54.991 20.268 54.946 20.165 54.854 20.101 C 54.763 20.038 54.611 19.995 54.398 19.971 L 52.816 19.811 C 52.41 19.772 52.098 19.669 51.88 19.503 C 51.661 19.336 51.551 19.068 51.55 18.7 C 51.55 18.274 51.729 17.969 52.086 17.785 C 52.443 17.602 52.949 17.51 53.605 17.51 C 54.285 17.51 54.821 17.609 55.214 17.807 C 55.607 18.005 55.808 18.342 55.817 18.818 L 54.863 18.818 C 54.848 18.591 54.735 18.43 54.523 18.335 Z\" fill=\"var(--token-8284366f-2718-4938-8134-9db5fee50ab8, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Neutral 0&quot;} */\"></path><path d=\"M 58.975 20.811 C 59.117 20.799 59.229 20.785 59.311 20.77 L 59.311 21.54 C 59.194 21.563 59.075 21.579 58.956 21.587 C 58.811 21.6 58.676 21.606 58.55 21.606 C 58.188 21.606 57.906 21.571 57.703 21.501 C 57.501 21.431 57.356 21.319 57.269 21.167 C 57.182 21.014 57.139 20.805 57.139 20.539 L 57.139 18.288 L 56.338 18.288 L 56.338 17.637 L 57.141 17.637 L 57.141 16.553 L 58.045 16.553 L 58.045 17.637 L 59.333 17.637 L 59.333 18.288 L 58.045 18.288 L 58.045 20.394 C 58.045 20.557 58.086 20.672 58.172 20.735 C 58.258 20.798 58.4 20.829 58.602 20.829 C 58.709 20.829 58.833 20.823 58.975 20.811 Z\" fill=\"var(--token-8284366f-2718-4938-8134-9db5fee50ab8, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Neutral 0&quot;} */\"></path><path d=\"M 63.743 21.04 L 63.714 21.04 C 63.507 21.242 63.257 21.395 62.984 21.488 C 62.681 21.59 62.363 21.64 62.043 21.636 C 61.489 21.636 61.044 21.523 60.709 21.295 C 60.374 21.068 60.207 20.72 60.207 20.25 L 60.207 17.637 L 61.118 17.637 L 61.118 19.931 C 61.118 20.265 61.219 20.508 61.421 20.66 C 61.625 20.813 61.928 20.889 62.333 20.889 C 62.714 20.889 63.041 20.792 63.313 20.599 C 63.585 20.405 63.721 20.11 63.722 19.713 L 63.722 17.637 L 64.636 17.637 L 64.636 21.543 L 63.743 21.543 Z\" fill=\"var(--token-8284366f-2718-4938-8134-9db5fee50ab8, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Neutral 0&quot;} */\"></path><path d=\"M 69.407 18.179 L 69.407 16.284 L 70.319 16.284 L 70.319 21.541 L 69.429 21.541 L 69.429 20.989 L 69.4 20.989 C 69.224 21.207 68.997 21.378 68.738 21.486 C 68.466 21.605 68.146 21.664 67.78 21.664 C 67.08 21.664 66.532 21.482 66.134 21.119 C 65.737 20.756 65.538 20.251 65.538 19.602 C 65.538 18.953 65.737 18.448 66.134 18.085 C 66.532 17.721 67.08 17.54 67.78 17.54 C 68.479 17.54 69.012 17.753 69.378 18.179 Z M 69.039 20.564 C 69.299 20.324 69.429 20.004 69.429 19.602 C 69.429 19.2 69.299 18.879 69.039 18.64 C 68.778 18.4 68.416 18.28 67.954 18.28 C 67.471 18.28 67.108 18.391 66.862 18.611 C 66.616 18.831 66.492 19.161 66.492 19.602 C 66.492 20.042 66.616 20.373 66.862 20.593 C 67.108 20.813 67.471 20.923 67.954 20.924 C 68.416 20.924 68.778 20.804 69.039 20.564 Z\" fill=\"var(--token-8284366f-2718-4938-8134-9db5fee50ab8, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Neutral 0&quot;} */\"></path><path d=\"M 71.396 16.255 L 72.336 16.255 L 72.336 16.988 L 71.396 16.988 Z M 71.411 17.637 L 72.322 17.637 L 72.322 21.543 L 71.411 21.543 Z\" fill=\"var(--token-8284366f-2718-4938-8134-9db5fee50ab8, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Neutral 0&quot;} */\"></path><path d=\"M 77.482 18.056 C 77.904 18.418 78.115 18.929 78.115 19.587 C 78.115 20.246 77.904 20.757 77.482 21.119 C 77.059 21.482 76.456 21.664 75.671 21.664 C 74.887 21.664 74.283 21.482 73.86 21.119 C 73.438 20.757 73.227 20.246 73.227 19.587 C 73.227 18.929 73.438 18.418 73.86 18.056 C 74.282 17.692 74.886 17.511 75.671 17.511 C 76.457 17.511 77.061 17.693 77.482 18.056 Z M 76.781 20.586 C 77.033 20.36 77.16 20.028 77.16 19.587 C 77.16 19.147 77.035 18.815 76.784 18.589 C 76.533 18.364 76.161 18.252 75.67 18.252 C 75.178 18.252 74.807 18.364 74.556 18.589 C 74.305 18.814 74.18 19.147 74.18 19.587 C 74.18 20.028 74.306 20.361 74.56 20.586 C 74.813 20.811 75.183 20.923 75.67 20.923 C 76.156 20.924 76.527 20.811 76.781 20.586 Z\" fill=\"var(--token-8284366f-2718-4938-8134-9db5fee50ab8, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Neutral 0&quot;} */\"></path><path d=\"M 18.395 15.984 L 0 15.984 L 0 22.298 L 18.395 22.298 Z\" fill=\"var(--token-6fc29444-2ea4-4b96-ad9e-dc5d7a6d8264, rgb(55, 89, 216)) /* {&quot;name&quot;:&quot;Secondary Base&quot;} */\"></path></g></svg>',svgContentId:11223411884,withExternalLayout:true,...addPropertyOverrides({TSIyK4iWG:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 185 23\"><path d=\"M 0.307 8.642 L 1.375 8.642 L 1.375 17.424 L 0.307 17.424 Z M 2.946 17.424 L 0.897 17.424 L 0.897 16.358 L 2.946 16.358 C 3.44 16.358 3.892 16.283 4.303 16.132 C 4.713 15.973 5.065 15.752 5.358 15.467 C 5.652 15.174 5.878 14.823 6.037 14.413 C 6.196 14.004 6.276 13.544 6.276 13.033 C 6.276 12.523 6.196 12.063 6.037 11.653 C 5.878 11.244 5.652 10.896 5.358 10.612 C 5.065 10.319 4.713 10.098 4.303 9.947 C 3.892 9.788 3.44 9.709 2.946 9.709 L 0.897 9.709 L 0.897 8.642 L 2.946 8.642 C 3.8 8.642 4.558 8.826 5.22 9.194 C 5.882 9.562 6.401 10.077 6.778 10.738 C 7.155 11.39 7.344 12.155 7.344 13.033 C 7.344 13.912 7.155 14.681 6.778 15.342 C 6.401 15.994 5.882 16.504 5.22 16.872 C 4.558 17.24 3.8 17.424 2.946 17.424 Z\" fill=\"var(--token-4336fc69-0594-48b9-a7c7-dd96624cbe19, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Branco&quot;} */\"></path><path d=\"M 11.022 17.55 C 10.486 17.55 10.008 17.424 9.589 17.173 C 9.179 16.914 8.856 16.559 8.622 16.107 C 8.395 15.655 8.282 15.133 8.282 14.539 C 8.282 13.937 8.4 13.41 8.634 12.958 C 8.877 12.506 9.212 12.155 9.639 11.904 C 10.075 11.653 10.578 11.528 11.147 11.528 C 11.717 11.528 12.203 11.649 12.605 11.892 C 13.015 12.126 13.33 12.465 13.547 12.908 C 13.765 13.351 13.874 13.878 13.874 14.489 C 13.874 14.547 13.87 14.61 13.862 14.677 C 13.862 14.735 13.862 14.773 13.862 14.79 L 8.923 14.79 L 8.923 13.937 L 13.07 13.937 L 12.668 14.514 C 12.693 14.472 12.718 14.409 12.743 14.326 C 12.768 14.234 12.781 14.158 12.781 14.1 C 12.781 13.757 12.71 13.46 12.567 13.209 C 12.433 12.958 12.245 12.762 12.002 12.619 C 11.759 12.477 11.474 12.406 11.147 12.406 C 10.762 12.406 10.431 12.49 10.155 12.657 C 9.887 12.816 9.677 13.05 9.526 13.36 C 9.384 13.661 9.309 14.033 9.3 14.476 C 9.3 14.928 9.371 15.312 9.514 15.63 C 9.656 15.948 9.866 16.191 10.142 16.358 C 10.419 16.525 10.754 16.609 11.147 16.609 C 11.541 16.609 11.889 16.525 12.19 16.358 C 12.492 16.182 12.747 15.919 12.957 15.568 L 13.774 16.082 C 13.472 16.567 13.091 16.935 12.63 17.186 C 12.178 17.428 11.642 17.55 11.022 17.55 Z\" fill=\"var(--token-4336fc69-0594-48b9-a7c7-dd96624cbe19, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Branco&quot;} */\"></path><path d=\"M 15.491 15.655 C 15.608 15.831 15.742 15.994 15.893 16.145 C 16.044 16.295 16.215 16.416 16.408 16.508 C 16.609 16.592 16.827 16.634 17.062 16.634 C 17.346 16.634 17.568 16.571 17.728 16.446 C 17.895 16.312 17.979 16.132 17.979 15.906 C 17.979 15.706 17.912 15.538 17.778 15.404 C 17.652 15.262 17.489 15.145 17.288 15.053 C 17.087 14.953 16.873 14.861 16.647 14.777 C 16.396 14.677 16.14 14.56 15.88 14.426 C 15.629 14.284 15.415 14.104 15.239 13.886 C 15.072 13.661 14.988 13.38 14.988 13.046 C 14.988 12.703 15.076 12.419 15.252 12.193 C 15.436 11.967 15.671 11.8 15.956 11.691 C 16.249 11.582 16.551 11.528 16.86 11.528 C 17.17 11.528 17.459 11.578 17.728 11.678 C 18.004 11.779 18.247 11.913 18.456 12.08 C 18.666 12.247 18.829 12.44 18.946 12.657 L 18.142 13.171 C 17.983 12.954 17.782 12.774 17.539 12.632 C 17.304 12.49 17.036 12.419 16.735 12.419 C 16.525 12.419 16.345 12.465 16.194 12.557 C 16.044 12.649 15.968 12.791 15.968 12.983 C 15.968 13.134 16.027 13.268 16.144 13.385 C 16.261 13.502 16.412 13.606 16.597 13.698 C 16.781 13.79 16.974 13.878 17.175 13.962 C 17.51 14.096 17.815 14.242 18.092 14.401 C 18.368 14.551 18.586 14.735 18.745 14.953 C 18.913 15.17 18.997 15.45 18.997 15.793 C 18.997 16.295 18.812 16.713 18.444 17.048 C 18.084 17.382 17.606 17.55 17.011 17.55 C 16.626 17.55 16.278 17.483 15.968 17.349 C 15.658 17.207 15.394 17.027 15.177 16.81 C 14.967 16.592 14.808 16.37 14.699 16.145 Z\" fill=\"var(--token-4336fc69-0594-48b9-a7c7-dd96624cbe19, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Branco&quot;} */\"></path><path d=\"M 22.557 17.55 C 22.021 17.55 21.543 17.424 21.124 17.173 C 20.714 16.914 20.391 16.559 20.157 16.107 C 19.931 15.655 19.818 15.133 19.818 14.539 C 19.818 13.937 19.935 13.41 20.169 12.958 C 20.412 12.506 20.747 12.155 21.175 11.904 C 21.61 11.653 22.113 11.528 22.683 11.528 C 23.252 11.528 23.738 11.649 24.14 11.892 C 24.551 12.126 24.865 12.465 25.083 12.908 C 25.301 13.351 25.409 13.878 25.409 14.489 C 25.409 14.547 25.405 14.61 25.397 14.677 C 25.397 14.735 25.397 14.773 25.397 14.79 L 20.458 14.79 L 20.458 13.937 L 24.605 13.937 L 24.203 14.514 C 24.228 14.472 24.253 14.409 24.278 14.326 C 24.304 14.234 24.316 14.158 24.316 14.1 C 24.316 13.757 24.245 13.46 24.103 13.209 C 23.969 12.958 23.78 12.762 23.537 12.619 C 23.294 12.477 23.009 12.406 22.683 12.406 C 22.297 12.406 21.966 12.49 21.69 12.657 C 21.422 12.816 21.212 13.05 21.062 13.36 C 20.919 13.661 20.844 14.033 20.835 14.476 C 20.835 14.928 20.907 15.312 21.049 15.63 C 21.191 15.948 21.401 16.191 21.677 16.358 C 21.954 16.525 22.289 16.609 22.683 16.609 C 23.076 16.609 23.424 16.525 23.726 16.358 C 24.027 16.182 24.283 15.919 24.492 15.568 L 25.309 16.082 C 25.007 16.567 24.626 16.935 24.165 17.186 C 23.713 17.428 23.177 17.55 22.557 17.55 Z\" fill=\"var(--token-4336fc69-0594-48b9-a7c7-dd96624cbe19, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Branco&quot;} */\"></path><path d=\"M 30.494 13.912 C 30.494 13.435 30.389 13.075 30.18 12.833 C 29.971 12.59 29.665 12.469 29.263 12.469 C 28.97 12.469 28.71 12.532 28.484 12.657 C 28.266 12.774 28.094 12.941 27.968 13.159 C 27.851 13.376 27.793 13.627 27.793 13.912 L 27.793 17.424 L 26.787 17.424 L 26.787 11.653 L 27.793 11.653 L 27.793 12.557 C 27.985 12.205 28.224 11.946 28.509 11.779 C 28.802 11.612 29.137 11.528 29.514 11.528 C 30.126 11.528 30.607 11.733 30.959 12.143 C 31.319 12.544 31.499 13.092 31.499 13.786 L 31.499 17.424 L 30.494 17.424 Z\" fill=\"var(--token-4336fc69-0594-48b9-a7c7-dd96624cbe19, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Branco&quot;} */\"></path><path d=\"M 32.386 11.653 L 33.516 11.653 L 35.15 15.731 L 36.784 11.653 L 37.915 11.653 L 35.15 17.863 Z\" fill=\"var(--token-4336fc69-0594-48b9-a7c7-dd96624cbe19, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Branco&quot;} */\"></path><path d=\"M 38.176 14.539 C 38.176 13.953 38.306 13.435 38.565 12.983 C 38.833 12.532 39.194 12.176 39.646 11.917 C 40.098 11.658 40.605 11.528 41.166 11.528 C 41.736 11.528 42.243 11.658 42.687 11.917 C 43.139 12.176 43.495 12.532 43.755 12.983 C 44.023 13.435 44.157 13.953 44.157 14.539 C 44.157 15.116 44.023 15.634 43.755 16.094 C 43.495 16.546 43.139 16.902 42.687 17.161 C 42.243 17.42 41.736 17.55 41.166 17.55 C 40.605 17.55 40.098 17.42 39.646 17.161 C 39.194 16.902 38.833 16.546 38.565 16.094 C 38.306 15.634 38.176 15.116 38.176 14.539 Z M 39.194 14.539 C 39.194 14.94 39.277 15.296 39.445 15.605 C 39.621 15.915 39.855 16.161 40.149 16.345 C 40.45 16.521 40.789 16.609 41.166 16.609 C 41.543 16.609 41.878 16.521 42.172 16.345 C 42.473 16.161 42.708 15.915 42.875 15.605 C 43.051 15.296 43.139 14.94 43.139 14.539 C 43.139 14.137 43.051 13.782 42.875 13.472 C 42.708 13.155 42.473 12.908 42.172 12.732 C 41.878 12.557 41.543 12.469 41.166 12.469 C 40.789 12.469 40.45 12.557 40.149 12.732 C 39.855 12.908 39.621 13.155 39.445 13.472 C 39.277 13.782 39.194 14.137 39.194 14.539 Z\" fill=\"var(--token-4336fc69-0594-48b9-a7c7-dd96624cbe19, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Branco&quot;} */\"></path><path d=\"M 45.538 7.639 L 46.543 7.639 L 46.543 17.424 L 45.538 17.424 Z\" fill=\"var(--token-4336fc69-0594-48b9-a7c7-dd96624cbe19, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Branco&quot;} */\"></path><path d=\"M 47.492 11.653 L 48.623 11.653 L 50.256 15.731 L 51.89 11.653 L 53.021 11.653 L 50.256 17.863 Z\" fill=\"var(--token-4336fc69-0594-48b9-a7c7-dd96624cbe19, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Branco&quot;} */\"></path><path d=\"M 53.969 9.27 C 53.969 9.077 54.036 8.914 54.17 8.78 C 54.312 8.647 54.476 8.58 54.66 8.58 C 54.853 8.58 55.016 8.647 55.15 8.78 C 55.284 8.914 55.351 9.077 55.351 9.27 C 55.351 9.454 55.284 9.617 55.15 9.759 C 55.016 9.893 54.853 9.96 54.66 9.96 C 54.476 9.96 54.312 9.893 54.17 9.759 C 54.036 9.617 53.969 9.454 53.969 9.27 Z M 54.157 11.653 L 55.162 11.653 L 55.162 17.424 L 54.157 17.424 Z\" fill=\"var(--token-4336fc69-0594-48b9-a7c7-dd96624cbe19, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Branco&quot;} */\"></path><path d=\"M 61.568 7.639 L 62.573 7.639 L 62.573 17.424 L 61.568 17.424 Z M 56.73 14.539 C 56.73 13.912 56.86 13.376 57.12 12.933 C 57.38 12.481 57.727 12.134 58.163 11.892 C 58.598 11.649 59.076 11.528 59.595 11.528 C 60.081 11.528 60.504 11.649 60.865 11.892 C 61.225 12.134 61.505 12.481 61.706 12.933 C 61.916 13.376 62.021 13.912 62.021 14.539 C 62.021 15.158 61.916 15.693 61.706 16.145 C 61.505 16.596 61.225 16.943 60.865 17.186 C 60.504 17.428 60.081 17.55 59.595 17.55 C 59.076 17.55 58.598 17.428 58.163 17.186 C 57.727 16.943 57.38 16.596 57.12 16.145 C 56.86 15.693 56.73 15.158 56.73 14.539 Z M 57.748 14.539 C 57.748 14.982 57.836 15.358 58.012 15.668 C 58.196 15.977 58.439 16.212 58.741 16.37 C 59.042 16.529 59.369 16.609 59.721 16.609 C 60.014 16.609 60.303 16.529 60.588 16.37 C 60.873 16.212 61.107 15.977 61.292 15.668 C 61.476 15.358 61.568 14.982 61.568 14.539 C 61.568 14.096 61.476 13.719 61.292 13.41 C 61.107 13.1 60.873 12.866 60.588 12.707 C 60.303 12.548 60.014 12.469 59.721 12.469 C 59.369 12.469 59.042 12.548 58.741 12.707 C 58.439 12.866 58.196 13.1 58.012 13.41 C 57.836 13.719 57.748 14.096 57.748 14.539 Z\" fill=\"var(--token-4336fc69-0594-48b9-a7c7-dd96624cbe19, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Branco&quot;} */\"></path><path d=\"M 63.897 14.539 C 63.897 13.953 64.027 13.435 64.286 12.983 C 64.554 12.532 64.915 12.176 65.367 11.917 C 65.819 11.658 66.326 11.528 66.888 11.528 C 67.457 11.528 67.964 11.658 68.408 11.917 C 68.86 12.176 69.216 12.532 69.476 12.983 C 69.744 13.435 69.878 13.953 69.878 14.539 C 69.878 15.116 69.744 15.634 69.476 16.094 C 69.216 16.546 68.86 16.902 68.408 17.161 C 67.964 17.42 67.457 17.55 66.888 17.55 C 66.326 17.55 65.819 17.42 65.367 17.161 C 64.915 16.902 64.554 16.546 64.286 16.094 C 64.027 15.634 63.897 15.116 63.897 14.539 Z M 64.915 14.539 C 64.915 14.94 64.998 15.296 65.166 15.605 C 65.342 15.915 65.576 16.161 65.87 16.345 C 66.171 16.521 66.511 16.609 66.888 16.609 C 67.265 16.609 67.6 16.521 67.893 16.345 C 68.194 16.161 68.429 15.915 68.597 15.605 C 68.772 15.296 68.86 14.94 68.86 14.539 C 68.86 14.137 68.772 13.782 68.597 13.472 C 68.429 13.155 68.194 12.908 67.893 12.732 C 67.6 12.557 67.265 12.469 66.888 12.469 C 66.511 12.469 66.171 12.557 65.87 12.732 C 65.576 12.908 65.342 13.155 65.166 13.472 C 64.998 13.782 64.915 14.137 64.915 14.539 Z\" fill=\"var(--token-4336fc69-0594-48b9-a7c7-dd96624cbe19, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Branco&quot;} */\"></path><path d=\"M 75.969 20.184 L 74.964 20.184 L 74.964 11.653 L 75.969 11.653 Z M 80.807 14.539 C 80.807 15.158 80.677 15.693 80.418 16.145 C 80.158 16.596 79.81 16.943 79.375 17.186 C 78.948 17.428 78.47 17.55 77.942 17.55 C 77.465 17.55 77.042 17.428 76.673 17.186 C 76.313 16.943 76.028 16.596 75.819 16.145 C 75.618 15.693 75.517 15.158 75.517 14.539 C 75.517 13.912 75.618 13.376 75.819 12.933 C 76.028 12.481 76.313 12.134 76.673 11.892 C 77.042 11.649 77.465 11.528 77.942 11.528 C 78.47 11.528 78.948 11.649 79.375 11.892 C 79.81 12.134 80.158 12.481 80.418 12.933 C 80.677 13.376 80.807 13.912 80.807 14.539 Z M 79.789 14.539 C 79.789 14.096 79.697 13.719 79.513 13.41 C 79.337 13.1 79.098 12.866 78.797 12.707 C 78.504 12.548 78.177 12.469 77.817 12.469 C 77.523 12.469 77.234 12.548 76.95 12.707 C 76.665 12.866 76.43 13.1 76.246 13.41 C 76.062 13.719 75.969 14.096 75.969 14.539 C 75.969 14.982 76.062 15.358 76.246 15.668 C 76.43 15.977 76.665 16.212 76.95 16.37 C 77.234 16.529 77.523 16.609 77.817 16.609 C 78.177 16.609 78.504 16.529 78.797 16.37 C 79.098 16.212 79.337 15.977 79.513 15.668 C 79.697 15.358 79.789 14.982 79.789 14.539 Z\" fill=\"var(--token-4336fc69-0594-48b9-a7c7-dd96624cbe19, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Branco&quot;} */\"></path><path d=\"M 81.69 14.539 C 81.69 13.953 81.82 13.435 82.08 12.983 C 82.348 12.532 82.708 12.176 83.161 11.917 C 83.613 11.658 84.12 11.528 84.681 11.528 C 85.251 11.528 85.758 11.658 86.202 11.917 C 86.654 12.176 87.01 12.532 87.27 12.983 C 87.538 13.435 87.672 13.953 87.672 14.539 C 87.672 15.116 87.538 15.634 87.27 16.094 C 87.01 16.546 86.654 16.902 86.202 17.161 C 85.758 17.42 85.251 17.55 84.681 17.55 C 84.12 17.55 83.613 17.42 83.161 17.161 C 82.708 16.902 82.348 16.546 82.08 16.094 C 81.82 15.634 81.69 15.116 81.69 14.539 Z M 82.708 14.539 C 82.708 14.94 82.792 15.296 82.96 15.605 C 83.136 15.915 83.37 16.161 83.663 16.345 C 83.965 16.521 84.304 16.609 84.681 16.609 C 85.058 16.609 85.393 16.521 85.686 16.345 C 85.988 16.161 86.223 15.915 86.39 15.605 C 86.566 15.296 86.654 14.94 86.654 14.539 C 86.654 14.137 86.566 13.782 86.39 13.472 C 86.223 13.155 85.988 12.908 85.686 12.732 C 85.393 12.557 85.058 12.469 84.681 12.469 C 84.304 12.469 83.965 12.557 83.663 12.732 C 83.37 12.908 83.136 13.155 82.96 13.472 C 82.792 13.782 82.708 14.137 82.708 14.539 Z\" fill=\"var(--token-4336fc69-0594-48b9-a7c7-dd96624cbe19, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Branco&quot;} */\"></path><path d=\"M 90.058 11.653 L 90.058 17.424 L 89.053 17.424 L 89.053 11.653 Z M 91.805 12.757 C 91.671 12.657 91.549 12.586 91.44 12.544 C 91.331 12.494 91.193 12.469 91.026 12.469 C 90.774 12.469 90.577 12.532 90.435 12.657 C 90.293 12.782 90.192 12.954 90.133 13.171 C 90.083 13.389 90.058 13.636 90.058 13.912 L 89.606 13.912 C 89.606 13.452 89.685 13.046 89.844 12.695 C 90.012 12.335 90.226 12.051 90.485 11.842 C 90.745 11.632 91.009 11.528 91.277 11.528 C 91.486 11.528 91.679 11.557 91.855 11.616 C 92.039 11.666 92.207 11.77 92.358 11.929 Z\" fill=\"var(--token-4336fc69-0594-48b9-a7c7-dd96624cbe19, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Branco&quot;} */\"></path><g transform=\"translate(106.811 0)\" id=\"ss10811199244_16\"><path d=\"M 0 129.636 L 0 106.636 L 78.189 106.636 L 78.189 129.636 Z\" fill=\"var(--token-8284366f-2718-4938-8134-9db5fee50ab8, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Neutral 0&quot;} */\"></path><path d=\"M 17 4.018 C 17.931 4.681 18.396 5.701 18.396 7.077 L 18.396 13.343 L 11.144 13.343 L 11.144 9.657 C 11.144 9.043 11 8.606 10.712 8.348 C 10.424 8.09 9.981 7.961 9.381 7.961 C 8.732 7.961 8.215 8.106 7.83 8.395 C 7.445 8.684 7.252 9.209 7.251 9.97 L 7.251 13.343 L 0 13.343 L 0 0 L 7.251 0 L 7.251 4.607 L 7.38 4.607 C 8.763 3.551 10.592 3.023 12.87 3.022 C 14.693 3.022 16.07 3.354 17 4.018 Z\" fill=\"var(--token-8284366f-2718-4938-8134-9db5fee50ab8, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Neutral 0&quot;} */\"></path><path d=\"M 38.388 12.586 C 38.397 12.81 38.428 13.032 38.479 13.25 L 38.479 13.342 L 31.356 13.342 C 31.271 13.157 31.228 12.832 31.228 12.364 L 31.228 12.051 C 30.726 12.567 29.939 12.997 28.868 13.341 C 27.798 13.685 26.528 13.857 25.059 13.857 C 21.008 13.857 18.982 12.714 18.982 10.429 C 18.982 9.25 19.356 8.415 20.103 7.923 C 20.849 7.431 21.993 7.148 23.535 7.075 L 29.759 6.707 C 30.151 6.682 30.438 6.627 30.622 6.54 C 30.806 6.454 30.898 6.318 30.898 6.133 C 30.898 5.765 30.323 5.58 29.172 5.58 C 28.082 5.58 27.439 5.85 27.244 6.391 L 19.644 6.391 C 19.692 5.421 20.069 4.674 20.773 4.151 C 21.477 3.627 22.487 3.271 23.801 3.082 C 25.117 2.892 26.852 2.797 29.007 2.797 C 31.295 2.797 33.094 2.88 34.403 3.046 C 35.712 3.212 36.701 3.537 37.368 4.023 C 38.035 4.509 38.368 5.224 38.368 6.17 L 38.368 11.776 C 38.369 12.072 38.375 12.342 38.388 12.586 Z M 31.136 8.846 C 30.94 8.957 30.634 9.037 30.219 9.086 L 27.629 9.436 C 26.845 9.522 26.453 9.799 26.453 10.265 C 26.453 10.511 26.566 10.689 26.792 10.8 C 27.019 10.91 27.358 10.965 27.811 10.965 C 28.778 10.965 29.573 10.8 30.198 10.468 C 30.823 10.136 31.135 9.663 31.134 9.049 Z\" fill=\"var(--token-8284366f-2718-4938-8134-9db5fee50ab8, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Neutral 0&quot;} */\"></path><path d=\"M 50.229 12.034 L 50.101 12.034 C 49.415 12.526 48.626 12.916 47.733 13.205 C 46.839 13.493 45.763 13.638 44.502 13.638 C 42.678 13.638 41.3 13.306 40.37 12.642 C 39.441 11.979 38.976 10.959 38.976 9.583 L 38.976 3.317 L 46.227 3.317 L 46.227 7.003 C 46.227 7.605 46.371 8.038 46.658 8.302 C 46.946 8.566 47.39 8.698 47.99 8.698 C 48.626 8.698 49.14 8.551 49.532 8.256 C 49.923 7.961 50.119 7.433 50.119 6.671 L 50.119 3.317 L 57.371 3.317 L 57.371 13.343 L 50.229 13.343 Z\" fill=\"var(--token-8284366f-2718-4938-8134-9db5fee50ab8, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Neutral 0&quot;} */\"></path><path d=\"M 67.578 5.437 C 66.88 5.437 66.403 5.479 66.146 5.565 C 65.889 5.651 65.761 5.787 65.76 5.973 C 65.76 6.132 65.861 6.249 66.064 6.323 C 66.266 6.397 66.66 6.458 67.247 6.507 L 73.562 6.929 C 74.652 7.003 75.524 7.144 76.179 7.353 C 76.834 7.561 77.332 7.896 77.675 8.357 C 78.017 8.819 78.189 9.461 78.189 10.283 C 78.189 11.315 77.838 12.086 77.134 12.596 C 76.431 13.106 75.384 13.444 73.994 13.61 C 72.605 13.776 70.656 13.859 68.147 13.858 C 65.713 13.858 63.788 13.776 62.373 13.61 C 60.959 13.444 59.86 13.106 59.077 12.596 C 58.293 12.087 57.877 11.322 57.829 10.302 L 66.147 10.302 C 66.245 10.633 66.459 10.87 66.789 11.011 C 67.119 11.153 67.639 11.223 68.349 11.223 C 69.12 11.223 69.644 11.174 69.92 11.076 C 70.195 10.977 70.333 10.818 70.332 10.597 C 70.332 10.412 70.234 10.286 70.039 10.219 C 69.843 10.151 69.445 10.087 68.845 10.025 L 63.099 9.546 C 61.96 9.448 61.037 9.294 60.327 9.085 C 59.617 8.876 59.073 8.554 58.693 8.118 C 58.314 7.683 58.125 7.084 58.125 6.321 C 58.125 5.326 58.486 4.573 59.208 4.063 C 59.93 3.554 60.952 3.216 62.274 3.05 C 63.596 2.884 65.352 2.801 67.543 2.801 C 69.869 2.801 71.742 2.881 73.161 3.041 C 74.58 3.201 75.694 3.529 76.502 4.026 C 77.31 4.524 77.738 5.252 77.787 6.21 L 69.689 6.21 C 69.517 5.694 68.814 5.437 67.578 5.437 Z\" fill=\"var(--token-8284366f-2718-4938-8134-9db5fee50ab8, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Neutral 0&quot;} */\"></path><path d=\"M 23.452 18.179 L 23.452 16.284 L 24.363 16.284 L 24.363 21.541 L 23.474 21.541 L 23.474 20.989 L 23.445 20.989 C 23.269 21.207 23.041 21.378 22.783 21.486 C 22.511 21.605 22.191 21.664 21.825 21.664 C 21.126 21.664 20.577 21.482 20.179 21.119 C 19.782 20.756 19.583 20.251 19.583 19.602 C 19.583 18.953 19.782 18.448 20.179 18.085 C 20.577 17.721 21.126 17.54 21.825 17.54 C 22.523 17.54 23.056 17.753 23.423 18.179 Z M 23.083 20.564 C 23.344 20.324 23.474 20.004 23.474 19.602 C 23.474 19.2 23.344 18.879 23.083 18.64 C 22.823 18.4 22.461 18.28 21.998 18.28 C 21.517 18.28 21.152 18.391 20.906 18.611 C 20.661 18.831 20.538 19.161 20.538 19.602 C 20.538 20.042 20.661 20.373 20.906 20.593 C 21.152 20.813 21.517 20.923 21.998 20.924 C 22.461 20.924 22.823 20.804 23.083 20.564 Z\" fill=\"var(--token-8284366f-2718-4938-8134-9db5fee50ab8, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Neutral 0&quot;} */\"></path><path d=\"M 30.041 19.82 L 26.223 19.82 C 26.294 20.58 26.791 20.96 27.712 20.96 C 28.127 20.96 28.436 20.896 28.638 20.767 C 28.84 20.639 28.959 20.488 28.993 20.314 L 30.013 20.314 C 29.955 20.706 29.745 21.029 29.383 21.283 C 29.021 21.537 28.465 21.664 27.713 21.664 C 26.927 21.664 26.323 21.482 25.901 21.119 C 25.48 20.756 25.269 20.246 25.268 19.587 C 25.268 18.929 25.477 18.419 25.894 18.056 C 26.311 17.693 26.9 17.511 27.662 17.511 C 28.424 17.511 29.014 17.693 29.431 18.056 C 29.848 18.419 30.057 18.929 30.057 19.587 C 30.056 19.665 30.05 19.743 30.041 19.82 Z M 26.717 18.444 C 26.479 18.597 26.326 18.825 26.258 19.13 L 29.072 19.13 C 28.928 18.52 28.457 18.215 27.661 18.215 C 27.271 18.215 26.957 18.291 26.717 18.444 Z\" fill=\"var(--token-8284366f-2718-4938-8134-9db5fee50ab8, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Neutral 0&quot;} */\"></path><path d=\"M 33.78 18.335 C 33.567 18.24 33.261 18.193 32.861 18.193 C 32.476 18.193 32.196 18.233 32.022 18.313 C 31.849 18.393 31.761 18.508 31.761 18.658 C 31.761 18.784 31.806 18.876 31.895 18.934 C 31.985 18.992 32.136 19.03 32.348 19.05 L 33.989 19.202 C 34.38 19.241 34.684 19.347 34.9 19.518 C 35.117 19.69 35.225 19.972 35.225 20.364 C 35.225 20.848 35.037 21.186 34.661 21.377 C 34.285 21.569 33.723 21.664 32.976 21.662 C 32.233 21.662 31.664 21.559 31.269 21.353 C 30.873 21.148 30.669 20.769 30.654 20.217 L 31.601 20.217 C 31.621 20.498 31.747 20.694 31.981 20.805 C 32.215 20.916 32.552 20.972 32.99 20.972 C 33.828 20.972 34.248 20.786 34.248 20.413 C 34.248 20.268 34.202 20.164 34.111 20.101 C 34.019 20.038 33.867 19.995 33.655 19.97 L 32.072 19.811 C 31.666 19.772 31.354 19.669 31.135 19.502 C 30.917 19.336 30.807 19.068 30.806 18.7 C 30.806 18.274 30.985 17.969 31.342 17.785 C 31.699 17.601 32.205 17.509 32.861 17.509 C 33.54 17.509 34.077 17.608 34.47 17.807 C 34.863 18.005 35.064 18.342 35.074 18.818 L 34.12 18.818 C 34.105 18.59 33.992 18.429 33.78 18.335 Z\" fill=\"var(--token-8284366f-2718-4938-8134-9db5fee50ab8, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Neutral 0&quot;} */\"></path><path d=\"M 36.102 16.255 L 37.042 16.255 L 37.042 16.988 L 36.102 16.988 Z M 36.116 17.634 L 37.027 17.634 L 37.027 21.541 L 36.116 21.541 Z\" fill=\"var(--token-8284366f-2718-4938-8134-9db5fee50ab8, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Neutral 0&quot;} */\"></path><path d=\"M 42.647 17.637 L 42.647 21.384 C 42.647 21.781 42.586 22.093 42.466 22.321 C 42.345 22.548 42.122 22.719 41.797 22.833 C 41.472 22.946 40.996 23.003 40.368 23.003 C 39.771 23.003 39.304 22.946 38.969 22.833 C 38.634 22.719 38.405 22.565 38.28 22.372 C 38.154 22.178 38.089 21.941 38.084 21.66 L 39.089 21.66 C 39.098 21.755 39.129 21.847 39.18 21.928 C 39.23 22.009 39.3 22.077 39.383 22.125 C 39.558 22.236 39.887 22.292 40.37 22.292 C 40.746 22.292 41.033 22.26 41.231 22.197 C 41.428 22.134 41.561 22.04 41.632 21.914 C 41.702 21.788 41.737 21.612 41.737 21.385 L 41.737 20.706 L 41.708 20.706 C 41.52 20.897 41.294 21.047 41.046 21.148 C 40.783 21.26 40.476 21.316 40.124 21.315 C 39.444 21.315 38.909 21.15 38.518 20.818 C 38.128 20.487 37.933 20.023 37.931 19.429 C 37.931 18.834 38.127 18.37 38.517 18.039 C 38.908 17.707 39.443 17.541 40.123 17.541 C 40.807 17.541 41.342 17.752 41.728 18.173 L 41.757 18.173 L 41.757 17.637 Z M 41.367 20.265 C 41.622 20.057 41.75 19.779 41.75 19.43 C 41.75 19.081 41.622 18.802 41.367 18.595 C 41.111 18.387 40.757 18.283 40.303 18.283 C 39.836 18.283 39.482 18.378 39.244 18.568 C 39.005 18.758 38.886 19.045 38.886 19.429 C 38.886 19.806 39.006 20.091 39.247 20.284 C 39.489 20.477 39.84 20.574 40.303 20.575 C 40.757 20.575 41.111 20.471 41.367 20.263 Z\" fill=\"var(--token-8284366f-2718-4938-8134-9db5fee50ab8, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Neutral 0&quot;} */\"></path><path d=\"M 44.629 18.135 L 44.658 18.135 C 44.862 17.932 45.111 17.779 45.384 17.687 C 45.689 17.586 46.008 17.535 46.328 17.539 C 46.882 17.539 47.327 17.653 47.663 17.88 C 47.998 18.108 48.166 18.456 48.165 18.926 L 48.165 21.539 L 47.254 21.539 L 47.254 19.246 C 47.254 18.907 47.153 18.663 46.95 18.513 C 46.748 18.363 46.444 18.288 46.039 18.288 C 45.658 18.288 45.331 18.385 45.059 18.579 C 44.787 18.772 44.651 19.068 44.651 19.465 L 44.651 21.542 L 43.74 21.542 L 43.74 17.637 L 44.63 17.637 Z\" fill=\"var(--token-8284366f-2718-4938-8134-9db5fee50ab8, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Neutral 0&quot;} */\"></path><path d=\"M 54.523 18.335 C 54.31 18.241 54.004 18.194 53.604 18.194 C 53.219 18.194 52.939 18.233 52.765 18.313 C 52.592 18.393 52.504 18.508 52.504 18.658 C 52.504 18.784 52.549 18.876 52.638 18.934 C 52.728 18.992 52.879 19.031 53.09 19.05 L 54.733 19.203 C 55.123 19.242 55.427 19.347 55.644 19.518 C 55.861 19.69 55.969 19.972 55.968 20.364 C 55.968 20.848 55.78 21.186 55.404 21.377 C 55.027 21.569 54.466 21.664 53.719 21.663 C 52.976 21.663 52.407 21.56 52.012 21.354 C 51.616 21.148 51.412 20.769 51.397 20.217 L 52.345 20.217 C 52.364 20.499 52.49 20.695 52.724 20.806 C 52.958 20.917 53.295 20.972 53.734 20.973 C 54.572 20.973 54.991 20.786 54.991 20.414 C 54.991 20.268 54.946 20.165 54.854 20.101 C 54.763 20.038 54.611 19.995 54.398 19.971 L 52.816 19.811 C 52.41 19.772 52.098 19.669 51.88 19.503 C 51.661 19.336 51.551 19.068 51.55 18.7 C 51.55 18.274 51.729 17.969 52.086 17.785 C 52.443 17.602 52.949 17.51 53.605 17.51 C 54.285 17.51 54.821 17.609 55.214 17.807 C 55.607 18.005 55.808 18.342 55.817 18.818 L 54.863 18.818 C 54.848 18.591 54.735 18.43 54.523 18.335 Z\" fill=\"var(--token-8284366f-2718-4938-8134-9db5fee50ab8, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Neutral 0&quot;} */\"></path><path d=\"M 58.975 20.811 C 59.117 20.799 59.229 20.785 59.311 20.77 L 59.311 21.54 C 59.194 21.563 59.075 21.579 58.956 21.587 C 58.811 21.6 58.676 21.606 58.55 21.606 C 58.188 21.606 57.906 21.571 57.703 21.501 C 57.501 21.431 57.356 21.319 57.269 21.167 C 57.182 21.014 57.139 20.805 57.139 20.539 L 57.139 18.288 L 56.338 18.288 L 56.338 17.637 L 57.141 17.637 L 57.141 16.553 L 58.045 16.553 L 58.045 17.637 L 59.333 17.637 L 59.333 18.288 L 58.045 18.288 L 58.045 20.394 C 58.045 20.557 58.086 20.672 58.172 20.735 C 58.258 20.798 58.4 20.829 58.602 20.829 C 58.709 20.829 58.833 20.823 58.975 20.811 Z\" fill=\"var(--token-8284366f-2718-4938-8134-9db5fee50ab8, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Neutral 0&quot;} */\"></path><path d=\"M 63.743 21.04 L 63.714 21.04 C 63.507 21.242 63.257 21.395 62.984 21.488 C 62.681 21.59 62.363 21.64 62.043 21.636 C 61.489 21.636 61.044 21.523 60.709 21.295 C 60.374 21.068 60.207 20.72 60.207 20.25 L 60.207 17.637 L 61.118 17.637 L 61.118 19.931 C 61.118 20.265 61.219 20.508 61.421 20.66 C 61.625 20.813 61.928 20.889 62.333 20.889 C 62.714 20.889 63.041 20.792 63.313 20.599 C 63.585 20.405 63.721 20.11 63.722 19.713 L 63.722 17.637 L 64.636 17.637 L 64.636 21.543 L 63.743 21.543 Z\" fill=\"var(--token-8284366f-2718-4938-8134-9db5fee50ab8, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Neutral 0&quot;} */\"></path><path d=\"M 69.407 18.179 L 69.407 16.284 L 70.319 16.284 L 70.319 21.541 L 69.429 21.541 L 69.429 20.989 L 69.4 20.989 C 69.224 21.207 68.997 21.378 68.738 21.486 C 68.466 21.605 68.146 21.664 67.78 21.664 C 67.08 21.664 66.532 21.482 66.134 21.119 C 65.737 20.756 65.538 20.251 65.538 19.602 C 65.538 18.953 65.737 18.448 66.134 18.085 C 66.532 17.721 67.08 17.54 67.78 17.54 C 68.479 17.54 69.012 17.753 69.378 18.179 Z M 69.039 20.564 C 69.299 20.324 69.429 20.004 69.429 19.602 C 69.429 19.2 69.299 18.879 69.039 18.64 C 68.778 18.4 68.416 18.28 67.954 18.28 C 67.471 18.28 67.108 18.391 66.862 18.611 C 66.616 18.831 66.492 19.161 66.492 19.602 C 66.492 20.042 66.616 20.373 66.862 20.593 C 67.108 20.813 67.471 20.923 67.954 20.924 C 68.416 20.924 68.778 20.804 69.039 20.564 Z\" fill=\"var(--token-8284366f-2718-4938-8134-9db5fee50ab8, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Neutral 0&quot;} */\"></path><path d=\"M 71.396 16.255 L 72.336 16.255 L 72.336 16.988 L 71.396 16.988 Z M 71.411 17.637 L 72.322 17.637 L 72.322 21.543 L 71.411 21.543 Z\" fill=\"var(--token-8284366f-2718-4938-8134-9db5fee50ab8, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Neutral 0&quot;} */\"></path><path d=\"M 77.482 18.056 C 77.904 18.418 78.115 18.929 78.115 19.587 C 78.115 20.246 77.904 20.757 77.482 21.119 C 77.059 21.482 76.456 21.664 75.671 21.664 C 74.887 21.664 74.283 21.482 73.86 21.119 C 73.438 20.757 73.227 20.246 73.227 19.587 C 73.227 18.929 73.438 18.418 73.86 18.056 C 74.282 17.692 74.886 17.511 75.671 17.511 C 76.457 17.511 77.061 17.693 77.482 18.056 Z M 76.781 20.586 C 77.033 20.36 77.16 20.028 77.16 19.587 C 77.16 19.147 77.035 18.815 76.784 18.589 C 76.533 18.364 76.161 18.252 75.67 18.252 C 75.178 18.252 74.807 18.364 74.556 18.589 C 74.305 18.814 74.18 19.147 74.18 19.587 C 74.18 20.028 74.306 20.361 74.56 20.586 C 74.813 20.811 75.183 20.923 75.67 20.923 C 76.156 20.924 76.527 20.811 76.781 20.586 Z\" fill=\"var(--token-8284366f-2718-4938-8134-9db5fee50ab8, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Neutral 0&quot;} */\"></path><path d=\"M 18.395 15.984 L 0 15.984 L 0 22.298 L 18.395 22.298 Z\" fill=\"var(--token-6fc29444-2ea4-4b96-ad9e-dc5d7a6d8264, rgb(55, 89, 216)) /* {&quot;name&quot;:&quot;Secondary Base&quot;} */\"></path></g></svg>',svgContentId:10811199244}},baseVariant,gestureVariant)})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-j4mHC.framer-12c07c6, .framer-j4mHC .framer-12c07c6 { display: block; }\",\".framer-j4mHC.framer-1diwumb { 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: 50px 0px 0px 0px; position: relative; width: 1440px; }\",\".framer-j4mHC .framer-1058t79 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1200px; overflow: hidden; padding: 0px 0px 161px 0px; position: relative; width: 100%; }\",\".framer-j4mHC .framer-7cp1u6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-j4mHC .framer-jt6b8k { flex: none; height: 100px; position: relative; width: 100px; }\",\".framer-j4mHC .framer-kyb0e9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 53px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: min-content; }\",\".framer-j4mHC .framer-1fyyzwz, .framer-j4mHC .framer-tlcll0, .framer-j4mHC .framer-1ozkpin, .framer-j4mHC .framer-16z1sko, .framer-j4mHC .framer-7jtczu { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-j4mHC .framer-12hotcc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: min-content; }\",\".framer-j4mHC .framer-n695aq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 51px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-j4mHC .framer-m3d4uo-container, .framer-j4mHC .framer-65yzyx-container, .framer-j4mHC .framer-1wgzo5o-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-j4mHC .framer-1ywwsni { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1200px; overflow: hidden; padding: 0px 0px 50px 0px; position: relative; width: 100%; }\",\".framer-j4mHC .framer-7823wd { flex: none; height: 23px; position: relative; text-decoration: none; width: 185px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-j4mHC.framer-1diwumb, .framer-j4mHC .framer-7cp1u6, .framer-j4mHC .framer-kyb0e9, .framer-j4mHC .framer-12hotcc, .framer-j4mHC .framer-n695aq { gap: 0px; } .framer-j4mHC.framer-1diwumb > *, .framer-j4mHC .framer-12hotcc > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-j4mHC.framer-1diwumb > :first-child, .framer-j4mHC .framer-12hotcc > :first-child { margin-top: 0px; } .framer-j4mHC.framer-1diwumb > :last-child, .framer-j4mHC .framer-12hotcc > :last-child { margin-bottom: 0px; } .framer-j4mHC .framer-7cp1u6 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-j4mHC .framer-7cp1u6 > :first-child, .framer-j4mHC .framer-kyb0e9 > :first-child, .framer-j4mHC .framer-n695aq > :first-child { margin-left: 0px; } .framer-j4mHC .framer-7cp1u6 > :last-child, .framer-j4mHC .framer-kyb0e9 > :last-child, .framer-j4mHC .framer-n695aq > :last-child { margin-right: 0px; } .framer-j4mHC .framer-kyb0e9 > * { margin: 0px; margin-left: calc(53px / 2); margin-right: calc(53px / 2); } .framer-j4mHC .framer-n695aq > * { margin: 0px; margin-left: calc(51px / 2); margin-right: calc(51px / 2); } }\",\".framer-j4mHC.framer-v-2w4w3i.framer-1diwumb { width: 1200px; }\",\".framer-j4mHC.framer-v-2w4w3i .framer-1058t79, .framer-j4mHC.framer-v-2w4w3i .framer-1ywwsni { max-width: 980px; }\",\".framer-j4mHC.framer-v-obv7os.framer-1diwumb { width: 810px; }\",\".framer-j4mHC.framer-v-obv7os .framer-1058t79 { align-content: center; align-items: center; flex-direction: column; gap: 47px; height: 342px; justify-content: flex-start; max-width: 700px; padding: 0px; }\",\".framer-j4mHC.framer-v-obv7os .framer-1ywwsni { max-width: 700px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-j4mHC.framer-v-obv7os .framer-1058t79 { gap: 0px; } .framer-j4mHC.framer-v-obv7os .framer-1058t79 > * { margin: 0px; margin-bottom: calc(47px / 2); margin-top: calc(47px / 2); } .framer-j4mHC.framer-v-obv7os .framer-1058t79 > :first-child { margin-top: 0px; } .framer-j4mHC.framer-v-obv7os .framer-1058t79 > :last-child { margin-bottom: 0px; } }\",\".framer-j4mHC.framer-v-hf69ew.framer-1diwumb { width: 390px; }\",\".framer-j4mHC.framer-v-hf69ew .framer-1058t79 { align-content: center; align-items: center; flex-direction: column; gap: 47px; justify-content: flex-start; max-width: 700px; padding: 0px; }\",\".framer-j4mHC.framer-v-hf69ew .framer-kyb0e9 { flex-direction: column; gap: 24px; }\",\".framer-j4mHC.framer-v-hf69ew .framer-1ywwsni { flex-direction: column; gap: 22px; justify-content: center; max-width: unset; padding: 40px 0px 40px 0px; }\",\".framer-j4mHC.framer-v-hf69ew .framer-7jtczu { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-j4mHC.framer-v-hf69ew .framer-1058t79, .framer-j4mHC.framer-v-hf69ew .framer-kyb0e9, .framer-j4mHC.framer-v-hf69ew .framer-1ywwsni { gap: 0px; } .framer-j4mHC.framer-v-hf69ew .framer-1058t79 > * { margin: 0px; margin-bottom: calc(47px / 2); margin-top: calc(47px / 2); } .framer-j4mHC.framer-v-hf69ew .framer-1058t79 > :first-child, .framer-j4mHC.framer-v-hf69ew .framer-kyb0e9 > :first-child, .framer-j4mHC.framer-v-hf69ew .framer-1ywwsni > :first-child { margin-top: 0px; } .framer-j4mHC.framer-v-hf69ew .framer-1058t79 > :last-child, .framer-j4mHC.framer-v-hf69ew .framer-kyb0e9 > :last-child, .framer-j4mHC.framer-v-hf69ew .framer-1ywwsni > :last-child { margin-bottom: 0px; } .framer-j4mHC.framer-v-hf69ew .framer-kyb0e9 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-j4mHC.framer-v-hf69ew .framer-1ywwsni > * { margin: 0px; margin-bottom: calc(22px / 2); margin-top: calc(22px / 2); } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 393\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"SnJP07QRy\":{\"layout\":[\"fixed\",\"auto\"]},\"rToLXJ2cD\":{\"layout\":[\"fixed\",\"auto\"]},\"TSIyK4iWG\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerASXKlzXx2=withCSS(Component,css,\"framer-j4mHC\");export default FramerASXKlzXx2;FramerASXKlzXx2.displayName=\"Footer\";FramerASXKlzXx2.defaultProps={height:393,width:1440};addPropertyControls(FramerASXKlzXx2,{variant:{options:[\"RSBgocEGR\",\"SnJP07QRy\",\"rToLXJ2cD\",\"TSIyK4iWG\"],optionTitles:[\"Desktop\",\"1200\",\"810\",\"390\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerASXKlzXx2,[{explicitInter:true,fonts:[{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NZ67QOF3FXYLOR27ABJOZVKKBKNRMKMF/EHBFE55HTLOOJHTZSLD54GSL3EBTAFNQ/DI2GHUWG3WKRXISSCTNDMTWKWZC25UIW.woff2\",weight:\"400\"},{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/JBAX5LNUCKEVXKRK3ARXNMEMQYQYP6WR/P3OTF2DNFMTAXKSAW4JNN6DPWEDDI5MN/4IO2HK2EZ7GHCZN7I3I4WKBAO7IH72SS.woff2\",weight:\"300\"}]},...InstaFonts,...YoutubeFonts,...LinkedinFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerASXKlzXx2\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1440\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SnJP07QRy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rToLXJ2cD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"TSIyK4iWG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"393\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ASXKlzXx2.map", "import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map", "let r;var s=o=>{if(!r){const n=o.forwardRef(({color:t=\"currentColor\",size:e=24,...i},l)=>o.createElement(\"svg\",{ref:l,xmlns:\"http://www.w3.org/2000/svg\",width:e,height:e,viewBox:\"0 0 24 24\",fill:\"none\",stroke:t,strokeWidth:\"2\",strokeLinecap:\"round\",strokeLinejoin:\"round\",...i},o.createElement(\"path\",{d:\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"}),o.createElement(\"polyline\",{points:\"9 22 9 12 15 12 15 22\"})));n.displayName=\"Home\",r=n}return r};export{s as default};\n", "import{useMemo}from\"react\";import{ControlType}from\"framer\";/*\n ** ICON UTILS\n ** Pull as much re-usable logic into here as possible\n ** This will make it easier to replace in all icon components\n */ export const containerStyles={width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};export const defaultEvents={onClick:{type:ControlType.EventHandler},onMouseDown:{type:ControlType.EventHandler},onMouseUp:{type:ControlType.EventHandler},onMouseEnter:{type:ControlType.EventHandler},onMouseLeave:{type:ControlType.EventHandler}};const findByArray=(arr,search)=>arr.find(a=>a.toLowerCase().includes(search));export function getIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// gotta get the exact match first THEN find\n// have a set and try to access ?\nif(selectByList)return iconSelection;if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;}export function useIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// Clean search term\nconst iconSearchResult=useMemo(()=>{if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;},[iconSelection,iconSearch]);const name=selectByList?iconSelection:iconSearchResult;return name;}\nexport const __FramerMetadata__ = {\"exports\":{\"getIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/feather-icons/home.js@0.0.29\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";export const iconKeys=[\"activity\",\"airplay\",\"alert-circle\",\"alert-octagon\",\"alert-triangle\",\"align-center\",\"align-justify\",\"align-left\",\"align-right\",\"anchor\",\"aperture\",\"archive\",\"arrow-down\",\"arrow-down-circle\",\"arrow-down-left\",\"arrow-down-right\",\"arrow-left\",\"arrow-left-circle\",\"arrow-right\",\"arrow-right-circle\",\"arrow-up\",\"arrow-up-circle\",\"arrow-up-left\",\"arrow-up-right\",\"at-sign\",\"award\",\"bar-chart\",\"bar-chart-2\",\"battery\",\"battery-charging\",\"bell\",\"bell-off\",\"bluetooth\",\"bold\",\"book\",\"book-open\",\"bookmark\",\"box\",\"briefcase\",\"calendar\",\"camera\",\"camera-off\",\"cast\",\"check\",\"check-circle\",\"check-square\",\"chevron-down\",\"chevron-left\",\"chevron-right\",\"chevron-up\",\"chevrons-down\",\"chevrons-left\",\"chevrons-right\",\"chevrons-up\",\"chrome\",\"circle\",\"clipboard\",\"clock\",\"cloud\",\"cloud-drizzle\",\"cloud-lightning\",\"cloud-off\",\"cloud-rain\",\"cloud-snow\",\"code\",\"codepen\",\"codesandbox\",\"coffee\",\"columns\",\"command\",\"compass\",\"copy\",\"corner-down-left\",\"corner-down-right\",\"corner-left-down\",\"corner-left-up\",\"corner-right-down\",\"corner-right-up\",\"corner-up-left\",\"corner-up-right\",\"cpu\",\"credit-card\",\"crop\",\"crosshair\",\"database\",\"delete\",\"disc\",\"divide\",\"divide-circle\",\"divide-square\",\"dollar-sign\",\"download\",\"download-cloud\",\"dribbble\",\"droplet\",\"edit\",\"edit-2\",\"edit-3\",\"external-link\",\"eye\",\"eye-off\",\"facebook\",\"fast-forward\",\"feather\",\"figma\",\"file\",\"file-minus\",\"file-plus\",\"file-text\",\"film\",\"filter\",\"flag\",\"folder\",\"folder-minus\",\"folder-plus\",\"framer\",\"frown\",\"gift\",\"git-branch\",\"git-commit\",\"git-merge\",\"git-pull-request\",\"github\",\"gitlab\",\"globe\",\"grid\",\"hard-drive\",\"hash\",\"headphones\",\"heart\",\"help-circle\",\"hexagon\",\"home\",\"image\",\"inbox\",\"info\",\"instagram\",\"italic\",\"key\",\"layers\",\"layout\",\"life-buoy\",\"link\",\"link-2\",\"linkedin\",\"list\",\"loader\",\"lock\",\"log-in\",\"log-out\",\"mail\",\"map\",\"map-pin\",\"maximize\",\"maximize-2\",\"meh\",\"menu\",\"message-circle\",\"message-square\",\"mic\",\"mic-off\",\"minimize\",\"minimize-2\",\"minus\",\"minus-circle\",\"minus-square\",\"monitor\",\"moon\",\"more-horizontal\",\"more-vertical\",\"mouse-pointer\",\"move\",\"music\",\"navigation\",\"navigation-2\",\"octagon\",\"package\",\"paperclip\",\"pause\",\"pause-circle\",\"pen-tool\",\"percent\",\"phone\",\"phone-call\",\"phone-forwarded\",\"phone-incoming\",\"phone-missed\",\"phone-off\",\"phone-outgoing\",\"pie-chart\",\"play\",\"play-circle\",\"plus\",\"plus-circle\",\"plus-square\",\"pocket\",\"power\",\"printer\",\"radio\",\"refresh-ccw\",\"refresh-cw\",\"repeat\",\"rewind\",\"rotate-ccw\",\"rotate-cw\",\"rss\",\"save\",\"scissors\",\"search\",\"send\",\"server\",\"settings\",\"share\",\"share-2\",\"shield\",\"shield-off\",\"shopping-bag\",\"shopping-cart\",\"shuffle\",\"sidebar\",\"skip-back\",\"skip-forward\",\"slack\",\"slash\",\"sliders\",\"smartphone\",\"smile\",\"speaker\",\"square\",\"star\",\"stop-circle\",\"sun\",\"sunrise\",\"sunset\",\"tablet\",\"tag\",\"target\",\"terminal\",\"thermometer\",\"thumbs-down\",\"thumbs-up\",\"toggle-left\",\"toggle-right\",\"tool\",\"trash\",\"trash-2\",\"trello\",\"trending-down\",\"trending-up\",\"triangle\",\"truck\",\"tv\",\"twitch\",\"twitter\",\"type\",\"umbrella\",\"underline\",\"unlock\",\"upload\",\"upload-cloud\",\"user\",\"user-check\",\"user-minus\",\"user-plus\",\"user-x\",\"users\",\"video\",\"video-off\",\"voicemail\",\"volume\",\"volume-1\",\"volume-2\",\"volume-x\",\"watch\",\"wifi\",\"wifi-off\",\"wind\",\"x\",\"x-circle\",\"x-octagon\",\"x-square\",\"youtube\",\"zap\",\"zap-off\",\"zoom-in\",\"zoom-out\",];const moduleBaseUrl=\"https://framer.com/m/feather-icons/\";const uppercaseIconKeys=iconKeys.map(name=>name.charAt(0).toUpperCase()+name.slice(1));const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * FEATHER\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);// Selected Icon Module\nconst[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HomeFactory(React):null);// Import the selected module or reset so null state\nasync function importModule(){let active=true;// Get the selected module\ntry{const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@0.0.29`;const module=await import(/* webpackIgnore: true */ iconModuleUrl);// console.log(module.default)\nif(active)setSelectedIcon(module.default(React));}catch(e){console.log(e);if(active)setSelectedIcon(null);}return()=>{active=false;};}// Import module when new style or icon is selected\nuseEffect(()=>{importModule();},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(\"div\",{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(SelectedIcon,{style:{width:\"100%\",height:\"100%\",transform:mirrored?\"scale(-1, 1)\":undefined},color:color}):emptyState});}Icon.displayName=\"Feather\";Icon.defaultProps={width:24,height:24,iconSelection:\"home\",iconSearch:\"Home\",color:\"#66F\",selectByList:true,mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,optionTitles:uppercaseIconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Feather site](https://feathericons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"iconKeys\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Feather.map", "// Generated by Framer (6d82f59)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-t4Zxx .framer-styles-preset-13y0riw:not(.rich-text-wrapper), .framer-t4Zxx .framer-styles-preset-13y0riw.rich-text-wrapper a { --framer-link-current-text-color: var(--token-c675f696-e754-41b8-a3b7-62bd178dee8a, #f40303) /* {\"name\":\"Vermelho\"} */; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: var(--token-8353780b-9df2-4e37-9d58-59d7c02e2541, #2465d3) /* {\"name\":\"Azul-50\"} */; --framer-link-hover-text-decoration: underline; --framer-link-text-color: var(--token-87c8b6a7-7def-4e24-b9f9-988cb4d53fe1, #154192); --framer-link-text-decoration: none; }'];export const className=\"framer-t4Zxx\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (6d82f59)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Montserrat-bold\",\"FS;Montserrat-black\",\"FS;Montserrat-black italic\",\"FS;Montserrat-bold italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/KDZE2GHZ4MXZP7RVHASNN75AFABT2ZB2/G33WYZOWF5RLCYVGCMU5BFGBXH4DMKUK/SHZ3SDA4YUDBQPNRSIGO7XNSCQQUBDYR.woff2\",weight:\"700\"},{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/M2RQDXLDLQ2S4ZZ66VQTDSO3OSHWKVY7/JAIF7WXHMOCSPDMQNJH4MHWPR2PHW2YE/C5NBF6PXS6YLHRF7TAQGFAEBX23GMCRA.woff2\",weight:\"900\"},{family:\"Montserrat\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/XJQZ5FAAHWM4Y24NF2Z7WYOSV6YPTE5O/EO2YIKJILBXPJTK6LHM7BXB3WCNBRFIW/3ITIUZWY6HV7DWK4WDWMNDJF4FUBLRZN.woff2\",weight:\"900\"},{family:\"Montserrat\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/WVRVHC26IF7VQKSULH6U5DSAGCYOIAQ7/CPARYH2DVA55XB4ZSTA7WTMPVZAVMNA5/BOBO2BRVXZQHPXSPDS5WN3IZQ5SL56OZ.woff2\",weight:\"700\"}]}];export const css=['.framer-XEDUG .framer-styles-preset-sp51tf:not(.rich-text-wrapper), .framer-XEDUG .framer-styles-preset-sp51tf.rich-text-wrapper p { --framer-font-family: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-bold: \"Montserrat\", sans-serif; --framer-font-family-bold-italic: \"Montserrat\", sans-serif; --framer-font-family-italic: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 15px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.01em; --framer-line-height: 1.5em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-87790f5c-cfd3-4fc1-87bc-07f9f006bcac, #154192); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-XEDUG\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (74b1a33)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,Floating,getFonts,getFontsFromSharedStyle,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/7eMPShpgmU3fOGECRCRZ/BZteqAnBGZutq6I3DEgn/OKUUmF5Fd.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/JAyfqFlzViho4gwewjz6/uhHXEx36dmkJyhVEV9a9/P_TXY_VCl.js\";const FeatherFonts=getFonts(Feather);const MotionDivWithFX=withFX(motion.div);const enabledGestures={ViNLhh44A:{hover:true}};const serializationHash=\"framer-OfgST\";const variantClassNames={ViNLhh44A:\"framer-v-18gym0d\"};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 animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,x:0,y:0};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};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:\"ViNLhh44A\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEntertxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const ref2=React.useRef(null);const ref3=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-18gym0d\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"ViNLhh44A\",ref:ref??ref1,style:{...style},...addPropertyOverrides({\"ViNLhh44A-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16va7tz-container\",id:`${layoutId}-16va7tz`,layoutDependency:layoutDependency,layoutId:\"S2zwDVnpe-container\",ref:ref2,children:[/*#__PURE__*/_jsx(Feather,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"menu\",id:\"S2zwDVnpe\",layoutId:\"S2zwDVnpe\",mirrored:false,onMouseEnter:onMouseEntertxyyif({overlay}),selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({\"ViNLhh44A-hover\":{color:\"var(--token-c675f696-e754-41b8-a3b7-62bd178dee8a, rgb(244, 3, 3))\"}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref2,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-16va7tz`,offsetX:-89.00004014762817,offsetY:9.999995961115928,onDismiss:overlay.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-c23m1g\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"jb4cbDUpZ\",ref:ref3,role:\"dialog\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(0,0,0,0.05)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1c36l94\",\"data-border\":true,\"data-framer-name\":\"Menu\",layoutDependency:layoutDependency,layoutId:\"YfLEMlOTy\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-r9u40i\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"Z3x7ulclW\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1h55mf4\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"QyiruLlR7\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1tu0ks7\",\"data-framer-name\":\"Home-outline\",fill:'var(--token-c675f696-e754-41b8-a3b7-62bd178dee8a, rgb(244, 3, 3)) /* {\"name\":\"Vermelho\"} */',intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"ZlsRiZVX7\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M6 19h3v-6h6v6h3v-9l-6-4.5L6 10zm-2 2V9l8-6 8 6v12h-7v-6h-2v6zm8-8.75\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-aruaaq\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"kPr0j9YnH\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-sp51tf\",\"data-styles-preset\":\"P_TXY_VCl\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"MzbAsamuT\"},nodeId:\"I9DIDcoEh\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-13y0riw\",\"data-styles-preset\":\"OKUUmF5Fd\",children:\"Home\"})})})}),className:\"framer-834m12\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"I9DIDcoEh\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qhj0qf\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"B7fgu7reB\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-2w4l0c\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"DVNYLJ8QX\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ntjlpv\",\"data-framer-name\":\"Target\",fill:'var(--token-c675f696-e754-41b8-a3b7-62bd178dee8a, rgb(244, 3, 3)) /* {\"name\":\"Vermelho\"} */',intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"tPBLRFlXM\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9 2 12t.788-3.9 2.137-3.175T8.1 2.788 12 2t3.9.788 3.175 2.137T21.213 8.1 22 12t-.788 3.9-2.137 3.175-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4 6.325 6.325 4 12t2.325 5.675T12 20m0-2q-2.5 0-4.25-1.75T6 12t1.75-4.25T12 6t4.25 1.75T18 12t-1.75 4.25T12 18m0-2q1.65 0 2.825-1.175T16 12t-1.175-2.825T12 8 9.175 9.175 8 12t1.175 2.825T12 16m0-2q-.825 0-1.412-.587T10 12t.588-1.412T12 10t1.413.588T14 12t-.587 1.413T12 14\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-kqa1zq\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"HCLvQABVe\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-sp51tf\",\"data-styles-preset\":\"P_TXY_VCl\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"n2Affico2\"},nodeId:\"Q6xbN2yhV\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-13y0riw\",\"data-styles-preset\":\"OKUUmF5Fd\",children:\"A Miss\\xe3o\"})})})}),className:\"framer-wlbw2s\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Q6xbN2yhV\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qlo22s\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"u3V7CSygr\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1r5tc6f\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"AF38SYdul\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-pszhn0\",\"data-framer-name\":\"Frame-person-outline-rounded\",fill:'var(--token-c675f696-e754-41b8-a3b7-62bd178dee8a, rgb(244, 3, 3)) /* {\"name\":\"Vermelho\"} */',intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"H9NR6mjUs\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M12 12q-1.275 0-2.137-.862T9 9q0-1.25.863-2.125T12 6q1.25 0 2.125.875T15 9q0 1.275-.875 2.138T12 12m0-2q.425 0 .713-.288T13 9t-.288-.712T12 8t-.712.288T11 9t.288.713T12 10m-6 7v-.9q0-.525.263-.987t.712-.738q1.15-.675 2.413-1.025T12 13t2.613.35 2.412 1.025q.45.275.713.738T18 16.1v.9q0 .425-.288.713T17 18H7q-.425 0-.712-.288T6 17m6-2q-1.025 0-2 .25T8.15 16h7.7q-.875-.5-1.85-.75T12 15m0 1h3.85-7.7zm-8 6q-.825 0-1.412-.587T2 20v-3q0-.425.288-.712T3 16t.713.288T4 17v3h3q.425 0 .713.288T8 21t-.288.713T7 22zM2 7V4q0-.825.588-1.412T4 2h3q.425 0 .713.288T8 3t-.288.713T7 4H4v3q0 .425-.288.713T3 8t-.712-.288T2 7m18 15h-3q-.425 0-.712-.288T16 21t.288-.712T17 20h3v-3q0-.425.288-.712T21 16t.713.288T22 17v3q0 .825-.587 1.413T20 22m0-15V4h-3q-.425 0-.712-.288T16 3t.288-.712T17 2h3q.825 0 1.413.588T22 4v3q0 .425-.288.713T21 8t-.712-.288T20 7\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-mraauj\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"kb2nRkN93\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-sp51tf\",\"data-styles-preset\":\"P_TXY_VCl\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"typ7bnAK7\"},nodeId:\"wwt5_tMPR\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-13y0riw\",\"data-styles-preset\":\"OKUUmF5Fd\",children:\"A Equipe\"})})})}),className:\"framer-1tvm93v\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"wwt5_tMPR\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12icv8b\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"FqV1UKVAd\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-17vc0vh\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"ZHupr68MP\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-11amr2k\",\"data-framer-name\":\"Image-outline\",fill:'var(--token-c675f696-e754-41b8-a3b7-62bd178dee8a, rgb(244, 3, 3)) /* {\"name\":\"Vermelho\"} */',intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"ShjIvAO0u\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M5 21q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v14q0 .825-.587 1.413T19 21zm0-2h14V5H5zm1-2h12l-3.75-5-3 4L9 13zm-1 2V5z\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-18pkk1a\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"cKP3h7AYH\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-sp51tf\",\"data-styles-preset\":\"P_TXY_VCl\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"whvCyfHNc\"},nodeId:\"SSaAFLXwn\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-13y0riw\",\"data-styles-preset\":\"OKUUmF5Fd\",children:\"Not\\xedcias\"})})})}),className:\"framer-1bjwfcj\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"SSaAFLXwn\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cp51p0\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"gIvVuG_SM\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-hvs82u\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"b6U3msMiD\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1g3i9p6\",\"data-framer-name\":\"Mail-outline\",fill:'var(--token-c675f696-e754-41b8-a3b7-62bd178dee8a, rgb(244, 3, 3)) /* {\"name\":\"Vermelho\"} */',intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"uqJWe7oaE\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M4 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v12q0 .825-.587 1.413T20 20zm8-7L4 8v10h16V8zm0-2 8-5H4zM4 8V6v12z\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-g7hyp3\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"x57j7lhyk\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-sp51tf\",\"data-styles-preset\":\"P_TXY_VCl\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ze326Meor\"},nodeId:\"iZikm3PzS\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-13y0riw\",\"data-styles-preset\":\"OKUUmF5Fd\",children:\"Contato\"})})})}),className:\"framer-1b3k4ar\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"iZikm3PzS\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]})})})})]})})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-OfgST.framer-1w5sltb, .framer-OfgST .framer-1w5sltb { display: block; }\",\".framer-OfgST.framer-18gym0d { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-OfgST .framer-16va7tz-container { flex: none; height: 32px; position: relative; width: 32px; }\",\".framer-OfgST .framer-c23m1g { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-OfgST .framer-1c36l94 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; padding: 20px; position: relative; width: min-content; }\",\".framer-OfgST .framer-r9u40i, .framer-OfgST .framer-1qhj0qf, .framer-OfgST .framer-1qlo22s, .framer-OfgST .framer-12icv8b, .framer-OfgST .framer-1cp51p0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 170px; }\",\".framer-OfgST .framer-1h55mf4, .framer-OfgST .framer-2w4l0c, .framer-OfgST .framer-1r5tc6f, .framer-OfgST .framer-17vc0vh, .framer-OfgST .framer-hvs82u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 40px; will-change: var(--framer-will-change-override, transform); }\",\".framer-OfgST .framer-1tu0ks7, .framer-OfgST .framer-pszhn0, .framer-OfgST .framer-1g3i9p6 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 28px); position: relative; width: 28px; }\",\".framer-OfgST .framer-aruaaq, .framer-OfgST .framer-kqa1zq, .framer-OfgST .framer-mraauj, .framer-OfgST .framer-18pkk1a, .framer-OfgST .framer-g7hyp3 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-OfgST .framer-834m12, .framer-OfgST .framer-wlbw2s, .framer-OfgST .framer-1tvm93v, .framer-OfgST .framer-1bjwfcj, .framer-OfgST .framer-1b3k4ar { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-OfgST .framer-1ntjlpv, .framer-OfgST .framer-11amr2k { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 29px); position: relative; width: 29px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-OfgST.framer-18gym0d, .framer-OfgST .framer-c23m1g, .framer-OfgST .framer-1c36l94, .framer-OfgST .framer-r9u40i, .framer-OfgST .framer-1h55mf4, .framer-OfgST .framer-aruaaq, .framer-OfgST .framer-1qhj0qf, .framer-OfgST .framer-2w4l0c, .framer-OfgST .framer-kqa1zq, .framer-OfgST .framer-1qlo22s, .framer-OfgST .framer-1r5tc6f, .framer-OfgST .framer-mraauj, .framer-OfgST .framer-12icv8b, .framer-OfgST .framer-17vc0vh, .framer-OfgST .framer-18pkk1a, .framer-OfgST .framer-1cp51p0, .framer-OfgST .framer-hvs82u, .framer-OfgST .framer-g7hyp3 { gap: 0px; } .framer-OfgST.framer-18gym0d > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-OfgST.framer-18gym0d > :first-child, .framer-OfgST .framer-r9u40i > :first-child, .framer-OfgST .framer-1qhj0qf > :first-child, .framer-OfgST .framer-1qlo22s > :first-child, .framer-OfgST .framer-12icv8b > :first-child, .framer-OfgST .framer-1cp51p0 > :first-child { margin-left: 0px; } .framer-OfgST.framer-18gym0d > :last-child, .framer-OfgST .framer-r9u40i > :last-child, .framer-OfgST .framer-1qhj0qf > :last-child, .framer-OfgST .framer-1qlo22s > :last-child, .framer-OfgST .framer-12icv8b > :last-child, .framer-OfgST .framer-1cp51p0 > :last-child { margin-right: 0px; } .framer-OfgST .framer-c23m1g > *, .framer-OfgST .framer-1h55mf4 > *, .framer-OfgST .framer-2w4l0c > *, .framer-OfgST .framer-1r5tc6f > *, .framer-OfgST .framer-17vc0vh > *, .framer-OfgST .framer-hvs82u > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-OfgST .framer-c23m1g > :first-child, .framer-OfgST .framer-1c36l94 > :first-child, .framer-OfgST .framer-1h55mf4 > :first-child, .framer-OfgST .framer-aruaaq > :first-child, .framer-OfgST .framer-2w4l0c > :first-child, .framer-OfgST .framer-kqa1zq > :first-child, .framer-OfgST .framer-1r5tc6f > :first-child, .framer-OfgST .framer-mraauj > :first-child, .framer-OfgST .framer-17vc0vh > :first-child, .framer-OfgST .framer-18pkk1a > :first-child, .framer-OfgST .framer-hvs82u > :first-child, .framer-OfgST .framer-g7hyp3 > :first-child { margin-top: 0px; } .framer-OfgST .framer-c23m1g > :last-child, .framer-OfgST .framer-1c36l94 > :last-child, .framer-OfgST .framer-1h55mf4 > :last-child, .framer-OfgST .framer-aruaaq > :last-child, .framer-OfgST .framer-2w4l0c > :last-child, .framer-OfgST .framer-kqa1zq > :last-child, .framer-OfgST .framer-1r5tc6f > :last-child, .framer-OfgST .framer-mraauj > :last-child, .framer-OfgST .framer-17vc0vh > :last-child, .framer-OfgST .framer-18pkk1a > :last-child, .framer-OfgST .framer-hvs82u > :last-child, .framer-OfgST .framer-g7hyp3 > :last-child { margin-bottom: 0px; } .framer-OfgST .framer-1c36l94 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-OfgST .framer-r9u40i > *, .framer-OfgST .framer-1qhj0qf > *, .framer-OfgST .framer-1qlo22s > *, .framer-OfgST .framer-12icv8b > *, .framer-OfgST .framer-1cp51p0 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-OfgST .framer-aruaaq > *, .framer-OfgST .framer-kqa1zq > *, .framer-OfgST .framer-mraauj > *, .framer-OfgST .framer-18pkk1a > *, .framer-OfgST .framer-g7hyp3 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-OfgST[data-border=\"true\"]::after, .framer-OfgST [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 32\n * @framerIntrinsicWidth 32\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"egTwpdaXy\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerBzIyGMHKo=withCSS(Component,css,\"framer-OfgST\");export default FramerBzIyGMHKo;FramerBzIyGMHKo.displayName=\"menu\";FramerBzIyGMHKo.defaultProps={height:32,width:32};addFonts(FramerBzIyGMHKo,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...FeatherFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerBzIyGMHKo\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"32\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"egTwpdaXy\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"32\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./BzIyGMHKo.map", "// Generated by Framer (74b1a33)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Montserrat-bold\",\"FS;Montserrat-bold\",\"FS;Montserrat-black italic\",\"FS;Montserrat-bold italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/KDZE2GHZ4MXZP7RVHASNN75AFABT2ZB2/G33WYZOWF5RLCYVGCMU5BFGBXH4DMKUK/SHZ3SDA4YUDBQPNRSIGO7XNSCQQUBDYR.woff2\",weight:\"700\"},{family:\"Montserrat\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/XJQZ5FAAHWM4Y24NF2Z7WYOSV6YPTE5O/EO2YIKJILBXPJTK6LHM7BXB3WCNBRFIW/3ITIUZWY6HV7DWK4WDWMNDJF4FUBLRZN.woff2\",weight:\"900\"},{family:\"Montserrat\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/WVRVHC26IF7VQKSULH6U5DSAGCYOIAQ7/CPARYH2DVA55XB4ZSTA7WTMPVZAVMNA5/BOBO2BRVXZQHPXSPDS5WN3IZQ5SL56OZ.woff2\",weight:\"700\"}]}];export const css=['.framer-zgQAZ .framer-styles-preset-w3qdxg:not(.rich-text-wrapper), .framer-zgQAZ .framer-styles-preset-w3qdxg.rich-text-wrapper h2 { --framer-font-family: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-bold: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Montserrat\", sans-serif; --framer-font-family-italic: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 50px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 700; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0px; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: #ffffff; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-zgQAZ\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9f55354)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const MotionDivWithFX=withFX(motion.div);const enabledGestures={g8tCEG5eW:{hover:true,pressed:true}};const cycleOrder=[\"g8tCEG5eW\",\"YZkvxwpYc\",\"hlIOaA8Fg\",\"a1u346403\",\"IPLPGt5OU\"];const serializationHash=\"framer-M2ta0\";const variantClassNames={a1u346403:\"framer-v-7fd8cx\",g8tCEG5eW:\"framer-v-flady\",hlIOaA8Fg:\"framer-v-1b8ul4q\",IPLPGt5OU:\"framer-v-es29zf\",YZkvxwpYc:\"framer-v-1nca1bx\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.2,ease:[.44,0,.56,1],type:\"tween\"};const transition2={delay:0,duration:1,ease:[0,0,1,1],type:\"tween\"};const animation={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Default:\"g8tCEG5eW\",Disabled:\"hlIOaA8Fg\",Error:\"IPLPGt5OU\",Loading:\"YZkvxwpYc\",Success:\"a1u346403\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"g8tCEG5eW\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"g8tCEG5eW\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"YZkvxwpYc\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"YZkvxwpYc\")return true;return false;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.button,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-flady\",className,classNames),\"data-framer-name\":\"Default\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"g8tCEG5eW\",ref:ref??ref1,style:{backgroundColor:\"var(--token-a7af632d-81ea-49fb-b440-54d6d37c8536, rgb(33, 69, 122))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,opacity:1,...style},variants:{\"g8tCEG5eW-hover\":{backgroundColor:\"var(--token-8353780b-9df2-4e37-9d58-59d7c02e2541, rgb(36, 101, 211))\"},\"g8tCEG5eW-pressed\":{backgroundColor:\"rgb(51, 51, 51)\"},hlIOaA8Fg:{opacity:.5},IPLPGt5OU:{backgroundColor:\"rgba(255, 34, 68, 0.15)\"}},...addPropertyOverrides({\"g8tCEG5eW-hover\":{\"data-framer-name\":undefined,style:{backgroundColor:\"var(--token-a7af632d-81ea-49fb-b440-54d6d37c8536, rgb(33, 69, 122))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,...style}},\"g8tCEG5eW-pressed\":{\"data-framer-name\":undefined,style:{backgroundColor:\"var(--token-a7af632d-81ea-49fb-b440-54d6d37c8536, rgb(33, 69, 122))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,...style}},a1u346403:{\"data-framer-name\":\"Success\",style:{backgroundColor:\"var(--token-a7af632d-81ea-49fb-b440-54d6d37c8536, rgb(33, 69, 122))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,...style}},hlIOaA8Fg:{\"data-framer-name\":\"Disabled\"},IPLPGt5OU:{\"data-framer-name\":\"Error\",style:{backgroundColor:\"var(--token-a7af632d-81ea-49fb-b440-54d6d37c8536, rgb(33, 69, 122))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,...style}},YZkvxwpYc:{\"data-framer-name\":\"Loading\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Enviar mensagem\"})}),className:\"framer-99hd9i\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"GIfAGikoc\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{IPLPGt5OU:{\"--extracted-r6o4lv\":\"rgb(255, 34, 68)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({a1u346403:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Obrigado\"})})},IPLPGt5OU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 34, 68))\"},children:\"Algo deu errado\"})})}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1oi4ngn\",\"data-framer-name\":\"Spinner\",layoutDependency:layoutDependency,layoutId:\"geQE5KPYy\",style:{mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-xq6lq7\",\"data-framer-name\":\"Conic\",layoutDependency:layoutDependency,layoutId:\"w8PyfRs3s\",style:{background:\"conic-gradient(from 180deg at 50% 50%, rgb(68, 204, 255) 0deg, rgb(68, 204, 255) 360deg)\",backgroundColor:\"rgb(68, 204, 255)\",mask:\"none\",WebkitMask:\"none\"},variants:{YZkvxwpYc:{background:\"conic-gradient(from 0deg at 50% 50%, rgba(255, 255, 255, 0) 7.208614864864882deg, rgb(255, 255, 255) 342deg)\",backgroundColor:\"rgba(0, 0, 0, 0)\",mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1flxwns\",\"data-framer-name\":\"Rounding\",layoutDependency:layoutDependency,layoutId:\"T6_Jaw9qG\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1},transformTemplate:transformTemplate1})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-M2ta0.framer-ye7ld, .framer-M2ta0 .framer-ye7ld { display: block; }\",\".framer-M2ta0.framer-flady { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 40px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 240px; }\",\".framer-M2ta0 .framer-99hd9i { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-M2ta0 .framer-1oi4ngn { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); overflow: hidden; position: relative; width: 20px; }\",\".framer-M2ta0 .framer-xq6lq7 { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-M2ta0 .framer-1flxwns { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 2px); left: 50%; overflow: visible; position: absolute; top: 0px; width: 2px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-M2ta0.framer-flady { gap: 0px; } .framer-M2ta0.framer-flady > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-M2ta0.framer-flady > :first-child { margin-left: 0px; } .framer-M2ta0.framer-flady > :last-child { margin-right: 0px; } }\",\".framer-M2ta0.framer-v-1nca1bx.framer-flady, .framer-M2ta0.framer-v-1b8ul4q.framer-flady, .framer-M2ta0.framer-v-7fd8cx.framer-flady, .framer-M2ta0.framer-v-es29zf.framer-flady { cursor: unset; }\",\".framer-M2ta0.framer-v-1nca1bx .framer-xq6lq7 { overflow: hidden; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 240\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"YZkvxwpYc\":{\"layout\":[\"fixed\",\"fixed\"]},\"hlIOaA8Fg\":{\"layout\":[\"fixed\",\"fixed\"]},\"a1u346403\":{\"layout\":[\"fixed\",\"fixed\"]},\"IPLPGt5OU\":{\"layout\":[\"fixed\",\"fixed\"]},\"LxRSebEuF\":{\"layout\":[\"fixed\",\"fixed\"]},\"BWRyFAaYr\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerGovL5B6Hs=withCSS(Component,css,\"framer-M2ta0\");export default FramerGovL5B6Hs;FramerGovL5B6Hs.displayName=\"Button\";FramerGovL5B6Hs.defaultProps={height:40,width:240};addPropertyControls(FramerGovL5B6Hs,{variant:{options:[\"g8tCEG5eW\",\"YZkvxwpYc\",\"hlIOaA8Fg\",\"a1u346403\",\"IPLPGt5OU\"],optionTitles:[\"Default\",\"Loading\",\"Disabled\",\"Success\",\"Error\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerGovL5B6Hs,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerGovL5B6Hs\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"YZkvxwpYc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"hlIOaA8Fg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"a1u346403\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"IPLPGt5OU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"LxRSebEuF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"BWRyFAaYr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"40\",\"framerIntrinsicWidth\":\"240\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./GovL5B6Hs.map", "// Generated by Framer (74b1a33)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,FormContainer,FormPlainTextInput,getFonts,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/uxe5Um2bBJDwkQWJlvWI/ArZTbRvaRA7voklspDUk/xpi4zNx8b.js\";import Button from\"https://framerusercontent.com/modules/cdB5IAfyLzJZww8BjFQg/1RNgV9EvzTb2dMu3RwVS/GovL5B6Hs.js\";const ButtonFonts=getFonts(Button);const cycleOrder=[\"CCNL6Sxjx\",\"idqZhPjtn\",\"EK8xVljIo\",\"CyLGENsTZ\"];const serializationHash=\"framer-RmttG\";const variantClassNames={CCNL6Sxjx:\"framer-v-17elm9h\",CyLGENsTZ:\"framer-v-lxvhdb\",EK8xVljIo:\"framer-v-yo9h36\",idqZhPjtn:\"framer-v-1ncwe2s\"};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 formVariants=(form,variants,currentVariant)=>{switch(form.state){case\"success\":return variants.success??currentVariant;case\"pending\":return variants.pending??currentVariant;case\"error\":return variants.error??currentVariant;case\"incomplete\":return variants.incomplete??currentVariant;}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"1200\":\"idqZhPjtn\",\"390\":\"CyLGENsTZ\",\"810\":\"EK8xVljIo\",Desktop:\"CCNL6Sxjx\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"CCNL6Sxjx\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"CCNL6Sxjx\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];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-17elm9h\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"CCNL6Sxjx\",ref:ref??ref1,style:{backgroundColor:\"var(--token-478a48b0-95ac-4662-9084-4c725251b110, rgb(229, 242, 255))\",...style},...addPropertyOverrides({CyLGENsTZ:{\"data-framer-name\":\"390\"},EK8xVljIo:{\"data-framer-name\":\"810\"},idqZhPjtn:{\"data-framer-name\":\"1200\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.section,{className:\"framer-oz04oz\",layoutDependency:layoutDependency,layoutId:\"PPGY5PmFM\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1iocxqe\",layoutDependency:layoutDependency,layoutId:\"S6Qkkk_BX\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gimqv5\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"LRJB1tJzS\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-w3qdxg\",\"data-styles-preset\":\"xpi4zNx8b\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-87790f5c-cfd3-4fc1-87bc-07f9f006bcac, rgb(21, 65, 146)))\"},children:\"Entre em contato\"})}),className:\"framer-dppzj1\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"DPvCMWdQU\",style:{\"--extracted-1of0zx5\":\"var(--token-87790f5c-cfd3-4fc1-87bc-07f9f006bcac, rgb(21, 65, 146))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({CyLGENsTZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-w3qdxg\",\"data-styles-preset\":\"xpi4zNx8b\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-87790f5c-cfd3-4fc1-87bc-07f9f006bcac, rgb(21, 65, 146)))\"},children:\"Entre em contato\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-105xyl5\",layoutDependency:layoutDependency,layoutId:\"ZK0W10o9F\",style:{backgroundColor:\"var(--token-c675f696-e754-41b8-a3b7-62bd178dee8a, rgb(244, 3, 3))\"}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1saWdodA==\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(41, 41, 41))\"},children:\"Deixe aqui sua mensagem.\"})}),className:\"framer-1wfv0oy\",fonts:[\"FS;Montserrat-light\"],layoutDependency:layoutDependency,layoutId:\"mEC5D91HZ\",style:{\"--extracted-r6o4lv\":\"rgb(41, 41, 41)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-102bcf8\",layoutDependency:layoutDependency,layoutId:\"bprY0CGK3\",children:/*#__PURE__*/_jsx(FormContainer,{className:\"framer-1omxglp\",layoutDependency:layoutDependency,layoutId:\"mOMQ1Fjpc\",redirectUrl:{webPageId:\"d6MD6EgKa\"},children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsxs(motion.label,{className:\"framer-8j9hfb\",layoutDependency:layoutDependency,layoutId:\"I9bcc5Bfe\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(136, 136, 136))\"},children:\"Nome\"})}),className:\"framer-m02xv2\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"LjN5d5ZE2\",style:{\"--extracted-r6o4lv\":\"rgb(136, 136, 136)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-19ffk0n\",inputName:\"Name\",layoutDependency:layoutDependency,layoutId:\"cpt3GSTQj\",placeholder:\"Seu nome aqui\",required:true,style:{\"--framer-input-background\":\"rgb(255, 255, 255)\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgba(136, 136, 136, 0.1)\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"10px\",\"--framer-input-border-radius-bottom-right\":\"10px\",\"--framer-input-border-radius-top-left\":\"10px\",\"--framer-input-border-radius-top-right\":\"10px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"var(--token-660ec914-ebfe-4636-b9a5-149cec783f13, rgb(33, 69, 122))\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgb(153, 153, 153)\"},type:\"text\"})]}),/*#__PURE__*/_jsxs(motion.label,{className:\"framer-1y7llrq\",layoutDependency:layoutDependency,layoutId:\"UZJ9qDkSV\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(136, 136, 136))\"},children:\"E-mail\"})}),className:\"framer-1ansgw0\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"mPnEJUyea\",style:{\"--extracted-r6o4lv\":\"rgb(136, 136, 136)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-11tsmqo\",inputName:\"Email\",layoutDependency:layoutDependency,layoutId:\"DG0nPO2UK\",placeholder:\"contato@email.com.br\",required:true,style:{\"--framer-input-background\":\"rgb(255, 255, 255)\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgba(136, 136, 136, 0.1)\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"10px\",\"--framer-input-border-radius-bottom-right\":\"10px\",\"--framer-input-border-radius-top-left\":\"10px\",\"--framer-input-border-radius-top-right\":\"10px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"var(--token-660ec914-ebfe-4636-b9a5-149cec783f13, rgb(33, 69, 122))\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgb(153, 153, 153)\"},type:\"email\"})]}),/*#__PURE__*/_jsxs(motion.label,{className:\"framer-d5fr6c\",layoutDependency:layoutDependency,layoutId:\"mrUiDvtER\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(136, 136, 136))\"},children:\"Mensagem\"})}),className:\"framer-jh7j73\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"W_yFxizoI\",style:{\"--extracted-r6o4lv\":\"rgb(136, 136, 136)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1sg31ys\",inputName:\"Mensagem\",layoutDependency:layoutDependency,layoutId:\"uZI6vq2__\",placeholder:\"Sua mensagem aqui\",required:true,style:{\"--framer-input-background\":\"rgb(255, 255, 255)\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgba(136, 136, 136, 0.1)\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"10px\",\"--framer-input-border-radius-bottom-right\":\"10px\",\"--framer-input-border-radius-top-left\":\"10px\",\"--framer-input-border-radius-top-right\":\"10px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"var(--token-660ec914-ebfe-4636-b9a5-149cec783f13, rgb(33, 69, 122))\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgb(153, 153, 153)\"},type:\"textarea\"})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:`max((min(${componentViewport?.width||\"100vw\"} - 200px, 1200px) - 60px) / 2, 1px)`,...addPropertyOverrides({CyLGENsTZ:{width:\"350px\"},EK8xVljIo:{width:`max((min(${componentViewport?.width||\"100vw\"} - 200px, 1200px) - 30px) / 2, 1px)`},idqZhPjtn:{width:`max((min(${componentViewport?.width||\"100vw\"} - 200px, 980px) - 60px) / 2, 1px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-18z9qd7-container\",layoutDependency:layoutDependency,layoutId:\"Xx_RuqEFB-container\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"Xx_RuqEFB\",layoutId:\"Xx_RuqEFB\",style:{height:\"100%\",width:\"100%\"},type:\"submit\",variant:formVariants(formState,{error:\"IPLPGt5OU\",pending:\"YZkvxwpYc\",success:\"a1u346403\"},\"g8tCEG5eW\"),width:\"100%\"})})})]})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-RmttG.framer-wv2fpa, .framer-RmttG .framer-wv2fpa { display: block; }\",\".framer-RmttG.framer-17elm9h { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 100px; position: relative; width: 1440px; }\",\".framer-RmttG .framer-oz04oz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-RmttG .framer-1iocxqe, .framer-RmttG .framer-102bcf8 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-RmttG .framer-1gimqv5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-RmttG .framer-dppzj1, .framer-RmttG .framer-1wfv0oy { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-RmttG .framer-105xyl5 { flex: none; height: 3px; overflow: hidden; position: relative; width: 64px; }\",\".framer-RmttG .framer-1omxglp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 17px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-RmttG .framer-8j9hfb, .framer-RmttG .framer-1y7llrq, .framer-RmttG .framer-d5fr6c { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-RmttG .framer-m02xv2, .framer-RmttG .framer-1ansgw0, .framer-RmttG .framer-jh7j73 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",'.framer-RmttG .framer-19ffk0n, .framer-RmttG .framer-11tsmqo { --framer-input-focused-border-color: var(--token-8353780b-9df2-4e37-9d58-59d7c02e2541, #2465d3); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-family: \"Montserrat\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 400; --framer-input-padding: 12px; flex: none; height: 40px; position: relative; width: 100%; }','.framer-RmttG .framer-1sg31ys { --framer-input-focused-border-color: var(--token-8353780b-9df2-4e37-9d58-59d7c02e2541, #2465d3); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-family: \"Montserrat\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 400; --framer-input-padding: 12px; --framer-input-wrapper-height: auto; --framer-textarea-resize: vertical; flex: none; height: auto; min-height: 100px; position: relative; width: 100%; }',\".framer-RmttG .framer-18z9qd7-container { flex: none; height: 40px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-RmttG.framer-17elm9h, .framer-RmttG .framer-oz04oz, .framer-RmttG .framer-1iocxqe, .framer-RmttG .framer-1gimqv5, .framer-RmttG .framer-102bcf8, .framer-RmttG .framer-1omxglp, .framer-RmttG .framer-8j9hfb, .framer-RmttG .framer-1y7llrq, .framer-RmttG .framer-d5fr6c { gap: 0px; } .framer-RmttG.framer-17elm9h > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-RmttG.framer-17elm9h > :first-child, .framer-RmttG .framer-1iocxqe > :first-child, .framer-RmttG .framer-1gimqv5 > :first-child, .framer-RmttG .framer-102bcf8 > :first-child, .framer-RmttG .framer-1omxglp > :first-child, .framer-RmttG .framer-8j9hfb > :first-child, .framer-RmttG .framer-1y7llrq > :first-child, .framer-RmttG .framer-d5fr6c > :first-child { margin-top: 0px; } .framer-RmttG.framer-17elm9h > :last-child, .framer-RmttG .framer-1iocxqe > :last-child, .framer-RmttG .framer-1gimqv5 > :last-child, .framer-RmttG .framer-102bcf8 > :last-child, .framer-RmttG .framer-1omxglp > :last-child, .framer-RmttG .framer-8j9hfb > :last-child, .framer-RmttG .framer-1y7llrq > :last-child, .framer-RmttG .framer-d5fr6c > :last-child { margin-bottom: 0px; } .framer-RmttG .framer-oz04oz > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } .framer-RmttG .framer-oz04oz > :first-child { margin-left: 0px; } .framer-RmttG .framer-oz04oz > :last-child { margin-right: 0px; } .framer-RmttG .framer-1iocxqe > *, .framer-RmttG .framer-102bcf8 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-RmttG .framer-1gimqv5 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-RmttG .framer-1omxglp > * { margin: 0px; margin-bottom: calc(17px / 2); margin-top: calc(17px / 2); } .framer-RmttG .framer-8j9hfb > *, .framer-RmttG .framer-1y7llrq > *, .framer-RmttG .framer-d5fr6c > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-RmttG.framer-v-1ncwe2s.framer-17elm9h { width: 1200px; }\",\".framer-RmttG.framer-v-1ncwe2s .framer-oz04oz { max-width: 980px; }\",\".framer-RmttG.framer-v-yo9h36.framer-17elm9h { width: 810px; }\",\".framer-RmttG.framer-v-yo9h36 .framer-oz04oz { gap: 30px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-RmttG.framer-v-yo9h36 .framer-oz04oz { gap: 0px; } .framer-RmttG.framer-v-yo9h36 .framer-oz04oz > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-RmttG.framer-v-yo9h36 .framer-oz04oz > :first-child { margin-left: 0px; } .framer-RmttG.framer-v-yo9h36 .framer-oz04oz > :last-child { margin-right: 0px; } }\",\".framer-RmttG.framer-v-lxvhdb.framer-17elm9h { flex-direction: row; padding: 100px 0px 100px 0px; width: 390px; }\",\".framer-RmttG.framer-v-lxvhdb .framer-oz04oz { flex-direction: column; max-width: unset; width: 350px; }\",\".framer-RmttG.framer-v-lxvhdb .framer-1iocxqe, .framer-RmttG.framer-v-lxvhdb .framer-102bcf8 { flex: none; width: 100%; }\",\".framer-RmttG.framer-v-lxvhdb .framer-1gimqv5 { align-content: center; align-items: center; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-RmttG.framer-v-lxvhdb.framer-17elm9h, .framer-RmttG.framer-v-lxvhdb .framer-oz04oz { gap: 0px; } .framer-RmttG.framer-v-lxvhdb.framer-17elm9h > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } .framer-RmttG.framer-v-lxvhdb.framer-17elm9h > :first-child { margin-left: 0px; } .framer-RmttG.framer-v-lxvhdb.framer-17elm9h > :last-child { margin-right: 0px; } .framer-RmttG.framer-v-lxvhdb .framer-oz04oz > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-RmttG.framer-v-lxvhdb .framer-oz04oz > :first-child { margin-top: 0px; } .framer-RmttG.framer-v-lxvhdb .framer-oz04oz > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 544\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"idqZhPjtn\":{\"layout\":[\"fixed\",\"auto\"]},\"EK8xVljIo\":{\"layout\":[\"fixed\",\"auto\"]},\"CyLGENsTZ\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerz3O2QMkkC=withCSS(Component,css,\"framer-RmttG\");export default Framerz3O2QMkkC;Framerz3O2QMkkC.displayName=\"Contato\";Framerz3O2QMkkC.defaultProps={height:544,width:1440};addPropertyControls(Framerz3O2QMkkC,{variant:{options:[\"CCNL6Sxjx\",\"idqZhPjtn\",\"EK8xVljIo\",\"CyLGENsTZ\"],optionTitles:[\"Desktop\",\"1200\",\"810\",\"390\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerz3O2QMkkC,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/JBAX5LNUCKEVXKRK3ARXNMEMQYQYP6WR/P3OTF2DNFMTAXKSAW4JNN6DPWEDDI5MN/4IO2HK2EZ7GHCZN7I3I4WKBAO7IH72SS.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NZ67QOF3FXYLOR27ABJOZVKKBKNRMKMF/EHBFE55HTLOOJHTZSLD54GSL3EBTAFNQ/DI2GHUWG3WKRXISSCTNDMTWKWZC25UIW.woff2\",weight:\"400\"}]},...ButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerz3O2QMkkC\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"544\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"idqZhPjtn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"EK8xVljIo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"CyLGENsTZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1440\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./z3O2QMkkC.map", "import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here \u2014 there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map", "import { useMemo } from \"react\";\nimport { RenderTarget } from \"framer\";\nexport function useRenderTarget() {\n    const currentRenderTarget = useMemo(()=>RenderTarget.current()\n    , []);\n    return currentRenderTarget;\n}\nexport function useIsInPreview() {\n    const inPreview = useMemo(()=>RenderTarget.current() === RenderTarget.preview\n    , []);\n    return inPreview;\n}\nexport function useIsOnCanvas() {\n    const onCanvas = useMemo(()=>RenderTarget.current() === RenderTarget.canvas\n    , []);\n    return onCanvas;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsInPreview\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsOnCanvas\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useRenderTarget.map", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n    const { borderRadius , isMixedBorderRadius , topLeftRadius , topRightRadius , bottomRightRadius , bottomLeftRadius ,  } = props;\n    const radiusValue = useMemo(()=>isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`\n    , [\n        borderRadius,\n        isMixedBorderRadius,\n        topLeftRadius,\n        topRightRadius,\n        bottomRightRadius,\n        bottomLeftRadius, \n    ]);\n    return radiusValue;\n}\nexport const borderRadiusControl = {\n    borderRadius: {\n        title: \"Radius\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"isMixedBorderRadius\",\n        toggleTitles: [\n            \"Radius\",\n            \"Radius per corner\"\n        ],\n        valueKeys: [\n            \"topLeftRadius\",\n            \"topRightRadius\",\n            \"bottomRightRadius\",\n            \"bottomLeftRadius\", \n        ],\n        valueLabels: [\n            \"TL\",\n            \"TR\",\n            \"BR\",\n            \"BL\"\n        ],\n        min: 0\n    }\n};\nexport function usePadding(props) {\n    const { padding , paddingPerSide , paddingTop , paddingRight , paddingBottom , paddingLeft ,  } = props;\n    const paddingValue = useMemo(()=>paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding\n    , [\n        padding,\n        paddingPerSide,\n        paddingTop,\n        paddingRight,\n        paddingBottom,\n        paddingLeft, \n    ]);\n    return paddingValue;\n}\nexport const paddingControl = {\n    padding: {\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\n            \"Padding\",\n            \"Padding per side\"\n        ],\n        valueKeys: [\n            \"paddingTop\",\n            \"paddingRight\",\n            \"paddingBottom\",\n            \"paddingLeft\", \n        ],\n        valueLabels: [\n            \"T\",\n            \"R\",\n            \"B\",\n            \"L\"\n        ],\n        min: 0,\n        title: \"Padding\"\n    }\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./propUtils.map", "import { useIsInCurrentNavigationTarget } from \"framer\";\nimport { useEffect } from \"react\";\nexport function useOnEnter(onEnter, enabled) {\n    return useOnSpecificTargetChange(true, onEnter, enabled);\n}\nexport function useOnExit(onExit, enabled) {\n    return useOnSpecificTargetChange(false, onExit, enabled);\n}\nfunction useOnSpecificTargetChange(goal, callback, enabled = true) {\n    const isInTarget = useIsInCurrentNavigationTarget();\n    useEffect(()=>{\n        if (enabled && isInTarget === goal) callback();\n    }, [\n        isInTarget\n    ]);\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useOnEnter\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnExit\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useOnNavigationTargetChange.map", "import { useMemo } from \"react\";\nexport const isBrowserSafari = ()=>{\n    if (typeof navigator !== `undefined`) {\n        const userAgent = navigator.userAgent.toLowerCase();\n        const isSafari = (userAgent.indexOf(\"safari\") > -1 || userAgent.indexOf(\"framermobile\") > -1 || userAgent.indexOf(\"framerx\") > -1) && userAgent.indexOf(\"chrome\") < 0;\n        return isSafari;\n    } else return false;\n};\nexport const useIsBrowserSafari = ()=>useMemo(()=>isBrowserSafari()\n    , [])\n;\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./isBrowser.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,useIsInCurrentNavigationTarget,RenderTarget}from\"framer\";import{isMotionValue,useInView}from\"framer-motion\";import{borderRadiusControl,defaultEvents,useIsBrowserSafari,useIsOnCanvas,useOnEnter,useOnExit,useRadius,useRenderTarget}from\"https://framerusercontent.com/modules/G4IfyjvwmaeSBpdb4TWu/OIjZRBmWDcIE2B6qgG1j/index.js\";// https://framer.com/m/framer/default-utils.js@^0.45.0\nimport{memo,useCallback,useEffect,useMemo,useRef,useState}from\"react\";var ObjectFitType;(function(ObjectFitType){ObjectFitType[\"Fill\"]=\"fill\";ObjectFitType[\"Contain\"]=\"contain\";ObjectFitType[\"Cover\"]=\"cover\";ObjectFitType[\"None\"]=\"none\";ObjectFitType[\"ScaleDown\"]=\"scale-down\";})(ObjectFitType||(ObjectFitType={}));var SrcType;(function(SrcType){SrcType[\"Video\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));const defaultVideo=\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\";// Reduce renders\nfunction getProps(props){const{width,height,topLeft,topRight,bottomRight,bottomLeft,id,children,...rest}=props;return rest;}/**\n * VIDEO\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 112\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export function Video(props){const newProps=getProps(props);return /*#__PURE__*/_jsx(VideoMemo,{...newProps});}function usePlaybackControls(videoRef){const isInCurrentNavigationTarget=useIsInCurrentNavigationTarget();const requestingPlay=useRef(false);const isPlayingRef=useRef(false);const setProgress=useCallback(rawProgress=>{if(!videoRef.current)return;const newProgress=(rawProgress===1?.999:rawProgress)*videoRef.current.duration;const isAlreadySet=Math.abs(videoRef.current.currentTime-newProgress)<.1;if(videoRef.current.duration>0&&!isAlreadySet){videoRef.current.currentTime=newProgress;}},[]);const play=useCallback(()=>{const video=videoRef.current;if(!video)return;video.preload=\"auto\"// makes sure browsers don't throttle: https://html.spec.whatwg.org/multipage/media.html#:~:text=When%20the%20media%20resource%20is%20playing%2C%20hints%20to%20the%20user%20agent%20that%20bandwidth%20is%20to%20be%20considered%20scarce%2C%20e.g.%20suggesting%20throttling%20the%20download%20so%20that%20the%20media%20data%20is%20obtained%20at%20the%20slowest%20possible%20rate%20that%20still%20maintains%20consistent%20playback.\n;const isPlaying=video.currentTime>0&&video.onplaying&&!video.paused&&!video.ended&&video.readyState>=video.HAVE_CURRENT_DATA;if(!isPlaying&&video&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;isPlayingRef.current=true;video.play().catch(e=>{})// It's likely fine, swallow error\n.finally(()=>requestingPlay.current=false);}},[]);const pause=useCallback(()=>{if(!videoRef.current||requestingPlay.current)return;videoRef.current.pause();isPlayingRef.current=false;},[]);return{play,pause,setProgress,isPlaying:isPlayingRef};}function useAutoplayBehavior({playingProp,muted,loop,playsinline,controls}){const[initialPlayingProp]=useState(()=>playingProp);const[hasPlayingPropChanged,setHasPlayingPropChanged]=useState(false);if(playingProp!==initialPlayingProp&&!hasPlayingPropChanged){setHasPlayingPropChanged(true);}const behavesAsGif=// passing `playing === true` on mount indicates that the video should\n// autoplay, like a GIF\ninitialPlayingProp&&muted&&loop&&playsinline&&!controls&&// Some users of the <Video> component use it by wrapping it with\n// another smart component and adding their own controls on top. (The\n// controls use transitions to control the video: e.g., when clicking\n// the play button, the smart component will transition to a state with\n// <Video playing={true} />.) In this case, we don't want the video to\n// behave as a gif, as it will be weird if the video suddenly started\n// acting as such (and auto-pausing when leaving the viewport) as soon\n// as the site visitor mutes it and clicks \u201CPlay\u201D.\n!hasPlayingPropChanged;let autoplay;if(behavesAsGif)autoplay=\"on-viewport\";else if(initialPlayingProp)autoplay=\"on-mount\";else autoplay=\"no-autoplay\";return autoplay;}const VideoMemo=/*#__PURE__*/memo(function VideoInner(props){const{// default props\nsrcType=\"URL\",srcUrl,srcFile=\"\",posterEnabled=false,controls=false,playing=true,loop=true,muted=true,playsinline=true,restartOnEnter=false,objectFit=\"cover\",backgroundColor=\"rgba(0,0,0,0)\",radius=0,volume=25,startTime:startTimeProp=0,poster,playing:playingProp,progress,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp}=props;const videoRef=useRef();const isSafari=useIsBrowserSafari();const wasPausedOnLeave=useRef(null);const wasEndedOnLeave=useRef(null);const isOnCanvas=useIsOnCanvas();const renderTarget=useRenderTarget();const isStaticRenderer=isOnCanvas||renderTarget===RenderTarget.export;const borderRadius=useRadius(props);// Hard-coding `autoplayBehavior` and `isInViewport` when on canvas as a\n// tiny perf optimization. isStaticRenderer won\u2019t change through the lifecycle of\n// the component, so using these hooks conditionally should be safe\nconst autoplayBehavior=isStaticRenderer?\"no-autoplay\":useAutoplayBehavior({playingProp,muted,loop,playsinline,controls});const isInViewport=isStaticRenderer?true:useInView(videoRef);const isCloseToViewport=isStaticRenderer?false:useInView(videoRef,{margin:\"10%\",once:true});// Video elements behave oddly at 100% duration\nconst startTime=startTimeProp===100?99.9:startTimeProp;const{play,pause,setProgress,isPlaying}=usePlaybackControls(videoRef);// Pause/play via props\nuseEffect(()=>{if(isStaticRenderer)return;if(autoplayBehavior===\"on-viewport\")return;if(playingProp)play();else pause();},[autoplayBehavior,playingProp]);// Pause/play via viewport\nuseEffect(()=>{if(isStaticRenderer)return;// this also explicitly retries playing for videos that play on-mount, which could fail if they're not muted for example\nif(isInViewport&&playingProp&&autoplayBehavior!==\"no-autoplay\")play();if(autoplayBehavior!==\"on-viewport\")return;pause();},[autoplayBehavior,isInViewport,playingProp]);useEffect(()=>{if(!isOnCanvas||poster||posterEnabled||startTime||!videoRef.current)return;// forces a poster to show up when the video is in an iframe; this is needed when `poster` changes\nvideoRef.current.currentTime=.01;},[posterEnabled,poster,startTime]);/**\n     * The Video component has some effects that sync the video element with props\n     * like `startTime`, `progress`, etc. React calls these effects whenever these\n     * props change. However, it also calls them on the first mount, and this is\n     * troublesome \u2013 if we\u2019re doing SSR, and the user changed the video state before\n     * the video was hydrated, the initial `useEffect` call will reset the video\n     * state. To avoid this, we use this flag.\n     */const isMountedAndReadyForProgressChanges=useRef(false);// Allow scrubbling via progress prop\n// 1) Handle cases when the progress prop itself changes\nuseEffect(()=>{if(!isMountedAndReadyForProgressChanges.current){isMountedAndReadyForProgressChanges.current=true;return;}const rawProgressValue=isMotionValue(progress)?progress.get():(progress??0)*.01;setProgress(// When the progress value exists (e.g. <Video startTime={10}\n// progress={50} />), we respect the `progress` value over\n// `startTime`, even if `startTime` changes. That\u2019s because\n// `startTime` == start == changing it shouldn\u2019t affect the current\n// progress\n(rawProgressValue??0)||// Then why fall back to `startTime` when `progress` doesn\u2019t exist,\n// you might ask? Now, that\u2019s for\n// - canvas UX: we want the video progress to change when the user\n//   is scrobbling the \u201CStart Time\u201D in component settings.\n// - backwards compatibility: maybe some users *are* scrobbling\n//   using `startTime` instead of `progress`? We don\u2019t know, and it\n//   always supported it, so let\u2019s not break it\n(startTime??0)/100);},[startTime,srcFile,srcUrl,progress]);// 2) Handle cases when the motion value inside the progress prop changes\nuseEffect(()=>{if(!isMotionValue(progress))return;return progress.on(\"change\",value=>setProgress(value));},[progress]);// (Prototyping) Checking if we need to play on navigation enter\nuseOnEnter(()=>{if(wasPausedOnLeave.current===null)return;if(videoRef.current){// if (restartOnEnter) setProgress(0)\nif(!wasEndedOnLeave&&loop||!wasPausedOnLeave.current)play();}});// (Prototyping) Pausing & saving playing state on navigation exit\nuseOnExit(()=>{if(videoRef.current){wasEndedOnLeave.current=videoRef.current.ended;wasPausedOnLeave.current=videoRef.current.paused;pause();}});const src=useMemo(()=>{let fragment=\"\";// if (\n//     startTime > 0 &&\n//     videoRef.current &&\n//     !isNaN(videoRef.current.duration) &&\n//     !isStaticRenderer\n// ) {\n//     console.log(startTime, videoRef.current.duration)\n//     fragment = `#t=${startTime * videoRef.current.duration}`\n// }\nif(srcType===\"URL\")return srcUrl+fragment;if(srcType===\"Upload\")return srcFile+fragment;},[srcType,srcFile,srcUrl,startTime]);// Autoplay via JS to work in Safari\nuseEffect(()=>{if(isSafari&&videoRef.current&&autoplayBehavior===\"on-mount\"){setTimeout(()=>play(),50);}},[]);// Volume Control\nuseEffect(()=>{if(videoRef.current&&!muted)videoRef.current.volume=(volume??0)/100;},[volume]);// When video is ready, set start-time, then autoplay if needed\nconst handleReady=()=>{const video=videoRef.current;if(!video)return;if(video.currentTime<.3&&startTime>0)setProgress((startTime??0)*.01);if(// when the component updates (e.g. only srcFile/url changes), and the video was already playing, keep playing\nisPlaying.current||autoplayBehavior===\"on-mount\"||playingProp&&autoplayBehavior===\"on-viewport\"&&isInViewport)play();};return /*#__PURE__*/_jsx(\"video\",{onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,src:src,loop:loop,ref:videoRef,onSeeked:e=>onSeeked?.(e),onPause:e=>onPause?.(e),onPlay:e=>onPlay?.(e),onEnded:e=>onEnd?.(e),autoPlay:isPlaying.current||autoplayBehavior===\"on-mount\"||playingProp&&autoplayBehavior===\"on-viewport\"&&isInViewport,preload:isPlaying.current?\"auto\":isStaticRenderer&&!poster?\"metadata\":autoplayBehavior!==\"on-mount\"&&!isCloseToViewport?\"none\":// `autoplay` overrides this too\n\"metadata\",poster:posterEnabled&&!srcFile&&srcUrl===defaultVideo?\"https://framerusercontent.com/images/5ILRvlYXf72kHSVHqpa3snGzjU.jpg\":posterEnabled&&poster?poster:undefined,onLoadedData:handleReady,controls:controls,muted:isStaticRenderer?true:muted,playsInline:playsinline,style:{cursor:!!onClick?\"pointer\":\"auto\",width:\"100%\",height:\"100%\",borderRadius,display:\"block\",objectFit:objectFit,backgroundColor:backgroundColor,objectPosition:\"50% 50%\"}});});Video.displayName=\"Video\";function capitalizeFirstLetter(value){return value.charAt(0).toUpperCase()+value.slice(1);}export function titleCase(value){const groups=value.match(/[A-Z]{2,}|[A-Z][a-z]+|[a-z]+|[A-Z]|\\d+/gu)||[];return groups.map(capitalizeFirstLetter).join(\" \");}const objectFitOptions=[\"cover\",\"fill\",\"contain\",\"scale-down\",\"none\"];addPropertyControls(Video,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[\"URL\",\"Upload\"]},srcUrl:{type:ControlType.String,title:\"URL\",defaultValue:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",hidden(props){return props.srcType===\"Upload\";}},srcFile:{type:ControlType.File,title:\"File\",allowedFileTypes:[\"mp4\",\"webm\"],hidden(props){return props.srcType===\"URL\";}},playing:{type:ControlType.Boolean,title:\"Playing\",enabledTitle:\"Yes\",disabledTitle:\"No\"},...borderRadiusControl,posterEnabled:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Yes\",disabledTitle:\"No\"},poster:{type:ControlType.Image,title:\"Image\",hidden:({posterEnabled})=>!posterEnabled,description:\"We recommend adding a poster. [Learn more](https://www.framer.com/help/articles/how-are-videos-optimized-in-framer/).\"},backgroundColor:{type:ControlType.Color,title:\"Background\",defaultValue:\"rgba(0,0,0,0)\"},startTime:{title:\"Start Time\",type:ControlType.Number,min:0,max:100,step:.1,unit:\"%\"},loop:{type:ControlType.Boolean,title:\"Loop\",enabledTitle:\"Yes\",disabledTitle:\"No\"},objectFit:{type:ControlType.Enum,title:\"Fit\",options:objectFitOptions,optionTitles:objectFitOptions.map(titleCase)},// restartOnEnter: {\n//     type: ControlType.Boolean,\n//     title: \"On ReEnter\",\n//     enabledTitle: \"Restart\",\n//     disabledTitle: \"Resume\",\n// },\ncontrols:{type:ControlType.Boolean,title:\"Controls\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted,defaultValue:25},onEnd:{type:ControlType.EventHandler},onSeeked:{type:ControlType.EventHandler},onPause:{type:ControlType.EventHandler},onPlay:{type:ControlType.EventHandler},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"VideoProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"titleCase\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"112\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicWidth\":\"200\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Video.map"],
  "mappings": "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",
  "names": ["noopReturn", "t", "isFunction", "t", "e", "t", "velocityPerSecond", "calcBezier", "t", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "o", "cubicBezier", "__rest", "r", "n", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "t", "n", "r", "velocityPerSecond", "calcDampingRatio", "hasReachedTarget", "spring", "c", "i", "h", "e", "u", "d", "f", "l", "g", "glide", "a", "o", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "L", "T", "M", "k", "noopReturn", "B", "asTransformCssVar", "j", "T", "L", "P", "j", "testAnimation", "C", "R", "H", "resolveElements", "createGeneratorEasing", "o", "getGenerator", "t", "i", "s", "r", "a", "getKeyframes", "e", "pregenerateKeyframes", "n", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "U", "spring", "q", "glide", "K", "inView$1", "resolveElements", "onIntersectionChange", "isFunction", "G", "_", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "Z", "X", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "dispatchViewEvent", "ae", "o", "i", "s", "__rest", "inView$1", "t", "mouseEvent", "ce", "le", "onPointerUp", "window", "onPointerDown", "n", "fe", "ue", "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", "Z", "childrenStyles", "initialResize", "ue", "frame", "resize", "contentSize", "child", "index", "ref", "p", "LayoutGroup", "q", "isInView", "useInView", "i", "childIndex", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "playOrPause", "hidden", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "fontStore", "fonts", "css", "className", "MotionAWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "SVG", "css", "Framerqid5Tpl9_", "withCSS", "qid5Tpl9_default", "addFonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "SVG", "css", "FramerRiCetB3to", "withCSS", "RiCetB3to_default", "addFonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "SVG", "css", "FramerXUlLJjsC8", "withCSS", "XUlLJjsC8_default", "addFonts", "InstaFonts", "getFonts", "qid5Tpl9_default", "YoutubeFonts", "RiCetB3to_default", "LinkedinFonts", "XUlLJjsC8_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "Link", "SVG", "RichText2", "ComponentViewportProvider", "css", "FramerASXKlzXx2", "withCSS", "ASXKlzXx2_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "r", "s", "o", "n", "t", "e", "i", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "useIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchResult", "se", "iconSearchTerm", "_iconSearchTerm", "findByArray", "iconKeys", "moduleBaseUrl", "uppercaseIconKeys", "name", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "s", "npm_react_18_2_exports", "importModule", "active", "module", "e", "ue", "emptyState", "RenderTarget", "p", "NullState", "addPropertyControls", "ControlType", "defaultEvents", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "FeatherFonts", "getFonts", "Icon", "MotionDivWithFX", "withFX", "motion", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "animation1", "animation2", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEntertxyyif", "overlay", "loadMore", "args", "scopingClassNames", "cx", "ref1", "pe", "ref2", "ref3", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "l", "ComponentViewportProvider", "u", "AnimatePresence", "Floating", "SVG", "RichText2", "Link", "css", "FramerBzIyGMHKo", "withCSS", "BzIyGMHKo_default", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "MotionDivWithFX", "withFX", "motion", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "transformTemplate1", "_", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "RichText2", "css", "FramerGovL5B6Hs", "withCSS", "GovL5B6Hs_default", "addPropertyControls", "ControlType", "addFonts", "ButtonFonts", "getFonts", "GovL5B6Hs_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "formVariants", "form", "currentVariant", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "RichText2", "FormContainer", "formState", "l", "FormPlainTextInput2", "ComponentViewportProvider", "css", "Framerz3O2QMkkC", "withCSS", "z3O2QMkkC_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useRenderTarget", "se", "RenderTarget", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "paddingControl", "ControlType", "useOnEnter", "onEnter", "enabled", "useOnSpecificTargetChange", "useOnExit", "onExit", "goal", "callback", "isInTarget", "useIsInCurrentNavigationTarget", "ue", "isBrowserSafari", "navigator", "userAgent", "useIsBrowserSafari", "se", "ObjectFitType", "SrcType", "defaultVideo", "getProps", "props", "width", "height", "topLeft", "topRight", "bottomRight", "bottomLeft", "id", "children", "rest", "Video", "newProps", "p", "VideoMemo", "usePlaybackControls", "videoRef", "isInCurrentNavigationTarget", "useIsInCurrentNavigationTarget", "requestingPlay", "pe", "isPlayingRef", "setProgress", "te", "rawProgress", "newProgress", "isAlreadySet", "play", "video", "e", "pause", "useAutoplayBehavior", "playingProp", "muted", "loop", "playsinline", "controls", "initialPlayingProp", "ye", "hasPlayingPropChanged", "setHasPlayingPropChanged", "behavesAsGif", "autoplay", "X", "srcType", "srcUrl", "srcFile", "posterEnabled", "playing", "restartOnEnter", "objectFit", "backgroundColor", "radius", "volume", "startTimeProp", "poster", "progress", "onSeeked", "onPause", "onPlay", "onEnd", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "isSafari", "useIsBrowserSafari", "wasPausedOnLeave", "wasEndedOnLeave", "isOnCanvas", "useIsOnCanvas", "renderTarget", "useRenderTarget", "isStaticRenderer", "RenderTarget", "borderRadius", "useRadius", "autoplayBehavior", "isInViewport", "useInView", "isCloseToViewport", "startTime", "isPlaying", "ue", "isMountedAndReadyForProgressChanges", "rawProgressValue", "isMotionValue", "value", "useOnEnter", "useOnExit", "src", "se", "fragment", "handleReady", "capitalizeFirstLetter", "titleCase", "objectFitOptions", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents"]
}
