{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@motionone/utils@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/easing@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/animation@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:tslib@2.4.0/tslib.es6.js", "ssg:https://ga.jspm.io/npm:hey-listen@1.0.8/dist/index.js", "ssg:https://ga.jspm.io/npm:@motionone/generators@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/dom@10.12.0/dist/index.es.js", "ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js", "ssg:https://framerusercontent.com/modules/CbwKLBXqb5ew6f4MUrc4/W27X5hPKLPFoTjIZKDB3/feEUheT0z.js", "ssg:https://framerusercontent.com/modules/sHhooP6Dp68e91Iv3KOj/Ljd06Mxy39l3evt8uZLr/VtC6tlSj2.js", "ssg:https://framerusercontent.com/modules/rokq0Q4xGcympg2QmTHV/L7PAqSpYv3yXFkmstLBj/H4CMXRzTc.js", "ssg:https://framerusercontent.com/modules/3XBcEmzCH6pNEteqDXA9/QvLbXgR9SzqyTOWJD4xZ/NAyZZKCV2.js", "ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/D4TWeLfcxT6Tysr2BlYg/iZjmqdxVx1EOiM3k1FaW/useOnNavigationTargetChange.js", "ssg:https://framerusercontent.com/modules/eMBrwoqQK7h6mEeGQUH8/GuplvPJVjmxpk9zqOTcb/isBrowser.js", "ssg:https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js", "ssg:https://framerusercontent.com/modules/ni2IPiJgljaZyyfrkLJA/TQ9XPFJDLWXCbT5XrCQc/NyrtEcsak.js"],
  "sourcesContent": ["function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let f=0;for(;f<o-2;f++)if(s<e[f+1])break;let r=clamp(0,1,progress(e[f],e[f+1],s));const c=getEasingForSegment(n,f);r=c(r);return mix(t[f],t[f+1],r)}}const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isFunction=t=>\"function\"===typeof t;const isString=t=>\"string\"===typeof t;const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isFunction,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,defaults as i,isEasingGenerator as e,isEasingList as s,interpolate as a}from\"@motionone/utils\";import{cubicBezier as n,steps as r}from\"@motionone/easing\";const o={ease:n(.25,.1,.25,1),\"ease-in\":n(.42,0,1,1),\"ease-in-out\":n(.42,0,.58,1),\"ease-out\":n(0,0,.58,1)};const h=/\\((.*?)\\)/;function getEasingFunction(i){if(\"function\"===typeof i)return i;if(Array.isArray(i))return n(...i);if(o[i])return o[i];if(i.startsWith(\"steps\")){const t=h.exec(i);if(t){const i=t[1].split(\",\");return r(parseFloat(i[0]),i[1].trim())}}return t}class Animation{constructor(n,r=[0,1],{easing:o,duration:h=i.duration,delay:u=i.delay,endDelay:l=i.endDelay,repeat:m=i.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=t;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));o=o||i.easing;if(e(o)){const t=o.createAnimation(r,(()=>\"0\"),true);o=t.easing;void 0!==t.keyframes&&(r=t.keyframes);void 0!==t.duration&&(h=t.duration)}this.repeat=m;this.easing=s(o)?t:getEasingFunction(o);this.updateDuration(h);const d=a(r,c,s(o)?o.map(getEasingFunction):t);this.tick=t=>{var i;u=u;let e=0;e=void 0!==this.pauseTime?this.pauseTime:(t-this.startTime)*this.rate;this.t=e;e/=1e3;e=Math.max(e-u,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(e=this.totalDuration);const s=e/this.duration;let a=Math.floor(s);let r=s%1;!r&&s>=1&&(r=1);1===r&&a--;const o=a%2;(\"reverse\"===p||\"alternate\"===p&&o||\"alternate-reverse\"===p&&!o)&&(r=1-r);const h=e>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(h));n(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||e>=this.totalDuration+l);if(c){this.playState=\"finished\";null===(i=this.resolve)||void 0===i?void 0:i.call(this,m)}else\"idle\"!==this.playState&&(this.frameRequestId=requestAnimationFrame(this.tick))};this.play()}play(){const t=performance.now();this.playState=\"running\";void 0!==this.pauseTime?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t);this.cancelTimestamp=this.startTime;this.pauseTime=void 0;this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState=\"paused\";this.pauseTime=this.t}finish(){this.playState=\"finished\";this.tick(0)}stop(){var t;this.playState=\"idle\";void 0!==this.frameRequestId&&cancelAnimationFrame(this.frameRequestId);null===(t=this.reject)||void 0===t?void 0:t.call(this,false)}cancel(){this.stop();this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t;this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){void 0!==this.pauseTime||0===this.rate?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}export{Animation,getEasingFunction};\n\n//# sourceMappingURL=index.es.js.map", "var extendStatics=function(e,t){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])};return extendStatics(e,t)};function __extends(e,t){if(\"function\"!==typeof t&&null!==t)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}var __assign=function(){__assign=Object.assign||function __assign(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e};return __assign.apply(this,arguments)};function __rest(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"===typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function __decorate(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i}function __param(e,t){return function(r,n){t(r,n,e)}}function __metadata(e,t){if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.metadata)return Reflect.metadata(e,t)}function __awaiter(e,t,r,n){function adopt(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,o){function fulfilled(e){try{step(n.next(e))}catch(e){o(e)}}function rejected(e){try{step(n.throw(e))}catch(e){o(e)}}function step(e){e.done?r(e.value):adopt(e.value).then(fulfilled,rejected)}step((n=n.apply(e,t||[])).next())}))}function __generator(e,t){var r,n,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:verb(0),throw:verb(1),return:verb(2)},\"function\"===typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function verb(e){return function(t){return step([e,t])}}function step(a){if(r)throw new TypeError(\"Generator is already executing.\");while(i)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;(n=0,o)&&(a=[2&a[0],o.value]);switch(a[0]){case 0:case 1:o=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;n=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1];o=a;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(a);break}o[2]&&i.ops.pop();i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e];n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:true}}}var e=Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:true,get:function(){return t[r]}});Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r);e[n]=t[r]};function __exportStar(t,r){for(var n in t)\"default\"===n||Object.prototype.hasOwnProperty.call(r,n)||e(r,t,n)}function __values(e){var t=\"function\"===typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&\"number\"===typeof e.length)return{next:function(){e&&n>=e.length&&(e=void 0);return{value:e&&e[n++],done:!e}}};throw new TypeError(t?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function __read(e,t){var r=\"function\"===typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{while((void 0===t||t-- >0)&&!(n=a.next()).done)i.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return i}\n/** @deprecated */function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}\n/** @deprecated */function __spreadArrays(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),o=0;for(t=0;t<r;t++)for(var a=arguments[t],i=0,c=a.length;i<c;i++,o++)n[o]=a[i];return n}function __spreadArray(e,t,r){if(r||2===arguments.length)for(var n,o=0,a=t.length;o<a;o++)if(n||!(o in t)){n||(n=Array.prototype.slice.call(t,0,o));n[o]=t[o]}return e.concat(n||Array.prototype.slice.call(t))}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,r){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var n,o=r.apply(e,t||[]),a=[];return n={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),n[Symbol.asyncIterator]=function(){return this},n;function verb(e){o[e]&&(n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||resume(e,t)}))})}function resume(e,t){try{step(o[e](t))}catch(e){settle(a[0][3],e)}}function step(e){e.value instanceof __await?Promise.resolve(e.value.v).then(fulfill,reject):settle(a[0][2],e)}function fulfill(e){resume(\"next\",e)}function reject(e){resume(\"throw\",e)}function settle(e,t){(e(t),a.shift(),a.length)&&resume(a[0][0],a[0][1])}}function __asyncDelegator(e){var t,r;return t={},verb(\"next\"),verb(\"throw\",(function(e){throw e})),verb(\"return\"),t[Symbol.iterator]=function(){return this},t;function verb(n,o){t[n]=e[n]?function(t){return(r=!r)?{value:__await(e[n](t)),done:\"return\"===n}:o?o(t):t}:o}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=\"function\"===typeof __values?__values(e):e[Symbol.iterator](),t={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),t[Symbol.asyncIterator]=function(){return this},t);function verb(r){t[r]=e[r]&&function(t){return new Promise((function(n,o){t=e[r](t),settle(n,o,t.done,t.value)}))}}function settle(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)}}function __makeTemplateObject(e,t){Object.defineProperty?Object.defineProperty(e,\"raw\",{value:t}):e.raw=t;return e}var t=Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:true,value:t})}:function(e,t){e.default=t};function __importStar(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)\"default\"!==o&&Object.prototype.hasOwnProperty.call(r,o)&&e(n,r,o);t(n,r);return n}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,r,n){if(\"a\"===r&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(\"function\"===typeof t?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return\"m\"===r?n:\"a\"===r?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,r,n,o){if(\"m\"===n)throw new TypeError(\"Private method is not writable\");if(\"a\"===n&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(\"function\"===typeof t?e!==t||!o:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return\"a\"===n?o.call(e,r):o?o.value=r:t.set(e,r),r}function __classPrivateFieldIn(e,t){if(null===t||\"object\"!==typeof t&&\"function\"!==typeof t)throw new TypeError(\"Cannot use 'in' operator on non-object\");return\"function\"===typeof e?t===e:e.has(t)}export{__assign,__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,e as __createBinding,__decorate,__exportStar,__extends,__generator,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__read,__rest,__spread,__spreadArray,__spreadArrays,__values};\n\n//# sourceMappingURL=tslib.es6.js.map", "var n={};Object.defineProperty(n,\"__esModule\",{value:true});n.warning=function(){};n.invariant=function(){};const e=n.__esModule,t=n.warning,r=n.invariant;export default n;export{e as __esModule,r as invariant,t as warning};\n\n//# sourceMappingURL=index.js.map", "import{velocityPerSecond as e,time as t}from\"@motionone/utils\";const s=5;function calcGeneratorVelocity(t,n,r){const a=Math.max(n-s,0);return e(r-t(a),n-a)}const n={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=n.stiffness,t=n.damping,s=n.mass)=>t/(2*Math.sqrt(e*s));function hasReachedTarget(e,t,s){return e<t&&s>=t||e>t&&s<=t}const spring=({stiffness:e=n.stiffness,damping:s=n.damping,mass:r=n.mass,from:a=0,to:o=1,velocity:c=0,restSpeed:i=2,restDistance:h=.5}={})=>{c=c?t.s(c):0;const u={done:false,hasReachedTarget:false,current:a,target:o};const d=o-a;const f=Math.sqrt(e/r)/1e3;const l=calcDampingRatio(e,s,r);let g;if(l<1){const e=f*Math.sqrt(1-l*l);g=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else g=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=g(e);const t=0===e?c:calcGeneratorVelocity(g,e,u.current);const s=Math.abs(t)<=i;const n=Math.abs(o-u.current)<=h;u.done=s&&n;u.hasReachedTarget=hasReachedTarget(a,o,u.current);return u}};const glide=({from:e=0,velocity:s=0,power:n=.8,decay:r=.325,bounceDamping:a,bounceStiffness:o,changeTarget:c,min:i,max:h,restDistance:u=.5,restSpeed:d})=>{r=t.ms(r);const f={hasReachedTarget:false,done:false,current:e,target:e};const isOutOfBounds=e=>void 0!==i&&e<i||void 0!==h&&e>h;const nearestBoundary=e=>void 0===i?h:void 0===h||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=void 0===c?g:c(g);f.target=m;m!==g&&(l=m-e);const calcDelta=e=>-l*Math.exp(-e/r);const calcLatest=e=>m+calcDelta(e);const applyFriction=e=>{const t=calcDelta(e);const s=calcLatest(e);f.done=Math.abs(t)<=u;f.current=f.done?m:s};let p;let M;const checkCatchBoundary=e=>{if(isOutOfBounds(f.current)){p=e;M=spring({from:f.current,to:nearestBoundary(f.current),velocity:calcGeneratorVelocity(calcLatest,e,f.current),damping:a,stiffness:o,restDistance:u,restSpeed:d})}};checkCatchBoundary(0);return e=>{let t=false;if(!M&&void 0===p){t=true;applyFriction(e);checkCatchBoundary(e)}if(void 0!==p&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const r=10;const a=1e4;function pregenerateKeyframes(e){let t;let s=r;let n=e(0);const o=[n.current];while(!n.done&&s<a){n=e(s);o.push(n.done?n.target:n.current);void 0===t&&n.hasReachedTarget&&(t=s);s+=r}const c=s-r;1===o.length&&o.push(n.current);return{keyframes:o,duration:c/1e3,overshootDuration:(null!==t&&void 0!==t?t:c)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n\n//# sourceMappingURL=index.es.js.map", "import{MotionValue as e}from\"@motionone/types\";import{noopReturn as t,addUniqueItem as n,isCubicBezier as o,defaults as i,isEasingGenerator as s,isNumber as r,time as a,isEasingList as c,noop as l,removeItem as f,mix as u,getEasingForSegment as d,isString as g,defaultOffset as m,fillOffset as h,progress as p,velocityPerSecond as v,interpolate as y}from\"@motionone/utils\";import{Animation as w,getEasingFunction as E}from\"@motionone/animation\";import{__rest as b}from\"tslib\";import{invariant as S}from\"hey-listen\";import{pregenerateKeyframes as A,calcGeneratorVelocity as O,spring as x,glide as V}from\"@motionone/generators\";const z=new WeakMap;function getAnimationData(e){z.has(e)||z.set(e,{transforms:[],values:new Map});return z.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const W=[\"\",\"X\",\"Y\",\"Z\"];const L=[\"translate\",\"scale\",\"rotate\",\"skew\"];const T={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const D={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const M={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:D,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:D};const k=new Map;const asTransformCssVar=e=>`--motion-${e}`;const B=[\"x\",\"y\",\"z\"];L.forEach((e=>{W.forEach((t=>{B.push(e+t);k.set(asTransformCssVar(e+t),M[e])}))}));const compareTransformOrder=(e,t)=>B.indexOf(e)-B.indexOf(t);const j=new Set(B);const isTransform=e=>j.has(e);const addTransformToElement=(e,t)=>{T[t]&&(t=T[t]);const{transforms:o}=getAnimationData(e);n(o,t);e.style.transform=buildTransformTemplate(o)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const P=new Set;function registerCssVariable(e){if(!P.has(e)){P.add(e);try{const{syntax:t,initialValue:n}=k.has(e)?k.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const convertEasing=e=>o(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;const testAnimation=e=>document.createElement(\"div\").animate(e,{duration:.001});const C={cssRegisterProperty:()=>\"undefined\"!==typeof CSS&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]}).finished)};const $={};const R={};for(const e in C)R[e]=()=>{void 0===$[e]&&($[e]=C[e]());return $[e]};function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){T[e]&&(e=T[e]);return isTransform(e)?asTransformCssVar(e):e}const H={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=k.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&\"finished\"!==e.playState)try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={}){const f=getDevToolsRecord();const u=false!==o.record&&f;let d;let{duration:g=i.duration,delay:m=i.delay,endDelay:h=i.endDelay,repeat:p=i.repeat,easing:v=i.easing,direction:y,offset:E,allowWebkitAcceleration:b=false}=o;const S=getAnimationData(e);let A=R.waapi();const O=isTransform(t);O&&addTransformToElement(e,t);const x=getStyleName(t);const V=getMotionValue(S.values,x);const z=k.get(x);stopAnimation(V.animation,!(s(v)&&V.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=H.get(e,x))&&void 0!==t?t:null===z||void 0===z?void 0:z.initialValue)&&void 0!==n?n:0};let i=hydrateKeyframes(keyframesList(n),readInitialValue);if(s(v)){const e=v.createAnimation(i,readInitialValue,O,x,V);v=e.easing;void 0!==e.keyframes&&(i=e.keyframes);void 0!==e.duration&&(g=e.duration)}isCssVar(x)&&(R.cssRegisterProperty()?registerCssVariable(x):A=false);if(A){z&&(i=i.map((e=>r(e)?z.toDefaultUnit(e):e)));1!==i.length||R.partialKeyframes()&&!u||i.unshift(readInitialValue());const t={delay:a.ms(m),duration:a.ms(g),endDelay:a.ms(h),easing:c(v)?void 0:convertEasing(v),direction:y,iterations:p+1,fill:\"both\"};d=e.animate({[x]:i,offset:E,easing:c(v)?v.map(convertEasing):void 0},t);d.finished||(d.finished=new Promise(((e,t)=>{d.onfinish=e;d.oncancel=t})));const n=i[i.length-1];d.finished.then((()=>{H.set(e,x,n);d.cancel()})).catch(l);b||(d.playbackRate=1.000001)}else if(O){i=i.map((e=>\"string\"===typeof e?parseFloat(e):e));1===i.length&&i.unshift(parseFloat(readInitialValue()));const render=t=>{z&&(t=z.toDefaultUnit(t));H.set(e,x,t)};d=new w(render,i,Object.assign(Object.assign({},o),{duration:g,easing:v}))}else{const t=i[i.length-1];H.set(e,x,z&&r(t)?z.toDefaultUnit(t):t)}u&&f(e,t,i,{duration:g,delay:m,easing:v,repeat:p,offset:E},\"motion-one\");V.setAnimation(d);return d}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(\"string\"===typeof e)if(t){null!==(n=t[e])&&void 0!==n?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=i.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},I);const getActiveAnimation=e=>e.animations[0];const I={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return a.s((null===n||void 0===n?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return null===n||void 0===n?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(l));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return\"undefined\"===typeof(null===n||void 0===n?void 0:n[t])?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=a.ms(n);case\"currentTime\":case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(e=.1,{start:t=0,from:n=0,easing:o}={}){return(i,s)=>{const a=r(n)?n:getFromIndex(n,s);const c=Math.abs(a-i);let l=e*c;if(o){const t=s*e;const n=E(o);l=n(l/t)*t}return t+l}}function getFromIndex(e,t){if(\"first\"===e)return 0;{const n=t-1;return\"last\"===e?n:n/2}}function resolveOption(e,t,n){return\"function\"===typeof e?e(t,n):e}function animate(e,t,n={}){e=resolveElements(e);const o=e.length;const i=[];for(let s=0;s<o;s++){const r=e[s];for(const e in t){const a=getOptions(n,e);a.delay=resolveOption(a.delay,s,o);const c=animateStyle(r,e,t[e],a);i.push(c)}}return withControls(i,n,n.duration)}function calcNextTime(e,t,n,o){var i;return r(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):\"<\"===t?n:null!==(i=o.get(t))&&void 0!==i?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){f(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:u(i,s,o[r]),easing:d(n,r)})}function compareByTime(e,t){return e.at===t.at?null===e.value?1:-1:e.at-t.at}function timeline(e,t={}){var n;const o=createAnimationsFromTimeline(e,t);const i=o.map((e=>animateStyle(...e))).filter(Boolean);return withControls(i,t,null===(n=o[0])||void 0===n?void 0:n[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:n={}}=t,o=b(t,[\"defaultOptions\"]);const r=[];const a=new Map;const c={};const l=new Map;let f=0;let u=0;let d=0;for(let t=0;t<e.length;t++){const o=e[t];if(g(o)){l.set(o,u);continue}if(!Array.isArray(o)){l.set(o.name,calcNextTime(u,o.at,f,l));continue}const[r,p,v={}]=o;void 0!==v.at&&(u=calcNextTime(u,v.at,f,l));let y=0;const w=resolveElements(r,c);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,a);for(const t in p){const r=getValueSequence(t,o);let a=keyframesList(p[t]);const c=getOptions(v,t);let{duration:l=n.duration||i.duration,easing:f=n.easing||i.easing}=c;if(s(f)){const e=isTransform(t);S(2===a.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=f.createAnimation(a,(()=>\"0\"),e);f=n.easing;void 0!==n.keyframes&&(a=n.keyframes);void 0!==n.duration&&(l=n.duration)}const g=resolveOption(v.delay,e,E)||0;const w=u+g;const b=w+l;let{offset:A=m(a.length)}=c;1===A.length&&0===A[0]&&(A[1]=1);const O=length-a.length;O>0&&h(A,O);1===a.length&&a.unshift(null);addKeyframes(r,a,f,A,w,b);y=Math.max(g+l,y);d=Math.max(b,d)}}f=u;u+=y}a.forEach(((e,t)=>{for(const s in e){const a=e[s];a.sort(compareByTime);const c=[];const l=[];const f=[];for(let e=0;e<a.length;e++){const{at:t,value:n,easing:o}=a[e];c.push(n);l.push(p(0,d,t));f.push(o||i.easing)}if(0!==l[0]){l.unshift(0);c.unshift(c[0]);f.unshift(\"linear\")}if(1!==l[l.length-1]){l.push(1);c.push(null)}r.push([t,s,c,Object.assign(Object.assign(Object.assign({},n),{duration:d,easing:f,offset:l}),o)])}}));return r}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s,restSpeed:r?.05:2,restDistance:r?.01:.5},n)));return o.get(a)};const getKeyframes=e=>{t.has(e)||t.set(e,A(e));return t.get(e)};return{createAnimation:(e,t,n,o,i)=>{var s,r;let a;const c=e.length;let l=n&&c<=2&&e.every(isNumberOrNull);if(l){const n=e[c-1];const l=1===c?null:e[0];let f=0;let u=0;const d=null===i||void 0===i?void 0:i.generator;if(d){const{animation:t,generatorStartTime:n}=i;const o=(null===t||void 0===t?void 0:t.startTime)||n||0;const r=(null===t||void 0===t?void 0:t.currentTime)||performance.now()-o;const a=d(r).current;u=null!==(s=l)&&void 0!==s?s:a;(1===c||2===c&&null===e[0])&&(f=O((e=>d(e).current),r,a))}else u=null!==(r=l)&&void 0!==r?r:parseFloat(t());const g=getGenerator(u,n,f,null===o||void 0===o?void 0:o.includes(\"scale\"));const m=getKeyframes(g);a=Object.assign(Object.assign({},m),{easing:\"linear\"});if(i){i.generator=g;i.generatorStartTime=performance.now()}}else{const e=getKeyframes(getGenerator(0,100));a={easing:\"ease\",duration:e.overshootDuration}}return a}}}}const isNumberOrNull=e=>\"string\"!==typeof e;const N=createGeneratorEasing(x);const F=createGeneratorEasing(V);const U={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:i=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const s=resolveElements(e);const r=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=r.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);\"function\"===typeof n?r.set(e.target,n):a.unobserve(e.target)}else if(n){n(e);r.delete(e.target)}}))};const a=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof i?i:U[i]});s.forEach((e=>a.observe(e)));return()=>a.disconnect()}const q=new WeakMap;let K;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;null===(o=q.get(e))||void 0===o?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){\"undefined\"!==typeof ResizeObserver&&(K=new ResizeObserver(notifyAll))}function resizeElement(e,t){K||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=q.get(e);if(!n){n=new Set;q.set(e,n)}n.add(t);null===K||void 0===K?void 0:K.observe(e)}));return()=>{n.forEach((e=>{const n=q.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===K||void 0===K?void 0:K.unobserve(e))}))}}const G=new Set;let _;function createWindowResizeHandler(){_=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};G.forEach((e=>e(t)))};window.addEventListener(\"resize\",_)}function resizeWindow(e){G.add(e);_||createWindowResizeHandler();return()=>{G.delete(e);!G.size&&_&&(_=void 0)}}function resize(e,t){return\"function\"===typeof e?resizeWindow(e):resizeElement(e,t)}const Z=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const X={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,o){const i=n[t];const{length:s,position:r}=X[t];const a=i.current;const c=n.time;i.current=e[\"scroll\"+r];i.scrollLength=e[\"scroll\"+s]-e[\"client\"+s];i.offset.length=0;i.offset[0]=0;i.offset[1]=i.scrollLength;i.progress=p(0,i.scrollLength,i.current);const l=o-c;i.velocity=l>Z?0:v(i.current-a,l)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Y={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const J={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==J[e]&&(e=J[e]);if(g(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}r(e)&&(o=t*e);return n+o}const Q=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:Q;let s=0;let a=0;if(r(e))i=[e,e];else if(g(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,J[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);a=resolveEdge(i[1],t);return s-a}const ee={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Y.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ee;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=y(m(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const i=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:\"function\"===typeof t?()=>t(n):scrubAnimation(t,n[i])}}function scrubAnimation(e,n){e.pause();e.forEachNative(((e,{easing:n})=>{var o,i;if(e.updateDuration){n||(e.easing=t);e.updateDuration(1)}else{const t={duration:1e3};n||(t.easing=\"linear\");null===(i=null===(o=e.effect)||void 0===o?void 0:o.updateTiming)||void 0===i?void 0:i.call(o,t)}}));return()=>{e.currentTime=n.progress}}const te=new WeakMap;const ne=new WeakMap;const oe=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=b(t,[\"container\"]);let i=oe.get(n);if(!i){i=new Set;oe.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!te.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};te.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ne.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=te.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=oe.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=te.get(n);te.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ne.get(n))||void 0===t?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return\"object\"===typeof e}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let ie;function processScheduledAnimations(){if(!ie)return;const e=ie.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);ie=void 0}function scheduleAnimation(e){if(ie)n(ie,e);else{ie=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){ie&&f(ie,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const se={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=b(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const re={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const ae={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const ce={inView:se,hover:re,press:ae};const le=[\"initial\",\"animate\",...Object.keys(ce),\"exit\"];const fe=new WeakMap;function createMotionState(e={},t){let n;let o=t?t.getDepth()+1:0;const i={initial:true,animate:true};const s={};const r={};for(const n of le)r[n]=\"string\"===typeof e[n]?e[n]:null===t||void 0===t?void 0:t.getContext()[n];const a=false===e.initial?\"animate\":\"initial\";let c=resolveVariant(e[a]||r[a],e.variants)||{},f=b(c,[\"transition\"]);const u=Object.assign({},f);function*animateUpdates(){var t,o;const s=f;f={};const r={};for(const n of le){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){f[n]=s[n];r[n]=getOptions(null!==(o=null!==(t=s.transition)&&void 0!==t?t:e.transition)&&void 0!==o?o:{},n)}}const a=new Set([...Object.keys(f),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===f[e]&&(f[e]=u[e]);if(hasChanged(s[e],f[e])){null!==(t=u[e])&&void 0!==t?t:u[e]=H.get(n,e);c.push(animateStyle(n,e,f[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=f;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(l)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in ce){const o=ce[t].isActive(e);const i=s[t];if(o&&!i)s[t]=ce[t].subscribe(n,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!o&&i){i();delete s[t]}}};const d={update:t=>{if(n){e=t;updateGestureSubscriptions();scheduleAnimation(d)}},setActive:(e,t)=>{if(n){i[e]=t;scheduleAnimation(d)}},animateUpdates:animateUpdates,getDepth:()=>o,getTarget:()=>f,getOptions:()=>e,getContext:()=>r,mount:e=>{S(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;fe.set(n,d);updateGestureSubscriptions();return()=>{fe.delete(n);unscheduleAnimation(d);for(const e in s)s[e]()}},isMounted:()=>Boolean(n)};return d}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){T[o]&&(o=T[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const a=k.get(o);a&&(s=r(i)?a.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Y as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,F as glide,inView$1 as inView,fe as mountedStates,resize,scroll,N as spring,stagger,H as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,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;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const numChildren=Children.count(filteredSlots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[/*#__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(filteredSlots,(child,index)=>{var _child_props,_child_props1,_child_props2,_child_props3;let ref;if(index===0){ref=childrenRef[0];}if(index===filteredSlots.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(filteredSlots,(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%\",willChange:\"transform\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/cloneElement(child,{key:i+\" \"+childIndex,style:{...(_child_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]);// Pause the animation when it's out of view\nuseEffect(()=>{if(!animationRef.current)return;if(isInView&&animationRef.current.playState===\"paused\"){animationRef.current.play();}else if(!isInView&&animationRef.current.playState===\"running\"){animationRef.current.pause();}},[isInView]);}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,willChange:isCanvas?\"auto\":\"transform\",transform:supportsAcceleratedAnimations?transformer(0):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\":{\"framerDisableUnlink\":\"*\",\"framerIntrinsicWidth\":\"400\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "// Generated by Framer (f712822)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={AefSnkySW:{hover:true},iK8f8QELQ:{hover:true},zdg1G5rKy:{hover:true}};const cycleOrder=[\"iK8f8QELQ\",\"AefSnkySW\",\"zdg1G5rKy\"];const serializationHash=\"framer-eJB4A\";const variantClassNames={AefSnkySW:\"framer-v-13k382v\",iK8f8QELQ:\"framer-v-1x5bqso\",zdg1G5rKy:\"framer-v-11kgep6\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const radiusForCorner=(value,cornerIndex)=>{if(typeof value===\"number\"&&Number.isFinite(value))return Math.max(0,value)+\"px\";if(typeof value!==\"string\"||typeof cornerIndex!==\"number\")return undefined;const segments=value.split(\" \");return segments[cornerIndex]||segments[cornerIndex-2]||segments[0];};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Button secondary\":\"AefSnkySW\",\"Button tertiary\":\"zdg1G5rKy\",Button:\"iK8f8QELQ\"};const getProps=({button,fontSize,full,height,id,width,...props})=>{return{...props,J4bn4hMB5:fontSize??props.J4bn4hMB5??16,rVqR9m1KU:button??props.rVqR9m1KU??\"primary button\",variant:humanReadableVariantMap[props.variant]??props.variant??\"iK8f8QELQ\",zQLtSN6k5:full??props.zQLtSN6k5??\"999999px\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,zQLtSN6k5,rVqR9m1KU,J4bn4hMB5,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"iK8f8QELQ\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"iK8f8QELQ-hover\",\"AefSnkySW-hover\"].includes(gestureVariant))return true;return false;};const isDisplayed1=()=>{if(gestureVariant===\"zdg1G5rKy-hover\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1x5bqso\",className,classNames),\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"iK8f8QELQ\",ref:refBinding,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:\"var(--token-c820206f-b823-4235-8a1b-2a19ba119f81, rgb(251, 198, 30))\",borderBottomLeftRadius:radiusForCorner(zQLtSN6k5,3),borderBottomRightRadius:radiusForCorner(zQLtSN6k5,2),borderTopLeftRadius:radiusForCorner(zQLtSN6k5,0),borderTopRightRadius:radiusForCorner(zQLtSN6k5,1),...style},variants:{\"AefSnkySW-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},\"iK8f8QELQ-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},AefSnkySW:{backgroundColor:\"var(--token-c8f48a7d-6289-42b4-9286-2f8f153d7dab, rgb(16, 16, 16))\"},zdg1G5rKy:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-534ce612-6dc7-45f9-a84d-054f95be542f, rgb(208, 213, 221))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-6069c0d6-8914-4053-9b64-101248e95436, rgb(255, 255, 255))\"}},...addPropertyOverrides({\"AefSnkySW-hover\":{\"data-framer-name\":undefined},\"iK8f8QELQ-hover\":{\"data-framer-name\":undefined},\"zdg1G5rKy-hover\":{\"data-framer-name\":undefined},AefSnkySW:{\"data-framer-name\":\"Button secondary\"},zdg1G5rKy:{\"data-border\":true,\"data-framer-name\":\"Button tertiary\"}},baseVariant,gestureVariant),children:[/*#__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\":\"calc(var(--variable-reference-J4bn4hMB5-feEUheT0z) * 1px)\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-97f696d5-8ee2-4969-b0b8-cb43617d9d93, rgb(16, 16, 16)))\"},children:\"primary button\"})}),className:\"framer-y0a94g\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"v0O8A3aF6\",style:{\"--extracted-r6o4lv\":\"var(--token-97f696d5-8ee2-4969-b0b8-cb43617d9d93, rgb(16, 16, 16))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-J4bn4hMB5-feEUheT0z\":J4bn4hMB5},text:rVqR9m1KU,variants:{AefSnkySW:{\"--extracted-r6o4lv\":\"var(--token-6069c0d6-8914-4053-9b64-101248e95436, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({AefSnkySW:{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\":\"calc(var(--variable-reference-J4bn4hMB5-feEUheT0z) * 1px)\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6069c0d6-8914-4053-9b64-101248e95436, rgb(255, 255, 255)))\"},children:\"primary button\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-o3mu7p\",\"data-framer-name\":\"ArrowRightShort\",fill:'var(--token-97f696d5-8ee2-4969-b0b8-cb43617d9d93, rgb(16, 16, 16)) /* {\"name\":\"text-primary\"} */',intrinsicHeight:64,intrinsicWidth:64,layoutDependency:layoutDependency,layoutId:\"mXy37_56m\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" width=\"64\" height=\"64\" fill=\"currentColor\" class=\"bi bi-arrow-right-short\"><path fill-rule=\"evenodd\" d=\"M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8\"/></svg>',withExternalLayout:true,...addPropertyOverrides({\"AefSnkySW-hover\":{fill:'var(--token-6069c0d6-8914-4053-9b64-101248e95436, rgb(255, 255, 255)) /* {\"name\":\"white\"} */'}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1fy8bto\",\"data-framer-name\":\"ArrowRightShort\",fill:'var(--token-97f696d5-8ee2-4969-b0b8-cb43617d9d93, rgb(16, 16, 16)) /* {\"name\":\"text-primary\"} */',intrinsicHeight:64,intrinsicWidth:64,layoutDependency:layoutDependency,layoutId:\"K9OtJle8p\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" width=\"64\" height=\"64\" fill=\"currentColor\" class=\"bi bi-arrow-right-short\"><path fill-rule=\"evenodd\" d=\"M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8\"/></svg>',withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-eJB4A.framer-z3099l, .framer-eJB4A .framer-z3099l { display: block; }\",\".framer-eJB4A.framer-1x5bqso { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: wrap; gap: 8px; height: 44px; justify-content: center; overflow: hidden; padding: 12px 20px 12px 20px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-eJB4A .framer-y0a94g { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-eJB4A .framer-o3mu7p, .framer-eJB4A .framer-1fy8bto { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); position: relative; width: 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-eJB4A.framer-1x5bqso { gap: 0px; } .framer-eJB4A.framer-1x5bqso > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-eJB4A.framer-1x5bqso > :first-child { margin-left: 0px; } .framer-eJB4A.framer-1x5bqso > :last-child { margin-right: 0px; } }\",\".framer-eJB4A.framer-v-13k382v.framer-1x5bqso { height: 60px; padding: 12px 24px 12px 24px; }\",\".framer-eJB4A.framer-v-1x5bqso.hover.framer-1x5bqso, .framer-eJB4A.framer-v-11kgep6.hover.framer-1x5bqso { flex-wrap: nowrap; }\",\".framer-eJB4A.framer-v-13k382v.hover.framer-1x5bqso { flex-wrap: nowrap; gap: 4px; }\",\".framer-eJB4A.framer-v-13k382v.hover .framer-o3mu7p { aspect-ratio: unset; height: 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-eJB4A.framer-v-13k382v.hover.framer-1x5bqso { gap: 0px; } .framer-eJB4A.framer-v-13k382v.hover.framer-1x5bqso > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-eJB4A.framer-v-13k382v.hover.framer-1x5bqso > :first-child { margin-left: 0px; } .framer-eJB4A.framer-v-13k382v.hover.framer-1x5bqso > :last-child { margin-right: 0px; } }\",'.framer-eJB4A[data-border=\"true\"]::after, .framer-eJB4A [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 44\n * @framerIntrinsicWidth 154.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"AefSnkySW\":{\"layout\":[\"auto\",\"fixed\"]},\"zdg1G5rKy\":{\"layout\":[\"auto\",\"fixed\"]},\"MrTSHMQEg\":{\"layout\":[\"auto\",\"fixed\"]},\"u4MAYmxfa\":{\"layout\":[\"auto\",\"fixed\"]},\"ji6kd2mB4\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"zQLtSN6k5\":\"full\",\"rVqR9m1KU\":\"button\",\"J4bn4hMB5\":\"fontSize\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerfeEUheT0z=withCSS(Component,css,\"framer-eJB4A\");export default FramerfeEUheT0z;FramerfeEUheT0z.displayName=\"Primary button 2\";FramerfeEUheT0z.defaultProps={height:44,width:154.5};addPropertyControls(FramerfeEUheT0z,{variant:{options:[\"iK8f8QELQ\",\"AefSnkySW\",\"zdg1G5rKy\"],optionTitles:[\"Button\",\"Button secondary\",\"Button tertiary\"],title:\"Variant\",type:ControlType.Enum},zQLtSN6k5:{defaultValue:\"999999px\",title:\"full\",type:ControlType.BorderRadius},rVqR9m1KU:{defaultValue:\"primary button\",displayTextArea:false,placeholder:\"\",title:\"Button\",type:ControlType.String},J4bn4hMB5:{defaultValue:16,title:\"Font Size\",type:ControlType.Number}});addFonts(FramerfeEUheT0z,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerfeEUheT0z\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"44\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"AefSnkySW\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"zdg1G5rKy\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"MrTSHMQEg\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"u4MAYmxfa\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"ji6kd2mB4\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerVariables\":\"{\\\"zQLtSN6k5\\\":\\\"full\\\",\\\"rVqR9m1KU\\\":\\\"button\\\",\\\"J4bn4hMB5\\\":\\\"fontSize\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"154.5\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./feEUheT0z.map", "// Generated by Framer (f712822)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"MjhwtmPJ6\",\"M1_dal531\",\"Z0uiLeLeh\",\"MxarWA7_a\",\"VVaUxXZVT\"];const serializationHash=\"framer-QrmOe\";const variantClassNames={M1_dal531:\"framer-v-14iiqko\",MjhwtmPJ6:\"framer-v-6i9qnj\",MxarWA7_a:\"framer-v-1lnyi9x\",VVaUxXZVT:\"framer-v-hlcor9\",Z0uiLeLeh:\"framer-v-1lzndg1\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const transition2={bounce:.2,delay:0,duration:.8,type:\"spring\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"MjhwtmPJ6\",\"Variant 2\":\"M1_dal531\",\"Variant 3\":\"Z0uiLeLeh\",\"Variant 4\":\"MxarWA7_a\",\"Variant 5\":\"VVaUxXZVT\"};const getProps=({fontSize,height,id,text1,text2,text3,text4,width,...props})=>{return{...props,aYBqrybb7:text4??props.aYBqrybb7??\"Kak Long & Keluarga\",hZxMIMWBh:text1??props.hZxMIMWBh??\"Dato' Sri Vida\",La_iqQBBd:fontSize??props.La_iqQBBd??96,mvUaA8hEA:text3??props.mvUaA8hEA??\"Mak Uda\",sukxuqn1v:text2??props.sukxuqn1v??\"Pak Man\",variant:humanReadableVariantMap[props.variant]??props.variant??\"MjhwtmPJ6\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,La_iqQBBd,hZxMIMWBh,sukxuqn1v,mvUaA8hEA,aYBqrybb7,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"MjhwtmPJ6\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear1t334mv=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"M1_dal531\",true),500);});const onAppearvvqy7d=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"Z0uiLeLeh\",true),1500);});const onAppeargq0u55=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"MxarWA7_a\",true),1500);});const onAppearhv35p5=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"VVaUxXZVT\",true),1500);});const onAppear1lhax96=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"MjhwtmPJ6\",true),1e3);});useOnVariantChange(baseVariant,{default:onAppear1t334mv,M1_dal531:onAppearvvqy7d,MxarWA7_a:onAppearhv35p5,VVaUxXZVT:onAppear1lhax96,Z0uiLeLeh:onAppeargq0u55});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({M1_dal531:{value:transition2},MxarWA7_a:{value:transition2},VVaUxXZVT:{value:transition2},Z0uiLeLeh:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-6i9qnj\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"MjhwtmPJ6\",ref:refBinding,style:{...style},...addPropertyOverrides({M1_dal531:{\"data-framer-name\":\"Variant 2\"},MxarWA7_a:{\"data-framer-name\":\"Variant 4\"},VVaUxXZVT:{\"data-framer-name\":\"Variant 5\"},Z0uiLeLeh:{\"data-framer-name\":\"Variant 3\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UGlueW9uIFNjcmlwdC1yZWd1bGFy\",\"--framer-font-family\":'\"Pinyon Script\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-La_iqQBBd-VtC6tlSj2) * 1px)\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"115%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-a2b59c9c-3873-441a-a42d-ed431afd42b4, rgb(16, 16, 16)))\"},children:\"Dato' Sri Vida\"})}),className:\"framer-15uj5lt\",\"data-framer-name\":\"Text 1\",fonts:[\"GF;Pinyon Script-regular\"],layoutDependency:layoutDependency,layoutId:\"P5Ou3BXzu\",style:{\"--extracted-gdpscs\":\"var(--token-a2b59c9c-3873-441a-a42d-ed431afd42b4, rgb(16, 16, 16))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-La_iqQBBd-VtC6tlSj2\":La_iqQBBd,opacity:1},text:hZxMIMWBh,variants:{M1_dal531:{opacity:0},MxarWA7_a:{opacity:0},VVaUxXZVT:{opacity:0},Z0uiLeLeh:{opacity:0}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UGlueW9uIFNjcmlwdC1yZWd1bGFy\",\"--framer-font-family\":'\"Pinyon Script\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-La_iqQBBd-VtC6tlSj2) * 1px)\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"115%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-a2b59c9c-3873-441a-a42d-ed431afd42b4, rgb(16, 16, 16)))\"},children:\"Pak Man\"})}),className:\"framer-1lujs2l\",\"data-framer-name\":\"Text 2\",fonts:[\"GF;Pinyon Script-regular\"],layoutDependency:layoutDependency,layoutId:\"WWgwzPOgX\",style:{\"--extracted-gdpscs\":\"var(--token-a2b59c9c-3873-441a-a42d-ed431afd42b4, rgb(16, 16, 16))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-La_iqQBBd-VtC6tlSj2\":La_iqQBBd,opacity:0},text:sukxuqn1v,transformTemplate:transformTemplate1,variants:{M1_dal531:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({M1_dal531:{transformTemplate:undefined},VVaUxXZVT:{transformTemplate:undefined}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UGlueW9uIFNjcmlwdC1yZWd1bGFy\",\"--framer-font-family\":'\"Pinyon Script\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-La_iqQBBd-VtC6tlSj2) * 1px)\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"115%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-a2b59c9c-3873-441a-a42d-ed431afd42b4, rgb(16, 16, 16)))\"},children:\"Mak Uda\"})}),className:\"framer-h6o4da\",\"data-framer-name\":\"Text 3\",fonts:[\"GF;Pinyon Script-regular\"],layoutDependency:layoutDependency,layoutId:\"GVA_BkDNL\",style:{\"--extracted-gdpscs\":\"var(--token-a2b59c9c-3873-441a-a42d-ed431afd42b4, rgb(16, 16, 16))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-La_iqQBBd-VtC6tlSj2\":La_iqQBBd,opacity:0},text:mvUaA8hEA,transformTemplate:transformTemplate1,variants:{Z0uiLeLeh:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({VVaUxXZVT:{transformTemplate:undefined},Z0uiLeLeh:{transformTemplate:undefined}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UGlueW9uIFNjcmlwdC1yZWd1bGFy\",\"--framer-font-family\":'\"Pinyon Script\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-La_iqQBBd-VtC6tlSj2) * 1px)\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"115%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-a2b59c9c-3873-441a-a42d-ed431afd42b4, rgb(16, 16, 16)))\"},children:\"Kak Long & Keluarga\"})}),className:\"framer-1e6oioa\",\"data-framer-name\":\"Text 4\",fonts:[\"GF;Pinyon Script-regular\"],layoutDependency:layoutDependency,layoutId:\"tkqNgXNz_\",style:{\"--extracted-gdpscs\":\"var(--token-a2b59c9c-3873-441a-a42d-ed431afd42b4, rgb(16, 16, 16))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-La_iqQBBd-VtC6tlSj2\":La_iqQBBd,opacity:0},text:aYBqrybb7,transformTemplate:transformTemplate1,variants:{MxarWA7_a:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({MxarWA7_a:{transformTemplate:undefined}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UGlueW9uIFNjcmlwdC1yZWd1bGFy\",\"--framer-font-family\":'\"Pinyon Script\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-La_iqQBBd-VtC6tlSj2) * 1px)\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"115%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-a2b59c9c-3873-441a-a42d-ed431afd42b4, rgb(16, 16, 16)))\"},children:\"Dato' Sri Vida\"})}),className:\"framer-1royuyt\",\"data-framer-name\":\"Text 1(2nd)\",fonts:[\"GF;Pinyon Script-regular\"],layoutDependency:layoutDependency,layoutId:\"AF_Q9oZLh\",style:{\"--extracted-gdpscs\":\"var(--token-a2b59c9c-3873-441a-a42d-ed431afd42b4, rgb(16, 16, 16))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-La_iqQBBd-VtC6tlSj2\":La_iqQBBd,opacity:0},text:hZxMIMWBh,transformTemplate:transformTemplate1,variants:{VVaUxXZVT:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({VVaUxXZVT:{transformTemplate:undefined}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-QrmOe.framer-yh1pai, .framer-QrmOe .framer-yh1pai { display: block; }\",\".framer-QrmOe.framer-6i9qnj { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 600px; }\",\".framer-QrmOe .framer-15uj5lt { flex: none; height: auto; max-width: 600px; position: relative; white-space: pre-wrap; width: 600px; word-break: break-word; word-wrap: break-word; }\",\".framer-QrmOe .framer-1lujs2l { flex: none; height: auto; left: -12px; max-width: 100%; position: absolute; top: 150%; white-space: pre-wrap; width: 600px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-QrmOe .framer-h6o4da { flex: none; height: auto; max-width: 600px; position: absolute; right: 12px; top: 260%; white-space: pre-wrap; width: 600px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-QrmOe .framer-1e6oioa { flex: none; height: auto; max-width: 600px; position: absolute; right: 12px; top: 421%; white-space: pre-wrap; width: 600px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-QrmOe .framer-1royuyt { flex: none; height: auto; max-width: 600px; position: absolute; right: 12px; top: 598%; white-space: pre-wrap; width: 600px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-QrmOe.framer-6i9qnj { gap: 0px; } .framer-QrmOe.framer-6i9qnj > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-QrmOe.framer-6i9qnj > :first-child { margin-left: 0px; } .framer-QrmOe.framer-6i9qnj > :last-child { margin-right: 0px; } }\",\".framer-QrmOe.framer-v-14iiqko .framer-15uj5lt { left: 0px; position: absolute; right: 0px; top: -96px; width: unset; z-index: 1; }\",\".framer-QrmOe.framer-v-14iiqko .framer-1lujs2l { left: unset; position: relative; top: unset; }\",\".framer-QrmOe.framer-v-14iiqko .framer-h6o4da { top: 167%; }\",\".framer-QrmOe.framer-v-14iiqko .framer-1e6oioa { top: 327%; }\",\".framer-QrmOe.framer-v-14iiqko .framer-1royuyt { top: 504%; }\",\".framer-QrmOe.framer-v-1lzndg1 .framer-15uj5lt { left: 0px; position: absolute; right: 0px; top: -206px; width: unset; z-index: 1; }\",\".framer-QrmOe.framer-v-1lzndg1 .framer-1lujs2l { left: 0px; right: 0px; top: -9%; width: unset; }\",\".framer-QrmOe.framer-v-1lzndg1 .framer-h6o4da, .framer-QrmOe.framer-v-1lnyi9x .framer-1e6oioa, .framer-QrmOe.framer-v-hlcor9 .framer-1royuyt { position: relative; right: unset; top: unset; }\",\".framer-QrmOe.framer-v-1lzndg1 .framer-1e6oioa { top: 202%; }\",\".framer-QrmOe.framer-v-1lzndg1 .framer-1royuyt { top: 379%; }\",\".framer-QrmOe.framer-v-1lnyi9x .framer-15uj5lt { left: 0px; position: absolute; right: 0px; top: -268px; width: unset; z-index: 1; }\",\".framer-QrmOe.framer-v-1lnyi9x .framer-1lujs2l { left: 0px; right: 0px; top: -165%; width: unset; }\",\".framer-QrmOe.framer-v-1lnyi9x .framer-h6o4da { left: 0px; right: 0px; top: -50%; width: unset; }\",\".framer-QrmOe.framer-v-1lnyi9x .framer-1royuyt { top: 150%; }\",\".framer-QrmOe.framer-v-hlcor9 .framer-15uj5lt { position: absolute; right: -9px; top: -472px; z-index: 1; }\",\".framer-QrmOe.framer-v-hlcor9 .framer-1lujs2l { left: 9px; right: -9px; top: -622px; width: unset; }\",\".framer-QrmOe.framer-v-hlcor9 .framer-h6o4da { left: 9px; right: -9px; top: -369px; width: unset; }\",\".framer-QrmOe.framer-v-hlcor9 .framer-1e6oioa { left: 9px; right: unset; top: -135%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 110.5\n * @framerIntrinsicWidth 600\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"M1_dal531\":{\"layout\":[\"fixed\",\"auto\"]},\"Z0uiLeLeh\":{\"layout\":[\"fixed\",\"auto\"]},\"MxarWA7_a\":{\"layout\":[\"fixed\",\"auto\"]},\"VVaUxXZVT\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"La_iqQBBd\":\"fontSize\",\"hZxMIMWBh\":\"text1\",\"sukxuqn1v\":\"text2\",\"mvUaA8hEA\":\"text3\",\"aYBqrybb7\":\"text4\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerVtC6tlSj2=withCSS(Component,css,\"framer-QrmOe\");export default FramerVtC6tlSj2;FramerVtC6tlSj2.displayName=\"Text Loop\";FramerVtC6tlSj2.defaultProps={height:110.5,width:600};addPropertyControls(FramerVtC6tlSj2,{variant:{options:[\"MjhwtmPJ6\",\"M1_dal531\",\"Z0uiLeLeh\",\"MxarWA7_a\",\"VVaUxXZVT\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\"],title:\"Variant\",type:ControlType.Enum},La_iqQBBd:{defaultValue:96,title:\"Font Size\",type:ControlType.Number},hZxMIMWBh:{defaultValue:\"Dato' Sri Vida\",displayTextArea:false,title:\"Text 1\",type:ControlType.String},sukxuqn1v:{defaultValue:\"Pak Man\",displayTextArea:false,placeholder:\"Pak Man\",title:\"Text 2\",type:ControlType.String},mvUaA8hEA:{defaultValue:\"Mak Uda\",displayTextArea:false,title:\"Text 3\",type:ControlType.String},aYBqrybb7:{defaultValue:\"Kak Long & Keluarga\",displayTextArea:false,title:\"Text 4\",type:ControlType.String}});addFonts(FramerVtC6tlSj2,[{explicitInter:true,fonts:[{family:\"Pinyon Script\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/pinyonscript/v22/6xKpdSJbL9-e9LuoeQiDRQR8aOfQO4bhiDY.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerVtC6tlSj2\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"La_iqQBBd\\\":\\\"fontSize\\\",\\\"hZxMIMWBh\\\":\\\"text1\\\",\\\"sukxuqn1v\\\":\\\"text2\\\",\\\"mvUaA8hEA\\\":\\\"text3\\\",\\\"aYBqrybb7\\\":\\\"text4\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"M1_dal531\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Z0uiLeLeh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"MxarWA7_a\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"VVaUxXZVT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"600\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"110.5\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./VtC6tlSj2.map", "// Generated by Framer (0c03719)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Image,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import PrimaryButton2 from\"https://framerusercontent.com/modules/CbwKLBXqb5ew6f4MUrc4/W27X5hPKLPFoTjIZKDB3/feEUheT0z.js\";import TextLoop from\"https://framerusercontent.com/modules/sHhooP6Dp68e91Iv3KOj/Ljd06Mxy39l3evt8uZLr/VtC6tlSj2.js\";const RichTextWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(RichText));const TextLoopFonts=getFonts(TextLoop);const PrimaryButton2Fonts=getFonts(PrimaryButton2);const cycleOrder=[\"YuG6NoSL_\",\"hWGwBAp2G\",\"RGlPlCLF1\"];const serializationHash=\"framer-EtR3l\";const variantClassNames={hWGwBAp2G:\"framer-v-1uaitue\",RGlPlCLF1:\"framer-v-t4jggd\",YuG6NoSL_:\"framer-v-wrjk6t\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transition2={delay:0,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={desktop:\"YuG6NoSL_\",mobile:\"RGlPlCLF1\",tablet:\"hWGwBAp2G\"};const getProps=({height,id,padding,width,...props})=>{return{...props,NY_RALQTV:padding??props.NY_RALQTV??\"40px 32px 40px 32px\",variant:humanReadableVariantMap[props.variant]??props.variant??\"YuG6NoSL_\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,NY_RALQTV,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"YuG6NoSL_\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.header,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-wrjk6t\",className,classNames),\"data-framer-name\":\"desktop\",layoutDependency:layoutDependency,layoutId:\"YuG6NoSL_\",ref:refBinding,style:{\"--sej5yz\":numberToPixelString(NY_RALQTV),borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,...style},...addPropertyOverrides({hWGwBAp2G:{\"data-framer-name\":\"tablet\"},RGlPlCLF1:{\"data-framer-name\":\"mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1197,pixelWidth:2205,sizes:`max(${componentViewport?.width||\"100vw\"} - ${NY_RALQTV*2}px, 1px)`,src:\"https://framerusercontent.com/images/mpaN9XKoFHrymHUsEHWaeeZ198.png\",srcSet:\"https://framerusercontent.com/images/mpaN9XKoFHrymHUsEHWaeeZ198.png?scale-down-to=512 512w,https://framerusercontent.com/images/mpaN9XKoFHrymHUsEHWaeeZ198.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/mpaN9XKoFHrymHUsEHWaeeZ198.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/mpaN9XKoFHrymHUsEHWaeeZ198.png 2205w\"},className:\"framer-1duz2bm\",layoutDependency:layoutDependency,layoutId:\"K7YUuowM6\",style:{borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1so051j\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"ggLrfjTVx\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1s5smwi\",\"data-framer-name\":\"Heading\",layoutDependency:layoutDependency,layoutId:\"uf6LrIz1y\",children:[/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"RlM7TG9yYS1tZWRpdW0=\",\"--framer-font-family\":'\"Lora\", \"Lora Placeholder\", serif',\"--framer-font-size\":\"86px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2.6px\",\"--framer-line-height\":\"115%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-97f696d5-8ee2-4969-b0b8-cb43617d9d93, rgb(16, 16, 16)))\"},children:\"Hantar undangan kepada\"})}),className:\"framer-10gr8w\",\"data-framer-appear-id\":\"10gr8w\",fonts:[\"FS;Lora-medium\"],initial:animation1,layoutDependency:layoutDependency,layoutId:\"lLVkGaIjr\",optimized:true,style:{\"--extracted-gdpscs\":\"var(--token-97f696d5-8ee2-4969-b0b8-cb43617d9d93, rgb(16, 16, 16))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({RGlPlCLF1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"RlM7TG9yYS1tZWRpdW0=\",\"--framer-font-family\":'\"Lora\", \"Lora Placeholder\", serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2.6px\",\"--framer-line-height\":\"115%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-97f696d5-8ee2-4969-b0b8-cb43617d9d93, rgb(16, 16, 16)))\"},children:\"Hantar undangan kepada\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:110,width:\"600px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-cl5w6q-container\",layoutDependency:layoutDependency,layoutId:\"JhvwFDJll-container\",nodeId:\"JhvwFDJll\",rendersWithMotion:true,scopeId:\"H4CMXRzTc\",children:/*#__PURE__*/_jsx(TextLoop,{aYBqrybb7:\"Aliff Syukri\",height:\"100%\",hZxMIMWBh:\"Dato' Sri Vida\",id:\"JhvwFDJll\",La_iqQBBd:96,layoutId:\"JhvwFDJll\",mvUaA8hEA:\"Mak Uda\",style:{width:\"100%\"},sukxuqn1v:\"Pak Man\",variant:\"MjhwtmPJ6\",width:\"100%\",...addPropertyOverrides({RGlPlCLF1:{La_iqQBBd:40}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNjAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-5b91781e-f8c8-4d14-9187-ff0b13e5c2eb, rgb(52, 64, 84)))\"},children:\"Majlisku lengkap dengan sistem tetamu, jemputan personal dan registri hadiah - pertama di Malaysia\"})}),className:\"framer-tyzylw\",fonts:[\"GF;Geist-600\"],layoutDependency:layoutDependency,layoutId:\"CVDS5mG7Z\",style:{\"--extracted-1of0zx5\":\"var(--token-5b91781e-f8c8-4d14-9187-ff0b13e5c2eb, rgb(52, 64, 84))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({RGlPlCLF1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNjAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-5b91781e-f8c8-4d14-9187-ff0b13e5c2eb, rgb(52, 64, 84)))\"},children:\"Majlisku lengkap dengan sistem tetamu, jemputan personal dan registri hadiah - pertama di Malaysia\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-y3q5lm\",layoutDependency:layoutDependency,layoutId:\"GAED9neB1\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,...addPropertyOverrides({RGlPlCLF1:{height:48,width:`max(min(max(max(${componentViewport?.width||\"100vw\"} - ${NY_RALQTV*2}px, 1px) - 32px, 1px), 1280px), 1px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-6hthwq-container\",layoutDependency:layoutDependency,layoutId:\"fQi4j0KLR-container\",nodeId:\"fQi4j0KLR\",rendersWithMotion:true,scopeId:\"H4CMXRzTc\",children:/*#__PURE__*/_jsx(PrimaryButton2,{height:\"100%\",id:\"fQi4j0KLR\",J4bn4hMB5:24,layoutId:\"fQi4j0KLR\",rVqR9m1KU:\"Sign up percuma!\",variant:\"AefSnkySW\",width:\"100%\",zQLtSN6k5:\"999999px\",...addPropertyOverrides({RGlPlCLF1:{J4bn4hMB5:16,style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})})]})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-EtR3l.framer-ou5yc1, .framer-EtR3l .framer-ou5yc1 { display: block; }\",\".framer-EtR3l.framer-wrjk6t { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: var(--sej5yz); position: relative; width: 1280px; }\",\".framer-EtR3l .framer-1duz2bm { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 120px 80px 120px 80px; position: relative; width: 1px; }\",\".framer-EtR3l .framer-1so051j { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: 478px; justify-content: center; max-width: 1280px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-EtR3l .framer-1s5smwi { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-EtR3l .framer-10gr8w { flex: none; height: auto; max-width: 1280px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-EtR3l .framer-cl5w6q-container { flex: none; height: auto; position: relative; width: 600px; }\",\".framer-EtR3l .framer-tyzylw { flex: none; height: auto; max-width: 760px; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-EtR3l .framer-y3q5lm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-EtR3l .framer-6hthwq-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-EtR3l.framer-wrjk6t, .framer-EtR3l .framer-1duz2bm, .framer-EtR3l .framer-1so051j, .framer-EtR3l .framer-1s5smwi, .framer-EtR3l .framer-y3q5lm { gap: 0px; } .framer-EtR3l.framer-wrjk6t > *, .framer-EtR3l .framer-1duz2bm > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-EtR3l.framer-wrjk6t > :first-child, .framer-EtR3l .framer-1duz2bm > :first-child, .framer-EtR3l .framer-1so051j > :first-child, .framer-EtR3l .framer-y3q5lm > :first-child { margin-left: 0px; } .framer-EtR3l.framer-wrjk6t > :last-child, .framer-EtR3l .framer-1duz2bm > :last-child, .framer-EtR3l .framer-1so051j > :last-child, .framer-EtR3l .framer-y3q5lm > :last-child { margin-right: 0px; } .framer-EtR3l .framer-1so051j > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-EtR3l .framer-1s5smwi > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-EtR3l .framer-1s5smwi > :first-child { margin-top: 0px; } .framer-EtR3l .framer-1s5smwi > :last-child { margin-bottom: 0px; } .framer-EtR3l .framer-y3q5lm > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } }\",\".framer-EtR3l.framer-v-1uaitue.framer-wrjk6t { width: 810px; }\",\".framer-EtR3l.framer-v-1uaitue .framer-1duz2bm { padding: 80px 32px 80px 32px; }\",\".framer-EtR3l.framer-v-1uaitue .framer-1so051j { flex-direction: column; height: min-content; }\",\".framer-EtR3l.framer-v-1uaitue .framer-1s5smwi, .framer-EtR3l.framer-v-t4jggd .framer-1s5smwi { flex: none; order: 0; width: 100%; }\",\".framer-EtR3l.framer-v-1uaitue .framer-y3q5lm { justify-content: flex-start; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-EtR3l.framer-v-1uaitue .framer-1so051j { gap: 0px; } .framer-EtR3l.framer-v-1uaitue .framer-1so051j > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-EtR3l.framer-v-1uaitue .framer-1so051j > :first-child { margin-top: 0px; } .framer-EtR3l.framer-v-1uaitue .framer-1so051j > :last-child { margin-bottom: 0px; } }\",\".framer-EtR3l.framer-v-t4jggd.framer-wrjk6t { width: 320px; }\",\".framer-EtR3l.framer-v-t4jggd .framer-1duz2bm { padding: 80px 16px 80px 16px; }\",\".framer-EtR3l.framer-v-t4jggd .framer-1so051j { flex-direction: column; gap: 40px; height: min-content; }\",\".framer-EtR3l.framer-v-t4jggd .framer-y3q5lm { justify-content: flex-start; width: 100%; }\",\".framer-EtR3l.framer-v-t4jggd .framer-6hthwq-container { flex: 1 0 0px; height: 48px; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-EtR3l.framer-v-t4jggd .framer-1so051j { gap: 0px; } .framer-EtR3l.framer-v-t4jggd .framer-1so051j > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-EtR3l.framer-v-t4jggd .framer-1so051j > :first-child { margin-top: 0px; } .framer-EtR3l.framer-v-t4jggd .framer-1so051j > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 798\n * @framerIntrinsicWidth 1280\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"hWGwBAp2G\":{\"layout\":[\"fixed\",\"auto\"]},\"RGlPlCLF1\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"NY_RALQTV\":\"padding\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerH4CMXRzTc=withCSS(Component,css,\"framer-EtR3l\");export default FramerH4CMXRzTc;FramerH4CMXRzTc.displayName=\"Hero\";FramerH4CMXRzTc.defaultProps={height:798,width:1280};addPropertyControls(FramerH4CMXRzTc,{variant:{options:[\"YuG6NoSL_\",\"hWGwBAp2G\",\"RGlPlCLF1\"],optionTitles:[\"desktop\",\"tablet\",\"mobile\"],title:\"Variant\",type:ControlType.Enum},NY_RALQTV:{defaultValue:\"40px 32px 40px 32px\",title:\"Padding\",type:ControlType.Padding}});addFonts(FramerH4CMXRzTc,[{explicitInter:true,fonts:[{family:\"Lora\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/UZVLDSVSCU6EHBA34MAMH3Z2RHDHB3QE/2GS24NKY26JCCD3ZHG5B4BSZKB4M5UH3/FKKAYEWGEGLZTIS3AJ3RN5KHPKRTYLGL.woff2\",weight:\"500\"},{family:\"Geist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/geist/v1/gyBhhwUxId8gMGYQMKR3pzfaWI_RQuQ4mJPby1QNtA.woff2\",weight:\"600\"}]},...TextLoopFonts,...PrimaryButton2Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerH4CMXRzTc\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"NY_RALQTV\\\":\\\"padding\\\"}\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicHeight\":\"798\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1280\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hWGwBAp2G\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"RGlPlCLF1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./H4CMXRzTc.map", "// Generated by Framer (cbb0119)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={dZAQBY9Ce:{hover:true},gaCL34p3v:{hover:true},JEB3ANZ0b:{hover:true}};const cycleOrder=[\"dZAQBY9Ce\",\"gaCL34p3v\",\"JEB3ANZ0b\"];const serializationHash=\"framer-3ryE6\";const variantClassNames={dZAQBY9Ce:\"framer-v-x3sp8w\",gaCL34p3v:\"framer-v-1lnyq0l\",JEB3ANZ0b:\"framer-v-1lc2758\"};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 radiusForCorner=(value,cornerIndex)=>{if(typeof value===\"number\"&&Number.isFinite(value))return Math.max(0,value)+\"px\";if(typeof value!==\"string\"||typeof cornerIndex!==\"number\")return undefined;const segments=value.split(\" \");return segments[cornerIndex]||segments[cornerIndex-2]||segments[0];};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Button secondary\":\"gaCL34p3v\",\"Button tertiary\":\"JEB3ANZ0b\",Button:\"dZAQBY9Ce\"};const getProps=({button,fontSize,full,height,id,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2,_ref3;return{...props,J4bn4hMB5:(_ref=fontSize!==null&&fontSize!==void 0?fontSize:props.J4bn4hMB5)!==null&&_ref!==void 0?_ref:16,rVqR9m1KU:(_ref1=button!==null&&button!==void 0?button:props.rVqR9m1KU)!==null&&_ref1!==void 0?_ref1:\"primary button\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"dZAQBY9Ce\",zQLtSN6k5:(_ref3=full!==null&&full!==void 0?full:props.zQLtSN6k5)!==null&&_ref3!==void 0?_ref3:\"999999px\"};};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,zQLtSN6k5,rVqR9m1KU,J4bn4hMB5,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"dZAQBY9Ce\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"dZAQBY9Ce-hover\",\"gaCL34p3v-hover\"].includes(gestureVariant))return true;return false;};const isDisplayed1=()=>{if(gestureVariant===\"JEB3ANZ0b-hover\")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.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-x3sp8w\",className,classNames),\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"dZAQBY9Ce\",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:\"var(--token-c820206f-b823-4235-8a1b-2a19ba119f81, rgb(251, 198, 30))\",borderBottomLeftRadius:radiusForCorner(zQLtSN6k5,3),borderBottomRightRadius:radiusForCorner(zQLtSN6k5,2),borderTopLeftRadius:radiusForCorner(zQLtSN6k5,0),borderTopRightRadius:radiusForCorner(zQLtSN6k5,1),...style},variants:{gaCL34p3v:{backgroundColor:\"var(--token-c8f48a7d-6289-42b4-9286-2f8f153d7dab, rgb(16, 16, 16))\"},JEB3ANZ0b:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-534ce612-6dc7-45f9-a84d-054f95be542f, rgb(208, 213, 221))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-6069c0d6-8914-4053-9b64-101248e95436, rgb(255, 255, 255))\"}},...addPropertyOverrides({\"dZAQBY9Ce-hover\":{\"data-framer-name\":undefined},\"gaCL34p3v-hover\":{\"data-framer-name\":undefined},\"JEB3ANZ0b-hover\":{\"data-framer-name\":undefined},gaCL34p3v:{\"data-framer-name\":\"Button secondary\"},JEB3ANZ0b:{\"data-border\":true,\"data-framer-name\":\"Button tertiary\"}},baseVariant,gestureVariant),children:[/*#__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\":\"calc(var(--variable-reference-J4bn4hMB5-NAyZZKCV2) * 1px)\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-97f696d5-8ee2-4969-b0b8-cb43617d9d93, rgb(16, 16, 16)))\"},children:\"primary button\"})}),className:\"framer-1v3tbai\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"W3TScq3JU\",style:{\"--extracted-r6o4lv\":\"var(--token-97f696d5-8ee2-4969-b0b8-cb43617d9d93, rgb(16, 16, 16))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-J4bn4hMB5-NAyZZKCV2\":J4bn4hMB5},text:rVqR9m1KU,variants:{gaCL34p3v:{\"--extracted-r6o4lv\":\"var(--token-6069c0d6-8914-4053-9b64-101248e95436, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({gaCL34p3v:{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\":\"calc(var(--variable-reference-J4bn4hMB5-NAyZZKCV2) * 1px)\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6069c0d6-8914-4053-9b64-101248e95436, rgb(255, 255, 255)))\"},children:\"primary button\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1prc0tc\",\"data-framer-name\":\"ArrowRightShort\",fill:'var(--token-97f696d5-8ee2-4969-b0b8-cb43617d9d93, rgb(16, 16, 16)) /* {\"name\":\"text-primary\"} */',intrinsicHeight:64,intrinsicWidth:64,layoutDependency:layoutDependency,layoutId:\"CQhmOV2qe\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" width=\"64\" height=\"64\" fill=\"currentColor\" class=\"bi bi-arrow-right-short\"><path fill-rule=\"evenodd\" d=\"M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8\"/></svg>',withExternalLayout:true,...addPropertyOverrides({\"gaCL34p3v-hover\":{fill:'var(--token-6069c0d6-8914-4053-9b64-101248e95436, rgb(255, 255, 255)) /* {\"name\":\"white\"} */'}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-u4nktj\",\"data-framer-name\":\"ArrowRightShort\",fill:'var(--token-97f696d5-8ee2-4969-b0b8-cb43617d9d93, rgb(16, 16, 16)) /* {\"name\":\"text-primary\"} */',intrinsicHeight:64,intrinsicWidth:64,layoutDependency:layoutDependency,layoutId:\"RWvcbx33W\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" width=\"64\" height=\"64\" fill=\"currentColor\" class=\"bi bi-arrow-right-short\"><path fill-rule=\"evenodd\" d=\"M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8\"/></svg>',withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-3ryE6.framer-ia957n, .framer-3ryE6 .framer-ia957n { display: block; }\",\".framer-3ryE6.framer-x3sp8w { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: wrap; gap: 8px; height: 44px; justify-content: center; overflow: hidden; padding: 12px 20px 12px 20px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-3ryE6 .framer-1v3tbai { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-3ryE6 .framer-1prc0tc, .framer-3ryE6 .framer-u4nktj { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); position: relative; width: 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-3ryE6.framer-x3sp8w { gap: 0px; } .framer-3ryE6.framer-x3sp8w > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-3ryE6.framer-x3sp8w > :first-child { margin-left: 0px; } .framer-3ryE6.framer-x3sp8w > :last-child { margin-right: 0px; } }\",\".framer-3ryE6.framer-v-x3sp8w.hover.framer-x3sp8w, .framer-3ryE6.framer-v-1lc2758.hover.framer-x3sp8w { flex-wrap: nowrap; }\",\".framer-3ryE6.framer-v-1lnyq0l.hover.framer-x3sp8w { flex-wrap: nowrap; gap: 4px; }\",\".framer-3ryE6.framer-v-1lnyq0l.hover .framer-1prc0tc { aspect-ratio: unset; height: 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-3ryE6.framer-v-1lnyq0l.hover.framer-x3sp8w { gap: 0px; } .framer-3ryE6.framer-v-1lnyq0l.hover.framer-x3sp8w > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-3ryE6.framer-v-1lnyq0l.hover.framer-x3sp8w > :first-child { margin-left: 0px; } .framer-3ryE6.framer-v-1lnyq0l.hover.framer-x3sp8w > :last-child { margin-right: 0px; } }\",'.framer-3ryE6[data-border=\"true\"]::after, .framer-3ryE6 [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 44\n * @framerIntrinsicWidth 155\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"gaCL34p3v\":{\"layout\":[\"auto\",\"fixed\"]},\"JEB3ANZ0b\":{\"layout\":[\"auto\",\"fixed\"]},\"adGtPris0\":{\"layout\":[\"auto\",\"fixed\"]},\"PkIdZLXYu\":{\"layout\":[\"auto\",\"fixed\"]},\"a6kCRB16B\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"zQLtSN6k5\":\"full\",\"rVqR9m1KU\":\"button\",\"J4bn4hMB5\":\"fontSize\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerNAyZZKCV2=withCSS(Component,css,\"framer-3ryE6\");export default FramerNAyZZKCV2;FramerNAyZZKCV2.displayName=\"Primary button\";FramerNAyZZKCV2.defaultProps={height:44,width:155};addPropertyControls(FramerNAyZZKCV2,{variant:{options:[\"dZAQBY9Ce\",\"gaCL34p3v\",\"JEB3ANZ0b\"],optionTitles:[\"Button\",\"Button secondary\",\"Button tertiary\"],title:\"Variant\",type:ControlType.Enum},zQLtSN6k5:{defaultValue:\"999999px\",title:\"full\",type:ControlType.BorderRadius},rVqR9m1KU:{defaultValue:\"primary button\",displayTextArea:false,placeholder:\"\",title:\"Button\",type:ControlType.String},J4bn4hMB5:{defaultValue:16,title:\"Font Size\",type:ControlType.Number}});addFonts(FramerNAyZZKCV2,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerNAyZZKCV2\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"44\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"gaCL34p3v\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"JEB3ANZ0b\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"adGtPris0\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"PkIdZLXYu\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"a6kCRB16B\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"zQLtSN6k5\\\":\\\"full\\\",\\\"rVqR9m1KU\\\":\\\"button\\\",\\\"J4bn4hMB5\\\":\\\"fontSize\\\"}\",\"framerIntrinsicWidth\":\"155\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./NAyZZKCV2.map", "import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here \u2014 there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map", "import { useIsInCurrentNavigationTarget } from \"framer\";\nimport { useEffect } from \"react\";\nexport function useOnEnter(onEnter, enabled) {\n    return useOnSpecificTargetChange(true, onEnter, enabled);\n}\nexport function useOnExit(onExit, enabled) {\n    return useOnSpecificTargetChange(false, onExit, enabled);\n}\nfunction useOnSpecificTargetChange(goal, callback, enabled = true) {\n    const isInTarget = useIsInCurrentNavigationTarget();\n    useEffect(()=>{\n        if (enabled && isInTarget === goal) callback();\n    }, [\n        isInTarget\n    ]);\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useOnEnter\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnExit\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useOnNavigationTargetChange.map", "import { useMemo } from \"react\";\nexport const isBrowserSafari = ()=>{\n    if (typeof navigator !== `undefined`) {\n        const userAgent = navigator.userAgent.toLowerCase();\n        const isSafari = (userAgent.indexOf(\"safari\") > -1 || userAgent.indexOf(\"framermobile\") > -1 || userAgent.indexOf(\"framerx\") > -1) && userAgent.indexOf(\"chrome\") < 0;\n        return isSafari;\n    } else return false;\n};\nexport const useIsBrowserSafari = ()=>useMemo(()=>isBrowserSafari()\n    , [])\n;\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./isBrowser.map", "import { useMemo } from \"react\";\nimport { RenderTarget } from \"framer\";\nexport function useRenderTarget() {\n    const currentRenderTarget = useMemo(()=>RenderTarget.current()\n    , []);\n    return currentRenderTarget;\n}\nexport function useIsInPreview() {\n    const inPreview = useMemo(()=>RenderTarget.current() === RenderTarget.preview\n    , []);\n    return inPreview;\n}\nexport function useIsOnCanvas() {\n    const onCanvas = useMemo(()=>RenderTarget.current() === RenderTarget.canvas\n    , []);\n    return onCanvas;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsInPreview\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsOnCanvas\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useRenderTarget.map", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n    const { borderRadius , isMixedBorderRadius , topLeftRadius , topRightRadius , bottomRightRadius , bottomLeftRadius ,  } = props;\n    const radiusValue = useMemo(()=>isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`\n    , [\n        borderRadius,\n        isMixedBorderRadius,\n        topLeftRadius,\n        topRightRadius,\n        bottomRightRadius,\n        bottomLeftRadius, \n    ]);\n    return radiusValue;\n}\nexport const borderRadiusControl = {\n    borderRadius: {\n        title: \"Radius\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"isMixedBorderRadius\",\n        toggleTitles: [\n            \"Radius\",\n            \"Radius per corner\"\n        ],\n        valueKeys: [\n            \"topLeftRadius\",\n            \"topRightRadius\",\n            \"bottomRightRadius\",\n            \"bottomLeftRadius\", \n        ],\n        valueLabels: [\n            \"TL\",\n            \"TR\",\n            \"BR\",\n            \"BL\"\n        ],\n        min: 0\n    }\n};\nexport function usePadding(props) {\n    const { padding , paddingPerSide , paddingTop , paddingRight , paddingBottom , paddingLeft ,  } = props;\n    const paddingValue = useMemo(()=>paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding\n    , [\n        padding,\n        paddingPerSide,\n        paddingTop,\n        paddingRight,\n        paddingBottom,\n        paddingLeft, \n    ]);\n    return paddingValue;\n}\nexport const paddingControl = {\n    padding: {\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\n            \"Padding\",\n            \"Padding per side\"\n        ],\n        valueKeys: [\n            \"paddingTop\",\n            \"paddingRight\",\n            \"paddingBottom\",\n            \"paddingLeft\", \n        ],\n        valueLabels: [\n            \"T\",\n            \"R\",\n            \"B\",\n            \"L\"\n        ],\n        min: 0,\n        title: \"Padding\"\n    }\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./propUtils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,useIsInCurrentNavigationTarget,RenderTarget}from\"framer\";import{isMotionValue,useInView}from\"framer-motion\";import{borderRadiusControl,defaultEvents,useIsBrowserSafari,useIsOnCanvas,useOnEnter,useOnExit,useRadius,useRenderTarget}from\"https://framerusercontent.com/modules/G4IfyjvwmaeSBpdb4TWu/OIjZRBmWDcIE2B6qgG1j/index.js\";// https://framer.com/m/framer/default-utils.js@^0.45.0\nimport{memo,useCallback,useEffect,useMemo,useRef,useState}from\"react\";var ObjectFitType;(function(ObjectFitType){ObjectFitType[\"Fill\"]=\"fill\";ObjectFitType[\"Contain\"]=\"contain\";ObjectFitType[\"Cover\"]=\"cover\";ObjectFitType[\"None\"]=\"none\";ObjectFitType[\"ScaleDown\"]=\"scale-down\";})(ObjectFitType||(ObjectFitType={}));var SrcType;(function(SrcType){SrcType[\"Video\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));const defaultVideo=\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\";// Reduce renders\nfunction getProps(props){const{width,height,topLeft,topRight,bottomRight,bottomLeft,id,children,...rest}=props;return rest;}/**\n * VIDEO\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 112\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export function Video(props){const newProps=getProps(props);return /*#__PURE__*/_jsx(VideoMemo,{...newProps});}function usePlaybackControls(videoRef){const isInCurrentNavigationTarget=useIsInCurrentNavigationTarget();const requestingPlay=useRef(false);const isPlayingRef=useRef(false);const setProgress=useCallback(rawProgress=>{if(!videoRef.current)return;const newProgress=(rawProgress===1?.999:rawProgress)*videoRef.current.duration;const isAlreadySet=Math.abs(videoRef.current.currentTime-newProgress)<.1;if(videoRef.current.duration>0&&!isAlreadySet){videoRef.current.currentTime=newProgress;}},[]);const play=useCallback(()=>{const video=videoRef.current;if(!video)return;video.preload=\"auto\"// makes sure browsers don't throttle: https://html.spec.whatwg.org/multipage/media.html#:~:text=When%20the%20media%20resource%20is%20playing%2C%20hints%20to%20the%20user%20agent%20that%20bandwidth%20is%20to%20be%20considered%20scarce%2C%20e.g.%20suggesting%20throttling%20the%20download%20so%20that%20the%20media%20data%20is%20obtained%20at%20the%20slowest%20possible%20rate%20that%20still%20maintains%20consistent%20playback.\n;const isPlaying=video.currentTime>0&&video.onplaying&&!video.paused&&!video.ended&&video.readyState>=video.HAVE_CURRENT_DATA;if(!isPlaying&&video&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;isPlayingRef.current=true;video.play().catch(e=>{})// It's likely fine, swallow error\n.finally(()=>requestingPlay.current=false);}},[]);const pause=useCallback(()=>{if(!videoRef.current||requestingPlay.current)return;videoRef.current.pause();isPlayingRef.current=false;},[]);return{play,pause,setProgress,isPlaying:isPlayingRef};}function useAutoplayBehavior({playingProp,muted,loop,playsinline,controls}){const[initialPlayingProp]=useState(()=>playingProp);const[hasPlayingPropChanged,setHasPlayingPropChanged]=useState(false);if(playingProp!==initialPlayingProp&&!hasPlayingPropChanged){setHasPlayingPropChanged(true);}const behavesAsGif=// passing `playing === true` on mount indicates that the video should\n// autoplay, like a GIF\ninitialPlayingProp&&muted&&loop&&playsinline&&!controls&&// Some users of the <Video> component use it by wrapping it with\n// another smart component and adding their own controls on top. (The\n// controls use transitions to control the video: e.g., when clicking\n// the play button, the smart component will transition to a state with\n// <Video playing={true} />.) In this case, we don't want the video to\n// behave as a gif, as it will be weird if the video suddenly started\n// acting as such (and auto-pausing when leaving the viewport) as soon\n// as the site visitor mutes it and clicks \u201CPlay\u201D.\n!hasPlayingPropChanged;let autoplay;if(behavesAsGif)autoplay=\"on-viewport\";else if(initialPlayingProp)autoplay=\"on-mount\";else autoplay=\"no-autoplay\";return autoplay;}const VideoMemo=/*#__PURE__*/memo(function VideoInner(props){const{// default props\nsrcType=\"URL\",srcUrl,srcFile=\"\",posterEnabled=false,controls=false,playing=true,loop=true,muted=true,playsinline=true,restartOnEnter=false,objectFit=\"cover\",backgroundColor=\"rgba(0,0,0,0)\",radius=0,volume=25,startTime:startTimeProp=0,poster,playing:playingProp,progress,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp}=props;const videoRef=useRef();const isSafari=useIsBrowserSafari();const wasPausedOnLeave=useRef(null);const wasEndedOnLeave=useRef(null);const isOnCanvas=useIsOnCanvas();const renderTarget=useRenderTarget();const isStaticRenderer=isOnCanvas||renderTarget===RenderTarget.export;const borderRadius=useRadius(props);// Hard-coding `autoplayBehavior` and `isInViewport` when on canvas as a\n// tiny perf optimization. isStaticRenderer won\u2019t change through the lifecycle of\n// the component, so using these hooks conditionally should be safe\nconst autoplayBehavior=isStaticRenderer?\"no-autoplay\":useAutoplayBehavior({playingProp,muted,loop,playsinline,controls});const isInViewport=isStaticRenderer?true:useInView(videoRef);const isCloseToViewport=isStaticRenderer?false:useInView(videoRef,{margin:\"10%\",once:true});// Video elements behave oddly at 100% duration\nconst startTime=startTimeProp===100?99.9:startTimeProp;const{play,pause,setProgress,isPlaying}=usePlaybackControls(videoRef);// Pause/play via props\nuseEffect(()=>{if(isStaticRenderer)return;if(autoplayBehavior===\"on-viewport\")return;if(playingProp)play();else pause();},[autoplayBehavior,playingProp]);// Pause/play via viewport\nuseEffect(()=>{if(isStaticRenderer)return;// this also explicitly retries playing for videos that play on-mount, which could fail if they're not muted for example\nif(isInViewport&&playingProp&&autoplayBehavior!==\"no-autoplay\")play();if(autoplayBehavior!==\"on-viewport\")return;pause();},[autoplayBehavior,isInViewport,playingProp]);useEffect(()=>{if(!isOnCanvas||poster||posterEnabled||startTime||!videoRef.current)return;// forces a poster to show up when the video is in an iframe; this is needed when `poster` changes\nvideoRef.current.currentTime=.01;},[posterEnabled,poster,startTime]);/**\n     * The Video component has some effects that sync the video element with props\n     * like `startTime`, `progress`, etc. React calls these effects whenever these\n     * props change. However, it also calls them on the first mount, and this is\n     * troublesome \u2013 if we\u2019re doing SSR, and the user changed the video state before\n     * the video was hydrated, the initial `useEffect` call will reset the video\n     * state. To avoid this, we use this flag.\n     */const isMountedAndReadyForProgressChanges=useRef(false);// Allow scrubbling via progress prop\n// 1) Handle cases when the progress prop itself changes\nuseEffect(()=>{if(!isMountedAndReadyForProgressChanges.current){isMountedAndReadyForProgressChanges.current=true;return;}const rawProgressValue=isMotionValue(progress)?progress.get():(progress??0)*.01;setProgress(// When the progress value exists (e.g. <Video startTime={10}\n// progress={50} />), we respect the `progress` value over\n// `startTime`, even if `startTime` changes. That\u2019s because\n// `startTime` == start == changing it shouldn\u2019t affect the current\n// progress\n(rawProgressValue??0)||// Then why fall back to `startTime` when `progress` doesn\u2019t exist,\n// you might ask? Now, that\u2019s for\n// - canvas UX: we want the video progress to change when the user\n//   is scrobbling the \u201CStart Time\u201D in component settings.\n// - backwards compatibility: maybe some users *are* scrobbling\n//   using `startTime` instead of `progress`? We don\u2019t know, and it\n//   always supported it, so let\u2019s not break it\n(startTime??0)/100);},[startTime,srcFile,srcUrl,progress]);// 2) Handle cases when the motion value inside the progress prop changes\nuseEffect(()=>{if(!isMotionValue(progress))return;return progress.on(\"change\",value=>setProgress(value));},[progress]);// (Prototyping) Checking if we need to play on navigation enter\nuseOnEnter(()=>{if(wasPausedOnLeave.current===null)return;if(videoRef.current){// if (restartOnEnter) setProgress(0)\nif(!wasEndedOnLeave&&loop||!wasPausedOnLeave.current)play();}});// (Prototyping) Pausing & saving playing state on navigation exit\nuseOnExit(()=>{if(videoRef.current){wasEndedOnLeave.current=videoRef.current.ended;wasPausedOnLeave.current=videoRef.current.paused;pause();}});const src=useMemo(()=>{let fragment=\"\";// if (\n//     startTime > 0 &&\n//     videoRef.current &&\n//     !isNaN(videoRef.current.duration) &&\n//     !isStaticRenderer\n// ) {\n//     console.log(startTime, videoRef.current.duration)\n//     fragment = `#t=${startTime * videoRef.current.duration}`\n// }\nif(srcType===\"URL\")return srcUrl+fragment;if(srcType===\"Upload\")return srcFile+fragment;},[srcType,srcFile,srcUrl,startTime]);// Autoplay via JS to work in Safari\nuseEffect(()=>{if(isSafari&&videoRef.current&&autoplayBehavior===\"on-mount\"){setTimeout(()=>play(),50);}},[]);// Volume Control\nuseEffect(()=>{if(videoRef.current&&!muted)videoRef.current.volume=(volume??0)/100;},[volume]);// When video is ready, set start-time, then autoplay if needed\nconst handleReady=()=>{const video=videoRef.current;if(!video)return;if(video.currentTime<.3&&startTime>0)setProgress((startTime??0)*.01);if(// when the component updates (e.g. only srcFile/url changes), and the video was already playing, keep playing\nisPlaying.current||autoplayBehavior===\"on-mount\"||playingProp&&autoplayBehavior===\"on-viewport\"&&isInViewport)play();};return /*#__PURE__*/_jsx(\"video\",{onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,src:src,loop:loop,ref:videoRef,onSeeked:e=>onSeeked?.(e),onPause:e=>onPause?.(e),onPlay:e=>onPlay?.(e),onEnded:e=>onEnd?.(e),autoPlay:isPlaying.current||autoplayBehavior===\"on-mount\"||playingProp&&autoplayBehavior===\"on-viewport\"&&isInViewport,preload:isPlaying.current?\"auto\":isStaticRenderer&&!poster?\"metadata\":autoplayBehavior!==\"on-mount\"&&!isCloseToViewport?\"none\":// `autoplay` overrides this too\n\"metadata\",poster:posterEnabled&&!srcFile&&srcUrl===defaultVideo?\"https://framerusercontent.com/images/5ILRvlYXf72kHSVHqpa3snGzjU.jpg\":posterEnabled&&poster?poster:undefined,onLoadedData:handleReady,controls:controls,muted:isStaticRenderer?true:muted,playsInline:playsinline,style:{cursor:!!onClick?\"pointer\":\"auto\",width:\"100%\",height:\"100%\",borderRadius,display:\"block\",objectFit:objectFit,backgroundColor:backgroundColor,objectPosition:\"50% 50%\"}});});Video.displayName=\"Video\";function capitalizeFirstLetter(value){return value.charAt(0).toUpperCase()+value.slice(1);}export function titleCase(value){const groups=value.match(/[A-Z]{2,}|[A-Z][a-z]+|[a-z]+|[A-Z]|\\d+/gu)||[];return groups.map(capitalizeFirstLetter).join(\" \");}const objectFitOptions=[\"cover\",\"fill\",\"contain\",\"scale-down\",\"none\"];addPropertyControls(Video,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[\"URL\",\"Upload\"]},srcUrl:{type:ControlType.String,title:\"URL\",defaultValue:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",hidden(props){return props.srcType===\"Upload\";}},srcFile:{type:ControlType.File,title:\"File\",allowedFileTypes:[\"mp4\",\"webm\"],hidden(props){return props.srcType===\"URL\";}},playing:{type:ControlType.Boolean,title:\"Playing\",enabledTitle:\"Yes\",disabledTitle:\"No\"},...borderRadiusControl,posterEnabled:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Yes\",disabledTitle:\"No\"},poster:{type:ControlType.Image,title:\"Image\",hidden:({posterEnabled})=>!posterEnabled,description:\"We recommend adding a poster. [Learn more](https://www.framer.com/help/articles/how-are-videos-optimized-in-framer/).\"},backgroundColor:{type:ControlType.Color,title:\"Background\",defaultValue:\"rgba(0,0,0,0)\"},startTime:{title:\"Start Time\",type:ControlType.Number,min:0,max:100,step:.1,unit:\"%\"},loop:{type:ControlType.Boolean,title:\"Loop\",enabledTitle:\"Yes\",disabledTitle:\"No\"},objectFit:{type:ControlType.Enum,title:\"Fit\",options:objectFitOptions,optionTitles:objectFitOptions.map(titleCase)},// restartOnEnter: {\n//     type: ControlType.Boolean,\n//     title: \"On ReEnter\",\n//     enabledTitle: \"Restart\",\n//     disabledTitle: \"Resume\",\n// },\ncontrols:{type:ControlType.Boolean,title:\"Controls\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted,defaultValue:25},onEnd:{type:ControlType.EventHandler},onSeeked:{type:ControlType.EventHandler},onPause:{type:ControlType.EventHandler},onPlay:{type:ControlType.EventHandler},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"VideoProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"titleCase\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"112\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicWidth\":\"200\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Video.map", "// Generated by Framer (0c5492c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,RichText,SmartComponentScopedContainer,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import PrimaryButton from\"https://framerusercontent.com/modules/3XBcEmzCH6pNEteqDXA9/QvLbXgR9SzqyTOWJD4xZ/NAyZZKCV2.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js\";const PrimaryButtonFonts=getFonts(PrimaryButton);const VideoFonts=getFonts(Video);const VideoControls=getPropertyControls(Video);const cycleOrder=[\"Fx3RUAEcf\",\"i02h7InG9\",\"OBT5Xi82t\"];const serializationHash=\"framer-CP5Ob\";const variantClassNames={Fx3RUAEcf:\"framer-v-173r599\",i02h7InG9:\"framer-v-da26cb\",OBT5Xi82t:\"framer-v-ecnozg\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const convertFromBoolean=(value,activeLocale)=>{if(value){return\"dZAQBY9Ce\";}else{return\"dZAQBY9Ce\";}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Default:\"Fx3RUAEcf\",Mobile:\"i02h7InG9\",tablet:\"OBT5Xi82t\"};const getProps=({background,backgroundImg,border,bUTton,description,descriptionColor,downloadIcon,height,id,kategori,kategoriColor,padding,title,titleColor,video,width,...props})=>{return{...props,A1Ommm9HI:downloadIcon??props.A1Ommm9HI??true,BAGTsXWAO:descriptionColor??props.BAGTsXWAO??\"rgb(0, 0, 0)\",gWkmeEZv0:kategori??props.gWkmeEZv0??\"Penguatkuasaan Digital\",IIC7GyL0M:backgroundImg??props.IIC7GyL0M??\"rgb(224, 254, 255)\",NJaJnS8xt:description??props.NJaJnS8xt??\"Towards achieving the Pahang State's Digital Economy Blueprintwith the regulatory Government-Linked Agency\",qGRBZSUCx:video??props.qGRBZSUCx,T2EpuzNnO:border??props.T2EpuzNnO??{borderColor:'var(--token-534ce612-6dc7-45f9-a84d-054f95be542f, rgb(208, 213, 221)) /* {\"name\":\"border-primary\"} */',borderStyle:\"solid\",borderWidth:1},tSVGHBbcm:title??props.tSVGHBbcm??\"Aplikasi untuk orang Pahang\",uiMW09rY8:titleColor??props.uiMW09rY8??\"rgb(0, 0, 0)\",variant:humanReadableVariantMap[props.variant]??props.variant??\"Fx3RUAEcf\",VdBW8BeCB:padding??props.VdBW8BeCB??\"80px 40px 80px 40px\",WCICeLvl5:background??props.WCICeLvl5??\"var(--token-6069c0d6-8914-4053-9b64-101248e95436, rgb(255, 255, 255))\",yRifADS51:bUTton??props.yRifADS51??true,ysDQIxsgs:kategoriColor??props.ysDQIxsgs??\"var(--token-5b91781e-f8c8-4d14-9187-ff0b13e5c2eb, rgb(52, 64, 84))\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,gWkmeEZv0,ysDQIxsgs,tSVGHBbcm,uiMW09rY8,NJaJnS8xt,BAGTsXWAO,WCICeLvl5,T2EpuzNnO,VdBW8BeCB,IIC7GyL0M,A1Ommm9HI,yRifADS51,qGRBZSUCx,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Fx3RUAEcf\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"i02h7InG9\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"i02h7InG9\")return true;return false;};const isDisplayed2=value=>{if(baseVariant===\"i02h7InG9\")return value;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-173r599\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"Fx3RUAEcf\",ref:refBinding,style:{\"--1poasog\":numberToPixelString(VdBW8BeCB),\"--border-bottom-width\":(T2EpuzNnO.borderBottomWidth??T2EpuzNnO.borderWidth)+\"px\",\"--border-color\":T2EpuzNnO.borderColor,\"--border-left-width\":(T2EpuzNnO.borderLeftWidth??T2EpuzNnO.borderWidth)+\"px\",\"--border-right-width\":(T2EpuzNnO.borderRightWidth??T2EpuzNnO.borderWidth)+\"px\",\"--border-style\":T2EpuzNnO.borderStyle,\"--border-top-width\":(T2EpuzNnO.borderTopWidth??T2EpuzNnO.borderWidth)+\"px\",backgroundColor:WCICeLvl5,borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,...style},...addPropertyOverrides({i02h7InG9:{\"data-framer-name\":\"Mobile\"},OBT5Xi82t:{\"data-framer-name\":\"tablet\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lhyv75\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"is9H6LBhf\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1on0qvm\",\"data-framer-name\":\"Heading\",layoutDependency:layoutDependency,layoutId:\"iUOU0OFn9\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2Vpc3QtdmFyaWFibGUtcmVndWxhclZGPUluZG5hSFFpSURZd01BPT0=\",\"--framer-font-family\":'\"Geist Variable\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"wght\" 600)',\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-ysDQIxsgs-NyrtEcsak))\",\"--framer-text-transform\":\"uppercase\"},children:\"Penguatkuasaan Digital\"})}),className:\"framer-mwqrlh\",\"data-framer-name\":\"Towards achieving the Pahang State's Digital Economy Blueprint\\u2028with the regulatory Government-Linked Agency\",fonts:[\"GF;Geist-variable-regular\"],layoutDependency:layoutDependency,layoutId:\"MNDu_co_c\",style:{\"--extracted-2gg91v\":'\"wght\" 600',\"--extracted-r6o4lv\":\"var(--variable-reference-ysDQIxsgs-NyrtEcsak)\",\"--framer-paragraph-spacing\":\"18px\",\"--variable-reference-ysDQIxsgs-NyrtEcsak\":ysDQIxsgs},text:gWkmeEZv0,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({i02h7InG9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2Vpc3QtdmFyaWFibGUtcmVndWxhclZGPUluZG5hSFFpSURZd01BPT0=\",\"--framer-font-family\":'\"Geist Variable\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"wght\" 600)',\"--framer-line-height\":\"28px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-ysDQIxsgs-NyrtEcsak))\",\"--framer-text-transform\":\"uppercase\"},children:\"Penguatkuasaan Digital\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TG9yYS1zZW1pYm9sZA==\",\"--framer-font-family\":'\"Lora\", \"Lora Placeholder\", serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-uiMW09rY8-NyrtEcsak))\"},children:\"Aplikasi untuk orang Pahang\"})}),className:\"framer-sux0fe\",\"data-framer-name\":\"Aplikasi untuk orang Pahang\",fonts:[\"FS;Lora-semibold\"],layoutDependency:layoutDependency,layoutId:\"WZ6YbnOh3\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-uiMW09rY8-NyrtEcsak)\",\"--framer-paragraph-spacing\":\"36px\",\"--variable-reference-uiMW09rY8-NyrtEcsak\":uiMW09rY8},text:tSVGHBbcm,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({i02h7InG9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TG9yYS1zZW1pYm9sZA==\",\"--framer-font-family\":'\"Lora\", \"Lora Placeholder\", serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"125%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-uiMW09rY8-NyrtEcsak))\"},children:\"Aplikasi untuk orang Pahang\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNTAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-BAGTsXWAO-NyrtEcsak))\"},children:\"Towards achieving the Pahang State's Digital Economy Blueprintwith the regulatory Government-Linked Agency\"})}),className:\"framer-tg3r0q\",\"data-framer-name\":\"Towards achieving the Pahang State's Digital Economy Blueprint\\u2028with the regulatory Government-Linked Agency\",fonts:[\"GF;Geist-500\"],layoutDependency:layoutDependency,layoutId:\"jCsJzkVEO\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-BAGTsXWAO-NyrtEcsak)\",\"--framer-paragraph-spacing\":\"18px\",\"--variable-reference-BAGTsXWAO-NyrtEcsak\":BAGTsXWAO},text:NJaJnS8xt,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({i02h7InG9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNTAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-BAGTsXWAO-NyrtEcsak))\"},children:\"Towards achieving the Pahang State's Digital Economy Blueprintwith the regulatory Government-Linked Agency\"})})}},baseVariant,gestureVariant)}),A1Ommm9HI&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6p4ds5\",layoutDependency:layoutDependency,layoutId:\"tmmQEbLu7\",children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1imz3m5\",\"data-framer-name\":\"Frame 148\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"ksOUGw1lZ\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 316 49\"><g transform=\"translate(0 0.5)\" id=\"ss12235020692_1\"><path d=\"M 0 48 L 0 0 L 149.515 0 L 149.515 48 Z\" fill=\"transparent\"></path><path d=\"M 141.563 0.847 L 7.954 0.847 C 4.029 0.847 0.848 4.031 0.848 7.96 L 0.848 40.04 C 0.848 43.969 4.029 47.153 7.954 47.153 L 141.563 47.153 C 145.488 47.153 148.67 43.969 148.67 40.04 L 148.67 7.96 C 148.67 4.031 145.488 0.847 141.563 0.847 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 141.562 48 L 7.953 48 C 3.568 48 0 44.429 0 40.04 L 0 7.96 C 0 3.571 3.567 0 7.953 0 L 141.562 0 C 145.947 0 149.515 3.571 149.515 7.96 L 149.515 40.041 C 149.515 44.429 145.948 48.001 141.562 48.001 Z M 7.953 1.694 C 4.501 1.694 1.693 4.505 1.693 7.96 L 1.693 40.041 C 1.693 43.496 4.501 46.307 7.953 46.307 L 141.562 46.307 C 145.014 46.307 147.822 43.496 147.822 40.041 L 147.822 7.96 C 147.822 4.505 145.014 1.694 141.562 1.694 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 33.205 29.609 C 33.01 30.094 32.825 30.596 32.608 31.083 C 31.898 32.682 30.914 34.104 29.75 35.4 C 29.252 35.955 28.673 36.412 27.963 36.679 C 27.211 36.962 26.452 36.931 25.7 36.699 C 25.18 36.539 24.673 36.336 24.157 36.16 C 23.443 35.918 22.712 35.769 21.952 35.811 C 21.262 35.849 20.597 36.011 19.953 36.256 C 19.355 36.482 18.761 36.713 18.132 36.844 C 17.173 37.043 16.331 36.788 15.566 36.217 C 14.781 35.631 14.17 34.881 13.581 34.11 C 12.773 33.05 12.084 31.921 11.549 30.698 C 10.927 29.276 10.468 27.804 10.25 26.267 C 10.007 24.554 10.012 22.846 10.554 21.181 C 11.196 19.212 12.383 17.683 14.262 16.742 C 15.267 16.238 16.334 15.996 17.458 16.059 C 18.191 16.101 18.883 16.333 19.571 16.573 C 20.14 16.771 20.713 16.957 21.28 17.158 C 21.748 17.324 22.189 17.22 22.634 17.067 C 23.425 16.795 24.214 16.519 25.012 16.271 C 25.927 15.988 26.858 15.902 27.816 16.047 C 28.784 16.192 29.702 16.458 30.55 16.951 C 31.312 17.395 31.941 17.983 32.46 18.723 C 30.333 20.011 29.24 21.869 29.417 24.376 C 29.594 26.876 30.995 28.524 33.206 29.608 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 27.393 9.484 C 27.393 9.857 27.421 10.222 27.388 10.581 C 27.274 11.838 26.727 12.912 25.923 13.861 C 25.337 14.554 24.66 15.145 23.834 15.541 C 23.161 15.864 22.452 16.018 21.689 15.954 C 21.621 15.575 21.639 15.193 21.692 14.812 C 21.88 13.464 22.503 12.329 23.425 11.353 C 24.03 10.713 24.769 10.26 25.578 9.919 C 26.108 9.695 26.655 9.539 27.23 9.484 C 27.276 9.48 27.323 9.484 27.393 9.484 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 44.185 36.931 L 50.14 21.413 L 52.35 21.413 L 58.696 36.931 L 56.359 36.931 L 54.55 32.231 L 48.067 32.231 L 46.364 36.931 Z M 48.659 30.558 L 53.915 30.558 L 52.297 26.261 C 51.804 24.955 51.437 23.883 51.197 23.043 C 51 24.038 50.721 25.025 50.361 26.007 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 60.092 41.24 L 60.092 25.69 L 61.826 25.69 L 61.826 27.151 C 62.235 26.579 62.697 26.151 63.212 25.864 C 63.727 25.578 64.35 25.436 65.084 25.436 C 66.042 25.436 66.889 25.683 67.622 26.176 C 68.355 26.67 68.908 27.367 69.282 28.267 C 69.656 29.166 69.843 30.152 69.843 31.225 C 69.843 32.375 69.636 33.411 69.224 34.332 C 68.811 35.253 68.212 35.958 67.426 36.449 C 66.64 36.939 65.813 37.184 64.946 37.184 C 64.311 37.184 63.742 37.05 63.238 36.782 C 62.734 36.514 62.32 36.176 61.995 35.766 L 61.995 41.239 L 60.092 41.239 Z M 61.815 31.374 C 61.815 32.82 62.108 33.89 62.693 34.581 C 63.278 35.272 63.987 35.618 64.819 35.618 C 65.651 35.618 66.389 35.26 66.992 34.544 C 67.595 33.827 67.896 32.717 67.896 31.214 C 67.896 29.711 67.602 28.709 67.013 27.996 C 66.425 27.283 65.722 26.927 64.903 26.927 C 64.085 26.927 63.375 27.306 62.751 28.065 C 62.127 28.824 61.815 29.926 61.815 31.373 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 72.137 41.24 L 72.137 25.69 L 73.871 25.69 L 73.871 27.151 C 74.28 26.579 74.742 26.151 75.257 25.864 C 75.772 25.578 76.395 25.436 77.128 25.436 C 78.087 25.436 78.934 25.683 79.667 26.176 C 80.4 26.67 80.953 27.367 81.327 28.267 C 81.701 29.166 81.888 30.152 81.888 31.225 C 81.888 32.375 81.681 33.411 81.269 34.332 C 80.856 35.253 80.257 35.958 79.471 36.449 C 78.685 36.939 77.858 37.184 76.991 37.184 C 76.356 37.184 75.787 37.05 75.283 36.782 C 74.779 36.514 74.365 36.176 74.04 35.766 L 74.04 41.239 L 72.137 41.239 Z M 73.861 31.374 C 73.861 32.82 74.154 33.89 74.739 34.581 C 75.324 35.272 76.033 35.618 76.865 35.618 C 77.697 35.618 78.435 35.26 79.038 34.544 C 79.641 33.827 79.942 32.717 79.942 31.214 C 79.942 29.711 79.648 28.709 79.059 27.996 C 78.47 27.283 77.768 26.927 76.949 26.927 C 76.131 26.927 75.421 27.306 74.797 28.065 C 74.173 28.824 73.861 29.926 73.861 31.373 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 89.745 31.945 L 91.681 31.776 C 91.772 32.552 91.985 33.189 92.32 33.687 C 92.655 34.184 93.175 34.586 93.88 34.893 C 94.585 35.201 95.379 35.354 96.26 35.354 C 97.042 35.354 97.734 35.237 98.333 35.004 C 98.931 34.771 99.378 34.452 99.67 34.046 C 99.963 33.64 100.109 33.197 100.109 32.717 C 100.109 32.237 99.968 31.805 99.686 31.441 C 99.404 31.078 98.939 30.773 98.29 30.525 C 97.874 30.363 96.954 30.11 95.53 29.769 C 94.105 29.426 93.108 29.103 92.537 28.8 C 91.797 28.412 91.245 27.93 90.882 27.355 C 90.519 26.78 90.337 26.137 90.337 25.424 C 90.337 24.64 90.56 23.908 91.004 23.227 C 91.448 22.546 92.097 22.029 92.949 21.677 C 93.803 21.323 94.751 21.148 95.794 21.148 C 96.943 21.148 97.957 21.333 98.835 21.703 C 99.713 22.073 100.387 22.619 100.86 23.338 C 101.333 24.058 101.587 24.873 101.622 25.783 L 99.654 25.931 C 99.549 24.951 99.191 24.209 98.581 23.708 C 97.971 23.207 97.07 22.956 95.878 22.956 C 94.686 22.956 93.733 23.184 93.166 23.639 C 92.599 24.094 92.315 24.643 92.315 25.285 C 92.315 25.843 92.515 26.302 92.918 26.661 C 93.313 27.021 94.344 27.39 96.011 27.767 C 97.678 28.145 98.823 28.475 99.443 28.757 C 100.345 29.174 101.011 29.701 101.442 30.34 C 101.872 30.979 102.086 31.715 102.086 32.547 C 102.086 33.38 101.85 34.151 101.378 34.881 C 100.905 35.611 100.227 36.18 99.342 36.585 C 98.457 36.991 97.461 37.194 96.354 37.194 C 94.951 37.194 93.775 36.989 92.827 36.58 C 91.879 36.171 91.135 35.555 90.596 34.733 C 90.056 33.911 89.772 32.982 89.744 31.944 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 108.804 35.226 L 109.079 36.91 C 108.543 37.022 108.063 37.079 107.641 37.079 C 106.95 37.079 106.414 36.97 106.034 36.751 C 105.653 36.532 105.385 36.245 105.23 35.888 C 105.075 35.532 104.997 34.782 104.997 33.638 L 104.997 27.171 L 103.602 27.171 L 103.602 25.689 L 104.997 25.689 L 104.997 22.905 L 106.891 21.762 L 106.891 25.689 L 108.805 25.689 L 108.805 27.171 L 106.891 27.171 L 106.891 33.744 C 106.891 34.287 106.924 34.637 106.991 34.792 C 107.058 34.947 107.167 35.071 107.319 35.162 C 107.47 35.254 107.687 35.3 107.969 35.3 C 108.181 35.3 108.459 35.276 108.805 35.226 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 109.956 31.31 C 109.956 29.229 110.534 27.687 111.69 26.685 C 112.656 25.852 113.833 25.436 115.222 25.436 C 116.766 25.436 118.029 25.942 119.008 26.954 C 119.988 27.967 120.479 29.366 120.479 31.152 C 120.479 32.598 120.262 33.736 119.828 34.566 C 119.394 35.395 118.764 36.039 117.935 36.498 C 117.106 36.956 116.202 37.185 115.222 37.185 C 113.65 37.185 112.379 36.681 111.41 35.671 C 110.44 34.662 109.955 33.208 109.955 31.31 Z M 111.912 31.31 C 111.912 32.75 112.226 33.828 112.853 34.544 C 113.481 35.261 114.27 35.619 115.222 35.619 C 116.174 35.619 116.953 35.259 117.58 34.539 C 118.208 33.819 118.521 32.722 118.521 31.247 C 118.521 29.857 118.206 28.804 117.575 28.087 C 116.943 27.371 116.16 27.013 115.221 27.013 C 114.283 27.013 113.48 27.369 112.853 28.082 C 112.225 28.794 111.912 29.87 111.912 31.31 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 122.688 36.931 L 122.688 25.69 L 124.401 25.69 L 124.401 27.394 C 124.838 26.596 125.241 26.071 125.612 25.817 C 125.982 25.563 126.389 25.436 126.833 25.436 C 127.475 25.436 128.127 25.64 128.789 26.049 L 128.134 27.817 C 127.668 27.542 127.203 27.405 126.738 27.405 C 126.322 27.405 125.949 27.529 125.617 27.78 C 125.286 28.03 125.05 28.378 124.909 28.822 C 124.697 29.5 124.592 30.241 124.592 31.046 L 124.592 36.931 L 122.688 36.931 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 137.611 33.31 L 139.578 33.554 C 139.268 34.704 138.693 35.597 137.854 36.232 C 137.015 36.867 135.943 37.184 134.639 37.184 C 132.996 37.184 131.693 36.678 130.731 35.666 C 129.768 34.653 129.287 33.233 129.287 31.405 C 129.287 29.578 129.773 28.046 130.747 27.002 C 131.72 25.957 132.981 25.436 134.533 25.436 C 136.084 25.436 137.261 25.947 138.213 26.97 C 139.165 27.993 139.641 29.433 139.641 31.289 C 139.641 31.401 139.638 31.571 139.631 31.797 L 131.254 31.797 C 131.325 33.032 131.674 33.978 132.301 34.634 C 132.929 35.29 133.712 35.618 134.65 35.618 C 135.347 35.618 135.943 35.434 136.437 35.068 C 136.93 34.701 137.322 34.115 137.611 33.31 Z M 131.361 30.23 L 137.632 30.23 C 137.547 29.285 137.308 28.575 136.912 28.102 C 136.306 27.369 135.52 27.001 134.554 27.001 C 133.68 27.001 132.945 27.294 132.349 27.88 C 131.753 28.466 131.424 29.249 131.36 30.23 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 44.185 19.283 L 44.185 10.681 L 47.146 10.681 C 47.815 10.681 48.325 10.722 48.676 10.804 C 49.169 10.918 49.588 11.123 49.936 11.42 C 50.389 11.803 50.729 12.294 50.953 12.89 C 51.178 13.487 51.29 14.169 51.29 14.935 C 51.29 15.589 51.214 16.168 51.061 16.672 C 50.909 17.176 50.714 17.594 50.475 17.924 C 50.237 18.255 49.976 18.515 49.693 18.705 C 49.41 18.894 49.068 19.038 48.667 19.136 C 48.266 19.234 47.807 19.283 47.287 19.283 Z M 45.323 18.267 L 47.158 18.267 C 47.724 18.267 48.169 18.214 48.492 18.109 C 48.814 18.003 49.071 17.855 49.263 17.663 C 49.532 17.393 49.742 17.031 49.893 16.575 C 50.044 16.119 50.119 15.566 50.119 14.917 C 50.119 14.018 49.971 13.326 49.676 12.843 C 49.382 12.36 49.023 12.036 48.601 11.872 C 48.296 11.755 47.805 11.696 47.129 11.696 L 45.323 11.696 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 52.329 16.167 C 52.329 15.013 52.649 14.159 53.291 13.603 C 53.826 13.141 54.479 12.91 55.249 12.91 C 56.104 12.91 56.804 13.191 57.347 13.752 C 57.89 14.313 58.162 15.089 58.162 16.079 C 58.162 16.881 58.041 17.512 57.801 17.971 C 57.561 18.43 57.211 18.788 56.752 19.042 C 56.293 19.296 55.791 19.423 55.248 19.423 C 54.376 19.423 53.672 19.143 53.134 18.584 C 52.597 18.025 52.328 17.219 52.328 16.166 Z M 53.414 16.167 C 53.414 16.965 53.588 17.563 53.935 17.96 C 54.283 18.356 54.721 18.555 55.249 18.555 C 55.776 18.555 56.208 18.356 56.556 17.957 C 56.904 17.558 57.077 16.95 57.077 16.132 C 57.077 15.361 56.902 14.777 56.552 14.38 C 56.202 13.983 55.768 13.785 55.248 13.785 C 54.728 13.785 54.283 13.982 53.935 14.377 C 53.587 14.772 53.413 15.369 53.413 16.167 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 60.546 19.282 L 58.641 13.051 L 59.731 13.051 L 60.721 16.648 L 61.091 17.986 C 61.106 17.919 61.214 17.491 61.413 16.701 L 62.404 13.052 L 63.488 13.052 L 64.421 16.666 L 64.731 17.857 L 65.089 16.654 L 66.156 13.051 L 67.182 13.051 L 65.235 19.282 L 64.139 19.282 L 63.148 15.55 L 62.908 14.489 L 61.648 19.282 L 60.545 19.282 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 68.07 19.282 L 68.07 13.051 L 69.02 13.051 L 69.02 13.937 C 69.478 13.252 70.138 12.91 71.001 12.91 C 71.377 12.91 71.722 12.978 72.036 13.113 C 72.351 13.248 72.587 13.425 72.743 13.644 C 72.899 13.863 73.009 14.123 73.071 14.424 C 73.11 14.619 73.13 14.962 73.13 15.451 L 73.13 19.282 L 72.075 19.282 L 72.075 15.492 C 72.075 15.062 72.034 14.74 71.952 14.527 C 71.87 14.313 71.724 14.143 71.515 14.016 C 71.306 13.889 71.061 13.825 70.779 13.825 C 70.329 13.825 69.942 13.968 69.615 14.254 C 69.289 14.54 69.125 15.082 69.125 15.879 L 69.125 19.282 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 74.723 19.283 L 74.723 10.681 L 75.778 10.681 L 75.778 19.283 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 77.02 16.167 C 77.02 15.013 77.341 14.159 77.982 13.603 C 78.518 13.141 79.17 12.91 79.94 12.91 C 80.796 12.91 81.496 13.191 82.038 13.752 C 82.581 14.313 82.853 15.089 82.853 16.079 C 82.853 16.881 82.733 17.512 82.493 17.971 C 82.252 18.43 81.902 18.788 81.443 19.042 C 80.984 19.296 80.483 19.423 79.939 19.423 C 79.068 19.423 78.364 19.143 77.826 18.584 C 77.288 18.025 77.019 17.219 77.019 16.166 Z M 78.105 16.167 C 78.105 16.965 78.279 17.563 78.627 17.96 C 78.975 18.356 79.412 18.555 79.94 18.555 C 80.468 18.555 80.9 18.356 81.247 17.957 C 81.595 17.558 81.769 16.95 81.769 16.132 C 81.769 15.361 81.594 14.777 81.244 14.38 C 80.894 13.983 80.459 13.785 79.939 13.785 C 79.419 13.785 78.974 13.982 78.626 14.377 C 78.278 14.772 78.105 15.369 78.105 16.167 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 88.153 18.513 C 87.762 18.846 87.387 19.08 87.024 19.217 C 86.663 19.354 86.275 19.423 85.86 19.423 C 85.176 19.423 84.65 19.255 84.283 18.921 C 83.916 18.586 83.732 18.159 83.732 17.639 C 83.732 17.334 83.802 17.055 83.94 16.802 C 84.079 16.55 84.261 16.348 84.486 16.195 C 84.71 16.042 84.963 15.927 85.245 15.849 C 85.452 15.795 85.765 15.741 86.183 15.691 C 87.035 15.589 87.663 15.467 88.065 15.327 C 88.069 15.182 88.071 15.09 88.071 15.051 C 88.071 14.621 87.971 14.317 87.772 14.142 C 87.502 13.903 87.101 13.783 86.57 13.783 C 86.073 13.783 85.707 13.87 85.47 14.044 C 85.234 14.218 85.058 14.527 84.945 14.968 L 83.913 14.828 C 84.007 14.386 84.161 14.029 84.376 13.757 C 84.592 13.485 84.902 13.276 85.309 13.129 C 85.716 12.981 86.186 12.908 86.722 12.908 C 87.257 12.908 87.685 12.971 88.017 13.096 C 88.349 13.221 88.594 13.379 88.75 13.569 C 88.906 13.758 89.016 13.998 89.078 14.287 C 89.114 14.467 89.132 14.792 89.132 15.261 L 89.132 16.67 C 89.132 17.652 89.154 18.273 89.199 18.532 C 89.244 18.792 89.333 19.042 89.466 19.28 L 88.363 19.28 C 88.254 19.062 88.183 18.805 88.153 18.512 Z M 88.065 16.154 C 87.682 16.311 87.108 16.444 86.342 16.553 C 85.908 16.616 85.601 16.686 85.421 16.764 C 85.241 16.843 85.103 16.957 85.006 17.108 C 84.908 17.258 84.859 17.426 84.859 17.609 C 84.859 17.891 84.965 18.125 85.178 18.314 C 85.391 18.502 85.703 18.595 86.114 18.595 C 86.524 18.595 86.882 18.506 87.198 18.328 C 87.514 18.15 87.747 17.906 87.896 17.597 C 88.009 17.359 88.066 17.006 88.066 16.541 L 88.066 16.154 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 94.808 19.282 L 94.808 18.496 C 94.413 19.114 93.832 19.423 93.066 19.423 C 92.57 19.423 92.114 19.286 91.697 19.012 C 91.281 18.739 90.958 18.356 90.73 17.865 C 90.501 17.374 90.387 16.81 90.387 16.173 C 90.387 15.535 90.49 14.986 90.697 14.48 C 90.904 13.973 91.215 13.585 91.63 13.315 C 92.044 13.045 92.507 12.91 93.019 12.91 C 93.394 12.91 93.728 12.989 94.022 13.148 C 94.315 13.306 94.553 13.512 94.737 13.766 L 94.737 10.68 L 95.786 10.68 L 95.786 19.282 L 94.807 19.282 Z M 91.472 16.173 C 91.472 16.971 91.64 17.567 91.976 17.962 C 92.312 18.357 92.709 18.555 93.166 18.555 C 93.623 18.555 94.019 18.366 94.341 17.989 C 94.664 17.611 94.825 17.036 94.825 16.261 C 94.825 15.408 94.661 14.782 94.332 14.383 C 94.004 13.984 93.599 13.784 93.119 13.784 C 92.638 13.784 92.258 13.976 91.943 14.359 C 91.628 14.743 91.471 15.347 91.471 16.173 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 100.387 16.167 C 100.387 15.013 100.708 14.159 101.349 13.603 C 101.885 13.141 102.538 12.91 103.307 12.91 C 104.163 12.91 104.863 13.191 105.406 13.752 C 105.949 14.313 106.22 15.089 106.22 16.079 C 106.22 16.881 106.1 17.512 105.86 17.971 C 105.619 18.43 105.269 18.788 104.81 19.042 C 104.351 19.296 103.85 19.423 103.306 19.423 C 102.435 19.423 101.731 19.143 101.193 18.584 C 100.656 18.025 100.387 17.219 100.387 16.166 Z M 101.472 16.167 C 101.472 16.965 101.646 17.563 101.993 17.96 C 102.341 18.356 102.779 18.555 103.306 18.555 C 103.834 18.555 104.266 18.356 104.614 17.957 C 104.962 17.558 105.135 16.95 105.135 16.132 C 105.135 15.361 104.96 14.777 104.61 14.38 C 104.26 13.983 103.826 13.785 103.306 13.785 C 102.786 13.785 102.34 13.982 101.993 14.377 C 101.645 14.772 101.471 15.369 101.471 16.167 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 107.457 19.282 L 107.457 13.051 L 108.407 13.051 L 108.407 13.937 C 108.864 13.252 109.525 12.91 110.388 12.91 C 110.763 12.91 111.108 12.978 111.423 13.113 C 111.738 13.248 111.973 13.425 112.13 13.644 C 112.286 13.863 112.396 14.123 112.458 14.424 C 112.498 14.619 112.517 14.962 112.517 15.451 L 112.517 19.282 L 111.462 19.282 L 111.462 15.492 C 111.462 15.062 111.421 14.74 111.339 14.527 C 111.256 14.313 111.111 14.143 110.902 14.016 C 110.692 13.889 110.448 13.825 110.166 13.825 C 109.716 13.825 109.328 13.968 109.002 14.254 C 108.676 14.54 108.512 15.082 108.512 15.879 L 108.512 19.282 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 119.774 18.338 L 119.927 19.271 C 119.63 19.333 119.364 19.365 119.13 19.365 C 118.747 19.365 118.45 19.305 118.239 19.183 C 118.028 19.062 117.88 18.903 117.794 18.705 C 117.708 18.508 117.664 18.092 117.664 17.458 L 117.664 13.873 L 116.891 13.873 L 116.891 13.052 L 117.664 13.052 L 117.664 11.509 L 118.714 10.875 L 118.714 13.052 L 119.774 13.052 L 119.774 13.873 L 118.714 13.873 L 118.714 17.517 C 118.714 17.819 118.732 18.012 118.77 18.098 C 118.807 18.184 118.867 18.252 118.951 18.303 C 119.035 18.354 119.156 18.379 119.312 18.379 C 119.429 18.379 119.584 18.366 119.775 18.338 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 120.807 19.283 L 120.807 10.681 L 121.862 10.681 L 121.862 13.767 C 122.354 13.196 122.975 12.911 123.726 12.911 C 124.187 12.911 124.588 13.002 124.928 13.184 C 125.268 13.365 125.511 13.617 125.658 13.938 C 125.804 14.258 125.878 14.724 125.878 15.334 L 125.878 19.283 L 124.823 19.283 L 124.823 15.334 C 124.823 14.805 124.709 14.421 124.48 14.181 C 124.251 13.94 123.928 13.82 123.51 13.82 C 123.197 13.82 122.903 13.901 122.628 14.063 C 122.352 14.225 122.156 14.446 122.039 14.724 C 121.922 15.001 121.863 15.385 121.863 15.873 L 121.863 19.283 L 120.808 19.283 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 131.747 17.276 L 132.837 17.411 C 132.665 18.049 132.346 18.544 131.881 18.896 C 131.417 19.247 130.822 19.424 130.099 19.424 C 129.188 19.424 128.467 19.143 127.933 18.582 C 127.4 18.021 127.133 17.233 127.133 16.22 C 127.133 15.207 127.402 14.358 127.942 13.78 C 128.481 13.201 129.18 12.911 130.04 12.911 C 130.9 12.911 131.553 13.195 132.081 13.762 C 132.609 14.329 132.872 15.127 132.872 16.156 C 132.872 16.218 132.87 16.312 132.866 16.437 L 128.223 16.437 C 128.262 17.122 128.455 17.646 128.803 18.01 C 129.151 18.374 129.585 18.555 130.105 18.555 C 130.491 18.555 130.822 18.454 131.095 18.25 C 131.369 18.047 131.586 17.722 131.746 17.276 Z M 128.282 15.569 L 131.758 15.569 C 131.711 15.045 131.578 14.651 131.359 14.389 C 131.023 13.982 130.588 13.779 130.052 13.779 C 129.567 13.779 129.16 13.941 128.83 14.266 C 128.5 14.59 128.317 15.025 128.282 15.569 Z\" fill=\"rgb(0,0,0)\"></path></g><g transform=\"translate(165.516 0.5)\" id=\"ss12235020692_28\"><path d=\"M 0 48 L 0 0 L 149.646 0 L 149.646 48 Z\" fill=\"transparent\"></path><path d=\"M 141.687 0.847 L 7.96 0.847 C 4.032 0.847 0.847 4.031 0.847 7.96 L 0.847 40.04 C 0.847 43.968 4.032 47.153 7.96 47.153 L 141.687 47.153 C 145.615 47.153 148.8 43.968 148.8 40.04 L 148.8 7.96 C 148.8 4.031 145.615 0.847 141.687 0.847 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 141.686 48 L 7.96 48 C 3.571 48 0 44.429 0 40.04 L 0 7.96 C 0 3.571 3.57 0 7.96 0 L 141.686 0 C 146.075 0 149.646 3.571 149.646 7.96 L 149.646 40.04 C 149.646 44.429 146.076 48 141.686 48 Z M 7.96 1.694 C 4.505 1.694 1.694 4.505 1.694 7.96 L 1.694 40.04 C 1.694 43.495 4.505 46.306 7.96 46.306 L 141.686 46.306 C 145.141 46.306 147.952 43.495 147.952 40.04 L 147.952 7.96 C 147.952 4.505 145.141 1.694 141.686 1.694 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 49.883 31.441 L 49.883 29.379 L 55.208 29.379 L 55.208 34.253 C 54.691 34.754 53.941 35.195 52.959 35.576 C 51.977 35.957 50.982 36.148 49.974 36.148 C 48.695 36.148 47.579 35.879 46.628 35.342 C 45.677 34.805 44.961 34.037 44.483 33.039 C 44.004 32.04 43.765 30.953 43.765 29.78 C 43.765 28.506 44.032 27.374 44.566 26.383 C 45.1 25.392 45.882 24.633 46.912 24.105 C 47.696 23.698 48.672 23.495 49.841 23.495 C 51.36 23.495 52.546 23.814 53.401 24.451 C 54.255 25.088 54.804 25.968 55.049 27.092 L 52.595 27.551 C 52.423 26.95 52.099 26.476 51.623 26.128 C 51.147 25.781 50.553 25.606 49.841 25.606 C 48.761 25.606 47.904 25.949 47.266 26.633 C 46.629 27.317 46.311 28.333 46.311 29.679 C 46.311 31.131 46.634 32.22 47.279 32.947 C 47.924 33.673 48.77 34.036 49.817 34.036 C 50.334 34.036 50.853 33.935 51.373 33.731 C 51.893 33.528 52.34 33.282 52.712 32.993 L 52.712 31.44 L 49.883 31.44 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 56.927 31.383 C 56.927 30.604 57.119 29.849 57.503 29.121 C 57.887 28.392 58.431 27.835 59.135 27.452 C 59.839 27.068 60.624 26.876 61.493 26.876 C 62.834 26.876 63.933 27.312 64.79 28.182 C 65.647 29.053 66.075 30.154 66.075 31.484 C 66.075 32.814 65.643 33.936 64.778 34.818 C 63.913 35.7 62.823 36.141 61.51 36.141 C 60.697 36.141 59.923 35.957 59.186 35.59 C 58.448 35.223 57.888 34.685 57.504 33.975 C 57.12 33.266 56.928 32.402 56.928 31.384 Z M 59.331 31.507 C 59.331 32.387 59.54 33.06 59.957 33.527 C 60.374 33.995 60.888 34.229 61.501 34.229 C 62.113 34.229 62.626 33.995 63.04 33.527 C 63.455 33.06 63.662 32.381 63.662 31.491 C 63.662 30.601 63.455 29.955 63.04 29.487 C 62.626 29.02 62.112 28.786 61.501 28.786 C 60.889 28.786 60.374 29.02 59.957 29.487 C 59.54 29.955 59.331 30.628 59.331 31.507 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 67.369 31.383 C 67.369 30.604 67.56 29.849 67.944 29.121 C 68.329 28.392 68.873 27.835 69.576 27.452 C 70.28 27.068 71.066 26.876 71.934 26.876 C 73.275 26.876 74.374 27.312 75.231 28.182 C 76.088 29.053 76.517 30.154 76.517 31.484 C 76.517 32.814 76.084 33.936 75.219 34.818 C 74.354 35.7 73.264 36.141 71.951 36.141 C 71.139 36.141 70.364 35.957 69.627 35.59 C 68.89 35.223 68.329 34.685 67.945 33.975 C 67.561 33.266 67.369 32.402 67.369 31.384 Z M 69.773 31.507 C 69.773 32.387 69.982 33.06 70.399 33.527 C 70.816 33.995 71.33 34.229 71.943 34.229 C 72.555 34.229 73.068 33.995 73.483 33.527 C 73.897 33.06 74.104 32.381 74.104 31.491 C 74.104 30.601 73.897 29.955 73.483 29.487 C 73.068 29.02 72.554 28.786 71.943 28.786 C 71.331 28.786 70.816 29.02 70.399 29.487 C 69.982 29.955 69.773 30.628 69.773 31.507 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 78.137 36.524 L 80.816 36.849 C 80.861 37.161 80.963 37.376 81.125 37.492 C 81.347 37.659 81.698 37.742 82.176 37.742 C 82.789 37.742 83.247 37.65 83.553 37.467 C 83.759 37.344 83.915 37.147 84.02 36.874 C 84.093 36.679 84.129 36.32 84.129 35.797 L 84.129 34.503 C 83.428 35.46 82.543 35.939 81.475 35.939 C 80.284 35.939 79.341 35.435 78.645 34.428 C 78.1 33.633 77.828 32.642 77.828 31.457 C 77.828 29.971 78.185 28.836 78.9 28.052 C 79.615 27.267 80.504 26.875 81.567 26.875 C 82.63 26.875 83.568 27.357 84.28 28.319 L 84.28 27.076 L 86.475 27.076 L 86.475 35.03 C 86.475 36.076 86.389 36.858 86.216 37.375 C 86.044 37.893 85.802 38.299 85.49 38.594 C 85.178 38.889 84.763 39.12 84.242 39.287 C 83.722 39.454 83.064 39.538 82.268 39.538 C 80.766 39.538 79.701 39.281 79.072 38.765 C 78.443 38.251 78.129 37.598 78.129 36.808 C 78.129 36.729 78.131 36.635 78.137 36.524 Z M 80.232 31.325 C 80.232 32.265 80.415 32.954 80.779 33.391 C 81.144 33.827 81.593 34.046 82.128 34.046 C 82.7 34.046 83.185 33.822 83.58 33.374 C 83.975 32.926 84.173 32.263 84.173 31.384 C 84.173 30.504 83.983 29.784 83.605 29.339 C 83.227 28.894 82.748 28.671 82.169 28.671 C 81.591 28.671 81.144 28.889 80.779 29.326 C 80.415 29.763 80.232 30.43 80.232 31.326 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 88.795 35.94 L 88.795 23.704 L 91.14 23.704 L 91.14 35.94 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 98.676 33.119 L 101.013 33.511 C 100.712 34.368 100.238 35.02 99.59 35.468 C 98.942 35.916 98.131 36.14 97.157 36.14 C 95.616 36.14 94.476 35.637 93.735 34.629 C 93.151 33.822 92.859 32.804 92.859 31.574 C 92.859 30.105 93.243 28.955 94.011 28.123 C 94.779 27.291 95.75 26.875 96.924 26.875 C 98.243 26.875 99.284 27.311 100.046 28.181 C 100.808 29.052 101.173 30.386 101.139 32.183 L 95.264 32.183 C 95.28 32.879 95.47 33.42 95.832 33.806 C 96.193 34.193 96.644 34.386 97.184 34.386 C 97.551 34.386 97.86 34.286 98.111 34.086 C 98.361 33.885 98.55 33.562 98.678 33.117 Z M 98.81 30.748 C 98.793 30.069 98.618 29.553 98.284 29.2 C 97.95 28.847 97.544 28.67 97.065 28.67 C 96.553 28.67 96.13 28.857 95.796 29.23 C 95.463 29.602 95.298 30.109 95.304 30.748 L 98.809 30.748 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 107.816 35.94 L 107.816 23.704 L 111.78 23.704 C 113.283 23.704 114.262 23.765 114.718 23.888 C 115.42 24.072 116.006 24.471 116.479 25.085 C 116.952 25.7 117.188 26.494 117.188 27.468 C 117.188 28.219 117.052 28.851 116.779 29.363 C 116.506 29.875 116.16 30.277 115.74 30.569 C 115.32 30.861 114.893 31.054 114.458 31.149 C 113.868 31.266 113.014 31.324 111.896 31.324 L 110.285 31.324 L 110.285 35.94 L 107.814 35.94 Z M 110.286 25.774 L 110.286 29.246 L 111.639 29.246 C 112.612 29.246 113.263 29.183 113.592 29.055 C 113.92 28.927 114.178 28.727 114.364 28.454 C 114.551 28.181 114.644 27.864 114.644 27.503 C 114.644 27.058 114.514 26.69 114.252 26.401 C 113.991 26.112 113.659 25.931 113.259 25.858 C 112.964 25.802 112.372 25.775 111.481 25.775 L 110.287 25.775 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 119.199 35.94 L 119.199 23.704 L 121.544 23.704 L 121.544 35.94 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 125.702 29.78 L 123.574 29.396 C 123.813 28.539 124.225 27.905 124.809 27.493 C 125.393 27.081 126.261 26.876 127.413 26.876 C 128.459 26.876 129.238 26.999 129.751 27.247 C 130.262 27.495 130.623 27.809 130.832 28.19 C 131.04 28.572 131.145 29.271 131.145 30.289 L 131.119 33.027 C 131.119 33.806 131.157 34.381 131.232 34.751 C 131.307 35.12 131.447 35.517 131.653 35.94 L 129.333 35.94 C 129.272 35.784 129.197 35.553 129.108 35.247 C 129.069 35.108 129.041 35.016 129.025 34.972 C 128.624 35.361 128.196 35.654 127.739 35.848 C 127.283 36.043 126.796 36.14 126.278 36.14 C 125.366 36.14 124.647 35.893 124.121 35.397 C 123.594 34.902 123.332 34.276 123.332 33.52 C 123.332 33.019 123.452 32.572 123.691 32.18 C 123.93 31.788 124.265 31.487 124.696 31.278 C 125.128 31.07 125.749 30.887 126.562 30.732 C 127.658 30.525 128.417 30.334 128.84 30.156 L 128.84 29.922 C 128.84 29.471 128.729 29.149 128.507 28.958 C 128.284 28.766 127.864 28.67 127.246 28.67 C 126.829 28.67 126.503 28.752 126.27 28.916 C 126.036 29.08 125.847 29.368 125.702 29.78 Z M 128.84 31.683 C 128.54 31.784 128.064 31.903 127.413 32.042 C 126.762 32.182 126.337 32.318 126.136 32.451 C 125.83 32.668 125.678 32.944 125.678 33.278 C 125.678 33.611 125.8 33.89 126.045 34.129 C 126.29 34.368 126.601 34.488 126.98 34.488 C 127.402 34.488 127.806 34.349 128.19 34.071 C 128.473 33.859 128.66 33.601 128.749 33.295 C 128.81 33.095 128.841 32.713 128.841 32.151 L 128.841 31.684 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 132.345 27.076 L 134.841 27.076 L 136.961 33.369 L 139.031 27.076 L 141.46 27.076 L 138.33 35.606 L 137.771 37.15 C 137.565 37.667 137.369 38.062 137.182 38.335 C 136.995 38.608 136.782 38.829 136.54 38.998 C 136.298 39.168 136 39.301 135.647 39.395 C 135.293 39.489 134.894 39.537 134.449 39.537 C 134.004 39.537 133.556 39.489 133.122 39.395 L 132.913 37.558 C 133.281 37.631 133.612 37.667 133.907 37.667 C 134.452 37.667 134.856 37.507 135.117 37.187 C 135.378 36.866 135.578 36.459 135.718 35.964 L 132.346 27.075 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 47.284 15.925 L 47.284 14.915 L 50.255 14.91 L 50.255 18.091 C 49.8 18.535 49.329 18.869 48.843 19.093 C 48.356 19.316 47.856 19.428 47.342 19.428 C 46.658 19.428 46.047 19.257 45.509 18.915 C 44.972 18.572 44.547 18.072 44.233 17.413 C 43.921 16.755 43.763 15.965 43.763 15.042 C 43.763 14.119 43.921 13.293 44.236 12.6 C 44.551 11.907 44.964 11.396 45.474 11.067 C 45.984 10.738 46.587 10.573 47.284 10.573 C 47.798 10.573 48.247 10.669 48.632 10.859 C 49.018 11.05 49.335 11.32 49.584 11.67 C 49.833 12.02 50.02 12.501 50.145 13.112 L 49.31 13.392 C 49.197 12.91 49.055 12.549 48.884 12.309 C 48.712 12.07 48.487 11.882 48.207 11.745 C 47.927 11.609 47.612 11.541 47.261 11.541 C 46.752 11.541 46.313 11.664 45.945 11.912 C 45.577 12.159 45.282 12.544 45.058 13.066 C 44.834 13.587 44.722 14.224 44.722 14.976 C 44.722 16.121 44.961 16.979 45.439 17.549 C 45.918 18.12 46.541 18.405 47.307 18.405 C 47.673 18.405 48.047 18.318 48.431 18.143 C 48.814 17.968 49.118 17.759 49.344 17.518 L 49.344 15.925 L 47.284 15.925 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 51.629 19.282 L 51.629 10.724 L 56.701 10.724 L 56.701 11.734 L 52.557 11.734 L 52.557 14.349 L 56.439 14.349 L 56.439 15.359 L 52.557 15.359 L 52.557 18.272 L 56.865 18.272 L 56.865 19.282 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 59.946 19.282 L 59.946 11.734 L 57.634 11.734 L 57.634 10.724 L 63.198 10.724 L 63.198 11.734 L 60.874 11.734 L 60.874 19.282 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 66.869 19.282 L 66.869 10.724 L 67.797 10.724 L 67.797 19.282 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 71.219 19.282 L 71.219 11.734 L 68.908 11.734 L 68.908 10.724 L 74.471 10.724 L 74.471 11.734 L 72.147 11.734 L 72.147 19.282 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 77.705 15.114 C 77.705 13.655 78.026 12.533 78.669 11.749 C 79.311 10.965 80.111 10.572 81.068 10.572 C 81.687 10.572 82.251 10.747 82.76 11.098 C 83.27 11.448 83.674 11.957 83.971 12.624 C 84.269 13.292 84.418 14.087 84.418 15.009 C 84.418 16.278 84.13 17.311 83.554 18.109 C 82.919 18.988 82.089 19.428 81.061 19.428 C 80.034 19.428 79.193 18.977 78.563 18.074 C 77.99 17.256 77.705 16.27 77.705 15.114 Z M 78.662 15.128 C 78.662 16.184 78.895 17.003 79.36 17.585 C 79.825 18.168 80.39 18.458 81.056 18.458 C 81.721 18.458 82.307 18.165 82.769 17.576 C 83.23 16.988 83.461 16.123 83.461 14.983 C 83.461 14.247 83.343 13.589 83.105 13.008 C 82.922 12.563 82.647 12.208 82.279 11.941 C 81.911 11.674 81.509 11.541 81.073 11.541 C 80.373 11.541 79.796 11.833 79.343 12.417 C 78.889 13.001 78.663 13.904 78.663 15.128 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 85.568 19.282 L 85.568 10.724 L 86.52 10.724 L 90.209 17.456 L 90.209 10.724 L 91.097 10.724 L 91.097 19.282 L 90.145 19.282 L 86.462 12.548 L 86.462 19.282 L 85.569 19.282 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 23.965 23.987 L 16.5 17.727 L 9.019 11.453 L 9.019 10.819 C 9.019 9.765 10.151 9.098 11.074 9.609 L 23.028 16.235 L 28.619 19.334 Z\" fill=\"rgb(0,240,118)\"></path><path d=\"M 9.019 37.18 L 9.019 36.547 L 16.5 30.273 L 23.935 24.038 L 28.582 28.685 L 23.028 31.764 L 11.074 38.391 C 10.151 38.902 9.019 38.235 9.019 37.18 Z\" fill=\"rgb(241,49,75)\"></path><path d=\"M 9.019 36.547 L 9.019 11.453 L 16.5 17.727 L 23.966 23.987 L 23.981 23.999 L 23.935 24.038 L 16.5 30.273 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 9.019 36.547 L 9.019 11.453 L 16.5 17.727 L 23.966 23.987 L 23.981 23.999 L 23.935 24.038 L 16.5 30.273 Z\" fill=\"rgb(0,211,255)\"></path><path d=\"M 28.582 28.685 L 23.935 24.038 L 23.981 23.999 L 23.966 23.987 L 28.62 19.333 L 34.853 22.789 C 35.804 23.316 35.804 24.683 34.853 25.209 Z\" fill=\"rgb(255,196,0)\"></path><path d=\"M 23.935 24.038 L 23.925 24.028 L 23.966 23.987 L 23.981 24 Z\" fill=\"rgb(255,255,255)\"></path></g></svg>',svgContentId:12235020692,withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1pcukr9\",\"data-framer-name\":\"_x2014_\\xce\\xd3\\xc8_x5F_1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:48,intrinsicWidth:150,layoutDependency:layoutDependency,layoutId:\"WsjvzEMig\",svg:'<svg width=\"150\" height=\"48\" viewBox=\"0 0 150 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_22_443)\">\\n<path d=\"M141.805 0.84668H8.19659C4.27164 0.84668 1.08984 4.03133 1.08984 7.95979V40.0402C1.08984 43.9686 4.27164 47.1533 8.19659 47.1533H141.805C145.73 47.1533 148.912 43.9686 148.912 40.0402V7.95979C148.912 4.03133 145.73 0.84668 141.805 0.84668Z\" fill=\"white\"/>\\n<path d=\"M141.804 48H8.19523C3.81026 48 0.242188 44.4295 0.242188 40.0398V7.96016C0.242188 3.57055 3.80955 0 8.19523 0H141.804C146.189 0 149.757 3.57055 149.757 7.96016V40.0406C149.757 44.4295 146.19 48.0007 141.804 48.0007V48ZM8.19523 1.69411C4.74334 1.69411 1.93478 4.50518 1.93478 7.96016V40.0406C1.93478 43.4955 4.74334 46.3066 8.19523 46.3066H141.804C145.256 46.3066 148.064 43.4955 148.064 40.0406V7.96016C148.064 4.50518 145.256 1.69411 141.804 1.69411H8.19523Z\" fill=\"black\"/>\\n<path d=\"M33.4473 29.6087C33.2522 30.094 33.0672 30.5958 32.8506 31.0832C32.1398 32.6818 31.1566 34.1039 29.9918 35.4003C29.4941 35.9545 28.9153 36.4124 28.2053 36.6795C27.4529 36.9623 26.6941 36.9307 25.9418 36.6989C25.4218 36.5388 24.9148 36.3356 24.3991 36.1605C23.6848 35.9178 22.9539 35.7693 22.1944 35.8109C21.5037 35.8489 20.8396 36.0112 20.1949 36.256C19.5974 36.4821 19.0036 36.7132 18.3739 36.8439C17.415 37.0427 16.5737 36.7879 15.8077 36.2165C15.0231 35.6314 14.4121 34.8813 13.8232 34.1096C13.015 33.0501 12.3257 31.9209 11.7914 30.6984C11.1696 29.2764 10.7099 27.8041 10.4918 26.2665C10.2487 24.5544 10.2544 22.8459 10.7959 21.1813C11.4378 19.2115 12.6255 17.6825 14.5039 16.7421C15.5094 16.2382 16.5759 15.9963 17.7004 16.0594C18.4327 16.1011 19.1248 16.3329 19.8133 16.5727C20.382 16.7708 20.9551 16.9567 21.5224 17.1577C21.99 17.3236 22.4311 17.2195 22.8765 17.0666C23.6675 16.7952 24.4565 16.5189 25.2547 16.2712C26.1691 15.9877 27.1001 15.9022 28.0582 16.0465C29.0257 16.1922 29.9445 16.4578 30.7922 16.951C31.5546 17.3946 32.1836 17.9825 32.7021 18.7226C30.5756 20.0112 29.4819 21.8689 29.659 24.3757C29.8362 26.8759 31.2369 28.5241 33.448 29.608L33.4473 29.6087Z\" fill=\"black\"/>\\n<path d=\"M27.635 9.48434C27.635 9.8569 27.6629 10.2223 27.6299 10.5812C27.5159 11.8381 26.9687 12.912 26.1654 13.861C25.5788 14.5537 24.9024 15.1452 24.0762 15.5415C23.4028 15.8645 22.6942 16.0181 21.9311 15.9543C21.8629 15.5752 21.8809 15.1933 21.9339 14.8122C22.1218 13.4641 22.7451 12.3291 23.6674 11.3529C24.272 10.7126 25.0114 10.2603 25.8204 9.91863C26.3505 9.69466 26.8977 9.53889 27.4722 9.48434C27.5181 9.48003 27.5647 9.48434 27.635 9.48434Z\" fill=\"black\"/>\\n<path d=\"M44.4277 36.9307L50.3819 21.4131H52.5923L58.9381 36.9307H56.6008L54.792 32.231H48.3092L46.6066 36.9307H44.4277ZM48.9009 30.5584H54.1573L52.5393 26.2607C52.0458 24.9549 51.6794 23.8825 51.4391 23.0426C51.2419 24.0375 50.9629 25.0253 50.6036 26.0066L48.9009 30.5584Z\" fill=\"black\"/>\\n<path d=\"M60.334 41.2396V25.6897H62.0682V27.1505C62.477 26.5791 62.9389 26.1505 63.4538 25.8641C63.9688 25.5784 64.5927 25.4355 65.3257 25.4355C66.2846 25.4355 67.1309 25.6825 67.8639 26.1764C68.5969 26.6702 69.1505 27.3673 69.5242 28.2667C69.8979 29.1662 70.0851 30.1525 70.0851 31.225C70.0851 32.3749 69.8785 33.4108 69.4661 34.3318C69.0537 35.2528 68.4541 35.9584 67.6681 36.4487C66.882 36.939 66.0551 37.1845 65.188 37.1845C64.5533 37.1845 63.9838 37.0502 63.4803 36.7825C62.9762 36.514 62.5623 36.1759 62.2374 35.766V41.2389H60.334V41.2396ZM62.0574 31.3735C62.0574 32.82 62.35 33.8896 62.9353 34.5809C63.5205 35.2722 64.2291 35.6181 65.0611 35.6181C65.893 35.6181 66.6317 35.2599 67.2342 34.5435C67.8373 33.8271 68.1386 32.7173 68.1386 31.2142C68.1386 29.711 67.8445 28.7089 67.2557 27.9961C66.6669 27.2833 65.964 26.9272 65.1457 26.9272C64.3274 26.9272 63.6173 27.3062 62.9934 28.065C62.3694 28.8238 62.0574 29.9264 62.0574 31.3728V31.3735Z\" fill=\"black\"/>\\n<path d=\"M72.3789 41.2396V25.6897H74.1131V27.1505C74.5219 26.5791 74.9838 26.1505 75.4987 25.8641C76.0137 25.5784 76.6376 25.4355 77.3706 25.4355C78.3295 25.4355 79.1758 25.6825 79.9088 26.1764C80.6418 26.6702 81.1955 27.3673 81.5691 28.2667C81.9428 29.1662 82.13 30.1525 82.13 31.225C82.13 32.3749 81.9234 33.4108 81.511 34.3318C81.0986 35.2528 80.4991 35.9584 79.713 36.4487C78.927 36.939 78.1 37.1845 77.2329 37.1845C76.5982 37.1845 76.0287 37.0502 75.5253 36.7825C75.0211 36.514 74.6072 36.1759 74.2824 35.766V41.2389H72.3789V41.2396ZM74.1031 31.3735C74.1031 32.82 74.3957 33.8896 74.9809 34.5809C75.5661 35.2722 76.2747 35.6181 77.1067 35.6181C77.9386 35.6181 78.6774 35.2599 79.2798 34.5435C79.883 33.8271 80.1842 32.7173 80.1842 31.2142C80.1842 29.711 79.8901 28.7089 79.3013 27.9961C78.7125 27.2833 78.0097 26.9272 77.1913 26.9272C76.373 26.9272 75.663 27.3062 75.039 28.065C74.415 28.8238 74.1031 29.9264 74.1031 31.3728V31.3735Z\" fill=\"black\"/>\\n<path d=\"M89.987 31.9453L91.9228 31.7758C92.0146 32.5518 92.2276 33.1893 92.5625 33.6867C92.8974 34.1842 93.4174 34.5862 94.1224 34.8934C94.8274 35.2007 95.6207 35.3536 96.5021 35.3536C97.2846 35.3536 97.9759 35.2373 98.5748 35.004C99.1737 34.7707 99.6198 34.452 99.9124 34.0457C100.205 33.6401 100.351 33.1972 100.351 32.7169C100.351 32.2367 100.21 31.8046 99.9282 31.4413C99.6463 31.0781 99.1808 30.773 98.5325 30.5254C98.1165 30.3631 97.1963 30.1104 95.772 29.7688C94.3476 29.4263 93.35 29.1033 92.7791 28.8004C92.039 28.412 91.4874 27.9304 91.1238 27.3554C90.7609 26.7804 90.5794 26.1365 90.5794 25.4237C90.5794 24.6405 90.8018 23.9083 91.2457 23.2271C91.6897 22.5458 92.3387 22.029 93.1915 21.6765C94.045 21.3233 94.9931 21.1475 96.0366 21.1475C97.1856 21.1475 98.1997 21.3327 99.0769 21.7031C99.9547 22.0735 100.63 22.619 101.102 23.3383C101.575 24.0576 101.829 24.8731 101.864 25.7833L99.8966 25.9312C99.7912 24.9506 99.4333 24.2091 98.823 23.708C98.2133 23.207 97.3125 22.9564 96.1205 22.9564C94.9286 22.9564 93.9754 23.184 93.4081 23.6391C92.8408 24.0942 92.5568 24.6426 92.5568 25.2851C92.5568 25.8429 92.7576 26.3016 93.1599 26.6612C93.5551 27.0209 94.5857 27.3898 96.2532 27.7674C97.9207 28.145 99.0647 28.4752 99.685 28.7573C100.587 29.1737 101.254 29.7013 101.684 30.3402C102.114 30.979 102.329 31.7148 102.329 32.5475C102.329 33.3802 102.093 34.1512 101.62 34.8812C101.147 35.6113 100.469 36.1798 99.5839 36.5854C98.6989 36.991 97.7034 37.1941 96.596 37.1941C95.1932 37.1941 94.017 36.9895 93.0689 36.5804C92.1207 36.1712 91.377 35.5553 90.8376 34.7334C90.2983 33.9114 90.0143 32.9818 89.9863 31.9438L89.987 31.9453Z\" fill=\"black\"/>\\n<path d=\"M109.046 35.2263L109.321 36.9096C108.785 37.0223 108.305 37.0791 107.883 37.0791C107.192 37.0791 106.656 36.9699 106.276 36.751C105.895 36.5321 105.627 36.2449 105.472 35.8882C105.317 35.5321 105.239 34.782 105.239 33.6384V27.1707H103.844V25.689H105.239V22.9052L107.133 21.7617V25.689H109.047V27.1707H107.133V33.744C107.133 34.2874 107.167 34.6369 107.233 34.792C107.3 34.9471 107.41 35.0705 107.561 35.1624C107.712 35.2543 107.93 35.3002 108.212 35.3002C108.423 35.3002 108.701 35.2758 109.047 35.2263H109.046Z\" fill=\"black\"/>\\n<path d=\"M110.198 31.3104C110.198 29.2286 110.776 27.6867 111.932 26.6846C112.898 25.8519 114.075 25.4355 115.464 25.4355C117.009 25.4355 118.271 25.9416 119.25 26.9545C120.23 27.9674 120.721 29.3665 120.721 31.1517C120.721 32.5982 120.504 33.736 120.07 34.5658C119.636 35.3949 119.006 36.0388 118.177 36.4975C117.348 36.9562 116.444 37.1852 115.464 37.1852C113.892 37.1852 112.621 36.6806 111.652 35.6713C110.682 34.662 110.197 33.2084 110.197 31.3104H110.198ZM112.155 31.3104C112.155 32.7497 112.468 33.8279 113.095 34.5443C113.723 35.2607 114.513 35.6189 115.464 35.6189C116.416 35.6189 117.195 35.2592 117.823 34.5392C118.45 33.8192 118.764 32.7224 118.764 31.2472C118.764 29.8567 118.448 28.8037 117.817 28.0873C117.186 27.3709 116.402 27.0126 115.464 27.0126C114.526 27.0126 113.722 27.3687 113.095 28.0815C112.467 28.7943 112.154 29.8704 112.154 31.3104H112.155Z\" fill=\"black\"/>\\n<path d=\"M122.93 36.9311V25.6897H124.643V27.3938C125.08 26.5963 125.484 26.0708 125.854 25.8167C126.224 25.5626 126.631 25.4355 127.075 25.4355C127.717 25.4355 128.369 25.6401 129.032 26.0493L128.376 27.8174C127.911 27.5424 127.445 27.4046 126.98 27.4046C126.564 27.4046 126.191 27.5295 125.859 27.78C125.528 28.0305 125.292 28.378 125.151 28.8223C124.939 29.5 124.834 30.2408 124.834 31.0455V36.9311H122.93H122.93Z\" fill=\"black\"/>\\n<path d=\"M137.853 33.3103L139.82 33.5536C139.51 34.7036 138.935 35.5966 138.096 36.2319C137.257 36.8672 136.186 37.1845 134.881 37.1845C133.238 37.1845 131.936 36.6784 130.973 35.6655C130.011 34.6526 129.529 33.2328 129.529 31.4051C129.529 29.5775 130.016 28.0463 130.989 27.0019C131.962 25.9574 133.224 25.4355 134.775 25.4355C136.326 25.4355 137.503 25.9474 138.456 26.9703C139.407 27.9932 139.884 29.4332 139.884 31.2888C139.884 31.4015 139.88 31.5709 139.873 31.7971H131.497C131.567 33.0318 131.916 33.9779 132.544 34.634C133.171 35.2901 133.954 35.6181 134.892 35.6181C135.59 35.6181 136.186 35.4344 136.679 35.0676C137.173 34.7007 137.564 34.115 137.853 33.3103ZM131.603 30.23H137.874C137.789 29.2846 137.55 28.5754 137.155 28.1023C136.549 27.3687 135.762 27.0012 134.796 27.0012C133.922 27.0012 133.187 27.294 132.591 27.8798C131.995 28.4656 131.666 29.2487 131.602 30.23H131.603Z\" fill=\"black\"/>\\n<path d=\"M44.4277 19.2826V10.6807H47.3883C48.0568 10.6807 48.5667 10.7216 48.9181 10.8041C49.4108 10.9176 49.8304 11.1229 50.1783 11.42C50.6315 11.8034 50.9708 12.2937 51.1952 12.8902C51.4197 13.4867 51.5323 14.1687 51.5323 14.9353C51.5323 15.5886 51.4563 16.1679 51.3035 16.6718C51.1508 17.1764 50.9557 17.5942 50.7176 17.9244C50.4795 18.2546 50.2184 18.5152 49.9351 18.7047C49.6518 18.8942 49.3097 19.0385 48.9095 19.1361C48.5086 19.2338 48.0489 19.2826 47.5289 19.2826H44.4277ZM45.5652 18.2675H47.3998C47.9664 18.2675 48.4111 18.2144 48.7338 18.1089C49.0565 18.0034 49.3133 17.8548 49.5048 17.6631C49.7745 17.3932 49.9846 17.0307 50.1352 16.5749C50.2858 16.119 50.3611 15.5663 50.3611 14.9174C50.3611 14.0179 50.2134 13.3259 49.9186 12.8428C49.6239 12.3597 49.2653 12.036 48.8428 11.8716C48.538 11.7546 48.0474 11.6957 47.3711 11.6957H45.5652V18.2675Z\" fill=\"black\"/>\\n<path d=\"M52.571 16.167C52.571 15.0127 52.8916 14.1585 53.5328 13.6029C54.0685 13.1413 54.7212 12.9102 55.4908 12.9102C56.3464 12.9102 57.0464 13.1908 57.5893 13.7522C58.1322 14.3135 58.404 15.0888 58.404 16.0787C58.404 16.8805 58.2835 17.5115 58.0433 17.9709C57.803 18.4304 57.453 18.7879 56.994 19.042C56.535 19.2961 56.0337 19.4231 55.49 19.4231C54.6186 19.4231 53.9143 19.1432 53.3764 18.584C52.8393 18.0248 52.5703 17.2186 52.5703 16.1663L52.571 16.167ZM53.6562 16.167C53.6562 16.9653 53.8297 17.5625 54.1776 17.9595C54.5254 18.3564 54.9629 18.5553 55.4908 18.5553C56.0186 18.5553 56.4504 18.3557 56.7982 17.9566C57.1461 17.5575 57.3196 16.9495 57.3196 16.1318C57.3196 15.3609 57.1446 14.7773 56.7946 14.3803C56.4446 13.9833 56.01 13.7845 55.49 13.7845C54.9701 13.7845 54.5247 13.9819 54.1768 14.3774C53.829 14.7722 53.6554 15.3688 53.6554 16.167H53.6562Z\" fill=\"black\"/>\\n<path d=\"M60.7884 19.2824L58.8828 13.0508H59.973L60.9634 16.6479L61.3328 17.986C61.3485 17.9192 61.4561 17.4914 61.6555 16.701L62.646 13.0515H63.7304L64.6627 16.6658L64.9733 17.8567L65.3312 16.6536L66.3984 13.0508H67.424L65.4775 19.2824H64.3809L63.3904 15.5503L63.1502 14.4886L61.89 19.2824H60.7877H60.7884Z\" fill=\"black\"/>\\n<path d=\"M68.3125 19.2824V13.0509H69.2621V13.9367C69.7196 13.2518 70.3802 12.9102 71.2437 12.9102C71.6188 12.9102 71.9638 12.9776 72.2786 13.1126C72.5935 13.2475 72.8287 13.4248 72.9851 13.6438C73.1414 13.8627 73.2511 14.1233 73.3135 14.4241C73.3523 14.6193 73.3724 14.9618 73.3724 15.4506V19.2824H72.3173V15.4922C72.3173 15.0622 72.2765 14.7399 72.194 14.5267C72.1122 14.3135 71.9666 14.1434 71.7572 14.0164C71.5478 13.8893 71.3032 13.8254 71.0214 13.8254C70.5717 13.8254 70.1837 13.9683 69.8573 14.254C69.531 14.5397 69.3675 15.0816 69.3675 15.8792V19.2824H68.3125Z\" fill=\"black\"/>\\n<path d=\"M74.9648 19.2826V10.6807H76.0199V19.2826H74.9648Z\" fill=\"black\"/>\\n<path d=\"M77.2624 16.167C77.2624 15.0127 77.583 14.1585 78.2242 13.6029C78.76 13.1413 79.4126 12.9102 80.1822 12.9102C81.0378 12.9102 81.7378 13.1908 82.2807 13.7522C82.8236 14.3135 83.0954 15.0888 83.0954 16.0787C83.0954 16.8805 82.9749 17.5115 82.7347 17.9709C82.4944 18.4304 82.1444 18.7879 81.6854 19.042C81.2264 19.2961 80.7251 19.4231 80.1814 19.4231C79.31 19.4231 78.6058 19.1432 78.0679 18.584C77.5307 18.0248 77.2617 17.2186 77.2617 16.1663L77.2624 16.167ZM78.3476 16.167C78.3476 16.9653 78.5211 17.5625 78.869 17.9595C79.2168 18.3564 79.6543 18.5553 80.1822 18.5553C80.71 18.5553 81.1418 18.3557 81.4896 17.9566C81.8375 17.5575 82.011 16.9495 82.011 16.1318C82.011 15.3609 81.836 14.7773 81.486 14.3803C81.136 13.9833 80.7014 13.7845 80.1814 13.7845C79.6615 13.7845 79.2161 13.9819 78.8683 14.3774C78.5204 14.7722 78.3468 15.3688 78.3468 16.167H78.3476Z\" fill=\"black\"/>\\n<path d=\"M88.3954 18.5131C88.0046 18.8455 87.6288 19.0802 87.2666 19.2173C86.9051 19.3544 86.5171 19.4226 86.1025 19.4226C85.4183 19.4226 84.8926 19.2554 84.5254 18.9209C84.1582 18.5863 83.9746 18.1592 83.9746 17.6388C83.9746 17.3337 84.0442 17.0552 84.1826 16.8025C84.321 16.5505 84.5032 16.3481 84.7277 16.1952C84.9522 16.0423 85.2053 15.9274 85.4872 15.8492C85.6945 15.7946 86.0072 15.7415 86.4253 15.6906C87.2773 15.5886 87.9049 15.4673 88.3072 15.3266C88.3108 15.1816 88.313 15.0897 88.313 15.051C88.313 14.621 88.2133 14.3173 88.0139 14.1415C87.7442 13.9031 87.3433 13.7833 86.8119 13.7833C86.3156 13.7833 85.9491 13.8701 85.7124 14.0445C85.4757 14.2183 85.3007 14.5269 85.1874 14.9684L84.1553 14.8277C84.2493 14.3855 84.4035 14.0288 84.6187 13.7567C84.8338 13.4846 85.1444 13.2757 85.551 13.1286C85.9577 12.9814 86.4282 12.9082 86.9639 12.9082C87.4997 12.9082 87.9271 12.9707 88.2592 13.0963C88.5912 13.2212 88.8358 13.3791 88.9921 13.5686C89.1485 13.7581 89.2582 13.9979 89.3206 14.2872C89.3558 14.4674 89.3737 14.7918 89.3737 15.2613V16.6697C89.3737 17.6517 89.3959 18.2726 89.4411 18.5325C89.4863 18.7924 89.5752 19.0422 89.7079 19.2805H88.6056C88.4959 19.0616 88.4256 18.8053 88.3947 18.5117L88.3954 18.5131ZM88.3072 16.1543C87.9242 16.3108 87.3498 16.4436 86.5838 16.5534C86.1499 16.6159 85.8429 16.6862 85.6636 16.7645C85.4836 16.8427 85.3452 16.9568 85.2476 17.1076C85.1501 17.2583 85.1013 17.4256 85.1013 17.6094C85.1013 17.8907 85.2075 18.1255 85.4205 18.3136C85.6335 18.5016 85.9455 18.595 86.3557 18.595C86.766 18.595 87.1238 18.5059 87.4401 18.3279C87.7564 18.1499 87.9895 17.9065 88.138 17.5972C88.2513 17.3588 88.3079 17.0064 88.3079 16.5412V16.1543H88.3072Z\" fill=\"black\"/>\\n<path d=\"M95.0497 19.2823V18.4963C94.6553 19.1143 94.0743 19.423 93.3084 19.423C92.8121 19.423 92.3559 19.2859 91.9392 19.0124C91.5233 18.7389 91.2005 18.3563 90.9717 17.8653C90.7429 17.3743 90.6289 16.8101 90.6289 16.1726C90.6289 15.5352 90.7322 14.986 90.9395 14.4799C91.1467 13.9732 91.4573 13.5848 91.8718 13.3149C92.2864 13.045 92.7489 12.91 93.261 12.91C93.6361 12.91 93.9703 12.989 94.2637 13.1476C94.557 13.3063 94.7951 13.5123 94.9787 13.7664V10.6797H96.028V19.2816H95.049L95.0497 19.2823ZM91.714 16.1726C91.714 16.9709 91.8819 17.5674 92.2182 17.9622C92.5546 18.357 92.9512 18.5551 93.4081 18.5551C93.8649 18.5551 94.2608 18.3663 94.5836 17.9888C94.9063 17.6112 95.0669 17.0355 95.0669 16.2609C95.0669 15.4081 94.9027 14.7822 94.5742 14.383C94.2458 13.9839 93.8412 13.7844 93.3607 13.7844C92.8802 13.7844 92.5001 13.976 92.1852 14.3593C91.8704 14.7427 91.7133 15.3471 91.7133 16.1726H91.714Z\" fill=\"black\"/>\\n<path d=\"M100.63 16.167C100.63 15.0127 100.95 14.1585 101.591 13.6029C102.127 13.1413 102.78 12.9102 103.549 12.9102C104.405 12.9102 105.105 13.1908 105.648 13.7522C106.191 14.3135 106.463 15.0888 106.463 16.0787C106.463 16.8805 106.342 17.5115 106.102 17.9709C105.862 18.4304 105.512 18.7879 105.053 19.042C104.594 19.2961 104.092 19.4231 103.549 19.4231C102.677 19.4231 101.973 19.1432 101.435 18.584C100.898 18.0248 100.629 17.2186 100.629 16.1663L100.63 16.167ZM101.714 16.167C101.714 16.9653 101.888 17.5625 102.235 17.9595C102.583 18.3564 103.021 18.5553 103.549 18.5553C104.076 18.5553 104.508 18.3557 104.856 17.9566C105.204 17.5575 105.378 16.9495 105.378 16.1318C105.378 15.3609 105.202 14.7773 104.853 14.3803C104.503 13.9833 104.068 13.7845 103.548 13.7845C103.028 13.7845 102.583 13.9819 102.235 14.3774C101.887 14.7722 101.713 15.3688 101.713 16.167H101.714Z\" fill=\"black\"/>\\n<path d=\"M107.699 19.2824V13.0509H108.649V13.9367C109.106 13.2518 109.767 12.9102 110.63 12.9102C111.006 12.9102 111.35 12.9776 111.665 13.1126C111.98 13.2475 112.215 13.4248 112.372 13.6438C112.528 13.8627 112.638 14.1233 112.7 14.4241C112.74 14.6193 112.759 14.9618 112.759 15.4506V19.2824H111.704V15.4922C111.704 15.0622 111.663 14.7399 111.581 14.5267C111.498 14.3135 111.353 14.1434 111.144 14.0164C110.935 13.8893 110.69 13.8254 110.408 13.8254C109.958 13.8254 109.57 13.9683 109.244 14.254C108.918 14.5397 108.754 15.0816 108.754 15.8792V19.2824H107.699Z\" fill=\"black\"/>\\n<path d=\"M120.017 18.3377L120.169 19.2709C119.873 19.3333 119.606 19.3649 119.372 19.3649C118.989 19.3649 118.692 19.3046 118.481 19.1833C118.27 19.062 118.122 18.9026 118.036 18.7052C117.95 18.5078 117.907 18.0922 117.907 17.4583V13.8734H117.133V13.0522H117.907V11.5089L118.956 10.875V13.0522H120.017V13.8734H118.956V17.5172C118.956 17.8187 118.975 18.0118 119.012 18.0979C119.049 18.1841 119.109 18.2523 119.193 18.3032C119.277 18.3542 119.398 18.3793 119.554 18.3793C119.671 18.3793 119.826 18.3657 120.017 18.3384L120.017 18.3377Z\" fill=\"black\"/>\\n<path d=\"M121.049 19.2826V10.6807H122.104V13.7674C122.597 13.196 123.218 12.911 123.968 12.911C124.429 12.911 124.83 13.0022 125.17 13.1838C125.51 13.3654 125.753 13.6174 125.9 13.9375C126.046 14.2584 126.12 14.7236 126.12 15.3337V19.2826H125.065V15.3337C125.065 14.8054 124.951 14.4213 124.722 14.1809C124.494 13.9404 124.17 13.8198 123.752 13.8198C123.439 13.8198 123.145 13.9009 122.87 14.0631C122.594 14.2254 122.398 14.4458 122.281 14.7236C122.164 15.0014 122.105 15.3847 122.105 15.8735V19.2826H121.05H121.049Z\" fill=\"black\"/>\\n<path d=\"M131.989 17.2763L133.079 17.4113C132.907 18.0487 132.588 18.544 132.124 18.8958C131.659 19.2475 131.064 19.4241 130.341 19.4241C129.43 19.4241 128.709 19.1434 128.175 18.5821C127.642 18.0207 127.375 17.2333 127.375 16.2204C127.375 15.2075 127.645 14.3583 128.184 13.7797C128.723 13.2011 129.423 12.9111 130.283 12.9111C131.142 12.9111 131.795 13.1947 132.323 13.7618C132.851 14.3289 133.114 15.1271 133.114 16.1558C133.114 16.2182 133.112 16.3123 133.108 16.4372H128.465C128.505 17.122 128.698 17.646 129.045 18.01C129.393 18.3739 129.827 18.5555 130.347 18.5555C130.734 18.5555 131.064 18.4536 131.338 18.2504C131.611 18.0473 131.828 17.7221 131.988 17.2763H131.989ZM128.524 15.5686H132C131.954 15.0446 131.82 14.6512 131.601 14.3892C131.265 13.9822 130.83 13.779 130.294 13.779C129.809 13.779 129.402 13.9412 129.072 14.2657C128.742 14.5902 128.559 15.0245 128.524 15.5686Z\" fill=\"black\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_22_443\">\\n<rect width=\"149.515\" height=\"48\" fill=\"white\" transform=\"translate(0.242188)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-711qj4\",\"data-framer-name\":\"_x2014_\\xce\\xd3\\xc8_x5F_1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:48,intrinsicWidth:150,layoutDependency:layoutDependency,layoutId:\"F3wHrIHP7\",svg:'<svg width=\"150\" height=\"48\" viewBox=\"0 0 150 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_22_473)\">\\n<path d=\"M141.863 0.84668H8.13644C4.20804 0.84668 1.02344 4.03128 1.02344 7.95968V40.0396C1.02344 43.968 4.20804 47.1526 8.13644 47.1526H141.863C145.791 47.1526 148.976 43.968 148.976 40.0396V7.95968C148.976 4.03128 145.791 0.84668 141.863 0.84668Z\" fill=\"white\"/>\\n<path d=\"M141.864 48H8.13777C3.74895 48 0.177734 44.4295 0.177734 40.04V7.96004C0.177734 3.5705 3.74823 0 8.13777 0H141.864C146.253 0 149.824 3.5705 149.824 7.96004V40.04C149.824 44.4288 146.254 48 141.864 48ZM8.13777 1.69408C4.68285 1.69408 1.87182 4.50511 1.87182 7.96004V40.04C1.87182 43.4949 4.68285 46.3059 8.13777 46.3059H141.864C145.319 46.3059 148.13 43.4949 148.13 40.04V7.96004C148.13 4.50511 145.319 1.69408 141.864 1.69408H8.13777Z\" fill=\"black\"/>\\n<path d=\"M50.0595 31.4408V29.3792H55.3844V34.2533C54.8668 34.7543 54.1174 35.1951 53.1347 35.5762C52.1527 35.9574 51.1578 36.1476 50.1507 36.1476C48.8708 36.1476 47.7552 35.8792 46.8041 35.3422C45.853 34.8053 45.1373 34.0372 44.6592 33.0387C44.1804 32.0402 43.9414 30.9534 43.9414 29.7797C43.9414 28.5056 44.2084 27.3736 44.7425 26.383C45.2766 25.3923 46.0583 24.6329 47.0877 24.1046C47.8723 23.6983 48.8485 23.4951 50.0171 23.4951C51.5361 23.4951 52.7227 23.8138 53.5769 24.4506C54.4311 25.088 54.9802 25.9681 55.225 27.0922L52.7715 27.5509C52.5992 26.95 52.2747 26.4756 51.7988 26.1281C51.3229 25.7807 50.7292 25.6063 50.0171 25.6063C48.9375 25.6063 48.0797 25.9487 47.4423 26.6328C46.8048 27.3169 46.4868 28.3326 46.4868 29.6792C46.4868 31.1314 46.8099 32.2204 47.4552 32.9468C48.1005 33.6733 48.9461 34.0358 49.9927 34.0358C50.5103 34.0358 51.0293 33.9346 51.549 33.7314C52.0694 33.5283 52.5159 33.282 52.8885 32.9928V31.4401H50.0588L50.0595 31.4408Z\" fill=\"black\"/>\\n<path d=\"M57.1035 31.3825C57.1035 30.6037 57.2952 29.8492 57.6792 29.1206C58.0633 28.392 58.6074 27.835 59.3108 27.4517C60.015 27.0676 60.8004 26.876 61.6689 26.876C63.0098 26.876 64.1088 27.3117 64.9659 28.1824C65.823 29.0532 66.2516 30.1536 66.2516 31.4837C66.2516 32.8139 65.8187 33.9359 64.9537 34.8181C64.0887 35.7003 62.9991 36.141 61.6862 36.141C60.8736 36.141 60.099 35.9573 59.3618 35.5905C58.6246 35.2229 58.064 34.6846 57.6799 33.9753C57.2959 33.2661 57.1042 32.4018 57.1042 31.384L57.1035 31.3825ZM59.5068 31.5074C59.5068 32.3868 59.7157 33.0601 60.1328 33.5274C60.5498 33.9947 61.0645 34.2287 61.6768 34.2287C62.2891 34.2287 62.8024 33.9947 63.2166 33.5274C63.6308 33.0601 63.8382 32.381 63.8382 31.4909C63.8382 30.6008 63.6308 29.9555 63.2166 29.4875C62.8024 29.0201 62.2884 28.7861 61.6768 28.7861C61.0652 28.7861 60.5498 29.0201 60.1328 29.4875C59.7157 29.9548 59.5068 30.6281 59.5068 31.5074Z\" fill=\"black\"/>\\n<path d=\"M67.5449 31.3825C67.5449 30.6037 67.7366 29.8492 68.1206 29.1206C68.5047 28.392 69.0488 27.835 69.7523 27.4517C70.4564 27.0676 71.2418 26.876 72.1103 26.876C73.4512 26.876 74.5502 27.3117 75.4073 28.1824C76.2644 29.0532 76.693 30.1536 76.693 31.4837C76.693 32.8139 76.2601 33.9359 75.3951 34.8181C74.5301 35.7003 73.4405 36.141 72.1276 36.141C71.315 36.141 70.5404 35.9573 69.8032 35.5905C69.066 35.2229 68.5054 34.6846 68.1213 33.9753C67.7373 33.2661 67.5456 32.4018 67.5456 31.384L67.5449 31.3825ZM69.9489 31.5074C69.9489 32.3868 70.1578 33.0601 70.5749 33.5274C70.992 33.9947 71.5066 34.2287 72.119 34.2287C72.7313 34.2287 73.2445 33.9947 73.6587 33.5274C74.0729 33.0601 74.2803 32.381 74.2803 31.4909C74.2803 30.6008 74.0729 29.9555 73.6587 29.4875C73.2445 29.0201 72.7305 28.7861 72.119 28.7861C71.5074 28.7861 70.992 29.0201 70.5749 29.4875C70.1578 29.9548 69.9489 30.6281 69.9489 31.5074Z\" fill=\"black\"/>\\n<path d=\"M78.3133 36.5241L80.9922 36.8493C81.0367 37.1608 81.1394 37.3755 81.3009 37.4917C81.5234 37.659 81.8737 37.7423 82.3525 37.7423C82.9648 37.7423 83.4235 37.6504 83.7293 37.4666C83.9354 37.3439 84.0911 37.1465 84.1966 36.8737C84.2691 36.6791 84.305 36.3202 84.305 35.7969V34.5034C83.6037 35.4603 82.7193 35.9391 81.6512 35.9391C80.4603 35.9391 79.5171 35.4351 78.8215 34.428C78.276 33.6327 78.0039 32.6421 78.0039 31.4569C78.0039 29.971 78.3614 28.8361 79.0763 28.0515C79.7913 27.2669 80.68 26.875 81.7431 26.875C82.8062 26.875 83.7437 27.3567 84.4558 28.3193V27.076H86.6509V35.0303C86.6509 36.0762 86.5648 36.8579 86.3925 37.3754C86.2202 37.893 85.9783 38.2993 85.666 38.5943C85.3545 38.8894 84.9389 39.1205 84.4185 39.287C83.898 39.4536 83.2405 39.5376 82.4444 39.5376C80.942 39.5376 79.8767 39.2806 79.2479 38.7652C78.6191 38.2505 78.3047 37.598 78.3047 36.8076C78.3047 36.7294 78.3075 36.6354 78.3133 36.5241ZM80.4086 31.3248C80.4086 32.2652 80.591 32.9536 80.9556 33.3908C81.3203 33.8272 81.7696 34.0461 82.3037 34.0461C82.8765 34.0461 83.3611 33.8222 83.7559 33.3743C84.1507 32.9263 84.3488 32.263 84.3488 31.3837C84.3488 30.5044 84.1593 29.7837 83.781 29.3386C83.4027 28.8935 82.9239 28.671 82.3454 28.671C81.7668 28.671 81.3203 28.8892 80.9556 29.3264C80.591 29.7628 80.4086 30.4297 80.4086 31.3256V31.3248Z\" fill=\"black\"/>\\n<path d=\"M88.9707 35.9396V23.7041H91.3159V35.9396H88.9707Z\" fill=\"black\"/>\\n<path d=\"M98.8518 33.1187L101.189 33.5106C100.888 34.3677 100.414 35.0202 99.7663 35.4682C99.1181 35.9161 98.3069 36.1401 97.3335 36.1401C95.7923 36.1401 94.6517 35.6369 93.9116 34.629C93.3273 33.8222 93.0352 32.8043 93.0352 31.5739C93.0352 30.1052 93.4192 28.9546 94.1873 28.1226C94.9554 27.2906 95.9259 26.875 97.1002 26.875C98.4189 26.875 99.4598 27.3107 100.222 28.1815C100.984 29.0522 101.349 30.3859 101.315 32.1834H95.4399C95.4564 32.8789 95.6459 33.4202 96.0077 33.8064C96.3695 34.1926 96.8203 34.3864 97.3601 34.3864C97.7276 34.3864 98.0363 34.2859 98.2868 34.0856C98.5373 33.8853 98.7261 33.5623 98.8546 33.1173L98.8518 33.1187ZM98.986 30.7484C98.9695 30.0694 98.7943 29.5532 98.4598 29.2001C98.126 28.8469 97.7197 28.6703 97.2409 28.6703C96.7291 28.6703 96.3063 28.8569 95.9725 29.2295C95.6387 29.602 95.4744 30.1088 95.4801 30.7484H98.9853H98.986Z\" fill=\"black\"/>\\n<path d=\"M107.992 35.9396V23.7041H111.956C113.459 23.7041 114.438 23.7651 114.894 23.8879C115.596 24.0716 116.182 24.4707 116.655 25.0852C117.128 25.7004 117.364 26.4943 117.364 27.4684C117.364 28.2193 117.228 28.851 116.955 29.3628C116.682 29.8746 116.336 30.2766 115.916 30.5687C115.496 30.8609 115.069 31.054 114.634 31.1487C114.044 31.2657 113.19 31.3239 112.072 31.3239H110.461V35.9396H107.99H107.992ZM110.462 25.7743V29.2465H111.815C112.788 29.2465 113.439 29.1826 113.768 29.0548C114.096 28.927 114.354 28.7268 114.54 28.454C114.727 28.1812 114.82 27.8639 114.82 27.5029C114.82 27.0578 114.69 26.6903 114.428 26.401C114.167 26.1117 113.836 25.9308 113.435 25.8583C113.14 25.8023 112.548 25.775 111.657 25.775H110.463L110.462 25.7743Z\" fill=\"black\"/>\\n<path d=\"M119.375 35.9396V23.7041H121.72V35.9396H119.375Z\" fill=\"black\"/>\\n<path d=\"M125.878 29.7803L123.75 29.3963C123.989 28.5392 124.401 27.9053 124.985 27.4933C125.569 27.0813 126.437 26.876 127.589 26.876C128.635 26.876 129.414 26.9994 129.927 27.2471C130.438 27.4947 130.799 27.8092 131.008 28.1903C131.217 28.5715 131.321 29.2714 131.321 30.2893L131.296 33.0271C131.296 33.8059 131.333 34.3809 131.408 34.7506C131.484 35.1203 131.624 35.5172 131.83 35.94H129.51C129.449 35.7843 129.373 35.5531 129.284 35.2473C129.245 35.1081 129.217 35.0162 129.201 34.9717C128.8 35.3615 128.372 35.6536 127.915 35.8482C127.459 36.0427 126.972 36.1403 126.455 36.1403C125.542 36.1403 124.823 35.8927 124.297 35.3974C123.771 34.9021 123.508 34.2761 123.508 33.5195C123.508 33.0185 123.628 32.572 123.867 32.18C124.106 31.7881 124.441 31.4873 124.872 31.2784C125.304 31.0696 125.925 30.8872 126.738 30.7315C127.834 30.5254 128.594 30.3338 129.016 30.1558V29.9217C129.016 29.4709 128.905 29.1494 128.683 28.9577C128.46 28.766 128.04 28.6698 127.422 28.6698C127.005 28.6698 126.679 28.7517 126.446 28.9161C126.212 29.0804 126.023 29.3683 125.878 29.7796V29.7803ZM129.016 31.6833C128.716 31.7838 128.24 31.903 127.589 32.0422C126.938 32.1815 126.513 32.3179 126.312 32.4514C126.007 32.6682 125.854 32.9438 125.854 33.2776C125.854 33.6114 125.976 33.8899 126.221 34.129C126.466 34.368 126.778 34.4879 127.156 34.4879C127.579 34.4879 127.982 34.3486 128.366 34.0708C128.65 33.859 128.836 33.6006 128.925 33.2948C128.986 33.0946 129.017 32.7134 129.017 32.1513V31.684L129.016 31.6833Z\" fill=\"black\"/>\\n<path d=\"M132.521 27.0759H135.017L137.137 33.3691L139.207 27.0759H141.636L138.506 35.6059L137.947 37.15C137.741 37.6675 137.545 38.0623 137.358 38.3351C137.172 38.6079 136.958 38.829 136.716 38.9984C136.474 39.1678 136.176 39.3006 135.823 39.3946C135.47 39.4894 135.071 39.5368 134.625 39.5368C134.18 39.5368 133.732 39.4894 133.298 39.3946L133.089 37.5584C133.457 37.6309 133.788 37.6668 134.083 37.6668C134.628 37.6668 135.032 37.5067 135.293 37.1866C135.554 36.8664 135.755 36.4587 135.894 35.9641L132.522 27.0752L132.521 27.0759Z\" fill=\"black\"/>\\n<path d=\"M47.4624 15.9254V14.9154L50.4335 14.9097V18.0911C49.9784 18.5347 49.5075 18.8685 49.0208 19.0925C48.5341 19.3164 48.0345 19.4284 47.5205 19.4284C46.8357 19.4284 46.2248 19.2569 45.6872 18.9145C45.1502 18.572 44.7253 18.0717 44.4116 17.4135C44.0986 16.7552 43.9414 15.9649 43.9414 15.0417C43.9414 14.1186 44.0993 13.2931 44.4145 12.6004C44.7296 11.907 45.1423 11.3959 45.652 11.0671C46.1617 10.7376 46.7654 10.5732 47.4617 10.5732C47.9756 10.5732 48.425 10.6687 48.8105 10.8589C49.1959 11.0499 49.5132 11.3198 49.7623 11.6701C50.0114 12.0204 50.198 12.5006 50.3229 13.1122L49.4881 13.3922C49.3754 12.9098 49.2333 12.5487 49.0617 12.309C48.8901 12.0699 48.6647 11.8819 48.3848 11.7455C48.1048 11.6091 47.7897 11.5409 47.4394 11.5409C46.9297 11.5409 46.4911 11.6643 46.1229 11.912C45.7554 12.1589 45.4596 12.5437 45.2357 13.0656C45.0117 13.5874 44.8997 14.2241 44.8997 14.9757C44.8997 16.1206 45.1388 16.9792 45.6175 17.5491C46.0963 18.1205 46.7187 18.4055 47.4853 18.4055C47.8514 18.4055 48.2254 18.3179 48.6088 18.1428C48.9921 17.9676 49.2964 17.7595 49.5226 17.5183V15.9247H47.4617L47.4624 15.9254Z\" fill=\"black\"/>\\n<path d=\"M51.8047 19.2816V10.7236H56.8776V11.7336H52.7328V14.3487H56.6149V15.3587H52.7328V18.2716H57.0413V19.2816H51.8047Z\" fill=\"black\"/>\\n<path d=\"M60.1239 19.2816V11.7336H57.8125V10.7236H63.3757V11.7336H61.0521V19.2816H60.1239Z\" fill=\"black\"/>\\n<path d=\"M67.0469 19.2816V10.7236H67.975V19.2816H67.0469Z\" fill=\"black\"/>\\n<path d=\"M71.3974 19.2816V11.7336H69.0859V10.7236H74.6491V11.7336H72.3255V19.2816H71.3974Z\" fill=\"black\"/>\\n<path d=\"M77.8835 15.114C77.8835 13.6546 78.2044 12.5327 78.8469 11.7488C79.4893 10.9649 80.289 10.5723 81.2459 10.5723C81.8646 10.5723 82.4288 10.7474 82.9385 11.0977C83.4482 11.448 83.8523 11.957 84.1495 12.6245C84.4474 13.2921 84.596 14.0868 84.596 15.0092C84.596 16.2776 84.3081 17.3113 83.7317 18.1088C83.0971 18.9881 82.2666 19.4282 81.2394 19.4282C80.2122 19.4282 79.3716 18.9766 78.7406 18.0736C78.1685 17.256 77.8828 16.2697 77.8828 15.114H77.8835ZM78.8404 15.1283C78.8404 16.1843 79.073 17.0033 79.5381 17.5848C80.0033 18.1676 80.5682 18.4584 81.2337 18.4584C81.8991 18.4584 82.4856 18.1648 82.9471 17.5762C83.408 16.9882 83.6391 16.1233 83.6391 14.9826C83.6391 14.2468 83.5207 13.5886 83.2831 13.0079C83.1 12.5635 82.8251 12.2082 82.4568 11.9412C82.0893 11.6741 81.6873 11.5406 81.2516 11.5406C80.551 11.5406 79.9739 11.8328 79.5209 12.4171C79.0672 13.0014 78.8411 13.9044 78.8411 15.1276L78.8404 15.1283Z\" fill=\"black\"/>\\n<path d=\"M85.7461 19.2816V10.7236H86.6979L90.3876 17.4562V10.7236H91.2748V19.2816H90.323L86.6398 12.5476V19.2816H85.7468H85.7461Z\" fill=\"black\"/>\\n<path d=\"M24.1413 23.9872L16.6758 17.727L9.19531 11.4531V10.8193C9.19531 9.76479 10.3273 9.09792 11.2505 9.60902L23.2045 16.2346L28.795 19.3335L24.1413 23.9872Z\" fill=\"#00F076\"/>\\n<path d=\"M9.19531 37.1802V36.547L16.6758 30.2732L24.1111 24.0381L28.7584 28.6853L23.2045 31.7641L11.2505 38.3911C10.3273 38.9022 9.19531 38.2347 9.19531 37.1802Z\" fill=\"#F1314B\"/>\\n<path d=\"M9.19531 36.5471V11.4531L16.6758 17.727L24.142 23.9872L24.1571 23.9994L24.1111 24.0382L16.6758 30.2732L9.19531 36.5471Z\" fill=\"white\"/>\\n<path d=\"M9.19531 36.5471V11.4531L16.6758 17.727L24.142 23.9872L24.1571 23.9994L24.1111 24.0382L16.6758 30.2732L9.19531 36.5471Z\" fill=\"#00D3FF\"/>\\n<path d=\"M28.7586 28.6849L24.1113 24.0377L24.1573 23.9989L24.1422 23.9867L28.7959 19.333L35.0296 22.7887C35.98 23.3155 35.98 24.683 35.0296 25.2092L28.7586 28.6849Z\" fill=\"#FFC400\"/>\\n<path d=\"M24.1116 24.0383L24.1016 24.0282L24.1425 23.9873L24.1576 23.9995L24.1116 24.0383Z\" fill=\"white\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_22_473\">\\n<rect width=\"149.646\" height=\"48\" fill=\"white\" transform=\"translate(0.177734)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]}),yRifADS51&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-7gbmn7\",layoutDependency:layoutDependency,layoutId:\"pfWZG6pmI\",children:isDisplayed2(yRifADS51)&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,...addPropertyOverrides({i02h7InG9:{width:`max((min(${componentViewport?.width||\"100vw\"} - 32px, 1280px) + 15px) / 0, 1px)`,y:(componentViewport?.y||0)+40+(((componentViewport?.height||835.5)-80-1249)/2+0+0)+0+0+0+618+0},OBT5Xi82t:{y:(componentViewport?.y||0)+80+(((componentViewport?.height||1003)-160-1285)/2+0+0)+0+0+0+735+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-zenad8-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"Imj_Yr2Y3-container\",nodeId:\"Imj_Yr2Y3\",rendersWithMotion:true,scopeId:\"NyrtEcsak\",children:/*#__PURE__*/_jsx(PrimaryButton,{height:\"100%\",id:\"Imj_Yr2Y3\",J4bn4hMB5:16,layoutId:\"Imj_Yr2Y3\",rVqR9m1KU:\"Learn more\",style:{height:\"100%\"},variant:convertFromBoolean(yRifADS51,activeLocale),width:\"100%\",zQLtSN6k5:\"999999px\",...addPropertyOverrides({i02h7InG9:{style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mdo4wg\",layoutDependency:layoutDependency,layoutId:\"EaNNoKujT\",style:{backgroundColor:IIC7GyL0M,borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1088z8p-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"G0gJblvjt-container\",nodeId:\"G0gJblvjt\",rendersWithMotion:true,scopeId:\"NyrtEcsak\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"G0gJblvjt\",isMixedBorderRadius:false,layoutId:\"G0gJblvjt\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:qGRBZSUCx,srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-CP5Ob.framer-yp7s9w, .framer-CP5Ob .framer-yp7s9w { display: block; }\",\".framer-CP5Ob.framer-173r599 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1440px; padding: var(--1poasog); position: relative; width: 1200px; }\",\".framer-CP5Ob .framer-1lhyv75 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1280px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-CP5Ob .framer-1on0qvm { 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: center; overflow: hidden; padding: 0px; position: relative; width: 50%; z-index: 1; }\",\".framer-CP5Ob .framer-mwqrlh, .framer-CP5Ob .framer-tg3r0q { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-CP5Ob .framer-sux0fe { flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 716px; word-break: break-word; word-wrap: break-word; }\",\".framer-CP5Ob .framer-6p4ds5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-CP5Ob .framer-1imz3m5 { flex: none; height: 49px; position: relative; width: 316px; }\",\".framer-CP5Ob .framer-1pcukr9, .framer-CP5Ob .framer-711qj4 { flex: none; height: 48px; position: relative; width: 150px; }\",\".framer-CP5Ob .framer-7gbmn7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-CP5Ob .framer-zenad8-container { flex: none; height: 44px; position: relative; width: auto; }\",\".framer-CP5Ob .framer-1mdo4wg { align-content: center; align-items: center; aspect-ratio: 1.0300429184549356 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 547px); justify-content: center; overflow: hidden; padding: 0px 0px 0px 40px; position: relative; width: 563px; will-change: var(--framer-will-change-override, transform); }\",\".framer-CP5Ob .framer-1088z8p-container { flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CP5Ob.framer-173r599, .framer-CP5Ob .framer-1on0qvm, .framer-CP5Ob .framer-6p4ds5, .framer-CP5Ob .framer-7gbmn7, .framer-CP5Ob .framer-1mdo4wg { gap: 0px; } .framer-CP5Ob.framer-173r599 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-CP5Ob.framer-173r599 > :first-child, .framer-CP5Ob .framer-1on0qvm > :first-child { margin-top: 0px; } .framer-CP5Ob.framer-173r599 > :last-child, .framer-CP5Ob .framer-1on0qvm > :last-child { margin-bottom: 0px; } .framer-CP5Ob .framer-1on0qvm > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-CP5Ob .framer-6p4ds5 > *, .framer-CP5Ob .framer-1mdo4wg > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-CP5Ob .framer-6p4ds5 > :first-child, .framer-CP5Ob .framer-7gbmn7 > :first-child, .framer-CP5Ob .framer-1mdo4wg > :first-child { margin-left: 0px; } .framer-CP5Ob .framer-6p4ds5 > :last-child, .framer-CP5Ob .framer-7gbmn7 > :last-child, .framer-CP5Ob .framer-1mdo4wg > :last-child { margin-right: 0px; } .framer-CP5Ob .framer-7gbmn7 > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } }\",\".framer-CP5Ob.framer-v-da26cb.framer-173r599 { padding: 40px 16px 40px 16px; width: 320px; }\",\".framer-CP5Ob.framer-v-da26cb .framer-1lhyv75 { flex-direction: column; gap: 40px; justify-content: center; }\",\".framer-CP5Ob.framer-v-da26cb .framer-1on0qvm { align-content: center; align-items: center; width: 100%; }\",\".framer-CP5Ob.framer-v-da26cb .framer-mwqrlh, .framer-CP5Ob.framer-v-da26cb .framer-1pcukr9 { order: 0; }\",\".framer-CP5Ob.framer-v-da26cb .framer-sux0fe { order: 1; width: 100%; }\",\".framer-CP5Ob.framer-v-da26cb .framer-tg3r0q { order: 2; }\",\".framer-CP5Ob.framer-v-da26cb .framer-6p4ds5 { flex-direction: column; gap: 16px; justify-content: center; order: 3; }\",\".framer-CP5Ob.framer-v-da26cb .framer-711qj4 { order: 1; }\",\".framer-CP5Ob.framer-v-da26cb .framer-7gbmn7 { order: 4; width: 100%; }\",\".framer-CP5Ob.framer-v-da26cb .framer-zenad8-container { flex: 1 0 0px; order: 0; width: 1px; }\",\".framer-CP5Ob.framer-v-da26cb .framer-1mdo4wg { height: var(--framer-aspect-ratio-supported, 280px); padding: 0px; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CP5Ob.framer-v-da26cb .framer-1lhyv75, .framer-CP5Ob.framer-v-da26cb .framer-6p4ds5 { gap: 0px; } .framer-CP5Ob.framer-v-da26cb .framer-1lhyv75 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-CP5Ob.framer-v-da26cb .framer-1lhyv75 > :first-child, .framer-CP5Ob.framer-v-da26cb .framer-6p4ds5 > :first-child { margin-top: 0px; } .framer-CP5Ob.framer-v-da26cb .framer-1lhyv75 > :last-child, .framer-CP5Ob.framer-v-da26cb .framer-6p4ds5 > :last-child { margin-bottom: 0px; } .framer-CP5Ob.framer-v-da26cb .framer-6p4ds5 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",\".framer-CP5Ob.framer-v-ecnozg.framer-173r599 { padding: 80px 40px 80px 40px; width: 730px; }\",\".framer-CP5Ob.framer-v-ecnozg .framer-1lhyv75 { flex-direction: column; gap: 40px; justify-content: flex-start; }\",\".framer-CP5Ob.framer-v-ecnozg .framer-1on0qvm { width: 100%; }\",\".framer-CP5Ob.framer-v-ecnozg .framer-1mdo4wg { aspect-ratio: 1.3948497854077253 / 1; height: var(--framer-aspect-ratio-supported, 466px); justify-content: flex-end; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CP5Ob.framer-v-ecnozg .framer-1lhyv75 { gap: 0px; } .framer-CP5Ob.framer-v-ecnozg .framer-1lhyv75 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-CP5Ob.framer-v-ecnozg .framer-1lhyv75 > :first-child { margin-top: 0px; } .framer-CP5Ob.framer-v-ecnozg .framer-1lhyv75 > :last-child { margin-bottom: 0px; } }\",'.framer-CP5Ob[data-border=\"true\"]::after, .framer-CP5Ob [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 706\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1440px\",null,null]},\"i02h7InG9\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1440px\",null,null]},\"OBT5Xi82t\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1440px\",null,null]}}}\n * @framerVariables {\"gWkmeEZv0\":\"kategori\",\"ysDQIxsgs\":\"kategoriColor\",\"tSVGHBbcm\":\"title\",\"uiMW09rY8\":\"titleColor\",\"NJaJnS8xt\":\"description\",\"BAGTsXWAO\":\"descriptionColor\",\"WCICeLvl5\":\"background\",\"T2EpuzNnO\":\"border\",\"VdBW8BeCB\":\"padding\",\"IIC7GyL0M\":\"backgroundImg\",\"A1Ommm9HI\":\"downloadIcon\",\"yRifADS51\":\"bUTton\",\"qGRBZSUCx\":\"video\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerNyrtEcsak=withCSS(Component,css,\"framer-CP5Ob\");export default FramerNyrtEcsak;FramerNyrtEcsak.displayName=\"Big section card\";FramerNyrtEcsak.defaultProps={height:706,width:1200};addPropertyControls(FramerNyrtEcsak,{variant:{options:[\"Fx3RUAEcf\",\"i02h7InG9\",\"OBT5Xi82t\"],optionTitles:[\"Default\",\"Mobile\",\"tablet\"],title:\"Variant\",type:ControlType.Enum},gWkmeEZv0:{defaultValue:\"Penguatkuasaan Digital\",displayTextArea:false,title:\"Kategori\",type:ControlType.String},ysDQIxsgs:{defaultValue:\"var(--token-5b91781e-f8c8-4d14-9187-ff0b13e5c2eb, rgb(52, 64, 84))\",title:\"Kategori color\",type:ControlType.Color},tSVGHBbcm:{defaultValue:\"Aplikasi untuk orang Pahang\",displayTextArea:false,title:\"Title\",type:ControlType.String},uiMW09rY8:{defaultValue:\"rgb(0, 0, 0)\",title:\"Title-Color\",type:ControlType.Color},NJaJnS8xt:{defaultValue:\"Towards achieving the Pahang State's Digital Economy Blueprintwith the regulatory Government-Linked Agency\",displayTextArea:false,title:\"Description\",type:ControlType.String},BAGTsXWAO:{defaultValue:\"rgb(0, 0, 0)\",title:\"Description color\",type:ControlType.Color},WCICeLvl5:{defaultValue:'var(--token-6069c0d6-8914-4053-9b64-101248e95436, rgb(255, 255, 255)) /* {\"name\":\"white\"} */',title:\"Background\",type:ControlType.Color},T2EpuzNnO:{defaultValue:{borderColor:'var(--token-534ce612-6dc7-45f9-a84d-054f95be542f, rgb(208, 213, 221)) /* {\"name\":\"border-primary\"} */',borderStyle:\"solid\",borderWidth:1},title:\"Border\",type:ControlType.Border},VdBW8BeCB:{defaultValue:\"80px 40px 80px 40px\",title:\"Padding\",type:ControlType.Padding},IIC7GyL0M:{defaultValue:\"rgb(224, 254, 255)\",title:\"Background img\",type:ControlType.Color},A1Ommm9HI:{defaultValue:true,title:\"Download icon\",type:ControlType.Boolean},yRifADS51:{defaultValue:true,title:\"BUtton\",type:ControlType.Boolean},qGRBZSUCx:VideoControls?.[\"srcFile\"]&&{...VideoControls[\"srcFile\"],__defaultAssetReference:\"\",description:undefined,hidden:undefined,title:\"Video\"}});const variationAxes=[{defaultValue:400,maxValue:900,minValue:100,name:\"Weight\",tag:\"wght\"}];addFonts(FramerNyrtEcsak,[{explicitInter:true,fonts:[{family:\"Geist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/geist/v1/gyByhwUxId8gMHweElSvO5Tc.woff2\",variationAxes,weight:\"400\"},{family:\"Lora\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LEPTJ56CXEIFZS2BZMKVGQGQR3J75WRT/47CWKKJO46R4EDFFM7QZRCL3WAPMSJU2/36HN3YOOACEGVWTJT3K4CDUJYXSWVW5S.woff2\",weight:\"600\"},{family:\"Geist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/geist/v1/gyBhhwUxId8gMGYQMKR3pzfaWI_RruM4mJPby1QNtA.woff2\",weight:\"500\"}]},...PrimaryButtonFonts,...VideoFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerNyrtEcsak\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"gWkmeEZv0\\\":\\\"kategori\\\",\\\"ysDQIxsgs\\\":\\\"kategoriColor\\\",\\\"tSVGHBbcm\\\":\\\"title\\\",\\\"uiMW09rY8\\\":\\\"titleColor\\\",\\\"NJaJnS8xt\\\":\\\"description\\\",\\\"BAGTsXWAO\\\":\\\"descriptionColor\\\",\\\"WCICeLvl5\\\":\\\"background\\\",\\\"T2EpuzNnO\\\":\\\"border\\\",\\\"VdBW8BeCB\\\":\\\"padding\\\",\\\"IIC7GyL0M\\\":\\\"backgroundImg\\\",\\\"A1Ommm9HI\\\":\\\"downloadIcon\\\",\\\"yRifADS51\\\":\\\"bUTton\\\",\\\"qGRBZSUCx\\\":\\\"video\\\"}\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"706\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1440px\\\",null,null]},\\\"i02h7InG9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1440px\\\",null,null]},\\\"OBT5Xi82t\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1440px\\\",null,null]}}}\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./NyrtEcsak.map"],
  "mappings": "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",
  "names": ["noopReturn", "t", "e", "t", "velocityPerSecond", "calcBezier", "t", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "o", "cubicBezier", "__rest", "n", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "t", "n", "velocityPerSecond", "calcDampingRatio", "hasReachedTarget", "spring", "c", "i", "h", "e", "u", "f", "l", "glide", "r", "a", "o", "d", "isOutOfBounds", "nearestBoundary", "g", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "W", "L", "D", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "j", "B", "testAnimation", "C", "$", "R", "resolveElements", "n", "createGeneratorEasing", "n", "o", "getGenerator", "t", "i", "s", "r", "a", "getKeyframes", "e", "pregenerateKeyframes", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "N", "spring", "F", "glide", "U", "inView$1", "resolveElements", "onIntersectionChange", "q", "K", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "G", "_", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "n", "dispatchViewEvent", "se", "o", "i", "s", "__rest", "inView$1", "t", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "ce", "le", "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", "filteredSlots", "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", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "radiusForCorner", "value", "cornerIndex", "segments", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "button", "fontSize", "full", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "zQLtSN6k5", "rVqR9m1KU", "J4bn4hMB5", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "u", "RichText2", "SVG", "css", "FramerfeEUheT0z", "withCSS", "feEUheT0z_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transformTemplate1", "_", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "fontSize", "height", "id", "text1", "text2", "text3", "text4", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "La_iqQBBd", "hZxMIMWBh", "sukxuqn1v", "mvUaA8hEA", "aYBqrybb7", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear1t334mv", "args", "onAppearvvqy7d", "onAppeargq0u55", "onAppearhv35p5", "onAppear1lhax96", "useOnVariantChange", "scopingClassNames", "cx", "LayoutGroup", "u", "RichText2", "css", "FramerVtC6tlSj2", "withCSS", "VtC6tlSj2_default", "addPropertyControls", "ControlType", "addFonts", "RichTextWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "RichText2", "TextLoopFonts", "getFonts", "VtC6tlSj2_default", "PrimaryButton2Fonts", "feEUheT0z_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "numberToPixelString", "value", "transition1", "transition2", "animation", "animation1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "padding", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "NY_RALQTV", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Image2", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerH4CMXRzTc", "withCSS", "H4CMXRzTc_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "radiusForCorner", "value", "cornerIndex", "segments", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "button", "fontSize", "full", "height", "id", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "_ref3", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "zQLtSN6k5", "rVqR9m1KU", "J4bn4hMB5", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "SVG", "css", "FramerNAyZZKCV2", "withCSS", "NAyZZKCV2_default", "addPropertyControls", "ControlType", "addFonts", "containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useOnEnter", "onEnter", "enabled", "useOnSpecificTargetChange", "useOnExit", "onExit", "goal", "callback", "isInTarget", "useIsInCurrentNavigationTarget", "ue", "isBrowserSafari", "navigator", "userAgent", "useIsBrowserSafari", "se", "useRenderTarget", "se", "RenderTarget", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "paddingControl", "ControlType", "ObjectFitType", "SrcType", "defaultVideo", "getProps", "props", "width", "height", "topLeft", "topRight", "bottomRight", "bottomLeft", "id", "children", "rest", "Video", "newProps", "p", "VideoMemo", "usePlaybackControls", "videoRef", "isInCurrentNavigationTarget", "useIsInCurrentNavigationTarget", "requestingPlay", "pe", "isPlayingRef", "setProgress", "te", "rawProgress", "newProgress", "isAlreadySet", "play", "video", "e", "pause", "useAutoplayBehavior", "playingProp", "muted", "loop", "playsinline", "controls", "initialPlayingProp", "ye", "hasPlayingPropChanged", "setHasPlayingPropChanged", "behavesAsGif", "autoplay", "X", "srcType", "srcUrl", "srcFile", "posterEnabled", "playing", "restartOnEnter", "objectFit", "backgroundColor", "radius", "volume", "startTimeProp", "poster", "progress", "onSeeked", "onPause", "onPlay", "onEnd", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "isSafari", "useIsBrowserSafari", "wasPausedOnLeave", "wasEndedOnLeave", "isOnCanvas", "useIsOnCanvas", "renderTarget", "useRenderTarget", "isStaticRenderer", "RenderTarget", "borderRadius", "useRadius", "autoplayBehavior", "isInViewport", "useInView", "isCloseToViewport", "startTime", "isPlaying", "ue", "isMountedAndReadyForProgressChanges", "rawProgressValue", "isMotionValue", "value", "useOnEnter", "useOnExit", "src", "se", "fragment", "handleReady", "capitalizeFirstLetter", "titleCase", "objectFitOptions", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "PrimaryButtonFonts", "getFonts", "NAyZZKCV2_default", "VideoFonts", "Video", "VideoControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "numberToPixelString", "value", "transition1", "convertFromBoolean", "activeLocale", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "background", "backgroundImg", "border", "bUTton", "description", "descriptionColor", "downloadIcon", "height", "id", "kategori", "kategoriColor", "padding", "title", "titleColor", "video", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "gWkmeEZv0", "ysDQIxsgs", "tSVGHBbcm", "uiMW09rY8", "NJaJnS8xt", "BAGTsXWAO", "WCICeLvl5", "T2EpuzNnO", "VdBW8BeCB", "IIC7GyL0M", "A1Ommm9HI", "yRifADS51", "qGRBZSUCx", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "LayoutGroup", "u", "RichText2", "SVG", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerNyrtEcsak", "withCSS", "NyrtEcsak_default", "addPropertyControls", "ControlType", "variationAxes", "addFonts"]
}
