{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@motionone/utils@10.12.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/LHz3bw67SqHRmnCKTlE6/Ticker.js", "ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/D4TWeLfcxT6Tysr2BlYg/iZjmqdxVx1EOiM3k1FaW/useOnNavigationTargetChange.js", "ssg:https://framerusercontent.com/modules/eMBrwoqQK7h6mEeGQUH8/GuplvPJVjmxpk9zqOTcb/isBrowser.js", "ssg:https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js", "ssg:https://framerusercontent.com/modules/zqbdG5gxPSaO8OKinGDy/0x8jdQ39AgPvmXz3C0Qk/aDB1wHvdF.js", "ssg:https://framerusercontent.com/modules/QC6gAjgRUUxQFyaE57Nz/1Y9XFxhcyowxE8i3gdBB/rnAC6dz5M.js", "ssg:https://framerusercontent.com/modules/5cqCFiuDwIHRn5EjDQ2o/Xv7cPuVrPRiMimBMnxQw/s1GuEu3pf.js", "ssg:https://framerusercontent.com/modules/OWaSOyMg9ZkVXLFBFGiJ/f4m37mcJZJcSXzfqE1Tk/Uwq73hSSI.js", "ssg:https://framerusercontent.com/modules/950ItdtzimTK248L7ST1/GI4MiRkoMPttRvMlR4Mp/HgpGh_eQa.js", "ssg:https://framerusercontent.com/modules/qEFq20SjC2IueqzExLDm/AFW6c660ZSxG5Qzgn5fC/Y_Y_Wv180.js", "ssg:https://framerusercontent.com/modules/QBZoTlU1TeQgrdN9fYQw/UyAcwT2TSGUvOHhj3x5K/VTdFO9sG9.js", "ssg:https://framerusercontent.com/modules/vzszb6ltO2i7GpzIJbGu/sh1lyMTSkFUCea9G358V/JHcJ_rz_P.js", "ssg:https://framerusercontent.com/modules/3P3bVFEYrHiffBoBgCMc/UKy4r4Kr2mhI1kd4CaqZ/Lukd50HJB.js", "ssg:https://framerusercontent.com/modules/6iLmrvbfg0M1GFGIJxCm/LOOq6w7C545ceoM7cqpP/lZzUFtRks.js", "ssg:https://framerusercontent.com/modules/m6FqlssX72TSvKxWxKhG/V6wecODuXyXoGfe09Aya/WMg9E_rQG.js", "ssg:https://framerusercontent.com/modules/6desWw3mjqam2TjmrepS/XtJOySxyLsqxHWNqAG8g/yHrtwlHGA.js", "ssg:https://framerusercontent.com/modules/wDi6KYBsvbBtXXNaFlWc/WDpMJUW7gXV17QUSQjt7/yv1qrgEKG.js", "ssg:https://framerusercontent.com/modules/1PJWoaD71Ya0fl94D6ix/CeJwxmRrwzVcYXsaqqlw/bW3EDqf8E.js", "ssg:https://framerusercontent.com/modules/5RDk71uncpo5ybcBYiQQ/wUMTmWF6dND7kOeDv69I/h9jlUEel7.js", "ssg:https://framerusercontent.com/modules/6MrtcMWkrwR3vGyDl02D/neSzDvUlsMyJ8e2jiHwS/kSjpp48Rl.js", "ssg:https://framerusercontent.com/modules/jmPPxPHhKusa2IrPWqLT/qC5F6yQOO0e9aAjM2TqS/augiA20Il.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 isString=t=>\"string\"===typeof t;const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);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 r=0;for(;r<o-2;r++)if(s<e[r+1])break;let f=clamp(0,1,progress(e[r],e[r+1],s));const c=getEasingForSegment(n,r);f=c(f);return mix(t[r],t[r+1],f)}}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,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,defaults as i,isEasingGenerator as e,isEasingList as s,interpolate as a}from\"@motionone/utils\";import{cubicBezier as n,steps as r}from\"@motionone/easing\";const o={ease:n(.25,.1,.25,1),\"ease-in\":n(.42,0,1,1),\"ease-in-out\":n(.42,0,.58,1),\"ease-out\":n(0,0,.58,1)};const h=/\\((.*?)\\)/;function getEasingFunction(i){if(\"function\"===typeof i)return i;if(Array.isArray(i))return n(...i);if(o[i])return o[i];if(i.startsWith(\"steps\")){const t=h.exec(i);if(t){const i=t[1].split(\",\");return r(parseFloat(i[0]),i[1].trim())}}return t}class Animation{constructor(n,r=[0,1],{easing:o,duration:h=i.duration,delay:u=i.delay,endDelay:l=i.endDelay,repeat:m=i.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=t;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));o=o||i.easing;if(e(o)){const t=o.createAnimation(r,(()=>\"0\"),true);o=t.easing;void 0!==t.keyframes&&(r=t.keyframes);void 0!==t.duration&&(h=t.duration)}this.repeat=m;this.easing=s(o)?t:getEasingFunction(o);this.updateDuration(h);const d=a(r,c,s(o)?o.map(getEasingFunction):t);this.tick=t=>{var i;u=u;let e=0;e=void 0!==this.pauseTime?this.pauseTime:(t-this.startTime)*this.rate;this.t=e;e/=1e3;e=Math.max(e-u,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(e=this.totalDuration);const s=e/this.duration;let a=Math.floor(s);let r=s%1;!r&&s>=1&&(r=1);1===r&&a--;const o=a%2;(\"reverse\"===p||\"alternate\"===p&&o||\"alternate-reverse\"===p&&!o)&&(r=1-r);const h=e>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(h));n(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||e>=this.totalDuration+l);if(c){this.playState=\"finished\";null===(i=this.resolve)||void 0===i?void 0:i.call(this,m)}else\"idle\"!==this.playState&&(this.frameRequestId=requestAnimationFrame(this.tick))};this.play()}play(){const t=performance.now();this.playState=\"running\";void 0!==this.pauseTime?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t);this.cancelTimestamp=this.startTime;this.pauseTime=void 0;this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState=\"paused\";this.pauseTime=this.t}finish(){this.playState=\"finished\";this.tick(0)}stop(){var t;this.playState=\"idle\";void 0!==this.frameRequestId&&cancelAnimationFrame(this.frameRequestId);null===(t=this.reject)||void 0===t?void 0:t.call(this,false)}cancel(){this.stop();this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t;this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){void 0!==this.pauseTime||0===this.rate?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}export{Animation,getEasingFunction};\n\n//# sourceMappingURL=index.es.js.map", "var extendStatics=function(e,t){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])};return extendStatics(e,t)};function __extends(e,t){if(\"function\"!==typeof t&&null!==t)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}var __assign=function(){__assign=Object.assign||function __assign(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e};return __assign.apply(this,arguments)};function __rest(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"===typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function __decorate(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i}function __param(e,t){return function(r,n){t(r,n,e)}}function __metadata(e,t){if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.metadata)return Reflect.metadata(e,t)}function __awaiter(e,t,r,n){function adopt(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,o){function fulfilled(e){try{step(n.next(e))}catch(e){o(e)}}function rejected(e){try{step(n.throw(e))}catch(e){o(e)}}function step(e){e.done?r(e.value):adopt(e.value).then(fulfilled,rejected)}step((n=n.apply(e,t||[])).next())}))}function __generator(e,t){var r,n,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:verb(0),throw:verb(1),return:verb(2)},\"function\"===typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function verb(e){return function(t){return step([e,t])}}function step(a){if(r)throw new TypeError(\"Generator is already executing.\");while(i)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;(n=0,o)&&(a=[2&a[0],o.value]);switch(a[0]){case 0:case 1:o=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;n=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1];o=a;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(a);break}o[2]&&i.ops.pop();i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e];n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:true}}}var e=Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:true,get:function(){return t[r]}});Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r);e[n]=t[r]};function __exportStar(t,r){for(var n in t)\"default\"===n||Object.prototype.hasOwnProperty.call(r,n)||e(r,t,n)}function __values(e){var t=\"function\"===typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&\"number\"===typeof e.length)return{next:function(){e&&n>=e.length&&(e=void 0);return{value:e&&e[n++],done:!e}}};throw new TypeError(t?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function __read(e,t){var r=\"function\"===typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{while((void 0===t||t-- >0)&&!(n=a.next()).done)i.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return i}\n/** @deprecated */function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}\n/** @deprecated */function __spreadArrays(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),o=0;for(t=0;t<r;t++)for(var a=arguments[t],i=0,c=a.length;i<c;i++,o++)n[o]=a[i];return n}function __spreadArray(e,t,r){if(r||2===arguments.length)for(var n,o=0,a=t.length;o<a;o++)if(n||!(o in t)){n||(n=Array.prototype.slice.call(t,0,o));n[o]=t[o]}return e.concat(n||Array.prototype.slice.call(t))}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,r){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var n,o=r.apply(e,t||[]),a=[];return n={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),n[Symbol.asyncIterator]=function(){return this},n;function verb(e){o[e]&&(n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||resume(e,t)}))})}function resume(e,t){try{step(o[e](t))}catch(e){settle(a[0][3],e)}}function step(e){e.value instanceof __await?Promise.resolve(e.value.v).then(fulfill,reject):settle(a[0][2],e)}function fulfill(e){resume(\"next\",e)}function reject(e){resume(\"throw\",e)}function settle(e,t){(e(t),a.shift(),a.length)&&resume(a[0][0],a[0][1])}}function __asyncDelegator(e){var t,r;return t={},verb(\"next\"),verb(\"throw\",(function(e){throw e})),verb(\"return\"),t[Symbol.iterator]=function(){return this},t;function verb(n,o){t[n]=e[n]?function(t){return(r=!r)?{value:__await(e[n](t)),done:\"return\"===n}:o?o(t):t}:o}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=\"function\"===typeof __values?__values(e):e[Symbol.iterator](),t={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),t[Symbol.asyncIterator]=function(){return this},t);function verb(r){t[r]=e[r]&&function(t){return new Promise((function(n,o){t=e[r](t),settle(n,o,t.done,t.value)}))}}function settle(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)}}function __makeTemplateObject(e,t){Object.defineProperty?Object.defineProperty(e,\"raw\",{value:t}):e.raw=t;return e}var t=Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:true,value:t})}:function(e,t){e.default=t};function __importStar(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)\"default\"!==o&&Object.prototype.hasOwnProperty.call(r,o)&&e(n,r,o);t(n,r);return n}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,r,n){if(\"a\"===r&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(\"function\"===typeof t?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return\"m\"===r?n:\"a\"===r?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,r,n,o){if(\"m\"===n)throw new TypeError(\"Private method is not writable\");if(\"a\"===n&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(\"function\"===typeof t?e!==t||!o:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return\"a\"===n?o.call(e,r):o?o.value=r:t.set(e,r),r}function __classPrivateFieldIn(e,t){if(null===t||\"object\"!==typeof t&&\"function\"!==typeof t)throw new TypeError(\"Cannot use 'in' operator on non-object\");return\"function\"===typeof e?t===e:e.has(t)}export{__assign,__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,e as __createBinding,__decorate,__exportStar,__extends,__generator,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__read,__rest,__spread,__spreadArray,__spreadArrays,__values};\n\n//# sourceMappingURL=tslib.es6.js.map", "var n={};Object.defineProperty(n,\"__esModule\",{value:true});n.warning=function(){};n.invariant=function(){};const e=n.__esModule,t=n.warning,r=n.invariant;export default n;export{e as __esModule,r as invariant,t as warning};\n\n//# sourceMappingURL=index.js.map", "import{velocityPerSecond as e,time as t}from\"@motionone/utils\";const s=5;function calcGeneratorVelocity(t,n,r){const a=Math.max(n-s,0);return e(r-t(a),n-a)}const n={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=n.stiffness,t=n.damping,s=n.mass)=>t/(2*Math.sqrt(e*s));function hasReachedTarget(e,t,s){return e<t&&s>=t||e>t&&s<=t}const spring=({stiffness:e=n.stiffness,damping:s=n.damping,mass:r=n.mass,from:a=0,to:o=1,velocity:c=0,restSpeed:i=2,restDistance:h=.5}={})=>{c=c?t.s(c):0;const u={done:false,hasReachedTarget:false,current:a,target:o};const d=o-a;const f=Math.sqrt(e/r)/1e3;const l=calcDampingRatio(e,s,r);let g;if(l<1){const e=f*Math.sqrt(1-l*l);g=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else g=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=g(e);const t=0===e?c:calcGeneratorVelocity(g,e,u.current);const s=Math.abs(t)<=i;const n=Math.abs(o-u.current)<=h;u.done=s&&n;u.hasReachedTarget=hasReachedTarget(a,o,u.current);return u}};const glide=({from:e=0,velocity:s=0,power:n=.8,decay:r=.325,bounceDamping:a,bounceStiffness:o,changeTarget:c,min:i,max:h,restDistance:u=.5,restSpeed:d})=>{r=t.ms(r);const f={hasReachedTarget:false,done:false,current:e,target:e};const isOutOfBounds=e=>void 0!==i&&e<i||void 0!==h&&e>h;const nearestBoundary=e=>void 0===i?h:void 0===h||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=void 0===c?g:c(g);f.target=m;m!==g&&(l=m-e);const calcDelta=e=>-l*Math.exp(-e/r);const calcLatest=e=>m+calcDelta(e);const applyFriction=e=>{const t=calcDelta(e);const s=calcLatest(e);f.done=Math.abs(t)<=u;f.current=f.done?m:s};let p;let M;const checkCatchBoundary=e=>{if(isOutOfBounds(f.current)){p=e;M=spring({from:f.current,to:nearestBoundary(f.current),velocity:calcGeneratorVelocity(calcLatest,e,f.current),damping:a,stiffness:o,restDistance:u,restSpeed:d})}};checkCatchBoundary(0);return e=>{let t=false;if(!M&&void 0===p){t=true;applyFriction(e);checkCatchBoundary(e)}if(void 0!==p&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const r=10;const a=1e4;function pregenerateKeyframes(e){let t;let s=r;let n=e(0);const o=[n.current];while(!n.done&&s<a){n=e(s);o.push(n.done?n.target:n.current);void 0===t&&n.hasReachedTarget&&(t=s);s+=r}const c=s-r;1===o.length&&o.push(n.current);return{keyframes:o,duration:c/1e3,overshootDuration:(null!==t&&void 0!==t?t:c)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n\n//# sourceMappingURL=index.es.js.map", "import{MotionValue as e}from\"@motionone/types\";import{noopReturn as t,addUniqueItem as n,isCubicBezier as o,defaults as i,isEasingGenerator as s,isNumber as r,time as a,isEasingList as c,noop as l,removeItem as f,mix as u,getEasingForSegment as d,isString as g,defaultOffset as m,fillOffset as h,progress as p,velocityPerSecond as v,interpolate as y}from\"@motionone/utils\";import{Animation as w,getEasingFunction as E}from\"@motionone/animation\";import{__rest as b}from\"tslib\";import{invariant as S}from\"hey-listen\";import{pregenerateKeyframes as A,calcGeneratorVelocity as O,spring as x,glide as V}from\"@motionone/generators\";const z=new WeakMap;function getAnimationData(e){z.has(e)||z.set(e,{transforms:[],values:new Map});return z.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const W=[\"\",\"X\",\"Y\",\"Z\"];const L=[\"translate\",\"scale\",\"rotate\",\"skew\"];const T={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const D={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const M={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:D,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:D};const k=new Map;const asTransformCssVar=e=>`--motion-${e}`;const B=[\"x\",\"y\",\"z\"];L.forEach((e=>{W.forEach((t=>{B.push(e+t);k.set(asTransformCssVar(e+t),M[e])}))}));const compareTransformOrder=(e,t)=>B.indexOf(e)-B.indexOf(t);const j=new Set(B);const isTransform=e=>j.has(e);const addTransformToElement=(e,t)=>{T[t]&&(t=T[t]);const{transforms:o}=getAnimationData(e);n(o,t);e.style.transform=buildTransformTemplate(o)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const P=new Set;function registerCssVariable(e){if(!P.has(e)){P.add(e);try{const{syntax:t,initialValue:n}=k.has(e)?k.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const convertEasing=e=>o(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;const testAnimation=e=>document.createElement(\"div\").animate(e,{duration:.001});const C={cssRegisterProperty:()=>\"undefined\"!==typeof CSS&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]}).finished)};const $={};const R={};for(const e in C)R[e]=()=>{void 0===$[e]&&($[e]=C[e]());return $[e]};function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){T[e]&&(e=T[e]);return isTransform(e)?asTransformCssVar(e):e}const H={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=k.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&\"finished\"!==e.playState)try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={}){const f=getDevToolsRecord();const u=false!==o.record&&f;let d;let{duration:g=i.duration,delay:m=i.delay,endDelay:h=i.endDelay,repeat:p=i.repeat,easing:v=i.easing,direction:y,offset:E,allowWebkitAcceleration:b=false}=o;const S=getAnimationData(e);let A=R.waapi();const O=isTransform(t);O&&addTransformToElement(e,t);const x=getStyleName(t);const V=getMotionValue(S.values,x);const z=k.get(x);stopAnimation(V.animation,!(s(v)&&V.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=H.get(e,x))&&void 0!==t?t:null===z||void 0===z?void 0:z.initialValue)&&void 0!==n?n:0};let i=hydrateKeyframes(keyframesList(n),readInitialValue);if(s(v)){const e=v.createAnimation(i,readInitialValue,O,x,V);v=e.easing;void 0!==e.keyframes&&(i=e.keyframes);void 0!==e.duration&&(g=e.duration)}isCssVar(x)&&(R.cssRegisterProperty()?registerCssVariable(x):A=false);if(A){z&&(i=i.map((e=>r(e)?z.toDefaultUnit(e):e)));1!==i.length||R.partialKeyframes()&&!u||i.unshift(readInitialValue());const t={delay:a.ms(m),duration:a.ms(g),endDelay:a.ms(h),easing:c(v)?void 0:convertEasing(v),direction:y,iterations:p+1,fill:\"both\"};d=e.animate({[x]:i,offset:E,easing:c(v)?v.map(convertEasing):void 0},t);d.finished||(d.finished=new Promise(((e,t)=>{d.onfinish=e;d.oncancel=t})));const n=i[i.length-1];d.finished.then((()=>{H.set(e,x,n);d.cancel()})).catch(l);b||(d.playbackRate=1.000001)}else if(O){i=i.map((e=>\"string\"===typeof e?parseFloat(e):e));1===i.length&&i.unshift(parseFloat(readInitialValue()));const render=t=>{z&&(t=z.toDefaultUnit(t));H.set(e,x,t)};d=new w(render,i,Object.assign(Object.assign({},o),{duration:g,easing:v}))}else{const t=i[i.length-1];H.set(e,x,z&&r(t)?z.toDefaultUnit(t):t)}u&&f(e,t,i,{duration:g,delay:m,easing:v,repeat:p,offset:E},\"motion-one\");V.setAnimation(d);return d}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(\"string\"===typeof e)if(t){null!==(n=t[e])&&void 0!==n?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=i.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},I);const getActiveAnimation=e=>e.animations[0];const I={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return a.s((null===n||void 0===n?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return null===n||void 0===n?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(l));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return\"undefined\"===typeof(null===n||void 0===n?void 0:n[t])?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=a.ms(n);case\"currentTime\":case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(e=.1,{start:t=0,from:n=0,easing:o}={}){return(i,s)=>{const a=r(n)?n:getFromIndex(n,s);const c=Math.abs(a-i);let l=e*c;if(o){const t=s*e;const n=E(o);l=n(l/t)*t}return t+l}}function getFromIndex(e,t){if(\"first\"===e)return 0;{const n=t-1;return\"last\"===e?n:n/2}}function resolveOption(e,t,n){return\"function\"===typeof e?e(t,n):e}function animate(e,t,n={}){e=resolveElements(e);const o=e.length;const i=[];for(let s=0;s<o;s++){const r=e[s];for(const e in t){const a=getOptions(n,e);a.delay=resolveOption(a.delay,s,o);const c=animateStyle(r,e,t[e],a);i.push(c)}}return withControls(i,n,n.duration)}function calcNextTime(e,t,n,o){var i;return r(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):\"<\"===t?n:null!==(i=o.get(t))&&void 0!==i?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){f(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:u(i,s,o[r]),easing:d(n,r)})}function compareByTime(e,t){return e.at===t.at?null===e.value?1:-1:e.at-t.at}function timeline(e,t={}){var n;const o=createAnimationsFromTimeline(e,t);const i=o.map((e=>animateStyle(...e))).filter(Boolean);return withControls(i,t,null===(n=o[0])||void 0===n?void 0:n[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:n={}}=t,o=b(t,[\"defaultOptions\"]);const r=[];const a=new Map;const c={};const l=new Map;let f=0;let u=0;let d=0;for(let t=0;t<e.length;t++){const o=e[t];if(g(o)){l.set(o,u);continue}if(!Array.isArray(o)){l.set(o.name,calcNextTime(u,o.at,f,l));continue}const[r,p,v={}]=o;void 0!==v.at&&(u=calcNextTime(u,v.at,f,l));let y=0;const w=resolveElements(r,c);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,a);for(const t in p){const r=getValueSequence(t,o);let a=keyframesList(p[t]);const c=getOptions(v,t);let{duration:l=n.duration||i.duration,easing:f=n.easing||i.easing}=c;if(s(f)){const e=isTransform(t);S(2===a.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=f.createAnimation(a,(()=>\"0\"),e);f=n.easing;void 0!==n.keyframes&&(a=n.keyframes);void 0!==n.duration&&(l=n.duration)}const g=resolveOption(v.delay,e,E)||0;const w=u+g;const b=w+l;let{offset:A=m(a.length)}=c;1===A.length&&0===A[0]&&(A[1]=1);const O=length-a.length;O>0&&h(A,O);1===a.length&&a.unshift(null);addKeyframes(r,a,f,A,w,b);y=Math.max(g+l,y);d=Math.max(b,d)}}f=u;u+=y}a.forEach(((e,t)=>{for(const s in e){const a=e[s];a.sort(compareByTime);const c=[];const l=[];const f=[];for(let e=0;e<a.length;e++){const{at:t,value:n,easing:o}=a[e];c.push(n);l.push(p(0,d,t));f.push(o||i.easing)}if(0!==l[0]){l.unshift(0);c.unshift(c[0]);f.unshift(\"linear\")}if(1!==l[l.length-1]){l.push(1);c.push(null)}r.push([t,s,c,Object.assign(Object.assign(Object.assign({},n),{duration:d,easing:f,offset:l}),o)])}}));return r}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s,restSpeed:r?.05:2,restDistance:r?.01:.5},n)));return o.get(a)};const getKeyframes=e=>{t.has(e)||t.set(e,A(e));return t.get(e)};return{createAnimation:(e,t,n,o,i)=>{var s,r;let a;const c=e.length;let l=n&&c<=2&&e.every(isNumberOrNull);if(l){const n=e[c-1];const l=1===c?null:e[0];let f=0;let u=0;const d=null===i||void 0===i?void 0:i.generator;if(d){const{animation:t,generatorStartTime:n}=i;const o=(null===t||void 0===t?void 0:t.startTime)||n||0;const r=(null===t||void 0===t?void 0:t.currentTime)||performance.now()-o;const a=d(r).current;u=null!==(s=l)&&void 0!==s?s:a;(1===c||2===c&&null===e[0])&&(f=O((e=>d(e).current),r,a))}else u=null!==(r=l)&&void 0!==r?r:parseFloat(t());const g=getGenerator(u,n,f,null===o||void 0===o?void 0:o.includes(\"scale\"));const m=getKeyframes(g);a=Object.assign(Object.assign({},m),{easing:\"linear\"});if(i){i.generator=g;i.generatorStartTime=performance.now()}}else{const e=getKeyframes(getGenerator(0,100));a={easing:\"ease\",duration:e.overshootDuration}}return a}}}}const isNumberOrNull=e=>\"string\"!==typeof e;const N=createGeneratorEasing(x);const F=createGeneratorEasing(V);const U={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:i=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const s=resolveElements(e);const r=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=r.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);\"function\"===typeof n?r.set(e.target,n):a.unobserve(e.target)}else if(n){n(e);r.delete(e.target)}}))};const a=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof i?i:U[i]});s.forEach((e=>a.observe(e)));return()=>a.disconnect()}const q=new WeakMap;let K;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;null===(o=q.get(e))||void 0===o?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){\"undefined\"!==typeof ResizeObserver&&(K=new ResizeObserver(notifyAll))}function resizeElement(e,t){K||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=q.get(e);if(!n){n=new Set;q.set(e,n)}n.add(t);null===K||void 0===K?void 0:K.observe(e)}));return()=>{n.forEach((e=>{const n=q.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===K||void 0===K?void 0:K.unobserve(e))}))}}const G=new Set;let _;function createWindowResizeHandler(){_=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};G.forEach((e=>e(t)))};window.addEventListener(\"resize\",_)}function resizeWindow(e){G.add(e);_||createWindowResizeHandler();return()=>{G.delete(e);!G.size&&_&&(_=void 0)}}function resize(e,t){return\"function\"===typeof e?resizeWindow(e):resizeElement(e,t)}const Z=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const X={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,o){const i=n[t];const{length:s,position:r}=X[t];const a=i.current;const c=n.time;i.current=e[\"scroll\"+r];i.scrollLength=e[\"scroll\"+s]-e[\"client\"+s];i.offset.length=0;i.offset[0]=0;i.offset[1]=i.scrollLength;i.progress=p(0,i.scrollLength,i.current);const l=o-c;i.velocity=l>Z?0:v(i.current-a,l)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Y={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const J={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==J[e]&&(e=J[e]);if(g(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}r(e)&&(o=t*e);return n+o}const Q=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:Q;let s=0;let a=0;if(r(e))i=[e,e];else if(g(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,J[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);a=resolveEdge(i[1],t);return s-a}const ee={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Y.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ee;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=y(m(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const i=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:\"function\"===typeof t?()=>t(n):scrubAnimation(t,n[i])}}function scrubAnimation(e,n){e.pause();e.forEachNative(((e,{easing:n})=>{var o,i;if(e.updateDuration){n||(e.easing=t);e.updateDuration(1)}else{const t={duration:1e3};n||(t.easing=\"linear\");null===(i=null===(o=e.effect)||void 0===o?void 0:o.updateTiming)||void 0===i?void 0:i.call(o,t)}}));return()=>{e.currentTime=n.progress}}const te=new WeakMap;const ne=new WeakMap;const oe=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=b(t,[\"container\"]);let i=oe.get(n);if(!i){i=new Set;oe.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!te.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};te.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ne.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=te.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=oe.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=te.get(n);te.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ne.get(n))||void 0===t?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return\"object\"===typeof e}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let ie;function processScheduledAnimations(){if(!ie)return;const e=ie.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);ie=void 0}function scheduleAnimation(e){if(ie)n(ie,e);else{ie=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){ie&&f(ie,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const se={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=b(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const re={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const ae={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const ce={inView:se,hover:re,press:ae};const le=[\"initial\",\"animate\",...Object.keys(ce),\"exit\"];const fe=new WeakMap;function createMotionState(e={},t){let n;let o=t?t.getDepth()+1:0;const i={initial:true,animate:true};const s={};const r={};for(const n of le)r[n]=\"string\"===typeof e[n]?e[n]:null===t||void 0===t?void 0:t.getContext()[n];const a=false===e.initial?\"animate\":\"initial\";let c=resolveVariant(e[a]||r[a],e.variants)||{},f=b(c,[\"transition\"]);const u=Object.assign({},f);function*animateUpdates(){var t,o;const s=f;f={};const r={};for(const n of le){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){f[n]=s[n];r[n]=getOptions(null!==(o=null!==(t=s.transition)&&void 0!==t?t:e.transition)&&void 0!==o?o:{},n)}}const a=new Set([...Object.keys(f),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===f[e]&&(f[e]=u[e]);if(hasChanged(s[e],f[e])){null!==(t=u[e])&&void 0!==t?t:u[e]=H.get(n,e);c.push(animateStyle(n,e,f[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=f;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(l)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in ce){const o=ce[t].isActive(e);const i=s[t];if(o&&!i)s[t]=ce[t].subscribe(n,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!o&&i){i();delete s[t]}}};const d={update:t=>{if(n){e=t;updateGestureSubscriptions();scheduleAnimation(d)}},setActive:(e,t)=>{if(n){i[e]=t;scheduleAnimation(d)}},animateUpdates:animateUpdates,getDepth:()=>o,getTarget:()=>f,getOptions:()=>e,getContext:()=>r,mount:e=>{S(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;fe.set(n,d);updateGestureSubscriptions();return()=>{fe.delete(n);unscheduleAnimation(d);for(const e in s)s[e]()}},isMounted:()=>Boolean(n)};return d}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){T[o]&&(o=T[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const a=k.get(o);a&&(s=r(i)?a.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Y as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,F as glide,inView$1 as inView,fe as mountedStates,resize,scroll,N as spring,stagger,H as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useEffect,useState,useRef,useMemo,useCallback,cloneElement,startTransition}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,frame}from\"framer-motion\";import{resize}from\"@motionone/dom\";const MAX_DUPLICATED_ITEMS=100;const directionTransformers={left:offset=>`translateX(-${offset}px)`,right:offset=>`translateX(${offset}px)`,top:offset=>`translateY(-${offset}px)`,bottom:offset=>`translateY(${offset}px)`};/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Ticker(props){/* Props */let{slots=[],gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */const currentTarget=RenderTarget.current();const isCanvas=currentTarget===RenderTarget.canvas||currentTarget===RenderTarget.export;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const numChildren=Children.count(filteredSlots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[{current:null},{current:null}];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */let clonedChildren=null;let dupedChildren=[];/* Duplicate value */let duplicateBy=0;let opacity=0;if(isCanvas){duplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;duplicateBy=Math.min(duplicateBy,MAX_DUPLICATED_ITEMS);opacity=1;}/* Measure parent and child */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;startTransition(()=>setSize({parent:parentLength,children:childrenLength}));}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */let initialResize=useRef(true);useEffect(()=>{frame.read(measure);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure);}initialResize.current=false;});},[]);}clonedChildren=Children.map(filteredSlots,(child,index)=>{let ref;if(index===0){ref=childrenRef[0];}if(index===filteredSlots.length-1){ref=childrenRef[1];}const size={width:widthType?child.props?.width:\"100%\",height:heightType?child.props?.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...child.props?.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},child.props?.children)})});});}const isInView=isCanvas?true:useInView(parentRef);if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=dupedChildren.concat(Children.map(filteredSlots,(child,childIndex)=>{const size={width:widthType?child.props?.width:\"100%\",height:heightType?child.props?.height:\"100%\",willChange:!isInView?undefined:\"transform\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/cloneElement(child,{key:i+\" \"+childIndex,style:{...child.props?.style,width:widthType?child.props?.width:\"100%\",height:heightType?child.props?.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},child.props?.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);}));}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */if(!isCanvas){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue)]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);const playOrPause=useCallback(()=>{if(!animationRef.current)return;const hidden=document.hidden;if(isInView&&!hidden&&animationRef.current.playState===\"paused\"){animationRef.current.play();}else if((!isInView||hidden)&&animationRef.current.playState===\"running\"){animationRef.current.pause();}},[isInView]);useEffect(()=>{playOrPause();},[isInView]);useEffect(()=>{document.addEventListener(\"visibilitychange\",playOrPause);return()=>{document.removeEventListener(\"visibilitychange\",playOrPause);};},[playOrPause]);}/* Fades */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/_jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/_jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,willChange:isCanvas||!isInView?\"auto\":\"transform\",transform:transformer(0)},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=hoverFactor;}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=1;}},children:[clonedChildren,dupedChildren]})});}/* Default Properties */Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerDisableUnlink\":\"*\",\"framerIntrinsicHeight\":\"200\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here \u2014 there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map", "import { useIsInCurrentNavigationTarget } from \"framer\";\nimport { useEffect } from \"react\";\nexport function useOnEnter(onEnter, enabled) {\n    return useOnSpecificTargetChange(true, onEnter, enabled);\n}\nexport function useOnExit(onExit, enabled) {\n    return useOnSpecificTargetChange(false, onExit, enabled);\n}\nfunction useOnSpecificTargetChange(goal, callback, enabled = true) {\n    const isInTarget = useIsInCurrentNavigationTarget();\n    useEffect(()=>{\n        if (enabled && isInTarget === goal) callback();\n    }, [\n        isInTarget\n    ]);\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useOnEnter\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnExit\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useOnNavigationTargetChange.map", "import { useMemo } from \"react\";\nexport const isBrowserSafari = ()=>{\n    if (typeof navigator !== `undefined`) {\n        const userAgent = navigator.userAgent.toLowerCase();\n        const isSafari = (userAgent.indexOf(\"safari\") > -1 || userAgent.indexOf(\"framermobile\") > -1 || userAgent.indexOf(\"framerx\") > -1) && userAgent.indexOf(\"chrome\") < 0;\n        return isSafari;\n    } else return false;\n};\nexport const useIsBrowserSafari = ()=>useMemo(()=>isBrowserSafari()\n    , [])\n;\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./isBrowser.map", "import { useMemo } from \"react\";\nimport { RenderTarget } from \"framer\";\nexport function useRenderTarget() {\n    const currentRenderTarget = useMemo(()=>RenderTarget.current()\n    , []);\n    return currentRenderTarget;\n}\nexport function useIsInPreview() {\n    const inPreview = useMemo(()=>RenderTarget.current() === RenderTarget.preview\n    , []);\n    return inPreview;\n}\nexport function useIsOnCanvas() {\n    const onCanvas = useMemo(()=>RenderTarget.current() === RenderTarget.canvas\n    , []);\n    return onCanvas;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsInPreview\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsOnCanvas\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useRenderTarget.map", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n    const { borderRadius , isMixedBorderRadius , topLeftRadius , topRightRadius , bottomRightRadius , bottomLeftRadius ,  } = props;\n    const radiusValue = useMemo(()=>isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`\n    , [\n        borderRadius,\n        isMixedBorderRadius,\n        topLeftRadius,\n        topRightRadius,\n        bottomRightRadius,\n        bottomLeftRadius, \n    ]);\n    return radiusValue;\n}\nexport const borderRadiusControl = {\n    borderRadius: {\n        title: \"Radius\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"isMixedBorderRadius\",\n        toggleTitles: [\n            \"Radius\",\n            \"Radius per corner\"\n        ],\n        valueKeys: [\n            \"topLeftRadius\",\n            \"topRightRadius\",\n            \"bottomRightRadius\",\n            \"bottomLeftRadius\", \n        ],\n        valueLabels: [\n            \"TL\",\n            \"TR\",\n            \"BR\",\n            \"BL\"\n        ],\n        min: 0\n    }\n};\nexport function usePadding(props) {\n    const { padding , paddingPerSide , paddingTop , paddingRight , paddingBottom , paddingLeft ,  } = props;\n    const paddingValue = useMemo(()=>paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding\n    , [\n        padding,\n        paddingPerSide,\n        paddingTop,\n        paddingRight,\n        paddingBottom,\n        paddingLeft, \n    ]);\n    return paddingValue;\n}\nexport const paddingControl = {\n    padding: {\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\n            \"Padding\",\n            \"Padding per side\"\n        ],\n        valueKeys: [\n            \"paddingTop\",\n            \"paddingRight\",\n            \"paddingBottom\",\n            \"paddingLeft\", \n        ],\n        valueLabels: [\n            \"T\",\n            \"R\",\n            \"B\",\n            \"L\"\n        ],\n        min: 0,\n        title: \"Padding\"\n    }\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./propUtils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,useIsInCurrentNavigationTarget,RenderTarget}from\"framer\";import{isMotionValue,useInView}from\"framer-motion\";import{borderRadiusControl,defaultEvents,useIsBrowserSafari,useIsOnCanvas,useOnEnter,useOnExit,useRadius,useRenderTarget}from\"https://framerusercontent.com/modules/G4IfyjvwmaeSBpdb4TWu/OIjZRBmWDcIE2B6qgG1j/index.js\";// https://framer.com/m/framer/default-utils.js@^0.45.0\nimport{memo,useCallback,useEffect,useMemo,useRef,useState}from\"react\";var ObjectFitType;(function(ObjectFitType){ObjectFitType[\"Fill\"]=\"fill\";ObjectFitType[\"Contain\"]=\"contain\";ObjectFitType[\"Cover\"]=\"cover\";ObjectFitType[\"None\"]=\"none\";ObjectFitType[\"ScaleDown\"]=\"scale-down\";})(ObjectFitType||(ObjectFitType={}));var SrcType;(function(SrcType){SrcType[\"Video\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));const defaultVideo=\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\";// Reduce renders\nfunction getProps(props){const{width,height,topLeft,topRight,bottomRight,bottomLeft,id,children,...rest}=props;return rest;}/**\n * VIDEO\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 112\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export function Video(props){const newProps=getProps(props);return /*#__PURE__*/_jsx(VideoMemo,{...newProps});}function usePlaybackControls(videoRef){const isInCurrentNavigationTarget=useIsInCurrentNavigationTarget();const requestingPlay=useRef(false);const isPlayingRef=useRef(false);const setProgress=useCallback(rawProgress=>{if(!videoRef.current)return;const newProgress=(rawProgress===1?.999:rawProgress)*videoRef.current.duration;const isAlreadySet=Math.abs(videoRef.current.currentTime-newProgress)<.1;if(videoRef.current.duration>0&&!isAlreadySet){videoRef.current.currentTime=newProgress;}},[]);const play=useCallback(()=>{const video=videoRef.current;if(!video)return;video.preload=\"auto\"// makes sure browsers don't throttle: https://html.spec.whatwg.org/multipage/media.html#:~:text=When%20the%20media%20resource%20is%20playing%2C%20hints%20to%20the%20user%20agent%20that%20bandwidth%20is%20to%20be%20considered%20scarce%2C%20e.g.%20suggesting%20throttling%20the%20download%20so%20that%20the%20media%20data%20is%20obtained%20at%20the%20slowest%20possible%20rate%20that%20still%20maintains%20consistent%20playback.\n;const isPlaying=video.currentTime>0&&video.onplaying&&!video.paused&&!video.ended&&video.readyState>=video.HAVE_CURRENT_DATA;if(!isPlaying&&video&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;isPlayingRef.current=true;video.play().catch(e=>{})// It's likely fine, swallow error\n.finally(()=>requestingPlay.current=false);}},[]);const pause=useCallback(()=>{if(!videoRef.current||requestingPlay.current)return;videoRef.current.pause();isPlayingRef.current=false;},[]);return{play,pause,setProgress,isPlaying:isPlayingRef};}function useAutoplayBehavior({playingProp,muted,loop,playsinline,controls}){const[initialPlayingProp]=useState(()=>playingProp);const[hasPlayingPropChanged,setHasPlayingPropChanged]=useState(false);if(playingProp!==initialPlayingProp&&!hasPlayingPropChanged){setHasPlayingPropChanged(true);}const behavesAsGif=// passing `playing === true` on mount indicates that the video should\n// autoplay, like a GIF\ninitialPlayingProp&&muted&&loop&&playsinline&&!controls&&// Some users of the <Video> component use it by wrapping it with\n// another smart component and adding their own controls on top. (The\n// controls use transitions to control the video: e.g., when clicking\n// the play button, the smart component will transition to a state with\n// <Video playing={true} />.) In this case, we don't want the video to\n// behave as a gif, as it will be weird if the video suddenly started\n// acting as such (and auto-pausing when leaving the viewport) as soon\n// as the site visitor mutes it and clicks \u201CPlay\u201D.\n!hasPlayingPropChanged;let autoplay;if(behavesAsGif)autoplay=\"on-viewport\";else if(initialPlayingProp)autoplay=\"on-mount\";else autoplay=\"no-autoplay\";return autoplay;}const VideoMemo=/*#__PURE__*/memo(function VideoInner(props){const{// default props\nsrcType=\"URL\",srcUrl,srcFile=\"\",posterEnabled=false,controls=false,playing=true,loop=true,muted=true,playsinline=true,restartOnEnter=false,objectFit=\"cover\",backgroundColor=\"rgba(0,0,0,0)\",radius=0,volume=25,startTime:startTimeProp=0,poster,playing:playingProp,progress,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp}=props;const videoRef=useRef();const isSafari=useIsBrowserSafari();const wasPausedOnLeave=useRef(null);const wasEndedOnLeave=useRef(null);const isOnCanvas=useIsOnCanvas();const renderTarget=useRenderTarget();const isStaticRenderer=isOnCanvas||renderTarget===RenderTarget.export;const borderRadius=useRadius(props);// Hard-coding `autoplayBehavior` and `isInViewport` when on canvas as a\n// tiny perf optimization. isStaticRenderer won\u2019t change through the lifecycle of\n// the component, so using these hooks conditionally should be safe\nconst autoplayBehavior=isStaticRenderer?\"no-autoplay\":useAutoplayBehavior({playingProp,muted,loop,playsinline,controls});const isInViewport=isStaticRenderer?true:useInView(videoRef);const isCloseToViewport=isStaticRenderer?false:useInView(videoRef,{margin:\"10%\",once:true});// Video elements behave oddly at 100% duration\nconst startTime=startTimeProp===100?99.9:startTimeProp;const{play,pause,setProgress,isPlaying}=usePlaybackControls(videoRef);// Pause/play via props\nuseEffect(()=>{if(isStaticRenderer)return;if(autoplayBehavior===\"on-viewport\")return;if(playingProp)play();else pause();},[autoplayBehavior,playingProp]);// Pause/play via viewport\nuseEffect(()=>{if(isStaticRenderer)return;// this also explicitly retries playing for videos that play on-mount, which could fail if they're not muted for example\nif(isInViewport&&playingProp&&autoplayBehavior!==\"no-autoplay\")play();if(autoplayBehavior!==\"on-viewport\")return;pause();},[autoplayBehavior,isInViewport,playingProp]);useEffect(()=>{if(!isOnCanvas||poster||posterEnabled||startTime||!videoRef.current)return;// forces a poster to show up when the video is in an iframe; this is needed when `poster` changes\nvideoRef.current.currentTime=.01;},[posterEnabled,poster,startTime]);/**\n     * The Video component has some effects that sync the video element with props\n     * like `startTime`, `progress`, etc. React calls these effects whenever these\n     * props change. However, it also calls them on the first mount, and this is\n     * troublesome \u2013 if we\u2019re doing SSR, and the user changed the video state before\n     * the video was hydrated, the initial `useEffect` call will reset the video\n     * state. To avoid this, we use this flag.\n     */const isMountedAndReadyForProgressChanges=useRef(false);// Allow scrubbling via progress prop\n// 1) Handle cases when the progress prop itself changes\nuseEffect(()=>{if(!isMountedAndReadyForProgressChanges.current){isMountedAndReadyForProgressChanges.current=true;return;}const rawProgressValue=isMotionValue(progress)?progress.get():(progress??0)*.01;setProgress(// When the progress value exists (e.g. <Video startTime={10}\n// progress={50} />), we respect the `progress` value over\n// `startTime`, even if `startTime` changes. That\u2019s because\n// `startTime` == start == changing it shouldn\u2019t affect the current\n// progress\n(rawProgressValue??0)||// Then why fall back to `startTime` when `progress` doesn\u2019t exist,\n// you might ask? Now, that\u2019s for\n// - canvas UX: we want the video progress to change when the user\n//   is scrobbling the \u201CStart Time\u201D in component settings.\n// - backwards compatibility: maybe some users *are* scrobbling\n//   using `startTime` instead of `progress`? We don\u2019t know, and it\n//   always supported it, so let\u2019s not break it\n(startTime??0)/100);},[startTime,srcFile,srcUrl,progress]);// 2) Handle cases when the motion value inside the progress prop changes\nuseEffect(()=>{if(!isMotionValue(progress))return;return progress.on(\"change\",value=>setProgress(value));},[progress]);// (Prototyping) Checking if we need to play on navigation enter\nuseOnEnter(()=>{if(wasPausedOnLeave.current===null)return;if(videoRef.current){// if (restartOnEnter) setProgress(0)\nif(!wasEndedOnLeave&&loop||!wasPausedOnLeave.current)play();}});// (Prototyping) Pausing & saving playing state on navigation exit\nuseOnExit(()=>{if(videoRef.current){wasEndedOnLeave.current=videoRef.current.ended;wasPausedOnLeave.current=videoRef.current.paused;pause();}});const src=useMemo(()=>{let fragment=\"\";// if (\n//     startTime > 0 &&\n//     videoRef.current &&\n//     !isNaN(videoRef.current.duration) &&\n//     !isStaticRenderer\n// ) {\n//     console.log(startTime, videoRef.current.duration)\n//     fragment = `#t=${startTime * videoRef.current.duration}`\n// }\nif(srcType===\"URL\")return srcUrl+fragment;if(srcType===\"Upload\")return srcFile+fragment;},[srcType,srcFile,srcUrl,startTime]);// Autoplay via JS to work in Safari\nuseEffect(()=>{if(isSafari&&videoRef.current&&autoplayBehavior===\"on-mount\"){setTimeout(()=>play(),50);}},[]);// Volume Control\nuseEffect(()=>{if(videoRef.current&&!muted)videoRef.current.volume=(volume??0)/100;},[volume]);// When video is ready, set start-time, then autoplay if needed\nconst handleReady=()=>{const video=videoRef.current;if(!video)return;if(video.currentTime<.3&&startTime>0)setProgress((startTime??0)*.01);if(// when the component updates (e.g. only srcFile/url changes), and the video was already playing, keep playing\nisPlaying.current||autoplayBehavior===\"on-mount\"||playingProp&&autoplayBehavior===\"on-viewport\"&&isInViewport)play();};return /*#__PURE__*/_jsx(\"video\",{onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,src:src,loop:loop,ref:videoRef,onSeeked:e=>onSeeked?.(e),onPause:e=>onPause?.(e),onPlay:e=>onPlay?.(e),onEnded:e=>onEnd?.(e),autoPlay:isPlaying.current||autoplayBehavior===\"on-mount\"||playingProp&&autoplayBehavior===\"on-viewport\"&&isInViewport,preload:isPlaying.current?\"auto\":isStaticRenderer&&!poster?\"metadata\":autoplayBehavior!==\"on-mount\"&&!isCloseToViewport?\"none\":// `autoplay` overrides this too\n\"metadata\",poster:posterEnabled&&!srcFile&&srcUrl===defaultVideo?\"https://framerusercontent.com/images/5ILRvlYXf72kHSVHqpa3snGzjU.jpg\":posterEnabled&&poster?poster:undefined,onLoadedData:handleReady,controls:controls,muted:isStaticRenderer?true:muted,playsInline:playsinline,style:{cursor:!!onClick?\"pointer\":\"auto\",width:\"100%\",height:\"100%\",borderRadius,display:\"block\",objectFit:objectFit,backgroundColor:backgroundColor,objectPosition:\"50% 50%\"}});});Video.displayName=\"Video\";function capitalizeFirstLetter(value){return value.charAt(0).toUpperCase()+value.slice(1);}export function titleCase(value){const groups=value.match(/[A-Z]{2,}|[A-Z][a-z]+|[a-z]+|[A-Z]|\\d+/gu)||[];return groups.map(capitalizeFirstLetter).join(\" \");}const objectFitOptions=[\"cover\",\"fill\",\"contain\",\"scale-down\",\"none\"];addPropertyControls(Video,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[\"URL\",\"Upload\"]},srcUrl:{type:ControlType.String,title:\"URL\",defaultValue:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",hidden(props){return props.srcType===\"Upload\";}},srcFile:{type:ControlType.File,title:\"File\",allowedFileTypes:[\"mp4\",\"webm\"],hidden(props){return props.srcType===\"URL\";}},playing:{type:ControlType.Boolean,title:\"Playing\",enabledTitle:\"Yes\",disabledTitle:\"No\"},...borderRadiusControl,posterEnabled:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Yes\",disabledTitle:\"No\"},poster:{type:ControlType.Image,title:\"Image\",hidden:({posterEnabled})=>!posterEnabled,description:\"We recommend adding a poster. [Learn more](https://www.framer.com/help/articles/how-are-videos-optimized-in-framer/).\"},backgroundColor:{type:ControlType.Color,title:\"Background\",defaultValue:\"rgba(0,0,0,0)\"},startTime:{title:\"Start Time\",type:ControlType.Number,min:0,max:100,step:.1,unit:\"%\"},loop:{type:ControlType.Boolean,title:\"Loop\",enabledTitle:\"Yes\",disabledTitle:\"No\"},objectFit:{type:ControlType.Enum,title:\"Fit\",options:objectFitOptions,optionTitles:objectFitOptions.map(titleCase)},// restartOnEnter: {\n//     type: ControlType.Boolean,\n//     title: \"On ReEnter\",\n//     enabledTitle: \"Restart\",\n//     disabledTitle: \"Resume\",\n// },\ncontrols:{type:ControlType.Boolean,title:\"Controls\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted,defaultValue:25},onEnd:{type:ControlType.EventHandler},onSeeked:{type:ControlType.EventHandler},onPause:{type:ControlType.EventHandler},onPlay:{type:ControlType.EventHandler},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"VideoProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"titleCase\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"112\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicWidth\":\"200\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Video.map", "// Generated by Framer (e22b717)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={E_wGjaDi9:{hover:true}};const cycleOrder=[\"E_wGjaDi9\",\"qrbSJPCrx\"];const serializationHash=\"framer-hzVKZ\";const variantClassNames={E_wGjaDi9:\"framer-v-yqoz85\",qrbSJPCrx:\"framer-v-48dnz9\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"E_wGjaDi9\",Mobile:\"qrbSJPCrx\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"E_wGjaDi9\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"E_wGjaDi9\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"qrbSJPCrx\")return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:\"mailto:hi@michaelrubini.com\",motionChild:true,nodeId:\"E_wGjaDi9\",openInNewTab:true,scopeId:\"aDB1wHvdF\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-yqoz85\",className,classNames)} framer-16k868w`,\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"E_wGjaDi9\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-aa235c1f-159d-47fd-b368-f50a703060e9, rgba(28, 26, 26, 0.08))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(243, 243, 242, 0.8)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,...style},variants:{\"E_wGjaDi9-hover\":{\"--border-color\":\"rgba(28, 26, 26, 0.32)\",backgroundColor:\"rgb(243, 243, 242)\"}},...addPropertyOverrides({\"E_wGjaDi9-hover\":{\"data-framer-name\":undefined},qrbSJPCrx:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-189yfae\",\"data-framer-name\":\"Icon\",fill:\"rgba(28, 26, 26, 0.8)\",intrinsicHeight:32,intrinsicWidth:32,layoutDependency:layoutDependency,layoutId:\"aCy5qoiQv\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 256 256\"><path d=\"M224 44H32a12 12 0 0 0-12 12v136a20 20 0 0 0 20 20h176a20 20 0 0 0 20-20V56a12 12 0 0 0-12-12Zm-30.85 24L128 127.72 62.85 68ZM44 188V83.28l75.89 69.57a12 12 0 0 0 16.22 0L212 83.28V188Z\"/></svg>',withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Let's talk\"})}),className:\"framer-2g2w1p\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"SAenfMFoD\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-hzVKZ.framer-16k868w, .framer-hzVKZ .framer-16k868w { display: block; }\",\".framer-hzVKZ.framer-yqoz85 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 40px; justify-content: center; overflow: hidden; padding: 0px 12px 0px 10px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-hzVKZ .framer-189yfae { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; width: 24px; }\",\".framer-hzVKZ .framer-2g2w1p { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hzVKZ.framer-yqoz85 { gap: 0px; } .framer-hzVKZ.framer-yqoz85 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-hzVKZ.framer-yqoz85 > :first-child { margin-left: 0px; } .framer-hzVKZ.framer-yqoz85 > :last-child { margin-right: 0px; } }\",\".framer-hzVKZ.framer-v-48dnz9.framer-yqoz85 { aspect-ratio: 1 / 1; cursor: unset; height: var(--framer-aspect-ratio-supported, 40px); padding: 0px 10px 0px 10px; width: 40px; }\",\".framer-hzVKZ.framer-v-48dnz9 .framer-189yfae { order: 1; }\",'.framer-hzVKZ[data-border=\"true\"]::after, .framer-hzVKZ [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 40\n * @framerIntrinsicWidth 122.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"qrbSJPCrx\":{\"layout\":[\"fixed\",\"fixed\"]},\"NoWBHFFd7\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameraDB1wHvdF=withCSS(Component,css,\"framer-hzVKZ\");export default FrameraDB1wHvdF;FrameraDB1wHvdF.displayName=\"email button\";FrameraDB1wHvdF.defaultProps={height:40,width:122.5};addPropertyControls(FrameraDB1wHvdF,{variant:{options:[\"E_wGjaDi9\",\"qrbSJPCrx\"],optionTitles:[\"Variant 1\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FrameraDB1wHvdF,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraDB1wHvdF\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"qrbSJPCrx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"NoWBHFFd7\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"40\",\"framerIntrinsicWidth\":\"122.5\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./aDB1wHvdF.map", "// Generated by Framer (47ebf4a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={lhJVnm02Y:{hover:true}};const serializationHash=\"framer-4QNbo\";const variantClassNames={lhJVnm02Y:\"framer-v-auiej0\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.3,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"lhJVnm02Y\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:\"mailto:hi@michaelrubini.com\",motionChild:true,nodeId:\"lhJVnm02Y\",openInNewTab:true,scopeId:\"rnAC6dz5M\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-auiej0\",className,classNames)} framer-4uabm7`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"lhJVnm02Y\",ref:refBinding,style:{...style},...addPropertyOverrides({\"lhJVnm02Y-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-oeo1ry\",\"data-framer-name\":\"Ideas\",layoutDependency:layoutDependency,layoutId:\"fdIvEFK5V\",style:{backgroundColor:\"var(--token-be8725fb-7eeb-4262-aa2a-5d26753544bf, rgb(243, 243, 242))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2Vpc3QtODAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9bb3a18d-dfeb-43f9-8beb-09cf344f64be, rgb(255, 76, 0)))\"},children:\"hi\"})}),className:\"framer-hwte86\",\"data-framer-name\":\"Ideas\",fonts:[\"GF;Geist-800\"],layoutDependency:layoutDependency,layoutId:\"orvuJ77h6\",style:{\"--extracted-r6o4lv\":\"var(--token-9bb3a18d-dfeb-43f9-8beb-09cf344f64be, rgb(255, 76, 0))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-bjg9rp\",layoutDependency:layoutDependency,layoutId:\"sdRYjAmGj\",style:{backgroundColor:\"var(--token-5efc339d-07c5-404e-9677-abab8ef7f9e4, rgb(28, 26, 26))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2Vpc3QtODAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-be8725fb-7eeb-4262-aa2a-5d26753544bf, rgb(243, 243, 242)))\"},children:\"@\"})}),className:\"framer-1kc8x9v\",\"data-framer-name\":\"Ideas\",fonts:[\"GF;Geist-800\"],layoutDependency:layoutDependency,layoutId:\"eCQQxzCk_\",style:{\"--extracted-r6o4lv\":\"var(--token-be8725fb-7eeb-4262-aa2a-5d26753544bf, rgb(243, 243, 242))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-pvoxx3\",\"data-framer-name\":\"Thoughts\",layoutDependency:layoutDependency,layoutId:\"lYGUrGW4P\",style:{backgroundColor:\"var(--token-be8725fb-7eeb-4262-aa2a-5d26753544bf, rgb(243, 243, 242))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2Vpc3QtODAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 76, 0))\"},children:\"michaelrubini\"})}),className:\"framer-frzago\",\"data-framer-name\":\"Thoughts\",fonts:[\"GF;Geist-800\"],layoutDependency:layoutDependency,layoutId:\"sCBj3p6aT\",style:{\"--extracted-r6o4lv\":\"rgb(255, 76, 0)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-10poeba\",\"data-framer-name\":\"Thoughts\",layoutDependency:layoutDependency,layoutId:\"b_Juq5uAw\",style:{backgroundColor:\"var(--token-be8725fb-7eeb-4262-aa2a-5d26753544bf, rgb(243, 243, 242))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2Vpc3QtODAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5efc339d-07c5-404e-9677-abab8ef7f9e4, rgb(28, 26, 26)))\"},children:\".com\"})}),className:\"framer-fehm9v\",\"data-framer-name\":\"Thoughts\",fonts:[\"GF;Geist-800\"],layoutDependency:layoutDependency,layoutId:\"c97ZH1eLd\",style:{\"--extracted-r6o4lv\":\"var(--token-5efc339d-07c5-404e-9677-abab8ef7f9e4, rgb(28, 26, 26))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-4QNbo.framer-4uabm7, .framer-4QNbo .framer-4uabm7 { display: block; }\",\".framer-4QNbo.framer-auiej0 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-4QNbo .framer-oeo1ry, .framer-4QNbo .framer-pvoxx3, .framer-4QNbo .framer-10poeba { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 40px; justify-content: center; overflow: visible; padding: 8px; position: relative; width: min-content; }\",\".framer-4QNbo .framer-hwte86, .framer-4QNbo .framer-1kc8x9v, .framer-4QNbo .framer-frzago, .framer-4QNbo .framer-fehm9v { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-4QNbo .framer-bjg9rp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 40px; justify-content: center; overflow: hidden; padding: 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-4QNbo.framer-auiej0, .framer-4QNbo .framer-oeo1ry, .framer-4QNbo .framer-bjg9rp, .framer-4QNbo .framer-pvoxx3, .framer-4QNbo .framer-10poeba { gap: 0px; } .framer-4QNbo.framer-auiej0 > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-4QNbo.framer-auiej0 > :first-child, .framer-4QNbo .framer-oeo1ry > :first-child, .framer-4QNbo .framer-bjg9rp > :first-child, .framer-4QNbo .framer-pvoxx3 > :first-child, .framer-4QNbo .framer-10poeba > :first-child { margin-left: 0px; } .framer-4QNbo.framer-auiej0 > :last-child, .framer-4QNbo .framer-oeo1ry > :last-child, .framer-4QNbo .framer-bjg9rp > :last-child, .framer-4QNbo .framer-pvoxx3 > :last-child, .framer-4QNbo .framer-10poeba > :last-child { margin-right: 0px; } .framer-4QNbo .framer-oeo1ry > *, .framer-4QNbo .framer-pvoxx3 > *, .framer-4QNbo .framer-10poeba > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-4QNbo .framer-bjg9rp > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\".framer-4QNbo.framer-v-auiej0.hover.framer-auiej0 { gap: 4px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-4QNbo.framer-v-auiej0.hover.framer-auiej0 { gap: 0px; } .framer-4QNbo.framer-v-auiej0.hover.framer-auiej0 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-4QNbo.framer-v-auiej0.hover.framer-auiej0 > :first-child { margin-left: 0px; } .framer-4QNbo.framer-v-auiej0.hover.framer-auiej0 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 326\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"B70zV0xMx\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerrnAC6dz5M=withCSS(Component,css,\"framer-4QNbo\");export default FramerrnAC6dz5M;FramerrnAC6dz5M.displayName=\"Email-Overlay\";FramerrnAC6dz5M.defaultProps={height:40,width:326};addFonts(FramerrnAC6dz5M,[{explicitInter:true,fonts:[{family:\"Geist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/geist/v1/gyBhhwUxId8gMGYQMKR3pzfaWI_RHOQ4mJPby1QNtA.woff2\",weight:\"800\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerrnAC6dz5M\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"40\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"B70zV0xMx\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"326\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./rnAC6dz5M.map", "// Generated by Framer (e22b717)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const MotionDivWithFX=withFX(motion.div);const enabledGestures={qicYfa1W6:{hover:true},SruNy5x5b:{hover:true}};const cycleOrder=[\"qicYfa1W6\",\"SruNy5x5b\",\"Zk3f2QrG0\",\"kS20q7_nq\"];const serializationHash=\"framer-hQdJz\";const variantClassNames={kS20q7_nq:\"framer-v-aiv87w\",qicYfa1W6:\"framer-v-1m59kyd\",SruNy5x5b:\"framer-v-1vc3c1s\",Zk3f2QrG0:\"framer-v-122mj4d\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.1,delay:0,duration:.4,type:\"spring\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const transformTemplate2=(_,t)=>`translateX(-50%) ${t}`;const transformTemplate3=(_,t)=>`translate(-50%, -50%) ${t}`;const transition2={delay:0,duration:4,ease:[0,0,1,1],type:\"tween\"};const animation={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Email-Mobile\":\"kS20q7_nq\",\"X-Mobile\":\"Zk3f2QrG0\",\"X.com\":\"qicYfa1W6\",Email:\"SruNy5x5b\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"qicYfa1W6\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"qicYfa1W6\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(gestureVariant===\"SruNy5x5b-hover\")return false;if([\"SruNy5x5b\",\"kS20q7_nq\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(gestureVariant===\"SruNy5x5b-hover\")return true;if([\"SruNy5x5b\",\"kS20q7_nq\"].includes(baseVariant))return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:\"https://x.com/heyrubini\",motionChild:true,nodeId:\"qicYfa1W6\",scopeId:\"s1GuEu3pf\",...addPropertyOverrides({\"SruNy5x5b-hover\":{href:undefined},kS20q7_nq:{href:\"mailto:hi@michaelrubini.com\",openInNewTab:true},SruNy5x5b:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1m59kyd\",className,classNames)} framer-tqv24y`,\"data-border\":true,\"data-framer-name\":\"X.com\",layoutDependency:layoutDependency,layoutId:\"qicYfa1W6\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-c5b3492d-6a13-429e-adc5-9ea791934dc7, rgba(28, 26, 26, 0.12))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6,...style},variants:{\"qicYfa1W6-hover\":{backgroundColor:\"rgba(28, 26, 26, 0.04)\"},\"SruNy5x5b-hover\":{backgroundColor:\"rgba(28, 26, 26, 0.04)\"},kS20q7_nq:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-5efc339d-07c5-404e-9677-abab8ef7f9e4, rgb(28, 26, 26))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},Zk3f2QrG0:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-5efc339d-07c5-404e-9677-abab8ef7f9e4, rgb(28, 26, 26))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12}},...addPropertyOverrides({\"qicYfa1W6-hover\":{\"data-framer-name\":undefined},\"SruNy5x5b-hover\":{\"data-framer-name\":undefined},kS20q7_nq:{\"data-framer-name\":\"Email-Mobile\"},SruNy5x5b:{\"data-framer-name\":\"Email\"},Zk3f2QrG0:{\"data-framer-name\":\"X-Mobile\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-9q80pj\",\"data-framer-name\":\"X logo\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"KRwF6n9mt\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g transform=\"translate(0.22 0)\" id=\"ss10510140207_1\"><path d=\"M 0 0.22 L 19.56 0.22 L 19.56 20.22 L 0 20.22 Z\" fill=\"transparent\"></path><path d=\"M 11.64 8.464 L 18.922 0 L 17.197 0 L 10.873 7.349 L 5.824 0 L 0 0 L 7.636 11.113 L 0 19.99 L 1.726 19.99 L 8.402 12.228 L 13.735 19.99 L 19.56 19.99 L 11.64 8.464 Z M 9.277 11.212 L 8.503 10.105 L 2.347 1.299 L 4.997 1.299 L 9.965 8.406 L 10.739 9.513 L 17.197 18.75 L 14.547 18.75 L 9.277 11.212 Z\" fill=\"rgba(28, 26, 26, 0.8)\"></path></g></svg>',svgContentId:10510140207,withExternalLayout:true,...addPropertyOverrides({Zk3f2QrG0:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g transform=\"translate(0.22 0)\" id=\"ss10900633820_1\"><path d=\"M 0 0.22 L 19.56 0.22 L 19.56 20.22 L 0 20.22 Z\" fill=\"transparent\"></path><path d=\"M 11.64 8.464 L 18.922 0 L 17.197 0 L 10.873 7.349 L 5.824 0 L 0 0 L 7.636 11.113 L 0 19.99 L 1.726 19.99 L 8.402 12.228 L 13.735 19.99 L 19.56 19.99 L 11.64 8.464 Z M 9.277 11.212 L 8.503 10.105 L 2.347 1.299 L 4.997 1.299 L 9.965 8.406 L 10.739 9.513 L 17.197 18.75 L 14.547 18.75 L 9.277 11.212 Z\" fill=\"var(--token-be8725fb-7eeb-4262-aa2a-5d26753544bf, rgb(243, 243, 242)) /* {&quot;name&quot;:&quot;Light 01&quot;} */\"></path></g></svg>',svgContentId:10900633820}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-8vv9az\",\"data-framer-name\":\"Icon\",fill:\"rgba(28, 26, 26, 0.8)\",intrinsicHeight:32,intrinsicWidth:32,layoutDependency:layoutDependency,layoutId:\"r0M5U8WKG\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 256 256\"><path d=\"M224 44H32a12 12 0 0 0-12 12v136a20 20 0 0 0 20 20h176a20 20 0 0 0 20-20V56a12 12 0 0 0-12-12Zm-30.85 24L128 127.72 62.85 68ZM44 188V83.28l75.89 69.57a12 12 0 0 0 16.22 0L212 83.28V188Z\"/></svg>',withExternalLayout:true,...addPropertyOverrides({kS20q7_nq:{fill:'var(--token-be8725fb-7eeb-4262-aa2a-5d26753544bf, rgb(243, 243, 242)) /* {\"name\":\"Light 01\"} */'}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dgof58\",\"data-framer-name\":\"Social\",layoutDependency:layoutDependency,layoutId:\"almb_K26d\",style:{opacity:0},transformTemplate:transformTemplate1,variants:{\"qicYfa1W6-hover\":{opacity:1}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qb5g8j\",\"data-framer-name\":\"Ideas\",layoutDependency:layoutDependency,layoutId:\"DIj1xKfIw\",style:{backgroundColor:\"var(--token-5efc339d-07c5-404e-9677-abab8ef7f9e4, rgb(28, 26, 26))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2Vpc3QtODAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5efc339d-07c5-404e-9677-abab8ef7f9e4, rgb(28, 26, 26)))\"},children:\"/\"})}),className:\"framer-qpakiq\",\"data-framer-name\":\"Ideas\",fonts:[\"GF;Geist-800\"],layoutDependency:layoutDependency,layoutId:\"K0aOVudOA\",style:{\"--extracted-r6o4lv\":\"var(--token-5efc339d-07c5-404e-9677-abab8ef7f9e4, rgb(28, 26, 26))\",\"--framer-paragraph-spacing\":\"0px\"},variants:{\"qicYfa1W6-hover\":{\"--extracted-r6o4lv\":\"var(--token-be8725fb-7eeb-4262-aa2a-5d26753544bf, rgb(243, 243, 242))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"qicYfa1W6-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2Vpc3QtODAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-be8725fb-7eeb-4262-aa2a-5d26753544bf, rgb(243, 243, 242)))\"},children:\"/\"})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xb7ppg\",\"data-framer-name\":\"Thoughts\",layoutDependency:layoutDependency,layoutId:\"L1A6o2Jsl\",style:{backgroundColor:\"var(--token-5efc339d-07c5-404e-9677-abab8ef7f9e4, rgb(28, 26, 26))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2Vpc3QtODAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 76, 0))\"},children:\"heyrubini\"})}),className:\"framer-1sv9huk\",\"data-framer-name\":\"Thoughts\",fonts:[\"GF;Geist-800\"],layoutDependency:layoutDependency,layoutId:\"e2iIH7vKd\",style:{\"--extracted-r6o4lv\":\"rgb(255, 76, 0)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-gwt1ys\",\"data-framer-name\":\"Connect\",layoutDependency:layoutDependency,layoutId:\"Ml9uvxgzj\",style:{backgroundColor:\"var(--token-5efc339d-07c5-404e-9677-abab8ef7f9e4, rgb(28, 26, 26))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2Vpc3QtODAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-be8725fb-7eeb-4262-aa2a-5d26753544bf, rgb(243, 243, 242)))\"},children:\".com\"})}),className:\"framer-1563put\",\"data-framer-name\":\"Connect\",fonts:[\"GF;Geist-800\"],layoutDependency:layoutDependency,layoutId:\"W4Kw6W3P2\",style:{\"--extracted-r6o4lv\":\"var(--token-be8725fb-7eeb-4262-aa2a-5d26753544bf, rgb(243, 243, 242))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1g2nko4\",\"data-framer-name\":\"Email\",layoutDependency:layoutDependency,layoutId:\"EdI82wYl_\",style:{opacity:0,rotate:90},variants:{\"SruNy5x5b-hover\":{opacity:1}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-9njp72\",\"data-framer-name\":\"hi\",layoutDependency:layoutDependency,layoutId:\"Hjr3n_irQ\",style:{backgroundColor:\"var(--token-5efc339d-07c5-404e-9677-abab8ef7f9e4, rgb(28, 26, 26))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,rotate:-90},transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7U29yYS04MDA=\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-be8725fb-7eeb-4262-aa2a-5d26753544bf, rgb(243, 243, 242)))\"},children:\"hi\"})}),className:\"framer-1ha41ld\",\"data-framer-name\":\"hi\",fonts:[\"GF;Sora-800\"],layoutDependency:layoutDependency,layoutId:\"i6V5pVkxO\",style:{\"--extracted-r6o4lv\":\"var(--token-be8725fb-7eeb-4262-aa2a-5d26753544bf, rgb(243, 243, 242))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"SruNy5x5b-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNzAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-be8725fb-7eeb-4262-aa2a-5d26753544bf, rgb(243, 243, 242)))\"},children:\"hi\"})}),fonts:[\"GF;Geist-700\"]}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ilklmf\",\"data-framer-name\":\"michaelrubini\",layoutDependency:layoutDependency,layoutId:\"xT_oEnYTC\",style:{backgroundColor:\"var(--token-5efc339d-07c5-404e-9677-abab8ef7f9e4, rgb(28, 26, 26))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,rotate:-90},transformTemplate:transformTemplate3,...addPropertyOverrides({\"SruNy5x5b-hover\":{transformTemplate:transformTemplate2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7U29yYS04MDA=\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-be8725fb-7eeb-4262-aa2a-5d26753544bf, rgb(243, 243, 242)))\"},children:\"michaelrubini\"})}),className:\"framer-sqnx6m\",\"data-framer-name\":\"michaelrubini\",fonts:[\"GF;Sora-800\"],layoutDependency:layoutDependency,layoutId:\"HeVI9t_6S\",style:{\"--extracted-r6o4lv\":\"var(--token-be8725fb-7eeb-4262-aa2a-5d26753544bf, rgb(243, 243, 242))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"SruNy5x5b-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2Vpc3QtODAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-be8725fb-7eeb-4262-aa2a-5d26753544bf, rgb(243, 243, 242)))\"},children:\"michaelrubini\"})}),fonts:[\"GF;Geist-800\"]}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-11rl2qu\",\"data-framer-name\":\".com\",layoutDependency:layoutDependency,layoutId:\"E5pd5r0LJ\",style:{backgroundColor:\"rgb(242, 240, 229)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,rotate:-90},transformTemplate:transformTemplate2,variants:{\"SruNy5x5b-hover\":{backgroundColor:\"var(--token-9bb3a18d-dfeb-43f9-8beb-09cf344f64be, rgb(255, 76, 0))\"}},...addPropertyOverrides({\"SruNy5x5b-hover\":{transformTemplate:transformTemplate3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7U29yYS04MDA=\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9bb3a18d-dfeb-43f9-8beb-09cf344f64be, rgb(255, 76, 0)))\"},children:\".com\"})}),className:\"framer-9ndodh\",\"data-framer-name\":\".com\",fonts:[\"GF;Sora-800\"],layoutDependency:layoutDependency,layoutId:\"L_ZEgDwrh\",style:{\"--extracted-r6o4lv\":\"var(--token-9bb3a18d-dfeb-43f9-8beb-09cf344f64be, rgb(255, 76, 0))\",\"--framer-paragraph-spacing\":\"0px\"},variants:{\"SruNy5x5b-hover\":{\"--extracted-r6o4lv\":\"var(--token-be8725fb-7eeb-4262-aa2a-5d26753544bf, rgb(243, 243, 242))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"SruNy5x5b-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2Vpc3QtODAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-be8725fb-7eeb-4262-aa2a-5d26753544bf, rgb(243, 243, 242)))\"},children:\".com\"})}),fonts:[\"GF;Geist-800\"]}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wbmx5\",\"data-framer-name\":\"@\",layoutDependency:layoutDependency,layoutId:\"wJ6l6Tg35\",style:{rotate:-90},children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-kvan2n\",\"data-framer-name\":\"Star\",layoutDependency:layoutDependency,layoutId:\"qjaPd8gLZ\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-550ha0\",\"data-framer-name\":\"Star 2\",fill:'var(--token-be8725fb-7eeb-4262-aa2a-5d26753544bf, rgb(243, 243, 242)) /* {\"name\":\"Light 01\"} */',intrinsicHeight:51,intrinsicWidth:51,layoutDependency:layoutDependency,layoutId:\"zgOj176rj\",style:{rotate:90},svg:'<svg width=\"51\" height=\"51\" viewBox=\"-1 -1 51 51\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.28105 29.4319C2.42393 26.7616 2.42393 22.2306 5.28105 19.5603V19.5603C6.70606 18.2285 7.48591 16.3457 7.42003 14.3964V14.3964C7.28794 10.4879 10.4918 7.28404 14.4003 7.41613V7.41613C16.3497 7.482 18.2324 6.70215 19.5642 5.27714V5.27714C22.2345 2.42003 26.7655 2.42003 29.4358 5.27714V5.27714C30.7676 6.70215 32.6503 7.482 34.5997 7.41612V7.41612C38.5082 7.28404 41.7121 10.4879 41.58 14.3964V14.3964C41.5141 16.3457 42.2939 18.2285 43.7189 19.5603V19.5603C46.5761 22.2306 46.5761 26.7615 43.7189 29.4319V29.4319C42.2939 30.7637 41.5141 32.6464 41.58 34.5958V34.5958C41.7121 38.5043 38.5082 41.7081 34.5997 41.5761V41.5761C32.6503 41.5102 30.7676 42.29 29.4358 43.715V43.715C26.7655 46.5722 22.2345 46.5722 19.5642 43.715V43.715C18.2324 42.29 16.3497 41.5102 14.4003 41.5761V41.5761C10.4918 41.7081 7.28795 38.5043 7.42003 34.5958V34.5958C7.48591 32.6464 6.70606 30.7637 5.28105 29.4319V29.4319Z\" fill=\"#FF4C00\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7U29yYS04MDA=\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(242, 240, 229))\"},children:\"@\"})}),className:\"framer-p8kb71\",\"data-framer-name\":\"@\",fonts:[\"GF;Sora-800\"],layoutDependency:layoutDependency,layoutId:\"PYpiLys38\",style:{\"--extracted-r6o4lv\":\"rgb(242, 240, 229)\",\"--framer-paragraph-spacing\":\"0px\"},transformTemplate:transformTemplate3,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"SruNy5x5b-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2Vpc3QtODAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(242, 240, 229))\"},children:\"@\"})}),fonts:[\"GF;Geist-800\"]}},baseVariant,gestureVariant)})]})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-hQdJz.framer-tqv24y, .framer-hQdJz .framer-tqv24y { display: block; }\",\".framer-hQdJz.framer-1m59kyd { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 40px; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 40px; will-change: var(--framer-will-change-override, transform); }\",\".framer-hQdJz .framer-9q80pj { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-hQdJz .framer-8vv9az { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; width: 24px; }\",\".framer-hQdJz .framer-1dgof58 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: absolute; right: -215px; top: 50%; width: min-content; z-index: 1; }\",\".framer-hQdJz .framer-1qb5g8j { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 38px; justify-content: center; overflow: visible; padding: 8px; position: relative; width: min-content; }\",\".framer-hQdJz .framer-qpakiq, .framer-hQdJz .framer-1sv9huk, .framer-hQdJz .framer-1563put, .framer-hQdJz .framer-1ha41ld, .framer-hQdJz .framer-sqnx6m, .framer-hQdJz .framer-9ndodh { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-hQdJz .framer-1xb7ppg, .framer-hQdJz .framer-gwt1ys { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 8px; position: relative; width: min-content; }\",\".framer-hQdJz .framer-1g2nko4 { bottom: -140px; flex: none; left: 170px; overflow: visible; position: absolute; top: -140px; width: 50px; z-index: 1; }\",\".framer-hQdJz .framer-9njp72 { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 8px; position: absolute; width: min-content; }\",\".framer-hQdJz .framer-ilklmf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 8px; position: absolute; top: 51%; width: min-content; }\",\".framer-hQdJz .framer-11rl2qu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 8px; position: absolute; top: 27px; width: min-content; }\",\".framer-hQdJz .framer-1wbmx5 { bottom: 30px; flex: none; height: 49px; overflow: visible; position: absolute; right: 0px; width: 49px; }\",\".framer-hQdJz .framer-kvan2n { flex: none; height: 51px; left: -1px; overflow: visible; position: absolute; top: -1px; width: 51px; }\",\".framer-hQdJz .framer-550ha0 { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-hQdJz .framer-p8kb71 { flex: none; height: auto; left: 49%; position: absolute; top: 47%; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hQdJz.framer-1m59kyd, .framer-hQdJz .framer-1dgof58, .framer-hQdJz .framer-1qb5g8j, .framer-hQdJz .framer-1xb7ppg, .framer-hQdJz .framer-gwt1ys, .framer-hQdJz .framer-9njp72, .framer-hQdJz .framer-ilklmf, .framer-hQdJz .framer-11rl2qu { gap: 0px; } .framer-hQdJz.framer-1m59kyd > *, .framer-hQdJz .framer-1dgof58 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-hQdJz.framer-1m59kyd > :first-child, .framer-hQdJz .framer-1dgof58 > :first-child, .framer-hQdJz .framer-1qb5g8j > :first-child, .framer-hQdJz .framer-1xb7ppg > :first-child, .framer-hQdJz .framer-gwt1ys > :first-child, .framer-hQdJz .framer-9njp72 > :first-child, .framer-hQdJz .framer-ilklmf > :first-child, .framer-hQdJz .framer-11rl2qu > :first-child { margin-left: 0px; } .framer-hQdJz.framer-1m59kyd > :last-child, .framer-hQdJz .framer-1dgof58 > :last-child, .framer-hQdJz .framer-1qb5g8j > :last-child, .framer-hQdJz .framer-1xb7ppg > :last-child, .framer-hQdJz .framer-gwt1ys > :last-child, .framer-hQdJz .framer-9njp72 > :last-child, .framer-hQdJz .framer-ilklmf > :last-child, .framer-hQdJz .framer-11rl2qu > :last-child { margin-right: 0px; } .framer-hQdJz .framer-1qb5g8j > *, .framer-hQdJz .framer-1xb7ppg > *, .framer-hQdJz .framer-gwt1ys > *, .framer-hQdJz .framer-9njp72 > *, .framer-hQdJz .framer-ilklmf > *, .framer-hQdJz .framer-11rl2qu > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } }\",\".framer-hQdJz.framer-v-1vc3c1s .framer-8vv9az, .framer-hQdJz.framer-v-aiv87w .framer-8vv9az { order: 0; }\",\".framer-hQdJz.framer-v-1vc3c1s .framer-1g2nko4, .framer-hQdJz.framer-v-aiv87w .framer-1g2nko4 { order: 2; }\",\".framer-hQdJz.framer-v-122mj4d.framer-1m59kyd, .framer-hQdJz.framer-v-aiv87w.framer-1m59kyd { cursor: unset; }\",\".framer-hQdJz.framer-v-1m59kyd.hover.framer-1m59kyd, .framer-hQdJz.framer-v-1vc3c1s.hover.framer-1m59kyd { overflow: visible; will-change: unset; }\",\".framer-hQdJz.framer-v-1m59kyd.hover .framer-1dgof58 { gap: 4px; height: 38px; right: -227px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hQdJz.framer-v-1m59kyd.hover .framer-1dgof58 { gap: 0px; } .framer-hQdJz.framer-v-1m59kyd.hover .framer-1dgof58 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-hQdJz.framer-v-1m59kyd.hover .framer-1dgof58 > :first-child { margin-left: 0px; } .framer-hQdJz.framer-v-1m59kyd.hover .framer-1dgof58 > :last-child { margin-right: 0px; } }\",\".framer-hQdJz.framer-v-1vc3c1s.hover .framer-1g2nko4 { bottom: -233px; left: 271px; top: -232px; }\",\".framer-hQdJz.framer-v-1vc3c1s.hover .framer-9njp72 { bottom: 0px; }\",\".framer-hQdJz.framer-v-1vc3c1s.hover .framer-ilklmf { bottom: 132px; top: unset; }\",\".framer-hQdJz.framer-v-1vc3c1s.hover .framer-11rl2qu { top: 46%; }\",'.framer-hQdJz[data-border=\"true\"]::after, .framer-hQdJz [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 40\n * @framerIntrinsicWidth 40\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"SruNy5x5b\":{\"layout\":[\"fixed\",\"fixed\"]},\"Zk3f2QrG0\":{\"layout\":[\"fixed\",\"fixed\"]},\"kS20q7_nq\":{\"layout\":[\"fixed\",\"fixed\"]},\"RKPOvTAc_\":{\"layout\":[\"fixed\",\"fixed\"]},\"mVmPPiCkW\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framers1GuEu3pf=withCSS(Component,css,\"framer-hQdJz\");export default Framers1GuEu3pf;Framers1GuEu3pf.displayName=\"Social button\";Framers1GuEu3pf.defaultProps={height:40,width:40};addPropertyControls(Framers1GuEu3pf,{variant:{options:[\"qicYfa1W6\",\"SruNy5x5b\",\"Zk3f2QrG0\",\"kS20q7_nq\"],optionTitles:[\"X.com\",\"Email\",\"X-Mobile\",\"Email-Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framers1GuEu3pf,[{explicitInter:true,fonts:[{family:\"Geist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/geist/v1/gyBhhwUxId8gMGYQMKR3pzfaWI_RHOQ4mJPby1QNtA.woff2\",weight:\"800\"},{family:\"Sora\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/sora/v12/xMQOuFFYT72X5wkB_18qmnndmSfSmX-PIwNhBti0.woff2\",weight:\"800\"},{family:\"Geist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/geist/v1/gyBhhwUxId8gMGYQMKR3pzfaWI_Re-Q4mJPby1QNtA.woff2\",weight:\"700\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framers1GuEu3pf\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"40\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"SruNy5x5b\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Zk3f2QrG0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"kS20q7_nq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"RKPOvTAc_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"mVmPPiCkW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"40\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./s1GuEu3pf.map", "// Generated by Framer (e22b717)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"Uqg5iQxyK\",\"b2LCIw2NA\",\"gStpAJu6M\",\"dn3sK7gRZ\"];const serializationHash=\"framer-cPyUk\";const variantClassNames={b2LCIw2NA:\"framer-v-ommftr\",dn3sK7gRZ:\"framer-v-lnr4f1\",gStpAJu6M:\"framer-v-1v0skqj\",Uqg5iQxyK:\"framer-v-1hm156h\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.1,delay:0,duration:.6,type:\"spring\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;const transformTemplate3=(_,t)=>`translateY(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Profile stack 1\":\"Uqg5iQxyK\",\"Variant 2\":\"b2LCIw2NA\",\"Variant 3\":\"gStpAJu6M\",\"Variant 4\":\"dn3sK7gRZ\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"Uqg5iQxyK\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Uqg5iQxyK\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppearuc57i0=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"b2LCIw2NA\",true),2e3);});const onAppearmjc4ov=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"gStpAJu6M\",true),2e3);});const onAppear1c4uqsx=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"dn3sK7gRZ\",true),2e3);});const onAppear16rbi18=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"Uqg5iQxyK\",true),2e3);});useOnVariantChange(baseVariant,{b2LCIw2NA:onAppearmjc4ov,default:onAppearuc57i0,dn3sK7gRZ:onAppear16rbi18,gStpAJu6M:onAppear1c4uqsx});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1hm156h\",className,classNames),\"data-framer-name\":\"Profile stack 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Uqg5iQxyK\",ref:refBinding,style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,...style},...addPropertyOverrides({b2LCIw2NA:{\"data-framer-name\":\"Variant 2\"},dn3sK7gRZ:{\"data-framer-name\":\"Variant 4\"},gStpAJu6M:{\"data-framer-name\":\"Variant 3\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ep9cg1\",layoutDependency:layoutDependency,layoutId:\"cUyaBGsgF\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:162,intrinsicWidth:108,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-4+((componentViewport?.height||162)- -8)-159),pixelHeight:324,pixelWidth:216,src:\"https://framerusercontent.com/images/eYGyrg8DK4VTLaCHigvIBdZTM.png\"},className:\"framer-1tn4t80\",\"data-border\":true,\"data-framer-name\":\"Profile 4\",layoutDependency:layoutDependency,layoutId:\"yNaNPuj7g\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(243, 243, 242, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"0px 2px 4px 0px rgba(28, 26, 26, 0.18)\",rotate:3,z:-6},transformTemplate:transformTemplate1,variants:{dn3sK7gRZ:{rotate:0}},...addPropertyOverrides({dn3sK7gRZ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:162,intrinsicWidth:108,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-4+(((componentViewport?.height||162)- -8)*.5000000000000002-81)),pixelHeight:324,pixelWidth:216,src:\"https://framerusercontent.com/images/eYGyrg8DK4VTLaCHigvIBdZTM.png\"},transformTemplate:transformTemplate2}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:162,intrinsicWidth:108,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-4+((componentViewport?.height||162)- -8)-161),pixelHeight:324,pixelWidth:216,src:\"https://framerusercontent.com/images/NleaTol9Ql8cFRn5yFJztvVRu4.png\"},className:\"framer-1ma2xs2\",\"data-border\":true,\"data-framer-name\":\"Profile 1\",layoutDependency:layoutDependency,layoutId:\"bG4YY_BXY\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(243, 243, 242, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"0px 2px 4px 0px rgba(28, 26, 26, 0.18)\",opacity:1,rotate:6,rotateX:0,rotateY:0,z:-4},transformTemplate:transformTemplate1,variants:{dn3sK7gRZ:{opacity:0,rotate:-4,rotateX:-12,rotateY:-4,z:16},gStpAJu6M:{rotate:0,z:1}},...addPropertyOverrides({dn3sK7gRZ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:162,intrinsicWidth:108,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-4+-4),pixelHeight:324,pixelWidth:216,src:\"https://framerusercontent.com/images/NleaTol9Ql8cFRn5yFJztvVRu4.png\"},transformTemplate:undefined},gStpAJu6M:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:162,intrinsicWidth:108,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-4+(((componentViewport?.height||162)- -8)*.5000000000000002-81)),pixelHeight:324,pixelWidth:216,src:\"https://framerusercontent.com/images/NleaTol9Ql8cFRn5yFJztvVRu4.png\"},transformTemplate:transformTemplate2}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:162,intrinsicWidth:108,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-4+((componentViewport?.height||162)- -8)-158),pixelHeight:324,pixelWidth:216,src:\"https://framerusercontent.com/images/73PzPKIFB0cO77oztU2Qyc5Y.png\"},className:\"framer-q5bpr1\",\"data-border\":true,\"data-framer-name\":\"Profile 2\",layoutDependency:layoutDependency,layoutId:\"v0Eadrqh7\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(243, 243, 242, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"0px 2px 4px 0px rgba(28, 26, 26, 0.18)\",opacity:1,rotate:-4,rotateX:0,rotateY:0,z:-2},variants:{b2LCIw2NA:{rotate:0},dn3sK7gRZ:{opacity:0,rotate:5,rotateX:12,rotateY:14,z:65},gStpAJu6M:{opacity:0,rotate:5,rotateX:12,rotateY:14,z:65}},...addPropertyOverrides({b2LCIw2NA:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:162,intrinsicWidth:108,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-4+(((componentViewport?.height||162)- -8)*.5000000000000002-81)),pixelHeight:324,pixelWidth:216,src:\"https://framerusercontent.com/images/73PzPKIFB0cO77oztU2Qyc5Y.png\"},transformTemplate:transformTemplate2},dn3sK7gRZ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:162,intrinsicWidth:108,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-4+-5),pixelHeight:324,pixelWidth:216,src:\"https://framerusercontent.com/images/73PzPKIFB0cO77oztU2Qyc5Y.png\"}},gStpAJu6M:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:162,intrinsicWidth:108,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-4+-5),pixelHeight:324,pixelWidth:216,src:\"https://framerusercontent.com/images/73PzPKIFB0cO77oztU2Qyc5Y.png\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:162,intrinsicWidth:108,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-4+(((componentViewport?.height||162)- -8)*.5000000000000002-81)),pixelHeight:324,pixelWidth:216,src:\"https://framerusercontent.com/images/ZTfuBcRmjX5xlvKtsvzQcgmss4.png\"},className:\"framer-1rvm4rg\",\"data-border\":true,\"data-framer-name\":\"Profile 3\",layoutDependency:layoutDependency,layoutId:\"vdUJDlIjo\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(243, 243, 242, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"0px 4px 16px 1px rgba(28, 26, 26, 0.25)\",opacity:1,rotate:0,rotateX:0,rotateY:0,z:0},transformTemplate:transformTemplate2,variants:{b2LCIw2NA:{opacity:0,rotate:8,rotateX:-12,rotateY:20,z:120},dn3sK7gRZ:{opacity:0,rotate:8,rotateX:-12,rotateY:20,z:120},gStpAJu6M:{opacity:0,rotate:8,rotateX:-12,rotateY:20,z:120}},...addPropertyOverrides({b2LCIw2NA:{transformTemplate:transformTemplate3},dn3sK7gRZ:{transformTemplate:transformTemplate3},gStpAJu6M:{transformTemplate:transformTemplate3}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-cPyUk.framer-1a6e6xd, .framer-cPyUk .framer-1a6e6xd { display: block; }\",\".framer-cPyUk.framer-1hm156h { height: 162px; overflow: visible; position: relative; width: 108px; }\",\".framer-cPyUk .framer-ep9cg1 { bottom: -4px; flex: none; left: -6px; overflow: visible; position: absolute; right: -6px; top: -4px; transform-style: preserve-3d; }\",\".framer-cPyUk .framer-1tn4t80 { aspect-ratio: 0.6666666666666666 / 1; bottom: -3px; flex: none; height: var(--framer-aspect-ratio-supported, 162px); left: 53%; overflow: visible; position: absolute; width: 108px; }\",\".framer-cPyUk .framer-1ma2xs2 { aspect-ratio: 0.6666666666666666 / 1; bottom: -1px; flex: none; height: var(--framer-aspect-ratio-supported, 162px); left: 54%; overflow: visible; position: absolute; width: 108px; }\",\".framer-cPyUk .framer-q5bpr1 { aspect-ratio: 0.6666666666666666 / 1; bottom: -4px; flex: none; height: var(--framer-aspect-ratio-supported, 162px); left: -2px; overflow: visible; position: absolute; width: 108px; }\",\".framer-cPyUk .framer-1rvm4rg { aspect-ratio: 0.6666666666666666 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 162px); left: 50%; overflow: visible; position: absolute; top: 50%; width: 108px; }\",\".framer-cPyUk.framer-v-ommftr .framer-q5bpr1, .framer-cPyUk.framer-v-1v0skqj .framer-1ma2xs2, .framer-cPyUk.framer-v-lnr4f1 .framer-1tn4t80 { bottom: unset; left: 50%; top: 50%; }\",\".framer-cPyUk.framer-v-ommftr .framer-1rvm4rg, .framer-cPyUk.framer-v-1v0skqj .framer-1rvm4rg, .framer-cPyUk.framer-v-lnr4f1 .framer-1rvm4rg { left: unset; right: -19px; }\",\".framer-cPyUk.framer-v-1v0skqj .framer-q5bpr1, .framer-cPyUk.framer-v-lnr4f1 .framer-q5bpr1 { bottom: unset; left: unset; right: -5px; top: -5px; }\",\".framer-cPyUk.framer-v-lnr4f1 .framer-1ma2xs2 { bottom: unset; left: -7px; top: -4px; }\",'.framer-cPyUk[data-border=\"true\"]::after, .framer-cPyUk [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 162\n * @framerIntrinsicWidth 108\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"b2LCIw2NA\":{\"layout\":[\"fixed\",\"fixed\"]},\"gStpAJu6M\":{\"layout\":[\"fixed\",\"fixed\"]},\"dn3sK7gRZ\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerUwq73hSSI=withCSS(Component,css,\"framer-cPyUk\");export default FramerUwq73hSSI;FramerUwq73hSSI.displayName=\"Profile container\";FramerUwq73hSSI.defaultProps={height:162,width:108};addPropertyControls(FramerUwq73hSSI,{variant:{options:[\"Uqg5iQxyK\",\"b2LCIw2NA\",\"gStpAJu6M\",\"dn3sK7gRZ\"],optionTitles:[\"Profile stack 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerUwq73hSSI,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerUwq73hSSI\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"108\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"b2LCIw2NA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"gStpAJu6M\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"dn3sK7gRZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"162\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Uwq73hSSI.map", "// Generated by Framer (f030ee3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const MotionDivWithFX=withFX(motion.div);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const serializationHash=\"framer-N7wCm\";const variantClassNames={fD2nnjZXT:\"framer-v-1d9nrny\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.1,delay:.6,duration:.4,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:-2,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:0,y:16};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transition3={delay:0,duration:4,ease:[0,0,1,1],type:\"tween\"};const animation2={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transition4={delay:0,duration:1.8,ease:[.44,0,.56,1],type:\"tween\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:3};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"fD2nnjZXT\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{...restProps,...gestureHandlers,__framer__presenceAnimate:animation,__framer__presenceInitial:animation1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(scopingClassNames,\"framer-1d9nrny\",className,classNames),\"data-framer-appear-id\":\"1d9nrny\",\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"fD2nnjZXT\",optimized:true,ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation2,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition3,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-mwognf\",\"data-framer-name\":\"Star container\",layoutDependency:layoutDependency,layoutId:\"YJYGXDmvI\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1yhnpm3\",\"data-framer-name\":\"Star\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:49,intrinsicWidth:49,layoutDependency:layoutDependency,layoutId:\"jM9HekFj_\",svg:'<svg width=\"49\" height=\"49\" viewBox=\"0 0 49 49\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M19.5642 5.28105C22.2345 2.42394 26.7655 2.42394 29.4358 5.28105C30.7676 6.70606 32.6503 7.48591 34.5997 7.42003C38.5082 7.28795 41.7121 10.4918 41.58 14.4003C41.5141 16.3497 42.2939 18.2324 43.7189 19.5642C46.5761 22.2345 46.5761 26.7655 43.7189 29.4358C42.2939 30.7676 41.5141 32.6503 41.58 34.5997C41.7121 38.5082 38.5082 41.7121 34.5997 41.58C32.6503 41.5141 30.7676 42.2939 29.4358 43.7189C26.7655 46.5761 22.2345 46.5761 19.5642 43.7189C18.2324 42.2939 16.3497 41.5141 14.4003 41.58C10.4918 41.7121 7.28795 38.5082 7.42003 34.5997C7.48591 32.6503 6.70606 30.7676 5.28105 29.4358C2.42394 26.7655 2.42394 22.2345 5.28105 19.5642C6.70606 18.2324 7.48591 16.3497 7.42003 14.4003C7.28795 10.4918 10.4918 7.28795 14.4003 7.42003C16.3497 7.48591 18.2324 6.70606 19.5642 5.28105Z\" fill=\"#FF4C00\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2Vpc3QtODAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(242, 240, 229))\"},children:\"Hi\"})}),className:\"framer-hjnx5o\",\"data-framer-name\":\"Hi\",fonts:[\"GF;Geist-800\"],layoutDependency:layoutDependency,layoutId:\"GYnOfquxr\",style:{\"--extracted-r6o4lv\":\"rgb(242, 240, 229)\",\"--framer-paragraph-spacing\":\"0px\"},transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation3,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition4,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1b12ap3\",\"data-framer-name\":\"Circle\",layoutDependency:layoutDependency,layoutId:\"UKAogM_BW\",style:{backgroundColor:\"rgb(255, 76, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-N7wCm.framer-1dn4mw7, .framer-N7wCm .framer-1dn4mw7 { display: block; }\",\".framer-N7wCm.framer-1d9nrny { height: 52px; overflow: visible; position: relative; width: 49px; }\",\".framer-N7wCm .framer-mwognf { bottom: -4px; flex: none; left: -5px; overflow: visible; position: absolute; right: -7px; top: -5px; }\",\".framer-N7wCm .framer-1yhnpm3 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 62px); left: -1px; position: absolute; right: 0px; top: -1px; }\",\".framer-N7wCm .framer-hjnx5o { flex: none; height: auto; left: 51%; position: absolute; top: 50%; white-space: pre; width: auto; }\",\".framer-N7wCm .framer-1b12ap3 { aspect-ratio: 1 / 1; bottom: -11px; flex: none; height: var(--framer-aspect-ratio-supported, 12px); position: absolute; right: 2px; width: 12px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 52\n * @framerIntrinsicWidth 49\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerHgpGh_eQa=withCSS(Component,css,\"framer-N7wCm\");export default FramerHgpGh_eQa;FramerHgpGh_eQa.displayName=\"Bubble-Hi-Intro\";FramerHgpGh_eQa.defaultProps={height:52,width:49};addFonts(FramerHgpGh_eQa,[{explicitInter:true,fonts:[{family:\"Geist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/geist/v1/gyBhhwUxId8gMGYQMKR3pzfaWI_RHOQ4mJPby1QNtA.woff2\",weight:\"800\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerHgpGh_eQa\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"49\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"52\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./HgpGh_eQa.map", "// Generated by Framer (f030ee3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const serializationHash=\"framer-iFS6v\";const variantClassNames={cSnmlghfa:\"framer-v-15bm7hs\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.1,delay:.5,duration:.4,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:0,y:16};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"cSnmlghfa\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{...restProps,...gestureHandlers,__framer__presenceAnimate:animation,__framer__presenceInitial:animation1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(scopingClassNames,\"framer-15bm7hs\",className,classNames),\"data-framer-appear-id\":\"15bm7hs\",\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"cSnmlghfa\",optimized:true,ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-8jzzd0\",layoutDependency:layoutDependency,layoutId:\"PvNQVlyc3\",style:{rotate:-8},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1dlzurk\",\"data-framer-name\":\"arrow\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"NCMfbvWwE\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 17\"><path d=\"M 3.016 1.066 L 0.905 0.748 L 1.86 2.695 L 5.802 10.721 C 7.183 13.535 10.887 14.092 13.006 11.805 L 19.05 5.28 L 20.516 3.698 L 18.405 3.38 Z\" fill=\"var(--token-5efc339d-07c5-404e-9677-abab8ef7f9e4, rgb(28, 26, 26)) /* {&quot;name&quot;:&quot;Dark 01&quot;} */\"></path></svg>',svgContentId:9445484687,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hab191\",\"data-framer-name\":\"Hola container\",layoutDependency:layoutDependency,layoutId:\"lhxqkk1OC\",style:{backgroundColor:\"var(--token-5efc339d-07c5-404e-9677-abab8ef7f9e4, rgb(28, 26, 26))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2Vpc3QtODAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 76, 0))\"},children:\"Hola\"})}),className:\"framer-zgcghx\",\"data-framer-name\":\"Hola\",fonts:[\"GF;Geist-800\"],layoutDependency:layoutDependency,layoutId:\"z5y_Q2jgL\",style:{\"--extracted-r6o4lv\":\"rgb(255, 76, 0)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-iFS6v.framer-1yir241, .framer-iFS6v .framer-1yir241 { display: block; }\",\".framer-iFS6v.framer-15bm7hs { height: 47px; overflow: visible; position: relative; width: 84px; }\",\".framer-iFS6v .framer-8jzzd0 { bottom: -10px; flex: none; height: 15px; left: calc(53.57142857142859% - 18px / 2); overflow: visible; position: absolute; width: 18px; }\",\".framer-iFS6v .framer-1dlzurk { bottom: -5px; flex: none; height: 17px; left: calc(50.00000000000002% - 20px / 2); position: absolute; width: 20px; }\",\".framer-iFS6v .framer-1hab191 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; left: 0px; overflow: visible; padding: 10px; position: absolute; top: 0px; width: min-content; }\",\".framer-iFS6v .framer-zgcghx { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-iFS6v .framer-1hab191 { gap: 0px; } .framer-iFS6v .framer-1hab191 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-iFS6v .framer-1hab191 > :first-child { margin-left: 0px; } .framer-iFS6v .framer-1hab191 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 47\n * @framerIntrinsicWidth 84\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerY_Y_Wv180=withCSS(Component,css,\"framer-iFS6v\");export default FramerY_Y_Wv180;FramerY_Y_Wv180.displayName=\"Bubble-Hola-Intro\";FramerY_Y_Wv180.defaultProps={height:47,width:84};addFonts(FramerY_Y_Wv180,[{explicitInter:true,fonts:[{family:\"Geist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/geist/v1/gyBhhwUxId8gMGYQMKR3pzfaWI_RHOQ4mJPby1QNtA.woff2\",weight:\"800\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerY_Y_Wv180\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"84\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"47\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Y_Y_Wv180.map", "// Generated by Framer (f030ee3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import BubbleHiIntro from\"https://framerusercontent.com/modules/950ItdtzimTK248L7ST1/GI4MiRkoMPttRvMlR4Mp/HgpGh_eQa.js\";import BubbleHolaIntro from\"https://framerusercontent.com/modules/qEFq20SjC2IueqzExLDm/AFW6c660ZSxG5Qzgn5fC/Y_Y_Wv180.js\";const BubbleHolaIntroFonts=getFonts(BubbleHolaIntro);const BubbleHiIntroFonts=getFonts(BubbleHiIntro);const cycleOrder=[\"Own0O0Cq_\",\"tokj0oN2H\"];const serializationHash=\"framer-c9P2k\";const variantClassNames={Own0O0Cq_:\"framer-v-nlvxc2\",tokj0oN2H:\"framer-v-h6yycq\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.5,ease:[.7,-.35,.3,1.35],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"Own0O0Cq_\",\"Variant 2\":\"tokj0oN2H\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"Own0O0Cq_\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Own0O0Cq_\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear2m8pv8=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"tokj0oN2H\",true),1600);});useOnVariantChange(baseVariant,{default:onAppear2m8pv8,tokj0oN2H:undefined});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-nlvxc2\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Own0O0Cq_\",ref:refBinding,style:{...style},...addPropertyOverrides({tokj0oN2H:{\"data-framer-name\":\"Variant 2\",\"data-highlight\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:47,width:\"83px\",y:(componentViewport?.y||0)+9.5,...addPropertyOverrides({tokj0oN2H:{y:(componentViewport?.y||0)+-19.5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1p3pqff-container\",layoutDependency:layoutDependency,layoutId:\"VbYisTRc9-container\",nodeId:\"VbYisTRc9\",rendersWithMotion:true,scopeId:\"VTdFO9sG9\",style:{filter:\"none\",opacity:1,rotate:8,WebkitFilter:\"none\",z:6},variants:{tokj0oN2H:{filter:\"blur(3px)\",opacity:0,WebkitFilter:\"blur(3px)\"}},children:/*#__PURE__*/_jsx(BubbleHolaIntro,{height:\"100%\",id:\"VbYisTRc9\",layoutId:\"VbYisTRc9\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:\"49px\",y:(componentViewport?.y||0)+(componentViewport?.height||88)-40,...addPropertyOverrides({tokj0oN2H:{y:(componentViewport?.y||0)+((componentViewport?.height||88)*.4750000000000002-26)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1bzlsdz-container\",layoutDependency:layoutDependency,layoutId:\"y_e77cSr9-container\",nodeId:\"y_e77cSr9\",rendersWithMotion:true,scopeId:\"VTdFO9sG9\",style:{filter:\"none\",opacity:1,WebkitFilter:\"none\",z:16},variants:{tokj0oN2H:{filter:\"blur(3px)\",opacity:0,WebkitFilter:\"blur(3px)\"}},children:/*#__PURE__*/_jsx(BubbleHiIntro,{height:\"100%\",id:\"y_e77cSr9\",layoutId:\"y_e77cSr9\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-c9P2k.framer-1ss1ifs, .framer-c9P2k .framer-1ss1ifs { display: block; }\",\".framer-c9P2k.framer-nlvxc2 { height: 80px; overflow: visible; position: relative; width: 88px; }\",\".framer-c9P2k .framer-1p3pqff-container { flex: none; height: 47px; position: absolute; right: -10px; top: 10px; width: 83px; }\",\".framer-c9P2k .framer-1bzlsdz-container { bottom: -12px; flex: none; height: 52px; left: -2px; position: absolute; width: 49px; }\",\".framer-c9P2k.framer-v-h6yycq.framer-nlvxc2 { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 88px); }\",\".framer-c9P2k.framer-v-h6yycq .framer-1p3pqff-container { top: -19px; }\",\".framer-c9P2k.framer-v-h6yycq .framer-1bzlsdz-container { bottom: unset; top: calc(47.50000000000002% - 52px / 2); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 88\n * @framerIntrinsicWidth 88\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"tokj0oN2H\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerVTdFO9sG9=withCSS(Component,css,\"framer-c9P2k\");export default FramerVTdFO9sG9;FramerVTdFO9sG9.displayName=\"Intro animation\";FramerVTdFO9sG9.defaultProps={height:88,width:88};addPropertyControls(FramerVTdFO9sG9,{variant:{options:[\"Own0O0Cq_\",\"tokj0oN2H\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerVTdFO9sG9,[{explicitInter:true,fonts:[]},...BubbleHolaIntroFonts,...BubbleHiIntroFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerVTdFO9sG9\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"88\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"tokj0oN2H\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"88\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./VTdFO9sG9.map", "// Generated by Framer (fb31e5e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"nn6T1Vr3A\",\"KuM9Vu102\"];const serializationHash=\"framer-8w8ng\";const variantClassNames={KuM9Vu102:\"framer-v-ipptk4\",nn6T1Vr3A:\"framer-v-14nmlla\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:2,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:3};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Dark:\"KuM9Vu102\",Light:\"nn6T1Vr3A\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"nn6T1Vr3A\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"nn6T1Vr3A\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{...restProps,...gestureHandlers,__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(scopingClassNames,\"framer-14nmlla\",className,classNames),\"data-framer-name\":\"Light\",layoutDependency:layoutDependency,layoutId:\"nn6T1Vr3A\",ref:refBinding,style:{...style},...addPropertyOverrides({KuM9Vu102:{\"data-framer-name\":\"Dark\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-12yhpm3\",layoutDependency:layoutDependency,layoutId:\"FvDEZ5n4g\",style:{rotate:-6},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1qezkyj\",\"data-framer-name\":\"arrow\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"dHsp_XZMm\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 15\"><path d=\"M 2.714 0.94 L 0.814 0.66 L 1.674 2.378 L 5.221 9.46 C 6.465 11.943 9.798 12.434 11.705 10.416 L 17.145 4.659 L 18.465 3.263 L 16.565 2.983 Z\" fill=\"var(--token-5efc339d-07c5-404e-9677-abab8ef7f9e4, rgb(28, 26, 26)) /* {&quot;name&quot;:&quot;Dark 01&quot;} */\"></path></svg>',svgContentId:12302293670,withExternalLayout:true,...addPropertyOverrides({KuM9Vu102:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 15\"><path d=\"M 2.714 0.94 L 0.814 0.66 L 1.674 2.378 L 5.221 9.46 C 6.465 11.943 9.798 12.434 11.705 10.416 L 17.145 4.659 L 18.465 3.263 L 16.565 2.983 Z\" fill=\"var(--token-be8725fb-7eeb-4262-aa2a-5d26753544bf, rgb(243, 243, 242)) /* {&quot;name&quot;:&quot;Light 01&quot;} */\"></path></svg>',svgContentId:8639063110}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-mleic5\",\"data-framer-name\":\"Hola container\",layoutDependency:layoutDependency,layoutId:\"DXeJDqcGO\",style:{backgroundColor:\"var(--token-5efc339d-07c5-404e-9677-abab8ef7f9e4, rgb(28, 26, 26))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},variants:{KuM9Vu102:{backgroundColor:\"var(--token-be8725fb-7eeb-4262-aa2a-5d26753544bf, rgb(243, 243, 242))\"}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2Vpc3QtODAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 76, 0))\"},children:\"Hola\"})}),className:\"framer-crfz71\",\"data-framer-name\":\"Hola\",fonts:[\"GF;Geist-800\"],layoutDependency:layoutDependency,layoutId:\"mNI0GciDm\",style:{\"--extracted-r6o4lv\":\"rgb(255, 76, 0)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-8w8ng.framer-1yawvwn, .framer-8w8ng .framer-1yawvwn { display: block; }\",\".framer-8w8ng.framer-14nmlla { height: 47px; overflow: visible; position: relative; width: 67px; }\",\".framer-8w8ng .framer-12yhpm3 { flex: none; height: 15px; left: 35px; overflow: visible; position: absolute; top: 35px; width: 18px; }\",\".framer-8w8ng .framer-1qezkyj { flex: none; height: 15px; left: calc(50.00000000000002% - 18px / 2); position: absolute; top: calc(46.66666666666669% - 15px / 2); width: 18px; }\",\".framer-8w8ng .framer-mleic5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; left: 0px; overflow: visible; padding: 8px; position: absolute; top: 0px; width: min-content; }\",\".framer-8w8ng .framer-crfz71 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8w8ng .framer-mleic5 { gap: 0px; } .framer-8w8ng .framer-mleic5 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-8w8ng .framer-mleic5 > :first-child { margin-left: 0px; } .framer-8w8ng .framer-mleic5 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 47\n * @framerIntrinsicWidth 67\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"KuM9Vu102\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerJHcJ_rz_P=withCSS(Component,css,\"framer-8w8ng\");export default FramerJHcJ_rz_P;FramerJHcJ_rz_P.displayName=\"Bubble-Hola\";FramerJHcJ_rz_P.defaultProps={height:47,width:67};addPropertyControls(FramerJHcJ_rz_P,{variant:{options:[\"nn6T1Vr3A\",\"KuM9Vu102\"],optionTitles:[\"Light\",\"Dark\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerJHcJ_rz_P,[{explicitInter:true,fonts:[{family:\"Geist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/geist/v1/gyBhhwUxId8gMGYQMKR3pzfaWI_RHOQ4mJPby1QNtA.woff2\",weight:\"800\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerJHcJ_rz_P\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"67\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"KuM9Vu102\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"47\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./JHcJ_rz_P.map", "// Generated by Framer (1f5f6d9)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const MotionDivWithFX=withFX(motion.div);const serializationHash=\"framer-VqdFd\";const variantClassNames={Twy0BbwVF:\"framer-v-5pelm7\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transition2={delay:0,duration:4,ease:[0,0,1,1],type:\"tween\"};const animation={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition3={delay:0,duration:1.8,ease:[.44,0,.56,1],type:\"tween\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:3};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"Twy0BbwVF\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-5pelm7\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"Twy0BbwVF\",ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1jfphsj\",\"data-framer-name\":\"Star container\",layoutDependency:layoutDependency,layoutId:\"mkW0y59GT\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-159s43z\",\"data-framer-name\":\"Star\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:49,intrinsicWidth:49,layoutDependency:layoutDependency,layoutId:\"zvQ_fuQXz\",svg:'<svg width=\"49\" height=\"49\" viewBox=\"0 0 49 49\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M19.5642 5.28105C22.2345 2.42394 26.7655 2.42394 29.4358 5.28105C30.7676 6.70606 32.6503 7.48591 34.5997 7.42003C38.5082 7.28795 41.7121 10.4918 41.58 14.4003C41.5141 16.3497 42.2939 18.2324 43.7189 19.5642C46.5761 22.2345 46.5761 26.7655 43.7189 29.4358C42.2939 30.7676 41.5141 32.6503 41.58 34.5997C41.7121 38.5082 38.5082 41.7121 34.5997 41.58C32.6503 41.5141 30.7676 42.2939 29.4358 43.7189C26.7655 46.5761 22.2345 46.5761 19.5642 43.7189C18.2324 42.2939 16.3497 41.5141 14.4003 41.58C10.4918 41.7121 7.28795 38.5082 7.42003 34.5997C7.48591 32.6503 6.70606 30.7676 5.28105 29.4358C2.42394 26.7655 2.42394 22.2345 5.28105 19.5642C6.70606 18.2324 7.48591 16.3497 7.42003 14.4003C7.28795 10.4918 10.4918 7.28795 14.4003 7.42003C16.3497 7.48591 18.2324 6.70606 19.5642 5.28105Z\" fill=\"#FF4C00\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2Vpc3QtODAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(242, 240, 229))\"},children:\"Hi\"})}),className:\"framer-scdymp\",\"data-framer-name\":\"Hi\",fonts:[\"GF;Geist-800\"],layoutDependency:layoutDependency,layoutId:\"xyBHZqHmV\",style:{\"--extracted-r6o4lv\":\"rgb(242, 240, 229)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation1,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition3,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-10rop6v\",\"data-framer-name\":\"Circle\",layoutDependency:layoutDependency,layoutId:\"joJUa9waL\",style:{backgroundColor:\"rgb(255, 76, 0)\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-VqdFd.framer-hxmpnc, .framer-VqdFd .framer-hxmpnc { display: block; }\",\".framer-VqdFd.framer-5pelm7 { height: 52px; overflow: visible; position: relative; width: 49px; }\",\".framer-VqdFd .framer-1jfphsj { flex: none; height: 49px; left: 0px; overflow: visible; position: absolute; top: 0px; width: 49px; }\",\".framer-VqdFd .framer-159s43z { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-VqdFd .framer-scdymp { flex: none; height: auto; left: 13px; position: absolute; top: 14px; white-space: pre; width: auto; }\",\".framer-VqdFd .framer-10rop6v { flex: none; height: 9px; position: absolute; right: 10px; top: 43px; width: 9px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 52\n * @framerIntrinsicWidth 49\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerLukd50HJB=withCSS(Component,css,\"framer-VqdFd\");export default FramerLukd50HJB;FramerLukd50HJB.displayName=\"Bubble-Hi\";FramerLukd50HJB.defaultProps={height:52,width:49};addFonts(FramerLukd50HJB,[{explicitInter:true,fonts:[{family:\"Geist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/geist/v1/gyBhhwUxId8gMGYQMKR3pzfaWI_RHOQ4mJPby1QNtA.woff2\",weight:\"800\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerLukd50HJB\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"49\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"52\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Lukd50HJB.map", "// Generated by Framer (fb31e5e)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"KIEVS9THB\",\"DbhmEs45H\"];const serializationHash=\"framer-LBnKU\";const variantClassNames={DbhmEs45H:\"framer-v-fwpaue\",KIEVS9THB:\"framer-v-5uaph6\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Dark:\"KIEVS9THB\",Light:\"DbhmEs45H\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"KIEVS9THB\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"KIEVS9THB\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-5uaph6\",className,classNames),\"data-framer-name\":\"Dark\",layoutDependency:layoutDependency,layoutId:\"KIEVS9THB\",ref:refBinding,style:{...style},...addPropertyOverrides({DbhmEs45H:{\"data-framer-name\":\"Light\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-z5lap8\",\"data-framer-name\":\"ArrowCircleDownRight\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"W_w_pCONQ\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 1.875 C 9.997 1.875 8.04 2.469 6.375 3.581 C 4.71 4.694 3.412 6.275 2.646 8.125 C 1.879 9.975 1.679 12.011 2.07 13.975 C 2.46 15.939 3.425 17.744 4.841 19.16 C 6.257 20.576 8.061 21.54 10.025 21.93 C 11.989 22.321 14.025 22.121 15.875 21.354 C 17.725 20.588 19.306 19.29 20.419 17.625 C 21.531 15.96 22.125 14.002 22.125 12 C 22.122 9.316 21.054 6.742 19.156 4.844 C 17.258 2.946 14.684 1.878 12 1.875 Z M 12 19.875 C 10.443 19.875 8.92 19.413 7.625 18.548 C 6.33 17.683 5.32 16.453 4.724 15.014 C 4.128 13.575 3.972 11.991 4.276 10.464 C 4.58 8.936 5.33 7.533 6.432 6.432 C 7.533 5.33 8.936 4.58 10.464 4.276 C 11.991 3.972 13.575 4.128 15.014 4.724 C 16.453 5.32 17.683 6.33 18.548 7.625 C 19.413 8.92 19.875 10.443 19.875 12 C 19.873 14.088 19.042 16.09 17.566 17.566 C 16.09 19.042 14.088 19.873 12 19.875 Z M 16.125 10.5 L 16.125 15 C 16.125 15.298 16.006 15.584 15.795 15.795 C 15.584 16.006 15.298 16.125 15 16.125 L 10.5 16.125 C 10.202 16.125 9.915 16.006 9.705 15.795 C 9.494 15.584 9.375 15.298 9.375 15 C 9.375 14.702 9.494 14.415 9.705 14.204 C 9.915 13.993 10.202 13.875 10.5 13.875 L 12.281 13.875 L 8.204 9.796 C 8.099 9.691 8.016 9.567 7.96 9.43 C 7.903 9.294 7.874 9.147 7.874 8.999 C 7.874 8.7 7.993 8.414 8.204 8.202 C 8.415 7.991 8.702 7.872 9.001 7.872 C 9.3 7.872 9.586 7.991 9.798 8.202 L 13.875 12.281 L 13.875 10.5 C 13.875 10.202 13.993 9.915 14.204 9.704 C 14.415 9.494 14.702 9.375 15 9.375 C 15.298 9.375 15.584 9.494 15.795 9.704 C 16.006 9.915 16.125 10.202 16.125 10.5 Z\" fill=\"var(--token-5efc339d-07c5-404e-9677-abab8ef7f9e4, rgb(28, 26, 26)) /* {&quot;name&quot;:&quot;Dark 01&quot;} */\"></path></svg>',svgContentId:11809840089,withExternalLayout:true,...addPropertyOverrides({DbhmEs45H:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 1.875 C 9.997 1.875 8.04 2.469 6.375 3.581 C 4.71 4.694 3.412 6.275 2.646 8.125 C 1.879 9.975 1.679 12.011 2.07 13.975 C 2.46 15.939 3.425 17.744 4.841 19.16 C 6.257 20.576 8.061 21.54 10.025 21.93 C 11.989 22.321 14.025 22.121 15.875 21.354 C 17.725 20.588 19.306 19.29 20.419 17.625 C 21.531 15.96 22.125 14.002 22.125 12 C 22.122 9.316 21.054 6.742 19.156 4.844 C 17.258 2.946 14.684 1.878 12 1.875 Z M 12 19.875 C 10.443 19.875 8.92 19.413 7.625 18.548 C 6.33 17.683 5.32 16.453 4.724 15.014 C 4.128 13.575 3.972 11.991 4.276 10.464 C 4.58 8.936 5.33 7.533 6.432 6.432 C 7.533 5.33 8.936 4.58 10.464 4.276 C 11.991 3.972 13.575 4.128 15.014 4.724 C 16.453 5.32 17.683 6.33 18.548 7.625 C 19.413 8.92 19.875 10.443 19.875 12 C 19.873 14.088 19.042 16.09 17.566 17.566 C 16.09 19.042 14.088 19.873 12 19.875 Z M 16.125 10.5 L 16.125 15 C 16.125 15.298 16.006 15.584 15.795 15.795 C 15.584 16.006 15.298 16.125 15 16.125 L 10.5 16.125 C 10.202 16.125 9.915 16.006 9.705 15.795 C 9.494 15.584 9.375 15.298 9.375 15 C 9.375 14.702 9.494 14.415 9.705 14.204 C 9.915 13.993 10.202 13.875 10.5 13.875 L 12.281 13.875 L 8.204 9.796 C 8.099 9.691 8.016 9.567 7.96 9.43 C 7.903 9.294 7.874 9.147 7.874 8.999 C 7.874 8.7 7.993 8.414 8.204 8.202 C 8.415 7.991 8.702 7.872 9.001 7.872 C 9.3 7.872 9.586 7.991 9.798 8.202 L 13.875 12.281 L 13.875 10.5 C 13.875 10.202 13.993 9.915 14.204 9.704 C 14.415 9.494 14.702 9.375 15 9.375 C 15.298 9.375 15.584 9.494 15.795 9.704 C 16.006 9.915 16.125 10.202 16.125 10.5 Z\" fill=\"var(--token-be8725fb-7eeb-4262-aa2a-5d26753544bf, rgb(243, 243, 242)) /* {&quot;name&quot;:&quot;Light 01&quot;} */\"></path></svg>',svgContentId:9065625988}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-LBnKU.framer-rjzx96, .framer-LBnKU .framer-rjzx96 { display: block; }\",\".framer-LBnKU.framer-5uaph6 { height: 24px; overflow: hidden; position: relative; width: 24px; }\",\".framer-LBnKU .framer-z5lap8 { flex: none; height: 24px; left: 0px; position: absolute; top: 0px; width: 24px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 24\n * @framerIntrinsicWidth 24\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"DbhmEs45H\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerlZzUFtRks=withCSS(Component,css,\"framer-LBnKU\");export default FramerlZzUFtRks;FramerlZzUFtRks.displayName=\"Expand icon\";FramerlZzUFtRks.defaultProps={height:24,width:24};addPropertyControls(FramerlZzUFtRks,{variant:{options:[\"KIEVS9THB\",\"DbhmEs45H\"],optionTitles:[\"Dark\",\"Light\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerlZzUFtRks,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerlZzUFtRks\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"24\",\"framerIntrinsicWidth\":\"24\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"DbhmEs45H\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./lZzUFtRks.map", "// Generated by Framer (fb31e5e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import BubbleHola from\"https://framerusercontent.com/modules/vzszb6ltO2i7GpzIJbGu/sh1lyMTSkFUCea9G358V/JHcJ_rz_P.js\";import BubbleHi from\"https://framerusercontent.com/modules/3P3bVFEYrHiffBoBgCMc/UKy4r4Kr2mhI1kd4CaqZ/Lukd50HJB.js\";import ExpandIcon from\"https://framerusercontent.com/modules/6iLmrvbfg0M1GFGIJxCm/LOOq6w7C545ceoM7cqpP/lZzUFtRks.js\";const BubbleHolaFonts=getFonts(BubbleHola);const SmartComponentScopedContainerWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(SmartComponentScopedContainer));const BubbleHiFonts=getFonts(BubbleHi);const ExpandIconFonts=getFonts(ExpandIcon);const cycleOrder=[\"YMatBdWHr\",\"wFrs8wsOy\",\"wzrLeaJUx\",\"tMvCsvVvv\"];const serializationHash=\"framer-2dLde\";const variantClassNames={tMvCsvVvv:\"framer-v-63basi\",wFrs8wsOy:\"framer-v-1idkjl8\",wzrLeaJUx:\"framer-v-13gvjbi\",YMatBdWHr:\"framer-v-13i0abs\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.1,delay:0,duration:.3,type:\"spring\"};const transition2={delay:0,duration:.3,ease:[.7,-.35,.3,1.35],type:\"tween\"};const transition3={bounce:.1,delay:.5,duration:.4,type:\"spring\"};const animation={opacity:1,rotate:8,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation1={opacity:.001,rotate:3,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:0,y:6};const transition4={bounce:.1,delay:.6,duration:.4,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation3={opacity:1,rotate:3,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:0,y:6};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Dark-Default\":\"wzrLeaJUx\",\"Light-Default\":\"YMatBdWHr\",\"Light-Hover\":\"tMvCsvVvv\"};const getProps=({click,height,id,width,...props})=>{return{...props,rOPGb8LbT:click??props.rOPGb8LbT,variant:humanReadableVariantMap[props.variant]??props.variant??\"YMatBdWHr\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,rOPGb8LbT,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"YMatBdWHr\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap188omoo=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(rOPGb8LbT){const res=await rOPGb8LbT(...args);if(res===false)return false;}});const onMouseEnterd7znl5=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"wFrs8wsOy\");});const onMouseLeave1sgebx8=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"YMatBdWHr\");});const onMouseEnter17vakcc=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"tMvCsvVvv\");});const onMouseLeavekwk0hx=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"wzrLeaJUx\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({wFrs8wsOy:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-13i0abs\",className,classNames),\"data-framer-name\":\"Light-Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"YMatBdWHr\",onMouseEnter:onMouseEnterd7znl5,onTap:onTap188omoo,ref:refBinding,style:{...style},...addPropertyOverrides({tMvCsvVvv:{\"data-framer-name\":\"Light-Hover\",onMouseEnter:undefined,onMouseLeave:onMouseLeavekwk0hx},wFrs8wsOy:{\"data-framer-name\":\"Light-Hover\",onMouseLeave:onMouseLeave1sgebx8},wzrLeaJUx:{\"data-framer-name\":\"Dark-Default\",onMouseEnter:onMouseEnter17vakcc}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:47.000911712646484,width:\"67px\",y:(componentViewport?.y||0)+4.635439667957371,children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-1bplb1s-container\",\"data-framer-appear-id\":\"1bplb1s\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"D44eZW_4x-container\",nodeId:\"D44eZW_4x\",optimized:true,rendersWithMotion:true,scopeId:\"WMg9E_rQG\",style:{rotate:8},children:/*#__PURE__*/_jsx(BubbleHola,{height:\"100%\",id:\"D44eZW_4x\",layoutId:\"D44eZW_4x\",style:{height:\"100%\",width:\"100%\"},variant:\"nn6T1Vr3A\",width:\"100%\",...addPropertyOverrides({tMvCsvVvv:{variant:\"KuM9Vu102\"},wzrLeaJUx:{variant:\"KuM9Vu102\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:\"49px\",y:(componentViewport?.y||0)+28,children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,className:\"framer-1sdbgqb-container\",\"data-framer-appear-id\":\"1sdbgqb\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"w9eDHiBUE-container\",nodeId:\"w9eDHiBUE\",optimized:true,rendersWithMotion:true,scopeId:\"WMg9E_rQG\",children:/*#__PURE__*/_jsx(BubbleHi,{height:\"100%\",id:\"w9eDHiBUE\",layoutId:\"w9eDHiBUE\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:(componentViewport?.height||80)-56,width:`calc(${componentViewport?.width||\"100vw\"} - 56px)`,y:(componentViewport?.y||0)+54,...addPropertyOverrides({tMvCsvVvv:{y:(componentViewport?.y||0)+58},wFrs8wsOy:{height:24,width:\"24px\",y:(componentViewport?.y||0)+(componentViewport?.height||80)-22}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,className:\"framer-std80n-container\",\"data-framer-appear-id\":\"std80n\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"c6Sy3uoEW-container\",nodeId:\"c6Sy3uoEW\",optimized:true,rendersWithMotion:true,scopeId:\"WMg9E_rQG\",...addPropertyOverrides({wFrs8wsOy:{initial:animation3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ExpandIcon,{height:\"100%\",id:\"c6Sy3uoEW\",layoutId:\"c6Sy3uoEW\",style:{height:\"100%\",width:\"100%\"},variant:\"KIEVS9THB\",width:\"100%\",...addPropertyOverrides({tMvCsvVvv:{variant:\"DbhmEs45H\"},wzrLeaJUx:{variant:\"DbhmEs45H\"}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-2dLde.framer-13scgib, .framer-2dLde .framer-13scgib { display: block; }\",\".framer-2dLde.framer-13i0abs { cursor: pointer; height: 80px; overflow: visible; position: relative; width: 80px; }\",\".framer-2dLde .framer-1bplb1s-container { flex: none; height: 47px; left: 12px; position: absolute; top: 5px; width: 67px; }\",\".framer-2dLde .framer-1sdbgqb-container { flex: none; height: 52px; left: 0px; position: absolute; top: 28px; width: 49px; }\",\".framer-2dLde .framer-std80n-container { bottom: 2px; flex: none; left: 49px; position: absolute; right: 7px; top: 54px; }\",\".framer-2dLde.framer-v-1idkjl8 .framer-std80n-container { bottom: -2px; height: 24px; left: unset; right: 3px; top: unset; width: 24px; }\",\".framer-2dLde.framer-v-63basi .framer-std80n-container { bottom: -2px; left: 53px; right: 3px; top: 58px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 80\n * @framerIntrinsicWidth 80\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"wFrs8wsOy\":{\"layout\":[\"fixed\",\"fixed\"]},\"wzrLeaJUx\":{\"layout\":[\"fixed\",\"fixed\"]},\"tMvCsvVvv\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"rOPGb8LbT\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerWMg9E_rQG=withCSS(Component,css,\"framer-2dLde\");export default FramerWMg9E_rQG;FramerWMg9E_rQG.displayName=\"About trigger\";FramerWMg9E_rQG.defaultProps={height:80,width:80};addPropertyControls(FramerWMg9E_rQG,{variant:{options:[\"YMatBdWHr\",\"wFrs8wsOy\",\"wzrLeaJUx\",\"tMvCsvVvv\"],optionTitles:[\"Light-Default\",\"Light-Hover\",\"Dark-Default\",\"Light-Hover\"],title:\"Variant\",type:ControlType.Enum},rOPGb8LbT:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerWMg9E_rQG,[{explicitInter:true,fonts:[]},...BubbleHolaFonts,...BubbleHiFonts,...ExpandIconFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerWMg9E_rQG\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"80\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"rOPGb8LbT\\\":\\\"click\\\"}\",\"framerIntrinsicHeight\":\"80\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"wFrs8wsOy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"wzrLeaJUx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"tMvCsvVvv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={dovRmW_8M:{hover:true},irGy28sEy:{hover:true}};const cycleOrder=[\"irGy28sEy\",\"dovRmW_8M\"];const serializationHash=\"framer-5SfqB\";const variantClassNames={dovRmW_8M:\"framer-v-1uft24w\",irGy28sEy:\"framer-v-1skge6p\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.1,delay:0,duration:.2,type:\"spring\"};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Icon:\"dovRmW_8M\",Mail:\"irGy28sEy\"};const getProps=({click,height,id,width,...props})=>{return{...props,d63Wc5UqP:click??props.d63Wc5UqP,variant:humanReadableVariantMap[props.variant]??props.variant??\"irGy28sEy\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,d63Wc5UqP,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"irGy28sEy\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapaf0sbh=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(d63Wc5UqP){const res=await d63Wc5UqP(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(gestureVariant===\"dovRmW_8M-hover\")return false;if(baseVariant===\"dovRmW_8M\")return false;return true;};const isDisplayed1=()=>{if(gestureVariant===\"dovRmW_8M-hover\")return true;if(baseVariant===\"dovRmW_8M\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({dovRmW_8M:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Link,{href:\"mailto:hi@michaelrubini.com\",motionChild:true,nodeId:\"irGy28sEy\",scopeId:\"yHrtwlHGA\",...addPropertyOverrides({\"dovRmW_8M-hover\":{href:undefined},dovRmW_8M:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1skge6p\",className,classNames)} framer-1m15non`,\"data-framer-name\":\"Mail\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"irGy28sEy\",onTap:onTapaf0sbh,ref:refBinding,style:{backgroundColor:\"rgba(28, 26, 26, 0.06)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,...style},variants:{\"dovRmW_8M-hover\":{backgroundColor:\"rgba(122, 47, 15, 0.3)\"},\"irGy28sEy-hover\":{backgroundColor:\"rgba(28, 26, 26, 0.1)\"},dovRmW_8M:{backgroundColor:\"rgba(122, 47, 15, 0.2)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24}},...addPropertyOverrides({\"dovRmW_8M-hover\":{\"data-framer-name\":undefined},\"irGy28sEy-hover\":{\"data-framer-name\":undefined},dovRmW_8M:{\"data-framer-name\":\"Icon\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2Vpc3QgTW9uby12YXJpYWJsZS1yZWd1bGFyVkY9SW5kbmFIUWlJRFF3TUE9PQ==\",\"--framer-font-family\":'\"Geist Mono Variable\", monospace',\"--framer-font-size\":\"14px\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"wght\" 400)',\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5efc339d-07c5-404e-9677-abab8ef7f9e4, rgb(28, 26, 26)))\"},children:\"hi@michaelrubini.com\"})}),className:\"framer-1986hqf\",\"data-framer-name\":\"Mail-sm\",fonts:[\"GF;Geist Mono-variable-regular\"],layoutDependency:layoutDependency,layoutId:\"o0mnJlWEd\",style:{\"--extracted-2gg91v\":'\"wght\" 400',\"--extracted-r6o4lv\":\"var(--token-5efc339d-07c5-404e-9677-abab8ef7f9e4, rgb(28, 26, 26))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-10uhwn3\",\"data-framer-name\":\"Close icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"kTFvOresn\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 7 17 L 17 7\" fill=\"transparent\" stroke-width=\"3\" stroke=\"var(--token-be8725fb-7eeb-4262-aa2a-5d26753544bf, rgb(243, 243, 242)) /* {&quot;name&quot;:&quot;Light 01&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 17 17 L 7 7\" fill=\"transparent\" stroke-width=\"3\" stroke=\"var(--token-be8725fb-7eeb-4262-aa2a-5d26753544bf, rgb(243, 243, 242)) /* {&quot;name&quot;:&quot;Light 01&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:9880147446,withExternalLayout:true,...addPropertyOverrides({dovRmW_8M:{svgContentId:11168678229}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-5SfqB.framer-1m15non, .framer-5SfqB .framer-1m15non { display: block; }\",\".framer-5SfqB.framer-1skge6p { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 40px; justify-content: flex-start; overflow: visible; padding: 12px 16px 12px 16px; position: relative; text-decoration: none; width: min-content; }\",\".framer-5SfqB .framer-1986hqf { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-5SfqB .framer-10uhwn3 { flex: none; height: 24px; position: relative; width: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-5SfqB.framer-1skge6p { gap: 0px; } .framer-5SfqB.framer-1skge6p > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-5SfqB.framer-1skge6p > :first-child { margin-left: 0px; } .framer-5SfqB.framer-1skge6p > :last-child { margin-right: 0px; } }\",\".framer-5SfqB.framer-v-1uft24w.framer-1skge6p { aspect-ratio: 1 / 1; display: block; gap: unset; height: var(--framer-aspect-ratio-supported, 48px); overflow: hidden; padding: unset; width: 48px; will-change: var(--framer-will-change-override, transform); }\",\".framer-5SfqB.framer-v-1uft24w .framer-10uhwn3 { left: calc(50.00000000000002% - 24px / 2); position: absolute; top: calc(50.00000000000002% - 24px / 2); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-5SfqB.framer-v-1uft24w.framer-1skge6p { gap: 0px; } .framer-5SfqB.framer-v-1uft24w.framer-1skge6p > *, .framer-5SfqB.framer-v-1uft24w.framer-1skge6p > :first-child, .framer-5SfqB.framer-v-1uft24w.framer-1skge6p > :last-child { margin: 0px; } }\",\".framer-5SfqB.framer-v-1uft24w.hover.framer-1skge6p { display: block; gap: unset; padding: unset; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-5SfqB.framer-v-1uft24w.hover.framer-1skge6p { gap: 0px; } .framer-5SfqB.framer-v-1uft24w.hover.framer-1skge6p > *, .framer-5SfqB.framer-v-1uft24w.hover.framer-1skge6p > :first-child, .framer-5SfqB.framer-v-1uft24w.hover.framer-1skge6p > :last-child { margin: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 203\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"dovRmW_8M\":{\"layout\":[\"fixed\",\"fixed\"]},\"KV6zwiVcV\":{\"layout\":[\"auto\",\"fixed\"]},\"VD1OMKW6A\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"d63Wc5UqP\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameryHrtwlHGA=withCSS(Component,css,\"framer-5SfqB\");export default FrameryHrtwlHGA;FrameryHrtwlHGA.displayName=\"Action-sm\";FrameryHrtwlHGA.defaultProps={height:40,width:203};addPropertyControls(FrameryHrtwlHGA,{variant:{options:[\"irGy28sEy\",\"dovRmW_8M\"],optionTitles:[\"Mail\",\"Icon\"],title:\"Variant\",type:ControlType.Enum},d63Wc5UqP:{title:\"Click\",type:ControlType.EventHandler}});const variationAxes=[{defaultValue:400,maxValue:900,minValue:100,name:\"Weight\",tag:\"wght\"}];addFonts(FrameryHrtwlHGA,[{explicitInter:true,fonts:[{family:\"Geist Mono\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/geistmono/v1/or3nQ6H-1_WfwkMZI_qYJrUXmzPnnks.woff2\",variationAxes,weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameryHrtwlHGA\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"203\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"dovRmW_8M\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"KV6zwiVcV\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"VD1OMKW6A\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"40\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"d63Wc5UqP\\\":\\\"click\\\"}\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./yHrtwlHGA.map", "// Generated by Framer (47ebf4a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={SVvNIX5_D:{hover:true}};const serializationHash=\"framer-nq52N\";const variantClassNames={SVvNIX5_D:\"framer-v-178rl31\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.3,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"SVvNIX5_D\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:\"https://x.com/heyrubini\",motionChild:true,nodeId:\"SVvNIX5_D\",scopeId:\"yv1qrgEKG\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-178rl31\",className,classNames)} framer-1m9kj08`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"SVvNIX5_D\",ref:refBinding,style:{...style},...addPropertyOverrides({\"SVvNIX5_D-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-taru8c\",layoutDependency:layoutDependency,layoutId:\"btjhSIb_7\",style:{backgroundColor:\"var(--token-5efc339d-07c5-404e-9677-abab8ef7f9e4, rgb(28, 26, 26))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-an2nii\",\"data-framer-name\":\"X logo\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"EoS5_kIJH\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g transform=\"translate(0.22 0)\" id=\"ss10900633820_1\"><path d=\"M 0 0.22 L 19.56 0.22 L 19.56 20.22 L 0 20.22 Z\" fill=\"transparent\"></path><path d=\"M 11.64 8.464 L 18.922 0 L 17.197 0 L 10.873 7.349 L 5.824 0 L 0 0 L 7.636 11.113 L 0 19.99 L 1.726 19.99 L 8.402 12.228 L 13.735 19.99 L 19.56 19.99 L 11.64 8.464 Z M 9.277 11.212 L 8.503 10.105 L 2.347 1.299 L 4.997 1.299 L 9.965 8.406 L 10.739 9.513 L 17.197 18.75 L 14.547 18.75 L 9.277 11.212 Z\" fill=\"var(--token-be8725fb-7eeb-4262-aa2a-5d26753544bf, rgb(243, 243, 242)) /* {&quot;name&quot;:&quot;Light 01&quot;} */\"></path></g></svg>',svgContentId:10900633820,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-11opri0\",\"data-framer-name\":\"Ideas\",layoutDependency:layoutDependency,layoutId:\"LNgHVZBF7\",style:{backgroundColor:\"var(--token-be8725fb-7eeb-4262-aa2a-5d26753544bf, rgb(243, 243, 242))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2Vpc3QtODAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5efc339d-07c5-404e-9677-abab8ef7f9e4, rgb(28, 26, 26)))\"},children:\"/\"})}),className:\"framer-rgb7az\",\"data-framer-name\":\"Ideas\",fonts:[\"GF;Geist-800\"],layoutDependency:layoutDependency,layoutId:\"mAytgeoul\",style:{\"--extracted-r6o4lv\":\"var(--token-5efc339d-07c5-404e-9677-abab8ef7f9e4, rgb(28, 26, 26))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ha5371\",\"data-framer-name\":\"Thoughts\",layoutDependency:layoutDependency,layoutId:\"ljwrpZyOy\",style:{backgroundColor:\"var(--token-be8725fb-7eeb-4262-aa2a-5d26753544bf, rgb(243, 243, 242))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2Vpc3QtODAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 76, 0))\"},children:\"heyrubini\"})}),className:\"framer-1y9nv8l\",\"data-framer-name\":\"Thoughts\",fonts:[\"GF;Geist-800\"],layoutDependency:layoutDependency,layoutId:\"AD4TSkE6p\",style:{\"--extracted-r6o4lv\":\"rgb(255, 76, 0)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-nq52N.framer-1m9kj08, .framer-nq52N .framer-1m9kj08 { display: block; }\",\".framer-nq52N.framer-178rl31 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-nq52N .framer-taru8c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 40px; justify-content: center; overflow: hidden; padding: 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-nq52N .framer-an2nii { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-nq52N .framer-11opri0, .framer-nq52N .framer-1ha5371 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 40px; justify-content: center; overflow: visible; padding: 8px; position: relative; width: min-content; }\",\".framer-nq52N .framer-rgb7az, .framer-nq52N .framer-1y9nv8l { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-nq52N.framer-178rl31, .framer-nq52N .framer-taru8c, .framer-nq52N .framer-11opri0, .framer-nq52N .framer-1ha5371 { gap: 0px; } .framer-nq52N.framer-178rl31 > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-nq52N.framer-178rl31 > :first-child, .framer-nq52N .framer-taru8c > :first-child, .framer-nq52N .framer-11opri0 > :first-child, .framer-nq52N .framer-1ha5371 > :first-child { margin-left: 0px; } .framer-nq52N.framer-178rl31 > :last-child, .framer-nq52N .framer-taru8c > :last-child, .framer-nq52N .framer-11opri0 > :last-child, .framer-nq52N .framer-1ha5371 > :last-child { margin-right: 0px; } .framer-nq52N .framer-taru8c > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-nq52N .framer-11opri0 > *, .framer-nq52N .framer-1ha5371 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } }\",\".framer-nq52N.framer-v-178rl31.hover.framer-178rl31 { gap: 4px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-nq52N.framer-v-178rl31.hover.framer-178rl31 { gap: 0px; } .framer-nq52N.framer-v-178rl31.hover.framer-178rl31 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-nq52N.framer-v-178rl31.hover.framer-178rl31 > :first-child { margin-left: 0px; } .framer-nq52N.framer-v-178rl31.hover.framer-178rl31 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 194.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"uyMJZZMze\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Frameryv1qrgEKG=withCSS(Component,css,\"framer-nq52N\");export default Frameryv1qrgEKG;Frameryv1qrgEKG.displayName=\"Social-Overlay\";Frameryv1qrgEKG.defaultProps={height:40,width:194.5};addFonts(Frameryv1qrgEKG,[{explicitInter:true,fonts:[{family:\"Geist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/geist/v1/gyBhhwUxId8gMGYQMKR3pzfaWI_RHOQ4mJPby1QNtA.woff2\",weight:\"800\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Frameryv1qrgEKG\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"uyMJZZMze\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"194.5\",\"framerIntrinsicHeight\":\"40\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./yv1qrgEKG.map", "// Generated by Framer (e22b717)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Geist-500\",\"GF;Geist-700\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Geist\",openType:true,source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/geist/v1/gyBhhwUxId8gMGYQMKR3pzfaWI_RruM4mJPby1QNtA.woff2\",weight:\"500\"},{family:\"Geist\",openType:true,source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/geist/v1/gyBhhwUxId8gMGYQMKR3pzfaWI_Re-Q4mJPby1QNtA.woff2\",weight:\"700\"}]}];export const css=['.framer-rrkPI .framer-styles-preset-yo8dhl:not(.rich-text-wrapper), .framer-rrkPI .framer-styles-preset-yo8dhl.rich-text-wrapper h6 { --framer-font-family: \"Geist\", \"Geist Placeholder\", sans-serif; --framer-font-family-bold: \"Geist\", \"Geist Placeholder\", sans-serif; --framer-font-open-type-features: \\'ss03\\' on, \\'dlig\\' on; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: rgba(28, 26, 26, 0.7); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-rrkPI\";\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 (8107e78)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Geist-regular\",\"GF;Geist-700\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Geist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/geist/v1/gyBhhwUxId8gMGYQMKR3pzfaWI_RnOM4mJPby1QNtA.woff2\",weight:\"400\"},{family:\"Geist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/geist/v1/gyBhhwUxId8gMGYQMKR3pzfaWI_Re-Q4mJPby1QNtA.woff2\",weight:\"700\"}]}];export const css=['.framer-KNjSw .framer-styles-preset-zkde03:not(.rich-text-wrapper), .framer-KNjSw .framer-styles-preset-zkde03.rich-text-wrapper p { --framer-font-family: \"Geist\", \"Geist Placeholder\", sans-serif; --framer-font-family-bold: \"Geist\", \"Geist Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 1.6em; --framer-paragraph-spacing: 14px; --framer-text-alignment: left; --framer-text-color: var(--token-5efc339d-07c5-404e-9677-abab8ef7f9e4, #1c1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; --framer-text-wrap: balance; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-KNjSw .framer-styles-preset-zkde03:not(.rich-text-wrapper), .framer-KNjSw .framer-styles-preset-zkde03.rich-text-wrapper p { --framer-font-family: \"Geist\", \"Geist Placeholder\", sans-serif; --framer-font-family-bold: \"Geist\", \"Geist Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 13px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 1.6em; --framer-paragraph-spacing: 14px; --framer-text-alignment: left; --framer-text-color: var(--token-5efc339d-07c5-404e-9677-abab8ef7f9e4, #1c1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; --framer-text-wrap: balance; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-KNjSw .framer-styles-preset-zkde03:not(.rich-text-wrapper), .framer-KNjSw .framer-styles-preset-zkde03.rich-text-wrapper p { --framer-font-family: \"Geist\", \"Geist Placeholder\", sans-serif; --framer-font-family-bold: \"Geist\", \"Geist Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 1.6em; --framer-paragraph-spacing: 18px; --framer-text-alignment: left; --framer-text-color: var(--token-5efc339d-07c5-404e-9677-abab8ef7f9e4, #1c1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; --framer-text-wrap: balance; } }'];export const className=\"framer-KNjSw\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (47ebf4a)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-pENzV .framer-styles-preset-1t64h2k:not(.rich-text-wrapper), .framer-pENzV .framer-styles-preset-1t64h2k.rich-text-wrapper a { --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-9bb3a18d-dfeb-43f9-8beb-09cf344f64be, #ff4c00) /* {\"name\":\"Accent\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-5efc339d-07c5-404e-9677-abab8ef7f9e4, #1c1a1a); --framer-link-text-decoration: none; }'];export const className=\"framer-pENzV\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (47ebf4a)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,RichText,SVG,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useRouteElementId,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/LHz3bw67SqHRmnCKTlE6/Ticker.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js\";import EmailButton from\"#framer/local/canvasComponent/aDB1wHvdF/aDB1wHvdF.js\";import EmailOverlay from\"#framer/local/canvasComponent/rnAC6dz5M/rnAC6dz5M.js\";import SocialButton from\"#framer/local/canvasComponent/s1GuEu3pf/s1GuEu3pf.js\";import ProfileContainer from\"#framer/local/canvasComponent/Uwq73hSSI/Uwq73hSSI.js\";import IntroAnimation from\"#framer/local/canvasComponent/VTdFO9sG9/VTdFO9sG9.js\";import AboutTrigger from\"#framer/local/canvasComponent/WMg9E_rQG/WMg9E_rQG.js\";import ActionSm from\"#framer/local/canvasComponent/yHrtwlHGA/yHrtwlHGA.js\";import SocialOverlay from\"#framer/local/canvasComponent/yv1qrgEKG/yv1qrgEKG.js\";import*as sharedStyle1 from\"#framer/local/css/bW3EDqf8E/bW3EDqf8E.js\";import*as sharedStyle from\"#framer/local/css/h9jlUEel7/h9jlUEel7.js\";import*as sharedStyle2 from\"#framer/local/css/kSjpp48Rl/kSjpp48Rl.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const AboutTriggerFonts=getFonts(AboutTrigger);const ActionSmFonts=getFonts(ActionSm);const ProfileContainerFonts=getFonts(ProfileContainer);const SocialButtonFonts=getFonts(SocialButton);const SocialOverlayFonts=getFonts(SocialOverlay);const EmailOverlayFonts=getFonts(EmailOverlay);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const IntroAnimationFonts=getFonts(IntroAnimation);const RichTextWithFX=withFX(RichText);const EmailButtonFonts=getFonts(EmailButton);const VideoFonts=getFonts(Video);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const TickerFonts=getFonts(Ticker);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const MotionDivWithFX=withFX(motion.div);const breakpoints={SP2MmpVMS:\"(min-width: 810px) and (max-width: 1199px)\",ulm_zN_VT:\"(max-width: 809px)\",WQLkyLRf1:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-Ci6NG\";const variantClassNames={SP2MmpVMS:\"framer-v-n9x51y\",ulm_zN_VT:\"framer-v-1w68wcq\",WQLkyLRf1:\"framer-v-72rtr7\"};const transition1={bounce:.2,delay:2.2,duration:.4,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.95,skewX:0,skewY:0,x:0,y:8};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transition2={bounce:.1,delay:0,duration:.3,type:\"spring\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.97,skewX:0,skewY:0,transition:transition2,x:-24,y:0};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.97,skewX:0,skewY:0,x:-24,y:0};const transition3={bounce:.1,delay:0,duration:.2,type:\"spring\"};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.97,skewX:0,skewY:0,transition:transition3,x:-24,y:0};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const transition4={bounce:.2,delay:.2,duration:.4,type:\"spring\"};const animation7={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.96,skewX:0,skewY:0,transition:transition4,x:-24,y:0};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation9={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.96,skewX:0,skewY:0,x:-24,y:0};const animation10={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:-4,y:0};const transition5={bounce:.2,delay:.4,duration:.4,type:\"spring\"};const animation11={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const animation12={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-8,y:0};const transition6={bounce:.1,delay:.1,duration:.2,type:\"spring\"};const animation13={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:-4,y:0};const transition7={bounce:.1,delay:.2,duration:.4,type:\"spring\"};const animation14={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition7,x:0,y:0};const transition8={bounce:.1,delay:.2,duration:.3,type:\"spring\"};const animation15={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition8,x:0,y:0};const animation16={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.97,skewX:0,skewY:0,transition:transition6,x:-24,y:0};const transition9={bounce:.1,delay:.3,duration:.4,type:\"spring\"};const animation17={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition9,x:0,y:0};const transition10={bounce:.1,delay:.3,duration:.3,type:\"spring\"};const animation18={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition10,x:0,y:0};const transition11={bounce:.1,delay:.35,duration:.3,type:\"spring\"};const animation19={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition11,x:0,y:0};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const transition12={bounce:.2,delay:.5,duration:.4,type:\"spring\"};const animation20={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const animation21={opacity:.001,rotate:-2,scale:1,skewX:0,skewY:0,x:0,y:16};const transition13={bounce:.2,delay:.1,duration:.4,type:\"spring\"};const textEffect={effect:animation21,repeat:false,startDelay:2.4,tokenization:\"line\",transition:transition13,trigger:\"onMount\",type:\"appear\"};const transition14={bounce:.2,delay:2.4,duration:.4,type:\"spring\"};const animation22={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition14,x:0,y:0};const transition15={bounce:.2,delay:2.5,duration:.4,type:\"spring\"};const animation23={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition15,x:0,y:0};const animation24={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:64};const transition16={bounce:.2,delay:2.55,duration:.4,type:\"spring\"};const animation25={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition16,x:0,y:0};const transition17={delay:0,duration:.1,ease:[0,0,1,1],type:\"tween\"};const animation26={opacity:0,rotate:-4,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:0,y:64};const transition18={bounce:.2,delay:.5,duration:.6,type:\"spring\"};const transition19={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation27={opacity:1,rotate:-10,rotateX:-10,rotateY:-30,scale:1,skewX:0,skewY:0,transition:transition19,x:0,y:57};const transition20={delay:0,duration:1.5,ease:[.44,0,.56,1],type:\"tween\"};const animation28={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.98,skewX:0,skewY:0,x:0,y:12};const animation29={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:0,y:8};const transition21={bounce:.2,delay:.6,duration:.4,type:\"spring\"};const animation30={opacity:1,rotate:-10,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition19,x:0,y:57};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"ulm_zN_VT\",Tablet:\"SP2MmpVMS\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const rOPGb8LbT3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const d63Wc5UqP1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"ulm_zN_VT\")return true;return false;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"ulm_zN_VT\")return false;return true;};const elementId=useRouteElementId(\"sd0K2CIKl\");const ref1=React.useRef(null);const elementId1=useRouteElementId(\"xp95O0WR2\");const ref2=React.useRef(null);const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"SP2MmpVMS\")return false;return true;};const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"SP2MmpVMS\")return true;return false;};const elementId2=useRouteElementId(\"LPtUVVzZD\");const ref3=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-be8725fb-7eeb-4262-aa2a-5d26753544bf, rgb(230, 224, 213)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ln5n0w\",\"data-framer-name\":\"Top navigation\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-6a7etf\",\"data-framer-name\":\"Top nav\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qdi8vu\",children:/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:\"80px\",y:20,children:/*#__PURE__*/_jsxs(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-1ar4wwu-container\",\"data-framer-appear-id\":\"1ar4wwu\",id:\"1ar4wwu\",initial:animation1,nodeId:\"QRiZAf249\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:[/*#__PURE__*/_jsx(AboutTrigger,{height:\"100%\",id:\"QRiZAf249\",layoutId:\"QRiZAf249\",rOPGb8LbT:rOPGb8LbT3bnx0g({overlay}),style:{height:\"100%\",width:\"100%\"},variant:\"YMatBdWHr\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{bounce:.1,delay:0,duration:.4,type:\"spring\"}},className:cx(scopingClassNames,\"framer-rn5b9h\"),\"data-framer-portal-id\":\"1ar4wwu\",exit:{opacity:0,transition:{bounce:.1,delay:.1,duration:.2,type:\"spring\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"NJgM25Lef\"),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ulm_zN_VT:{transformTemplate:undefined}},children:/*#__PURE__*/_jsxs(motion.div,{className:cx(scopingClassNames,\"framer-1bwybjf\"),\"data-framer-name\":\"Main container\",\"data-framer-portal-id\":\"1ar4wwu\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ulm_zN_VT:{animate:animation6,exit:animation5}},children:/*#__PURE__*/_jsx(Container,{animate:animation3,className:\"framer-86b220-container\",\"data-framer-name\":\"Action sm\",exit:animation2,inComponentSlot:true,initial:animation4,name:\"Action sm\",nodeId:\"qSkvuhVNV\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ActionSm,{d63Wc5UqP:d63Wc5UqP1wnntms({overlay}),height:\"100%\",id:\"qSkvuhVNV\",layoutId:\"qSkvuhVNV\",name:\"Action sm\",variant:\"dovRmW_8M\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tq2af8 hidden-72rtr7 hidden-n9x51y\",\"data-framer-name\":\"mobile layout\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"108px\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ulm_zN_VT:{animate:animation3,exit:animation2,initial:animation4}},children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vfnau0-container\",inComponentSlot:true,nodeId:\"GzdpLeB13\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ProfileContainer,{height:\"100%\",id:\"GzdpLeB13\",layoutId:\"GzdpLeB13\",style:{height:\"100%\",width:\"100%\"},variant:\"Uqg5iQxyK\",width:\"100%\"})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(Image,{animate:animation8,background:{alt:\"\",fit:\"fill\",pixelHeight:786,pixelWidth:454,sizes:\"152px\",src:\"https://framerusercontent.com/images/Aspd393ms15Ng8rTic3hNZXEIgI.png\",srcSet:\"https://framerusercontent.com/images/Aspd393ms15Ng8rTic3hNZXEIgI.png 454w\"},className:\"framer-1giytyb hidden-1w68wcq\",\"data-border\":true,\"data-framer-name\":\"Profile container\",exit:animation7,initial:animation9}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ulm_zN_VT:{animate:animation14,exit:animation13}},children:/*#__PURE__*/_jsxs(motion.div,{animate:animation11,className:\"framer-4z0gsy\",\"data-framer-name\":\"Buttons\",exit:animation10,initial:animation12,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"40px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-rifzud-container\",inComponentSlot:true,nodeId:\"TxCBJbUB6\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ulm_zN_VT:{variant:\"Zk3f2QrG0\"}},children:/*#__PURE__*/_jsx(SocialButton,{height:\"100%\",id:\"TxCBJbUB6\",layoutId:\"TxCBJbUB6\",style:{height:\"100%\",width:\"100%\"},variant:\"qicYfa1W6\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"40px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-15hql2w-container\",inComponentSlot:true,nodeId:\"r5th7Z3Ki\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ulm_zN_VT:{variant:\"kS20q7_nq\"}},children:/*#__PURE__*/_jsx(SocialButton,{height:\"100%\",id:\"r5th7Z3Ki\",layoutId:\"r5th7Z3Ki\",style:{height:\"100%\",width:\"100%\"},variant:\"SruNy5x5b\",width:\"100%\"})})})})]})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"108px\",children:/*#__PURE__*/_jsx(Container,{animate:animation3,className:\"framer-1q7jg27-container hidden-1w68wcq\",exit:animation2,inComponentSlot:true,initial:animation4,nodeId:\"i5ljK8wUc\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ProfileContainer,{height:\"100%\",id:\"i5ljK8wUc\",layoutId:\"i5ljK8wUc\",style:{height:\"100%\",width:\"100%\"},variant:\"Uqg5iQxyK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ulm_zN_VT:{animate:animation17,exit:animation16}},children:/*#__PURE__*/_jsx(motion.div,{animate:animation15,className:\"framer-1ot6smw\",\"data-framer-name\":\"Copy\",exit:animation2,initial:animation4,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-zkde03\",\"data-styles-preset\":\"h9jlUEel7\",children:\"I\u2019m Michael \u2014 a designer who partners with founders and early-stage teams to craft engaging consumer experiences.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-zkde03\",\"data-styles-preset\":\"h9jlUEel7\",children:\"My focus is on visual and product design: websites, landing pages, and web/mobile apps that look sharp, feel intuitive, and support real business goals.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-zkde03\",\"data-styles-preset\":\"h9jlUEel7\",children:\"Over the years, I\u2019ve worked across industries like healthcare, insurance, e-commerce, and crypto \u2014 bringing curiosity and versatility to every challenge.\"}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-zkde03\",\"data-styles-preset\":\"h9jlUEel7\",children:[\"I do my best work with \u201Cyes, and\u2026\u201D people \u2014 the kind who move fast, challenge assumptions, and build with what they\u2019ve got.\",/*#__PURE__*/_jsx(\"br\",{}),\"Sound like you? Let\u2019s build something great together.\"]}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-zkde03\",\"data-styles-preset\":\"h9jlUEel7\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Let\u2019s talk!\"})})]}),className:\"framer-134x2d2\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-dt5qq4 hidden-1w68wcq\",\"data-framer-name\":\"Buttons\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{animate:animation18,className:\"framer-1fdwrns-container\",exit:animation2,inComponentSlot:true,initial:animation4,nodeId:\"Qm3Lcj8Ru\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SocialOverlay,{height:\"100%\",id:\"Qm3Lcj8Ru\",layoutId:\"Qm3Lcj8Ru\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{animate:animation19,className:\"framer-mo401j-container\",exit:animation2,inComponentSlot:true,initial:animation4,nodeId:\"Ee50mPSwR\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(EmailOverlay,{height:\"100%\",id:\"Ee50mPSwR\",layoutId:\"Ee50mPSwR\",width:\"100%\"})})})]})]})})]}),getContainer())})})]})})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18lng17\",\"data-framer-name\":\"Hero section\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:\"88px\",y:(componentViewport?.y||0)+0+0+387.25,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1cv7rra-container\",nodeId:\"uzOTzPahP\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(IntroAnimation,{height:\"100%\",id:\"uzOTzPahP\",layoutId:\"uzOTzPahP\",style:{height:\"100%\",width:\"100%\"},variant:\"Own0O0Cq_\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wt5ob2\",\"data-framer-name\":\"Copy bottom\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition12},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation20},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNzAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(28, 26, 26)\"},children:\"Michael Rubini\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(28, 26, 26, 0.8)\"},children:\"Product & Visual designer\"})]}),className:\"framer-4lrn9c\",\"data-framer-name\":\"App & Visual designer\",effect:textEffect,fonts:[\"GF;Geist-700\",\"GF;Geist-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ulm_zN_VT:{height:40,y:(componentViewport?.y||0)+0+0+24+592+0+104}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+0+0+24+584+0+96,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation22,className:\"framer-1jfd0gh-container\",\"data-framer-appear-id\":\"1jfd0gh\",initial:animation1,nodeId:\"J14xdQbvw\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ulm_zN_VT:{variant:\"qrbSJPCrx\"}},children:/*#__PURE__*/_jsx(EmailButton,{height:\"100%\",id:\"J14xdQbvw\",layoutId:\"J14xdQbvw\",style:{height:\"100%\"},variant:\"E_wGjaDi9\",width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-tklmmt\",\"data-framer-name\":\"Main\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1oxdyor\",\"data-framer-name\":\"Work section\",id:elementId1,ref:ref2,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ulm_zN_VT:{__framer__parallaxTransformEnabled:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:110,__perspectiveFX:false,__targetOpacity:1,animate:animation23,className:\"framer-x8xg1g\",\"data-framer-appear-id\":\"x8xg1g\",\"data-framer-name\":\"Column 1\",initial:animation24,optimized:true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3cvr2o\",\"data-framer-name\":\"Project container-Video\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-8wap5m\",\"data-border\":true,\"data-framer-name\":\"Video container\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-kb7cpl-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"KmFqWCM1c\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(217, 219, 255, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"KmFqWCM1c\",isMixedBorderRadius:false,layoutId:\"KmFqWCM1c\",loop:true,muted:true,objectFit:\"cover\",playing:true,poster:\"https://framerusercontent.com/images/Hk2nIGUzMyKW1h2Y8m8HJj0A5A.png\",posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/sNZH94X9m5txiWYFiIEOYIUcTAo.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-4fk3t2\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-yo8dhl\",\"data-styles-preset\":\"bW3EDqf8E\",children:\"Ai-generated gift collection - Gifting app\"})}),className:\"framer-1fj860v\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1uqlv9n\",\"data-framer-name\":\"Project container-Video\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-f1gfw9-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"tGIFDWstp\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(255, 255, 255, 0)\",borderRadius:12,bottomLeftRadius:12,bottomRightRadius:12,controls:false,height:\"100%\",id:\"tGIFDWstp\",isMixedBorderRadius:false,layoutId:\"tGIFDWstp\",loop:true,muted:true,objectFit:\"contain\",playing:true,poster:\"https://framerusercontent.com/images/NS9DD5PTh3CTljbvYEGKsQSe4s.png\",posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/Y8awNATi29uWNnII8CYGGhHueIk.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{width:\"100%\"},topLeftRadius:12,topRightRadius:12,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-y1zup\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-yo8dhl\",\"data-styles-preset\":\"bW3EDqf8E\",children:\"Chatbot interaction - Gifting app\"})}),className:\"framer-1uxekyl\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4m5uxb\",\"data-framer-name\":\"Project container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SP2MmpVMS:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+800+0+0+0+0+792+0+0),pixelHeight:1256,pixelWidth:1843,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1920px) - 68px) / 2, 1px)`,src:\"https://framerusercontent.com/images/pViXKlKVPLn5C9Cfbq9RTpopGc.png\",srcSet:\"https://framerusercontent.com/images/pViXKlKVPLn5C9Cfbq9RTpopGc.png?scale-down-to=512 512w,https://framerusercontent.com/images/pViXKlKVPLn5C9Cfbq9RTpopGc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/pViXKlKVPLn5C9Cfbq9RTpopGc.png 1843w\"}},ulm_zN_VT:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+800+0+0+0+0+0+792+0+0),pixelHeight:1256,pixelWidth:1843,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1920px) - 32px)`,src:\"https://framerusercontent.com/images/pViXKlKVPLn5C9Cfbq9RTpopGc.png\",srcSet:\"https://framerusercontent.com/images/pViXKlKVPLn5C9Cfbq9RTpopGc.png?scale-down-to=512 512w,https://framerusercontent.com/images/pViXKlKVPLn5C9Cfbq9RTpopGc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/pViXKlKVPLn5C9Cfbq9RTpopGc.png 1843w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+800+0+0+0+0+792+0+0),pixelHeight:1256,pixelWidth:1843,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1920px) - 60px) / 2, 1px)`,src:\"https://framerusercontent.com/images/pViXKlKVPLn5C9Cfbq9RTpopGc.png\",srcSet:\"https://framerusercontent.com/images/pViXKlKVPLn5C9Cfbq9RTpopGc.png?scale-down-to=512 512w,https://framerusercontent.com/images/pViXKlKVPLn5C9Cfbq9RTpopGc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/pViXKlKVPLn5C9Cfbq9RTpopGc.png 1843w\"},className:\"framer-tbnuqh\",\"data-border\":true,\"data-framer-name\":\"Image container\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1y0vh7r\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-yo8dhl\",\"data-styles-preset\":\"bW3EDqf8E\",children:\"Car insurance  in-car dashboard\"})}),className:\"framer-1rmltsv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1oz2d9b\",\"data-framer-name\":\"Project container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-z1oms3\",\"data-border\":true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ulm_zN_VT:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+800+0+0+0+0+0+1192+0+0+40),pixelHeight:1688,pixelWidth:780,sizes:\"241px\",src:\"https://framerusercontent.com/images/JhE356SZhG4codwQmstysTgSnEQ.png\",srcSet:\"https://framerusercontent.com/images/JhE356SZhG4codwQmstysTgSnEQ.png 780w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+800+0+0+0+0+1192+0+0+40),pixelHeight:1688,pixelWidth:780,sizes:\"241px\",src:\"https://framerusercontent.com/images/JhE356SZhG4codwQmstysTgSnEQ.png\",srcSet:\"https://framerusercontent.com/images/JhE356SZhG4codwQmstysTgSnEQ.png 780w\"},className:\"framer-1d29t7d\",\"data-framer-name\":\"Image container\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-utw657\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-yo8dhl\",\"data-styles-preset\":\"bW3EDqf8E\",children:\"Activity tracker app\"})}),className:\"framer-1icdt0l\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yh2a5k\",\"data-framer-name\":\"Project container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SP2MmpVMS:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+800+0+0+0+0+2189.5+0+0),pixelHeight:1080,pixelWidth:1080,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1920px) - 68px) / 2, 1px)`,src:\"https://framerusercontent.com/images/20WpoQTBSm0Z8oABzg25EhgNHY.png\",srcSet:\"https://framerusercontent.com/images/20WpoQTBSm0Z8oABzg25EhgNHY.png?scale-down-to=512 512w,https://framerusercontent.com/images/20WpoQTBSm0Z8oABzg25EhgNHY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/20WpoQTBSm0Z8oABzg25EhgNHY.png 1080w\"}},ulm_zN_VT:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+800+0+0+0+0+0+2189.5+0+0),pixelHeight:1080,pixelWidth:1080,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1920px) - 32px)`,src:\"https://framerusercontent.com/images/20WpoQTBSm0Z8oABzg25EhgNHY.png\",srcSet:\"https://framerusercontent.com/images/20WpoQTBSm0Z8oABzg25EhgNHY.png?scale-down-to=512 512w,https://framerusercontent.com/images/20WpoQTBSm0Z8oABzg25EhgNHY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/20WpoQTBSm0Z8oABzg25EhgNHY.png 1080w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+800+0+0+0+0+2189.5+0+0),pixelHeight:1080,pixelWidth:1080,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1920px) - 60px) / 2, 1px)`,src:\"https://framerusercontent.com/images/20WpoQTBSm0Z8oABzg25EhgNHY.png\",srcSet:\"https://framerusercontent.com/images/20WpoQTBSm0Z8oABzg25EhgNHY.png?scale-down-to=512 512w,https://framerusercontent.com/images/20WpoQTBSm0Z8oABzg25EhgNHY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/20WpoQTBSm0Z8oABzg25EhgNHY.png 1080w\"},className:\"framer-1rad5ep\",\"data-border\":true,\"data-framer-name\":\"Image container\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-21bqmf\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-yo8dhl\",\"data-styles-preset\":\"bW3EDqf8E\",children:\"Productivity widget\"})}),className:\"framer-11mey5r\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation25,className:\"framer-c8r93x\",\"data-framer-appear-id\":\"c8r93x\",\"data-framer-name\":\"Column 2\",initial:animation24,optimized:true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-c9atg1\",\"data-framer-name\":\"Project container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bjftf\",\"data-border\":true,\"data-framer-name\":\"Image container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SP2MmpVMS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:853.5,intrinsicWidth:393.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+800+0+0+0+0+0+0+0+40),pixelHeight:1707,pixelWidth:787,sizes:`max((max((min(${componentViewport?.width||\"100vw\"}, 1920px) - 68px) / 2, 1px) - 112px) / 3, 1px)`,src:\"https://framerusercontent.com/images/yRLja1F8x6hZiTQLQFYLzVQ0m4k.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/yRLja1F8x6hZiTQLQFYLzVQ0m4k.png 787w\"}},ulm_zN_VT:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:853.5,intrinsicWidth:393.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+800+0+0+0+2748.5+0+0+0+0+40),pixelHeight:1707,pixelWidth:787,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1920px) - 144px) / 3, 1px)`,src:\"https://framerusercontent.com/images/yRLja1F8x6hZiTQLQFYLzVQ0m4k.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/yRLja1F8x6hZiTQLQFYLzVQ0m4k.png 787w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:853.5,intrinsicWidth:393.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+800+0+0+0+0+0+0+0+40),pixelHeight:1707,pixelWidth:787,sizes:`max((max((min(${componentViewport?.width||\"100vw\"}, 1920px) - 60px) / 2, 1px) - 112px) / 3, 1px)`,src:\"https://framerusercontent.com/images/yRLja1F8x6hZiTQLQFYLzVQ0m4k.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/yRLja1F8x6hZiTQLQFYLzVQ0m4k.png 787w\"},className:\"framer-r4ir3g\",\"data-framer-name\":\"MS-01\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SP2MmpVMS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:853.5,intrinsicWidth:393,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+800+0+0+0+0+0+0+0+40),pixelHeight:1707,pixelWidth:786,sizes:`max((max((min(${componentViewport?.width||\"100vw\"}, 1920px) - 68px) / 2, 1px) - 112px) / 3, 1px)`,src:\"https://framerusercontent.com/images/J5ILbRB0xcUPiyfwMO3g1xy17Aw.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/J5ILbRB0xcUPiyfwMO3g1xy17Aw.png 786w\"}},ulm_zN_VT:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:853.5,intrinsicWidth:393,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+800+0+0+0+2748.5+0+0+0+0+40),pixelHeight:1707,pixelWidth:786,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1920px) - 144px) / 3, 1px)`,src:\"https://framerusercontent.com/images/J5ILbRB0xcUPiyfwMO3g1xy17Aw.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/J5ILbRB0xcUPiyfwMO3g1xy17Aw.png 786w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:853.5,intrinsicWidth:393,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+800+0+0+0+0+0+0+0+40),pixelHeight:1707,pixelWidth:786,sizes:`max((max((min(${componentViewport?.width||\"100vw\"}, 1920px) - 60px) / 2, 1px) - 112px) / 3, 1px)`,src:\"https://framerusercontent.com/images/J5ILbRB0xcUPiyfwMO3g1xy17Aw.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/J5ILbRB0xcUPiyfwMO3g1xy17Aw.png 786w\"},className:\"framer-1aqss5e\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SP2MmpVMS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:853.5,intrinsicWidth:393.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+800+0+0+0+0+0+0+0+40),pixelHeight:1707,pixelWidth:787,sizes:`max((max((min(${componentViewport?.width||\"100vw\"}, 1920px) - 68px) / 2, 1px) - 112px) / 3, 1px)`,src:\"https://framerusercontent.com/images/3GiVgBBbIW2BvYZYGEN0RlME.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/3GiVgBBbIW2BvYZYGEN0RlME.png 787w\"}},ulm_zN_VT:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:853.5,intrinsicWidth:393.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+800+0+0+0+2748.5+0+0+0+0+40),pixelHeight:1707,pixelWidth:787,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1920px) - 144px) / 3, 1px)`,src:\"https://framerusercontent.com/images/RrlBj1CHI1gLqe3bpNwxxwI0.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/RrlBj1CHI1gLqe3bpNwxxwI0.png 787w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:853.5,intrinsicWidth:393.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+800+0+0+0+0+0+0+0+40),pixelHeight:1707,pixelWidth:787,sizes:`max((max((min(${componentViewport?.width||\"100vw\"}, 1920px) - 60px) / 2, 1px) - 112px) / 3, 1px)`,src:\"https://framerusercontent.com/images/RrlBj1CHI1gLqe3bpNwxxwI0.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/RrlBj1CHI1gLqe3bpNwxxwI0.png 787w\"},className:\"framer-s9ixny\",\"data-framer-name\":\"MS-03\"})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fj8v3x\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-yo8dhl\",\"data-styles-preset\":\"bW3EDqf8E\",children:\"Patient appointment tracker\"})}),className:\"framer-1rzbi5n\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1s7x07v\",\"data-framer-name\":\"Project container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-kl5tiz\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SP2MmpVMS:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+800+0+0+0+0+487.5+0+0+40+0),pixelHeight:1352,pixelWidth:1900,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1920px) - 68px) / 2, 1px) - 80px)`,src:\"https://framerusercontent.com/images/6yZbBTAgpkuCueUE6xgn0RXKpaA.png\",srcSet:\"https://framerusercontent.com/images/6yZbBTAgpkuCueUE6xgn0RXKpaA.png?scale-down-to=512 512w,https://framerusercontent.com/images/6yZbBTAgpkuCueUE6xgn0RXKpaA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/6yZbBTAgpkuCueUE6xgn0RXKpaA.png 1900w\"}},ulm_zN_VT:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+800+0+0+0+2748.5+0+487.5+0+0+40+0),pixelHeight:1352,pixelWidth:1900,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1920px) - 112px)`,src:\"https://framerusercontent.com/images/6yZbBTAgpkuCueUE6xgn0RXKpaA.png\",srcSet:\"https://framerusercontent.com/images/6yZbBTAgpkuCueUE6xgn0RXKpaA.png?scale-down-to=512 512w,https://framerusercontent.com/images/6yZbBTAgpkuCueUE6xgn0RXKpaA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/6yZbBTAgpkuCueUE6xgn0RXKpaA.png 1900w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+800+0+0+0+0+487.5+0+0+40+0),pixelHeight:1352,pixelWidth:1900,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1920px) - 60px) / 2, 1px) - 80px)`,src:\"https://framerusercontent.com/images/6yZbBTAgpkuCueUE6xgn0RXKpaA.png\",srcSet:\"https://framerusercontent.com/images/6yZbBTAgpkuCueUE6xgn0RXKpaA.png?scale-down-to=512 512w,https://framerusercontent.com/images/6yZbBTAgpkuCueUE6xgn0RXKpaA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/6yZbBTAgpkuCueUE6xgn0RXKpaA.png 1900w\"},className:\"framer-5ugk2u\",\"data-framer-name\":\"Image container\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-z4pzig\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-yo8dhl\",\"data-styles-preset\":\"bW3EDqf8E\",children:\"Clinic dashboard\"})}),className:\"framer-1pbird3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i4q2fm hidden-n9x51y\",\"data-framer-name\":\"Project container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pac61o\",\"data-framer-name\":\"Icons wrapper\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-mqpstd\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-18iw5uy-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"akDeBAP05\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:40,height:\"100%\",hoverFactor:1,id:\"akDeBAP05\",layoutId:\"akDeBAP05\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ox0ipz\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-3m9ad9\",\"data-framer-name\":\"Icon-expand\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M40 21.333a2.667 2.667 0 0 1 2.649 2.356l.018.311v10.667a2.667 2.667 0 0 1-5.316.31l-.018-.31v-4.23l-8.18 8.184c.085.316.14.644.166.981l.014.398v10.667a5.334 5.334 0 0 1-4.935 5.318L24 56H13.333a5.334 5.334 0 0 1-5.318-4.935L8 50.667V40a5.334 5.334 0 0 1 4.935-5.319l.398-.014H24c.477 0 .939.062 1.379.18l8.178-8.18h-4.224a2.667 2.667 0 0 1-2.648-2.356L26.667 24a2.667 2.667 0 0 1 2.355-2.649l.311-.018H40ZM45.333 8c5.713 0 10.377 4.49 10.654 10.134l.013.533v26.666c0 5.713-4.49 10.377-10.134 10.654l-.533.013H34.667v-5.333h10.666a5.334 5.334 0 0 0 5.32-4.936l.014-.398V18.667a5.334 5.334 0 0 0-4.936-5.319l-.398-.015H18.667a5.334 5.334 0 0 0-5.319 4.936l-.015.398v10.666H8V18.667C8 12.954 12.49 8.29 18.134 8.013L18.667 8h26.666ZM24 40H13.333v10.667H24V40Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-14crg2p\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1nbjce9\",\"data-framer-name\":\"Icon-forms\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M37.333 5.333a8.003 8.003 0 0 1 7.545 5.334h3.121a5.334 5.334 0 0 1 5.32 4.935l.014.398v37.333a5.334 5.334 0 0 1-4.936 5.319l-.398.014H16a5.334 5.334 0 0 1-5.318-4.935l-.015-.398V16a5.334 5.334 0 0 1 4.935-5.319l.398-.015h3.122a8.006 8.006 0 0 1 7.027-5.316l.518-.017h10.667Zm-18.21 10.67L15.998 16v37.333h32V16l-3.122.002a8.005 8.005 0 0 1-7.026 5.315l-.518.016H26.666a8.002 8.002 0 0 1-7.365-4.872l-.179-.459ZM34.665 40a2.667 2.667 0 1 1 0 5.333H21.333a2.667 2.667 0 1 1 0-5.333h13.333Zm8-10.667a2.667 2.667 0 1 1 0 5.333H21.333a2.667 2.667 0 1 1 0-5.333h21.333Zm-5.333-18.667H26.666a2.667 2.667 0 0 0-.311 5.316l.311.018h10.667a2.667 2.667 0 0 0 .31-5.316l-.31-.018Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-lkjybg\",\"data-framer-name\":\"OAB\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-cu11de\",\"data-framer-name\":\"Icon-oab\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 9.333a4 4 0 0 1 8 0v4h-8v-4Zm0 4h32c5.89 0 10.666 4.776 10.666 10.667v13.333c0 11.51-9.129 20.934-20.646 21.323l-.687.01H16c-5.891 0-10.667-4.775-10.667-10.666V24c0-5.891 4.776-10.667 10.667-10.667ZM10.666 48V26.666h42.667v8h-8l-.532.013c-5.644.278-10.135 4.941-10.135 10.654v8H16A5.333 5.333 0 0 1 10.666 48ZM40 53.112C46.71 51.988 51.988 46.69 53.112 40h-7.779a5.334 5.334 0 0 0-5.319 4.935l-.014.398v7.78Zm4-47.779a4 4 0 0 0-4 4v4h8v-4a4 4 0 0 0-4-4Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1o06orl\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-4h6yqv\",\"data-framer-name\":\"Icon-new-user\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M32 34.667V40h-3.336c-6.055 0-11.666 3.068-14.814 8.084a3.354 3.354 0 0 0-.517 1.784c0 1.78 1.411 3.268 3.246 3.447l.372.019h13.38v5.333h-13.38C12.02 58.667 8 54.743 8 49.868a8.69 8.69 0 0 1 1.333-4.619c3.99-6.36 10.966-10.312 18.544-10.569l.787-.013H32Zm13.333 2.666A2.667 2.667 0 0 1 48 40v5.334h5.333a2.667 2.667 0 1 1 0 5.333H48V56a2.667 2.667 0 0 1-5.333 0v-5.333h-5.334a2.667 2.667 0 0 1 0-5.334l5.334-.002V40a2.667 2.667 0 0 1 2.666-2.667Zm-16-32c7.364 0 13.334 5.97 13.334 13.334S36.697 32 29.333 32C21.97 32 16 26.03 16 18.667c0-7.364 5.97-13.334 13.333-13.334Zm0 5.334a8 8 0 1 0 0 16 8 8 0 0 0 0-16Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1491pb0\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ckecni\",\"data-framer-name\":\"Icon-lock open\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M32 5.333c3.954 0 7.632 1.735 10.148 4.685a2.667 2.667 0 0 1-4.058 3.46 7.975 7.975 0 0 0-6.09-2.81 8 8 0 0 0-7.986 7.53l-.014.47V24h21.333c5.713 0 10.377 4.49 10.654 10.135l.013.532V48c0 5.713-4.49 10.376-10.134 10.654l-.533.013H18.667c-5.713 0-10.377-4.49-10.654-10.135L8 48V34.667c0-5.713 4.49-10.376 10.134-10.654l.533-.013v-5.333c0-7.364 5.97-13.334 13.333-13.334Zm13.333 24H18.667a5.334 5.334 0 0 0-5.319 4.936l-.015.398V48a5.334 5.334 0 0 0 4.936 5.319l.398.014h26.666a5.334 5.334 0 0 0 5.32-4.935l.014-.398V34.667a5.334 5.334 0 0 0-4.936-5.319l-.398-.015ZM32 34.667a2.667 2.667 0 0 1 2.667 2.666v8a2.667 2.667 0 1 1-5.334 0v-8A2.667 2.667 0 0 1 32 34.667Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-yxaic4\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-14dyuv7\",\"data-framer-name\":\"Icon-profile\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"m44.73 55.438-.663.349-1.078.517-.806.349-.951.372-.782.275-.963.3-.84.23-.444.111-.893.197-1.04.188-.437.066-.454.062-.947.103-.965.07-.57.025-.896.014-1.135-.023-.909-.054-.875-.081-.46-.054-.891-.128-.69-.12-.849-.174-.908-.22-.386-.102-.552-.16-.794-.25-1.018-.363a26.283 26.283 0 0 1-2.72-1.212l-.73-.39-.829-.48-.795-.498-.755-.51-.702-.51-.766-.598-1.464-1.185.022-.069C8.59 46.618 5.334 39.689 5.334 32c0-14.728 11.94-26.667 26.667-26.667 14.727 0 26.666 11.94 26.666 26.667 0 7.688-3.253 14.616-8.458 19.483l.023.07-1.781 1.436-.47.36-.798.576a26.67 26.67 0 0 1-1.5.968l-.954.545ZM32 42.666c-4.67 0-8.88 2.424-11.272 6.208l-.315.524-.208.375.603.392.667.395.416.23.422.222.481.24.637.29c.56.248 1.131.47 1.711.666l.696.222.509.146.633.163.858.188.552.102.272.044a21.416 21.416 0 0 0 2.54.245l.798.015.8-.015c.284-.01.568-.026.851-.048l-.628.039.379-.021.376-.028.525-.05.521-.062.786-.12.787-.148.742-.17.7-.186.322-.094.697-.223-.282.094a21.135 21.135 0 0 0 1.659-.614l.613-.268a21.247 21.247 0 0 0 2.576-1.4l.368-.243-.203-.378a13.343 13.343 0 0 0-10.353-6.675l-.628-.043-.608-.014Zm0-32c-11.782 0-21.334 9.552-21.334 21.334A21.254 21.254 0 0 0 16.1 46.222a18.66 18.66 0 0 1 15.902-8.889 18.67 18.67 0 0 1 15.903 8.885A21.242 21.242 0 0 0 53.334 32c0-11.782-9.551-21.334-21.333-21.334Zm0 2.667c5.89 0 10.666 4.776 10.666 10.667 0 5.89-4.775 10.666-10.666 10.666S21.334 29.891 21.334 24s4.776-10.667 10.667-10.667Zm0 5.333a5.333 5.333 0 1 0 0 10.667 5.333 5.333 0 0 0 0-10.667Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1looiud\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1bdvfd0\",\"data-framer-name\":\"Icon-care-team\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M32.694 42.666a19.897 19.897 0 0 1 14.393 6.16 5.822 5.822 0 0 1-3.715 9.82l-.496.02H20.288a5.822 5.822 0 0 1-4.21-9.84 19.897 19.897 0 0 1 13.579-6.143l.813-.017h2.224Zm0 5.334H30.47c-3.98 0-7.787 1.629-10.535 4.508a.489.489 0 0 0 .2.8l.153.025h22.588a.488.488 0 0 0 .353-.825 14.564 14.564 0 0 0-9.835-4.492l-.7-.016ZM31.58 21.333c5.891 0 10.667 4.776 10.667 10.667 0 5.89-4.776 10.666-10.667 10.666-5.89 0-10.666-4.775-10.666-10.666S25.69 21.333 31.58 21.333Zm0 5.333a5.333 5.333 0 1 0 0 10.667 5.333 5.333 0 0 0 0-10.667ZM16.915 5.333a9.333 9.333 0 0 1 9.333 9.333c0 4.702-3.477 8.592-8 9.24V24a7.543 7.543 0 0 0-6.36 3.487l-.262.444-.734 1.346a1.84 1.84 0 0 0 1.367 2.706l.25.017h3.072v5.333H12.51A7.175 7.175 0 0 1 5.946 27.26l.264-.537.734-1.346a12.863 12.863 0 0 1 3.448-4.037 9.333 9.333 0 0 1 6.522-16.007Zm28.914 0a9.333 9.333 0 0 1 6.646 15.886 12.816 12.816 0 0 1 3.258 3.547l.355.61.734 1.347.264.537a7.175 7.175 0 0 1-6.109 10.059l-.454.014H47.45V32h3.073l.25-.017a1.842 1.842 0 0 0 1.49-2.426l-.123-.28-.734-1.347-.262-.443a7.543 7.543 0 0 0-5.845-3.47L44.784 24l-.002-.058a9.335 9.335 0 0 1-8.286-9.276 9.333 9.333 0 0 1 9.333-9.333Zm-28.914 5.333a4 4 0 1 0 0 8 4 4 0 0 0 0-8Zm28.914 0a4 4 0 1 0 0 8 4 4 0 0 0 0-8Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-y9ghhg\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-lu28y9\",\"data-framer-name\":\"Icon-add-map\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M29.333 5.333c11.793 0 21.334 9.711 21.334 21.667 0 1.722-.31 3.592-.93 5.616a15.932 15.932 0 0 0-5.42-.584c.537-1.497.859-2.857.971-4.078l.034-.491.011-.463c0-9.03-7.174-16.333-16-16.333s-16 7.302-16 16.333c0 4.392 3.077 10.866 9.28 19.228l.676.903 1.376 1.787.721.914.744.927 1.555 1.893.812.967.836.978.834-.975.125-.153a15.985 15.985 0 0 0 2.836 4.877l-.325.307a5.334 5.334 0 0 1-7.227-.266l-.299-.322-.848-.997C13.513 44.152 8 34.262 8 27 8 15.044 17.54 5.334 29.333 5.334Zm16 32A2.667 2.667 0 0 1 48 40v5.333h5.333a2.667 2.667 0 0 1 0 5.334H48V56a2.667 2.667 0 1 1-5.333 0v-5.333h-5.334a2.667 2.667 0 0 1 0-5.334h5.334V40a2.667 2.667 0 0 1 2.666-2.667ZM29.333 16C35.224 16 40 20.776 40 26.667c0 5.89-4.776 10.666-10.667 10.666-5.89 0-10.666-4.775-10.666-10.666S23.442 16 29.333 16Zm0 5.333a5.333 5.333 0 1 0 0 10.667 5.333 5.333 0 0 0 0-10.667Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kcs9rc\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-dzpi0w\",\"data-framer-name\":\"Icon-user\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M33.2 34.666a22.99 22.99 0 0 1 19.338 10.558 8.724 8.724 0 0 1-6.713 13.42l-.626.022H19.39a8.724 8.724 0 0 1-7.338-13.442 22.99 22.99 0 0 1 18.531-10.543l.807-.015h1.81Zm0 5.334h-1.81a17.657 17.657 0 0 0-14.852 8.108 3.39 3.39 0 0 0 2.506 5.208l.346.017H45.2a3.39 3.39 0 0 0 2.852-5.225 17.657 17.657 0 0 0-14.134-8.094L33.2 40Zm-.906-34.667c7.363 0 13.333 5.97 13.333 13.333C45.627 26.03 39.657 32 32.294 32 24.93 32 18.96 26.03 18.96 18.666S24.93 5.333 32.294 5.333Zm0 5.333a8 8 0 1 0 0 16 8 8 0 0 0 0-16Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-162axu2\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1spwt95\",\"data-framer-name\":\"Icon-adjustments\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M26.667 42.666A8.003 8.003 0 0 1 34.212 48h24.455v5.333l-24.456.002a8.003 8.003 0 0 1-15.088 0l-13.789-.002V48h13.788a8.003 8.003 0 0 1 7.545-5.334Zm0 5.334a2.667 2.667 0 1 0 0 5.333 2.667 2.667 0 0 0 0-5.333Zm24-24a8 8 0 1 1-7.544 10.669l-37.789-.003v-5.333h37.788A8.003 8.003 0 0 1 50.668 24Zm0 5.333a2.667 2.667 0 1 0 0 5.333 2.667 2.667 0 0 0 0-5.333Zm-37.333-24a8.003 8.003 0 0 1 7.545 5.334h37.788V16l-37.79.002a8 8 0 1 1-7.544-10.67Zm0 5.333a2.667 2.667 0 1 0 0 5.334 2.667 2.667 0 0 0 0-5.334Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xzbn68\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ikw8en\",\"data-framer-name\":\"Icon-aar\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g opacity=\".8\" stroke=\"#1C1A1A\" stroke-width=\"5.333\"><path clip-rule=\"evenodd\" d=\"M27.556 20.445C27.556 13.572 33.127 8 40 8c6.873 0 12.444 5.572 12.444 12.444v5.89L56 32H24l3.556-5.667v-5.888Z\" stroke-linejoin=\"round\"/><path d=\"M32 32a8 8 0 1 0 16 0\"/><path d=\"M56 45.333V48a8 8 0 0 1-8 8H16a8 8 0 0 1-8-8V16a8 8 0 0 1 8-8h2.667v0\" stroke-linecap=\"round\"/></g></svg>',withExternalLayout:true})})],speed:30,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-131rcdr\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-i8fvwj-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"pfbPRGFxA\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:40,height:\"100%\",hoverFactor:1,id:\"pfbPRGFxA\",layoutId:\"pfbPRGFxA\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-kp3q5h\",\"data-framer-name\":\"Cal\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-tjap8w\",\"data-framer-name\":\"Icon-calendar-1\",fill:\"black\",intrinsicHeight:65,intrinsicWidth:65,svg:'<svg width=\"65\" height=\"65\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"m40.886 33.44 16.261 12.166-4.392 2.536 3.773 6.536a2.667 2.667 0 0 1-4.447 2.927l-.171-.26-3.774-6.536-4.845 2.797-2.405-20.166Zm3.221-28a4 4 0 0 1 4 4v4c5.713 0 10.376 4.491 10.654 10.135l.013.532v10.667H53.44V24.107H10.774V45.44a5.334 5.334 0 0 0 4.935 5.32l.398.014h18.667v5.333H16.107c-5.712 0-10.376-4.49-10.654-10.134l-.013-.533V24.107c0-5.712 4.491-10.376 10.135-10.653l.532-.014v-4a4 4 0 0 1 8 0v4h16v-4a4 4 0 0 1 4-4Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-mjvp8b\",\"data-framer-name\":\"Trash\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1kxb97f\",\"data-framer-name\":\"Icon-trash\",fill:\"black\",intrinsicHeight:65,intrinsicWidth:65,svg:'<svg width=\"65\" height=\"65\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M37.44 8.106a5.334 5.334 0 0 1 5.319 4.936l.014.398v5.333H53.44a2.667 2.667 0 0 1 0 5.333h-2.867l-1.906 24.819a10.667 10.667 0 0 1-10.1 9.835l-.535.013h-11.85A10.667 10.667 0 0 1 15.6 49.458l-.055-.533-1.909-24.819h-2.864a2.667 2.667 0 1 1 0-5.333H21.44V13.44a5.334 5.334 0 0 1 4.935-5.319l.398-.015H37.44Zm7.784 16H18.987l1.877 24.41a5.334 5.334 0 0 0 4.475 4.857l.428.05.415.017h11.85a5.334 5.334 0 0 0 5.27-4.513l.047-.411 1.875-24.41Zm-18.45 8a2.667 2.667 0 0 1 2.648 2.356l.018.311V45.44a2.667 2.667 0 0 1-5.316.31l-.018-.31V34.773a2.667 2.667 0 0 1 2.667-2.667Zm10.666 0a2.667 2.667 0 0 1 2.649 2.356l.017.311V45.44a2.667 2.667 0 0 1-5.315.31l-.018-.31V34.773a2.667 2.667 0 0 1 2.667-2.667Zm0-18.666H26.773v5.333H37.44V13.44Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-7mbwvy\",\"data-framer-name\":\"warning\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1jpb6rm\",\"data-framer-name\":\"Icon-warning\",fill:\"black\",intrinsicHeight:65,intrinsicWidth:65,svg:'<svg width=\"65\" height=\"65\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M32.107 5.44c14.728 0 26.667 11.94 26.667 26.667 0 14.728-11.94 26.667-26.667 26.667-14.727 0-26.667-11.94-26.667-26.667C5.44 17.38 17.38 5.44 32.107 5.44Zm0 5.334c-11.782 0-21.333 9.551-21.333 21.333 0 11.782 9.551 21.333 21.333 21.333 11.782 0 21.333-9.55 21.333-21.333 0-11.782-9.55-21.333-21.333-21.333Zm0 29.333a4 4 0 1 1 0 8 4 4 0 0 1 0-8Zm0-24a4.774 4.774 0 0 1 4.745 5.3L35.069 34.79a2.98 2.98 0 0 1-5.923 0l-1.783-13.382a4.773 4.773 0 0 1 4.745-5.3Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-8wgz6t\",\"data-framer-name\":\"Image\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-19u1iyg\",\"data-framer-name\":\"Icon-image\",fill:\"black\",intrinsicHeight:65,intrinsicWidth:65,svg:'<svg width=\"65\" height=\"65\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M48.107 5.44c5.713 0 10.376 4.491 10.654 10.135l.013.532v32c0 5.713-4.49 10.376-10.135 10.654l-.532.013h-32c-5.712 0-10.376-4.49-10.654-10.135l-.013-.532v-32c0-5.712 4.491-10.376 10.135-10.654l.532-.013h32ZM19.806 34.875l-.251.221-8.781 8.781v4.23a5.334 5.334 0 0 0 4.935 5.318l.398.015h6.89l9.337-9.334-9.008-9.01a2.667 2.667 0 0 0-3.52-.221Zm21.333 8-.25.221L30.544 53.44h17.562a5.329 5.329 0 0 0 4.47-2.424l-7.917-7.92a2.667 2.667 0 0 0-3.52-.221Zm6.968-32.101h-32a5.334 5.334 0 0 0-5.319 4.935l-.014.398v20.224l5.01-5.005a8 8 0 0 1 10.93-.36l.383.36 9.01 9.008 1.01-1.008a8 8 0 0 1 10.93-.36l.384.36 5.01 5.008V16.107a5.334 5.334 0 0 0-4.936-5.319l-.398-.014Zm-9.333 5.333a6.667 6.667 0 1 1 0 13.333 6.667 6.667 0 0 1 0-13.333Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-10bb7pj\",\"data-framer-name\":\"Stats\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1kp3c7k\",\"data-framer-name\":\"Icon-statistics\",fill:\"black\",intrinsicHeight:65,intrinsicWidth:65,svg:'<svg width=\"65\" height=\"65\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M58.774 53.44v5.334H5.44V53.44h53.334ZM16.107 26.774a5.334 5.334 0 0 1 5.319 4.935l.014.398v10.667a5.334 5.334 0 0 1-4.935 5.319l-.398.014h-5.333a5.334 5.334 0 0 1-5.319-4.935l-.015-.398V32.107a5.334 5.334 0 0 1 4.936-5.319l.398-.014h5.333ZM34.774 5.44a5.334 5.334 0 0 1 5.319 4.936l.014.398v32a5.334 5.334 0 0 1-4.935 5.319l-.398.014H29.44a5.334 5.334 0 0 1-5.318-4.935l-.015-.398v-32a5.334 5.334 0 0 1 4.935-5.319l.398-.015h5.334ZM53.44 16.107a5.334 5.334 0 0 1 5.32 4.935l.014.398v21.334a5.334 5.334 0 0 1-4.935 5.319l-.399.014h-5.333a5.334 5.334 0 0 1-5.319-4.935l-.014-.398V21.44a5.334 5.334 0 0 1 4.935-5.318l.398-.015h5.333Zm-37.333 16h-5.333v10.667h5.333V32.107Zm18.667-21.333H29.44v32h5.334v-32ZM53.44 21.44h-5.333v21.334h5.333V21.44Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jzjxg2\",\"data-framer-name\":\"mail\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1bnbaiz\",\"data-framer-name\":\"Icon-mail\",fill:\"black\",intrinsicHeight:65,intrinsicWidth:65,svg:'<svg width=\"65\" height=\"65\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M48.107 10.773c5.713 0 10.376 4.49 10.654 10.134l.013.532v21.334c0 5.712-4.49 10.376-10.135 10.653l-.532.013h-32c-5.712 0-10.376-4.49-10.654-10.134l-.013-.532V21.439c0-5.712 4.491-10.376 10.135-10.653l.532-.013h32ZM26.067 34.92l-11.52 12.955c.329.1.671.17 1.024.205l.536.027h32c.542 0 1.066-.081 1.559-.232L38.15 34.918a10.677 10.677 0 0 1-12.084.002ZM10.953 20.061a5.328 5.328 0 0 0-.16.908l-.02.471v21.334c0 .402.044.794.129 1.172l11.265-12.674-11.214-11.21Zm42.305 0L42.042 31.273 53.31 43.946a5.34 5.34 0 0 0 .115-.774l.014-.398V21.44a5.34 5.34 0 0 0-.18-1.379Zm-5.15-3.955h-32c-.478 0-.94.062-1.38.18l13.608 13.61a5.334 5.334 0 0 0 7.203.312l.34-.311 13.607-13.611a5.317 5.317 0 0 0-.907-.16l-.472-.02Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lrgh9g\",\"data-framer-name\":\"Duplicate\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-t48y74\",\"data-framer-name\":\"Icon-duplicate\",fill:\"black\",intrinsicHeight:65,intrinsicWidth:65,svg:'<svg width=\"65\" height=\"65\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M32.107 5.44c-5.712 0-10.376 4.491-10.654 10.135l-.013.532v5.333h-5.333c-5.712 0-10.376 4.491-10.654 10.135l-.013.532v16c0 5.713 4.491 10.376 10.135 10.654l.532.013h16c5.713 0 10.376-4.49 10.654-10.135l.013-.532v-5.333h5.333c5.713 0 10.376-4.49 10.654-10.135l.013-.532v-16c0-5.712-4.49-10.376-10.135-10.654l-.532-.013h-16Zm-16 21.334h5.333v5.333c0 5.713 4.491 10.376 10.135 10.654l.532.013h5.333v5.333a5.334 5.334 0 0 1-4.935 5.319l-.398.014h-16a5.334 5.334 0 0 1-5.319-4.935l-.014-.398v-16a5.334 5.334 0 0 1 4.935-5.319l.398-.014Zm16-16h16a5.334 5.334 0 0 1 5.319 4.935l.014.398v16a5.334 5.334 0 0 1-4.935 5.319l-.398.014h-5.333v-5.333c0-5.712-4.49-10.376-10.135-10.654l-.532-.013h-5.333v-5.333a5.334 5.334 0 0 1 4.935-5.319l.398-.014Zm-5.333 16h5.333a5.334 5.334 0 0 1 5.319 4.935l.014.398v5.333h-5.333a5.334 5.334 0 0 1-5.319-4.935l-.014-.398v-5.333Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rhl6hx\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1hchbyg\",\"data-framer-name\":\"Icon-tasks\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.333 48a5.333 5.333 0 1 1 0 10.667 5.333 5.333 0 0 1 0-10.667ZM56 50.667V56H29.333v-5.333H56ZM13.333 29.333a5.333 5.333 0 1 1 0 10.667 5.333 5.333 0 0 1 0-10.667ZM56 32v5.333H29.333V32H56ZM25.519 5.907l.233.208a2.667 2.667 0 0 1 .207 3.538l-.207.233-9.428 9.428a2.667 2.667 0 0 1-3.54.207l-.232-.207-3.77-3.771a2.667 2.667 0 0 1 3.538-3.979l.232.207 1.886 1.883 7.542-7.54a2.667 2.667 0 0 1 3.539-.207ZM56 13.333v5.334H29.333v-5.334H56Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dpq9q8\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-xwgwb5\",\"data-framer-name\":\"Icon-agenda\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.333 5.334a2.667 2.667 0 0 1 .311 5.315l-.31.018h-8L13.33 40.9a9.28 9.28 0 0 1 3.393-.88l.61-.02h33.333V8a2.667 2.667 0 0 1 2.355-2.648l.311-.018a2.667 2.667 0 0 1 2.65 2.355L56 8l.005 34.653a2.58 2.58 0 0 1-.697 1.81l-.164.161-.103.092c-4.054 3.378-4.054 5.857 0 9.236 1.836 1.53.875 4.458-1.403 4.7l-.305.015h-36a9.338 9.338 0 0 1-8.913-6.555 2.707 2.707 0 0 1-.402-1.134L8 50.667v-40a5.334 5.334 0 0 1 4.935-5.319l.398-.014h8Zm26.336 40H17.333a4.001 4.001 0 0 0-3.927 3.24l-.054.374-.019.386a4 4 0 0 0 3.615 3.981l.385.019H47.67l-.209-.439c-.976-2.174-1.052-4.397-.225-6.579l.225-.544.21-.438Zm-5.002-40A2.667 2.667 0 0 1 45.333 8v21.334l-8-6.096-8 6.096V8A2.667 2.667 0 0 1 32 5.333h10.667Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-vbanez\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-fru9s2\",\"data-framer-name\":\"Icon-edit\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g opacity=\".8\" fill=\"#1C1A1A\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M50.49 27.236c3.791-3.79 3.791-9.936 0-13.727-3.79-3.79-9.936-3.79-13.726 0L13.946 36.327a2.535 2.535 0 0 0-.693 1.296l-2.536 12.676c-.354 1.774 1.21 3.338 2.984 2.983l12.676-2.535c.491-.098.942-.34 1.296-.693L50.49 27.236ZM16.437 47.564l1.638-8.194L40.35 17.095a4.636 4.636 0 0 1 6.556 6.556L24.628 45.925l-8.192 1.638Z\"/><path d=\"m33.885 16.781-3.77 3.771 13.332 13.334 3.772-3.771L33.885 16.78Z\"/></g></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1n8kh6h\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1yfgw1p\",\"data-framer-name\":\"Icon-search-phi\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M29.334 34.666V40h-3.337c-6.054 0-11.665 3.067-14.813 8.084a3.354 3.354 0 0 0-.517 1.784c0 1.78 1.411 3.268 3.245 3.447l.373.018h13.38v5.333h-13.38c-4.93 0-8.951-3.924-8.951-8.798 0-1.632.462-3.231 1.333-4.619 3.99-6.36 10.966-10.313 18.544-10.57l.787-.013h3.336Zm16 0c5.891 0 10.667 4.776 10.667 10.667 0 2.042-.574 3.95-1.569 5.571.187.082.368.19.536.322l.252.221 2.666 2.667a2.667 2.667 0 0 1-3.52 3.993l-.251-.222-2.667-2.666a2.66 2.66 0 0 1-.546-.79A10.585 10.585 0 0 1 45.334 56c-5.891 0-10.667-4.775-10.667-10.666s4.776-10.667 10.667-10.667Zm0 5.334a5.333 5.333 0 1 0 0 10.666 5.333 5.333 0 0 0 0-10.666ZM26.667 5.333c7.364 0 13.334 5.97 13.334 13.333C40 26.03 34.03 32 26.667 32s-13.333-5.97-13.333-13.334 5.97-13.333 13.333-13.333Zm0 5.333a8 8 0 1 0 0 16 8 8 0 0 0 0-16Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})})],speed:40,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1v8mzm0\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-14wxakp-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"u0MaaLL9w\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:40,height:\"100%\",hoverFactor:1,id:\"u0MaaLL9w\",layoutId:\"u0MaaLL9w\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-14crg2p\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1nbjce9\",\"data-framer-name\":\"Icon-forms\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M37.333 5.333a8.003 8.003 0 0 1 7.545 5.334h3.121a5.334 5.334 0 0 1 5.32 4.935l.014.398v37.333a5.334 5.334 0 0 1-4.936 5.319l-.398.014H16a5.334 5.334 0 0 1-5.318-4.935l-.015-.398V16a5.334 5.334 0 0 1 4.935-5.319l.398-.015h3.122a8.006 8.006 0 0 1 7.027-5.316l.518-.017h10.667Zm-18.21 10.67L15.998 16v37.333h32V16l-3.122.002a8.005 8.005 0 0 1-7.026 5.315l-.518.016H26.666a8.002 8.002 0 0 1-7.365-4.872l-.179-.459ZM34.665 40a2.667 2.667 0 1 1 0 5.333H21.333a2.667 2.667 0 1 1 0-5.333h13.333Zm8-10.667a2.667 2.667 0 1 1 0 5.333H21.333a2.667 2.667 0 1 1 0-5.333h21.333Zm-5.333-18.667H26.666a2.667 2.667 0 0 0-.311 5.316l.311.018h10.667a2.667 2.667 0 0 0 .31-5.316l-.31-.018Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ox0ipz\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-3m9ad9\",\"data-framer-name\":\"Icon-expand\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M40 21.333a2.667 2.667 0 0 1 2.649 2.356l.018.311v10.667a2.667 2.667 0 0 1-5.316.31l-.018-.31v-4.23l-8.18 8.184c.085.316.14.644.166.981l.014.398v10.667a5.334 5.334 0 0 1-4.935 5.318L24 56H13.333a5.334 5.334 0 0 1-5.318-4.935L8 50.667V40a5.334 5.334 0 0 1 4.935-5.319l.398-.014H24c.477 0 .939.062 1.379.18l8.178-8.18h-4.224a2.667 2.667 0 0 1-2.648-2.356L26.667 24a2.667 2.667 0 0 1 2.355-2.649l.311-.018H40ZM45.333 8c5.713 0 10.377 4.49 10.654 10.134l.013.533v26.666c0 5.713-4.49 10.377-10.134 10.654l-.533.013H34.667v-5.333h10.666a5.334 5.334 0 0 0 5.32-4.936l.014-.398V18.667a5.334 5.334 0 0 0-4.936-5.319l-.398-.015H18.667a5.334 5.334 0 0 0-5.319 4.936l-.015.398v10.666H8V18.667C8 12.954 12.49 8.29 18.134 8.013L18.667 8h26.666ZM24 40H13.333v10.667H24V40Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1491pb0\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ckecni\",\"data-framer-name\":\"Icon-lock open\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M32 5.333c3.954 0 7.632 1.735 10.148 4.685a2.667 2.667 0 0 1-4.058 3.46 7.975 7.975 0 0 0-6.09-2.81 8 8 0 0 0-7.986 7.53l-.014.47V24h21.333c5.713 0 10.377 4.49 10.654 10.135l.013.532V48c0 5.713-4.49 10.376-10.134 10.654l-.533.013H18.667c-5.713 0-10.377-4.49-10.654-10.135L8 48V34.667c0-5.713 4.49-10.376 10.134-10.654l.533-.013v-5.333c0-7.364 5.97-13.334 13.333-13.334Zm13.333 24H18.667a5.334 5.334 0 0 0-5.319 4.936l-.015.398V48a5.334 5.334 0 0 0 4.936 5.319l.398.014h26.666a5.334 5.334 0 0 0 5.32-4.935l.014-.398V34.667a5.334 5.334 0 0 0-4.936-5.319l-.398-.015ZM32 34.667a2.667 2.667 0 0 1 2.667 2.666v8a2.667 2.667 0 1 1-5.334 0v-8A2.667 2.667 0 0 1 32 34.667Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1o06orl\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-4h6yqv\",\"data-framer-name\":\"Icon-new-user\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M32 34.667V40h-3.336c-6.055 0-11.666 3.068-14.814 8.084a3.354 3.354 0 0 0-.517 1.784c0 1.78 1.411 3.268 3.246 3.447l.372.019h13.38v5.333h-13.38C12.02 58.667 8 54.743 8 49.868a8.69 8.69 0 0 1 1.333-4.619c3.99-6.36 10.966-10.312 18.544-10.569l.787-.013H32Zm13.333 2.666A2.667 2.667 0 0 1 48 40v5.334h5.333a2.667 2.667 0 1 1 0 5.333H48V56a2.667 2.667 0 0 1-5.333 0v-5.333h-5.334a2.667 2.667 0 0 1 0-5.334l5.334-.002V40a2.667 2.667 0 0 1 2.666-2.667Zm-16-32c7.364 0 13.334 5.97 13.334 13.334S36.697 32 29.333 32C21.97 32 16 26.03 16 18.667c0-7.364 5.97-13.334 13.333-13.334Zm0 5.334a8 8 0 1 0 0 16 8 8 0 0 0 0-16Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-y9ghhg\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-lu28y9\",\"data-framer-name\":\"Icon-add-map\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M29.333 5.333c11.793 0 21.334 9.711 21.334 21.667 0 1.722-.31 3.592-.93 5.616a15.932 15.932 0 0 0-5.42-.584c.537-1.497.859-2.857.971-4.078l.034-.491.011-.463c0-9.03-7.174-16.333-16-16.333s-16 7.302-16 16.333c0 4.392 3.077 10.866 9.28 19.228l.676.903 1.376 1.787.721.914.744.927 1.555 1.893.812.967.836.978.834-.975.125-.153a15.985 15.985 0 0 0 2.836 4.877l-.325.307a5.334 5.334 0 0 1-7.227-.266l-.299-.322-.848-.997C13.513 44.152 8 34.262 8 27 8 15.044 17.54 5.334 29.333 5.334Zm16 32A2.667 2.667 0 0 1 48 40v5.333h5.333a2.667 2.667 0 0 1 0 5.334H48V56a2.667 2.667 0 1 1-5.333 0v-5.333h-5.334a2.667 2.667 0 0 1 0-5.334h5.334V40a2.667 2.667 0 0 1 2.666-2.667ZM29.333 16C35.224 16 40 20.776 40 26.667c0 5.89-4.776 10.666-10.667 10.666-5.89 0-10.666-4.775-10.666-10.666S23.442 16 29.333 16Zm0 5.333a5.333 5.333 0 1 0 0 10.667 5.333 5.333 0 0 0 0-10.667Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1looiud\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1bdvfd0\",\"data-framer-name\":\"Icon-care-team\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M32.694 42.666a19.897 19.897 0 0 1 14.393 6.16 5.822 5.822 0 0 1-3.715 9.82l-.496.02H20.288a5.822 5.822 0 0 1-4.21-9.84 19.897 19.897 0 0 1 13.579-6.143l.813-.017h2.224Zm0 5.334H30.47c-3.98 0-7.787 1.629-10.535 4.508a.489.489 0 0 0 .2.8l.153.025h22.588a.488.488 0 0 0 .353-.825 14.564 14.564 0 0 0-9.835-4.492l-.7-.016ZM31.58 21.333c5.891 0 10.667 4.776 10.667 10.667 0 5.89-4.776 10.666-10.667 10.666-5.89 0-10.666-4.775-10.666-10.666S25.69 21.333 31.58 21.333Zm0 5.333a5.333 5.333 0 1 0 0 10.667 5.333 5.333 0 0 0 0-10.667ZM16.915 5.333a9.333 9.333 0 0 1 9.333 9.333c0 4.702-3.477 8.592-8 9.24V24a7.543 7.543 0 0 0-6.36 3.487l-.262.444-.734 1.346a1.84 1.84 0 0 0 1.367 2.706l.25.017h3.072v5.333H12.51A7.175 7.175 0 0 1 5.946 27.26l.264-.537.734-1.346a12.863 12.863 0 0 1 3.448-4.037 9.333 9.333 0 0 1 6.522-16.007Zm28.914 0a9.333 9.333 0 0 1 6.646 15.886 12.816 12.816 0 0 1 3.258 3.547l.355.61.734 1.347.264.537a7.175 7.175 0 0 1-6.109 10.059l-.454.014H47.45V32h3.073l.25-.017a1.842 1.842 0 0 0 1.49-2.426l-.123-.28-.734-1.347-.262-.443a7.543 7.543 0 0 0-5.845-3.47L44.784 24l-.002-.058a9.335 9.335 0 0 1-8.286-9.276 9.333 9.333 0 0 1 9.333-9.333Zm-28.914 5.333a4 4 0 1 0 0 8 4 4 0 0 0 0-8Zm28.914 0a4 4 0 1 0 0 8 4 4 0 0 0 0-8Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-lkjybg\",\"data-framer-name\":\"OAB\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-cu11de\",\"data-framer-name\":\"Icon-oab\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 9.333a4 4 0 0 1 8 0v4h-8v-4Zm0 4h32c5.89 0 10.666 4.776 10.666 10.667v13.333c0 11.51-9.129 20.934-20.646 21.323l-.687.01H16c-5.891 0-10.667-4.775-10.667-10.666V24c0-5.891 4.776-10.667 10.667-10.667ZM10.666 48V26.666h42.667v8h-8l-.532.013c-5.644.278-10.135 4.941-10.135 10.654v8H16A5.333 5.333 0 0 1 10.666 48ZM40 53.112C46.71 51.988 51.988 46.69 53.112 40h-7.779a5.334 5.334 0 0 0-5.319 4.935l-.014.398v7.78Zm4-47.779a4 4 0 0 0-4 4v4h8v-4a4 4 0 0 0-4-4Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-yxaic4\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-14dyuv7\",\"data-framer-name\":\"Icon-profile\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"m44.73 55.438-.663.349-1.078.517-.806.349-.951.372-.782.275-.963.3-.84.23-.444.111-.893.197-1.04.188-.437.066-.454.062-.947.103-.965.07-.57.025-.896.014-1.135-.023-.909-.054-.875-.081-.46-.054-.891-.128-.69-.12-.849-.174-.908-.22-.386-.102-.552-.16-.794-.25-1.018-.363a26.283 26.283 0 0 1-2.72-1.212l-.73-.39-.829-.48-.795-.498-.755-.51-.702-.51-.766-.598-1.464-1.185.022-.069C8.59 46.618 5.334 39.689 5.334 32c0-14.728 11.94-26.667 26.667-26.667 14.727 0 26.666 11.94 26.666 26.667 0 7.688-3.253 14.616-8.458 19.483l.023.07-1.781 1.436-.47.36-.798.576a26.67 26.67 0 0 1-1.5.968l-.954.545ZM32 42.666c-4.67 0-8.88 2.424-11.272 6.208l-.315.524-.208.375.603.392.667.395.416.23.422.222.481.24.637.29c.56.248 1.131.47 1.711.666l.696.222.509.146.633.163.858.188.552.102.272.044a21.416 21.416 0 0 0 2.54.245l.798.015.8-.015c.284-.01.568-.026.851-.048l-.628.039.379-.021.376-.028.525-.05.521-.062.786-.12.787-.148.742-.17.7-.186.322-.094.697-.223-.282.094a21.135 21.135 0 0 0 1.659-.614l.613-.268a21.247 21.247 0 0 0 2.576-1.4l.368-.243-.203-.378a13.343 13.343 0 0 0-10.353-6.675l-.628-.043-.608-.014Zm0-32c-11.782 0-21.334 9.552-21.334 21.334A21.254 21.254 0 0 0 16.1 46.222a18.66 18.66 0 0 1 15.902-8.889 18.67 18.67 0 0 1 15.903 8.885A21.242 21.242 0 0 0 53.334 32c0-11.782-9.551-21.334-21.333-21.334Zm0 2.667c5.89 0 10.666 4.776 10.666 10.667 0 5.89-4.775 10.666-10.666 10.666S21.334 29.891 21.334 24s4.776-10.667 10.667-10.667Zm0 5.333a5.333 5.333 0 1 0 0 10.667 5.333 5.333 0 0 0 0-10.667Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kcs9rc\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-dzpi0w\",\"data-framer-name\":\"Icon-user\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M33.2 34.666a22.99 22.99 0 0 1 19.338 10.558 8.724 8.724 0 0 1-6.713 13.42l-.626.022H19.39a8.724 8.724 0 0 1-7.338-13.442 22.99 22.99 0 0 1 18.531-10.543l.807-.015h1.81Zm0 5.334h-1.81a17.657 17.657 0 0 0-14.852 8.108 3.39 3.39 0 0 0 2.506 5.208l.346.017H45.2a3.39 3.39 0 0 0 2.852-5.225 17.657 17.657 0 0 0-14.134-8.094L33.2 40Zm-.906-34.667c7.363 0 13.333 5.97 13.333 13.333C45.627 26.03 39.657 32 32.294 32 24.93 32 18.96 26.03 18.96 18.666S24.93 5.333 32.294 5.333Zm0 5.333a8 8 0 1 0 0 16 8 8 0 0 0 0-16Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-162axu2\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1spwt95\",\"data-framer-name\":\"Icon-adjustments\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M26.667 42.666A8.003 8.003 0 0 1 34.212 48h24.455v5.333l-24.456.002a8.003 8.003 0 0 1-15.088 0l-13.789-.002V48h13.788a8.003 8.003 0 0 1 7.545-5.334Zm0 5.334a2.667 2.667 0 1 0 0 5.333 2.667 2.667 0 0 0 0-5.333Zm24-24a8 8 0 1 1-7.544 10.669l-37.789-.003v-5.333h37.788A8.003 8.003 0 0 1 50.668 24Zm0 5.333a2.667 2.667 0 1 0 0 5.333 2.667 2.667 0 0 0 0-5.333Zm-37.333-24a8.003 8.003 0 0 1 7.545 5.334h37.788V16l-37.79.002a8 8 0 1 1-7.544-10.67Zm0 5.333a2.667 2.667 0 1 0 0 5.334 2.667 2.667 0 0 0 0-5.334Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xzbn68\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ikw8en\",\"data-framer-name\":\"Icon-aar\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g opacity=\".8\" stroke=\"#1C1A1A\" stroke-width=\"5.333\"><path clip-rule=\"evenodd\" d=\"M27.556 20.445C27.556 13.572 33.127 8 40 8c6.873 0 12.444 5.572 12.444 12.444v5.89L56 32H24l3.556-5.667v-5.888Z\" stroke-linejoin=\"round\"/><path d=\"M32 32a8 8 0 1 0 16 0\"/><path d=\"M56 45.333V48a8 8 0 0 1-8 8H16a8 8 0 0 1-8-8V16a8 8 0 0 1 8-8h2.667v0\" stroke-linecap=\"round\"/></g></svg>',withExternalLayout:true})})],speed:30,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1flqwxb\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-yo8dhl\",\"data-styles-preset\":\"bW3EDqf8E\",children:\"Custom iconography - Healthcare app\"})}),className:\"framer-jyw3xr\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1re8663\",\"data-framer-name\":\"Project container-Video\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hyuygc\",\"data-border\":true,\"data-framer-name\":\"Video container\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-q2ed0m-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"EbR7iq8Vt\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:12,bottomLeftRadius:12,bottomRightRadius:12,controls:false,height:\"100%\",id:\"EbR7iq8Vt\",isMixedBorderRadius:false,layoutId:\"EbR7iq8Vt\",loop:true,muted:true,objectFit:\"cover\",playing:true,poster:\"https://framerusercontent.com/images/r8YCrDZkeu67f832f0S2rwcYvQ.png\",posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/Ad3qNvcNz9kXQfmzM7BLIvQu40g.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:12,topRightRadius:12,volume:25,width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-2sbogk\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-yo8dhl\",\"data-styles-preset\":\"bW3EDqf8E\",children:\"Profile edit - Gifting app\"})}),className:\"framer-7o7mx8\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tktgfb hidden-72rtr7 hidden-1w68wcq\",\"data-framer-name\":\"Project container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-unbcf9\",\"data-framer-name\":\"Icons wrapper\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-c1zl7b\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-17px6sp-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"qYdesy5a3\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:40,height:\"100%\",hoverFactor:1,id:\"qYdesy5a3\",layoutId:\"qYdesy5a3\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ox0ipz\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-3m9ad9\",\"data-framer-name\":\"Icon-expand\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M40 21.333a2.667 2.667 0 0 1 2.649 2.356l.018.311v10.667a2.667 2.667 0 0 1-5.316.31l-.018-.31v-4.23l-8.18 8.184c.085.316.14.644.166.981l.014.398v10.667a5.334 5.334 0 0 1-4.935 5.318L24 56H13.333a5.334 5.334 0 0 1-5.318-4.935L8 50.667V40a5.334 5.334 0 0 1 4.935-5.319l.398-.014H24c.477 0 .939.062 1.379.18l8.178-8.18h-4.224a2.667 2.667 0 0 1-2.648-2.356L26.667 24a2.667 2.667 0 0 1 2.355-2.649l.311-.018H40ZM45.333 8c5.713 0 10.377 4.49 10.654 10.134l.013.533v26.666c0 5.713-4.49 10.377-10.134 10.654l-.533.013H34.667v-5.333h10.666a5.334 5.334 0 0 0 5.32-4.936l.014-.398V18.667a5.334 5.334 0 0 0-4.936-5.319l-.398-.015H18.667a5.334 5.334 0 0 0-5.319 4.936l-.015.398v10.666H8V18.667C8 12.954 12.49 8.29 18.134 8.013L18.667 8h26.666ZM24 40H13.333v10.667H24V40Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-14crg2p\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1nbjce9\",\"data-framer-name\":\"Icon-forms\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M37.333 5.333a8.003 8.003 0 0 1 7.545 5.334h3.121a5.334 5.334 0 0 1 5.32 4.935l.014.398v37.333a5.334 5.334 0 0 1-4.936 5.319l-.398.014H16a5.334 5.334 0 0 1-5.318-4.935l-.015-.398V16a5.334 5.334 0 0 1 4.935-5.319l.398-.015h3.122a8.006 8.006 0 0 1 7.027-5.316l.518-.017h10.667Zm-18.21 10.67L15.998 16v37.333h32V16l-3.122.002a8.005 8.005 0 0 1-7.026 5.315l-.518.016H26.666a8.002 8.002 0 0 1-7.365-4.872l-.179-.459ZM34.665 40a2.667 2.667 0 1 1 0 5.333H21.333a2.667 2.667 0 1 1 0-5.333h13.333Zm8-10.667a2.667 2.667 0 1 1 0 5.333H21.333a2.667 2.667 0 1 1 0-5.333h21.333Zm-5.333-18.667H26.666a2.667 2.667 0 0 0-.311 5.316l.311.018h10.667a2.667 2.667 0 0 0 .31-5.316l-.31-.018Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-lkjybg\",\"data-framer-name\":\"OAB\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-cu11de\",\"data-framer-name\":\"Icon-oab\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 9.333a4 4 0 0 1 8 0v4h-8v-4Zm0 4h32c5.89 0 10.666 4.776 10.666 10.667v13.333c0 11.51-9.129 20.934-20.646 21.323l-.687.01H16c-5.891 0-10.667-4.775-10.667-10.666V24c0-5.891 4.776-10.667 10.667-10.667ZM10.666 48V26.666h42.667v8h-8l-.532.013c-5.644.278-10.135 4.941-10.135 10.654v8H16A5.333 5.333 0 0 1 10.666 48ZM40 53.112C46.71 51.988 51.988 46.69 53.112 40h-7.779a5.334 5.334 0 0 0-5.319 4.935l-.014.398v7.78Zm4-47.779a4 4 0 0 0-4 4v4h8v-4a4 4 0 0 0-4-4Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1o06orl\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-4h6yqv\",\"data-framer-name\":\"Icon-new-user\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M32 34.667V40h-3.336c-6.055 0-11.666 3.068-14.814 8.084a3.354 3.354 0 0 0-.517 1.784c0 1.78 1.411 3.268 3.246 3.447l.372.019h13.38v5.333h-13.38C12.02 58.667 8 54.743 8 49.868a8.69 8.69 0 0 1 1.333-4.619c3.99-6.36 10.966-10.312 18.544-10.569l.787-.013H32Zm13.333 2.666A2.667 2.667 0 0 1 48 40v5.334h5.333a2.667 2.667 0 1 1 0 5.333H48V56a2.667 2.667 0 0 1-5.333 0v-5.333h-5.334a2.667 2.667 0 0 1 0-5.334l5.334-.002V40a2.667 2.667 0 0 1 2.666-2.667Zm-16-32c7.364 0 13.334 5.97 13.334 13.334S36.697 32 29.333 32C21.97 32 16 26.03 16 18.667c0-7.364 5.97-13.334 13.333-13.334Zm0 5.334a8 8 0 1 0 0 16 8 8 0 0 0 0-16Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1491pb0\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ckecni\",\"data-framer-name\":\"Icon-lock open\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M32 5.333c3.954 0 7.632 1.735 10.148 4.685a2.667 2.667 0 0 1-4.058 3.46 7.975 7.975 0 0 0-6.09-2.81 8 8 0 0 0-7.986 7.53l-.014.47V24h21.333c5.713 0 10.377 4.49 10.654 10.135l.013.532V48c0 5.713-4.49 10.376-10.134 10.654l-.533.013H18.667c-5.713 0-10.377-4.49-10.654-10.135L8 48V34.667c0-5.713 4.49-10.376 10.134-10.654l.533-.013v-5.333c0-7.364 5.97-13.334 13.333-13.334Zm13.333 24H18.667a5.334 5.334 0 0 0-5.319 4.936l-.015.398V48a5.334 5.334 0 0 0 4.936 5.319l.398.014h26.666a5.334 5.334 0 0 0 5.32-4.935l.014-.398V34.667a5.334 5.334 0 0 0-4.936-5.319l-.398-.015ZM32 34.667a2.667 2.667 0 0 1 2.667 2.666v8a2.667 2.667 0 1 1-5.334 0v-8A2.667 2.667 0 0 1 32 34.667Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-yxaic4\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-14dyuv7\",\"data-framer-name\":\"Icon-profile\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"m44.73 55.438-.663.349-1.078.517-.806.349-.951.372-.782.275-.963.3-.84.23-.444.111-.893.197-1.04.188-.437.066-.454.062-.947.103-.965.07-.57.025-.896.014-1.135-.023-.909-.054-.875-.081-.46-.054-.891-.128-.69-.12-.849-.174-.908-.22-.386-.102-.552-.16-.794-.25-1.018-.363a26.283 26.283 0 0 1-2.72-1.212l-.73-.39-.829-.48-.795-.498-.755-.51-.702-.51-.766-.598-1.464-1.185.022-.069C8.59 46.618 5.334 39.689 5.334 32c0-14.728 11.94-26.667 26.667-26.667 14.727 0 26.666 11.94 26.666 26.667 0 7.688-3.253 14.616-8.458 19.483l.023.07-1.781 1.436-.47.36-.798.576a26.67 26.67 0 0 1-1.5.968l-.954.545ZM32 42.666c-4.67 0-8.88 2.424-11.272 6.208l-.315.524-.208.375.603.392.667.395.416.23.422.222.481.24.637.29c.56.248 1.131.47 1.711.666l.696.222.509.146.633.163.858.188.552.102.272.044a21.416 21.416 0 0 0 2.54.245l.798.015.8-.015c.284-.01.568-.026.851-.048l-.628.039.379-.021.376-.028.525-.05.521-.062.786-.12.787-.148.742-.17.7-.186.322-.094.697-.223-.282.094a21.135 21.135 0 0 0 1.659-.614l.613-.268a21.247 21.247 0 0 0 2.576-1.4l.368-.243-.203-.378a13.343 13.343 0 0 0-10.353-6.675l-.628-.043-.608-.014Zm0-32c-11.782 0-21.334 9.552-21.334 21.334A21.254 21.254 0 0 0 16.1 46.222a18.66 18.66 0 0 1 15.902-8.889 18.67 18.67 0 0 1 15.903 8.885A21.242 21.242 0 0 0 53.334 32c0-11.782-9.551-21.334-21.333-21.334Zm0 2.667c5.89 0 10.666 4.776 10.666 10.667 0 5.89-4.775 10.666-10.666 10.666S21.334 29.891 21.334 24s4.776-10.667 10.667-10.667Zm0 5.333a5.333 5.333 0 1 0 0 10.667 5.333 5.333 0 0 0 0-10.667Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1looiud\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1bdvfd0\",\"data-framer-name\":\"Icon-care-team\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M32.694 42.666a19.897 19.897 0 0 1 14.393 6.16 5.822 5.822 0 0 1-3.715 9.82l-.496.02H20.288a5.822 5.822 0 0 1-4.21-9.84 19.897 19.897 0 0 1 13.579-6.143l.813-.017h2.224Zm0 5.334H30.47c-3.98 0-7.787 1.629-10.535 4.508a.489.489 0 0 0 .2.8l.153.025h22.588a.488.488 0 0 0 .353-.825 14.564 14.564 0 0 0-9.835-4.492l-.7-.016ZM31.58 21.333c5.891 0 10.667 4.776 10.667 10.667 0 5.89-4.776 10.666-10.667 10.666-5.89 0-10.666-4.775-10.666-10.666S25.69 21.333 31.58 21.333Zm0 5.333a5.333 5.333 0 1 0 0 10.667 5.333 5.333 0 0 0 0-10.667ZM16.915 5.333a9.333 9.333 0 0 1 9.333 9.333c0 4.702-3.477 8.592-8 9.24V24a7.543 7.543 0 0 0-6.36 3.487l-.262.444-.734 1.346a1.84 1.84 0 0 0 1.367 2.706l.25.017h3.072v5.333H12.51A7.175 7.175 0 0 1 5.946 27.26l.264-.537.734-1.346a12.863 12.863 0 0 1 3.448-4.037 9.333 9.333 0 0 1 6.522-16.007Zm28.914 0a9.333 9.333 0 0 1 6.646 15.886 12.816 12.816 0 0 1 3.258 3.547l.355.61.734 1.347.264.537a7.175 7.175 0 0 1-6.109 10.059l-.454.014H47.45V32h3.073l.25-.017a1.842 1.842 0 0 0 1.49-2.426l-.123-.28-.734-1.347-.262-.443a7.543 7.543 0 0 0-5.845-3.47L44.784 24l-.002-.058a9.335 9.335 0 0 1-8.286-9.276 9.333 9.333 0 0 1 9.333-9.333Zm-28.914 5.333a4 4 0 1 0 0 8 4 4 0 0 0 0-8Zm28.914 0a4 4 0 1 0 0 8 4 4 0 0 0 0-8Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-y9ghhg\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-lu28y9\",\"data-framer-name\":\"Icon-add-map\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M29.333 5.333c11.793 0 21.334 9.711 21.334 21.667 0 1.722-.31 3.592-.93 5.616a15.932 15.932 0 0 0-5.42-.584c.537-1.497.859-2.857.971-4.078l.034-.491.011-.463c0-9.03-7.174-16.333-16-16.333s-16 7.302-16 16.333c0 4.392 3.077 10.866 9.28 19.228l.676.903 1.376 1.787.721.914.744.927 1.555 1.893.812.967.836.978.834-.975.125-.153a15.985 15.985 0 0 0 2.836 4.877l-.325.307a5.334 5.334 0 0 1-7.227-.266l-.299-.322-.848-.997C13.513 44.152 8 34.262 8 27 8 15.044 17.54 5.334 29.333 5.334Zm16 32A2.667 2.667 0 0 1 48 40v5.333h5.333a2.667 2.667 0 0 1 0 5.334H48V56a2.667 2.667 0 1 1-5.333 0v-5.333h-5.334a2.667 2.667 0 0 1 0-5.334h5.334V40a2.667 2.667 0 0 1 2.666-2.667ZM29.333 16C35.224 16 40 20.776 40 26.667c0 5.89-4.776 10.666-10.667 10.666-5.89 0-10.666-4.775-10.666-10.666S23.442 16 29.333 16Zm0 5.333a5.333 5.333 0 1 0 0 10.667 5.333 5.333 0 0 0 0-10.667Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kcs9rc\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-dzpi0w\",\"data-framer-name\":\"Icon-user\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M33.2 34.666a22.99 22.99 0 0 1 19.338 10.558 8.724 8.724 0 0 1-6.713 13.42l-.626.022H19.39a8.724 8.724 0 0 1-7.338-13.442 22.99 22.99 0 0 1 18.531-10.543l.807-.015h1.81Zm0 5.334h-1.81a17.657 17.657 0 0 0-14.852 8.108 3.39 3.39 0 0 0 2.506 5.208l.346.017H45.2a3.39 3.39 0 0 0 2.852-5.225 17.657 17.657 0 0 0-14.134-8.094L33.2 40Zm-.906-34.667c7.363 0 13.333 5.97 13.333 13.333C45.627 26.03 39.657 32 32.294 32 24.93 32 18.96 26.03 18.96 18.666S24.93 5.333 32.294 5.333Zm0 5.333a8 8 0 1 0 0 16 8 8 0 0 0 0-16Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-162axu2\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1spwt95\",\"data-framer-name\":\"Icon-adjustments\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M26.667 42.666A8.003 8.003 0 0 1 34.212 48h24.455v5.333l-24.456.002a8.003 8.003 0 0 1-15.088 0l-13.789-.002V48h13.788a8.003 8.003 0 0 1 7.545-5.334Zm0 5.334a2.667 2.667 0 1 0 0 5.333 2.667 2.667 0 0 0 0-5.333Zm24-24a8 8 0 1 1-7.544 10.669l-37.789-.003v-5.333h37.788A8.003 8.003 0 0 1 50.668 24Zm0 5.333a2.667 2.667 0 1 0 0 5.333 2.667 2.667 0 0 0 0-5.333Zm-37.333-24a8.003 8.003 0 0 1 7.545 5.334h37.788V16l-37.79.002a8 8 0 1 1-7.544-10.67Zm0 5.333a2.667 2.667 0 1 0 0 5.334 2.667 2.667 0 0 0 0-5.334Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xzbn68\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ikw8en\",\"data-framer-name\":\"Icon-aar\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g opacity=\".8\" stroke=\"#1C1A1A\" stroke-width=\"5.333\"><path clip-rule=\"evenodd\" d=\"M27.556 20.445C27.556 13.572 33.127 8 40 8c6.873 0 12.444 5.572 12.444 12.444v5.89L56 32H24l3.556-5.667v-5.888Z\" stroke-linejoin=\"round\"/><path d=\"M32 32a8 8 0 1 0 16 0\"/><path d=\"M56 45.333V48a8 8 0 0 1-8 8H16a8 8 0 0 1-8-8V16a8 8 0 0 1 8-8h2.667v0\" stroke-linecap=\"round\"/></g></svg>',withExternalLayout:true})})],speed:30,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-18w0qrp\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ki5mes-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"OmWfwuXOA\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:40,height:\"100%\",hoverFactor:1,id:\"OmWfwuXOA\",layoutId:\"OmWfwuXOA\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-kp3q5h\",\"data-framer-name\":\"Cal\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-tjap8w\",\"data-framer-name\":\"Icon-calendar-1\",fill:\"black\",intrinsicHeight:65,intrinsicWidth:65,svg:'<svg width=\"65\" height=\"65\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"m40.886 33.44 16.261 12.166-4.392 2.536 3.773 6.536a2.667 2.667 0 0 1-4.447 2.927l-.171-.26-3.774-6.536-4.845 2.797-2.405-20.166Zm3.221-28a4 4 0 0 1 4 4v4c5.713 0 10.376 4.491 10.654 10.135l.013.532v10.667H53.44V24.107H10.774V45.44a5.334 5.334 0 0 0 4.935 5.32l.398.014h18.667v5.333H16.107c-5.712 0-10.376-4.49-10.654-10.134l-.013-.533V24.107c0-5.712 4.491-10.376 10.135-10.653l.532-.014v-4a4 4 0 0 1 8 0v4h16v-4a4 4 0 0 1 4-4Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-mjvp8b\",\"data-framer-name\":\"Trash\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1kxb97f\",\"data-framer-name\":\"Icon-trash\",fill:\"black\",intrinsicHeight:65,intrinsicWidth:65,svg:'<svg width=\"65\" height=\"65\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M37.44 8.106a5.334 5.334 0 0 1 5.319 4.936l.014.398v5.333H53.44a2.667 2.667 0 0 1 0 5.333h-2.867l-1.906 24.819a10.667 10.667 0 0 1-10.1 9.835l-.535.013h-11.85A10.667 10.667 0 0 1 15.6 49.458l-.055-.533-1.909-24.819h-2.864a2.667 2.667 0 1 1 0-5.333H21.44V13.44a5.334 5.334 0 0 1 4.935-5.319l.398-.015H37.44Zm7.784 16H18.987l1.877 24.41a5.334 5.334 0 0 0 4.475 4.857l.428.05.415.017h11.85a5.334 5.334 0 0 0 5.27-4.513l.047-.411 1.875-24.41Zm-18.45 8a2.667 2.667 0 0 1 2.648 2.356l.018.311V45.44a2.667 2.667 0 0 1-5.316.31l-.018-.31V34.773a2.667 2.667 0 0 1 2.667-2.667Zm10.666 0a2.667 2.667 0 0 1 2.649 2.356l.017.311V45.44a2.667 2.667 0 0 1-5.315.31l-.018-.31V34.773a2.667 2.667 0 0 1 2.667-2.667Zm0-18.666H26.773v5.333H37.44V13.44Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-7mbwvy\",\"data-framer-name\":\"warning\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1jpb6rm\",\"data-framer-name\":\"Icon-warning\",fill:\"black\",intrinsicHeight:65,intrinsicWidth:65,svg:'<svg width=\"65\" height=\"65\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M32.107 5.44c14.728 0 26.667 11.94 26.667 26.667 0 14.728-11.94 26.667-26.667 26.667-14.727 0-26.667-11.94-26.667-26.667C5.44 17.38 17.38 5.44 32.107 5.44Zm0 5.334c-11.782 0-21.333 9.551-21.333 21.333 0 11.782 9.551 21.333 21.333 21.333 11.782 0 21.333-9.55 21.333-21.333 0-11.782-9.55-21.333-21.333-21.333Zm0 29.333a4 4 0 1 1 0 8 4 4 0 0 1 0-8Zm0-24a4.774 4.774 0 0 1 4.745 5.3L35.069 34.79a2.98 2.98 0 0 1-5.923 0l-1.783-13.382a4.773 4.773 0 0 1 4.745-5.3Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-8wgz6t\",\"data-framer-name\":\"Image\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-19u1iyg\",\"data-framer-name\":\"Icon-image\",fill:\"black\",intrinsicHeight:65,intrinsicWidth:65,svg:'<svg width=\"65\" height=\"65\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M48.107 5.44c5.713 0 10.376 4.491 10.654 10.135l.013.532v32c0 5.713-4.49 10.376-10.135 10.654l-.532.013h-32c-5.712 0-10.376-4.49-10.654-10.135l-.013-.532v-32c0-5.712 4.491-10.376 10.135-10.654l.532-.013h32ZM19.806 34.875l-.251.221-8.781 8.781v4.23a5.334 5.334 0 0 0 4.935 5.318l.398.015h6.89l9.337-9.334-9.008-9.01a2.667 2.667 0 0 0-3.52-.221Zm21.333 8-.25.221L30.544 53.44h17.562a5.329 5.329 0 0 0 4.47-2.424l-7.917-7.92a2.667 2.667 0 0 0-3.52-.221Zm6.968-32.101h-32a5.334 5.334 0 0 0-5.319 4.935l-.014.398v20.224l5.01-5.005a8 8 0 0 1 10.93-.36l.383.36 9.01 9.008 1.01-1.008a8 8 0 0 1 10.93-.36l.384.36 5.01 5.008V16.107a5.334 5.334 0 0 0-4.936-5.319l-.398-.014Zm-9.333 5.333a6.667 6.667 0 1 1 0 13.333 6.667 6.667 0 0 1 0-13.333Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-10bb7pj\",\"data-framer-name\":\"Stats\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1kp3c7k\",\"data-framer-name\":\"Icon-statistics\",fill:\"black\",intrinsicHeight:65,intrinsicWidth:65,svg:'<svg width=\"65\" height=\"65\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M58.774 53.44v5.334H5.44V53.44h53.334ZM16.107 26.774a5.334 5.334 0 0 1 5.319 4.935l.014.398v10.667a5.334 5.334 0 0 1-4.935 5.319l-.398.014h-5.333a5.334 5.334 0 0 1-5.319-4.935l-.015-.398V32.107a5.334 5.334 0 0 1 4.936-5.319l.398-.014h5.333ZM34.774 5.44a5.334 5.334 0 0 1 5.319 4.936l.014.398v32a5.334 5.334 0 0 1-4.935 5.319l-.398.014H29.44a5.334 5.334 0 0 1-5.318-4.935l-.015-.398v-32a5.334 5.334 0 0 1 4.935-5.319l.398-.015h5.334ZM53.44 16.107a5.334 5.334 0 0 1 5.32 4.935l.014.398v21.334a5.334 5.334 0 0 1-4.935 5.319l-.399.014h-5.333a5.334 5.334 0 0 1-5.319-4.935l-.014-.398V21.44a5.334 5.334 0 0 1 4.935-5.318l.398-.015h5.333Zm-37.333 16h-5.333v10.667h5.333V32.107Zm18.667-21.333H29.44v32h5.334v-32ZM53.44 21.44h-5.333v21.334h5.333V21.44Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jzjxg2\",\"data-framer-name\":\"mail\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1bnbaiz\",\"data-framer-name\":\"Icon-mail\",fill:\"black\",intrinsicHeight:65,intrinsicWidth:65,svg:'<svg width=\"65\" height=\"65\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M48.107 10.773c5.713 0 10.376 4.49 10.654 10.134l.013.532v21.334c0 5.712-4.49 10.376-10.135 10.653l-.532.013h-32c-5.712 0-10.376-4.49-10.654-10.134l-.013-.532V21.439c0-5.712 4.491-10.376 10.135-10.653l.532-.013h32ZM26.067 34.92l-11.52 12.955c.329.1.671.17 1.024.205l.536.027h32c.542 0 1.066-.081 1.559-.232L38.15 34.918a10.677 10.677 0 0 1-12.084.002ZM10.953 20.061a5.328 5.328 0 0 0-.16.908l-.02.471v21.334c0 .402.044.794.129 1.172l11.265-12.674-11.214-11.21Zm42.305 0L42.042 31.273 53.31 43.946a5.34 5.34 0 0 0 .115-.774l.014-.398V21.44a5.34 5.34 0 0 0-.18-1.379Zm-5.15-3.955h-32c-.478 0-.94.062-1.38.18l13.608 13.61a5.334 5.334 0 0 0 7.203.312l.34-.311 13.607-13.611a5.317 5.317 0 0 0-.907-.16l-.472-.02Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lrgh9g\",\"data-framer-name\":\"Duplicate\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-t48y74\",\"data-framer-name\":\"Icon-duplicate\",fill:\"black\",intrinsicHeight:65,intrinsicWidth:65,svg:'<svg width=\"65\" height=\"65\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M32.107 5.44c-5.712 0-10.376 4.491-10.654 10.135l-.013.532v5.333h-5.333c-5.712 0-10.376 4.491-10.654 10.135l-.013.532v16c0 5.713 4.491 10.376 10.135 10.654l.532.013h16c5.713 0 10.376-4.49 10.654-10.135l.013-.532v-5.333h5.333c5.713 0 10.376-4.49 10.654-10.135l.013-.532v-16c0-5.712-4.49-10.376-10.135-10.654l-.532-.013h-16Zm-16 21.334h5.333v5.333c0 5.713 4.491 10.376 10.135 10.654l.532.013h5.333v5.333a5.334 5.334 0 0 1-4.935 5.319l-.398.014h-16a5.334 5.334 0 0 1-5.319-4.935l-.014-.398v-16a5.334 5.334 0 0 1 4.935-5.319l.398-.014Zm16-16h16a5.334 5.334 0 0 1 5.319 4.935l.014.398v16a5.334 5.334 0 0 1-4.935 5.319l-.398.014h-5.333v-5.333c0-5.712-4.49-10.376-10.135-10.654l-.532-.013h-5.333v-5.333a5.334 5.334 0 0 1 4.935-5.319l.398-.014Zm-5.333 16h5.333a5.334 5.334 0 0 1 5.319 4.935l.014.398v5.333h-5.333a5.334 5.334 0 0 1-5.319-4.935l-.014-.398v-5.333Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rhl6hx\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1hchbyg\",\"data-framer-name\":\"Icon-tasks\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.333 48a5.333 5.333 0 1 1 0 10.667 5.333 5.333 0 0 1 0-10.667ZM56 50.667V56H29.333v-5.333H56ZM13.333 29.333a5.333 5.333 0 1 1 0 10.667 5.333 5.333 0 0 1 0-10.667ZM56 32v5.333H29.333V32H56ZM25.519 5.907l.233.208a2.667 2.667 0 0 1 .207 3.538l-.207.233-9.428 9.428a2.667 2.667 0 0 1-3.54.207l-.232-.207-3.77-3.771a2.667 2.667 0 0 1 3.538-3.979l.232.207 1.886 1.883 7.542-7.54a2.667 2.667 0 0 1 3.539-.207ZM56 13.333v5.334H29.333v-5.334H56Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dpq9q8\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-xwgwb5\",\"data-framer-name\":\"Icon-agenda\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.333 5.334a2.667 2.667 0 0 1 .311 5.315l-.31.018h-8L13.33 40.9a9.28 9.28 0 0 1 3.393-.88l.61-.02h33.333V8a2.667 2.667 0 0 1 2.355-2.648l.311-.018a2.667 2.667 0 0 1 2.65 2.355L56 8l.005 34.653a2.58 2.58 0 0 1-.697 1.81l-.164.161-.103.092c-4.054 3.378-4.054 5.857 0 9.236 1.836 1.53.875 4.458-1.403 4.7l-.305.015h-36a9.338 9.338 0 0 1-8.913-6.555 2.707 2.707 0 0 1-.402-1.134L8 50.667v-40a5.334 5.334 0 0 1 4.935-5.319l.398-.014h8Zm26.336 40H17.333a4.001 4.001 0 0 0-3.927 3.24l-.054.374-.019.386a4 4 0 0 0 3.615 3.981l.385.019H47.67l-.209-.439c-.976-2.174-1.052-4.397-.225-6.579l.225-.544.21-.438Zm-5.002-40A2.667 2.667 0 0 1 45.333 8v21.334l-8-6.096-8 6.096V8A2.667 2.667 0 0 1 32 5.333h10.667Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-vbanez\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-fru9s2\",\"data-framer-name\":\"Icon-edit\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g opacity=\".8\" fill=\"#1C1A1A\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M50.49 27.236c3.791-3.79 3.791-9.936 0-13.727-3.79-3.79-9.936-3.79-13.726 0L13.946 36.327a2.535 2.535 0 0 0-.693 1.296l-2.536 12.676c-.354 1.774 1.21 3.338 2.984 2.983l12.676-2.535c.491-.098.942-.34 1.296-.693L50.49 27.236ZM16.437 47.564l1.638-8.194L40.35 17.095a4.636 4.636 0 0 1 6.556 6.556L24.628 45.925l-8.192 1.638Z\"/><path d=\"m33.885 16.781-3.77 3.771 13.332 13.334 3.772-3.771L33.885 16.78Z\"/></g></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1n8kh6h\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1yfgw1p\",\"data-framer-name\":\"Icon-search-phi\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M29.334 34.666V40h-3.337c-6.054 0-11.665 3.067-14.813 8.084a3.354 3.354 0 0 0-.517 1.784c0 1.78 1.411 3.268 3.245 3.447l.373.018h13.38v5.333h-13.38c-4.93 0-8.951-3.924-8.951-8.798 0-1.632.462-3.231 1.333-4.619 3.99-6.36 10.966-10.313 18.544-10.57l.787-.013h3.336Zm16 0c5.891 0 10.667 4.776 10.667 10.667 0 2.042-.574 3.95-1.569 5.571.187.082.368.19.536.322l.252.221 2.666 2.667a2.667 2.667 0 0 1-3.52 3.993l-.251-.222-2.667-2.666a2.66 2.66 0 0 1-.546-.79A10.585 10.585 0 0 1 45.334 56c-5.891 0-10.667-4.775-10.667-10.666s4.776-10.667 10.667-10.667Zm0 5.334a5.333 5.333 0 1 0 0 10.666 5.333 5.333 0 0 0 0-10.666ZM26.667 5.333c7.364 0 13.334 5.97 13.334 13.333C40 26.03 34.03 32 26.667 32s-13.333-5.97-13.333-13.334 5.97-13.333 13.333-13.333Zm0 5.333a8 8 0 1 0 0 16 8 8 0 0 0 0-16Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})})],speed:40,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-fmwawu\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-11cf4y9-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"Bbk6RFAoj\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:40,height:\"100%\",hoverFactor:1,id:\"Bbk6RFAoj\",layoutId:\"Bbk6RFAoj\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-14crg2p\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1nbjce9\",\"data-framer-name\":\"Icon-forms\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M37.333 5.333a8.003 8.003 0 0 1 7.545 5.334h3.121a5.334 5.334 0 0 1 5.32 4.935l.014.398v37.333a5.334 5.334 0 0 1-4.936 5.319l-.398.014H16a5.334 5.334 0 0 1-5.318-4.935l-.015-.398V16a5.334 5.334 0 0 1 4.935-5.319l.398-.015h3.122a8.006 8.006 0 0 1 7.027-5.316l.518-.017h10.667Zm-18.21 10.67L15.998 16v37.333h32V16l-3.122.002a8.005 8.005 0 0 1-7.026 5.315l-.518.016H26.666a8.002 8.002 0 0 1-7.365-4.872l-.179-.459ZM34.665 40a2.667 2.667 0 1 1 0 5.333H21.333a2.667 2.667 0 1 1 0-5.333h13.333Zm8-10.667a2.667 2.667 0 1 1 0 5.333H21.333a2.667 2.667 0 1 1 0-5.333h21.333Zm-5.333-18.667H26.666a2.667 2.667 0 0 0-.311 5.316l.311.018h10.667a2.667 2.667 0 0 0 .31-5.316l-.31-.018Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ox0ipz\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-3m9ad9\",\"data-framer-name\":\"Icon-expand\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M40 21.333a2.667 2.667 0 0 1 2.649 2.356l.018.311v10.667a2.667 2.667 0 0 1-5.316.31l-.018-.31v-4.23l-8.18 8.184c.085.316.14.644.166.981l.014.398v10.667a5.334 5.334 0 0 1-4.935 5.318L24 56H13.333a5.334 5.334 0 0 1-5.318-4.935L8 50.667V40a5.334 5.334 0 0 1 4.935-5.319l.398-.014H24c.477 0 .939.062 1.379.18l8.178-8.18h-4.224a2.667 2.667 0 0 1-2.648-2.356L26.667 24a2.667 2.667 0 0 1 2.355-2.649l.311-.018H40ZM45.333 8c5.713 0 10.377 4.49 10.654 10.134l.013.533v26.666c0 5.713-4.49 10.377-10.134 10.654l-.533.013H34.667v-5.333h10.666a5.334 5.334 0 0 0 5.32-4.936l.014-.398V18.667a5.334 5.334 0 0 0-4.936-5.319l-.398-.015H18.667a5.334 5.334 0 0 0-5.319 4.936l-.015.398v10.666H8V18.667C8 12.954 12.49 8.29 18.134 8.013L18.667 8h26.666ZM24 40H13.333v10.667H24V40Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1491pb0\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ckecni\",\"data-framer-name\":\"Icon-lock open\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M32 5.333c3.954 0 7.632 1.735 10.148 4.685a2.667 2.667 0 0 1-4.058 3.46 7.975 7.975 0 0 0-6.09-2.81 8 8 0 0 0-7.986 7.53l-.014.47V24h21.333c5.713 0 10.377 4.49 10.654 10.135l.013.532V48c0 5.713-4.49 10.376-10.134 10.654l-.533.013H18.667c-5.713 0-10.377-4.49-10.654-10.135L8 48V34.667c0-5.713 4.49-10.376 10.134-10.654l.533-.013v-5.333c0-7.364 5.97-13.334 13.333-13.334Zm13.333 24H18.667a5.334 5.334 0 0 0-5.319 4.936l-.015.398V48a5.334 5.334 0 0 0 4.936 5.319l.398.014h26.666a5.334 5.334 0 0 0 5.32-4.935l.014-.398V34.667a5.334 5.334 0 0 0-4.936-5.319l-.398-.015ZM32 34.667a2.667 2.667 0 0 1 2.667 2.666v8a2.667 2.667 0 1 1-5.334 0v-8A2.667 2.667 0 0 1 32 34.667Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1o06orl\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-4h6yqv\",\"data-framer-name\":\"Icon-new-user\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M32 34.667V40h-3.336c-6.055 0-11.666 3.068-14.814 8.084a3.354 3.354 0 0 0-.517 1.784c0 1.78 1.411 3.268 3.246 3.447l.372.019h13.38v5.333h-13.38C12.02 58.667 8 54.743 8 49.868a8.69 8.69 0 0 1 1.333-4.619c3.99-6.36 10.966-10.312 18.544-10.569l.787-.013H32Zm13.333 2.666A2.667 2.667 0 0 1 48 40v5.334h5.333a2.667 2.667 0 1 1 0 5.333H48V56a2.667 2.667 0 0 1-5.333 0v-5.333h-5.334a2.667 2.667 0 0 1 0-5.334l5.334-.002V40a2.667 2.667 0 0 1 2.666-2.667Zm-16-32c7.364 0 13.334 5.97 13.334 13.334S36.697 32 29.333 32C21.97 32 16 26.03 16 18.667c0-7.364 5.97-13.334 13.333-13.334Zm0 5.334a8 8 0 1 0 0 16 8 8 0 0 0 0-16Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-y9ghhg\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-lu28y9\",\"data-framer-name\":\"Icon-add-map\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M29.333 5.333c11.793 0 21.334 9.711 21.334 21.667 0 1.722-.31 3.592-.93 5.616a15.932 15.932 0 0 0-5.42-.584c.537-1.497.859-2.857.971-4.078l.034-.491.011-.463c0-9.03-7.174-16.333-16-16.333s-16 7.302-16 16.333c0 4.392 3.077 10.866 9.28 19.228l.676.903 1.376 1.787.721.914.744.927 1.555 1.893.812.967.836.978.834-.975.125-.153a15.985 15.985 0 0 0 2.836 4.877l-.325.307a5.334 5.334 0 0 1-7.227-.266l-.299-.322-.848-.997C13.513 44.152 8 34.262 8 27 8 15.044 17.54 5.334 29.333 5.334Zm16 32A2.667 2.667 0 0 1 48 40v5.333h5.333a2.667 2.667 0 0 1 0 5.334H48V56a2.667 2.667 0 1 1-5.333 0v-5.333h-5.334a2.667 2.667 0 0 1 0-5.334h5.334V40a2.667 2.667 0 0 1 2.666-2.667ZM29.333 16C35.224 16 40 20.776 40 26.667c0 5.89-4.776 10.666-10.667 10.666-5.89 0-10.666-4.775-10.666-10.666S23.442 16 29.333 16Zm0 5.333a5.333 5.333 0 1 0 0 10.667 5.333 5.333 0 0 0 0-10.667Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1looiud\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1bdvfd0\",\"data-framer-name\":\"Icon-care-team\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M32.694 42.666a19.897 19.897 0 0 1 14.393 6.16 5.822 5.822 0 0 1-3.715 9.82l-.496.02H20.288a5.822 5.822 0 0 1-4.21-9.84 19.897 19.897 0 0 1 13.579-6.143l.813-.017h2.224Zm0 5.334H30.47c-3.98 0-7.787 1.629-10.535 4.508a.489.489 0 0 0 .2.8l.153.025h22.588a.488.488 0 0 0 .353-.825 14.564 14.564 0 0 0-9.835-4.492l-.7-.016ZM31.58 21.333c5.891 0 10.667 4.776 10.667 10.667 0 5.89-4.776 10.666-10.667 10.666-5.89 0-10.666-4.775-10.666-10.666S25.69 21.333 31.58 21.333Zm0 5.333a5.333 5.333 0 1 0 0 10.667 5.333 5.333 0 0 0 0-10.667ZM16.915 5.333a9.333 9.333 0 0 1 9.333 9.333c0 4.702-3.477 8.592-8 9.24V24a7.543 7.543 0 0 0-6.36 3.487l-.262.444-.734 1.346a1.84 1.84 0 0 0 1.367 2.706l.25.017h3.072v5.333H12.51A7.175 7.175 0 0 1 5.946 27.26l.264-.537.734-1.346a12.863 12.863 0 0 1 3.448-4.037 9.333 9.333 0 0 1 6.522-16.007Zm28.914 0a9.333 9.333 0 0 1 6.646 15.886 12.816 12.816 0 0 1 3.258 3.547l.355.61.734 1.347.264.537a7.175 7.175 0 0 1-6.109 10.059l-.454.014H47.45V32h3.073l.25-.017a1.842 1.842 0 0 0 1.49-2.426l-.123-.28-.734-1.347-.262-.443a7.543 7.543 0 0 0-5.845-3.47L44.784 24l-.002-.058a9.335 9.335 0 0 1-8.286-9.276 9.333 9.333 0 0 1 9.333-9.333Zm-28.914 5.333a4 4 0 1 0 0 8 4 4 0 0 0 0-8Zm28.914 0a4 4 0 1 0 0 8 4 4 0 0 0 0-8Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-lkjybg\",\"data-framer-name\":\"OAB\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-cu11de\",\"data-framer-name\":\"Icon-oab\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 9.333a4 4 0 0 1 8 0v4h-8v-4Zm0 4h32c5.89 0 10.666 4.776 10.666 10.667v13.333c0 11.51-9.129 20.934-20.646 21.323l-.687.01H16c-5.891 0-10.667-4.775-10.667-10.666V24c0-5.891 4.776-10.667 10.667-10.667ZM10.666 48V26.666h42.667v8h-8l-.532.013c-5.644.278-10.135 4.941-10.135 10.654v8H16A5.333 5.333 0 0 1 10.666 48ZM40 53.112C46.71 51.988 51.988 46.69 53.112 40h-7.779a5.334 5.334 0 0 0-5.319 4.935l-.014.398v7.78Zm4-47.779a4 4 0 0 0-4 4v4h8v-4a4 4 0 0 0-4-4Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-yxaic4\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-14dyuv7\",\"data-framer-name\":\"Icon-profile\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"m44.73 55.438-.663.349-1.078.517-.806.349-.951.372-.782.275-.963.3-.84.23-.444.111-.893.197-1.04.188-.437.066-.454.062-.947.103-.965.07-.57.025-.896.014-1.135-.023-.909-.054-.875-.081-.46-.054-.891-.128-.69-.12-.849-.174-.908-.22-.386-.102-.552-.16-.794-.25-1.018-.363a26.283 26.283 0 0 1-2.72-1.212l-.73-.39-.829-.48-.795-.498-.755-.51-.702-.51-.766-.598-1.464-1.185.022-.069C8.59 46.618 5.334 39.689 5.334 32c0-14.728 11.94-26.667 26.667-26.667 14.727 0 26.666 11.94 26.666 26.667 0 7.688-3.253 14.616-8.458 19.483l.023.07-1.781 1.436-.47.36-.798.576a26.67 26.67 0 0 1-1.5.968l-.954.545ZM32 42.666c-4.67 0-8.88 2.424-11.272 6.208l-.315.524-.208.375.603.392.667.395.416.23.422.222.481.24.637.29c.56.248 1.131.47 1.711.666l.696.222.509.146.633.163.858.188.552.102.272.044a21.416 21.416 0 0 0 2.54.245l.798.015.8-.015c.284-.01.568-.026.851-.048l-.628.039.379-.021.376-.028.525-.05.521-.062.786-.12.787-.148.742-.17.7-.186.322-.094.697-.223-.282.094a21.135 21.135 0 0 0 1.659-.614l.613-.268a21.247 21.247 0 0 0 2.576-1.4l.368-.243-.203-.378a13.343 13.343 0 0 0-10.353-6.675l-.628-.043-.608-.014Zm0-32c-11.782 0-21.334 9.552-21.334 21.334A21.254 21.254 0 0 0 16.1 46.222a18.66 18.66 0 0 1 15.902-8.889 18.67 18.67 0 0 1 15.903 8.885A21.242 21.242 0 0 0 53.334 32c0-11.782-9.551-21.334-21.333-21.334Zm0 2.667c5.89 0 10.666 4.776 10.666 10.667 0 5.89-4.775 10.666-10.666 10.666S21.334 29.891 21.334 24s4.776-10.667 10.667-10.667Zm0 5.333a5.333 5.333 0 1 0 0 10.667 5.333 5.333 0 0 0 0-10.667Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kcs9rc\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-dzpi0w\",\"data-framer-name\":\"Icon-user\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M33.2 34.666a22.99 22.99 0 0 1 19.338 10.558 8.724 8.724 0 0 1-6.713 13.42l-.626.022H19.39a8.724 8.724 0 0 1-7.338-13.442 22.99 22.99 0 0 1 18.531-10.543l.807-.015h1.81Zm0 5.334h-1.81a17.657 17.657 0 0 0-14.852 8.108 3.39 3.39 0 0 0 2.506 5.208l.346.017H45.2a3.39 3.39 0 0 0 2.852-5.225 17.657 17.657 0 0 0-14.134-8.094L33.2 40Zm-.906-34.667c7.363 0 13.333 5.97 13.333 13.333C45.627 26.03 39.657 32 32.294 32 24.93 32 18.96 26.03 18.96 18.666S24.93 5.333 32.294 5.333Zm0 5.333a8 8 0 1 0 0 16 8 8 0 0 0 0-16Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-162axu2\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1spwt95\",\"data-framer-name\":\"Icon-adjustments\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M26.667 42.666A8.003 8.003 0 0 1 34.212 48h24.455v5.333l-24.456.002a8.003 8.003 0 0 1-15.088 0l-13.789-.002V48h13.788a8.003 8.003 0 0 1 7.545-5.334Zm0 5.334a2.667 2.667 0 1 0 0 5.333 2.667 2.667 0 0 0 0-5.333Zm24-24a8 8 0 1 1-7.544 10.669l-37.789-.003v-5.333h37.788A8.003 8.003 0 0 1 50.668 24Zm0 5.333a2.667 2.667 0 1 0 0 5.333 2.667 2.667 0 0 0 0-5.333Zm-37.333-24a8.003 8.003 0 0 1 7.545 5.334h37.788V16l-37.79.002a8 8 0 1 1-7.544-10.67Zm0 5.333a2.667 2.667 0 1 0 0 5.334 2.667 2.667 0 0 0 0-5.334Z\" fill=\"#1C1A1A\" opacity=\".8\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xzbn68\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ikw8en\",\"data-framer-name\":\"Icon-aar\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g opacity=\".8\" stroke=\"#1C1A1A\" stroke-width=\"5.333\"><path clip-rule=\"evenodd\" d=\"M27.556 20.445C27.556 13.572 33.127 8 40 8c6.873 0 12.444 5.572 12.444 12.444v5.89L56 32H24l3.556-5.667v-5.888Z\" stroke-linejoin=\"round\"/><path d=\"M32 32a8 8 0 1 0 16 0\"/><path d=\"M56 45.333V48a8 8 0 0 1-8 8H16a8 8 0 0 1-8-8V16a8 8 0 0 1 8-8h2.667v0\" stroke-linecap=\"round\"/></g></svg>',withExternalLayout:true})})],speed:30,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-vxy5xz\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-yo8dhl\",\"data-styles-preset\":\"bW3EDqf8E\",children:\"Custom iconography - Healthcare app\"})}),className:\"framer-15m2upb\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition17},__framer__animateOnce:false,__framer__enter:animation20,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref2,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-t5hxhs\",\"data-framer-name\":\"Footer\",id:elementId2,ref:ref3,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-t35flt\",\"data-framer-name\":\"Bubble container\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition18},__framer__animateOnce:true,__framer__enter:animation26,__framer__exit:animation27,__framer__loop:animation28,__framer__loopEffectEnabled:true,__framer__loopPauseOffscreen:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition20,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref3,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-v7u41p\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-9ntujr\",\"data-framer-name\":\"Bubble\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ayqtbz\",\"data-framer-name\":\"Footer-Bubble\",fill:'var(--token-5efc339d-07c5-404e-9677-abab8ef7f9e4, rgb(28, 26, 26)) /* {\"name\":\"Dark 01\"} */',intrinsicHeight:226,intrinsicWidth:317,svg:'<svg width=\"317\" height=\"226\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.45 27.3C0 37.996 0 51.998 0 80v41c0 28.003 0 42.004 5.45 52.7a49.995 49.995 0 0 0 21.85 21.85C37.996 201 51.998 201 80 201h51.6l15.644 19.555c5.514 6.893 15.998 6.893 21.512 0L184.4 201H237c28.003 0 42.004 0 52.7-5.45a49.99 49.99 0 0 0 21.85-21.85C317 163.004 317 149.003 317 121V80c0-28.003 0-42.004-5.45-52.7A49.995 49.995 0 0 0 289.7 5.45C279.004 0 265.003 0 237 0H80C51.997 0 37.996 0 27.3 5.45A50 50 0 0 0 5.45 27.3Z\" fill=\"#FF4C00\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1txt0qw\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtOTAw\",\"--framer-font-family\":'\"Geist\", sans-serif',\"--framer-font-open-type-features\":\"'ss02' on, 'ss03' on, 'ss08' on\",\"--framer-font-size\":\"100px\",\"--framer-font-weight\":\"900\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"0.8em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-be8725fb-7eeb-4262-aa2a-5d26753544bf, rgb(243, 243, 242))\"},children:\"Let's\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtOTAw\",\"--framer-font-family\":'\"Geist\", sans-serif',\"--framer-font-open-type-features\":\"'ss02' on, 'ss03' on, 'ss08' on\",\"--framer-font-size\":\"100px\",\"--framer-font-weight\":\"900\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"0.8em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-be8725fb-7eeb-4262-aa2a-5d26753544bf, rgb(243, 243, 242))\"},children:\"talk!\"})]}),className:\"framer-dp2a99\",fonts:[\"GF;Geist-900\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition21},__framer__animateOnce:true,__framer__enter:animation29,__framer__exit:animation30,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref3,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-vl50du\",\"data-framer-name\":\"Actions\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNTAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--token-5efc339d-07c5-404e-9677-abab8ef7f9e4, rgb(28, 26, 26))\"},children:/*#__PURE__*/_jsx(Link,{href:\"mailto:hi@michaelrubini.com\",motionChild:true,nodeId:\"dSzHXXopx\",openInNewTab:true,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1t64h2k\",\"data-styles-preset\":\"kSjpp48Rl\",children:\"hi@michaelrubini.com\"})})})}),className:\"framer-1kop0is\",\"data-framer-name\":\"Mail-sm\",fonts:[\"GF;Geist-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNTAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--token-5efc339d-07c5-404e-9677-abab8ef7f9e4, rgb(28, 26, 26))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://x.com/heyrubini\",motionChild:true,nodeId:\"WjOMFy4uy\",openInNewTab:true,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1t64h2k\",\"data-styles-preset\":\"kSjpp48Rl\",children:\"x.com\"})})})}),className:\"framer-ki2s09\",\"data-framer-name\":\"App & Visual designer\",fonts:[\"GF;Geist-500\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"114px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"55%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-5efc339d-07c5-404e-9677-abab8ef7f9e4, rgb(28, 26, 26))\"},children:\"2\\xa925\"})}),className:\"framer-dc9nl\",\"data-framer-name\":\"2025\",fonts:[\"GF;Geist-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Ci6NG.framer-lux5qc, .framer-Ci6NG .framer-lux5qc { display: block; }\",\".framer-Ci6NG.framer-72rtr7 { align-content: center; align-items: center; background-color: var(--token-be8725fb-7eeb-4262-aa2a-5d26753544bf, #e6e0d5); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-Ci6NG .framer-1ln5n0w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; left: 0px; overflow: visible; padding: 20px 20px 8px 20px; position: fixed; right: 0px; top: 0px; z-index: 2; }\",\".framer-Ci6NG .framer-6a7etf, .framer-Ci6NG .framer-1qdi8vu { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Ci6NG .framer-1ar4wwu-container { cursor: pointer; flex: none; height: 80px; position: sticky; top: 16px; width: 80px; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-Ci6NG.framer-rn5b9h { background-color: rgba(255, 77, 0, 0.99); inset: 0px; position: fixed; user-select: none; z-index: 3; }\",\".framer-Ci6NG.framer-1bwybjf { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; left: 50%; overflow: visible; padding: 0px 80px 0px 80px; position: fixed; top: 50%; transform: translate(-50%, -50%); width: 100%; z-index: 3; }\",\".framer-Ci6NG .framer-86b220-container { flex: none; height: auto; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); z-index: 3; }\",\".framer-Ci6NG .framer-tq2af8 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-Ci6NG .framer-1vfnau0-container { flex: none; height: 162px; position: relative; width: 108px; }\",\".framer-Ci6NG .framer-1giytyb { --border-bottom-width: 1px; --border-color: var(--token-aa235c1f-159d-47fd-b368-f50a703060e9, rgba(28, 26, 26, 0.08)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; flex: none; height: 200px; overflow: hidden; position: relative; width: 152px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Ci6NG .framer-4z0gsy { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: auto; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Ci6NG .framer-rifzud-container, .framer-Ci6NG .framer-15hql2w-container { flex: none; height: 40px; position: relative; width: 40px; }\",\".framer-Ci6NG .framer-1q7jg27-container { flex: none; height: 162px; position: relative; width: 108px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Ci6NG .framer-1ot6smw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Ci6NG .framer-134x2d2 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 320px; word-break: break-word; word-wrap: break-word; }\",\".framer-Ci6NG .framer-dt5qq4 { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: auto; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Ci6NG .framer-1fdwrns-container, .framer-Ci6NG .framer-mo401j-container { flex: none; height: auto; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-Ci6NG .framer-18lng17 { align-content: flex-end; align-items: flex-end; background-color: var(--token-be8725fb-7eeb-4262-aa2a-5d26753544bf, #f3f3f2); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 80vh; justify-content: center; overflow: visible; padding: 24px 30px 48px 30px; position: relative; width: 100%; z-index: 1; }\",\".framer-Ci6NG .framer-1cv7rra-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 88px); left: 50%; position: absolute; top: 54%; transform: translate(-50%, -50%); width: 88px; z-index: 1; }\",\".framer-Ci6NG .framer-wt5ob2 { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-Ci6NG .framer-4lrn9c { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-Ci6NG .framer-1jfd0gh-container { flex: none; height: 48px; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); z-index: 2; }\",\".framer-Ci6NG .framer-tklmmt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-Ci6NG .framer-1oxdyor { align-content: flex-start; align-items: flex-start; background-color: var(--token-be8725fb-7eeb-4262-aa2a-5d26753544bf, #f3f3f2); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; max-width: 1920px; overflow: visible; padding: 0px 20px 120px 20px; position: relative; width: 100%; }\",\".framer-Ci6NG .framer-x8xg1g, .framer-Ci6NG .framer-c8r93x { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Ci6NG .framer-3cvr2o, .framer-Ci6NG .framer-1uqlv9n, .framer-Ci6NG .framer-4m5uxb, .framer-Ci6NG .framer-1yh2a5k, .framer-Ci6NG .framer-c9atg1, .framer-Ci6NG .framer-1s7x07v, .framer-Ci6NG .framer-1re8663 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Ci6NG .framer-8wap5m { --border-bottom-width: 1px; --border-color: var(--token-aa235c1f-159d-47fd-b368-f50a703060e9, rgba(28, 26, 26, 0.12)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; aspect-ratio: 1.0909090909090908 / 1; background-color: #d9dbff; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 523px); justify-content: center; overflow: hidden; padding: 0px 40px 0px 40px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-Ci6NG .framer-kb7cpl-container { aspect-ratio: 0.4612850082372323 / 1; flex: none; height: 100%; position: relative; width: var(--framer-aspect-ratio-supported, 241px); }\",\".framer-Ci6NG .framer-4fk3t2, .framer-Ci6NG .framer-y1zup, .framer-Ci6NG .framer-1y0vh7r, .framer-Ci6NG .framer-utw657, .framer-Ci6NG .framer-21bqmf, .framer-Ci6NG .framer-1fj8v3x, .framer-Ci6NG .framer-z4pzig, .framer-Ci6NG .framer-2sbogk { 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: hidden; padding: 0px 0px 0px 10px; position: relative; width: 100%; }\",\".framer-Ci6NG .framer-1fj860v, .framer-Ci6NG .framer-1uxekyl, .framer-Ci6NG .framer-1rmltsv, .framer-Ci6NG .framer-1icdt0l, .framer-Ci6NG .framer-11mey5r, .framer-Ci6NG .framer-1rzbi5n, .framer-Ci6NG .framer-1pbird3, .framer-Ci6NG .framer-7o7mx8 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-Ci6NG .framer-f1gfw9-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-Ci6NG .framer-tbnuqh { --border-bottom-width: 1px; --border-color: var(--token-aa235c1f-159d-47fd-b368-f50a703060e9, rgba(28, 26, 26, 0.08)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 1.1728395061728396 / 1; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: none; height: var(--framer-aspect-ratio-supported, 486px); overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-Ci6NG .framer-1oz2d9b { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-Ci6NG .framer-z1oms3 { --border-bottom-width: 1px; --border-color: var(--token-aa235c1f-159d-47fd-b368-f50a703060e9, rgba(28, 26, 26, 0.08)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background: linear-gradient(180deg, #a9ecda 0%, rgb(43, 194, 153) 100%); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 40px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-Ci6NG .framer-1d29t7d { aspect-ratio: 0.46208530805687204 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 522px); overflow: hidden; position: relative; width: 241px; }\",\".framer-Ci6NG .framer-1rad5ep { --border-bottom-width: 1px; --border-color: var(--token-aa235c1f-159d-47fd-b368-f50a703060e9, rgba(28, 26, 26, 0.08)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 1.136094674556213 / 1; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: none; height: var(--framer-aspect-ratio-supported, 502px); overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-Ci6NG .framer-bjftf { --border-bottom-width: 1px; --border-color: var(--token-aa235c1f-159d-47fd-b368-f50a703060e9, rgba(28, 26, 26, 0.08)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background: radial-gradient(86% 126% at 46.800000000000004% 96.89999999999999%, #f7c746 16.701143281953833%, rgb(254, 178, 160) 78.0324025197072%); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 40px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-Ci6NG .framer-r4ir3g { aspect-ratio: 0.46003016591251883 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 332px); overflow: visible; position: relative; width: 1px; }\",\".framer-Ci6NG .framer-1aqss5e { aspect-ratio: 0.46045694200351495 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 332px); overflow: visible; position: relative; width: 1px; }\",\".framer-Ci6NG .framer-s9ixny { aspect-ratio: 0.46104276508494435 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 331px); overflow: visible; position: relative; width: 1px; }\",\".framer-Ci6NG .framer-kl5tiz { align-content: center; align-items: center; background-color: #ff5f3b; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 40px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-Ci6NG .framer-5ugk2u { aspect-ratio: 1.4040114613180517 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 349px); overflow: hidden; position: relative; width: 100%; }\",\".framer-Ci6NG .framer-i4q2fm, .framer-Ci6NG .framer-tktgfb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Ci6NG .framer-pac61o { align-content: center; align-items: center; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-Ci6NG .framer-mqpstd, .framer-Ci6NG .framer-c1zl7b { align-content: center; align-items: center; background-color: #f8aea5; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 120px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Ci6NG .framer-18iw5uy-container, .framer-Ci6NG .framer-i8fvwj-container, .framer-Ci6NG .framer-14wxakp-container, .framer-Ci6NG .framer-17px6sp-container, .framer-Ci6NG .framer-1ki5mes-container, .framer-Ci6NG .framer-11cf4y9-container { flex: 1 0 0px; height: 80px; position: relative; width: 1px; }\",\".framer-Ci6NG .framer-1ox0ipz, .framer-Ci6NG .framer-14crg2p, .framer-Ci6NG .framer-lkjybg, .framer-Ci6NG .framer-1o06orl, .framer-Ci6NG .framer-1491pb0, .framer-Ci6NG .framer-yxaic4, .framer-Ci6NG .framer-1looiud, .framer-Ci6NG .framer-y9ghhg, .framer-Ci6NG .framer-1kcs9rc, .framer-Ci6NG .framer-162axu2, .framer-Ci6NG .framer-1xzbn68, .framer-Ci6NG .framer-1rhl6hx, .framer-Ci6NG .framer-1dpq9q8, .framer-Ci6NG .framer-vbanez, .framer-Ci6NG .framer-1n8kh6h { height: 64px; overflow: hidden; position: relative; width: 64px; }\",\".framer-Ci6NG .framer-3m9ad9, .framer-Ci6NG .framer-1nbjce9, .framer-Ci6NG .framer-cu11de, .framer-Ci6NG .framer-4h6yqv, .framer-Ci6NG .framer-ckecni, .framer-Ci6NG .framer-14dyuv7, .framer-Ci6NG .framer-1bdvfd0, .framer-Ci6NG .framer-lu28y9, .framer-Ci6NG .framer-dzpi0w, .framer-Ci6NG .framer-1spwt95, .framer-Ci6NG .framer-ikw8en, .framer-Ci6NG .framer-1hchbyg, .framer-Ci6NG .framer-xwgwb5, .framer-Ci6NG .framer-fru9s2, .framer-Ci6NG .framer-1yfgw1p { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 64px); left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-Ci6NG .framer-131rcdr, .framer-Ci6NG .framer-18w0qrp { align-content: center; align-items: center; background-color: #ffc9b3; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 120px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Ci6NG .framer-kp3q5h, .framer-Ci6NG .framer-mjvp8b, .framer-Ci6NG .framer-7mbwvy, .framer-Ci6NG .framer-8wgz6t, .framer-Ci6NG .framer-10bb7pj, .framer-Ci6NG .framer-1jzjxg2, .framer-Ci6NG .framer-1lrgh9g { height: 65px; overflow: hidden; position: relative; width: 65px; }\",\".framer-Ci6NG .framer-tjap8w, .framer-Ci6NG .framer-1kxb97f, .framer-Ci6NG .framer-1jpb6rm, .framer-Ci6NG .framer-19u1iyg, .framer-Ci6NG .framer-1kp3c7k, .framer-Ci6NG .framer-1bnbaiz, .framer-Ci6NG .framer-t48y74 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 65px); left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-Ci6NG .framer-1v8mzm0, .framer-Ci6NG .framer-fmwawu { align-content: center; align-items: center; background-color: #ffd7b3; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 120px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Ci6NG .framer-1flqwxb, .framer-Ci6NG .framer-vxy5xz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 10px; position: relative; width: 100%; }\",\".framer-Ci6NG .framer-jyw3xr, .framer-Ci6NG .framer-15m2upb { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Ci6NG .framer-1hyuygc { --border-bottom-width: 1px; --border-color: var(--token-aa235c1f-159d-47fd-b368-f50a703060e9, rgba(28, 26, 26, 0.08)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #433f49; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-Ci6NG .framer-q2ed0m-container { aspect-ratio: 0.8629825889477668 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 601px); position: relative; width: 519px; }\",\".framer-Ci6NG .framer-unbcf9 { align-content: center; align-items: center; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-Ci6NG .framer-t5hxhs { align-content: center; align-items: center; background-color: var(--token-be8725fb-7eeb-4262-aa2a-5d26753544bf, #f3f3f2); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: 100vh; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 0; }\",\".framer-Ci6NG .framer-t35flt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Ci6NG .framer-v7u41p { flex: none; height: 226px; overflow: visible; position: relative; transform-style: preserve-3d; width: 317px; }\",\".framer-Ci6NG .framer-9ntujr { flex: none; height: 226px; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-Ci6NG .framer-ayqtbz { aspect-ratio: 1.4026548672566372 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 226px); left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-Ci6NG .framer-1txt0qw { flex: none; height: 160px; left: calc(50.157728706624624% - 234px / 2); overflow: visible; position: absolute; top: 21px; width: 234px; }\",\".framer-Ci6NG .framer-dp2a99 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); white-space: pre; width: auto; }\",\".framer-Ci6NG .framer-vl50du { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; z-index: 2; }\",\".framer-Ci6NG .framer-1kop0is, .framer-Ci6NG .framer-ki2s09 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Ci6NG .framer-dc9nl { --framer-paragraph-spacing: 0px; -webkit-user-select: none; flex: none; height: auto; opacity: 0.1; position: relative; user-select: none; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Ci6NG.framer-72rtr7, .framer-Ci6NG .framer-1ln5n0w, .framer-Ci6NG .framer-6a7etf, .framer-Ci6NG .framer-1qdi8vu, .framer-Ci6NG.framer-1bwybjf, .framer-Ci6NG .framer-tq2af8, .framer-Ci6NG .framer-4z0gsy, .framer-Ci6NG .framer-1ot6smw, .framer-Ci6NG .framer-dt5qq4, .framer-Ci6NG .framer-18lng17, .framer-Ci6NG .framer-wt5ob2, .framer-Ci6NG .framer-tklmmt, .framer-Ci6NG .framer-1oxdyor, .framer-Ci6NG .framer-x8xg1g, .framer-Ci6NG .framer-3cvr2o, .framer-Ci6NG .framer-8wap5m, .framer-Ci6NG .framer-4fk3t2, .framer-Ci6NG .framer-1uqlv9n, .framer-Ci6NG .framer-y1zup, .framer-Ci6NG .framer-4m5uxb, .framer-Ci6NG .framer-1y0vh7r, .framer-Ci6NG .framer-1oz2d9b, .framer-Ci6NG .framer-z1oms3, .framer-Ci6NG .framer-utw657, .framer-Ci6NG .framer-1yh2a5k, .framer-Ci6NG .framer-21bqmf, .framer-Ci6NG .framer-c8r93x, .framer-Ci6NG .framer-c9atg1, .framer-Ci6NG .framer-bjftf, .framer-Ci6NG .framer-1fj8v3x, .framer-Ci6NG .framer-1s7x07v, .framer-Ci6NG .framer-kl5tiz, .framer-Ci6NG .framer-z4pzig, .framer-Ci6NG .framer-i4q2fm, .framer-Ci6NG .framer-pac61o, .framer-Ci6NG .framer-mqpstd, .framer-Ci6NG .framer-131rcdr, .framer-Ci6NG .framer-1v8mzm0, .framer-Ci6NG .framer-1flqwxb, .framer-Ci6NG .framer-1re8663, .framer-Ci6NG .framer-1hyuygc, .framer-Ci6NG .framer-2sbogk, .framer-Ci6NG .framer-tktgfb, .framer-Ci6NG .framer-unbcf9, .framer-Ci6NG .framer-c1zl7b, .framer-Ci6NG .framer-18w0qrp, .framer-Ci6NG .framer-fmwawu, .framer-Ci6NG .framer-vxy5xz, .framer-Ci6NG .framer-t5hxhs, .framer-Ci6NG .framer-t35flt, .framer-Ci6NG .framer-vl50du { gap: 0px; } .framer-Ci6NG.framer-72rtr7 > *, .framer-Ci6NG .framer-tklmmt > *, .framer-Ci6NG .framer-kl5tiz > *, .framer-Ci6NG .framer-pac61o > *, .framer-Ci6NG .framer-1flqwxb > *, .framer-Ci6NG .framer-unbcf9 > *, .framer-Ci6NG .framer-vxy5xz > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Ci6NG.framer-72rtr7 > :first-child, .framer-Ci6NG .framer-4z0gsy > :first-child, .framer-Ci6NG .framer-1ot6smw > :first-child, .framer-Ci6NG .framer-dt5qq4 > :first-child, .framer-Ci6NG .framer-tklmmt > :first-child, .framer-Ci6NG .framer-x8xg1g > :first-child, .framer-Ci6NG .framer-3cvr2o > :first-child, .framer-Ci6NG .framer-1uqlv9n > :first-child, .framer-Ci6NG .framer-4m5uxb > :first-child, .framer-Ci6NG .framer-1oz2d9b > :first-child, .framer-Ci6NG .framer-1yh2a5k > :first-child, .framer-Ci6NG .framer-c8r93x > :first-child, .framer-Ci6NG .framer-c9atg1 > :first-child, .framer-Ci6NG .framer-1s7x07v > :first-child, .framer-Ci6NG .framer-kl5tiz > :first-child, .framer-Ci6NG .framer-i4q2fm > :first-child, .framer-Ci6NG .framer-pac61o > :first-child, .framer-Ci6NG .framer-1flqwxb > :first-child, .framer-Ci6NG .framer-1re8663 > :first-child, .framer-Ci6NG .framer-tktgfb > :first-child, .framer-Ci6NG .framer-unbcf9 > :first-child, .framer-Ci6NG .framer-vxy5xz > :first-child, .framer-Ci6NG .framer-t5hxhs > :first-child, .framer-Ci6NG .framer-t35flt > :first-child, .framer-Ci6NG .framer-vl50du > :first-child { margin-top: 0px; } .framer-Ci6NG.framer-72rtr7 > :last-child, .framer-Ci6NG .framer-4z0gsy > :last-child, .framer-Ci6NG .framer-1ot6smw > :last-child, .framer-Ci6NG .framer-dt5qq4 > :last-child, .framer-Ci6NG .framer-tklmmt > :last-child, .framer-Ci6NG .framer-x8xg1g > :last-child, .framer-Ci6NG .framer-3cvr2o > :last-child, .framer-Ci6NG .framer-1uqlv9n > :last-child, .framer-Ci6NG .framer-4m5uxb > :last-child, .framer-Ci6NG .framer-1oz2d9b > :last-child, .framer-Ci6NG .framer-1yh2a5k > :last-child, .framer-Ci6NG .framer-c8r93x > :last-child, .framer-Ci6NG .framer-c9atg1 > :last-child, .framer-Ci6NG .framer-1s7x07v > :last-child, .framer-Ci6NG .framer-kl5tiz > :last-child, .framer-Ci6NG .framer-i4q2fm > :last-child, .framer-Ci6NG .framer-pac61o > :last-child, .framer-Ci6NG .framer-1flqwxb > :last-child, .framer-Ci6NG .framer-1re8663 > :last-child, .framer-Ci6NG .framer-tktgfb > :last-child, .framer-Ci6NG .framer-unbcf9 > :last-child, .framer-Ci6NG .framer-vxy5xz > :last-child, .framer-Ci6NG .framer-t5hxhs > :last-child, .framer-Ci6NG .framer-t35flt > :last-child, .framer-Ci6NG .framer-vl50du > :last-child { margin-bottom: 0px; } .framer-Ci6NG .framer-1ln5n0w > * { margin: 0px; margin-left: calc(64px / 2); margin-right: calc(64px / 2); } .framer-Ci6NG .framer-1ln5n0w > :first-child, .framer-Ci6NG .framer-6a7etf > :first-child, .framer-Ci6NG .framer-1qdi8vu > :first-child, .framer-Ci6NG.framer-1bwybjf > :first-child, .framer-Ci6NG .framer-tq2af8 > :first-child, .framer-Ci6NG .framer-18lng17 > :first-child, .framer-Ci6NG .framer-wt5ob2 > :first-child, .framer-Ci6NG .framer-1oxdyor > :first-child, .framer-Ci6NG .framer-8wap5m > :first-child, .framer-Ci6NG .framer-4fk3t2 > :first-child, .framer-Ci6NG .framer-y1zup > :first-child, .framer-Ci6NG .framer-1y0vh7r > :first-child, .framer-Ci6NG .framer-z1oms3 > :first-child, .framer-Ci6NG .framer-utw657 > :first-child, .framer-Ci6NG .framer-21bqmf > :first-child, .framer-Ci6NG .framer-bjftf > :first-child, .framer-Ci6NG .framer-1fj8v3x > :first-child, .framer-Ci6NG .framer-z4pzig > :first-child, .framer-Ci6NG .framer-mqpstd > :first-child, .framer-Ci6NG .framer-131rcdr > :first-child, .framer-Ci6NG .framer-1v8mzm0 > :first-child, .framer-Ci6NG .framer-1hyuygc > :first-child, .framer-Ci6NG .framer-2sbogk > :first-child, .framer-Ci6NG .framer-c1zl7b > :first-child, .framer-Ci6NG .framer-18w0qrp > :first-child, .framer-Ci6NG .framer-fmwawu > :first-child { margin-left: 0px; } .framer-Ci6NG .framer-1ln5n0w > :last-child, .framer-Ci6NG .framer-6a7etf > :last-child, .framer-Ci6NG .framer-1qdi8vu > :last-child, .framer-Ci6NG.framer-1bwybjf > :last-child, .framer-Ci6NG .framer-tq2af8 > :last-child, .framer-Ci6NG .framer-18lng17 > :last-child, .framer-Ci6NG .framer-wt5ob2 > :last-child, .framer-Ci6NG .framer-1oxdyor > :last-child, .framer-Ci6NG .framer-8wap5m > :last-child, .framer-Ci6NG .framer-4fk3t2 > :last-child, .framer-Ci6NG .framer-y1zup > :last-child, .framer-Ci6NG .framer-1y0vh7r > :last-child, .framer-Ci6NG .framer-z1oms3 > :last-child, .framer-Ci6NG .framer-utw657 > :last-child, .framer-Ci6NG .framer-21bqmf > :last-child, .framer-Ci6NG .framer-bjftf > :last-child, .framer-Ci6NG .framer-1fj8v3x > :last-child, .framer-Ci6NG .framer-z4pzig > :last-child, .framer-Ci6NG .framer-mqpstd > :last-child, .framer-Ci6NG .framer-131rcdr > :last-child, .framer-Ci6NG .framer-1v8mzm0 > :last-child, .framer-Ci6NG .framer-1hyuygc > :last-child, .framer-Ci6NG .framer-2sbogk > :last-child, .framer-Ci6NG .framer-c1zl7b > :last-child, .framer-Ci6NG .framer-18w0qrp > :last-child, .framer-Ci6NG .framer-fmwawu > :last-child { margin-right: 0px; } .framer-Ci6NG .framer-6a7etf > *, .framer-Ci6NG .framer-1qdi8vu > *, .framer-Ci6NG .framer-1hyuygc > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-Ci6NG.framer-1bwybjf > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-Ci6NG .framer-tq2af8 > *, .framer-Ci6NG .framer-18lng17 > *, .framer-Ci6NG .framer-wt5ob2 > *, .framer-Ci6NG .framer-8wap5m > *, .framer-Ci6NG .framer-4fk3t2 > *, .framer-Ci6NG .framer-y1zup > *, .framer-Ci6NG .framer-1y0vh7r > *, .framer-Ci6NG .framer-z1oms3 > *, .framer-Ci6NG .framer-utw657 > *, .framer-Ci6NG .framer-21bqmf > *, .framer-Ci6NG .framer-1fj8v3x > *, .framer-Ci6NG .framer-z4pzig > *, .framer-Ci6NG .framer-mqpstd > *, .framer-Ci6NG .framer-131rcdr > *, .framer-Ci6NG .framer-1v8mzm0 > *, .framer-Ci6NG .framer-2sbogk > *, .framer-Ci6NG .framer-c1zl7b > *, .framer-Ci6NG .framer-18w0qrp > *, .framer-Ci6NG .framer-fmwawu > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-Ci6NG .framer-4z0gsy > *, .framer-Ci6NG .framer-dt5qq4 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-Ci6NG .framer-1ot6smw > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-Ci6NG .framer-1oxdyor > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-Ci6NG .framer-x8xg1g > *, .framer-Ci6NG .framer-c8r93x > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-Ci6NG .framer-3cvr2o > *, .framer-Ci6NG .framer-1uqlv9n > *, .framer-Ci6NG .framer-4m5uxb > *, .framer-Ci6NG .framer-1oz2d9b > *, .framer-Ci6NG .framer-1yh2a5k > *, .framer-Ci6NG .framer-c9atg1 > *, .framer-Ci6NG .framer-1s7x07v > *, .framer-Ci6NG .framer-1re8663 > *, .framer-Ci6NG .framer-vl50du > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-Ci6NG .framer-bjftf > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-Ci6NG .framer-i4q2fm > *, .framer-Ci6NG .framer-tktgfb > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-Ci6NG .framer-t5hxhs > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-Ci6NG .framer-t35flt > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-Ci6NG[data-border=\"true\"]::after, .framer-Ci6NG [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; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-Ci6NG.framer-72rtr7 { width: 810px; } .framer-Ci6NG .framer-6a7etf { height: 80px; } .framer-Ci6NG.framer-1bwybjf { justify-content: center; top: 50%; } .framer-Ci6NG .framer-1oxdyor { padding: 0px 24px 120px 24px; } .framer-Ci6NG .framer-8wap5m { height: var(--framer-aspect-ratio-supported, 340px); } .framer-Ci6NG .framer-kb7cpl-container { width: var(--framer-aspect-ratio-supported, 157px); } .framer-Ci6NG .framer-tbnuqh { height: var(--framer-aspect-ratio-supported, 317px); } .framer-Ci6NG .framer-1rad5ep { height: var(--framer-aspect-ratio-supported, 327px); } .framer-Ci6NG .framer-c9atg1 { order: 0; } .framer-Ci6NG .framer-r4ir3g, .framer-Ci6NG .framer-1aqss5e, .framer-Ci6NG .framer-s9ixny { height: var(--framer-aspect-ratio-supported, 188px); } .framer-Ci6NG .framer-1s7x07v { order: 1; } .framer-Ci6NG .framer-5ugk2u { height: var(--framer-aspect-ratio-supported, 208px); } .framer-Ci6NG .framer-1re8663 { order: 2; } .framer-Ci6NG .framer-tktgfb { order: 4; }}\",\"@media (max-width: 809px) { .framer-Ci6NG.framer-72rtr7 { overflow: visible; width: 390px; } .framer-Ci6NG .framer-1ln5n0w { padding: 20px 20px 8px 16px; } .framer-Ci6NG .framer-6a7etf { height: 80px; } .framer-Ci6NG.framer-1bwybjf { flex-direction: column; height: 100vh; left: calc(50.00000000000002% - 390px / 2); overflow: auto; padding: 40px 16px 40px 16px; top: 0px; transform: unset; width: 390px; } .framer-Ci6NG .framer-86b220-container { order: 0; position: sticky; top: 0px; } .framer-Ci6NG .framer-tq2af8 { align-content: flex-end; align-items: flex-end; flex: none; justify-content: flex-start; order: 2; overflow: visible; width: 100%; } .framer-Ci6NG .framer-1vfnau0-container { will-change: var(--framer-will-change-effect-override, transform); } .framer-Ci6NG .framer-4z0gsy { align-content: flex-end; align-items: flex-end; align-self: unset; flex: 1 0 0px; height: min-content; justify-content: flex-start; width: 1px; } .framer-Ci6NG .framer-1ot6smw { order: 3; width: 100%; } .framer-Ci6NG .framer-134x2d2 { --framer-paragraph-spacing: 16px; width: 100%; } .framer-Ci6NG .framer-18lng17 { flex-direction: column; justify-content: flex-end; padding: 24px 16px 40px 16px; } .framer-Ci6NG .framer-wt5ob2 { flex: none; overflow: visible; width: 100%; } .framer-Ci6NG .framer-1jfd0gh-container { height: auto; } .framer-Ci6NG .framer-1oxdyor { align-content: center; align-items: center; flex-direction: column; gap: 24px; padding: 0px 16px 120px 16px; } .framer-Ci6NG .framer-x8xg1g, .framer-Ci6NG .framer-c8r93x { flex: none; width: 100%; } .framer-Ci6NG .framer-8wap5m { height: var(--framer-aspect-ratio-supported, 329px); } .framer-Ci6NG .framer-kb7cpl-container { width: var(--framer-aspect-ratio-supported, 151px); } .framer-Ci6NG .framer-tbnuqh { height: var(--framer-aspect-ratio-supported, 306px); } .framer-Ci6NG .framer-1rad5ep { height: var(--framer-aspect-ratio-supported, 315px); } .framer-Ci6NG .framer-r4ir3g { height: var(--framer-aspect-ratio-supported, 179px); } .framer-Ci6NG .framer-1aqss5e, .framer-Ci6NG .framer-s9ixny { height: var(--framer-aspect-ratio-supported, 178px); } .framer-Ci6NG .framer-5ugk2u { aspect-ratio: unset; height: 199px; } .framer-Ci6NG .framer-vl50du { justify-content: center; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Ci6NG.framer-1bwybjf, .framer-Ci6NG .framer-18lng17, .framer-Ci6NG .framer-1oxdyor { gap: 0px; } .framer-Ci6NG.framer-1bwybjf > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-Ci6NG.framer-1bwybjf > :first-child, .framer-Ci6NG .framer-18lng17 > :first-child, .framer-Ci6NG .framer-1oxdyor > :first-child { margin-top: 0px; } .framer-Ci6NG.framer-1bwybjf > :last-child, .framer-Ci6NG .framer-18lng17 > :last-child, .framer-Ci6NG .framer-1oxdyor > :last-child { margin-bottom: 0px; } .framer-Ci6NG .framer-18lng17 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Ci6NG .framer-1oxdyor > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 4342.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"SP2MmpVMS\":{\"layout\":[\"fixed\",\"auto\"]},\"ulm_zN_VT\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"sd0K2CIKl\":{\"pattern\":\":sd0K2CIKl\",\"name\":\"hero\"},\"xp95O0WR2\":{\"pattern\":\":xp95O0WR2\",\"name\":\"work\"},\"LPtUVVzZD\":{\"pattern\":\":LPtUVVzZD\",\"name\":\"footer\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-Ci6NG\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:4342.5,width:1200};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Geist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/geist/v1/gyBhhwUxId8gMGYQMKR3pzfaWI_Re-Q4mJPby1QNtA.woff2\",weight:\"700\"},{family:\"Geist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/geist/v1/gyBhhwUxId8gMGYQMKR3pzfaWI_RnOM4mJPby1QNtA.woff2\",weight:\"400\"},{family:\"Geist\",openType:true,source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/geist/v1/gyBhhwUxId8gMGYQMKR3pzfaWI_RNeQ4mJPby1QNtA.woff2\",weight:\"900\"},{family:\"Geist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/geist/v1/gyBhhwUxId8gMGYQMKR3pzfaWI_RruM4mJPby1QNtA.woff2\",weight:\"500\"}]},...AboutTriggerFonts,...ActionSmFonts,...ProfileContainerFonts,...SocialButtonFonts,...SocialOverlayFonts,...EmailOverlayFonts,...IntroAnimationFonts,...EmailButtonFonts,...VideoFonts,...TickerFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerAcceptsLayoutTemplate\":\"true\",\"framerScrollSections\":\"{\\\"sd0K2CIKl\\\":{\\\"pattern\\\":\\\":sd0K2CIKl\\\",\\\"name\\\":\\\"hero\\\"},\\\"xp95O0WR2\\\":{\\\"pattern\\\":\\\":xp95O0WR2\\\",\\\"name\\\":\\\"work\\\"},\\\"LPtUVVzZD\\\":{\\\"pattern\\\":\\\":LPtUVVzZD\\\",\\\"name\\\":\\\"footer\\\"}}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SP2MmpVMS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ulm_zN_VT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"4342.5\",\"framerResponsiveScreen\":\"\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["noopReturn", "e", "velocityPerSecond", "calcBezier", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "cubicBezier", "noopReturn", "getTForX", "t", "o", "cubicBezier", "__rest", "e", "t", "r", "n", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "n", "r", "velocityPerSecond", "calcDampingRatio", "e", "t", "hasReachedTarget", "spring", "c", "i", "h", "u", "d", "f", "l", "g", "glide", "a", "o", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "W", "L", "D", "e", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "t", "j", "B", "testAnimation", "e", "C", "$", "R", "resolveElements", "e", "t", "createGeneratorEasing", "e", "t", "o", "getGenerator", "i", "s", "r", "a", "getKeyframes", "pregenerateKeyframes", "n", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "N", "spring", "F", "glide", "U", "inView$1", "resolveElements", "onIntersectionChange", "q", "K", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "G", "_", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "e", "t", "dispatchViewEvent", "se", "o", "i", "s", "__rest", "inView$1", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "n", "ce", "le", "MAX_DUPLICATED_ITEMS", "directionTransformers", "offset", "Ticker", "props", "slots", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "speed", "hoverFactor", "direction", "alignment", "sizingOptions", "fadeOptions", "style", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "widthType", "heightType", "paddingValue", "currentTarget", "RenderTarget", "isCanvas", "filteredSlots", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "Z", "childrenStyles", "initialResize", "ue", "frame", "resize", "contentSize", "child", "index", "ref", "p", "LayoutGroup", "q", "isInView", "useInView", "i", "childIndex", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "playOrPause", "hidden", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useOnEnter", "onEnter", "enabled", "useOnSpecificTargetChange", "useOnExit", "onExit", "goal", "callback", "isInTarget", "useIsInCurrentNavigationTarget", "ue", "isBrowserSafari", "navigator", "userAgent", "useIsBrowserSafari", "se", "useRenderTarget", "se", "RenderTarget", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "paddingControl", "ControlType", "ObjectFitType", "SrcType", "defaultVideo", "getProps", "props", "width", "height", "topLeft", "topRight", "bottomRight", "bottomLeft", "id", "children", "rest", "Video", "newProps", "p", "VideoMemo", "usePlaybackControls", "videoRef", "isInCurrentNavigationTarget", "useIsInCurrentNavigationTarget", "requestingPlay", "pe", "isPlayingRef", "setProgress", "te", "rawProgress", "newProgress", "isAlreadySet", "play", "video", "e", "pause", "useAutoplayBehavior", "playingProp", "muted", "loop", "playsinline", "controls", "initialPlayingProp", "ye", "hasPlayingPropChanged", "setHasPlayingPropChanged", "behavesAsGif", "autoplay", "X", "srcType", "srcUrl", "srcFile", "posterEnabled", "playing", "restartOnEnter", "objectFit", "backgroundColor", "radius", "volume", "startTimeProp", "poster", "progress", "onSeeked", "onPause", "onPlay", "onEnd", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "isSafari", "useIsBrowserSafari", "wasPausedOnLeave", "wasEndedOnLeave", "isOnCanvas", "useIsOnCanvas", "renderTarget", "useRenderTarget", "isStaticRenderer", "RenderTarget", "borderRadius", "useRadius", "autoplayBehavior", "isInViewport", "useInView", "isCloseToViewport", "startTime", "isPlaying", "ue", "isMountedAndReadyForProgressChanges", "rawProgressValue", "isMotionValue", "value", "useOnEnter", "useOnExit", "src", "se", "fragment", "handleReady", "capitalizeFirstLetter", "titleCase", "objectFitOptions", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "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", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "LayoutGroup", "Link", "SVG", "RichText2", "css", "FrameraDB1wHvdF", "withCSS", "aDB1wHvdF_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "RichText2", "css", "FramerrnAC6dz5M", "withCSS", "rnAC6dz5M_default", "addFonts", "MotionDivWithFX", "withFX", "motion", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "transformTemplate2", "transformTemplate3", "transition2", "animation", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "Link", "SVG", "RichText2", "css", "Framers1GuEu3pf", "withCSS", "s1GuEu3pf_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "transformTemplate2", "transformTemplate3", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppearuc57i0", "args", "onAppearmjc4ov", "onAppear1c4uqsx", "onAppear16rbi18", "useOnVariantChange", "scopingClassNames", "cx", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "css", "FramerUwq73hSSI", "withCSS", "Uwq73hSSI_default", "addPropertyControls", "ControlType", "addFonts", "MotionDivWithFX", "withFX", "motion", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "transition3", "animation2", "transformTemplate1", "_", "t", "transition4", "animation3", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "MotionDivWithFXWithOptimizedAppearEffect", "MotionDivWithFX", "SVG", "RichText2", "css", "FramerHgpGh_eQa", "withCSS", "HgpGh_eQa_default", "addFonts", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "MotionDivWithFXWithOptimizedAppearEffect", "SVG", "RichText2", "css", "FramerY_Y_Wv180", "withCSS", "Y_Y_Wv180_default", "addFonts", "BubbleHolaIntroFonts", "getFonts", "Y_Y_Wv180_default", "BubbleHiIntroFonts", "HgpGh_eQa_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear2m8pv8", "args", "useOnVariantChange", "scopingClassNames", "cx", "LayoutGroup", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerVTdFO9sG9", "withCSS", "VTdFO9sG9_default", "addPropertyControls", "ControlType", "addFonts", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "SVG", "RichText2", "css", "FramerJHcJ_rz_P", "withCSS", "JHcJ_rz_P_default", "addPropertyControls", "ControlType", "addFonts", "MotionDivWithFX", "withFX", "motion", "serializationHash", "variantClassNames", "transition1", "transition2", "animation", "transition3", "animation1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "MotionDivWithFX", "SVG", "RichText2", "css", "FramerLukd50HJB", "withCSS", "Lukd50HJB_default", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "SVG", "css", "FramerlZzUFtRks", "withCSS", "lZzUFtRks_default", "addPropertyControls", "ControlType", "addFonts", "BubbleHolaFonts", "getFonts", "JHcJ_rz_P_default", "SmartComponentScopedContainerWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "SmartComponentScopedContainer", "BubbleHiFonts", "Lukd50HJB_default", "ExpandIconFonts", "lZzUFtRks_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transition3", "animation", "animation1", "transition4", "animation2", "animation3", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "rOPGb8LbT", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap188omoo", "args", "onMouseEnterd7znl5", "onMouseLeave1sgebx8", "onMouseEnter17vakcc", "onMouseLeavekwk0hx", "scopingClassNames", "cx", "LayoutGroup", "ComponentViewportProvider", "css", "FramerWMg9E_rQG", "withCSS", "WMg9E_rQG_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "d63Wc5UqP", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapaf0sbh", "args", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "Link", "RichText2", "SVG", "css", "FrameryHrtwlHGA", "withCSS", "yHrtwlHGA_default", "addPropertyControls", "ControlType", "variationAxes", "addFonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "SVG", "RichText2", "css", "Frameryv1qrgEKG", "withCSS", "yv1qrgEKG_default", "addFonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "AboutTriggerFonts", "getFonts", "WMg9E_rQG_default", "ActionSmFonts", "yHrtwlHGA_default", "ProfileContainerFonts", "Uwq73hSSI_default", "SocialButtonFonts", "s1GuEu3pf_default", "SocialOverlayFonts", "yv1qrgEKG_default", "EmailOverlayFonts", "rnAC6dz5M_default", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "IntroAnimationFonts", "VTdFO9sG9_default", "RichTextWithFX", "withFX", "RichText2", "EmailButtonFonts", "aDB1wHvdF_default", "VideoFonts", "Video", "MotionDivWithFXWithOptimizedAppearEffect", "motion", "TickerFonts", "Ticker", "MotionDivWithOptimizedAppearEffect", "MotionDivWithFX", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transformTemplate1", "_", "t", "transition2", "animation2", "animation3", "animation4", "transition3", "animation5", "animation6", "transition4", "animation7", "animation8", "animation9", "animation10", "transition5", "animation11", "animation12", "transition6", "animation13", "transition7", "animation14", "transition8", "animation15", "animation16", "transition9", "animation17", "transition10", "animation18", "transition11", "animation19", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transition12", "animation20", "animation21", "transition13", "textEffect", "transition14", "animation22", "transition15", "animation23", "animation24", "transition16", "animation25", "transition17", "animation26", "transition18", "transition19", "animation27", "transition20", "animation28", "animation29", "transition21", "animation30", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "rOPGb8LbT3bnx0g", "overlay", "loadMore", "args", "d63Wc5UqP1wnntms", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "elementId", "useRouteElementId", "ref1", "elementId1", "ref2", "isDisplayed2", "isDisplayed3", "elementId2", "ref3", "useCustomCursors", "GeneratedComponentContext", "LayoutGroup", "l", "ComponentViewportProvider", "AnimatePresence", "Ga", "x", "PropertyOverrides2", "Image2", "getLoadingLazyAtYPosition", "SVG", "Link", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
