{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@motionone/utils@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/easing@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/animation@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:tslib@2.4.0/tslib.es6.js", "ssg:https://ga.jspm.io/npm:hey-listen@1.0.8/dist/index.js", "ssg:https://ga.jspm.io/npm:@motionone/generators@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/dom@10.12.0/dist/index.es.js", "ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/9yhZnwQnqadGwS8iJufN/Ticker.js", "ssg:https://framerusercontent.com/modules/4IjpQPzd7UZtb10EcAZi/9Xsjj1MXzx2aYwBrw4yg/sesKqVbWl.js", "ssg:https://framer.com/m/framer/react-use-intercom.js@0.0.3", "ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framer.com/m/framer/integrations-styles.js@^0.2.0", "ssg:https://framerusercontent.com/modules/UIhUTcd796YH7Ndybys8/totj55n8qE3VYpdXhshW/Intercom.js", "ssg:https://framerusercontent.com/modules/9caDCySV3HFsccIaAeCU/GlAYhUyfJJ8ECWUdeSXx/GnMq7HS76.js", "ssg:https://framerusercontent.com/modules/n7O09ZDwhd2I1BKZqcan/mPZkmT0waDzq1xZtbY3u/jfDQiKKWT.js", "ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/phosphor-icons/House.js@0.0.53", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js", "ssg:https://framerusercontent.com/modules/pVerDu7LwT3JWFCbz9wb/BiAd0wlLl3hDEVqWgTwI/EGalxdNQH.js", "ssg:https://framerusercontent.com/modules/fbFrLO65t13GuM1YyeTI/qbW1xZ4WNWxR9SV4DzJy/No9SFAd2o.js", "ssg:https://framerusercontent.com/modules/PYsaHRQdiExjVqKklCkC/3loKvx5wMleCjKtbMu6S/nVRZ62qxM.js"],
  "sourcesContent": ["function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let f=0;for(;f<o-2;f++)if(s<e[f+1])break;let r=clamp(0,1,progress(e[f],e[f+1],s));const c=getEasingForSegment(n,f);r=c(r);return mix(t[f],t[f+1],r)}}const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isFunction=t=>\"function\"===typeof t;const isString=t=>\"string\"===typeof t;const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isFunction,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,defaults as i,isEasingGenerator as e,isEasingList as s,interpolate as a}from\"@motionone/utils\";import{cubicBezier as n,steps as r}from\"@motionone/easing\";const o={ease:n(.25,.1,.25,1),\"ease-in\":n(.42,0,1,1),\"ease-in-out\":n(.42,0,.58,1),\"ease-out\":n(0,0,.58,1)};const h=/\\((.*?)\\)/;function getEasingFunction(i){if(\"function\"===typeof i)return i;if(Array.isArray(i))return n(...i);if(o[i])return o[i];if(i.startsWith(\"steps\")){const t=h.exec(i);if(t){const i=t[1].split(\",\");return r(parseFloat(i[0]),i[1].trim())}}return t}class Animation{constructor(n,r=[0,1],{easing:o,duration:h=i.duration,delay:u=i.delay,endDelay:l=i.endDelay,repeat:m=i.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=t;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));o=o||i.easing;if(e(o)){const t=o.createAnimation(r,(()=>\"0\"),true);o=t.easing;void 0!==t.keyframes&&(r=t.keyframes);void 0!==t.duration&&(h=t.duration)}this.repeat=m;this.easing=s(o)?t:getEasingFunction(o);this.updateDuration(h);const d=a(r,c,s(o)?o.map(getEasingFunction):t);this.tick=t=>{var i;u=u;let e=0;e=void 0!==this.pauseTime?this.pauseTime:(t-this.startTime)*this.rate;this.t=e;e/=1e3;e=Math.max(e-u,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(e=this.totalDuration);const s=e/this.duration;let a=Math.floor(s);let r=s%1;!r&&s>=1&&(r=1);1===r&&a--;const o=a%2;(\"reverse\"===p||\"alternate\"===p&&o||\"alternate-reverse\"===p&&!o)&&(r=1-r);const h=e>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(h));n(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||e>=this.totalDuration+l);if(c){this.playState=\"finished\";null===(i=this.resolve)||void 0===i?void 0:i.call(this,m)}else\"idle\"!==this.playState&&(this.frameRequestId=requestAnimationFrame(this.tick))};this.play()}play(){const t=performance.now();this.playState=\"running\";void 0!==this.pauseTime?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t);this.cancelTimestamp=this.startTime;this.pauseTime=void 0;this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState=\"paused\";this.pauseTime=this.t}finish(){this.playState=\"finished\";this.tick(0)}stop(){var t;this.playState=\"idle\";void 0!==this.frameRequestId&&cancelAnimationFrame(this.frameRequestId);null===(t=this.reject)||void 0===t?void 0:t.call(this,false)}cancel(){this.stop();this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t;this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){void 0!==this.pauseTime||0===this.rate?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}export{Animation,getEasingFunction};\n\n//# sourceMappingURL=index.es.js.map", "var extendStatics=function(e,t){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])};return extendStatics(e,t)};function __extends(e,t){if(\"function\"!==typeof t&&null!==t)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}var __assign=function(){__assign=Object.assign||function __assign(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e};return __assign.apply(this,arguments)};function __rest(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"===typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function __decorate(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i}function __param(e,t){return function(r,n){t(r,n,e)}}function __metadata(e,t){if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.metadata)return Reflect.metadata(e,t)}function __awaiter(e,t,r,n){function adopt(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,o){function fulfilled(e){try{step(n.next(e))}catch(e){o(e)}}function rejected(e){try{step(n.throw(e))}catch(e){o(e)}}function step(e){e.done?r(e.value):adopt(e.value).then(fulfilled,rejected)}step((n=n.apply(e,t||[])).next())}))}function __generator(e,t){var r,n,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:verb(0),throw:verb(1),return:verb(2)},\"function\"===typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function verb(e){return function(t){return step([e,t])}}function step(a){if(r)throw new TypeError(\"Generator is already executing.\");while(i)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;(n=0,o)&&(a=[2&a[0],o.value]);switch(a[0]){case 0:case 1:o=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;n=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1];o=a;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(a);break}o[2]&&i.ops.pop();i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e];n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:true}}}var e=Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:true,get:function(){return t[r]}});Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r);e[n]=t[r]};function __exportStar(t,r){for(var n in t)\"default\"===n||Object.prototype.hasOwnProperty.call(r,n)||e(r,t,n)}function __values(e){var t=\"function\"===typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&\"number\"===typeof e.length)return{next:function(){e&&n>=e.length&&(e=void 0);return{value:e&&e[n++],done:!e}}};throw new TypeError(t?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function __read(e,t){var r=\"function\"===typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{while((void 0===t||t-- >0)&&!(n=a.next()).done)i.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return i}\n/** @deprecated */function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}\n/** @deprecated */function __spreadArrays(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),o=0;for(t=0;t<r;t++)for(var a=arguments[t],i=0,c=a.length;i<c;i++,o++)n[o]=a[i];return n}function __spreadArray(e,t,r){if(r||2===arguments.length)for(var n,o=0,a=t.length;o<a;o++)if(n||!(o in t)){n||(n=Array.prototype.slice.call(t,0,o));n[o]=t[o]}return e.concat(n||Array.prototype.slice.call(t))}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,r){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var n,o=r.apply(e,t||[]),a=[];return n={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),n[Symbol.asyncIterator]=function(){return this},n;function verb(e){o[e]&&(n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||resume(e,t)}))})}function resume(e,t){try{step(o[e](t))}catch(e){settle(a[0][3],e)}}function step(e){e.value instanceof __await?Promise.resolve(e.value.v).then(fulfill,reject):settle(a[0][2],e)}function fulfill(e){resume(\"next\",e)}function reject(e){resume(\"throw\",e)}function settle(e,t){(e(t),a.shift(),a.length)&&resume(a[0][0],a[0][1])}}function __asyncDelegator(e){var t,r;return t={},verb(\"next\"),verb(\"throw\",(function(e){throw e})),verb(\"return\"),t[Symbol.iterator]=function(){return this},t;function verb(n,o){t[n]=e[n]?function(t){return(r=!r)?{value:__await(e[n](t)),done:\"return\"===n}:o?o(t):t}:o}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=\"function\"===typeof __values?__values(e):e[Symbol.iterator](),t={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),t[Symbol.asyncIterator]=function(){return this},t);function verb(r){t[r]=e[r]&&function(t){return new Promise((function(n,o){t=e[r](t),settle(n,o,t.done,t.value)}))}}function settle(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)}}function __makeTemplateObject(e,t){Object.defineProperty?Object.defineProperty(e,\"raw\",{value:t}):e.raw=t;return e}var t=Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:true,value:t})}:function(e,t){e.default=t};function __importStar(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)\"default\"!==o&&Object.prototype.hasOwnProperty.call(r,o)&&e(n,r,o);t(n,r);return n}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,r,n){if(\"a\"===r&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(\"function\"===typeof t?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return\"m\"===r?n:\"a\"===r?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,r,n,o){if(\"m\"===n)throw new TypeError(\"Private method is not writable\");if(\"a\"===n&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(\"function\"===typeof t?e!==t||!o:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return\"a\"===n?o.call(e,r):o?o.value=r:t.set(e,r),r}function __classPrivateFieldIn(e,t){if(null===t||\"object\"!==typeof t&&\"function\"!==typeof t)throw new TypeError(\"Cannot use 'in' operator on non-object\");return\"function\"===typeof e?t===e:e.has(t)}export{__assign,__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,e as __createBinding,__decorate,__exportStar,__extends,__generator,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__read,__rest,__spread,__spreadArray,__spreadArrays,__values};\n\n//# sourceMappingURL=tslib.es6.js.map", "var n={};Object.defineProperty(n,\"__esModule\",{value:true});n.warning=function(){};n.invariant=function(){};const e=n.__esModule,t=n.warning,r=n.invariant;export default n;export{e as __esModule,r as invariant,t as warning};\n\n//# sourceMappingURL=index.js.map", "import{velocityPerSecond as e,time as t}from\"@motionone/utils\";const s=5;function calcGeneratorVelocity(t,n,r){const a=Math.max(n-s,0);return e(r-t(a),n-a)}const n={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=n.stiffness,t=n.damping,s=n.mass)=>t/(2*Math.sqrt(e*s));function hasReachedTarget(e,t,s){return e<t&&s>=t||e>t&&s<=t}const spring=({stiffness:e=n.stiffness,damping:s=n.damping,mass:r=n.mass,from:a=0,to:o=1,velocity:c=0,restSpeed:i=2,restDistance:h=.5}={})=>{c=c?t.s(c):0;const u={done:false,hasReachedTarget:false,current:a,target:o};const d=o-a;const f=Math.sqrt(e/r)/1e3;const l=calcDampingRatio(e,s,r);let g;if(l<1){const e=f*Math.sqrt(1-l*l);g=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else g=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=g(e);const t=0===e?c:calcGeneratorVelocity(g,e,u.current);const s=Math.abs(t)<=i;const n=Math.abs(o-u.current)<=h;u.done=s&&n;u.hasReachedTarget=hasReachedTarget(a,o,u.current);return u}};const glide=({from:e=0,velocity:s=0,power:n=.8,decay:r=.325,bounceDamping:a,bounceStiffness:o,changeTarget:c,min:i,max:h,restDistance:u=.5,restSpeed:d})=>{r=t.ms(r);const f={hasReachedTarget:false,done:false,current:e,target:e};const isOutOfBounds=e=>void 0!==i&&e<i||void 0!==h&&e>h;const nearestBoundary=e=>void 0===i?h:void 0===h||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=void 0===c?g:c(g);f.target=m;m!==g&&(l=m-e);const calcDelta=e=>-l*Math.exp(-e/r);const calcLatest=e=>m+calcDelta(e);const applyFriction=e=>{const t=calcDelta(e);const s=calcLatest(e);f.done=Math.abs(t)<=u;f.current=f.done?m:s};let p;let M;const checkCatchBoundary=e=>{if(isOutOfBounds(f.current)){p=e;M=spring({from:f.current,to:nearestBoundary(f.current),velocity:calcGeneratorVelocity(calcLatest,e,f.current),damping:a,stiffness:o,restDistance:u,restSpeed:d})}};checkCatchBoundary(0);return e=>{let t=false;if(!M&&void 0===p){t=true;applyFriction(e);checkCatchBoundary(e)}if(void 0!==p&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const r=10;const a=1e4;function pregenerateKeyframes(e){let t;let s=r;let n=e(0);const o=[n.current];while(!n.done&&s<a){n=e(s);o.push(n.done?n.target:n.current);void 0===t&&n.hasReachedTarget&&(t=s);s+=r}const c=s-r;1===o.length&&o.push(n.current);return{keyframes:o,duration:c/1e3,overshootDuration:(null!==t&&void 0!==t?t:c)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n\n//# sourceMappingURL=index.es.js.map", "import{MotionValue as e}from\"@motionone/types\";import{noopReturn as t,addUniqueItem as n,isCubicBezier as o,defaults as i,isEasingGenerator as s,isNumber as r,time as a,isEasingList as c,noop as l,removeItem as f,mix as u,getEasingForSegment as d,isString as g,defaultOffset as m,fillOffset as h,progress as p,velocityPerSecond as v,interpolate as y}from\"@motionone/utils\";import{Animation as w,getEasingFunction as E}from\"@motionone/animation\";import{__rest as b}from\"tslib\";import{invariant as S}from\"hey-listen\";import{pregenerateKeyframes as A,calcGeneratorVelocity as O,spring as x,glide as V}from\"@motionone/generators\";const z=new WeakMap;function getAnimationData(e){z.has(e)||z.set(e,{transforms:[],values:new Map});return z.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const W=[\"\",\"X\",\"Y\",\"Z\"];const L=[\"translate\",\"scale\",\"rotate\",\"skew\"];const T={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const D={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const M={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:D,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:D};const k=new Map;const asTransformCssVar=e=>`--motion-${e}`;const B=[\"x\",\"y\",\"z\"];L.forEach((e=>{W.forEach((t=>{B.push(e+t);k.set(asTransformCssVar(e+t),M[e])}))}));const compareTransformOrder=(e,t)=>B.indexOf(e)-B.indexOf(t);const j=new Set(B);const isTransform=e=>j.has(e);const addTransformToElement=(e,t)=>{T[t]&&(t=T[t]);const{transforms:o}=getAnimationData(e);n(o,t);e.style.transform=buildTransformTemplate(o)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const P=new Set;function registerCssVariable(e){if(!P.has(e)){P.add(e);try{const{syntax:t,initialValue:n}=k.has(e)?k.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const convertEasing=e=>o(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;const testAnimation=e=>document.createElement(\"div\").animate(e,{duration:.001});const C={cssRegisterProperty:()=>\"undefined\"!==typeof CSS&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]}).finished)};const $={};const R={};for(const e in C)R[e]=()=>{void 0===$[e]&&($[e]=C[e]());return $[e]};function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){T[e]&&(e=T[e]);return isTransform(e)?asTransformCssVar(e):e}const H={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=k.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&\"finished\"!==e.playState)try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={}){const f=getDevToolsRecord();const u=false!==o.record&&f;let d;let{duration:g=i.duration,delay:m=i.delay,endDelay:h=i.endDelay,repeat:p=i.repeat,easing:v=i.easing,direction:y,offset:E,allowWebkitAcceleration:b=false}=o;const S=getAnimationData(e);let A=R.waapi();const O=isTransform(t);O&&addTransformToElement(e,t);const x=getStyleName(t);const V=getMotionValue(S.values,x);const z=k.get(x);stopAnimation(V.animation,!(s(v)&&V.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=H.get(e,x))&&void 0!==t?t:null===z||void 0===z?void 0:z.initialValue)&&void 0!==n?n:0};let i=hydrateKeyframes(keyframesList(n),readInitialValue);if(s(v)){const e=v.createAnimation(i,readInitialValue,O,x,V);v=e.easing;void 0!==e.keyframes&&(i=e.keyframes);void 0!==e.duration&&(g=e.duration)}isCssVar(x)&&(R.cssRegisterProperty()?registerCssVariable(x):A=false);if(A){z&&(i=i.map((e=>r(e)?z.toDefaultUnit(e):e)));1!==i.length||R.partialKeyframes()&&!u||i.unshift(readInitialValue());const t={delay:a.ms(m),duration:a.ms(g),endDelay:a.ms(h),easing:c(v)?void 0:convertEasing(v),direction:y,iterations:p+1,fill:\"both\"};d=e.animate({[x]:i,offset:E,easing:c(v)?v.map(convertEasing):void 0},t);d.finished||(d.finished=new Promise(((e,t)=>{d.onfinish=e;d.oncancel=t})));const n=i[i.length-1];d.finished.then((()=>{H.set(e,x,n);d.cancel()})).catch(l);b||(d.playbackRate=1.000001)}else if(O){i=i.map((e=>\"string\"===typeof e?parseFloat(e):e));1===i.length&&i.unshift(parseFloat(readInitialValue()));const render=t=>{z&&(t=z.toDefaultUnit(t));H.set(e,x,t)};d=new w(render,i,Object.assign(Object.assign({},o),{duration:g,easing:v}))}else{const t=i[i.length-1];H.set(e,x,z&&r(t)?z.toDefaultUnit(t):t)}u&&f(e,t,i,{duration:g,delay:m,easing:v,repeat:p,offset:E},\"motion-one\");V.setAnimation(d);return d}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(\"string\"===typeof e)if(t){null!==(n=t[e])&&void 0!==n?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=i.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},I);const getActiveAnimation=e=>e.animations[0];const I={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return a.s((null===n||void 0===n?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return null===n||void 0===n?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(l));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return\"undefined\"===typeof(null===n||void 0===n?void 0:n[t])?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=a.ms(n);case\"currentTime\":case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(e=.1,{start:t=0,from:n=0,easing:o}={}){return(i,s)=>{const a=r(n)?n:getFromIndex(n,s);const c=Math.abs(a-i);let l=e*c;if(o){const t=s*e;const n=E(o);l=n(l/t)*t}return t+l}}function getFromIndex(e,t){if(\"first\"===e)return 0;{const n=t-1;return\"last\"===e?n:n/2}}function resolveOption(e,t,n){return\"function\"===typeof e?e(t,n):e}function animate(e,t,n={}){e=resolveElements(e);const o=e.length;const i=[];for(let s=0;s<o;s++){const r=e[s];for(const e in t){const a=getOptions(n,e);a.delay=resolveOption(a.delay,s,o);const c=animateStyle(r,e,t[e],a);i.push(c)}}return withControls(i,n,n.duration)}function calcNextTime(e,t,n,o){var i;return r(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):\"<\"===t?n:null!==(i=o.get(t))&&void 0!==i?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){f(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:u(i,s,o[r]),easing:d(n,r)})}function compareByTime(e,t){return e.at===t.at?null===e.value?1:-1:e.at-t.at}function timeline(e,t={}){var n;const o=createAnimationsFromTimeline(e,t);const i=o.map((e=>animateStyle(...e))).filter(Boolean);return withControls(i,t,null===(n=o[0])||void 0===n?void 0:n[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:n={}}=t,o=b(t,[\"defaultOptions\"]);const r=[];const a=new Map;const c={};const l=new Map;let f=0;let u=0;let d=0;for(let t=0;t<e.length;t++){const o=e[t];if(g(o)){l.set(o,u);continue}if(!Array.isArray(o)){l.set(o.name,calcNextTime(u,o.at,f,l));continue}const[r,p,v={}]=o;void 0!==v.at&&(u=calcNextTime(u,v.at,f,l));let y=0;const w=resolveElements(r,c);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,a);for(const t in p){const r=getValueSequence(t,o);let a=keyframesList(p[t]);const c=getOptions(v,t);let{duration:l=n.duration||i.duration,easing:f=n.easing||i.easing}=c;if(s(f)){const e=isTransform(t);S(2===a.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=f.createAnimation(a,(()=>\"0\"),e);f=n.easing;void 0!==n.keyframes&&(a=n.keyframes);void 0!==n.duration&&(l=n.duration)}const g=resolveOption(v.delay,e,E)||0;const w=u+g;const b=w+l;let{offset:A=m(a.length)}=c;1===A.length&&0===A[0]&&(A[1]=1);const O=length-a.length;O>0&&h(A,O);1===a.length&&a.unshift(null);addKeyframes(r,a,f,A,w,b);y=Math.max(g+l,y);d=Math.max(b,d)}}f=u;u+=y}a.forEach(((e,t)=>{for(const s in e){const a=e[s];a.sort(compareByTime);const c=[];const l=[];const f=[];for(let e=0;e<a.length;e++){const{at:t,value:n,easing:o}=a[e];c.push(n);l.push(p(0,d,t));f.push(o||i.easing)}if(0!==l[0]){l.unshift(0);c.unshift(c[0]);f.unshift(\"linear\")}if(1!==l[l.length-1]){l.push(1);c.push(null)}r.push([t,s,c,Object.assign(Object.assign(Object.assign({},n),{duration:d,easing:f,offset:l}),o)])}}));return r}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s,restSpeed:r?.05:2,restDistance:r?.01:.5},n)));return o.get(a)};const getKeyframes=e=>{t.has(e)||t.set(e,A(e));return t.get(e)};return{createAnimation:(e,t,n,o,i)=>{var s,r;let a;const c=e.length;let l=n&&c<=2&&e.every(isNumberOrNull);if(l){const n=e[c-1];const l=1===c?null:e[0];let f=0;let u=0;const d=null===i||void 0===i?void 0:i.generator;if(d){const{animation:t,generatorStartTime:n}=i;const o=(null===t||void 0===t?void 0:t.startTime)||n||0;const r=(null===t||void 0===t?void 0:t.currentTime)||performance.now()-o;const a=d(r).current;u=null!==(s=l)&&void 0!==s?s:a;(1===c||2===c&&null===e[0])&&(f=O((e=>d(e).current),r,a))}else u=null!==(r=l)&&void 0!==r?r:parseFloat(t());const g=getGenerator(u,n,f,null===o||void 0===o?void 0:o.includes(\"scale\"));const m=getKeyframes(g);a=Object.assign(Object.assign({},m),{easing:\"linear\"});if(i){i.generator=g;i.generatorStartTime=performance.now()}}else{const e=getKeyframes(getGenerator(0,100));a={easing:\"ease\",duration:e.overshootDuration}}return a}}}}const isNumberOrNull=e=>\"string\"!==typeof e;const N=createGeneratorEasing(x);const F=createGeneratorEasing(V);const U={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:i=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const s=resolveElements(e);const r=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=r.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);\"function\"===typeof n?r.set(e.target,n):a.unobserve(e.target)}else if(n){n(e);r.delete(e.target)}}))};const a=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof i?i:U[i]});s.forEach((e=>a.observe(e)));return()=>a.disconnect()}const q=new WeakMap;let K;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;null===(o=q.get(e))||void 0===o?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){\"undefined\"!==typeof ResizeObserver&&(K=new ResizeObserver(notifyAll))}function resizeElement(e,t){K||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=q.get(e);if(!n){n=new Set;q.set(e,n)}n.add(t);null===K||void 0===K?void 0:K.observe(e)}));return()=>{n.forEach((e=>{const n=q.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===K||void 0===K?void 0:K.unobserve(e))}))}}const G=new Set;let _;function createWindowResizeHandler(){_=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};G.forEach((e=>e(t)))};window.addEventListener(\"resize\",_)}function resizeWindow(e){G.add(e);_||createWindowResizeHandler();return()=>{G.delete(e);!G.size&&_&&(_=void 0)}}function resize(e,t){return\"function\"===typeof e?resizeWindow(e):resizeElement(e,t)}const Z=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const X={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,o){const i=n[t];const{length:s,position:r}=X[t];const a=i.current;const c=n.time;i.current=e[\"scroll\"+r];i.scrollLength=e[\"scroll\"+s]-e[\"client\"+s];i.offset.length=0;i.offset[0]=0;i.offset[1]=i.scrollLength;i.progress=p(0,i.scrollLength,i.current);const l=o-c;i.velocity=l>Z?0:v(i.current-a,l)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Y={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const J={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==J[e]&&(e=J[e]);if(g(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}r(e)&&(o=t*e);return n+o}const Q=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:Q;let s=0;let a=0;if(r(e))i=[e,e];else if(g(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,J[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);a=resolveEdge(i[1],t);return s-a}const ee={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Y.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ee;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=y(m(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const i=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:\"function\"===typeof t?()=>t(n):scrubAnimation(t,n[i])}}function scrubAnimation(e,n){e.pause();e.forEachNative(((e,{easing:n})=>{var o,i;if(e.updateDuration){n||(e.easing=t);e.updateDuration(1)}else{const t={duration:1e3};n||(t.easing=\"linear\");null===(i=null===(o=e.effect)||void 0===o?void 0:o.updateTiming)||void 0===i?void 0:i.call(o,t)}}));return()=>{e.currentTime=n.progress}}const te=new WeakMap;const ne=new WeakMap;const oe=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=b(t,[\"container\"]);let i=oe.get(n);if(!i){i=new Set;oe.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!te.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};te.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ne.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=te.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=oe.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=te.get(n);te.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ne.get(n))||void 0===t?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return\"object\"===typeof e}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let ie;function processScheduledAnimations(){if(!ie)return;const e=ie.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);ie=void 0}function scheduleAnimation(e){if(ie)n(ie,e);else{ie=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){ie&&f(ie,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const se={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=b(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const re={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const ae={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const ce={inView:se,hover:re,press:ae};const le=[\"initial\",\"animate\",...Object.keys(ce),\"exit\"];const fe=new WeakMap;function createMotionState(e={},t){let n;let o=t?t.getDepth()+1:0;const i={initial:true,animate:true};const s={};const r={};for(const n of le)r[n]=\"string\"===typeof e[n]?e[n]:null===t||void 0===t?void 0:t.getContext()[n];const a=false===e.initial?\"animate\":\"initial\";let c=resolveVariant(e[a]||r[a],e.variants)||{},f=b(c,[\"transition\"]);const u=Object.assign({},f);function*animateUpdates(){var t,o;const s=f;f={};const r={};for(const n of le){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){f[n]=s[n];r[n]=getOptions(null!==(o=null!==(t=s.transition)&&void 0!==t?t:e.transition)&&void 0!==o?o:{},n)}}const a=new Set([...Object.keys(f),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===f[e]&&(f[e]=u[e]);if(hasChanged(s[e],f[e])){null!==(t=u[e])&&void 0!==t?t:u[e]=H.get(n,e);c.push(animateStyle(n,e,f[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=f;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(l)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in ce){const o=ce[t].isActive(e);const i=s[t];if(o&&!i)s[t]=ce[t].subscribe(n,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!o&&i){i();delete s[t]}}};const d={update:t=>{if(n){e=t;updateGestureSubscriptions();scheduleAnimation(d)}},setActive:(e,t)=>{if(n){i[e]=t;scheduleAnimation(d)}},animateUpdates:animateUpdates,getDepth:()=>o,getTarget:()=>f,getOptions:()=>e,getContext:()=>r,mount:e=>{S(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;fe.set(n,d);updateGestureSubscriptions();return()=>{fe.delete(n);unscheduleAnimation(d);for(const e in s)s[e]()}},isMounted:()=>Boolean(n)};return d}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){T[o]&&(o=T[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const a=k.get(o);a&&(s=r(i)?a.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Y as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,F as glide,inView$1 as inView,fe as mountedStates,resize,scroll,N as spring,stagger,H as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map", "import{jsx as e,jsxs as t}from\"react/jsx-runtime\";import{Children as i,useEffect as n,useState as l,useRef as r,useMemo as o,createRef as a,useCallback as d,cloneElement as p}from\"react\";import{addPropertyControls as u,ControlType as c,RenderTarget as s}from\"framer\";import{useAnimationFrame as h,useReducedMotion as f,LayoutGroup as g,useInView as m,useMotionValue as y,useTransform as v,motion as x,wrap as b}from\"framer-motion\";import{resize as w}from\"@motionone/dom\";let I=100,T={left:e=>`translateX(-${e}px)`,right:e=>`translateX(${e}px)`,top:e=>`translateY(-${e}px)`,bottom:e=>`translateY(${e}px)`},S=\"undefined\"!=typeof Animation&&\"function\"==typeof Animation.prototype.updatePlaybackRate;/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function $(u){/* Props */let{slots:c,gap:I,padding:$,paddingPerSide:N,paddingTop:O,paddingRight:P,paddingBottom:H,paddingLeft:L,speed:z,hoverFactor:R,direction:j,alignment:F,sizingOptions:D,fadeOptions:E,style:K}=u,{fadeContent:X,overflow:Y,fadeWidth:G,fadeInset:q,fadeAlpha:J}=E,{widthType:Q,heightType:U}=D,Z=N?`${O}px ${P}px ${H}px ${L}px`:`${$}px`,_=s.current()===s.canvas,ee=i.count(c),et=ee>0;!0===j&&(j=\"left\");let ei=\"left\"===j||\"right\"===j,en=y(0),el=T[j],er=v(en,el),eo=r(null),ea=o(()=>[/*#__PURE__*/a(),/*#__PURE__*/a()],[]),[ed,ep]=l({parent:null,children:null}),eu=[],ec=[],es=0,eh=0;_&&(es=ee?Math.floor(10/ee):0,eh=1),!_&&et&&ed.parent&&(es=Math.min(es=Math.round(ed.parent/ed.children*2)+1,100),eh=1);/* Measure parent and child */let ef=d(()=>{if(et&&eo.current){let e=ei?eo.current.offsetWidth:eo.current.offsetHeight,t=ea[0].current?ei?ea[0].current.offsetLeft:ea[0].current.offsetTop:0,i=ea[1].current?ei?ea[1].current.offsetLeft+ea[1].current.offsetWidth:ea[1].current.offsetTop+ea[1].current.offsetHeight:0;ep({parent:e,children:i-t+I});}},[]),eg=_?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */if(et){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!_){/**\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 e=r(!0);n(()=>(ef(),w(eo.current,({contentSize:t})=>{!e.current&&(t.width||t.height)&&ef(),e.current=!1;})),[]);}eu=i.map(c,(t,i)=>{var n,l,r,o;let a;0===i&&(a=ea[0]),i===c.length-1&&(a=ea[1]);let d={width:Q?null===(n=t.props)||void 0===n?void 0:n.width:\"100%\",height:U?null===(l=t.props)||void 0===l?void 0:l.height:\"100%\"};return /*#__PURE__*/e(g,{inherit:\"id\",children:/*#__PURE__*/e(\"li\",{ref:a,style:d,children:/*#__PURE__*/p(t,{style:{...null===(r=t.props)||void 0===r?void 0:r.style,...d,flexShrink:0,...eg},layoutId:t.props.layoutId?t.props.layoutId+\"-original-\"+i:void 0},null===(o=t.props)||void 0===o?void 0:o.children)})});});}if(!_)for(let t=0;t<es;t++)ec=[...ec,...i.map(c,(i,n)=>{var l,r,o,a,d,u;let c={width:Q?null===(l=i.props)||void 0===l?void 0:l.width:\"100%\",height:U?null===(r=i.props)||void 0===r?void 0:r.height:\"100%\"};return /*#__PURE__*/e(g,{inherit:\"id\",children:/*#__PURE__*/e(\"li\",{style:c,\"aria-hidden\":!0,children:/*#__PURE__*/p(i,{key:t+\" \"+n,style:{...null===(o=i.props)||void 0===o?void 0:o.style,width:Q?null===(a=i.props)||void 0===a?void 0:a.width:\"100%\",height:U?null===(d=i.props)||void 0===d?void 0:d.height:\"100%\",flexShrink:0,...eg},layoutId:i.props.layoutId?i.props.layoutId+\"-dupe-\"+t:void 0},null===(u=i.props)||void 0===u?void 0:u.children)},t+\"li\"+n)},t+\"lg\"+n);})];let em=ed.children+ed.children*Math.round(ed.parent/ed.children),ey=r(null),ev=r(null),ex=r(0),eb=r(!1),ew=f(),eI=r(null),eT=r(null);/**\n     * Setup animations\n     */if(!_){let e=m(eo);/**\n         * If this is an animation we can hardware accelerate, animate with WAAPI\n         */S?n(()=>{if(!ew&&em&&z)return eT.current=eI.current.animate({transform:[el(0),el(em)]},{duration:Math.abs(em)/z*1e3,iterations:1/0,easing:\"linear\"}),()=>eT.current.cancel();},[R,em,z]):/**\n             * If we can't accelerate this animation because we have a hoverFactor defined\n             * animate with a rAF loop.\n             */h(t=>{if(!em||ew||S)return;null===ey.current&&(ey.current=t),t-=ey.current;let i=null===ev.current?0:t-ev.current,n=i*(z/1e3);eb.current&&(n*=R),ex.current+=n,ex.current=b(0,em,ex.current),ev.current=t,e&&en.set(ex.current);});}let eS=G/2,e$=W(q,0,eS),eC=100-q,eM=`linear-gradient(${ei?\"to right\":\"to bottom\"}, rgba(0, 0, 0, ${J}) ${e$}%, rgba(0, 0, 0, 1) ${eS}%, rgba(0, 0, 0, 1) ${100-G/2}%, rgba(0, 0, 0, ${J}) ${eC}%)`;return /* Empty state */et?/*#__PURE__*/e(\"section\",{style:{...C,opacity:eh,WebkitMaskImage:X?eM:void 0,MozMaskImage:X?eM:void 0,maskImage:X?eM:void 0,overflow:Y?\"visible\":\"hidden\",padding:Z},ref:eo,children:/*#__PURE__*/t(x.ul,{ref:eI,style:{...C,gap:I,top:\"bottom\"===j&&B(em)?-em:void 0,left:\"right\"===j&&B(em)?-em:void 0,placeItems:F,position:\"relative\",flexDirection:ei?\"row\":\"column\",...K,transform:S?void 0:er,willChange:_?\"auto\":\"transform\"},onMouseEnter:()=>{eb.current=!0,eT.current&&eT.current.updatePlaybackRate(R);},onMouseLeave:()=>{eb.current=!1,eT.current&&eT.current.updatePlaybackRate(1);},children:[eu,ec]})}):/*#__PURE__*/t(\"section\",{style:M,children:[/*#__PURE__*/e(\"div\",{style:V,children:\"\u2728\"}),/*#__PURE__*/e(\"p\",{style:k,children:\"Connect to Content\"}),/*#__PURE__*/e(\"p\",{style:A,children:\"Add layers or components to infinitely loop on your page.\"})]});}/* Default Properties */$.defaultProps={gap:10,padding:10,sizingOptions:{widthType:!0,heightType:!0},fadeOptions:{fadeContent:!0,overflow:!1,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:!0},/* Property Controls */u($,{slots:{type:c.Array,title:\"Children\",control:{type:c.ComponentInstance}},speed:{type:c.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:!0,step:5},direction:{type:c.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:!0},alignment:{type:c.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:!0},gap:{type:c.Number,title:\"Gap\"},padding:{title:\"Padding\",type:c.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:c.Object,title:\"Sizing\",controls:{widthType:{type:c.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:!0},heightType:{type:c.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:!0}}},fadeOptions:{type:c.Object,title:\"Clipping\",controls:{fadeContent:{type:c.Boolean,title:\"Fade\",defaultValue:!0},overflow:{type:c.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:!1,hidden:e=>!0===e.fadeContent},fadeWidth:{type:c.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden:e=>!1===e.fadeContent},fadeInset:{type:c.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden:e=>!1===e.fadeContent},fadeAlpha:{type:c.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden:e=>!1===e.fadeContent}}},hoverFactor:{type:c.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:!0,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */let C={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"},M={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\"},V={fontSize:32,marginBottom:10},k={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"},A={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"},W=(e,t,i)=>Math.min(Math.max(e,t),i),B=e=>\"number\"==typeof e&&!isNaN(e);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"400\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "// Generated by Framer (1c1e241)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,RichText,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/9yhZnwQnqadGwS8iJufN/Ticker.js\";const TickerFonts=getFonts(Ticker);const cycleOrder=[\"jxotylPhM\"];const serializationHash=\"framer-b1mcK\";const variantClassNames={jxotylPhM:\"framer-v-tmvala\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const getProps=({height,id,text,width,...props})=>{var _ref;return{...props,Kl_dYeuYg:(_ref=text!==null&&text!==void 0?text:props.Kl_dYeuYg)!==null&&_ref!==void 0?_ref:\"Save 20% off all new subscription. Celebrate our latest feature launch - use code FRM20\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale}=useLocaleInfo();const{style,className,layoutId,variant,Kl_dYeuYg,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"jxotylPhM\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-b1mcK\",...sharedStyleClassNames,classNames),style:{display:\"contents\"},children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(\"framer-tmvala\",className),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"jxotylPhM\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-afbc588f-6e51-4b78-98f1-e5841e74b55c, rgb(21, 21, 21))\",...style},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-b9g5fp-container\",layoutDependency:layoutDependency,layoutId:\"N0PG0Pm8M-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:15,height:\"100%\",hoverFactor:.3,id:\"N0PG0Pm8M\",layoutId:\"N0PG0Pm8M\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-10s59s4\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"nDwT_0URs\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a666863b-21ed-4db7-87ea-9abd0931d744, rgb(226, 233, 240)))\"},children:\"Save 20% off all new subscription. Celebrate our latest feature launch - use code FRM20\"})}),className:\"framer-1bgsrn4\",\"data-framer-name\":\"Text\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"XPDq91xFs\",style:{\"--extracted-r6o4lv\":\"var(--token-a666863b-21ed-4db7-87ea-9abd0931d744, rgb(226, 233, 240))\",\"--framer-paragraph-spacing\":\"0px\"},text:Kl_dYeuYg,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-nlcodb\",layoutDependency:layoutDependency,layoutId:\"IFO8QnGoQ\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1sd4k4c\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"e7EYcCGkg\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a666863b-21ed-4db7-87ea-9abd0931d744, rgb(226, 233, 240)))\"},children:\"Save 20% off all new subscription. Celebrate our latest feature launch - use code FRM20\"})}),className:\"framer-nuqxq1\",\"data-framer-name\":\"Text\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"p0Df_r3E_\",style:{\"--extracted-r6o4lv\":\"var(--token-a666863b-21ed-4db7-87ea-9abd0931d744, rgb(226, 233, 240))\",\"--framer-paragraph-spacing\":\"0px\"},text:Kl_dYeuYg,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-nlcodb\",layoutDependency:layoutDependency,layoutId:\"IFO8QnGoQ\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}})],speed:35,style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},width:\"100%\"})})})})})});});const css=['.framer-b1mcK [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-b1mcK .framer-1uf1qzb { display: block; }\",\".framer-b1mcK .framer-tmvala { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 45px; justify-content: center; overflow: hidden; padding: 16px 40px 16px 40px; position: relative; width: 1440px; }\",\".framer-b1mcK .framer-b9g5fp-container { flex: 1 0 0px; height: 20px; max-width: 1170px; position: relative; width: 1px; }\",\".framer-b1mcK .framer-10s59s4, .framer-b1mcK .framer-1sd4k4c { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-b1mcK .framer-1bgsrn4, .framer-b1mcK .framer-nuqxq1 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-b1mcK .framer-nlcodb { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 7px); overflow: hidden; position: relative; width: 7px; will-change: var(--framer-will-change-override, transform); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-b1mcK .framer-tmvala, .framer-b1mcK .framer-10s59s4, .framer-b1mcK .framer-1sd4k4c { gap: 0px; } .framer-b1mcK .framer-tmvala > *, .framer-b1mcK .framer-10s59s4 > *, .framer-b1mcK .framer-1sd4k4c > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-b1mcK .framer-tmvala > :first-child, .framer-b1mcK .framer-10s59s4 > :first-child, .framer-b1mcK .framer-1sd4k4c > :first-child { margin-left: 0px; } .framer-b1mcK .framer-tmvala > :last-child, .framer-b1mcK .framer-10s59s4 > :last-child, .framer-b1mcK .framer-1sd4k4c > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 45\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"Kl_dYeuYg\":\"text\"}\n * @framerImmutableVariables true\n */const FramersesKqVbWl=withCSS(Component,css,\"framer-b1mcK\");export default FramersesKqVbWl;FramersesKqVbWl.displayName=\"Header/Top Bar\";FramersesKqVbWl.defaultProps={height:45,width:1440};addPropertyControls(FramersesKqVbWl,{Kl_dYeuYg:{defaultValue:\"Save 20% off all new subscription. Celebrate our latest feature launch - use code FRM20\",displayTextArea:false,title:\"Text\",type:ControlType.String}});addFonts(FramersesKqVbWl,[{family:\"DM Sans\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAkJxhS2f3ZGMZpg.woff2\",weight:\"500\"},...TickerFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramersesKqVbWl\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1440\",\"framerVariables\":\"{\\\"Kl_dYeuYg\\\":\\\"text\\\"}\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"45\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./sesKqVbWl.map", "import { createContext, useRef, useCallback, useMemo, createElement, useContext } from 'react';\n\nfunction _extends() {\n  _extends = Object.assign || function (target) {\n    for (var i = 1; i < arguments.length; i++) {\n      var source = arguments[i];\n\n      for (var key in source) {\n        if (Object.prototype.hasOwnProperty.call(source, key)) {\n          target[key] = source[key];\n        }\n      }\n    }\n\n    return target;\n  };\n\n  return _extends.apply(this, arguments);\n}\n\nfunction _objectWithoutPropertiesLoose(source, excluded) {\n  if (source == null) return {};\n  var target = {};\n  var sourceKeys = Object.keys(source);\n  var key, i;\n\n  for (i = 0; i < sourceKeys.length; i++) {\n    key = sourceKeys[i];\n    if (excluded.indexOf(key) >= 0) continue;\n    target[key] = source[key];\n  }\n\n  return target;\n}\n\n/**\r\n * Logs messages in the console with a corresponding urgency\r\n *\r\n * @param level the urgency of the message\r\n * @param message the message to log in the console\r\n */\nvar log = function log(level, message) {\n  if (process.env.NODE_ENV !== \"production\") {\n    var packageName = '[react-use-intercom]';\n\n    switch (level) {\n      case 'info':\n        console.log(packageName + \" \" + message);\n        break;\n\n      case 'warn':\n        console.warn(packageName + \" \" + message);\n        break;\n\n      case 'error':\n        console.error(packageName + \" \" + message);\n        break;\n\n      default:\n        console.log(packageName + \" \" + message);\n    }\n  }\n};\n\nvar isEmptyObject = function isEmptyObject(obj) {\n  return Object.keys(obj).length === 0 && obj.constructor === Object;\n};\nvar isSSR = typeof window === 'undefined';\n/**\r\n * Removes object entries where the value equals to `undefined`\r\n *\r\n * @param obj\r\n */\n\nvar removeUndefined = function removeUndefined(obj) {\n  Object.keys(obj).forEach(function (key) {\n    if (obj[key] && typeof obj[key] === 'object') removeUndefined(obj[key]);else if (obj[key] === undefined) delete obj[key];\n  });\n  return obj;\n};\n\n/**\r\n * Safely exposes `window.Intercom` and passes the arguments to the instance\r\n *\r\n * @param method method passed to the `window.Intercom` instance\r\n * @param args arguments passed to the `window.Intercom` instance\r\n *\r\n * @see {@link https://developers.intercom.com/installing-intercom/docs/intercom-javascript}\r\n */\n\nvar IntercomAPI = function IntercomAPI(method) {\n  if (!isSSR && window.Intercom) {\n    for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n      args[_key - 1] = arguments[_key];\n    }\n\n    return window.Intercom.apply(null, [method].concat(args));\n  } else {\n    log('error', method + \" Intercom instance is not initalized yet\");\n  }\n};\n\nvar NO_INTERCOM_PROVIDER_MESSAGE = 'Please wrap your component with `IntercomProvider`.';\nvar IntercomContext = /*#__PURE__*/createContext({\n  boot: function boot() {\n    return log('error', NO_INTERCOM_PROVIDER_MESSAGE);\n  },\n  shutdown: function shutdown() {\n    return log('error', NO_INTERCOM_PROVIDER_MESSAGE);\n  },\n  hardShutdown: function hardShutdown() {\n    return log('error', NO_INTERCOM_PROVIDER_MESSAGE);\n  },\n  update: function update() {\n    return log('error', NO_INTERCOM_PROVIDER_MESSAGE);\n  },\n  hide: function hide() {\n    return log('error', NO_INTERCOM_PROVIDER_MESSAGE);\n  },\n  show: function show() {\n    return log('error', NO_INTERCOM_PROVIDER_MESSAGE);\n  },\n  showMessages: function showMessages() {\n    return log('error', NO_INTERCOM_PROVIDER_MESSAGE);\n  },\n  showNewMessages: function showNewMessages() {\n    return log('error', NO_INTERCOM_PROVIDER_MESSAGE);\n  },\n  getVisitorId: function getVisitorId() {\n    log('error', NO_INTERCOM_PROVIDER_MESSAGE);\n    return '';\n  },\n  startTour: function startTour() {\n    return log('error', NO_INTERCOM_PROVIDER_MESSAGE);\n  },\n  trackEvent: function trackEvent() {\n    return log('error', NO_INTERCOM_PROVIDER_MESSAGE);\n  }\n});\n\n// @ts-nocheck\n\n/**\r\n * Snippet to initialize the Intercom instance\r\n *\r\n * @param appId - Intercom app id\r\n * @param [timeout=0] - Amount of milliseconds that the initialization should be delayed, defaults to 0\r\n *\r\n * @see {@link https://developers.intercom.com/installing-intercom/docs/basic-javascript}\r\n */\nvar initialize = function initialize(appId, timeout) {\n  if (timeout === void 0) {\n    timeout = 0;\n  }\n\n  var w = window;\n  var ic = w.Intercom;\n\n  if (typeof ic === 'function') {\n    ic('reattach_activator');\n    ic('update', w.intercomSettings);\n  } else {\n    var d = document;\n\n    var i = function i() {\n      i.c(arguments);\n    };\n\n    i.q = [];\n\n    i.c = function (args) {\n      i.q.push(args);\n    };\n\n    w.Intercom = i;\n\n    var l = function l() {\n      setTimeout(function () {\n        var s = d.createElement('script');\n        s.type = 'text/javascript';\n        s.async = true;\n        s.src = 'https://widget.intercom.io/widget/' + appId;\n        var x = d.getElementsByTagName('script')[0];\n        x.parentNode.insertBefore(s, x);\n      }, timeout);\n    };\n\n    if (document.readyState === 'complete') {\n      l();\n    } else if (w.attachEvent) {\n      w.attachEvent('onload', l);\n    } else {\n      w.addEventListener('load', l, false);\n    }\n  }\n};\n\nvar mapMessengerAttributesToRawMessengerAttributes = function mapMessengerAttributesToRawMessengerAttributes(attributes) {\n  return {\n    custom_launcher_selector: attributes.customLauncherSelector,\n    alignment: attributes.alignment,\n    vertical_padding: attributes.verticalPadding,\n    horizontal_padding: attributes.horizontalPadding,\n    hide_default_launcher: attributes.hideDefaultLauncher,\n    session_duration: attributes.sessionDuration,\n    action_color: attributes.actionColor,\n    background_color: attributes.backgroundColor\n  };\n};\n\nvar mapDataAttributesCompanyToRawDataAttributesCompany = function mapDataAttributesCompanyToRawDataAttributesCompany(attributes) {\n  return _extends({\n    company_id: attributes.companyId,\n    name: attributes.name,\n    created_at: attributes.createdAt,\n    plan: attributes.plan,\n    monthly_spend: attributes.monthlySpend,\n    user_count: attributes.userCount,\n    size: attributes.size,\n    website: attributes.website,\n    industry: attributes.industry\n  }, attributes.customAttributes);\n};\n\nvar mapDataAttributesAvatarToRawDataAttributesAvatar = function mapDataAttributesAvatarToRawDataAttributesAvatar(attributes) {\n  return {\n    type: attributes.type,\n    image_url: attributes.imageUrl\n  };\n};\n\nvar mapDataAttributesToRawDataAttributes = function mapDataAttributesToRawDataAttributes(attributes) {\n  var _attributes$companies;\n\n  return _extends({\n    email: attributes.email,\n    user_id: attributes.userId,\n    created_at: attributes.createdAt,\n    name: attributes.name,\n    phone: attributes.phone,\n    last_request_at: attributes.lastRequestAt,\n    unsubscribed_from_emails: attributes.unsubscribedFromEmails,\n    language_override: attributes.languageOverride,\n    utm_campaign: attributes.utmCampaign,\n    utm_content: attributes.utmContent,\n    utm_medium: attributes.utmMedium,\n    utm_source: attributes.utmSource,\n    utm_term: attributes.utmTerm,\n    avatar: attributes.avatar && mapDataAttributesAvatarToRawDataAttributesAvatar(attributes.avatar),\n    user_hash: attributes.userHash,\n    company: attributes.company && mapDataAttributesCompanyToRawDataAttributesCompany(attributes.company),\n    companies: (_attributes$companies = attributes.companies) == null ? void 0 : _attributes$companies.map(mapDataAttributesCompanyToRawDataAttributesCompany)\n  }, attributes.customAttributes);\n};\nvar mapIntercomPropsToRawIntercomProps = function mapIntercomPropsToRawIntercomProps(props) {\n  return removeUndefined(_extends({}, mapMessengerAttributesToRawMessengerAttributes(props), mapDataAttributesToRawDataAttributes(props)));\n};\n\nvar IntercomProvider = function IntercomProvider(_ref) {\n  var appId = _ref.appId,\n      _ref$autoBoot = _ref.autoBoot,\n      autoBoot = _ref$autoBoot === void 0 ? false : _ref$autoBoot,\n      autoBootProps = _ref.autoBootProps,\n      children = _ref.children,\n      onHide = _ref.onHide,\n      onShow = _ref.onShow,\n      onUnreadCountChange = _ref.onUnreadCountChange,\n      _ref$shouldInitialize = _ref.shouldInitialize,\n      shouldInitialize = _ref$shouldInitialize === void 0 ? !isSSR : _ref$shouldInitialize,\n      apiBase = _ref.apiBase,\n      initializeDelay = _ref.initializeDelay,\n      rest = _objectWithoutPropertiesLoose(_ref, [\"appId\", \"autoBoot\", \"autoBootProps\", \"children\", \"onHide\", \"onShow\", \"onUnreadCountChange\", \"shouldInitialize\", \"apiBase\", \"initializeDelay\"]);\n\n  var isBooted = useRef(false);\n  var isInitialized = useRef(false);\n  if (!isEmptyObject(rest) && process.env.NODE_ENV !== \"production\") log('error', ['some invalid props were passed to IntercomProvider. ', \"Please check following props: \" + Object.keys(rest).join(', ') + \".\"].join(''));\n  var boot = useCallback(function (props) {\n    if (!window.Intercom && !shouldInitialize) {\n      log('warn', 'Intercom instance is not initialized because `shouldInitialize` is set to `false` in `IntercomProvider`');\n      return;\n    }\n\n    if (isBooted.current) {\n      return;\n    }\n\n    var metaData = _extends({\n      app_id: appId\n    }, apiBase && {\n      api_base: apiBase\n    }, props && mapIntercomPropsToRawIntercomProps(props));\n\n    window.intercomSettings = metaData;\n    IntercomAPI('boot', metaData);\n    isBooted.current = true;\n  }, [apiBase, appId, shouldInitialize]);\n\n  if (!isSSR && shouldInitialize && !isInitialized.current) {\n    initialize(appId, initializeDelay); // attach listeners\n\n    if (onHide) IntercomAPI('onHide', onHide);\n    if (onShow) IntercomAPI('onShow', onShow);\n    if (onUnreadCountChange) IntercomAPI('onUnreadCountChange', onUnreadCountChange);\n\n    if (autoBoot) {\n      boot(autoBootProps);\n    }\n\n    isInitialized.current = true;\n  }\n\n  var ensureIntercom = useCallback(function (functionName, callback) {\n    if (functionName === void 0) {\n      functionName = 'A function';\n    }\n\n    if (!window.Intercom && !shouldInitialize) {\n      log('warn', 'Intercom instance is not initialized because `shouldInitialize` is set to `false` in `IntercomProvider`');\n      return;\n    }\n\n    if (!isBooted.current) {\n      log('warn', [\"'\" + functionName + \"' was called but Intercom has not booted yet. \", \"Please call 'boot' before calling '\" + functionName + \"' or \", \"set 'autoBoot' to true in the IntercomProvider.\"].join(''));\n      return;\n    }\n\n    return callback();\n  }, [shouldInitialize]);\n  var shutdown = useCallback(function () {\n    if (!isBooted.current) return;\n    IntercomAPI('shutdown');\n    isBooted.current = false;\n  }, []);\n  var hardShutdown = useCallback(function () {\n    if (!isBooted.current) return;\n    IntercomAPI('shutdown');\n    delete window.Intercom;\n    delete window.intercomSettings;\n    isBooted.current = false;\n  }, []);\n  var refresh = useCallback(function () {\n    ensureIntercom('update', function () {\n      var lastRequestedAt = new Date().getTime();\n      IntercomAPI('update', {\n        last_requested_at: lastRequestedAt\n      });\n    });\n  }, [ensureIntercom]);\n  var update = useCallback(function (props) {\n    ensureIntercom('update', function () {\n      if (!props) {\n        refresh();\n        return;\n      }\n\n      var rawProps = mapIntercomPropsToRawIntercomProps(props);\n      window.intercomSettings = _extends({}, window.intercomSettings, rawProps);\n      IntercomAPI('update', rawProps);\n    });\n  }, [ensureIntercom, refresh]);\n  var hide = useCallback(function () {\n    ensureIntercom('hide', function () {\n      IntercomAPI('hide');\n    });\n  }, [ensureIntercom]);\n  var show = useCallback(function () {\n    ensureIntercom('show', function () {\n      return IntercomAPI('show');\n    });\n  }, [ensureIntercom]);\n  var showMessages = useCallback(function () {\n    ensureIntercom('showMessages', function () {\n      IntercomAPI('showMessages');\n    });\n  }, [ensureIntercom]);\n  var showNewMessages = useCallback(function (message) {\n    ensureIntercom('showNewMessage', function () {\n      if (!message) {\n        IntercomAPI('showNewMessage');\n      } else {\n        IntercomAPI('showNewMessage', message);\n      }\n    });\n  }, [ensureIntercom]);\n  var getVisitorId = useCallback(function () {\n    return ensureIntercom('getVisitorId', function () {\n      return IntercomAPI('getVisitorId');\n    });\n  }, [ensureIntercom]);\n  var startTour = useCallback(function (tourId) {\n    ensureIntercom('startTour', function () {\n      IntercomAPI('startTour', tourId);\n    });\n  }, [ensureIntercom]);\n  var trackEvent = useCallback(function (event, metaData) {\n    ensureIntercom('trackEvent', function () {\n      if (metaData) {\n        IntercomAPI('trackEvent', event, metaData);\n      } else {\n        IntercomAPI('trackEvent', event);\n      }\n    });\n  }, [ensureIntercom]);\n  var providerValue = useMemo(function () {\n    return {\n      boot: boot,\n      shutdown: shutdown,\n      hardShutdown: hardShutdown,\n      update: update,\n      hide: hide,\n      show: show,\n      showMessages: showMessages,\n      showNewMessages: showNewMessages,\n      getVisitorId: getVisitorId,\n      startTour: startTour,\n      trackEvent: trackEvent\n    };\n  }, [boot, shutdown, hardShutdown, update, hide, show, showMessages, showNewMessages, getVisitorId, startTour, trackEvent]);\n  var content = useMemo(function () {\n    return children;\n  }, [children]);\n  return createElement(IntercomContext.Provider, {\n    value: providerValue\n  }, content);\n};\nvar useIntercomContext = function useIntercomContext() {\n  return useContext(IntercomContext);\n};\n\nvar useIntercom = function useIntercom() {\n  return useIntercomContext();\n};\n\nexport { IntercomProvider, useIntercom };\n//# sourceMappingURL=react-use-intercom.esm.js.map\n", "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 { 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{containerStyles,emptyStateStyle as defaultEmptyStateStyle}from\"https://framer.com/m/framer/default-utils.js@^0.43.0\";export const emptyStateStyle={...containerStyles,...defaultEmptyStateStyle,textAlign:\"center\",padding:15,width:200,height:100,overflow:\"hidden\"};export const neutralStateStyle={...emptyStateStyle,color:\"#09f\",background:\"rgb(0, 153, 255, 0.1)\",borderColor:\"#09f\"};export const stateTitleStyle={fontSize:12,fontWeight:600,margin:0};export const stateParagraphStyle={fontSize:12,maxWidth:200,lineHeight:1.4,margin:\"5px 0 0 0\"};\nexport const __FramerMetadata__ = {\"exports\":{\"neutralStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"stateTitleStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"stateParagraphStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./styles.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion}from\"framer-motion\";import{IntercomProvider}from\"https://framer.com/m/framer/react-use-intercom.js@0.0.3\";import{neutralStateStyle,stateParagraphStyle,stateTitleStyle}from\"https://framer.com/m/framer/integrations-styles.js@^0.2.0\";/**\n * INTERCOM\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 100\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export default function Intercom({appId,style,...props}){const isCanvas=RenderTarget.current()===RenderTarget.canvas;return isCanvas?/*#__PURE__*/ _jsxs(motion.div,{style:{...neutralStateStyle,...style},children:[/*#__PURE__*/ _jsx(\"h1\",{style:stateTitleStyle,children:\"Intercom\"}),/*#__PURE__*/ _jsx(\"p\",{style:stateParagraphStyle,children:\"Drop this component into a Screen to add Intercom.\"})]}):/*#__PURE__*/ _jsx(IntercomProvider,{autoBoot:true,appId:appId});};addPropertyControls(Intercom,{appId:{title:\"ID\",type:ControlType.String,description:\"Create an [Intercom](https://www.intercom.com/) account and copy your workspace ID. [Learn more\u2026](https://www.framer.com/sites/integrations/intercom/)\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Intercom\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"100\",\"framerIntrinsicWidth\":\"200\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Intercom.map", "// Generated by Framer (01933e6)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Intercom from\"https://framerusercontent.com/modules/UIhUTcd796YH7Ndybys8/totj55n8qE3VYpdXhshW/Intercom.js\";const IntercomFonts=getFonts(Intercom);const cycleOrder=[\"tDStX403W\",\"vxBDcJDjo\",\"bGiAaHBLN\"];const serializationHash=\"framer-YoKpV\";const variantClassNames={bGiAaHBLN:\"framer-v-177kdqj\",tDStX403W:\"framer-v-1nv3mb4\",vxBDcJDjo:\"framer-v-1ovkjb3\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"tDStX403W\",Mobile:\"bGiAaHBLN\",Tablet:\"vxBDcJDjo\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"tDStX403W\"};};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:\"tDStX403W\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1nv3mb4\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"tDStX403W\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(247, 247, 247)\",...style},...addPropertyOverrides({bGiAaHBLN:{\"data-framer-name\":\"Mobile\"},vxBDcJDjo:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.section,{className:\"framer-u4j5uy\",\"data-border\":true,\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"xvUxkNJci\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgb(224, 224, 224)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-b1q2vr\",\"data-framer-name\":\"Copy\",layoutDependency:layoutDependency,layoutId:\"Dpbqj3kgj\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy12YXJpYWJsZS1yZWd1bGFyVkY9SW05d2Mzb2lJRFF3TENBaWQyZG9kQ0lnTlRZMQ==\",\"--framer-font-family\":'\"DM Sans Variable\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"opsz\" 40, \"wght\" 565)',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-283586da-b299-416b-b66e-3e21fccb9623, rgb(78, 78, 78)))\"},children:\"\\xa9 2024 Data for Brokers\"})}),className:\"framer-vlgmb7\",\"data-framer-name\":\"Text\",fonts:[\"GF;DM Sans-variable-regular\"],layoutDependency:layoutDependency,layoutId:\"n7RLOiavN\",style:{\"--extracted-2gg91v\":'\"opsz\" 40, \"wght\" 565',\"--extracted-r6o4lv\":\"var(--token-283586da-b299-416b-b66e-3e21fccb9623, rgb(78, 78, 78))\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-132hnx3\",\"data-framer-name\":\"Built by\",layoutDependency:layoutDependency,layoutId:\"e8EDBDguw\",style:{borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RnJhdW5jZXMtdmFyaWFibGUtcmVndWxhclZGPUltOXdjM29pSURFME5Dd2dJbmRuYUhRaUlEUXpNQ3dnSWxOUFJsUWlJRGd5TENBaVYwOU9TeUlnTUE9PQ==\",\"--framer-font-family\":'\"Fraunces Variable\", \"Fraunces Placeholder\", serif',\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"opsz\" 144, \"wght\" 430, \"SOFT\" 82, \"WONK\" 0)',\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2dee5c4a-ec61-47f9-818b-fddca6a7763b, rgb(34, 34, 34)))\"},children:\"Built by a remote team of data nerds based in:\"})}),className:\"framer-kxmyf9\",fonts:[\"GF;Fraunces-variable-regular\"],layoutDependency:layoutDependency,layoutId:\"Q4Cus98Lk\",style:{\"--extracted-2gg91v\":'\"opsz\" 144, \"wght\" 430, \"SOFT\" 82, \"WONK\" 0',\"--extracted-r6o4lv\":\"var(--token-2dee5c4a-ec61-47f9-818b-fddca6a7763b, rgb(34, 34, 34))\",\"--framer-link-hover-text-color\":\"rgba(153, 153, 153, 0.6)\",\"--framer-link-text-decoration\":\"none\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6bhp9v\",\"data-framer-name\":\"Flags\",layoutDependency:layoutDependency,layoutId:\"NwO72WSuD\",style:{borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5},children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-knzt8p\",\"data-framer-name\":\"185-united states of america\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"AYr07Z1Bn\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 29 18\"><path d=\"M 0 0.017 L 29 0.017 L 29 17.983 L 0 17.983 Z\" fill=\"rgb(240,240,240)\"></path><path d=\"M 0 2.263 L 29 2.263 L 29 4.508 L 0 4.508 Z M 0 6.754 L 29 6.754 L 29 9 L 0 9 Z M 0 11.245 L 29 11.245 L 29 13.491 L 0 13.491 Z M 0 15.737 L 29 15.737 L 29 17.982 L 0 17.982 Z\" fill=\"rgb(216,0,39)\"></path><path d=\"M 0 0.017 L 14.5 0.017 L 14.5 9.691 L 0 9.691 Z\" fill=\"rgb(46,82,178)\"></path><path d=\"M 5.654 3.98 L 5.42 4.648 L 4.665 4.648 L 5.276 5.06 L 5.043 5.728 L 5.654 5.315 L 6.265 5.728 L 6.031 5.06 L 6.643 4.648 L 5.887 4.648 Z M 5.887 7.057 L 5.654 6.389 L 5.42 7.057 L 4.665 7.057 L 5.276 7.469 L 5.043 8.137 L 5.654 7.724 L 6.265 8.137 L 6.031 7.469 L 6.643 7.057 Z M 2.695 7.057 L 2.462 6.389 L 2.228 7.057 L 1.473 7.057 L 2.084 7.469 L 1.85 8.137 L 2.462 7.724 L 3.072 8.137 L 2.839 7.469 L 3.45 7.057 Z M 2.462 3.98 L 2.228 4.648 L 1.473 4.648 L 2.084 5.06 L 1.85 5.728 L 2.462 5.315 L 3.072 5.728 L 2.839 5.06 L 3.45 4.648 L 2.695 4.648 Z M 5.654 1.571 L 5.42 2.239 L 4.665 2.239 L 5.276 2.651 L 5.043 3.319 L 5.654 2.906 L 6.265 3.319 L 6.031 2.651 L 6.643 2.239 L 5.887 2.239 Z M 2.462 1.571 L 2.228 2.239 L 1.473 2.239 L 2.084 2.651 L 1.85 3.319 L 2.462 2.906 L 3.072 3.319 L 2.839 2.651 L 3.45 2.239 L 2.695 2.239 Z M 8.846 3.98 L 8.613 4.648 L 7.857 4.648 L 8.469 5.06 L 8.235 5.728 L 8.846 5.315 L 9.457 5.728 L 9.224 5.06 L 9.835 4.648 L 9.08 4.648 Z M 9.08 7.057 L 8.846 6.389 L 8.613 7.057 L 7.857 7.057 L 8.469 7.469 L 8.235 8.137 L 8.846 7.724 L 9.457 8.137 L 9.224 7.469 L 9.835 7.057 Z M 12.272 7.057 L 12.039 6.389 L 11.805 7.057 L 11.05 7.057 L 11.661 7.469 L 11.428 8.137 L 12.039 7.724 L 12.65 8.137 L 12.416 7.469 L 13.027 7.057 Z M 12.039 3.98 L 11.805 4.648 L 11.05 4.648 L 11.661 5.06 L 11.428 5.728 L 12.039 5.315 L 12.65 5.728 L 12.416 5.06 L 13.027 4.648 L 12.272 4.648 Z M 8.846 1.571 L 8.613 2.239 L 7.857 2.239 L 8.469 2.651 L 8.235 3.319 L 8.846 2.906 L 9.457 3.319 L 9.224 2.651 L 9.835 2.239 L 9.08 2.239 Z M 12.039 1.571 L 11.805 2.239 L 11.05 2.239 L 11.661 2.651 L 11.428 3.319 L 12.039 2.906 L 12.65 3.319 L 12.416 2.651 L 13.027 2.239 L 12.272 2.239 Z\" fill=\"rgb(240,240,240)\"></path></svg>',svgContentId:10244646422,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1e32m4l\",\"data-framer-name\":\"214-new zealand\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"q_qGGfM8O\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 29 18\"><path d=\"M 0 0.018 L 29 0.018 L 29 17.983 L 0 17.983 Z\" fill=\"rgb(0,82,180)\"></path><path d=\"M 24.089 7.829 L 24.281 8.378 L 24.902 8.378 L 24.4 8.717 L 24.592 9.265 L 24.089 8.926 L 23.587 9.265 L 23.779 8.717 L 23.276 8.378 L 23.897 8.378 Z M 21.869 11.78 L 22.157 12.603 L 23.089 12.603 L 22.335 13.112 L 22.623 13.935 L 21.869 13.426 L 21.116 13.935 L 21.404 13.112 L 20.65 12.603 L 21.581 12.603 Z M 21.953 5.314 L 22.193 6 L 22.969 6 L 22.341 6.424 L 22.581 7.11 L 21.953 6.686 L 21.325 7.11 L 21.565 6.424 L 20.937 6 L 21.713 6 Z M 19.817 7.805 L 20.105 8.628 L 21.037 8.628 L 20.283 9.137 L 20.571 9.96 L 19.817 9.451 L 19.064 9.96 L 19.351 9.137 L 18.598 8.628 L 19.529 8.628 Z\" fill=\"rgb(216,0,39)\"></path><path d=\"M 14.5 0.017 L 14.5 1.626 L 11.941 2.946 L 14.5 2.946 L 14.5 6.071 L 11.152 6.071 L 14.5 7.799 L 14.5 9 L 12.988 9 L 8.826 6.851 L 8.826 9 L 5.674 9 L 5.674 6.443 L 0.722 9 L 0 9 L 0 7.392 L 2.559 6.071 L 0 6.071 L 0 2.946 L 3.348 2.946 L 0 1.218 L 0 0.017 L 1.511 0.017 L 5.674 2.167 L 5.674 0.017 L 8.826 0.017 L 8.826 2.574 L 13.778 0.017 Z\" fill=\"rgb(240,240,240)\"></path><path d=\"M 8.156 0.017 L 6.344 0.017 L 6.344 3.667 L 0 3.667 L 0 5.351 L 6.344 5.351 L 6.344 9 L 8.156 9 L 8.156 5.351 L 14.5 5.351 L 14.5 3.667 L 8.156 3.667 Z\" fill=\"rgb(216,0,39)\"></path><path d=\"M 8.826 6.071 L 14.5 9 L 14.5 8.172 L 10.431 6.071 Z\" fill=\"rgb(0,82,180)\"></path><path d=\"M 8.826 6.071 L 14.5 9 L 14.5 8.172 L 10.431 6.071 Z\" fill=\"rgb(240,240,240)\"></path><path d=\"M 8.826 6.071 L 14.5 9 L 14.5 8.172 L 10.431 6.071 Z M 4.069 6.071 L 0 8.172 L 0 9 L 5.674 6.071 Z\" fill=\"rgb(216,0,39)\"></path><path d=\"M 5.674 2.946 L 0 0.017 L 0 0.846 L 4.069 2.946 Z\" fill=\"rgb(0,82,180)\"></path><path d=\"M 5.674 2.946 L 0 0.017 L 0 0.846 L 4.069 2.946 Z\" fill=\"rgb(240,240,240)\"></path><path d=\"M 5.674 2.946 L 0 0.017 L 0 0.846 L 4.069 2.946 Z M 10.431 2.946 L 14.5 0.846 L 14.5 0.017 L 8.826 2.946 Z\" fill=\"rgb(216,0,39)\"></path></svg>',svgContentId:10250152474,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-wvev4w\",\"data-framer-name\":\"197-ukraine\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"YA4Led08X\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 29 18\"><path d=\"M 0 0.018 L 29 0.018 L 29 17.982 L 0 17.982 Z\" fill=\"rgb(255,218,68)\"></path><path d=\"M 0 0.018 L 29 0.018 L 29 9 L 0 9 Z\" fill=\"rgb(51,138,243)\"></path></svg>',svgContentId:12758743973,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1lumev\",\"data-framer-name\":\"109-united kingdom\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"az1LbE9E7\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 25 18\"><path d=\"M 0 0.018 L 25 0.018 L 25 17.983 L 0 17.983 Z\" fill=\"rgb(240,240,240)\"></path><path d=\"M 14.063 0.017 L 10.938 0.017 L 10.938 7.316 L 0 7.316 L 0 10.684 L 10.938 10.684 L 10.938 17.982 L 14.063 17.982 L 14.063 10.684 L 25 10.684 L 25 7.316 L 14.063 7.316 Z\" fill=\"rgb(216,0,39)\"></path><path d=\"M 19.228 12.124 L 25 15.581 L 25 12.124 Z M 15.217 12.124 L 25 17.982 L 25 16.326 L 17.984 12.124 Z M 22.394 17.982 L 15.217 13.684 L 15.217 17.982 Z\" fill=\"rgb(0,82,180)\"></path><path d=\"M 15.217 12.124 L 25 17.982 L 25 16.326 L 17.984 12.124 Z\" fill=\"rgb(240,240,240)\"></path><path d=\"M 15.217 12.124 L 25 17.982 L 25 16.326 L 17.984 12.124 Z\" fill=\"rgb(216,0,39)\"></path><path d=\"M 4.411 12.124 L 0 14.766 L 0 12.124 Z M 9.783 12.869 L 9.783 17.982 L 1.245 17.982 Z\" fill=\"rgb(0,82,180)\"></path><path d=\"M 7.016 12.124 L 0 16.326 L 0 17.982 L 9.783 12.124 Z\" fill=\"rgb(216,0,39)\"></path><path d=\"M 5.772 5.875 L 0 2.419 L 0 5.875 Z M 9.783 5.875 L 0 0.017 L 0 1.674 L 7.016 5.875 Z M 2.606 0.017 L 9.783 4.315 L 9.783 0.017 Z\" fill=\"rgb(0,82,180)\"></path><path d=\"M 9.783 5.875 L 0 0.017 L 0 1.674 L 7.016 5.875 Z\" fill=\"rgb(240,240,240)\"></path><path d=\"M 9.783 5.875 L 0 0.017 L 0 1.674 L 7.016 5.875 Z\" fill=\"rgb(216,0,39)\"></path><path d=\"M 20.589 5.876 L 25 3.234 L 25 5.876 Z M 15.217 5.131 L 15.217 0.017 L 23.755 0.017 Z\" fill=\"rgb(0,82,180)\"></path><path d=\"M 17.984 5.875 L 25 1.674 L 25 0.017 L 15.217 5.875 Z\" fill=\"rgb(216,0,39)\"></path></svg>',svgContentId:9366671198,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-189s4ci\",\"data-framer-name\":\"202-israel\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"VtGO7h4wz\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 25 18\"><path d=\"M 0 0.017 L 25 0.017 L 25 17.983 L 0 17.983 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 15.625 7.055 L 13.542 7.055 L 12.5 5.11 L 11.458 7.055 L 9.375 7.055 L 10.417 9 L 9.375 10.944 L 11.458 10.944 L 12.5 12.889 L 13.542 10.944 L 15.625 10.944 L 14.583 9 Z M 13.78 9 L 13.14 10.194 L 11.86 10.194 L 11.22 9 L 11.86 7.805 L 13.14 7.805 Z M 12.5 6.61 L 12.738 7.055 L 12.262 7.055 Z M 10.58 7.805 L 11.057 7.805 L 10.819 8.25 Z M 10.58 10.194 L 10.818 9.75 L 11.057 10.194 Z M 12.5 11.389 L 12.262 10.944 L 12.738 10.944 Z M 14.42 10.194 L 13.943 10.194 L 14.181 9.75 Z M 13.943 7.805 L 14.42 7.805 L 14.182 8.25 Z M 0 1.14 L 25 1.14 L 25 3.385 L 0 3.385 Z M 0 14.614 L 25 14.614 L 25 16.859 L 0 16.859 Z\" fill=\"rgb(46,82,178)\"></path></svg>',svgContentId:10088746752,withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-zvw63o-container\",layoutDependency:layoutDependency,layoutId:\"FePx7nmT6-container\",children:/*#__PURE__*/_jsx(Intercom,{appId:\"lxg2ncep\",height:\"100%\",id:\"FePx7nmT6\",layoutId:\"FePx7nmT6\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-YoKpV.framer-1dmtl7a, .framer-YoKpV .framer-1dmtl7a { display: block; }\",\".framer-YoKpV.framer-1nv3mb4 { 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: 1440px; }\",\".framer-YoKpV .framer-u4j5uy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; max-width: 1170px; overflow: visible; padding: 30px 0px 30px 0px; position: relative; width: 100%; }\",\".framer-YoKpV .framer-b1q2vr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-YoKpV .framer-vlgmb7 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-YoKpV .framer-132hnx3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-YoKpV .framer-kxmyf9 { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-YoKpV .framer-6bhp9v { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 5px; position: relative; width: auto; }\",\".framer-YoKpV .framer-knzt8p, .framer-YoKpV .framer-1e32m4l, .framer-YoKpV .framer-wvev4w { flex: none; height: 18px; position: relative; width: 29px; }\",\".framer-YoKpV .framer-1lumev, .framer-YoKpV .framer-189s4ci { flex: none; height: 18px; position: relative; width: 25px; }\",\".framer-YoKpV .framer-zvw63o-container { bottom: -110px; flex: none; height: 100px; left: calc(50.00000000000002% - 200px / 2); position: absolute; width: 200px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-YoKpV.framer-1nv3mb4, .framer-YoKpV .framer-u4j5uy, .framer-YoKpV .framer-b1q2vr, .framer-YoKpV .framer-132hnx3 { gap: 0px; } .framer-YoKpV.framer-1nv3mb4 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-YoKpV.framer-1nv3mb4 > :first-child, .framer-YoKpV .framer-u4j5uy > :first-child, .framer-YoKpV .framer-132hnx3 > :first-child { margin-top: 0px; } .framer-YoKpV.framer-1nv3mb4 > :last-child, .framer-YoKpV .framer-u4j5uy > :last-child, .framer-YoKpV .framer-132hnx3 > :last-child { margin-bottom: 0px; } .framer-YoKpV .framer-u4j5uy > *, .framer-YoKpV .framer-132hnx3 > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-YoKpV .framer-b1q2vr > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-YoKpV .framer-b1q2vr > :first-child { margin-left: 0px; } .framer-YoKpV .framer-b1q2vr > :last-child { margin-right: 0px; } }\",\".framer-YoKpV.framer-v-1ovkjb3.framer-1nv3mb4 { width: 810px; }\",\".framer-YoKpV.framer-v-1ovkjb3 .framer-u4j5uy { padding: 30px 40px 30px 40px; }\",\".framer-YoKpV.framer-v-177kdqj.framer-1nv3mb4 { width: 390px; }\",\".framer-YoKpV.framer-v-177kdqj .framer-u4j5uy { gap: 20px; padding: 30px 20px 30px 20px; }\",\".framer-YoKpV.framer-v-177kdqj .framer-b1q2vr { flex-direction: column; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-YoKpV.framer-v-177kdqj .framer-u4j5uy, .framer-YoKpV.framer-v-177kdqj .framer-b1q2vr { gap: 0px; } .framer-YoKpV.framer-v-177kdqj .framer-u4j5uy > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-YoKpV.framer-v-177kdqj .framer-u4j5uy > :first-child, .framer-YoKpV.framer-v-177kdqj .framer-b1q2vr > :first-child { margin-top: 0px; } .framer-YoKpV.framer-v-177kdqj .framer-u4j5uy > :last-child, .framer-YoKpV.framer-v-177kdqj .framer-b1q2vr > :last-child { margin-bottom: 0px; } .framer-YoKpV.framer-v-177kdqj .framer-b1q2vr > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",'.framer-YoKpV[data-border=\"true\"]::after, .framer-YoKpV [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 154\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"vxBDcJDjo\":{\"layout\":[\"fixed\",\"auto\"]},\"bGiAaHBLN\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerGnMq7HS76=withCSS(Component,css,\"framer-YoKpV\");export default FramerGnMq7HS76;FramerGnMq7HS76.displayName=\"Component/Footer Credit\";FramerGnMq7HS76.defaultProps={height:154,width:1440};addPropertyControls(FramerGnMq7HS76,{variant:{options:[\"tDStX403W\",\"vxBDcJDjo\",\"bGiAaHBLN\"],optionTitles:[\"Desktop\",\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});const variationAxes=[{defaultValue:9,maxValue:40,minValue:9,name:\"Optical size\",tag:\"opsz\"},{defaultValue:400,maxValue:1e3,minValue:100,name:\"Weight\",tag:\"wght\"}];const variationAxes1=[{defaultValue:9,maxValue:144,minValue:9,name:\"Optical Size\",tag:\"opsz\"},{defaultValue:900,maxValue:900,minValue:100,name:\"Weight\",tag:\"wght\"},{defaultValue:0,maxValue:100,minValue:0,name:\"Softness\",tag:\"SOFT\"},{defaultValue:1,maxValue:1,minValue:0,name:\"Wonky\",tag:\"WONK\"}];addFonts(FramerGnMq7HS76,[{explicitInter:true,fonts:[{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2Hp2ywxg089UriOZSCHBeHFl0.ttf\",variationAxes,weight:\"400\"},{family:\"Fraunces\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/fraunces/v31/6NUV8FyLNQOQZAnv9awPnugMyM1A.ttf\",variationAxes:variationAxes1,weight:\"400\"}]},...IntercomFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerGnMq7HS76\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"vxBDcJDjo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bGiAaHBLN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"154\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1440\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./GnMq7HS76.map", "// Generated by Framer (01933e6)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={Dwm0xyH9C:{hover:true},gbvS0pcXB:{hover:true},kxRglb0j_:{hover:true},QUMVNXGSN:{hover:true},TgR2khC1b:{hover:true},UqX1f96fS:{hover:true}};const cycleOrder=[\"TgR2khC1b\",\"gbvS0pcXB\",\"kxRglb0j_\",\"UqX1f96fS\",\"Dwm0xyH9C\",\"QUMVNXGSN\"];const serializationHash=\"framer-e3yaX\";const variantClassNames={Dwm0xyH9C:\"framer-v-1xybnhy\",gbvS0pcXB:\"framer-v-1by5z2g\",kxRglb0j_:\"framer-v-xt56py\",QUMVNXGSN:\"framer-v-bgila5\",TgR2khC1b:\"framer-v-ix1f9l\",UqX1f96fS:\"framer-v-e2popt\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Dark / Small\":\"Dwm0xyH9C\",Dark:\"kxRglb0j_\",Green:\"QUMVNXGSN\",Primary:\"TgR2khC1b\",Purple:\"UqX1f96fS\",Secondary:\"gbvS0pcXB\"};const getProps=({height,id,link,tap,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,aO31JcIQn:tap!==null&&tap!==void 0?tap:props.aO31JcIQn,GgNobp5CB:(_ref=title!==null&&title!==void 0?title:props.GgNobp5CB)!==null&&_ref!==void 0?_ref:\"Button\",jASabA12b:link!==null&&link!==void 0?link:props.jASabA12b,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"TgR2khC1b\"};};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,GgNobp5CB,jASabA12b,aO31JcIQn,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"TgR2khC1b\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1ssm0cz=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(aO31JcIQn){const res=await aO31JcIQn(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:jASabA12b,nodeId:\"TgR2khC1b\",children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-ix1f9l\",className,classNames)} framer-qjrnuu`,\"data-framer-name\":\"Primary\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"TgR2khC1b\",onTap:onTap1ssm0cz,ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(11, 132, 254)\",borderBottomLeftRadius:41,borderBottomRightRadius:41,borderTopLeftRadius:41,borderTopRightRadius:41,...style},variants:{\"Dwm0xyH9C-hover\":{backgroundColor:\"rgb(0, 0, 0)\"},\"gbvS0pcXB-hover\":{backgroundColor:\"rgb(255, 128, 0)\"},\"kxRglb0j_-hover\":{backgroundColor:\"rgb(0, 0, 0)\"},\"QUMVNXGSN-hover\":{backgroundColor:\"rgb(19, 107, 40)\"},\"TgR2khC1b-hover\":{backgroundColor:\"rgb(1, 71, 140)\"},\"UqX1f96fS-hover\":{backgroundColor:\"rgb(56, 19, 158)\"},Dwm0xyH9C:{backgroundColor:\"var(--token-283586da-b299-416b-b66e-3e21fccb9623, rgb(78, 78, 78))\"},gbvS0pcXB:{backgroundColor:\"var(--token-9d85a53d-218a-49d3-a122-1f7b560ca535, rgb(255, 184, 0))\"},kxRglb0j_:{backgroundColor:\"var(--token-2dee5c4a-ec61-47f9-818b-fddca6a7763b, rgb(34, 34, 34))\"},QUMVNXGSN:{backgroundColor:\"rgb(39, 186, 73)\"},UqX1f96fS:{backgroundColor:\"var(--token-c3ebe635-18af-40b7-9b3a-0ac1db7f7fd1, rgb(114, 75, 225))\"}},...addPropertyOverrides({\"Dwm0xyH9C-hover\":{\"data-framer-name\":undefined},\"gbvS0pcXB-hover\":{\"data-framer-name\":undefined},\"kxRglb0j_-hover\":{\"data-framer-name\":undefined},\"QUMVNXGSN-hover\":{\"data-framer-name\":undefined},\"TgR2khC1b-hover\":{\"data-framer-name\":undefined},\"UqX1f96fS-hover\":{\"data-framer-name\":undefined},Dwm0xyH9C:{\"data-framer-name\":\"Dark / Small\"},gbvS0pcXB:{\"data-framer-name\":\"Secondary\"},kxRglb0j_:{\"data-framer-name\":\"Dark\"},QUMVNXGSN:{\"data-framer-name\":\"Green\"},UqX1f96fS:{\"data-framer-name\":\"Purple\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy12YXJpYWJsZS1yZWd1bGFyVkY9SW05d2Mzb2lJRFF3TENBaWQyZG9kQ0lnTnpBdw==\",\"--framer-font-family\":'\"DM Sans Variable\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"opsz\" 40, \"wght\" 700)',\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-193826bd-e33a-464d-9832-2b52bd72bc94, rgb(255, 255, 255)))\"},children:\"Button\"})}),className:\"framer-1nmaqnh\",\"data-framer-name\":\"Text\",fonts:[\"GF;DM Sans-variable-regular\"],layoutDependency:layoutDependency,layoutId:\"IBoKdnbq3\",style:{\"--extracted-2gg91v\":'\"opsz\" 40, \"wght\" 700',\"--extracted-r6o4lv\":\"var(--token-193826bd-e33a-464d-9832-2b52bd72bc94, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},text:GgNobp5CB,variants:{\"gbvS0pcXB-hover\":{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},Dwm0xyH9C:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},gbvS0pcXB:{\"--extracted-r6o4lv\":\"var(--token-2dee5c4a-ec61-47f9-818b-fddca6a7763b, rgb(34, 34, 34))\"},kxRglb0j_:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},UqX1f96fS:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"gbvS0pcXB-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy12YXJpYWJsZS1yZWd1bGFyVkY9SW05d2Mzb2lJRFF3TENBaWQyZG9kQ0lnTnpBdw==\",\"--framer-font-family\":'\"DM Sans Variable\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"opsz\" 40, \"wght\" 700)',\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Button\"})})},Dwm0xyH9C:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy12YXJpYWJsZS1yZWd1bGFyVkY9SW05d2Mzb2lJRFF3TENBaWQyZG9kQ0lnTnpBdw==\",\"--framer-font-family\":'\"DM Sans Variable\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"opsz\" 40, \"wght\" 700)',\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Button\"})})},gbvS0pcXB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy12YXJpYWJsZS1yZWd1bGFyVkY9SW05d2Mzb2lJRFF3TENBaWQyZG9kQ0lnTnpBdw==\",\"--framer-font-family\":'\"DM Sans Variable\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"opsz\" 40, \"wght\" 700)',\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2dee5c4a-ec61-47f9-818b-fddca6a7763b, rgb(34, 34, 34)))\"},children:\"Button\"})})},kxRglb0j_:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy12YXJpYWJsZS1yZWd1bGFyVkY9SW05d2Mzb2lJRFF3TENBaWQyZG9kQ0lnTnpBdw==\",\"--framer-font-family\":'\"DM Sans Variable\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"opsz\" 40, \"wght\" 700)',\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Button\"})})},UqX1f96fS:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy12YXJpYWJsZS1yZWd1bGFyVkY9SW05d2Mzb2lJRFF3TENBaWQyZG9kQ0lnTnpBdw==\",\"--framer-font-family\":'\"DM Sans Variable\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"opsz\" 40, \"wght\" 700)',\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Button\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-e3yaX.framer-qjrnuu, .framer-e3yaX .framer-qjrnuu { display: block; }\",\".framer-e3yaX.framer-ix1f9l { 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: visible; padding: 16px 24px 16px 24px; position: relative; text-decoration: none; width: min-content; }\",\".framer-e3yaX .framer-1nmaqnh { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-e3yaX.framer-ix1f9l { gap: 0px; } .framer-e3yaX.framer-ix1f9l > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-e3yaX.framer-ix1f9l > :first-child { margin-left: 0px; } .framer-e3yaX.framer-ix1f9l > :last-child { margin-right: 0px; } }\",\".framer-e3yaX.framer-v-1xybnhy.framer-ix1f9l { padding: 10px 20px 10px 20px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 46\n * @framerIntrinsicWidth 90\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"gbvS0pcXB\":{\"layout\":[\"auto\",\"auto\"]},\"kxRglb0j_\":{\"layout\":[\"auto\",\"auto\"]},\"UqX1f96fS\":{\"layout\":[\"auto\",\"auto\"]},\"Dwm0xyH9C\":{\"layout\":[\"auto\",\"auto\"]},\"QUMVNXGSN\":{\"layout\":[\"auto\",\"auto\"]},\"aBsZbvDS1\":{\"layout\":[\"auto\",\"auto\"]},\"IXpq_e4Lw\":{\"layout\":[\"auto\",\"auto\"]},\"EM2TfCoCa\":{\"layout\":[\"auto\",\"auto\"]},\"hx9nEgMrF\":{\"layout\":[\"auto\",\"auto\"]},\"FBaOIWcW2\":{\"layout\":[\"auto\",\"auto\"]},\"AcAb3nHrX\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"GgNobp5CB\":\"title\",\"jASabA12b\":\"link\",\"aO31JcIQn\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerjfDQiKKWT=withCSS(Component,css,\"framer-e3yaX\");export default FramerjfDQiKKWT;FramerjfDQiKKWT.displayName=\"Button/Regular\";FramerjfDQiKKWT.defaultProps={height:46,width:90};addPropertyControls(FramerjfDQiKKWT,{variant:{options:[\"TgR2khC1b\",\"gbvS0pcXB\",\"kxRglb0j_\",\"UqX1f96fS\",\"Dwm0xyH9C\",\"QUMVNXGSN\"],optionTitles:[\"Primary\",\"Secondary\",\"Dark\",\"Purple\",\"Dark / Small\",\"Green\"],title:\"Variant\",type:ControlType.Enum},GgNobp5CB:{defaultValue:\"Button\",displayTextArea:false,title:\"Title\",type:ControlType.String},jASabA12b:{title:\"Link\",type:ControlType.Link},aO31JcIQn:{title:\"Tap\",type:ControlType.EventHandler}});const variationAxes=[{defaultValue:9,maxValue:40,minValue:9,name:\"Optical size\",tag:\"opsz\"},{defaultValue:400,maxValue:1e3,minValue:100,name:\"Weight\",tag:\"wght\"}];addFonts(FramerjfDQiKKWT,[{explicitInter:true,fonts:[{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2Hp2ywxg089UriOZSCHBeHFl0.ttf\",variationAxes,weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerjfDQiKKWT\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"GgNobp5CB\\\":\\\"title\\\",\\\"jASabA12b\\\":\\\"link\\\",\\\"aO31JcIQn\\\":\\\"tap\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"gbvS0pcXB\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"kxRglb0j_\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"UqX1f96fS\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Dwm0xyH9C\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"QUMVNXGSN\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"aBsZbvDS1\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"IXpq_e4Lw\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"EM2TfCoCa\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"hx9nEgMrF\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"FBaOIWcW2\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"AcAb3nHrX\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"46\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"90\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./jfDQiKKWT.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 Component;\nvar House_default = (React) => {\n  if (!Component) {\n    const weights = /* @__PURE__ */ new Map([\n      [\n        \"bold\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M221.56,100.85,141.61,25.38l-.16-.15a19.93,19.93,0,0,0-26.91,0l-.17.15L34.44,100.85A20.07,20.07,0,0,0,28,115.55V208a20,20,0,0,0,20,20H96a20,20,0,0,0,20-20V164h24v44a20,20,0,0,0,20,20h48a20,20,0,0,0,20-20V115.55A20.07,20.07,0,0,0,221.56,100.85ZM204,204H164V160a20,20,0,0,0-20-20H112a20,20,0,0,0-20,20v44H52V117.28l76-71.75,76,71.75Z\" }))\n      ],\n      [\n        \"duotone\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\n          \"path\",\n          {\n            d: \"M216,115.54V208a8,8,0,0,1-8,8H160a8,8,0,0,1-8-8V160a8,8,0,0,0-8-8H112a8,8,0,0,0-8,8v48a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V115.54a8,8,0,0,1,2.62-5.92l80-75.54a8,8,0,0,1,10.77,0l80,75.54A8,8,0,0,1,216,115.54Z\",\n            opacity: \"0.2\"\n          }\n        ), /* @__PURE__ */ React.createElement(\"path\", { d: \"M218.83,103.77l-80-75.48a1.14,1.14,0,0,1-.11-.11,16,16,0,0,0-21.53,0l-.11.11L37.17,103.77A16,16,0,0,0,32,115.55V208a16,16,0,0,0,16,16H96a16,16,0,0,0,16-16V160h32v48a16,16,0,0,0,16,16h48a16,16,0,0,0,16-16V115.55A16,16,0,0,0,218.83,103.77ZM208,208H160V160a16,16,0,0,0-16-16H112a16,16,0,0,0-16,16v48H48V115.55l.11-.1L128,40l79.9,75.43.11.1Z\" }))\n      ],\n      [\n        \"fill\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M224,115.55V208a16,16,0,0,1-16,16H168a16,16,0,0,1-16-16V168a8,8,0,0,0-8-8H112a8,8,0,0,0-8,8v40a16,16,0,0,1-16,16H48a16,16,0,0,1-16-16V115.55a16,16,0,0,1,5.17-11.78l80-75.48.11-.11a16,16,0,0,1,21.53,0,1.14,1.14,0,0,0,.11.11l80,75.48A16,16,0,0,1,224,115.55Z\" }))\n      ],\n      [\n        \"light\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M217.47,105.24l-80-75.5-.09-.08a13.94,13.94,0,0,0-18.83,0l-.09.08-80,75.5A14,14,0,0,0,34,115.55V208a14,14,0,0,0,14,14H96a14,14,0,0,0,14-14V160a2,2,0,0,1,2-2h32a2,2,0,0,1,2,2v48a14,14,0,0,0,14,14h48a14,14,0,0,0,14-14V115.55A14,14,0,0,0,217.47,105.24ZM210,208a2,2,0,0,1-2,2H160a2,2,0,0,1-2-2V160a14,14,0,0,0-14-14H112a14,14,0,0,0-14,14v48a2,2,0,0,1-2,2H48a2,2,0,0,1-2-2V115.55a2,2,0,0,1,.65-1.48l.09-.08,79.94-75.48a2,2,0,0,1,2.63,0L209.26,114l.08.08a2,2,0,0,1,.66,1.48Z\" }))\n      ],\n      [\n        \"regular\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M218.83,103.77l-80-75.48a1.14,1.14,0,0,1-.11-.11,16,16,0,0,0-21.53,0l-.11.11L37.17,103.77A16,16,0,0,0,32,115.55V208a16,16,0,0,0,16,16H96a16,16,0,0,0,16-16V160h32v48a16,16,0,0,0,16,16h48a16,16,0,0,0,16-16V115.55A16,16,0,0,0,218.83,103.77ZM208,208H160V160a16,16,0,0,0-16-16H112a16,16,0,0,0-16,16v48H48V115.55l.11-.1L128,40l79.9,75.43.11.1Z\" }))\n      ],\n      [\n        \"thin\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M216.13,106.72,136.07,31.13a12,12,0,0,0-16.2.05L39.93,106.67A12,12,0,0,0,36,115.54V208a12,12,0,0,0,12,12H96a12,12,0,0,0,12-12V160a4,4,0,0,1,4-4h32a4,4,0,0,1,4,4v48a12,12,0,0,0,12,12h48a12,12,0,0,0,12-12V115.54A12,12,0,0,0,216.13,106.72ZM212,208a4,4,0,0,1-4,4H160a4,4,0,0,1-4-4V160a12,12,0,0,0-12-12H112a12,12,0,0,0-12,12v48a4,4,0,0,1-4,4H48a4,4,0,0,1-4-4V115.54a4.09,4.09,0,0,1,1.36-3L125.3,37.05a4,4,0,0,1,5.33,0l80.06,75.58a4,4,0,0,1,1.31,3Z\" }))\n      ]\n    ]);\n    const House = React.forwardRef((props, ref) => /* @__PURE__ */ React.createElement(\"g\", { ref, ...props }, weights.get(props.weight)));\n    House.displayName = \"House\";\n    Component = House;\n  }\n  return Component;\n};\nconst __FramerMetadata__ = {\n  exports: {\n    default: {\n      type: \"reactComponent\",\n      slots: [],\n      annotations: { framerContractVersion: \"1\" }\n    },\n    __FramerMetadata__: { type: \"variable\" }\n  }\n};\nexport {\n  __FramerMetadata__,\n  House_default as default\n};\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{motion}from\"framer-motion\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HouseFactory from\"https://framer.com/m/phosphor-icons/House.js@0.0.53\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";const iconKeys=[\"AddressBook\",\"AirTrafficControl\",\"Airplane\",\"AirplaneInFlight\",\"AirplaneLanding\",\"AirplaneTakeoff\",\"AirplaneTilt\",\"Airplay\",\"Alarm\",\"Alien\",\"AlignBottom\",\"AlignBottomSimple\",\"AlignCenterVertical\",\"AlignLeft\",\"AlignLeftSimple\",\"AlignRight\",\"AlignRightSimple\",\"AlignTop\",\"AlignTopSimple\",\"AmazonLogo\",\"Anchor\",\"AnchorSimple\",\"AndroidLogo\",\"AngularLogo\",\"Aperture\",\"AppStoreLogo\",\"AppWindow\",\"AppleLogo\",\"ApplePodcastsLogo\",\"Archive\",\"ArchiveBox\",\"ArchiveTray\",\"Armchair\",\"ArrowArcLeft\",\"ArrowArcRight\",\"ArrowBendDownLeft\",\"ArrowBendDownRight\",\"ArrowBendLeftDown\",\"ArrowBendLeftUp\",\"ArrowBendRightDown\",\"ArrowBendRightUp\",\"ArrowBendUpLeft\",\"ArrowBendUpRight\",\"ArrowCircleDown\",\"ArrowCircleDownLeft\",\"ArrowCircleDownRight\",\"ArrowCircleLeft\",\"ArrowCircleRight\",\"ArrowCircleUp\",\"ArrowCircleUpLeft\",\"ArrowCircleUpRight\",\"ArrowClockwise\",\"ArrowDown\",\"ArrowDownLeft\",\"ArrowDownRight\",\"ArrowElbowDownLeft\",\"ArrowElbowDownRight\",\"ArrowElbowLeft\",\"ArrowElbowLeftDown\",\"ArrowElbowLeftUp\",\"ArrowElbowRight\",\"ArrowElbowRightDown\",\"ArrowElbowRightUp\",\"ArrowElbowUpLeft\",\"ArrowElbowUpRight\",\"ArrowFatDown\",\"ArrowFatLeft\",\"ArrowFatLineDown\",\"ArrowFatLineLeft\",\"ArrowFatLineRight\",\"ArrowFatLineUp\",\"ArrowFatLinesDown\",\"ArrowFatLinesLeft\",\"ArrowFatLinesRight\",\"ArrowFatLinesUp\",\"ArrowFatRight\",\"ArrowFatUp\",\"ArrowLeft\",\"ArrowLineDown\",\"ArrowLineDownLeft\",\"ArrowLineDownRight\",\"ArrowLineLeft\",\"ArrowLineRight\",\"ArrowLineUp\",\"ArrowLineUpLeft\",\"ArrowLineUpRight\",\"ArrowRight\",\"ArrowSquareDown\",\"ArrowSquareDownLeft\",\"ArrowSquareDownRight\",\"ArrowSquareIn\",\"ArrowSquareLeft\",\"ArrowSquareOut\",\"ArrowSquareRight\",\"ArrowSquareUp\",\"ArrowSquareUpLeft\",\"ArrowSquareUpRight\",\"ArrowUDownLeft\",\"ArrowUDownRight\",\"ArrowULeftDown\",\"ArrowULeftUp\",\"ArrowURightDown\",\"ArrowURightUp\",\"ArrowUUpLeft\",\"ArrowUUpRight\",\"ArrowUp\",\"ArrowUpLeft\",\"ArrowUpRight\",\"ArrowsClockwise\",\"ArrowsDownUp\",\"ArrowsHorizontal\",\"ArrowsIn\",\"ArrowsInCardinal\",\"ArrowsInLineVertical\",\"ArrowsInSimple\",\"ArrowsLeftRight\",\"ArrowsMerge\",\"ArrowsOut\",\"ArrowsOutCardinal\",\"ArrowsOutSimple\",\"ArrowsSplit\",\"ArrowsVertical\",\"Article\",\"ArticleMedium\",\"ArticleNyTimes\",\"Asterisk\",\"AsteriskSimple\",\"At\",\"Atom\",\"Baby\",\"Backpack\",\"Backspace\",\"Bag\",\"BagSimple\",\"Balloon\",\"Bandaids\",\"Bank\",\"Barbell\",\"Barcode\",\"Barricade\",\"Baseball\",\"BaseballCap\",\"Basket\",\"Basketball\",\"Bathtub\",\"BatteryCharging\",\"BatteryEmpty\",\"BatteryFull\",\"BatteryHigh\",\"BatteryLow\",\"BatteryMedium\",\"BatteryPlus\",\"BatteryPlusVertical\",\"BatteryVerticalEmpty\",\"BatteryVerticalFull\",\"BatteryVerticalHigh\",\"BatteryVerticalLow\",\"BatteryWarning\",\"Bed\",\"BeerBottle\",\"BeerStein\",\"BehanceLogo\",\"Bell\",\"BellRinging\",\"BellSimple\",\"BellSimpleRinging\",\"BellSimpleSlash\",\"BellSimpleZ\",\"BellSlash\",\"BellZ\",\"BezierCurve\",\"Bicycle\",\"Binoculars\",\"Bird\",\"Bluetooth\",\"BluetoothConnected\",\"BluetoothSlash\",\"BluetoothX\",\"Boat\",\"Bone\",\"Book\",\"BookBookmark\",\"BookOpen\",\"BookOpenText\",\"Bookmark\",\"BookmarkSimple\",\"Bookmarks\",\"BookmarksSimple\",\"Books\",\"Boot\",\"BoundingBox\",\"BowlFood\",\"BracketsAngle\",\"BracketsCurly\",\"BracketsRound\",\"BracketsSquare\",\"Brain\",\"Brandy\",\"Bridge\",\"Briefcase\",\"BriefcaseMetal\",\"Broadcast\",\"Broom\",\"Browser\",\"Browsers\",\"Bug\",\"BugBeetle\",\"BugDroid\",\"Buildings\",\"Bus\",\"Butterfly\",\"Cactus\",\"Cake\",\"Calculator\",\"Calendar\",\"CalendarBlank\",\"CalendarCheck\",\"CalendarPlus\",\"CalendarX\",\"CallBell\",\"Camera\",\"CameraPlus\",\"CameraRotate\",\"CameraSlash\",\"Campfire\",\"Car\",\"CarProfile\",\"CarSimple\",\"Cardholder\",\"Cards\",\"CaretCircleDoubleUp\",\"CaretCircleDown\",\"CaretCircleLeft\",\"CaretCircleRight\",\"CaretCircleUp\",\"CaretCircleUpDown\",\"CaretDoubleDown\",\"CaretDoubleLeft\",\"CaretDoubleRight\",\"CaretDoubleUp\",\"CaretDown\",\"CaretLeft\",\"CaretRight\",\"CaretUp\",\"CaretUpDown\",\"Carrot\",\"CassetteTape\",\"CastleTurret\",\"Cat\",\"CellSignalFull\",\"CellSignalHigh\",\"CellSignalLow\",\"CellSignalMedium\",\"CellSignalNone\",\"CellSignalSlash\",\"CellSignalX\",\"Certificate\",\"Chair\",\"Chalkboard\",\"ChalkboardSimple\",\"ChalkboardTeacher\",\"Champagne\",\"ChargingStation\",\"ChartBar\",\"ChartBarHorizontal\",\"ChartDonut\",\"ChartLine\",\"ChartLineDown\",\"ChartLineUp\",\"ChartPie\",\"ChartPieSlice\",\"ChartPolar\",\"ChartScatter\",\"Chat\",\"ChatCentered\",\"ChatCenteredDots\",\"ChatCenteredText\",\"ChatCircle\",\"ChatCircleDots\",\"ChatCircleText\",\"ChatDots\",\"ChatTeardrop\",\"ChatTeardropDots\",\"ChatTeardropText\",\"ChatText\",\"Chats\",\"ChatsCircle\",\"ChatsTeardrop\",\"Check\",\"CheckCircle\",\"CheckFat\",\"CheckSquare\",\"CheckSquareOffset\",\"Checks\",\"Church\",\"Circle\",\"CircleDashed\",\"CircleHalf\",\"CircleHalfTilt\",\"CircleNotch\",\"CirclesFour\",\"CirclesThree\",\"CirclesThreePlus\",\"Circuitry\",\"Clipboard\",\"ClipboardText\",\"Clock\",\"ClockAfternoon\",\"ClockClockwise\",\"ClockCounterClockwise\",\"ClockCountdown\",\"ClosedCaptioning\",\"Cloud\",\"CloudArrowDown\",\"CloudArrowUp\",\"CloudCheck\",\"CloudFog\",\"CloudLightning\",\"CloudMoon\",\"CloudRain\",\"CloudSlash\",\"CloudSnow\",\"CloudSun\",\"CloudWarning\",\"CloudX\",\"Club\",\"CoatHanger\",\"CodaLogo\",\"Code\",\"CodeBlock\",\"CodeSimple\",\"CodepenLogo\",\"CodesandboxLogo\",\"Coffee\",\"Coin\",\"CoinVertical\",\"Coins\",\"Columns\",\"Command\",\"Compass\",\"CompassTool\",\"ComputerTower\",\"Confetti\",\"ContactlessPayment\",\"Control\",\"Cookie\",\"CookingPot\",\"Copy\",\"CopySimple\",\"Copyleft\",\"Copyright\",\"CornersIn\",\"CornersOut\",\"Couch\",\"Cpu\",\"CreditCard\",\"Crop\",\"Cross\",\"Crosshair\",\"CrosshairSimple\",\"Crown\",\"CrownSimple\",\"Cube\",\"CubeFocus\",\"CubeTransparent\",\"CurrencyBtc\",\"CurrencyCircleDollar\",\"CurrencyCny\",\"CurrencyDollar\",\"CurrencyDollarSimple\",\"CurrencyEth\",\"CurrencyEur\",\"CurrencyGbp\",\"CurrencyInr\",\"CurrencyJpy\",\"CurrencyKrw\",\"CurrencyKzt\",\"CurrencyNgn\",\"CurrencyRub\",\"Cursor\",\"CursorClick\",\"CursorText\",\"Cylinder\",\"Database\",\"Desktop\",\"DesktopTower\",\"Detective\",\"DevToLogo\",\"DeviceMobile\",\"DeviceMobileCamera\",\"DeviceMobileSpeaker\",\"DeviceTablet\",\"DeviceTabletCamera\",\"DeviceTabletSpeaker\",\"Devices\",\"Diamond\",\"DiamondsFour\",\"DiceFive\",\"DiceFour\",\"DiceOne\",\"DiceSix\",\"DiceThree\",\"DiceTwo\",\"Disc\",\"DiscordLogo\",\"Divide\",\"Dna\",\"Dog\",\"Door\",\"DoorOpen\",\"Dot\",\"DotOutline\",\"DotsNine\",\"DotsSix\",\"DotsSixVertical\",\"DotsThree\",\"DotsThreeCircle\",\"DotsThreeOutline\",\"DotsThreeVertical\",\"Download\",\"DownloadSimple\",\"Dress\",\"DribbbleLogo\",\"Drop\",\"DropHalf\",\"DropHalfBottom\",\"DropboxLogo\",\"Ear\",\"EarSlash\",\"Egg\",\"EggCrack\",\"Eject\",\"EjectSimple\",\"Elevator\",\"Engine\",\"Envelope\",\"EnvelopeOpen\",\"EnvelopeSimple\",\"EnvelopeSimpleOpen\",\"Equalizer\",\"Equals\",\"Eraser\",\"EscalatorDown\",\"EscalatorUp\",\"Exam\",\"Exclude\",\"ExcludeSquare\",\"Export\",\"Eye\",\"EyeClosed\",\"EyeSlash\",\"Eyedropper\",\"EyedropperSample\",\"Eyeglasses\",\"FaceMask\",\"FacebookLogo\",\"Factory\",\"Faders\",\"FadersHorizontal\",\"Fan\",\"FastForward\",\"FastForwardCircle\",\"Feather\",\"FigmaLogo\",\"File\",\"FileArchive\",\"FileArrowDown\",\"FileArrowUp\",\"FileAudio\",\"FileCloud\",\"FileCode\",\"FileCss\",\"FileCsv\",\"FileDashed\",\"FileDoc\",\"FileHtml\",\"FileImage\",\"FileJpg\",\"FileJs\",\"FileJsx\",\"FileLock\",\"FileMagnifyingGlass\",\"FileMinus\",\"FilePdf\",\"FilePlus\",\"FilePng\",\"FilePpt\",\"FileRs\",\"FileSql\",\"FileSvg\",\"FileText\",\"FileTs\",\"FileTsx\",\"FileVideo\",\"FileVue\",\"FileX\",\"FileXls\",\"FileZip\",\"Files\",\"FilmReel\",\"FilmScript\",\"FilmSlate\",\"FilmStrip\",\"Fingerprint\",\"FingerprintSimple\",\"FinnTheHuman\",\"Fire\",\"FireExtinguisher\",\"FireSimple\",\"FirstAid\",\"FirstAidKit\",\"Fish\",\"FishSimple\",\"Flag\",\"FlagBanner\",\"FlagCheckered\",\"FlagPennant\",\"Flame\",\"Flashlight\",\"Flask\",\"FloppyDisk\",\"FloppyDiskBack\",\"FlowArrow\",\"Flower\",\"FlowerLotus\",\"FlowerTulip\",\"FlyingSaucer\",\"Folder\",\"FolderDashed\",\"FolderLock\",\"FolderMinus\",\"FolderNotch\",\"FolderNotchMinus\",\"FolderNotchOpen\",\"FolderNotchPlus\",\"FolderOpen\",\"FolderPlus\",\"FolderSimple\",\"FolderSimpleDashed\",\"FolderSimpleLock\",\"FolderSimpleMinus\",\"FolderSimplePlus\",\"FolderSimpleStar\",\"FolderSimpleUser\",\"FolderStar\",\"FolderUser\",\"Folders\",\"Football\",\"Footprints\",\"ForkKnife\",\"FrameCorners\",\"FramerLogo\",\"Function\",\"Funnel\",\"FunnelSimple\",\"GameController\",\"Garage\",\"GasCan\",\"GasPump\",\"Gauge\",\"Gavel\",\"Gear\",\"GearFine\",\"GearSix\",\"GenderFemale\",\"GenderIntersex\",\"GenderMale\",\"GenderNeuter\",\"GenderNonbinary\",\"GenderTransgender\",\"Ghost\",\"Gif\",\"Gift\",\"GitBranch\",\"GitCommit\",\"GitDiff\",\"GitFork\",\"GitMerge\",\"GitPullRequest\",\"GithubLogo\",\"GitlabLogo\",\"GitlabLogoSimple\",\"Globe\",\"GlobeHemisphereEast\",\"GlobeHemisphereWest\",\"GlobeSimple\",\"GlobeStand\",\"Goggles\",\"GoodreadsLogo\",\"GoogleCardboardLogo\",\"GoogleChromeLogo\",\"GoogleDriveLogo\",\"GoogleLogo\",\"GooglePhotosLogo\",\"GooglePlayLogo\",\"GooglePodcastsLogo\",\"Gradient\",\"GraduationCap\",\"Grains\",\"GrainsSlash\",\"Graph\",\"GridFour\",\"GridNine\",\"Guitar\",\"Hamburger\",\"Hammer\",\"Hand\",\"HandCoins\",\"HandEye\",\"HandFist\",\"HandGrabbing\",\"HandHeart\",\"HandPalm\",\"HandPointing\",\"HandSoap\",\"HandSwipeLeft\",\"HandSwipeRight\",\"HandTap\",\"HandWaving\",\"Handbag\",\"HandbagSimple\",\"HandsClapping\",\"HandsPraying\",\"Handshake\",\"HardDrive\",\"HardDrives\",\"Hash\",\"HashStraight\",\"Headlights\",\"Headphones\",\"Headset\",\"Heart\",\"HeartBreak\",\"HeartHalf\",\"HeartStraight\",\"HeartStraightBreak\",\"Heartbeat\",\"Hexagon\",\"HighHeel\",\"HighlighterCircle\",\"Hoodie\",\"Horse\",\"Hourglass\",\"HourglassHigh\",\"HourglassLow\",\"HourglassMedium\",\"HourglassSimple\",\"HourglassSimpleHigh\",\"HourglassSimpleLow\",\"House\",\"HouseLine\",\"HouseSimple\",\"IceCream\",\"IdentificationBadge\",\"IdentificationCard\",\"Image\",\"ImageSquare\",\"Images\",\"ImagesSquare\",\"Infinity\",\"Info\",\"InstagramLogo\",\"Intersect\",\"IntersectSquare\",\"IntersectThree\",\"Jeep\",\"Kanban\",\"Key\",\"KeyReturn\",\"Keyboard\",\"Keyhole\",\"Knife\",\"Ladder\",\"LadderSimple\",\"Lamp\",\"Laptop\",\"Layout\",\"Leaf\",\"Lifebuoy\",\"Lightbulb\",\"LightbulbFilament\",\"Lighthouse\",\"Lightning\",\"LightningA\",\"LightningSlash\",\"LineSegment\",\"LineSegments\",\"Link\",\"LinkBreak\",\"LinkSimple\",\"LinkSimpleBreak\",\"LinkSimpleHorizontal\",\"LinkedinLogo\",\"LinuxLogo\",\"List\",\"ListBullets\",\"ListChecks\",\"ListDashes\",\"ListMagnifyingGlass\",\"ListNumbers\",\"ListPlus\",\"Lock\",\"LockKey\",\"LockKeyOpen\",\"LockLaminated\",\"LockLaminatedOpen\",\"LockOpen\",\"LockSimple\",\"LockSimpleOpen\",\"Lockers\",\"MagicWand\",\"Magnet\",\"MagnetStraight\",\"MagnifyingGlass\",\"MagnifyingGlassMinus\",\"MagnifyingGlassPlus\",\"MapPin\",\"MapPinLine\",\"MapTrifold\",\"MarkerCircle\",\"Martini\",\"MaskHappy\",\"MaskSad\",\"MathOperations\",\"Medal\",\"MedalMilitary\",\"MediumLogo\",\"Megaphone\",\"MegaphoneSimple\",\"MessengerLogo\",\"MetaLogo\",\"Metronome\",\"Microphone\",\"MicrophoneSlash\",\"MicrophoneStage\",\"MicrosoftExcelLogo\",\"MicrosoftOutlookLogo\",\"MicrosoftTeamsLogo\",\"MicrosoftWordLogo\",\"Minus\",\"MinusCircle\",\"MinusSquare\",\"Money\",\"Monitor\",\"MonitorPlay\",\"Moon\",\"MoonStars\",\"Moped\",\"MopedFront\",\"Mosque\",\"Motorcycle\",\"Mountains\",\"Mouse\",\"MouseSimple\",\"MusicNote\",\"MusicNoteSimple\",\"MusicNotes\",\"MusicNotesPlus\",\"MusicNotesSimple\",\"NavigationArrow\",\"Needle\",\"Newspaper\",\"NewspaperClipping\",\"Notches\",\"Note\",\"NoteBlank\",\"NotePencil\",\"Notebook\",\"Notepad\",\"Notification\",\"NotionLogo\",\"NumberCircleEight\",\"NumberCircleFive\",\"NumberCircleFour\",\"NumberCircleNine\",\"NumberCircleOne\",\"NumberCircleSeven\",\"NumberCircleSix\",\"NumberCircleThree\",\"NumberCircleTwo\",\"NumberCircleZero\",\"NumberEight\",\"NumberFive\",\"NumberFour\",\"NumberNine\",\"NumberOne\",\"NumberSeven\",\"NumberSix\",\"NumberSquareEight\",\"NumberSquareFive\",\"NumberSquareFour\",\"NumberSquareNine\",\"NumberSquareOne\",\"NumberSquareSeven\",\"NumberSquareSix\",\"NumberSquareThree\",\"NumberSquareTwo\",\"NumberSquareZero\",\"NumberThree\",\"NumberTwo\",\"NumberZero\",\"Nut\",\"NyTimesLogo\",\"Octagon\",\"OfficeChair\",\"Option\",\"OrangeSlice\",\"Package\",\"PaintBrush\",\"PaintBrushBroad\",\"PaintBrushHousehold\",\"PaintBucket\",\"PaintRoller\",\"Palette\",\"Pants\",\"PaperPlane\",\"PaperPlaneRight\",\"PaperPlaneTilt\",\"Paperclip\",\"PaperclipHorizontal\",\"Parachute\",\"Paragraph\",\"Parallelogram\",\"Park\",\"Password\",\"Path\",\"PatreonLogo\",\"Pause\",\"PauseCircle\",\"PawPrint\",\"PaypalLogo\",\"Peace\",\"Pen\",\"PenNib\",\"PenNibStraight\",\"Pencil\",\"PencilCircle\",\"PencilLine\",\"PencilSimple\",\"PencilSimpleLine\",\"PencilSimpleSlash\",\"PencilSlash\",\"Pentagram\",\"Pepper\",\"Percent\",\"Person\",\"PersonArmsSpread\",\"PersonSimple\",\"PersonSimpleBike\",\"PersonSimpleRun\",\"PersonSimpleThrow\",\"PersonSimpleWalk\",\"Perspective\",\"Phone\",\"PhoneCall\",\"PhoneDisconnect\",\"PhoneIncoming\",\"PhoneOutgoing\",\"PhonePlus\",\"PhoneSlash\",\"PhoneX\",\"PhosphorLogo\",\"Pi\",\"PianoKeys\",\"PictureInPicture\",\"PiggyBank\",\"Pill\",\"PinterestLogo\",\"Pinwheel\",\"Pizza\",\"Placeholder\",\"Planet\",\"Plant\",\"Play\",\"PlayCircle\",\"PlayPause\",\"Playlist\",\"Plug\",\"PlugCharging\",\"Plugs\",\"PlugsConnected\",\"Plus\",\"PlusCircle\",\"PlusMinus\",\"PlusSquare\",\"PokerChip\",\"PoliceCar\",\"Polygon\",\"Popcorn\",\"PottedPlant\",\"Power\",\"Prescription\",\"Presentation\",\"PresentationChart\",\"Printer\",\"Prohibit\",\"ProhibitInset\",\"ProjectorScreen\",\"ProjectorScreenChart\",\"Pulse\",\"PushPin\",\"PushPinSimple\",\"PushPinSimpleSlash\",\"PushPinSlash\",\"PuzzlePiece\",\"QrCode\",\"Question\",\"Queue\",\"Quotes\",\"Radical\",\"Radio\",\"RadioButton\",\"Radioactive\",\"Rainbow\",\"RainbowCloud\",\"ReadCvLogo\",\"Receipt\",\"ReceiptX\",\"Record\",\"Rectangle\",\"Recycle\",\"RedditLogo\",\"Repeat\",\"RepeatOnce\",\"Rewind\",\"RewindCircle\",\"RoadHorizon\",\"Robot\",\"Rocket\",\"RocketLaunch\",\"Rows\",\"Rss\",\"RssSimple\",\"Rug\",\"Ruler\",\"Scales\",\"Scan\",\"Scissors\",\"Scooter\",\"Screencast\",\"ScribbleLoop\",\"Scroll\",\"Seal\",\"SealCheck\",\"SealQuestion\",\"SealWarning\",\"Selection\",\"SelectionAll\",\"SelectionBackground\",\"SelectionForeground\",\"SelectionInverse\",\"SelectionPlus\",\"SelectionSlash\",\"Shapes\",\"Share\",\"ShareFat\",\"ShareNetwork\",\"Shield\",\"ShieldCheck\",\"ShieldCheckered\",\"ShieldChevron\",\"ShieldPlus\",\"ShieldSlash\",\"ShieldStar\",\"ShieldWarning\",\"ShirtFolded\",\"ShootingStar\",\"ShoppingBag\",\"ShoppingBagOpen\",\"ShoppingCart\",\"ShoppingCartSimple\",\"Shower\",\"Shrimp\",\"Shuffle\",\"ShuffleAngular\",\"ShuffleSimple\",\"Sidebar\",\"SidebarSimple\",\"Sigma\",\"SignIn\",\"SignOut\",\"Signature\",\"Signpost\",\"SimCard\",\"Siren\",\"SketchLogo\",\"SkipBack\",\"SkipBackCircle\",\"SkipForward\",\"SkipForwardCircle\",\"Skull\",\"SlackLogo\",\"Sliders\",\"SlidersHorizontal\",\"Slideshow\",\"Smiley\",\"SmileyAngry\",\"SmileyBlank\",\"SmileyMeh\",\"SmileyNervous\",\"SmileySad\",\"SmileySticker\",\"SmileyWink\",\"SmileyXEyes\",\"SnapchatLogo\",\"Sneaker\",\"SneakerMove\",\"Snowflake\",\"SoccerBall\",\"SortAscending\",\"SortDescending\",\"SoundcloudLogo\",\"Spade\",\"Sparkle\",\"SpeakerHifi\",\"SpeakerHigh\",\"SpeakerLow\",\"SpeakerNone\",\"SpeakerSimpleHigh\",\"SpeakerSimpleLow\",\"SpeakerSimpleNone\",\"SpeakerSimpleSlash\",\"SpeakerSimpleX\",\"SpeakerSlash\",\"SpeakerX\",\"Spinner\",\"SpinnerGap\",\"Spiral\",\"SplitHorizontal\",\"SplitVertical\",\"SpotifyLogo\",\"Square\",\"SquareHalf\",\"SquareHalfBottom\",\"SquareLogo\",\"SquareSplitVertical\",\"SquaresFour\",\"Stack\",\"StackOverflowLogo\",\"StackSimple\",\"Stairs\",\"Stamp\",\"Star\",\"StarAndCrescent\",\"StarFour\",\"StarHalf\",\"StarOfDavid\",\"SteeringWheel\",\"Steps\",\"Stethoscope\",\"Sticker\",\"Stool\",\"Stop\",\"StopCircle\",\"Storefront\",\"Strategy\",\"StripeLogo\",\"Student\",\"Subtitles\",\"Subtract\",\"SubtractSquare\",\"Suitcase\",\"SuitcaseRolling\",\"SuitcaseSimple\",\"Sun\",\"SunDim\",\"SunHorizon\",\"Sunglasses\",\"Swap\",\"Swatches\",\"SwimmingPool\",\"Sword\",\"Synagogue\",\"Syringe\",\"TShirt\",\"Table\",\"Tabs\",\"Tag\",\"TagChevron\",\"TagSimple\",\"Target\",\"Taxi\",\"TelegramLogo\",\"Television\",\"TelevisionSimple\",\"TennisBall\",\"Tent\",\"Terminal\",\"TerminalWindow\",\"TestTube\",\"TextAUnderline\",\"TextAa\",\"TextAlignCenter\",\"TextAlignJustify\",\"TextAlignLeft\",\"TextAlignRight\",\"TextB\",\"TextColumns\",\"TextH\",\"TextHFive\",\"TextHFour\",\"TextHOne\",\"TextHSix\",\"TextHThree\",\"TextHTwo\",\"TextIndent\",\"TextItalic\",\"TextOutdent\",\"TextStrikethrough\",\"TextT\",\"TextUnderline\",\"Textbox\",\"Thermometer\",\"ThermometerCold\",\"ThermometerHot\",\"ThermometerSimple\",\"ThumbsDown\",\"ThumbsUp\",\"Ticket\",\"TidalLogo\",\"TiktokLogo\",\"Timer\",\"Tipi\",\"ToggleLeft\",\"ToggleRight\",\"Toilet\",\"ToiletPaper\",\"Toolbox\",\"Tooth\",\"Tote\",\"ToteSimple\",\"Trademark\",\"TrademarkRegistered\",\"TrafficCone\",\"TrafficSign\",\"TrafficSignal\",\"Train\",\"TrainRegional\",\"TrainSimple\",\"Tram\",\"Translate\",\"Trash\",\"TrashSimple\",\"Tray\",\"Tree\",\"TreeEvergreen\",\"TreePalm\",\"TreeStructure\",\"TrendDown\",\"TrendUp\",\"Triangle\",\"Trophy\",\"Truck\",\"TwitchLogo\",\"TwitterLogo\",\"Umbrella\",\"UmbrellaSimple\",\"Unite\",\"UniteSquare\",\"Upload\",\"UploadSimple\",\"Usb\",\"User\",\"UserCircle\",\"UserCircleGear\",\"UserCircleMinus\",\"UserCirclePlus\",\"UserFocus\",\"UserGear\",\"UserList\",\"UserMinus\",\"UserPlus\",\"UserRectangle\",\"UserSquare\",\"UserSwitch\",\"Users\",\"UsersFour\",\"UsersThree\",\"Van\",\"Vault\",\"Vibrate\",\"Video\",\"VideoCamera\",\"VideoCameraSlash\",\"Vignette\",\"VinylRecord\",\"VirtualReality\",\"Virus\",\"Voicemail\",\"Volleyball\",\"Wall\",\"Wallet\",\"Warehouse\",\"Warning\",\"WarningCircle\",\"WarningDiamond\",\"WarningOctagon\",\"Watch\",\"WaveSawtooth\",\"WaveSine\",\"WaveSquare\",\"WaveTriangle\",\"Waveform\",\"Waves\",\"Webcam\",\"WebcamSlash\",\"WebhooksLogo\",\"WechatLogo\",\"WhatsappLogo\",\"Wheelchair\",\"WheelchairMotion\",\"WifiHigh\",\"WifiLow\",\"WifiMedium\",\"WifiNone\",\"WifiSlash\",\"WifiX\",\"Wind\",\"WindowsLogo\",\"Wine\",\"Wrench\",\"X\",\"XCircle\",\"XSquare\",\"YinYang\",\"YoutubeLogo\",];const moduleBaseUrl=\"https://framer.com/m/phosphor-icons/\";const weightOptions=[\"thin\",\"light\",\"regular\",\"bold\",\"fill\",\"duotone\",];const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * PHOSPHOR\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n */ export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,weight,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);const[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HouseFactory(React):null);async function importModule(){// Get the selected module\ntry{const version=\"0.0.53\";const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@${version}`;const module=await import(/* webpackIgnore: true */ iconModuleUrl);if(isMounted.current)setSelectedIcon(module.default(React));}catch(err){if(isMounted.current)setSelectedIcon(null);}}useEffect(()=>{isMounted.current=true;importModule();return()=>{isMounted.current=false;};},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(motion.div,{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 256 256\",style:{userSelect:\"none\",width:\"100%\",height:\"100%\",display:\"inline-block\",fill:color,color,flexShrink:0,transform:mirrored?\"scale(-1, 1)\":undefined},focusable:\"false\",color:color,children:/*#__PURE__*/ _jsx(SelectedIcon,{color:color,weight:weight})}):emptyState});}Icon.displayName=\"Phosphor\";Icon.defaultProps={width:24,height:24,iconSelection:\"House\",iconSearch:\"House\",color:\"#66F\",selectByList:true,weight:\"regular\",mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Phosphor site](https://phosphoricons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},weight:{type:ControlType.Enum,title:\"Weight\",optionTitles:weightOptions.map(piece=>piece.charAt(0).toUpperCase()+piece.slice(1)),options:weightOptions,defaultValue:Icon.defaultProps.weight},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"24\",\"framerIntrinsicHeight\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Phosphor.map", "// Generated by Framer (01933e6)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-ReSFw .framer-styles-preset-1herz6b:not(.rich-text-wrapper), .framer-ReSFw .framer-styles-preset-1herz6b.rich-text-wrapper a { --framer-link-current-text-color: var(--token-283586da-b299-416b-b66e-3e21fccb9623, #4e4e4e) /* {\"name\":\"Secondary\"} */; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: var(--token-1aa5a11c-8db7-45c7-9c29-0fd98391bbbf, #0b84fe) /* {\"name\":\"Blue\"} */; --framer-link-hover-text-decoration: underline; --framer-link-text-color: var(--token-2dee5c4a-ec61-47f9-818b-fddca6a7763b, #222222); --framer-link-text-decoration: none; }'];export const className=\"framer-ReSFw\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (01933e6)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,ResolveLinks,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/pVerDu7LwT3JWFCbz9wb/BiAd0wlLl3hDEVqWgTwI/EGalxdNQH.js\";import ButtonRegular from\"https://framerusercontent.com/modules/n7O09ZDwhd2I1BKZqcan/mPZkmT0waDzq1xZtbY3u/jfDQiKKWT.js\";const ButtonRegularFonts=getFonts(ButtonRegular);const cycleOrder=[\"heEJmemxy\",\"OdWjl0T0F\",\"rlOlOrSZs\",\"qsdJhB6YK\"];const serializationHash=\"framer-cFYY4\";const variantClassNames={heEJmemxy:\"framer-v-19c1wwy\",OdWjl0T0F:\"framer-v-1l576lz\",qsdJhB6YK:\"framer-v-re5hjk\",rlOlOrSZs:\"framer-v-2kc7j0\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Mobile Open\":\"qsdJhB6YK\",Desktop:\"heEJmemxy\",Mobile:\"rlOlOrSZs\",Tablet:\"OdWjl0T0F\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"heEJmemxy\"};};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:\"heEJmemxy\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTape9f8tx=activeVariantCallback(async(...args)=>{setVariant(\"qsdJhB6YK\");});const onTapr2iko6=activeVariantCallback(async(...args)=>{setVariant(\"rlOlOrSZs\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"rlOlOrSZs\",\"qsdJhB6YK\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"rlOlOrSZs\")return false;return true;};const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-19c1wwy\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"heEJmemxy\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0.15)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-193826bd-e33a-464d-9832-2b52bd72bc94, rgb(255, 255, 255))\",...style},...addPropertyOverrides({OdWjl0T0F:{\"data-framer-name\":\"Tablet\"},qsdJhB6YK:{\"data-framer-name\":\"Mobile Open\"},rlOlOrSZs:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-145kykf\",\"data-framer-name\":\"Row\",layoutDependency:layoutDependency,layoutId:\"u88alRP1k\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18hv81g\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"nJK2RG5fG\",children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3v00ah\",\"data-border\":true,\"data-framer-name\":\"Burger\",layoutDependency:layoutDependency,layoutId:\"W_O_ReIXA\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-8a58ad31-2f2e-4a6a-9cf2-4b5a30de81aa, rgb(40, 50, 32))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-5b302bbb-d4df-4957-a858-071688e919c3, rgb(169, 248, 186))\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6},variants:{qsdJhB6YK:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-1aa5a11c-8db7-45c7-9c29-0fd98391bbbf, rgb(11, 132, 254))\"},rlOlOrSZs:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-2dee5c4a-ec61-47f9-818b-fddca6a7763b, rgb(34, 34, 34))\"}},...addPropertyOverrides({qsdJhB6YK:{\"data-highlight\":true,onTap:onTapr2iko6},rlOlOrSZs:{\"data-highlight\":true,onTap:onTape9f8tx}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-x4qp1u\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"zlHvbkRf0\",style:{backgroundColor:\"var(--token-8a58ad31-2f2e-4a6a-9cf2-4b5a30de81aa, rgb(40, 50, 32))\",borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3,rotate:0},variants:{qsdJhB6YK:{backgroundColor:\"rgb(255, 255, 255)\",rotate:-45},rlOlOrSZs:{backgroundColor:\"rgb(255, 255, 255)\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-kkp5ya\",\"data-framer-name\":\"Middle\",layoutDependency:layoutDependency,layoutId:\"IuIUKDv6Y\",style:{backgroundColor:\"var(--token-8a58ad31-2f2e-4a6a-9cf2-4b5a30de81aa, rgb(40, 50, 32))\",borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3},variants:{qsdJhB6YK:{backgroundColor:\"rgb(255, 255, 255)\"},rlOlOrSZs:{backgroundColor:\"rgb(255, 255, 255)\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-14jnq6i\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"j4ivGh7o9\",style:{backgroundColor:\"var(--token-8a58ad31-2f2e-4a6a-9cf2-4b5a30de81aa, rgb(40, 50, 32))\",borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3,rotate:0},variants:{qsdJhB6YK:{backgroundColor:\"rgb(255, 255, 255)\",rotate:45},rlOlOrSZs:{backgroundColor:\"rgb(255, 255, 255)\"}}})]}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"sGwC2wJRJ\"},nodeId:\"R9xBcEkIA\",openInNewTab:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1ndokka framer-6gga8i\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"R9xBcEkIA\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1a73ei8\",\"data-framer-name\":\"DataForBrokersIcon N2\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"UwkbEqdFj\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 38 23\"><path d=\"M 36.751 0.005 C 37.089 -0.025 37.424 0.09 37.668 0.32 C 37.909 0.547 38.031 0.868 38 1.193 L 36.885 12.939 C 36.843 13.365 36.549 13.728 36.132 13.87 C 35.713 14.015 35.245 13.916 34.927 13.615 L 32.307 11.122 L 26.905 16.259 C 27.086 15.849 26.988 15.374 26.658 15.063 L 21.417 10.077 L 26.31 5.42 L 23.692 2.93 C 23.377 2.632 23.272 2.184 23.423 1.784 C 23.579 1.382 23.959 1.103 24.401 1.066 Z\" fill=\"rgb(63,158,255)\"></path><path d=\"M 25.471 16.212 L 13.718 5.034 C 13.266 4.606 12.543 4.606 12.091 5.034 L 0.337 16.212 C 0.122 16.415 0 16.694 0 16.986 C 0 17.277 0.122 17.556 0.337 17.759 L 4.705 21.916 C 4.921 22.122 5.213 22.237 5.517 22.236 C 5.822 22.237 6.115 22.121 6.332 21.914 L 12.903 15.663 L 19.476 21.916 C 19.702 22.129 19.995 22.236 20.291 22.236 C 20.595 22.237 20.887 22.121 21.103 21.914 L 25.471 17.759 C 25.686 17.556 25.808 17.277 25.808 16.986 C 25.808 16.694 25.686 16.415 25.471 16.212 Z\" fill=\"var(--token-1aa5a11c-8db7-45c7-9c29-0fd98391bbbf, rgb(11, 132, 254)) /* {&quot;name&quot;:&quot;Blue&quot;} */\"></path></svg>',svgContentId:12626156952,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7RnJhdW5jZXMtdmFyaWFibGUtcmVndWxhclZGPUltOXdjM29pSURFME5Dd2dJbmRuYUhRaUlEWTVNeXdnSWxOUFJsUWlJRFUzTENBaVYwOU9TeUlnTUE9PQ==\",\"--framer-font-family\":'\"Fraunces Variable\", \"Fraunces Placeholder\", serif',\"--framer-font-size\":\"26px\",\"--framer-font-variation-axes\":'var(--extracted-f6h9gt, \"opsz\" 144, \"wght\" 693, \"SOFT\" 57, \"WONK\" 0)',\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-2dee5c4a-ec61-47f9-818b-fddca6a7763b, rgb(34, 34, 34)))\"},children:\"Data for Brokers\"})}),className:\"framer-1lqj0r4\",fonts:[\"GF;Fraunces-variable-regular\"],layoutDependency:layoutDependency,layoutId:\"huPi4C3gI\",style:{\"--extracted-1of0zx5\":\"var(--token-2dee5c4a-ec61-47f9-818b-fddca6a7763b, rgb(34, 34, 34))\",\"--extracted-f6h9gt\":'\"opsz\" 144, \"wght\" 693, \"SOFT\" 57, \"WONK\" 0'},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({OdWjl0T0F:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7RnJhdW5jZXMtdmFyaWFibGUtcmVndWxhclZGPUltOXdjM29pSURFME5Dd2dJbmRuYUhRaUlEWTVNeXdnSWxOUFJsUWlJRFUzTENBaVYwOU9TeUlnTUE9PQ==\",\"--framer-font-family\":'\"Fraunces Variable\", \"Fraunces Placeholder\", serif',\"--framer-font-size\":\"24px\",\"--framer-font-variation-axes\":'var(--extracted-f6h9gt, \"opsz\" 144, \"wght\" 693, \"SOFT\" 57, \"WONK\" 0)',\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-2dee5c4a-ec61-47f9-818b-fddca6a7763b, rgb(34, 34, 34)))\"},children:\"Data for Brokers\"})})},qsdJhB6YK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7RnJhdW5jZXMtdmFyaWFibGUtcmVndWxhclZGPUltOXdjM29pSURFME5Dd2dJbmRuYUhRaUlEWTVNeXdnSWxOUFJsUWlJRFUzTENBaVYwOU9TeUlnTUE9PQ==\",\"--framer-font-family\":'\"Fraunces Variable\", \"Fraunces Placeholder\", serif',\"--framer-font-size\":\"22px\",\"--framer-font-variation-axes\":'var(--extracted-f6h9gt, \"opsz\" 144, \"wght\" 693, \"SOFT\" 57, \"WONK\" 0)',\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-2dee5c4a-ec61-47f9-818b-fddca6a7763b, rgb(34, 34, 34)))\"},children:\"Data for Brokers\"})})},rlOlOrSZs:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7RnJhdW5jZXMtdmFyaWFibGUtcmVndWxhclZGPUltOXdjM29pSURFME5Dd2dJbmRuYUhRaUlEWTVNeXdnSWxOUFJsUWlJRFUzTENBaVYwOU9TeUlnTUE9PQ==\",\"--framer-font-family\":'\"Fraunces Variable\", \"Fraunces Placeholder\", serif',\"--framer-font-size\":\"22px\",\"--framer-font-variation-axes\":'var(--extracted-f6h9gt, \"opsz\" 144, \"wght\" 693, \"SOFT\" 57, \"WONK\" 0)',\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-2dee5c4a-ec61-47f9-818b-fddca6a7763b, rgb(34, 34, 34)))\"},children:\"Data for Brokers\"})})}},baseVariant,gestureVariant)})]})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vumksw\",\"data-framer-name\":\"Nav\",layoutDependency:layoutDependency,layoutId:\"mn739QTI5\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},variants:{qsdJhB6YK:{backgroundColor:\"rgb(237, 237, 237)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-v0hxef\",\"data-framer-name\":\"Menu\",layoutDependency:layoutDependency,layoutId:\"WeJz6P6g4\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(40, 50, 32))\",\"--framer-text-transform\":\"uppercase\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"rYNRF8sCz\"},nodeId:\"iZlEVhdUY\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1herz6b\",\"data-styles-preset\":\"EGalxdNQH\",children:\"How it WOrks\"})})})}),className:\"framer-adfioe\",\"data-framer-name\":\"Link\",fonts:[\"GF;DM Sans-700\"],layoutDependency:layoutDependency,layoutId:\"iZlEVhdUY\",style:{\"--extracted-r6o4lv\":\"rgb(40, 50, 32)\",\"--framer-paragraph-spacing\":\"0px\"},variants:{qsdJhB6YK:{\"--extracted-r6o4lv\":\"var(--token-2dee5c4a-ec61-47f9-818b-fddca6a7763b, rgb(34, 34, 34))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({qsdJhB6YK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2dee5c4a-ec61-47f9-818b-fddca6a7763b, rgb(34, 34, 34)))\",\"--framer-text-transform\":\"uppercase\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"rYNRF8sCz\"},nodeId:\"iZlEVhdUY\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1herz6b\",\"data-styles-preset\":\"EGalxdNQH\",children:\"How it WOrks\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(40, 50, 32))\",\"--framer-text-transform\":\"uppercase\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"o7XWdnbMl\"},nodeId:\"jhpNPiTNB\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1herz6b\",\"data-styles-preset\":\"EGalxdNQH\",children:\"About\"})})})}),className:\"framer-wcfl9f\",\"data-framer-name\":\"Link\",fonts:[\"GF;DM Sans-700\"],layoutDependency:layoutDependency,layoutId:\"jhpNPiTNB\",style:{\"--extracted-r6o4lv\":\"rgb(40, 50, 32)\",\"--framer-paragraph-spacing\":\"0px\"},variants:{qsdJhB6YK:{\"--extracted-r6o4lv\":\"var(--token-2dee5c4a-ec61-47f9-818b-fddca6a7763b, rgb(34, 34, 34))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({qsdJhB6YK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2dee5c4a-ec61-47f9-818b-fddca6a7763b, rgb(34, 34, 34)))\",\"--framer-text-transform\":\"uppercase\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"o7XWdnbMl\"},nodeId:\"jhpNPiTNB\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1herz6b\",\"data-styles-preset\":\"EGalxdNQH\",children:\"About\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(40, 50, 32))\",\"--framer-text-transform\":\"uppercase\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"dPWr2fSSq\"},nodeId:\"p4vxR1yFW\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1herz6b\",\"data-styles-preset\":\"EGalxdNQH\",children:\"Contact\"})})})}),className:\"framer-1pve6dr\",\"data-framer-name\":\"Link\",fonts:[\"GF;DM Sans-700\"],layoutDependency:layoutDependency,layoutId:\"p4vxR1yFW\",style:{\"--extracted-r6o4lv\":\"rgb(40, 50, 32)\",\"--framer-paragraph-spacing\":\"0px\"},variants:{qsdJhB6YK:{\"--extracted-r6o4lv\":\"var(--token-2dee5c4a-ec61-47f9-818b-fddca6a7763b, rgb(34, 34, 34))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({qsdJhB6YK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2dee5c4a-ec61-47f9-818b-fddca6a7763b, rgb(34, 34, 34)))\",\"--framer-text-transform\":\"uppercase\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"dPWr2fSSq\"},nodeId:\"p4vxR1yFW\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1herz6b\",\"data-styles-preset\":\"EGalxdNQH\",children:\"Contact\"})})})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"YXRa_CSj_\"},implicitPathVariables:undefined},{href:{webPageId:\"YXRa_CSj_\"},implicitPathVariables:undefined},{href:{webPageId:\"YXRa_CSj_\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-40-46)/2)+0+0,...addPropertyOverrides({qsdJhB6YK:{width:`calc(min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px, 1170px) - 60px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+20+0+0+58+30+296}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1w5l7u9-container\",layoutDependency:layoutDependency,layoutId:\"nrT3vCWZA-container\",children:/*#__PURE__*/_jsx(ButtonRegular,{GgNobp5CB:\"View Packages\",height:\"100%\",id:\"nrT3vCWZA\",jASabA12b:resolvedLinks[0],layoutId:\"nrT3vCWZA\",variant:\"TgR2khC1b\",width:\"100%\",...addPropertyOverrides({OdWjl0T0F:{jASabA12b:resolvedLinks[1]},qsdJhB6YK:{jASabA12b:resolvedLinks[2],style:{width:\"100%\"}}},baseVariant,gestureVariant)})})})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-cFYY4.framer-6gga8i, .framer-cFYY4 .framer-6gga8i { display: block; }\",\".framer-cFYY4.framer-19c1wwy { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 20px 40px 20px 40px; position: relative; width: 1440px; }\",\".framer-cFYY4 .framer-145kykf { 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: 1170px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-cFYY4 .framer-18hv81g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-cFYY4 .framer-3v00ah { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 38px); overflow: hidden; position: relative; width: 38px; will-change: var(--framer-will-change-override, transform); }\",\".framer-cFYY4 .framer-x4qp1u { bottom: 10px; flex: none; height: 3px; left: calc(50.00000000000002% - 22px / 2); overflow: visible; position: absolute; width: 22px; }\",\".framer-cFYY4 .framer-kkp5ya { flex: none; height: 3px; left: calc(50.00000000000002% - 22px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 3px / 2); width: 22px; }\",\".framer-cFYY4 .framer-14jnq6i { flex: none; height: 3px; left: calc(50.00000000000002% - 22px / 2); overflow: visible; position: absolute; top: 10px; width: 22px; }\",\".framer-cFYY4 .framer-1ndokka { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-cFYY4 .framer-1a73ei8 { flex: none; height: 23px; position: relative; width: 38px; }\",\".framer-cFYY4 .framer-1lqj0r4 { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-cFYY4 .framer-vumksw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-cFYY4 .framer-v0hxef { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 28px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-cFYY4 .framer-adfioe, .framer-cFYY4 .framer-wcfl9f, .framer-cFYY4 .framer-1pve6dr { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-cFYY4 .framer-1w5l7u9-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-cFYY4.framer-19c1wwy, .framer-cFYY4 .framer-18hv81g, .framer-cFYY4 .framer-1ndokka, .framer-cFYY4 .framer-vumksw, .framer-cFYY4 .framer-v0hxef { gap: 0px; } .framer-cFYY4.framer-19c1wwy > *, .framer-cFYY4 .framer-18hv81g > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-cFYY4.framer-19c1wwy > :first-child, .framer-cFYY4 .framer-18hv81g > :first-child, .framer-cFYY4 .framer-1ndokka > :first-child, .framer-cFYY4 .framer-vumksw > :first-child, .framer-cFYY4 .framer-v0hxef > :first-child { margin-left: 0px; } .framer-cFYY4.framer-19c1wwy > :last-child, .framer-cFYY4 .framer-18hv81g > :last-child, .framer-cFYY4 .framer-1ndokka > :last-child, .framer-cFYY4 .framer-vumksw > :last-child, .framer-cFYY4 .framer-v0hxef > :last-child { margin-right: 0px; } .framer-cFYY4 .framer-1ndokka > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-cFYY4 .framer-vumksw > * { margin: 0px; margin-left: calc(36px / 2); margin-right: calc(36px / 2); } .framer-cFYY4 .framer-v0hxef > * { margin: 0px; margin-left: calc(28px / 2); margin-right: calc(28px / 2); } }\",\".framer-cFYY4.framer-v-1l576lz.framer-19c1wwy { width: 810px; }\",\".framer-cFYY4.framer-v-1l576lz .framer-vumksw { gap: 24px; }\",\".framer-cFYY4.framer-v-1l576lz .framer-v0hxef { gap: 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-cFYY4.framer-v-1l576lz .framer-vumksw, .framer-cFYY4.framer-v-1l576lz .framer-v0hxef { gap: 0px; } .framer-cFYY4.framer-v-1l576lz .framer-vumksw > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-cFYY4.framer-v-1l576lz .framer-vumksw > :first-child, .framer-cFYY4.framer-v-1l576lz .framer-v0hxef > :first-child { margin-left: 0px; } .framer-cFYY4.framer-v-1l576lz .framer-vumksw > :last-child, .framer-cFYY4.framer-v-1l576lz .framer-v0hxef > :last-child { margin-right: 0px; } .framer-cFYY4.framer-v-1l576lz .framer-v0hxef > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } }\",\".framer-cFYY4.framer-v-2kc7j0.framer-19c1wwy { flex-direction: column; gap: unset; justify-content: space-between; padding: 20px; width: 390px; }\",\".framer-cFYY4.framer-v-2kc7j0 .framer-145kykf { flex-direction: column; }\",\".framer-cFYY4.framer-v-2kc7j0 .framer-18hv81g, .framer-cFYY4.framer-v-re5hjk .framer-18hv81g { gap: unset; justify-content: space-between; width: 100%; }\",\".framer-cFYY4.framer-v-2kc7j0 .framer-3v00ah, .framer-cFYY4.framer-v-re5hjk .framer-3v00ah { cursor: pointer; order: 2; }\",\".framer-cFYY4.framer-v-2kc7j0 .framer-1ndokka, .framer-cFYY4.framer-v-re5hjk .framer-1ndokka { order: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-cFYY4.framer-v-2kc7j0.framer-19c1wwy, .framer-cFYY4.framer-v-2kc7j0 .framer-145kykf, .framer-cFYY4.framer-v-2kc7j0 .framer-18hv81g { gap: 0px; } .framer-cFYY4.framer-v-2kc7j0.framer-19c1wwy > *, .framer-cFYY4.framer-v-2kc7j0.framer-19c1wwy > :first-child, .framer-cFYY4.framer-v-2kc7j0.framer-19c1wwy > :last-child, .framer-cFYY4.framer-v-2kc7j0 .framer-145kykf > *, .framer-cFYY4.framer-v-2kc7j0 .framer-145kykf > :first-child, .framer-cFYY4.framer-v-2kc7j0 .framer-145kykf > :last-child, .framer-cFYY4.framer-v-2kc7j0 .framer-18hv81g > *, .framer-cFYY4.framer-v-2kc7j0 .framer-18hv81g > :first-child, .framer-cFYY4.framer-v-2kc7j0 .framer-18hv81g > :last-child { margin: 0px; } }\",\".framer-cFYY4.framer-v-re5hjk.framer-19c1wwy { flex-direction: column; gap: 20px; justify-content: flex-start; padding: 20px; width: 390px; }\",\".framer-cFYY4.framer-v-re5hjk .framer-145kykf { flex-direction: column; gap: 20px; justify-content: flex-start; }\",\".framer-cFYY4.framer-v-re5hjk .framer-x4qp1u { bottom: unset; top: calc(50.00000000000002% - 3px / 2); }\",\".framer-cFYY4.framer-v-re5hjk .framer-kkp5ya { left: calc(50.00000000000002% - 1px / 2); width: 1px; }\",\".framer-cFYY4.framer-v-re5hjk .framer-14jnq6i { top: calc(50.00000000000002% - 3px / 2); }\",\".framer-cFYY4.framer-v-re5hjk .framer-vumksw { flex-direction: column; gap: 30px; padding: 30px; width: 100%; }\",\".framer-cFYY4.framer-v-re5hjk .framer-v0hxef { flex-direction: column; gap: 25px; width: 100%; }\",\".framer-cFYY4.framer-v-re5hjk .framer-adfioe, .framer-cFYY4.framer-v-re5hjk .framer-wcfl9f, .framer-cFYY4.framer-v-re5hjk .framer-1pve6dr { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-cFYY4.framer-v-re5hjk .framer-1w5l7u9-container { width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-cFYY4.framer-v-re5hjk.framer-19c1wwy, .framer-cFYY4.framer-v-re5hjk .framer-145kykf, .framer-cFYY4.framer-v-re5hjk .framer-18hv81g, .framer-cFYY4.framer-v-re5hjk .framer-vumksw, .framer-cFYY4.framer-v-re5hjk .framer-v0hxef { gap: 0px; } .framer-cFYY4.framer-v-re5hjk.framer-19c1wwy > *, .framer-cFYY4.framer-v-re5hjk .framer-145kykf > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-cFYY4.framer-v-re5hjk.framer-19c1wwy > :first-child, .framer-cFYY4.framer-v-re5hjk .framer-145kykf > :first-child, .framer-cFYY4.framer-v-re5hjk .framer-vumksw > :first-child, .framer-cFYY4.framer-v-re5hjk .framer-v0hxef > :first-child { margin-top: 0px; } .framer-cFYY4.framer-v-re5hjk.framer-19c1wwy > :last-child, .framer-cFYY4.framer-v-re5hjk .framer-145kykf > :last-child, .framer-cFYY4.framer-v-re5hjk .framer-vumksw > :last-child, .framer-cFYY4.framer-v-re5hjk .framer-v0hxef > :last-child { margin-bottom: 0px; } .framer-cFYY4.framer-v-re5hjk .framer-18hv81g > *, .framer-cFYY4.framer-v-re5hjk .framer-18hv81g > :first-child, .framer-cFYY4.framer-v-re5hjk .framer-18hv81g > :last-child { margin: 0px; } .framer-cFYY4.framer-v-re5hjk .framer-vumksw > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-cFYY4.framer-v-re5hjk .framer-v0hxef > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } }\",...sharedStyle.css,'.framer-cFYY4[data-border=\"true\"]::after, .framer-cFYY4 [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 86\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"OdWjl0T0F\":{\"layout\":[\"fixed\",\"auto\"]},\"rlOlOrSZs\":{\"layout\":[\"fixed\",\"auto\"]},\"qsdJhB6YK\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerNo9SFAd2o=withCSS(Component,css,\"framer-cFYY4\");export default FramerNo9SFAd2o;FramerNo9SFAd2o.displayName=\"Header/Menu\";FramerNo9SFAd2o.defaultProps={height:86,width:1440};addPropertyControls(FramerNo9SFAd2o,{variant:{options:[\"heEJmemxy\",\"OdWjl0T0F\",\"rlOlOrSZs\",\"qsdJhB6YK\"],optionTitles:[\"Desktop\",\"Tablet\",\"Mobile\",\"Mobile Open\"],title:\"Variant\",type:ControlType.Enum}});const variationAxes=[{defaultValue:9,maxValue:144,minValue:9,name:\"Optical Size\",tag:\"opsz\"},{defaultValue:900,maxValue:900,minValue:100,name:\"Weight\",tag:\"wght\"},{defaultValue:0,maxValue:100,minValue:0,name:\"Softness\",tag:\"SOFT\"},{defaultValue:1,maxValue:1,minValue:0,name:\"Wonky\",tag:\"WONK\"}];addFonts(FramerNo9SFAd2o,[{explicitInter:true,fonts:[{family:\"Fraunces\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/fraunces/v31/6NUV8FyLNQOQZAnv9awPnugMyM1A.ttf\",variationAxes,weight:\"400\"},{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwARZthS2f3ZGMZpg.woff2\",weight:\"700\"}]},...ButtonRegularFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerNo9SFAd2o\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1440\",\"framerIntrinsicHeight\":\"86\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"OdWjl0T0F\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rlOlOrSZs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qsdJhB6YK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (01933e6)\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{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/pVerDu7LwT3JWFCbz9wb/BiAd0wlLl3hDEVqWgTwI/EGalxdNQH.js\";const PhosphorFonts=getFonts(Phosphor);const cycleOrder=[\"LDir_5Tv0\",\"v59n9WtH7\",\"kTtz7jjHh\"];const serializationHash=\"framer-Z4w88\";const variantClassNames={kTtz7jjHh:\"framer-v-s5lk5r\",LDir_5Tv0:\"framer-v-46ibsr\",v59n9WtH7:\"framer-v-1192qis\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={bounce:0,delay:0,duration:.45,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.05,skewX:0,skewY:0,transition:transition2};const transition3={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.2,skewX:0,skewY:0,transition:transition3};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition3};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"LDir_5Tv0\",Phone:\"kTtz7jjHh\",Tablet:\"v59n9WtH7\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"LDir_5Tv0\"};};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:\"LDir_5Tv0\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.footer,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-46ibsr\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"LDir_5Tv0\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{background:\"radial-gradient(50% 100% at 50% 0%, rgb(255, 255, 255) 62.73226351351352%, rgb(247, 247, 247) 100%)\",...style},...addPropertyOverrides({kTtz7jjHh:{\"data-framer-name\":\"Phone\"},v59n9WtH7:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cfwp0z\",\"data-framer-name\":\"Main section\",layoutDependency:layoutDependency,layoutId:\"eyL7EFNRA\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4b9ubx\",\"data-framer-name\":\"widget\",layoutDependency:layoutDependency,layoutId:\"jE5WR6HiC\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"sGwC2wJRJ\"},nodeId:\"O7gQd_AvH\",openInNewTab:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-ugnbz4 framer-1b8h397\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"O7gQd_AvH\",whileHover:animation,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-bknhfy\",\"data-framer-name\":\"DataForBrokersIcon N2\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"QFi9Z8TXC\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 38 23\"><path d=\"M 36.751 0.005 C 37.089 -0.025 37.424 0.09 37.668 0.32 C 37.909 0.547 38.031 0.868 38 1.193 L 36.885 12.939 C 36.843 13.365 36.549 13.728 36.132 13.87 C 35.713 14.015 35.245 13.916 34.927 13.615 L 32.307 11.122 L 26.905 16.259 C 27.086 15.849 26.988 15.374 26.658 15.063 L 21.417 10.077 L 26.31 5.42 L 23.692 2.93 C 23.377 2.632 23.272 2.184 23.423 1.784 C 23.579 1.382 23.959 1.103 24.401 1.066 Z\" fill=\"rgb(63,158,255)\"></path><path d=\"M 25.471 16.212 L 13.718 5.034 C 13.266 4.606 12.543 4.606 12.091 5.034 L 0.337 16.212 C 0.122 16.415 0 16.694 0 16.986 C 0 17.277 0.122 17.556 0.337 17.759 L 4.705 21.916 C 4.921 22.122 5.213 22.237 5.517 22.236 C 5.822 22.237 6.115 22.121 6.332 21.914 L 12.903 15.663 L 19.476 21.916 C 19.702 22.129 19.995 22.236 20.291 22.236 C 20.595 22.237 20.887 22.121 21.103 21.914 L 25.471 17.759 C 25.686 17.556 25.808 17.277 25.808 16.986 C 25.808 16.694 25.686 16.415 25.471 16.212 Z\" fill=\"var(--token-1aa5a11c-8db7-45c7-9c29-0fd98391bbbf, rgb(11, 132, 254)) /* {&quot;name&quot;:&quot;Blue&quot;} */\"></path></svg>',svgContentId:12626156952,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7RnJhdW5jZXMtdmFyaWFibGUtcmVndWxhclZGPUltOXdjM29pSURFME5Dd2dJbmRuYUhRaUlEY3pNaXdnSWxOUFJsUWlJRE16TENBaVYwOU9TeUlnTUE9PQ==\",\"--framer-font-family\":'\"Fraunces Variable\", \"Fraunces Placeholder\", serif',\"--framer-font-size\":\"26px\",\"--framer-font-variation-axes\":'var(--extracted-f6h9gt, \"opsz\" 144, \"wght\" 732, \"SOFT\" 33, \"WONK\" 0)',\"--framer-letter-spacing\":\"0.2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-2dee5c4a-ec61-47f9-818b-fddca6a7763b, rgb(34, 34, 34)))\"},children:\"Data for Brokers\"})}),className:\"framer-1a1v7cm\",fonts:[\"GF;Fraunces-variable-regular\"],layoutDependency:layoutDependency,layoutId:\"AnAllqkfn\",style:{\"--extracted-1of0zx5\":\"var(--token-2dee5c4a-ec61-47f9-818b-fddca6a7763b, rgb(34, 34, 34))\",\"--extracted-f6h9gt\":'\"opsz\" 144, \"wght\" 732, \"SOFT\" 33, \"WONK\" 0'},verticalAlignment:\"center\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy12YXJpYWJsZS1yZWd1bGFyVkY9SW05d2Mzb2lJRFF3TENBaWQyZG9kQ0lnTkRBdw==\",\"--framer-font-family\":'\"DM Sans Variable\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"opsz\" 40, \"wght\" 400)',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2dee5c4a-ec61-47f9-818b-fddca6a7763b, rgb(34, 34, 34)))\"},children:\"Effortless deal generation tailored for mortgage brokers. Set your preferences, control costs, and let our AI-powered system deliver guaranteed results on autopilot. Watch your brokerage grow with a comprehensive, data-driven approach.\"})}),className:\"framer-10oqiee\",\"data-framer-name\":\"Text\",fonts:[\"GF;DM Sans-variable-regular\"],layoutDependency:layoutDependency,layoutId:\"X_3Z6DAl5\",style:{\"--extracted-2gg91v\":'\"opsz\" 40, \"wght\" 400',\"--extracted-r6o4lv\":\"var(--token-2dee5c4a-ec61-47f9-818b-fddca6a7763b, rgb(34, 34, 34))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/data-for-brokers/\",nodeId:\"Dv6gsJeF7\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-12f764j framer-1b8h397\",\"data-framer-name\":\"LinkedIn\",layoutDependency:layoutDependency,layoutId:\"Dv6gsJeF7\",whileHover:animation1,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qi0eic-container\",layoutDependency:layoutDependency,layoutId:\"FPmpAj727-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-1aa5a11c-8db7-45c7-9c29-0fd98391bbbf, rgb(11, 132, 254))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"LinkedinLogo\",id:\"FPmpAj727\",layoutId:\"FPmpAj727\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gfk4xe\",\"data-framer-name\":\"Widget Wrapper\",layoutDependency:layoutDependency,layoutId:\"NOsC1Buvn\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lz5d5i\",\"data-framer-name\":\"Column\",layoutDependency:layoutDependency,layoutId:\"N7bMYE_sr\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RnJhdW5jZXMtdmFyaWFibGUtcmVndWxhclZGPUltOXdjM29pSURFME5Dd2dJbmRuYUhRaUlEWXdNQ3dnSWxOUFJsUWlJRFl5TENBaVYwOU9TeUlnTUE9PQ==\",\"--framer-font-family\":'\"Fraunces Variable\", \"Fraunces Placeholder\", serif',\"--framer-font-size\":\"18px\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"opsz\" 144, \"wght\" 600, \"SOFT\" 62, \"WONK\" 0)',\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2dee5c4a-ec61-47f9-818b-fddca6a7763b, rgb(34, 34, 34)))\"},children:\"Service\"})}),className:\"framer-zgc8l\",\"data-framer-name\":\"Title\",fonts:[\"GF;Fraunces-variable-regular\"],layoutDependency:layoutDependency,layoutId:\"iZkMnBLd7\",style:{\"--extracted-2gg91v\":'\"opsz\" 144, \"wght\" 600, \"SOFT\" 62, \"WONK\" 0',\"--extracted-r6o4lv\":\"var(--token-2dee5c4a-ec61-47f9-818b-fddca6a7763b, rgb(34, 34, 34))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19oqtn1\",\"data-framer-name\":\"Nav\",layoutDependency:layoutDependency,layoutId:\"cI65yCWSx\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy12YXJpYWJsZS1yZWd1bGFyVkY9SW05d2Mzb2lJRFF3TENBaWQyZG9kQ0lnTkRBdw==\",\"--framer-font-family\":'\"DM Sans Variable\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"opsz\" 40, \"wght\" 400)',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-283586da-b299-416b-b66e-3e21fccb9623, rgb(78, 78, 78)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"sGwC2wJRJ\"},nodeId:\"CY2GjypxE\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1herz6b\",\"data-styles-preset\":\"EGalxdNQH\",children:\"Home\"})})})}),className:\"framer-1muc06q\",\"data-framer-name\":\"Link\",fonts:[\"GF;DM Sans-variable-regular\"],layoutDependency:layoutDependency,layoutId:\"CY2GjypxE\",style:{\"--extracted-2gg91v\":'\"opsz\" 40, \"wght\" 400',\"--extracted-r6o4lv\":\"var(--token-283586da-b299-416b-b66e-3e21fccb9623, rgb(78, 78, 78))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy12YXJpYWJsZS1yZWd1bGFyVkY9SW05d2Mzb2lJRFF3TENBaWQyZG9kQ0lnTkRBdw==\",\"--framer-font-family\":'\"DM Sans Variable\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"opsz\" 40, \"wght\" 400)',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-283586da-b299-416b-b66e-3e21fccb9623, rgb(78, 78, 78)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"rYNRF8sCz\"},nodeId:\"rKFPdS9kj\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1herz6b\",\"data-styles-preset\":\"EGalxdNQH\",children:\"How it works\"})})})}),className:\"framer-ffyqaf\",\"data-framer-name\":\"Link\",fonts:[\"GF;DM Sans-variable-regular\"],layoutDependency:layoutDependency,layoutId:\"rKFPdS9kj\",style:{\"--extracted-2gg91v\":'\"opsz\" 40, \"wght\" 400',\"--extracted-r6o4lv\":\"var(--token-283586da-b299-416b-b66e-3e21fccb9623, rgb(78, 78, 78))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy12YXJpYWJsZS1yZWd1bGFyVkY9SW05d2Mzb2lJRFF3TENBaWQyZG9kQ0lnTkRBdw==\",\"--framer-font-family\":'\"DM Sans Variable\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"opsz\" 40, \"wght\" 400)',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-283586da-b299-416b-b66e-3e21fccb9623, rgb(78, 78, 78)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"YXRa_CSj_\"},nodeId:\"DtSo0ws7J\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1herz6b\",\"data-styles-preset\":\"EGalxdNQH\",children:\"Pricing\"})})})}),className:\"framer-gq0f7u\",\"data-framer-name\":\"Link\",fonts:[\"GF;DM Sans-variable-regular\"],layoutDependency:layoutDependency,layoutId:\"DtSo0ws7J\",style:{\"--extracted-2gg91v\":'\"opsz\" 40, \"wght\" 400',\"--extracted-r6o4lv\":\"var(--token-283586da-b299-416b-b66e-3e21fccb9623, rgb(78, 78, 78))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-22g237\",\"data-framer-name\":\"Column\",layoutDependency:layoutDependency,layoutId:\"UX6ueDnrY\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RnJhdW5jZXMtdmFyaWFibGUtcmVndWxhclZGPUltOXdjM29pSURFME5Dd2dJbmRuYUhRaUlEWXdNQ3dnSWxOUFJsUWlJRFl5TENBaVYwOU9TeUlnTUE9PQ==\",\"--framer-font-family\":'\"Fraunces Variable\", \"Fraunces Placeholder\", serif',\"--framer-font-size\":\"18px\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"opsz\" 144, \"wght\" 600, \"SOFT\" 62, \"WONK\" 0)',\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2dee5c4a-ec61-47f9-818b-fddca6a7763b, rgb(34, 34, 34)))\"},children:\"Company\"})}),className:\"framer-11xoi8t\",\"data-framer-name\":\"Title\",fonts:[\"GF;Fraunces-variable-regular\"],layoutDependency:layoutDependency,layoutId:\"kiCsk0XEJ\",style:{\"--extracted-2gg91v\":'\"opsz\" 144, \"wght\" 600, \"SOFT\" 62, \"WONK\" 0',\"--extracted-r6o4lv\":\"var(--token-2dee5c4a-ec61-47f9-818b-fddca6a7763b, rgb(34, 34, 34))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qdw721\",\"data-framer-name\":\"Nav\",layoutDependency:layoutDependency,layoutId:\"ewNTgTnqL\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy12YXJpYWJsZS1yZWd1bGFyVkY9SW05d2Mzb2lJRFF3TENBaWQyZG9kQ0lnTkRBdw==\",\"--framer-font-family\":'\"DM Sans Variable\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"opsz\" 40, \"wght\" 400)',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-283586da-b299-416b-b66e-3e21fccb9623, rgb(78, 78, 78)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"o7XWdnbMl\"},nodeId:\"uuD9mR0Yx\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1herz6b\",\"data-styles-preset\":\"EGalxdNQH\",children:\"About us\"})})})}),className:\"framer-qz2jxa\",\"data-framer-name\":\"Link\",fonts:[\"GF;DM Sans-variable-regular\"],layoutDependency:layoutDependency,layoutId:\"uuD9mR0Yx\",style:{\"--extracted-2gg91v\":'\"opsz\" 40, \"wght\" 400',\"--extracted-r6o4lv\":\"var(--token-283586da-b299-416b-b66e-3e21fccb9623, rgb(78, 78, 78))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy12YXJpYWJsZS1yZWd1bGFyVkY9SW05d2Mzb2lJRFF3TENBaWQyZG9kQ0lnTkRBdw==\",\"--framer-font-family\":'\"DM Sans Variable\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"opsz\" 40, \"wght\" 400)',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-283586da-b299-416b-b66e-3e21fccb9623, rgb(78, 78, 78)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"dPWr2fSSq\"},nodeId:\"rI_pQIbl6\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1herz6b\",\"data-styles-preset\":\"EGalxdNQH\",children:\"Contact us\"})})})}),className:\"framer-vjztwf\",\"data-framer-name\":\"Link\",fonts:[\"GF;DM Sans-variable-regular\"],layoutDependency:layoutDependency,layoutId:\"rI_pQIbl6\",style:{\"--extracted-2gg91v\":'\"opsz\" 40, \"wght\" 400',\"--extracted-r6o4lv\":\"var(--token-283586da-b299-416b-b66e-3e21fccb9623, rgb(78, 78, 78))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qkymh9\",\"data-framer-name\":\"Column\",layoutDependency:layoutDependency,layoutId:\"TJtKYL2OH\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RnJhdW5jZXMtdmFyaWFibGUtcmVndWxhclZGPUltOXdjM29pSURFME5Dd2dJbmRuYUhRaUlEWXdNQ3dnSWxOUFJsUWlJRFl5TENBaVYwOU9TeUlnTUE9PQ==\",\"--framer-font-family\":'\"Fraunces Variable\", \"Fraunces Placeholder\", serif',\"--framer-font-size\":\"18px\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"opsz\" 144, \"wght\" 600, \"SOFT\" 62, \"WONK\" 0)',\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2dee5c4a-ec61-47f9-818b-fddca6a7763b, rgb(34, 34, 34)))\"},children:\"Resources\"})}),className:\"framer-1ys4hu\",\"data-framer-name\":\"Title\",fonts:[\"GF;Fraunces-variable-regular\"],layoutDependency:layoutDependency,layoutId:\"JgRJ6a_Pp\",style:{\"--extracted-2gg91v\":'\"opsz\" 144, \"wght\" 600, \"SOFT\" 62, \"WONK\" 0',\"--extracted-r6o4lv\":\"var(--token-2dee5c4a-ec61-47f9-818b-fddca6a7763b, rgb(34, 34, 34))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18drgoq\",\"data-framer-name\":\"Nav\",layoutDependency:layoutDependency,layoutId:\"eeokH3Tpk\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy12YXJpYWJsZS1yZWd1bGFyVkY9SW05d2Mzb2lJRFF3TENBaWQyZG9kQ0lnTkRBdw==\",\"--framer-font-family\":'\"DM Sans Variable\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"opsz\" 40, \"wght\" 400)',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-283586da-b299-416b-b66e-3e21fccb9623, rgb(78, 78, 78)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"rHlTYK1hU\"},nodeId:\"Fk9bIRpDO\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1herz6b\",\"data-styles-preset\":\"EGalxdNQH\",children:\"Terms\"})})})}),className:\"framer-miigcn\",\"data-framer-name\":\"Link\",fonts:[\"GF;DM Sans-variable-regular\"],layoutDependency:layoutDependency,layoutId:\"Fk9bIRpDO\",style:{\"--extracted-2gg91v\":'\"opsz\" 40, \"wght\" 400',\"--extracted-r6o4lv\":\"var(--token-283586da-b299-416b-b66e-3e21fccb9623, rgb(78, 78, 78))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy12YXJpYWJsZS1yZWd1bGFyVkY9SW05d2Mzb2lJRFF3TENBaWQyZG9kQ0lnTkRBdw==\",\"--framer-font-family\":'\"DM Sans Variable\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"opsz\" 40, \"wght\" 400)',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-283586da-b299-416b-b66e-3e21fccb9623, rgb(78, 78, 78)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"KNeEd58f7\"},nodeId:\"K5igQZGBY\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1herz6b\",\"data-styles-preset\":\"EGalxdNQH\",children:\"Privacy\"})})})}),className:\"framer-1e23abd\",\"data-framer-name\":\"Link\",fonts:[\"GF;DM Sans-variable-regular\"],layoutDependency:layoutDependency,layoutId:\"K5igQZGBY\",style:{\"--extracted-2gg91v\":'\"opsz\" 40, \"wght\" 400',\"--extracted-r6o4lv\":\"var(--token-283586da-b299-416b-b66e-3e21fccb9623, rgb(78, 78, 78))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy12YXJpYWJsZS1yZWd1bGFyVkY9SW05d2Mzb2lJRFF3TENBaWQyZG9kQ0lnTkRBdw==\",\"--framer-font-family\":'\"DM Sans Variable\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"opsz\" 40, \"wght\" 400)',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-283586da-b299-416b-b66e-3e21fccb9623, rgb(78, 78, 78)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Q9kkNEqgo\"},nodeId:\"RO7FcDtbQ\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1herz6b\",\"data-styles-preset\":\"EGalxdNQH\",children:\"Cookies\"})})})}),className:\"framer-1fu9t0e\",\"data-framer-name\":\"Link\",fonts:[\"GF;DM Sans-variable-regular\"],layoutDependency:layoutDependency,layoutId:\"RO7FcDtbQ\",style:{\"--extracted-2gg91v\":'\"opsz\" 40, \"wght\" 400',\"--extracted-r6o4lv\":\"var(--token-283586da-b299-416b-b66e-3e21fccb9623, rgb(78, 78, 78))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gcrkjy\",\"data-framer-name\":\"Column\",layoutDependency:layoutDependency,layoutId:\"BQH9V63zT\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RnJhdW5jZXMtdmFyaWFibGUtcmVndWxhclZGPUltOXdjM29pSURFME5Dd2dJbmRuYUhRaUlEWXdNQ3dnSWxOUFJsUWlJRFl5TENBaVYwOU9TeUlnTUE9PQ==\",\"--framer-font-family\":'\"Fraunces Variable\", \"Fraunces Placeholder\", serif',\"--framer-font-size\":\"18px\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"opsz\" 144, \"wght\" 600, \"SOFT\" 62, \"WONK\" 0)',\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2dee5c4a-ec61-47f9-818b-fddca6a7763b, rgb(34, 34, 34)))\"},children:\"Partners\"})}),className:\"framer-i7bkwb\",\"data-framer-name\":\"Title\",fonts:[\"GF;Fraunces-variable-regular\"],layoutDependency:layoutDependency,layoutId:\"KDiQT0w__\",style:{\"--extracted-2gg91v\":'\"opsz\" 144, \"wght\" 600, \"SOFT\" 62, \"WONK\" 0',\"--extracted-r6o4lv\":\"var(--token-2dee5c4a-ec61-47f9-818b-fddca6a7763b, rgb(34, 34, 34))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1txlvoi\",\"data-framer-name\":\"Partners\",layoutDependency:layoutDependency,layoutId:\"mmuxhABXR\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.microsoft.com/en-us/startups\",nodeId:\"HVkQ7p6mh\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-144dh63 framer-1b8h397\",\"data-framer-name\":\"Microsoft\",layoutDependency:layoutDependency,layoutId:\"HVkQ7p6mh\",style:{opacity:.9},whileHover:animation2,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1xpb4sh\",\"data-framer-name\":\"Microsoft\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"eahiHK8MX\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 94 24\"><g><defs><linearGradient id=\"idss10579556080_1g1936580401\" x1=\"0\" x2=\"1\" y1=\"1.1102230246251565e-16\" y2=\"0.9999999999999999\"><stop offset=\"0\" stop-color=\"rgb(242,80,34)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(250,103,61)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 11.586 0.153 L 0.39 0.153 L 0.39 11.408 L 11.587 11.408 L 11.587 0.153 Z\" fill=\"url(#idss10579556080_1g1936580401)\"></path></g><g><defs><linearGradient id=\"idss10579556080_2g625140656\" x1=\"0.9929785811171902\" x2=\"0.007021418882809827\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(127,186,0)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(154,217,18)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 23.961 0.153 L 12.764 0.153 L 12.764 11.408 L 23.961 11.408 Z\" fill=\"url(#idss10579556080_2g625140656)\"></path></g><g><defs><linearGradient id=\"idss10579556080_3g-1622501951\" x1=\"0.9929785811171902\" x2=\"0.007021418882809827\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(60,189,248)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(0,164,239)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 11.586 12.593 L 0.39 12.593 L 0.39 23.847 L 11.587 23.847 L 11.587 12.593 Z\" fill=\"url(#idss10579556080_3g-1622501951)\"></path></g><g><defs><linearGradient id=\"idss10579556080_4g1573789743\" x1=\"0\" x2=\"1\" y1=\"1.1102230246251565e-16\" y2=\"0.9999999999999999\"><stop offset=\"0\" stop-color=\"rgb(255,205,71)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(255,185,0)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 23.961 12.593 L 12.764 12.593 L 12.764 23.847 L 23.961 23.847 Z\" fill=\"url(#idss10579556080_4g1573789743)\"></path></g><path d=\"M 41.915 1.566 L 41.915 12.881 L 39.96 12.881 L 39.96 4.001 L 39.934 4.001 L 36.442 12.881 L 35.139 12.881 L 31.569 4.001 L 31.543 4.001 L 31.543 12.881 L 29.745 12.881 L 29.745 1.565 L 32.559 1.565 L 35.791 9.948 L 35.843 9.948 L 39.256 1.566 Z M 43.529 2.429 C 43.529 2.115 43.633 1.853 43.868 1.644 C 44.087 1.438 44.376 1.325 44.676 1.329 C 45.014 1.329 45.301 1.433 45.51 1.644 C 45.718 1.853 45.848 2.115 45.848 2.429 C 45.848 2.743 45.744 3.005 45.51 3.215 C 45.283 3.425 44.984 3.538 44.676 3.529 C 44.337 3.529 44.076 3.425 43.868 3.215 C 43.659 2.979 43.529 2.717 43.529 2.43 Z M 45.64 4.761 L 45.64 12.881 L 43.738 12.881 L 43.738 4.761 L 45.64 4.761 Z M 51.398 11.492 C 51.686 11.492 51.999 11.44 52.337 11.283 C 52.675 11.152 52.988 10.969 53.275 10.759 L 53.275 12.54 C 52.952 12.729 52.6 12.862 52.233 12.933 C 51.813 13.019 51.385 13.063 50.956 13.064 C 49.757 13.064 48.793 12.697 48.064 11.937 C 47.307 11.178 46.943 10.209 46.943 9.056 C 46.943 7.747 47.333 6.673 48.09 5.834 C 48.845 4.996 49.913 4.577 51.32 4.577 C 51.686 4.577 52.051 4.63 52.389 4.708 C 52.754 4.787 53.04 4.918 53.25 5.023 L 53.25 6.856 C 52.962 6.647 52.649 6.463 52.363 6.359 C 52.05 6.254 51.738 6.175 51.425 6.175 C 50.669 6.175 50.069 6.411 49.601 6.908 C 49.132 7.406 48.923 8.061 48.923 8.899 C 48.923 9.711 49.158 10.366 49.601 10.812 C 50.043 11.257 50.643 11.492 51.398 11.492 Z M 58.67 4.631 C 58.827 4.631 58.957 4.631 59.088 4.657 C 59.218 4.683 59.322 4.709 59.4 4.735 L 59.4 6.673 C 59.269 6.573 59.118 6.502 58.957 6.464 C 58.749 6.412 58.54 6.359 58.253 6.359 C 57.785 6.359 57.394 6.569 57.081 6.961 C 56.768 7.354 56.586 7.957 56.586 8.795 L 56.586 12.881 L 54.684 12.881 L 54.684 4.761 L 56.586 4.761 L 56.586 6.044 L 56.612 6.044 C 56.774 5.63 57.044 5.268 57.394 4.996 C 57.774 4.75 58.218 4.623 58.67 4.63 Z M 59.504 8.952 C 59.504 7.617 59.895 6.543 60.625 5.756 C 61.381 4.971 62.423 4.578 63.752 4.578 C 65.003 4.578 65.993 4.945 66.697 5.704 C 67.4 6.464 67.765 7.486 67.765 8.769 C 67.765 10.079 67.374 11.127 66.644 11.912 C 65.889 12.698 64.872 13.091 63.569 13.091 C 62.318 13.091 61.328 12.724 60.599 11.991 C 59.869 11.231 59.504 10.209 59.504 8.952 Z M 61.485 8.873 C 61.485 9.712 61.667 10.367 62.058 10.812 C 62.449 11.257 62.996 11.493 63.699 11.493 C 64.377 11.493 64.924 11.284 65.29 10.812 C 65.654 10.367 65.836 9.712 65.836 8.821 C 65.836 7.957 65.654 7.302 65.29 6.831 C 64.924 6.385 64.377 6.15 63.725 6.15 C 63.022 6.15 62.501 6.385 62.11 6.857 C 61.667 7.354 61.485 8.009 61.485 8.873 Z M 70.603 6.909 C 70.603 7.171 70.682 7.407 70.864 7.564 C 71.047 7.721 71.412 7.905 72.011 8.14 C 72.767 8.455 73.313 8.795 73.601 9.162 C 73.913 9.555 74.07 10 74.07 10.55 C 74.07 11.31 73.783 11.912 73.183 12.383 C 72.61 12.855 71.802 13.065 70.812 13.065 C 70.473 13.065 70.109 13.012 69.692 12.934 C 69.333 12.872 68.983 12.766 68.65 12.62 L 68.65 10.733 C 68.995 10.977 69.372 11.171 69.77 11.31 C 70.161 11.441 70.525 11.519 70.864 11.519 C 71.282 11.519 71.62 11.467 71.802 11.336 C 72.011 11.205 72.115 11.022 72.115 10.733 C 72.115 10.471 72.011 10.262 71.802 10.052 C 71.594 9.869 71.177 9.66 70.603 9.424 C 69.9 9.135 69.405 8.795 69.118 8.428 C 68.832 8.062 68.676 7.59 68.676 7.014 C 68.676 6.281 68.962 5.678 69.535 5.207 C 70.109 4.735 70.864 4.499 71.777 4.499 C 72.063 4.499 72.376 4.525 72.715 4.604 C 73.053 4.683 73.366 4.761 73.601 4.84 L 73.601 6.7 C 73.319 6.525 73.022 6.377 72.715 6.255 C 72.399 6.133 72.063 6.07 71.724 6.071 C 71.36 6.071 71.073 6.15 70.89 6.281 C 70.708 6.464 70.603 6.647 70.603 6.909 Z M 74.878 8.953 C 74.878 7.616 75.268 6.543 75.998 5.756 C 76.753 4.971 77.796 4.578 79.125 4.578 C 80.376 4.578 81.366 4.945 82.069 5.704 C 82.773 6.464 83.138 7.486 83.138 8.769 C 83.138 10.079 82.747 11.127 82.017 11.912 C 81.262 12.697 80.246 13.091 78.943 13.091 C 77.692 13.091 76.701 12.724 75.972 11.991 C 75.268 11.231 74.878 10.209 74.878 8.952 Z M 76.858 8.873 C 76.858 9.712 77.04 10.367 77.431 10.812 C 77.822 11.257 78.369 11.493 79.073 11.493 C 79.75 11.493 80.298 11.284 80.662 10.812 C 81.027 10.367 81.209 9.712 81.209 8.821 C 81.209 7.957 81.027 7.302 80.662 6.831 C 80.298 6.385 79.75 6.15 79.099 6.15 C 78.395 6.15 77.874 6.385 77.483 6.857 C 77.066 7.354 76.858 8.009 76.858 8.873 Z M 89.47 6.333 L 86.63 6.333 L 86.63 12.881 L 84.701 12.881 L 84.701 6.333 L 83.346 6.333 L 83.346 4.761 L 84.701 4.761 L 84.701 3.634 C 84.701 2.796 84.988 2.089 85.535 1.54 C 86.082 0.989 86.786 0.727 87.646 0.727 C 87.881 0.727 88.089 0.753 88.271 0.753 C 88.454 0.753 88.61 0.806 88.74 0.858 L 88.74 2.509 C 88.63 2.459 88.517 2.415 88.402 2.378 C 88.225 2.323 88.04 2.296 87.855 2.299 C 87.463 2.299 87.151 2.43 86.942 2.665 C 86.734 2.901 86.63 3.295 86.63 3.766 L 86.63 4.735 L 89.47 4.735 L 89.47 2.901 L 91.372 2.325 L 91.372 4.735 L 93.301 4.735 L 93.301 6.306 L 91.372 6.306 L 91.372 10.105 C 91.372 10.602 91.476 10.943 91.633 11.152 C 91.816 11.362 92.102 11.467 92.493 11.467 C 92.597 11.467 92.727 11.441 92.884 11.388 C 93.04 11.336 93.17 11.284 93.275 11.205 L 93.275 12.776 C 93.144 12.855 92.962 12.907 92.675 12.96 C 92.4 13.012 92.121 13.038 91.842 13.039 C 91.033 13.039 90.434 12.829 90.043 12.41 C 89.652 11.991 89.444 11.336 89.444 10.471 Z\" fill=\"var(--token-2dee5c4a-ec61-47f9-818b-fddca6a7763b, rgb(34, 34, 34)) /* {&quot;name&quot;:&quot;Primary&quot;} */\"></path><path d=\"M 31.598 20.193 L 34.271 20.193 L 34.271 21.233 L 31.598 21.233 Z M 31.694 23.273 L 30.405 23.273 L 30.405 17.673 L 34.613 17.673 L 34.613 18.713 L 31.694 18.713 Z M 38.056 23.369 C 37.638 23.373 37.222 23.299 36.831 23.153 C 36.471 23.016 36.141 22.809 35.86 22.545 C 35.59 22.283 35.374 21.971 35.224 21.625 C 35.073 21.26 34.997 20.868 35.001 20.473 C 35.001 20.057 35.076 19.673 35.224 19.321 C 35.378 18.969 35.593 18.662 35.868 18.401 C 36.149 18.136 36.478 17.93 36.839 17.793 C 37.225 17.646 37.635 17.573 38.048 17.577 C 38.46 17.572 38.871 17.645 39.257 17.793 C 39.614 17.928 39.942 18.135 40.218 18.401 C 40.786 18.938 41.103 19.689 41.093 20.473 C 41.093 20.889 41.017 21.276 40.863 21.633 C 40.709 21.985 40.494 22.292 40.219 22.553 C 39.94 22.814 39.613 23.018 39.257 23.153 C 38.873 23.3 38.466 23.373 38.056 23.369 Z M 38.048 22.265 C 38.297 22.265 38.525 22.222 38.732 22.137 C 39.156 21.969 39.491 21.629 39.654 21.201 C 39.745 20.983 39.789 20.74 39.789 20.473 C 39.789 20.206 39.745 19.964 39.654 19.745 C 39.573 19.532 39.448 19.338 39.288 19.177 C 39.133 19.016 38.946 18.891 38.739 18.809 C 38.519 18.722 38.284 18.678 38.048 18.681 C 37.798 18.681 37.567 18.724 37.356 18.809 C 37.15 18.893 36.963 19.018 36.806 19.177 C 36.647 19.337 36.523 19.526 36.433 19.745 C 36.348 19.963 36.306 20.206 36.306 20.473 C 36.306 20.735 36.348 20.977 36.433 21.201 C 36.523 21.419 36.645 21.609 36.799 21.769 C 36.958 21.929 37.144 22.052 37.356 22.137 C 37.567 22.222 37.798 22.265 38.048 22.265 Z M 41.982 23.273 L 41.982 17.673 L 44.392 17.673 C 44.891 17.673 45.32 17.756 45.68 17.921 C 46.041 18.081 46.32 18.313 46.516 18.617 C 46.712 18.921 46.81 19.284 46.81 19.705 C 46.81 20.121 46.712 20.481 46.516 20.785 C 46.32 21.083 46.041 21.313 45.68 21.473 C 45.32 21.633 44.89 21.713 44.392 21.713 L 42.698 21.713 L 43.27 21.145 L 43.27 23.273 Z M 45.521 23.273 L 44.129 21.241 L 45.505 21.241 L 46.914 23.273 L 45.522 23.273 Z M 43.27 21.289 L 42.698 20.681 L 44.32 20.681 C 44.718 20.681 45.014 20.596 45.211 20.425 C 45.407 20.249 45.505 20.009 45.505 19.705 C 45.505 19.396 45.407 19.156 45.211 18.985 C 45.015 18.814 44.718 18.729 44.32 18.729 L 42.698 18.729 L 43.27 18.113 Z M 51.754 23.369 C 51.321 23.371 50.89 23.311 50.474 23.193 C 50.065 23.07 49.736 22.913 49.487 22.721 L 49.924 21.745 C 50.163 21.916 50.444 22.057 50.767 22.169 C 51.096 22.276 51.427 22.329 51.761 22.329 C 52.016 22.329 52.221 22.305 52.374 22.257 C 52.533 22.204 52.65 22.132 52.724 22.041 C 52.797 21.953 52.836 21.843 52.835 21.729 C 52.84 21.589 52.774 21.457 52.66 21.377 C 52.522 21.276 52.365 21.202 52.199 21.161 C 51.989 21.097 51.777 21.044 51.563 21.001 C 51.33 20.946 51.099 20.882 50.871 20.809 C 50.651 20.738 50.44 20.641 50.242 20.521 C 50.052 20.404 49.892 20.246 49.773 20.057 C 49.657 19.865 49.598 19.62 49.598 19.321 C 49.598 19.001 49.683 18.71 49.853 18.449 C 50.028 18.182 50.288 17.972 50.632 17.817 C 50.982 17.657 51.42 17.577 51.944 17.577 C 52.294 17.577 52.639 17.62 52.978 17.705 C 53.318 17.785 53.618 17.908 53.877 18.073 L 53.479 19.057 C 53.235 18.914 52.973 18.804 52.7 18.729 C 52.452 18.656 52.195 18.618 51.936 18.617 C 51.688 18.617 51.483 18.646 51.324 18.705 C 51.165 18.763 51.051 18.841 50.982 18.937 C 50.913 19.029 50.876 19.141 50.879 19.257 C 50.879 19.401 50.936 19.519 51.054 19.609 C 51.171 19.694 51.324 19.764 51.515 19.817 C 51.706 19.87 51.915 19.924 52.144 19.977 C 52.377 20.03 52.607 20.092 52.835 20.161 C 53.069 20.23 53.281 20.324 53.472 20.441 C 53.662 20.558 53.816 20.713 53.933 20.905 C 54.055 21.097 54.116 21.34 54.116 21.633 C 54.116 21.948 54.029 22.236 53.853 22.497 C 53.678 22.759 53.416 22.969 53.066 23.129 C 52.722 23.289 52.284 23.369 51.754 23.369 Z M 55.993 23.273 L 55.993 18.729 L 54.212 18.729 L 54.212 17.673 L 59.064 17.673 L 59.064 18.729 L 57.281 18.729 L 57.281 23.273 L 55.994 23.273 Z M 58.666 23.273 L 61.148 17.673 L 62.42 17.673 L 64.91 23.273 L 63.558 23.273 L 61.522 18.329 L 62.031 18.329 L 59.986 23.273 Z M 59.907 22.073 L 60.249 21.089 L 63.112 21.089 L 63.462 22.073 Z M 65.408 23.273 L 65.408 17.673 L 67.817 17.673 C 68.316 17.673 68.746 17.756 69.106 17.921 C 69.467 18.081 69.745 18.313 69.942 18.617 C 70.137 18.921 70.236 19.284 70.236 19.705 C 70.236 20.121 70.138 20.481 69.942 20.785 C 69.745 21.083 69.467 21.313 69.107 21.473 C 68.745 21.633 68.316 21.713 67.818 21.713 L 66.124 21.713 L 66.697 21.145 L 66.697 23.273 Z M 68.948 23.273 L 67.556 21.241 L 68.932 21.241 L 70.339 23.273 Z M 66.697 21.289 L 66.124 20.681 L 67.747 20.681 C 68.144 20.681 68.441 20.596 68.637 20.425 C 68.833 20.249 68.931 20.009 68.931 19.705 C 68.931 19.396 68.833 19.156 68.637 18.985 C 68.441 18.814 68.143 18.729 67.746 18.729 L 66.124 18.729 L 66.697 18.113 Z M 72.253 23.273 L 72.253 18.729 L 70.471 18.729 L 70.471 17.673 L 75.323 17.673 L 75.323 18.729 L 73.541 18.729 L 73.541 23.273 Z M 78.317 23.369 C 77.527 23.369 76.909 23.148 76.464 22.705 C 76.019 22.262 75.796 21.63 75.796 20.809 L 75.796 17.673 L 77.084 17.673 L 77.084 20.761 C 77.084 21.294 77.193 21.678 77.41 21.913 C 77.627 22.148 77.933 22.265 78.325 22.265 C 78.717 22.265 79.022 22.148 79.24 21.913 C 79.457 21.678 79.566 21.295 79.566 20.761 L 79.566 17.673 L 80.839 17.673 L 80.839 20.809 C 80.839 21.631 80.616 22.262 80.17 22.705 C 79.725 23.148 79.107 23.369 78.317 23.369 Z M 82.032 23.273 L 82.032 17.673 L 84.442 17.673 C 84.941 17.673 85.37 17.756 85.731 17.921 C 86.091 18.081 86.369 18.313 86.566 18.617 C 86.762 18.921 86.86 19.284 86.86 19.705 C 86.86 20.121 86.762 20.481 86.566 20.785 C 86.369 21.089 86.091 21.323 85.731 21.489 C 85.37 21.649 84.941 21.729 84.442 21.729 L 82.748 21.729 L 83.321 21.145 L 83.321 23.273 Z M 83.321 21.289 L 82.748 20.673 L 84.371 20.673 C 84.768 20.673 85.065 20.588 85.262 20.417 C 85.458 20.246 85.556 20.009 85.556 19.705 C 85.556 19.396 85.458 19.156 85.262 18.985 C 85.065 18.814 84.768 18.729 84.371 18.729 L 82.748 18.729 L 83.321 18.113 Z M 89.607 23.369 C 89.162 23.369 88.735 23.311 88.327 23.193 C 87.919 23.07 87.59 22.913 87.34 22.721 L 87.778 21.745 C 88.017 21.916 88.298 22.057 88.621 22.169 C 88.95 22.276 89.281 22.329 89.615 22.329 C 89.87 22.329 90.074 22.305 90.228 22.257 C 90.387 22.204 90.504 22.132 90.578 22.041 C 90.651 21.954 90.69 21.843 90.689 21.729 C 90.694 21.589 90.628 21.456 90.514 21.377 C 90.376 21.276 90.219 21.202 90.053 21.161 C 89.843 21.097 89.631 21.044 89.416 21.001 C 89.183 20.946 88.952 20.882 88.724 20.809 C 88.505 20.738 88.294 20.641 88.096 20.521 C 87.906 20.404 87.746 20.246 87.627 20.057 C 87.51 19.865 87.452 19.62 87.452 19.321 C 87.452 19.001 87.537 18.71 87.706 18.449 C 87.881 18.182 88.142 17.972 88.486 17.817 C 88.836 17.657 89.273 17.577 89.798 17.577 C 90.148 17.577 90.493 17.62 90.832 17.705 C 91.172 17.785 91.471 17.908 91.731 18.073 L 91.333 19.057 C 91.089 18.914 90.827 18.803 90.554 18.729 C 90.306 18.656 90.049 18.618 89.79 18.617 C 89.542 18.617 89.337 18.646 89.178 18.705 C 89.019 18.763 88.905 18.841 88.836 18.937 C 88.767 19.029 88.73 19.141 88.732 19.257 C 88.732 19.401 88.791 19.519 88.907 19.609 C 89.025 19.694 89.178 19.764 89.369 19.817 C 89.56 19.87 89.769 19.924 89.997 19.977 C 90.231 20.03 90.461 20.092 90.689 20.161 C 90.923 20.23 91.134 20.324 91.325 20.441 C 91.516 20.558 91.67 20.713 91.787 20.905 C 91.909 21.097 91.97 21.34 91.97 21.633 C 91.97 21.948 91.882 22.236 91.707 22.497 C 91.532 22.759 91.27 22.969 90.92 23.129 C 90.576 23.289 90.138 23.369 89.607 23.369 Z\" fill=\"var(--token-283586da-b299-416b-b66e-3e21fccb9623, rgb(78, 78, 78)) /* {&quot;name&quot;:&quot;Secondary&quot;} */\"></path></svg>',svgContentId:10579556080,withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://altair.vc\",nodeId:\"UXRFs6Dqv\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1ngcvyy framer-1b8h397\",\"data-framer-name\":\"Altair\",layoutDependency:layoutDependency,layoutId:\"UXRFs6Dqv\",style:{opacity:.9},whileHover:animation2,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-9zo6yf\",\"data-framer-name\":\"Altair\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"gTIx_Hl3S\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 67 24\"><g transform=\"translate(0.172 0.145)\" id=\"ss11757382354_1\"><path d=\"M 0 0 L 24.994 0 L 24.994 23.709 L 0 23.709 Z\" fill=\"transparent\"></path><path d=\"M 6.925 7.564 C 6.958 7.677 7.043 7.768 7.153 7.807 C 7.263 7.846 7.385 7.829 7.48 7.761 L 11.549 4.856 C 11.614 4.809 11.652 4.733 11.65 4.652 C 11.649 4.571 11.608 4.496 11.542 4.452 L 5.287 0.331 C 5.108 0.212 4.876 0.378 4.934 0.585 L 6.925 7.564 L 6.925 7.562 Z\" fill=\"rgb(89,148,228)\"></path><path d=\"M 20.1 0.119 L 0.178 14.412 C 0.008 14.543 0.098 14.814 0.314 14.822 L 9.138 15.169 C 9.23 15.172 9.312 15.231 9.346 15.319 L 12.406 23.499 C 12.481 23.699 12.768 23.699 12.843 23.499 L 20.454 0.372 C 20.513 0.166 20.28 0 20.1 0.119 Z M 15.402 6.967 L 12.551 15.423 C 12.524 15.495 12.419 15.495 12.391 15.423 L 11.292 12.416 C 11.279 12.384 11.249 12.362 11.215 12.36 L 7.982 12.209 C 7.947 12.209 7.916 12.185 7.905 12.151 C 7.894 12.116 7.906 12.079 7.935 12.057 L 15.273 6.873 C 15.339 6.831 15.424 6.892 15.401 6.968 Z\" fill=\"rgb(31,115,228)\"></path><path d=\"M 24.828 14.411 L 19.029 9.892 C 18.936 9.82 18.815 9.798 18.704 9.832 C 18.592 9.866 18.504 9.953 18.466 10.065 L 16.942 14.63 C 16.904 14.745 16.925 14.871 16.996 14.967 C 17.068 15.064 17.181 15.118 17.3 15.113 L 24.694 14.822 C 24.91 14.814 25 14.544 24.83 14.412 Z\" fill=\"rgb(89,148,228)\"></path></g><path d=\"M 33.983 13.091 C 34.95 13.091 35.749 12.833 36.464 12.275 L 36.464 12.919 L 38.526 12.919 L 38.526 7.295 C 38.526 5.277 37.222 4.118 34.95 4.118 C 33.772 4.118 32.552 4.418 31.248 5.02 L 32.005 6.608 C 33.057 6.092 33.856 5.878 34.613 5.878 C 35.834 5.878 36.464 6.393 36.464 7.466 L 36.464 8.153 C 35.778 7.894 35.051 7.763 34.319 7.767 C 32.131 7.81 30.869 8.797 30.869 10.429 C 30.869 12.017 32.131 13.09 33.983 13.09 Z M 32.846 10.386 C 32.846 9.657 33.477 9.227 34.571 9.227 C 35.287 9.227 35.876 9.356 36.464 9.614 L 36.464 10.901 C 35.918 11.33 35.287 11.545 34.487 11.545 C 33.477 11.545 32.846 11.116 32.846 10.386 Z M 39.789 12.919 L 41.891 12.919 L 41.891 0.856 L 39.789 1.242 Z M 47.109 13.091 C 47.614 13.091 48.329 13.005 48.792 12.833 L 48.792 11.073 C 48.371 11.245 48.035 11.288 47.614 11.288 C 46.73 11.288 46.436 10.988 46.436 10.129 L 46.436 6.051 L 48.919 6.051 L 48.919 4.291 L 46.436 4.291 L 46.436 1.586 L 44.332 2.058 L 44.332 4.291 L 42.565 4.291 L 42.565 6.051 L 44.333 6.051 L 44.333 10.601 C 44.333 12.232 45.3 13.091 47.109 13.091 Z M 52.2 13.091 C 53.167 13.091 53.967 12.833 54.682 12.275 L 54.682 12.919 L 56.744 12.919 L 56.744 7.295 C 56.744 5.277 55.44 4.118 53.167 4.118 C 51.989 4.118 50.77 4.418 49.465 5.02 L 50.222 6.608 C 51.274 6.092 52.074 5.878 52.831 5.878 C 54.051 5.878 54.682 6.393 54.682 7.466 L 54.682 8.153 C 53.996 7.894 53.269 7.763 52.537 7.767 C 50.348 7.767 49.087 8.754 49.087 10.385 C 49.129 12.017 50.391 13.09 52.2 13.09 Z M 51.105 10.386 C 51.105 9.657 51.778 9.227 52.83 9.227 C 53.546 9.227 54.135 9.356 54.723 9.614 L 54.723 10.901 C 54.177 11.33 53.546 11.545 52.746 11.545 C 51.736 11.545 51.105 11.116 51.105 10.386 Z M 59.099 3.132 C 59.412 3.132 59.712 3.006 59.933 2.78 C 60.154 2.555 60.278 2.248 60.277 1.929 C 60.278 1.611 60.154 1.305 59.933 1.079 C 59.712 0.853 59.412 0.727 59.1 0.727 C 58.427 0.727 57.879 1.242 57.879 1.929 C 57.879 2.573 58.427 3.132 59.1 3.132 Z M 58.048 12.919 L 60.15 12.919 L 60.15 4.247 L 58.048 4.247 Z M 61.413 12.919 L 63.517 12.919 L 63.517 7.252 C 63.98 6.394 64.695 5.879 65.62 5.879 C 65.999 5.879 66.378 5.964 66.714 6.093 L 66.714 4.204 C 66.462 4.119 66.252 4.076 65.789 4.076 C 64.821 4.076 64.064 4.505 63.517 5.278 L 63.517 4.29 L 61.413 4.29 Z\" fill=\"var(--token-2dee5c4a-ec61-47f9-818b-fddca6a7763b, rgb(34, 34, 34)) /* {&quot;name&quot;:&quot;Primary&quot;} */\"></path><path d=\"M 34.146 23.369 C 33.743 23.372 33.342 23.302 32.963 23.161 C 32.26 22.887 31.695 22.336 31.394 21.633 C 31.245 21.265 31.17 20.871 31.175 20.473 C 31.175 20.051 31.248 19.665 31.394 19.313 C 31.546 18.961 31.755 18.654 32.022 18.393 C 32.295 18.13 32.618 17.926 32.97 17.793 C 33.348 17.645 33.75 17.572 34.154 17.577 C 34.63 17.577 35.058 17.662 35.44 17.833 C 35.826 17.998 36.151 18.244 36.412 18.569 L 35.597 19.337 C 35.424 19.13 35.211 18.964 34.97 18.849 C 34.734 18.736 34.477 18.678 34.217 18.681 C 33.96 18.681 33.725 18.724 33.511 18.809 C 33.303 18.89 33.113 19.016 32.955 19.177 C 32.798 19.337 32.675 19.526 32.586 19.745 C 32.502 19.963 32.461 20.206 32.461 20.473 C 32.461 20.74 32.502 20.982 32.586 21.201 C 32.675 21.419 32.798 21.609 32.955 21.769 C 33.112 21.929 33.297 22.052 33.511 22.137 C 33.725 22.222 33.96 22.265 34.216 22.265 C 34.476 22.268 34.733 22.213 34.97 22.105 C 35.199 21.993 35.409 21.825 35.597 21.601 L 36.412 22.369 C 36.152 22.693 35.818 22.949 35.44 23.113 C 35.058 23.284 34.628 23.369 34.146 23.369 Z M 36.37 23.273 L 38.817 17.673 L 40.071 17.673 L 42.525 23.273 L 41.192 23.273 L 39.185 18.329 L 39.687 18.329 L 37.672 23.273 Z M 37.593 22.073 L 37.931 21.089 L 40.753 21.089 L 41.098 22.073 Z M 43.016 23.273 L 43.016 17.673 L 45.392 17.673 C 45.884 17.673 46.307 17.756 46.662 17.921 C 47.018 18.081 47.292 18.313 47.485 18.617 C 47.679 18.921 47.775 19.284 47.775 19.705 C 47.775 20.121 47.678 20.481 47.485 20.785 C 47.292 21.089 47.018 21.323 46.662 21.489 C 46.307 21.649 45.884 21.729 45.392 21.729 L 43.722 21.729 L 44.286 21.145 L 44.286 23.273 Z M 44.286 21.289 L 43.722 20.673 L 45.321 20.673 C 45.713 20.673 46.005 20.588 46.199 20.417 C 46.393 20.246 46.489 20.009 46.489 19.705 C 46.489 19.396 46.393 19.156 46.199 18.985 C 46.006 18.814 45.713 18.729 45.321 18.729 L 43.722 18.729 L 44.286 18.113 Z M 48.604 23.273 L 48.604 17.673 L 49.874 17.673 L 49.874 23.273 Z M 52.235 23.273 L 52.235 18.729 L 50.478 18.729 L 50.478 17.673 L 55.261 17.673 L 55.261 18.729 L 53.504 18.729 L 53.504 23.273 L 52.234 23.273 Z M 54.869 23.273 L 57.316 17.673 L 58.57 17.673 L 61.024 23.273 L 59.691 23.273 L 57.684 18.329 L 58.186 18.329 L 56.171 23.273 L 54.869 23.273 Z M 56.093 22.073 L 56.43 21.089 L 59.252 21.089 L 59.597 22.073 Z M 61.515 23.273 L 61.515 17.673 L 62.785 17.673 L 62.785 22.217 L 65.537 22.217 L 65.537 23.273 Z\" fill=\"var(--token-283586da-b299-416b-b66e-3e21fccb9623, rgb(78, 78, 78)) /* {&quot;name&quot;:&quot;Secondary&quot;} */\"></path></svg>',svgContentId:11757382354,withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://stripe.com/nz/climate\",nodeId:\"FAJUTCTT0\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-5jmoj6 framer-1b8h397\",\"data-framer-name\":\"Stripe\",layoutDependency:layoutDependency,layoutId:\"FAJUTCTT0\",style:{opacity:.9},whileHover:animation2,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-19iuqhb\",\"data-framer-name\":\"Stripe Climate\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"tt3BNkcdv\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 81 24\"><g transform=\"translate(0.026 0.145)\" id=\"ss10604176870_1\"><path d=\"M 0 0 L 36.155 0 L 36.155 23.709 L 0 23.709 Z\" fill=\"transparent\"></path><g><defs><linearGradient id=\"idss10604176870_3g104160632\" x1=\"0.49751243781094523\" x2=\"0.5024875621890548\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(0,217,36)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(0,203,27)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 0 6.179 L 36.155 6.179 C 36.155 15.865 28.066 23.709 18.078 23.709 C 8.09 23.709 0 15.865 0 6.179 Z\" fill=\"url(#idss10604176870_3g104160632)\"></path></g><g><defs><linearGradient id=\"idss10604176870_4g1228245520\" x1=\"0.49751243781094523\" x2=\"0.5024875621890548\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(0,156,0)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(0,190,32)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 36.154 6.179 C 36.154 8.601 34.471 11.273 30.041 11.273 C 26.177 11.273 21.827 8.677 18.077 6.179 C 22.053 3.517 26.426 0.011 30.041 0.011 C 33.736 0 36.154 3.276 36.154 6.179 Z\" fill=\"url(#idss10604176870_4g1228245520)\"></path></g><g><defs><linearGradient id=\"idss10604176870_5g-1391044103\" x1=\"0.49748743718592964\" x2=\"0.5025125628140703\" y1=\"1\" y2=\"0\"><stop offset=\"0\" stop-color=\"rgb(255,227,125)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(255,201,0)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 0 6.179 C 0 8.601 1.684 11.273 6.112 11.273 C 9.976 11.273 14.326 8.677 18.078 6.179 C 14.101 3.517 9.728 0 6.112 0 C 2.419 0 0 3.276 0 6.179 Z\" fill=\"url(#idss10604176870_5g-1391044103)\"></path></g></g><path d=\"M 78.566 8.245 C 78.566 5.736 77.313 3.756 74.918 3.756 C 72.512 3.756 71.057 5.736 71.057 8.225 C 71.057 11.175 72.775 12.665 75.241 12.665 C 76.444 12.665 77.354 12.401 78.041 12.028 L 78.041 10.068 C 77.354 10.401 76.565 10.607 75.565 10.607 C 74.584 10.607 73.715 10.273 73.604 9.117 L 78.546 9.117 C 78.546 8.99 78.566 8.48 78.566 8.244 Z M 73.573 7.314 C 73.573 6.207 74.271 5.745 74.908 5.745 C 75.524 5.745 76.181 6.207 76.181 7.314 Z M 67.157 3.756 C 66.167 3.756 65.53 4.207 65.177 4.521 L 65.045 3.913 L 62.822 3.913 L 62.822 15.341 L 65.348 14.821 L 65.358 12.048 C 65.722 12.303 66.258 12.665 67.148 12.665 C 68.957 12.665 70.604 11.255 70.604 8.147 C 70.594 5.305 68.926 3.756 67.157 3.756 Z M 66.55 10.509 C 65.954 10.509 65.601 10.303 65.358 10.049 L 65.348 6.412 C 65.611 6.129 65.974 5.932 66.55 5.932 C 67.471 5.932 68.107 6.932 68.107 8.216 C 68.107 9.529 67.48 10.509 66.55 10.509 Z M 59.344 3.178 L 61.881 2.649 L 61.881 0.659 L 59.344 1.178 Z\" fill=\"var(--token-2dee5c4a-ec61-47f9-818b-fddca6a7763b, rgb(34, 34, 34)) /* {&quot;name&quot;:&quot;Primary&quot;} */\"></path><path d=\"M 61.881 3.923 L 59.344 3.923 L 59.344 12.499 L 61.881 12.499 Z\" fill=\"var(--token-2dee5c4a-ec61-47f9-818b-fddca6a7763b, rgb(34, 34, 34)) /* {&quot;name&quot;:&quot;Primary&quot;} */\"></path><path d=\"M 56.626 4.648 L 56.464 3.923 L 54.281 3.923 L 54.281 12.499 L 56.809 12.499 L 56.809 6.687 C 57.404 5.932 58.415 6.069 58.729 6.177 L 58.729 3.923 C 58.405 3.805 57.223 3.59 56.626 4.648 Z M 51.572 1.796 L 49.105 2.305 L 49.096 10.156 C 49.096 11.607 50.218 12.675 51.713 12.675 C 52.542 12.675 53.149 12.528 53.482 12.351 L 53.482 10.362 C 53.158 10.489 51.562 10.94 51.562 9.489 L 51.562 6.01 L 53.482 6.01 L 53.482 3.923 L 51.562 3.923 L 51.572 1.796 Z M 44.739 6.412 C 44.739 6.03 45.061 5.883 45.598 5.883 C 46.366 5.883 47.336 6.108 48.104 6.511 L 48.104 4.207 C 47.306 3.902 46.455 3.749 45.598 3.756 C 43.547 3.756 42.181 4.795 42.181 6.53 C 42.181 9.235 46.022 8.804 46.022 9.97 C 46.022 10.421 45.618 10.568 45.052 10.568 C 44.213 10.568 43.141 10.235 42.292 9.784 L 42.292 12.116 C 43.164 12.482 44.103 12.672 45.053 12.675 C 47.155 12.675 48.6 11.665 48.6 9.911 C 48.59 6.991 44.739 7.51 44.739 6.412 Z\" fill=\"var(--token-2dee5c4a-ec61-47f9-818b-fddca6a7763b, rgb(34, 34, 34)) /* {&quot;name&quot;:&quot;Primary&quot;} */\"></path><path d=\"M 45.63 23.437 C 45.206 23.441 44.784 23.37 44.385 23.229 C 43.646 22.956 43.051 22.405 42.735 21.701 C 42.578 21.334 42.499 20.939 42.503 20.541 C 42.503 20.119 42.581 19.733 42.734 19.381 C 42.894 19.029 43.114 18.722 43.394 18.461 C 43.682 18.198 44.022 17.994 44.393 17.861 C 44.79 17.714 45.213 17.641 45.638 17.645 C 46.139 17.645 46.59 17.73 46.991 17.901 C 47.399 18.066 47.74 18.311 48.014 18.637 L 47.156 19.405 C 46.975 19.199 46.75 19.032 46.496 18.917 C 46.249 18.804 45.978 18.746 45.704 18.749 C 45.434 18.749 45.187 18.791 44.962 18.877 C 44.737 18.962 44.542 19.085 44.377 19.245 C 44.212 19.405 44.082 19.594 43.988 19.812 C 43.898 20.045 43.853 20.292 43.856 20.541 C 43.856 20.807 43.901 21.05 43.988 21.268 C 44.082 21.487 44.211 21.677 44.376 21.837 C 44.541 21.997 44.736 22.119 44.962 22.205 C 45.187 22.29 45.434 22.333 45.704 22.333 C 45.977 22.336 46.247 22.281 46.496 22.173 C 46.739 22.061 46.958 21.893 47.156 21.669 L 48.014 22.437 C 47.74 22.762 47.389 23.017 46.991 23.181 C 46.59 23.351 46.136 23.437 45.63 23.437 Z M 48.835 23.341 L 48.835 17.741 L 50.171 17.741 L 50.171 22.285 L 53.066 22.285 L 53.066 23.341 Z M 53.731 23.341 L 53.731 17.741 L 55.067 17.741 L 55.067 23.341 Z M 56.356 23.341 L 56.356 17.741 L 57.461 17.741 L 59.92 21.693 L 59.334 21.693 L 61.751 17.741 L 62.849 17.741 L 62.865 23.341 L 61.611 23.341 L 61.603 19.605 L 61.834 19.605 L 59.903 22.749 L 59.3 22.749 L 57.328 19.605 L 57.609 19.605 L 57.609 23.341 L 56.355 23.341 Z M 63.393 23.341 L 65.968 17.741 L 67.288 17.741 L 69.869 23.341 L 68.467 23.341 L 66.355 18.397 L 66.883 18.397 L 64.762 23.341 L 63.394 23.341 Z M 64.68 22.141 L 65.035 21.157 L 68.005 21.157 L 68.368 22.141 L 64.681 22.141 Z M 71.293 23.341 L 71.293 18.797 L 69.445 18.797 L 69.445 17.741 L 74.477 17.741 L 74.477 18.797 L 72.629 18.797 L 72.629 23.341 Z M 76.343 19.997 L 79.123 19.997 L 79.123 21.005 L 76.343 21.005 Z M 76.441 22.301 L 79.585 22.301 L 79.585 23.341 L 75.113 23.341 L 75.113 17.741 L 79.477 17.741 L 79.477 18.781 L 76.441 18.781 Z\" fill=\"var(--token-283586da-b299-416b-b66e-3e21fccb9623, rgb(78, 78, 78)) /* {&quot;name&quot;:&quot;Secondary&quot;} */\"></path></svg>',svgContentId:10604176870,withExternalLayout:true})})})]})]})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Z4w88.framer-1b8h397, .framer-Z4w88 .framer-1b8h397 { display: block; }\",\".framer-Z4w88.framer-46ibsr { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: hidden; padding: 120px 0px 120px 0px; position: relative; width: 1440px; }\",\".framer-Z4w88 .framer-1cfwp0z { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; max-width: 1170px; overflow: visible; padding: 0px; position: relative; width: 90%; }\",\".framer-Z4w88 .framer-4b9ubx { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: flex-start; max-width: 440px; min-width: 320px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Z4w88 .framer-ugnbz4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-Z4w88 .framer-bknhfy { flex: none; height: 23px; position: relative; width: 38px; }\",\".framer-Z4w88 .framer-1a1v7cm { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-Z4w88 .framer-10oqiee, .framer-Z4w88 .framer-1muc06q, .framer-Z4w88 .framer-ffyqaf, .framer-Z4w88 .framer-gq0f7u, .framer-Z4w88 .framer-qz2jxa, .framer-Z4w88 .framer-vjztwf, .framer-Z4w88 .framer-miigcn, .framer-Z4w88 .framer-1e23abd, .framer-Z4w88 .framer-1fu9t0e { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Z4w88 .framer-12f764j { cursor: pointer; flex: none; height: 24px; overflow: visible; position: relative; text-decoration: none; width: 24px; }\",\".framer-Z4w88 .framer-1qi0eic-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-Z4w88 .framer-1gfk4xe { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; min-width: 320px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Z4w88 .framer-1lz5d5i, .framer-Z4w88 .framer-22g237, .framer-Z4w88 .framer-qkymh9, .framer-Z4w88 .framer-1gcrkjy { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Z4w88 .framer-zgc8l, .framer-Z4w88 .framer-11xoi8t, .framer-Z4w88 .framer-1ys4hu, .framer-Z4w88 .framer-i7bkwb { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Z4w88 .framer-19oqtn1, .framer-Z4w88 .framer-qdw721, .framer-Z4w88 .framer-18drgoq { 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; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Z4w88 .framer-1txlvoi { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Z4w88 .framer-144dh63 { cursor: pointer; flex: none; height: 24px; overflow: visible; position: relative; text-decoration: none; width: 94px; }\",\".framer-Z4w88 .framer-1xpb4sh { flex: none; height: 24px; left: calc(50.00000000000002% - 94px / 2); position: absolute; top: calc(50.00000000000002% - 24px / 2); width: 94px; }\",\".framer-Z4w88 .framer-1ngcvyy { cursor: pointer; flex: none; height: 24px; overflow: visible; position: relative; text-decoration: none; width: 67px; }\",\".framer-Z4w88 .framer-9zo6yf { flex: none; height: 24px; left: 0px; position: absolute; top: -1px; width: 67px; }\",\".framer-Z4w88 .framer-5jmoj6 { cursor: pointer; flex: none; height: 24px; overflow: visible; position: relative; text-decoration: none; width: 81px; }\",\".framer-Z4w88 .framer-19iuqhb { flex: none; height: 24px; left: calc(49.382716049382736% - 81px / 2); position: absolute; top: calc(50.00000000000002% - 24px / 2); width: 81px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Z4w88.framer-46ibsr, .framer-Z4w88 .framer-1cfwp0z, .framer-Z4w88 .framer-4b9ubx, .framer-Z4w88 .framer-ugnbz4, .framer-Z4w88 .framer-1gfk4xe, .framer-Z4w88 .framer-1lz5d5i, .framer-Z4w88 .framer-19oqtn1, .framer-Z4w88 .framer-22g237, .framer-Z4w88 .framer-qdw721, .framer-Z4w88 .framer-qkymh9, .framer-Z4w88 .framer-18drgoq, .framer-Z4w88 .framer-1gcrkjy, .framer-Z4w88 .framer-1txlvoi { gap: 0px; } .framer-Z4w88.framer-46ibsr > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-Z4w88.framer-46ibsr > :first-child, .framer-Z4w88 .framer-4b9ubx > :first-child, .framer-Z4w88 .framer-1lz5d5i > :first-child, .framer-Z4w88 .framer-19oqtn1 > :first-child, .framer-Z4w88 .framer-22g237 > :first-child, .framer-Z4w88 .framer-qdw721 > :first-child, .framer-Z4w88 .framer-qkymh9 > :first-child, .framer-Z4w88 .framer-18drgoq > :first-child, .framer-Z4w88 .framer-1gcrkjy > :first-child, .framer-Z4w88 .framer-1txlvoi > :first-child { margin-top: 0px; } .framer-Z4w88.framer-46ibsr > :last-child, .framer-Z4w88 .framer-4b9ubx > :last-child, .framer-Z4w88 .framer-1lz5d5i > :last-child, .framer-Z4w88 .framer-19oqtn1 > :last-child, .framer-Z4w88 .framer-22g237 > :last-child, .framer-Z4w88 .framer-qdw721 > :last-child, .framer-Z4w88 .framer-qkymh9 > :last-child, .framer-Z4w88 .framer-18drgoq > :last-child, .framer-Z4w88 .framer-1gcrkjy > :last-child, .framer-Z4w88 .framer-1txlvoi > :last-child { margin-bottom: 0px; } .framer-Z4w88 .framer-1cfwp0z > * { margin: 0px; margin-left: calc(80px / 2); margin-right: calc(80px / 2); } .framer-Z4w88 .framer-1cfwp0z > :first-child, .framer-Z4w88 .framer-ugnbz4 > :first-child, .framer-Z4w88 .framer-1gfk4xe > :first-child { margin-left: 0px; } .framer-Z4w88 .framer-1cfwp0z > :last-child, .framer-Z4w88 .framer-ugnbz4 > :last-child, .framer-Z4w88 .framer-1gfk4xe > :last-child { margin-right: 0px; } .framer-Z4w88 .framer-4b9ubx > *, .framer-Z4w88 .framer-1txlvoi > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-Z4w88 .framer-ugnbz4 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Z4w88 .framer-1gfk4xe > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-Z4w88 .framer-1lz5d5i > *, .framer-Z4w88 .framer-22g237 > *, .framer-Z4w88 .framer-qkymh9 > *, .framer-Z4w88 .framer-1gcrkjy > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-Z4w88 .framer-19oqtn1 > *, .framer-Z4w88 .framer-qdw721 > *, .framer-Z4w88 .framer-18drgoq > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-Z4w88.framer-v-1192qis.framer-46ibsr { padding: 80px 40px 80px 40px; width: 810px; }\",\".framer-Z4w88.framer-v-1192qis .framer-1cfwp0z { flex-direction: column; gap: 50px; }\",\".framer-Z4w88.framer-v-1192qis .framer-4b9ubx { flex: none; order: 0; width: 100%; }\",\".framer-Z4w88.framer-v-1192qis .framer-1gfk4xe { flex: none; order: 1; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Z4w88.framer-v-1192qis .framer-1cfwp0z { gap: 0px; } .framer-Z4w88.framer-v-1192qis .framer-1cfwp0z > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-Z4w88.framer-v-1192qis .framer-1cfwp0z > :first-child { margin-top: 0px; } .framer-Z4w88.framer-v-1192qis .framer-1cfwp0z > :last-child { margin-bottom: 0px; } }\",\".framer-Z4w88.framer-v-s5lk5r.framer-46ibsr { padding: 60px 20px 60px 20px; width: 390px; }\",\".framer-Z4w88.framer-v-s5lk5r .framer-1cfwp0z { flex-direction: column; gap: 60px; }\",\".framer-Z4w88.framer-v-s5lk5r .framer-4b9ubx { flex: none; width: 100%; }\",\".framer-Z4w88.framer-v-s5lk5r .framer-1gfk4xe { align-content: unset; align-items: unset; display: grid; flex: none; gap: 20px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(160px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); justify-content: start; width: 100%; }\",\".framer-Z4w88.framer-v-s5lk5r .framer-1lz5d5i, .framer-Z4w88.framer-v-s5lk5r .framer-22g237, .framer-Z4w88.framer-v-s5lk5r .framer-qkymh9, .framer-Z4w88.framer-v-s5lk5r .framer-1gcrkjy { align-self: start; flex: none; height: 100%; justify-self: start; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Z4w88.framer-v-s5lk5r .framer-1cfwp0z, .framer-Z4w88.framer-v-s5lk5r .framer-1gfk4xe { gap: 0px; } .framer-Z4w88.framer-v-s5lk5r .framer-1cfwp0z > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-Z4w88.framer-v-s5lk5r .framer-1cfwp0z > :first-child { margin-top: 0px; } .framer-Z4w88.framer-v-s5lk5r .framer-1cfwp0z > :last-child { margin-bottom: 0px; } .framer-Z4w88.framer-v-s5lk5r .framer-1gfk4xe > *, .framer-Z4w88.framer-v-s5lk5r .framer-1gfk4xe > :first-child, .framer-Z4w88.framer-v-s5lk5r .framer-1gfk4xe > :last-child { margin: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 436\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"v59n9WtH7\":{\"layout\":[\"fixed\",\"auto\"]},\"kTtz7jjHh\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramernVRZ62qxM=withCSS(Component,css,\"framer-Z4w88\");export default FramernVRZ62qxM;FramernVRZ62qxM.displayName=\"Component/Footer\";FramernVRZ62qxM.defaultProps={height:436,width:1440};addPropertyControls(FramernVRZ62qxM,{variant:{options:[\"LDir_5Tv0\",\"v59n9WtH7\",\"kTtz7jjHh\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});const variationAxes=[{defaultValue:9,maxValue:144,minValue:9,name:\"Optical Size\",tag:\"opsz\"},{defaultValue:900,maxValue:900,minValue:100,name:\"Weight\",tag:\"wght\"},{defaultValue:0,maxValue:100,minValue:0,name:\"Softness\",tag:\"SOFT\"},{defaultValue:1,maxValue:1,minValue:0,name:\"Wonky\",tag:\"WONK\"}];const variationAxes1=[{defaultValue:9,maxValue:40,minValue:9,name:\"Optical size\",tag:\"opsz\"},{defaultValue:400,maxValue:1e3,minValue:100,name:\"Weight\",tag:\"wght\"}];addFonts(FramernVRZ62qxM,[{explicitInter:true,fonts:[{family:\"Fraunces\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/fraunces/v31/6NUV8FyLNQOQZAnv9awPnugMyM1A.ttf\",variationAxes,weight:\"400\"},{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2Hp2ywxg089UriOZSCHBeHFl0.ttf\",variationAxes:variationAxes1,weight:\"400\"}]},...PhosphorFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramernVRZ62qxM\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"v59n9WtH7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"kTtz7jjHh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1440\",\"framerIntrinsicHeight\":\"436\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./nVRZ62qxM.map"],
  "mappings": "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",
  "names": ["noopReturn", "t", "e", "t", "velocityPerSecond", "calcBezier", "t", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "o", "cubicBezier", "__rest", "t", "r", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "t", "n", "r", "a", "velocityPerSecond", "calcDampingRatio", "hasReachedTarget", "spring", "c", "i", "e", "u", "d", "f", "l", "g", "glide", "o", "h", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "W", "L", "D", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "t", "j", "B", "testAnimation", "C", "$", "R", "resolveElements", "t", "n", "createGeneratorEasing", "t", "n", "o", "getGenerator", "i", "s", "r", "a", "getKeyframes", "e", "pregenerateKeyframes", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "N", "spring", "F", "glide", "U", "inView$1", "resolveElements", "onIntersectionChange", "q", "K", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "G", "_", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "t", "n", "dispatchViewEvent", "se", "o", "i", "s", "__rest", "inView$1", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "ce", "le", "T", "S", "$", "u", "c", "I", "N", "O", "P", "H", "L", "z", "R", "j", "F", "D", "E", "K", "X", "Y", "G", "q", "J", "Q", "U", "Z", "_", "RenderTarget", "ee", "et", "ei", "en", "useMotionValue", "el", "er", "useTransform", "eo", "pe", "ea", "se", "W", "ed", "ep", "ye", "eu", "ec", "es", "eh", "ef", "te", "e", "t", "i", "eg", "ue", "resize", "n", "l", "r", "o", "a", "d", "p", "LayoutGroup", "em", "ey", "ev", "ex", "eb", "ew", "useReducedMotion", "eI", "eT", "useInView", "useAnimationFrame", "wrap", "eS", "e$", "eC", "eM", "C", "motion", "B", "M", "V", "k", "A", "addPropertyControls", "ControlType", "TickerFonts", "getFonts", "$", "cycleOrder", "variantClassNames", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "getProps", "height", "id", "text", "width", "props", "_ref", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "Kl_dYeuYg", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "$", "RichText2", "x", "css", "FramersesKqVbWl", "withCSS", "sesKqVbWl_default", "addPropertyControls", "ControlType", "addFonts", "TickerFonts", "_extends", "target", "i", "source", "key", "_objectWithoutPropertiesLoose", "excluded", "sourceKeys", "log", "level", "message", "packageName", "isEmptyObject", "obj", "isSSR", "window", "removeUndefined", "IntercomAPI", "method", "_len", "args", "_key", "NO_INTERCOM_PROVIDER_MESSAGE", "IntercomContext", "z", "initialize", "appId", "timeout", "w", "ic", "d", "l", "s", "x", "mapMessengerAttributesToRawMessengerAttributes", "attributes", "mapDataAttributesCompanyToRawDataAttributesCompany", "mapDataAttributesAvatarToRawDataAttributesAvatar", "mapDataAttributesToRawDataAttributes", "_attributes$companies", "mapIntercomPropsToRawIntercomProps", "props", "IntercomProvider", "_ref", "_ref$autoBoot", "autoBoot", "autoBootProps", "children", "onHide", "onShow", "onUnreadCountChange", "_ref$shouldInitialize", "shouldInitialize", "apiBase", "initializeDelay", "rest", "isBooted", "pe", "isInitialized", "boot", "te", "metaData", "ensureIntercom", "functionName", "callback", "shutdown", "hardShutdown", "refresh", "lastRequestedAt", "update", "rawProps", "hide", "show", "showMessages", "showNewMessages", "getVisitorId", "startTour", "tourId", "trackEvent", "event", "providerValue", "se", "content", "B", "containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "borderRadiusControl", "ControlType", "paddingControl", "ControlType", "emptyStateStyle", "containerStyles", "neutralStateStyle", "stateTitleStyle", "stateParagraphStyle", "Intercom", "appId", "style", "props", "RenderTarget", "u", "motion", "neutralStateStyle", "p", "stateTitleStyle", "stateParagraphStyle", "IntercomProvider", "addPropertyControls", "ControlType", "IntercomFonts", "getFonts", "Intercom", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "RichText2", "SVG", "ComponentViewportProvider", "css", "FramerGnMq7HS76", "withCSS", "GnMq7HS76_default", "addPropertyControls", "ControlType", "variationAxes", "variationAxes1", "addFonts", "enabledGestures", "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", "link", "tap", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "GgNobp5CB", "jASabA12b", "aO31JcIQn", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1ssm0cz", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "RichText2", "css", "FramerjfDQiKKWT", "withCSS", "jfDQiKKWT_default", "addPropertyControls", "ControlType", "variationAxes", "addFonts", "containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "Component", "House_default", "React", "weights", "House", "props", "ref", "defaultEvents", "ControlType", "findByArray", "arr", "search", "useIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchResult", "se", "iconSearchTerm", "_iconSearchTerm", "findByArray", "iconKeys", "moduleBaseUrl", "weightOptions", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "weight", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "House_default", "npm_react_18_2_exports", "importModule", "module", "ue", "emptyState", "RenderTarget", "p", "NullState", "motion", "addPropertyControls", "ControlType", "piece", "defaultEvents", "fontStore", "fonts", "css", "className", "ButtonRegularFonts", "getFonts", "jfDQiKKWT_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", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTape9f8tx", "args", "onTapr2iko6", "ref1", "pe", "isDisplayed", "isDisplayed1", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "Link", "SVG", "RichText2", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "css", "FramerNo9SFAd2o", "withCSS", "No9SFAd2o_default", "addPropertyControls", "ControlType", "variationAxes", "addFonts", "getFontsFromSharedStyle", "fonts", "PhosphorFonts", "getFonts", "Icon", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "transition3", "animation1", "animation2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "Link", "SVG", "RichText2", "ComponentViewportProvider", "css", "FramernVRZ62qxM", "withCSS", "nVRZ62qxM_default", "addPropertyControls", "ControlType", "variationAxes", "variationAxes1", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
