{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@motionone/utils@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/easing@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/animation@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:tslib@2.4.0/tslib.es6.js", "ssg:https://ga.jspm.io/npm:hey-listen@1.0.8/dist/index.js", "ssg:https://ga.jspm.io/npm:@motionone/generators@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/dom@10.13.1/dist/index.es.js", "ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/qacJMtbrGDTpaTF4eVfx/Ticker.js", "ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/bZxrMUxBPAhoXlARkK9C/YouTube.js", "ssg:https://framerusercontent.com/modules/jW9UOcSXjoQXbL82pxZq/dR8hfDS0ObL34F0kOcXi/CURSZiy8f.js", "ssg:https://framerusercontent.com/modules/gpOXrBbXaygLUFKineGv/jNVaguRfwDOwgGpR8swZ/Suv13wwEk.js", "ssg:https://framerusercontent.com/modules/eVbDQBhjr0JoKPuwCLEx/MvsWmIVmTZSVDmjhMQoD/CIFxZ7aPF.js", "ssg:https://framerusercontent.com/modules/2NOH99A2GpS1lL1GDT0u/TZSUVsUUimjcMmjhZpPA/FqGlu5wkQ.js", "ssg:https://framerusercontent.com/modules/oNsB1MzSq3AWaN7OF83H/2jSIktRlPq9TU4j0REov/hMWeVm4DS.js", "ssg:https://framerusercontent.com/modules/p5afLyt5celiq2G6hVEi/w8kKS3CFwktQaGNX2Kbq/oQFiODkNH.js", "ssg:https://framerusercontent.com/modules/g2WIqPjMRwtSz17PEdC6/qAQwjY2wsbY83rNyfNPp/Pt1rn1HeV.js", "ssg:https://framerusercontent.com/modules/aw0mCGFu1q2AT5cg2BwH/amUhBXiYmeDa1hX3I144/PWIDy_8LB.js", "ssg:https://framerusercontent.com/modules/7zgSCrb8LiP1fu6lNIC3/aKwhTrcetpZMLS04yWuP/TNngpTuch.js", "ssg:https://framerusercontent.com/modules/hium3oTG1A3Az1mfjWQe/CxClpMpmbhLWfk39LOrF/wtxTsMnzw.js", "ssg:https://framerusercontent.com/modules/uwFeCIPWP8PUp9TOW298/F8B1DrUC3vFs3MWNZoj5/y8MVW1ehv.js", "ssg:https://framerusercontent.com/modules/54brGWLz5bFpC3TWhaZy/roHuhngJfX9Nk1O2GCJA/g0nMmN9vH.js", "ssg:https://framerusercontent.com/modules/uEEVWn5GhnitksPFO53u/wzCkXykIASuI05lggfRy/GsWzwFrBL.js", "ssg:https://framerusercontent.com/modules/bcunpXIRMPyOuq0RYY5n/Owj2RoRukuOt5Kqh4aQg/und5KaMd7.js", "ssg:https://framerusercontent.com/modules/9FtIAKIXTi3JuhKUzfFC/XjwWdeeJLSCUytATLBlu/DHjy7i3Yo.js"],
  "sourcesContent": ["function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let f=0;for(;f<o-2;f++)if(s<e[f+1])break;let r=clamp(0,1,progress(e[f],e[f+1],s));const c=getEasingForSegment(n,f);r=c(r);return mix(t[f],t[f+1],r)}}const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isFunction=t=>\"function\"===typeof t;const isString=t=>\"string\"===typeof t;const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isFunction,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,defaults as i,isEasingGenerator as e,isEasingList as s,interpolate as a}from\"@motionone/utils\";import{cubicBezier as n,steps as r}from\"@motionone/easing\";const o={ease:n(.25,.1,.25,1),\"ease-in\":n(.42,0,1,1),\"ease-in-out\":n(.42,0,.58,1),\"ease-out\":n(0,0,.58,1)};const h=/\\((.*?)\\)/;function getEasingFunction(i){if(\"function\"===typeof i)return i;if(Array.isArray(i))return n(...i);if(o[i])return o[i];if(i.startsWith(\"steps\")){const t=h.exec(i);if(t){const i=t[1].split(\",\");return r(parseFloat(i[0]),i[1].trim())}}return t}class Animation{constructor(n,r=[0,1],{easing:o,duration:h=i.duration,delay:u=i.delay,endDelay:l=i.endDelay,repeat:m=i.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=t;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));o=o||i.easing;if(e(o)){const t=o.createAnimation(r,(()=>\"0\"),true);o=t.easing;void 0!==t.keyframes&&(r=t.keyframes);void 0!==t.duration&&(h=t.duration)}this.repeat=m;this.easing=s(o)?t:getEasingFunction(o);this.updateDuration(h);const d=a(r,c,s(o)?o.map(getEasingFunction):t);this.tick=t=>{var i;u=u;let e=0;e=void 0!==this.pauseTime?this.pauseTime:(t-this.startTime)*this.rate;this.t=e;e/=1e3;e=Math.max(e-u,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(e=this.totalDuration);const s=e/this.duration;let a=Math.floor(s);let r=s%1;!r&&s>=1&&(r=1);1===r&&a--;const o=a%2;(\"reverse\"===p||\"alternate\"===p&&o||\"alternate-reverse\"===p&&!o)&&(r=1-r);const h=e>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(h));n(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||e>=this.totalDuration+l);if(c){this.playState=\"finished\";null===(i=this.resolve)||void 0===i?void 0:i.call(this,m)}else\"idle\"!==this.playState&&(this.frameRequestId=requestAnimationFrame(this.tick))};this.play()}play(){const t=performance.now();this.playState=\"running\";void 0!==this.pauseTime?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t);this.cancelTimestamp=this.startTime;this.pauseTime=void 0;this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState=\"paused\";this.pauseTime=this.t}finish(){this.playState=\"finished\";this.tick(0)}stop(){var t;this.playState=\"idle\";void 0!==this.frameRequestId&&cancelAnimationFrame(this.frameRequestId);null===(t=this.reject)||void 0===t?void 0:t.call(this,false)}cancel(){this.stop();this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t;this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){void 0!==this.pauseTime||0===this.rate?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}export{Animation,getEasingFunction};\n\n//# sourceMappingURL=index.es.js.map", "var extendStatics=function(e,t){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])};return extendStatics(e,t)};function __extends(e,t){if(\"function\"!==typeof t&&null!==t)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}var __assign=function(){__assign=Object.assign||function __assign(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e};return __assign.apply(this,arguments)};function __rest(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"===typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function __decorate(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i}function __param(e,t){return function(r,n){t(r,n,e)}}function __metadata(e,t){if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.metadata)return Reflect.metadata(e,t)}function __awaiter(e,t,r,n){function adopt(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,o){function fulfilled(e){try{step(n.next(e))}catch(e){o(e)}}function rejected(e){try{step(n.throw(e))}catch(e){o(e)}}function step(e){e.done?r(e.value):adopt(e.value).then(fulfilled,rejected)}step((n=n.apply(e,t||[])).next())}))}function __generator(e,t){var r,n,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:verb(0),throw:verb(1),return:verb(2)},\"function\"===typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function verb(e){return function(t){return step([e,t])}}function step(a){if(r)throw new TypeError(\"Generator is already executing.\");while(i)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;(n=0,o)&&(a=[2&a[0],o.value]);switch(a[0]){case 0:case 1:o=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;n=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1];o=a;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(a);break}o[2]&&i.ops.pop();i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e];n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:true}}}var e=Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:true,get:function(){return t[r]}});Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r);e[n]=t[r]};function __exportStar(t,r){for(var n in t)\"default\"===n||Object.prototype.hasOwnProperty.call(r,n)||e(r,t,n)}function __values(e){var t=\"function\"===typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&\"number\"===typeof e.length)return{next:function(){e&&n>=e.length&&(e=void 0);return{value:e&&e[n++],done:!e}}};throw new TypeError(t?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function __read(e,t){var r=\"function\"===typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{while((void 0===t||t-- >0)&&!(n=a.next()).done)i.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return i}\n/** @deprecated */function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}\n/** @deprecated */function __spreadArrays(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),o=0;for(t=0;t<r;t++)for(var a=arguments[t],i=0,c=a.length;i<c;i++,o++)n[o]=a[i];return n}function __spreadArray(e,t,r){if(r||2===arguments.length)for(var n,o=0,a=t.length;o<a;o++)if(n||!(o in t)){n||(n=Array.prototype.slice.call(t,0,o));n[o]=t[o]}return e.concat(n||Array.prototype.slice.call(t))}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,r){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var n,o=r.apply(e,t||[]),a=[];return n={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),n[Symbol.asyncIterator]=function(){return this},n;function verb(e){o[e]&&(n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||resume(e,t)}))})}function resume(e,t){try{step(o[e](t))}catch(e){settle(a[0][3],e)}}function step(e){e.value instanceof __await?Promise.resolve(e.value.v).then(fulfill,reject):settle(a[0][2],e)}function fulfill(e){resume(\"next\",e)}function reject(e){resume(\"throw\",e)}function settle(e,t){(e(t),a.shift(),a.length)&&resume(a[0][0],a[0][1])}}function __asyncDelegator(e){var t,r;return t={},verb(\"next\"),verb(\"throw\",(function(e){throw e})),verb(\"return\"),t[Symbol.iterator]=function(){return this},t;function verb(n,o){t[n]=e[n]?function(t){return(r=!r)?{value:__await(e[n](t)),done:\"return\"===n}:o?o(t):t}:o}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=\"function\"===typeof __values?__values(e):e[Symbol.iterator](),t={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),t[Symbol.asyncIterator]=function(){return this},t);function verb(r){t[r]=e[r]&&function(t){return new Promise((function(n,o){t=e[r](t),settle(n,o,t.done,t.value)}))}}function settle(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)}}function __makeTemplateObject(e,t){Object.defineProperty?Object.defineProperty(e,\"raw\",{value:t}):e.raw=t;return e}var t=Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:true,value:t})}:function(e,t){e.default=t};function __importStar(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)\"default\"!==o&&Object.prototype.hasOwnProperty.call(r,o)&&e(n,r,o);t(n,r);return n}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,r,n){if(\"a\"===r&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(\"function\"===typeof t?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return\"m\"===r?n:\"a\"===r?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,r,n,o){if(\"m\"===n)throw new TypeError(\"Private method is not writable\");if(\"a\"===n&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(\"function\"===typeof t?e!==t||!o:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return\"a\"===n?o.call(e,r):o?o.value=r:t.set(e,r),r}function __classPrivateFieldIn(e,t){if(null===t||\"object\"!==typeof t&&\"function\"!==typeof t)throw new TypeError(\"Cannot use 'in' operator on non-object\");return\"function\"===typeof e?t===e:e.has(t)}export{__assign,__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,e as __createBinding,__decorate,__exportStar,__extends,__generator,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__read,__rest,__spread,__spreadArray,__spreadArrays,__values};\n\n//# sourceMappingURL=tslib.es6.js.map", "var n={};Object.defineProperty(n,\"__esModule\",{value:true});n.warning=function(){};n.invariant=function(){};const e=n.__esModule,t=n.warning,r=n.invariant;export default n;export{e as __esModule,r as invariant,t as warning};\n\n//# sourceMappingURL=index.js.map", "import{velocityPerSecond as e,time as t}from\"@motionone/utils\";const s=5;function calcGeneratorVelocity(t,n,r){const a=Math.max(n-s,0);return e(r-t(a),n-a)}const n={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=n.stiffness,t=n.damping,s=n.mass)=>t/(2*Math.sqrt(e*s));function hasReachedTarget(e,t,s){return e<t&&s>=t||e>t&&s<=t}const spring=({stiffness:e=n.stiffness,damping:s=n.damping,mass:r=n.mass,from:a=0,to:o=1,velocity:c=0,restSpeed:i=2,restDistance:h=.5}={})=>{c=c?t.s(c):0;const u={done:false,hasReachedTarget:false,current:a,target:o};const d=o-a;const f=Math.sqrt(e/r)/1e3;const l=calcDampingRatio(e,s,r);let g;if(l<1){const e=f*Math.sqrt(1-l*l);g=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else g=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=g(e);const t=0===e?c:calcGeneratorVelocity(g,e,u.current);const s=Math.abs(t)<=i;const n=Math.abs(o-u.current)<=h;u.done=s&&n;u.hasReachedTarget=hasReachedTarget(a,o,u.current);return u}};const glide=({from:e=0,velocity:s=0,power:n=.8,decay:r=.325,bounceDamping:a,bounceStiffness:o,changeTarget:c,min:i,max:h,restDistance:u=.5,restSpeed:d})=>{r=t.ms(r);const f={hasReachedTarget:false,done:false,current:e,target:e};const isOutOfBounds=e=>void 0!==i&&e<i||void 0!==h&&e>h;const nearestBoundary=e=>void 0===i?h:void 0===h||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=void 0===c?g:c(g);f.target=m;m!==g&&(l=m-e);const calcDelta=e=>-l*Math.exp(-e/r);const calcLatest=e=>m+calcDelta(e);const applyFriction=e=>{const t=calcDelta(e);const s=calcLatest(e);f.done=Math.abs(t)<=u;f.current=f.done?m:s};let p;let M;const checkCatchBoundary=e=>{if(isOutOfBounds(f.current)){p=e;M=spring({from:f.current,to:nearestBoundary(f.current),velocity:calcGeneratorVelocity(calcLatest,e,f.current),damping:a,stiffness:o,restDistance:u,restSpeed:d})}};checkCatchBoundary(0);return e=>{let t=false;if(!M&&void 0===p){t=true;applyFriction(e);checkCatchBoundary(e)}if(void 0!==p&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const r=10;const a=1e4;function pregenerateKeyframes(e){let t;let s=r;let n=e(0);const o=[n.current];while(!n.done&&s<a){n=e(s);o.push(n.done?n.target:n.current);void 0===t&&n.hasReachedTarget&&(t=s);s+=r}const c=s-r;1===o.length&&o.push(n.current);return{keyframes:o,duration:c/1e3,overshootDuration:(null!==t&&void 0!==t?t:c)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n\n//# sourceMappingURL=index.es.js.map", "import{MotionValue as e}from\"@motionone/types\";import{noopReturn as t,addUniqueItem as n,progress as o,isFunction as i,defaults as s,isCubicBezier as r,isEasingGenerator as a,isEasingList as c,isNumber as l,time as f,noop as u,removeItem as d,mix as g,getEasingForSegment as m,isString as h,defaultOffset as p,fillOffset as v,velocityPerSecond as y,interpolate as w}from\"@motionone/utils\";import{Animation as E,getEasingFunction as b}from\"@motionone/animation\";import{__rest as S}from\"tslib\";import{invariant as A}from\"hey-listen\";import{pregenerateKeyframes as O,calcGeneratorVelocity as x,spring as V,glide as z}from\"@motionone/generators\";const W=new WeakMap;function getAnimationData(e){W.has(e)||W.set(e,{transforms:[],values:new Map});return W.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const L=[\"\",\"X\",\"Y\",\"Z\"];const T=[\"translate\",\"scale\",\"rotate\",\"skew\"];const D={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const M={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const k={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:M,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:M};const B=new Map;const asTransformCssVar=e=>`--motion-${e}`;const j=[\"x\",\"y\",\"z\"];T.forEach((e=>{L.forEach((t=>{j.push(e+t);B.set(asTransformCssVar(e+t),k[e])}))}));const compareTransformOrder=(e,t)=>j.indexOf(e)-j.indexOf(t);const P=new Set(j);const isTransform=e=>P.has(e);const addTransformToElement=(e,t)=>{D[t]&&(t=D[t]);const{transforms:o}=getAnimationData(e);n(o,t);e.style.transform=buildTransformTemplate(o)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const $=new Set;function registerCssVariable(e){if(!$.has(e)){$.add(e);try{const{syntax:t,initialValue:n}=B.has(e)?B.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const testAnimation=(e,t)=>document.createElement(\"div\").animate(e,t);const C={cssRegisterProperty:()=>\"undefined\"!==typeof CSS&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]},{duration:.001}).finished),linearEasing:()=>{try{testAnimation({opacity:0},{easing:\"linear(0, 1)\"})}catch(e){return false}return true}};const R={};const H={};for(const e in C)H[e]=()=>{void 0===R[e]&&(R[e]=C[e]());return R[e]};const I=.015;const generateLinearEasingPoints=(e,t)=>{let n=\"\";const i=Math.round(t/I);for(let t=0;t<i;t++)n+=e(o(0,i-1,t))+\", \";return n.substring(0,n.length-2)};const convertEasing=(e,t)=>i(e)?H.linearEasing()?`linear(${generateLinearEasingPoints(e,t)})`:s.easing:r(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){D[e]&&(e=D[e]);return isTransform(e)?asTransformCssVar(e):e}const N={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=B.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&\"finished\"!==e.playState)try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={}){const r=getDevToolsRecord();const d=false!==o.record&&r;let g;let{duration:m=s.duration,delay:h=s.delay,endDelay:p=s.endDelay,repeat:v=s.repeat,easing:y=s.easing,direction:w,offset:b,allowWebkitAcceleration:S=false}=o;const A=getAnimationData(e);const O=isTransform(t);let x=H.waapi();O&&addTransformToElement(e,t);const V=getStyleName(t);const z=getMotionValue(A.values,V);const W=B.get(V);stopAnimation(z.animation,!(a(y)&&z.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=N.get(e,V))&&void 0!==t?t:null===W||void 0===W?void 0:W.initialValue)&&void 0!==n?n:0};let s=hydrateKeyframes(keyframesList(n),readInitialValue);if(a(y)){const e=y.createAnimation(s,readInitialValue,O,V,z);y=e.easing;void 0!==e.keyframes&&(s=e.keyframes);void 0!==e.duration&&(m=e.duration)}isCssVar(V)&&(H.cssRegisterProperty()?registerCssVariable(V):x=false);O&&!H.linearEasing()&&(i(y)||c(y)&&y.some(i))&&(x=false);if(x){W&&(s=s.map((e=>l(e)?W.toDefaultUnit(e):e)));1!==s.length||H.partialKeyframes()&&!d||s.unshift(readInitialValue());const t={delay:f.ms(h),duration:f.ms(m),endDelay:f.ms(p),easing:c(y)?void 0:convertEasing(y,m),direction:w,iterations:v+1,fill:\"both\"};g=e.animate({[V]:s,offset:b,easing:c(y)?y.map((e=>convertEasing(e,m))):void 0},t);g.finished||(g.finished=new Promise(((e,t)=>{g.onfinish=e;g.oncancel=t})));const n=s[s.length-1];g.finished.then((()=>{N.set(e,V,n);g.cancel()})).catch(u);S||(g.playbackRate=1.000001)}else if(O){s=s.map((e=>\"string\"===typeof e?parseFloat(e):e));1===s.length&&s.unshift(parseFloat(readInitialValue()));const render=t=>{W&&(t=W.toDefaultUnit(t));N.set(e,V,t)};g=new E(render,s,Object.assign(Object.assign({},o),{duration:m,easing:y}))}else{const t=s[s.length-1];N.set(e,V,W&&l(t)?W.toDefaultUnit(t):t)}d&&r(e,t,s,{duration:m,delay:h,easing:y,repeat:v,offset:b},\"motion-one\");z.setAnimation(g);return g}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(\"string\"===typeof e)if(t){null!==(n=t[e])&&void 0!==n?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=s.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},F);const getActiveAnimation=e=>e.animations[0];const F={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return f.s((null===n||void 0===n?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return null===n||void 0===n?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(u));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return\"undefined\"===typeof(null===n||void 0===n?void 0:n[t])?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=f.ms(n);case\"currentTime\":case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(e=.1,{start:t=0,from:n=0,easing:o}={}){return(i,s)=>{const r=l(n)?n:getFromIndex(n,s);const a=Math.abs(r-i);let c=e*a;if(o){const t=s*e;const n=b(o);c=n(c/t)*t}return t+c}}function getFromIndex(e,t){if(\"first\"===e)return 0;{const n=t-1;return\"last\"===e?n:n/2}}function resolveOption(e,t,n){return i(e)?e(t,n):e}function animate(e,t,n={}){e=resolveElements(e);const o=e.length;const i=[];for(let s=0;s<o;s++){const r=e[s];for(const e in t){const a=getOptions(n,e);a.delay=resolveOption(a.delay,s,o);const c=animateStyle(r,e,t[e],a);i.push(c)}}return withControls(i,n,n.duration)}function calcNextTime(e,t,n,o){var i;return l(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):\"<\"===t?n:null!==(i=o.get(t))&&void 0!==i?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){d(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:g(i,s,o[r]),easing:m(n,r)})}function compareByTime(e,t){return e.at===t.at?null===e.value?1:-1:e.at-t.at}function timeline(e,t={}){var n;const o=createAnimationsFromTimeline(e,t);const i=o.map((e=>animateStyle(...e))).filter(Boolean);return withControls(i,t,null===(n=o[0])||void 0===n?void 0:n[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:n={}}=t,i=S(t,[\"defaultOptions\"]);const r=[];const c=new Map;const l={};const f=new Map;let u=0;let d=0;let g=0;for(let t=0;t<e.length;t++){const o=e[t];if(h(o)){f.set(o,d);continue}if(!Array.isArray(o)){f.set(o.name,calcNextTime(d,o.at,u,f));continue}const[i,r,m={}]=o;void 0!==m.at&&(d=calcNextTime(d,m.at,u,f));let y=0;const w=resolveElements(i,l);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,c);for(const t in r){const i=getValueSequence(t,o);let c=keyframesList(r[t]);const l=getOptions(m,t);let{duration:f=n.duration||s.duration,easing:u=n.easing||s.easing}=l;if(a(u)){const e=isTransform(t);A(2===c.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=u.createAnimation(c,(()=>\"0\"),e);u=n.easing;void 0!==n.keyframes&&(c=n.keyframes);void 0!==n.duration&&(f=n.duration)}const h=resolveOption(m.delay,e,E)||0;const w=d+h;const b=w+f;let{offset:S=p(c.length)}=l;1===S.length&&0===S[0]&&(S[1]=1);const O=length-c.length;O>0&&v(S,O);1===c.length&&c.unshift(null);addKeyframes(i,c,u,S,w,b);y=Math.max(h+f,y);g=Math.max(b,g)}}u=d;d+=y}c.forEach(((e,t)=>{for(const a in e){const c=e[a];c.sort(compareByTime);const l=[];const f=[];const u=[];for(let e=0;e<c.length;e++){const{at:t,value:n,easing:i}=c[e];l.push(n);f.push(o(0,g,t));u.push(i||s.easing)}if(0!==f[0]){f.unshift(0);l.unshift(l[0]);u.unshift(\"linear\")}if(1!==f[f.length-1]){f.push(1);l.push(null)}r.push([t,a,l,Object.assign(Object.assign(Object.assign({},n),{duration:g,easing:u,offset:f}),i)])}}));return r}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s,restSpeed:r?.05:2,restDistance:r?.01:.5},n)));return o.get(a)};const getKeyframes=e=>{t.has(e)||t.set(e,O(e));return t.get(e)};return{createAnimation:(e,t,n,o,i)=>{var s,r;let a;const c=e.length;let l=n&&c<=2&&e.every(isNumberOrNull);if(l){const n=e[c-1];const l=1===c?null:e[0];let f=0;let u=0;const d=null===i||void 0===i?void 0:i.generator;if(d){const{animation:t,generatorStartTime:n}=i;const o=(null===t||void 0===t?void 0:t.startTime)||n||0;const r=(null===t||void 0===t?void 0:t.currentTime)||performance.now()-o;const a=d(r).current;u=null!==(s=l)&&void 0!==s?s:a;(1===c||2===c&&null===e[0])&&(f=x((e=>d(e).current),r,a))}else u=null!==(r=l)&&void 0!==r?r:parseFloat(t());const g=getGenerator(u,n,f,null===o||void 0===o?void 0:o.includes(\"scale\"));const m=getKeyframes(g);a=Object.assign(Object.assign({},m),{easing:\"linear\"});if(i){i.generator=g;i.generatorStartTime=performance.now()}}else{const e=getKeyframes(getGenerator(0,100));a={easing:\"ease\",duration:e.overshootDuration}}return a}}}}const isNumberOrNull=e=>\"string\"!==typeof e;const U=createGeneratorEasing(V);const q=createGeneratorEasing(z);const K={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:s=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const r=resolveElements(e);const a=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=a.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);i(n)?a.set(e.target,n):c.unobserve(e.target)}else if(n){n(e);a.delete(e.target)}}))};const c=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof s?s:K[s]});r.forEach((e=>c.observe(e)));return()=>c.disconnect()}const G=new WeakMap;let _;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;null===(o=G.get(e))||void 0===o?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){\"undefined\"!==typeof ResizeObserver&&(_=new ResizeObserver(notifyAll))}function resizeElement(e,t){_||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=G.get(e);if(!n){n=new Set;G.set(e,n)}n.add(t);null===_||void 0===_?void 0:_.observe(e)}));return()=>{n.forEach((e=>{const n=G.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===_||void 0===_?void 0:_.unobserve(e))}))}}const Z=new Set;let X;function createWindowResizeHandler(){X=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};Z.forEach((e=>e(t)))};window.addEventListener(\"resize\",X)}function resizeWindow(e){Z.add(e);X||createWindowResizeHandler();return()=>{Z.delete(e);!Z.size&&X&&(X=void 0)}}function resize(e,t){return i(e)?resizeWindow(e):resizeElement(e,t)}const Y=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const J={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,i){const s=n[t];const{length:r,position:a}=J[t];const c=s.current;const l=n.time;s.current=e[\"scroll\"+a];s.scrollLength=e[\"scroll\"+r]-e[\"client\"+r];s.offset.length=0;s.offset[0]=0;s.offset[1]=s.scrollLength;s.progress=o(0,s.scrollLength,s.current);const f=i-l;s.velocity=f>Y?0:y(s.current-c,f)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Q={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const ee={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==ee[e]&&(e=ee[e]);if(h(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}l(e)&&(o=t*e);return n+o}const te=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:te;let s=0;let r=0;if(l(e))i=[e,e];else if(h(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,ee[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);r=resolveEdge(i[1],t);return s-r}const ne={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Q.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ne;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=w(p(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const s=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:i(t)?()=>t(n):scrubAnimation(t,n[s])}}function scrubAnimation(e,n){e.pause();e.forEachNative(((e,{easing:n})=>{var o,i;if(e.updateDuration){n||(e.easing=t);e.updateDuration(1)}else{const t={duration:1e3};n||(t.easing=\"linear\");null===(i=null===(o=e.effect)||void 0===o?void 0:o.updateTiming)||void 0===i?void 0:i.call(o,t)}}));return()=>{e.currentTime=n.progress}}const oe=new WeakMap;const ie=new WeakMap;const se=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=S(t,[\"container\"]);let i=se.get(n);if(!i){i=new Set;se.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!oe.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};oe.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ie.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=oe.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=se.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=oe.get(n);oe.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ie.get(n))||void 0===t?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return\"object\"===typeof e}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let re;function processScheduledAnimations(){if(!re)return;const e=re.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);re=void 0}function scheduleAnimation(e){if(re)n(re,e);else{re=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){re&&d(re,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const ae={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=S(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const ce={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const le={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const fe={inView:ae,hover:ce,press:le};const ue=[\"initial\",\"animate\",...Object.keys(fe),\"exit\"];const de=new WeakMap;function createMotionState(e={},t){let n;let o=t?t.getDepth()+1:0;const i={initial:true,animate:true};const s={};const r={};for(const n of ue)r[n]=\"string\"===typeof e[n]?e[n]:null===t||void 0===t?void 0:t.getContext()[n];const a=false===e.initial?\"animate\":\"initial\";let c=resolveVariant(e[a]||r[a],e.variants)||{},l=S(c,[\"transition\"]);const f=Object.assign({},l);function*animateUpdates(){var t,o;const s=l;l={};const r={};for(const n of ue){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){l[n]=s[n];r[n]=getOptions(null!==(o=null!==(t=s.transition)&&void 0!==t?t:e.transition)&&void 0!==o?o:{},n)}}const a=new Set([...Object.keys(l),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===l[e]&&(l[e]=f[e]);if(hasChanged(s[e],l[e])){null!==(t=f[e])&&void 0!==t?t:f[e]=N.get(n,e);c.push(animateStyle(n,e,l[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=l;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(u)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in fe){const o=fe[t].isActive(e);const i=s[t];if(o&&!i)s[t]=fe[t].subscribe(n,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!o&&i){i();delete s[t]}}};const d={update:t=>{if(n){e=t;updateGestureSubscriptions();scheduleAnimation(d)}},setActive:(e,t)=>{if(n){i[e]=t;scheduleAnimation(d)}},animateUpdates:animateUpdates,getDepth:()=>o,getTarget:()=>l,getOptions:()=>e,getContext:()=>r,mount:e=>{A(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;de.set(n,d);updateGestureSubscriptions();return()=>{de.delete(n);unscheduleAnimation(d);for(const e in s)s[e]()}},isMounted:()=>Boolean(n)};return d}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){D[o]&&(o=D[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const r=B.get(o);r&&(s=l(i)?r.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Q as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,q as glide,inView$1 as inView,de as mountedStates,resize,scroll,U as spring,stagger,N as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useAnimationFrame,useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,wrap,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)`};const supportsAcceleratedAnimations=typeof Animation!==\"undefined\"&&typeof Animation.prototype.updatePlaybackRate===\"function\";/**\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 isCanvas=RenderTarget.current()===RenderTarget.canvas;const numChildren=Children.count(slots);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[/*#__PURE__*/createRef(),/*#__PURE__*/createRef()];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */let clonedChildren=[];let dupedChildren=[];/* Duplicate value */let duplicateBy=0;let opacity=0;if(isCanvas){duplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;duplicateBy=Math.min(duplicateBy,MAX_DUPLICATED_ITEMS);opacity=1;}/* Measure parent and child */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;setSize({parent:parentLength,children:childrenLength});}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */let initialResize=useRef(true);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(slots,(child,index)=>{var _child_props,_child_props1,_child_props2,_child_props3;let ref;if(index===0){ref=childrenRef[0];}if(index===slots.length-1){ref=childrenRef[1];}const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.children)})});});}if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=[...dupedChildren,...Children.map(slots,(child,childIndex)=>{var _child_props,_child_props1,_child_props2,_child_props3,_child_props4,_child_props5;const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/cloneElement(child,{key:i+\" \"+childIndex,style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,width:widthType?(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.width:\"100%\",height:heightType?(_child_props4=child.props)===null||_child_props4===void 0?void 0:_child_props4.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},(_child_props5=child.props)===null||_child_props5===void 0?void 0:_child_props5.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){const isInView=useInView(parentRef);/**\n         * If this is an animation we can hardware accelerate, animate with WAAPI\n         */if(supportsAcceleratedAnimations){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]);}else{/**\n             * If we can't accelerate this animation because we have a hoverFactor defined\n             * animate with a rAF loop.\n             */useAnimationFrame(t=>{if(!animateToValue||isReducedMotion||supportsAcceleratedAnimations){return;}/**\n                 * In case this animation is delayed from starting because we're running a bunch\n                 * of other work, we want to set an initial time rather than counting from 0.\n                 * That ensures that if the animation is delayed, it starts from the first frame\n                 * rather than jumping.\n                 */if(initialTime.current===null){initialTime.current=t;}t=t-initialTime.current;const timeSince=prevTime.current===null?0:t-prevTime.current;let delta=timeSince*(speed/1e3);if(isHover.current){delta*=hoverFactor;}xOrY.current+=delta;xOrY.current=wrap(0,animateToValue,xOrY.current);prevTime.current=t;if(!isInView)return;offset.set(xOrY.current);});}}/* 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,MozMaskImage: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,transform:supportsAcceleratedAnimations?undefined:transform,willChange:isCanvas?\"auto\":\"transform\"},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\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerIntrinsicWidth\":\"400\"}},\"__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 { 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,jsxs as _jsxs}from\"react/jsx-runtime\";import{useReducer,useState}from\"react\";import{ControlType,addPropertyControls}from\"framer\";import{useIsOnCanvas,emptyStateStyle,containerStyles,defaultEvents,useRadius,borderRadiusControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";var PlayOptions;(function(PlayOptions){PlayOptions[\"Normal\"]=\"Off\";PlayOptions[\"Auto\"]=\"On\";PlayOptions[\"Loop\"]=\"Loop\";})(PlayOptions||(PlayOptions={}));var ThumbnailOptions;(function(ThumbnailOptions){ThumbnailOptions[\"High\"]=\"High Quality\";ThumbnailOptions[\"Medium\"]=\"Medium Quality\";ThumbnailOptions[\"Low\"]=\"Low Quality\";ThumbnailOptions[\"Off\"]=\"Off\";})(ThumbnailOptions||(ThumbnailOptions={}));var ThumbnailFormat;(function(ThumbnailFormat){ThumbnailFormat[\"WebP\"]=\"webp\";ThumbnailFormat[\"JPG\"]=\"jpg\";})(ThumbnailFormat||(ThumbnailFormat={}));/**\n * @framerIntrinsicWidth 560\n * @framerIntrinsicHeight 315\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerComponentPresetProps isRed, borderRadius\n */ export function Youtube({url,play,shouldMute,thumbnail,isRed,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,...props}){const onCanvas=useIsOnCanvas();const isAutoplay=play!==PlayOptions.Normal;const showThumbnail=onCanvas||thumbnail!==ThumbnailOptions.Off&&!isAutoplay;const[isPreloading,preloadVideo]=useReducer(()=>true,false);const[showVideo,startVideo]=useReducer(()=>true,!showThumbnail);const[isHovered,setHovered]=useState(false);const borderRadius=useRadius(props);const hasBorderRadius=borderRadius!==\"0px 0px 0px 0px\"&&borderRadius!==\"0px\";if(url===\"\"){return /*#__PURE__*/ _jsx(Instructions,{});}const parsedURL=parseVideoURL(url);if(parsedURL===undefined){return /*#__PURE__*/ _jsx(ErrorMessage,{message:\"Invalid Youtube URL.\"});}const[videoId,embedURL]=parsedURL;// https://stackoverflow.com/questions/2068344/how-do-i-get-a-youtube-video-thumbnail-from-the-youtube-api\nconst thumbnailURL=getThumbnailURL(videoId,thumbnail,getWebPSupported()?ThumbnailFormat.WebP:ThumbnailFormat.JPG);// https://developers.google.com/youtube/player_parameters\nconst searchParams=embedURL.searchParams;searchParams.set(\"iv_load_policy\",\"3\");searchParams.set(\"rel\",\"0\");searchParams.set(\"modestbranding\",\"1\");searchParams.set(\"playsinline\",\"1\");if(isAutoplay||showThumbnail){searchParams.set(\"autoplay\",\"1\");}if(isAutoplay&&shouldMute){searchParams.set(\"mute\",\"1\");}if(play===PlayOptions.Loop){searchParams.set(\"loop\",\"1\");searchParams.set(\"playlist\",videoId);}if(!isRed){searchParams.set(\"color\",\"white\");}return /*#__PURE__*/ _jsxs(\"article\",{onPointerEnter:()=>setHovered(true),onPointerLeave:()=>setHovered(false),onPointerOver:preloadVideo,onClick:startVideo,style:{...wrapperStyle,borderRadius,transform:// Safari sometimes struggles to render border-radius:\n// - on the canvas when changing from 0 to any other value\n// - or when rendering an iframe\nhasBorderRadius&&(showVideo||onCanvas)?\"translateZ(0.000001px)\":\"unset\",cursor:\"pointer\",overflow:\"hidden\"},children:[isPreloading&&/*#__PURE__*/ _jsx(\"link\",{rel:\"preconnect\",href:\"https://www.youtube.com\"}),isPreloading&&/*#__PURE__*/ _jsx(\"link\",{rel:\"preconnect\",href:\"https://www.google.com\"}),/*#__PURE__*/ _jsx(\"div\",{style:{...videoStyle,background:showThumbnail?`center / cover url(${thumbnailURL}) no-repeat`:undefined}}),showVideo?/*#__PURE__*/ _jsx(\"iframe\",{style:videoStyle,src:embedURL.href,frameBorder:\"0\",allow:\"presentation; fullscreen; accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\",onClick:onClick,onMouseEnter:onMouseEnter,onMouseLeave:onMouseLeave,onMouseDown:onMouseDown,onMouseUp:onMouseUp}):/*#__PURE__*/ _jsx(PlayButton,{onClick:startVideo,isHovered:isHovered,isRed:isRed})]});}Youtube.displayName=\"YouTube\";addPropertyControls(Youtube,{url:{type:ControlType.String,title:\"Video\"},play:{type:ControlType.Enum,title:\"Autoplay\",options:Object.values(PlayOptions)},shouldMute:{title:\"Mute\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",hidden(props){return props.play===PlayOptions.Normal;}},thumbnail:{title:\"Thumbnail\",description:\"Showing a thumbnail improves performance.\",type:ControlType.Enum,options:Object.values(ThumbnailOptions),hidden(props){return props.play!==PlayOptions.Normal;}},isRed:{title:\"Color\",type:ControlType.Boolean,enabledTitle:\"Red\",disabledTitle:\"White\"},...borderRadiusControl,...defaultEvents});const defaultProps={url:\"https://youtu.be/smPos0mJvh8\",play:PlayOptions.Normal,shouldMute:true,thumbnail:ThumbnailOptions.Medium,isRed:true};Youtube.defaultProps=defaultProps;function parseVideoURL(urlString){let url;try{url=new URL(urlString);}catch{const embedURL=getEmbedURL(urlString);return[urlString,embedURL];}if(url.hostname===\"youtube.com\"||url.hostname===\"www.youtube.com\"||url.hostname===\"youtube-nocookie.com\"||url.hostname===\"www.youtube-nocookie.com\"){const pathSegments=url.pathname.slice(1).split(\"/\");// https://www.youtube.com/watch?v=Fop2oskTug8\nif(pathSegments[0]===\"watch\"){const videoId=url.searchParams.get(\"v\");const embedURL1=getEmbedURL(videoId);return[videoId,embedURL1];}// https://www.youtube.com/embed/Fop2oskTug8\nif(pathSegments[0]===\"embed\"){const videoId1=pathSegments[1];return[videoId1,url];}}// https://youtu.be/Fop2oskTug8\nif(url.hostname===\"youtu.be\"){const videoId2=url.pathname.slice(1);const embedURL2=getEmbedURL(videoId2);return[videoId2,embedURL2];}}function getEmbedURL(videoId){return new URL(`https://www.youtube.com/embed/${videoId}`);}function getThumbnailURL(videoId,res,format=ThumbnailFormat.JPG){// https://gist.github.com/a1ip/be4514c1fd392a8c13b05e082c4da363\nconst pre=ThumbnailFormat.WebP?\"https://i.ytimg.com/vi_webp/\":\"https://i.ytimg.com/vi/\";const ext=ThumbnailFormat.WebP?\"webp\":\"jpg\";switch(res){case ThumbnailOptions.Low:return`${pre}${videoId}/hqdefault.${ext}`;case ThumbnailOptions.Medium:return`${pre}${videoId}/sddefault.${ext}`;case ThumbnailOptions.High:return`${pre}${videoId}/maxresdefault.${ext}`;default:return`${pre}${videoId}/0.${ext}`;}}let _getWebPSupported;// https://stackoverflow.com/a/27232658\nfunction getWebPSupported(){// We're going to default to webp because it's pretty widely supported by now\nif(!window){return true;}if(_getWebPSupported!==undefined){return _getWebPSupported;}const element=document.createElement(\"canvas\");if(!!(element.getContext&&element.getContext(\"2d\"))){// was able or not to get WebP representation\nreturn element.toDataURL(\"image/webp\").indexOf(\"data:image/webp\")==0;}else{// very old browser like IE 8, canvas not supported\nreturn false;}}// Helper components\nfunction Instructions(){return /*#__PURE__*/ _jsx(\"div\",{style:{...emptyStateStyle,overflow:\"hidden\"},children:/*#__PURE__*/ _jsx(\"div\",{style:centerTextStyle,children:\"To embed a Youtube video, add the URL to the properties\\xa0panel.\"})});}function ErrorMessage({message}){return /*#__PURE__*/ _jsx(\"div\",{className:\"framerInternalUI-errorPlaceholder\",style:{...containerStyles,overflow:\"hidden\"},children:/*#__PURE__*/ _jsxs(\"div\",{style:centerTextStyle,children:[\"Error: \",message]})});}function PlayButton({onClick,isHovered,isRed}){return /*#__PURE__*/ _jsx(\"button\",{onClick:onClick,\"aria-label\":\"Play\",style:buttonStyle,children:/*#__PURE__*/ _jsxs(\"svg\",{height:\"100%\",version:\"1.1\",viewBox:\"0 0 68 48\",width:\"100%\",children:[/*#__PURE__*/ _jsx(\"path\",{d:\"M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z\",fill:isHovered?isRed?\"#f00\":\"#000\":\"#212121\",fillOpacity:isHovered?isRed?1:.8:.8,style:{transition:\"fill .1s cubic-bezier(0.4, 0, 1, 1), fill-opacity .1s cubic-bezier(0.4, 0, 1, 1)\"}}),/*#__PURE__*/ _jsx(\"path\",{d:\"M 45,24 27,14 27,34\",fill:\"#fff\"})]})});}const buttonStyle={position:\"absolute\",top:\"50%\",left:\"50%\",transform:\"translate(-50%, -50%)\",width:68,height:48,padding:0,border:\"none\",background:\"transparent\",cursor:\"pointer\"};const wrapperStyle={position:\"relative\",width:\"100%\",height:\"100%\"};const centerTextStyle={textAlign:\"center\",minWidth:140};const videoStyle={position:\"absolute\",top:0,left:0,height:\"100%\",width:\"100%\"};\nexport const __FramerMetadata__ = {\"exports\":{\"Youtube\":{\"type\":\"reactComponent\",\"name\":\"Youtube\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"315\",\"framerIntrinsicWidth\":\"560\",\"framerComponentPresetProps\":\"isRed, borderRadius\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YouTube.map", "import{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Satoshi-regular\",\"FS;Satoshi-bold\",\"FS;Satoshi-bold italic\",\"FS;Satoshi-italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/TTX2Z3BF3P6Y5BQT3IV2VNOK6FL22KUT/7QYRJOI3JIMYHGY6CH7SOIFRQLZOLNJ6/KFIAZD4RUMEZIYV6FQ3T3GP5PDBDB6JY.woff2\",weight:\"400\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2\",weight:\"700\"},{family:\"Satoshi\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/CDEBEFT2R7XKNGXSBBLZGMY4MMHZG75P/HEVKDGQCYDZ7Z6CDVR2ZQGBCTUD6ZARH/BKWEE3VKGTFABE37K2DTH625VUSN2N35.woff2\",weight:\"700\"},{family:\"Satoshi\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/MPIFA4B3XXRNY2MJDGP6GOOOAF6EOCLO/W5E4ZFYPJ3V6JKMBGHB6YMITK6EWS2XA/QOMBWPST76ICDYF6WOBS7SQ7RBT67QW2.woff2\",weight:\"400\"}]}];export const css=['.framer-npBNG .framer-styles-preset-bersk5:not(.rich-text-wrapper), .framer-npBNG .framer-styles-preset-bersk5.rich-text-wrapper p { --framer-font-family: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-bold: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-italic: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.3px; --framer-line-height: 28px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-npBNG .framer-styles-preset-bersk5:not(.rich-text-wrapper), .framer-npBNG .framer-styles-preset-bersk5.rich-text-wrapper p { --framer-font-family: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-bold: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-italic: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.3px; --framer-line-height: 28px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-npBNG .framer-styles-preset-bersk5:not(.rich-text-wrapper), .framer-npBNG .framer-styles-preset-bersk5.rich-text-wrapper p { --framer-font-family: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-bold: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-italic: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.3px; --framer-line-height: 28px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-npBNG\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Satoshi-bold\",\"FS;Satoshi-black\",\"FS;Satoshi-black italic\",\"FS;Satoshi-bold italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2\",weight:\"700\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NHPGVFYUXYXE33DZ75OIT4JFGHITX5PE/PSUTMASCDJTVPERDYJZPN23BVUFUCQIF/J64QX5IPOHK56I2KYUNBQ5M2XWZEYKYX.woff2\",weight:\"900\"},{family:\"Satoshi\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/5ICO57VJIN252OT5L2KLEIPW754DTLAO/ZU64SLR2IEO66N27IVY5Z6JJJRTJECJK/TCTRLNEXANFIGSFCZTGQL7PZ5362GYK6.woff2\",weight:\"900\"},{family:\"Satoshi\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/CDEBEFT2R7XKNGXSBBLZGMY4MMHZG75P/HEVKDGQCYDZ7Z6CDVR2ZQGBCTUD6ZARH/BKWEE3VKGTFABE37K2DTH625VUSN2N35.woff2\",weight:\"700\"}]}];export const css=['.framer-OVfvD .framer-styles-preset-nc24ec:not(.rich-text-wrapper), .framer-OVfvD .framer-styles-preset-nc24ec.rich-text-wrapper p { --framer-font-family: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-bold: \"Satoshi\", sans-serif; --framer-font-family-bold-italic: \"Satoshi\", sans-serif; --framer-font-family-italic: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.3px; --framer-line-height: 28px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-OVfvD .framer-styles-preset-nc24ec:not(.rich-text-wrapper), .framer-OVfvD .framer-styles-preset-nc24ec.rich-text-wrapper p { --framer-font-family: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-bold: \"Satoshi\", sans-serif; --framer-font-family-bold-italic: \"Satoshi\", sans-serif; --framer-font-family-italic: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.3px; --framer-line-height: 28px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-OVfvD .framer-styles-preset-nc24ec:not(.rich-text-wrapper), .framer-OVfvD .framer-styles-preset-nc24ec.rich-text-wrapper p { --framer-font-family: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-bold: \"Satoshi\", sans-serif; --framer-font-family-bold-italic: \"Satoshi\", sans-serif; --framer-font-family-italic: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.3px; --framer-line-height: 28px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-OVfvD\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (7f988a2)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/jW9UOcSXjoQXbL82pxZq/dR8hfDS0ObL34F0kOcXi/CURSZiy8f.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/gpOXrBbXaygLUFKineGv/jNVaguRfwDOwgGpR8swZ/Suv13wwEk.js\";import*as localizedValues from\"./CIFxZ7aPF-0.js\";const enabledGestures={K0O2kVxGf:{hover:true},td8GthwSk:{hover:true},tfjBMcTzN:{hover:true}};const cycleOrder=[\"K0O2kVxGf\",\"JwQVPB72k\",\"tfjBMcTzN\",\"td8GthwSk\"];const serializationHash=\"framer-ZXOH4\";const variantClassNames={JwQVPB72k:\"framer-v-63zwop\",K0O2kVxGf:\"framer-v-1onkqkq\",td8GthwSk:\"framer-v-15edkjc\",tfjBMcTzN:\"framer-v-15m3qbf\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const valuesByLocaleId={U_5FWB8bN:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Ghost button\":\"JwQVPB72k\",\"Ghost link\":\"td8GthwSk\",\"Variant 1\":\"K0O2kVxGf\",Outline:\"tfjBMcTzN\"};const getProps=({background,color,colorText,ghostLink,height,id,setLink,width,...props})=>{var _ref,_ref1,_ref2,_humanReadableVariantMap_props_variant,_ref3,_ref4;return{...props,aWjFSBDya:(_ref=color!==null&&color!==void 0?color:props.aWjFSBDya)!==null&&_ref!==void 0?_ref:\"var(--token-478de662-95ec-4936-abd9-e98441d47942, rgb(46, 80, 97))\",eI0ukcTw_:(_ref1=background!==null&&background!==void 0?background:props.eI0ukcTw_)!==null&&_ref1!==void 0?_ref1:\"var(--token-52513685-d42d-4a43-abe2-b9f5646713f0, rgb(254, 118, 36))\",EwPwd4Q1f:(_ref2=colorText!==null&&colorText!==void 0?colorText:props.EwPwd4Q1f)!==null&&_ref2!==void 0?_ref2:\"var(--token-25011c2b-ba34-47f0-8040-2687ea1f377a, rgb(255, 255, 255))\",UOSY8JWnk:setLink!==null&&setLink!==void 0?setLink:props.UOSY8JWnk,variant:(_ref3=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref3!==void 0?_ref3:\"K0O2kVxGf\",ZJ0nzavms:(_ref4=ghostLink!==null&&ghostLink!==void 0?ghostLink:props.ZJ0nzavms)!==null&&_ref4!==void 0?_ref4:\"Get Started For Free\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,ZJ0nzavms,eI0ukcTw_,UOSY8JWnk,EwPwd4Q1f,aWjFSBDya,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"K0O2kVxGf\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(gestureVariant===\"td8GthwSk-hover\")return true;if(baseVariant===\"td8GthwSk\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:UOSY8JWnk,...addPropertyOverrides({td8GthwSk:{openInNewTab:true,smoothScroll:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1onkqkq\",className,classNames)} framer-1g2gpzh`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"K0O2kVxGf\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:eI0ukcTw_,borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,opacity:1,...style},variants:{\"K0O2kVxGf-hover\":{opacity:.6},\"td8GthwSk-hover\":{backgroundColor:\"rgba(0, 0, 0, 0)\"},\"tfjBMcTzN-hover\":{backgroundColor:\"rgba(0, 0, 0, 0)\",opacity:.6},JwQVPB72k:{backgroundColor:\"rgba(0, 0, 0, 0)\"},td8GthwSk:{backgroundColor:\"rgba(0, 0, 0, 0)\"},tfjBMcTzN:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-52513685-d42d-4a43-abe2-b9f5646713f0, rgb(254, 118, 36))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({\"K0O2kVxGf-hover\":{\"data-framer-name\":undefined},\"td8GthwSk-hover\":{\"data-framer-name\":undefined},\"tfjBMcTzN-hover\":{\"data-framer-name\":undefined},JwQVPB72k:{\"data-framer-name\":\"Ghost button\"},td8GthwSk:{\"data-framer-name\":\"Ghost link\"},tfjBMcTzN:{\"data-border\":true,\"data-framer-name\":\"Outline\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-a4fxaz\",\"data-framer-name\":\"Label\",layoutDependency:layoutDependency,layoutId:\"YNplB7Zyc\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-nc24ec\",\"data-styles-preset\":\"Suv13wwEk\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-EwPwd4Q1f-CIFxZ7aPF))\"},children:\"Get Started For Free\"})}),className:\"framer-b5ulq9\",\"data-framer-name\":\"Get Started Now\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"I8620:12840;7308:1630\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-EwPwd4Q1f-CIFxZ7aPF)\",\"--variable-reference-aWjFSBDya-CIFxZ7aPF\":aWjFSBDya,\"--variable-reference-EwPwd4Q1f-CIFxZ7aPF\":EwPwd4Q1f},text:ZJ0nzavms,variants:{\"td8GthwSk-hover\":{\"--extracted-r6o4lv\":\"var(--token-52513685-d42d-4a43-abe2-b9f5646713f0, rgb(254, 118, 36))\"},JwQVPB72k:{\"--extracted-r6o4lv\":\"var(--variable-reference-aWjFSBDya-CIFxZ7aPF)\",\"--variable-reference-aWjFSBDya-CIFxZ7aPF\":aWjFSBDya},td8GthwSk:{\"--extracted-r6o4lv\":\"var(--token-478de662-95ec-4936-abd9-e98441d47942, rgb(46, 80, 97))\"},tfjBMcTzN:{\"--extracted-r6o4lv\":\"var(--token-52513685-d42d-4a43-abe2-b9f5646713f0, rgb(254, 118, 36))\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({\"td8GthwSk-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-52513685-d42d-4a43-abe2-b9f5646713f0, rgb(254, 118, 36)))\"},children:\"Get Started For Free\"})})},JwQVPB72k:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-nc24ec\",\"data-styles-preset\":\"Suv13wwEk\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-aWjFSBDya-CIFxZ7aPF))\"},children:\"Button\"})})},td8GthwSk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-478de662-95ec-4936-abd9-e98441d47942, rgb(46, 80, 97)))\"},children:\"Get Started For Free\"})}),fonts:[\"FS;Satoshi-bold\"]},tfjBMcTzN:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bersk5\",\"data-styles-preset\":\"CURSZiy8f\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-52513685-d42d-4a43-abe2-b9f5646713f0, rgb(254, 118, 36)))\"},children:\"Get Started For Free\"})})}},baseVariant,gestureVariant)})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-17rh4ov\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"Wro27FYs1\",style:{backgroundColor:\"var(--token-070dc440-c11b-4548-ae1d-99aba5dc493b, rgb(45, 79, 97))\"},variants:{\"td8GthwSk-hover\":{backgroundColor:\"var(--token-52513685-d42d-4a43-abe2-b9f5646713f0, rgb(254, 118, 36))\"}}})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ZXOH4.framer-1g2gpzh, .framer-ZXOH4 .framer-1g2gpzh { display: block; }\",\".framer-ZXOH4.framer-1onkqkq { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 6px 20px 6px 20px; position: relative; text-decoration: none; width: min-content; }\",\".framer-ZXOH4 .framer-a4fxaz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 52px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 211px; }\",\".framer-ZXOH4 .framer-b5ulq9 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-ZXOH4 .framer-17rh4ov { flex: 1 0 0px; height: 1px; overflow: visible; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ZXOH4.framer-1onkqkq, .framer-ZXOH4 .framer-a4fxaz { gap: 0px; } .framer-ZXOH4.framer-1onkqkq > *, .framer-ZXOH4 .framer-a4fxaz > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-ZXOH4.framer-1onkqkq > :first-child, .framer-ZXOH4 .framer-a4fxaz > :first-child { margin-left: 0px; } .framer-ZXOH4.framer-1onkqkq > :last-child, .framer-ZXOH4 .framer-a4fxaz > :last-child { margin-right: 0px; } }\",\".framer-ZXOH4.framer-v-15edkjc.framer-1onkqkq { flex-direction: column; gap: 4px; }\",\".framer-ZXOH4.framer-v-15edkjc .framer-a4fxaz { height: 28px; order: 0; width: min-content; }\",\".framer-ZXOH4.framer-v-15edkjc .framer-b5ulq9 { order: 0; }\",\".framer-ZXOH4.framer-v-15edkjc .framer-17rh4ov { align-self: stretch; flex: none; order: 1; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ZXOH4.framer-v-15edkjc.framer-1onkqkq { gap: 0px; } .framer-ZXOH4.framer-v-15edkjc.framer-1onkqkq > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-ZXOH4.framer-v-15edkjc.framer-1onkqkq > :first-child { margin-top: 0px; } .framer-ZXOH4.framer-v-15edkjc.framer-1onkqkq > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-ZXOH4[data-border=\"true\"]::after, .framer-ZXOH4 [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 64\n * @framerIntrinsicWidth 251\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"JwQVPB72k\":{\"layout\":[\"auto\",\"auto\"]},\"tfjBMcTzN\":{\"layout\":[\"auto\",\"auto\"]},\"td8GthwSk\":{\"layout\":[\"auto\",\"auto\"]},\"V9wmk_OWZ\":{\"layout\":[\"auto\",\"auto\"]},\"Q9u7sr7kJ\":{\"layout\":[\"auto\",\"auto\"]},\"TZosxZfGe\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"ZJ0nzavms\":\"ghostLink\",\"eI0ukcTw_\":\"background\",\"UOSY8JWnk\":\"setLink\",\"EwPwd4Q1f\":\"colorText\",\"aWjFSBDya\":\"color\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerCIFxZ7aPF=withCSS(Component,css,\"framer-ZXOH4\");export default FramerCIFxZ7aPF;FramerCIFxZ7aPF.displayName=\"Primary-button\";FramerCIFxZ7aPF.defaultProps={height:64,width:251};addPropertyControls(FramerCIFxZ7aPF,{variant:{options:[\"K0O2kVxGf\",\"JwQVPB72k\",\"tfjBMcTzN\",\"td8GthwSk\"],optionTitles:[\"Variant 1\",\"Ghost button\",\"Outline\",\"Ghost link\"],title:\"Variant\",type:ControlType.Enum},ZJ0nzavms:{defaultValue:\"Get Started For Free\",displayTextArea:false,title:\"Ghost link\",type:ControlType.String},eI0ukcTw_:{defaultValue:'var(--token-52513685-d42d-4a43-abe2-b9f5646713f0, rgb(254, 118, 36)) /* {\"name\":\"Theme Colors/Primary\"} */',title:\"Background\",type:ControlType.Color},UOSY8JWnk:{title:\"Set link\",type:ControlType.Link},EwPwd4Q1f:{defaultValue:'var(--token-25011c2b-ba34-47f0-8040-2687ea1f377a, rgb(255, 255, 255)) /* {\"name\":\"Accent/White\"} */',title:\"Color-Text\",type:ControlType.Color},aWjFSBDya:{defaultValue:\"var(--token-478de662-95ec-4936-abd9-e98441d47942, rgb(46, 80, 97))\",title:\"Color\",type:ControlType.Color}});addFonts(FramerCIFxZ7aPF,[{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://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.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://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2\",weight:\"700\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerCIFxZ7aPF\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"JwQVPB72k\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"tfjBMcTzN\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"td8GthwSk\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"V9wmk_OWZ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Q9u7sr7kJ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"TZosxZfGe\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"ZJ0nzavms\\\":\\\"ghostLink\\\",\\\"eI0ukcTw_\\\":\\\"background\\\",\\\"UOSY8JWnk\\\":\\\"setLink\\\",\\\"EwPwd4Q1f\\\":\\\"colorText\\\",\\\"aWjFSBDya\\\":\\\"color\\\"}\",\"framerIntrinsicHeight\":\"64\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"251\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./CIFxZ7aPF.map", "// Generated by Framer (7f988a2)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Satoshi-black\",\"FS;Satoshi-black\",\"FS;Satoshi-black italic\",\"FS;Satoshi-black italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NHPGVFYUXYXE33DZ75OIT4JFGHITX5PE/PSUTMASCDJTVPERDYJZPN23BVUFUCQIF/J64QX5IPOHK56I2KYUNBQ5M2XWZEYKYX.woff2\",weight:\"900\"},{family:\"Satoshi\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/5ICO57VJIN252OT5L2KLEIPW754DTLAO/ZU64SLR2IEO66N27IVY5Z6JJJRTJECJK/TCTRLNEXANFIGSFCZTGQL7PZ5362GYK6.woff2\",weight:\"900\"}]}];export const css=['.framer-t4bQM .framer-styles-preset-1453jn5:not(.rich-text-wrapper), .framer-t4bQM .framer-styles-preset-1453jn5.rich-text-wrapper h1 { --framer-font-family: \"Satoshi\", sans-serif; --framer-font-family-bold: \"Satoshi\", sans-serif; --framer-font-family-bold-italic: \"Satoshi\", sans-serif; --framer-font-family-italic: \"Satoshi\", sans-serif; --framer-font-size: 72px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 900; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 900; --framer-letter-spacing: -1.5px; --framer-line-height: 100%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-t4bQM .framer-styles-preset-1453jn5:not(.rich-text-wrapper), .framer-t4bQM .framer-styles-preset-1453jn5.rich-text-wrapper h1 { --framer-font-family: \"Satoshi\", sans-serif; --framer-font-family-bold: \"Satoshi\", sans-serif; --framer-font-family-bold-italic: \"Satoshi\", sans-serif; --framer-font-family-italic: \"Satoshi\", sans-serif; --framer-font-size: 58px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 900; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 900; --framer-letter-spacing: -1.5px; --framer-line-height: 100%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-t4bQM .framer-styles-preset-1453jn5:not(.rich-text-wrapper), .framer-t4bQM .framer-styles-preset-1453jn5.rich-text-wrapper h1 { --framer-font-family: \"Satoshi\", sans-serif; --framer-font-family-bold: \"Satoshi\", sans-serif; --framer-font-family-bold-italic: \"Satoshi\", sans-serif; --framer-font-family-italic: \"Satoshi\", sans-serif; --framer-font-size: 48px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 900; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 900; --framer-letter-spacing: -1.5px; --framer-line-height: 100%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-t4bQM\";\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\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-fJZJi .framer-styles-preset-1pnl4eg:not(.rich-text-wrapper), .framer-fJZJi .framer-styles-preset-1pnl4eg.rich-text-wrapper a { --framer-link-current-text-decoration: none; --framer-link-hover-text-color: #0088ff; --framer-link-hover-text-decoration: none; --framer-link-text-color: #d1d1d1; --framer-link-text-decoration: none; }\"];export const className=\"framer-fJZJi\";\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\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Satoshi-medium\",\"FS;Satoshi-bold\",\"FS;Satoshi-bold italic\",\"FS;Satoshi-medium italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\",weight:\"500\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2\",weight:\"700\"},{family:\"Satoshi\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/CDEBEFT2R7XKNGXSBBLZGMY4MMHZG75P/HEVKDGQCYDZ7Z6CDVR2ZQGBCTUD6ZARH/BKWEE3VKGTFABE37K2DTH625VUSN2N35.woff2\",weight:\"700\"},{family:\"Satoshi\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NID3I7RITWZSKXRCJGOCMP5NOADJK6IG/2HLHGD7OBTWCOHW64YXOE5KFXHU4KJHM/ZHME2QIRFR7UPJ47NLY27RCAFY44CKZJ.woff2\",weight:\"500\"}]}];export const css=['.framer-V7pe9 .framer-styles-preset-1anebta:not(.rich-text-wrapper), .framer-V7pe9 .framer-styles-preset-1anebta.rich-text-wrapper p { --framer-font-family: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-bold: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-italic: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1.5em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #474747; --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-V7pe9 .framer-styles-preset-1anebta:not(.rich-text-wrapper), .framer-V7pe9 .framer-styles-preset-1anebta.rich-text-wrapper p { --framer-font-family: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-bold: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-italic: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1.5em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #474747; --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-V7pe9 .framer-styles-preset-1anebta:not(.rich-text-wrapper), .framer-V7pe9 .framer-styles-preset-1anebta.rich-text-wrapper p { --framer-font-family: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-bold: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-italic: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1.5em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #474747; --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-V7pe9\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Satoshi-bold\",\"FS;Satoshi-black\",\"FS;Satoshi-black italic\",\"FS;Satoshi-bold italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2\",weight:\"700\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NHPGVFYUXYXE33DZ75OIT4JFGHITX5PE/PSUTMASCDJTVPERDYJZPN23BVUFUCQIF/J64QX5IPOHK56I2KYUNBQ5M2XWZEYKYX.woff2\",weight:\"900\"},{family:\"Satoshi\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/5ICO57VJIN252OT5L2KLEIPW754DTLAO/ZU64SLR2IEO66N27IVY5Z6JJJRTJECJK/TCTRLNEXANFIGSFCZTGQL7PZ5362GYK6.woff2\",weight:\"900\"},{family:\"Satoshi\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/CDEBEFT2R7XKNGXSBBLZGMY4MMHZG75P/HEVKDGQCYDZ7Z6CDVR2ZQGBCTUD6ZARH/BKWEE3VKGTFABE37K2DTH625VUSN2N35.woff2\",weight:\"700\"}]}];export const css=['.framer-Noysj .framer-styles-preset-1xfnnqr:not(.rich-text-wrapper), .framer-Noysj .framer-styles-preset-1xfnnqr.rich-text-wrapper h3 { --framer-font-family: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-bold: \"Satoshi\", sans-serif; --framer-font-family-bold-italic: \"Satoshi\", sans-serif; --framer-font-family-italic: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-size: 40px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.01em; --framer-line-height: 125%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 992px) { .framer-Noysj .framer-styles-preset-1xfnnqr:not(.rich-text-wrapper), .framer-Noysj .framer-styles-preset-1xfnnqr.rich-text-wrapper h3 { --framer-font-family: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-bold: \"Satoshi\", sans-serif; --framer-font-family-bold-italic: \"Satoshi\", sans-serif; --framer-font-family-italic: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-size: 36px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.01em; --framer-line-height: 125%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 991px) and (min-width: 0px) { .framer-Noysj .framer-styles-preset-1xfnnqr:not(.rich-text-wrapper), .framer-Noysj .framer-styles-preset-1xfnnqr.rich-text-wrapper h3 { --framer-font-family: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-bold: \"Satoshi\", sans-serif; --framer-font-family-bold-italic: \"Satoshi\", sans-serif; --framer-font-family-italic: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-size: 30px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.01em; --framer-line-height: 125%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-Noysj\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-8qkvb .framer-styles-preset-mc2cxo {  }\"];export const className=\"framer-8qkvb\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Switzer-bold\"]);export const fonts=[{family:\"Switzer\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/HBNTRIISA5MEXGL5WPYI7CV2HIWTDV3Q/YDPDINVT673XLXNSTMLG4JNCZZMVVNPN/Y7SCNZJOT2MW5ADSGOFLDGH4TNL4JCQY.woff2\",weight:\"700\"}];export const css=['.framer-vaP6a .framer-styles-preset-1lg588s:not(.rich-text-wrapper), .framer-vaP6a .framer-styles-preset-1lg588s.rich-text-wrapper h4 { --framer-font-family: \"Switzer\", \"Switzer Placeholder\", sans-serif; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-weight: 700; --framer-letter-spacing: -1px; --framer-line-height: 34px; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-vaP6a .framer-styles-preset-1lg588s:not(.rich-text-wrapper), .framer-vaP6a .framer-styles-preset-1lg588s.rich-text-wrapper h4 { --framer-font-family: \"Switzer\", \"Switzer Placeholder\", sans-serif; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-weight: 700; --framer-letter-spacing: -1px; --framer-line-height: 27px; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-vaP6a .framer-styles-preset-1lg588s:not(.rich-text-wrapper), .framer-vaP6a .framer-styles-preset-1lg588s.rich-text-wrapper h4 { --framer-font-family: \"Switzer\", \"Switzer Placeholder\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-weight: 700; --framer-letter-spacing: -1px; --framer-line-height: 27px; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-vaP6a\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Satoshi-bold\",\"FS;Satoshi-black\",\"FS;Satoshi-black italic\",\"FS;Satoshi-bold italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2\",weight:\"700\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NHPGVFYUXYXE33DZ75OIT4JFGHITX5PE/PSUTMASCDJTVPERDYJZPN23BVUFUCQIF/J64QX5IPOHK56I2KYUNBQ5M2XWZEYKYX.woff2\",weight:\"900\"},{family:\"Satoshi\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/5ICO57VJIN252OT5L2KLEIPW754DTLAO/ZU64SLR2IEO66N27IVY5Z6JJJRTJECJK/TCTRLNEXANFIGSFCZTGQL7PZ5362GYK6.woff2\",weight:\"900\"},{family:\"Satoshi\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/CDEBEFT2R7XKNGXSBBLZGMY4MMHZG75P/HEVKDGQCYDZ7Z6CDVR2ZQGBCTUD6ZARH/BKWEE3VKGTFABE37K2DTH625VUSN2N35.woff2\",weight:\"700\"}]}];export const css=['.framer-l46Hn .framer-styles-preset-luzlaf:not(.rich-text-wrapper), .framer-l46Hn .framer-styles-preset-luzlaf.rich-text-wrapper h2 { --framer-font-family: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-bold: \"Satoshi\", sans-serif; --framer-font-family-bold-italic: \"Satoshi\", sans-serif; --framer-font-family-italic: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-size: 48px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -2px; --framer-line-height: 48px; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-l46Hn .framer-styles-preset-luzlaf:not(.rich-text-wrapper), .framer-l46Hn .framer-styles-preset-luzlaf.rich-text-wrapper h2 { --framer-font-family: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-bold: \"Satoshi\", sans-serif; --framer-font-family-bold-italic: \"Satoshi\", sans-serif; --framer-font-family-italic: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-size: 42px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -2px; --framer-line-height: 48px; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-l46Hn .framer-styles-preset-luzlaf:not(.rich-text-wrapper), .framer-l46Hn .framer-styles-preset-luzlaf.rich-text-wrapper h2 { --framer-font-family: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-bold: \"Satoshi\", sans-serif; --framer-font-family-bold-italic: \"Satoshi\", sans-serif; --framer-font-family-italic: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-size: 36px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -2px; --framer-line-height: 44px; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-l46Hn\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([\"Inter-Bold\"]);export const fonts=[];export const css=['.framer-wyoZP .framer-styles-preset-170w2cl:not(.rich-text-wrapper), .framer-wyoZP .framer-styles-preset-170w2cl.rich-text-wrapper h5 { --framer-font-family: \"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-weight: 700; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #333333; --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-wyoZP\";\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 (7f988a2)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/2NOH99A2GpS1lL1GDT0u/TZSUVsUUimjcMmjhZpPA/FqGlu5wkQ.js\";import*as sharedStyle6 from\"https://framerusercontent.com/modules/oNsB1MzSq3AWaN7OF83H/2jSIktRlPq9TU4j0REov/hMWeVm4DS.js\";import*as sharedStyle5 from\"https://framerusercontent.com/modules/p5afLyt5celiq2G6hVEi/w8kKS3CFwktQaGNX2Kbq/oQFiODkNH.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/g2WIqPjMRwtSz17PEdC6/qAQwjY2wsbY83rNyfNPp/Pt1rn1HeV.js\";import*as sharedStyle7 from\"https://framerusercontent.com/modules/aw0mCGFu1q2AT5cg2BwH/amUhBXiYmeDa1hX3I144/PWIDy_8LB.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/7zgSCrb8LiP1fu6lNIC3/aKwhTrcetpZMLS04yWuP/TNngpTuch.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/hium3oTG1A3Az1mfjWQe/CxClpMpmbhLWfk39LOrF/wtxTsMnzw.js\";import*as sharedStyle4 from\"https://framerusercontent.com/modules/uwFeCIPWP8PUp9TOW298/F8B1DrUC3vFs3MWNZoj5/y8MVW1ehv.js\";import*as localizedValues from\"./g0nMmN9vH-0.js\";const cycleOrder=[\"z1M6_aWtP\",\"HFnAG6rNG\",\"IFF8OLGq0\",\"EUETuvsnj\",\"xON8tbmFg\"];const serializationHash=\"framer-li1rd\";const variantClassNames={EUETuvsnj:\"framer-v-1ro2e8a\",HFnAG6rNG:\"framer-v-xu39dv\",IFF8OLGq0:\"framer-v-ew5ebz\",xON8tbmFg:\"framer-v-149ra7x\",z1M6_aWtP:\"framer-v-h39t0i\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const valuesByLocaleId={U_5FWB8bN:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"809\":\"IFF8OLGq0\",\"Cente-title\":\"HFnAG6rNG\",\"Left-title-tablet\":\"xON8tbmFg\",\"Left-title\":\"z1M6_aWtP\",Center:\"EUETuvsnj\"};const getProps=({color,content,height,id,textHere,width,...props})=>{var _ref,_ref1,_ref2,_humanReadableVariantMap_props_variant,_ref3;return{...props,hH9KkDZQp:(_ref=color!==null&&color!==void 0?color:props.hH9KkDZQp)!==null&&_ref!==void 0?_ref:\"rgb(29, 29, 28)\",LkUoTriNz:(_ref1=content!==null&&content!==void 0?content:props.LkUoTriNz)!==null&&_ref1!==void 0?_ref1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{children:\"text\"})}),T0yPdqOfE:(_ref2=textHere!==null&&textHere!==void 0?textHere:props.T0yPdqOfE)!==null&&_ref2!==void 0?_ref2:\"Text Sample\",variant:(_ref3=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref3!==void 0?_ref3:\"z1M6_aWtP\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,T0yPdqOfE,hH9KkDZQp,LkUoTriNz,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"z1M6_aWtP\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-h39t0i\",className,classNames),\"data-framer-name\":\"Left-title\",layoutDependency:layoutDependency,layoutId:\"z1M6_aWtP\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({EUETuvsnj:{\"data-framer-name\":\"Center\"},HFnAG6rNG:{\"data-framer-name\":\"Cente-title\"},IFF8OLGq0:{\"data-framer-name\":\"809\"},xON8tbmFg:{\"data-framer-name\":\"Left-title-tablet\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1453jn5\",\"data-styles-preset\":\"FqGlu5wkQ\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--variable-reference-hH9KkDZQp-g0nMmN9vH))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(29, 29, 28) 15%, rgb(46, 80, 97) 100%)\"},children:\"Text Sample\"})})}),className:\"framer-m4sq3w\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"rAJgCp9cp\",style:{\"--extracted-gdpscs\":\"var(--variable-reference-hH9KkDZQp-g0nMmN9vH)\",\"--variable-reference-hH9KkDZQp-g0nMmN9vH\":hH9KkDZQp},text:T0yPdqOfE,variants:{IFF8OLGq0:{\"--extracted-gdpscs\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({EUETuvsnj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1453jn5\",\"data-styles-preset\":\"FqGlu5wkQ\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--variable-reference-hH9KkDZQp-g0nMmN9vH))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(29, 29, 28) 15%, rgb(46, 80, 97) 100%)\"},children:\"Text Sample\"})})})},HFnAG6rNG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1453jn5\",\"data-styles-preset\":\"FqGlu5wkQ\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--variable-reference-hH9KkDZQp-g0nMmN9vH))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(29, 29, 28) 15%, rgb(46, 80, 97) 100%)\"},children:\"Text Sample\"})})})},IFF8OLGq0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1453jn5\",\"data-styles-preset\":\"FqGlu5wkQ\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(29, 29, 28) 15%, rgb(46, 80, 97) 100%)\"},children:\"Text Sample\"})})})},xON8tbmFg:{children:LkUoTriNz,stylesPresetsClassNames:{a:\"framer-styles-preset-1pnl4eg\",h1:\"framer-styles-preset-1453jn5\",h2:\"framer-styles-preset-luzlaf\",h3:\"framer-styles-preset-1xfnnqr\",h4:\"framer-styles-preset-1lg588s\",h5:\"framer-styles-preset-170w2cl\",img:\"framer-styles-preset-mc2cxo\",p:\"framer-styles-preset-1anebta\"},text:undefined}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-li1rd.framer-gmkvls, .framer-li1rd .framer-gmkvls { display: block; }\",\".framer-li1rd.framer-h39t0i { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 482px; }\",\".framer-li1rd .framer-m4sq3w { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-li1rd.framer-h39t0i { gap: 0px; } .framer-li1rd.framer-h39t0i > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-li1rd.framer-h39t0i > :first-child { margin-top: 0px; } .framer-li1rd.framer-h39t0i > :last-child { margin-bottom: 0px; } }\",\".framer-li1rd.framer-v-1ro2e8a.framer-h39t0i { justify-content: flex-start; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 72\n * @framerIntrinsicWidth 482\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"HFnAG6rNG\":{\"layout\":[\"fixed\",\"auto\"]},\"IFF8OLGq0\":{\"layout\":[\"fixed\",\"auto\"]},\"EUETuvsnj\":{\"layout\":[\"fixed\",\"auto\"]},\"xON8tbmFg\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"T0yPdqOfE\":\"textHere\",\"hH9KkDZQp\":\"color\",\"LkUoTriNz\":\"content\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerg0nMmN9vH=withCSS(Component,css,\"framer-li1rd\");export default Framerg0nMmN9vH;Framerg0nMmN9vH.displayName=\"H1-Title-Left\";Framerg0nMmN9vH.defaultProps={height:72,width:482};addPropertyControls(Framerg0nMmN9vH,{variant:{options:[\"z1M6_aWtP\",\"HFnAG6rNG\",\"IFF8OLGq0\",\"EUETuvsnj\",\"xON8tbmFg\"],optionTitles:[\"Left-title\",\"Cente-title\",\"809\",\"Center\",\"Left-title-tablet\"],title:\"Variant\",type:ControlType.Enum},T0yPdqOfE:{defaultValue:\"Text Sample\",displayTextArea:true,title:\"Text Here\",type:ControlType.String},hH9KkDZQp:{defaultValue:\"rgb(29, 29, 28)\",title:\"Color\",type:ControlType.Color},LkUoTriNz:{defaultValue:\"<h1>text</h1>\",title:\"Content\",type:ControlType.RichText}});addFonts(Framerg0nMmN9vH,[{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://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.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://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerg0nMmN9vH\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"T0yPdqOfE\\\":\\\"textHere\\\",\\\"hH9KkDZQp\\\":\\\"color\\\",\\\"LkUoTriNz\\\":\\\"content\\\"}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HFnAG6rNG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"IFF8OLGq0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"EUETuvsnj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xON8tbmFg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"482\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"72\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./g0nMmN9vH.map", "// Generated by Framer (7f988a2)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as localizedValues from\"./GsWzwFrBL-0.js\";const MotionDivWithFX=withFX(motion.div);const enabledGestures={iZMC4Slc0:{hover:true,pressed:true}};const cycleOrder=[\"iZMC4Slc0\",\"u2US_KXRa\",\"M_ZV4Rl0a\",\"FWU0O5TwL\",\"roy12ss9w\"];const serializationHash=\"framer-42D1D\";const variantClassNames={FWU0O5TwL:\"framer-v-bfcdju\",iZMC4Slc0:\"framer-v-fipms2\",M_ZV4Rl0a:\"framer-v-1r9gpeu\",roy12ss9w:\"framer-v-zozw7c\",u2US_KXRa:\"framer-v-1p9cein\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const valuesByLocaleId={U_5FWB8bN:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={delay:0,duration:.2,ease:[.44,0,.56,1],type:\"tween\"};const transition2={delay:0,duration:1,ease:[0,0,1,1],type:\"tween\"};const animation={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Default:\"iZMC4Slc0\",Disabled:\"M_ZV4Rl0a\",Error:\"roy12ss9w\",Loading:\"u2US_KXRa\",Success:\"FWU0O5TwL\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"iZMC4Slc0\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"iZMC4Slc0\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"u2US_KXRa\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"u2US_KXRa\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.button,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-fipms2\",className,classNames),\"data-framer-name\":\"Default\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"iZMC4Slc0\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-21a286de-1aa4-46f8-b6a2-c87cdaf59e6b, rgb(32, 90, 153))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,opacity:1,...style},variants:{\"iZMC4Slc0-hover\":{backgroundColor:\"var(--token-9ecee5bf-602b-49f1-b74f-f76397c71864, rgb(0, 43, 89))\"},\"iZMC4Slc0-pressed\":{backgroundColor:\"var(--token-9ecee5bf-602b-49f1-b74f-f76397c71864, rgb(0, 43, 89))\"},FWU0O5TwL:{backgroundColor:\"rgb(8, 194, 45)\"},M_ZV4Rl0a:{opacity:.5},roy12ss9w:{backgroundColor:\"rgba(255, 34, 68, 0.15)\"}},...addPropertyOverrides({\"iZMC4Slc0-hover\":{\"data-framer-name\":undefined},\"iZMC4Slc0-pressed\":{\"data-framer-name\":undefined},FWU0O5TwL:{\"data-framer-name\":\"Success\"},M_ZV4Rl0a:{\"data-framer-name\":\"Disabled\"},roy12ss9w:{\"data-framer-name\":\"Error\"},u2US_KXRa:{\"data-framer-name\":\"Loading\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Submit\"})}),className:\"framer-ccd68r\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"Gd_k2kSwy\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{roy12ss9w:{\"--extracted-r6o4lv\":\"rgb(255, 34, 68)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({FWU0O5TwL:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Thank you\"})})},roy12ss9w:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 34, 68))\"},children:\"Something went wrong\"})})}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-es90d2\",\"data-framer-name\":\"Spinner\",layoutDependency:layoutDependency,layoutId:\"T73Ty6JvI\",style:{mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-379kqa\",\"data-framer-name\":\"Conic\",layoutDependency:layoutDependency,layoutId:\"AAz93Gqyy\",style:{background:'conic-gradient(from 0deg at 50% 50%, var(--token-21a286de-1aa4-46f8-b6a2-c87cdaf59e6b, rgb(32, 90, 153)) /* {\"name\":\"Primary\"} */ 7.208614864864882deg, rgb(255, 255, 255) 342deg)'},variants:{u2US_KXRa:{mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-2c56m0\",\"data-framer-name\":\"Rounding\",layoutDependency:layoutDependency,layoutId:\"H7GvYrerv\",style:{backgroundColor:\"var(--token-21a286de-1aa4-46f8-b6a2-c87cdaf59e6b, rgb(32, 90, 153))\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1},transformTemplate:transformTemplate1})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-42D1D.framer-zoey3p, .framer-42D1D .framer-zoey3p { display: block; }\",\".framer-42D1D.framer-fipms2 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 40px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 240px; }\",\".framer-42D1D .framer-ccd68r { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-42D1D .framer-es90d2 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); overflow: hidden; position: relative; width: 20px; }\",\".framer-42D1D .framer-379kqa { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-42D1D .framer-2c56m0 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 2px); left: 50%; overflow: visible; position: absolute; top: 0px; width: 2px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-42D1D.framer-fipms2 { gap: 0px; } .framer-42D1D.framer-fipms2 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-42D1D.framer-fipms2 > :first-child { margin-left: 0px; } .framer-42D1D.framer-fipms2 > :last-child { margin-right: 0px; } }\",\".framer-42D1D.framer-v-1p9cein.framer-fipms2, .framer-42D1D.framer-v-1r9gpeu.framer-fipms2, .framer-42D1D.framer-v-bfcdju.framer-fipms2, .framer-42D1D.framer-v-zozw7c.framer-fipms2 { cursor: unset; }\",\".framer-42D1D.framer-v-1p9cein .framer-379kqa { overflow: hidden; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 240\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"u2US_KXRa\":{\"layout\":[\"fixed\",\"fixed\"]},\"M_ZV4Rl0a\":{\"layout\":[\"fixed\",\"fixed\"]},\"FWU0O5TwL\":{\"layout\":[\"fixed\",\"fixed\"]},\"roy12ss9w\":{\"layout\":[\"fixed\",\"fixed\"]},\"KV0uiZKY0\":{\"layout\":[\"fixed\",\"fixed\"]},\"Y4OdLoiVw\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerGsWzwFrBL=withCSS(Component,css,\"framer-42D1D\");export default FramerGsWzwFrBL;FramerGsWzwFrBL.displayName=\"Button Copy\";FramerGsWzwFrBL.defaultProps={height:40,width:240};addPropertyControls(FramerGsWzwFrBL,{variant:{options:[\"iZMC4Slc0\",\"u2US_KXRa\",\"M_ZV4Rl0a\",\"FWU0O5TwL\",\"roy12ss9w\"],optionTitles:[\"Default\",\"Loading\",\"Disabled\",\"Success\",\"Error\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerGsWzwFrBL,[{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://app.framerstatic.com/Inter-SemiBold.cyrillic-ext-C7KWUKA7.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-SemiBold.cyrillic-JWV7SOZ6.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-SemiBold.greek-ext-FBKSFTSU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-SemiBold.greek-EQ3PSENU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-SemiBold.latin-ext-ULRSO3ZR.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-SemiBold.latin-RDYY2AG2.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-SemiBold.vietnamese-ESQNSEQ3.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerGsWzwFrBL\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"240\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"40\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"u2US_KXRa\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"M_ZV4Rl0a\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"FWU0O5TwL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"roy12ss9w\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"KV0uiZKY0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Y4OdLoiVw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./GsWzwFrBL.map", "// Generated by Framer (7f988a2)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as localizedValues from\"./und5KaMd7-0.js\";const cycleOrder=[\"x02K6DaSp\",\"r5EyESwkW\"];const serializationHash=\"framer-R1ilH\";const variantClassNames={r5EyESwkW:\"framer-v-9ubdw0\",x02K6DaSp:\"framer-v-8f2opk\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const valuesByLocaleId={U_5FWB8bN:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"\u26AA\uFE0F Light\":\"x02K6DaSp\",\"\u26AB\uFE0F Dark\":\"r5EyESwkW\"};const getProps=({enableImage,height,id,image,jobtitle,name1,nikname,quote,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_humanReadableVariantMap_props_variant,_ref5,_ref6;return{...props,aY3NDFicr:(_ref=image!==null&&image!==void 0?image:props.aY3NDFicr)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/7bKi2o97bpq2NhJKKyzbhnvLrR0.png\"},bErIHJkdI:(_ref1=quote!==null&&quote!==void 0?quote:props.bErIHJkdI)!==null&&_ref1!==void 0?_ref1:\"Great classes for the students who are actually studious or want to study. Also takes care of the students who need special attention. Tests are conducted here every week on a regular bases which helps students track their mistakes or where they are lacking. All of those qualities which we search in a classes are here available.\",iblTMwOmJ:(_ref2=nikname!==null&&nikname!==void 0?nikname:props.iblTMwOmJ)!==null&&_ref2!==void 0?_ref2:\"2 weeks ago\",oVU8J_Br4:(_ref3=name1!==null&&name1!==void 0?name1:props.oVU8J_Br4)!==null&&_ref3!==void 0?_ref3:\"Madhushree Dey\",tbHzgMiO7:(_ref4=enableImage!==null&&enableImage!==void 0?enableImage:props.tbHzgMiO7)!==null&&_ref4!==void 0?_ref4:true,variant:(_ref5=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref5!==void 0?_ref5:\"x02K6DaSp\",yhkvJJf0e:(_ref6=jobtitle!==null&&jobtitle!==void 0?jobtitle:props.yhkvJJf0e)!==null&&_ref6!==void 0?_ref6:true};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,bErIHJkdI,tbHzgMiO7,aY3NDFicr,oVU8J_Br4,yhkvJJf0e,iblTMwOmJ,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"x02K6DaSp\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-8f2opk\",className,classNames),\"data-border\":true,\"data-framer-name\":\"\u26AA\uFE0F Light\",layoutDependency:layoutDependency,layoutId:\"x02K6DaSp\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-700a1961-c2b8-4f37-ad37-e3c28ea0fc93, rgba(34, 34, 34, 0.1))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-8c47652b-dea5-4767-a9f2-5d952dcce49a, rgb(255, 255, 255))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,boxShadow:\"0px 10px 15px 0px rgba(0, 0, 0, 0.08)\",...style},variants:{r5EyESwkW:{\"--border-color\":\"var(--token-58a904ff-197a-49b3-8356-adaa464e1642, rgba(255, 255, 255, 0.12))\",backgroundColor:\"var(--token-fae2c128-35fb-45de-a6c2-32169f920c68, rgb(20, 20, 20))\"}},...addPropertyOverrides({r5EyESwkW:{\"data-framer-name\":\"\u26AB\uFE0F Dark\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3da3bfbf-aeb8-46ec-ba79-1da5a5b8c3fa, rgb(29, 29, 29)))\"},children:\"Great classes for the students who are actually studious or want to study. Also takes care of the students who need special attention. Tests are conducted here every week on a regular bases which helps students track their mistakes or where they are lacking. All of those qualities which we search in a classes are here available.\"})}),className:\"framer-awkkem\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"a_MOIlcKV\",style:{\"--extracted-r6o4lv\":\"var(--token-3da3bfbf-aeb8-46ec-ba79-1da5a5b8c3fa, rgb(29, 29, 29))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:bErIHJkdI,variants:{r5EyESwkW:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({r5EyESwkW:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Great classes for the students who are actually studious or want to study. Also takes care of the students who need special attention. Tests are conducted here every week on a regular bases which helps students track their mistakes or where they are lacking. All of those qualities which we search in a classes are here available.\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1pvc36k\",layoutDependency:layoutDependency,layoutId:\"prVNEOh5B\",children:[tbHzgMiO7&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2700,intrinsicWidth:2160,pixelHeight:2700,pixelWidth:2160,sizes:\"42px\",...toResponsiveImage(aY3NDFicr)},className:\"framer-1slbc00\",layoutDependency:layoutDependency,layoutId:\"LmmPovJ1X\",style:{borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9lu55q\",layoutDependency:layoutDependency,layoutId:\"Y_AcMO1ES\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"left\"},children:\"Maria Cortez\"})}),className:\"framer-56038q\",fonts:[\"FS;Satoshi-bold\"],layoutDependency:layoutDependency,layoutId:\"yW6yURgKP\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:oVU8J_Br4,variants:{r5EyESwkW:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({r5EyESwkW:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Maria Cortez\"})})}},baseVariant,gestureVariant)}),yhkvJJf0e&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\"},children:\"@mariac3203094\"})}),className:\"framer-15oumim\",fonts:[\"FS;Satoshi-regular\"],layoutDependency:layoutDependency,layoutId:\"wlt4BLPS8\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:.8},text:iblTMwOmJ,variants:{r5EyESwkW:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({r5EyESwkW:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"@mariac3203094\"})})}},baseVariant,gestureVariant)})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-R1ilH.framer-1rg7c7m, .framer-R1ilH .framer-1rg7c7m { display: block; }\",\".framer-R1ilH.framer-8f2opk { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 40px; position: relative; width: 340px; will-change: var(--framer-will-change-override, transform); }\",\".framer-R1ilH .framer-awkkem { flex: none; height: auto; max-width: 400px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-R1ilH .framer-1pvc36k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-R1ilH .framer-1slbc00 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 42px); overflow: hidden; position: relative; width: 42px; will-change: var(--framer-will-change-override, transform); }\",\".framer-R1ilH .framer-9lu55q { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-R1ilH .framer-56038q, .framer-R1ilH .framer-15oumim { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-R1ilH.framer-8f2opk, .framer-R1ilH .framer-1pvc36k, .framer-R1ilH .framer-9lu55q { gap: 0px; } .framer-R1ilH.framer-8f2opk > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-R1ilH.framer-8f2opk > :first-child, .framer-R1ilH .framer-9lu55q > :first-child { margin-top: 0px; } .framer-R1ilH.framer-8f2opk > :last-child, .framer-R1ilH .framer-9lu55q > :last-child { margin-bottom: 0px; } .framer-R1ilH .framer-1pvc36k > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-R1ilH .framer-1pvc36k > :first-child { margin-left: 0px; } .framer-R1ilH .framer-1pvc36k > :last-child { margin-right: 0px; } .framer-R1ilH .framer-9lu55q > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",'.framer-R1ilH[data-border=\"true\"]::after, .framer-R1ilH [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 406\n * @framerIntrinsicWidth 340\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"r5EyESwkW\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"bErIHJkdI\":\"quote\",\"tbHzgMiO7\":\"enableImage\",\"aY3NDFicr\":\"image\",\"oVU8J_Br4\":\"name1\",\"yhkvJJf0e\":\"jobtitle\",\"iblTMwOmJ\":\"nikname\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerund5KaMd7=withCSS(Component,css,\"framer-R1ilH\");export default Framerund5KaMd7;Framerund5KaMd7.displayName=\"Testimonial Card\";Framerund5KaMd7.defaultProps={height:406,width:340};addPropertyControls(Framerund5KaMd7,{variant:{options:[\"x02K6DaSp\",\"r5EyESwkW\"],optionTitles:[\"\u26AA\uFE0F Light\",\"\u26AB\uFE0F Dark\"],title:\"Variant\",type:ControlType.Enum},bErIHJkdI:{defaultValue:\"Great classes for the students who are actually studious or want to study. Also takes care of the students who need special attention. Tests are conducted here every week on a regular bases which helps students track their mistakes or where they are lacking. All of those qualities which we search in a classes are here available.\",displayTextArea:true,placeholder:\"\",title:\"Quote\",type:ControlType.String},tbHzgMiO7:{defaultValue:true,title:\"Enable Image\",type:ControlType.Boolean},aY3NDFicr:{__defaultAssetReference:\"data:framer/asset-reference,7bKi2o97bpq2NhJKKyzbhnvLrR0.png?originalFilename=user+avatar.png&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage},oVU8J_Br4:{defaultValue:\"Madhushree Dey\",displayTextArea:false,placeholder:\"\",title:\"Name\",type:ControlType.String},yhkvJJf0e:{defaultValue:true,title:\"Jobtitle\",type:ControlType.Boolean},iblTMwOmJ:{defaultValue:\"2 weeks ago\",displayTextArea:false,placeholder:\"\",title:\"Nikname\",type:ControlType.String}});addFonts(Framerund5KaMd7,[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\",weight:\"500\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2\",weight:\"700\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/TTX2Z3BF3P6Y5BQT3IV2VNOK6FL22KUT/7QYRJOI3JIMYHGY6CH7SOIFRQLZOLNJ6/KFIAZD4RUMEZIYV6FQ3T3GP5PDBDB6JY.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerund5KaMd7\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"bErIHJkdI\\\":\\\"quote\\\",\\\"tbHzgMiO7\\\":\\\"enableImage\\\",\\\"aY3NDFicr\\\":\\\"image\\\",\\\"oVU8J_Br4\\\":\\\"name1\\\",\\\"yhkvJJf0e\\\":\\\"jobtitle\\\",\\\"iblTMwOmJ\\\":\\\"nikname\\\"}\",\"framerIntrinsicWidth\":\"340\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"r5EyESwkW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"406\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./und5KaMd7.map", "// Generated by Framer (78454af)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,FormContainer,FormPlainTextInput,FormSelect,GeneratedComponentContext,getFonts,Image,LazyValue,optimizeAppear,PropertyOverrides,ResolveLinks,RichText,SVG,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useRouteElementId,useRouter,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/qacJMtbrGDTpaTF4eVfx/Ticker.js\";import{Youtube as YouTube}from\"https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/bZxrMUxBPAhoXlARkK9C/YouTube.js\";import PrimaryButton from\"#framer/local/canvasComponent/CIFxZ7aPF/CIFxZ7aPF.js\";import H1TitleLeft from\"#framer/local/canvasComponent/g0nMmN9vH/g0nMmN9vH.js\";import Topbar from\"#framer/local/canvasComponent/Gc8EyHGR0/Gc8EyHGR0.js\";import ButtonCopy from\"#framer/local/canvasComponent/GsWzwFrBL/GsWzwFrBL.js\";import FooterSectionOneCopy from\"#framer/local/canvasComponent/iAmEoZnYw/iAmEoZnYw.js\";import TestimonialCard from\"#framer/local/canvasComponent/und5KaMd7/und5KaMd7.js\";import metadataProvider from\"#framer/local/webPageMetadata/DHjy7i3Yo/DHjy7i3Yo.js\";const TopbarFonts=getFonts(Topbar);const H1TitleLeftFonts=getFonts(H1TitleLeft);const PrimaryButtonFonts=getFonts(PrimaryButton);const MotionDivWithFX=withFX(motion.div);const RichTextWithFX=withFX(RichText);const YouTubeFonts=getFonts(YouTube);const TestimonialCardFonts=getFonts(TestimonialCard);const TickerFonts=getFonts(Ticker);const ButtonCopyFonts=getFonts(ButtonCopy);const FooterSectionOneCopyFonts=getFonts(FooterSectionOneCopy);const cycleOrder=[\"fZBwY5cYh\",\"SnSpdTVb3\",\"Pv_Jola7p\",\"qDZMalYfm\"];const breakpoints={fZBwY5cYh:\"(min-width: 1440px)\",Pv_Jola7p:\"(min-width: 768px) and (max-width: 1199px)\",qDZMalYfm:\"(max-width: 767px)\",SnSpdTVb3:\"(min-width: 1200px) and (max-width: 1439px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-Tznfq\";const variantClassNames={fZBwY5cYh:\"framer-v-1psrjpn\",Pv_Jola7p:\"framer-v-80rlxe\",qDZMalYfm:\"framer-v-1l70xj9\",SnSpdTVb3:\"framer-v-yunoey\"};const valuesByLocaleId={U_5FWB8bN:new LazyValue(()=>import(\"./DHjy7i3Yo-0.js\"))};const preloadLocalizedValues=locale=>{const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise){promises.push(promise);}}locale=locale.fallback;}if(promises.length>0){return Promise.all(promises);}};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:60,delay:.4,mass:1.2,stiffness:200,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:-50,y:0};const transition2={damping:60,delay:.2,mass:1.2,stiffness:200,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:20};const transition3={damping:60,delay:.3,mass:1.2,stiffness:200,type:\"spring\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition4={damping:60,delay:0,mass:1.2,stiffness:200,type:\"spring\"};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition5={damping:60,delay:.6,mass:1.2,stiffness:200,type:\"spring\"};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition5,x:0,y:0};const animation8={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:50,y:0};const animation9={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:-10,y:0};const transition6={damping:60,delay:.2,mass:1.2,stiffness:300,type:\"spring\"};const animation10={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition6,x:-10,y:0};const animation11={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:12,y:0};const transition7={damping:60,delay:.2,mass:1,stiffness:300,type:\"spring\"};const animation12={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition7,x:12,y:0};const formVariants=(form,variants,currentVariant)=>{switch(form.state){case\"success\":var _variants_success;return(_variants_success=variants.success)!==null&&_variants_success!==void 0?_variants_success:currentVariant;case\"pending\":var _variants_pending;return(_variants_pending=variants.pending)!==null&&_variants_pending!==void 0?_variants_pending:currentVariant;case\"error\":var _variants_error;return(_variants_error=variants.error)!==null&&_variants_error!==void 0?_variants_error:currentVariant;case\"incomplete\":var _variants_incomplete;return(_variants_incomplete=variants.incomplete)!==null&&_variants_incomplete!==void 0?_variants_incomplete:currentVariant;}};const metadata=metadataProvider();const humanReadableVariantMap={\"Small Desktop\":\"SnSpdTVb3\",Desktop:\"fZBwY5cYh\",Phone:\"qDZMalYfm\",Tablet:\"Pv_Jola7p\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"fZBwY5cYh\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}if(metadata1.bodyClassName){Array.from(document.body.classList).filter(c=>c.startsWith(\"framer-body-\")).map(c=>document.body.classList.remove(c));document.body.classList.add(`${metadata1.bodyClassName}-framer-Tznfq`);return()=>{document.body.classList.remove(`${metadata1.bodyClassName}-framer-Tznfq`);};}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const preloadPromise=preloadLocalizedValues(activeLocale);if(preloadPromise)throw preloadPromise;const ref1=React.useRef(null);const id=useRouteElementId(\"vSudB36n6\");const ref2=React.useRef(null);const router=useRouter();const isDisplayed=()=>{if(!isBrowser())return true;if([\"SnSpdTVb3\",\"Pv_Jola7p\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"qDZMalYfm\")return false;return true;};const isDisplayed2=()=>{if(!isBrowser())return true;if([\"Pv_Jola7p\",\"qDZMalYfm\"].includes(baseVariant))return false;return true;};const id1=useRouteElementId(\"YdTAMoskt\");const ref3=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"fZBwY5cYh\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1psrjpn\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Pv_Jola7p:{width:\"100vw\"},qDZMalYfm:{width:\"100vw\"},SnSpdTVb3:{width:\"100vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"1440px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-eqhy82-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Pv_Jola7p:{style:{width:\"100%\"},variant:\"YSmnODj7c\"},qDZMalYfm:{style:{width:\"100%\"},variant:\"YSmnODj7c\"},SnSpdTVb3:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(Topbar,{height:\"100%\",id:\"kIHAoUMHe\",layoutId:\"kIHAoUMHe\",style:{height:\"100%\",width:\"100%\"},variant:\"h2cnACoXQ\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dp1m4l\",\"data-framer-name\":\"Small/Desktop\",name:\"Small/Desktop\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-qr8isv\",\"data-framer-name\":\"Hero-Header\",id:id,name:\"Hero-Header\",ref:ref2,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qd7tli\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1i2wnvr\",\"data-framer-name\":\"Left-content\",name:\"Left-content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fdh0yq\",\"data-framer-name\":\"Text Content\",name:\"Text Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xhc113\",\"data-framer-name\":\"Heading & Sub\",name:\"Heading & Sub\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Pv_Jola7p:{\"data-framer-appear-id\":\"67zua6\",animate:optimizeAppear(\"animate\",\"67zua6\",animation,\"80rlxe\"),initial:optimizeAppear(\"initial\",\"67zua6\",animation1,\"80rlxe\")},qDZMalYfm:{\"data-framer-appear-id\":\"5yk35l\",animate:optimizeAppear(\"animate\",\"5yk35l\",animation,\"1l70xj9\"),initial:optimizeAppear(\"initial\",\"5yk35l\",animation1,\"1l70xj9\")},SnSpdTVb3:{\"data-framer-appear-id\":\"hivyv5\",animate:optimizeAppear(\"animate\",\"hivyv5\",animation,\"yunoey\"),initial:optimizeAppear(\"initial\",\"hivyv5\",animation1,\"yunoey\")}},children:/*#__PURE__*/_jsx(motion.div,{animate:optimizeAppear(\"animate\",\"1r4wl2c\",animation,\"1psrjpn\"),className:\"framer-1r4wl2c\",\"data-framer-appear-id\":\"1r4wl2c\",\"data-framer-name\":\"tag\",initial:optimizeAppear(\"initial\",\"1r4wl2c\",animation1,\"1psrjpn\"),name:\"tag\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Pv_Jola7p:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"var(--token-3da3bfbf-aeb8-46ec-ba79-1da5a5b8c3fa, rgb(29, 29, 29))\"},children:\"Welcome to Manch Science Classes!\"})})},qDZMalYfm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"var(--token-3da3bfbf-aeb8-46ec-ba79-1da5a5b8c3fa, rgb(29, 29, 29))\"},children:\"Welcome to Manch Science Classes!\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"var(--token-3da3bfbf-aeb8-46ec-ba79-1da5a5b8c3fa, rgb(29, 29, 29))\"},children:\"Welcome to Manch Science Classes!\"})}),className:\"framer-1px20we\",\"data-framer-name\":\"#1 First Sass System\",fonts:[\"FS;Satoshi-medium\"],name:\"#1 First Sass System\",verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Pv_Jola7p:{width:\"min(max(100vw - 60px, 1px), 1460px)\"},qDZMalYfm:{width:\"min(min(max(100vw - 32px, 1px), 1460px), 460px)\"},SnSpdTVb3:{width:\"max(min(max(100vw - 160px, 1px), 1460px) - 575px, 1px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"max(min(max(100vw - 160px, 1px), 1460px) - 755px, 1px)\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Pv_Jola7p:{\"data-framer-appear-id\":\"1xan99n\",animate:optimizeAppear(\"animate\",\"1xan99n\",animation2,\"80rlxe\"),initial:optimizeAppear(\"initial\",\"1xan99n\",animation3,\"80rlxe\")},qDZMalYfm:{\"data-framer-appear-id\":\"1cycl1z\",animate:optimizeAppear(\"animate\",\"1cycl1z\",animation2,\"1l70xj9\"),initial:optimizeAppear(\"initial\",\"1cycl1z\",animation3,\"1l70xj9\")},SnSpdTVb3:{\"data-framer-appear-id\":\"1vj76eb\",animate:optimizeAppear(\"animate\",\"1vj76eb\",animation2,\"yunoey\"),initial:optimizeAppear(\"initial\",\"1vj76eb\",animation3,\"yunoey\")}},children:/*#__PURE__*/_jsx(Container,{animate:optimizeAppear(\"animate\",\"xw4ver\",animation2,\"1psrjpn\"),className:\"framer-xw4ver-container\",\"data-framer-appear-id\":\"xw4ver\",initial:optimizeAppear(\"initial\",\"xw4ver\",animation3,\"1psrjpn\"),style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Pv_Jola7p:{T0yPdqOfE:\"Creating Innovators of Tomorrow\",variant:\"EUETuvsnj\"},qDZMalYfm:{variant:\"EUETuvsnj\"}},children:/*#__PURE__*/_jsx(H1TitleLeft,{height:\"100%\",hH9KkDZQp:\"var(--token-21a286de-1aa4-46f8-b6a2-c87cdaf59e6b, rgb(32, 90, 153))\",id:\"RqeeJgsTs\",layoutId:\"RqeeJgsTs\",LkUoTriNz:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{children:\"text\"})}),style:{width:\"100%\"},T0yPdqOfE:\"Creative Innovators of Tomorrow\",variant:\"z1M6_aWtP\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Pv_Jola7p:{\"data-framer-appear-id\":\"1nn5t8m\",animate:optimizeAppear(\"animate\",\"1nn5t8m\",animation4,\"80rlxe\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-070dc440-c11b-4548-ae1d-99aba5dc493b, rgb(45, 79, 97))\"},children:\"Join Manch Classes and excel in 8th, 9th, 10th, SSC, HSC, MHT-CET, NEET, JEE Main, and JEE Advanced exam preparation courses with our expert guidance and comprehensive resources.\"})}),initial:optimizeAppear(\"initial\",\"1nn5t8m\",animation3,\"80rlxe\")},qDZMalYfm:{\"data-framer-appear-id\":\"bdewgd\",animate:optimizeAppear(\"animate\",\"bdewgd\",animation4,\"1l70xj9\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-070dc440-c11b-4548-ae1d-99aba5dc493b, rgb(45, 79, 97))\"},children:\"Join Manch Classes and excel in 8th, 9th, 10th, SSC, HSC, MHT-CET, NEET, JEE Main, and JEE Advanced exam preparation courses with our expert guidance and comprehensive resources.\"})}),initial:optimizeAppear(\"initial\",\"bdewgd\",animation3,\"1l70xj9\")},SnSpdTVb3:{\"data-framer-appear-id\":\"1gzianv\",animate:optimizeAppear(\"animate\",\"1gzianv\",animation4,\"yunoey\"),initial:optimizeAppear(\"initial\",\"1gzianv\",animation3,\"yunoey\")}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,animate:optimizeAppear(\"animate\",\"oj8dw6\",animation4,\"1psrjpn\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-070dc440-c11b-4548-ae1d-99aba5dc493b, rgb(45, 79, 97))\"},children:\"Join Manch Classes and excel in 8th, 9th, 10th, SSC, HSC, MHT-CET, NEET, JEE Main, and JEE Advanced exam preparation courses with our expert guidance and comprehensive resources.\"})}),className:\"framer-oj8dw6\",\"data-framer-appear-id\":\"oj8dw6\",\"data-framer-name\":\"Paragraph\",fonts:[\"FS;Satoshi-medium\"],initial:optimizeAppear(\"initial\",\"oj8dw6\",animation3,\"1psrjpn\"),name:\"Paragraph\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-9dhdr6\",\"data-framer-name\":\"Button\",name:\"Button\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"DHjy7i3Yo\"},implicitPathVariables:undefined},{href:{webPageId:\"DHjy7i3Yo\"},implicitPathVariables:undefined},{href:{webPageId:\"DHjy7i3Yo\"},implicitPathVariables:undefined},{href:{webPageId:\"DHjy7i3Yo\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Pv_Jola7p:{\"data-framer-appear-id\":\"1sh4d89\",animate:optimizeAppear(\"animate\",\"1sh4d89\",animation4,\"80rlxe\"),initial:optimizeAppear(\"initial\",\"1sh4d89\",animation3,\"80rlxe\")},qDZMalYfm:{\"data-framer-appear-id\":\"19lkbbd\",animate:optimizeAppear(\"animate\",\"19lkbbd\",animation4,\"1l70xj9\"),initial:optimizeAppear(\"initial\",\"19lkbbd\",animation3,\"1l70xj9\")},SnSpdTVb3:{\"data-framer-appear-id\":\"drzgaq\",animate:optimizeAppear(\"animate\",\"drzgaq\",animation4,\"yunoey\"),initial:optimizeAppear(\"initial\",\"drzgaq\",animation3,\"yunoey\")}},children:/*#__PURE__*/_jsx(Container,{animate:optimizeAppear(\"animate\",\"xfotqj\",animation4,\"1psrjpn\"),className:\"framer-xfotqj-container\",\"data-framer-appear-id\":\"xfotqj\",initial:optimizeAppear(\"initial\",\"xfotqj\",animation3,\"1psrjpn\"),style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Pv_Jola7p:{style:{height:\"100%\"},UOSY8JWnk:resolvedLinks[2]},qDZMalYfm:{UOSY8JWnk:resolvedLinks[3]},SnSpdTVb3:{UOSY8JWnk:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(PrimaryButton,{aWjFSBDya:\"var(--token-478de662-95ec-4936-abd9-e98441d47942, rgb(46, 80, 97))\",eI0ukcTw_:\"var(--token-21a286de-1aa4-46f8-b6a2-c87cdaf59e6b, rgb(32, 90, 153))\",EwPwd4Q1f:\"var(--token-25011c2b-ba34-47f0-8040-2687ea1f377a, rgb(255, 255, 255))\",height:\"100%\",id:\"KKV6VQNZb\",layoutId:\"KKV6VQNZb\",UOSY8JWnk:resolvedLinks[0],variant:\"K0O2kVxGf\",width:\"100%\",ZJ0nzavms:\"Enrol Now\"})})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-d38ln1\",\"data-framer-name\":\"Hero Image\",name:\"Hero Image\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-ualxd7\",\"data-framer-name\":\"Pattern \",fill:\"rgba(0,0,0,1)\",intrinsicHeight:404,intrinsicWidth:351,name:\"Pattern \",svg:'<svg width=\"351\" height=\"404\" viewBox=\"0 0 351 404\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g opacity=\"0.6\">\\n<path d=\"M0.5 171.845L22.7807 161.876L44.293 171.845L66.9578 161.876L85.397 171.845L108.83 161.876L128.422 171.845L148.013 161.876L165.684 171.845L186.812 161.079\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 171.845L186.811 161.079L209.092 171.845L231.757 161.876L250.196 171.845L273.629 161.876L293.221 171.845L312.812 161.876L330.483 171.845L350.843 161.876\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 204.061L22.7807 194.092L44.293 204.061L66.9578 194.092L85.397 204.061L108.83 194.092L128.422 204.061L148.013 194.092L165.684 204.061L186.812 193.295\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 204.061L186.811 193.295L209.092 204.061L231.757 194.092L250.196 204.061L273.629 194.092L293.221 204.061L312.812 194.092L330.483 204.061L350.843 194.092\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 165.402L22.7807 155.433L44.293 165.402L66.9578 155.433L85.397 165.402L108.83 155.433L128.422 165.402L148.013 155.433L165.684 165.402L186.812 154.636\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 165.402L186.811 154.636L209.092 165.402L231.757 155.433L250.196 165.402L273.629 155.433L293.221 165.402L312.812 155.433L330.483 165.402L350.843 155.433\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 197.618L22.7807 187.649L44.293 197.618L66.9578 187.649L85.397 197.618L108.83 187.649L128.422 197.618L148.013 187.649L165.684 197.618L186.812 186.852\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 197.618L186.811 186.852L209.092 197.618L231.757 187.649L250.196 197.618L273.629 187.649L293.221 197.618L312.812 187.649L330.483 197.618L350.843 187.649\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 158.959L22.7807 148.99L44.293 158.959L66.9578 148.99L85.397 158.959L108.83 148.99L128.422 158.959L148.013 148.99L165.684 158.959L186.812 148.192\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 158.959L186.811 148.192L209.092 158.959L231.757 148.99L250.196 158.959L273.629 148.99L293.221 158.959L312.812 148.99L330.483 158.959L350.843 148.99\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 191.175L22.7807 181.206L44.293 191.175L66.9578 181.206L85.397 191.175L108.83 181.206L128.422 191.175L148.013 181.206L165.684 191.175L186.812 180.408\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 191.175L186.811 180.408L209.092 191.175L231.757 181.206L250.196 191.175L273.629 181.206L293.221 191.175L312.812 181.206L330.483 191.175L350.843 181.206\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 152.516L22.7807 142.547L44.293 152.516L66.9578 142.547L85.397 152.516L108.83 142.547L128.422 152.516L148.013 142.547L165.684 152.516L186.812 141.75\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 152.516L186.811 141.75L209.092 152.516L231.757 142.547L250.196 152.516L273.629 142.547L293.221 152.516L312.812 142.547L330.483 152.516L350.843 142.547\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 184.732L22.7807 174.763L44.293 184.732L66.9578 174.763L85.397 184.732L108.83 174.763L128.422 184.732L148.013 174.763L165.684 184.732L186.812 173.965\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 184.732L186.811 173.965L209.092 184.732L231.757 174.763L250.196 184.732L273.629 174.763L293.221 184.732L312.812 174.763L330.483 184.732L350.843 174.763\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 146.073L22.7807 136.104L44.293 146.073L66.9578 136.104L85.397 146.073L108.83 136.104L128.422 146.073L148.013 136.104L165.684 146.073L186.812 135.306\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 146.073L186.811 135.306L209.092 146.073L231.757 136.104L250.196 146.073L273.629 136.104L293.221 146.073L312.812 136.104L330.483 146.073L350.843 136.104\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 178.289L22.7807 168.319L44.293 178.289L66.9578 168.319L85.397 178.289L108.83 168.319L128.422 178.289L148.013 168.319L165.684 178.289L186.812 167.522\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 178.289L186.811 167.522L209.092 178.289L231.757 168.319L250.196 178.289L273.629 168.319L293.221 178.289L312.812 168.319L330.483 178.289L350.843 168.319\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 139.63L22.7807 129.661L44.293 139.63L66.9578 129.661L85.397 139.63L108.83 129.661L128.422 139.63L148.013 129.661L165.684 139.63L186.812 128.863\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 139.63L186.811 128.863L209.092 139.63L231.757 129.661L250.196 139.63L273.629 129.661L293.221 139.63L312.812 129.661L330.483 139.63L350.843 129.661\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 133.187L22.7807 123.217L44.293 133.187L66.9578 123.217L85.397 133.187L108.83 123.217L128.422 133.187L148.013 123.217L165.684 133.187L186.812 122.42\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 133.187L186.811 122.42L209.092 133.187L231.757 123.217L250.196 133.187L273.629 123.217L293.221 133.187L312.812 123.217L330.483 133.187L350.843 123.217\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 126.743L22.7807 116.774L44.293 126.743L66.9578 116.774L85.397 126.743L108.83 116.774L128.422 126.743L148.013 116.774L165.684 126.743L186.812 115.977\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 126.743L186.811 115.977L209.092 126.743L231.757 116.774L250.196 126.743L273.629 116.774L293.221 126.743L312.812 116.774L330.483 126.743L350.843 116.774\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 120.3L22.7807 110.331L44.293 120.3L66.9578 110.331L85.397 120.3L108.83 110.331L128.422 120.3L148.013 110.331L165.684 120.3L186.812 109.534\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 120.3L186.811 109.534L209.092 120.3L231.757 110.331L250.196 120.3L273.629 110.331L293.221 120.3L312.812 110.331L330.483 120.3L350.843 110.331\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 113.857L22.7807 103.888L44.293 113.857L66.9578 103.888L85.397 113.857L108.83 103.888L128.422 113.857L148.013 103.888L165.684 113.857L186.812 103.091\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 113.857L186.811 103.091L209.092 113.857L231.757 103.888L250.196 113.857L273.629 103.888L293.221 113.857L312.812 103.888L330.483 113.857L350.843 103.888\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 107.414L22.7807 97.4447L44.293 107.414L66.9578 97.4447L85.397 107.414L108.83 97.4447L128.422 107.414L148.013 97.4447L165.684 107.414L186.812 96.6472\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 107.414L186.811 96.6472L209.092 107.414L231.757 97.4447L250.196 107.414L273.629 97.4447L293.221 107.414L312.812 97.4447L330.483 107.414L350.843 97.4447\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 100.971L22.7807 91.0016L44.293 100.971L66.9578 91.0016L85.397 100.971L108.83 91.0016L128.422 100.971L148.013 91.0016L165.684 100.971L186.812 90.2041\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 100.971L186.811 90.2041L209.092 100.971L231.757 91.0016L250.196 100.971L273.629 91.0016L293.221 100.971L312.812 91.0016L330.483 100.971L350.843 91.0016\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 94.5276L22.7807 84.5585L44.293 94.5276L66.9578 84.5585L85.397 94.5276L108.83 84.5585L128.422 94.5276L148.013 84.5585L165.684 94.5276L186.812 83.761\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 94.5276L186.811 83.761L209.092 94.5276L231.757 84.5585L250.196 94.5276L273.629 84.5585L293.221 94.5276L312.812 84.5585L330.483 94.5276L350.843 84.5585\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 88.0846L22.7807 78.1155L44.293 88.0846L66.9578 78.1155L85.397 88.0846L108.83 78.1155L128.422 88.0846L148.013 78.1155L165.684 88.0846L186.812 77.318\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 88.0846L186.811 77.318L209.092 88.0846L231.757 78.1155L250.196 88.0846L273.629 78.1155L293.221 88.0846L312.812 78.1155L330.483 88.0846L350.843 78.1155\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 81.6414L22.7807 71.6723L44.293 81.6414L66.9578 71.6723L85.397 81.6414L108.83 71.6723L128.422 81.6414L148.013 71.6723L165.684 81.6414L186.812 70.8748\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 81.6414L186.811 70.8748L209.092 81.6414L231.757 71.6723L250.196 81.6414L273.629 71.6723L293.221 81.6414L312.812 71.6723L330.483 81.6414L350.843 71.6723\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 75.1983L22.7807 65.2292L44.293 75.1983L66.9578 65.2292L85.397 75.1983L108.83 65.2292L128.422 75.1983L148.013 65.2292L165.684 75.1983L186.812 64.4316\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 75.1983L186.811 64.4316L209.092 75.1983L231.757 65.2292L250.196 75.1983L273.629 65.2292L293.221 75.1983L312.812 65.2292L330.483 75.1983L350.843 65.2292\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 68.755L22.7807 58.7859L44.293 68.755L66.9578 58.7859L85.397 68.755L108.83 58.7859L128.422 68.755L148.013 58.7859L165.684 68.755L186.812 57.9884\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 68.755L186.811 57.9884L209.092 68.755L231.757 58.7859L250.196 68.755L273.629 58.7859L293.221 68.755L312.812 58.7859L330.483 68.755L350.843 58.7859\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 62.3118L22.7807 52.3427L44.293 62.3118L66.9578 52.3427L85.397 62.3118L108.83 52.3427L128.422 62.3118L148.013 52.3427L165.684 62.3118L186.812 51.5452\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 62.3118L186.811 51.5452L209.092 62.3118L231.757 52.3427L250.196 62.3118L273.629 52.3427L293.221 62.3118L312.812 52.3427L330.483 62.3118L350.843 52.3427\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 55.8688L22.7807 45.8997L44.293 55.8688L66.9578 45.8997L85.397 55.8688L108.83 45.8997L128.422 55.8688L148.013 45.8997L165.684 55.8688L186.812 45.1022\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 55.8688L186.811 45.1022L209.092 55.8688L231.757 45.8997L250.196 55.8688L273.629 45.8997L293.221 55.8688L312.812 45.8997L330.483 55.8688L350.843 45.8997\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 49.4257L22.7807 39.4566L44.293 49.4257L66.9578 39.4566L85.397 49.4257L108.83 39.4566L128.422 49.4257L148.013 39.4566L165.684 49.4257L186.812 38.6591\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 49.4257L186.811 38.6591L209.092 49.4257L231.757 39.4566L250.196 49.4257L273.629 39.4566L293.221 49.4257L312.812 39.4566L330.483 49.4257L350.843 39.4566\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 42.9824L22.7807 33.0133L44.293 42.9824L66.9578 33.0133L85.397 42.9824L108.83 33.0133L128.422 42.9824L148.013 33.0133L165.684 42.9824L186.812 32.2158\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 42.9824L186.811 32.2158L209.092 42.9824L231.757 33.0133L250.196 42.9824L273.629 33.0133L293.221 42.9824L312.812 33.0133L330.483 42.9824L350.843 33.0133\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 36.5392L22.7807 26.5701L44.293 36.5392L66.9578 26.5701L85.397 36.5392L108.83 26.5701L128.422 36.5392L148.013 26.5701L165.684 36.5392L186.812 25.7726\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 36.5392L186.811 25.7726L209.092 36.5392L231.757 26.5701L250.196 36.5392L273.629 26.5701L293.221 36.5392L312.812 26.5701L330.483 36.5392L350.843 26.5701\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 30.096L22.7807 20.1269L44.293 30.096L66.9578 20.1269L85.397 30.096L108.83 20.1269L128.422 30.096L148.013 20.1269L165.684 30.096L186.812 19.3293\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 30.096L186.811 19.3293L209.092 30.096L231.757 20.1269L250.196 30.096L273.629 20.1269L293.221 30.096L312.812 20.1269L330.483 30.096L350.843 20.1269\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 23.6531L22.7807 13.684L44.293 23.6531L66.9578 13.684L85.397 23.6531L108.83 13.684L128.422 23.6531L148.013 13.684L165.684 23.6531L186.812 12.8865\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 23.6531L186.811 12.8865L209.092 23.6531L231.757 13.684L250.196 23.6531L273.629 13.684L293.221 23.6531L312.812 13.684L330.483 23.6531L350.843 13.684\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 17.2098L22.7807 7.24076L44.293 17.2098L66.9578 7.24076L85.397 17.2098L108.83 7.24076L128.422 17.2098L148.013 7.24076L165.684 17.2098L186.812 6.44324\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 17.2098L186.811 6.44324L209.092 17.2098L231.757 7.24076L250.196 17.2098L273.629 7.24076L293.221 17.2098L312.812 7.24076L330.483 17.2098L350.843 7.24076\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 10.7666L22.7807 0.797527L44.293 10.7666L66.9578 0.797527L85.397 10.7666L108.83 0.797527L128.422 10.7666L148.013 0.797527L165.684 10.7666L186.812 0\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 10.7666L186.811 0L209.092 10.7666L231.757 0.797527L250.196 10.7666L273.629 0.797527L293.221 10.7666L312.812 0.797527L330.483 10.7666L350.843 0.797527\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 371.59L22.7807 361.621L44.293 371.59L66.9578 361.621L85.397 371.59L108.83 361.621L128.422 371.59L148.013 361.621L165.684 371.59L186.812 360.823\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 371.59L186.811 360.823L209.092 371.59L231.757 361.621L250.196 371.59L273.629 361.621L293.221 371.59L312.812 361.621L330.483 371.59L350.843 361.621\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 403.806L22.7807 393.837L44.293 403.806L66.9578 393.837L85.397 403.806L108.83 393.837L128.422 403.806L148.013 393.837L165.684 403.806L186.812 393.039\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 403.806L186.811 393.039L209.092 403.806L231.757 393.837L250.196 403.806L273.629 393.837L293.221 403.806L312.812 393.837L330.483 403.806L350.843 393.837\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 365.147L22.7807 355.178L44.293 365.147L66.9578 355.178L85.397 365.147L108.83 355.178L128.422 365.147L148.013 355.178L165.684 365.147L186.812 354.381\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 365.147L186.811 354.381L209.092 365.147L231.757 355.178L250.196 365.147L273.629 355.178L293.221 365.147L312.812 355.178L330.483 365.147L350.843 355.178\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 397.363L22.7807 387.394L44.293 397.363L66.9578 387.394L85.397 397.363L108.83 387.394L128.422 397.363L148.013 387.394L165.684 397.363L186.812 386.596\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 397.363L186.811 386.596L209.092 397.363L231.757 387.394L250.196 397.363L273.629 387.394L293.221 397.363L312.812 387.394L330.483 397.363L350.843 387.394\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 358.704L22.7807 348.735L44.293 358.704L66.9578 348.735L85.397 358.704L108.83 348.735L128.422 358.704L148.013 348.735L165.684 358.704L186.812 347.937\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 358.704L186.811 347.937L209.092 358.704L231.757 348.735L250.196 358.704L273.629 348.735L293.221 358.704L312.812 348.735L330.483 358.704L350.843 348.735\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 390.92L22.7807 380.951L44.293 390.92L66.9578 380.951L85.397 390.92L108.83 380.951L128.422 390.92L148.013 380.951L165.684 390.92L186.812 380.153\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 390.92L186.811 380.153L209.092 390.92L231.757 380.951L250.196 390.92L273.629 380.951L293.221 390.92L312.812 380.951L330.483 390.92L350.843 380.951\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 352.261L22.7807 342.292L44.293 352.261L66.9578 342.292L85.397 352.261L108.83 342.292L128.422 352.261L148.013 342.292L165.684 352.261L186.812 341.494\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 352.261L186.811 341.494L209.092 352.261L231.757 342.292L250.196 352.261L273.629 342.292L293.221 352.261L312.812 342.292L330.483 352.261L350.843 342.292\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 384.477L22.7807 374.507L44.293 384.477L66.9578 374.507L85.397 384.477L108.83 374.507L128.422 384.477L148.013 374.507L165.684 384.477L186.812 373.71\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 384.477L186.811 373.71L209.092 384.477L231.757 374.507L250.196 384.477L273.629 374.507L293.221 384.477L312.812 374.507L330.483 384.477L350.843 374.507\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 345.817L22.7807 335.848L44.293 345.817L66.9578 335.848L85.397 345.817L108.83 335.848L128.422 345.817L148.013 335.848L165.684 345.817L186.812 335.051\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 345.817L186.811 335.051L209.092 345.817L231.757 335.848L250.196 345.817L273.629 335.848L293.221 345.817L312.812 335.848L330.483 345.817L350.843 335.848\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 378.033L22.7807 368.064L44.293 378.033L66.9578 368.064L85.397 378.033L108.83 368.064L128.422 378.033L148.013 368.064L165.684 378.033L186.812 367.267\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 378.033L186.811 367.267L209.092 378.033L231.757 368.064L250.196 378.033L273.629 368.064L293.221 378.033L312.812 368.064L330.483 378.033L350.843 368.064\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 339.374L22.7807 329.405L44.293 339.374L66.9578 329.405L85.397 339.374L108.83 329.405L128.422 339.374L148.013 329.405L165.684 339.374L186.812 328.608\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 339.374L186.811 328.608L209.092 339.374L231.757 329.405L250.196 339.374L273.629 329.405L293.221 339.374L312.812 329.405L330.483 339.374L350.843 329.405\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 332.931L22.7807 322.962L44.293 332.931L66.9578 322.962L85.397 332.931L108.83 322.962L128.422 332.931L148.013 322.962L165.684 332.931L186.812 322.165\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 332.931L186.811 322.165L209.092 332.931L231.757 322.962L250.196 332.931L273.629 322.962L293.221 332.931L312.812 322.962L330.483 332.931L350.843 322.962\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 326.488L22.7807 316.519L44.293 326.488L66.9578 316.519L85.397 326.488L108.83 316.519L128.422 326.488L148.013 316.519L165.684 326.488L186.812 315.721\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 326.488L186.811 315.721L209.092 326.488L231.757 316.519L250.196 326.488L273.629 316.519L293.221 326.488L312.812 316.519L330.483 326.488L350.843 316.519\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 320.045L22.7807 310.076L44.293 320.045L66.9578 310.076L85.397 320.045L108.83 310.076L128.422 320.045L148.013 310.076L165.684 320.045L186.812 309.278\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 320.045L186.811 309.278L209.092 320.045L231.757 310.076L250.196 320.045L273.629 310.076L293.221 320.045L312.812 310.076L330.483 320.045L350.843 310.076\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 313.602L22.7807 303.632L44.293 313.602L66.9578 303.632L85.397 313.602L108.83 303.632L128.422 313.602L148.013 303.632L165.684 313.602L186.812 302.835\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 313.602L186.811 302.835L209.092 313.602L231.757 303.632L250.196 313.602L273.629 303.632L293.221 313.602L312.812 303.632L330.483 313.602L350.843 303.632\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 307.158L22.7807 297.189L44.293 307.158L66.9578 297.189L85.397 307.158L108.83 297.189L128.422 307.158L148.013 297.189L165.684 307.158L186.812 296.392\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 307.158L186.811 296.392L209.092 307.158L231.757 297.189L250.196 307.158L273.629 297.189L293.221 307.158L312.812 297.189L330.483 307.158L350.843 297.189\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 300.716L22.7807 290.747L44.293 300.716L66.9578 290.747L85.397 300.716L108.83 290.747L128.422 300.716L148.013 290.747L165.684 300.716L186.812 289.949\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 300.716L186.811 289.949L209.092 300.716L231.757 290.747L250.196 300.716L273.629 290.747L293.221 300.716L312.812 290.747L330.483 300.716L350.843 290.747\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 294.272L22.7807 284.303L44.293 294.272L66.9578 284.303L85.397 294.272L108.83 284.303L128.422 294.272L148.013 284.303L165.684 294.272L186.812 283.506\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 294.272L186.811 283.506L209.092 294.272L231.757 284.303L250.196 294.272L273.629 284.303L293.221 294.272L312.812 284.303L330.483 294.272L350.843 284.303\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 287.829L22.7807 277.86L44.293 287.829L66.9578 277.86L85.397 287.829L108.83 277.86L128.422 287.829L148.013 277.86L165.684 287.829L186.812 277.063\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 287.829L186.811 277.063L209.092 287.829L231.757 277.86L250.196 287.829L273.629 277.86L293.221 287.829L312.812 277.86L330.483 287.829L350.843 277.86\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 281.386L22.7807 271.417L44.293 281.386L66.9578 271.417L85.397 281.386L108.83 271.417L128.422 281.386L148.013 271.417L165.684 281.386L186.812 270.619\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 281.386L186.811 270.619L209.092 281.386L231.757 271.417L250.196 281.386L273.629 271.417L293.221 281.386L312.812 271.417L330.483 281.386L350.843 271.417\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 274.943L22.7807 264.974L44.293 274.943L66.9578 264.974L85.397 274.943L108.83 264.974L128.422 274.943L148.013 264.974L165.684 274.943L186.812 264.176\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 274.943L186.811 264.176L209.092 274.943L231.757 264.974L250.196 274.943L273.629 264.974L293.221 274.943L312.812 264.974L330.483 274.943L350.843 264.974\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 268.5L22.7807 258.531L44.293 268.5L66.9578 258.531L85.397 268.5L108.83 258.531L128.422 268.5L148.013 258.531L165.684 268.5L186.812 257.733\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 268.5L186.811 257.733L209.092 268.5L231.757 258.531L250.196 268.5L273.629 258.531L293.221 268.5L312.812 258.531L330.483 268.5L350.843 258.531\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 262.057L22.7807 252.088L44.293 262.057L66.9578 252.088L85.397 262.057L108.83 252.088L128.422 262.057L148.013 252.088L165.684 262.057L186.812 251.29\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 262.057L186.811 251.29L209.092 262.057L231.757 252.088L250.196 262.057L273.629 252.088L293.221 262.057L312.812 252.088L330.483 262.057L350.843 252.088\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 255.614L22.7807 245.644L44.293 255.614L66.9578 245.644L85.397 255.614L108.83 245.644L128.422 255.614L148.013 245.644L165.684 255.614L186.812 244.847\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 255.614L186.811 244.847L209.092 255.614L231.757 245.644L250.196 255.614L273.629 245.644L293.221 255.614L312.812 245.644L330.483 255.614L350.843 245.644\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 249.17L22.7807 239.201L44.293 249.17L66.9578 239.201L85.397 249.17L108.83 239.201L128.422 249.17L148.013 239.201L165.684 249.17L186.812 238.404\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 249.17L186.811 238.404L209.092 249.17L231.757 239.201L250.196 249.17L273.629 239.201L293.221 249.17L312.812 239.201L330.483 249.17L350.843 239.201\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 242.727L22.7807 232.758L44.293 242.727L66.9578 232.758L85.397 242.727L108.83 232.758L128.422 242.727L148.013 232.758L165.684 242.727L186.812 231.96\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 242.727L186.811 231.96L209.092 242.727L231.757 232.758L250.196 242.727L273.629 232.758L293.221 242.727L312.812 232.758L330.483 242.727L350.843 232.758\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 236.284L22.7807 226.315L44.293 236.284L66.9578 226.315L85.397 236.284L108.83 226.315L128.422 236.284L148.013 226.315L165.684 236.284L186.812 225.518\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 236.284L186.811 225.518L209.092 236.284L231.757 226.315L250.196 236.284L273.629 226.315L293.221 236.284L312.812 226.315L330.483 236.284L350.843 226.315\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 229.841L22.7807 219.872L44.293 229.841L66.9578 219.872L85.397 229.841L108.83 219.872L128.422 229.841L148.013 219.872L165.684 229.841L186.812 219.074\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 229.841L186.811 219.074L209.092 229.841L231.757 219.872L250.196 229.841L273.629 219.872L293.221 229.841L312.812 219.872L330.483 229.841L350.843 219.872\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 223.398L22.7807 213.429L44.293 223.398L66.9578 213.429L85.397 223.398L108.83 213.429L128.422 223.398L148.013 213.429L165.684 223.398L186.812 212.631\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 223.398L186.811 212.631L209.092 223.398L231.757 213.429L250.196 223.398L273.629 213.429L293.221 223.398L312.812 213.429L330.483 223.398L350.843 213.429\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 216.954L22.7807 206.985L44.293 216.954L66.9578 206.985L85.397 216.954L108.83 206.985L128.422 216.954L148.013 206.985L165.684 216.954L186.812 206.188\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 216.954L186.811 206.188L209.092 216.954L231.757 206.985L250.196 216.954L273.629 206.985L293.221 216.954L312.812 206.985L330.483 216.954L350.843 206.985\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M0.5 210.511L22.7807 200.542L44.293 210.511L66.9578 200.542L85.397 210.511L108.83 200.542L128.422 210.511L148.013 200.542L165.684 210.511L186.812 199.745\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n<path d=\"M165.299 210.511L186.811 199.745L209.092 210.511L231.757 200.542L250.196 210.511L273.629 200.542L293.221 210.511L312.812 200.542L330.483 210.511L350.843 200.542\" stroke=\"#C1C7D0\" stroke-width=\"0.5\"/>\\n</g>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation5,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1h1eypd\",\"data-framer-name\":\"Image\",name:\"Image\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qDZMalYfm:{transformTemplate:undefined}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:212,intrinsicWidth:422.5,pixelHeight:424,pixelWidth:845,sizes:\"157px\",src:\"https://framerusercontent.com/images/rWcShGmH4FNcB0anZ4PsSPx5kLw.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/rWcShGmH4FNcB0anZ4PsSPx5kLw.png?scale-down-to=512 512w,https://framerusercontent.com/images/rWcShGmH4FNcB0anZ4PsSPx5kLw.png 845w\"},className:\"framer-11z3t12\",\"data-framer-name\":\"public_examination_preparation_concept\",name:\"public_examination_preparation_concept\",transformTemplate:transformTemplate1})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Pv_Jola7p:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:945,intrinsicWidth:1008,pixelHeight:1104,pixelWidth:1200,sizes:\"396px\",src:\"https://framerusercontent.com/images/CWmxxx0D1C0ODUZKcLAAQix6go.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/CWmxxx0D1C0ODUZKcLAAQix6go.png?scale-down-to=512 512w,https://framerusercontent.com/images/CWmxxx0D1C0ODUZKcLAAQix6go.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/CWmxxx0D1C0ODUZKcLAAQix6go.png 1200w\"}},qDZMalYfm:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:945,intrinsicWidth:1008,pixelHeight:1104,pixelWidth:1200,sizes:\"386px\",src:\"https://framerusercontent.com/images/CWmxxx0D1C0ODUZKcLAAQix6go.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/CWmxxx0D1C0ODUZKcLAAQix6go.png?scale-down-to=512 512w,https://framerusercontent.com/images/CWmxxx0D1C0ODUZKcLAAQix6go.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/CWmxxx0D1C0ODUZKcLAAQix6go.png 1200w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:945,intrinsicWidth:1008,pixelHeight:1104,pixelWidth:1200,sizes:\"439px\",src:\"https://framerusercontent.com/images/CWmxxx0D1C0ODUZKcLAAQix6go.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/CWmxxx0D1C0ODUZKcLAAQix6go.png?scale-down-to=512 512w,https://framerusercontent.com/images/CWmxxx0D1C0ODUZKcLAAQix6go.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/CWmxxx0D1C0ODUZKcLAAQix6go.png 1200w\"},className:\"framer-5qzo32\",\"data-framer-name\":\"Rectangle 17361\",name:\"Rectangle 17361\"})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:400,intrinsicWidth:600,pixelHeight:800,pixelWidth:1200,sizes:\"351px\",src:\"https://framerusercontent.com/images/4Laz8qIu4jd8OgxDNlkJALtBwmY.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/4Laz8qIu4jd8OgxDNlkJALtBwmY.png?scale-down-to=512 512w,https://framerusercontent.com/images/4Laz8qIu4jd8OgxDNlkJALtBwmY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4Laz8qIu4jd8OgxDNlkJALtBwmY.png 1200w\"},className:\"framer-1n63e7x\",\"data-framer-name\":\"yellow_backpack_school_bag_green_background_ai_generative\",name:\"yellow_backpack_school_bag_green_background_ai_generative\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1tm2dbx\",\"data-framer-name\":\"Mask group\",name:\"Mask group\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-gwueis\",\"data-framer-name\":\"Rectangle 17362\",name:\"Rectangle 17362\"})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Pv_Jola7p:{\"data-framer-appear-id\":\"1riv4rk\",animate:optimizeAppear(\"animate\",\"1riv4rk\",animation,\"80rlxe\"),initial:optimizeAppear(\"initial\",\"1riv4rk\",animation1,\"80rlxe\")},qDZMalYfm:{\"data-framer-appear-id\":\"u3erur\",animate:optimizeAppear(\"animate\",\"u3erur\",animation,\"1l70xj9\"),initial:optimizeAppear(\"initial\",\"u3erur\",animation1,\"1l70xj9\")},SnSpdTVb3:{\"data-framer-appear-id\":\"5phxj2\",animate:optimizeAppear(\"animate\",\"5phxj2\",animation,\"yunoey\"),initial:optimizeAppear(\"initial\",\"5phxj2\",animation1,\"yunoey\")}},children:/*#__PURE__*/_jsx(motion.div,{animate:optimizeAppear(\"animate\",\"os8oth\",animation,\"1psrjpn\"),className:\"framer-os8oth\",\"data-framer-appear-id\":\"os8oth\",\"data-framer-name\":\"Left-card\",initial:optimizeAppear(\"initial\",\"os8oth\",animation1,\"1psrjpn\"),name:\"Left-card\",style:{transformPerspective:1200}})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qDZMalYfm:{\"data-framer-appear-id\":\"1dxsjlr\",animate:optimizeAppear(\"animate\",\"1dxsjlr\",animation7,\"1l70xj9\"),initial:optimizeAppear(\"initial\",\"1dxsjlr\",animation8,\"1l70xj9\")}},children:/*#__PURE__*/_jsx(motion.div,{animate:optimizeAppear(\"animate\",\"1x9ltxp\",animation7,\"1psrjpn\"),className:\"framer-1x9ltxp hidden-yunoey hidden-80rlxe\",\"data-framer-appear-id\":\"1x9ltxp\",\"data-framer-name\":\"Elements \",initial:optimizeAppear(\"initial\",\"1x9ltxp\",animation8,\"1psrjpn\"),name:\"Elements \",style:{transformPerspective:1200}})})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1q3dzuv\",\"data-framer-name\":\"Meet Expert\",name:\"Meet Expert\",children:[isDisplayed1()&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation9,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-fg9nf1 hidden-1l70xj9\",\"data-framer-name\":\"dots\",name:\"dots\",style:{rotate:-90,transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ybjkvh\",\"data-framer-name\":\"Group 372\",name:\"Group 372\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-4rebss\",\"data-framer-name\":\"Ellipse 29\",name:\"Ellipse 29\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ogwfdp\",\"data-framer-name\":\"Ellipse 30\",name:\"Ellipse 30\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1itwjd\",\"data-framer-name\":\"Ellipse 31\",name:\"Ellipse 31\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-10mymst\",\"data-framer-name\":\"Ellipse 32\",name:\"Ellipse 32\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1eanmjc\",\"data-framer-name\":\"Ellipse 33\",name:\"Ellipse 33\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-14swxe\",\"data-framer-name\":\"Ellipse 34\",name:\"Ellipse 34\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pcmiuo\",\"data-framer-name\":\"Ellipse 35\",name:\"Ellipse 35\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-fiqbhv\",\"data-framer-name\":\"Ellipse 36\",name:\"Ellipse 36\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-17a8615\",\"data-framer-name\":\"Ellipse 37\",name:\"Ellipse 37\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-zmfyo0\",\"data-framer-name\":\"Ellipse 38\",name:\"Ellipse 38\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-e7wvj8\",\"data-framer-name\":\"Ellipse 39\",name:\"Ellipse 39\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1p06osl\",\"data-framer-name\":\"Ellipse 40\",name:\"Ellipse 40\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xwwa3k\",\"data-framer-name\":\"Group 376\",name:\"Group 376\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-136dv1z\",\"data-framer-name\":\"Ellipse 29\",name:\"Ellipse 29\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1oq735r\",\"data-framer-name\":\"Ellipse 30\",name:\"Ellipse 30\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ibgwfp\",\"data-framer-name\":\"Ellipse 31\",name:\"Ellipse 31\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-14ruupy\",\"data-framer-name\":\"Ellipse 32\",name:\"Ellipse 32\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-k9afi\",\"data-framer-name\":\"Ellipse 33\",name:\"Ellipse 33\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1iy38sn\",\"data-framer-name\":\"Ellipse 34\",name:\"Ellipse 34\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-b3veno\",\"data-framer-name\":\"Ellipse 35\",name:\"Ellipse 35\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1k497nt\",\"data-framer-name\":\"Ellipse 36\",name:\"Ellipse 36\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-12km71b\",\"data-framer-name\":\"Ellipse 37\",name:\"Ellipse 37\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gq9pxj\",\"data-framer-name\":\"Ellipse 38\",name:\"Ellipse 38\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-50k6dd\",\"data-framer-name\":\"Ellipse 39\",name:\"Ellipse 39\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-hhr47b\",\"data-framer-name\":\"Ellipse 40\",name:\"Ellipse 40\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1o4ytj1\",\"data-framer-name\":\"Group 373\",name:\"Group 373\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1laklc4\",\"data-framer-name\":\"Ellipse 29\",name:\"Ellipse 29\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ctbayj\",\"data-framer-name\":\"Ellipse 30\",name:\"Ellipse 30\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-d7o8rx\",\"data-framer-name\":\"Ellipse 31\",name:\"Ellipse 31\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-xbwlgl\",\"data-framer-name\":\"Ellipse 32\",name:\"Ellipse 32\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-iwwz91\",\"data-framer-name\":\"Ellipse 33\",name:\"Ellipse 33\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1cuv93y\",\"data-framer-name\":\"Ellipse 34\",name:\"Ellipse 34\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ac3obn\",\"data-framer-name\":\"Ellipse 35\",name:\"Ellipse 35\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-urvw4\",\"data-framer-name\":\"Ellipse 36\",name:\"Ellipse 36\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1krvne2\",\"data-framer-name\":\"Ellipse 37\",name:\"Ellipse 37\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-51a94m\",\"data-framer-name\":\"Ellipse 38\",name:\"Ellipse 38\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1n68l0\",\"data-framer-name\":\"Ellipse 39\",name:\"Ellipse 39\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-19x6h29\",\"data-framer-name\":\"Ellipse 40\",name:\"Ellipse 40\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-l1g9ho\",\"data-framer-name\":\"Group 374\",name:\"Group 374\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-877zbh\",\"data-framer-name\":\"Ellipse 29\",name:\"Ellipse 29\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-augssq\",\"data-framer-name\":\"Ellipse 30\",name:\"Ellipse 30\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-g9g3nc\",\"data-framer-name\":\"Ellipse 31\",name:\"Ellipse 31\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-13f7v34\",\"data-framer-name\":\"Ellipse 32\",name:\"Ellipse 32\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ofrjbn\",\"data-framer-name\":\"Ellipse 33\",name:\"Ellipse 33\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-186plyc\",\"data-framer-name\":\"Ellipse 34\",name:\"Ellipse 34\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1iopgnu\",\"data-framer-name\":\"Ellipse 35\",name:\"Ellipse 35\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-elkq6d\",\"data-framer-name\":\"Ellipse 36\",name:\"Ellipse 36\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-17uttdq\",\"data-framer-name\":\"Ellipse 37\",name:\"Ellipse 37\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-igizsu\",\"data-framer-name\":\"Ellipse 38\",name:\"Ellipse 38\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-4u6i6o\",\"data-framer-name\":\"Ellipse 39\",name:\"Ellipse 39\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-vbr2io\",\"data-framer-name\":\"Ellipse 40\",name:\"Ellipse 40\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mfzcub\",\"data-framer-name\":\"Group 375\",name:\"Group 375\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-139n9yn\",\"data-framer-name\":\"Ellipse 29\",name:\"Ellipse 29\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-evb82j\",\"data-framer-name\":\"Ellipse 30\",name:\"Ellipse 30\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1smxuly\",\"data-framer-name\":\"Ellipse 31\",name:\"Ellipse 31\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1o7s5eu\",\"data-framer-name\":\"Ellipse 32\",name:\"Ellipse 32\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-156cvz3\",\"data-framer-name\":\"Ellipse 33\",name:\"Ellipse 33\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-17wrn58\",\"data-framer-name\":\"Ellipse 34\",name:\"Ellipse 34\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hzrnfg\",\"data-framer-name\":\"Ellipse 35\",name:\"Ellipse 35\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-a856ye\",\"data-framer-name\":\"Ellipse 36\",name:\"Ellipse 36\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-17rzobv\",\"data-framer-name\":\"Ellipse 37\",name:\"Ellipse 37\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-189qgxq\",\"data-framer-name\":\"Ellipse 38\",name:\"Ellipse 38\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-6gnurt\",\"data-framer-name\":\"Ellipse 39\",name:\"Ellipse 39\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-lyv3wv\",\"data-framer-name\":\"Ellipse 40\",name:\"Ellipse 40\"})]})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation9,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ejv5wj\",\"data-framer-name\":\"Image\",name:\"Image\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Pv_Jola7p:{background:{alt:\"\",fit:\"fill\",loading:\"lazy\",pixelHeight:3413,pixelWidth:5120,sizes:\"317px\",src:\"https://framerusercontent.com/images/CnleHdH70f4ItEOXCVz5rPKvQQY.jpg\",srcSet:\"https://framerusercontent.com/images/CnleHdH70f4ItEOXCVz5rPKvQQY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/CnleHdH70f4ItEOXCVz5rPKvQQY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/CnleHdH70f4ItEOXCVz5rPKvQQY.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/CnleHdH70f4ItEOXCVz5rPKvQQY.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/CnleHdH70f4ItEOXCVz5rPKvQQY.jpg 5120w\"}},qDZMalYfm:{background:{alt:\"\",fit:\"fill\",loading:\"lazy\",pixelHeight:3413,pixelWidth:5120,sizes:\"357px\",src:\"https://framerusercontent.com/images/CnleHdH70f4ItEOXCVz5rPKvQQY.jpg\",srcSet:\"https://framerusercontent.com/images/CnleHdH70f4ItEOXCVz5rPKvQQY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/CnleHdH70f4ItEOXCVz5rPKvQQY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/CnleHdH70f4ItEOXCVz5rPKvQQY.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/CnleHdH70f4ItEOXCVz5rPKvQQY.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/CnleHdH70f4ItEOXCVz5rPKvQQY.jpg 5120w\"}},SnSpdTVb3:{background:{alt:\"\",fit:\"fill\",pixelHeight:3413,pixelWidth:5120,sizes:\"498px\",src:\"https://framerusercontent.com/images/CnleHdH70f4ItEOXCVz5rPKvQQY.jpg\",srcSet:\"https://framerusercontent.com/images/CnleHdH70f4ItEOXCVz5rPKvQQY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/CnleHdH70f4ItEOXCVz5rPKvQQY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/CnleHdH70f4ItEOXCVz5rPKvQQY.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/CnleHdH70f4ItEOXCVz5rPKvQQY.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/CnleHdH70f4ItEOXCVz5rPKvQQY.jpg 5120w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:3413,pixelWidth:5120,sizes:\"584px\",src:\"https://framerusercontent.com/images/CnleHdH70f4ItEOXCVz5rPKvQQY.jpg\",srcSet:\"https://framerusercontent.com/images/CnleHdH70f4ItEOXCVz5rPKvQQY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/CnleHdH70f4ItEOXCVz5rPKvQQY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/CnleHdH70f4ItEOXCVz5rPKvQQY.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/CnleHdH70f4ItEOXCVz5rPKvQQY.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/CnleHdH70f4ItEOXCVz5rPKvQQY.jpg 5120w\"},className:\"framer-1x46t3i\",\"data-framer-name\":\"Image\",name:\"Image\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gs21y6\",\"data-framer-name\":\"Heading and subheading\",name:\"Heading and subheading\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Pv_Jola7p:{\"data-framer-appear-id\":\"mat6tv\",animate:optimizeAppear(\"animate\",\"mat6tv\",animation,\"80rlxe\"),initial:optimizeAppear(\"initial\",\"mat6tv\",animation1,\"80rlxe\")},qDZMalYfm:{\"data-framer-appear-id\":\"1md83vh\",animate:optimizeAppear(\"animate\",\"1md83vh\",animation,\"1l70xj9\"),initial:optimizeAppear(\"initial\",\"1md83vh\",animation1,\"1l70xj9\")},SnSpdTVb3:{\"data-framer-appear-id\":\"1bj9y4n\",animate:optimizeAppear(\"animate\",\"1bj9y4n\",animation,\"yunoey\"),initial:optimizeAppear(\"initial\",\"1bj9y4n\",animation1,\"yunoey\")}},children:/*#__PURE__*/_jsx(motion.div,{animate:optimizeAppear(\"animate\",\"1bsgcpn\",animation,\"1psrjpn\"),className:\"framer-1bsgcpn\",\"data-framer-appear-id\":\"1bsgcpn\",\"data-framer-name\":\"tag\",initial:optimizeAppear(\"initial\",\"1bsgcpn\",animation1,\"1psrjpn\"),name:\"tag\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Pv_Jola7p:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0x1ZmdhIFNlbWlCb2xk\",\"--framer-font-family\":'\"Lufga SemiBold\", \"Lufga SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"var(--token-3da3bfbf-aeb8-46ec-ba79-1da5a5b8c3fa, rgb(29, 29, 29))\"},children:\"About Manch!\"})}),fonts:[\"CUSTOM;Lufga SemiBold\"]},qDZMalYfm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0x1ZmdhIFNlbWlCb2xk\",\"--framer-font-family\":'\"Lufga SemiBold\", \"Lufga SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"var(--token-3da3bfbf-aeb8-46ec-ba79-1da5a5b8c3fa, rgb(29, 29, 29))\"},children:\"About Manch!\"})}),fonts:[\"CUSTOM;Lufga SemiBold\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"var(--token-3da3bfbf-aeb8-46ec-ba79-1da5a5b8c3fa, rgb(29, 29, 29))\"},children:\"About Manch!\"})}),className:\"framer-el3v3o\",\"data-framer-name\":\"#1 First Sass System\",fonts:[\"FS;Satoshi-medium\"],name:\"#1 First Sass System\",verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qDZMalYfm:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-3da3bfbf-aeb8-46ec-ba79-1da5a5b8c3fa, rgb(29, 29, 29))\"},children:[\"Manch Science Classes is a distinguished institution dedicated to setting new standards in the education industry. We prioritize the concept of personalized attention and work extraction, setting us apart from others. Our core belief is \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-weight\":\"700\"},children:'\"Don\\'t limit your challenges, challenge your limits.\"'}),\" With experienced directors who are passionate about teaching, we are revolutionizing the dynamics of the education industry and shaping the future of young learners. The synergy between passionate teachers and dedicated students leads to remarkable achievements.\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-3da3bfbf-aeb8-46ec-ba79-1da5a5b8c3fa, rgb(29, 29, 29))\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-3da3bfbf-aeb8-46ec-ba79-1da5a5b8c3fa, rgb(29, 29, 29))\"},children:\"Since our establishment in 2018, Manch has put Vasai-Virar on the educational map of Maharashtra by consistently producing state-level toppers in entrance examinations. Year after year, an increasing number of our students are successfully clearing national-level entrance exams such as IIT-JEE (Mains & Adv.), NEET, and more. Our students have gained admission to highly prestigious institutions like IITs, NITs, and renowned medical colleges, making us immensely proud. \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-3da3bfbf-aeb8-46ec-ba79-1da5a5b8c3fa, rgb(29, 29, 29))\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-3da3bfbf-aeb8-46ec-ba79-1da5a5b8c3fa, rgb(29, 29, 29))\"},children:\"Our vision is to foster the holistic development of our students, empowering them to pursue higher studies at renowned national-level engineering and medical institutes.\"})]})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation11,__framer__exit:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"var(--token-3da3bfbf-aeb8-46ec-ba79-1da5a5b8c3fa, rgb(29, 29, 29))\"},children:[\"Manch Science Classes is a distinguished institution dedicated to setting new standards in the education industry. We prioritize the concept of personalized attention and work extraction, setting us apart from others. Our core belief is \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-weight\":\"700\"},children:'\"Don\\'t limit your challenges, challenge your limits.\"'}),\" With experienced directors who are passionate about teaching, we are revolutionizing the dynamics of the education industry and shaping the future of young learners. The synergy between passionate teachers and dedicated students leads to remarkable achievements.\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"var(--token-3da3bfbf-aeb8-46ec-ba79-1da5a5b8c3fa, rgb(29, 29, 29))\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"var(--token-3da3bfbf-aeb8-46ec-ba79-1da5a5b8c3fa, rgb(29, 29, 29))\"},children:\"Since our establishment in 2018, Manch has put Vasai-Virar on the educational map of Maharashtra by consistently producing state-level toppers in entrance examinations. Year after year, an increasing number of our students are successfully clearing national-level entrance exams such as IIT-JEE (Mains & Adv.), NEET, and more. Our students have gained admission to highly prestigious institutions like IITs, NITs, and renowned medical colleges, making us immensely proud. \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"var(--token-3da3bfbf-aeb8-46ec-ba79-1da5a5b8c3fa, rgb(29, 29, 29))\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"var(--token-3da3bfbf-aeb8-46ec-ba79-1da5a5b8c3fa, rgb(29, 29, 29))\"},children:\"Our vision is to foster the holistic development of our students, empowering them to pursue higher studies at renowned national-level engineering and medical institutes.\"})]}),className:\"framer-1w9ajve\",\"data-framer-name\":\"With a legacy predating your birth, they've stood the test of time. Believe it or not, many clients are onto their second or third generation of utilizing their tax software.\",fonts:[\"FS;Satoshi-regular\",\"FS;Satoshi-bold\"],name:\"With a legacy predating your birth, they've stood the test of time. Believe it or not, many clients are onto their second or third generation of utilizing their tax software.\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-5d9oal\",\"data-framer-name\":\"Features / Group\",name:\"Features / Group\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-3bnqw8-container\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:16,bottomLeftRadius:16,bottomRightRadius:16,height:\"100%\",id:\"Y9hj6HmeS\",isMixedBorderRadius:false,isRed:false,layoutId:\"Y9hj6HmeS\",play:\"On\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:16,topRightRadius:16,url:\"https://www.youtube.com/watch?v=Un5OYE5HTHU&ab_channel=ManchClassesbyPencilboxEducation\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1c9augm\",\"data-framer-name\":\"Testimonials\",name:\"Testimonials\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3nmxa4\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Pv_Jola7p:{\"data-framer-appear-id\":\"ih5p1n\",animate:optimizeAppear(\"animate\",\"ih5p1n\",animation,\"80rlxe\"),initial:optimizeAppear(\"initial\",\"ih5p1n\",animation1,\"80rlxe\")},qDZMalYfm:{\"data-framer-appear-id\":\"1u0nnvq\",animate:optimizeAppear(\"animate\",\"1u0nnvq\",animation,\"1l70xj9\"),initial:optimizeAppear(\"initial\",\"1u0nnvq\",animation1,\"1l70xj9\")},SnSpdTVb3:{\"data-framer-appear-id\":\"h1pzy7\",animate:optimizeAppear(\"animate\",\"h1pzy7\",animation,\"yunoey\"),initial:optimizeAppear(\"initial\",\"h1pzy7\",animation1,\"yunoey\")}},children:/*#__PURE__*/_jsx(motion.div,{animate:optimizeAppear(\"animate\",\"4b55ds\",animation,\"1psrjpn\"),className:\"framer-4b55ds\",\"data-framer-appear-id\":\"4b55ds\",\"data-framer-name\":\"tag\",initial:optimizeAppear(\"initial\",\"4b55ds\",animation1,\"1psrjpn\"),name:\"tag\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Pv_Jola7p:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0x1ZmdhIFNlbWlCb2xk\",\"--framer-font-family\":'\"Lufga SemiBold\", \"Lufga SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"var(--token-3da3bfbf-aeb8-46ec-ba79-1da5a5b8c3fa, rgb(29, 29, 29))\"},children:\"Testimonials\"})}),fonts:[\"CUSTOM;Lufga SemiBold\"]},qDZMalYfm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0x1ZmdhIFNlbWlCb2xk\",\"--framer-font-family\":'\"Lufga SemiBold\", \"Lufga SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"var(--token-3da3bfbf-aeb8-46ec-ba79-1da5a5b8c3fa, rgb(29, 29, 29))\"},children:\"Testimonials\"})}),fonts:[\"CUSTOM;Lufga SemiBold\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"var(--token-3da3bfbf-aeb8-46ec-ba79-1da5a5b8c3fa, rgb(29, 29, 29))\"},children:\"Testimonials\"})}),className:\"framer-1l1hvqu\",\"data-framer-name\":\"#1 First Sass System\",fonts:[\"FS;Satoshi-medium\"],name:\"#1 First Sass System\",verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"54px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-21a286de-1aa4-46f8-b6a2-c87cdaf59e6b, rgb(93, 33, 209))\"},children:\"See what parent\u2019s say about Manch!\"})}),className:\"framer-1a5u15d\",fonts:[\"FS;Satoshi-bold\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1915m84\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-3capqh-container hidden-1l70xj9\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"top\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:true},gap:0,height:\"100%\",hoverFactor:1,id:\"ACZlod37t\",layoutId:\"ACZlod37t\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zvxziu\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"340px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-10se3op-container\",children:/*#__PURE__*/_jsx(TestimonialCard,{bErIHJkdI:\"I've had a fantastic experience in my 9th std at MANCH SCIENCE CLASSES and Now I'm still studying here for 10th std.\\nThe teachers are highly experienced and have been instrumental in clarifying my doubts. This is the best classes. I highly recommend this classes for anyone looking to excel in their studies.\",height:\"100%\",iblTMwOmJ:\"a month ago\",id:\"zAxpmOInR\",layoutId:\"zAxpmOInR\",oVU8J_Br4:\"Kiran Mishra\",style:{width:\"100%\"},tbHzgMiO7:true,variant:\"x02K6DaSp\",width:\"100%\",yhkvJJf0e:true})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"340px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-xai6qr-container\",children:/*#__PURE__*/_jsx(TestimonialCard,{bErIHJkdI:\"MANCH SCIENCE CLASSES is the, very good platform to study because, in this classes, we get high quality,  teaching and teachers give their all the efforts to teach us. I satisfied from this high quality education and I think that  all the students who study in this classes they are also satisfied.\\n\\n#transform-24.\",height:\"100%\",iblTMwOmJ:\"a month ago\",id:\"yQ0dW9coz\",layoutId:\"yQ0dW9coz\",oVU8J_Br4:\"Suprabha Biswal\",style:{width:\"100%\"},tbHzgMiO7:true,variant:\"x02K6DaSp\",width:\"100%\",yhkvJJf0e:true})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"340px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-hncjjn-container\",children:/*#__PURE__*/_jsx(TestimonialCard,{bErIHJkdI:\"1- Good teaching.2-They give their own notes .3- Teachers are very well educated and respectful. 4- They conduct test every week.5-The notes are very useful in exam times.\",height:\"100%\",iblTMwOmJ:\"4 weeks ago\",id:\"HdGqwydue\",layoutId:\"HdGqwydue\",oVU8J_Br4:\"Manjula Bhanushali\",style:{width:\"100%\"},tbHzgMiO7:true,variant:\"x02K6DaSp\",width:\"100%\",yhkvJJf0e:true})})})]})],speed:25,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hj96f7-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"top\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:true},gap:0,height:\"100%\",hoverFactor:1,id:\"REwjaQyK4\",layoutId:\"REwjaQyK4\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1f8rozy\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"340px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-c4gbo6-container\",children:/*#__PURE__*/_jsx(TestimonialCard,{bErIHJkdI:\"Manch's science class is exceptional! The lessons are engaging, thorough, and well-structured, making complex concepts easy to understand. The teacher's enthusiasm and expertise create a stimulating learning environment. The hands-on experiments and real-world applications make the subject come alive. Highly recommended for anyone looking to deepen their understanding of science! Five stars!\\nPratyush Mishra 8cb\",height:\"100%\",iblTMwOmJ:\"3 weeks ago\",id:\"WvfFVDazb\",layoutId:\"WvfFVDazb\",oVU8J_Br4:\"Sheela Mishra\",style:{width:\"100%\"},tbHzgMiO7:true,variant:\"x02K6DaSp\",width:\"100%\",yhkvJJf0e:true})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"340px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1unlvg-container\",children:/*#__PURE__*/_jsx(TestimonialCard,{bErIHJkdI:\"This institute relies on its core beliefs, making a huge positive change in the lives of students. Both academics as well as fun activities are taken with equal enthusiasm. Regular testing, doubt solving and practice sessions ensure students get the best learning experience of their lives.\",height:\"100%\",iblTMwOmJ:\"a month ago\",id:\"I7EMqkWA8\",layoutId:\"I7EMqkWA8\",oVU8J_Br4:\"Siddhesh Gharat\",style:{width:\"100%\"},tbHzgMiO7:true,variant:\"x02K6DaSp\",width:\"100%\",yhkvJJf0e:true})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"340px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-awuufi-container\",children:/*#__PURE__*/_jsx(TestimonialCard,{bErIHJkdI:\"It's a very good classes. I have my two daughters studying there. And the best part I liked about classes is that they have weekly tests and for doubts there are teachers available in the branch all the times.\\n#Transform\",height:\"100%\",iblTMwOmJ:\"4 weeks ago\",id:\"r7d8ygemy\",layoutId:\"r7d8ygemy\",oVU8J_Br4:\"paras panchamiya\",style:{width:\"100%\"},tbHzgMiO7:true,variant:\"x02K6DaSp\",width:\"100%\",yhkvJJf0e:true})})})]})],speed:35,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-h3rz5f-container hidden-80rlxe hidden-1l70xj9\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"top\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:true},gap:0,height:\"100%\",hoverFactor:1,id:\"X0aGQRa8Z\",layoutId:\"X0aGQRa8Z\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1moatcw\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"340px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-16k3pgh-container\",children:/*#__PURE__*/_jsx(TestimonialCard,{bErIHJkdI:\"Great classes for the students who are actually studious or want to study. Also takes care of the students who need special attention. Tests are conducted here every week on a regular bases which helps students track their mistakes or where they are lacking. All of those qualities which we search in a classes are here available.\",height:\"100%\",iblTMwOmJ:\"2 weeks ago\",id:\"GWZJxC0S3\",layoutId:\"GWZJxC0S3\",oVU8J_Br4:\"Madhushree Dey\",style:{width:\"100%\"},tbHzgMiO7:true,variant:\"x02K6DaSp\",width:\"100%\",yhkvJJf0e:true})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"340px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-rmzdse-container\",children:/*#__PURE__*/_jsx(TestimonialCard,{bErIHJkdI:'lam studying in classes since is year it is the best classes for me the teacher are very friendly caring educated I also suggest you to join with us to make your future bright\\nThe classes is very nice they teaches us very nicely and they keep taking exam every weekend .\\nThe classes also take many activities that were fun\\nThis classes are excellent - The instructor was incredibly knowledgeable and articulate. I will be looking into taking more of these classes through in the near future. Thank you!\"',height:\"100%\",iblTMwOmJ:\"4 weeks ago\",id:\"P5fdGosv_\",layoutId:\"P5fdGosv_\",oVU8J_Br4:\"Sandeep Modh\",style:{width:\"100%\"},tbHzgMiO7:true,variant:\"x02K6DaSp\",width:\"100%\",yhkvJJf0e:true})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"340px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-18at87b-container\",children:/*#__PURE__*/_jsx(TestimonialCard,{bErIHJkdI:\"my experience with Manch Science Classes has been extremely positive. The supportive learning environment, combined with the expertise of the teachers, makes it an ideal place for students looking to excel in studies. I would highly recommend Manch Science Classes to anyone seeking high-quality science education.\",height:\"100%\",iblTMwOmJ:\"4 weeks ago\",id:\"IqUsw6HPu\",layoutId:\"IqUsw6HPu\",oVU8J_Br4:\"Divyansh Tiwari\",style:{width:\"100%\"},tbHzgMiO7:true,variant:\"x02K6DaSp\",width:\"100%\",yhkvJJf0e:true})})})]})],speed:25,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-13luexf\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-l68kmo\"})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-186ci1f\",\"data-framer-name\":\"Block-CTA\",id:id1,name:\"Block-CTA\",ref:ref3,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qq53sb\",\"data-framer-name\":\"Footer / Component / Actions\",name:\"Footer / Component / Actions\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-12un8f3\",\"data-framer-name\":\"Text\",name:\"Text\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Pv_Jola7p:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"43px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"36px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-9df56bc4-a617-4c2e-bf37-a8229eee9ebe, rgb(255, 219, 38))\"},children:[\"Start Your Journey Today\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\" with Manch!\"})]})})},qDZMalYfm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"43px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"39px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-9df56bc4-a617-4c2e-bf37-a8229eee9ebe, rgb(255, 219, 38))\"},children:[\"Start Your Journey Today\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\" with Manch!\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"43px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"54px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-9df56bc4-a617-4c2e-bf37-a8229eee9ebe, rgb(255, 219, 38))\"},children:[\"Start Your Journey Today\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\" with Manch!\"})]})}),className:\"framer-vf2ean\",\"data-framer-name\":\"Join over 100k+ founders and buyers already doing business on Syndicate\",fonts:[\"FS;Satoshi-bold\"],name:\"Join over 100k+ founders and buyers already doing business on Syndicate\",verticalAlignment:\"center\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(FormContainer,{action:\"https://api.framer.com/forms/v1/forms/de11be31-51bd-4b05-b2ef-0497070b863f/submit\",className:\"framer-1yq3ilx\",children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsxs(\"label\",{className:\"framer-1c9k6dt\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(112, 112, 112)\"},children:\"Student Full Name\"})}),className:\"framer-1lbikvc\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-2jtayu\",inputName:\"Name\",placeholder:\"Eg. Mayuri Sharma\",required:true,type:\"text\"})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-1n38ehy\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(112, 112, 112)\"},children:\"Phone Number\"})}),className:\"framer-1rabm0u\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-x1onv3\",inputName:\"Phone Number\",placeholder:\"Enter Phone Number\",required:true,type:\"number\"})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-19xv0c3\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(112, 112, 112)\"},children:\"Email (Optional)\"})}),className:\"framer-sgrzwe\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1x86if3\",inputName:\"Email\",placeholder:\"Eg. mayurisharma@mail.com\",required:false,type:\"email\"})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-g614uc\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(112, 112, 112)\"},children:\"Standard\"})}),className:\"framer-fjytfq\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormSelect,{className:\"framer-ffxge6\",defaultValue:\"\",inputName:\"Courses\",required:true,selectOptions:[{disabled:true,title:\"Select\u2026\",type:\"option\",value:\"\"},{title:\"8th\",type:\"option\",value:\"8\"},{title:\"9th\",type:\"option\",value:\"9\"},{title:\"10th\",type:\"option\",value:\"10\"},{title:\"11th\",type:\"option\",value:\"11\"},{title:\"12th\",type:\"option\",value:\"12\"},{title:\"MHT-CET\",type:\"option\",value:\"mht-cet\"},{title:\"JEE-Main\",type:\"option\",value:\"jee\"},{title:\"Jee Main + Advance\",type:\"option\",value:\"Jee + Adv\"},{title:\"NEET\",type:\"option\",value:\"neet\"}]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qDZMalYfm:{width:\"calc(min(100vw - 48px, 550px) - 64px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"486px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-opkjp6-container\",children:/*#__PURE__*/_jsx(ButtonCopy,{height:\"100%\",id:\"sOzMDghTD\",layoutId:\"sOzMDghTD\",style:{height:\"100%\",width:\"100%\"},type:\"submit\",variant:formVariants(formState,{pending:\"u2US_KXRa\",success:\"FWU0O5TwL\"},\"iZMC4Slc0\"),width:\"100%\"})})})})]})})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-16onvs7-container\",\"data-framer-name\":\"Master-Footer\",name:\"Master-Footer\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Pv_Jola7p:{variant:\"eVFBjub2E\"},qDZMalYfm:{variant:\"EOIsHudUd\"},SnSpdTVb3:{variant:\"mHmVnqVhX\"}},children:/*#__PURE__*/_jsx(FooterSectionOneCopy,{height:\"100%\",id:\"upvfqpTBO\",layoutId:\"upvfqpTBO\",name:\"Master-Footer\",style:{width:\"100%\"},variant:\"AUqIZSnxv\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-Tznfq { background: white; }`,\".framer-Tznfq.framer-b8kdh6, .framer-Tznfq .framer-b8kdh6 { display: block; }\",\".framer-Tznfq.framer-1psrjpn { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1440px; }\",\".framer-Tznfq .framer-eqhy82-container { flex: none; height: 87px; position: sticky; top: 0px; width: 1440px; will-change: transform; z-index: 10; }\",\".framer-Tznfq .framer-dp1m4l { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Tznfq .framer-qr8isv { align-content: flex-start; align-items: flex-start; background: linear-gradient(148deg, #e3eeff 7.881897522522524%, rgb(249, 249, 249) 100%); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 60px 80px 60px 80px; position: relative; width: 100%; }\",\".framer-Tznfq .framer-qd7tli { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 131px; height: min-content; justify-content: flex-start; max-width: 1460px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Tznfq .framer-1i2wnvr { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Tznfq .framer-1fdh0yq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Tznfq .framer-1xhc113 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Tznfq .framer-1r4wl2c { align-content: center; align-items: center; background-color: var(--token-9df56bc4-a617-4c2e-bf37-a8229eee9ebe, #ffdb26); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 7px 12px 7px 12px; position: relative; width: min-content; }\",\".framer-Tznfq .framer-1px20we, .framer-Tznfq .framer-el3v3o, .framer-Tznfq .framer-1l1hvqu, .framer-Tznfq .framer-vf2ean, .framer-Tznfq .framer-1lbikvc, .framer-Tznfq .framer-1rabm0u, .framer-Tznfq .framer-sgrzwe, .framer-Tznfq .framer-fjytfq { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Tznfq .framer-xw4ver-container, .framer-Tznfq .framer-10se3op-container, .framer-Tznfq .framer-xai6qr-container, .framer-Tznfq .framer-hncjjn-container, .framer-Tznfq .framer-c4gbo6-container, .framer-Tznfq .framer-1unlvg-container, .framer-Tznfq .framer-awuufi-container, .framer-Tznfq .framer-16k3pgh-container, .framer-Tznfq .framer-rmzdse-container, .framer-Tznfq .framer-18at87b-container, .framer-Tznfq .framer-16onvs7-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-Tznfq .framer-oj8dw6, .framer-Tznfq .framer-1w9ajve { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Tznfq .framer-9dhdr6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Tznfq .framer-xfotqj-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-Tznfq .framer-d38ln1 { flex: none; height: 493px; overflow: visible; position: relative; width: 624px; }\",\".framer-Tznfq .framer-ualxd7 { flex: none; height: 404px; left: 98px; position: absolute; top: 6px; width: 351px; }\",\".framer-Tznfq .framer-1h1eypd { flex: none; height: 488px; left: calc(54.4871794871795% - 393px / 2); overflow: visible; position: absolute; top: 0px; width: 393px; }\",\".framer-Tznfq .framer-11z3t12 { aspect-ratio: 1.9929245283018868 / 1; bottom: -22px; flex: none; height: var(--framer-aspect-ratio-supported, 79px); left: 50%; overflow: visible; position: absolute; transform: translateX(-50%); width: 157px; }\",\".framer-Tznfq .framer-5qzo32 { -webkit-mask: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,1) 50%) add; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; bottom: 0px; flex: none; left: -46px; mask: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,1) 50%) add; position: absolute; right: 0px; top: 0px; }\",\".framer-Tznfq .framer-1n63e7x { aspect-ratio: 1.5 / 1; bottom: -19px; flex: none; height: var(--framer-aspect-ratio-supported, 234px); left: -153px; overflow: visible; position: absolute; width: 351px; }\",\".framer-Tznfq .framer-1tm2dbx { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: -1px; top: 0px; }\",\".framer-Tznfq .framer-gwueis { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: 459px; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 370px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Tznfq .framer-os8oth { flex: none; height: 223px; left: 0px; overflow: visible; position: absolute; top: 270px; width: 238px; }\",\".framer-Tznfq .framer-1x9ltxp { bottom: -58px; box-shadow: 0px 94px 90px -56px rgba(1, 11, 65, 0.08); flex: none; height: 155px; left: 301px; overflow: visible; position: absolute; width: 117px; }\",\".framer-Tznfq .framer-1q3dzuv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 68px; height: min-content; justify-content: center; max-width: 1460px; overflow: visible; padding: 0px 80px 0px 80px; position: relative; width: 100%; }\",\".framer-Tznfq .framer-fg9nf1 { 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; left: -63px; overflow: visible; padding: 0px; position: absolute; top: 39px; width: min-content; z-index: 0; }\",\".framer-Tznfq .framer-ybjkvh, .framer-Tznfq .framer-xwwa3k, .framer-Tznfq .framer-1o4ytj1, .framer-Tznfq .framer-l1g9ho, .framer-Tznfq .framer-mfzcub { flex: none; height: 6px; overflow: visible; position: relative; width: 204px; }\",\".framer-Tznfq .framer-4rebss, .framer-Tznfq .framer-136dv1z, .framer-Tznfq .framer-1laklc4, .framer-Tznfq .framer-877zbh, .framer-Tznfq .framer-139n9yn { aspect-ratio: 1 / 1; background-color: #a5bac4; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 6px); left: 0px; position: absolute; top: 0px; width: 6px; }\",\".framer-Tznfq .framer-ogwfdp, .framer-Tznfq .framer-1oq735r, .framer-Tznfq .framer-ctbayj, .framer-Tznfq .framer-augssq, .framer-Tznfq .framer-evb82j { aspect-ratio: 1 / 1; background-color: #a5bac4; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 6px); left: 18px; position: absolute; top: 0px; width: 6px; }\",\".framer-Tznfq .framer-1itwjd, .framer-Tznfq .framer-ibgwfp, .framer-Tznfq .framer-d7o8rx, .framer-Tznfq .framer-g9g3nc, .framer-Tznfq .framer-1smxuly { aspect-ratio: 1 / 1; background-color: #a5bac4; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 6px); left: 36px; position: absolute; top: 0px; width: 6px; }\",\".framer-Tznfq .framer-10mymst, .framer-Tznfq .framer-14ruupy, .framer-Tznfq .framer-xbwlgl, .framer-Tznfq .framer-13f7v34, .framer-Tznfq .framer-1o7s5eu { aspect-ratio: 1 / 1; background-color: #a5bac4; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 6px); left: 54px; position: absolute; top: 0px; width: 6px; }\",\".framer-Tznfq .framer-1eanmjc, .framer-Tznfq .framer-k9afi, .framer-Tznfq .framer-iwwz91, .framer-Tznfq .framer-ofrjbn, .framer-Tznfq .framer-156cvz3 { aspect-ratio: 1 / 1; background-color: #a5bac4; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 6px); left: 72px; position: absolute; top: 0px; width: 6px; }\",\".framer-Tznfq .framer-14swxe, .framer-Tznfq .framer-1iy38sn, .framer-Tznfq .framer-1cuv93y, .framer-Tznfq .framer-186plyc, .framer-Tznfq .framer-17wrn58 { aspect-ratio: 1 / 1; background-color: #a5bac4; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 6px); left: 90px; position: absolute; top: 0px; width: 6px; }\",\".framer-Tznfq .framer-1pcmiuo, .framer-Tznfq .framer-b3veno, .framer-Tznfq .framer-ac3obn, .framer-Tznfq .framer-1iopgnu, .framer-Tznfq .framer-1hzrnfg { aspect-ratio: 1 / 1; background-color: #a5bac4; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 6px); left: 108px; position: absolute; top: 0px; width: 6px; }\",\".framer-Tznfq .framer-fiqbhv, .framer-Tznfq .framer-1k497nt, .framer-Tznfq .framer-urvw4, .framer-Tznfq .framer-elkq6d, .framer-Tznfq .framer-a856ye { aspect-ratio: 1 / 1; background-color: #a5bac4; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 6px); left: 126px; position: absolute; top: 0px; width: 6px; }\",\".framer-Tznfq .framer-17a8615, .framer-Tznfq .framer-12km71b, .framer-Tznfq .framer-1krvne2, .framer-Tznfq .framer-17uttdq, .framer-Tznfq .framer-17rzobv { aspect-ratio: 1 / 1; background-color: #a5bac4; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 6px); left: 144px; position: absolute; top: 0px; width: 6px; }\",\".framer-Tznfq .framer-zmfyo0, .framer-Tznfq .framer-1gq9pxj, .framer-Tznfq .framer-51a94m, .framer-Tznfq .framer-igizsu, .framer-Tznfq .framer-189qgxq { aspect-ratio: 1 / 1; background-color: #a5bac4; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 6px); left: 162px; position: absolute; top: 0px; width: 6px; }\",\".framer-Tznfq .framer-e7wvj8, .framer-Tznfq .framer-50k6dd, .framer-Tznfq .framer-1n68l0, .framer-Tznfq .framer-4u6i6o, .framer-Tznfq .framer-6gnurt { aspect-ratio: 1 / 1; background-color: #a5bac4; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 6px); left: 180px; position: absolute; top: 0px; width: 6px; }\",\".framer-Tznfq .framer-1p06osl, .framer-Tznfq .framer-hhr47b, .framer-Tznfq .framer-19x6h29, .framer-Tznfq .framer-vbr2io, .framer-Tznfq .framer-lyv3wv { aspect-ratio: 1 / 1; background-color: #a5bac4; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 6px); left: 198px; position: absolute; top: 0px; width: 6px; }\",\".framer-Tznfq .framer-ejv5wj { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Tznfq .framer-1x46t3i { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: 453px; position: relative; width: 584px; }\",\".framer-Tznfq .framer-gs21y6 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Tznfq .framer-1bsgcpn, .framer-Tznfq .framer-4b55ds { align-content: center; align-items: center; background-color: var(--token-9df56bc4-a617-4c2e-bf37-a8229eee9ebe, #d9ff1c); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 7px 12px 7px 12px; position: relative; width: min-content; }\",\".framer-Tznfq .framer-5d9oal { align-content: center; align-items: center; background-color: #000000; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; max-width: 1460px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Tznfq .framer-3bnqw8-container { flex: none; height: 100vh; position: relative; width: 100%; }\",\".framer-Tznfq .framer-1c9augm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; max-width: 1460px; overflow: hidden; padding: 0px 80px 80px 80px; position: relative; width: 100%; }\",\".framer-Tznfq .framer-3nmxa4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Tznfq .framer-1a5u15d { flex: none; height: auto; max-width: 660px; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Tznfq .framer-1915m84 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 160%; }\",\".framer-Tznfq .framer-3capqh-container, .framer-Tznfq .framer-h3rz5f-container { flex: none; height: 795px; position: relative; width: 362px; }\",\".framer-Tznfq .framer-zvxziu, .framer-Tznfq .framer-1f8rozy, .framer-Tznfq .framer-1moatcw { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: wrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px 40px 40px 40px; position: relative; width: 420px; }\",\".framer-Tznfq .framer-1hj96f7-container { flex: none; height: 795px; position: relative; width: 363px; }\",\".framer-Tznfq .framer-13luexf { background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%); flex: none; height: 150px; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: 0px; width: 100%; z-index: 1; }\",\".framer-Tznfq .framer-l68kmo { background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%); bottom: 0px; flex: none; height: 150px; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; width: 100%; z-index: 1; }\",\".framer-Tznfq .framer-186ci1f { align-content: center; align-items: center; background-color: var(--token-9ecee5bf-602b-49f1-b74f-f76397c71864, #002b59); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: visible; padding: 85px 0px 85px 0px; position: relative; width: 100%; }\",\".framer-Tznfq .framer-qq53sb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Tznfq .framer-12un8f3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Tznfq .framer-1yq3ilx { align-content: flex-start; align-items: flex-start; background-color: #ffffff; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; max-width: 550px; overflow: hidden; padding: 32px; position: relative; width: 550px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Tznfq .framer-1c9k6dt, .framer-Tznfq .framer-1n38ehy, .framer-Tznfq .framer-19xv0c3, .framer-Tznfq .framer-g614uc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",'.framer-Tznfq .framer-2jtayu, .framer-Tznfq .framer-x1onv3, .framer-Tznfq .framer-1x86if3 { --framer-input-border-bottom-width: 1px; --framer-input-border-color: rgba(136, 136, 136, 0.1); --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 10px; --framer-input-border-radius-bottom-right: 10px; --framer-input-border-radius-top-left: 10px; --framer-input-border-radius-top-right: 10px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: #000000; --framer-input-font-family: \"Inter\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 400px; --framer-input-icon-color: #999999; --framer-input-padding: 12px; --framer-input-placeholder-color: rgba(0, 0, 0, 0.4); flex: none; height: 40px; position: relative; width: 100%; }','.framer-Tznfq .framer-ffxge6 { --framer-input-border-bottom-width: 1px; --framer-input-border-color: rgba(136, 136, 136, 0.1); --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 10px; --framer-input-border-radius-bottom-right: 10px; --framer-input-border-radius-top-left: 10px; --framer-input-border-radius-top-right: 10px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: #000000; --framer-input-font-family: \"Inter\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 400px; --framer-input-icon-color: #999999; --framer-input-invalid-text-color: #999999; --framer-input-padding: 12px; flex: none; height: 40px; position: relative; width: 100%; }',\".framer-Tznfq .framer-opkjp6-container { flex: none; height: 40px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Tznfq.framer-1psrjpn, .framer-Tznfq .framer-dp1m4l, .framer-Tznfq .framer-qr8isv, .framer-Tznfq .framer-qd7tli, .framer-Tznfq .framer-1i2wnvr, .framer-Tznfq .framer-1fdh0yq, .framer-Tznfq .framer-1xhc113, .framer-Tznfq .framer-1r4wl2c, .framer-Tznfq .framer-9dhdr6, .framer-Tznfq .framer-1q3dzuv, .framer-Tznfq .framer-fg9nf1, .framer-Tznfq .framer-ejv5wj, .framer-Tznfq .framer-gs21y6, .framer-Tznfq .framer-1bsgcpn, .framer-Tznfq .framer-5d9oal, .framer-Tznfq .framer-1c9augm, .framer-Tznfq .framer-3nmxa4, .framer-Tznfq .framer-4b55ds, .framer-Tznfq .framer-1915m84, .framer-Tznfq .framer-zvxziu, .framer-Tznfq .framer-1f8rozy, .framer-Tznfq .framer-1moatcw, .framer-Tznfq .framer-186ci1f, .framer-Tznfq .framer-qq53sb, .framer-Tznfq .framer-12un8f3, .framer-Tznfq .framer-1yq3ilx, .framer-Tznfq .framer-1c9k6dt, .framer-Tznfq .framer-1n38ehy, .framer-Tznfq .framer-19xv0c3, .framer-Tznfq .framer-g614uc { gap: 0px; } .framer-Tznfq.framer-1psrjpn > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Tznfq.framer-1psrjpn > :first-child, .framer-Tznfq .framer-dp1m4l > :first-child, .framer-Tznfq .framer-1i2wnvr > :first-child, .framer-Tznfq .framer-1fdh0yq > :first-child, .framer-Tznfq .framer-1xhc113 > :first-child, .framer-Tznfq .framer-fg9nf1 > :first-child, .framer-Tznfq .framer-ejv5wj > :first-child, .framer-Tznfq .framer-gs21y6 > :first-child, .framer-Tznfq .framer-5d9oal > :first-child, .framer-Tznfq .framer-1c9augm > :first-child, .framer-Tznfq .framer-3nmxa4 > :first-child, .framer-Tznfq .framer-zvxziu > :first-child, .framer-Tznfq .framer-1f8rozy > :first-child, .framer-Tznfq .framer-1moatcw > :first-child, .framer-Tznfq .framer-186ci1f > :first-child, .framer-Tznfq .framer-qq53sb > :first-child, .framer-Tznfq .framer-12un8f3 > :first-child, .framer-Tznfq .framer-1yq3ilx > :first-child, .framer-Tznfq .framer-1c9k6dt > :first-child, .framer-Tznfq .framer-1n38ehy > :first-child, .framer-Tznfq .framer-19xv0c3 > :first-child, .framer-Tznfq .framer-g614uc > :first-child { margin-top: 0px; } .framer-Tznfq.framer-1psrjpn > :last-child, .framer-Tznfq .framer-dp1m4l > :last-child, .framer-Tznfq .framer-1i2wnvr > :last-child, .framer-Tznfq .framer-1fdh0yq > :last-child, .framer-Tznfq .framer-1xhc113 > :last-child, .framer-Tznfq .framer-fg9nf1 > :last-child, .framer-Tznfq .framer-ejv5wj > :last-child, .framer-Tznfq .framer-gs21y6 > :last-child, .framer-Tznfq .framer-5d9oal > :last-child, .framer-Tznfq .framer-1c9augm > :last-child, .framer-Tznfq .framer-3nmxa4 > :last-child, .framer-Tznfq .framer-zvxziu > :last-child, .framer-Tznfq .framer-1f8rozy > :last-child, .framer-Tznfq .framer-1moatcw > :last-child, .framer-Tznfq .framer-186ci1f > :last-child, .framer-Tznfq .framer-qq53sb > :last-child, .framer-Tznfq .framer-12un8f3 > :last-child, .framer-Tznfq .framer-1yq3ilx > :last-child, .framer-Tznfq .framer-1c9k6dt > :last-child, .framer-Tznfq .framer-1n38ehy > :last-child, .framer-Tznfq .framer-19xv0c3 > :last-child, .framer-Tznfq .framer-g614uc > :last-child { margin-bottom: 0px; } .framer-Tznfq .framer-dp1m4l > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-Tznfq .framer-qr8isv > *, .framer-Tznfq .framer-1915m84 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-Tznfq .framer-qr8isv > :first-child, .framer-Tznfq .framer-qd7tli > :first-child, .framer-Tznfq .framer-1r4wl2c > :first-child, .framer-Tznfq .framer-9dhdr6 > :first-child, .framer-Tznfq .framer-1q3dzuv > :first-child, .framer-Tznfq .framer-1bsgcpn > :first-child, .framer-Tznfq .framer-4b55ds > :first-child, .framer-Tznfq .framer-1915m84 > :first-child { margin-left: 0px; } .framer-Tznfq .framer-qr8isv > :last-child, .framer-Tznfq .framer-qd7tli > :last-child, .framer-Tznfq .framer-1r4wl2c > :last-child, .framer-Tznfq .framer-9dhdr6 > :last-child, .framer-Tznfq .framer-1q3dzuv > :last-child, .framer-Tznfq .framer-1bsgcpn > :last-child, .framer-Tznfq .framer-4b55ds > :last-child, .framer-Tznfq .framer-1915m84 > :last-child { margin-right: 0px; } .framer-Tznfq .framer-qd7tli > * { margin: 0px; margin-left: calc(131px / 2); margin-right: calc(131px / 2); } .framer-Tznfq .framer-1i2wnvr > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-Tznfq .framer-1fdh0yq > *, .framer-Tznfq .framer-gs21y6 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-Tznfq .framer-1xhc113 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-Tznfq .framer-1r4wl2c > *, .framer-Tznfq .framer-1bsgcpn > *, .framer-Tznfq .framer-4b55ds > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Tznfq .framer-9dhdr6 > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-Tznfq .framer-1q3dzuv > * { margin: 0px; margin-left: calc(68px / 2); margin-right: calc(68px / 2); } .framer-Tznfq .framer-fg9nf1 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-Tznfq .framer-ejv5wj > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-Tznfq .framer-5d9oal > *, .framer-Tznfq .framer-1c9augm > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-Tznfq .framer-3nmxa4 > *, .framer-Tznfq .framer-zvxziu > *, .framer-Tznfq .framer-1f8rozy > *, .framer-Tznfq .framer-1moatcw > *, .framer-Tznfq .framer-1yq3ilx > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-Tznfq .framer-186ci1f > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-Tznfq .framer-qq53sb > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-Tznfq .framer-12un8f3 > *, .framer-Tznfq .framer-1c9k6dt > *, .framer-Tznfq .framer-1n38ehy > *, .framer-Tznfq .framer-19xv0c3 > *, .framer-Tznfq .framer-g614uc > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\"@media (min-width: 1440px) { .framer-Tznfq .hidden-1psrjpn { display: none !important; } }\",`@media (min-width: 1200px) and (max-width: 1439px) { .framer-Tznfq .hidden-yunoey { display: none !important; } .${metadata.bodyClassName}-framer-Tznfq { background: white; } .framer-Tznfq.framer-1psrjpn { width: 1200px; } .framer-Tznfq .framer-eqhy82-container { height: auto; width: 100%; } .framer-Tznfq .framer-qr8isv { justify-content: flex-start; } .framer-Tznfq .framer-qd7tli { gap: 16px; } .framer-Tznfq .framer-1i2wnvr { order: 0; } .framer-Tznfq .framer-d38ln1 { height: 442px; order: 1; width: 559px; } .framer-Tznfq .framer-os8oth { width: 38%; } .framer-Tznfq .framer-1q3dzuv { gap: 69px; justify-content: flex-start; } .framer-Tznfq .framer-fg9nf1 { left: -39px; } .framer-Tznfq .framer-1x46t3i { width: 498px; } .framer-Tznfq .framer-5d9oal { padding: 0px 80px 0px 80px; } .framer-Tznfq .framer-vf2ean { white-space: pre-wrap; width: 826px; word-break: break-word; word-wrap: break-word; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Tznfq .framer-qd7tli, .framer-Tznfq .framer-1q3dzuv { gap: 0px; } .framer-Tznfq .framer-qd7tli > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-Tznfq .framer-qd7tli > :first-child, .framer-Tznfq .framer-1q3dzuv > :first-child { margin-left: 0px; } .framer-Tznfq .framer-qd7tli > :last-child, .framer-Tznfq .framer-1q3dzuv > :last-child { margin-right: 0px; } .framer-Tznfq .framer-1q3dzuv > * { margin: 0px; margin-left: calc(69px / 2); margin-right: calc(69px / 2); } }}`,`@media (min-width: 768px) and (max-width: 1199px) { .framer-Tznfq .hidden-80rlxe { display: none !important; } .${metadata.bodyClassName}-framer-Tznfq { background: white; } .framer-Tznfq.framer-1psrjpn { width: 768px; } .framer-Tznfq .framer-eqhy82-container { height: auto; width: 100%; } .framer-Tznfq .framer-dp1m4l { gap: 48px; } .framer-Tznfq .framer-qr8isv { padding: 20px 30px 0px 30px; } .framer-Tznfq .framer-qd7tli { align-content: center; align-items: center; flex-direction: column; gap: 24px; justify-content: center; padding: 24px 0px 0px 0px; } .framer-Tznfq .framer-1i2wnvr { align-content: center; align-items: center; flex: none; order: 0; width: 100%; } .framer-Tznfq .framer-1fdh0yq, .framer-Tznfq .framer-1xhc113 { align-content: center; align-items: center; justify-content: center; } .framer-Tznfq .framer-oj8dw6 { width: 532px; } .framer-Tznfq .framer-xfotqj-container { height: 64px; } .framer-Tznfq .framer-d38ln1 { order: 1; } .framer-Tznfq .framer-1h1eypd { height: 434px; left: calc(54.807692307692335% - 350px / 2); top: 4px; width: 350px; } .framer-Tznfq .framer-1q3dzuv { gap: 27px; justify-content: flex-start; padding: 0px 30px 0px 30px; } .framer-Tznfq .framer-fg9nf1 { height: 78px; left: -55px; top: 58px; width: 204px; } .framer-Tznfq .framer-1x46t3i { width: 317px; } .framer-Tznfq .framer-gs21y6 { gap: 11px; } .framer-Tznfq .framer-5d9oal { gap: 48px; height: 530px; padding: 0px 30px 0px 30px; } .framer-Tznfq .framer-3bnqw8-container { height: 100%; } .framer-Tznfq .framer-1915m84 { max-width: 1320px; } .framer-Tznfq .framer-186ci1f { gap: 0px; padding: 46px 0px 36px 0px; } .framer-Tznfq .framer-qq53sb { gap: 23px; padding: 0px 50px 0px 50px; } .framer-Tznfq .framer-vf2ean { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Tznfq .framer-dp1m4l, .framer-Tznfq .framer-qd7tli, .framer-Tznfq .framer-1q3dzuv, .framer-Tznfq .framer-gs21y6, .framer-Tznfq .framer-5d9oal, .framer-Tznfq .framer-186ci1f, .framer-Tznfq .framer-qq53sb { gap: 0px; } .framer-Tznfq .framer-dp1m4l > *, .framer-Tznfq .framer-5d9oal > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-Tznfq .framer-dp1m4l > :first-child, .framer-Tznfq .framer-qd7tli > :first-child, .framer-Tznfq .framer-gs21y6 > :first-child, .framer-Tznfq .framer-5d9oal > :first-child, .framer-Tznfq .framer-186ci1f > :first-child, .framer-Tznfq .framer-qq53sb > :first-child { margin-top: 0px; } .framer-Tznfq .framer-dp1m4l > :last-child, .framer-Tznfq .framer-qd7tli > :last-child, .framer-Tznfq .framer-gs21y6 > :last-child, .framer-Tznfq .framer-5d9oal > :last-child, .framer-Tznfq .framer-186ci1f > :last-child, .framer-Tznfq .framer-qq53sb > :last-child { margin-bottom: 0px; } .framer-Tznfq .framer-qd7tli > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-Tznfq .framer-1q3dzuv > * { margin: 0px; margin-left: calc(27px / 2); margin-right: calc(27px / 2); } .framer-Tznfq .framer-1q3dzuv > :first-child { margin-left: 0px; } .framer-Tznfq .framer-1q3dzuv > :last-child { margin-right: 0px; } .framer-Tznfq .framer-gs21y6 > * { margin: 0px; margin-bottom: calc(11px / 2); margin-top: calc(11px / 2); } .framer-Tznfq .framer-186ci1f > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Tznfq .framer-qq53sb > * { margin: 0px; margin-bottom: calc(23px / 2); margin-top: calc(23px / 2); } }}`,`@media (max-width: 767px) { .framer-Tznfq .hidden-1l70xj9 { display: none !important; } .${metadata.bodyClassName}-framer-Tznfq { background: white; } .framer-Tznfq.framer-1psrjpn { width: 390px; } .framer-Tznfq .framer-eqhy82-container { height: auto; width: 100%; } .framer-Tznfq .framer-dp1m4l { gap: 28px; } .framer-Tznfq .framer-qr8isv { padding: 20px 16px 24px 16px; } .framer-Tznfq .framer-qd7tli { align-content: center; align-items: center; flex-direction: column; gap: 18px; justify-content: center; } .framer-Tznfq .framer-1i2wnvr { align-content: center; align-items: center; flex: none; max-width: 460px; width: 100%; } .framer-Tznfq .framer-1fdh0yq { gap: 18px; } .framer-Tznfq .framer-1xhc113 { align-content: center; align-items: center; gap: 12px; justify-content: center; } .framer-Tznfq .framer-d38ln1 { width: 173%; } .framer-Tznfq .framer-1h1eypd { height: 422px; left: calc(52.98869143780293% - 340px / 2); top: calc(44.82758620689658% - 422px / 2); width: 340px; } .framer-Tznfq .framer-11z3t12 { left: 160px; transform: unset; } .framer-Tznfq .framer-1n63e7x { left: -93px; } .framer-Tznfq .framer-gwueis { left: calc(50.00000000000002% - 370px / 2); top: calc(49.891067538126386% - 459px / 2); } .framer-Tznfq .framer-os8oth { left: calc(40.16129032258067% - 238px / 2); top: calc(77.2819472616633% - 223px / 2); } .framer-Tznfq .framer-1x9ltxp { bottom: unset; left: calc(66.45161290322584% - 117px / 2); top: calc(39.75659229208927% - 155px / 2); } .framer-Tznfq .framer-1q3dzuv { flex-direction: column; gap: 48px; justify-content: flex-start; padding: 0px; } .framer-Tznfq .framer-ejv5wj { align-content: center; align-items: center; justify-content: center; order: 1; padding: 0px 16px 0px 16px; width: 389px; } .framer-Tznfq .framer-1x46t3i { height: 275px; width: 100%; } .framer-Tznfq .framer-gs21y6 { flex: none; order: 2; padding: 0px 16px 0px 16px; width: 100%; } .framer-Tznfq .framer-5d9oal { height: 194px; padding: 0px 16px 0px 16px; } .framer-Tznfq .framer-3bnqw8-container { height: 100%; } .framer-Tznfq .framer-1c9augm { gap: 40px; padding: 40px 20px 40px 20px; } .framer-Tznfq .framer-186ci1f { padding: 55px 0px 55px 0px; } .framer-Tznfq .framer-qq53sb { gap: 22px; padding: 0px 24px 0px 24px; } .framer-Tznfq .framer-vf2ean { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-Tznfq .framer-1yq3ilx { width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Tznfq .framer-dp1m4l, .framer-Tznfq .framer-qd7tli, .framer-Tznfq .framer-1fdh0yq, .framer-Tznfq .framer-1xhc113, .framer-Tznfq .framer-1q3dzuv, .framer-Tznfq .framer-1c9augm, .framer-Tznfq .framer-qq53sb { gap: 0px; } .framer-Tznfq .framer-dp1m4l > * { margin: 0px; margin-bottom: calc(28px / 2); margin-top: calc(28px / 2); } .framer-Tznfq .framer-dp1m4l > :first-child, .framer-Tznfq .framer-qd7tli > :first-child, .framer-Tznfq .framer-1fdh0yq > :first-child, .framer-Tznfq .framer-1xhc113 > :first-child, .framer-Tznfq .framer-1q3dzuv > :first-child, .framer-Tznfq .framer-1c9augm > :first-child, .framer-Tznfq .framer-qq53sb > :first-child { margin-top: 0px; } .framer-Tznfq .framer-dp1m4l > :last-child, .framer-Tznfq .framer-qd7tli > :last-child, .framer-Tznfq .framer-1fdh0yq > :last-child, .framer-Tznfq .framer-1xhc113 > :last-child, .framer-Tznfq .framer-1q3dzuv > :last-child, .framer-Tznfq .framer-1c9augm > :last-child, .framer-Tznfq .framer-qq53sb > :last-child { margin-bottom: 0px; } .framer-Tznfq .framer-qd7tli > *, .framer-Tznfq .framer-1fdh0yq > * { margin: 0px; margin-bottom: calc(18px / 2); margin-top: calc(18px / 2); } .framer-Tznfq .framer-1xhc113 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-Tznfq .framer-1q3dzuv > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-Tznfq .framer-1c9augm > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-Tznfq .framer-qq53sb > * { margin: 0px; margin-bottom: calc(22px / 2); margin-top: calc(22px / 2); } }}`];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 4695.5\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"SnSpdTVb3\":{\"layout\":[\"fixed\",\"auto\"]},\"Pv_Jola7p\":{\"layout\":[\"fixed\",\"auto\"]},\"qDZMalYfm\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerDHjy7i3Yo=withCSS(Component,css,\"framer-Tznfq\");export default FramerDHjy7i3Yo;FramerDHjy7i3Yo.displayName=\"Home02\";FramerDHjy7i3Yo.defaultProps={height:4695.5,width:1440};addFonts(FramerDHjy7i3Yo,[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\",weight:\"500\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/TTX2Z3BF3P6Y5BQT3IV2VNOK6FL22KUT/7QYRJOI3JIMYHGY6CH7SOIFRQLZOLNJ6/KFIAZD4RUMEZIYV6FQ3T3GP5PDBDB6JY.woff2\",weight:\"400\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2\",weight:\"700\"},{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://app.framerstatic.com/Inter-Medium.cyrillic-ext-M4WHNGTS.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Medium.cyrillic-JVU2PANX.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Medium.greek-ext-4KCQBEIZ.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Medium.greek-DPOQGN7L.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Medium.latin-ext-J4DBSW7F.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Medium.latin-Y3IVPL46.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Medium.vietnamese-PJV76O4P.woff2\",weight:\"500\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"}]},...TopbarFonts,...H1TitleLeftFonts,...PrimaryButtonFonts,...YouTubeFonts,...TestimonialCardFonts,...TickerFonts,...ButtonCopyFonts,...FooterSectionOneCopyFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerDHjy7i3Yo\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1440\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicHeight\":\"4695.5\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SnSpdTVb3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Pv_Jola7p\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qDZMalYfm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["noopReturn", "t", "isFunction", "t", "e", "t", "velocityPerSecond", "calcBezier", "t", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "o", "cubicBezier", "__rest", "e", "r", "n", "o", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "t", "n", "r", "velocityPerSecond", "calcDampingRatio", "e", "hasReachedTarget", "spring", "o", "c", "i", "h", "u", "d", "f", "l", "g", "glide", "a", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "checkCatchBoundary", "pregenerateKeyframes", "L", "T", "M", "e", "k", "noopReturn", "B", "asTransformCssVar", "j", "T", "L", "P", "j", "testAnimation", "e", "C", "R", "H", "resolveElements", "e", "createGeneratorEasing", "e", "o", "getGenerator", "t", "i", "s", "r", "a", "getKeyframes", "pregenerateKeyframes", "n", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "U", "spring", "q", "glide", "K", "inView$1", "resolveElements", "onIntersectionChange", "isFunction", "G", "_", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "Z", "X", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "e", "dispatchViewEvent", "ae", "o", "s", "__rest", "inView$1", "t", "mouseEvent", "ce", "le", "onPointerUp", "window", "onPointerDown", "n", "fe", "ue", "MAX_DUPLICATED_ITEMS", "directionTransformers", "offset", "supportsAcceleratedAnimations", "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", "isCanvas", "RenderTarget", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "W", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "childrenStyles", "initialResize", "ue", "frame", "resize", "contentSize", "child", "index", "_child_props", "_child_props1", "_child_props2", "_child_props3", "ref", "p", "LayoutGroup", "q", "i", "childIndex", "_child_props4", "_child_props5", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "isInView", "useInView", "useAnimationFrame", "t", "delta", "wrap", "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", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "paddingControl", "ControlType", "PlayOptions", "ThumbnailOptions", "ThumbnailFormat", "Youtube", "url", "play", "shouldMute", "thumbnail", "isRed", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "props", "onCanvas", "useIsOnCanvas", "isAutoplay", "showThumbnail", "isPreloading", "preloadVideo", "le", "showVideo", "startVideo", "isHovered", "setHovered", "ye", "borderRadius", "useRadius", "hasBorderRadius", "p", "Instructions", "parsedURL", "parseVideoURL", "ErrorMessage", "videoId", "embedURL", "thumbnailURL", "getThumbnailURL", "getWebPSupported", "searchParams", "wrapperStyle", "videoStyle", "PlayButton", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "defaultProps", "urlString", "getEmbedURL", "pathSegments", "embedURL1", "videoId2", "embedURL2", "res", "format", "pre", "ext", "_getWebPSupported", "window", "element", "emptyStateStyle", "centerTextStyle", "message", "containerStyles", "buttonStyle", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "humanReadableVariantMap", "getProps", "background", "color", "colorText", "ghostLink", "height", "id", "setLink", "width", "props", "_ref", "_ref1", "_ref2", "_humanReadableVariantMap_props_variant", "_ref3", "_ref4", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "ZJ0nzavms", "eI0ukcTw_", "UOSY8JWnk", "EwPwd4Q1f", "aWjFSBDya", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "enabledGestures", "variantClassNames", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "addPropertyOverrides", "cx", "serializationHash", "RichText", "css", "FramerCIFxZ7aPF", "withCSS", "CIFxZ7aPF_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "humanReadableVariantMap", "getProps", "color", "content", "height", "id", "textHere", "width", "props", "_ref", "_ref1", "_ref2", "_humanReadableVariantMap_props_variant", "_ref3", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "T0yPdqOfE", "hH9KkDZQp", "LkUoTriNz", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "addPropertyOverrides", "RichText", "css", "Framerg0nMmN9vH", "withCSS", "g0nMmN9vH_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "MotionDivWithFX", "withFX", "motion", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "transformTemplate1", "_", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "enabledGestures", "variantClassNames", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "addPropertyOverrides", "RichText", "MotionDivWithFX", "css", "FramerGsWzwFrBL", "withCSS", "GsWzwFrBL_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "humanReadableVariantMap", "getProps", "enableImage", "height", "id", "image", "jobtitle", "name1", "nikname", "quote", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_humanReadableVariantMap_props_variant", "_ref5", "_ref6", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "bErIHJkdI", "tbHzgMiO7", "aY3NDFicr", "oVU8J_Br4", "yhkvJJf0e", "iblTMwOmJ", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "addPropertyOverrides", "RichText", "Image2", "css", "Framerund5KaMd7", "withCSS", "und5KaMd7_default", "addPropertyControls", "ControlType", "addFonts", "TopbarFonts", "getFonts", "Gc8EyHGR0_default", "H1TitleLeftFonts", "g0nMmN9vH_default", "PrimaryButtonFonts", "CIFxZ7aPF_default", "MotionDivWithFX", "withFX", "motion", "RichTextWithFX", "RichText", "YouTubeFonts", "Youtube", "TestimonialCardFonts", "und5KaMd7_default", "TickerFonts", "Ticker", "ButtonCopyFonts", "GsWzwFrBL_default", "FooterSectionOneCopyFonts", "iAmEoZnYw_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "valuesByLocaleId", "LazyValue", "preloadLocalizedValues", "locale", "promises", "values", "promise", "transition1", "animation", "animation1", "transition2", "animation2", "animation3", "transition3", "animation4", "animation5", "transition4", "animation6", "transformTemplate1", "_", "transition5", "animation7", "animation8", "animation9", "transition6", "animation10", "animation11", "transition7", "animation12", "formVariants", "form", "variants", "currentVariant", "_variants_success", "_variants_pending", "_variants_error", "_variants_incomplete", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ie", "metadata1", "_document_querySelector", "robotsTag", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "preloadPromise", "preloadLocalizedValues", "ref1", "pe", "useRouteElementId", "ref2", "router", "useRouter", "isDisplayed", "isBrowser", "isDisplayed1", "isDisplayed2", "id1", "ref3", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "variantClassNames", "LayoutGroup", "motion", "cx", "serializationHash", "PropertyOverrides", "ComponentViewportProvider", "Container", "Gc8EyHGR0_default", "optimizeAppear", "RichText", "g0nMmN9vH_default", "ResolveLinks", "resolvedLinks", "CIFxZ7aPF_default", "SVG", "MotionDivWithFX", "Image2", "RichTextWithFX", "Youtube", "Ticker", "und5KaMd7_default", "FormContainer", "formState", "l", "FormPlainTextInput2", "FormSelect", "GsWzwFrBL_default", "iAmEoZnYw_default", "css", "FramerDHjy7i3Yo", "withCSS", "DHjy7i3Yo_default", "addFonts", "TopbarFonts", "H1TitleLeftFonts", "PrimaryButtonFonts", "YouTubeFonts", "TestimonialCardFonts", "TickerFonts", "ButtonCopyFonts", "FooterSectionOneCopyFonts", "__FramerMetadata__"]
}
