{
  "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/jyRNgY7vYWXe6t31T0wo/Ticker.js", "ssg:https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/DDzyuYPF56TuI0bfUu2z/YouTube.js", "ssg:https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/GzHgU466IQmt8g4qOKj8/UsePageVisibility.js", "ssg:https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/bJnHw5VokAqNKlg6Rp7L/SlideShow.js", "ssg:https://framerusercontent.com/modules/iFcE8bhXfPhFyYJ3CGbn/mPW5CJyrdYRKsyJIgU5x/GDm1Q6L5U-0.js", "ssg:https://framerusercontent.com/modules/iFcE8bhXfPhFyYJ3CGbn/mPW5CJyrdYRKsyJIgU5x/GDm1Q6L5U.js", "ssg:https://framerusercontent.com/modules/hGmu0fk6RqQGKbOu6ABU/1L6PZjznX1YUNZxWc9qe/C0KDKZaob.js", "ssg:https://framerusercontent.com/modules/kzqkKx6xGe2nZq3IkFym/qNtsWgN52XLAoa1VmU5U/GDm1Q6L5U.js", "ssg:https://framerusercontent.com/modules/3zSeScurzjWipuVR8uJ2/7jYRHyf3ZP9Gjss5hHZb/GiCyFpz2N-0.js", "ssg:https://framerusercontent.com/modules/3zSeScurzjWipuVR8uJ2/7jYRHyf3ZP9Gjss5hHZb/GiCyFpz2N.js", "ssg:https://framerusercontent.com/modules/tcERFrQMHRnZSxuEo9Kj/tuLFQO23XrQCnY9PShsW/PlaySound.js", "ssg:https://framerusercontent.com/modules/4oZW1r0IVkBTA0gF8VLq/Lqw4qlLFJ96n8G5BW7MP/ICoVxMZ9y.js", "ssg:https://framerusercontent.com/modules/Ud8wuNoxtSFlfCi7AcEf/Zy4Zg81T3eNrbQn5nui2/oWkFCEYI8.js", "ssg:https://framerusercontent.com/modules/Iy5YETr2iguxZ8oScUKt/smKr7ZIzm4PU1QqSm6Dk/QvP_S4f5v.js", "ssg:https://framerusercontent.com/modules/YvjPISKGADGZQeO5wlNH/sHx9K42HKXP22Mxd2iNI/tWy7PdmUi.js", "ssg:https://framerusercontent.com/modules/9MOy0pwoeFFLC5Ypw8n5/oG3XkoG7Ngfp7Rw51VxI/GiCyFpz2N.js", "ssg:https://framerusercontent.com/modules/DYMLs3bg3peaNoP5VKZm/N9IMsJVMkfIFnv3WVOk9/NUEaa1JuF.js", "ssg:https://framerusercontent.com/modules/CxNlKSRCXHq9ne5D9ilR/jZFbZ3yzAWlfnAqVLO9n/SG_qnYFUw.js", "ssg:https://framerusercontent.com/modules/vpVlgnkuVMnmaavwYMKT/7ZcHBJlHSdqh3j88YA9H/augiA20Il.js", "ssg:https://framerusercontent.com/modules/pZwj17h31uCMfKXglrEU/f1LwNdC439qhau4sxePN/augiA20Il.js"],
  "sourcesContent": ["function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const 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,useLayoutEffect,useEffect,useState,useRef,useMemo,useCallback,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,frame}from\"framer-motion\";import{resize}from\"@motionone/dom\";const MAX_DUPLICATED_ITEMS=100;const directionTransformers={left:offset=>`translateX(-${offset}px)`,right:offset=>`translateX(${offset}px)`,top:offset=>`translateY(-${offset}px)`,bottom:offset=>`translateY(${offset}px)`};/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Ticker(props){/* Props */let{slots=[],gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */const currentTarget=RenderTarget.current();const isCanvas=currentTarget===RenderTarget.canvas||currentTarget===RenderTarget.export;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const numChildren=Children.count(filteredSlots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[{current:null},{current:null}];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */let clonedChildren=null;let dupedChildren=[];/* Duplicate value */let duplicateBy=0;let opacity=0;if(isCanvas){duplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;duplicateBy=Math.min(duplicateBy,MAX_DUPLICATED_ITEMS);opacity=1;}/* Measure parent and child */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;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);useLayoutEffect(()=>{frame.read(measure,false,true);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure,false,true);}initialResize.current=false;});},[]);}clonedChildren=Children.map(filteredSlots,(child,index)=>{let ref;if(index===0){ref=childrenRef[0];}if(index===filteredSlots.length-1){ref=childrenRef[1];}const size={width:widthType?child.props?.width:\"100%\",height:heightType?child.props?.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...child.props?.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},child.props?.children)})});});}const isInView=isCanvas?true:useInView(parentRef);if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=dupedChildren.concat(Children.map(filteredSlots,(child,childIndex)=>{const size={width:widthType?child.props?.width:\"100%\",height:heightType?child.props?.height:\"100%\",willChange:!isInView?undefined:\"transform\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/cloneElement(child,{key:i+\" \"+childIndex,style:{...child.props?.style,width:widthType?child.props?.width:\"100%\",height:heightType?child.props?.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},child.props?.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);}));}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */if(!isCanvas){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue)]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);const playOrPause=useCallback(()=>{if(!animationRef.current)return;const hidden=document.hidden;if(isInView&&!hidden&&animationRef.current.playState===\"paused\"){animationRef.current.play();}else if((!isInView||hidden)&&animationRef.current.playState===\"running\"){animationRef.current.pause();}},[isInView]);useEffect(()=>{playOrPause();},[isInView,hoverFactor,animateToValue,speed]);useEffect(()=>{document.addEventListener(\"visibilitychange\",playOrPause);return()=>{document.removeEventListener(\"visibilitychange\",playOrPause);};},[playOrPause]);}/* Fades */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/_jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/_jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,willChange:isCanvas||!isInView?\"auto\":\"transform\",transform:transformer(0)},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=hoverFactor;}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=1;}},children:[clonedChildren,dupedChildren]})});}/* Default Properties */Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{useReducer,useState}from\"react\";import{ControlType,addPropertyControls}from\"framer\";import{useIsOnCanvas,emptyStateStyle,containerStyles,defaultEvents,useRadius,borderRadiusControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";var PlayOptions;(function(PlayOptions){PlayOptions[\"Normal\"]=\"Off\";PlayOptions[\"Auto\"]=\"On\";PlayOptions[\"Loop\"]=\"Loop\";})(PlayOptions||(PlayOptions={}));var ThumbnailOptions;(function(ThumbnailOptions){ThumbnailOptions[\"High\"]=\"High Quality\";ThumbnailOptions[\"Medium\"]=\"Medium Quality\";ThumbnailOptions[\"Low\"]=\"Low Quality\";ThumbnailOptions[\"Off\"]=\"Off\";})(ThumbnailOptions||(ThumbnailOptions={}));/**\n * @framerIntrinsicWidth 560\n * @framerIntrinsicHeight 315\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerComponentPresetProps isRed, borderRadius\n */export function Youtube({url,play,shouldMute,thumbnail,isRed,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,title,...props}){const onCanvas=useIsOnCanvas();const isAutoplay=play!==\"Off\";const showThumbnail=onCanvas||thumbnail!==\"Off\"&&!isAutoplay;const[isPreloading,preloadVideo]=useReducer(()=>true,false);const[showVideo,startVideo]=useReducer(()=>true,!showThumbnail);const[isHovered,setHovered]=useState(false);const borderRadius=useRadius(props);const hasBorderRadius=borderRadius!==\"0px 0px 0px 0px\"&&borderRadius!==\"0px\";if(url===\"\"){return /*#__PURE__*/_jsx(Instructions,{});}const parsedURL=parseVideoURL(url);if(parsedURL===undefined){return /*#__PURE__*/_jsx(ErrorMessage,{message:\"Invalid Youtube URL.\"});}const[videoId,embedURL,originalSearchParams]=parsedURL;const searchParams=embedURL.searchParams;if(originalSearchParams){for(const[param,value]of originalSearchParams){searchParams.set(param,value);}}// https://developers.google.com/youtube/player_parameters\nsearchParams.set(\"iv_load_policy\",\"3\");searchParams.set(\"rel\",\"0\");searchParams.set(\"modestbranding\",\"1\");searchParams.set(\"playsinline\",\"1\");if(!showVideo){// if a browser does not support `loading=lazy`, make sure the video doesn't start playing in the background\nsearchParams.set(\"autoplay\",\"0\");}else if(isAutoplay||// when there is no thumbnail, we don't want to autoplay, unless video is started\nshowThumbnail&&showVideo){searchParams.set(\"autoplay\",\"1\");}if(isAutoplay&&shouldMute){searchParams.set(\"mute\",\"1\");}if(play===\"Loop\"){searchParams.set(\"loop\",\"1\");searchParams.set(\"playlist\",videoId);}if(!isRed){searchParams.set(\"color\",\"white\");}const iframeProps={title:title||\"Youtube Video\",allow:\"presentation; fullscreen; accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\",src:embedURL.href,frameBorder:\"0\",onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp};return /*#__PURE__*/_jsxs(\"article\",{onPointerEnter:()=>setHovered(true),onPointerLeave:()=>setHovered(false),onPointerOver:preloadVideo,onKeyDown:startVideo,onClick:startVideo,style:{...wrapperStyle,borderRadius,transform:// Safari sometimes struggles to render border-radius:\n// - on the canvas when changing from 0 to any other value\n// - or when rendering an iframe\nhasBorderRadius&&(showVideo||onCanvas)?\"translateZ(0.000001px)\":\"unset\",cursor:\"pointer\",overflow:\"hidden\"},role:\"presentation\",children:[isPreloading&&/*#__PURE__*/_jsx(\"link\",{rel:\"preconnect\",href:\"https://www.youtube.com\"}),isPreloading&&/*#__PURE__*/_jsx(\"link\",{rel:\"preconnect\",href:\"https://www.google.com\"}),showThumbnail&&/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(\"link\",{rel:\"preconnect\",href:\"https://i.ytimg.com\"}),/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",src:getThumbnailURL(videoId,thumbnail),style:{...videoStyle,objectFit:\"cover\"}})]}),!onCanvas?/*#__PURE__*/_jsx(\"iframe\",{loading:!showVideo?\"lazy\":undefined,style:!showVideo?{...videoStyle,display:\"none\"}:videoStyle,...iframeProps}):null,showVideo?null:/*#__PURE__*/_jsx(PlayButton,{onClick:startVideo,isHovered:isHovered,isRed:isRed})]});}Youtube.displayName=\"YouTube\";addPropertyControls(Youtube,{url:{type:ControlType.String,title:\"Video\"},play:{type:ControlType.Enum,title:\"Autoplay\",options:Object.values(PlayOptions)},shouldMute:{title:\"Mute\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",hidden(props){return props.play===\"Off\";}},thumbnail:{title:\"Thumbnail\",description:\"Showing a thumbnail improves performance.\",type:ControlType.Enum,options:Object.values(ThumbnailOptions),hidden(props){return props.play!==\"Off\";}},isRed:{title:\"Color\",type:ControlType.Boolean,enabledTitle:\"Red\",disabledTitle:\"White\"},...borderRadiusControl,...defaultEvents});const defaultProps={url:\"https://youtu.be/smPos0mJvh8\",play:\"Off\",shouldMute:true,thumbnail:\"Medium Quality\",isRed:true};Youtube.defaultProps=defaultProps;function parseVideoURL(urlString){let url;try{url=new URL(urlString);}catch{const embedURL=getEmbedURL(urlString);return[urlString,embedURL,null];}const searchParams=url.searchParams;if(url.hostname===\"youtube.com\"||url.hostname===\"www.youtube.com\"||url.hostname===\"youtube-nocookie.com\"||url.hostname===\"www.youtube-nocookie.com\"){const pathSegments=url.pathname.slice(1).split(\"/\");const page=pathSegments[0];// https://www.youtube.com/watch?v=Fop2oskTug8\nif(page===\"watch\"){const videoId=url.searchParams.get(\"v\");const embedURL=getEmbedURL(videoId);return[videoId,embedURL,searchParams];}// https://www.youtube.com/embed/Fop2oskTug8\nif(page===\"embed\"){const videoId=pathSegments[1];return[videoId,url,searchParams];}// https://www.youtube.com/shorts/zwMEhBq4kYM / https://www.youtube.com/live/XlWSzaluBKk\nif(page===\"shorts\"||page===\"live\"){const videoId=pathSegments[1];const embedURL=getEmbedURL(videoId);return[videoId,embedURL,searchParams];}}// https://youtu.be/Fop2oskTug8\nif(url.hostname===\"youtu.be\"){const videoId=url.pathname.slice(1);const embedURL=getEmbedURL(videoId);return[videoId,embedURL,searchParams];}}function getEmbedURL(videoId){return new URL(`https://www.youtube.com/embed/${videoId}`);}function getThumbnailURL(videoId,res){// https://gist.github.com/a1ip/be4514c1fd392a8c13b05e082c4da363\nconst pre=\"https://i.ytimg.com/vi_webp/\";const ext=\"webp\";switch(res){case\"Low Quality\":return`${pre}${videoId}/hqdefault.${ext}`;case\"Medium Quality\":return`${pre}${videoId}/sddefault.${ext}`;case\"High Quality\":return`${pre}${videoId}/maxresdefault.${ext}`;default:return`${pre}${videoId}/0.${ext}`;}}// Helper components\nfunction Instructions(){return /*#__PURE__*/_jsx(\"div\",{style:{...emptyStateStyle,overflow:\"hidden\"},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:\"To embed a Youtube video, add the URL to the properties\\xa0panel.\"})});}function ErrorMessage({message}){return /*#__PURE__*/_jsx(\"div\",{className:\"framerInternalUI-errorPlaceholder\",style:{...containerStyles,overflow:\"hidden\"},children:/*#__PURE__*/_jsxs(\"div\",{style:centerTextStyle,children:[\"Error: \",message]})});}function PlayButton({onClick,isHovered,isRed}){return /*#__PURE__*/_jsx(\"button\",{onClick:onClick,\"aria-label\":\"Play\",style:buttonStyle,children:/*#__PURE__*/_jsxs(\"svg\",{height:\"100%\",version:\"1.1\",viewBox:\"0 0 68 48\",width:\"100%\",children:[/*#__PURE__*/_jsx(\"path\",{d:\"M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z\",fill:isHovered?isRed?\"#f00\":\"#000\":\"#212121\",fillOpacity:isHovered?isRed?1:.8:.8,style:{transition:\"fill .1s cubic-bezier(0.4, 0, 1, 1), fill-opacity .1s cubic-bezier(0.4, 0, 1, 1)\"}}),/*#__PURE__*/_jsx(\"path\",{d:\"M 45,24 27,14 27,34\",fill:\"#fff\"})]})});}const buttonStyle={position:\"absolute\",top:\"50%\",left:\"50%\",transform:\"translate(-50%, -50%)\",width:68,height:48,padding:0,border:\"none\",background:\"transparent\",cursor:\"pointer\"};const wrapperStyle={position:\"relative\",width:\"100%\",height:\"100%\"};const centerTextStyle={textAlign:\"center\",minWidth:140};const videoStyle={position:\"absolute\",top:0,left:0,height:\"100%\",width:\"100%\"};\nexport const __FramerMetadata__ = {\"exports\":{\"Youtube\":{\"type\":\"reactComponent\",\"name\":\"Youtube\",\"slots\":[],\"annotations\":{\"framerComponentPresetProps\":\"isRed, borderRadius\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"315\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicWidth\":\"560\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YouTube.map", "import{useState,useEffect}from\"react\";export const isBrowser=()=>typeof document===\"object\";export function usePageVisibility(){if(!isBrowser())return;const[isVisible,setIsVisible]=useState(!document.hidden);useEffect(()=>{const onVisibilityChange=()=>setIsVisible(!document.hidden);document.addEventListener(\"visibilitychange\",onVisibilityChange,false);return()=>{document.removeEventListener(\"visibilitychange\",onVisibilityChange);};},[]);return isVisible;}\nexport const __FramerMetadata__ = {\"exports\":{\"isBrowser\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePageVisibility\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UsePageVisibility.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{resize}from\"@motionone/dom\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{animate,LayoutGroup,mix,motion,frame,useInView,useMotionValue,useTransform,wrap}from\"framer-motion\";import{Children,cloneElement,forwardRef,memo,startTransition,useCallback,useEffect,useLayoutEffect,useMemo,useRef,useState}from\"react\";import{usePageVisibility}from\"https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/GzHgU466IQmt8g4qOKj8/UsePageVisibility.js\";function awaitRefCallback(element,controller){let refCallbackResolve;// we need to listen to the ref setter, so let's override `current` - we can do that, because we don't use React's `useRef` hook for those refs.\nlet current=element.current;Object.defineProperty(element,\"current\",{get(){return current;},set(node){current=node;if(node===null){// React calls with null when the element is unmounted\n// we abort here so that the promise isn't left around in case the ref is never set\ncontroller.abort();return;}refCallbackResolve?.(node);},configurable:true});// no need to create a promise if current already exists\nif(current)return current;const refCallbackPromise=new Promise((resolve,reject)=>{refCallbackResolve=resolve;controller.signal.addEventListener(\"abort\",reject);}).catch(()=>{});return refCallbackPromise;}// Using opacity: 0.001 instead of 0 as an LCP hack. (opacity: 0.001 is still 0\n// to a human eye but makes Google think the elements are visible)\nconst OPACITY_0=.001;/**\n *\n * SLIDESHOW\n * V2 with Drag\n * By Benjamin and Matt\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Slideshow(props){/**\n     * Properties\n     */const{slots=[],startFrom,direction,effectsOptions,autoPlayControl,dragControl,alignment,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,itemAmount,fadeOptions,intervalControl,transitionControl,arrowOptions,borderRadius,progressOptions,style}=props;const{effectsOpacity,effectsScale,effectsRotate,effectsPerspective,effectsHover,playOffscreen}=effectsOptions;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{showMouseControls,arrowSize,arrowRadius,arrowFill,leftArrow,rightArrow,arrowShouldSpace=true,arrowShouldFadeIn=false,arrowPosition,arrowPadding,arrowGap,arrowPaddingTop,arrowPaddingRight,arrowPaddingBottom,arrowPaddingLeft}=arrowOptions;const{showProgressDots,dotSize,dotsInset,dotsRadius,dotsPadding,dotsGap,dotsFill,dotsBackground,dotsActiveOpacity,dotsOpacity,dotsBlur}=progressOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/**\n     * Checks\n     */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const hasChildren=Children.count(filteredSlots)>0;const isHorizontal=direction===\"left\"||direction===\"right\";const isInverted=direction===\"right\"||direction===\"bottom\";/**\n     * Empty state for Canvas\n     */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2B50\uFE0F\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to make infinite auto-playing slideshows.\"})]});}/**\n     * Refs, State\n     */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[{current:null},{current:null}];// when the slots change, generate new array\n},[filteredSlots]);const timeoutRef=useRef(undefined);const[size,setSize]=useState({parent:null,children:null,item:null,itemWidth:null,itemHeight:null,viewportLength:null});/* For pausing on hover */const[isHovering,setIsHovering]=useState(false);const[shouldPlayOnHover,setShouldPlayOnHover]=useState(autoPlayControl);/* For cursor updates */const[isMouseDown,setIsMouseDown]=useState(false);/* Check if resizing */const[isResizing,setIsResizing]=useState(false);/**\n     * Array for children\n     */let dupedChildren=[];let duplicateBy=4;if(isCanvas){duplicateBy=1;}/**\n     * Measure parent, child, items\n     */const measure=useCallback(()=>{if(!parentRef.current)return;const firstChild=childrenRef[0].current;const lastChild=childrenRef[1].current;const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=firstChild?isHorizontal?firstChild.offsetLeft:firstChild.offsetTop:0;const end=lastChild?isHorizontal?lastChild.offsetLeft+lastChild.offsetWidth:lastChild.offsetTop+lastChild.offsetHeight:0;const childrenLength=end-start+gap;const itemSize=firstChild?isHorizontal?firstChild.offsetWidth:firstChild.offsetHeight:0;const itemWidth=firstChild?firstChild.offsetWidth:0;const itemHeight=firstChild?firstChild.offsetHeight:0;const viewportLength=isHorizontal?Math.max(document.documentElement.clientWidth||0,window.innerWidth||0,parentRef.current.offsetWidth):Math.max(document.documentElement.clientHeight||0,window.innerHeight||0,parentRef.current.offsetHeight);setSize({parent:parentLength,children:childrenLength,item:itemSize,itemWidth,itemHeight,viewportLength});},[]);const scheduleMeasure=useCallback(async()=>{const controller=new AbortController;/**\n         * The elements in the set are refs of children. If they're wrapped in Suspense, they could mount later than the parent.\n         * Thus, we wait for each ref to be set step by step if required.\n         */const[firstChild,lastChild]=childrenRef;if(!isCanvas&&(!firstChild.current||!lastChild.current))try{await Promise.all([awaitRefCallback(firstChild,controller),awaitRefCallback(lastChild,controller)]);}catch{controller.abort();}frame.read(measure,false,true);},[measure]);/**\n     * Add refs to all children\n     * Added itemAmount for resizing\n     */useLayoutEffect(()=>{scheduleMeasure();},[itemAmount]);/**\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     */const initialResize=useRef(true);useEffect(()=>{return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){scheduleMeasure();startTransition(()=>setIsResizing(true));}initialResize.current=false;});},[]);useEffect(()=>{if(isResizing){const timer=setTimeout(()=>startTransition(()=>setIsResizing(false)),500);return()=>clearTimeout(timer);}},[isResizing]);/**\n     * Animation, pagination\n     */const totalItems=filteredSlots?.length;const childrenSize=isCanvas?0:size?.children;const itemWithGap=size?.item+gap;const itemOffset=startFrom*itemWithGap;const[currentItem,setCurrentItem]=useState(startFrom+totalItems);const[isDragging,setIsDragging]=useState(false);if(isCanvas){if(currentItem!==startFrom){setCurrentItem(startFrom);}}/* Check for browser window visibility *//* Otherwise, it will re-play all the item increments */const visibilityRef=useRef(null);const isInView=useInView(visibilityRef);const isVisible=usePageVisibility()&&isInView;const factor=isInverted?1:-1;/* The x and y values to start from */const xOrY=useMotionValue(childrenSize);/* For canvas only. Using xOrY is slower upon page switching */const canvasPosition=isHorizontal?-startFrom*(size?.itemWidth+gap):-startFrom*(size?.itemHeight+gap);/* Calculate the new value to animate to */const newPosition=()=>factor*currentItem*itemWithGap;/* Wrapped values for infinite looping *//* Instead of 0 to a negative full duplicated row, we start with an offset */const wrappedValue=!isCanvas?useTransform(xOrY,value=>{const wrapped=wrap(-childrenSize,-childrenSize*2,value);return isNaN(wrapped)?0:wrapped;}):0;/* Convert the current item to a wrapping index for dots */const wrappedIndex=wrap(0,totalItems,currentItem);const wrappedIndexInverted=wrap(0,-totalItems,currentItem);/* Update x or y with the provided starting point *//* The subtraction of a full row of children is for overflow */useLayoutEffect(()=>{if(size?.children===null)return;/* Initial measure */// if (initialResize.current) {\n//     xOrY.set((childrenSize + itemOffset) * factor)\n// }\n/* Subsequent resizes */if(!initialResize.current&&isResizing){xOrY.set(newPosition());}},[size,childrenSize,factor,itemOffset,currentItem,itemWithGap,isResizing]);/**\n     * Page item methods\n     * Switching, deltas, autoplaying\n     *//* Next and previous function, animates the X */const switchPages=()=>{if(isCanvas||!hasChildren||!size.parent||isDragging)return;if(xOrY.get()!==newPosition()){animate(xOrY,newPosition(),transitionControl);}if(autoPlayControl&&shouldPlayOnHover&&(playOffscreen||isVisible)){timeoutRef.current=setTimeout(()=>{startTransition(()=>setCurrentItem(item=>item+1));switchPages();},intervalControl*1e3);}};/* Page navigation functions */const setDelta=(delta,transition=false)=>{if(!isInverted){if(transition)startTransition(()=>setCurrentItem(item=>item+delta));else setCurrentItem(item=>item+delta);}else{if(transition)startTransition(()=>setCurrentItem(item=>item-delta));else setCurrentItem(item=>item-delta);}};const setPage=index=>{const currentItemWrapped=wrap(0,totalItems,currentItem);const currentItemWrappedInvert=wrap(0,-totalItems,currentItem);const goto=index-currentItemWrapped;const gotoInverted=index-Math.abs(currentItemWrappedInvert);if(!isInverted){startTransition(()=>setCurrentItem(item=>item+goto));}else{startTransition(()=>setCurrentItem(item=>item-gotoInverted));}};/**\n     * Drag\n     */const handleDragStart=()=>{startTransition(()=>setIsDragging(true));};const handleDragEnd=(event,{offset,velocity})=>{startTransition(()=>setIsDragging(false));const offsetXorY=isHorizontal?offset.x:offset.y;const velocityThreshold=200// Based on testing, can be tweaked or could be 0\n;const velocityXorY=isHorizontal?velocity.x:velocity.y;const isHalfOfNext=offsetXorY<-size.item/2;const isHalfOfPrev=offsetXorY>size.item/2;/* In case you drag more than 1 item left or right */const normalizedOffset=Math.abs(offsetXorY);const itemDelta=Math.round(normalizedOffset/size.item);/* Minimum delta is 1 to initiate a page switch *//* For velocity use only */const itemDeltaFromOne=itemDelta===0?1:itemDelta;/* For quick flicks, even with low offsets */if(velocityXorY>velocityThreshold){setDelta(-itemDeltaFromOne,true);}else if(velocityXorY<-velocityThreshold){setDelta(itemDeltaFromOne,true);}else{/* For dragging over half of the current item with 0 velocity */if(isHalfOfNext){setDelta(itemDelta,true);}if(isHalfOfPrev){setDelta(-itemDelta,true);}}};/* Kickstart the auto-playing once we have all the children */useEffect(()=>{if(!isVisible||isResizing)return;switchPages();return()=>timeoutRef.current&&clearTimeout(timeoutRef.current);},[dupedChildren,isVisible,isResizing]);/* Create copies of our children to create a perfect loop */let childCounter=0;/**\n     * Sizing\n     * */const columnOrRowValue=`calc(${100/itemAmount}% - ${gap}px + ${gap/itemAmount}px)`;/**\n     * Nested array to create duplicates of the children for infinite looping\n     * These are wrapped around, and start at a full \"page\" worth of offset\n     * as defined above.\n     */for(let index=0;index<duplicateBy;index++){dupedChildren=dupedChildren.concat(Children.map(filteredSlots,(child,childIndex)=>{let ref;if(index===0){if(childIndex===0){ref=childrenRef[0];}if(childIndex===filteredSlots.length-1){ref=childrenRef[1];}}return /*#__PURE__*/_jsx(Slide,{ref:ref,slideKey:index+childIndex+\"lg\",index:index,width:isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",height:!isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",size:size,child:child,numChildren:filteredSlots?.length,wrappedValue:wrappedValue,childCounter:childCounter++,gap:gap,isCanvas:isCanvas,isHorizontal:isHorizontal,effectsOpacity:effectsOpacity,effectsScale:effectsScale,effectsRotate:effectsRotate,children:index+childIndex},index+childIndex+\"lg\");}));}/**\n     * Fades with masks\n     */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}%)`;/**\n     * Dots\n     */const dots=[];const dotsBlurStyle={};if(showProgressDots){for(let i=0;i<filteredSlots?.length;i++){dots.push(/*#__PURE__*/_jsx(Dot,{dotStyle:{...dotStyle,width:dotSize,height:dotSize,backgroundColor:dotsFill},buttonStyle:baseButtonStyles,selectedOpacity:dotsActiveOpacity,opacity:dotsOpacity,onClick:()=>setPage(i),wrappedIndex:wrappedIndex,wrappedIndexInverted:wrappedIndexInverted,total:totalItems,index:i,gap:dotsGap,padding:dotsPadding,isHorizontal:isHorizontal,isInverted:isInverted},i));}if(dotsBlur>0){dotsBlurStyle.backdropFilter=dotsBlurStyle.WebkitBackdropFilter=`blur(${dotsBlur}px)`;}}const dragProps=dragControl?{drag:isHorizontal?\"x\":\"y\",onDragStart:handleDragStart,onDragEnd:handleDragEnd,dragDirectionLock:true,values:{x:xOrY,y:xOrY},dragMomentum:false}:{};const arrowHasTop=arrowPosition===\"top-left\"||arrowPosition===\"top-mid\"||arrowPosition===\"top-right\";const arrowHasBottom=arrowPosition===\"bottom-left\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"bottom-right\";const arrowHasLeft=arrowPosition===\"top-left\"||arrowPosition===\"bottom-left\";const arrowHasRight=arrowPosition===\"top-right\"||arrowPosition===\"bottom-right\";const arrowHasMid=arrowPosition===\"top-mid\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"auto\";return /*#__PURE__*/_jsxs(\"section\",{style:{...containerStyle,padding:paddingValue,WebkitMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,opacity:size?.item!==null?1:OPACITY_0,userSelect:\"none\"},onMouseEnter:()=>{setIsHovering(true);if(!effectsHover)setShouldPlayOnHover(false);},onMouseLeave:()=>{setIsHovering(false);if(!effectsHover)setShouldPlayOnHover(true);},onMouseDown:event=>{// Preventdefault fixes the cursor switching to text on drag on safari\nevent.preventDefault();startTransition(()=>setIsMouseDown(true));},onMouseUp:()=>startTransition(()=>setIsMouseDown(false)),ref:visibilityRef,children:[/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\",margin:0,padding:\"inherit\",position:\"absolute\",inset:0,overflow:overflow?\"visible\":\"hidden\",borderRadius:borderRadius,userSelect:\"none\",perspective:isCanvas?\"none\":effectsPerspective},children:/*#__PURE__*/_jsx(motion.ul,{ref:parentRef,...dragProps,style:{...containerStyle,gap:gap,placeItems:alignment,x:isHorizontal?isCanvas?canvasPosition:wrappedValue:0,y:!isHorizontal?isCanvas?canvasPosition:wrappedValue:0,flexDirection:isHorizontal?\"row\":\"column\",transformStyle:effectsRotate!==0&&!isCanvas?\"preserve-3d\":undefined,cursor:dragControl?isMouseDown?\"grabbing\":\"grab\":\"auto\",userSelect:\"none\",...style},children:dupedChildren})}),/*#__PURE__*/_jsxs(\"fieldset\",{style:{...controlsStyles},\"aria-label\":\"Slideshow pagination controls\",className:\"framer--slideshow-controls\",children:[/*#__PURE__*/_jsxs(motion.div,{style:{position:\"absolute\",display:\"flex\",flexDirection:isHorizontal?\"row\":\"column\",justifyContent:arrowShouldSpace?\"space-between\":\"center\",gap:arrowShouldSpace?\"unset\":arrowGap,opacity:arrowShouldFadeIn?OPACITY_0:1,alignItems:\"center\",inset:arrowPadding,top:arrowShouldSpace?arrowPadding:arrowHasTop?arrowPaddingTop:\"unset\",left:arrowShouldSpace?arrowPadding:arrowHasLeft?arrowPaddingLeft:arrowHasMid?0:\"unset\",right:arrowShouldSpace?arrowPadding:arrowHasRight?arrowPaddingRight:arrowHasMid?0:\"unset\",bottom:arrowShouldSpace?arrowPadding:arrowHasBottom?arrowPaddingBottom:\"unset\"},animate:arrowShouldFadeIn&&{opacity:isHovering?1:OPACITY_0},transition:transitionControl,children:[/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(-1,true),\"aria-label\":\"Previous\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",width:arrowSize,height:arrowSize,src:leftArrow||\"https://framerusercontent.com/images/6tTbkXggWgQCAJ4DO2QEdXXmgM.svg\",alt:\"Back Arrow\"})}),/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(1,true),\"aria-label\":\"Next\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",width:arrowSize,height:arrowSize,src:rightArrow||\"https://framerusercontent.com/images/11KSGbIZoRSg4pjdnUoif6MKHI.svg\",alt:\"Next Arrow\"})})]}),dots.length>1?/*#__PURE__*/_jsx(\"div\",{style:{...dotsContainerStyle,left:isHorizontal?\"50%\":dotsInset,top:!isHorizontal?\"50%\":\"unset\",transform:isHorizontal?\"translateX(-50%)\":\"translateY(-50%)\",flexDirection:isHorizontal?\"row\":\"column\",bottom:isHorizontal?dotsInset:\"unset\",borderRadius:dotsRadius,backgroundColor:dotsBackground,userSelect:\"none\",...dotsBlurStyle},children:dots}):null]})]});}/* Default Properties */Slideshow.defaultProps={direction:\"left\",dragControl:false,startFrom:0,itemAmount:1,infinity:true,gap:10,padding:10,autoPlayControl:true,effectsOptions:{effectsOpacity:1,effectsScale:1,effectsRotate:0,effectsPerspective:1200,effectsHover:true,playOffscreen:false},transitionControl:{type:\"spring\",stiffness:200,damping:40},fadeOptions:{fadeContent:false,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},arrowOptions:{showMouseControls:true,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowFill:\"rgba(0,0,0,0.2)\",arrowSize:40},progressOptions:{showProgressDots:true}};/* Property Controls */addPropertyControls(Slideshow,{slots:{type:ControlType.Array,title:\"Content\",control:{type:ControlType.ComponentInstance}},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\"],displaySegmentedControl:true,defaultValue:Slideshow.defaultProps.direction},autoPlayControl:{type:ControlType.Boolean,title:\"Auto Play\",defaultValue:true},intervalControl:{type:ControlType.Number,title:\"Interval\",defaultValue:1.5,min:.5,max:10,step:.1,displayStepper:true,unit:\"s\",hidden:props=>!props.autoPlayControl},dragControl:{type:ControlType.Boolean,title:\"Draggable\",defaultValue:false},startFrom:{type:ControlType.Number,title:\"Current\",min:0,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.startFrom},effectsOptions:{type:ControlType.Object,title:\"Effects\",controls:{effectsOpacity:{type:ControlType.Number,title:\"Opacity\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsOpacity,min:0,max:1,step:.01,displayStepper:true},effectsScale:{type:ControlType.Number,title:\"Scale\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsScale,min:0,max:1,step:.01,displayStepper:true},effectsPerspective:{type:ControlType.Number,title:\"Perspective\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsPerspective,min:200,max:2e3,step:1},effectsRotate:{type:ControlType.Number,title:\"Rotate\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsRotate,min:-180,max:180,step:1},effectsHover:{type:ControlType.Boolean,title:\"On Hover\",enabledTitle:\"Play\",disabledTitle:\"Pause\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsHover},playOffscreen:{type:ControlType.Boolean,title:\"Offscreen\",enabledTitle:\"Play\",disabledTitle:\"Pause\",defaultValue:Slideshow.defaultProps.effectsOptions.playOffscreen}}},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},itemAmount:{type:ControlType.Number,title:\"Items\",min:1,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.itemAmount},gap:{type:ControlType.Number,title:\"Gap\",min:0},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:0,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,displayStepper:true,defaultValue:0},transitionControl:{type:ControlType.Transition,defaultValue:Slideshow.defaultProps.transitionControl,title:\"Transition\"},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:false},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;}}}},arrowOptions:{type:ControlType.Object,title:\"Arrows\",controls:{showMouseControls:{type:ControlType.Boolean,title:\"Show\",defaultValue:Slideshow.defaultProps.arrowOptions.showMouseControls},arrowFill:{type:ControlType.Color,title:\"Fill\",hidden:props=>!props.showMouseControls,defaultValue:Slideshow.defaultProps.arrowOptions.arrowFill},leftArrow:{type:ControlType.Image,title:\"Previous\",hidden:props=>!props.showMouseControls},rightArrow:{type:ControlType.Image,title:\"Next\",hidden:props=>!props.showMouseControls},arrowSize:{type:ControlType.Number,title:\"Size\",min:0,max:200,displayStepper:true,defaultValue:Slideshow.defaultProps.arrowOptions.arrowSize,hidden:props=>!props.showMouseControls},arrowRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,defaultValue:40,hidden:props=>!props.showMouseControls},arrowShouldFadeIn:{type:ControlType.Boolean,title:\"Fade In\",defaultValue:false,hidden:props=>!props.showMouseControls},arrowShouldSpace:{type:ControlType.Boolean,title:\"Distance\",enabledTitle:\"Space\",disabledTitle:\"Group\",defaultValue:Slideshow.defaultProps.arrowOptions.arrowShouldSpace,hidden:props=>!props.showMouseControls},arrowPosition:{type:ControlType.Enum,title:\"Position\",options:[\"auto\",\"top-left\",\"top-mid\",\"top-right\",\"bottom-left\",\"bottom-mid\",\"bottom-right\"],optionTitles:[\"Center\",\"Top Left\",\"Top Middle\",\"Top Right\",\"Bottom Left\",\"Bottom Middle\",\"Bottom Right\"],hidden:props=>!props.showMouseControls||props.arrowShouldSpace},arrowPadding:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:20,displayStepper:true,hidden:props=>!props.showMouseControls||!props.arrowShouldSpace},arrowPaddingTop:{type:ControlType.Number,title:\"Top\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"bottom-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-right\"},arrowPaddingBottom:{type:ControlType.Number,title:\"Bottom\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-right\"},arrowPaddingRight:{type:ControlType.Number,title:\"Right\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-mid\"},arrowPaddingLeft:{type:ControlType.Number,title:\"Left\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-right\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-right\"||props.arrowPosition===\"bottom-mid\"},arrowGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace}}},progressOptions:{type:ControlType.Object,title:\"Dots\",controls:{showProgressDots:{type:ControlType.Boolean,title:\"Show\",defaultValue:false},dotSize:{type:ControlType.Number,title:\"Size\",min:1,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsInset:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsPadding:{type:ControlType.Number,title:\"Padding\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#fff\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBackground:{type:ControlType.Color,title:\"Backdrop\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:200,defaultValue:50,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsOpacity:{type:ControlType.Number,title:\"Opacity\",min:0,max:1,defaultValue:.5,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsActiveOpacity:{type:ControlType.Number,title:\"Current\",min:0,max:1,defaultValue:1,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBlur:{type:ControlType.Number,title:\"Blur\",min:0,max:50,defaultValue:0,step:1,hidden:props=>!props.showProgressDots||props.showScrollbar}}}});/* Placeholder Styles */const containerStyle={display:\"flex\",flexDirection:\"row\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Component 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:180,lineHeight:1.5,textAlign:\"center\"};/* Control Styles */const baseButtonStyles={border:\"none\",display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",background:\"transparent\",cursor:\"pointer\",margin:0,padding:0};const controlsStyles={display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",position:\"absolute\",pointerEvents:\"none\",userSelect:\"none\",top:0,left:0,right:0,bottom:0,border:0,padding:0,margin:0};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);/* Slide Component */const Slide=/*#__PURE__*/memo(/*#__PURE__*/forwardRef(function Component(props,ref){const{slideKey,width,height,child,size,gap,wrappedValue,numChildren,childCounter,isCanvas,effects,effectsOpacity,effectsScale,effectsRotate,isHorizontal,isLast,index}=props;const fallbackRef=useRef();/**\n         * Unique offsets + scroll range [0, 1, 1, 0]\n         */const childOffset=(size?.item+gap)*childCounter;const scrollRange=[-size?.item,0,size?.parent-size?.item+gap,size?.parent].map(val=>val-childOffset);/**\n         * Effects\n         */const rotateY=!isCanvas&&useTransform(wrappedValue,scrollRange,[-effectsRotate,0,0,effectsRotate]);const rotateX=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsRotate,0,0,-effectsRotate]);const opacity=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsOpacity,1,1,effectsOpacity]);const scale=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsScale,1,1,effectsScale]);const originXorY=!isCanvas&&useTransform(wrappedValue,scrollRange,[1,1,0,0]);const isVisible=!isCanvas&&useTransform(wrappedValue,latest=>latest>=scrollRange[1]&&latest<=scrollRange[2]);useEffect(()=>{if(!isVisible)return;return isVisible.on(\"change\",newValue=>{const node=ref?.current??fallbackRef.current;node?.setAttribute(\"aria-hidden\",!newValue);});},[]);const visibility=isCanvas?\"visible\":useTransform(wrappedValue,[scrollRange[0]-size.viewportLength,mix(scrollRange[1],scrollRange[2],.5),scrollRange[3]+size.viewportLength],[\"hidden\",\"visible\",\"hidden\"]);const key=slideKey+\"child\";return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",id:key,children:/*#__PURE__*/_jsx(\"li\",{style:{display:\"contents\"},\"aria-hidden\":index===0?false:true,children:/*#__PURE__*/cloneElement(child,{ref:ref??fallbackRef,key,style:{...child.props?.style,flexShrink:0,userSelect:\"none\",width,height,opacity:opacity,scale:scale,originX:isHorizontal?originXorY:.5,originY:!isHorizontal?originXorY:.5,rotateY:isHorizontal?rotateY:0,rotateX:!isHorizontal?rotateX:0,visibility},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined})})});}));const Dot=/*#__PURE__*/memo(function Dot({selectedOpacity,opacity,total,index,wrappedIndex,wrappedIndexInverted,dotStyle,buttonStyle,gap,padding,isHorizontal,isInverted,...props}){/* Check active item *//* Go 0\u20141\u20142\u20143\u20144\u20145\u20140 */let isSelected=wrappedIndex===index;/* Go 0\u20145\u20144\u20143\u20142\u20141\u20140\u20145 instead when inverted */if(isInverted){isSelected=Math.abs(wrappedIndexInverted)===index;}const inlinePadding=gap/2;const top=!isHorizontal&&index>0?inlinePadding:padding;const bottom=!isHorizontal&&index!==total-1?inlinePadding:padding;const right=isHorizontal&&index!==total-1?inlinePadding:padding;const left=isHorizontal&&index>0?inlinePadding:padding;return /*#__PURE__*/_jsx(\"button\",{\"aria-label\":`Scroll to page ${index+1}`,type:\"button\",...props,style:{...buttonStyle,padding:`${top}px ${right}px ${bottom}px ${left}px`},children:/*#__PURE__*/_jsx(motion.div,{style:{...dotStyle},initial:false,animate:{opacity:isSelected?selectedOpacity:opacity},transition:{duration:.3}})});});/* Dot Styles */const dotsContainerStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",position:\"absolute\",pointerEvents:\"auto\"};const dotStyle={borderRadius:\"50%\",background:\"white\",cursor:\"pointer\",border:\"none\",placeContent:\"center\",placeItems:\"center\",padding:0};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Slideshow\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerIntrinsicWidth\":\"400\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SlideShow.map", "export const v0=\"Digital Platform\";export const v1=\"Bankee digital platform serves as a virtual bank, on which students receive their allowance, salaries, bonuses, and fines, and pay their expenses. Each student participating in the program has a virtual bank account, which simulates real-life financial transactions.\";export const v2=\"Bankee Currency\";export const v3=\"Bankoz is the digital currency used within the program. It is exclusively for school transactions and serves as a medium of exchange for various activities and incentives.\";export const v4=\"Jobs\";export const v5=\"At Bankee, students are presented with the chance to apply for classroom-specific or school-wide jobs, which offer them an opportunity to earn additional income or salary. Classroom jobs are tailored to each classroom and encompass roles such as attendance monitor or teacher's assistant. On the other hand, school jobs involve participating in extracurricular activities at the school level, such as joining the student council.\";export const v6=\"Allowance and Salary\";export const v7=\"Students receive a predetermined allowance on a regular basis, mimicking a monthly salary in the real world.\";export const v8=\"Expenses and Payments\";export const v9=\"Students are required to manage their finances by making payments for classroom-related expenses, such as renting desks and paying utility bills such as water and electricity.\";export const v10=\"Bonuses & Fines\";export const v11=\"To instill core values and accountability, Bankee incorporates a system of bonuses and fines. Students can receive bonuses for exceptional performance or positive behaviours, while fines may be imposed for rule violations or inappropriate conduct.\";export const v12=\"Bankee Store\";export const v13=\"The Bankee Store is a central component of the Bankee program, where students can engage in real-life simulated transactions using the virtual currency, Bankoz. It serves as a practical and interactive platform within the classroom economy, allowing students to experience the process of buying and selling tangible and intangible items, thereby enhancing their financial literacy and decision-making skills.\u200D \u200D The physical Bankee Store is typically set up as a designated area within the school, while the online store provides a convenient and accessible platform for students. In both settings, the store offers a wide variety of items and services that are relevant and appealing to students, such as school supplies, toys, stationery, and school privileges. This integrated approach ensures students have a holistic learning experience, developing their financial competence in both physical and virtual marketplaces.\";export const v14=\"Teacher's Role\";export const v15=\"Teachers play a crucial role in guiding students through the program, setting financial goals, and monitoring their progress. They act as facilitators and provide support to ensure the successful implementation of the classroom economy model.\";\nexport const __FramerMetadata__ = {\"exports\":{\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v11\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v14\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v12\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v9\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v10\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v15\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v13\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (100f99d)\nimport*as localizedValues from\"./GDm1Q6L5U-0.js\";const valuesByLocaleId={XIv9I7CU3:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (3d3d426)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/36LZkUmx63hGgvVl9PjQ/MTffGULEe1vBrfHvg8NF/A7YTVQYta.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/oLKrc6DZuDPveCFQcH1a/DZjphZEPI3vSymWy3qh1/BvhJTDkTP.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/YrV1dNjzseFfnRgMAojj/yDaNFZSvhieYV5I9vLkd/lAwlFOb0a.js\";const cycleOrder=[\"bkLMzmT32\",\"sGr3TOec4\",\"y5yxFfA1c\",\"JTc31gk5M\"];const serializationHash=\"framer-cUk7l\";const variantClassNames={bkLMzmT32:\"framer-v-ydfo6o\",JTc31gk5M:\"framer-v-1noc99z\",sGr3TOec4:\"framer-v-9yjixe\",y5yxFfA1c:\"framer-v-zs7frt\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:400,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={\"Mobile / FAQ Text Open\":\"JTc31gk5M\",\"Mobile FAQ Text Closed\":\"y5yxFfA1c\",Closed:\"bkLMzmT32\",Open:\"sGr3TOec4\"};const getProps=({answer,height,id,question,width,...props})=>{return{...props,T8rQFvSBR:answer??props.T8rQFvSBR??\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\",variant:humanReadableVariantMap[props.variant]??props.variant??\"bkLMzmT32\",W88zB8mIG:question??props.W88zB8mIG??\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\"};};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,W88zB8mIG,T8rQFvSBR,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"bkLMzmT32\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1r9n9nb=activeVariantCallback(async(...args)=>{setVariant(\"sGr3TOec4\");});const onTap1r8hi35=activeVariantCallback(async(...args)=>{setVariant(\"bkLMzmT32\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"sGr3TOec4\",\"JTc31gk5M\"].includes(baseVariant))return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-ydfo6o\",className,classNames),\"data-framer-name\":\"Closed\",layoutDependency:layoutDependency,layoutId:\"bkLMzmT32\",ref:refBinding,style:{...style},...addPropertyOverrides({JTc31gk5M:{\"data-framer-name\":\"Mobile / FAQ Text Open\"},sGr3TOec4:{\"data-framer-name\":\"Open\"},y5yxFfA1c:{\"data-framer-name\":\"Mobile FAQ Text Closed\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gu6ba1\",\"data-framer-name\":\"Question\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"XOwCRQtay\",onTap:onTap1r9n9nb,...addPropertyOverrides({JTc31gk5M:{onTap:onTap1r8hi35},sGr3TOec4:{onTap:onTap1r8hi35}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-cekgcj\",\"data-framer-name\":\"Plus\",layoutDependency:layoutDependency,layoutId:\"KcWlkQaIs\",style:{opacity:.3,rotate:0},variants:{JTc31gk5M:{rotate:45},sGr3TOec4:{rotate:45},y5yxFfA1c:{rotate:0}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1iz7ck4\",layoutDependency:layoutDependency,layoutId:\"eQ_pvwnwG\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-w18iaz\",layoutDependency:layoutDependency,layoutId:\"dqJ0b5ZO4\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-tlp5hv\",\"data-styles-preset\":\"lAwlFOb0a\",style:{\"--framer-text-alignment\":\"center\"},children:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\"})}),className:\"framer-3uzyk8\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"IEajCgfJW\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:W88zB8mIG,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({JTc31gk5M:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-83172e\",\"data-styles-preset\":\"BvhJTDkTP\",style:{\"--framer-text-alignment\":\"center\"},children:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\"})})},y5yxFfA1c:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-83172e\",\"data-styles-preset\":\"BvhJTDkTP\",style:{\"--framer-text-alignment\":\"center\"},children:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\"})})}},baseVariant,gestureVariant)})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1i22bc0\",\"data-framer-name\":\"Answer\",layoutDependency:layoutDependency,layoutId:\"RT7p8XVlu\",style:{opacity:0},variants:{JTc31gk5M:{opacity:1},sGr3TOec4:{opacity:1}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1k9uixy\",\"data-styles-preset\":\"A7YTVQYta\",style:{\"--framer-text-alignment\":\"center\"},children:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\"})}),className:\"framer-oq1hdj\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"H_whUZCB3\",style:{\"--framer-paragraph-spacing\":\"0px\",opacity:.6},text:T8rQFvSBR,variants:{JTc31gk5M:{opacity:1},sGr3TOec4:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-cUk7l.framer-10dptdz, .framer-cUk7l .framer-10dptdz { display: block; }\",\".framer-cUk7l.framer-ydfo6o { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 400px; }\",\".framer-cUk7l .framer-1gu6ba1 { -webkit-user-select: none; align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 20px 0px 20px 40px; position: relative; user-select: none; width: 100%; }\",\".framer-cUk7l .framer-cekgcj { flex: none; height: 16px; left: 0px; overflow: hidden; position: absolute; top: 25px; width: 16px; z-index: 1; }\",\".framer-cUk7l .framer-1iz7ck4 { flex: none; height: 2px; left: calc(50.00000000000002% - 16px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 2px / 2); width: 16px; }\",\".framer-cUk7l .framer-w18iaz { flex: none; height: 16px; left: calc(50.00000000000002% - 2px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 16px / 2); width: 2px; }\",\".framer-cUk7l .framer-3uzyk8 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-cUk7l .framer-1i22bc0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 20px 20px 40px; position: relative; width: 100%; }\",\".framer-cUk7l .framer-oq1hdj { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 94\n * @framerIntrinsicWidth 400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"sGr3TOec4\":{\"layout\":[\"fixed\",\"auto\"]},\"y5yxFfA1c\":{\"layout\":[\"fixed\",\"auto\"]},\"JTc31gk5M\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"W88zB8mIG\":\"question\",\"T8rQFvSBR\":\"answer\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerC0KDKZaob=withCSS(Component,css,\"framer-cUk7l\");export default FramerC0KDKZaob;FramerC0KDKZaob.displayName=\"FAQ Text 2\";FramerC0KDKZaob.defaultProps={height:94,width:400};addPropertyControls(FramerC0KDKZaob,{variant:{options:[\"bkLMzmT32\",\"sGr3TOec4\",\"y5yxFfA1c\",\"JTc31gk5M\"],optionTitles:[\"Closed\",\"Open\",\"Mobile FAQ Text Closed\",\"Mobile / FAQ Text Open\"],title:\"Variant\",type:ControlType.Enum},W88zB8mIG:{defaultValue:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\",displayTextArea:true,title:\"Question\",type:ControlType.String},T8rQFvSBR:{defaultValue:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\",displayTextArea:true,title:\"Answer\",type:ControlType.String}});addFonts(FramerC0KDKZaob,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerC0KDKZaob\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"94\",\"framerIntrinsicWidth\":\"400\",\"framerVariables\":\"{\\\"W88zB8mIG\\\":\\\"question\\\",\\\"T8rQFvSBR\\\":\\\"answer\\\"}\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"sGr3TOec4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"y5yxFfA1c\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"JTc31gk5M\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (100f99d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import getLocalizedValue from\"https://framerusercontent.com/modules/iFcE8bhXfPhFyYJ3CGbn/mPW5CJyrdYRKsyJIgU5x/GDm1Q6L5U.js\";import FAQText2 from\"https://framerusercontent.com/modules/hGmu0fk6RqQGKbOu6ABU/1L6PZjznX1YUNZxWc9qe/C0KDKZaob.js\";const FAQText2Fonts=getFonts(FAQText2);const cycleOrder=[\"rJmYisLI0\",\"GAwdvcD3v\"];const serializationHash=\"framer-lcy7w\";const variantClassNames={GAwdvcD3v:\"framer-v-55ep9r\",rJmYisLI0:\"framer-v-183r3bn\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"rJmYisLI0\",Mobile:\"GAwdvcD3v\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"rJmYisLI0\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"rJmYisLI0\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-183r3bn\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"rJmYisLI0\",ref:refBinding,style:{backgroundColor:\"rgba(198, 223, 231, 0.25)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,...style},...addPropertyOverrides({GAwdvcD3v:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:83,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-rfscgp-container\",layoutDependency:layoutDependency,layoutId:\"tZB_Wz2sk-container\",nodeId:\"tZB_Wz2sk\",rendersWithMotion:true,scopeId:\"GDm1Q6L5U\",children:/*#__PURE__*/_jsx(FAQText2,{height:\"100%\",id:\"tZB_Wz2sk\",layoutId:\"tZB_Wz2sk\",style:{width:\"100%\"},T8rQFvSBR:getLocalizedValue(\"v1\",activeLocale)??\"\\n\u062A\u0639\u0645\u0644 \u0645\u0646\u0635\u0629 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0631\u0642\u0645\u064A\u0629 \u0643\u0628\u0646\u0643 \u0627\u0641\u062A\u0631\u0627\u0636\u064A\u060C \u062D\u064A\u062B \u064A\u0633\u062A\u0644\u0645 \u0627\u0644\u0637\u0627\u0644\u0628 \u0645\u062E\u0635\u0635\u0627\u062A\u0647 \u0627\u0644\u0645\u0627\u0644\u064A\u0629\u060C \u0643\u0627\u0644\u0631\u0627\u062A\u0628 \u0648\u0627\u0644\u0645\u0643\u0627\u0641\u0622\u062A\u060C \u0645\u0646 \u062E\u0644\u0627\u0644\u0647\u0627 \u0643\u0645\u0627 \u064A\u062A\u0645 \u062E\u0635\u0645 \u0627\u0644\u063A\u0631\u0627\u0645\u0627\u062A \u0645\u0646 \u062D\u0633\u0627\u0628\u0647 \u0627\u0644\u0628\u0646\u0643\u064A. \u0648\u064A\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u0637\u0627\u0644\u0628 \u0647\u0630\u0627 \u0627\u0644\u062D\u0633\u0627\u0628 \u0644\u062A\u0623\u062F\u064A\u0629 \u0627\u0644\u062A\u0632\u0627\u0645\u0627\u062A\u0647 \u0627\u0644\u0645\u0627\u0644\u064A\u0629\u060C \u0643\u0627\u0644\u0625\u064A\u062C\u0627\u0631 \u0648\u0641\u0648\u0627\u062A\u064A\u0631 \u0627\u0644\u0645\u0627\u0621 \u0648\u0627\u0644\u0643\u0647\u0631\u0628\u0627\u0621\u060C \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0649 \u0627\u0644\u0634\u0631\u0627\u0621 \u0645\u0646 \u062F\u0643\u0627\u0646 \u0627\u0644\u0645\u062F\u0631\u0633\u0629 \u0628\u0635\u0648\u0631\u0629 \u0645\u0637\u0627\u0628\u0642\u0629 \u0644\u0645\u0641\u0647\u0648\u0645 \u0627\u0644\u062A\u0639\u0627\u0645\u0644\u0627\u062A \u0627\u0644\u0645\u0627\u0644\u064A\u0629 \u0641\u064A \u0627\u0644\u062D\u064A\u0627\u0629 \u0627\u0644\u0648\u0627\u0642\u0639\u064A\u0629.\",variant:\"bkLMzmT32\",W88zB8mIG:getLocalizedValue(\"v0\",activeLocale)??\"\u0627\u0644\u0645\u0646\u0635\u0629 \u0627\u0644\u0631\u0642\u0645\u064A\u0629\",width:\"100%\",...addPropertyOverrides({GAwdvcD3v:{variant:\"y5yxFfA1c\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xdfxl0\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"S5P_7QG_e\",style:{backgroundColor:\"rgba(0, 0, 0, 0.05)\"}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:83,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+84,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1s9h4xy-container\",layoutDependency:layoutDependency,layoutId:\"H8BDxLzIX-container\",nodeId:\"H8BDxLzIX\",rendersWithMotion:true,scopeId:\"GDm1Q6L5U\",children:/*#__PURE__*/_jsx(FAQText2,{height:\"100%\",id:\"H8BDxLzIX\",layoutId:\"H8BDxLzIX\",style:{width:\"100%\"},T8rQFvSBR:getLocalizedValue(\"v3\",activeLocale)??\"\u0628\u0627\u0646\u0643\u0648\u0632 \u0647\u064A \u0627\u0644\u0639\u0645\u0644\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u0629 \u0636\u0645\u0646 \u0625\u0637\u0627\u0631 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C\u060C \u0648\u0647\u064A \u0648\u0633\u064A\u0644\u0629 \u0644\u0644\u062A\u0628\u0627\u062F\u0644 \u0641\u064A \u0645\u062E\u062A\u0644\u0641 \u0627\u0644\u062A\u0639\u0627\u0645\u0644\u0627\u062A \u0648\u0627\u0644\u062D\u0648\u0627\u0641\u0632 \u0627\u0644\u0645\u0627\u0644\u064A\u0629. \u200D \u0648\u0647\u0648 \u0645\u062A\u0627\u062D \u0644\u0644\u0637\u0644\u0628\u0629 \u0643\u0645\u062A\u062C\u0631 \u0648\u0627\u0642\u0639\u064A \u0644\u0647 \u0645\u0633\u0627\u062D\u0629 \u0645\u062D\u062F\u062F\u0629 \u062F\u0627\u062E\u0644 \u0623\u0633\u0648\u0627\u0631 \u0627\u0644\u0645\u062F\u0631\u0633\u0629\u060C \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u062A\u0648\u0641\u064A\u0631\u0647 \u0643\u0645\u062A\u062C\u0631 \u0631\u0642\u0645\u064A \u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A. \u064A\u0639\u0631\u0636 \u0645\u062A\u062C\u0631 Bankee \u0645\u062C\u0645\u0648\u0639\u0629 \u0648\u0627\u0633\u0639\u0629 \u0645\u0646 \u0627\u0644\u0645\u0646\u062A\u062C\u0627\u062A \u0648\u0627\u0644\u062E\u062F\u0645\u0627\u062A \u0627\u0644\u0645\u0631\u063A\u0648\u0628\u0629 \u0644\u062F\u0649 \u0627\u0644\u0637\u0644\u0628\u0629\u060C \u0645\u062B\u0644 \u0645\u0633\u062A\u0644\u0632\u0645\u0627\u062A \u0627\u0644\u0645\u062F\u0631\u0633\u0629 \u0648\u0627\u0644\u0623\u0644\u0639\u0627\u0628 \u0648\u0627\u0644\u0642\u0631\u0637\u0627\u0633\u064A\u0629 \u0648\u0627\u0644\u0627\u0645\u062A\u064A\u0627\u0632\u0627\u062A \u0627\u0644\u0645\u062F\u0631\u0633\u064A\u0629. \u064A\u0633\u0627\u0647\u0645 \u0647\u0630\u0627 \u0627\u0644\u0646\u0647\u062C \u0627\u0644\u0645\u062A\u0643\u0627\u0645\u0644 \u0641\u064A \u062A\u0648\u0641\u064A\u0631 \u062A\u062C\u0631\u0628\u0629 \u062A\u0639\u0644\u0645 \u0648\u062A\u0633\u0648\u0642 \u0634\u0627\u0645\u0644\u0629 \u0644\u0644\u0637\u0644\u0628\u0629\u060C \u062A\u0646\u0645\u064A \u0643\u0641\u0627\u0621\u062A\u0647\u0645 \u0627\u0644\u0645\u0627\u0644\u064A\u0629 \u0641\u064A \u0643\u0644 \u0645\u0646 \u0627\u0644\u0623\u0633\u0648\u0627\u0642 \u0627\u0644\u0641\u0639\u0644\u064A\u0629 \u0648\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629.\",variant:\"bkLMzmT32\",W88zB8mIG:getLocalizedValue(\"v2\",activeLocale)??\"\u0639\u0645\u0644\u0629 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C\",width:\"100%\",...addPropertyOverrides({GAwdvcD3v:{variant:\"y5yxFfA1c\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1em5ak7\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"LzuMCE1hX\",style:{backgroundColor:\"rgba(0, 0, 0, 0.05)\"}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:83,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+168,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1j60id7-container\",layoutDependency:layoutDependency,layoutId:\"Ka4gaCHia-container\",nodeId:\"Ka4gaCHia\",rendersWithMotion:true,scopeId:\"GDm1Q6L5U\",children:/*#__PURE__*/_jsx(FAQText2,{height:\"100%\",id:\"Ka4gaCHia\",layoutId:\"Ka4gaCHia\",style:{width:\"100%\"},T8rQFvSBR:getLocalizedValue(\"v5\",activeLocale)??\"\u064A\u062A\u064A\u062D \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0644\u0644\u0637\u0627\u0644\u0628 \u0641\u0631\u0635\u0629 \u062A\u0648\u0644\u064A \u0648\u0638\u0627\u0626\u0641 \u0623\u0648 \u0645\u0647\u0627\u0645 \u0648\u0638\u064A\u0641\u064A\u0629\u060C \u0633\u0648\u0627\u0621 \u062F\u0627\u062E\u0644 \u0627\u0644\u0641\u0635\u0644 \u0627\u0644\u062F\u0631\u0627\u0633\u064A \u0623\u0648 \u0639\u0644\u0649 \u0645\u0633\u062A\u0648\u0649 \u0627\u0644\u0645\u062F\u0631\u0633\u0629\u060C \u0648\u064A\u0643\u0633\u0628 \u0645\u0642\u0627\u0628\u0644 \u0630\u0644\u0643 \u0639\u0644\u0649 \u0631\u0627\u062A\u0628 \u0625\u0636\u0627\u0641\u064A. \u200D \u0648\u064A\u062A\u0645 \u062A\u062D\u062F\u064A\u062F \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u0627\u0626\u0641 \u0648\u0641\u0642\u064B\u0627 \u0644\u0646\u0638\u0627\u0645 \u0643\u0644 \u0641\u0635\u0644 \u062F\u0631\u0627\u0633\u064A\u060C \u0648\u062A\u0634\u0645\u0644 \u0623\u062F\u0627\u0621 \u0645\u0647\u0627\u0645 \u0645\u062B\u0644 \u0645\u0631\u0627\u0642\u0628\u0629 \u0627\u0644\u062D\u0636\u0648\u0631 \u0648\u0627\u0644\u063A\u064A\u0627\u0628\u060C \u0648\u0645\u0633\u0627\u0639\u062F\u0629 \u0645\u0639\u0644\u0645/\u0629 \u0627\u0644\u0641\u0635\u0644. \u0643\u0645\u0627 \u064A\u062A\u0636\u0645\u0646 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0648\u0638\u0627\u0626\u0641 \u0639\u0644\u0649 \u0645\u0633\u062A\u0648\u0649 \u0627\u0644\u0645\u062F\u0631\u0633\u0629\u060C \u0645\u062B\u0644 \u0639\u0636\u0648\u064A\u0629 \u0645\u062C\u0644\u0633 \u0637\u0644\u0627\u0628 \u0627\u0644\u0645\u062F\u0631\u0633\u0629\u060C \u0648\u0627\u0644\u0645\u0631\u0634\u062F\u0627\u062A/\u0627\u0644\u0623\u0634\u0628\u0627\u0644\u060C \u0648\u0641\u0631\u064A\u0642 \u0627\u0644\u0625\u0630\u0627\u0639\u0629 \u0627\u0644\u0645\u062F\u0631\u0633\u064A\u0629.\",variant:\"bkLMzmT32\",W88zB8mIG:getLocalizedValue(\"v4\",activeLocale)??\" BANKEE \u0648\u0638\u0627\u0626\u0641\",width:\"100%\",...addPropertyOverrides({GAwdvcD3v:{variant:\"y5yxFfA1c\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fkwgvz\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"ihJx4ueBd\",style:{backgroundColor:\"rgba(0, 0, 0, 0.05)\"}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:83,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+252,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-7n4gov-container\",layoutDependency:layoutDependency,layoutId:\"grVfCNYrF-container\",nodeId:\"grVfCNYrF\",rendersWithMotion:true,scopeId:\"GDm1Q6L5U\",children:/*#__PURE__*/_jsx(FAQText2,{height:\"100%\",id:\"grVfCNYrF\",layoutId:\"grVfCNYrF\",style:{width:\"100%\"},T8rQFvSBR:getLocalizedValue(\"v7\",activeLocale)??\"\u064A\u0633\u062A\u0644\u0645 \u0643\u0644 \u0637\u0627\u0644\u0628 \u0645\u062E\u0635\u0635 \u062F\u0648\u0631\u064A \u0645\u062D\u062F\u062F \u0627\u0644\u0642\u064A\u0645\u0629\u060C \u063A\u0627\u064A\u062A\u0647 \u0645\u062D\u0627\u0643\u0627\u0629 \u0627\u0644\u0631\u0627\u062A\u0628 \u0627\u0644\u0634\u0647\u0631\u064A \u0644\u0644\u0645\u0648\u0638\u0641\u064A\u0646 \u0627\u0644\u0639\u0627\u0645\u0644\u064A\u0646.\",variant:\"bkLMzmT32\",W88zB8mIG:getLocalizedValue(\"v6\",activeLocale)??\"\u0627\u0644\u0631\u0627\u062A\u0628\",width:\"100%\",...addPropertyOverrides({GAwdvcD3v:{variant:\"y5yxFfA1c\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-103ofx9\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"rUVCtLOnc\",style:{backgroundColor:\"rgba(0, 0, 0, 0.05)\"}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:83,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+336,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-l1c1xz-container\",layoutDependency:layoutDependency,layoutId:\"HIbfK7Yz3-container\",nodeId:\"HIbfK7Yz3\",rendersWithMotion:true,scopeId:\"GDm1Q6L5U\",children:/*#__PURE__*/_jsx(FAQText2,{height:\"100%\",id:\"HIbfK7Yz3\",layoutId:\"HIbfK7Yz3\",style:{width:\"100%\"},T8rQFvSBR:getLocalizedValue(\"v9\",activeLocale)??\"\\n\u064A\u062F\u064A\u0631 \u0643\u0644 \u0637\u0627\u0644\u0628 \u0623\u0645\u0648\u0631\u0647 \u0627\u0644\u0645\u0627\u0644\u064A\u0629 \u0645\u0646 \u062E\u0644\u0627\u0644 \u062F\u0641\u0639 \u0627\u0644\u0645\u0635\u0627\u0631\u064A\u0641 \u0627\u0644\u0645\u0631\u062A\u0628\u0637\u0629 \u0628\u0648\u062C\u0648\u062F\u0647 \u062F\u0627\u062E\u0644 \u0627\u0644\u0641\u0635\u0644 \u0627\u0644\u062F\u0631\u0627\u0633\u064A\u060C \u0645\u062B\u0644 \u0627\u0633\u062A\u0626\u062C\u0627\u0631 \u0627\u0644\u0637\u0627\u0648\u0644\u0627\u062A \u0648\u062F\u0641\u0639 \u0641\u0648\u0627\u062A\u064A\u0631 \u0627\u0644\u062E\u062F\u0645\u0627\u062A \u0645\u062B\u0644 \u0627\u0644\u0645\u064A\u0627\u0647 \u0648\u0627\u0644\u0643\u0647\u0631\u0628\u0627\u0621.\",variant:\"bkLMzmT32\",W88zB8mIG:getLocalizedValue(\"v8\",activeLocale)??\"\u0627\u0644\u0645\u0635\u0627\u0631\u064A\u0641 \u0648\u0627\u0644\u0645\u062F\u0641\u0648\u0639\u0627\u062A\",width:\"100%\",...addPropertyOverrides({GAwdvcD3v:{variant:\"y5yxFfA1c\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-67acg9\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"wiZhAetKp\",style:{backgroundColor:\"rgba(0, 0, 0, 0.05)\"}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:83,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+420,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-nugvo8-container\",layoutDependency:layoutDependency,layoutId:\"sRsrNKSNq-container\",nodeId:\"sRsrNKSNq\",rendersWithMotion:true,scopeId:\"GDm1Q6L5U\",children:/*#__PURE__*/_jsx(FAQText2,{height:\"100%\",id:\"sRsrNKSNq\",layoutId:\"sRsrNKSNq\",style:{width:\"100%\"},T8rQFvSBR:getLocalizedValue(\"v11\",activeLocale)??\"\\n\u064A\u0636\u0645 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0646\u0638\u0627\u0645\u064B\u0627 \u0644\u0644\u0645\u0643\u0627\u0641\u0622\u062A \u0648\u0627\u0644\u0645\u062E\u0627\u0644\u0641\u0627\u062A\u060C \u064A\u0647\u062F\u0641 \u0625\u0644\u0649 \u063A\u0631\u0633 \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0623\u0633\u0627\u0633\u064A\u0629 \u0648\u062A\u0639\u0632\u064A\u0632 \u0645\u0641\u0647\u0648\u0645 \u0627\u0644\u0645\u0633\u0624\u0648\u0644\u064A\u0629 \u0639\u0646 \u0627\u0644\u0623\u0641\u0639\u0627\u0644 \u0644\u062F\u0649 \u0627\u0644\u0637\u0644\u0628\u0629. \u062D\u064A\u062B \u064A\u062D\u0635\u0644 \u0627\u0644\u0637\u0627\u0644\u0628 \u0639\u0644\u0649 \u0627\u0644\u0645\u0643\u0627\u0641\u0622\u062A \u0646\u0638\u064A\u0631 \u0633\u0644\u0648\u0643\u0647 \u0627\u0644\u0645\u062A\u0645\u064A\u0632 \u062F\u0627\u062E\u0644 \u0627\u0644\u0641\u0635\u0644\u060C \u0641\u064A \u062D\u064A\u0646 \u062A\u0641\u0631\u0636 \u0639\u0644\u064A\u0647 \u063A\u0631\u0627\u0645\u0629 \u0645\u0627\u0644\u064A\u0629 \u0641\u064A \u062D\u0627\u0644 \u0645\u062E\u0627\u0644\u0641\u062A\u0647 \u0644\u0642\u0648\u0627\u0646\u064A\u0646 \u0627\u0644\u0641\u0635\u0644 \u0623\u0648 \u0639\u0646\u062F \u0625\u0628\u062F\u0627\u0621 \u062A\u0635\u0631\u0641 \u063A\u064A\u0631 \u0644\u0627\u0626\u0642.\",variant:\"bkLMzmT32\",W88zB8mIG:getLocalizedValue(\"v10\",activeLocale)??\"\u0627\u0644\u0645\u0643\u0627\u0641\u0622\u062A \u0648\u0627\u0644\u0645\u062E\u0627\u0644\u0641\u0627\u062A\",width:\"100%\",...addPropertyOverrides({GAwdvcD3v:{variant:\"y5yxFfA1c\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1iwhwc2\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"E988vLyUF\",style:{backgroundColor:\"rgba(0, 0, 0, 0.05)\"}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:83,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+504,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1uwmq5u-container\",layoutDependency:layoutDependency,layoutId:\"BMFctEpIS-container\",nodeId:\"BMFctEpIS\",rendersWithMotion:true,scopeId:\"GDm1Q6L5U\",children:/*#__PURE__*/_jsx(FAQText2,{height:\"100%\",id:\"BMFctEpIS\",layoutId:\"BMFctEpIS\",style:{width:\"100%\"},T8rQFvSBR:getLocalizedValue(\"v13\",activeLocale)??\"\\n\u064A\u0639\u062F \u0627\u0644\u062F\u0643\u0627\u0646 \u0645\u0646 \u0627\u0644\u0645\u0643\u0648\u0646\u0627\u062A \u0627\u0644\u0623\u0633\u0627\u0633\u064A\u0629 \u0641\u064A \u062A\u0635\u0645\u064A\u0645 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0648\u0627\u0644\u0630\u064A \u064A\u062D\u0641\u0632 \u0627\u0644\u0637\u0627\u0644\u0628 \u0639\u0644\u0649 \u0627\u0644\u062A\u0641\u0627\u0639\u0644 \u0645\u0639 \u0628\u0642\u064A\u0629 \u0645\u0643\u0648\u0646\u0627\u062A \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C\u060C \u0645\u062B\u0644 \u0627\u0644\u0639\u0645\u0644\u060C \u0648\u0627\u0644\u0627\u062F\u062E\u0627\u0631\u060C \u0648\u0627\u0644\u0627\u0644\u062A\u0632\u0627\u0645 \u0628\u0627\u0644\u0642\u0648\u0627\u0646\u064A\u0646 \u0645\u0646 \u0623\u062C\u0644 \u0627\u0644\u062A\u0645\u0643\u0646 \u0645\u0646 \u0634\u0631\u0627\u0621 \u0645\u062E\u062A\u0644\u0641 \u0627\u0644\u0645\u0646\u062A\u062C\u0627\u062A \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0639\u0645\u0644\u0629 \u0628\u0627\u0646\u0643\u0648\u0632 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629. \u200D \u0648\u0647\u0648 \u0628\u0645\u062B\u0627\u0628\u0629 \u0623\u062F\u0627\u0629 \u0639\u0645\u0644\u064A\u0629 \u0648\u062A\u0641\u0627\u0639\u0644\u064A\u0629 \u0636\u0645\u0646 \u0646\u0645\u0648\u0630\u062C \u0627\u0642\u062A\u0635\u0627\u062F \u0627\u0644\u0641\u0635\u0644 \u0627\u0644\u062F\u0631\u0627\u0633\u064A\u060C \u062A\u062A\u064A\u062D \u0644\u0644\u0637\u0627\u0644\u0628 \u0641\u0631\u0635\u0629 \u0634\u0631\u0627\u0621 \u0648\u0628\u064A\u0639 \u0627\u0644\u0623\u0634\u064A\u0627\u0621 \u0627\u0644\u0645\u0644\u0645\u0648\u0633\u0629 \u0648\u063A\u064A\u0631 \u0627\u0644\u0645\u0644\u0645\u0648\u0633\u0629\u060C \u0645\u0645\u0627 \u064A\u0639\u0632\u0632 \u0644\u062F\u064A\u0647 \u0627\u0644\u0645\u0647\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0639\u0631\u0641\u064A\u0629 \u0648\u0627\u0644\u0642\u062F\u0631\u0629 \u0639\u0644\u0649 \u0627\u062A\u062E\u0627\u0630 \u0627\u0644\u0642\u0631\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0627\u0644\u064A\u0629. \u200D \u0648\u0647\u0648 \u0645\u062A\u0627\u062D \u0644\u0644\u0637\u0644\u0628\u0629 \u0643\u0645\u062A\u062C\u0631 \u0648\u0627\u0642\u0639\u064A \u0644\u0647 \u0645\u0633\u0627\u062D\u0629 \u0645\u062D\u062F\u062F\u0629 \u062F\u0627\u062E\u0644 \u0623\u0633\u0648\u0627\u0631 \u0627\u0644\u0645\u062F\u0631\u0633\u0629\u060C \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u062A\u0648\u0641\u064A\u0631\u0647 \u0643\u0645\u062A\u062C\u0631 \u0631\u0642\u0645\u064A \u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A. \u064A\u0639\u0631\u0636 \u0645\u062A\u062C\u0631 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0645\u062C\u0645\u0648\u0639\u0629 \u0648\u0627\u0633\u0639\u0629 \u0645\u0646 \u0627\u0644\u0645\u0646\u062A\u062C\u0627\u062A \u0648\u0627\u0644\u062E\u062F\u0645\u0627\u062A \u0627\u0644\u0645\u0631\u063A\u0648\u0628\u0629 \u0644\u062F\u0649 \u0627\u0644\u0637\u0644\u0628\u0629\u060C \u0645\u062B\u0644 \u0645\u0633\u062A\u0644\u0632\u0645\u0627\u062A \u0627\u0644\u0645\u062F\u0631\u0633\u0629 \u0648\u0627\u0644\u0623\u0644\u0639\u0627\u0628 \u0648\u0627\u0644\u0642\u0631\u0637\u0627\u0633\u064A\u0629 \u0648\u0627\u0644\u0627\u0645\u062A\u064A\u0627\u0632\u0627\u062A \u0627\u0644\u0645\u062F\u0631\u0633\u064A\u0629. \u064A\u0633\u0627\u0647\u0645 \u0647\u0630\u0627 \u0627\u0644\u0646\u0647\u062C \u0627\u0644\u0645\u062A\u0643\u0627\u0645\u0644 \u0641\u064A \u062A\u0648\u0641\u064A\u0631 \u062A\u062C\u0631\u0628\u0629 \u062A\u0639\u0644\u0645 \u0648\u062A\u0633\u0648\u0642 \u0634\u0627\u0645\u0644\u0629 \u0644\u0644\u0637\u0644\u0628\u0629\u060C \u062A\u0646\u0645\u064A \u0643\u0641\u0627\u0621\u062A\u0647\u0645 \u0627\u0644\u0645\u0627\u0644\u064A\u0629 \u0641\u064A \u0643\u0644 \u0645\u0646 \u0627\u0644\u0623\u0633\u0648\u0627\u0642 \u0627\u0644\u0641\u0639\u0644\u064A\u0629 \u0648\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629.\",variant:\"bkLMzmT32\",W88zB8mIG:getLocalizedValue(\"v12\",activeLocale)??\"\u0627\u0644\u062F\u0643\u0627\u0646 \",width:\"100%\",...addPropertyOverrides({GAwdvcD3v:{variant:\"y5yxFfA1c\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-e7bjmv\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"efNoR3hrE\",style:{backgroundColor:\"rgba(0, 0, 0, 0.05)\"}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:83,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+588,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-97pi8d-container\",layoutDependency:layoutDependency,layoutId:\"lUM2yGbbN-container\",nodeId:\"lUM2yGbbN\",rendersWithMotion:true,scopeId:\"GDm1Q6L5U\",children:/*#__PURE__*/_jsx(FAQText2,{height:\"100%\",id:\"lUM2yGbbN\",layoutId:\"lUM2yGbbN\",style:{width:\"100%\"},T8rQFvSBR:getLocalizedValue(\"v15\",activeLocale)??\"\u0644\u0644\u0645\u0639\u0644\u0645 \u062F\u0648\u0631 \u0645\u062D\u0648\u0631\u064A \u0641\u064A \u0625\u0631\u0634\u0627\u062F \u0648\u062A\u0648\u062C\u064A\u0647 \u0627\u0644\u0637\u0644\u0628\u0629 \u062E\u0644\u0627\u0644 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C\u060C \u0648\u0630\u0644\u0643 \u0645\u0646 \u062E\u0644\u0627\u0644 \u0645\u0633\u0627\u0639\u062F\u062A\u0647\u0645 \u0641\u064A \u062A\u062D\u062F\u064A\u062F \u0623\u0647\u062F\u0627\u0641\u0647\u0645 \u0627\u0644\u0645\u0627\u0644\u064A\u0629\u060C \u0648\u0645\u0631\u0627\u0642\u0628\u0629 \u062A\u0642\u062F\u0645\u0647\u0645\u060C \u0648\u062A\u0642\u062F\u064A\u0645 \u0627\u0644\u062F\u0639\u0645 \u0627\u0644\u0644\u0627\u0632\u0645 \u0644\u0636\u0645\u0627\u0646 \u062A\u0637\u0628\u064A\u0642 \u0646\u0645\u0648\u0630\u062C \u0627\u0642\u062A\u0635\u0627\u062F \u0627\u0644\u0641\u0635\u0644 \u0627\u0644\u062F\u0631\u0627\u0633\u064A \u0628\u0634\u0643\u0644 \u0646\u0627\u062C\u062D \u0648\u0645\u062A\u0633\u0642.\",variant:\"bkLMzmT32\",W88zB8mIG:getLocalizedValue(\"v14\",activeLocale)??\"\u062F\u0648\u0631 \u0627\u0644\u0645\u0639\u0644\u0645\",width:\"100%\",...addPropertyOverrides({GAwdvcD3v:{variant:\"y5yxFfA1c\"}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-lcy7w.framer-10coq9o, .framer-lcy7w .framer-10coq9o { display: block; }\",\".framer-lcy7w.framer-183r3bn { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 20px 0px 20px; position: relative; width: 1000px; will-change: var(--framer-will-change-override, transform); }\",\".framer-lcy7w .framer-rfscgp-container, .framer-lcy7w .framer-1s9h4xy-container, .framer-lcy7w .framer-1j60id7-container, .framer-lcy7w .framer-7n4gov-container, .framer-lcy7w .framer-l1c1xz-container, .framer-lcy7w .framer-nugvo8-container, .framer-lcy7w .framer-1uwmq5u-container, .framer-lcy7w .framer-97pi8d-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-lcy7w .framer-1xdfxl0, .framer-lcy7w .framer-1em5ak7, .framer-lcy7w .framer-1fkwgvz, .framer-lcy7w .framer-103ofx9, .framer-lcy7w .framer-67acg9, .framer-lcy7w .framer-1iwhwc2, .framer-lcy7w .framer-e7bjmv { flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-lcy7w.framer-183r3bn { gap: 0px; } .framer-lcy7w.framer-183r3bn > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-lcy7w.framer-183r3bn > :first-child { margin-top: 0px; } .framer-lcy7w.framer-183r3bn > :last-child { margin-bottom: 0px; } }\",\".framer-lcy7w.framer-v-55ep9r.framer-183r3bn { width: 363px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 500\n * @framerIntrinsicWidth 1000\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"GAwdvcD3v\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerGDm1Q6L5U=withCSS(Component,css,\"framer-lcy7w\");export default FramerGDm1Q6L5U;FramerGDm1Q6L5U.displayName=\"FAQ -Program Design\";FramerGDm1Q6L5U.defaultProps={height:500,width:1e3};addPropertyControls(FramerGDm1Q6L5U,{variant:{options:[\"rJmYisLI0\",\"GAwdvcD3v\"],optionTitles:[\"Variant 1\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerGDm1Q6L5U,[{explicitInter:true,fonts:[]},...FAQText2Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerGDm1Q6L5U\",\"slots\":[],\"annotations\":{\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"500\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1000\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GAwdvcD3v\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-83172e\",\"data-styles-preset\":\"BvhJTDkTP\",style:{direction:\"rtl\"},children:\"Spending\"})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-83172e\",\"data-styles-preset\":\"BvhJTDkTP\",style:{direction:\"rtl\"},children:\"Earning\"})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-83172e\",\"data-styles-preset\":\"BvhJTDkTP\",style:{direction:\"rtl\"},children:\"Managing Money\"})});export const v3=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-83172e\",\"data-styles-preset\":\"BvhJTDkTP\",style:{direction:\"rtl\"},children:\"Saving\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (3d4fa65)\nimport*as localizedValues from\"./GiCyFpz2N-0.js\";const valuesByLocaleId={XIv9I7CU3:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as o}from\"react/jsx-runtime\";import{useRef as r}from\"react\";let n={click:\"https://avara.xyz/sounds/click.wav\",error:\"https://avara.xyz/sounds/error.wav\",open:\"https://avara.xyz/sounds/open.wav\",close:\"https://avara.xyz/sounds/close.wav\",forward:\"https://avara.xyz/sounds/forward.wav\",back:\"https://avara.xyz/sounds/back.wav\"};function t(o){let n=r(new Audio(o));return n.current;}function e(){return\"ontouchstart\"in window;}export function withError(r){return a=>{let u=t(n.click),c=t(n.error),s=()=>u.play(),p=()=>c.play(),i=e()?{onTouchStart:s,onTouchEnd:p}:{onMouseDown:s,onMouseUp:p};return /*#__PURE__*/o(r,{...a,...i});};}export function withFigure(r){return a=>{let u=t(n.click),c=t(n.open),s=()=>u.play(),p=()=>c.play(),i=e()?{onTouchStart:s,onTouchEnd:p}:{onMouseDown:s,onMouseUp:p};return /*#__PURE__*/o(r,{...a,...i});};}export function withLeave(r){return a=>{let u=t(n.close),c=()=>u.play(),s=e()?{onTouchEnd:c}:{onMouseUp:c};return /*#__PURE__*/o(r,{...a,...s});};}export function withForward(r){return a=>{let u=t(n.forward),c=()=>u.play(),s=e()?{onTouchEnd:c}:{onMouseUp:c};return /*#__PURE__*/o(r,{...a,...s});};}export function withBack(r){return a=>{let u=t(n.back),c=()=>u.play(),s=e()?{onTouchEnd:c}:{onMouseUp:c};return /*#__PURE__*/o(r,{...a,...s});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withFigure\":{\"type\":\"reactHoc\",\"name\":\"withFigure\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withLeave\":{\"type\":\"reactHoc\",\"name\":\"withLeave\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withForward\":{\"type\":\"reactHoc\",\"name\":\"withForward\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withError\":{\"type\":\"reactHoc\",\"name\":\"withError\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withBack\":{\"type\":\"reactHoc\",\"name\":\"withBack\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./PlaySound.map", "// Generated by Framer (bc39543)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCodeBoundaryForOverrides,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{withFigure}from\"https://framerusercontent.com/modules/tcERFrQMHRnZSxuEo9Kj/tuLFQO23XrQCnY9PShsW/PlaySound.js\";const ImageWithFigure1rr3bui=withCodeBoundaryForOverrides(Image,{nodeId:\"r_e6amTt4\",override:withFigure,scopeId:\"ICoVxMZ9y\"});const cycleOrder=[\"r_e6amTt4\",\"svlug3zAz\",\"szLb62C4R\",\"D9w053UVh\",\"rW2pDHItF\"];const serializationHash=\"framer-ksMDL\";const variantClassNames={D9w053UVh:\"framer-v-acza3v\",r_e6amTt4:\"framer-v-1rr3bui\",rW2pDHItF:\"framer-v-1vfw2ji\",svlug3zAz:\"framer-v-1qa12fo\",szLb62C4R:\"framer-v-1ahc0vh\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition1={damping:60,delay:0,mass:1,stiffness:500,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={\"Desktop Selected\":\"szLb62C4R\",\"Mobile Selected\":\"D9w053UVh\",\"Small Size\":\"rW2pDHItF\",Desktop:\"r_e6amTt4\",Mobile:\"svlug3zAz\"};const getProps=({height,id,image,width,...props})=>{return{...props,c6p9uUOf6:image??props.c6p9uUOf6??{pixelHeight:3527,pixelWidth:3299,src:\"https://framerusercontent.com/images/4Acd6pNmlB0Z1bMpgbTGr9bc.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/4Acd6pNmlB0Z1bMpgbTGr9bc.png?scale-down-to=1024 957w,https://framerusercontent.com/images/4Acd6pNmlB0Z1bMpgbTGr9bc.png?scale-down-to=2048 1915w,https://framerusercontent.com/images/4Acd6pNmlB0Z1bMpgbTGr9bc.png 3299w\"},variant:humanReadableVariantMap[props.variant]??props.variant??\"r_e6amTt4\"};};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,c6p9uUOf6,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"r_e6amTt4\",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(ImageWithFigure1rr3bui,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fit\",intrinsicHeight:344,intrinsicWidth:522,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:688,pixelWidth:1044,sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(c6p9uUOf6),...{positionX:\"center\",positionY:\"center\"}},className:cx(scopingClassNames,\"framer-1rr3bui\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"r_e6amTt4\",ref:refBinding,style:{...style},...addPropertyOverrides({D9w053UVh:{\"data-framer-name\":\"Mobile Selected\"},rW2pDHItF:{\"data-framer-name\":\"Small Size\"},svlug3zAz:{\"data-framer-name\":\"Mobile\"},szLb62C4R:{\"data-framer-name\":\"Desktop Selected\"}},baseVariant,gestureVariant)})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ksMDL.framer-1giap9p, .framer-ksMDL .framer-1giap9p { display: block; }\",\".framer-ksMDL.framer-1rr3bui { height: 180px; overflow: visible; position: relative; width: 243px; }\",\".framer-ksMDL.framer-v-1qa12fo.framer-1rr3bui { aspect-ratio: 1.5174418604651163 / 1; height: var(--framer-aspect-ratio-supported, 120px); width: 181px; }\",\".framer-ksMDL.framer-v-1ahc0vh.framer-1rr3bui { aspect-ratio: 1.5174418604651163 / 1; height: var(--framer-aspect-ratio-supported, 338px); width: 512px; }\",\".framer-ksMDL.framer-v-acza3v.framer-1rr3bui { aspect-ratio: 1.5174418604651163 / 1; height: var(--framer-aspect-ratio-supported, 185px); width: 281px; }\",\".framer-ksMDL.framer-v-1vfw2ji.framer-1rr3bui { aspect-ratio: 1.5174418604651163 / 1; height: var(--framer-aspect-ratio-supported, 66px); width: 100px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 160\n * @framerIntrinsicWidth 243\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"svlug3zAz\":{\"layout\":[\"fixed\",\"fixed\"]},\"szLb62C4R\":{\"layout\":[\"fixed\",\"fixed\"]},\"D9w053UVh\":{\"layout\":[\"fixed\",\"fixed\"]},\"rW2pDHItF\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"c6p9uUOf6\":\"image\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerICoVxMZ9y=withCSS(Component,css,\"framer-ksMDL\");export default FramerICoVxMZ9y;FramerICoVxMZ9y.displayName=\"Figure 10\";FramerICoVxMZ9y.defaultProps={height:160,width:243};addPropertyControls(FramerICoVxMZ9y,{variant:{options:[\"r_e6amTt4\",\"svlug3zAz\",\"szLb62C4R\",\"D9w053UVh\",\"rW2pDHItF\"],optionTitles:[\"Desktop\",\"Mobile\",\"Desktop Selected\",\"Mobile Selected\",\"Small Size\"],title:\"Variant\",type:ControlType.Enum},c6p9uUOf6:{__defaultAssetReference:\"data:framer/asset-reference,4Acd6pNmlB0Z1bMpgbTGr9bc.png?originalFilename=Pictogram-01.png&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage}});addFonts(FramerICoVxMZ9y,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerICoVxMZ9y\",\"slots\":[],\"annotations\":{\"framerAutoSizeImages\":\"true\",\"framerVariables\":\"{\\\"c6p9uUOf6\\\":\\\"image\\\"}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"160\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"svlug3zAz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"szLb62C4R\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"D9w053UVh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"rW2pDHItF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"243\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ICoVxMZ9y.map", "// Generated by Framer (bc39543)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCodeBoundaryForOverrides,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{withFigure}from\"https://framerusercontent.com/modules/tcERFrQMHRnZSxuEo9Kj/tuLFQO23XrQCnY9PShsW/PlaySound.js\";const ImageWithFigure193lj6s=withCodeBoundaryForOverrides(Image,{nodeId:\"WStQxZrU2\",override:withFigure,scopeId:\"oWkFCEYI8\"});const cycleOrder=[\"WStQxZrU2\",\"V2w79f4XD\",\"sCAd78n3s\",\"v3POW1VgK\",\"lyAB7XP9c\"];const serializationHash=\"framer-Y1e5b\";const variantClassNames={lyAB7XP9c:\"framer-v-yoh5i8\",sCAd78n3s:\"framer-v-2qpne2\",V2w79f4XD:\"framer-v-z1hith\",v3POW1VgK:\"framer-v-1um5x48\",WStQxZrU2:\"framer-v-193lj6s\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition1={damping:60,delay:0,mass:1,stiffness:500,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={\"Desktop Selected\":\"sCAd78n3s\",\"Large Size\":\"V2w79f4XD\",\"Mobile Selected\":\"v3POW1VgK\",\"Small Size\":\"lyAB7XP9c\",Desktop:\"WStQxZrU2\"};const getProps=({height,id,image,width,...props})=>{return{...props,MGQqMeh3m:image??props.MGQqMeh3m??{pixelHeight:2778,pixelWidth:3738,src:\"https://framerusercontent.com/images/mtl0padgcA8ARrwnknpxCiwDc.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/mtl0padgcA8ARrwnknpxCiwDc.png?scale-down-to=512 512w,https://framerusercontent.com/images/mtl0padgcA8ARrwnknpxCiwDc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/mtl0padgcA8ARrwnknpxCiwDc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/mtl0padgcA8ARrwnknpxCiwDc.png 3738w\"},variant:humanReadableVariantMap[props.variant]??props.variant??\"WStQxZrU2\"};};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,MGQqMeh3m,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"WStQxZrU2\",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(ImageWithFigure193lj6s,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fit\",intrinsicHeight:389.5,intrinsicWidth:390,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:779,pixelWidth:780,sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(MGQqMeh3m),...{positionX:\"center\",positionY:\"center\"}},className:cx(scopingClassNames,\"framer-193lj6s\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"WStQxZrU2\",ref:refBinding,style:{...style},...addPropertyOverrides({lyAB7XP9c:{\"data-framer-name\":\"Small Size\"},sCAd78n3s:{\"data-framer-name\":\"Desktop Selected\"},V2w79f4XD:{\"data-framer-name\":\"Large Size\"},v3POW1VgK:{\"data-framer-name\":\"Mobile Selected\"}},baseVariant,gestureVariant)})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Y1e5b.framer-1hl6n1x, .framer-Y1e5b .framer-1hl6n1x { display: block; }\",\".framer-Y1e5b.framer-193lj6s { height: 203px; overflow: visible; position: relative; width: 243px; }\",\".framer-Y1e5b.framer-v-z1hith.framer-193lj6s { aspect-ratio: 1.0012836970474968 / 1; height: var(--framer-aspect-ratio-supported, 136px); width: 136px; }\",\".framer-Y1e5b.framer-v-2qpne2.framer-193lj6s { aspect-ratio: 1.0012836970474968 / 1; height: var(--framer-aspect-ratio-supported, 392px); width: 392px; }\",\".framer-Y1e5b.framer-v-1um5x48.framer-193lj6s { aspect-ratio: 1.0012836970474968 / 1; height: var(--framer-aspect-ratio-supported, 215px); width: 215px; }\",\".framer-Y1e5b.framer-v-yoh5i8.framer-193lj6s { aspect-ratio: 1.0012836970474968 / 1; height: var(--framer-aspect-ratio-supported, 75px); width: 75px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 242.5\n * @framerIntrinsicWidth 243\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"V2w79f4XD\":{\"layout\":[\"fixed\",\"fixed\"]},\"sCAd78n3s\":{\"layout\":[\"fixed\",\"fixed\"]},\"v3POW1VgK\":{\"layout\":[\"fixed\",\"fixed\"]},\"lyAB7XP9c\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"MGQqMeh3m\":\"image\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FrameroWkFCEYI8=withCSS(Component,css,\"framer-Y1e5b\");export default FrameroWkFCEYI8;FrameroWkFCEYI8.displayName=\"Figure 2\";FrameroWkFCEYI8.defaultProps={height:242.5,width:243};addPropertyControls(FrameroWkFCEYI8,{variant:{options:[\"WStQxZrU2\",\"V2w79f4XD\",\"sCAd78n3s\",\"v3POW1VgK\",\"lyAB7XP9c\"],optionTitles:[\"Desktop\",\"Large Size\",\"Desktop Selected\",\"Mobile Selected\",\"Small Size\"],title:\"Variant\",type:ControlType.Enum},MGQqMeh3m:{__defaultAssetReference:\"data:framer/asset-reference,mtl0padgcA8ARrwnknpxCiwDc.png?originalFilename=Pictogram-02.png&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage}});addFonts(FrameroWkFCEYI8,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameroWkFCEYI8\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"243\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"V2w79f4XD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"sCAd78n3s\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"v3POW1VgK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"lyAB7XP9c\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"242.5\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerAutoSizeImages\":\"true\",\"framerVariables\":\"{\\\"MGQqMeh3m\\\":\\\"image\\\"}\",\"framerColorSyntax\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./oWkFCEYI8.map", "// Generated by Framer (bc39543)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCodeBoundaryForOverrides,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{withFigure}from\"https://framerusercontent.com/modules/tcERFrQMHRnZSxuEo9Kj/tuLFQO23XrQCnY9PShsW/PlaySound.js\";const ImageWithFigure42cr7i=withCodeBoundaryForOverrides(Image,{nodeId:\"wAYyauFgR\",override:withFigure,scopeId:\"QvP_S4f5v\"});const cycleOrder=[\"wAYyauFgR\",\"wcu0VpSHm\",\"EuM7ZSI0Y\",\"uzGo815L0\",\"N8QuTQz7s\"];const serializationHash=\"framer-ujwSe\";const variantClassNames={EuM7ZSI0Y:\"framer-v-xqa7bj\",N8QuTQz7s:\"framer-v-kepsl0\",uzGo815L0:\"framer-v-yjm21f\",wAYyauFgR:\"framer-v-42cr7i\",wcu0VpSHm:\"framer-v-xdo9vg\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition1={damping:60,delay:0,mass:1,stiffness:500,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={\"Desktop Selected\":\"EuM7ZSI0Y\",\"Mobile Selected\":\"uzGo815L0\",\"Small Size\":\"N8QuTQz7s\",Desktop:\"wAYyauFgR\",Mobile:\"wcu0VpSHm\"};const getProps=({height,id,image,width,...props})=>{return{...props,ONzN6wFiN:image??props.ONzN6wFiN??{pixelHeight:3509,pixelWidth:3354,src:\"https://framerusercontent.com/images/7q2une5ShtZqxVjKL7SCwY941PQ.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/7q2une5ShtZqxVjKL7SCwY941PQ.png?scale-down-to=1024 978w,https://framerusercontent.com/images/7q2une5ShtZqxVjKL7SCwY941PQ.png?scale-down-to=2048 1957w,https://framerusercontent.com/images/7q2une5ShtZqxVjKL7SCwY941PQ.png 3354w\"},variant:humanReadableVariantMap[props.variant]??props.variant??\"wAYyauFgR\"};};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,ONzN6wFiN,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"wAYyauFgR\",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(ImageWithFigure42cr7i,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\",intrinsicHeight:427.5,intrinsicWidth:428,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:855,pixelWidth:856,sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(ONzN6wFiN)},className:cx(scopingClassNames,\"framer-42cr7i\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"wAYyauFgR\",ref:refBinding,style:{...style},...addPropertyOverrides({EuM7ZSI0Y:{\"data-framer-name\":\"Desktop Selected\"},N8QuTQz7s:{\"data-framer-name\":\"Small Size\"},uzGo815L0:{\"data-framer-name\":\"Mobile Selected\"},wcu0VpSHm:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant)})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ujwSe.framer-1hkx3gn, .framer-ujwSe .framer-1hkx3gn { display: block; }\",\".framer-ujwSe.framer-42cr7i { height: 186px; overflow: visible; position: relative; width: 185px; }\",\".framer-ujwSe.framer-v-xdo9vg.framer-42cr7i { aspect-ratio: 1.001169590643275 / 1; height: var(--framer-aspect-ratio-supported, 127px); width: 127px; }\",\".framer-ujwSe.framer-v-xqa7bj.framer-42cr7i { aspect-ratio: 1.001169590643275 / 1; height: var(--framer-aspect-ratio-supported, 438px); width: 438px; }\",\".framer-ujwSe.framer-v-yjm21f.framer-42cr7i { aspect-ratio: 1.001169590643275 / 1; height: var(--framer-aspect-ratio-supported, 240px); width: 240px; }\",\".framer-ujwSe.framer-v-kepsl0.framer-42cr7i { aspect-ratio: 1.001169590643275 / 1; height: var(--framer-aspect-ratio-supported, 75px); width: 75px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 185\n * @framerIntrinsicWidth 185\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"wcu0VpSHm\":{\"layout\":[\"fixed\",\"fixed\"]},\"EuM7ZSI0Y\":{\"layout\":[\"fixed\",\"fixed\"]},\"uzGo815L0\":{\"layout\":[\"fixed\",\"fixed\"]},\"N8QuTQz7s\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"ONzN6wFiN\":\"image\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerQvP_S4f5v=withCSS(Component,css,\"framer-ujwSe\");export default FramerQvP_S4f5v;FramerQvP_S4f5v.displayName=\"Figure 11\";FramerQvP_S4f5v.defaultProps={height:185,width:185};addPropertyControls(FramerQvP_S4f5v,{variant:{options:[\"wAYyauFgR\",\"wcu0VpSHm\",\"EuM7ZSI0Y\",\"uzGo815L0\",\"N8QuTQz7s\"],optionTitles:[\"Desktop\",\"Mobile\",\"Desktop Selected\",\"Mobile Selected\",\"Small Size\"],title:\"Variant\",type:ControlType.Enum},ONzN6wFiN:{__defaultAssetReference:\"data:framer/asset-reference,7q2une5ShtZqxVjKL7SCwY941PQ.png?originalFilename=Pictogram-18.png&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage}});addFonts(FramerQvP_S4f5v,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerQvP_S4f5v\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"185\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"wcu0VpSHm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"EuM7ZSI0Y\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"uzGo815L0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"N8QuTQz7s\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"ONzN6wFiN\\\":\\\"image\\\"}\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicHeight\":\"185\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./QvP_S4f5v.map", "// Generated by Framer (bc39543)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCodeBoundaryForOverrides,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{withFigure}from\"https://framerusercontent.com/modules/tcERFrQMHRnZSxuEo9Kj/tuLFQO23XrQCnY9PShsW/PlaySound.js\";const ImageWithFigurem3u1dg=withCodeBoundaryForOverrides(Image,{nodeId:\"iAoDyhyoe\",override:withFigure,scopeId:\"tWy7PdmUi\"});const cycleOrder=[\"iAoDyhyoe\",\"SYD8LbJM_\",\"jtePF3fT2\",\"mouq7yNU8\",\"Qk0jb13XE\"];const serializationHash=\"framer-XPbDH\";const variantClassNames={iAoDyhyoe:\"framer-v-m3u1dg\",jtePF3fT2:\"framer-v-aw4p0k\",mouq7yNU8:\"framer-v-1xsq7gs\",Qk0jb13XE:\"framer-v-1vgn15w\",SYD8LbJM_:\"framer-v-kl3ti3\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition1={damping:60,delay:0,mass:1,stiffness:500,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={\"Desktop Selected\":\"jtePF3fT2\",\"Mobile Selected\":\"mouq7yNU8\",\"Small Size\":\"Qk0jb13XE\",Desktop:\"iAoDyhyoe\",Mobile:\"SYD8LbJM_\"};const getProps=({height,id,image,width,...props})=>{return{...props,uAfcFUgEF:image??props.uAfcFUgEF??{pixelHeight:3397,pixelWidth:2616,src:\"https://framerusercontent.com/images/ViIw3rgUE4EQFlzbZbN1fVxJDjA.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/ViIw3rgUE4EQFlzbZbN1fVxJDjA.png?scale-down-to=1024 788w,https://framerusercontent.com/images/ViIw3rgUE4EQFlzbZbN1fVxJDjA.png?scale-down-to=2048 1577w,https://framerusercontent.com/images/ViIw3rgUE4EQFlzbZbN1fVxJDjA.png 2616w\"},variant:humanReadableVariantMap[props.variant]??props.variant??\"iAoDyhyoe\"};};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,uAfcFUgEF,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"iAoDyhyoe\",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(ImageWithFigurem3u1dg,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fit\",intrinsicHeight:397.5,intrinsicWidth:398,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:795,pixelWidth:796,sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(uAfcFUgEF),...{positionX:\"center\",positionY:\"center\"}},className:cx(scopingClassNames,\"framer-m3u1dg\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"iAoDyhyoe\",ref:refBinding,style:{...style},...addPropertyOverrides({jtePF3fT2:{\"data-framer-name\":\"Desktop Selected\"},mouq7yNU8:{\"data-framer-name\":\"Mobile Selected\"},Qk0jb13XE:{\"data-framer-name\":\"Small Size\"},SYD8LbJM_:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant)})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-XPbDH.framer-mw9ave, .framer-XPbDH .framer-mw9ave { display: block; }\",\".framer-XPbDH.framer-m3u1dg { height: 193px; overflow: visible; position: relative; width: 243px; }\",\".framer-XPbDH.framer-v-kl3ti3.framer-m3u1dg { aspect-ratio: 1.0012578616352201 / 1; height: var(--framer-aspect-ratio-supported, 127px); width: 127px; }\",\".framer-XPbDH.framer-v-aw4p0k.framer-m3u1dg { aspect-ratio: 1.0012578616352201 / 1; height: var(--framer-aspect-ratio-supported, 386px); width: 386px; }\",\".framer-XPbDH.framer-v-1xsq7gs.framer-m3u1dg { aspect-ratio: 1.0012578616352201 / 1; height: var(--framer-aspect-ratio-supported, 212px); width: 212px; }\",\".framer-XPbDH.framer-v-1vgn15w.framer-m3u1dg { aspect-ratio: 1.0012578616352201 / 1; height: var(--framer-aspect-ratio-supported, 75px); width: 75px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 242.5\n * @framerIntrinsicWidth 243\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"SYD8LbJM_\":{\"layout\":[\"fixed\",\"fixed\"]},\"jtePF3fT2\":{\"layout\":[\"fixed\",\"fixed\"]},\"mouq7yNU8\":{\"layout\":[\"fixed\",\"fixed\"]},\"Qk0jb13XE\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"uAfcFUgEF\":\"image\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramertWy7PdmUi=withCSS(Component,css,\"framer-XPbDH\");export default FramertWy7PdmUi;FramertWy7PdmUi.displayName=\"Figure 9\";FramertWy7PdmUi.defaultProps={height:242.5,width:243};addPropertyControls(FramertWy7PdmUi,{variant:{options:[\"iAoDyhyoe\",\"SYD8LbJM_\",\"jtePF3fT2\",\"mouq7yNU8\",\"Qk0jb13XE\"],optionTitles:[\"Desktop\",\"Mobile\",\"Desktop Selected\",\"Mobile Selected\",\"Small Size\"],title:\"Variant\",type:ControlType.Enum},uAfcFUgEF:{__defaultAssetReference:\"data:framer/asset-reference,ViIw3rgUE4EQFlzbZbN1fVxJDjA.png?originalFilename=Pictogram-17.png&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage}});addFonts(FramertWy7PdmUi,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramertWy7PdmUi\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"243\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"SYD8LbJM_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"jtePF3fT2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"mouq7yNU8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Qk0jb13XE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"242.5\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"uAfcFUgEF\\\":\\\"image\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./tWy7PdmUi.map", "// Generated by Framer (3d4fa65)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,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*as sharedStyle from\"https://framerusercontent.com/modules/oLKrc6DZuDPveCFQcH1a/DZjphZEPI3vSymWy3qh1/BvhJTDkTP.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/3zSeScurzjWipuVR8uJ2/7jYRHyf3ZP9Gjss5hHZb/GiCyFpz2N.js\";import Figure10 from\"https://framerusercontent.com/modules/4oZW1r0IVkBTA0gF8VLq/Lqw4qlLFJ96n8G5BW7MP/ICoVxMZ9y.js\";import Figure2 from\"https://framerusercontent.com/modules/Ud8wuNoxtSFlfCi7AcEf/Zy4Zg81T3eNrbQn5nui2/oWkFCEYI8.js\";import Figure11 from\"https://framerusercontent.com/modules/Iy5YETr2iguxZ8oScUKt/smKr7ZIzm4PU1QqSm6Dk/QvP_S4f5v.js\";import Figure9 from\"https://framerusercontent.com/modules/YvjPISKGADGZQeO5wlNH/sHx9K42HKXP22Mxd2iNI/tWy7PdmUi.js\";const Figure2Fonts=getFonts(Figure2);const SmartComponentScopedContainerWithFX=withFX(SmartComponentScopedContainer);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const Figure9Fonts=getFonts(Figure9);const Figure11Fonts=getFonts(Figure11);const Figure10Fonts=getFonts(Figure10);const cycleOrder=[\"JuV_JUPKt\",\"WZYE3tfGW\"];const serializationHash=\"framer-ca8Sn\";const variantClassNames={JuV_JUPKt:\"framer-v-1e05g4q\",WZYE3tfGW:\"framer-v-khxg6e\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transition2={damping:60,delay:.1,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:3,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:-6,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,transformPerspective:1200,x:0,y:180};const transformTemplate2=(_,t)=>`translateY(-50%) ${t}`;const transition3={bounce:.6,delay:.5,duration:1,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 transition4={delay:.2,duration:2,ease:[.54,.01,.51,1],type:\"tween\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-10};const transition5={damping:110,delay:0,mass:1,stiffness:2e3,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.07,skewX:0,skewY:0,transition:transition5};const transition6={damping:60,delay:.3,mass:1,stiffness:400,type:\"spring\"};const animation4={opacity:1,rotate:-12,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition6,x:0,y:0};const animation5={opacity:.001,rotate:4,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,transformPerspective:1200,x:0,y:180};const transition7={delay:.6,duration:2,ease:[.54,.01,.51,1],type:\"tween\"};const transition8={damping:60,delay:.4,mass:1,stiffness:400,type:\"spring\"};const animation6={opacity:1,rotate:-29,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition8,x:0,y:0};const animation7={opacity:.001,rotate:-8,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,transformPerspective:1200,x:0,y:180};const transition9={delay:.8,duration:2,ease:[.54,.01,.51,1],type:\"tween\"};const transition10={damping:60,delay:.2,mass:1,stiffness:400,type:\"spring\"};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition10,x:0,y:0};const animation9={opacity:.001,rotate:-5,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,transformPerspective:1200,x:0,y:180};const transition11={delay:.4,duration:2,ease:[.54,.01,.51,1],type:\"tween\"};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Default:\"JuV_JUPKt\",Mobile:\"WZYE3tfGW\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"JuV_JUPKt\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"JuV_JUPKt\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1e05g4q\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"JuV_JUPKt\",ref:refBinding,style:{...style},...addPropertyOverrides({WZYE3tfGW:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wmh678\",\"data-framer-name\":\"Figures\",layoutDependency:layoutDependency,layoutId:\"GfCxeQdSg\",...addPropertyOverrides({WZYE3tfGW:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-1q7kzgt\",\"data-framer-appear-id\":\"1q7kzgt\",\"data-framer-name\":\"Spending\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"XBwmpdZiv\",optimized:true,style:{rotate:3,transformPerspective:1200},transformTemplate:transformTemplate1,...addPropertyOverrides({WZYE3tfGW:{transformTemplate:transformTemplate2}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Transition,{value:transition3,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1yrbq6g\",\"data-framer-name\":\"Pin 1\",draggable:\"false\",layoutDependency:layoutDependency,layoutId:\"i71PV5Aov\",style:{backgroundColor:\"var(--token-a72fb5d2-dc63-432f-aa11-d3fc4fc03db3, rgb(198, 223, 231))\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-83172e\",\"data-styles-preset\":\"BvhJTDkTP\",style:{direction:\"rtl\"},children:\"\u0627\u0644\u0625\u0646\u0641\u0627\u0642\"})}),className:\"framer-oe5tji\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"FZoPG1Slf\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-qrpzyu\",layoutDependency:layoutDependency,layoutId:\"ZGP5z85m1\",style:{backgroundColor:\"var(--token-a72fb5d2-dc63-432f-aa11-d3fc4fc03db3, rgb(198, 223, 231))\",rotate:-28},variants:{WZYE3tfGW:{rotate:-142}}})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nc2xhm\",\"data-framer-name\":\"Figure 2 Wrap\",layoutDependency:layoutDependency,layoutId:\"rtU6dgOnN\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-fo3lt1\",\"data-framer-name\":\"Selected Rotate\",layoutDependency:layoutDependency,layoutId:\"AqvP_C5xe\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-127qchs\",\"data-framer-name\":\"Figure Wrap\",layoutDependency:layoutDependency,layoutId:\"ToOCLaWTH\",style:{rotate:4},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:242,y:(componentViewport?.y||0)+(0+((componentViewport?.height||372)-0-34)/2)+-136.3+0+61.2+0+0+0+0,...addPropertyOverrides({WZYE3tfGW:{y:(componentViewport?.y||0)+((componentViewport?.height||372)*.5000000000000002-17)+-96.1071+0+0+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__framer__loop:animation2,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition4,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-2llwfq-container\",layoutDependency:layoutDependency,layoutId:\"Wn7YVes8I-container\",nodeId:\"Wn7YVes8I\",rendersWithMotion:true,scopeId:\"GiCyFpz2N\",whileHover:animation3,children:/*#__PURE__*/_jsx(Figure2,{height:\"100%\",id:\"Wn7YVes8I\",layoutId:\"Wn7YVes8I\",variant:\"V2w79f4XD\",width:\"100%\",...addPropertyOverrides({WZYE3tfGW:{variant:\"lyAB7XP9c\"}},baseVariant,gestureVariant)})})})})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation4,className:\"framer-18aolna\",\"data-framer-appear-id\":\"18aolna\",\"data-framer-name\":\"Earning\",initial:animation5,layoutDependency:layoutDependency,layoutId:\"CJyKwptLg\",optimized:true,style:{rotate:-12,transformPerspective:1200},transformTemplate:transformTemplate1,...addPropertyOverrides({WZYE3tfGW:{transformTemplate:transformTemplate2}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Transition,{value:transition3,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wxzytt\",\"data-framer-name\":\"Pin 1\",draggable:\"false\",layoutDependency:layoutDependency,layoutId:\"H2S41yZ2H\",style:{backgroundColor:\"var(--token-a72fb5d2-dc63-432f-aa11-d3fc4fc03db3, rgb(198, 223, 231))\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,rotate:15},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-83172e\",\"data-styles-preset\":\"BvhJTDkTP\",style:{direction:\"rtl\"},children:\"\u0627\u0644\u0643\u0633\u0628\"})}),className:\"framer-qc3779\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"LCwE_y6o5\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-iolgqd\",layoutDependency:layoutDependency,layoutId:\"vdnkEpJCH\",style:{backgroundColor:\"var(--token-a72fb5d2-dc63-432f-aa11-d3fc4fc03db3, rgb(198, 223, 231))\",rotate:-45}})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ruuz9t\",\"data-framer-name\":\"Figure 4 Wrap 2\",layoutDependency:layoutDependency,layoutId:\"KeAUU4Fg1\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-15lfqxm\",\"data-framer-name\":\"Selected Rotate\",layoutDependency:layoutDependency,layoutId:\"HcksEe5Pg\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-n9nwgd\",\"data-framer-name\":\"Figure Wrap\",layoutDependency:layoutDependency,layoutId:\"F0KS3WrQo\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:242,y:(componentViewport?.y||0)+(0+((componentViewport?.height||372)-0-34)/2)+-129.3867+0+61.2+0+0+0+0,...addPropertyOverrides({WZYE3tfGW:{y:(componentViewport?.y||0)+((componentViewport?.height||372)*.5000000000000002-17)+-102.381+0+0+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__framer__loop:animation2,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition7,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-qaievx-container\",layoutDependency:layoutDependency,layoutId:\"TYZ5IXtK9-container\",nodeId:\"TYZ5IXtK9\",rendersWithMotion:true,scopeId:\"GiCyFpz2N\",whileHover:animation3,children:/*#__PURE__*/_jsx(Figure9,{height:\"100%\",id:\"TYZ5IXtK9\",layoutId:\"TYZ5IXtK9\",variant:\"iAoDyhyoe\",width:\"100%\",...addPropertyOverrides({WZYE3tfGW:{variant:\"Qk0jb13XE\"}},baseVariant,gestureVariant)})})})})})})]}),/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation6,className:\"framer-17q4ki9\",\"data-framer-appear-id\":\"17q4ki9\",\"data-framer-name\":\"Managing Money\",initial:animation7,layoutDependency:layoutDependency,layoutId:\"t6AGuVEnV\",optimized:true,style:{rotate:-29,transformPerspective:1200},transformTemplate:transformTemplate1,...addPropertyOverrides({WZYE3tfGW:{transformTemplate:transformTemplate2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xgjjpc\",\"data-framer-name\":\"Figure 5 Wrap 2\",layoutDependency:layoutDependency,layoutId:\"CZLTHSCC0\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-81ikgz\",\"data-framer-name\":\"Selected Rotate\",layoutDependency:layoutDependency,layoutId:\"tNqR_kpJh\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-gvdjxp\",\"data-framer-name\":\"Figure Wrap\",layoutDependency:layoutDependency,layoutId:\"VDV8x1DR5\",style:{rotate:10},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:185,y:(componentViewport?.y||0)+(0+((componentViewport?.height||372)-0-34)/2)+-78.3333+0+0+0+0+0,...addPropertyOverrides({WZYE3tfGW:{y:(componentViewport?.y||0)+((componentViewport?.height||372)*.5000000000000002-17)+17+0-158.5+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__framer__loop:animation2,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition9,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-12apdfc-container\",layoutDependency:layoutDependency,layoutId:\"Rs63bye6r-container\",nodeId:\"Rs63bye6r\",rendersWithMotion:true,scopeId:\"GiCyFpz2N\",whileHover:animation3,children:/*#__PURE__*/_jsx(Figure11,{height:\"100%\",id:\"Rs63bye6r\",layoutId:\"Rs63bye6r\",variant:\"wAYyauFgR\",width:\"100%\",...addPropertyOverrides({WZYE3tfGW:{variant:\"N8QuTQz7s\"}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(Transition,{value:transition3,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1g3xqzp\",\"data-framer-name\":\"Pin 1\",draggable:\"false\",layoutDependency:layoutDependency,layoutId:\"jDQaXcFbl\",style:{backgroundColor:\"var(--token-a72fb5d2-dc63-432f-aa11-d3fc4fc03db3, rgb(198, 223, 231))\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,rotate:32},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-83172e\",\"data-styles-preset\":\"BvhJTDkTP\",style:{direction:\"rtl\"},children:\"\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0623\u0645\u0648\u0627\u0644\"})}),className:\"framer-1u6jshk\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"MMmjKI8lj\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xtxy39\",layoutDependency:layoutDependency,layoutId:\"ijIiSm1VJ\",style:{backgroundColor:\"var(--token-a72fb5d2-dc63-432f-aa11-d3fc4fc03db3, rgb(198, 223, 231))\",rotate:65},variants:{WZYE3tfGW:{rotate:52}}})]})})]})}),/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation8,className:\"framer-qm8cyv\",\"data-framer-appear-id\":\"qm8cyv\",\"data-framer-name\":\"Saving\",initial:animation9,layoutDependency:layoutDependency,layoutId:\"pRkE1doVi\",optimized:true,style:{transformPerspective:1200},transformTemplate:transformTemplate1,...addPropertyOverrides({WZYE3tfGW:{transformTemplate:transformTemplate2}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Transition,{value:transition3,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-q1lpy8\",\"data-framer-name\":\"Pin 1\",draggable:\"false\",layoutDependency:layoutDependency,layoutId:\"aDw6ov0yK\",style:{backgroundColor:\"var(--token-a72fb5d2-dc63-432f-aa11-d3fc4fc03db3, rgb(198, 223, 231))\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,rotate:3},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-83172e\",\"data-styles-preset\":\"BvhJTDkTP\",style:{direction:\"rtl\"},children:\"\u0627\u0644\u0627\u062F\u062E\u0627\u0631\"})}),className:\"framer-rj2v7\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Y1x2dusTG\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-82m00g\",layoutDependency:layoutDependency,layoutId:\"eWJRLIokd\",style:{backgroundColor:\"var(--token-a72fb5d2-dc63-432f-aa11-d3fc4fc03db3, rgb(198, 223, 231))\",rotate:-45}})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1iyiqjw\",\"data-framer-name\":\"Figure 3 Wrap\",layoutDependency:layoutDependency,layoutId:\"mcQYehkd0\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ks6jrg\",\"data-framer-name\":\"Selected Rotate\",layoutDependency:layoutDependency,layoutId:\"uT_GMaSKi\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1grdnhb\",\"data-framer-name\":\"Figure Wrap\",layoutDependency:layoutDependency,layoutId:\"UmNQ9dWbd\",style:{rotate:7},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:160,y:(componentViewport?.y||0)+(0+((componentViewport?.height||372)-0-34)/2)+-90.2+0+61.2+0+0+0+0,...addPropertyOverrides({WZYE3tfGW:{y:(componentViewport?.y||0)+((componentViewport?.height||372)*.5000000000000002-17)+-85.7071+0+61.2+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__framer__loop:animation2,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition11,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-eirhmi-container\",layoutDependency:layoutDependency,layoutId:\"cBldfFNut-container\",nodeId:\"cBldfFNut\",rendersWithMotion:true,scopeId:\"GiCyFpz2N\",whileHover:animation3,children:/*#__PURE__*/_jsx(Figure10,{height:\"100%\",id:\"cBldfFNut\",layoutId:\"cBldfFNut\",variant:\"r_e6amTt4\",width:\"100%\",...addPropertyOverrides({WZYE3tfGW:{variant:\"rW2pDHItF\"}},baseVariant,gestureVariant)})})})})})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ca8Sn.framer-viganm, .framer-ca8Sn .framer-viganm { display: block; }\",\".framer-ca8Sn.framer-1e05g4q { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 372px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 891px; }\",\".framer-ca8Sn .framer-1wmh678 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-height: 300px; overflow: visible; padding: 17px 8px 17px 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-ca8Sn .framer-1q7kzgt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 27%; overflow: visible; padding: 0px; position: absolute; top: 45%; width: min-content; z-index: 3; }\",\".framer-ca8Sn .framer-1yrbq6g, .framer-ca8Sn .framer-1wxzytt, .framer-ca8Sn .framer-1g3xqzp, .framer-ca8Sn .framer-q1lpy8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 6px 10px 6px 10px; position: relative; width: min-content; }\",\".framer-ca8Sn .framer-oe5tji, .framer-ca8Sn .framer-qc3779, .framer-ca8Sn .framer-1u6jshk, .framer-ca8Sn .framer-rj2v7 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-ca8Sn .framer-qrpzyu { bottom: -5px; flex: none; height: 15px; left: 18px; overflow: hidden; position: absolute; width: 33px; z-index: 1; }\",\".framer-ca8Sn .framer-1nc2xhm, .framer-ca8Sn .framer-127qchs, .framer-ca8Sn .framer-ruuz9t, .framer-ca8Sn .framer-n9nwgd, .framer-ca8Sn .framer-xgjjpc, .framer-ca8Sn .framer-gvdjxp, .framer-ca8Sn .framer-1iyiqjw, .framer-ca8Sn .framer-1grdnhb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-ca8Sn .framer-fo3lt1, .framer-ca8Sn .framer-15lfqxm, .framer-ca8Sn .framer-81ikgz, .framer-ca8Sn .framer-1ks6jrg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-ca8Sn .framer-2llwfq-container, .framer-ca8Sn .framer-qaievx-container, .framer-ca8Sn .framer-12apdfc-container, .framer-ca8Sn .framer-eirhmi-container { flex: none; height: auto; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-ca8Sn .framer-18aolna { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 42%; overflow: visible; padding: 0px; position: absolute; top: 65%; width: min-content; z-index: 5; }\",\".framer-ca8Sn .framer-iolgqd, .framer-ca8Sn .framer-82m00g { bottom: -5px; flex: none; height: 10px; left: 23px; overflow: hidden; position: absolute; width: 10px; z-index: 1; }\",\".framer-ca8Sn .framer-17q4ki9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 73%; overflow: visible; padding: 0px; position: absolute; top: 42%; width: min-content; z-index: 2; }\",\".framer-ca8Sn .framer-1xtxy39 { bottom: -13px; flex: none; height: 35px; left: 19px; overflow: hidden; position: absolute; width: 13px; z-index: 1; }\",\".framer-ca8Sn .framer-qm8cyv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 56%; overflow: visible; padding: 0px; position: absolute; top: 60%; width: min-content; z-index: 3; }\",\".framer-ca8Sn.framer-v-khxg6e.framer-1e05g4q { width: 528px; }\",\".framer-ca8Sn.framer-v-khxg6e .framer-1wmh678 { flex: none; justify-content: flex-start; left: 50%; min-height: 168px; min-width: 421px; position: absolute; top: 50%; width: min-content; }\",\".framer-ca8Sn.framer-v-khxg6e .framer-1q7kzgt { left: 25px; order: 0; top: 73%; }\",\".framer-ca8Sn.framer-v-khxg6e .framer-1yrbq6g { left: -71px; order: 0; position: absolute; top: -39px; z-index: 1; }\",\".framer-ca8Sn.framer-v-khxg6e .framer-oe5tji, .framer-ca8Sn.framer-v-khxg6e .framer-1nc2xhm, .framer-ca8Sn.framer-v-khxg6e .framer-iolgqd, .framer-ca8Sn.framer-v-khxg6e .framer-ruuz9t, .framer-ca8Sn.framer-v-khxg6e .framer-1u6jshk, .framer-ca8Sn.framer-v-khxg6e .framer-1iyiqjw { order: 1; }\",\".framer-ca8Sn.framer-v-khxg6e .framer-qrpzyu { bottom: -5px; left: unset; order: 0; right: 19px; width: 25px; }\",\".framer-ca8Sn.framer-v-khxg6e .framer-2llwfq-container, .framer-ca8Sn.framer-v-khxg6e .framer-qc3779, .framer-ca8Sn.framer-v-khxg6e .framer-qaievx-container, .framer-ca8Sn.framer-v-khxg6e .framer-12apdfc-container, .framer-ca8Sn.framer-v-khxg6e .framer-q1lpy8 { order: 0; }\",\".framer-ca8Sn.framer-v-khxg6e .framer-18aolna { left: 64px; order: 1; top: 55%; }\",\".framer-ca8Sn.framer-v-khxg6e .framer-1wxzytt { order: 0; position: absolute; right: -55px; top: -58px; z-index: 1; }\",\".framer-ca8Sn.framer-v-khxg6e .framer-17q4ki9 { left: unset; min-height: 75px; min-width: 235px; order: 2; right: -15px; top: 50%; }\",\".framer-ca8Sn.framer-v-khxg6e .framer-xgjjpc { bottom: -26px; left: -1px; order: 0; position: absolute; z-index: 1; }\",\".framer-ca8Sn.framer-v-khxg6e .framer-1g3xqzp { position: absolute; right: -104px; top: -80px; z-index: 1; }\",\".framer-ca8Sn.framer-v-khxg6e .framer-1xtxy39 { bottom: -11px; height: 26px; left: unset; order: 0; right: 48px; width: 24px; }\",\".framer-ca8Sn.framer-v-khxg6e .framer-qm8cyv { left: unset; order: 3; right: 181px; top: 73%; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 372\n * @framerIntrinsicWidth 891\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"WZYE3tfGW\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerGiCyFpz2N=withCSS(Component,css,\"framer-ca8Sn\");export default FramerGiCyFpz2N;FramerGiCyFpz2N.displayName=\"Hover Icons\";FramerGiCyFpz2N.defaultProps={height:372,width:891};addPropertyControls(FramerGiCyFpz2N,{variant:{options:[\"JuV_JUPKt\",\"WZYE3tfGW\"],optionTitles:[\"Default\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerGiCyFpz2N,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...Figure2Fonts,...Figure9Fonts,...Figure11Fonts,...Figure10Fonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerGiCyFpz2N\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"891\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"WZYE3tfGW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"372\",\"framerContractVersion\":\"1\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (6aa4fc0)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/oLKrc6DZuDPveCFQcH1a/DZjphZEPI3vSymWy3qh1/BvhJTDkTP.js\";const enabledGestures={tax0M97tb:{hover:true}};const cycleOrder=[\"xcuUgNRaa\",\"tax0M97tb\"];const serializationHash=\"framer-mAVJX\";const variantClassNames={tax0M97tb:\"framer-v-1g292dz\",xcuUgNRaa:\"framer-v-1yk66dy\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"xcuUgNRaa\",\"Variant 2\":\"tax0M97tb\"};const getProps=({height,id,tap,title,width,...props})=>{return{...props,I98COjysH:tap??props.I98COjysH,LYP5VhESs:title??props.LYP5VhESs??\"Dr. Emily Carter\",variant:humanReadableVariantMap[props.variant]??props.variant??\"xcuUgNRaa\"};};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,I98COjysH,LYP5VhESs,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"xcuUgNRaa\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapxeq6rz=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(I98COjysH){const res=await I98COjysH(...args);if(res===false)return false;}setVariant(\"tax0M97tb\");});const onTap1bfj6er=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(I98COjysH){const res=await I98COjysH(...args);if(res===false)return false;}setVariant(\"xcuUgNRaa\");});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1yk66dy\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"xcuUgNRaa\",onTap:onTapxeq6rz,ref:refBinding,style:{backgroundColor:\"var(--token-a72fb5d2-dc63-432f-aa11-d3fc4fc03db3, rgb(198, 223, 231))\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,...style},variants:{\"tax0M97tb-hover\":{backgroundColor:\"rgba(251, 207, 51, 0.5)\"}},...addPropertyOverrides({\"tax0M97tb-hover\":{\"data-framer-name\":undefined},tax0M97tb:{\"data-framer-name\":\"Variant 2\",onTap:onTap1bfj6er}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-f2q4gi\",layoutDependency:layoutDependency,layoutId:\"uVVDR0QdA\",style:{backgroundColor:\"rgba(200, 224, 232, 0.5)\",opacity:1},variants:{\"tax0M97tb-hover\":{backgroundColor:\"var(--token-c5733cb4-f77d-4e79-b04a-343dbc68b93b, rgb(251, 207, 51))\",opacity:1},tax0M97tb:{backgroundColor:\"rgba(255, 255, 255, 0.45)\",opacity:0}}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-83172e\",\"data-styles-preset\":\"BvhJTDkTP\",children:\"Dr. Emily Carter\"})}),className:\"framer-1fj568c\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"uaGbrjhwM\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:LYP5VhESs,verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-mAVJX.framer-qcyiww, .framer-mAVJX .framer-qcyiww { display: block; }\",\".framer-mAVJX.framer-1yk66dy { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: 300px; justify-content: center; overflow: hidden; padding: 30px 20px 30px 20px; position: relative; width: 400px; will-change: var(--framer-will-change-override, transform); }\",\".framer-mAVJX .framer-f2q4gi { flex: none; height: 100%; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 100%; z-index: 0; }\",\".framer-mAVJX .framer-1fj568c { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-mAVJX.framer-v-1g292dz.framer-1yk66dy { width: 230px; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 300\n * @framerIntrinsicWidth 400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"tax0M97tb\":{\"layout\":[\"fixed\",\"fixed\"]},\"wGOSDvb6a\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"I98COjysH\":\"tap\",\"LYP5VhESs\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerNUEaa1JuF=withCSS(Component,css,\"framer-mAVJX\");export default FramerNUEaa1JuF;FramerNUEaa1JuF.displayName=\"Speaker\";FramerNUEaa1JuF.defaultProps={height:300,width:400};addPropertyControls(FramerNUEaa1JuF,{variant:{options:[\"xcuUgNRaa\",\"tax0M97tb\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},I98COjysH:{title:\"Tap\",type:ControlType.EventHandler},LYP5VhESs:{defaultValue:\"Dr. Emily Carter\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramerNUEaa1JuF,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerNUEaa1JuF\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"300\",\"framerIntrinsicWidth\":\"400\",\"framerVariables\":\"{\\\"I98COjysH\\\":\\\"tap\\\",\\\"LYP5VhESs\\\":\\\"title\\\"}\",\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"tax0M97tb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"wGOSDvb6a\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./NUEaa1JuF.map", "// Generated by Framer (3d3d426)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,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=[\"u1IC8BprS\",\"pf6A9HLpZ\",\"Vez13gtC3\",\"jXl7bK7ps\",\"WaHtUi9CQ\",\"EVeWVlwO0\",\"WFC65JcQh\",\"BbrLQ7VQF\",\"oruIFWL3G\",\"uxDUhgQM8\",\"P9dpcaZkp\",\"Jw2SuQUd9\"];const serializationHash=\"framer-IYqFc\";const variantClassNames={BbrLQ7VQF:\"framer-v-5tgqnq\",EVeWVlwO0:\"framer-v-p8d1ht\",Jw2SuQUd9:\"framer-v-2aef3w\",jXl7bK7ps:\"framer-v-lwdj0b\",oruIFWL3G:\"framer-v-bdpw7p\",P9dpcaZkp:\"framer-v-1jqlz19\",pf6A9HLpZ:\"framer-v-1nzoubm\",u1IC8BprS:\"framer-v-meg1g1\",uxDUhgQM8:\"framer-v-1o1owq5\",Vez13gtC3:\"framer-v-chnhx8\",WaHtUi9CQ:\"framer-v-1t3oxi7\",WFC65JcQh:\"framer-v-1spc8l9\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:2.4,ease:[.44,0,.56,1],type:\"tween\"};const transition2={bounce:0,delay:0,duration:.4,type:\"spring\"};const transition3={bounce:0,delay:0,duration:1,type:\"spring\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transition4={bounce:.6,delay:.5,duration:1,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={\"Desktop / Expand\":\"jXl7bK7ps\",\"Desktop / In\":\"pf6A9HLpZ\",\"Desktop / Out\":\"u1IC8BprS\",\"Desktop / Scale Down\":\"Vez13gtC3\",\"Phone / Expand\":\"Jw2SuQUd9\",\"Phone / In\":\"uxDUhgQM8\",\"Phone / Scaled Down\":\"P9dpcaZkp\",\"Phone Out\":\"oruIFWL3G\",\"Tablet / Expand\":\"WaHtUi9CQ\",\"Tablet / Out\":\"BbrLQ7VQF\",\"Tablet / Scale Down\":\"EVeWVlwO0\",\"Tablet/ In\":\"WFC65JcQh\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"u1IC8BprS\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"u1IC8BprS\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear12fe42g=activeVariantCallback(async(...args)=>{setVariant(\"pf6A9HLpZ\",true);});const onAppearfdjjzf=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"Vez13gtC3\",true),400);});const onAppear1vynqqs=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"jXl7bK7ps\",true),400);});const onAppear10y74ki=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"WaHtUi9CQ\",true),400);});const onAppear13vg6k7=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"EVeWVlwO0\",true),400);});const onAppear10df6r1=activeVariantCallback(async(...args)=>{setVariant(\"WFC65JcQh\",true);});const onAppear38m0jd=activeVariantCallback(async(...args)=>{setVariant(\"uxDUhgQM8\",true);});const onAppear16njzku=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"P9dpcaZkp\",true),400);});const onAppear1a55hw9=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"Jw2SuQUd9\",true),400);});useOnVariantChange(baseVariant,{BbrLQ7VQF:onAppear10df6r1,default:onAppear12fe42g,EVeWVlwO0:onAppear10y74ki,Jw2SuQUd9:undefined,jXl7bK7ps:undefined,oruIFWL3G:onAppear38m0jd,P9dpcaZkp:onAppear1a55hw9,pf6A9HLpZ:onAppearfdjjzf,uxDUhgQM8:onAppear16njzku,Vez13gtC3:onAppear1vynqqs,WaHtUi9CQ:undefined,WFC65JcQh:onAppear13vg6k7});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"WaHtUi9CQ\",\"Jw2SuQUd9\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"Jw2SuQUd9\")return false;return true;};const isDisplayed2=()=>{if([\"jXl7bK7ps\",\"WaHtUi9CQ\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if(baseVariant===\"Jw2SuQUd9\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({EVeWVlwO0:{value:transition3},Jw2SuQUd9:{value:transition3},jXl7bK7ps:{value:transition3},P9dpcaZkp:{value:transition3},pf6A9HLpZ:{value:transition2},uxDUhgQM8:{value:transition2},Vez13gtC3:{value:transition3},WaHtUi9CQ:{value:transition3},WFC65JcQh:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-meg1g1\",className,classNames),\"data-framer-name\":\"Desktop / Out\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"u1IC8BprS\",ref:refBinding,style:{...style},...addPropertyOverrides({BbrLQ7VQF:{\"data-framer-name\":\"Tablet / Out\"},EVeWVlwO0:{\"data-framer-name\":\"Tablet / Scale Down\"},Jw2SuQUd9:{\"data-framer-name\":\"Phone / Expand\",\"data-highlight\":undefined},jXl7bK7ps:{\"data-framer-name\":\"Desktop / Expand\",\"data-highlight\":undefined},oruIFWL3G:{\"data-framer-name\":\"Phone Out\"},P9dpcaZkp:{\"data-framer-name\":\"Phone / Scaled Down\"},pf6A9HLpZ:{\"data-framer-name\":\"Desktop / In\"},uxDUhgQM8:{\"data-framer-name\":\"Phone / In\"},Vez13gtC3:{\"data-framer-name\":\"Desktop / Scale Down\"},WaHtUi9CQ:{\"data-framer-name\":\"Tablet / Expand\",\"data-highlight\":undefined},WFC65JcQh:{\"data-framer-name\":\"Tablet/ In\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-77la6d\",\"data-framer-name\":\"Image Container\",layoutDependency:layoutDependency,layoutId:\"GtMEepFBa\",style:{rotate:-40,scale:1.2},variants:{EVeWVlwO0:{rotate:0,scale:1},Jw2SuQUd9:{rotate:0,scale:1},jXl7bK7ps:{rotate:0,scale:1},P9dpcaZkp:{rotate:0,scale:1},pf6A9HLpZ:{rotate:-14},uxDUhgQM8:{rotate:-14},Vez13gtC3:{rotate:0,scale:1},WaHtUi9CQ:{rotate:0,scale:1},WFC65JcQh:{rotate:-14}},children:[isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||184)- -1016+0),pixelHeight:1081,pixelWidth:1081,sizes:\"184px\",src:\"https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg\",srcSet:\"https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg 1081w\"},className:\"framer-1ewlzg3\",\"data-framer-name\":\"Image 7\",draggable:\"false\",layoutDependency:layoutDependency,layoutId:\"l6Ekg7rpa\",style:{borderBottomLeftRadius:18,borderBottomRightRadius:18,borderTopLeftRadius:18,borderTopRightRadius:18,rotate:0},variants:{BbrLQ7VQF:{rotate:0},EVeWVlwO0:{rotate:0},jXl7bK7ps:{rotate:-7},oruIFWL3G:{rotate:0},P9dpcaZkp:{rotate:0},uxDUhgQM8:{rotate:0},WFC65JcQh:{rotate:0}},...addPropertyOverrides({EVeWVlwO0:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||184)-0-184)/2+0+0)+0),pixelHeight:1081,pixelWidth:1081,sizes:\"184px\",src:\"https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg\",srcSet:\"https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg 1081w\"}},jXl7bK7ps:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||184)-0-184)/2+0+0)+184-168),pixelHeight:2250,pixelWidth:2251,sizes:\"184px\",src:\"https://framerusercontent.com/images/PXRiXAtKFWtCCjicoktIrVEZ1A.jpg\",srcSet:\"https://framerusercontent.com/images/PXRiXAtKFWtCCjicoktIrVEZ1A.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/PXRiXAtKFWtCCjicoktIrVEZ1A.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/PXRiXAtKFWtCCjicoktIrVEZ1A.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/PXRiXAtKFWtCCjicoktIrVEZ1A.jpg 2251w\"}},oruIFWL3G:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||184)- -1108+0),pixelHeight:1081,pixelWidth:1081,sizes:\"92px\",src:\"https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg\",srcSet:\"https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg 1081w\"}},P9dpcaZkp:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||92)-0-92)/2+0+0)+0),pixelHeight:1081,pixelWidth:1081,sizes:\"92px\",src:\"https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg\",srcSet:\"https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg 1081w\"},transformTemplate:transformTemplate1},pf6A9HLpZ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||184)-0-184)/2+0+0)+61.2127),pixelHeight:1081,pixelWidth:1081,sizes:\"101.5958px\",src:\"https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg\",srcSet:\"https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg 1081w\"},transformTemplate:transformTemplate1},uxDUhgQM8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||92)-0-102)/2+0+0)+19.413),pixelHeight:1081,pixelWidth:1081,sizes:\"91.098px\",src:\"https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg\",srcSet:\"https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg 1081w\"},transformTemplate:transformTemplate1},Vez13gtC3:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||184)-0-184)/2+0+0)+0),pixelHeight:1081,pixelWidth:1081,sizes:\"184px\",src:\"https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg\",srcSet:\"https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg 1081w\"}},WFC65JcQh:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||184)-0-184)/2+0+0)+61.2127),pixelHeight:1081,pixelWidth:1081,sizes:\"101.5958px\",src:\"https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg\",srcSet:\"https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg 1081w\"},transformTemplate:transformTemplate1}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||184)- -1016+0),pixelHeight:1500,pixelWidth:1200,sizes:\"184px\",src:\"https://framerusercontent.com/images/a3bAsgsD4wSkHKrxrMhe0gh9U.jpeg\",srcSet:\"https://framerusercontent.com/images/a3bAsgsD4wSkHKrxrMhe0gh9U.jpeg?scale-down-to=1024 819w,https://framerusercontent.com/images/a3bAsgsD4wSkHKrxrMhe0gh9U.jpeg 1200w\"},className:\"framer-169ho7w\",\"data-framer-name\":\"Image 6\",draggable:\"false\",layoutDependency:layoutDependency,layoutId:\"NTwK_f8_l\",style:{borderBottomLeftRadius:18,borderBottomRightRadius:18,borderTopLeftRadius:18,borderTopRightRadius:18,rotate:0},variants:{BbrLQ7VQF:{rotate:0},EVeWVlwO0:{rotate:0},jXl7bK7ps:{rotate:-8},oruIFWL3G:{rotate:0},P9dpcaZkp:{rotate:0},uxDUhgQM8:{rotate:0},WaHtUi9CQ:{rotate:-8},WFC65JcQh:{rotate:0}},...addPropertyOverrides({EVeWVlwO0:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||184)-0-184)/2+0+0)+0),pixelHeight:1500,pixelWidth:1200,sizes:\"184px\",src:\"https://framerusercontent.com/images/a3bAsgsD4wSkHKrxrMhe0gh9U.jpeg\",srcSet:\"https://framerusercontent.com/images/a3bAsgsD4wSkHKrxrMhe0gh9U.jpeg?scale-down-to=1024 819w,https://framerusercontent.com/images/a3bAsgsD4wSkHKrxrMhe0gh9U.jpeg 1200w\"}},jXl7bK7ps:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||184)-0-184)/2+0+0)+-12),pixelHeight:1081,pixelWidth:1081,sizes:\"184px\",src:\"https://framerusercontent.com/images/WHXHzBtDc1YayxMdryQBhiWVr44.jpg\",srcSet:\"https://framerusercontent.com/images/WHXHzBtDc1YayxMdryQBhiWVr44.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/WHXHzBtDc1YayxMdryQBhiWVr44.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/WHXHzBtDc1YayxMdryQBhiWVr44.jpg 1081w\"}},oruIFWL3G:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||184)- -1108+0),pixelHeight:1500,pixelWidth:1200,sizes:\"92px\",src:\"https://framerusercontent.com/images/a3bAsgsD4wSkHKrxrMhe0gh9U.jpeg\",srcSet:\"https://framerusercontent.com/images/a3bAsgsD4wSkHKrxrMhe0gh9U.jpeg?scale-down-to=1024 819w,https://framerusercontent.com/images/a3bAsgsD4wSkHKrxrMhe0gh9U.jpeg 1200w\"}},P9dpcaZkp:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||92)-0-92)/2+0+0)+0),pixelHeight:1500,pixelWidth:1200,sizes:\"92px\",src:\"https://framerusercontent.com/images/a3bAsgsD4wSkHKrxrMhe0gh9U.jpeg\",srcSet:\"https://framerusercontent.com/images/a3bAsgsD4wSkHKrxrMhe0gh9U.jpeg?scale-down-to=1024 819w,https://framerusercontent.com/images/a3bAsgsD4wSkHKrxrMhe0gh9U.jpeg 1200w\"},transformTemplate:transformTemplate1},pf6A9HLpZ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||184)-0-184)/2+0+0)+61.2127),pixelHeight:1500,pixelWidth:1200,sizes:\"101.5958px\",src:\"https://framerusercontent.com/images/a3bAsgsD4wSkHKrxrMhe0gh9U.jpeg\",srcSet:\"https://framerusercontent.com/images/a3bAsgsD4wSkHKrxrMhe0gh9U.jpeg?scale-down-to=1024 819w,https://framerusercontent.com/images/a3bAsgsD4wSkHKrxrMhe0gh9U.jpeg 1200w\"},transformTemplate:transformTemplate1},uxDUhgQM8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||92)-0-102)/2+0+0)+19.413),pixelHeight:1500,pixelWidth:1200,sizes:\"91.098px\",src:\"https://framerusercontent.com/images/a3bAsgsD4wSkHKrxrMhe0gh9U.jpeg\",srcSet:\"https://framerusercontent.com/images/a3bAsgsD4wSkHKrxrMhe0gh9U.jpeg?scale-down-to=1024 819w,https://framerusercontent.com/images/a3bAsgsD4wSkHKrxrMhe0gh9U.jpeg 1200w\"},transformTemplate:transformTemplate1},Vez13gtC3:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||184)-0-184)/2+0+0)+0),pixelHeight:1500,pixelWidth:1200,sizes:\"184px\",src:\"https://framerusercontent.com/images/a3bAsgsD4wSkHKrxrMhe0gh9U.jpeg\",srcSet:\"https://framerusercontent.com/images/a3bAsgsD4wSkHKrxrMhe0gh9U.jpeg?scale-down-to=1024 819w,https://framerusercontent.com/images/a3bAsgsD4wSkHKrxrMhe0gh9U.jpeg 1200w\"}},WaHtUi9CQ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||184)-0-184)/2+0+0)+-12),pixelHeight:1081,pixelWidth:1081,sizes:\"184px\",src:\"https://framerusercontent.com/images/WHXHzBtDc1YayxMdryQBhiWVr44.jpg\",srcSet:\"https://framerusercontent.com/images/WHXHzBtDc1YayxMdryQBhiWVr44.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/WHXHzBtDc1YayxMdryQBhiWVr44.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/WHXHzBtDc1YayxMdryQBhiWVr44.jpg 1081w\"}},WFC65JcQh:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||184)-0-184)/2+0+0)+61.2127),pixelHeight:1500,pixelWidth:1200,sizes:\"101.5958px\",src:\"https://framerusercontent.com/images/a3bAsgsD4wSkHKrxrMhe0gh9U.jpeg\",srcSet:\"https://framerusercontent.com/images/a3bAsgsD4wSkHKrxrMhe0gh9U.jpeg?scale-down-to=1024 819w,https://framerusercontent.com/images/a3bAsgsD4wSkHKrxrMhe0gh9U.jpeg 1200w\"},transformTemplate:transformTemplate1}},baseVariant,gestureVariant),children:isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-tvizpy\",\"data-framer-name\":\"Pin 2\",layoutDependency:layoutDependency,layoutId:\"nLfeVzQjN\",style:{backgroundColor:\"var(--token-a042497d-749d-4d03-8d3a-78930210d354, rgb(0, 128, 255))\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,scale:0},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-h7mlqx\",\"data-framer-name\":\"Rec\",layoutDependency:layoutDependency,layoutId:\"rwx4izDSu\",style:{backgroundColor:\"rgb(42, 98, 241)\",rotate:-45}})})}),isDisplayed3()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1081,pixelWidth:1081,src:\"https://framerusercontent.com/images/WHXHzBtDc1YayxMdryQBhiWVr44.jpg\",srcSet:\"https://framerusercontent.com/images/WHXHzBtDc1YayxMdryQBhiWVr44.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/WHXHzBtDc1YayxMdryQBhiWVr44.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/WHXHzBtDc1YayxMdryQBhiWVr44.jpg 1081w\"},className:\"framer-id2hf\",\"data-framer-name\":\"Image 6\",draggable:\"false\",layoutDependency:layoutDependency,layoutId:\"LT9XWVsjK\",style:{borderBottomLeftRadius:18,borderBottomRightRadius:18,borderTopLeftRadius:18,borderTopRightRadius:18,rotate:-8},...addPropertyOverrides({Jw2SuQUd9:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||92)-0-92)/2+0+0)+92-81),pixelHeight:1081,pixelWidth:1081,sizes:\"92px\",src:\"https://framerusercontent.com/images/WHXHzBtDc1YayxMdryQBhiWVr44.jpg\",srcSet:\"https://framerusercontent.com/images/WHXHzBtDc1YayxMdryQBhiWVr44.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/WHXHzBtDc1YayxMdryQBhiWVr44.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/WHXHzBtDc1YayxMdryQBhiWVr44.jpg 1081w\"}}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||184)- -1016+0),pixelHeight:1600,pixelWidth:1200,sizes:\"184px\",src:\"https://framerusercontent.com/images/rdAiwjgVMgELDY8O9j1E58bJa2g.jpeg\",srcSet:\"https://framerusercontent.com/images/rdAiwjgVMgELDY8O9j1E58bJa2g.jpeg?scale-down-to=1024 768w,https://framerusercontent.com/images/rdAiwjgVMgELDY8O9j1E58bJa2g.jpeg 1200w\"},className:\"framer-vzp4qa\",\"data-framer-name\":\"Image 5\",draggable:\"false\",layoutDependency:layoutDependency,layoutId:\"yMszWVRkT\",style:{borderBottomLeftRadius:18,borderBottomRightRadius:18,borderTopLeftRadius:18,borderTopRightRadius:18,rotate:0},variants:{BbrLQ7VQF:{rotate:0},EVeWVlwO0:{rotate:0},jXl7bK7ps:{rotate:-5},oruIFWL3G:{rotate:0},P9dpcaZkp:{rotate:0},uxDUhgQM8:{rotate:0},WaHtUi9CQ:{rotate:-5},WFC65JcQh:{rotate:0}},...addPropertyOverrides({EVeWVlwO0:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||184)-0-184)/2+0+0)+0),pixelHeight:1600,pixelWidth:1200,sizes:\"184px\",src:\"https://framerusercontent.com/images/rdAiwjgVMgELDY8O9j1E58bJa2g.jpeg\",srcSet:\"https://framerusercontent.com/images/rdAiwjgVMgELDY8O9j1E58bJa2g.jpeg?scale-down-to=1024 768w,https://framerusercontent.com/images/rdAiwjgVMgELDY8O9j1E58bJa2g.jpeg 1200w\"}},jXl7bK7ps:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||184)-0-184)/2+0+0)+0),pixelHeight:2251,pixelWidth:2251,sizes:\"184px\",src:\"https://framerusercontent.com/images/GcLeKFKq32DMUqgzPInGDpGd7NE.jpg\",srcSet:\"https://framerusercontent.com/images/GcLeKFKq32DMUqgzPInGDpGd7NE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/GcLeKFKq32DMUqgzPInGDpGd7NE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/GcLeKFKq32DMUqgzPInGDpGd7NE.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/GcLeKFKq32DMUqgzPInGDpGd7NE.jpg 2251w\"}},oruIFWL3G:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||184)- -1108+0),pixelHeight:1600,pixelWidth:1200,sizes:\"92px\",src:\"https://framerusercontent.com/images/rdAiwjgVMgELDY8O9j1E58bJa2g.jpeg\",srcSet:\"https://framerusercontent.com/images/rdAiwjgVMgELDY8O9j1E58bJa2g.jpeg?scale-down-to=1024 768w,https://framerusercontent.com/images/rdAiwjgVMgELDY8O9j1E58bJa2g.jpeg 1200w\"}},P9dpcaZkp:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||92)-0-92)/2+0+0)+0),pixelHeight:1600,pixelWidth:1200,sizes:\"92px\",src:\"https://framerusercontent.com/images/rdAiwjgVMgELDY8O9j1E58bJa2g.jpeg\",srcSet:\"https://framerusercontent.com/images/rdAiwjgVMgELDY8O9j1E58bJa2g.jpeg?scale-down-to=1024 768w,https://framerusercontent.com/images/rdAiwjgVMgELDY8O9j1E58bJa2g.jpeg 1200w\"},transformTemplate:transformTemplate1},pf6A9HLpZ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||184)-0-184)/2+0+0)+61.2127),pixelHeight:1600,pixelWidth:1200,sizes:\"101.5958px\",src:\"https://framerusercontent.com/images/rdAiwjgVMgELDY8O9j1E58bJa2g.jpeg\",srcSet:\"https://framerusercontent.com/images/rdAiwjgVMgELDY8O9j1E58bJa2g.jpeg?scale-down-to=1024 768w,https://framerusercontent.com/images/rdAiwjgVMgELDY8O9j1E58bJa2g.jpeg 1200w\"},transformTemplate:transformTemplate1},uxDUhgQM8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||92)-0-102)/2+0+0)+19.413),pixelHeight:1600,pixelWidth:1200,sizes:\"91.098px\",src:\"https://framerusercontent.com/images/rdAiwjgVMgELDY8O9j1E58bJa2g.jpeg\",srcSet:\"https://framerusercontent.com/images/rdAiwjgVMgELDY8O9j1E58bJa2g.jpeg?scale-down-to=1024 768w,https://framerusercontent.com/images/rdAiwjgVMgELDY8O9j1E58bJa2g.jpeg 1200w\"},transformTemplate:transformTemplate1},Vez13gtC3:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||184)-0-184)/2+0+0)+0),pixelHeight:1600,pixelWidth:1200,sizes:\"184px\",src:\"https://framerusercontent.com/images/rdAiwjgVMgELDY8O9j1E58bJa2g.jpeg\",srcSet:\"https://framerusercontent.com/images/rdAiwjgVMgELDY8O9j1E58bJa2g.jpeg?scale-down-to=1024 768w,https://framerusercontent.com/images/rdAiwjgVMgELDY8O9j1E58bJa2g.jpeg 1200w\"}},WaHtUi9CQ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||184)-0-184)/2+0+0)+0),pixelHeight:2251,pixelWidth:2251,sizes:\"184px\",src:\"https://framerusercontent.com/images/GcLeKFKq32DMUqgzPInGDpGd7NE.jpg\",srcSet:\"https://framerusercontent.com/images/GcLeKFKq32DMUqgzPInGDpGd7NE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/GcLeKFKq32DMUqgzPInGDpGd7NE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/GcLeKFKq32DMUqgzPInGDpGd7NE.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/GcLeKFKq32DMUqgzPInGDpGd7NE.jpg 2251w\"}},WFC65JcQh:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||184)-0-184)/2+0+0)+61.2127),pixelHeight:1600,pixelWidth:1200,sizes:\"101.5958px\",src:\"https://framerusercontent.com/images/rdAiwjgVMgELDY8O9j1E58bJa2g.jpeg\",srcSet:\"https://framerusercontent.com/images/rdAiwjgVMgELDY8O9j1E58bJa2g.jpeg?scale-down-to=1024 768w,https://framerusercontent.com/images/rdAiwjgVMgELDY8O9j1E58bJa2g.jpeg 1200w\"},transformTemplate:transformTemplate1}},baseVariant,gestureVariant)}),isDisplayed3()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:2251,pixelWidth:2251,src:\"https://framerusercontent.com/images/GcLeKFKq32DMUqgzPInGDpGd7NE.jpg\",srcSet:\"https://framerusercontent.com/images/GcLeKFKq32DMUqgzPInGDpGd7NE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/GcLeKFKq32DMUqgzPInGDpGd7NE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/GcLeKFKq32DMUqgzPInGDpGd7NE.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/GcLeKFKq32DMUqgzPInGDpGd7NE.jpg 2251w\"},className:\"framer-juh9et\",\"data-framer-name\":\"Image 5\",draggable:\"false\",layoutDependency:layoutDependency,layoutId:\"yZ4wzEiD4\",style:{borderBottomLeftRadius:18,borderBottomRightRadius:18,borderTopLeftRadius:18,borderTopRightRadius:18,rotate:-5},...addPropertyOverrides({Jw2SuQUd9:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||92)-0-92)/2+0+0)+92-89),pixelHeight:2251,pixelWidth:2251,sizes:\"92px\",src:\"https://framerusercontent.com/images/GcLeKFKq32DMUqgzPInGDpGd7NE.jpg\",srcSet:\"https://framerusercontent.com/images/GcLeKFKq32DMUqgzPInGDpGd7NE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/GcLeKFKq32DMUqgzPInGDpGd7NE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/GcLeKFKq32DMUqgzPInGDpGd7NE.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/GcLeKFKq32DMUqgzPInGDpGd7NE.jpg 2251w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||184)- -1016+1),pixelHeight:1080,pixelWidth:1080,sizes:\"184px\",src:\"https://framerusercontent.com/images/lFqvt6jd1Q1lc2N27GTKfytlDzA.png\",srcSet:\"https://framerusercontent.com/images/lFqvt6jd1Q1lc2N27GTKfytlDzA.png?scale-down-to=512 512w,https://framerusercontent.com/images/lFqvt6jd1Q1lc2N27GTKfytlDzA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/lFqvt6jd1Q1lc2N27GTKfytlDzA.png 1080w\"},className:\"framer-1t56vux\",\"data-framer-name\":\"Image 4\",draggable:\"false\",layoutDependency:layoutDependency,layoutId:\"mBDeJA4td\",style:{borderBottomLeftRadius:18,borderBottomRightRadius:18,borderTopLeftRadius:18,borderTopRightRadius:18},...addPropertyOverrides({EVeWVlwO0:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||184)-0-184)/2+0+0)+0),pixelHeight:1080,pixelWidth:1080,sizes:\"184px\",src:\"https://framerusercontent.com/images/lFqvt6jd1Q1lc2N27GTKfytlDzA.png\",srcSet:\"https://framerusercontent.com/images/lFqvt6jd1Q1lc2N27GTKfytlDzA.png?scale-down-to=512 512w,https://framerusercontent.com/images/lFqvt6jd1Q1lc2N27GTKfytlDzA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/lFqvt6jd1Q1lc2N27GTKfytlDzA.png 1080w\"}},Jw2SuQUd9:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||92)-0-92)/2+0+0)+0),pixelHeight:2251,pixelWidth:2251,sizes:\"92px\",src:\"https://framerusercontent.com/images/fIF7zOxLqxh2lOvSeUnPnCNeeFg.jpg\",srcSet:\"https://framerusercontent.com/images/fIF7zOxLqxh2lOvSeUnPnCNeeFg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/fIF7zOxLqxh2lOvSeUnPnCNeeFg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/fIF7zOxLqxh2lOvSeUnPnCNeeFg.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/fIF7zOxLqxh2lOvSeUnPnCNeeFg.jpg 2251w\"},transformTemplate:transformTemplate1},jXl7bK7ps:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||184)-0-184)/2+0+0)+0),pixelHeight:2251,pixelWidth:2251,sizes:\"184px\",src:\"https://framerusercontent.com/images/fIF7zOxLqxh2lOvSeUnPnCNeeFg.jpg\",srcSet:\"https://framerusercontent.com/images/fIF7zOxLqxh2lOvSeUnPnCNeeFg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/fIF7zOxLqxh2lOvSeUnPnCNeeFg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/fIF7zOxLqxh2lOvSeUnPnCNeeFg.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/fIF7zOxLqxh2lOvSeUnPnCNeeFg.jpg 2251w\"}},oruIFWL3G:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||184)- -1108+.5),pixelHeight:1080,pixelWidth:1080,sizes:\"92px\",src:\"https://framerusercontent.com/images/lFqvt6jd1Q1lc2N27GTKfytlDzA.png\",srcSet:\"https://framerusercontent.com/images/lFqvt6jd1Q1lc2N27GTKfytlDzA.png?scale-down-to=512 512w,https://framerusercontent.com/images/lFqvt6jd1Q1lc2N27GTKfytlDzA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/lFqvt6jd1Q1lc2N27GTKfytlDzA.png 1080w\"}},P9dpcaZkp:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||92)-0-92)/2+0+0)+0),pixelHeight:1080,pixelWidth:1080,sizes:\"92px\",src:\"https://framerusercontent.com/images/lFqvt6jd1Q1lc2N27GTKfytlDzA.png\",srcSet:\"https://framerusercontent.com/images/lFqvt6jd1Q1lc2N27GTKfytlDzA.png?scale-down-to=512 512w,https://framerusercontent.com/images/lFqvt6jd1Q1lc2N27GTKfytlDzA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/lFqvt6jd1Q1lc2N27GTKfytlDzA.png 1080w\"},transformTemplate:transformTemplate1},pf6A9HLpZ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||184)-0-184)/2+0+0)+61.2127),pixelHeight:1080,pixelWidth:1080,sizes:\"101.5958px\",src:\"https://framerusercontent.com/images/lFqvt6jd1Q1lc2N27GTKfytlDzA.png\",srcSet:\"https://framerusercontent.com/images/lFqvt6jd1Q1lc2N27GTKfytlDzA.png?scale-down-to=512 512w,https://framerusercontent.com/images/lFqvt6jd1Q1lc2N27GTKfytlDzA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/lFqvt6jd1Q1lc2N27GTKfytlDzA.png 1080w\"},transformTemplate:transformTemplate1},uxDUhgQM8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||92)-0-102)/2+0+0)+19.413),pixelHeight:1080,pixelWidth:1080,sizes:\"91.098px\",src:\"https://framerusercontent.com/images/lFqvt6jd1Q1lc2N27GTKfytlDzA.png\",srcSet:\"https://framerusercontent.com/images/lFqvt6jd1Q1lc2N27GTKfytlDzA.png?scale-down-to=512 512w,https://framerusercontent.com/images/lFqvt6jd1Q1lc2N27GTKfytlDzA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/lFqvt6jd1Q1lc2N27GTKfytlDzA.png 1080w\"},transformTemplate:transformTemplate1},Vez13gtC3:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||184)-0-184)/2+0+0)+0),pixelHeight:1080,pixelWidth:1080,sizes:\"184px\",src:\"https://framerusercontent.com/images/lFqvt6jd1Q1lc2N27GTKfytlDzA.png\",srcSet:\"https://framerusercontent.com/images/lFqvt6jd1Q1lc2N27GTKfytlDzA.png?scale-down-to=512 512w,https://framerusercontent.com/images/lFqvt6jd1Q1lc2N27GTKfytlDzA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/lFqvt6jd1Q1lc2N27GTKfytlDzA.png 1080w\"}},WaHtUi9CQ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||184)-0-184)/2+0+0)+0),pixelHeight:2251,pixelWidth:2251,sizes:\"184px\",src:\"https://framerusercontent.com/images/fIF7zOxLqxh2lOvSeUnPnCNeeFg.jpg\",srcSet:\"https://framerusercontent.com/images/fIF7zOxLqxh2lOvSeUnPnCNeeFg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/fIF7zOxLqxh2lOvSeUnPnCNeeFg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/fIF7zOxLqxh2lOvSeUnPnCNeeFg.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/fIF7zOxLqxh2lOvSeUnPnCNeeFg.jpg 2251w\"}},WFC65JcQh:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||184)-0-184)/2+0+0)+61.2127),pixelHeight:1080,pixelWidth:1080,sizes:\"101.5958px\",src:\"https://framerusercontent.com/images/lFqvt6jd1Q1lc2N27GTKfytlDzA.png\",srcSet:\"https://framerusercontent.com/images/lFqvt6jd1Q1lc2N27GTKfytlDzA.png?scale-down-to=512 512w,https://framerusercontent.com/images/lFqvt6jd1Q1lc2N27GTKfytlDzA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/lFqvt6jd1Q1lc2N27GTKfytlDzA.png 1080w\"},transformTemplate:transformTemplate1}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||184)- -1016+0),pixelHeight:2250,pixelWidth:2251,sizes:\"184px\",src:\"https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg\",srcSet:\"https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg 2251w\"},className:\"framer-1ppgq8i\",\"data-framer-name\":\"Image 3\",draggable:\"false\",layoutDependency:layoutDependency,layoutId:\"XVeDdpOYd\",style:{borderBottomLeftRadius:18,borderBottomRightRadius:18,borderTopLeftRadius:18,borderTopRightRadius:18,rotate:0},variants:{BbrLQ7VQF:{rotate:0},EVeWVlwO0:{rotate:0},jXl7bK7ps:{rotate:6},oruIFWL3G:{rotate:0},P9dpcaZkp:{rotate:0},uxDUhgQM8:{rotate:0},WaHtUi9CQ:{rotate:6},WFC65JcQh:{rotate:0}},...addPropertyOverrides({EVeWVlwO0:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||184)-0-184)/2+0+0)+0),pixelHeight:2250,pixelWidth:2251,sizes:\"184px\",src:\"https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg\",srcSet:\"https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg 2251w\"}},jXl7bK7ps:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||184)-0-184)/2+0+0)+0),pixelHeight:2250,pixelWidth:2251,sizes:\"184px\",src:\"https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg\",srcSet:\"https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg 2251w\"}},oruIFWL3G:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||184)- -1108+0),pixelHeight:2250,pixelWidth:2251,sizes:\"92px\",src:\"https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg\",srcSet:\"https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg 2251w\"}},P9dpcaZkp:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||92)-0-92)/2+0+0)+0),pixelHeight:2250,pixelWidth:2251,sizes:\"92px\",src:\"https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg\",srcSet:\"https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg 2251w\"},transformTemplate:transformTemplate1},pf6A9HLpZ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||184)-0-184)/2+0+0)+61.2127),pixelHeight:2250,pixelWidth:2251,sizes:\"101.5958px\",src:\"https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg\",srcSet:\"https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg 2251w\"},transformTemplate:transformTemplate1},uxDUhgQM8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||92)-0-102)/2+0+0)+19.413),pixelHeight:2250,pixelWidth:2251,sizes:\"91.098px\",src:\"https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg\",srcSet:\"https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg 2251w\"},transformTemplate:transformTemplate1},Vez13gtC3:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||184)-0-184)/2+0+0)+0),pixelHeight:2250,pixelWidth:2251,sizes:\"184px\",src:\"https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg\",srcSet:\"https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg 2251w\"}},WaHtUi9CQ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||184)-0-184)/2+0+0)+0),pixelHeight:2250,pixelWidth:2251,sizes:\"184px\",src:\"https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg\",srcSet:\"https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg 2251w\"}},WFC65JcQh:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||184)-0-184)/2+0+0)+61.2127),pixelHeight:2250,pixelWidth:2251,sizes:\"101.5958px\",src:\"https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg\",srcSet:\"https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg 2251w\"},transformTemplate:transformTemplate1}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||184)- -1016+0),pixelHeight:2251,pixelWidth:2251,sizes:\"184px\",src:\"https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg\",srcSet:\"https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg 2251w\"},className:\"framer-1u7a3bp\",\"data-framer-name\":\"Image 2\",draggable:\"false\",layoutDependency:layoutDependency,layoutId:\"K8BaMX3Z9\",style:{borderBottomLeftRadius:18,borderBottomRightRadius:18,borderTopLeftRadius:18,borderTopRightRadius:18,rotate:0},variants:{BbrLQ7VQF:{rotate:0},EVeWVlwO0:{rotate:0},jXl7bK7ps:{rotate:7},oruIFWL3G:{rotate:0},P9dpcaZkp:{rotate:0},uxDUhgQM8:{rotate:0},WaHtUi9CQ:{rotate:7},WFC65JcQh:{rotate:0}},...addPropertyOverrides({EVeWVlwO0:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||184)-0-184)/2+0+0)+0),pixelHeight:2251,pixelWidth:2251,sizes:\"184px\",src:\"https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg\",srcSet:\"https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg 2251w\"}},jXl7bK7ps:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||184)-0-184)/2+0+0)+184-177),pixelHeight:2251,pixelWidth:2251,sizes:\"184px\",src:\"https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg\",srcSet:\"https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg 2251w\"}},oruIFWL3G:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||184)- -1108+0),pixelHeight:2251,pixelWidth:2251,sizes:\"92px\",src:\"https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg\",srcSet:\"https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg 2251w\"}},P9dpcaZkp:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||92)-0-92)/2+0+0)+0),pixelHeight:2251,pixelWidth:2251,sizes:\"92px\",src:\"https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg\",srcSet:\"https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg 2251w\"},transformTemplate:transformTemplate1},pf6A9HLpZ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||184)-0-184)/2+0+0)+61.2127),pixelHeight:2251,pixelWidth:2251,sizes:\"101.5958px\",src:\"https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg\",srcSet:\"https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg 2251w\"},transformTemplate:transformTemplate1},uxDUhgQM8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||92)-0-102)/2+0+0)+19.413),pixelHeight:2251,pixelWidth:2251,sizes:\"91.098px\",src:\"https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg\",srcSet:\"https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg 2251w\"},transformTemplate:transformTemplate1},Vez13gtC3:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||184)-0-184)/2+0+0)+0),pixelHeight:2251,pixelWidth:2251,sizes:\"184px\",src:\"https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg\",srcSet:\"https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg 2251w\"}},WaHtUi9CQ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||184)-0-184)/2+0+0)+184-177),pixelHeight:2251,pixelWidth:2251,sizes:\"184px\",src:\"https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg\",srcSet:\"https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg 2251w\"}},WFC65JcQh:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||184)-0-184)/2+0+0)+61.2127),pixelHeight:2251,pixelWidth:2251,sizes:\"101.5958px\",src:\"https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg\",srcSet:\"https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg 2251w\"},transformTemplate:transformTemplate1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({jXl7bK7ps:{value:transition4},WaHtUi9CQ:{value:transition4}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gpqpgs\",\"data-framer-name\":\"Pin 1\",draggable:\"false\",layoutDependency:layoutDependency,layoutId:\"TrkcLrL4G\",style:{backgroundColor:\"rgb(212, 212, 212)\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,rotate:0,scale:0},variants:{BbrLQ7VQF:{rotate:0},EVeWVlwO0:{rotate:0},jXl7bK7ps:{backgroundColor:\"var(--token-a72fb5d2-dc63-432f-aa11-d3fc4fc03db3, rgb(198, 223, 231))\",scale:1},oruIFWL3G:{rotate:0},P9dpcaZkp:{rotate:0},uxDUhgQM8:{rotate:0},WaHtUi9CQ:{backgroundColor:\"var(--token-a72fb5d2-dc63-432f-aa11-d3fc4fc03db3, rgb(198, 223, 231))\",rotate:7,scale:1},WFC65JcQh:{rotate:0}},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-419394a1-565d-4952-8ba3-b4f1eb92339c, rgb(5, 5, 5)))\"},children:\"@bankeeonline\"})}),className:\"framer-7gbi0g\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"tquEa7YfF\",style:{\"--extracted-r6o4lv\":\"var(--token-419394a1-565d-4952-8ba3-b4f1eb92339c, rgb(5, 5, 5))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{jXl7bK7ps:{\"--extracted-r6o4lv\":\"var(--token-788f1ff8-318f-47d9-9b1d-b2011dc227ea, rgb(20, 71, 125))\"},WaHtUi9CQ:{\"--extracted-r6o4lv\":\"var(--token-788f1ff8-318f-47d9-9b1d-b2011dc227ea, rgb(20, 71, 125))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({jXl7bK7ps:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-788f1ff8-318f-47d9-9b1d-b2011dc227ea, rgb(20, 71, 125)))\"},children:\"@bankeeonline\"})})},WaHtUi9CQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-788f1ff8-318f-47d9-9b1d-b2011dc227ea, rgb(20, 71, 125)))\"},children:\"@bankeeonline\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1637yda\",layoutDependency:layoutDependency,layoutId:\"CZaYk02rG\",style:{backgroundColor:\"rgb(115, 177, 153)\",rotate:-45},variants:{jXl7bK7ps:{backgroundColor:\"var(--token-a72fb5d2-dc63-432f-aa11-d3fc4fc03db3, rgb(198, 223, 231))\"},WaHtUi9CQ:{backgroundColor:\"var(--token-a72fb5d2-dc63-432f-aa11-d3fc4fc03db3, rgb(198, 223, 231))\"}}})]})})}),isDisplayed3()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:2251,pixelWidth:2251,src:\"https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg\",srcSet:\"https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg 2251w\"},className:\"framer-psoeng\",\"data-framer-name\":\"Image 2\",draggable:\"false\",layoutDependency:layoutDependency,layoutId:\"QrP12GVUV\",style:{borderBottomLeftRadius:18,borderBottomRightRadius:18,borderTopLeftRadius:18,borderTopRightRadius:18,rotate:5},...addPropertyOverrides({Jw2SuQUd9:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||92)-0-92)/2+0+0)+92-88),pixelHeight:2251,pixelWidth:2251,sizes:\"92px\",src:\"https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg\",srcSet:\"https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg 2251w\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Transition,{value:transition4,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1h6nxqs\",\"data-framer-name\":\"Pin 1\",draggable:\"false\",layoutDependency:layoutDependency,layoutId:\"No2NnDRiU\",style:{backgroundColor:\"var(--token-a72fb5d2-dc63-432f-aa11-d3fc4fc03db3, rgb(198, 223, 231))\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,rotate:2},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"9px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-788f1ff8-318f-47d9-9b1d-b2011dc227ea, rgb(20, 71, 125)))\"},children:\"@bankeeonline\"})}),className:\"framer-1o5lcpr\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"b_aAcCpKb\",style:{\"--extracted-r6o4lv\":\"var(--token-788f1ff8-318f-47d9-9b1d-b2011dc227ea, rgb(20, 71, 125))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-17yvee7\",layoutDependency:layoutDependency,layoutId:\"C0IWav3YX\",style:{backgroundColor:\"var(--token-a72fb5d2-dc63-432f-aa11-d3fc4fc03db3, rgb(198, 223, 231))\",rotate:-45}})]})})}),isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||184)- -1016+0),pixelHeight:1081,pixelWidth:1081,sizes:\"184px\",src:\"https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg\",srcSet:\"https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg 1081w\"},className:\"framer-1u2akpb\",\"data-framer-name\":\"Image 1\",draggable:\"false\",layoutDependency:layoutDependency,layoutId:\"k1j4SB3H6\",style:{borderBottomLeftRadius:18,borderBottomRightRadius:18,borderTopLeftRadius:18,borderTopRightRadius:18,rotate:0},variants:{BbrLQ7VQF:{rotate:0},EVeWVlwO0:{rotate:0},jXl7bK7ps:{rotate:14},oruIFWL3G:{rotate:0},P9dpcaZkp:{rotate:0},uxDUhgQM8:{rotate:0},WFC65JcQh:{rotate:0}},...addPropertyOverrides({EVeWVlwO0:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||184)-0-184)/2+0+0)+0),pixelHeight:1081,pixelWidth:1081,sizes:\"184px\",src:\"https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg\",srcSet:\"https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg 1081w\"}},jXl7bK7ps:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||184)-0-184)/2+0+0)+8),pixelHeight:1081,pixelWidth:1081,sizes:\"184px\",src:\"https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg\",srcSet:\"https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg 1081w\"}},oruIFWL3G:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||184)- -1108+0),pixelHeight:1081,pixelWidth:1081,sizes:\"92px\",src:\"https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg\",srcSet:\"https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg 1081w\"},transformTemplate:transformTemplate1},P9dpcaZkp:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||92)-0-92)/2+0+0)+0),pixelHeight:1081,pixelWidth:1081,sizes:\"92px\",src:\"https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg\",srcSet:\"https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg 1081w\"},transformTemplate:transformTemplate1},pf6A9HLpZ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||184)-0-184)/2+0+0)+61.2127),pixelHeight:1081,pixelWidth:1081,sizes:\"101.5958px\",src:\"https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg\",srcSet:\"https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg 1081w\"},transformTemplate:transformTemplate1},uxDUhgQM8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||92)-0-102)/2+0+0)+19.413),pixelHeight:1081,pixelWidth:1081,sizes:\"91.098px\",src:\"https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg\",srcSet:\"https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg 1081w\"},transformTemplate:transformTemplate1},Vez13gtC3:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||184)-0-184)/2+0+0)+0),pixelHeight:1081,pixelWidth:1081,sizes:\"184px\",src:\"https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg\",srcSet:\"https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg 1081w\"}},WFC65JcQh:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||184)-0-184)/2+0+0)+61.2127),pixelHeight:1081,pixelWidth:1081,sizes:\"101.5958px\",src:\"https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg\",srcSet:\"https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/vaqFG6krZObG2DtOT44AMMwsF0.jpg 1081w\"},transformTemplate:transformTemplate1}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-IYqFc.framer-lpgmjj, .framer-IYqFc .framer-lpgmjj { display: block; }\",\".framer-IYqFc.framer-meg1g1 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 184px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 184px; }\",\".framer-IYqFc .framer-77la6d { bottom: -1200px; flex: none; height: 184px; left: 0px; overflow: visible; position: absolute; right: 0px; z-index: 1; }\",\".framer-IYqFc .framer-1ewlzg3, .framer-IYqFc .framer-vzp4qa, .framer-IYqFc .framer-1ppgq8i, .framer-IYqFc .framer-1u7a3bp { flex: none; height: 184px; left: calc(50.00000000000002% - 184px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 184px / 2); width: 184px; will-change: var(--framer-will-change-override, transform); }\",\".framer-IYqFc .framer-169ho7w, .framer-IYqFc .framer-1u2akpb { flex: none; height: 184px; left: calc(50.00000000000002% - 184px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 184px / 2); width: 184px; }\",\".framer-IYqFc .framer-tvizpy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 200px; min-width: 200px; overflow: visible; padding: 6px 10px 6px 10px; position: absolute; right: 82px; top: -65px; width: min-content; }\",\".framer-IYqFc .framer-h7mlqx { bottom: -5px; flex: none; height: 10px; overflow: hidden; position: absolute; right: 25px; width: 10px; z-index: 1; }\",\".framer-IYqFc .framer-id2hf { aspect-ratio: 1 / 1; bottom: -11px; flex: none; height: var(--framer-aspect-ratio-supported, 92px); left: -96px; overflow: visible; position: absolute; width: 92px; }\",\".framer-IYqFc .framer-juh9et { aspect-ratio: 1 / 1; bottom: -3px; flex: none; height: var(--framer-aspect-ratio-supported, 92px); left: -44px; overflow: hidden; position: absolute; width: 92px; will-change: var(--framer-will-change-override, transform); }\",\".framer-IYqFc .framer-1t56vux { flex: none; height: 184px; left: calc(50.00000000000002% - 184px / 2); overflow: hidden; position: absolute; top: calc(50.54347826086959% - 184px / 2); width: 184px; will-change: var(--framer-will-change-override, transform); }\",\".framer-IYqFc .framer-1gpqpgs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 6px 10px 6px 10px; position: absolute; right: -19px; top: -65px; width: min-content; }\",\".framer-IYqFc .framer-7gbi0g, .framer-IYqFc .framer-1o5lcpr { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-IYqFc .framer-1637yda, .framer-IYqFc .framer-17yvee7 { bottom: -5px; flex: none; height: 10px; left: 23px; overflow: hidden; position: absolute; width: 10px; z-index: 1; }\",\".framer-IYqFc .framer-psoeng { aspect-ratio: 1 / 1; bottom: -4px; flex: none; height: var(--framer-aspect-ratio-supported, 92px); overflow: visible; position: absolute; right: -46px; width: 92px; }\",\".framer-IYqFc .framer-1h6nxqs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 6px 10px 6px 10px; position: absolute; right: -10px; top: -48px; width: 76px; }\",\".framer-IYqFc.framer-v-1nzoubm .framer-77la6d { aspect-ratio: 1 / 1; bottom: unset; height: var(--framer-aspect-ratio-supported, 102px); left: unset; position: relative; right: unset; width: 102px; }\",\".framer-IYqFc.framer-v-1nzoubm .framer-1ewlzg3, .framer-IYqFc.framer-v-1nzoubm .framer-169ho7w, .framer-IYqFc.framer-v-1nzoubm .framer-vzp4qa, .framer-IYqFc.framer-v-1nzoubm .framer-1t56vux, .framer-IYqFc.framer-v-1nzoubm .framer-1ppgq8i, .framer-IYqFc.framer-v-1nzoubm .framer-1u7a3bp, .framer-IYqFc.framer-v-1nzoubm .framer-1u2akpb { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 102px); left: 17%; top: 64%; width: 102px; }\",\".framer-IYqFc.framer-v-chnhx8 .framer-77la6d, .framer-IYqFc.framer-v-lwdj0b .framer-77la6d, .framer-IYqFc.framer-v-1t3oxi7 .framer-77la6d, .framer-IYqFc.framer-v-p8d1ht .framer-77la6d { bottom: unset; left: unset; position: relative; right: unset; width: 184px; }\",\".framer-IYqFc.framer-v-chnhx8 .framer-1t56vux, .framer-IYqFc.framer-v-lwdj0b .framer-1t56vux, .framer-IYqFc.framer-v-1t3oxi7 .framer-1t56vux, .framer-IYqFc.framer-v-p8d1ht .framer-1t56vux { top: calc(50.00000000000002% - 184px / 2); }\",\".framer-IYqFc.framer-v-lwdj0b .framer-1ewlzg3 { bottom: -16px; left: -334px; top: unset; }\",\".framer-IYqFc.framer-v-lwdj0b .framer-169ho7w, .framer-IYqFc.framer-v-1t3oxi7 .framer-169ho7w { left: -217px; top: -12px; }\",\".framer-IYqFc.framer-v-lwdj0b .framer-vzp4qa, .framer-IYqFc.framer-v-1t3oxi7 .framer-vzp4qa { left: -108px; }\",\".framer-IYqFc.framer-v-lwdj0b .framer-1ppgq8i, .framer-IYqFc.framer-v-1t3oxi7 .framer-1ppgq8i { left: unset; right: -100px; }\",\".framer-IYqFc.framer-v-lwdj0b .framer-1u7a3bp { aspect-ratio: 1 / 1; bottom: -7px; height: var(--framer-aspect-ratio-supported, 184px); left: unset; right: -201px; top: unset; }\",\".framer-IYqFc.framer-v-lwdj0b .framer-1gpqpgs { right: 30px; }\",\".framer-IYqFc.framer-v-lwdj0b .framer-1u2akpb { left: calc(216.304347826087% - 184px / 2); top: 8px; }\",\".framer-IYqFc.framer-v-1t3oxi7 .framer-1u7a3bp { aspect-ratio: 1 / 1; bottom: -7px; height: var(--framer-aspect-ratio-supported, 184px); left: unset; overflow: visible; right: -201px; top: unset; will-change: unset; }\",\".framer-IYqFc.framer-v-1t3oxi7 .framer-1gpqpgs { left: 42px; right: unset; top: -69px; width: 151px; }\",\".framer-IYqFc.framer-v-1spc8l9 .framer-77la6d { aspect-ratio: 1 / 1; bottom: unset; height: var(--framer-aspect-ratio-supported, 184px); left: unset; position: relative; right: unset; width: 102px; }\",\".framer-IYqFc.framer-v-1spc8l9 .framer-1ewlzg3, .framer-IYqFc.framer-v-1spc8l9 .framer-169ho7w, .framer-IYqFc.framer-v-1spc8l9 .framer-vzp4qa, .framer-IYqFc.framer-v-1spc8l9 .framer-1t56vux, .framer-IYqFc.framer-v-1spc8l9 .framer-1ppgq8i, .framer-IYqFc.framer-v-1spc8l9 .framer-1u7a3bp, .framer-IYqFc.framer-v-1spc8l9 .framer-1u2akpb { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 114px); left: 17%; top: 64%; width: 102px; }\",\".framer-IYqFc.framer-v-bdpw7p.framer-meg1g1 { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 184px); width: 92px; }\",\".framer-IYqFc.framer-v-bdpw7p .framer-77la6d { height: 92px; right: 92px; }\",\".framer-IYqFc.framer-v-bdpw7p .framer-1ewlzg3, .framer-IYqFc.framer-v-bdpw7p .framer-169ho7w, .framer-IYqFc.framer-v-bdpw7p .framer-vzp4qa, .framer-IYqFc.framer-v-bdpw7p .framer-1ppgq8i, .framer-IYqFc.framer-v-bdpw7p .framer-1u7a3bp { height: 92px; left: calc(50.00000000000002% - 92px / 2); top: calc(50.00000000000002% - 92px / 2); width: 92px; }\",\".framer-IYqFc.framer-v-bdpw7p .framer-1t56vux { height: 92px; left: calc(50.00000000000002% - 92px / 2); top: calc(50.54347826086959% - 92px / 2); width: 92px; }\",\".framer-IYqFc.framer-v-bdpw7p .framer-1u2akpb, .framer-IYqFc.framer-v-1jqlz19 .framer-1ewlzg3, .framer-IYqFc.framer-v-1jqlz19 .framer-169ho7w, .framer-IYqFc.framer-v-1jqlz19 .framer-vzp4qa, .framer-IYqFc.framer-v-1jqlz19 .framer-1t56vux, .framer-IYqFc.framer-v-1jqlz19 .framer-1ppgq8i, .framer-IYqFc.framer-v-1jqlz19 .framer-1u7a3bp, .framer-IYqFc.framer-v-1jqlz19 .framer-1u2akpb, .framer-IYqFc.framer-v-2aef3w .framer-1t56vux { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 92px); left: 50%; top: 50%; width: 92px; }\",\".framer-IYqFc.framer-v-1o1owq5.framer-meg1g1, .framer-IYqFc.framer-v-1jqlz19.framer-meg1g1, .framer-IYqFc.framer-v-2aef3w.framer-meg1g1 { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 92px); width: 92px; }\",\".framer-IYqFc.framer-v-1o1owq5 .framer-77la6d { aspect-ratio: 1 / 1; bottom: unset; height: var(--framer-aspect-ratio-supported, 102px); left: unset; position: relative; right: unset; width: 92px; }\",\".framer-IYqFc.framer-v-1o1owq5 .framer-1ewlzg3, .framer-IYqFc.framer-v-1o1owq5 .framer-169ho7w, .framer-IYqFc.framer-v-1o1owq5 .framer-vzp4qa, .framer-IYqFc.framer-v-1o1owq5 .framer-1t56vux, .framer-IYqFc.framer-v-1o1owq5 .framer-1ppgq8i, .framer-IYqFc.framer-v-1o1owq5 .framer-1u7a3bp, .framer-IYqFc.framer-v-1o1owq5 .framer-1u2akpb { aspect-ratio: 0.9901960784313726 / 1; height: var(--framer-aspect-ratio-supported, 92px); left: 17%; top: 64%; width: 91px; }\",\".framer-IYqFc.framer-v-1jqlz19 .framer-77la6d, .framer-IYqFc.framer-v-2aef3w .framer-77la6d { bottom: unset; height: 92px; left: unset; position: relative; right: unset; width: 92px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 184\n * @framerIntrinsicWidth 184\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"pf6A9HLpZ\":{\"layout\":[\"fixed\",\"fixed\"]},\"Vez13gtC3\":{\"layout\":[\"fixed\",\"fixed\"]},\"jXl7bK7ps\":{\"layout\":[\"fixed\",\"fixed\"]},\"WaHtUi9CQ\":{\"layout\":[\"fixed\",\"fixed\"]},\"EVeWVlwO0\":{\"layout\":[\"fixed\",\"fixed\"]},\"WFC65JcQh\":{\"layout\":[\"fixed\",\"fixed\"]},\"BbrLQ7VQF\":{\"layout\":[\"fixed\",\"fixed\"]},\"oruIFWL3G\":{\"layout\":[\"fixed\",\"fixed\"]},\"uxDUhgQM8\":{\"layout\":[\"fixed\",\"fixed\"]},\"P9dpcaZkp\":{\"layout\":[\"fixed\",\"fixed\"]},\"Jw2SuQUd9\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerSG_qnYFUw=withCSS(Component,css,\"framer-IYqFc\");export default FramerSG_qnYFUw;FramerSG_qnYFUw.displayName=\"Game Card Animation\";FramerSG_qnYFUw.defaultProps={height:184,width:184};addPropertyControls(FramerSG_qnYFUw,{variant:{options:[\"u1IC8BprS\",\"pf6A9HLpZ\",\"Vez13gtC3\",\"jXl7bK7ps\",\"WaHtUi9CQ\",\"EVeWVlwO0\",\"WFC65JcQh\",\"BbrLQ7VQF\",\"oruIFWL3G\",\"uxDUhgQM8\",\"P9dpcaZkp\",\"Jw2SuQUd9\"],optionTitles:[\"Desktop / Out\",\"Desktop / In\",\"Desktop / Scale Down\",\"Desktop / Expand\",\"Tablet / Expand\",\"Tablet / Scale Down\",\"Tablet/ In\",\"Tablet / Out\",\"Phone Out\",\"Phone / In\",\"Phone / Scaled Down\",\"Phone / Expand\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerSG_qnYFUw,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerSG_qnYFUw\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"pf6A9HLpZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Vez13gtC3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"jXl7bK7ps\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"WaHtUi9CQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"EVeWVlwO0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"WFC65JcQh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"BbrLQ7VQF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"oruIFWL3G\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"uxDUhgQM8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"P9dpcaZkp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Jw2SuQUd9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicWidth\":\"184\",\"framerIntrinsicHeight\":\"184\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SG_qnYFUw.map", "// Generated by Framer (3d4fa65)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={XIv9I7CU3:new LazyValue(()=>import(\"./augiA20Il-0.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (3d4fa65)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/jyRNgY7vYWXe6t31T0wo/Ticker.js\";import{Youtube as YouTube}from\"https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/DDzyuYPF56TuI0bfUu2z/YouTube.js\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/bJnHw5VokAqNKlg6Rp7L/SlideShow.js\";import BankeeTypefrom from\"#framer/local/canvasComponent/EwT5eC5iq/EwT5eC5iq.js\";import FAQProgramDesign from\"#framer/local/canvasComponent/GDm1Q6L5U/GDm1Q6L5U.js\";import HoverIcons from\"#framer/local/canvasComponent/GiCyFpz2N/GiCyFpz2N.js\";import Speaker from\"#framer/local/canvasComponent/NUEaa1JuF/NUEaa1JuF.js\";import GameCardAnimation from\"#framer/local/canvasComponent/SG_qnYFUw/SG_qnYFUw.js\";import*as sharedStyle3 from\"#framer/local/css/A7YTVQYta/A7YTVQYta.js\";import*as sharedStyle1 from\"#framer/local/css/BvhJTDkTP/BvhJTDkTP.js\";import*as sharedStyle5 from\"#framer/local/css/lAwlFOb0a/lAwlFOb0a.js\";import*as sharedStyle6 from\"#framer/local/css/Np0vh8KrV/Np0vh8KrV.js\";import*as sharedStyle from\"#framer/local/css/Oe6xC8nSm/Oe6xC8nSm.js\";import*as sharedStyle4 from\"#framer/local/css/wkF_bnLsV/wkF_bnLsV.js\";import*as sharedStyle2 from\"#framer/local/css/xQaGeseCC/xQaGeseCC.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/augiA20Il/augiA20Il.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const ImageWithOptimizedAppearEffect=withOptimizedAppearEffect(Image);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const BankeeTypefromFonts=getFonts(BankeeTypefrom);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const MotionDivWithFX=withFX(motion.div);const GameCardAnimationFonts=getFonts(GameCardAnimation);const FAQProgramDesignFonts=getFonts(FAQProgramDesign);const ImageWithFX=withFX(Image);const HoverIconsFonts=getFonts(HoverIcons);const SpeakerFonts=getFonts(Speaker);const TickerFonts=getFonts(Ticker);const SlideshowFonts=getFonts(Slideshow);const YouTubeFonts=getFonts(YouTube);const breakpoints={CcmHrekcs:\"(min-width: 810px) and (max-width: 1199px)\",ORal8hteE:\"(max-width: 809px)\",WQLkyLRf1:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-Ts5mx\";const variantClassNames={CcmHrekcs:\"framer-v-1wif7cb\",ORal8hteE:\"framer-v-1bcn5ap\",WQLkyLRf1:\"framer-v-72rtr7\"};const transition1={bounce:.2,delay:0,duration:1,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-150};const transition2={bounce:.2,delay:0,duration:1.5,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const transition3={bounce:.2,delay:0,duration:2,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const transition4={bounce:.2,delay:0,duration:2.5,type:\"spring\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const transition5={bounce:.2,delay:0,duration:.8,type:\"spring\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const transition6={bounce:.2,delay:0,duration:1.4,type:\"spring\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:0,y:0};const transition7={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition7};const animation8={backgroundColor:\"var(--token-c5733cb4-f77d-4e79-b04a-343dbc68b93b, rgb(251, 207, 51))\",opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition7};const animation9={backgroundColor:\"var(--token-c5733cb4-f77d-4e79-b04a-343dbc68b93b, rgb(251, 207, 51))\",opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transition:transition7};const transition8={delay:.6,duration:2,ease:[.54,.01,.51,1],type:\"tween\"};const animation10={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-10};const transition9={delay:.8,duration:2,ease:[.54,.01,.51,1],type:\"tween\"};const transition10={delay:.4,duration:2,ease:[.54,.01,.51,1],type:\"tween\"};const transition11={delay:.2,duration:2,ease:[.54,.01,.51,1],type:\"tween\"};const transition12={damping:110,delay:0,mass:1,stiffness:2e3,type:\"spring\"};const animation11={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.07,skewX:0,skewY:0,transition:transition12};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"ORal8hteE\",Tablet:\"CcmHrekcs\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"ORal8hteE\")return true;return false;};const elementId=useRouteElementId(\"bIsu8graW\");const ref1=React.useRef(null);usePreloadLocalizedValues(activeLocale);const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"ORal8hteE\")return false;return true;};const elementId1=useRouteElementId(\"tFnvpvMod\");const ref2=React.useRef(null);const elementId2=useRouteElementId(\"Aebm8TbSD\");const ref3=React.useRef(null);const elementId3=useRouteElementId(\"jWGUZx68n\");const ref4=React.useRef(null);const isDisplayed2=()=>{if(!isBrowser())return true;if([\"CcmHrekcs\",\"ORal8hteE\"].includes(baseVariant))return true;return false;};const isDisplayed3=()=>{if(!isBrowser())return true;if([\"CcmHrekcs\",\"ORal8hteE\"].includes(baseVariant))return false;return true;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:/*#__PURE__*/_jsxs(\"main\",{className:\"framer-11yezan\",\"data-framer-name\":\"Main (Width 100%, Start, Gap 0)\",children:[isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-8p42m0 hidden-72rtr7 hidden-1wif7cb\",\"data-framer-name\":\"Section (Fill, TB 50) / Hero / Phone\",id:elementId,ref:ref1,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-7pqo04\",\"data-framer-name\":\"Container (Max 83%, RL 20)\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-5mtqim\",\"data-framer-name\":\"Scroll Anim Section\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pycw9p\",\"data-framer-name\":\"Sticky\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__targetOpacity:1,className:\"framer-150vams\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ORal8hteE:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:253,intrinsicWidth:778,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+100+0+0+0+0+0+0+0+0+0),pixelHeight:506,pixelWidth:1556,positionX:\"center\",positionY:\"center\",sizes:\"238px\",src:\"https://framerusercontent.com/images/I4Nb45t5hx0PolBGxzK5gnZB2KI.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/I4Nb45t5hx0PolBGxzK5gnZB2KI.png?scale-down-to=512 512w,https://framerusercontent.com/images/I4Nb45t5hx0PolBGxzK5gnZB2KI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/I4Nb45t5hx0PolBGxzK5gnZB2KI.png 1556w\"}}},children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation,background:{alt:\"\",fit:\"fit\",intrinsicHeight:253,intrinsicWidth:778,pixelHeight:506,pixelWidth:1556,positionX:\"center\",positionY:\"center\",sizes:\"238px\",src:\"https://framerusercontent.com/images/I4Nb45t5hx0PolBGxzK5gnZB2KI.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/I4Nb45t5hx0PolBGxzK5gnZB2KI.png?scale-down-to=512 512w,https://framerusercontent.com/images/I4Nb45t5hx0PolBGxzK5gnZB2KI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/I4Nb45t5hx0PolBGxzK5gnZB2KI.png 1556w\"},className:\"framer-yvnxv\",\"data-framer-appear-id\":\"yvnxv\",\"data-framer-name\":\"Bankee logo -highdef\",initial:animation1,optimized:true})}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation2,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-8p422t\",\"data-styles-preset\":\"Oe6xC8nSm\",style:{direction:\"rtl\"},children:\"\u0648\u0639\u064A\u064C \u0641\u064A \u0627\u0644\u0635\u063A\u0631 ...\u0623\u0645\u0627\u0646\u064C \u0641\u064A \u0627\u0644\u0643\u0628\u0631\"})}),className:\"framer-kpmz62\",\"data-framer-appear-id\":\"kpmz62\",fonts:[\"Inter\"],initial:animation1,optimized:true,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation3,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-83172e\",\"data-styles-preset\":\"BvhJTDkTP\",style:{direction:\"rtl\"},children:\" \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0623\u0648\u0644 \u0645\u0646 \u0646\u0648\u0639\u0647 \u0641\u064A \u0627\u0644\u0643\u0648\u064A\u062A \u0644\u062A\u0639\u0632\u064A\u0632 \u0627\u0644\u062B\u0642\u0627\u0641\u0629 \u0627\u0644\u0645\u0627\u0644\u064A\u0629 \u0644\u062F\u0649 \u0637\u0644\u0628\u0629 \u0648\u0637\u0627\u0644\u0628\u0627\u062A \u0627\u0644\u0645\u062F\u0627\u0631\u0633.\"})}),className:\"framer-hjkf6b\",\"data-framer-appear-id\":\"hjkf6b\",fonts:[\"Inter\"],initial:animation1,optimized:true,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-5w23g2\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ORal8hteE:{y:(componentViewport?.y||0)+0+0+0+0+100+0+0+0+0+0+0+0+0+384.2+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:69,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation4,className:\"framer-1or24ta-container\",\"data-framer-appear-id\":\"1or24ta\",initial:animation1,nodeId:\"YIjAM5Yll\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(BankeeTypefrom,{height:\"100%\",id:\"YIjAM5Yll\",layoutId:\"YIjAM5Yll\",variant:\"a0_dgG5Yj\",width:\"100%\"})})})})})]})})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(\"header\",{className:\"framer-1ve2vbr hidden-1bcn5ap\",\"data-framer-name\":\"Section (Fill, TB 50) / Hero / Desktop\",id:elementId1,ref:ref2,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-l0fqol\",\"data-framer-name\":\"Container (Max 83%, RL 20)\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t7lhmd\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1v09l2k\",\"data-framer-name\":\"Logo\",children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation5,background:{alt:\"\",fit:\"fit\",intrinsicHeight:253,intrinsicWidth:778,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+100+0+0+0+0+0+0),pixelHeight:506,pixelWidth:1556,positionX:\"center\",positionY:\"center\",sizes:\"224px\",src:\"https://framerusercontent.com/images/I4Nb45t5hx0PolBGxzK5gnZB2KI.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/I4Nb45t5hx0PolBGxzK5gnZB2KI.png?scale-down-to=512 512w,https://framerusercontent.com/images/I4Nb45t5hx0PolBGxzK5gnZB2KI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/I4Nb45t5hx0PolBGxzK5gnZB2KI.png 1556w\"},className:\"framer-1lgor4i\",\"data-framer-appear-id\":\"1lgor4i\",\"data-framer-name\":\"Bankee logo -highdef\",initial:animation1,optimized:true})}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-8p422t\",\"data-styles-preset\":\"Oe6xC8nSm\",style:{direction:\"rtl\"},children:\"\u0648\u0639\u064A\u064C \u0641\u064A \u0627\u0644\u0635\u063A\u0631 ...\u0623\u0645\u0627\u0646\u064C \u0641\u064A \u0627\u0644\u0643\u0628\u0631\"})}),className:\"framer-ojjx50\",\"data-framer-appear-id\":\"ojjx50\",fonts:[\"Inter\"],initial:animation1,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CcmHrekcs:{width:`calc(min(min(${componentViewport?.width||\"100vw\"}, 1200px), min(${componentViewport?.width||\"100vw\"}, 1200px) / 1.2) - 40px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:184,width:\"184px\",y:(componentViewport?.y||0)+0+0+0+0+100+0+0+238,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ep9xys-container\",nodeId:\"wRj7LA6xk\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CcmHrekcs:{variant:\"BbrLQ7VQF\"}},children:/*#__PURE__*/_jsx(GameCardAnimation,{height:\"100%\",id:\"wRj7LA6xk\",layoutId:\"wRj7LA6xk\",style:{height:\"100%\",width:\"100%\"},variant:\"u1IC8BprS\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation6,children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-83172e\",\"data-styles-preset\":\"BvhJTDkTP\",style:{direction:\"rtl\"},children:\"\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0648\u0637\u0646\u064A \u0627\u0644\u0623\u0648\u0644 \u0644\u062A\u0639\u0632\u064A\u0632 \u0627\u0644\u062B\u0642\u0627\u0641\u0629 \u0627\u0644\u0645\u0627\u0644\u064A\u0629 \u0644\u062F\u0649 \u0637\u0644\u0628\u0629 \u0648\u0637\u0627\u0644\u0628\u0627\u062A \u0627\u0644\u0645\u062F\u0627\u0631\u0633 \u0627\u0644\u062D\u0643\u0648\u0645\u064A\u0629 \u0648\u0627\u0644\u062E\u0627\u0635\u0629 \u0641\u064A \u0627\u0644\u0643\u0648\u064A\u062A\"})}),className:\"framer-118xfb2\",\"data-framer-appear-id\":\"118xfb2\",fonts:[\"Inter\"],initial:animation1,optimized:true,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:69,y:(componentViewport?.y||0)+0+0+0+0+100+0+0+561.2,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation2,className:\"framer-4uim8m-container\",\"data-framer-appear-id\":\"4uim8m\",initial:animation1,nodeId:\"VgPW8j5pn\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(BankeeTypefrom,{height:\"100%\",id:\"VgPW8j5pn\",layoutId:\"VgPW8j5pn\",variant:\"a0_dgG5Yj\",width:\"100%\"})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-hweipl\",\"data-framer-name\":\"Section (Fill, TB 50) / Invitation\",id:elementId2,ref:ref3,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ypvzck\",\"data-framer-name\":\"Container (Max 83%, RL 20)\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-q2ybry\",\"data-styles-preset\":\"xQaGeseCC\",style:{direction:\"rtl\"},children:\"\u062F\u0639\u0648\u0629 \u0645\u0641\u062A\u0648\u062D\u0629 \u0644\u062C\u0645\u064A\u0639 \u0627\u0644\u0645\u062F\u0627\u0631\u0633 \u0627\u0644\u0627\u0628\u062A\u062F\u0627\u0626\u064A\u0629 \u0641\u064A \u0627\u0644\u0643\u0648\u064A\u062A!\"})}),className:\"framer-dd33fb\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qa2t4d\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-64s0w9\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8t73xn\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1k9uixy\",\"data-styles-preset\":\"A7YTVQYta\",style:{direction:\"rtl\"},children:\"\u0646\u062F\u0639\u0648 \u062C\u0645\u064A\u0639 \u0627\u0644\u0645\u062F\u0627\u0631\u0633 \u0627\u0644\u0627\u0628\u062A\u062F\u0627\u0626\u064A\u0629 \u0641\u064A \u0627\u0644\u0642\u0637\u0627\u0639\u064A\u0646 \u0627\u0644\u0639\u0627\u0645 \u0648\u0627\u0644\u062E\u0627\u0635 \u0641\u064A \u0627\u0644\u0643\u0648\u064A\u062A \u0644\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0644\u0628\u0631\u0646\u0627\u0645\u062C Bankee \u0644\u0644\u062B\u0642\u0627\u0641\u0629 \u0627\u0644\u0645\u0627\u0644\u064A\u0629 \u0644\u0644\u0639\u0627\u0645 \u0627\u0644\u062F\u0631\u0627\u0633\u064A \u0662\u0660\u0662\u0665-\u0662\u0660\u0662\u0666. \"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1k9uixy\",\"data-styles-preset\":\"A7YTVQYta\",style:{direction:\"rtl\"},children:\"   \u064A\u062F\u0639\u0645 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u062F\u0648\u0631 \u0627\u0644\u0645\u062F\u0631\u0633\u0629 \u0641\u064A \u062A\u0639\u0644\u064A\u0645 \u0627\u0644\u0637\u0644\u0628\u0629 \u0645\u0641\u0627\u0647\u064A\u0645 \u0645\u0627\u0644\u064A\u0629 \u0648\u0627\u0642\u062A\u0635\u0627\u062F\u064A\u0629 \u0623\u0633\u0627\u0633\u064A\u0629 \u0641\u064A \u0633\u0646 \u0645\u0628\u0643\u0631\u0629 \u0628\u0647\u062F\u0641 \u0635\u0642\u0644 \u0645\u0647\u0627\u0631\u0627\u062A\u0647\u0645 \u0648\u062A\u0647\u064A\u0626\u062A\u0647\u0645 \u0644\u0645\u0648\u0627\u062C\u0647\u0629 \u062A\u062D\u062F\u064A\u0627\u062A \u0627\u0644\u0645\u0633\u062A\u0642\u0628\u0644. \u0643\u0645\u0627 \u064A\u0633\u0627\u0647\u0645 \u0641\u064A \u062A\u0631\u0633\u064A\u062E \u0642\u064A\u0645 \u0623\u062E\u0644\u0627\u0642\u064A\u0629 \u0648\u0627\u062C\u062A\u0645\u0627\u0639\u064A\u0629 \u0645\u0647\u0645\u0629 \u0644\u062F\u0649 \u0627\u0644\u0637\u0644\u0628\u0629 \u0645\u062B\u0644 \u0627\u0644\u0623\u0645\u0627\u0646\u0629 \u0648\u0627\u0644\u0645\u0633\u0624\u0648\u0644\u064A\u0629 \u0648\u0627\u0644\u0627\u0644\u062A\u0632\u0627\u0645 \u0648\u0627\u0644\u062D\u0641\u0627\u0638 \u0639\u0644\u0649 \u0627\u0644\u0645\u0627\u0644 \u0627\u0644\u0639\u0627\u0645 \u0648\u0627\u062D\u062A\u0631\u0627\u0645 \u0627\u0644\u0642\u0627\u0646\u0648\u0646. \u0639\u0644\u0627\u0648\u0629 \u0639\u0644\u0649 \u0630\u0644\u0643\u060C \u064A\u064F\u0645\u0643\u0646 \u0628\u0631\u0646\u0627\u0645\u062C Bankee \u0627\u0644\u0645\u0639\u0644\u0645 \u0645\u0646 \u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0641\u0635\u0644 \u0628\u0635\u0648\u0631\u0629 \u0641\u0639\u0627\u0644\u0629 \u0648\u0625\u064A\u062C\u0627\u0628\u064A\u0629\u060C \u0648\u064A\u0634\u062C\u0639 \u0627\u0644\u0637\u0644\u0628\u0629 \u0639\u0644\u0649 \u0625\u0628\u062F\u0627\u0621 \u0633\u0644\u0648\u0643 \u0625\u064A\u062C\u0627\u0628\u064A \u0641\u064A \u0627\u0644\u0641\u0635\u0644\u060C \u0648\u064A\u062D\u0641\u0632 \u0645\u0634\u0627\u0631\u0643\u062A\u0647\u0645 \u0627\u0644\u0641\u0639\u0627\u0644\u0629 \u0641\u064A \u0645\u062E\u062A\u0644\u0641 \u0646\u0634\u0627\u0637\u0627\u062A \u0627\u0644\u0645\u062F\u0631\u0633\u0629.  \"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1k9uixy\",\"data-styles-preset\":\"A7YTVQYta\",style:{direction:\"rtl\"},children:\"   \u064A\u0631\u062C\u0649 \u0627\u0644\u0639\u0644\u0645 \u0628\u0623\u0646 \u0628\u0627\u0628 \u0627\u0644\u062A\u0633\u062C\u064A\u0644 \u0645\u0641\u062A\u0648\u062D \u062D\u062A\u0649 \u064A\u0643\u062A\u0645\u0644 \u0627\u0644\u0639\u062F\u062F\u060C \u0648\u0630\u0644\u0643 \u0646\u0638\u0631\u064B\u0627 \u0644\u0645\u062D\u062F\u0648\u062F\u064A\u0629 \u0627\u0644\u0645\u0642\u0627\u0639\u062F \u0627\u0644\u0645\u062A\u0627\u062D\u0629 \u0644\u0647\u0630\u0647 \u0627\u0644\u0633\u0646\u0629.\"})]}),className:\"framer-1l89jop\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Io_09egZn\"},motionChild:true,nodeId:\"p9M5WSDOR\",openInNewTab:false,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-oeccoz framer-lux5qc\",\"data-framer-name\":\"Learn More Button\",whileHover:animation7,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ovrjqd\",\"data-framer-name\":\"Content\",whileHover:animation8,whileTap:animation9,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-b6bfvc\",\"data-framer-name\":\"Content Filled\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ORal8hteE:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:372,intrinsicWidth:372,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+653.2+0+0+0+102+0+0+0+0+450+0+0+0+0+14.5),pixelHeight:558,pixelWidth:558,sizes:\"19px\",src:\"https://framerusercontent.com/images/305xBvXLiWURAqC8XqIp01pi04.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/305xBvXLiWURAqC8XqIp01pi04.png?scale-down-to=512 512w,https://framerusercontent.com/images/305xBvXLiWURAqC8XqIp01pi04.png 558w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:372,intrinsicWidth:372,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+830.2+100+0+0+102+0+0+0+0+450+0+0+0+0+14.5),pixelHeight:558,pixelWidth:558,sizes:\"19px\",src:\"https://framerusercontent.com/images/305xBvXLiWURAqC8XqIp01pi04.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/305xBvXLiWURAqC8XqIp01pi04.png?scale-down-to=512 512w,https://framerusercontent.com/images/305xBvXLiWURAqC8XqIp01pi04.png 558w\"},className:\"framer-1eitmef\",\"data-framer-name\":\"Stickers-27 (1)\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-mkfry8\",\"data-styles-preset\":\"wkF_bnLsV\",style:{direction:\"rtl\"},children:\"\u062A\u0639\u0631\u0641 \u0639\u0644\u0649 \u0627\u0644\u0645\u0632\u064A\u062F\"})}),className:\"framer-1chyolx\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})})})]})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CcmHrekcs:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+830.2+100+0+0+102+152),pixelHeight:4147,pixelWidth:5662,positionX:\"center\",positionY:\"center\",sizes:\"250px\",src:\"https://framerusercontent.com/images/2bQE5z5UybNxfiFF32r9XO4IXFs.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/2bQE5z5UybNxfiFF32r9XO4IXFs.png?scale-down-to=512 512w,https://framerusercontent.com/images/2bQE5z5UybNxfiFF32r9XO4IXFs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/2bQE5z5UybNxfiFF32r9XO4IXFs.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/2bQE5z5UybNxfiFF32r9XO4IXFs.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/2bQE5z5UybNxfiFF32r9XO4IXFs.png 5662w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+830.2+100+0+0+102+0),pixelHeight:4147,pixelWidth:5662,positionX:\"center\",positionY:\"center\",sizes:`max((min(min(${componentViewport?.width||\"100vw\"}, 1200px), min(${componentViewport?.width||\"100vw\"}, 1200px) / 1.2) - 50px) / 3, 1px)`,src:\"https://framerusercontent.com/images/2bQE5z5UybNxfiFF32r9XO4IXFs.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/2bQE5z5UybNxfiFF32r9XO4IXFs.png?scale-down-to=512 512w,https://framerusercontent.com/images/2bQE5z5UybNxfiFF32r9XO4IXFs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/2bQE5z5UybNxfiFF32r9XO4IXFs.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/2bQE5z5UybNxfiFF32r9XO4IXFs.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/2bQE5z5UybNxfiFF32r9XO4IXFs.png 5662w\"},className:\"framer-1pjepf1 hidden-1bcn5ap\",\"data-framer-name\":\"Image\"})})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-dk1ito\",\"data-framer-name\":\"Section (Fill, TB 50) / What Is Bankee?\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1dlbj9u\",\"data-framer-name\":\"Container (Max 83%, RL 20)\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11q0lu9\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CcmHrekcs:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1640.2+80+0+0+0+0),pixelHeight:4147,pixelWidth:5662,positionX:\"center\",positionY:\"center\",sizes:\"300px\",src:\"https://framerusercontent.com/images/ax9Vw60bsnPJ1Hv2apYzhfld2E.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/ax9Vw60bsnPJ1Hv2apYzhfld2E.png?scale-down-to=512 512w,https://framerusercontent.com/images/ax9Vw60bsnPJ1Hv2apYzhfld2E.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ax9Vw60bsnPJ1Hv2apYzhfld2E.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ax9Vw60bsnPJ1Hv2apYzhfld2E.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/ax9Vw60bsnPJ1Hv2apYzhfld2E.png 5662w\"}},ORal8hteE:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1363.2+60+0+0+0+0+0),pixelHeight:4147,pixelWidth:5662,positionX:\"center\",positionY:\"center\",sizes:\"250px\",src:\"https://framerusercontent.com/images/ax9Vw60bsnPJ1Hv2apYzhfld2E.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/ax9Vw60bsnPJ1Hv2apYzhfld2E.png?scale-down-to=512 512w,https://framerusercontent.com/images/ax9Vw60bsnPJ1Hv2apYzhfld2E.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ax9Vw60bsnPJ1Hv2apYzhfld2E.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ax9Vw60bsnPJ1Hv2apYzhfld2E.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/ax9Vw60bsnPJ1Hv2apYzhfld2E.png 5662w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1640.2+100+0+0+0+0),pixelHeight:4147,pixelWidth:5662,positionX:\"center\",positionY:\"center\",sizes:\"389px\",src:\"https://framerusercontent.com/images/ax9Vw60bsnPJ1Hv2apYzhfld2E.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/ax9Vw60bsnPJ1Hv2apYzhfld2E.png?scale-down-to=512 512w,https://framerusercontent.com/images/ax9Vw60bsnPJ1Hv2apYzhfld2E.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ax9Vw60bsnPJ1Hv2apYzhfld2E.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ax9Vw60bsnPJ1Hv2apYzhfld2E.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/ax9Vw60bsnPJ1Hv2apYzhfld2E.png 5662w\"},className:\"framer-1dwhi0v\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gufjd\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-q2ybry\",\"data-styles-preset\":\"xQaGeseCC\",style:{direction:\"rtl\"},children:\"\u0645\u0627 \u0647\u0648 Bankee\u061F\"})}),className:\"framer-1v78ktw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ORal8hteE:{children:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1k9uixy\",\"data-styles-preset\":\"A7YTVQYta\",style:{direction:\"rtl\"},children:\"\u0647\u0648 \u0628\u0631\u0646\u0627\u0645\u062C \u0648\u0637\u0646\u064A \u064A\u0647\u062F\u0641 \u0627\u0644\u0649 \u062A\u0639\u0632\u064A\u0632 \u0627\u0644\u062B\u0642\u0627\u0641\u0629 \u0627\u0644\u0645\u0627\u0644\u064A\u0629 \u0644\u062F\u0649 \u0637\u0644\u0628\u0629 \u0648\u0637\u0627\u0644\u0628\u0627\u062A \u0627\u0644\u0645\u062F\u0627\u0631\u0633 \u0627\u0644\u0627\u0628\u062A\u062F\u0627\u0626\u064A\u0629 \u0641\u064A \u0627\u0644\u0643\u0648\u064A\u062A \u0628\u0623\u0633\u0644\u0648\u0628 \u0645\u0628\u062A\u0643\u0631 \u0648\u062A\u0641\u0627\u0639\u0644\u064A\u060C \u0648\u0630\u0644\u0643 \u0645\u0646 \u062E\u0644\u0627\u0644 \u062A\u0637\u0628\u064A\u0642 \u0646\u0645\u0648\u0630\u062C \u0627\u0642\u062A\u0635\u0627\u062F \u0627\u0644\u0641\u0635\u0644 \u0627\u0644\u0630\u064A \u064A\u062D\u0648\u0644 \u0627\u0644\u0645\u062F\u0631\u0633\u0629 \u0627\u0644\u0649 \u0646\u0638\u0627\u0645 \u0627\u0642\u062A\u0635\u0627\u062F\u064A \u0645\u0635\u063A\u0631 \u064A\u062D\u0627\u0643\u064A \u0627\u0644\u0648\u0627\u0642\u0639 \u0628\u0645\u0643\u0648\u0646\u0627\u062A\u0647 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629. \"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1k9uixy\",\"data-styles-preset\":\"A7YTVQYta\",children:\"\u0647\u0648 \u0628\u0631\u0646\u0627\u0645\u062C \u0648\u0637\u0646\u064A \u064A\u0647\u062F\u0641 \u0627\u0644\u0649 \u062A\u0639\u0632\u064A\u0632 \u0627\u0644\u062B\u0642\u0627\u0641\u0629 \u0627\u0644\u0645\u0627\u0644\u064A\u0629 \u0644\u062F\u0649 \u0637\u0644\u0628\u0629 \u0648\u0637\u0627\u0644\u0628\u0627\u062A \u0627\u0644\u0645\u062F\u0627\u0631\u0633 \u0627\u0644\u0627\u0628\u062A\u062F\u0627\u0626\u064A\u0629 \u0641\u064A \u0627\u0644\u0643\u0648\u064A\u062A \u0628\u0623\u0633\u0644\u0648\u0628 \u0645\u0628\u062A\u0643\u0631 \u0648\u062A\u0641\u0627\u0639\u0644\u064A\u060C \u0648\u0630\u0644\u0643 \u0645\u0646 \u062E\u0644\u0627\u0644 \u062A\u0637\u0628\u064A\u0642 \u0646\u0645\u0648\u0630\u062C \u0627\u0642\u062A\u0635\u0627\u062F \u0627\u0644\u0641\u0635\u0644 \u0627\u0644\u0630\u064A \u064A\u062D\u0648\u0644 \u0627\u0644\u0645\u062F\u0631\u0633\u0629 \u0627\u0644\u0649 \u0646\u0638\u0627\u0645 \u0627\u0642\u062A\u0635\u0627\u062F\u064A \u0645\u0635\u063A\u0631 \u064A\u062D\u0627\u0643\u064A \u0627\u0644\u0648\u0627\u0642\u0639 \u0628\u0645\u0643\u0648\u0646\u0627\u062A\u0647 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629. \"})}),className:\"framer-1twkdwe\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1yph6xp\",\"data-framer-name\":\"Section (Fill, TB 50) / Program Design\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-w36s5i\",\"data-framer-name\":\"Container (Max 83%, RL 20)\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4x5pq3\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v9\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-q2ybry\",\"data-styles-preset\":\"xQaGeseCC\",style:{direction:\"rtl\"},children:\"\u062A\u0635\u0645\u064A\u0645 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C\"})}),className:\"framer-16vp59i\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v10\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1k9uixy\",\"data-styles-preset\":\"A7YTVQYta\",style:{direction:\"rtl\"},children:\"\u064A\u062A\u0628\u0639 \u0628\u0631\u0646\u0627\u0645\u062C \u0646\u0638\u0627\u0645 \u0627\u0642\u062A\u0635\u0627\u062F \u0627\u0644\u0641\u0635\u0644 \u0627\u0644\u062F\u0631\u0627\u0633\u064A\u060C \u0648\u0647\u0648 \u0646\u0638\u0627\u0645 \u064A\u064F\u0635\u0648\u0631 \u0627\u0644\u0645\u062F\u0631\u0633\u0629 \u0643\u0627\u0642\u062A\u0635\u0627\u062F \u0645\u0635\u063A\u0631 \u064A\u062D\u0627\u0643\u064A \u0627\u0644\u0646\u0638\u0627\u0645 \u0627\u0644\u0627\u0642\u062A\u0635\u0627\u062F\u064A \u0627\u0644\u0648\u0627\u0642\u0639\u064A. \u0648\u0647\u0648 \u0642\u0627\u0626\u0645 \u0639\u0644\u0649 \u0646\u0647\u062C \u0645\u0628\u062A\u0643\u0631 \u0648\u062A\u0641\u0627\u0639\u0644\u064A \u064A\u062A\u064A\u062D \u0644\u0644\u0637\u0644\u0628\u0629 \u0648\u0627\u0644\u0645\u0639\u0644\u0645\u064A\u0646 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0646\u0635\u0629 \u0631\u0642\u0645\u064A\u0629 \u0644\u0625\u062C\u0631\u0627\u0621 \u0645\u062E\u062A\u0644\u0641 \u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0627\u062A \u0627\u0644\u0645\u0627\u0644\u064A\u0629.\"})}),className:\"framer-17970ss\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-qajdy2\",\"data-framer-name\":\"Column\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CcmHrekcs:{width:`max(min(1000px, min(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px, (min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px) / 1.2)), 1px)`,y:(componentViewport?.y||0)+0+0+0+2024.2+80+0+0+240+0},ORal8hteE:{width:`max(min(min(${componentViewport?.width||\"100vw\"}, 1200px) - 72px, (min(${componentViewport?.width||\"100vw\"}, 1200px) - 72px) / 1.2) - 40px, 1px)`,y:(componentViewport?.y||0)+0+0+0+1885.2+60+0+0+240+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:500,width:`max(min(1000px, min(min(${componentViewport?.width||\"100vw\"}, 1200px), min(${componentViewport?.width||\"100vw\"}, 1200px) / 1.2)), 1px)`,y:(componentViewport?.y||0)+0+0+0+2063.2+100+0+0+240+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-4xtqxx-container\",nodeId:\"NUrzwwLlQ\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ORal8hteE:{variant:\"GAwdvcD3v\"}},children:/*#__PURE__*/_jsx(FAQProgramDesign,{height:\"100%\",id:\"NUrzwwLlQ\",layoutId:\"NUrzwwLlQ\",style:{width:\"100%\"},variant:\"rJmYisLI0\",width:\"100%\"})})})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-10p8gk7\",\"data-framer-name\":\"Section (Fill, TB 50)  Mission and Vision\",id:elementId3,ref:ref4,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qpko3y\",\"data-framer-name\":\"Container (Max 83%, RL 20)\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13p56n5\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CcmHrekcs:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+2924.2+80+0+0+0+0+0),pixelHeight:4147,pixelWidth:5662,positionX:\"center\",positionY:\"center\",sizes:`calc((min(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px, (min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px) / 1.2) - 40px) / 2)`,src:\"https://framerusercontent.com/images/LukC3Ag5COE4vWgZmarsChbdjMU.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/LukC3Ag5COE4vWgZmarsChbdjMU.png?scale-down-to=512 512w,https://framerusercontent.com/images/LukC3Ag5COE4vWgZmarsChbdjMU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/LukC3Ag5COE4vWgZmarsChbdjMU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/LukC3Ag5COE4vWgZmarsChbdjMU.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/LukC3Ag5COE4vWgZmarsChbdjMU.png 5662w\"}},ORal8hteE:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+2745.2+60+0+0+0+0+0),pixelHeight:4147,pixelWidth:5662,positionX:\"center\",positionY:\"center\",sizes:`calc((min(min(${componentViewport?.width||\"100vw\"}, 1200px) - 72px, (min(${componentViewport?.width||\"100vw\"}, 1200px) - 72px) / 1.2) - 40px) / 2)`,src:\"https://framerusercontent.com/images/LukC3Ag5COE4vWgZmarsChbdjMU.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/LukC3Ag5COE4vWgZmarsChbdjMU.png?scale-down-to=512 512w,https://framerusercontent.com/images/LukC3Ag5COE4vWgZmarsChbdjMU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/LukC3Ag5COE4vWgZmarsChbdjMU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/LukC3Ag5COE4vWgZmarsChbdjMU.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/LukC3Ag5COE4vWgZmarsChbdjMU.png 5662w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+3003.2+100+0+0+0+0),pixelHeight:4147,pixelWidth:5662,positionX:\"center\",positionY:\"center\",sizes:`max((min(min(${componentViewport?.width||\"100vw\"}, 1200px), min(${componentViewport?.width||\"100vw\"}, 1200px) / 1.2) - 90px) / 2, 1px)`,src:\"https://framerusercontent.com/images/LukC3Ag5COE4vWgZmarsChbdjMU.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/LukC3Ag5COE4vWgZmarsChbdjMU.png?scale-down-to=512 512w,https://framerusercontent.com/images/LukC3Ag5COE4vWgZmarsChbdjMU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/LukC3Ag5COE4vWgZmarsChbdjMU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/LukC3Ag5COE4vWgZmarsChbdjMU.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/LukC3Ag5COE4vWgZmarsChbdjMU.png 5662w\"},className:\"framer-udjdsq\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pp2rhf\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v11\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-83172e\",\"data-styles-preset\":\"BvhJTDkTP\",style:{direction:\"rtl\"},children:\"\u0627\u0644\u0645\u0647\u0645\u0629\"})}),className:\"framer-f2fh7b\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v12\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1k9uixy\",\"data-styles-preset\":\"A7YTVQYta\",style:{direction:\"rtl\"},children:\"\u062A\u0635\u0645\u064A\u0645 \u0648\u062A\u0646\u0641\u064A\u0630 \u0628\u0631\u0646\u0627\u0645\u062C \u062A\u0639\u0644\u064A\u0645\u064A \u0645\u0628\u062A\u0643\u0631 \u0648\u062A\u0641\u0627\u0639\u0644\u064A \u0644\u0628\u0646\u0627\u0621 \u0623\u0633\u0633 \u0645\u0639\u0631\u0641\u064A\u0629 \u0645\u0627\u0644\u064A\u0629 \u0639\u0645\u064A\u0642\u0629 \u0644\u062F\u0649 \u0627\u0644\u0637\u0644\u0628\u0629 \u0648\u0627\u0644\u0637\u0627\u0644\u0628\u0627\u062A \u0641\u064A \u0627\u0644\u0643\u0648\u064A\u062A \u0645\u0646 \u0623\u062C\u0644 \u062A\u062D\u0642\u064A\u0642 \u0645\u0633\u062A\u0642\u0628\u0644 \u0645\u0633\u062A\u062F\u0627\u0645 \u0648\u0622\u0645\u0646.\"})}),className:\"framer-s0yrfw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-86ajtz\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CcmHrekcs:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+2924.2+80+0+0+517.2+0+0),pixelHeight:2684,pixelWidth:4205,positionX:\"center\",positionY:\"center\",sizes:`calc((min(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px, (min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px) / 1.2) - 40px) / 2)`,src:\"https://framerusercontent.com/images/bgW3TrmqR56Xjv4KKBTeIRM7w.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/bgW3TrmqR56Xjv4KKBTeIRM7w.png?scale-down-to=512 512w,https://framerusercontent.com/images/bgW3TrmqR56Xjv4KKBTeIRM7w.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/bgW3TrmqR56Xjv4KKBTeIRM7w.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/bgW3TrmqR56Xjv4KKBTeIRM7w.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/bgW3TrmqR56Xjv4KKBTeIRM7w.png 4205w\"}},ORal8hteE:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+2745.2+60+0+0+517.2+0+0),pixelHeight:2684,pixelWidth:4205,positionX:\"center\",positionY:\"center\",sizes:`calc((min(min(${componentViewport?.width||\"100vw\"}, 1200px) - 72px, (min(${componentViewport?.width||\"100vw\"}, 1200px) - 72px) / 1.2) - 40px) / 2)`,src:\"https://framerusercontent.com/images/bgW3TrmqR56Xjv4KKBTeIRM7w.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/bgW3TrmqR56Xjv4KKBTeIRM7w.png?scale-down-to=512 512w,https://framerusercontent.com/images/bgW3TrmqR56Xjv4KKBTeIRM7w.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/bgW3TrmqR56Xjv4KKBTeIRM7w.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/bgW3TrmqR56Xjv4KKBTeIRM7w.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/bgW3TrmqR56Xjv4KKBTeIRM7w.png 4205w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+3003.2+100+0+0+0+0),pixelHeight:2684,pixelWidth:4205,positionX:\"center\",positionY:\"center\",sizes:`max((min(min(${componentViewport?.width||\"100vw\"}, 1200px), min(${componentViewport?.width||\"100vw\"}, 1200px) / 1.2) - 90px) / 2, 1px)`,src:\"https://framerusercontent.com/images/bgW3TrmqR56Xjv4KKBTeIRM7w.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/bgW3TrmqR56Xjv4KKBTeIRM7w.png?scale-down-to=512 512w,https://framerusercontent.com/images/bgW3TrmqR56Xjv4KKBTeIRM7w.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/bgW3TrmqR56Xjv4KKBTeIRM7w.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/bgW3TrmqR56Xjv4KKBTeIRM7w.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/bgW3TrmqR56Xjv4KKBTeIRM7w.png 4205w\"},className:\"framer-1iuj493\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wzbmzj\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v13\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-83172e\",\"data-styles-preset\":\"BvhJTDkTP\",style:{direction:\"rtl\"},children:\"\u0627\u0644\u0631\u0624\u064A\u0629 \"})}),className:\"framer-f7ucjj\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v14\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1k9uixy\",\"data-styles-preset\":\"A7YTVQYta\",style:{direction:\"rtl\"},children:\"\u062A\u0646\u0634\u0626\u0629 \u062C\u064A\u0644 \u0645\u0646 \u0627\u0644\u0634\u0628\u0627\u0628 \u0627\u0644\u0643\u0648\u064A\u062A\u064A \u064A\u062F\u0631\u0643 \u0623\u0647\u0645\u064A\u0629 \u0627\u0644\u0627\u0633\u062A\u0642\u0631\u0627\u0631 \u0648\u0627\u0644\u0627\u0633\u062A\u0642\u0644\u0627\u0644 \u0627\u0644\u0645\u0627\u0644\u064A \u0648\u0644\u062F\u064A\u0647 \u0627\u0644\u0645\u0647\u0627\u0631\u0627\u062A \u0648\u0627\u0644\u0645\u0639\u0631\u0641\u0629 \u0627\u0644\u0645\u0627\u0644\u064A\u0629 \u0627\u0644\u0644\u0627\u0632\u0645\u0629 \u0644\u0644\u0645\u0633\u0627\u0647\u0645\u0629 \u0641\u064A \u062A\u062D\u0642\u064A\u0642 \u0627\u0644\u062A\u0646\u0645\u064A\u0629 \u0627\u0644\u0645\u0633\u062A\u062F\u0627\u0645\u0629 \u0648\u0627\u0644\u0631\u0641\u0627\u0647 \u0627\u0644\u0627\u0642\u062A\u0635\u0627\u062F\u064A \u0644\u0644\u0623\u0641\u0631\u0627\u062F \u0648\u0627\u0644\u0645\u062C\u062A\u0645\u0639.\"})}),className:\"framer-hz886s\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1tsb6cl\",\"data-framer-name\":\"Section (Fill, TB 50) / Key Concepts\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18o3aj3\",\"data-framer-name\":\"Container (Max 83%, RL 20)\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v15\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-q2ybry\",\"data-styles-preset\":\"xQaGeseCC\",style:{direction:\"rtl\"},children:\"\u0627\u0644\u0645\u0641\u0627\u0647\u064A\u0645 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629\"})}),className:\"framer-141aij6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1v2g3zq\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18k6toy\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CcmHrekcs:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+4068.6+100+0+0+102+0+0+0+0),pixelHeight:2251,pixelWidth:2251,positionX:\"center\",positionY:\"center\",sizes:\"150px\",src:\"https://framerusercontent.com/images/fIF7zOxLqxh2lOvSeUnPnCNeeFg.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/fIF7zOxLqxh2lOvSeUnPnCNeeFg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/fIF7zOxLqxh2lOvSeUnPnCNeeFg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/fIF7zOxLqxh2lOvSeUnPnCNeeFg.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/fIF7zOxLqxh2lOvSeUnPnCNeeFg.jpg 2251w\"}},ORal8hteE:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+3849.6+100+0+0+102+0+0+0+0),pixelHeight:2251,pixelWidth:2251,positionX:\"center\",positionY:\"center\",sizes:`calc(max((min(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px, (min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px) / 1.2) - 40px) * 0.75, 200px) / 2)`,src:\"https://framerusercontent.com/images/fIF7zOxLqxh2lOvSeUnPnCNeeFg.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/fIF7zOxLqxh2lOvSeUnPnCNeeFg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/fIF7zOxLqxh2lOvSeUnPnCNeeFg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/fIF7zOxLqxh2lOvSeUnPnCNeeFg.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/fIF7zOxLqxh2lOvSeUnPnCNeeFg.jpg 2251w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+3670.4+100+0+0+102+0+0+0+0),pixelHeight:2251,pixelWidth:2251,positionX:\"center\",positionY:\"center\",sizes:\"150px\",src:\"https://framerusercontent.com/images/fIF7zOxLqxh2lOvSeUnPnCNeeFg.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/fIF7zOxLqxh2lOvSeUnPnCNeeFg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/fIF7zOxLqxh2lOvSeUnPnCNeeFg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/fIF7zOxLqxh2lOvSeUnPnCNeeFg.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/fIF7zOxLqxh2lOvSeUnPnCNeeFg.jpg 2251w\"},className:\"framer-1o0ept7\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kuhnd1\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v16\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-83172e\",\"data-styles-preset\":\"BvhJTDkTP\",style:{\"--framer-text-alignment\":\"center\",direction:\"rtl\"},children:\"\u0627\u0644\u0645\u0646\u0641\u0639\u0629 \u0627\u0644\u0645\u0624\u062C\u0644\u0629\"})}),className:\"framer-49978w\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1grn77s\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CcmHrekcs:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+4068.6+100+0+0+102+0+0+0+0),pixelHeight:2250,pixelWidth:2251,positionX:\"center\",positionY:\"center\",sizes:\"150px\",src:\"https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg 2251w\"}},ORal8hteE:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+3849.6+100+0+0+102+0+266.2+0+0),pixelHeight:2250,pixelWidth:2251,positionX:\"center\",positionY:\"center\",sizes:`calc(max((min(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px, (min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px) / 1.2) - 40px) * 0.75, 200px) / 2)`,src:\"https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg 2251w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+3670.4+100+0+0+102+0+0+0+0),pixelHeight:2250,pixelWidth:2251,positionX:\"center\",positionY:\"center\",sizes:\"150px\",src:\"https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/gu2kT0GE6Ocyek3YhtR9FWk.jpg 2251w\"},className:\"framer-mxvsfs\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-fpjubn\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v17\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-83172e\",\"data-styles-preset\":\"BvhJTDkTP\",style:{\"--framer-text-alignment\":\"center\",direction:\"rtl\"},children:\"\u0627\u0644\u0625\u0646\u0641\u0627\u0642 \u0627\u0644\u0645\u0633\u0624\u0648\u0644\"})}),className:\"framer-1yeo329\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-asz9yl\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CcmHrekcs:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+4068.6+100+0+0+102+0+0+0+0),pixelHeight:2250,pixelWidth:2251,positionX:\"center\",positionY:\"center\",sizes:\"150px\",src:\"https://framerusercontent.com/images/PXRiXAtKFWtCCjicoktIrVEZ1A.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/PXRiXAtKFWtCCjicoktIrVEZ1A.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/PXRiXAtKFWtCCjicoktIrVEZ1A.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/PXRiXAtKFWtCCjicoktIrVEZ1A.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/PXRiXAtKFWtCCjicoktIrVEZ1A.jpg 2251w\"}},ORal8hteE:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+3849.6+100+0+0+102+0+591.4+0+0),pixelHeight:2250,pixelWidth:2251,positionX:\"center\",positionY:\"center\",sizes:`calc(max((min(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px, (min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px) / 1.2) - 40px) * 0.75, 200px) / 2)`,src:\"https://framerusercontent.com/images/PXRiXAtKFWtCCjicoktIrVEZ1A.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/PXRiXAtKFWtCCjicoktIrVEZ1A.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/PXRiXAtKFWtCCjicoktIrVEZ1A.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/PXRiXAtKFWtCCjicoktIrVEZ1A.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/PXRiXAtKFWtCCjicoktIrVEZ1A.jpg 2251w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+3670.4+100+0+0+102+0+0+0+0),pixelHeight:2250,pixelWidth:2251,positionX:\"center\",positionY:\"center\",sizes:\"150px\",src:\"https://framerusercontent.com/images/PXRiXAtKFWtCCjicoktIrVEZ1A.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/PXRiXAtKFWtCCjicoktIrVEZ1A.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/PXRiXAtKFWtCCjicoktIrVEZ1A.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/PXRiXAtKFWtCCjicoktIrVEZ1A.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/PXRiXAtKFWtCCjicoktIrVEZ1A.jpg 2251w\"},className:\"framer-1xw8x1z\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kpj4s2\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v18\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-83172e\",\"data-styles-preset\":\"BvhJTDkTP\",style:{\"--framer-text-alignment\":\"center\",direction:\"rtl\"},children:\"\u0627\u0644\u0627\u062F\u062E\u0627\u0631 \u0648\u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0623\u0647\u062F\u0627\u0641\"})}),className:\"framer-8pqa5z\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19j63nf\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CcmHrekcs:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+4068.6+100+0+0+102+0+325.2+0+0),pixelHeight:2251,pixelWidth:2251,positionX:\"center\",positionY:\"center\",sizes:\"150px\",src:\"https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg 2251w\"}},ORal8hteE:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+3849.6+100+0+0+102+0+916.6+0+0),pixelHeight:2251,pixelWidth:2251,positionX:\"center\",positionY:\"center\",sizes:`calc(max((min(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px, (min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px) / 1.2) - 40px) * 0.75, 200px) / 2)`,src:\"https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg 2251w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+3670.4+100+0+0+102+0+325.2+0+0),pixelHeight:2251,pixelWidth:2251,positionX:\"center\",positionY:\"center\",sizes:\"150px\",src:\"https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/FpDvJa72apuoCMJLMkwPOBPSZI.jpg 2251w\"},className:\"framer-ymlesi\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1238ejs\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v19\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-83172e\",\"data-styles-preset\":\"BvhJTDkTP\",style:{\"--framer-text-alignment\":\"center\",direction:\"rtl\"},children:\"\u0627\u0644\u0627\u0644\u062A\u0632\u0627\u0645\u0627\u062A \u0648\u0627\u0644\u0648\u0627\u062C\u0628\u0627\u062A\"})}),className:\"framer-11n2f57\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qfcweh\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CcmHrekcs:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+4068.6+100+0+0+102+0+325.2+0+0),pixelHeight:2251,pixelWidth:2251,positionX:\"center\",positionY:\"center\",sizes:\"150px\",src:\"https://framerusercontent.com/images/GcLeKFKq32DMUqgzPInGDpGd7NE.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/GcLeKFKq32DMUqgzPInGDpGd7NE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/GcLeKFKq32DMUqgzPInGDpGd7NE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/GcLeKFKq32DMUqgzPInGDpGd7NE.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/GcLeKFKq32DMUqgzPInGDpGd7NE.jpg 2251w\"}},ORal8hteE:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+3849.6+100+0+0+102+0+1241.8+0+0),pixelHeight:2251,pixelWidth:2251,positionX:\"center\",positionY:\"center\",sizes:`calc(max((min(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px, (min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px) / 1.2) - 40px) * 0.75, 200px) / 2)`,src:\"https://framerusercontent.com/images/GcLeKFKq32DMUqgzPInGDpGd7NE.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/GcLeKFKq32DMUqgzPInGDpGd7NE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/GcLeKFKq32DMUqgzPInGDpGd7NE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/GcLeKFKq32DMUqgzPInGDpGd7NE.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/GcLeKFKq32DMUqgzPInGDpGd7NE.jpg 2251w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+3670.4+100+0+0+102+0+325.2+0+0),pixelHeight:2251,pixelWidth:2251,positionX:\"center\",positionY:\"center\",sizes:\"150px\",src:\"https://framerusercontent.com/images/GcLeKFKq32DMUqgzPInGDpGd7NE.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/GcLeKFKq32DMUqgzPInGDpGd7NE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/GcLeKFKq32DMUqgzPInGDpGd7NE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/GcLeKFKq32DMUqgzPInGDpGd7NE.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/GcLeKFKq32DMUqgzPInGDpGd7NE.jpg 2251w\"},className:\"framer-mvz60a\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-xiyow2\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v20\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-83172e\",\"data-styles-preset\":\"BvhJTDkTP\",style:{\"--framer-text-alignment\":\"center\",direction:\"rtl\"},children:\"\u0627\u0644\u0623\u0645\u0627\u0646 \u0627\u0644\u0631\u0642\u0645\u064A\"})}),className:\"framer-3uud3l\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15f25fj\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CcmHrekcs:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+4068.6+100+0+0+102+0+325.2+0+0),pixelHeight:2251,pixelWidth:2251,positionX:\"center\",positionY:\"center\",sizes:\"150px\",src:\"https://framerusercontent.com/images/g38RTKcVc0Cw5ObNlTeGNMFA.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/g38RTKcVc0Cw5ObNlTeGNMFA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/g38RTKcVc0Cw5ObNlTeGNMFA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/g38RTKcVc0Cw5ObNlTeGNMFA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/g38RTKcVc0Cw5ObNlTeGNMFA.jpg 2251w\"}},ORal8hteE:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+3849.6+100+0+0+102+0+1567+0+0),pixelHeight:2251,pixelWidth:2251,positionX:\"center\",positionY:\"center\",sizes:`calc(max((min(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px, (min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px) / 1.2) - 40px) * 0.75, 200px) / 2)`,src:\"https://framerusercontent.com/images/g38RTKcVc0Cw5ObNlTeGNMFA.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/g38RTKcVc0Cw5ObNlTeGNMFA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/g38RTKcVc0Cw5ObNlTeGNMFA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/g38RTKcVc0Cw5ObNlTeGNMFA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/g38RTKcVc0Cw5ObNlTeGNMFA.jpg 2251w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+3670.4+100+0+0+102+0+325.2+0+0),pixelHeight:2251,pixelWidth:2251,positionX:\"center\",positionY:\"center\",sizes:\"150px\",src:\"https://framerusercontent.com/images/g38RTKcVc0Cw5ObNlTeGNMFA.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/g38RTKcVc0Cw5ObNlTeGNMFA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/g38RTKcVc0Cw5ObNlTeGNMFA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/g38RTKcVc0Cw5ObNlTeGNMFA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/g38RTKcVc0Cw5ObNlTeGNMFA.jpg 2251w\"},className:\"framer-1dxptl\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1msylla\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v21\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-83172e\",\"data-styles-preset\":\"BvhJTDkTP\",style:{\"--framer-text-alignment\":\"center\",direction:\"rtl\"},children:\"\u0627\u0644\u062A\u0641\u0631\u0642\u0629 \u0628\u064A\u0646 \u0627\u0644\u062D\u0627\u062C\u0627\u062A \u0648\u0627\u0644\u0631\u063A\u0628\u0627\u062A\"})}),className:\"framer-yiolfu\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1j7xbo7\",\"data-framer-name\":\"Section (Fill, TB 50) / Bankee Skills\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ili6pk\",\"data-framer-name\":\"Container (Max 83%, RL 20)\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v22\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-q2ybry\",\"data-styles-preset\":\"xQaGeseCC\",style:{direction:\"rtl\"},children:\"\u0627\u0644\u0645\u0647\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0643\u062A\u0633\u0628\u0629\"})}),className:\"framer-1d5w85t\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3u372s hidden-72rtr7\",\"data-framer-name\":\"Hover Icons Mobile \",children:[isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1k2skuj hidden-72rtr7\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17qje80\",\"data-framer-name\":\"Earning\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2ws6gy\",\"data-framer-name\":\"Pin 1\",draggable:\"false\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v23\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-83172e\",\"data-styles-preset\":\"BvhJTDkTP\",style:{direction:\"rtl\"},children:\"\u0627\u0644\u0643\u0633\u0628\"})}),className:\"framer-lrldqh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1m41p12\",style:{rotate:-28}})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CcmHrekcs:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:397.5,intrinsicWidth:398,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+4973+100+0+0+102+0+0+0+0+61.2),pixelHeight:3397,pixelWidth:2616,positionX:\"center\",positionY:\"center\",sizes:\"136px\",src:\"https://framerusercontent.com/images/ViIw3rgUE4EQFlzbZbN1fVxJDjA.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/ViIw3rgUE4EQFlzbZbN1fVxJDjA.png?scale-down-to=1024 788w,https://framerusercontent.com/images/ViIw3rgUE4EQFlzbZbN1fVxJDjA.png?scale-down-to=2048 1577w,https://framerusercontent.com/images/ViIw3rgUE4EQFlzbZbN1fVxJDjA.png 2616w\"}},ORal8hteE:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:397.5,intrinsicWidth:398,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+5995.8+100+0+0+102+0+0+0+0+61.2),pixelHeight:3397,pixelWidth:2616,positionX:\"center\",positionY:\"center\",sizes:\"75px\",src:\"https://framerusercontent.com/images/ViIw3rgUE4EQFlzbZbN1fVxJDjA.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/ViIw3rgUE4EQFlzbZbN1fVxJDjA.png?scale-down-to=1024 788w,https://framerusercontent.com/images/ViIw3rgUE4EQFlzbZbN1fVxJDjA.png?scale-down-to=2048 1577w,https://framerusercontent.com/images/ViIw3rgUE4EQFlzbZbN1fVxJDjA.png 2616w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__loop:animation10,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition8,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",intrinsicHeight:397.5,intrinsicWidth:398,pixelHeight:3397,pixelWidth:2616,positionX:\"center\",positionY:\"center\",sizes:\"136px\",src:\"https://framerusercontent.com/images/ViIw3rgUE4EQFlzbZbN1fVxJDjA.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/ViIw3rgUE4EQFlzbZbN1fVxJDjA.png?scale-down-to=1024 788w,https://framerusercontent.com/images/ViIw3rgUE4EQFlzbZbN1fVxJDjA.png?scale-down-to=2048 1577w,https://framerusercontent.com/images/ViIw3rgUE4EQFlzbZbN1fVxJDjA.png 2616w\"},className:\"framer-13i5duq\",\"data-framer-name\":\"Figure 5\",style:{rotate:-11}})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xe1lac\",\"data-framer-name\":\"Managing Money\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fp0pt1\",\"data-framer-name\":\"Pin 1\",draggable:\"false\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v24\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-83172e\",\"data-styles-preset\":\"BvhJTDkTP\",style:{direction:\"rtl\"},children:\"\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0623\u0645\u0648\u0627\u0644\"})}),className:\"framer-1ymrxm7\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-j6srxa\",style:{rotate:-28}})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CcmHrekcs:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:427.5,intrinsicWidth:428,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+4973+100+0+0+102+0+0+91.25+0+61.2),pixelHeight:3509,pixelWidth:3354,sizes:\"113px\",src:\"https://framerusercontent.com/images/7q2une5ShtZqxVjKL7SCwY941PQ.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/7q2une5ShtZqxVjKL7SCwY941PQ.png?scale-down-to=1024 978w,https://framerusercontent.com/images/7q2une5ShtZqxVjKL7SCwY941PQ.png?scale-down-to=2048 1957w,https://framerusercontent.com/images/7q2une5ShtZqxVjKL7SCwY941PQ.png 3354w\"}},ORal8hteE:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:427.5,intrinsicWidth:428,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+5995.8+100+0+0+102+0+0+10.75+0+61.2),pixelHeight:3509,pixelWidth:3354,sizes:\"75px\",src:\"https://framerusercontent.com/images/7q2une5ShtZqxVjKL7SCwY941PQ.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/7q2une5ShtZqxVjKL7SCwY941PQ.png?scale-down-to=1024 978w,https://framerusercontent.com/images/7q2une5ShtZqxVjKL7SCwY941PQ.png?scale-down-to=2048 1957w,https://framerusercontent.com/images/7q2une5ShtZqxVjKL7SCwY941PQ.png 3354w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__loop:animation10,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition9,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:427.5,intrinsicWidth:428,pixelHeight:3509,pixelWidth:3354,sizes:\"113px\",src:\"https://framerusercontent.com/images/7q2une5ShtZqxVjKL7SCwY941PQ.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/7q2une5ShtZqxVjKL7SCwY941PQ.png?scale-down-to=1024 978w,https://framerusercontent.com/images/7q2une5ShtZqxVjKL7SCwY941PQ.png?scale-down-to=2048 1957w,https://framerusercontent.com/images/7q2une5ShtZqxVjKL7SCwY941PQ.png 3354w\"},className:\"framer-1qrncw0\",\"data-framer-name\":\"Figure 6\",style:{rotate:16}})})]})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13xkcgs hidden-72rtr7\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14nfjpi\",\"data-framer-name\":\"Saving\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10ef534\",\"data-framer-name\":\"Pin 1\",draggable:\"false\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v25\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-83172e\",\"data-styles-preset\":\"BvhJTDkTP\",style:{direction:\"rtl\"},children:\"\u0627\u0644\u0627\u062F\u062E\u0627\u0631\"})}),className:\"framer-1f0ple6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1c6xin9\",style:{rotate:-28}})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CcmHrekcs:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:344,intrinsicWidth:522,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+4973+100+0+0+102+0+481.2+0+0+61.2),pixelHeight:3527,pixelWidth:3299,positionX:\"center\",positionY:\"center\",sizes:\"118px\",src:\"https://framerusercontent.com/images/4Acd6pNmlB0Z1bMpgbTGr9bc.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/4Acd6pNmlB0Z1bMpgbTGr9bc.png?scale-down-to=1024 957w,https://framerusercontent.com/images/4Acd6pNmlB0Z1bMpgbTGr9bc.png?scale-down-to=2048 1915w,https://framerusercontent.com/images/4Acd6pNmlB0Z1bMpgbTGr9bc.png 3299w\"}},ORal8hteE:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:344,intrinsicWidth:522,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+5995.8+100+0+0+102+0+245.2+0+0+61.2),pixelHeight:3527,pixelWidth:3299,positionX:\"center\",positionY:\"center\",sizes:\"75px\",src:\"https://framerusercontent.com/images/4Acd6pNmlB0Z1bMpgbTGr9bc.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/4Acd6pNmlB0Z1bMpgbTGr9bc.png?scale-down-to=1024 957w,https://framerusercontent.com/images/4Acd6pNmlB0Z1bMpgbTGr9bc.png?scale-down-to=2048 1915w,https://framerusercontent.com/images/4Acd6pNmlB0Z1bMpgbTGr9bc.png 3299w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__loop:animation10,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition10,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",intrinsicHeight:344,intrinsicWidth:522,pixelHeight:3527,pixelWidth:3299,positionX:\"center\",positionY:\"center\",sizes:\"205.7727px\",src:\"https://framerusercontent.com/images/4Acd6pNmlB0Z1bMpgbTGr9bc.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/4Acd6pNmlB0Z1bMpgbTGr9bc.png?scale-down-to=1024 957w,https://framerusercontent.com/images/4Acd6pNmlB0Z1bMpgbTGr9bc.png?scale-down-to=2048 1915w,https://framerusercontent.com/images/4Acd6pNmlB0Z1bMpgbTGr9bc.png 3299w\"},className:\"framer-e6ndgx\",\"data-framer-name\":\"Figure 3\",style:{rotate:7}})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-chczyr\",\"data-framer-name\":\"Spending\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1n8n061\",\"data-framer-name\":\"Pin 1\",draggable:\"false\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v26\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-83172e\",\"data-styles-preset\":\"BvhJTDkTP\",style:{direction:\"rtl\"},children:\"\u0627\u0644\u0625\u0646\u0641\u0627\u0642\"})}),className:\"framer-1iof2en\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rtubqk\",style:{rotate:-28}})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CcmHrekcs:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:389.5,intrinsicWidth:390,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+4973+100+0+0+102+0+481.2+21.5+0+61.2),pixelHeight:2330,pixelWidth:3738,positionX:\"center\",positionY:\"center\",sizes:\"136px\",src:\"https://framerusercontent.com/images/O8NTyARoyfm4Q2Zg2xygJYKqKM.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/O8NTyARoyfm4Q2Zg2xygJYKqKM.png?scale-down-to=512 512w,https://framerusercontent.com/images/O8NTyARoyfm4Q2Zg2xygJYKqKM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/O8NTyARoyfm4Q2Zg2xygJYKqKM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/O8NTyARoyfm4Q2Zg2xygJYKqKM.png 3738w\"}},ORal8hteE:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:389.5,intrinsicWidth:390,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+5995.8+100+0+0+102+0+245.2+24+0+61.2),pixelHeight:2330,pixelWidth:3738,positionX:\"center\",positionY:\"center\",sizes:\"75px\",src:\"https://framerusercontent.com/images/O8NTyARoyfm4Q2Zg2xygJYKqKM.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/O8NTyARoyfm4Q2Zg2xygJYKqKM.png?scale-down-to=512 512w,https://framerusercontent.com/images/O8NTyARoyfm4Q2Zg2xygJYKqKM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/O8NTyARoyfm4Q2Zg2xygJYKqKM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/O8NTyARoyfm4Q2Zg2xygJYKqKM.png 3738w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__loop:animation10,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition11,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",intrinsicHeight:389.5,intrinsicWidth:390,pixelHeight:2330,pixelWidth:3738,positionX:\"center\",positionY:\"center\",sizes:\"136px\",src:\"https://framerusercontent.com/images/O8NTyARoyfm4Q2Zg2xygJYKqKM.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/O8NTyARoyfm4Q2Zg2xygJYKqKM.png?scale-down-to=512 512w,https://framerusercontent.com/images/O8NTyARoyfm4Q2Zg2xygJYKqKM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/O8NTyARoyfm4Q2Zg2xygJYKqKM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/O8NTyARoyfm4Q2Zg2xygJYKqKM.png 3738w\"},className:\"framer-1oxqndm\",\"data-framer-name\":\"Figure 2\",style:{rotate:4},whileHover:animation11})})]})]})]}),isDisplayed3()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-fgn54r hidden-1wif7cb hidden-1bcn5ap\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:372,width:`max(min(min(${componentViewport?.width||\"100vw\"}, 1200px), min(${componentViewport?.width||\"100vw\"}, 1200px) / 1.2) - 40px, 1px)`,y:(componentViewport?.y||0)+0+0+0+4574.8+100+0+0+102+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-dhs9ij-container\",nodeId:\"azjM7ZsHd\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HoverIcons,{height:\"100%\",id:\"azjM7ZsHd\",layoutId:\"azjM7ZsHd\",style:{width:\"100%\"},variant:\"JuV_JUPKt\",width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-14mefsm\",\"data-framer-name\":\"Section (Fill, TB 50) / Main Values\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ouxlf4\",\"data-framer-name\":\"Container (Max 83%, RL 20)\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v27\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-q2ybry\",\"data-styles-preset\":\"xQaGeseCC\",style:{direction:\"rtl\"},children:\"\u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0623\u0633\u0627\u0633\u064A\u0629\"})}),className:\"framer-1ynqq5r\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-jzvrx-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"u7d8bfZL0\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"u7d8bfZL0\",layoutId:\"u7d8bfZL0\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gdkcjq\",\"data-framer-name\":\"Variant 1\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:300,children:/*#__PURE__*/_jsx(Container,{className:\"framer-glwz6p-container\",inComponentSlot:true,nodeId:\"mXOOQEkj3d9fysRriv\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Speaker,{height:\"100%\",id:\"mXOOQEkj3d9fysRriv\",layoutId:\"mXOOQEkj3d9fysRriv\",LYP5VhESs:getLocalizedValue(\"v28\",activeLocale)??\"\u0627\u0644\u0645\u0633\u0627\u0621\u0644\u0629 \u0648\u062A\u062D\u0645\u0644 \u0627\u0644\u0645\u0633\u0624\u0648\u0644\u064A\u0629\",style:{height:\"100%\"},variant:\"tax0M97tb\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:300,children:/*#__PURE__*/_jsx(Container,{className:\"framer-6jl8e4-container\",inComponentSlot:true,nodeId:\"mXOOQEkj3nCnVXNYSh\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Speaker,{height:\"100%\",id:\"mXOOQEkj3nCnVXNYSh\",layoutId:\"mXOOQEkj3nCnVXNYSh\",LYP5VhESs:getLocalizedValue(\"v29\",activeLocale)??\"\u0627\u0644\u0623\u0645\u0627\u0646\u0629 \u0648\u0627\u0644\u0646\u0632\u0627\u0647\u0629\",style:{height:\"100%\"},variant:\"tax0M97tb\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:300,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wzshj0-container\",inComponentSlot:true,nodeId:\"mXOOQEkj3CvRV4q4Ag\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Speaker,{height:\"100%\",id:\"mXOOQEkj3CvRV4q4Ag\",layoutId:\"mXOOQEkj3CvRV4q4Ag\",LYP5VhESs:getLocalizedValue(\"v30\",activeLocale)??\"\u0627\u0644\u062A\u0639\u0627\u0648\u0646 \u0648\u062A\u0639\u0632\u064A\u0632 \u0631\u0648\u062D \u0627\u0644\u0639\u0645\u0644 \u0627\u0644\u062C\u0645\u0627\u0639\u064A\",style:{height:\"100%\"},variant:\"tax0M97tb\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:300,children:/*#__PURE__*/_jsx(Container,{className:\"framer-17xes28-container\",inComponentSlot:true,nodeId:\"mXOOQEkj3DQh5IomTW\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Speaker,{height:\"100%\",id:\"mXOOQEkj3DQh5IomTW\",layoutId:\"mXOOQEkj3DQh5IomTW\",LYP5VhESs:getLocalizedValue(\"v31\",activeLocale)??\"\u0627\u0644\u0627\u0633\u062A\u0642\u0644\u0627\u0644\u064A\u0629 \u0648\u0627\u0644\u0627\u0633\u062A\u0642\u0631\u0627\u0631 \u0627\u0644\u0645\u0627\u0644\u064A\",style:{height:\"100%\"},variant:\"tax0M97tb\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:300,children:/*#__PURE__*/_jsx(Container,{className:\"framer-su9r2m-container\",inComponentSlot:true,nodeId:\"mXOOQEkj3qX_wyekCw\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Speaker,{height:\"100%\",id:\"mXOOQEkj3qX_wyekCw\",layoutId:\"mXOOQEkj3qX_wyekCw\",LYP5VhESs:getLocalizedValue(\"v32\",activeLocale)??\"\u0627\u0644\u062A\u0637\u0648\u0631 \u0648\u0627\u0644\u062A\u0646\u0645\u064A\u0629 \u0627\u0644\u0634\u062E\u0635\u064A\u0629\",style:{height:\"100%\"},variant:\"tax0M97tb\",width:\"100%\"})})})]})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-fgfxkv\",\"data-framer-name\":\"Section (Fill, TB 50) / Testimonials\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1agmdvm\",\"data-framer-name\":\"Container (Max 83%, RL 20)\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v33\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-q2ybry\",\"data-styles-preset\":\"xQaGeseCC\",style:{direction:\"rtl\"},children:\"\u0622\u0631\u0627\u0621 \u0627\u0644\u0645\u0646\u0636\u0645\u064A\u0646 \u0644\u0644\u0628\u0631\u0646\u0627\u0645\u062C\"})}),className:\"framer-1b5jwsq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-j6aqqs-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"px_tenDMl\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CcmHrekcs:{itemAmount:1},ORal8hteE:{itemAmount:1}},children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:true},autoPlayControl:false,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1,playOffscreen:false},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",id:\"px_tenDMl\",intervalControl:1.5,itemAmount:3,layoutId:\"px_tenDMl\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6uv5p3\",\"data-framer-name\":\"Card / Testimonial\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rlxui0\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:100,intrinsicWidth:100},className:\"framer-7618q6\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-a6ttl7\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v34\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tlp5hv\",\"data-styles-preset\":\"lAwlFOb0a\",style:{\"--framer-text-alignment\":\"right\",direction:\"rtl\"},children:\"\u0627\u0633\u0645\u0627\u0639\u064A\u0644 \u0627\u062D\u0645\u062F\"})}),className:\"framer-r6n876\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v35\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-f1zl13\",\"data-styles-preset\":\"Np0vh8KrV\",style:{\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\",direction:\"rtl\"},children:\"\u0645\u062F\u0631\u0633\u0629 \u0627\u0644\u0641\u0636\u0644 \u0628\u0646 \u0627\u0644\u0639\u0628\u0627\u0633\"})}),className:\"framer-1ej4bgx\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v36\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1k9uixy\",\"data-styles-preset\":\"A7YTVQYta\",style:{direction:\"rtl\"},children:\"\u0643\u0627\u0646 \u0647\u0646\u0627\u0643 \u0637\u0627\u0644\u0628 \u0643\u062B\u064A\u0631 \u0627\u0644\u0645\u0634\u0627\u0643\u0644 \u0648\u0627\u0644\u0645\u062E\u0627\u0644\u0641\u0627\u062A \u0648\u0639\u0646\u062F\u0645\u0627 \u0631\u0623\u0649 \u062A\u0643\u0631\u064A\u0645 \u0632\u0645\u0644\u0627\u0626\u0647 \u0645\u0646 \u0628\u0646\u0643\u0649 \u0648\u062D\u0635\u0648\u0644\u0647\u0645 \u0639\u0644\u0649 \u0627\u0644\u0647\u062F\u0627\u064A\u0627 \u0646\u062A\u064A\u062C\u0629 \u0644\u0644\u0646\u0642\u0627\u0637 \u0627\u0644\u062A\u0649 \u062D\u0635\u0644\u0648\u0627 \u0639\u0644\u064A\u0647\u0627  \u0643\u0627\u0646 \u0647\u0630\u0627 \u062D\u0627\u0641\u0632 \u0644\u0644\u0637\u0627\u0644\u0628 \u0639\u0644\u0649 \u062A\u063A\u064A\u064A\u0631 \u0633\u0644\u0648\u0643\u0647 \u0644\u0643\u0649 \u064A\u062C\u0645\u0639 \u0646\u0642\u0627\u0637 \u0648\u064A\u062D\u0635\u0644 \u0639\u0644\u0649 \u0627\u0644\u0647\u062F\u0627\u064A\u0627 \u0646\u0641\u0633 \u0632\u0645\u0644\u0627\u0626\u0647.\"})}),className:\"framer-1ava5h2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11elsxk\",\"data-framer-name\":\"Card / Testimonial\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1e347it\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:100,intrinsicWidth:100},className:\"framer-2p73bu\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fgd28w\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v37\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tlp5hv\",\"data-styles-preset\":\"lAwlFOb0a\",style:{\"--framer-text-alignment\":\"right\",direction:\"rtl\"},children:\"\u0631\u0627\u0646\u064A\u0627 \u0631\u062C\u0627\u0626\u064A \u0633\u0644\u064A\u0645\"})}),className:\"framer-10plnjg\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v38\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-f1zl13\",\"data-styles-preset\":\"Np0vh8KrV\",style:{\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\",direction:\"rtl\"},children:\"\u0645\u062F\u0631\u0633\u0629 \u0633\u064A\u062F \u062E\u0644\u0641 \u0627\u0644\u0646\u0642\u064A\u0628 \u0627\u0644\u0627\u0628\u062A\u062F\u0627\u0626\u064A\u0629\"})}),className:\"framer-14kay9z\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v39\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1k9uixy\",\"data-styles-preset\":\"A7YTVQYta\",style:{direction:\"rtl\"},children:\"\u0628\u0646\u0643\u064A \u062D\u0633\u0646 \u0633\u0644\u0648\u0643 \u0637\u0644\u0628\u062A\u0646\u0627 \u0648 \u0623\u0638\u0647\u0631 \u0627\u0644\u062C\u0627\u0646\u0628 \u0627\u0644\u0625\u0646\u0633\u0627\u0646\u064A \u0648 \u0627\u0644\u0639\u0627\u0637\u0641\u064A  \u0627\u0644\u0644\u064A \u0645\u0627 \u0643\u0646\u0627 \u0646\u0634\u0648\u0641\u0647 \u0627\u062D\u0646\u0627 \u0643\u0645\u0639\u0644\u0645\u0627\u062A . \u0627\u0644\u0637\u0627\u0644\u0628 \u064A\u062C\u064A\u0646\u0627 \u0627\u0644\u062F\u0643\u0627\u0646 \u064A\u0628\u064A \u064A\u062C\u0645\u0639 \u0641\u0644\u0648\u0633\u0647 \u0645\u0639 \u0641\u0644\u0648\u0633 \u0623\u062E\u0648\u0647 \u0627\u0648 \u0631\u0641\u064A\u0642\u0647 \u0639\u0634\u0627\u0646 \u064A\u0634\u062A\u0631\u064A \u0644\u0627\u062E\u062A\u0647 \u0627\u0644\u0635\u063A\u064A\u0631\u0629 \u0627\u0644\u0644\u064A \u0645\u0627 \u0639\u0646\u062F\u0647\u0627 \u0628\u0646\u0643\u064A \u0628\u0645\u062F\u0631\u0633\u062A\u0647\u0627 \"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1k9uixy\",\"data-styles-preset\":\"A7YTVQYta\",style:{direction:\"rtl\"},children:\"\u0627\u062D\u0633\u0647\u0645 \u0635\u0627\u0631\u0648\u0627 \u0631\u062C\u0627\u0644 \u0635\u063A\u0627\u0631 \uD83E\uDEF6\uD83C\uDFFB.\"})]}),className:\"framer-1bnjrpf\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8duj32\",\"data-framer-name\":\"Card / Testimonial\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-a2wa5a\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:100,intrinsicWidth:100},className:\"framer-1pdpjiv\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-shvw8g\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v40\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tlp5hv\",\"data-styles-preset\":\"lAwlFOb0a\",style:{\"--framer-text-alignment\":\"right\",direction:\"rtl\"},children:\"\u0648\u0633\u0627\u0645 \u0633\u0639\u062F \u0627\u0644\u0645\u0637\u064A\u0631\u064A\"})}),className:\"framer-b43209\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v41\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-f1zl13\",\"data-styles-preset\":\"Np0vh8KrV\",style:{\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\",direction:\"rtl\"},children:\"\u0645\u062F\u0631\u0633\u0629 \u0634\u0631\u064A\u0641\u0629 \u0627\u0644\u0642\u0637\u0627\u0645\u064A\"})}),className:\"framer-85q0ur\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v42\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1k9uixy\",\"data-styles-preset\":\"A7YTVQYta\",style:{direction:\"rtl\"},children:\" \u0623\u0635\u0628\u062D\u0646 \u0623\u0643\u062B\u0631 \u062A\u0641\u0627\u0639\u0644\u0627\u064B \u0648\u0645\u0634\u0627\u0631\u0643\u0629 \u0641\u064A \u0627\u0644\u0623\u0646\u0634\u0637\u0629 \u0627\u0644\u0635\u0641\u064A\u0629, \u0632\u0627\u062F \u0645\u0633\u062A\u0648\u0649 \u0627\u0644\u0627\u062D\u062A\u0631\u0627\u0645 \u0648\u0627\u0644\u062A\u0639\u0627\u0648\u0646 \u0628\u064A\u0646 \u0627\u0644\u0637\u0627\u0644\u0628\u0627\u062A \u0648\u0627\u0644\u0645\u0639\u0644\u0645\u0627\u062A,  \u0638\u0647\u0631\u062A \u0628\u0648\u0627\u062F\u0631 \u0625\u064A\u062C\u0627\u0628\u064A\u0629 \u0641\u064A \u0633\u0644\u0648\u0643 \u0627\u0644\u0637\u0627\u0644\u0628\u0627\u062A\u060C \u0645\u062B\u0644 \u062A\u062D\u0645\u0644 \u0627\u0644\u0645\u0633\u0624\u0648\u0644\u064A\u0629 \u0648\u0627\u0644\u0627\u0646\u0636\u0628\u0627\u0637 \u0627\u0644\u0630\u0627\u062A\u064A, \u062A\u062D\u0633\u0646\u062A \u0645\u0647\u0627\u0631\u0627\u062A \u0627\u0644\u062A\u0648\u0627\u0635\u0644 \u0648\u0627\u0644\u0639\u0645\u0644 \u0627\u0644\u062C\u0645\u0627\u0639\u064A \u0628\u064A\u0646 \u0627\u0644\u0637\u0627\u0644\u0628\u0627\u062A.\"})}),className:\"framer-3mivd1\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-f3hh5w\",\"data-framer-name\":\"Card / Testimonial\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ndlkri\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:100,intrinsicWidth:100},className:\"framer-1oo8b94\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-e7u2od\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v43\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tlp5hv\",\"data-styles-preset\":\"lAwlFOb0a\",style:{\"--framer-text-alignment\":\"right\",direction:\"rtl\"},children:\"\u063A\u0627\u0644\u064A\u0647 \u0645\u0634\u0639\u0644 \u0627\u0644\u0634\u0645\u0631\u064A\"})}),className:\"framer-ykij05\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v44\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-f1zl13\",\"data-styles-preset\":\"Np0vh8KrV\",style:{\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\",direction:\"rtl\"},children:\"\u0645\u062F\u0631\u0633\u0629 \u064A\u0639\u0642\u0648\u0628 \u0627\u062D\u0645\u062F \u0627\u0644\u0634\u0631\u0627\u062D\"})}),className:\"framer-plpj9\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v45\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1k9uixy\",\"data-styles-preset\":\"A7YTVQYta\",style:{direction:\"rtl\"},children:\"\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u062B\u0628\u062A \u0641\u0639\u0627\u0644\u064A\u062A\u0647 \u0641\u064A \u0633\u0644\u0648\u0643\u064A\u0627\u062A \u0627\u0644\u0637\u0644\u0628\u0647 \u0648\u062D\u0645\u0627\u0633\u0647\u0645 \u0648\u0635\u0627\u0631 \u0639\u0646\u062F\u0647\u0645 \u062D\u0627\u0641\u0632 \u064A\u0644\u062A\u0632\u0645\u0648\u0646 \u0648\u064A\u062A\u0639\u0627\u0648\u0646\u0648\u0646 \u0648\u0642\u0644\u062A \u0646\u0633\u0628\u0647 \u0627\u0644\u0631\u0641\u0636 \u0627\u0644\u0645\u062F\u0631\u0633\u064A \u0628\u0639\u062F \u062A\u0637\u0628\u064A\u0642 \u0628\u0646\u0643\u064A,\"})}),className:\"framer-1gh3nt\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mh5hv9\",\"data-framer-name\":\"Card / Testimonial\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4et69b\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:100,intrinsicWidth:100},className:\"framer-1hlr9u3\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1nuv042\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v46\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tlp5hv\",\"data-styles-preset\":\"lAwlFOb0a\",style:{\"--framer-text-alignment\":\"right\",direction:\"rtl\"},children:\"\u0623\u0645\u064A\u0631\u0629 \u062A\u0631\u0643\u064A \u0627\u0644\u0645\u0637\u064A\u0631\u064A\"})}),className:\"framer-e1w9tg\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v47\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-f1zl13\",\"data-styles-preset\":\"Np0vh8KrV\",style:{\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\",direction:\"rtl\"},children:\" \u0645\u062F\u0631\u0633\u0629 \u0642\u064A\u0633 \u0628\u0646 \u0639\u0627\u0635\u0645\"})}),className:\"framer-ay2fcu\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v48\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1k9uixy\",\"data-styles-preset\":\"A7YTVQYta\",style:{direction:\"rtl\"},children:\"\u0628\u0631\u0646\u0627\u0645\u062C \u0641\u0639\u0627\u0644 \u0648 \u0647\u0627\u062F\u0641 \u0641\u064A \u0627\u0644\u062A\u062D\u0641\u064A\u0632 \u0648 \u0627\u0644\u062A\u0634\u062C\u064A\u0639 \u0648 \u0643\u0630\u0644\u0643 \u0628\u062A\u0641\u0627\u0639\u0644 \u0648 \u062A\u0648\u0627\u0635\u0644 \u0623\u0639\u0636\u0627\u0621 \u0641\u0631\u064A\u0642 \u0628\u0646\u0643\u064A \u0644\u0645\u0639\u0631\u0641\u0629 \u0643\u0627\u0641\u0629 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A \u0648 \u062A\u0637\u0648\u064A\u0631\u0647\u0627 \u0641\u064A \u0627\u0644\u0645\u062C\u062A\u0645\u0639 \u0627\u0644\u0645\u062F\u0631\u0633\u064A\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1k9uixy\",\"data-styles-preset\":\"A7YTVQYta\",style:{direction:\"rtl\"},children:\"\u0645\u0627 \u0623\u0631\u0648\u0639\u064E \u0628\u0646\u0643\u064A!\"})]}),className:\"framer-1o2vtd5\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6mbvev\",\"data-framer-name\":\"Card / Testimonial\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cgwkzs\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:100,intrinsicWidth:100},className:\"framer-gvbl2d\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-u4j6w9\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v49\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tlp5hv\",\"data-styles-preset\":\"lAwlFOb0a\",style:{\"--framer-text-alignment\":\"right\",direction:\"rtl\"},children:\"\u0633\u0647\u064A \u0633\u0645\u064A\u0631 \u0645\u0631\u0627\u062F\"})}),className:\"framer-13ndd4y\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v50\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-f1zl13\",\"data-styles-preset\":\"Np0vh8KrV\",style:{\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\",direction:\"rtl\"},children:\"\u0645\u062F\u0631\u0633\u0629 \u0637\u0631\u0641\u0629 \u0628\u0646 \u0627\u0644\u0639\u0628\u062F\"})}),className:\"framer-1bgyfo1\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v51\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1k9uixy\",\"data-styles-preset\":\"A7YTVQYta\",style:{direction:\"rtl\"},children:\"\u0635\u0627\u0631\u0648\u0627 \u064A\u062D\u0627\u0641\u0638\u0648\u0627 \u0639\u0644\u064A \u0627\u0644\u0646\u0638\u0627\u0645 \u0627\u062B\u0646\u0627\u0621 \u0627\u0644\u0637\u0627\u0628\u0648\u0631 \u0648\u0627\u0644\u0627\u0646\u0635\u0631\u0627\u0641 \u0648\u0627\u0644\u0627\u0644\u062A\u0632\u0627\u0645 \u0628\u0627\u0644\u0646\u0638\u0627\u0641\u0629 \u0648\u0627\u0644\u0642\u0648\u0627\u0639\u062F \u0648\u0627\u0644\u0646\u0638\u0645 \u0648\u0627\u0644\u0645\u062F\u0631\u0633\u064A\u0629 \u0635\u0627\u0631 \u0645\u0646\u0627\u0641\u0633\u0629 \u0642\u0648\u064A\u0629 \uD83D\uDCAA\uD83C\uDFFB \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0643\u062B\u0631 \u0645\u0646 \u0631\u0627\u0626\u0639  \u0639\u062F\u0644 \u0633\u0644\u0648\u0643\u064A\u0627\u062A \u0648\u0639\u0646\u0641 \u0628\u0635\u0648\u0631\u0629 \u0645\u0644\u062D\u0648\u0638\u0629 \u0648\u0645\u0644\u0645\u0648\u0633\u0629 \uD83D\uDC4C\uD83D\uDC4C\uD83D\uDC4C\uD83D\uDC4C\"})}),className:\"framer-mdngau\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1dxu0q1\",\"data-framer-name\":\"Section (Fill, TB 50) / Endorsements\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1g7icqr\",\"data-framer-name\":\"Container (Max 83%, RL 20)\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-w0gamw\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v52\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-q2ybry\",\"data-styles-preset\":\"xQaGeseCC\",style:{direction:\"rtl\"},children:\"\u062F\u0639\u0645 \u0627\u0644\u0645\u062E\u062A\u0635\u064A\u0646\"})}),className:\"framer-1v4x9x7\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v53\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1k9uixy\",\"data-styles-preset\":\"A7YTVQYta\",style:{direction:\"rtl\"},children:\"\u0644\u0642\u062F \u062A\u0645 \u0627\u0644\u062A\u0639\u0627\u0648\u0646 \u0641\u064A \u062A\u0635\u0645\u064A\u0645 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0645\u0639 \u0623\u062E\u0635\u0627\u0626\u064A\u0629 \u0645\u0639\u062A\u0645\u062F\u0629 \u0641\u064A \u062A\u062D\u0644\u064A\u0644 \u0633\u0644\u0648\u0643\u064A\u0627\u062A \u0627\u0644\u0637\u0641\u0644 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u064A\u0629\u060C \u0648\u0630\u0644\u0643 \u0644\u0644\u062A\u0623\u0643\u062F \u0645\u0646 \u062A\u0645\u0627\u0634\u064A \u0645\u062D\u062A\u0648\u0649 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0648\u0623\u062D\u062F\u062B \u0627\u0644\u062F\u0631\u0627\u0633\u0627\u062A \u0641\u064A \u0645\u062C\u0627\u0644 \u0639\u0644\u0645 \u0627\u0644\u0633\u0644\u0648\u0643 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u064A.\\xa0 \u0623\u0648\u0644\u0648\u064A\u062A\u0646\u0627 \u0647\u064A \u0636\u0645\u0627\u0646 \u0623\u0646 \u064A\u0631\u0639\u0649 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0628\u064A\u0626\u0629 \u0622\u0645\u0646\u0629 \u062F\u0627\u062E\u0644 \u0627\u0644\u0641\u0635\u0648\u0644 \u0627\u0644\u062F\u0631\u0627\u0633\u064A\u0629 \u0648\u0623\u0646 \u064A\u0631\u0633\u062E \u0627\u0644\u0639\u062F\u0627\u0644\u0629 \u0648\u062A\u0643\u0627\u0641\u0624 \u0627\u0644\u0641\u0631\u0635 \u0628\u064A\u0646 \u0627\u0644\u0637\u0644\u0628\u0629. \u064A\u0646\u0645\u064A \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0641\u064A \u0627\u0644\u0637\u0644\u0628\u0629 \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0623\u0633\u0627\u0633\u064A\u0629\u060C \u0648\u064A\u0645\u0646\u062D\u0647\u0645 \u0645\u0643\u0627\u0641\u0622\u062A \u0648\u064A\u0641\u0631\u0636 \u0639\u0644\u064A\u0647\u0645 \u0639\u0648\u0627\u0642\u0628 \u0639\u0645\u0644\u064A\u0629 \u0634\u0628\u064A\u0647\u0629 \u0644\u0645\u0627 \u064A\u062D\u062F\u062B \u0639\u0644\u0649 \u0623\u0631\u0636 \u0627\u0644\u0648\u0627\u0642\u0639\u060C \u0648\u0627\u0644\u0623\u0647\u0645 \u0645\u0646 \u0630\u0644\u0643\u060C \u064A\u0639\u0632\u0632 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0641\u064A \u0627\u0644\u0637\u0644\u0628\u0629 \u062D\u0633 \u0627\u0644\u0645\u0633\u0624\u0648\u0644\u064A\u0629 \u0648\u064A\u0645\u0646\u062D\u0647\u0645 \u0627\u0644\u0642\u062F\u0631\u0629 \u0639\u0644\u0649 \u0627\u0644\u062A\u062D\u0643\u0645 \u0641\u064A \u0633\u0644\u0648\u0643\u0647\u0645. \u0647\u0630\u0627 \u0627\u0644\u0645\u0634\u0631\u0648\u0639 \u0627\u0644\u0631\u0627\u0626\u062F \u0644\u0646 \u064A\u0633\u0627\u0647\u0645 \u0641\u064A \u0631\u0641\u0639 \u0648\u0639\u064A \u0627\u0644\u0634\u0628\u0627\u0628 \u0627\u0644\u0645\u0627\u0644\u064A \u0641\u062D\u0633\u0628\u060C \u0648\u0644\u0643\u0646\u0647 \u0633\u064A\u0631\u062A\u0642\u064A \u0623\u064A\u0636\u064B\u0627 \u0628\u0627\u0644\u062A\u062C\u0631\u0628\u0629 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u064A\u0629 \u0644\u0643\u0644 \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0645 \u0648\u0627\u0644\u0637\u0627\u0644\u0628. \"}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1k9uixy\",\"data-styles-preset\":\"A7YTVQYta\",style:{direction:\"rtl\"},children:[\" \",/*#__PURE__*/_jsx(\"strong\",{children:\"-\u0641\u062C\u0631 \u0627\u0644\u0645\u0646\u064A\u0639\u060C MSc\u060C BCBA\u060C ACAS\"})]}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1k9uixy\",\"data-styles-preset\":\"A7YTVQYta\",style:{direction:\"rtl\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"\u0645\u062F\u064A\u0631 \u062A\u062D\u0644\u064A\u0644 \u0627\u0644\u0633\u0644\u0648\u0643 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u064A \u0641\u064A \u0645\u062C\u0645\u0648\u0639\u0629 \u0641\u0648\u0632\u064A\u0629 \u0627\u0644\u0633\u0644\u0637\u0627\u0646 \u0627\u0644\u0635\u062D\u064A\u0629\"})})]}),className:\"framer-r5zlyx\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CcmHrekcs:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+7154.4+100+0+0+0),pixelHeight:4147,pixelWidth:5662,positionX:\"center\",positionY:\"center\",sizes:`calc((min(min(${componentViewport?.width||\"100vw\"}, 1200px), min(${componentViewport?.width||\"100vw\"}, 1200px) / 1.2) - 40px) / 2)`,src:\"https://framerusercontent.com/images/AyUhzaA7WUhed9ukk3EYpRUQHo.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/AyUhzaA7WUhed9ukk3EYpRUQHo.png?scale-down-to=512 512w,https://framerusercontent.com/images/AyUhzaA7WUhed9ukk3EYpRUQHo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/AyUhzaA7WUhed9ukk3EYpRUQHo.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/AyUhzaA7WUhed9ukk3EYpRUQHo.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/AyUhzaA7WUhed9ukk3EYpRUQHo.png 5662w\"}},ORal8hteE:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+7960.2+100+0+0+0),pixelHeight:4147,pixelWidth:5662,positionX:\"center\",positionY:\"center\",sizes:`calc((min(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px, (min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px) / 1.2) - 40px) / 2)`,src:\"https://framerusercontent.com/images/AyUhzaA7WUhed9ukk3EYpRUQHo.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/AyUhzaA7WUhed9ukk3EYpRUQHo.png?scale-down-to=512 512w,https://framerusercontent.com/images/AyUhzaA7WUhed9ukk3EYpRUQHo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/AyUhzaA7WUhed9ukk3EYpRUQHo.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/AyUhzaA7WUhed9ukk3EYpRUQHo.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/AyUhzaA7WUhed9ukk3EYpRUQHo.png 5662w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+6482.8+100+131),pixelHeight:4147,pixelWidth:5662,positionX:\"center\",positionY:\"center\",sizes:`max((min(max(min(${componentViewport?.width||\"100vw\"}, 1200px), 1px), min(${componentViewport?.width||\"100vw\"}, 1200px) / 1.2) - 90px) / 3, 1px)`,src:\"https://framerusercontent.com/images/AyUhzaA7WUhed9ukk3EYpRUQHo.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/AyUhzaA7WUhed9ukk3EYpRUQHo.png?scale-down-to=512 512w,https://framerusercontent.com/images/AyUhzaA7WUhed9ukk3EYpRUQHo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/AyUhzaA7WUhed9ukk3EYpRUQHo.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/AyUhzaA7WUhed9ukk3EYpRUQHo.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/AyUhzaA7WUhed9ukk3EYpRUQHo.png 5662w\"},className:\"framer-1x3v7dm\",\"data-framer-name\":\"Image\"})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1oavhmp\",\"data-framer-name\":\"Section (Fill, TB 50) / Media\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18ss04\",\"data-framer-name\":\"Container (Max 83%, RL 20)\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v54\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-q2ybry\",\"data-styles-preset\":\"xQaGeseCC\",style:{direction:\"rtl\"},children:\"\u062A\u063A\u0637\u064A\u0629 \u0625\u0639\u0644\u0627\u0645\u064A\u0629\"})}),className:\"framer-e6yx22\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-19il9ag-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"VB0Baaqys\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CcmHrekcs:{itemAmount:1},ORal8hteE:{itemAmount:1}},children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:true},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1,playOffscreen:false},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",id:\"VB0Baaqys\",intervalControl:10,itemAmount:3,layoutId:\"VB0Baaqys\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1k8rby3\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-11ennz9-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"WKkrVQsTv\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"WKkrVQsTv\",isMixedBorderRadius:false,isRed:true,layoutId:\"WKkrVQsTv\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:0,topRightRadius:0,url:getLocalizedValue(\"v55\",activeLocale)??\"https://youtu.be/DP7gyT-6uuQ\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xvyjtm\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v56\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{direction:\"rtl\"},children:\"\u062A\u0639\u0631\u0641 \u0639\u0644\u0649 Bankee \u0645\u0639 \u0627\u0644\u0642\u0628\u0633!\"})}),className:\"framer-1cvmhej\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13vebna\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-cuooz9-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"xFv62w51O\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"xFv62w51O\",isMixedBorderRadius:false,isRed:true,layoutId:\"xFv62w51O\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:0,topRightRadius:0,url:getLocalizedValue(\"v57\",activeLocale)??\"https://youtu.be/qarWE55wQj4\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-54id6n\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v58\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"blockquote\",{children:/*#__PURE__*/_jsx(\"div\",{children:\"Bankee | NatCen at London\"})})}),className:\"framer-i2ur8k\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nly064\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-oc3b06-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"jOLwEWDb7\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"jOLwEWDb7\",isMixedBorderRadius:false,isRed:true,layoutId:\"jOLwEWDb7\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:0,topRightRadius:0,url:getLocalizedValue(\"v59\",activeLocale)??\"https://youtube.com/shorts/Ra3DCOr7hdY?feature=share\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-wx7jvg\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v60\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{direction:\"rtl\"},children:\"\u0628\u0637\u0648\u0644\u0629 \u0645\u062F\u0631\u0633\u0629 \u0639\u0628\u062F\u0627\u0644\u0644\u0647 \u062E\u0644\u0641 \u0627\u0644\u062F\u062D\u064A\u0627\u0646 \u0627\u0644\u0627\u0628\u062A\u062F\u0627\u0626\u064A\u0629 \u0628\u0646\u064A\u0646 \u0644\u0643\u0631\u0629 \u0627\u0644\u0642\u062F\u0645\"})}),className:\"framer-uffw07\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-24ge97\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-192ksf8-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"K4hFkk5Nz\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"K4hFkk5Nz\",isMixedBorderRadius:false,isRed:true,layoutId:\"K4hFkk5Nz\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:0,topRightRadius:0,url:getLocalizedValue(\"v61\",activeLocale)??\"https://youtube.com/shorts/3pzEFpnCgRk\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-x2an5l\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v62\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{direction:\"rtl\"},children:\"\u0645\u0634\u0627\u0631\u0643\u0629 Bankee \u0641\u064A \u0643\u0631\u0646\u0641\u0627\u0644 BBS\"})}),className:\"framer-159ulxs\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-79z03q\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-krkbau-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"EV5V7cRc3\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"EV5V7cRc3\",isMixedBorderRadius:false,isRed:true,layoutId:\"EV5V7cRc3\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:0,topRightRadius:0,url:\"https://youtube.com/shorts/xkS9dx-ohag?feature=share\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-tm0oae\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v63\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{direction:\"rtl\"},children:\"\u0645\u0639\u0631\u0636 \u062D\u0635\u0627\u0644\u0629 Bankee\"})}),className:\"framer-hqs757\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ip8erb\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1x2d842-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"w2rtSYPep\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"w2rtSYPep\",isMixedBorderRadius:false,isRed:true,layoutId:\"w2rtSYPep\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:0,topRightRadius:0,url:\"https://youtube.com/shorts/FAUopeCc8VU\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-155hpnl\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v64\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{direction:\"rtl\"},children:\"\u0639\u064A\u062F\u064A\u0629 Bankee\"})}),className:\"framer-1xlighh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1au8t2e\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-14jme7x-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"YEuM1Q8u4\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"YEuM1Q8u4\",isMixedBorderRadius:false,isRed:true,layoutId:\"YEuM1Q8u4\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:0,topRightRadius:0,url:\"https://youtube.com/shorts/1KxL5mcda0U?feature=share\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1j9f7fg\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v65\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{direction:\"rtl\"},children:\"\u0646\u0634\u0627\u0637 \u0627\u0644\u062A\u062E\u0636\u064A\u0631 \u0628\u0645\u062F\u0631\u0633\u0629 \u0627\u0644\u0628\u064A\u0631\u0642 \u0627\u0644\u0627\u0628\u062A\u062F\u0627\u0626\u064A\u0629 - \u0628\u0646\u0627\u062A\"})}),className:\"framer-h5xzam\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nly064\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-oc3b06-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"jOLwEWDb7\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"jOLwEWDb7\",isMixedBorderRadius:false,isRed:true,layoutId:\"jOLwEWDb7\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:0,topRightRadius:0,url:getLocalizedValue(\"v59\",activeLocale)??\"https://youtube.com/shorts/Ra3DCOr7hdY?feature=share\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-wx7jvg\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v60\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{direction:\"rtl\"},children:\"\u0628\u0637\u0648\u0644\u0629 \u0645\u062F\u0631\u0633\u0629 \u0639\u0628\u062F\u0627\u0644\u0644\u0647 \u062E\u0644\u0641 \u0627\u0644\u062F\u062D\u064A\u0627\u0646 \u0627\u0644\u0627\u0628\u062A\u062F\u0627\u0626\u064A\u0629 \u0628\u0646\u064A\u0646 \u0644\u0643\u0631\u0629 \u0627\u0644\u0642\u062F\u0645\"})}),className:\"framer-uffw07\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1svfptj\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qen5yc-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"w0MaLUk0L\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"w0MaLUk0L\",isMixedBorderRadius:false,isRed:true,layoutId:\"w0MaLUk0L\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:0,topRightRadius:0,url:\"https://youtube.com/shorts/WdIgxxVKEq8?feature=share\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-13kjzty\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v66\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"blockquote\",{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1k9uixy\",\"data-styles-preset\":\"A7YTVQYta\",style:{\"--framer-text-alignment\":\"center\"},children:\"Bankee | \u0627\u0644\u064A\u0648\u0645 \u0627\u0644\u0639\u0627\u0644\u0645\u064A \u0644\u0644\u0644\u063A\u0629 \u0627\u0644\u0639\u0631\u0628\u064A\u0629\"})})}),className:\"framer-1souszg\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vtj9dq\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-124ngnz-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"ipfqqjDzI\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"ipfqqjDzI\",isMixedBorderRadius:false,isRed:true,layoutId:\"ipfqqjDzI\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:0,topRightRadius:0,url:\"https://youtube.com/shorts/-abhANHKPq8?feature=share\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-f84dr0\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v67\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{direction:\"rtl\"},children:\"\u0644\u0642\u0627\u0621 \u0645\u062F\u064A\u0631\u0627\u062A \u0627\u0644\u0645\u062F\u0627\u0631\u0633 \u0627\u0644\u0645\u0634\u0627\u0631\u0643\u0629 \u0641\u064A \u0628\u0631\u0646\u0627\u0645\u062C Bankee\"})}),className:\"framer-1x1g65b\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-g7nw6w\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-16kroj-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"t4S6U3CWn\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"t4S6U3CWn\",isMixedBorderRadius:false,isRed:true,layoutId:\"t4S6U3CWn\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:0,topRightRadius:0,url:\"https://youtu.be/6g3uaM_pvBI\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xfvy2i\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v68\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1k9uixy\",\"data-styles-preset\":\"A7YTVQYta\",style:{\"--framer-text-alignment\":\"center\",direction:\"rtl\"},children:\"\u0632\u064A\u0627\u0631\u0629 \u0645\u062F\u0631\u0633\u0629 \u0644\u0637\u064A\u0641\u0629 \u0645\u062D\u0645\u062F \u0627\u0644\u0628\u0631\u0627\u0643 \u0627\u0644\u0627\u0628\u062A\u062F\u0627\u0626\u064A\u0629 - \u0628\u0646\u0627\u062A\"})}),className:\"framer-1ygnt9q\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-g7nw6w\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-16kroj-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"t4S6U3CWn\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"t4S6U3CWn\",isMixedBorderRadius:false,isRed:true,layoutId:\"t4S6U3CWn\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:0,topRightRadius:0,url:\"https://youtu.be/6g3uaM_pvBI\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xfvy2i\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v68\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1k9uixy\",\"data-styles-preset\":\"A7YTVQYta\",style:{\"--framer-text-alignment\":\"center\",direction:\"rtl\"},children:\"\u0632\u064A\u0627\u0631\u0629 \u0645\u062F\u0631\u0633\u0629 \u0644\u0637\u064A\u0641\u0629 \u0645\u062D\u0645\u062F \u0627\u0644\u0628\u0631\u0627\u0643 \u0627\u0644\u0627\u0628\u062A\u062F\u0627\u0626\u064A\u0629 - \u0628\u0646\u0627\u062A\"})}),className:\"framer-1ygnt9q\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-119aayt\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1udizys-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"IyFAsgRfy\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"IyFAsgRfy\",isMixedBorderRadius:false,isRed:true,layoutId:\"IyFAsgRfy\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:0,topRightRadius:0,url:\"https://youtube.com/shorts/atvfqHKaos4?feature=share\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lrkerl\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v69\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1k9uixy\",\"data-styles-preset\":\"A7YTVQYta\",style:{\"--framer-text-alignment\":\"center\",direction:\"rtl\"},children:\"\u0642\u0631\u0642\u064A\u0639\u0627\u0646 Bankee\"})}),className:\"framer-cxqxth\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-whqq1u\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xxzhi2-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"pwNpXKBzd\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"pwNpXKBzd\",isMixedBorderRadius:false,isRed:true,layoutId:\"pwNpXKBzd\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:0,topRightRadius:0,url:\"https://youtube.com/shorts/dxq6hyq8Qjg\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1klx6ae\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v70\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1k9uixy\",\"data-styles-preset\":\"A7YTVQYta\",style:{\"--framer-text-alignment\":\"center\",direction:\"rtl\"},children:\"\u064A\u0648\u0645 \u0627\u0644\u0623\u0645 \u0645\u0639 \u0645\u0648\u0638\u0641\u064A\u0646 \u0628\u0646\u0643\u064A \u0628\u0645\u062F\u0631\u0633\u0629 \u062D\u0633\u064A\u0646 \u0627\u0644\u0639\u0633\u0639\u0648\u0633\u064A\"})}),className:\"framer-14p3s43\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19o03kv\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ozd1ao-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"rqI3EiuZx\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"rqI3EiuZx\",isMixedBorderRadius:false,isRed:true,layoutId:\"rqI3EiuZx\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:0,topRightRadius:0,url:\"https://youtube.com/shorts/1MN8IMCTrI0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1r4zgje\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v71\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1k9uixy\",\"data-styles-preset\":\"A7YTVQYta\",style:{\"--framer-text-alignment\":\"center\",direction:\"rtl\"},children:\"\u0633\u0628\u0627\u0642 \u0645\u062F\u0631\u0633\u0629 \u0634\u064A\u062E\u0627\u0646 \u0627\u0644\u0641\u0627\u0631\u0633\u064A \u0644\u0644\u0645\u0634\u064A\"})}),className:\"framer-1i607ut\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-fmd052\",\"data-framer-name\":\"Section (Fill, TB 50) / Logos\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-66gh53\",\"data-framer-name\":\"Container (Max 83%, RL 20)\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v72\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-q2ybry\",\"data-styles-preset\":\"xQaGeseCC\",style:{direction:\"rtl\"},children:\"\u0634\u0631\u0643\u0627\u0621 Bankee \u0627\u0644\u0627\u0633\u062A\u0631\u0627\u062A\u064A\u062C\u064A\u0648\u0646\"})}),className:\"framer-zst95\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wgu074\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CcmHrekcs:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:92,intrinsicWidth:272,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+8760.4+80+0+0+102+10),pixelHeight:697,pixelWidth:2071,sizes:\"136px\",src:\"https://framerusercontent.com/images/JksIeXbtdmLtnjMx5JnLz8eLjc.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/JksIeXbtdmLtnjMx5JnLz8eLjc.png?scale-down-to=512 512w,https://framerusercontent.com/images/JksIeXbtdmLtnjMx5JnLz8eLjc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JksIeXbtdmLtnjMx5JnLz8eLjc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/JksIeXbtdmLtnjMx5JnLz8eLjc.png 2071w\"}},ORal8hteE:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:92,intrinsicWidth:272,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+9526.2+60+0+0+102+0+308),pixelHeight:697,pixelWidth:2071,sizes:\"105px\",src:\"https://framerusercontent.com/images/JksIeXbtdmLtnjMx5JnLz8eLjc.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/JksIeXbtdmLtnjMx5JnLz8eLjc.png?scale-down-to=512 512w,https://framerusercontent.com/images/JksIeXbtdmLtnjMx5JnLz8eLjc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JksIeXbtdmLtnjMx5JnLz8eLjc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/JksIeXbtdmLtnjMx5JnLz8eLjc.png 2071w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:92,intrinsicWidth:272,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+7828.8+100+0+0+102+10),pixelHeight:697,pixelWidth:2071,sizes:\"136px\",src:\"https://framerusercontent.com/images/JksIeXbtdmLtnjMx5JnLz8eLjc.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/JksIeXbtdmLtnjMx5JnLz8eLjc.png?scale-down-to=512 512w,https://framerusercontent.com/images/JksIeXbtdmLtnjMx5JnLz8eLjc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JksIeXbtdmLtnjMx5JnLz8eLjc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/JksIeXbtdmLtnjMx5JnLz8eLjc.png 2071w\"},className:\"framer-b317h9\",\"data-framer-name\":\"Logo\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CcmHrekcs:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:92,intrinsicWidth:272,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+8760.4+80+0+0+102+10),pixelHeight:745,pixelWidth:1061,positionX:\"center\",positionY:\"center\",sizes:\"136px\",src:\"https://framerusercontent.com/images/AjHhXQS7reCwWp23dDCqdoBzV7A.webp?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/AjHhXQS7reCwWp23dDCqdoBzV7A.webp?scale-down-to=512 512w,https://framerusercontent.com/images/AjHhXQS7reCwWp23dDCqdoBzV7A.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/AjHhXQS7reCwWp23dDCqdoBzV7A.webp 1061w\"}},ORal8hteE:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:92,intrinsicWidth:272,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+9526.2+60+0+0+102+0+212),pixelHeight:745,pixelWidth:1061,positionX:\"center\",positionY:\"center\",sizes:\"136px\",src:\"https://framerusercontent.com/images/AjHhXQS7reCwWp23dDCqdoBzV7A.webp?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/AjHhXQS7reCwWp23dDCqdoBzV7A.webp?scale-down-to=512 512w,https://framerusercontent.com/images/AjHhXQS7reCwWp23dDCqdoBzV7A.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/AjHhXQS7reCwWp23dDCqdoBzV7A.webp 1061w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:92,intrinsicWidth:272,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+7828.8+100+0+0+102+10),pixelHeight:745,pixelWidth:1061,positionX:\"center\",positionY:\"center\",sizes:\"136px\",src:\"https://framerusercontent.com/images/AjHhXQS7reCwWp23dDCqdoBzV7A.webp?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/AjHhXQS7reCwWp23dDCqdoBzV7A.webp?scale-down-to=512 512w,https://framerusercontent.com/images/AjHhXQS7reCwWp23dDCqdoBzV7A.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/AjHhXQS7reCwWp23dDCqdoBzV7A.webp 1061w\"},className:\"framer-1fld0zf\",\"data-framer-name\":\"Logo\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CcmHrekcs:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:92,intrinsicWidth:272,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+8760.4+80+0+0+102+0),pixelHeight:1202,pixelWidth:1231,positionX:\"center\",positionY:\"center\",sizes:\"82px\",src:\"https://framerusercontent.com/images/nIspg7zClEJnfzwB2aIg21Au5HM.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/nIspg7zClEJnfzwB2aIg21Au5HM.png?scale-down-to=512 512w,https://framerusercontent.com/images/nIspg7zClEJnfzwB2aIg21Au5HM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nIspg7zClEJnfzwB2aIg21Au5HM.png 1231w\"}},ORal8hteE:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:92,intrinsicWidth:272,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+9526.2+60+0+0+102+0+96),pixelHeight:1202,pixelWidth:1231,positionX:\"center\",positionY:\"center\",sizes:\"82px\",src:\"https://framerusercontent.com/images/nIspg7zClEJnfzwB2aIg21Au5HM.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/nIspg7zClEJnfzwB2aIg21Au5HM.png?scale-down-to=512 512w,https://framerusercontent.com/images/nIspg7zClEJnfzwB2aIg21Au5HM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nIspg7zClEJnfzwB2aIg21Au5HM.png 1231w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:92,intrinsicWidth:272,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+7828.8+100+0+0+102+0),pixelHeight:1202,pixelWidth:1231,positionX:\"center\",positionY:\"center\",sizes:\"82px\",src:\"https://framerusercontent.com/images/nIspg7zClEJnfzwB2aIg21Au5HM.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/nIspg7zClEJnfzwB2aIg21Au5HM.png?scale-down-to=512 512w,https://framerusercontent.com/images/nIspg7zClEJnfzwB2aIg21Au5HM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nIspg7zClEJnfzwB2aIg21Au5HM.png 1231w\"},className:\"framer-1237dxy\",\"data-framer-name\":\"Logo\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CcmHrekcs:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:92,intrinsicWidth:272,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+8760.4+80+0+0+102+10),pixelHeight:1430,pixelWidth:2968,positionX:\"center\",positionY:\"center\",sizes:\"136px\",src:\"https://framerusercontent.com/images/jhI2cmnmriHxNz761lfeHV67Vk.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/jhI2cmnmriHxNz761lfeHV67Vk.png?scale-down-to=512 512w,https://framerusercontent.com/images/jhI2cmnmriHxNz761lfeHV67Vk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/jhI2cmnmriHxNz761lfeHV67Vk.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/jhI2cmnmriHxNz761lfeHV67Vk.png 2968w\"}},ORal8hteE:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:92,intrinsicWidth:272,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+9526.2+60+0+0+102+0+0),pixelHeight:1430,pixelWidth:2968,positionX:\"center\",positionY:\"center\",sizes:\"136px\",src:\"https://framerusercontent.com/images/jhI2cmnmriHxNz761lfeHV67Vk.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/jhI2cmnmriHxNz761lfeHV67Vk.png?scale-down-to=512 512w,https://framerusercontent.com/images/jhI2cmnmriHxNz761lfeHV67Vk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/jhI2cmnmriHxNz761lfeHV67Vk.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/jhI2cmnmriHxNz761lfeHV67Vk.png 2968w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:92,intrinsicWidth:272,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+7828.8+100+0+0+102+10),pixelHeight:1430,pixelWidth:2968,positionX:\"center\",positionY:\"center\",sizes:\"136px\",src:\"https://framerusercontent.com/images/jhI2cmnmriHxNz761lfeHV67Vk.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/jhI2cmnmriHxNz761lfeHV67Vk.png?scale-down-to=512 512w,https://framerusercontent.com/images/jhI2cmnmriHxNz761lfeHV67Vk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/jhI2cmnmriHxNz761lfeHV67Vk.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/jhI2cmnmriHxNz761lfeHV67Vk.png 2968w\"},className:\"framer-awwl0y\",\"data-framer-name\":\"Logo\"})})]})]})})]})}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Ts5mx.framer-lux5qc, .framer-Ts5mx .framer-lux5qc { display: block; }\",\".framer-Ts5mx.framer-72rtr7 { align-content: center; align-items: center; background-color: #ffffff; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-Ts5mx .framer-11yezan { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Ts5mx .framer-8p42m0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 100px 0px 100px 0px; position: relative; width: 100%; }\",\".framer-Ts5mx .framer-7pqo04, .framer-Ts5mx .framer-l0fqol, .framer-Ts5mx .framer-1ypvzck, .framer-Ts5mx .framer-w36s5i, .framer-Ts5mx .framer-18o3aj3, .framer-Ts5mx .framer-ili6pk, .framer-Ts5mx .framer-ouxlf4, .framer-Ts5mx .framer-18ss04, .framer-Ts5mx .framer-66gh53 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; max-width: 83%; overflow: hidden; padding: 0px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-Ts5mx .framer-5mtqim { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Ts5mx .framer-1pycw9p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: sticky; top: 0px; width: 100%; z-index: 1; }\",\".framer-Ts5mx .framer-150vams { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Ts5mx .framer-yvnxv { flex: none; height: 120px; overflow: visible; position: relative; width: 238px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Ts5mx .framer-kpmz62 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 238px; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-Ts5mx .framer-hjkf6b { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; overflow: visible; position: relative; white-space: pre-wrap; width: 238px; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-Ts5mx .framer-5w23g2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 400px; }\",\".framer-Ts5mx .framer-1or24ta-container, .framer-Ts5mx .framer-4uim8m-container { flex: none; height: auto; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); z-index: 2; }\",\".framer-Ts5mx .framer-1ve2vbr { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 0px 100px 0px; position: relative; width: 100%; }\",\".framer-Ts5mx .framer-1t7lhmd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Ts5mx .framer-1v09l2k { align-content: center; align-items: center; aspect-ratio: 1.976284584980237 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 114px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 224px; }\",\".framer-Ts5mx .framer-1lgor4i { flex: 1 0 0px; height: 100%; overflow: visible; position: relative; width: 1px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Ts5mx .framer-ojjx50 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: auto; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-Ts5mx .framer-ep9xys-container { flex: none; height: 184px; position: relative; width: 184px; }\",\".framer-Ts5mx .framer-118xfb2 { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; overflow: visible; position: relative; white-space: pre-wrap; width: 897px; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-Ts5mx .framer-hweipl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; overflow: visible; padding: 100px 0px 100px 0px; position: relative; width: 100%; }\",\".framer-Ts5mx .framer-dd33fb, .framer-Ts5mx .framer-1v78ktw, .framer-Ts5mx .framer-17970ss, .framer-Ts5mx .framer-49978w, .framer-Ts5mx .framer-8pqa5z, .framer-Ts5mx .framer-r6n876, .framer-Ts5mx .framer-10plnjg, .framer-Ts5mx .framer-b43209, .framer-Ts5mx .framer-ykij05, .framer-Ts5mx .framer-e1w9tg, .framer-Ts5mx .framer-13ndd4y, .framer-Ts5mx .framer-1v4x9x7, .framer-Ts5mx .framer-1cvmhej, .framer-Ts5mx .framer-i2ur8k, .framer-Ts5mx .framer-uffw07, .framer-Ts5mx .framer-159ulxs, .framer-Ts5mx .framer-hqs757, .framer-Ts5mx .framer-1xlighh, .framer-Ts5mx .framer-h5xzam, .framer-Ts5mx .framer-1souszg, .framer-Ts5mx .framer-1x1g65b, .framer-Ts5mx .framer-1ygnt9q, .framer-Ts5mx .framer-cxqxth, .framer-Ts5mx .framer-14p3s43, .framer-Ts5mx .framer-1i607ut { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Ts5mx .framer-1qa2t4d, .framer-Ts5mx .framer-fgn54r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Ts5mx .framer-64s0w9 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 1px; }\",\".framer-Ts5mx .framer-8t73xn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Ts5mx .framer-1l89jop, .framer-Ts5mx .framer-1twkdwe, .framer-Ts5mx .framer-1yeo329, .framer-Ts5mx .framer-11n2f57, .framer-Ts5mx .framer-3uud3l, .framer-Ts5mx .framer-yiolfu, .framer-Ts5mx .framer-1ava5h2, .framer-Ts5mx .framer-1bnjrpf, .framer-Ts5mx .framer-3mivd1, .framer-Ts5mx .framer-1gh3nt, .framer-Ts5mx .framer-1o2vtd5, .framer-Ts5mx .framer-mdngau, .framer-Ts5mx .framer-r5zlyx { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Ts5mx .framer-oeccoz { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 10px 0px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Ts5mx .framer-1ovrjqd { align-content: center; align-items: center; background-color: var(--token-788f1ff8-318f-47d9-9b1d-b2011dc227ea, #14477d); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Ts5mx .framer-b6bfvc { align-content: center; align-items: center; background-color: var(--token-788f1ff8-318f-47d9-9b1d-b2011dc227ea, #14477d); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 48px; justify-content: center; overflow: hidden; padding: 0px 24px 0px 24px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-Ts5mx .framer-1eitmef { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 19px); overflow: visible; position: relative; width: 19px; }\",\".framer-Ts5mx .framer-1chyolx { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-Ts5mx .framer-1pjepf1 { align-self: stretch; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: 0.5 0 0px; height: auto; overflow: visible; position: relative; width: 1px; }\",\".framer-Ts5mx .framer-dk1ito { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 70px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 0px 100px 0px; position: relative; width: 100%; }\",\".framer-Ts5mx .framer-1dlbj9u, .framer-Ts5mx .framer-1agmdvm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; max-width: 83%; overflow: visible; padding: 0px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-Ts5mx .framer-11q0lu9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Ts5mx .framer-1dwhi0v { aspect-ratio: 1.74 / 1; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: none; height: var(--framer-aspect-ratio-supported, 224px); overflow: visible; position: relative; width: 389px; }\",\".framer-Ts5mx .framer-1gufjd, .framer-Ts5mx .framer-w0gamw { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 1px; }\",\".framer-Ts5mx .framer-1yph6xp { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: visible; padding: 100px 0px 100px 0px; position: relative; width: 100%; }\",\".framer-Ts5mx .framer-4x5pq3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 75%; }\",\".framer-Ts5mx .framer-16vp59i, .framer-Ts5mx .framer-f2fh7b, .framer-Ts5mx .framer-f7ucjj, .framer-Ts5mx .framer-1ej4bgx, .framer-Ts5mx .framer-14kay9z, .framer-Ts5mx .framer-85q0ur, .framer-Ts5mx .framer-plpj9, .framer-Ts5mx .framer-ay2fcu, .framer-Ts5mx .framer-1bgyfo1, .framer-Ts5mx .framer-zst95 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-Ts5mx .framer-qajdy2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 1000px; }\",\".framer-Ts5mx .framer-4xtqxx-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; z-index: 2; }\",\".framer-Ts5mx .framer-10p8gk7, .framer-Ts5mx .framer-fmd052 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 0px 100px 0px; position: relative; width: 100%; }\",\".framer-Ts5mx .framer-qpko3y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; max-width: 83%; overflow: visible; padding: 0px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-Ts5mx .framer-13p56n5, .framer-Ts5mx .framer-86ajtz { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Ts5mx .framer-udjdsq, .framer-Ts5mx .framer-1iuj493 { border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: none; height: 250px; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-Ts5mx .framer-1pp2rhf, .framer-Ts5mx .framer-wzbmzj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-Ts5mx .framer-s0yrfw, .framer-Ts5mx .framer-hz886s { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 390px; word-break: break-word; word-wrap: break-word; }\",\".framer-Ts5mx .framer-1tsb6cl { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 0px 100px 0px; position: relative; width: 100%; }\",\".framer-Ts5mx .framer-141aij6, .framer-Ts5mx .framer-1d5w85t, .framer-Ts5mx .framer-lrldqh, .framer-Ts5mx .framer-1ymrxm7, .framer-Ts5mx .framer-1f0ple6, .framer-Ts5mx .framer-1iof2en, .framer-Ts5mx .framer-1ynqq5r, .framer-Ts5mx .framer-1b5jwsq, .framer-Ts5mx .framer-e6yx22 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Ts5mx .framer-1v2g3zq { display: grid; flex: none; gap: 48px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(200px, 1fr)); grid-template-rows: repeat(2, min-content); height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 75%; }\",\".framer-Ts5mx .framer-18k6toy, .framer-Ts5mx .framer-1grn77s, .framer-Ts5mx .framer-19j63nf, .framer-Ts5mx .framer-1qfcweh, .framer-Ts5mx .framer-15f25fj { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: auto; justify-content: center; justify-self: start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Ts5mx .framer-1o0ept7, .framer-Ts5mx .framer-mxvsfs, .framer-Ts5mx .framer-1xw8x1z, .framer-Ts5mx .framer-ymlesi, .framer-Ts5mx .framer-mvz60a, .framer-Ts5mx .framer-1dxptl { align-content: center; align-items: center; aspect-ratio: 1 / 1; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: var(--framer-aspect-ratio-supported, 150px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 150px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Ts5mx .framer-1kuhnd1, .framer-Ts5mx .framer-fpjubn, .framer-Ts5mx .framer-1kpj4s2, .framer-Ts5mx .framer-1238ejs, .framer-Ts5mx .framer-xiyow2, .framer-Ts5mx .framer-1msylla { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-Ts5mx .framer-asz9yl { align-content: center; align-items: center; align-self: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: auto; justify-content: center; justify-self: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Ts5mx .framer-1j7xbo7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 0px 100px 0px; position: relative; width: 100%; }\",\".framer-Ts5mx .framer-3u372s { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 82px; height: min-content; justify-content: center; min-height: 200px; min-width: 200px; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-Ts5mx .framer-1k2skuj, .framer-Ts5mx .framer-13xkcgs { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 37px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: auto; }\",\".framer-Ts5mx .framer-17qje80, .framer-Ts5mx .framer-1xe1lac, .framer-Ts5mx .framer-14nfjpi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Ts5mx .framer-2ws6gy, .framer-Ts5mx .framer-1fp0pt1, .framer-Ts5mx .framer-10ef534, .framer-Ts5mx .framer-1n8n061 { align-content: center; align-items: center; background-color: var(--token-a72fb5d2-dc63-432f-aa11-d3fc4fc03db3, #c6dfe7); border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 6px 10px 6px 10px; position: relative; width: min-content; }\",\".framer-Ts5mx .framer-1m41p12, .framer-Ts5mx .framer-j6srxa, .framer-Ts5mx .framer-1c6xin9, .framer-Ts5mx .framer-1rtubqk { background-color: var(--token-a72fb5d2-dc63-432f-aa11-d3fc4fc03db3, #c6dfe7); bottom: -5px; flex: none; height: 15px; left: 18px; overflow: hidden; position: absolute; width: 33px; z-index: 1; }\",\".framer-Ts5mx .framer-13i5duq { aspect-ratio: 0.8181818181818182 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 297px); overflow: visible; position: relative; width: 136px; }\",\".framer-Ts5mx .framer-1qrncw0 { aspect-ratio: 0.9946236559139785 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 115px); overflow: visible; position: relative; width: 113px; }\",\".framer-Ts5mx .framer-e6ndgx { aspect-ratio: 0.8181818181818182 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 252px); overflow: visible; position: relative; width: 206px; }\",\".framer-Ts5mx .framer-chczyr { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-Ts5mx .framer-1oxqndm { flex: none; height: 100px; overflow: visible; position: relative; width: 136px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Ts5mx .framer-dhs9ij-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-Ts5mx .framer-14mefsm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: visible; padding: 100px 0px 100px 0px; position: relative; width: 100%; }\",\".framer-Ts5mx .framer-jzvrx-container { flex: none; height: 300px; position: relative; width: 100%; }\",\".framer-Ts5mx .framer-gdkcjq { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 300px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-Ts5mx .framer-glwz6p-container, .framer-Ts5mx .framer-6jl8e4-container, .framer-Ts5mx .framer-1wzshj0-container, .framer-Ts5mx .framer-17xes28-container, .framer-Ts5mx .framer-su9r2m-container { flex: none; height: 100%; position: relative; width: auto; }\",\".framer-Ts5mx .framer-fgfxkv { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 0px 100px 0px; position: relative; width: 100%; }\",\".framer-Ts5mx .framer-j6aqqs-container { flex: none; height: 330px; position: relative; width: 100%; }\",\".framer-Ts5mx .framer-6uv5p3, .framer-Ts5mx .framer-11elsxk, .framer-Ts5mx .framer-8duj32, .framer-Ts5mx .framer-1mh5hv9, .framer-Ts5mx .framer-6mbvev { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; box-shadow: 0px 0.7961918735236395px 2.3885756205709185px -0.625px rgba(0, 0, 0, 0.05), 0px 2.414506143104518px 7.2435184293135535px -1.25px rgba(0, 0, 0, 0.05), 0px 6.382653521484461px 19.147960564453385px -1.875px rgba(0, 0, 0, 0.05), 0px 20px 60px -2.5px rgba(0, 0, 0, 0.05); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 376px; justify-content: flex-start; padding: 30px; position: relative; width: 306px; }\",\".framer-Ts5mx .framer-rlxui0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Ts5mx .framer-7618q6, .framer-Ts5mx .framer-2p73bu, .framer-Ts5mx .framer-1pdpjiv, .framer-Ts5mx .framer-1oo8b94, .framer-Ts5mx .framer-1hlr9u3, .framer-Ts5mx .framer-gvbl2d { aspect-ratio: 1 / 1; border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; border-top-left-radius: 50%; border-top-right-radius: 50%; flex: none; height: var(--framer-aspect-ratio-supported, 50px); overflow: hidden; position: relative; width: 50px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Ts5mx .framer-a6ttl7, .framer-Ts5mx .framer-1fgd28w, .framer-Ts5mx .framer-shvw8g, .framer-Ts5mx .framer-e7u2od, .framer-Ts5mx .framer-1nuv042, .framer-Ts5mx .framer-u4j6w9 { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-Ts5mx .framer-1e347it, .framer-Ts5mx .framer-a2wa5a, .framer-Ts5mx .framer-1ndlkri, .framer-Ts5mx .framer-4et69b, .framer-Ts5mx .framer-1cgwkzs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Ts5mx .framer-f3hh5w { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; box-shadow: 0px 0.7961918735236395px 2.3885756205709185px -0.625px rgba(0, 0, 0, 0.05), 0px 2.414506143104518px 7.2435184293135535px -1.25px rgba(0, 0, 0, 0.05), 0px 6.382653521484461px 19.147960564453385px -1.875px rgba(0, 0, 0, 0.05), 0px 20px 60px -2.5px rgba(0, 0, 0, 0.05); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: 376px; justify-content: flex-start; padding: 30px; position: relative; width: 306px; }\",\".framer-Ts5mx .framer-1dxu0q1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: visible; padding: 100px 0px 100px 0px; position: relative; width: 100%; }\",\".framer-Ts5mx .framer-1g7icqr { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; max-width: 83%; overflow: hidden; padding: 0px 20px 0px 20px; position: relative; width: 1px; }\",\".framer-Ts5mx .framer-1x3v7dm { border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: 0.5 0 0px; height: 250px; overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Ts5mx .framer-1oavhmp { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 22px; height: min-content; justify-content: center; overflow: visible; padding: 100px 0px 100px 0px; position: relative; width: 100%; }\",\".framer-Ts5mx .framer-19il9ag-container { flex: none; height: 332px; position: relative; width: 100%; }\",\".framer-Ts5mx .framer-1k8rby3, .framer-Ts5mx .framer-13vebna, .framer-Ts5mx .framer-nly064, .framer-Ts5mx .framer-24ge97, .framer-Ts5mx .framer-79z03q, .framer-Ts5mx .framer-1ip8erb, .framer-Ts5mx .framer-1au8t2e, .framer-Ts5mx .framer-1svfptj, .framer-Ts5mx .framer-vtj9dq, .framer-Ts5mx .framer-g7nw6w, .framer-Ts5mx .framer-119aayt, .framer-Ts5mx .framer-whqq1u, .framer-Ts5mx .framer-19o03kv { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; box-shadow: 0px 0.7961918735236395px 2.3885756205709185px -0.625px rgba(0, 0, 0, 0.05), 0px 2.414506143104518px 7.2435184293135535px -1.25px rgba(0, 0, 0, 0.05), 0px 6.382653521484461px 19.147960564453385px -1.875px rgba(0, 0, 0, 0.05), 0px 20px 60px -2.5px rgba(0, 0, 0, 0.05); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 418px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Ts5mx .framer-11ennz9-container, .framer-Ts5mx .framer-cuooz9-container, .framer-Ts5mx .framer-oc3b06-container, .framer-Ts5mx .framer-192ksf8-container, .framer-Ts5mx .framer-krkbau-container, .framer-Ts5mx .framer-1x2d842-container, .framer-Ts5mx .framer-14jme7x-container, .framer-Ts5mx .framer-1qen5yc-container, .framer-Ts5mx .framer-124ngnz-container, .framer-Ts5mx .framer-16kroj-container, .framer-Ts5mx .framer-1udizys-container, .framer-Ts5mx .framer-1xxzhi2-container, .framer-Ts5mx .framer-1ozd1ao-container { flex: none; height: 225px; position: relative; width: 100%; }\",\".framer-Ts5mx .framer-1xvyjtm, .framer-Ts5mx .framer-54id6n, .framer-Ts5mx .framer-wx7jvg, .framer-Ts5mx .framer-x2an5l, .framer-Ts5mx .framer-tm0oae, .framer-Ts5mx .framer-155hpnl, .framer-Ts5mx .framer-1j9f7fg, .framer-Ts5mx .framer-13kjzty, .framer-Ts5mx .framer-f84dr0, .framer-Ts5mx .framer-1xfvy2i, .framer-Ts5mx .framer-1lrkerl, .framer-Ts5mx .framer-1klx6ae, .framer-Ts5mx .framer-1r4zgje { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 20px; height: 108px; justify-content: center; padding: 15px; position: relative; width: 100%; }\",\".framer-Ts5mx .framer-wgu074 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Ts5mx .framer-b317h9, .framer-Ts5mx .framer-1fld0zf, .framer-Ts5mx .framer-awwl0y { aspect-ratio: 2.9565217391304346 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 46px); overflow: hidden; position: relative; width: 136px; }\",\".framer-Ts5mx .framer-1237dxy { flex: none; height: 66px; overflow: hidden; position: relative; width: 82px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-Ts5mx.framer-72rtr7 { width: 810px; } .framer-Ts5mx .framer-ep9xys-container, .framer-Ts5mx .framer-s0yrfw, .framer-Ts5mx .framer-hz886s, .framer-Ts5mx .framer-1v2g3zq { width: 100%; } .framer-Ts5mx .framer-1ypvzck, .framer-Ts5mx .framer-ili6pk { order: 0; } .framer-Ts5mx .framer-1pjepf1 { align-self: unset; aspect-ratio: 1.26 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 199px); width: 250px; } .framer-Ts5mx .framer-dk1ito, .framer-Ts5mx .framer-1yph6xp, .framer-Ts5mx .framer-10p8gk7 { padding: 80px 40px 80px 40px; } .framer-Ts5mx .framer-1dwhi0v { height: var(--framer-aspect-ratio-supported, 173px); width: 300px; } .framer-Ts5mx .framer-qpko3y, .framer-Ts5mx .framer-1dxu0q1 { flex-direction: column; } .framer-Ts5mx .framer-13p56n5, .framer-Ts5mx .framer-86ajtz { flex: none; width: 100%; } .framer-Ts5mx .framer-udjdsq, .framer-Ts5mx .framer-1iuj493 { aspect-ratio: 2.52 / 1; height: var(--framer-aspect-ratio-supported, 113px); width: 50%; } .framer-Ts5mx .framer-1j7xbo7 { gap: 74px; } .framer-Ts5mx .framer-3u372s { gap: 123px; min-height: unset; min-width: unset; width: 100%; } .framer-Ts5mx .framer-1k2skuj, .framer-Ts5mx .framer-13xkcgs { align-self: unset; width: 100%; } .framer-Ts5mx .framer-13i5duq { height: var(--framer-aspect-ratio-supported, 166px); } .framer-Ts5mx .framer-1qrncw0 { height: var(--framer-aspect-ratio-supported, 114px); } .framer-Ts5mx .framer-e6ndgx { height: var(--framer-aspect-ratio-supported, 145px); width: 118px; } .framer-Ts5mx .framer-chczyr { flex: none; width: 150px; } .framer-Ts5mx .framer-fgfxkv, .framer-Ts5mx .framer-1oavhmp, .framer-Ts5mx .framer-fmd052 { padding: 80px 0px 80px 0px; } .framer-Ts5mx .framer-1g7icqr { flex: none; flex-direction: column; order: 0; width: 100%; } .framer-Ts5mx .framer-w0gamw { flex: none; order: 1; width: 100%; } .framer-Ts5mx .framer-1x3v7dm { flex: none; order: 0; width: 50%; }}\",\"@media (max-width: 809px) { .framer-Ts5mx.framer-72rtr7 { width: 390px; } .framer-Ts5mx .framer-11yezan { padding: 0px 16px 0px 16px; } .framer-Ts5mx .framer-8p42m0, .framer-Ts5mx .framer-7pqo04, .framer-Ts5mx .framer-1ypvzck, .framer-Ts5mx .framer-awwl0y { order: 0; } .framer-Ts5mx .framer-hweipl { gap: 17px; order: 2; padding: 0px 25px 100px 25px; } .framer-Ts5mx .framer-b6bfvc { background-color: unset; } .framer-Ts5mx .framer-dk1ito { order: 3; padding: 60px 20px 60px 20px; } .framer-Ts5mx .framer-11q0lu9, .framer-Ts5mx .framer-qpko3y, .framer-Ts5mx .framer-wgu074 { flex-direction: column; } .framer-Ts5mx .framer-1dwhi0v { height: var(--framer-aspect-ratio-supported, 144px); width: 250px; } .framer-Ts5mx .framer-1gufjd, .framer-Ts5mx .framer-13p56n5, .framer-Ts5mx .framer-86ajtz { flex: none; width: 100%; } .framer-Ts5mx .framer-1yph6xp { order: 4; padding: 60px 20px 60px 20px; } .framer-Ts5mx .framer-qajdy2, .framer-Ts5mx .framer-s0yrfw, .framer-Ts5mx .framer-hz886s { width: 100%; } .framer-Ts5mx .framer-10p8gk7 { order: 5; padding: 60px 20px 60px 20px; } .framer-Ts5mx .framer-udjdsq, .framer-Ts5mx .framer-1iuj493 { aspect-ratio: 1.272 / 1; height: var(--framer-aspect-ratio-supported, 89px); width: 50%; } .framer-Ts5mx .framer-1tsb6cl { order: 6; } .framer-Ts5mx .framer-1v2g3zq { grid-template-columns: repeat(1, minmax(200px, 1fr)); } .framer-Ts5mx .framer-1o0ept7, .framer-Ts5mx .framer-mxvsfs, .framer-Ts5mx .framer-1xw8x1z, .framer-Ts5mx .framer-ymlesi, .framer-Ts5mx .framer-mvz60a, .framer-Ts5mx .framer-1dxptl { height: var(--framer-aspect-ratio-supported, 100px); width: 50%; } .framer-Ts5mx .framer-1j7xbo7 { gap: 74px; order: 7; } .framer-Ts5mx .framer-3u372s { align-content: center; align-items: center; gap: 62px; min-height: unset; min-width: unset; width: 100%; } .framer-Ts5mx .framer-1k2skuj, .framer-Ts5mx .framer-13xkcgs { align-self: unset; width: 100%; } .framer-Ts5mx .framer-13i5duq { aspect-ratio: 0.8192771084337349 / 1; height: var(--framer-aspect-ratio-supported, 92px); width: 75px; } .framer-Ts5mx .framer-1qrncw0 { aspect-ratio: 0.9955947136563876 / 1; height: var(--framer-aspect-ratio-supported, 76px); width: 75px; } .framer-Ts5mx .framer-e6ndgx { aspect-ratio: 0.8168168168168168 / 1; height: var(--framer-aspect-ratio-supported, 92px); width: 75px; } .framer-Ts5mx .framer-chczyr { flex: none; overflow: visible; width: 109px; } .framer-Ts5mx .framer-1oxqndm { aspect-ratio: 1.36 / 1; height: var(--framer-aspect-ratio-supported, 55px); width: 75px; } .framer-Ts5mx .framer-14mefsm { order: 8; width: 92%; } .framer-Ts5mx .framer-fgfxkv { order: 9; } .framer-Ts5mx .framer-1b5jwsq, .framer-Ts5mx .framer-zst95 { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-Ts5mx .framer-1dxu0q1 { flex-direction: column; order: 10; } .framer-Ts5mx .framer-1g7icqr { flex: none; flex-direction: column; width: 100%; } .framer-Ts5mx .framer-w0gamw { flex: none; order: 1; padding: 0px 10px 0px 10px; width: 100%; } .framer-Ts5mx .framer-1x3v7dm { aspect-ratio: 1.432 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 90px); order: 0; width: 50%; } .framer-Ts5mx .framer-1oavhmp { order: 11; padding: 60px 0px 60px 0px; } .framer-Ts5mx .framer-fmd052 { order: 12; padding: 60px 0px 60px 0px; } .framer-Ts5mx .framer-b317h9 { height: var(--framer-aspect-ratio-supported, 36px); order: 3; width: 105px; } .framer-Ts5mx .framer-1fld0zf { order: 2; } .framer-Ts5mx .framer-1237dxy { order: 1; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 8186\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"CcmHrekcs\":{\"layout\":[\"fixed\",\"auto\"]},\"ORal8hteE\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"bIsu8graW\":{\"pattern\":\":bIsu8graW\",\"name\":\"hero\"},\"tFnvpvMod\":{\"pattern\":\":tFnvpvMod\",\"name\":\"hero\"},\"Aebm8TbSD\":{\"pattern\":\":Aebm8TbSD\",\"name\":\"bankee-intro\"},\"jWGUZx68n\":{\"pattern\":\":jWGUZx68n\",\"name\":\"about-bankee\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-Ts5mx\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:8186,width:1200};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...BankeeTypefromFonts,...GameCardAnimationFonts,...FAQProgramDesignFonts,...HoverIconsFonts,...SpeakerFonts,...TickerFonts,...SlideshowFonts,...YouTubeFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerScrollSections\":\"{\\\"bIsu8graW\\\":{\\\"pattern\\\":\\\":bIsu8graW\\\",\\\"name\\\":\\\"hero\\\"},\\\"tFnvpvMod\\\":{\\\"pattern\\\":\\\":tFnvpvMod\\\",\\\"name\\\":\\\"hero\\\"},\\\"Aebm8TbSD\\\":{\\\"pattern\\\":\\\":Aebm8TbSD\\\",\\\"name\\\":\\\"bankee-intro\\\"},\\\"jWGUZx68n\\\":{\\\"pattern\\\":\\\":jWGUZx68n\\\",\\\"name\\\":\\\"about-bankee\\\"}}\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"CcmHrekcs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ORal8hteE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerResponsiveScreen\":\"\",\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"8186\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "8hCAAigB,IAAMA,GAAW,GAAG,EAA6sB,IAAMC,GAAE,CAAC,GAAG,GAAG,IAAI,EAAE,EAAE,GAAG,EAAE,GAAG,EAM/vC,SAASC,GAAkB,EAAED,EAAE,CAAC,OAAOA,EAAE,GAAG,IAAIA,GAAG,CAAC,CCNG,IAAME,GAAW,CAAC,EAAEC,EAAEC,OAAO,EAAE,EAAEA,EAAE,EAAED,GAAG,GAAG,EAAEC,EAAE,EAAED,IAAI,EAAE,EAAEA,GAAG,EAAQC,GAAE,KAAWC,GAAE,GAAG,SAASC,GAAgB,EAAEH,EAAE,EAAEI,EAAE,EAAE,CAAC,IAAIC,EAAMC,EAAMC,EAAE,EAAE,GAAGD,EAAEN,GAAG,EAAEA,GAAG,EAAEK,EAAEN,GAAWO,EAAEF,EAAE,CAAC,EAAE,EAAEC,EAAE,EAAE,EAAEC,EAAEN,EAAEM,QAAQ,KAAK,IAAID,CAAC,EAAEJ,IAAG,EAAEM,EAAEL,IAAG,OAAOI,CAAC,CAAC,SAASE,GAAYR,EAAEC,EAAEC,EAAEO,EAAE,CAAC,GAAGT,IAAIC,GAAGC,IAAIO,EAAE,OAAOC,GAAE,IAAMC,EAASC,GAAGT,GAAgBS,EAAE,EAAE,EAAEZ,EAAEE,CAAC,EAAE,OAAOU,GAAOA,IAAJ,GAAWA,IAAJ,EAAMA,EAAEb,GAAWY,EAASC,CAAC,EAAEX,EAAEQ,CAAC,CAAC,CCApQ,IAAMI,GAAE,CAAC,KAAKC,GAAE,IAAI,GAAG,IAAI,CAAC,EAAE,UAAUA,GAAE,IAAI,EAAE,EAAE,CAAC,EAAE,cAAcA,GAAE,IAAI,EAAE,IAAI,CAAC,EAAE,WAAWA,GAAE,EAAE,EAAE,IAAI,CAAC,CAAC,ECA2d,SAASC,GAAOC,EAAEC,EAAE,CAAC,IAAIC,EAAE,CAAC,EAAE,QAAQ,KAAKF,EAAE,OAAO,UAAU,eAAe,KAAKA,EAAE,CAAC,GAAGC,EAAE,QAAQ,CAAC,EAAE,IAAIC,EAAE,CAAC,EAAEF,EAAE,CAAC,GAAG,GAASA,GAAN,MAAsB,OAAO,OAAO,uBAA3B,WAAiD,CAAC,IAAIG,EAAE,EAAE,IAAI,EAAE,OAAO,sBAAsBH,CAAC,EAAEG,EAAE,EAAE,OAAOA,IAAIF,EAAE,QAAQ,EAAEE,CAAC,CAAC,EAAE,GAAG,OAAO,UAAU,qBAAqB,KAAKH,EAAE,EAAEG,CAAC,CAAC,IAAID,EAAE,EAAEC,CAAC,CAAC,EAAEH,EAAE,EAAEG,CAAC,CAAC,EAAE,CAAC,OAAOD,CAAC,CCArkC,IAAIE,GAAE,CAAC,EAAE,OAAO,eAAeA,GAAE,aAAa,CAAC,MAAM,EAAI,CAAC,EAAEA,GAAE,QAAQ,UAAU,CAAC,EAAEA,GAAE,UAAU,UAAU,CAAC,EAAE,IAAMC,GAAED,GAAE,WAAWE,GAAEF,GAAE,QAAQG,GAAEH,GAAE,UCAlF,IAAMI,GAAE,EAAE,SAASC,GAAsB,EAAEC,EAAEC,EAAE,CAAC,IAAMC,EAAE,KAAK,IAAIF,EAAEF,GAAE,CAAC,EAAE,OAAOK,GAAEF,EAAE,EAAEC,CAAC,EAAEF,EAAEE,CAAC,CAAC,CAAC,IAAMF,GAAE,CAAC,UAAU,IAAI,QAAQ,GAAG,KAAK,CAAC,EAAQI,GAAiB,CAACC,EAAEL,GAAE,UAAUM,EAAEN,GAAE,QAAQF,EAAEE,GAAE,OAAOM,GAAG,EAAE,KAAK,KAAKD,EAAEP,CAAC,GAAG,SAASS,GAAiBF,EAAEC,EAAER,EAAE,CAAC,OAAOO,EAAEC,GAAGR,GAAGQ,GAAGD,EAAEC,GAAGR,GAAGQ,CAAC,CAAC,IAAME,GAAO,CAAC,CAAC,UAAUH,EAAEL,GAAE,UAAU,QAAQF,EAAEE,GAAE,QAAQ,KAAKC,EAAED,GAAE,KAAK,KAAKE,EAAE,EAAE,GAAGO,EAAE,EAAE,SAASC,EAAE,EAAE,UAAUC,EAAE,EAAE,aAAaC,EAAE,EAAE,EAAE,CAAC,IAAI,CAACF,EAAEA,EAAEL,GAAE,EAAEK,CAAC,EAAE,EAAE,IAAMG,EAAE,CAAC,KAAK,GAAM,iBAAiB,GAAM,QAAQX,EAAE,OAAOO,CAAC,EAAQK,EAAEL,EAAEP,EAAQa,EAAE,KAAK,KAAKV,EAAEJ,CAAC,EAAE,IAAUe,EAAEZ,GAAiBC,EAAEP,EAAEG,CAAC,EAAMgB,EAAE,GAAGD,EAAE,EAAE,CAAC,IAAMX,EAAEU,EAAE,KAAK,KAAK,EAAEC,EAAEA,CAAC,EAAEC,EAAEX,GAAGG,EAAE,KAAK,IAAI,CAACO,EAAED,EAAET,CAAC,IAAIU,EAAED,EAAED,EAAEJ,GAAGL,EAAE,KAAK,IAAIA,EAAEC,CAAC,EAAEQ,EAAE,KAAK,IAAIT,EAAEC,CAAC,EAAE,MAAMW,EAAEZ,GAAGI,EAAE,KAAK,IAAI,CAACM,EAAEV,CAAC,GAAGS,GAAGC,EAAED,EAAEJ,GAAGL,GAAG,OAAOA,GAAG,CAACQ,EAAE,QAAQI,EAAEZ,CAAC,EAAE,IAAMC,EAAMD,IAAJ,EAAMK,EAAEX,GAAsBkB,EAAEZ,EAAEQ,EAAE,OAAO,EAAQf,EAAE,KAAK,IAAIQ,CAAC,GAAGK,EAAQX,EAAE,KAAK,IAAIS,EAAEI,EAAE,OAAO,GAAGD,EAAE,OAAAC,EAAE,KAAKf,GAAGE,EAAEa,EAAE,iBAAiBN,GAAiBL,EAAEO,EAAEI,EAAE,OAAO,EAASA,CAAC,CAAC,EAAQK,GAAM,CAAC,CAAC,KAAKb,EAAE,EAAE,SAASP,EAAE,EAAE,MAAME,EAAE,GAAG,MAAMC,EAAE,KAAK,cAAcC,EAAE,gBAAgBO,EAAE,aAAaC,EAAE,IAAIC,EAAE,IAAIC,EAAE,aAAaC,EAAE,GAAG,UAAUC,CAAC,IAAI,CAACb,EAAEI,GAAE,GAAGJ,CAAC,EAAE,IAAMc,EAAE,CAAC,iBAAiB,GAAM,KAAK,GAAM,QAAQV,EAAE,OAAOA,CAAC,EAAQc,EAAcd,GAAYM,IAAT,QAAYN,EAAEM,GAAYC,IAAT,QAAYP,EAAEO,EAAQQ,EAAgBf,GAAYM,IAAT,OAAWC,EAAWA,IAAT,QAAY,KAAK,IAAID,EAAEN,CAAC,EAAE,KAAK,IAAIO,EAAEP,CAAC,EAAEM,EAAEC,EAAMI,EAAEhB,EAAEF,EAAQmB,EAAEZ,EAAEW,EAAQK,EAAWX,IAAT,OAAWO,EAAEP,EAAEO,CAAC,EAAEF,EAAE,OAAOM,EAAEA,IAAIJ,IAAID,EAAEK,EAAEhB,GAAG,IAAMiB,EAAUjB,GAAG,CAACW,EAAE,KAAK,IAAI,CAACX,EAAEJ,CAAC,EAAQsB,EAAWlB,GAAGgB,EAAEC,EAAUjB,CAAC,EAAQmB,EAAcnB,GAAG,CAAC,IAAMC,EAAEgB,EAAUjB,CAAC,EAAQP,EAAEyB,EAAWlB,CAAC,EAAEU,EAAE,KAAK,KAAK,IAAIT,CAAC,GAAGO,EAAEE,EAAE,QAAQA,EAAE,KAAKM,EAAEvB,CAAC,EAAM2B,EAAMC,EAAQC,EAAmBtB,GAAG,CAAIc,EAAcJ,EAAE,OAAO,IAAGU,EAAEpB,EAAEqB,EAAElB,GAAO,CAAC,KAAKO,EAAE,QAAQ,GAAGK,EAAgBL,EAAE,OAAO,EAAE,SAAShB,GAAsBwB,EAAWlB,EAAEU,EAAE,OAAO,EAAE,QAAQb,EAAE,UAAUO,EAAE,aAAaI,EAAE,UAAUC,CAAC,CAAC,EAAE,EAAE,OAAAa,EAAmB,CAAC,EAAStB,GAAG,CAAC,IAAIC,EAAE,GAAuE,MAA9D,CAACoB,GAAYD,IAAT,SAAYnB,EAAE,GAAKkB,EAAcnB,CAAC,EAAEsB,EAAmBtB,CAAC,GAAcoB,IAAT,QAAYpB,EAAEoB,GAAGV,EAAE,iBAAiB,GAAYW,EAAErB,EAAEoB,CAAC,IAAEV,EAAE,iBAAiB,GAAM,CAACT,GAAGkB,EAAcnB,CAAC,EAASU,EAAC,CAAC,EAAQd,GAAE,GAASC,GAAE,IAAI,SAAS0B,GAAqBvB,EAAE,CAAC,IAAIC,EAAMR,EAAEG,GAAM,EAAEI,EAAE,CAAC,EAAQI,EAAE,CAAC,EAAE,OAAO,EAAE,KAAM,CAAC,EAAE,MAAMX,EAAEI,IAAG,EAAEG,EAAEP,CAAC,EAAEW,EAAE,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,OAAO,EAAWH,IAAT,QAAY,EAAE,mBAAmBA,EAAER,GAAGA,GAAGG,GAAE,IAAMS,EAAEZ,EAAEG,GAAE,OAAIQ,EAAE,SAAN,GAAcA,EAAE,KAAK,EAAE,OAAO,EAAQ,CAAC,UAAUA,EAAE,SAASC,EAAE,IAAI,mBAA0BJ,GAAgBI,GAAG,GAAG,CAAC,CCA1jD,IAAMmB,GAAE,CAAC,GAAG,IAAI,IAAI,GAAG,EAAQC,GAAE,CAAC,YAAY,QAAQ,SAAS,MAAM,EAAyD,IAAMC,GAAE,CAAC,OAAO,UAAU,aAAa,OAAO,cAAcC,GAAGA,EAAE,KAAK,EAAQC,GAAE,CAAC,UAAU,CAAC,OAAO,sBAAsB,aAAa,MAAM,cAAcD,GAAGA,EAAE,IAAI,EAAE,OAAOD,GAAE,MAAM,CAAC,OAAO,WAAW,aAAa,EAAE,cAAcG,EAAC,EAAE,KAAKH,EAAC,EAAQI,GAAE,IAAI,IAAUC,GAAkBJ,GAAG,YAAYA,CAAC,GAASK,GAAE,CAAC,IAAI,IAAI,GAAG,EAAEC,GAAE,QAASN,GAAG,CAACO,GAAE,QAASC,GAAG,CAACH,GAAE,KAAKL,EAAEQ,CAAC,EAAEL,GAAE,IAAIC,GAAkBJ,EAAEQ,CAAC,EAAEP,GAAED,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,EAA+D,IAAMS,GAAE,IAAI,IAAIC,EAAC,EAA2tB,IAAMC,GAAcC,GAAG,SAAS,cAAc,KAAK,EAAE,QAAQA,EAAE,CAAC,SAAS,IAAI,CAAC,EAAQC,GAAE,CAAC,oBAAoB,IAAkB,OAAO,IAArB,KAA0B,OAAO,eAAe,KAAK,IAAI,kBAAkB,EAAE,MAAM,IAAI,OAAO,eAAe,KAAK,QAAQ,UAAU,SAAS,EAAE,iBAAiB,IAAI,CAAC,GAAG,CAACF,GAAc,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,MAAS,CAAC,MAAO,EAAK,CAAC,MAAO,EAAI,EAAE,SAAS,IAAI,EAAQA,GAAc,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,QAAS,EAAQG,GAAE,CAAC,EAAQC,GAAE,CAAC,EAAE,QAAUH,KAAKC,GAAEE,GAAEH,CAAC,EAAE,KAAcE,GAAEF,CAAC,IAAZ,SAAgBE,GAAEF,CAAC,EAAEC,GAAED,CAAC,EAAE,GAAUE,GAAEF,CAAC,GAA2kF,SAASI,GAAgBC,EAAEC,EAAE,CAAC,IAAIC,EAAE,OAAc,OAAOF,GAAlB,SAAuBC,IAAWC,EAAED,EAAED,CAAC,KAAb,MAA0BE,IAAT,SAAaD,EAAED,CAAC,EAAE,SAAS,iBAAiBA,CAAC,GAAEA,EAAEC,EAAED,CAAC,GAAOA,EAAE,SAAS,iBAAiBA,CAAC,EAAOA,aAAa,UAAUA,EAAE,CAACA,CAAC,GAAU,MAAM,KAAKA,GAAG,CAAC,CAAC,CAAC,CAAo7H,SAASG,GAAsBC,EAAE,CAAC,IAAMC,EAAE,IAAI,QAAQ,MAAM,CAACC,EAAE,CAAC,IAAI,CAAC,IAAMC,EAAE,IAAI,IAAUC,EAAa,CAACH,EAAE,EAAEI,EAAE,IAAIC,EAAE,EAAEC,EAAE,KAAQ,CAAC,IAAMC,EAAE,GAAGP,CAAC,IAAII,CAAC,IAAIC,CAAC,IAAIC,CAAC,GAAG,OAAAJ,EAAE,IAAIK,CAAC,GAAGL,EAAE,IAAIK,EAAER,EAAE,OAAO,OAAO,CAAC,KAAKC,EAAE,GAAGI,EAAE,SAASC,EAAE,UAAUC,EAAE,IAAI,EAAE,aAAaA,EAAE,IAAI,EAAE,EAAEL,CAAC,CAAC,CAAC,EAASC,EAAE,IAAIK,CAAC,CAAC,EAAQC,EAAaT,IAAIC,EAAE,IAAID,CAAC,GAAGC,EAAE,IAAID,EAAEU,GAAEV,CAAC,CAAC,EAASC,EAAE,IAAID,CAAC,GAAG,MAAM,CAAC,gBAAgB,CAACA,EAAEC,EAAEC,EAAEC,EAAEE,IAAI,CAAC,IAAIC,EAAEC,EAAE,IAAIC,EAAQG,EAAEX,EAAE,OAA8C,GAAjCE,GAAGS,GAAG,GAAGX,EAAE,MAAMY,EAAc,EAAO,CAAC,IAAMV,EAAEF,EAAEW,EAAE,CAAC,EAAQE,EAAMF,IAAJ,EAAM,KAAKX,EAAE,CAAC,EAAMc,EAAE,EAAMC,EAAE,EAAQC,EAA8BX,GAAE,UAAU,GAAGW,EAAE,CAAC,GAAK,CAAC,UAAUf,EAAE,mBAAmBC,CAAC,EAAEG,EAAQF,EAA+BF,GAAE,WAAYC,GAAG,EAAQK,GAA+BN,GAAE,aAAc,YAAY,IAAI,EAAEE,EAAQK,EAAEQ,EAAET,EAAC,EAAE,QAAQQ,GAAUT,EAAEO,KAAV,MAAuBP,IAAT,OAAWA,EAAEE,GAAOG,IAAJ,GAAWA,IAAJ,GAAcX,EAAE,CAAC,IAAV,QAAec,EAAEG,GAAGjB,GAAGgB,EAAEhB,CAAC,EAAE,QAASO,GAAEC,CAAC,EAAE,MAAMO,GAAUR,EAAEM,KAAV,MAAuBN,IAAT,OAAWA,EAAE,WAAWN,EAAE,CAAC,EAAE,IAAMiB,EAAEd,EAAaW,EAAEb,EAAEY,EAA8BX,GAAE,SAAS,OAAO,CAAC,EAAQgB,EAAEV,EAAaS,CAAC,EAAEV,EAAE,OAAO,OAAO,OAAO,OAAO,CAAC,EAAEW,CAAC,EAAE,CAAC,OAAO,QAAQ,CAAC,EAAKd,IAAGA,EAAE,UAAUa,EAAEb,EAAE,mBAAmB,YAAY,IAAI,EAAE,MAAgDG,EAAE,CAAC,OAAO,OAAO,SAAnDC,EAAaL,EAAa,EAAE,GAAG,CAAC,EAA8B,iBAAiB,EAAE,OAAOI,CAAC,CAAC,CAAC,CAAC,CAAC,IAAMI,GAAeZ,GAAc,OAAOA,GAAlB,SAA0BoB,GAAErB,GAAsBsB,EAAC,EAAQC,GAAEvB,GAAsBwB,EAAC,EAAQC,GAAE,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,SAASC,GAASzB,EAAEC,EAAE,CAAC,KAAKC,EAAE,OAAOC,EAAE,OAAOE,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC,GAAiB,OAAO,qBAArB,IAA0C,MAAM,IAAI,CAAC,EAAE,IAAMC,EAAEoB,GAAgB1B,CAAC,EAAQO,EAAE,IAAI,QAAcoB,EAAqB3B,GAAG,CAACA,EAAE,QAASA,GAAG,CAAC,IAAME,EAAEK,EAAE,IAAIP,EAAE,MAAM,EAAE,GAAGA,EAAE,iBAAiB,EAAQE,EAAG,GAAGF,EAAE,eAAe,CAAC,IAAME,EAAED,EAAED,CAAC,EAAe,OAAOE,GAApB,WAAsBK,EAAE,IAAIP,EAAE,OAAOE,CAAC,EAAEM,EAAE,UAAUR,EAAE,MAAM,CAAC,MAASE,IAAGA,EAAEF,CAAC,EAAEO,EAAE,OAAOP,EAAE,MAAM,EAAE,CAAE,CAAC,EAAQQ,EAAE,IAAI,qBAAqBmB,EAAqB,CAAC,KAAKzB,EAAE,WAAWC,EAAE,UAAqB,OAAOE,GAAlB,SAAoBA,EAAEmB,GAAEnB,CAAC,CAAC,CAAC,EAAE,OAAAC,EAAE,QAASN,GAAGQ,EAAE,QAAQR,CAAC,CAAE,EAAQ,IAAIQ,EAAE,WAAW,CAAC,CAAC,IAAMoB,GAAE,IAAI,QAAYC,GAAE,SAASC,GAAe9B,EAAEC,EAAE,CAAC,GAAGA,EAAE,CAAC,GAAK,CAAC,WAAWD,EAAE,UAAU,CAAC,EAAEC,EAAE,CAAC,EAAE,MAAM,CAAC,MAAMD,EAAE,OAAO,CAAC,CAAC,CAAC,OAAOA,aAAa,YAAY,YAAYA,EAAEA,EAAE,QAAQ,EAAE,CAAC,MAAMA,EAAE,YAAY,OAAOA,EAAE,YAAY,CAAC,CAAC,SAAS+B,GAAa,CAAC,OAAO/B,EAAE,YAAYC,EAAE,cAAcC,CAAC,EAAE,CAAC,IAAIC,GAAUA,EAAEyB,GAAE,IAAI5B,CAAC,KAAjB,MAA8BG,IAAT,QAAkBA,EAAE,QAASA,GAAG,CAACA,EAAE,CAAC,OAAOH,EAAE,YAAYC,EAAE,IAAI,MAAM,CAAC,OAAO6B,GAAe9B,EAAEE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,SAAS8B,GAAUhC,EAAE,CAACA,EAAE,QAAQ+B,EAAY,CAAC,CAAC,SAASE,IAAsB,CAAe,OAAO,eAArB,MAAsCJ,GAAE,IAAI,eAAeG,EAAS,EAAE,CAAC,SAASE,GAAclC,EAAEC,EAAE,CAAC4B,IAAGI,GAAqB,EAAE,IAAM/B,EAAEwB,GAAgB1B,CAAC,EAAE,OAAAE,EAAE,QAASF,GAAG,CAAC,IAAIE,EAAE0B,GAAE,IAAI5B,CAAC,EAAME,IAAGA,EAAE,IAAI,IAAI0B,GAAE,IAAI5B,EAAEE,CAAC,GAAEA,EAAE,IAAID,CAAC,EAA8B4B,IAAE,QAAQ7B,CAAC,CAAC,CAAE,EAAQ,IAAI,CAACE,EAAE,QAASF,GAAG,CAAC,IAAME,EAAE0B,GAAE,IAAI5B,CAAC,EAA8BE,GAAE,OAAOD,CAAC,EAA+BC,GAAE,MAAoC2B,IAAE,UAAU7B,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,IAAMmC,GAAE,IAAI,IAAQC,GAAE,SAASC,IAA2B,CAACD,GAAE,IAAI,CAAC,IAAMpC,EAAE,CAAC,MAAMsC,EAAO,WAAW,OAAOA,EAAO,WAAW,EAAQrC,EAAE,CAAC,OAAOqC,EAAO,KAAKtC,EAAE,YAAYA,CAAC,EAAEmC,GAAE,QAASnC,GAAGA,EAAEC,CAAC,CAAE,CAAC,EAAEqC,EAAO,iBAAiB,SAASF,EAAC,CAAC,CAAC,SAASG,GAAavC,EAAE,CAAC,OAAAmC,GAAE,IAAInC,CAAC,EAAEoC,IAAGC,GAA0B,EAAQ,IAAI,CAACF,GAAE,OAAOnC,CAAC,EAAE,CAACmC,GAAE,MAAMC,KAAIA,GAAE,OAAO,CAAC,CAAC,SAASI,GAAOxC,EAAEC,EAAE,CAAC,OAAmB,OAAOD,GAApB,WAAsBuC,GAAavC,CAAC,EAAEkC,GAAclC,EAAEC,CAAC,CAAC,CAA+hK,SAASwC,GAAqBC,EAAEC,EAAEC,EAAE,CAACF,EAAE,cAAc,IAAI,YAAYC,EAAE,CAAC,OAAO,CAAC,cAAcC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,SAASC,GAAkBH,EAAEC,EAAEC,EAAE,CAACF,EAAE,cAAc,IAAI,YAAYC,EAAE,CAAC,OAAO,CAAC,cAAcC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,IAAME,GAAG,CAAC,SAASJ,GAAG,EAAQA,EAAE,OAAQ,UAAU,CAACA,EAAE,CAAC,OAAOC,EAAE,QAAQC,CAAC,EAAE,CAAC,cAAcG,EAAE,CAAC,CAAC,IAAI,CAAC,GAAK,CAAC,KAAKC,CAAC,EAAED,EAAEE,EAAEC,GAAEH,EAAE,CAAC,MAAM,CAAC,EAAE,OAAOI,GAAST,EAAGK,GAAG,CAAwC,GAAvCJ,EAAE,EAAEE,GAAkBH,EAAE,YAAYK,CAAC,EAAK,CAACC,EAAE,OAAOL,GAAG,CAACC,EAAE,EAAEC,GAAkBH,EAAE,YAAYC,CAAC,CAAC,CAAC,EAAGM,CAAC,CAAC,CAAC,EAAQG,GAAW,CAACV,EAAEC,EAAEC,IAAIG,GAAG,EAAI,CAACA,EAAE,aAAuBA,EAAE,cAAZ,WAAyBH,EAAE,EAAEH,GAAqBC,EAAEC,EAAEI,CAAC,EAAE,EAAQM,GAAG,CAAC,SAASX,GAAG,EAAQA,EAAE,MAAO,UAAU,CAACA,EAAE,CAAC,OAAOC,EAAE,QAAQC,CAAC,IAAI,CAAC,IAAMG,EAAEK,GAAWV,EAAE,aAAaC,CAAC,EAAQK,EAAEI,GAAWV,EAAE,WAAWE,CAAC,EAAE,OAAAF,EAAE,iBAAiB,eAAeK,CAAC,EAAEL,EAAE,iBAAiB,eAAeM,CAAC,EAAQ,IAAI,CAACN,EAAE,oBAAoB,eAAeK,CAAC,EAAEL,EAAE,oBAAoB,eAAeM,CAAC,CAAC,CAAC,CAAC,EAAQM,GAAG,CAAC,SAASZ,GAAG,EAAQA,EAAE,MAAO,UAAU,CAACA,EAAE,CAAC,OAAOC,EAAE,QAAQC,CAAC,IAAI,CAAC,IAAMW,EAAYZ,GAAG,CAACC,EAAE,EAAEH,GAAqBC,EAAE,WAAWC,CAAC,EAAEa,EAAO,oBAAoB,YAAYD,CAAW,CAAC,EAAQE,EAAcb,GAAG,CAACD,EAAE,EAAEF,GAAqBC,EAAE,aAAaE,CAAC,EAAEY,EAAO,iBAAiB,YAAYD,CAAW,CAAC,EAAE,OAAAb,EAAE,iBAAiB,cAAce,CAAa,EAAQ,IAAI,CAACf,EAAE,oBAAoB,cAAce,CAAa,EAAED,EAAO,oBAAoB,YAAYD,CAAW,CAAC,CAAC,CAAC,EAAQG,GAAG,CAAC,OAAOZ,GAAG,MAAMO,GAAG,MAAMC,EAAE,EAAQK,GAAG,CAAC,UAAU,UAAU,GAAG,OAAO,KAAKD,EAAE,EAAE,MAAM,ECA7llB,IAAME,GAAqB,IAAUC,GAAsB,CAAC,KAAKC,GAAQ,eAAeA,CAAM,MAAM,MAAMA,GAAQ,cAAcA,CAAM,MAAM,IAAIA,GAAQ,eAAeA,CAAM,MAAM,OAAOA,GAAQ,cAAcA,CAAM,KAAK,EASxjB,SAARC,GAAwBC,EAAM,CAAY,GAAG,CAAC,MAAAC,EAAM,CAAC,EAAE,IAAAC,EAAI,QAAAC,EAAQ,eAAAC,EAAe,WAAAC,EAAW,aAAAC,EAAa,cAAAC,EAAc,YAAAC,EAAY,MAAAC,EAAM,YAAAC,EAAY,UAAAC,EAAU,UAAAC,EAAU,cAAAC,EAAc,YAAAC,EAAY,MAAAC,CAAK,EAAEf,EAAW,CAAC,YAAAgB,EAAY,SAAAC,EAAS,UAAAC,EAAU,UAAAC,EAAU,UAAAC,CAAS,EAAEN,EAAiB,CAAC,UAAAO,EAAU,WAAAC,CAAU,EAAET,EAAoBU,EAAanB,EAAe,GAAGC,CAAU,MAAMC,CAAY,MAAMC,CAAa,MAAMC,CAAW,KAAK,GAAGL,CAAO,KAAuBqB,EAAcC,GAAa,QAAQ,EAAQC,EAASF,IAAgBC,GAAa,QAAQD,IAAgBC,GAAa,OACtkBE,GAAc1B,EAAM,OAAO,OAAO,EAAQ2B,EAAYC,GAAS,MAAMF,EAAa,EAAQG,EAAYF,EAAY,EAAKjB,IAAY,KAAMA,EAAU,QAAQ,IAAMoB,GAAapB,IAAY,QAAQA,IAAY,QAAcb,GAAOkC,GAAe,CAAC,EAAQC,EAAYpC,GAAsBc,CAAS,EAAQuB,GAAUC,GAAarC,GAAOmC,CAAW,EAA4BG,GAAUC,EAAO,IAAI,EAAQC,GAAYC,GAAQ,IAAW,CAAC,CAAC,QAAQ,IAAI,EAAE,CAAC,QAAQ,IAAI,CAAC,EAAI,CAAC,CAAC,EAAO,CAACC,GAAKC,EAAO,EAAEC,GAAS,CAAC,OAAO,KAAK,SAAS,IAAI,CAAC,EAAkBC,GAAe,KAASC,GAAc,CAAC,EAA2BC,GAAY,EAAMC,GAAQ,EAAKpB,IAAUmB,GAAYjB,EAAY,KAAK,MAAM,GAAGA,CAAW,EAAE,EAAEkB,GAAQ,GAAM,CAACpB,GAAUI,GAAaU,GAAK,SAAQK,GAAY,KAAK,MAAML,GAAK,OAAOA,GAAK,SAAS,CAAC,EAAE,EAAEK,GAAY,KAAK,IAAIA,GAAYjD,EAAoB,EAAEkD,GAAQ,GAAiC,IAAMC,GAAQC,GAAY,IAAI,CAAC,GAAGlB,GAAaM,GAAU,QAAQ,CAAC,IAAMa,EAAalB,GAAaK,GAAU,QAAQ,YAAYA,GAAU,QAAQ,aAAmBc,EAAMZ,GAAY,CAAC,EAAE,QAAQP,GAAaO,GAAY,CAAC,EAAE,QAAQ,WAAWA,GAAY,CAAC,EAAE,QAAQ,UAAU,EAAkMa,IAAtLb,GAAY,CAAC,EAAE,QAAQP,GAAaO,GAAY,CAAC,EAAE,QAAQ,WAAWA,GAAY,CAAC,EAAE,QAAQ,YAAYA,GAAY,CAAC,EAAE,QAAQ,UAAUA,GAAY,CAAC,EAAE,QAAQ,aAAa,GAA2BY,EAAMhD,EAAIuC,GAAQ,CAAC,OAAOQ,EAAa,SAASE,EAAc,CAAC,CAAE,CAAC,EAAE,CAAC,CAAC,EAAQC,GAAe1B,EAAS,CAAC,kBAAkB,MAAM,EAAE,CAAC,EAAwC,GAAGI,EAAY,CAC9iD,GAAG,CAACJ,EAAS,CAGE,IAAI2B,EAAchB,EAAO,EAAI,EAAEiB,GAAgB,KAAKC,GAAM,KAAKR,GAAQ,GAAM,EAAI,EAASS,GAAOpB,GAAU,QAAQ,CAAC,CAAC,YAAAqB,CAAW,IAAI,CAAI,CAACJ,EAAc,UAAUI,EAAY,OAAOA,EAAY,SAASF,GAAM,KAAKR,GAAQ,GAAM,EAAI,EAAGM,EAAc,QAAQ,EAAM,CAAC,GAAI,CAAC,CAAC,CAAE,CAACV,GAAed,GAAS,IAAIF,GAAc,CAAC+B,EAAMC,IAAQ,CAAC,IAAIC,GAAOD,IAAQ,IAAGC,GAAItB,GAAY,CAAC,GAAMqB,IAAQhC,GAAc,OAAO,IAAGiC,GAAItB,GAAY,CAAC,GAAG,IAAME,GAAK,CAAC,MAAMnB,EAAUqC,EAAM,OAAO,MAAM,OAAO,OAAOpC,EAAWoC,EAAM,OAAO,OAAO,MAAM,EAAE,OAAoBG,EAAKC,EAAY,CAAC,QAAQ,KAAK,SAAsBD,EAAK,KAAK,CAAC,IAAID,GAAI,MAAMpB,GAAK,SAAsBuB,GAAaL,EAAM,CAAC,MAAM,CAAC,GAAGA,EAAM,OAAO,MAAM,GAAGlB,GAAK,WAAW,EAAE,GAAGY,EAAc,EAAE,SAASM,EAAM,MAAM,SAASA,EAAM,MAAM,SAAS,aAAaC,EAAM,MAAS,EAAED,EAAM,OAAO,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,IAAMM,GAAStC,EAAS,GAAKuC,GAAU7B,EAAS,EAAE,GAAG,CAACV,EAAU,QAAQwC,EAAE,EAAEA,EAAErB,GAAYqB,IAAKtB,GAAcA,GAAc,OAAOf,GAAS,IAAIF,GAAc,CAAC+B,EAAMS,KAAa,CAAC,IAAM3B,GAAK,CAAC,MAAMnB,EAAUqC,EAAM,OAAO,MAAM,OAAO,OAAOpC,EAAWoC,EAAM,OAAO,OAAO,OAAO,WAAYM,GAAmB,YAAV,MAAqB,EAAE,OAAoBH,EAAKC,EAAY,CAAC,QAAQ,KAAK,SAAsBD,EAAK,KAAK,CAAC,MAAMrB,GAAK,cAAc,GAAK,SAAsBuB,GAAaL,EAAM,CAAC,IAAIQ,EAAE,IAAIC,GAAW,MAAM,CAAC,GAAGT,EAAM,OAAO,MAAM,MAAMrC,EAAUqC,EAAM,OAAO,MAAM,OAAO,OAAOpC,EAAWoC,EAAM,OAAO,OAAO,OAAO,WAAW,EAAE,GAAGN,EAAc,EAAE,SAASM,EAAM,MAAM,SAASA,EAAM,MAAM,SAAS,SAASQ,EAAE,MAAS,EAAER,EAAM,OAAO,QAAQ,CAAC,EAAEQ,EAAE,KAAKC,EAAU,CAAC,EAAED,EAAE,KAAKC,EAAU,CAAE,CAAC,CAAC,EAAI,IAAMC,GAAe5B,GAAK,SAASA,GAAK,SAAS,KAAK,MAAMA,GAAK,OAAOA,GAAK,QAAQ,EAAQ6B,GAAYhC,EAAO,IAAI,EAAQiC,GAASjC,EAAO,IAAI,EAAQkC,GAAKlC,EAAO,CAAC,EAAQmC,GAAQnC,EAAO,EAAK,EAAQoC,GAAgBC,GAAiB,EAAQC,GAAQtC,EAAO,IAAI,EAAQuC,GAAavC,EAAO,IAAI,EAEr5D,GAAG,CAACX,EAAS,CAACmD,GAAU,IAAI,CAAC,GAAG,EAAAJ,IAAiB,CAACL,IAAgB,CAAC3D,GAAe,OAAAmE,GAAa,QAAQD,GAAQ,QAAQ,QAAQ,CAAC,UAAU,CAAC1C,EAAY,CAAC,EAAEA,EAAYmC,EAAc,CAAC,CAAC,EAAE,CAAC,SAAS,KAAK,IAAIA,EAAc,EAAE3D,EAAM,IAAI,WAAW,IAAS,OAAO,QAAQ,CAAC,EAAQ,IAAImE,GAAa,QAAQ,OAAO,CAAE,EAAE,CAAClE,EAAY0D,GAAe3D,CAAK,CAAC,EAAE,IAAMqE,EAAY9B,GAAY,IAAI,CAAC,GAAG,CAAC4B,GAAa,QAAQ,OAAO,IAAMG,EAAO,SAAS,OAAUf,IAAU,CAACe,GAAQH,GAAa,QAAQ,YAAY,SAAUA,GAAa,QAAQ,KAAK,GAAY,CAACZ,IAAUe,IAASH,GAAa,QAAQ,YAAY,WAAWA,GAAa,QAAQ,MAAM,CAAG,EAAE,CAACZ,EAAQ,CAAC,EAAEa,GAAU,IAAI,CAACC,EAAY,CAAE,EAAE,CAACd,GAAStD,EAAY0D,GAAe3D,CAAK,CAAC,EAAEoE,GAAU,KAAK,SAAS,iBAAiB,mBAAmBC,CAAW,EAAQ,IAAI,CAAC,SAAS,oBAAoB,mBAAmBA,CAAW,CAAE,GAAI,CAACA,CAAW,CAAC,CAAE,CAAY,IAAME,GAAcjD,GAAa,WAAW,YAAkBkD,GAAe/D,EAAU,EAAQgE,GAAa,IAAIhE,EAAU,EAAQiE,GAAeC,GAAMjE,EAAU,EAAE8D,EAAc,EAAQI,GAAa,IAAIlE,EAAgBmE,GAAS,mBAAmBN,EAAa,mBAAmB5D,CAAS,KAAK+D,EAAc,uBAAuBF,EAAc,uBAAuBC,EAAY,oBAAoB9D,CAAS,KAAKiE,EAAY,KAAsB,OAAIvD,EAAkW+B,EAAK,UAAU,CAAC,MAAM,CAAC,GAAG0B,GAAe,QAAQzC,GAAQ,gBAAgB9B,EAAYsE,GAAS,OAAU,UAAUtE,EAAYsE,GAAS,OAAU,SAASrE,EAAS,UAAU,SAAS,QAAQM,CAAY,EAAE,IAAIa,GAAU,SAAsBoD,EAAMC,EAAO,GAAG,CAAC,IAAId,GAAQ,MAAM,CAAC,GAAGY,GAAe,IAAIrF,EAAI,IAAIS,IAAY,UAAU+E,GAActB,EAAc,EAAE,CAACA,GAAe,OAAU,KAAKzD,IAAY,SAAS+E,GAActB,EAAc,EAAE,CAACA,GAAe,OAAU,WAAWxD,EAAU,SAAS,WAAW,cAAcmB,GAAa,MAAM,SAAS,GAAGhB,EAAM,WAAWW,GAAU,CAACsC,GAAS,OAAO,YAAY,UAAU/B,EAAY,CAAC,CAAC,EAAE,aAAa,IAAI,CAACuC,GAAQ,QAAQ,GAAQI,GAAa,UACp2EA,GAAa,QAAQ,aAAalE,EAAa,EAAE,aAAa,IAAI,CAAC8D,GAAQ,QAAQ,GAASI,GAAa,UACzGA,GAAa,QAAQ,aAAa,EAAG,EAAE,SAAS,CAACjC,GAAeC,EAAa,CAAC,CAAC,CAAC,CAAC,EAFiyC4C,EAAM,UAAU,CAAC,MAAMG,GAAkB,SAAS,CAAc9B,EAAK,MAAM,CAAC,MAAM+B,GAAY,SAAS,QAAG,CAAC,EAAe/B,EAAK,IAAI,CAAC,MAAMgC,GAAY,SAAS,oBAAoB,CAAC,EAAehC,EAAK,IAAI,CAAC,MAAMiC,GAAe,SAAS,2DAA2D,CAAC,CAAC,CAAC,CAAC,CAEzkD,CAAyB/F,GAAO,aAAa,CAAC,IAAI,GAAG,QAAQ,GAAG,cAAc,CAAC,UAAU,GAAK,WAAW,EAAI,EAAE,YAAY,CAAC,YAAY,GAAK,SAAS,GAAM,UAAU,GAAG,UAAU,EAAE,UAAU,CAAC,EAAE,UAAU,EAAI,EAAyBgG,EAAoBhG,GAAO,CAAC,MAAM,CAAC,KAAKiG,EAAY,MAAM,MAAM,WAAW,QAAQ,CAAC,KAAKA,EAAY,iBAAiB,CAAC,EAAE,MAAM,CAAC,KAAKA,EAAY,OAAO,MAAM,QAAQ,IAAI,EAAE,IAAI,IAAI,aAAa,IAAI,KAAK,IAAI,eAAe,GAAK,KAAK,CAAC,EAAE,UAAU,CAAC,KAAKA,EAAY,KAAK,MAAM,YAAY,QAAQ,CAAC,OAAO,QAAQ,MAAM,QAAQ,EAAE,YAAY,CAAC,iBAAiB,kBAAkB,eAAe,gBAAgB,EAAE,aAAa,CAAC,OAAO,QAAQ,MAAM,QAAQ,EAAE,aAAa,OAAO,wBAAwB,EAAI,EAAE,UAAU,CAAC,KAAKA,EAAY,KAAK,MAAM,QAAQ,QAAQ,CAAC,aAAa,SAAS,UAAU,EAAE,YAAY,CAAC,UAAU,CAAC,MAAM,CAAC,YAAY,eAAe,cAAc,EAAE,KAAK,CAAC,YAAY,eAAe,cAAc,EAAE,IAAI,CAAC,aAAa,eAAe,aAAa,EAAE,OAAO,CAAC,aAAa,eAAe,aAAa,CAAC,CAAC,EAAE,aAAa,SAAS,wBAAwB,EAAI,EAAE,IAAI,CAAC,KAAKA,EAAY,OAAO,MAAM,KAAK,EAAE,QAAQ,CAAC,MAAM,UAAU,KAAKA,EAAY,YAAY,UAAU,iBAAiB,aAAa,CAAC,UAAU,kBAAkB,EAAE,UAAU,CAAC,aAAa,eAAe,gBAAgB,aAAa,EAAE,YAAY,CAAC,IAAI,IAAI,IAAI,GAAG,EAAE,IAAI,CAAC,EAAE,cAAc,CAAC,KAAKA,EAAY,OAAO,MAAM,SAAS,SAAS,CAAC,UAAU,CAAC,KAAKA,EAAY,QAAQ,MAAM,QAAQ,aAAa,OAAO,cAAc,UAAU,aAAa,EAAI,EAAE,WAAW,CAAC,KAAKA,EAAY,QAAQ,MAAM,SAAS,aAAa,OAAO,cAAc,UAAU,aAAa,EAAI,CAAC,CAAC,EAAE,YAAY,CAAC,KAAKA,EAAY,OAAO,MAAM,WAAW,SAAS,CAAC,YAAY,CAAC,KAAKA,EAAY,QAAQ,MAAM,OAAO,aAAa,EAAI,EAAE,SAAS,CAAC,KAAKA,EAAY,QAAQ,MAAM,WAAW,aAAa,OAAO,cAAc,OAAO,aAAa,GAAM,OAAOhG,EAAM,CAAC,OAAOA,EAAM,cAAc,EAAK,CAAC,EAAE,UAAU,CAAC,KAAKgG,EAAY,OAAO,MAAM,QAAQ,aAAa,GAAG,IAAI,EAAE,IAAI,IAAI,KAAK,IAAI,OAAOhG,EAAM,CAAC,OAAOA,EAAM,cAAc,EAAM,CAAC,EAAE,UAAU,CAAC,KAAKgG,EAAY,OAAO,MAAM,QAAQ,aAAa,EAAE,IAAI,EAAE,IAAI,IAAI,KAAK,IAAI,OAAOhG,EAAM,CAAC,OAAOA,EAAM,cAAc,EAAM,CAAC,EAAE,UAAU,CAAC,KAAKgG,EAAY,OAAO,MAAM,UAAU,aAAa,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,IAAI,OAAOhG,EAAM,CAAC,OAAOA,EAAM,cAAc,EAAM,CAAC,CAAC,CAAC,EAAE,YAAY,CAAC,KAAKgG,EAAY,OAAO,MAAM,QAAQ,IAAI,EAAE,IAAI,EAAE,KAAK,IAAI,aAAa,EAAE,KAAK,GAAG,eAAe,GAAK,YAAY,8CAA8C,CAAC,CAAC,EAA0B,IAAMT,GAAe,CAAC,QAAQ,OAAO,MAAM,OAAO,OAAO,OAAO,SAAS,OAAO,UAAU,OAAO,WAAW,SAAS,OAAO,EAAE,QAAQ,EAAE,cAAc,OAAO,WAAW,MAAM,EAAoBI,GAAkB,CAAC,QAAQ,OAAO,MAAM,OAAO,OAAO,OAAO,aAAa,SAAS,WAAW,SAAS,cAAc,SAAS,MAAM,OAAO,WAAW,0BAA0B,SAAS,GAAG,SAAS,SAAS,QAAQ,qBAAqB,EAAQC,GAAY,CAAC,SAAS,GAAG,aAAa,EAAE,EAAQC,GAAY,CAAC,OAAO,EAAE,aAAa,GAAG,WAAW,IAAI,UAAU,QAAQ,EAAQC,GAAe,CAAC,OAAO,EAAE,QAAQ,GAAG,SAAS,IAAI,WAAW,IAAI,UAAU,QAAQ,EAAgDV,GAAM,CAACa,EAAIC,EAAIC,IAAM,KAAK,IAAI,KAAK,IAAIF,EAAIC,CAAG,EAAEC,CAAG,EAAQT,GAAcU,GAAO,OAAOA,GAAQ,UAAU,CAAC,MAAMA,CAAK,EClB1kG,IAAIC,IAAa,SAASA,EAAY,CAACA,EAAY,OAAU,MAAMA,EAAY,KAAQ,KAAKA,EAAY,KAAQ,MAAO,GAAGA,KAAcA,GAAY,CAAC,EAAE,EAAE,IAAIC,IAAkB,SAASA,EAAiB,CAACA,EAAiB,KAAQ,eAAeA,EAAiB,OAAU,iBAAiBA,EAAiB,IAAO,cAAcA,EAAiB,IAAO,KAAM,GAAGA,KAAmBA,GAAiB,CAAC,EAAE,EAQxsB,SAASC,GAAQ,CAAC,IAAAC,EAAI,KAAAC,EAAK,WAAAC,EAAW,UAAAC,EAAU,MAAAC,EAAM,QAAAC,EAAQ,aAAAC,EAAa,aAAAC,EAAa,YAAAC,EAAY,UAAAC,EAAU,MAAAC,EAAM,GAAGC,CAAK,EAAE,CAAC,IAAMC,EAASC,GAAc,EAAQC,EAAWb,IAAO,MAAYc,EAAcH,GAAUT,IAAY,OAAO,CAACW,EAAgB,CAACE,EAAaC,CAAY,EAAEC,GAAW,IAAI,GAAK,EAAK,EAAO,CAACC,EAAUC,CAAU,EAAEF,GAAW,IAAI,GAAK,CAACH,CAAa,EAAO,CAACM,EAAUC,CAAU,EAAEC,GAAS,EAAK,EAAQC,EAAaC,GAAUd,CAAK,EAAQe,EAAgBF,IAAe,mBAAmBA,IAAe,MAAM,GAAGxB,IAAM,GAAI,OAAoB2B,EAAKC,GAAa,CAAC,CAAC,EAAG,IAAMC,EAAUC,GAAc9B,CAAG,EAAE,GAAG6B,IAAY,OAAW,OAAoBF,EAAKI,GAAa,CAAC,QAAQ,sBAAsB,CAAC,EAAG,GAAK,CAACC,EAAQC,EAASC,EAAoB,EAAEL,EAAgBM,EAAaF,EAAS,aAAa,GAAGC,GAAsB,OAAS,CAACE,GAAMC,EAAK,IAAIH,GAAsBC,EAAa,IAAIC,GAAMC,EAAK,EAC95BF,EAAa,IAAI,iBAAiB,GAAG,EAAEA,EAAa,IAAI,MAAM,GAAG,EAAEA,EAAa,IAAI,iBAAiB,GAAG,EAAEA,EAAa,IAAI,cAAc,GAAG,EAAMhB,GACxGL,GAC1CC,GAAeI,IAAWgB,EAAa,IAAI,WAAW,GAAG,EADzDA,EAAa,IAAI,WAAW,GAAG,EACgCrB,GAAYZ,GAAYiC,EAAa,IAAI,OAAO,GAAG,EAAMlC,IAAO,SAAQkC,EAAa,IAAI,OAAO,GAAG,EAAEA,EAAa,IAAI,WAAWH,CAAO,GAAO5B,GAAO+B,EAAa,IAAI,QAAQ,OAAO,EAAG,IAAMG,EAAY,CAAC,MAAM5B,GAAO,gBAAgB,MAAM,oGAAoG,IAAIuB,EAAS,KAAK,YAAY,IAAI,QAAA5B,EAAQ,aAAAC,EAAa,aAAAC,EAAa,YAAAC,EAAY,UAAAC,CAAS,EAAE,OAAoB8B,EAAM,UAAU,CAAC,eAAe,IAAIjB,EAAW,EAAI,EAAE,eAAe,IAAIA,EAAW,EAAK,EAAE,cAAcL,EAAa,UAAUG,EAAW,QAAQA,EAAW,MAAM,CAAC,GAAGoB,GAAa,aAAAhB,EAAa,UAGlsBE,IAAkBP,GAAWP,GAAU,yBAAyB,QAAQ,OAAO,UAAU,SAAS,QAAQ,EAAE,KAAK,eAAe,SAAS,CAACI,GAA2BW,EAAK,OAAO,CAAC,IAAI,aAAa,KAAK,yBAAyB,CAAC,EAAEX,GAA2BW,EAAK,OAAO,CAAC,IAAI,aAAa,KAAK,wBAAwB,CAAC,EAAEZ,GAA4BwB,EAAME,GAAU,CAAC,SAAS,CAAcd,EAAK,OAAO,CAAC,IAAI,aAAa,KAAK,qBAAqB,CAAC,EAAeA,EAAK,MAAM,CAAC,SAAS,QAAQ,IAAIe,GAAgBV,EAAQ7B,CAAS,EAAE,MAAM,CAAC,GAAGwC,GAAW,UAAU,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,EAAG/B,EAAqJ,KAA/He,EAAK,SAAS,CAAC,QAASR,EAAiB,OAAP,OAAiB,MAAOA,EAAyCwB,GAA/B,CAAC,GAAGA,GAAW,QAAQ,MAAM,EAAa,GAAGL,CAAW,CAAC,EAAOnB,EAAU,KAAkBQ,EAAKiB,GAAW,CAAC,QAAQxB,EAAW,UAAUC,EAAU,MAAMjB,CAAK,CAAC,CAAC,CAAC,CAAC,CAAE,CAACL,GAAQ,YAAY,UAAU8C,EAAoB9C,GAAQ,CAAC,IAAI,CAAC,KAAK+C,EAAY,OAAO,MAAM,OAAO,EAAE,KAAK,CAAC,KAAKA,EAAY,KAAK,MAAM,WAAW,QAAQ,OAAO,OAAOjD,EAAW,CAAC,EAAE,WAAW,CAAC,MAAM,OAAO,KAAKiD,EAAY,QAAQ,aAAa,MAAM,cAAc,KAAK,OAAOnC,EAAM,CAAC,OAAOA,EAAM,OAAO,KAAM,CAAC,EAAE,UAAU,CAAC,MAAM,YAAY,YAAY,4CAA4C,KAAKmC,EAAY,KAAK,QAAQ,OAAO,OAAOhD,EAAgB,EAAE,OAAOa,EAAM,CAAC,OAAOA,EAAM,OAAO,KAAM,CAAC,EAAE,MAAM,CAAC,MAAM,QAAQ,KAAKmC,EAAY,QAAQ,aAAa,MAAM,cAAc,OAAO,EAAE,GAAGC,GAAoB,GAAGC,EAAa,CAAC,EAAE,IAAMC,GAAa,CAAC,IAAI,+BAA+B,KAAK,MAAM,WAAW,GAAK,UAAU,iBAAiB,MAAM,EAAI,EAAElD,GAAQ,aAAakD,GAAa,SAASnB,GAAcoB,EAAU,CAAC,IAAIlD,EAAI,GAAG,CAACA,EAAI,IAAI,IAAIkD,CAAS,CAAE,MAAM,CAAC,IAAMjB,EAASkB,GAAYD,CAAS,EAAE,MAAM,CAACA,EAAUjB,EAAS,IAAI,CAAE,CAAC,IAAME,EAAanC,EAAI,aAAa,GAAGA,EAAI,WAAW,eAAeA,EAAI,WAAW,mBAAmBA,EAAI,WAAW,wBAAwBA,EAAI,WAAW,2BAA2B,CAAC,IAAMoD,EAAapD,EAAI,SAAS,MAAM,CAAC,EAAE,MAAM,GAAG,EAAQqD,EAAKD,EAAa,CAAC,EAC1+D,GAAGC,IAAO,QAAQ,CAAC,IAAMrB,EAAQhC,EAAI,aAAa,IAAI,GAAG,EAAQiC,EAASkB,GAAYnB,CAAO,EAAE,MAAM,CAACA,EAAQC,EAASE,CAAY,CAAE,CACrI,GAAGkB,IAAO,QAAuC,MAAM,CAAtBD,EAAa,CAAC,EAAiBpD,EAAImC,CAAY,EAChF,GAAGkB,IAAO,UAAUA,IAAO,OAAO,CAAC,IAAMrB,EAAQoB,EAAa,CAAC,EAAQnB,EAASkB,GAAYnB,CAAO,EAAE,MAAM,CAACA,EAAQC,EAASE,CAAY,CAAE,CAAC,CAC5I,GAAGnC,EAAI,WAAW,WAAW,CAAC,IAAMgC,EAAQhC,EAAI,SAAS,MAAM,CAAC,EAAQiC,EAASkB,GAAYnB,CAAO,EAAE,MAAM,CAACA,EAAQC,EAASE,CAAY,CAAE,CAAC,CAAC,SAASgB,GAAYnB,EAAQ,CAAC,OAAO,IAAI,IAAI,iCAAiCA,CAAO,EAAE,CAAE,CAAC,SAASU,GAAgBV,EAAQsB,EAAI,CAC7Q,IAAMC,EAAI,+BAAqCC,EAAI,OAAO,OAAOF,EAAI,CAAC,IAAI,cAAc,MAAM,GAAGC,CAAG,GAAGvB,CAAO,cAAcwB,CAAG,GAAG,IAAI,iBAAiB,MAAM,GAAGD,CAAG,GAAGvB,CAAO,cAAcwB,CAAG,GAAG,IAAI,eAAe,MAAM,GAAGD,CAAG,GAAGvB,CAAO,kBAAkBwB,CAAG,GAAG,QAAQ,MAAM,GAAGD,CAAG,GAAGvB,CAAO,MAAMwB,CAAG,EAAG,CAAC,CAC7S,SAAS5B,IAAc,CAAC,OAAoBD,EAAK,MAAM,CAAC,MAAM,CAAC,GAAG8B,GAAgB,SAAS,QAAQ,EAAE,SAAsB9B,EAAK,MAAM,CAAC,MAAM+B,GAAgB,SAAS,mEAAmE,CAAC,CAAC,CAAC,CAAE,CAAC,SAAS3B,GAAa,CAAC,QAAA4B,CAAO,EAAE,CAAC,OAAoBhC,EAAK,MAAM,CAAC,UAAU,oCAAoC,MAAM,CAAC,GAAGiC,GAAgB,SAAS,QAAQ,EAAE,SAAsBrB,EAAM,MAAM,CAAC,MAAMmB,GAAgB,SAAS,CAAC,UAAUC,CAAO,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,SAASf,GAAW,CAAC,QAAAvC,EAAQ,UAAAgB,EAAU,MAAAjB,CAAK,EAAE,CAAC,OAAoBuB,EAAK,SAAS,CAAC,QAAQtB,EAAQ,aAAa,OAAO,MAAMwD,GAAY,SAAsBtB,EAAM,MAAM,CAAC,OAAO,OAAO,QAAQ,MAAM,QAAQ,YAAY,MAAM,OAAO,SAAS,CAAcZ,EAAK,OAAO,CAAC,EAAE,wTAAwT,KAAKN,EAAUjB,EAAM,OAAO,OAAO,UAAU,YAAYiB,GAAUjB,EAAM,EAAK,GAAG,MAAM,CAAC,WAAW,kFAAkF,CAAC,CAAC,EAAeuB,EAAK,OAAO,CAAC,EAAE,sBAAsB,KAAK,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,IAAMkC,GAAY,CAAC,SAAS,WAAW,IAAI,MAAM,KAAK,MAAM,UAAU,wBAAwB,MAAM,GAAG,OAAO,GAAG,QAAQ,EAAE,OAAO,OAAO,WAAW,cAAc,OAAO,SAAS,EAAQrB,GAAa,CAAC,SAAS,WAAW,MAAM,OAAO,OAAO,MAAM,EAAQkB,GAAgB,CAAC,UAAU,SAAS,SAAS,GAAG,EAAQf,GAAW,CAAC,SAAS,WAAW,IAAI,EAAE,KAAK,EAAE,OAAO,OAAO,MAAM,MAAM,ECpB3nD,IAAMmB,GAAU,IAAI,OAAO,UAAW,SAAgB,SAASC,IAAmB,CAAC,GAAG,CAACD,GAAU,EAAE,OAAO,GAAK,CAACE,EAAUC,CAAY,EAAEC,GAAS,CAAC,SAAS,MAAM,EAAE,OAAAC,GAAU,IAAI,CAAC,IAAMC,EAAmB,IAAIH,EAAa,CAAC,SAAS,MAAM,EAAE,gBAAS,iBAAiB,mBAAmBG,EAAmB,EAAK,EAAQ,IAAI,CAAC,SAAS,oBAAoB,mBAAmBA,CAAkB,CAAE,CAAE,EAAE,CAAC,CAAC,EAASJ,CAAU,CCAyE,SAASK,GAAiBC,EAAQC,EAAW,CAAC,IAAIC,EACjkBC,EAAQH,EAAQ,QAGpB,OAH4B,OAAO,eAAeA,EAAQ,UAAU,CAAC,KAAK,CAAC,OAAOG,CAAQ,EAAE,IAAIC,EAAK,CAAc,GAAbD,EAAQC,EAAQA,IAAO,KAAK,CAElIH,EAAW,MAAM,EAAE,MAAO,CAACC,IAAqBE,CAAI,CAAE,EAAE,aAAa,EAAI,CAAC,EACvED,GAAgD,IAAI,QAAQ,CAACE,EAAQC,IAAS,CAACJ,EAAmBG,EAAQJ,EAAW,OAAO,iBAAiB,QAAQK,CAAM,CAAE,CAAC,EAAE,MAAM,IAAI,CAAC,CAAC,CAA4B,CAE3M,IAAMC,GAAU,KAaE,SAARC,GAA2BC,EAAM,CAEpC,GAAK,CAAC,MAAAC,EAAM,CAAC,EAAE,UAAAC,EAAU,UAAAC,EAAU,eAAAC,EAAe,gBAAAC,EAAgB,YAAAC,EAAY,UAAAC,EAAU,IAAAC,EAAI,QAAAC,EAAQ,eAAAC,EAAe,WAAAC,EAAW,aAAAC,EAAa,cAAAC,EAAc,YAAAC,EAAY,WAAAC,EAAW,YAAAC,EAAY,gBAAAC,EAAgB,kBAAAC,EAAkB,aAAAC,EAAa,aAAAC,EAAa,gBAAAC,EAAgB,MAAAC,CAAK,EAAEtB,EAAW,CAAC,eAAAuB,EAAe,aAAAC,EAAa,cAAAC,EAAc,mBAAAC,GAAmB,aAAAC,EAAa,cAAAC,CAAa,EAAExB,EAAoB,CAAC,YAAAyB,GAAY,SAAAC,GAAS,UAAAC,EAAU,UAAAC,GAAU,UAAAC,EAAS,EAAEjB,EAAiB,CAAC,kBAAAkB,GAAkB,UAAAC,GAAU,YAAAC,GAAY,UAAAC,GAAU,UAAAC,GAAU,WAAAC,GAAW,iBAAAC,GAAiB,GAAK,kBAAAC,GAAkB,GAAM,cAAAC,GAAc,aAAAC,GAAa,SAAAC,GAAS,gBAAAC,GAAgB,kBAAAC,GAAkB,mBAAAC,GAAmB,iBAAAC,EAAgB,EAAE7B,EAAkB,CAAC,iBAAA8B,GAAiB,QAAAC,GAAQ,UAAAC,GAAU,WAAAC,GAAW,YAAAC,GAAY,QAAAC,GAAQ,SAAAC,GAAS,eAAAC,GAAe,kBAAAC,GAAkB,YAAAC,EAAY,SAAAC,CAAQ,EAAEtC,EAAsBuC,GAAalD,EAAe,GAAGC,CAAU,MAAMC,CAAY,MAAMC,CAAa,MAAMC,CAAW,KAAK,GAAGL,CAAO,KAEl8BoD,GAASC,GAAa,QAAQ,IAAIA,GAAa,OACtDC,GAAc9D,EAAM,OAAO,OAAO,EAAQ+D,GAAYC,GAAS,MAAMF,EAAa,EAAE,EAAQG,EAAa/D,IAAY,QAAQA,IAAY,QAAcgE,GAAWhE,IAAY,SAASA,IAAY,SAElM,GAAG,CAAC6D,GAAa,OAAoBI,EAAM,UAAU,CAAC,MAAMC,GAAkB,SAAS,CAAcC,EAAK,MAAM,CAAC,MAAMC,GAAY,SAAS,cAAI,CAAC,EAAeD,EAAK,IAAI,CAAC,MAAME,GAAY,SAAS,oBAAoB,CAAC,EAAeF,EAAK,IAAI,CAAC,MAAMG,GAAe,SAAS,oEAAoE,CAAC,CAAC,CAAC,CAAC,EAEzV,IAAMC,GAAUC,EAAO,IAAI,EAAQC,GAAYC,GAAQ,IAAW,CAAC,CAAC,QAAQ,IAAI,EAAE,CAAC,QAAQ,IAAI,CAAC,EACrG,CAACd,EAAa,CAAC,EAAQe,GAAWH,EAAO,MAAS,EAAO,CAACI,GAAKC,EAAO,EAAEC,GAAS,CAAC,OAAO,KAAK,SAAS,KAAK,KAAK,KAAK,UAAU,KAAK,WAAW,KAAK,eAAe,IAAI,CAAC,EAAiC,CAACC,GAAWC,EAAa,EAAEF,GAAS,EAAK,EAAO,CAACG,GAAkBC,EAAoB,EAAEJ,GAAS5E,CAAe,EAA+B,CAACiF,GAAYC,EAAc,EAAEN,GAAS,EAAK,EAA8B,CAACO,GAAWC,EAAa,EAAER,GAAS,EAAK,EAEncS,GAAc,CAAC,EAAMC,GAAY,EAAK9B,KAAU8B,GAAY,GAEhE,IAAMC,GAAQC,GAAY,IAAI,CAAC,GAAG,CAACnB,GAAU,QAAQ,OAAO,IAAMoB,EAAWlB,GAAY,CAAC,EAAE,QAAcmB,GAAUnB,GAAY,CAAC,EAAE,QAAcoB,GAAa9B,EAAaQ,GAAU,QAAQ,YAAYA,GAAU,QAAQ,aAAmBuB,GAAMH,EAAW5B,EAAa4B,EAAW,WAAWA,EAAW,UAAU,EAAiII,IAArHH,GAAU7B,EAAa6B,GAAU,WAAWA,GAAU,YAAYA,GAAU,UAAUA,GAAU,aAAa,GAA2BE,GAAMzF,EAAU2F,GAASL,EAAW5B,EAAa4B,EAAW,YAAYA,EAAW,aAAa,EAAQM,GAAUN,EAAWA,EAAW,YAAY,EAAQO,GAAWP,EAAWA,EAAW,aAAa,EAAQQ,GAAepC,EAAa,KAAK,IAAI,SAAS,gBAAgB,aAAa,EAAEqC,EAAO,YAAY,EAAE7B,GAAU,QAAQ,WAAW,EAAE,KAAK,IAAI,SAAS,gBAAgB,cAAc,EAAE6B,EAAO,aAAa,EAAE7B,GAAU,QAAQ,YAAY,EAAEM,GAAQ,CAAC,OAAOgB,GAAa,SAASE,GAAe,KAAKC,GAAS,UAAAC,GAAU,WAAAC,GAAW,eAAAC,EAAc,CAAC,CAAE,EAAE,CAAC,CAAC,EAAQE,GAAgBX,GAAY,SAAS,CAAC,IAAMrG,EAAW,IAAI,gBAG7iC,CAACsG,GAAWC,EAAS,EAAEnB,GAAY,GAAG,CAACf,KAAW,CAACiC,GAAW,SAAS,CAACC,GAAU,SAAS,GAAG,CAAC,MAAM,QAAQ,IAAI,CAACzG,GAAiBwG,GAAWtG,CAAU,EAAEF,GAAiByG,GAAUvG,CAAU,CAAC,CAAC,CAAE,MAAM,CAACA,EAAW,MAAM,CAAE,CAACiH,GAAM,KAAKb,GAAQ,GAAM,EAAI,CAAE,EAAE,CAACA,EAAO,CAAC,EAGjRc,GAAgB,IAAI,CAACF,GAAgB,CAAE,EAAE,CAACzF,CAAU,CAAC,EAGrD,IAAM4F,GAAchC,EAAO,EAAI,EAAEiC,GAAU,IAAYC,GAAOnC,GAAU,QAAQ,CAAC,CAAC,YAAAoC,CAAW,IAAI,CAAI,CAACH,GAAc,UAAUG,EAAY,OAAOA,EAAY,UAASN,GAAgB,EAAEO,GAAgB,IAAItB,GAAc,EAAI,CAAC,GAAGkB,GAAc,QAAQ,EAAM,CAAC,EAAI,CAAC,CAAC,EAAEC,GAAU,IAAI,CAAC,GAAGpB,GAAW,CAAC,IAAMwB,EAAM,WAAW,IAAID,GAAgB,IAAItB,GAAc,EAAK,CAAC,EAAE,GAAG,EAAE,MAAM,IAAI,aAAauB,CAAK,CAAE,CAAC,EAAE,CAACxB,EAAU,CAAC,EAE5Z,IAAMyB,GAAWlD,IAAe,OAAamD,GAAarD,GAAS,EAAEkB,IAAM,SAAeoC,GAAYpC,IAAM,KAAKvE,EAAU4G,GAAWlH,EAAUiH,GAAiB,CAACE,GAAYC,EAAc,EAAErC,GAAS/E,EAAU+G,EAAU,EAAO,CAACM,GAAWC,EAAa,EAAEvC,GAAS,EAAK,EAAKpB,IAAawD,KAAcnH,GAAWoH,GAAepH,CAAS,EAAqG,IAAMuH,GAAc9C,EAAO,IAAI,EAAQ+C,GAASC,GAAUF,EAAa,EAAQG,GAAUC,GAAkB,GAAGH,GAAeI,GAAO3D,GAAW,EAAE,GAA+C4D,GAAKC,GAAed,EAAY,EAAuEe,GAAe/D,EAAa,CAAChE,GAAW6E,IAAM,UAAUvE,GAAK,CAACN,GAAW6E,IAAM,WAAWvE,GAAsD0H,GAAY,IAAIJ,GAAOT,GAAYF,GAAwIgB,GAActE,GAA8H,EAArHuE,GAAaL,GAAKM,GAAO,CAAC,IAAMC,GAAQC,GAAK,CAACrB,GAAa,CAACA,GAAa,EAAEmB,CAAK,EAAE,OAAO,MAAMC,EAAO,EAAE,EAAEA,EAAQ,CAAC,EAAqEE,GAAaD,GAAK,EAAEtB,GAAWI,EAAW,EAAQoB,GAAqBF,GAAK,EAAE,CAACtB,GAAWI,EAAW,EAAqHX,GAAgB,IAAI,CAAI3B,IAAM,WAAW,MAGn9C,CAAC4B,GAAc,SAASnB,IAAYuC,GAAK,IAAIG,GAAY,CAAC,CAAG,EAAE,CAACnD,GAAKmC,GAAaY,GAAOV,GAAWC,GAAYF,GAAY3B,EAAU,CAAC,EAG3G,IAAMkD,GAAY,IAAI,CAAI7E,IAAU,CAACG,IAAa,CAACe,GAAK,QAAQwC,KAAqBQ,GAAK,IAAI,IAAIG,GAAY,GAAGS,GAAQZ,GAAKG,GAAY,EAAEhH,CAAiB,EAAMb,GAAiB+E,KAAoBxD,GAAegG,MAAY9C,GAAW,QAAQ,WAAW,IAAI,CAACiC,GAAgB,IAAIO,GAAesB,GAAMA,EAAK,CAAC,CAAC,EAAEF,GAAY,CAAE,EAAEzH,EAAgB,GAAG,GAAG,EAAuC4H,GAAS,CAACC,EAAMC,GAAW,KAAQ,CAAK5E,GAA+H4E,GAAWhC,GAAgB,IAAIO,GAAesB,IAAMA,GAAKE,CAAK,CAAC,EAAOxB,GAAesB,IAAMA,GAAKE,CAAK,EAArNC,GAAWhC,GAAgB,IAAIO,GAAesB,IAAMA,GAAKE,CAAK,CAAC,EAAOxB,GAAesB,IAAMA,GAAKE,CAAK,CAAmH,EAAQE,GAAQC,GAAO,CAAC,IAAMC,GAAmBX,GAAK,EAAEtB,GAAWI,EAAW,EAAQ8B,GAAyBZ,GAAK,EAAE,CAACtB,GAAWI,EAAW,EAAQ+B,GAAKH,EAAMC,GAAyBG,GAAaJ,EAAM,KAAK,IAAIE,EAAwB,EAAMhF,GAAuE4C,GAAgB,IAAIO,GAAesB,IAAMA,GAAKS,EAAY,CAAC,EAAtHtC,GAAgB,IAAIO,GAAesB,IAAMA,GAAKQ,EAAI,CAAC,CAAsE,EAEtjCE,GAAgB,IAAI,CAACvC,GAAgB,IAAIS,GAAc,EAAI,CAAC,CAAE,EAAQ+B,GAAc,CAACC,EAAM,CAAC,OAAAC,GAAO,SAAAC,EAAQ,IAAI,CAAC3C,GAAgB,IAAIS,GAAc,EAAK,CAAC,EAAE,IAAMmC,GAAWzF,EAAauF,GAAO,EAAEA,GAAO,EAAQG,GAAkB,IACxOC,GAAa3F,EAAawF,GAAS,EAAEA,GAAS,EAAQI,GAAaH,GAAW,CAAC5E,GAAK,KAAK,EAAQgF,GAAaJ,GAAW5E,GAAK,KAAK,EAA6DiF,GAAiB,KAAK,IAAIL,EAAU,EAAQM,GAAU,KAAK,MAAMD,GAAiBjF,GAAK,IAAI,EAAqFmF,GAAiBD,KAAY,EAAE,EAAEA,GAA0DJ,GAAaD,GAAmBf,GAAS,CAACqB,GAAiB,EAAI,EAAWL,GAAa,CAACD,GAAmBf,GAASqB,GAAiB,EAAI,GAA2EJ,IAAcjB,GAASoB,GAAU,EAAI,EAAMF,IAAclB,GAAS,CAACoB,GAAU,EAAI,EAAI,EAAgErD,GAAU,IAAI,CAAC,GAAG,GAACgB,IAAWpC,IAAkB,OAAAkD,GAAY,EAAQ,IAAI5D,GAAW,SAAS,aAAaA,GAAW,OAAO,CAAE,EAAE,CAACY,GAAckC,GAAUpC,EAAU,CAAC,EAA8D,IAAI2E,GAAa,EAE9hCC,GAAiB,QAAQ,IAAIrJ,CAAU,OAAOP,CAAG,QAAQA,EAAIO,CAAU,MAI/E,QAAQkI,EAAM,EAAEA,EAAMtD,GAAYsD,IAASvD,GAAcA,GAAc,OAAOzB,GAAS,IAAIF,GAAc,CAACsG,GAAMC,KAAa,CAAC,IAAIC,GAAI,OAAGtB,IAAQ,IAAMqB,KAAa,IAAGC,GAAI3F,GAAY,CAAC,GAAM0F,KAAavG,GAAc,OAAO,IAAGwG,GAAI3F,GAAY,CAAC,IAAwBN,EAAKkG,GAAM,CAAC,IAAID,GAAI,SAAStB,EAAMqB,GAAW,KAAK,MAAMrB,EAAM,MAAM/E,GAAanD,EAAW,EAAEqJ,GAAwB,OAAO,OAAQlG,EAAkD,OAArCnD,EAAW,EAAEqJ,GAAiB,OAAc,KAAKrF,GAAK,MAAMsF,GAAM,YAAYtG,IAAe,OAAO,aAAaoE,GAAa,aAAagC,KAAe,IAAI3J,EAAI,SAASqD,GAAS,aAAaK,EAAa,eAAe3C,EAAe,aAAaC,EAAa,cAAcC,EAAc,SAASwH,EAAMqB,EAAU,EAAErB,EAAMqB,GAAW,IAAI,CAAE,CAAC,CAAC,EAErvB,IAAMG,GAAcvG,EAAa,WAAW,YAAkBwG,GAAe3I,EAAU,EAAQ4I,GAAa,IAAI5I,EAAU,EAAQ6I,GAAeC,GAAM7I,GAAU,EAAE0I,EAAc,EAAQI,GAAa,IAAI9I,GAAgB+I,GAAS,mBAAmBN,EAAa,mBAAmBxI,EAAS,KAAK2I,EAAc,uBAAuBF,EAAc,uBAAuBC,EAAY,oBAAoB1I,EAAS,KAAK6I,EAAY,KAElaE,GAAK,CAAC,EAAQC,GAAc,CAAC,EAAE,GAAGhI,GAAiB,CAAC,QAAQiI,EAAE,EAAEA,EAAEnH,IAAe,OAAOmH,IAAKF,GAAK,KAAkB1G,EAAK6G,GAAI,CAAC,SAAS,CAAC,GAAGC,GAAS,MAAMlI,GAAQ,OAAOA,GAAQ,gBAAgBK,EAAQ,EAAE,YAAY8H,GAAiB,gBAAgB5H,GAAkB,QAAQC,EAAY,QAAQ,IAAIsF,GAAQkC,CAAC,EAAE,aAAa1C,GAAa,qBAAqBC,GAAqB,MAAMxB,GAAW,MAAMiE,EAAE,IAAI5H,GAAQ,QAAQD,GAAY,aAAaa,EAAa,WAAWC,EAAU,EAAE+G,CAAC,CAAC,EAAMvH,EAAS,IAAGsH,GAAc,eAAeA,GAAc,qBAAqB,QAAQtH,CAAQ,MAAO,CAAC,IAAM2H,GAAUhL,EAAY,CAAC,KAAK4D,EAAa,IAAI,IAAI,YAAYoF,GAAgB,UAAUC,GAAc,kBAAkB,GAAK,OAAO,CAAC,EAAExB,GAAK,EAAEA,EAAI,EAAE,aAAa,EAAK,EAAE,CAAC,EAAQwD,GAAY7I,KAAgB,YAAYA,KAAgB,WAAWA,KAAgB,YAAkB8I,GAAe9I,KAAgB,eAAeA,KAAgB,cAAcA,KAAgB,eAAqB+I,GAAa/I,KAAgB,YAAYA,KAAgB,cAAoBgJ,GAAchJ,KAAgB,aAAaA,KAAgB,eAAqBiJ,GAAYjJ,KAAgB,WAAWA,KAAgB,cAAcA,KAAgB,OAAO,OAAoB0B,EAAM,UAAU,CAAC,MAAM,CAAC,GAAGwH,GAAe,QAAQhI,GAAa,gBAAgB/B,GAAYkJ,GAAS,OAAU,UAAUlJ,GAAYkJ,GAAS,OAAU,QAAQhG,IAAM,OAAO,KAAK,EAAEjF,GAAU,WAAW,MAAM,EAAE,aAAa,IAAI,CAACqF,GAAc,EAAI,EAAMxD,GAAa0D,GAAqB,EAAK,CAAE,EAAE,aAAa,IAAI,CAACF,GAAc,EAAK,EAAMxD,GAAa0D,GAAqB,EAAI,CAAE,EAAE,YAAYmE,GAAO,CACloDA,EAAM,eAAe,EAAEzC,GAAgB,IAAIxB,GAAe,EAAI,CAAC,CAAE,EAAE,UAAU,IAAIwB,GAAgB,IAAIxB,GAAe,EAAK,CAAC,EAAE,IAAIkC,GAAc,SAAS,CAAcnD,EAAK,MAAM,CAAC,MAAM,CAAC,MAAM,OAAO,OAAO,OAAO,OAAO,EAAE,QAAQ,UAAU,SAAS,WAAW,MAAM,EAAE,SAASxC,GAAS,UAAU,SAAS,aAAaV,EAAa,WAAW,OAAO,YAAYyC,GAAS,OAAOnC,EAAkB,EAAE,SAAsB4C,EAAKuH,EAAO,GAAG,CAAC,IAAInH,GAAU,GAAG4G,GAAU,MAAM,CAAC,GAAGM,GAAe,IAAIpL,EAAI,WAAWD,EAAU,EAAE2D,EAAaL,GAASoE,GAAeE,GAAa,EAAE,EAAGjE,EAAkD,EAArCL,GAASoE,GAAeE,GAAe,cAAcjE,EAAa,MAAM,SAAS,eAAezC,IAAgB,GAAG,CAACoC,GAAS,cAAc,OAAU,OAAOvD,EAAYgF,GAAY,WAAW,OAAO,OAAO,WAAW,OAAO,GAAGhE,CAAK,EAAE,SAASoE,EAAa,CAAC,CAAC,CAAC,EAAetB,EAAM,WAAW,CAAC,MAAM,CAAC,GAAG0H,EAAc,EAAE,aAAa,gCAAgC,UAAU,6BAA6B,SAAS,CAAc1H,EAAMyH,EAAO,IAAI,CAAC,MAAM,CAAC,SAAS,WAAW,QAAQ,OAAO,cAAc3H,EAAa,MAAM,SAAS,eAAe1B,GAAiB,gBAAgB,SAAS,IAAIA,GAAiB,QAAQI,GAAS,QAAQH,GAAkB3C,GAAU,EAAE,WAAW,SAAS,MAAM6C,GAAa,IAAIH,GAAiBG,GAAa4I,GAAY1I,GAAgB,QAAQ,KAAKL,GAAiBG,GAAa8I,GAAazI,GAAiB2I,GAAY,EAAE,QAAQ,MAAMnJ,GAAiBG,GAAa+I,GAAc5I,GAAkB6I,GAAY,EAAE,QAAQ,OAAOnJ,GAAiBG,GAAa6I,GAAezI,GAAmB,OAAO,EAAE,QAAQN,IAAmB,CAAC,QAAQyC,GAAW,EAAEpF,EAAS,EAAE,WAAWoB,EAAkB,SAAS,CAAcoD,EAAKuH,EAAO,OAAO,CAAC,KAAK,SAAS,MAAM,CAAC,GAAGR,GAAiB,gBAAgBhJ,GAAU,MAAMF,GAAU,OAAOA,GAAU,aAAaC,GAAY,OAAQ8B,EAAgB,EAAH,GAAK,QAAQhC,GAAkB,QAAQ,OAAO,cAAc,MAAM,EAAE,QAAQ,IAAI2G,GAAS,GAAG,EAAI,EAAE,aAAa,WAAW,SAAS,CAAC,MAAM,EAAE,EAAE,WAAW,CAAC,SAAS,GAAG,EAAE,SAAsBvE,EAAK,MAAM,CAAC,SAAS,QAAQ,MAAMnC,GAAU,OAAOA,GAAU,IAAIG,IAAW,sEAAsE,IAAI,YAAY,CAAC,CAAC,CAAC,EAAegC,EAAKuH,EAAO,OAAO,CAAC,KAAK,SAAS,MAAM,CAAC,GAAGR,GAAiB,gBAAgBhJ,GAAU,MAAMF,GAAU,OAAOA,GAAU,aAAaC,GAAY,OAAQ8B,EAAgB,EAAH,GAAK,QAAQhC,GAAkB,QAAQ,OAAO,cAAc,MAAM,EAAE,QAAQ,IAAI2G,GAAS,EAAE,EAAI,EAAE,aAAa,OAAO,SAAS,CAAC,MAAM,EAAE,EAAE,WAAW,CAAC,SAAS,GAAG,EAAE,SAAsBvE,EAAK,MAAM,CAAC,SAAS,QAAQ,MAAMnC,GAAU,OAAOA,GAAU,IAAII,IAAY,sEAAsE,IAAI,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEyI,GAAK,OAAO,EAAe1G,EAAK,MAAM,CAAC,MAAM,CAAC,GAAGyH,GAAmB,KAAK7H,EAAa,MAAMf,GAAU,IAAKe,EAAmB,QAAN,MAAc,UAAUA,EAAa,mBAAmB,mBAAmB,cAAcA,EAAa,MAAM,SAAS,OAAOA,EAAaf,GAAU,QAAQ,aAAaC,GAAW,gBAAgBI,GAAe,WAAW,OAAO,GAAGyH,EAAa,EAAE,SAASD,EAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAyBjL,GAAU,aAAa,CAAC,UAAU,OAAO,YAAY,GAAM,UAAU,EAAE,WAAW,EAAE,SAAS,GAAK,IAAI,GAAG,QAAQ,GAAG,gBAAgB,GAAK,eAAe,CAAC,eAAe,EAAE,aAAa,EAAE,cAAc,EAAE,mBAAmB,KAAK,aAAa,GAAK,cAAc,EAAK,EAAE,kBAAkB,CAAC,KAAK,SAAS,UAAU,IAAI,QAAQ,EAAE,EAAE,YAAY,CAAC,YAAY,GAAM,SAAS,GAAM,UAAU,GAAG,UAAU,EAAE,UAAU,CAAC,EAAE,aAAa,CAAC,kBAAkB,GAAK,kBAAkB,GAAM,iBAAiB,GAAK,UAAU,kBAAkB,UAAU,EAAE,EAAE,gBAAgB,CAAC,iBAAiB,EAAI,CAAC,EAAyBiM,EAAoBjM,GAAU,CAAC,MAAM,CAAC,KAAKkM,EAAY,MAAM,MAAM,UAAU,QAAQ,CAAC,KAAKA,EAAY,iBAAiB,CAAC,EAAE,UAAU,CAAC,KAAKA,EAAY,KAAK,MAAM,YAAY,QAAQ,CAAC,OAAO,QAAQ,MAAM,QAAQ,EAAE,YAAY,CAAC,iBAAiB,kBAAkB,eAAe,gBAAgB,EAAE,aAAa,CAAC,OAAO,QAAQ,MAAM,QAAQ,EAAE,wBAAwB,GAAK,aAAalM,GAAU,aAAa,SAAS,EAAE,gBAAgB,CAAC,KAAKkM,EAAY,QAAQ,MAAM,YAAY,aAAa,EAAI,EAAE,gBAAgB,CAAC,KAAKA,EAAY,OAAO,MAAM,WAAW,aAAa,IAAI,IAAI,GAAG,IAAI,GAAG,KAAK,GAAG,eAAe,GAAK,KAAK,IAAI,OAAOjM,GAAO,CAACA,EAAM,eAAe,EAAE,YAAY,CAAC,KAAKiM,EAAY,QAAQ,MAAM,YAAY,aAAa,EAAK,EAAE,UAAU,CAAC,KAAKA,EAAY,OAAO,MAAM,UAAU,IAAI,EAAE,IAAI,GAAG,eAAe,GAAK,aAAalM,GAAU,aAAa,SAAS,EAAE,eAAe,CAAC,KAAKkM,EAAY,OAAO,MAAM,UAAU,SAAS,CAAC,eAAe,CAAC,KAAKA,EAAY,OAAO,MAAM,UAAU,aAAalM,GAAU,aAAa,eAAe,eAAe,IAAI,EAAE,IAAI,EAAE,KAAK,IAAI,eAAe,EAAI,EAAE,aAAa,CAAC,KAAKkM,EAAY,OAAO,MAAM,QAAQ,aAAalM,GAAU,aAAa,eAAe,aAAa,IAAI,EAAE,IAAI,EAAE,KAAK,IAAI,eAAe,EAAI,EAAE,mBAAmB,CAAC,KAAKkM,EAAY,OAAO,MAAM,cAAc,aAAalM,GAAU,aAAa,eAAe,mBAAmB,IAAI,IAAI,IAAI,IAAI,KAAK,CAAC,EAAE,cAAc,CAAC,KAAKkM,EAAY,OAAO,MAAM,SAAS,aAAalM,GAAU,aAAa,eAAe,cAAc,IAAI,KAAK,IAAI,IAAI,KAAK,CAAC,EAAE,aAAa,CAAC,KAAKkM,EAAY,QAAQ,MAAM,WAAW,aAAa,OAAO,cAAc,QAAQ,aAAalM,GAAU,aAAa,eAAe,YAAY,EAAE,cAAc,CAAC,KAAKkM,EAAY,QAAQ,MAAM,YAAY,aAAa,OAAO,cAAc,QAAQ,aAAalM,GAAU,aAAa,eAAe,aAAa,CAAC,CAAC,EAAE,UAAU,CAAC,KAAKkM,EAAY,KAAK,MAAM,QAAQ,QAAQ,CAAC,aAAa,SAAS,UAAU,EAAE,YAAY,CAAC,UAAU,CAAC,MAAM,CAAC,YAAY,eAAe,cAAc,EAAE,KAAK,CAAC,YAAY,eAAe,cAAc,EAAE,IAAI,CAAC,aAAa,eAAe,aAAa,EAAE,OAAO,CAAC,aAAa,eAAe,aAAa,CAAC,CAAC,EAAE,aAAa,SAAS,wBAAwB,EAAI,EAAE,WAAW,CAAC,KAAKA,EAAY,OAAO,MAAM,QAAQ,IAAI,EAAE,IAAI,GAAG,eAAe,GAAK,aAAalM,GAAU,aAAa,UAAU,EAAE,IAAI,CAAC,KAAKkM,EAAY,OAAO,MAAM,MAAM,IAAI,CAAC,EAAE,QAAQ,CAAC,MAAM,UAAU,KAAKA,EAAY,YAAY,UAAU,iBAAiB,aAAa,CAAC,UAAU,kBAAkB,EAAE,aAAa,EAAE,UAAU,CAAC,aAAa,eAAe,gBAAgB,aAAa,EAAE,YAAY,CAAC,IAAI,IAAI,IAAI,GAAG,EAAE,IAAI,CAAC,EAAE,aAAa,CAAC,KAAKA,EAAY,OAAO,MAAM,SAAS,IAAI,EAAE,IAAI,IAAI,eAAe,GAAK,aAAa,CAAC,EAAE,kBAAkB,CAAC,KAAKA,EAAY,WAAW,aAAalM,GAAU,aAAa,kBAAkB,MAAM,YAAY,EAAE,YAAY,CAAC,KAAKkM,EAAY,OAAO,MAAM,WAAW,SAAS,CAAC,YAAY,CAAC,KAAKA,EAAY,QAAQ,MAAM,OAAO,aAAa,EAAK,EAAE,SAAS,CAAC,KAAKA,EAAY,QAAQ,MAAM,WAAW,aAAa,OAAO,cAAc,OAAO,aAAa,GAAM,OAAOjM,EAAM,CAAC,OAAOA,EAAM,cAAc,EAAK,CAAC,EAAE,UAAU,CAAC,KAAKiM,EAAY,OAAO,MAAM,QAAQ,aAAa,GAAG,IAAI,EAAE,IAAI,IAAI,KAAK,IAAI,OAAOjM,EAAM,CAAC,OAAOA,EAAM,cAAc,EAAM,CAAC,EAAE,UAAU,CAAC,KAAKiM,EAAY,OAAO,MAAM,QAAQ,aAAa,EAAE,IAAI,EAAE,IAAI,IAAI,KAAK,IAAI,OAAOjM,EAAM,CAAC,OAAOA,EAAM,cAAc,EAAM,CAAC,EAAE,UAAU,CAAC,KAAKiM,EAAY,OAAO,MAAM,UAAU,aAAa,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,IAAI,OAAOjM,EAAM,CAAC,OAAOA,EAAM,cAAc,EAAM,CAAC,CAAC,CAAC,EAAE,aAAa,CAAC,KAAKiM,EAAY,OAAO,MAAM,SAAS,SAAS,CAAC,kBAAkB,CAAC,KAAKA,EAAY,QAAQ,MAAM,OAAO,aAAalM,GAAU,aAAa,aAAa,iBAAiB,EAAE,UAAU,CAAC,KAAKkM,EAAY,MAAM,MAAM,OAAO,OAAOjM,GAAO,CAACA,EAAM,kBAAkB,aAAaD,GAAU,aAAa,aAAa,SAAS,EAAE,UAAU,CAAC,KAAKkM,EAAY,MAAM,MAAM,WAAW,OAAOjM,GAAO,CAACA,EAAM,iBAAiB,EAAE,WAAW,CAAC,KAAKiM,EAAY,MAAM,MAAM,OAAO,OAAOjM,GAAO,CAACA,EAAM,iBAAiB,EAAE,UAAU,CAAC,KAAKiM,EAAY,OAAO,MAAM,OAAO,IAAI,EAAE,IAAI,IAAI,eAAe,GAAK,aAAalM,GAAU,aAAa,aAAa,UAAU,OAAOC,GAAO,CAACA,EAAM,iBAAiB,EAAE,YAAY,CAAC,KAAKiM,EAAY,OAAO,MAAM,SAAS,IAAI,EAAE,IAAI,IAAI,aAAa,GAAG,OAAOjM,GAAO,CAACA,EAAM,iBAAiB,EAAE,kBAAkB,CAAC,KAAKiM,EAAY,QAAQ,MAAM,UAAU,aAAa,GAAM,OAAOjM,GAAO,CAACA,EAAM,iBAAiB,EAAE,iBAAiB,CAAC,KAAKiM,EAAY,QAAQ,MAAM,WAAW,aAAa,QAAQ,cAAc,QAAQ,aAAalM,GAAU,aAAa,aAAa,iBAAiB,OAAOC,GAAO,CAACA,EAAM,iBAAiB,EAAE,cAAc,CAAC,KAAKiM,EAAY,KAAK,MAAM,WAAW,QAAQ,CAAC,OAAO,WAAW,UAAU,YAAY,cAAc,aAAa,cAAc,EAAE,aAAa,CAAC,SAAS,WAAW,aAAa,YAAY,cAAc,gBAAgB,cAAc,EAAE,OAAOjM,GAAO,CAACA,EAAM,mBAAmBA,EAAM,gBAAgB,EAAE,aAAa,CAAC,KAAKiM,EAAY,OAAO,MAAM,QAAQ,IAAI,KAAK,IAAI,IAAI,aAAa,GAAG,eAAe,GAAK,OAAOjM,GAAO,CAACA,EAAM,mBAAmB,CAACA,EAAM,gBAAgB,EAAE,gBAAgB,CAAC,KAAKiM,EAAY,OAAO,MAAM,MAAM,IAAI,KAAK,IAAI,IAAI,aAAa,EAAE,eAAe,GAAK,OAAOjM,GAAO,CAACA,EAAM,mBAAmBA,EAAM,kBAAkBA,EAAM,gBAAgB,QAAQA,EAAM,gBAAgB,cAAcA,EAAM,gBAAgB,eAAeA,EAAM,gBAAgB,cAAc,EAAE,mBAAmB,CAAC,KAAKiM,EAAY,OAAO,MAAM,SAAS,IAAI,KAAK,IAAI,IAAI,aAAa,EAAE,eAAe,GAAK,OAAOjM,GAAO,CAACA,EAAM,mBAAmBA,EAAM,kBAAkBA,EAAM,gBAAgB,QAAQA,EAAM,gBAAgB,WAAWA,EAAM,gBAAgB,YAAYA,EAAM,gBAAgB,WAAW,EAAE,kBAAkB,CAAC,KAAKiM,EAAY,OAAO,MAAM,QAAQ,IAAI,KAAK,IAAI,IAAI,aAAa,EAAE,eAAe,GAAK,OAAOjM,GAAO,CAACA,EAAM,mBAAmBA,EAAM,kBAAkBA,EAAM,gBAAgB,QAAQA,EAAM,gBAAgB,YAAYA,EAAM,gBAAgB,WAAWA,EAAM,gBAAgB,eAAeA,EAAM,gBAAgB,YAAY,EAAE,iBAAiB,CAAC,KAAKiM,EAAY,OAAO,MAAM,OAAO,IAAI,KAAK,IAAI,IAAI,aAAa,EAAE,eAAe,GAAK,OAAOjM,GAAO,CAACA,EAAM,mBAAmBA,EAAM,kBAAkBA,EAAM,gBAAgB,QAAQA,EAAM,gBAAgB,aAAaA,EAAM,gBAAgB,WAAWA,EAAM,gBAAgB,gBAAgBA,EAAM,gBAAgB,YAAY,EAAE,SAAS,CAAC,KAAKiM,EAAY,OAAO,MAAM,MAAM,IAAI,EAAE,IAAI,IAAI,aAAa,GAAG,eAAe,GAAK,OAAOjM,GAAO,CAACA,EAAM,mBAAmBA,EAAM,gBAAgB,CAAC,CAAC,EAAE,gBAAgB,CAAC,KAAKiM,EAAY,OAAO,MAAM,OAAO,SAAS,CAAC,iBAAiB,CAAC,KAAKA,EAAY,QAAQ,MAAM,OAAO,aAAa,EAAK,EAAE,QAAQ,CAAC,KAAKA,EAAY,OAAO,MAAM,OAAO,IAAI,EAAE,IAAI,IAAI,aAAa,GAAG,eAAe,GAAK,OAAOjM,GAAO,CAACA,EAAM,kBAAkBA,EAAM,aAAa,EAAE,UAAU,CAAC,KAAKiM,EAAY,OAAO,MAAM,QAAQ,IAAI,KAAK,IAAI,IAAI,aAAa,GAAG,eAAe,GAAK,OAAOjM,GAAO,CAACA,EAAM,kBAAkBA,EAAM,aAAa,EAAE,QAAQ,CAAC,KAAKiM,EAAY,OAAO,MAAM,MAAM,IAAI,EAAE,IAAI,IAAI,aAAa,GAAG,eAAe,GAAK,OAAOjM,GAAO,CAACA,EAAM,kBAAkBA,EAAM,aAAa,EAAE,YAAY,CAAC,KAAKiM,EAAY,OAAO,MAAM,UAAU,IAAI,EAAE,IAAI,IAAI,aAAa,GAAG,eAAe,GAAK,OAAOjM,GAAO,CAACA,EAAM,kBAAkBA,EAAM,aAAa,EAAE,SAAS,CAAC,KAAKiM,EAAY,MAAM,MAAM,OAAO,aAAa,OAAO,OAAOjM,GAAO,CAACA,EAAM,kBAAkBA,EAAM,aAAa,EAAE,eAAe,CAAC,KAAKiM,EAAY,MAAM,MAAM,WAAW,aAAa,kBAAkB,OAAOjM,GAAO,CAACA,EAAM,kBAAkBA,EAAM,aAAa,EAAE,WAAW,CAAC,KAAKiM,EAAY,OAAO,MAAM,SAAS,IAAI,EAAE,IAAI,IAAI,aAAa,GAAG,OAAOjM,GAAO,CAACA,EAAM,kBAAkBA,EAAM,aAAa,EAAE,YAAY,CAAC,KAAKiM,EAAY,OAAO,MAAM,UAAU,IAAI,EAAE,IAAI,EAAE,aAAa,GAAG,KAAK,GAAG,eAAe,GAAK,OAAOjM,GAAO,CAACA,EAAM,kBAAkBA,EAAM,aAAa,EAAE,kBAAkB,CAAC,KAAKiM,EAAY,OAAO,MAAM,UAAU,IAAI,EAAE,IAAI,EAAE,aAAa,EAAE,KAAK,GAAG,eAAe,GAAK,OAAOjM,GAAO,CAACA,EAAM,kBAAkBA,EAAM,aAAa,EAAE,SAAS,CAAC,KAAKiM,EAAY,OAAO,MAAM,OAAO,IAAI,EAAE,IAAI,GAAG,aAAa,EAAE,KAAK,EAAE,OAAOjM,GAAO,CAACA,EAAM,kBAAkBA,EAAM,aAAa,CAAC,CAAC,CAAC,CAAC,EAA0B,IAAM4L,GAAe,CAAC,QAAQ,OAAO,cAAc,MAAM,MAAM,OAAO,OAAO,OAAO,SAAS,OAAO,UAAU,OAAO,WAAW,SAAS,OAAO,EAAE,QAAQ,EAAE,cAAc,OAAO,WAAW,MAAM,EAA8BvH,GAAkB,CAAC,QAAQ,OAAO,MAAM,OAAO,OAAO,OAAO,aAAa,SAAS,WAAW,SAAS,cAAc,SAAS,MAAM,OAAO,WAAW,0BAA0B,SAAS,GAAG,SAAS,SAAS,QAAQ,qBAAqB,EAAQE,GAAY,CAAC,SAAS,GAAG,aAAa,EAAE,EAAQC,GAAY,CAAC,OAAO,EAAE,aAAa,GAAG,WAAW,IAAI,UAAU,QAAQ,EAAQC,GAAe,CAAC,OAAO,EAAE,QAAQ,GAAG,SAAS,IAAI,WAAW,IAAI,UAAU,QAAQ,EAA4B4G,GAAiB,CAAC,OAAO,OAAO,QAAQ,OAAO,aAAa,SAAS,WAAW,SAAS,SAAS,SAAS,WAAW,cAAc,OAAO,UAAU,OAAO,EAAE,QAAQ,CAAC,EAAQS,GAAe,CAAC,QAAQ,OAAO,eAAe,gBAAgB,WAAW,SAAS,SAAS,WAAW,cAAc,OAAO,WAAW,OAAO,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,OAAO,CAAC,EAAgDjB,GAAM,CAACqB,EAAIC,EAAIC,IAAM,KAAK,IAAI,KAAK,IAAIF,EAAIC,CAAG,EAAEC,CAAG,EAA6B5B,GAAmB6B,GAAkBC,GAAW,SAAmBtM,EAAMuK,EAAI,CAAC,GAAK,CAAC,SAAAgC,EAAS,MAAAC,EAAM,OAAAC,EAAO,MAAApC,EAAM,KAAAtF,EAAK,IAAAvE,EAAI,aAAA2H,EAAa,YAAAuE,EAAY,aAAAvC,EAAa,SAAAtG,EAAS,QAAA8I,EAAQ,eAAApL,EAAe,aAAAC,EAAa,cAAAC,EAAc,aAAAyC,EAAa,OAAA0I,EAAO,MAAA3D,CAAK,EAAEjJ,EAAY6M,EAAYlI,EAAO,EAEr2amI,GAAa/H,GAAM,KAAKvE,GAAK2J,EAAmB4C,EAAY,CAAC,CAAChI,GAAM,KAAK,EAAEA,GAAM,OAAOA,GAAM,KAAKvE,EAAIuE,GAAM,MAAM,EAAE,IAAIiI,GAAKA,EAAIF,CAAW,EAE7IG,EAAQ,CAACpJ,GAAUuE,GAAaD,EAAa4E,EAAY,CAAC,CAACtL,EAAc,EAAE,EAAEA,CAAa,CAAC,EAAQyL,EAAQ,CAACrJ,GAAUuE,GAAaD,EAAa4E,EAAY,CAACtL,EAAc,EAAE,EAAE,CAACA,CAAa,CAAC,EAAQ0L,EAAQ,CAACtJ,GAAUuE,GAAaD,EAAa4E,EAAY,CAACxL,EAAe,EAAE,EAAEA,CAAc,CAAC,EAAQ6L,GAAM,CAACvJ,GAAUuE,GAAaD,EAAa4E,EAAY,CAACvL,EAAa,EAAE,EAAEA,CAAY,CAAC,EAAQ6L,EAAW,CAACxJ,GAAUuE,GAAaD,EAAa4E,EAAY,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC,EAAQnF,EAAU,CAAC/D,GAAUuE,GAAaD,EAAamF,GAAQA,GAAQP,EAAY,CAAC,GAAGO,GAAQP,EAAY,CAAC,CAAC,EAAEnG,GAAU,IAAI,CAAC,GAAIgB,EAAiB,OAAOA,EAAU,GAAG,SAAS2F,GAAU,EAAYhD,GAAK,SAASsC,EAAY,UAAc,aAAa,cAAc,CAACU,CAAQ,CAAE,CAAC,CAAE,EAAE,CAAC,CAAC,EAAE,IAAMC,GAAW3J,EAAS,UAAUuE,GAAaD,EAAa,CAAC4E,EAAY,CAAC,EAAEhI,EAAK,eAAe0I,GAAIV,EAAY,CAAC,EAAEA,EAAY,CAAC,EAAE,EAAE,EAAEA,EAAY,CAAC,EAAEhI,EAAK,cAAc,EAAE,CAAC,SAAS,UAAU,QAAQ,CAAC,EAAQ2I,GAAInB,EAAS,QAAQ,OAAoBjI,EAAKqJ,EAAY,CAAC,QAAQ,KAAK,GAAGD,GAAI,SAAsBpJ,EAAK,KAAK,CAAC,MAAM,CAAC,QAAQ,UAAU,EAAE,cAAc2E,IAAQ,EAAa,SAAsB2E,GAAavD,EAAM,CAAC,IAAIE,GAAKsC,EAAY,IAAAa,GAAI,MAAM,CAAC,GAAGrD,EAAM,OAAO,MAAM,WAAW,EAAE,WAAW,OAAO,MAAAmC,EAAM,OAAAC,EAAO,QAAQU,EAAQ,MAAMC,GAAM,QAAQlJ,EAAamJ,EAAW,GAAG,QAASnJ,EAAwB,GAAXmJ,EAAc,QAAQnJ,EAAa+I,EAAQ,EAAE,QAAS/I,EAAqB,EAARgJ,EAAU,WAAAM,EAAU,EAAE,SAASnD,EAAM,MAAM,SAASA,EAAM,MAAM,SAAS,aAAapB,EAAM,MAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,EAAQkC,GAAiBkB,GAAK,SAAa,CAAC,gBAAAwB,EAAgB,QAAAV,EAAQ,MAAAW,EAAM,MAAA7E,EAAM,aAAAT,EAAa,qBAAAC,EAAqB,SAAA2C,EAAS,YAAA2C,EAAY,IAAAvN,EAAI,QAAAC,EAAQ,aAAAyD,EAAa,WAAAC,EAAW,GAAGnE,CAAK,EAAE,CAA8C,IAAIgO,EAAWxF,IAAeS,EAAuD9E,IAAY6J,EAAW,KAAK,IAAIvF,CAAoB,IAAIQ,GAAO,IAAMgF,EAAczN,EAAI,EAAQ0N,EAAI,CAAChK,GAAc+E,EAAM,EAAEgF,EAAcxN,EAAc0N,EAAO,CAACjK,GAAc+E,IAAQ6E,EAAM,EAAEG,EAAcxN,EAAc2N,EAAMlK,GAAc+E,IAAQ6E,EAAM,EAAEG,EAAcxN,EAAc4N,EAAKnK,GAAc+E,EAAM,EAAEgF,EAAcxN,EAAQ,OAAoB6D,EAAK,SAAS,CAAC,aAAa,kBAAkB2E,EAAM,CAAC,GAAG,KAAK,SAAS,GAAGjJ,EAAM,MAAM,CAAC,GAAG+N,EAAY,QAAQ,GAAGG,CAAG,MAAME,CAAK,MAAMD,CAAM,MAAME,CAAI,IAAI,EAAE,SAAsB/J,EAAKuH,EAAO,IAAI,CAAC,MAAM,CAAC,GAAGT,CAAQ,EAAE,QAAQ,GAAM,QAAQ,CAAC,QAAQ4C,EAAWH,EAAgBV,CAAO,EAAE,WAAW,CAAC,SAAS,EAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAwBpB,GAAmB,CAAC,QAAQ,OAAO,aAAa,SAAS,WAAW,SAAS,SAAS,SAAS,SAAS,WAAW,cAAc,MAAM,EAAQX,GAAS,CAAC,aAAa,MAAM,WAAW,QAAQ,OAAO,UAAU,OAAO,OAAO,aAAa,SAAS,WAAW,SAAS,QAAQ,CAAC,ECpEhwF,IAAAkD,GAAA,GAAAC,GAAAD,GAAA,wBAAAE,GAAA,OAAAC,GAAA,OAAAC,GAAA,QAAAC,GAAA,QAAAC,GAAA,QAAAC,GAAA,QAAAC,GAAA,QAAAC,GAAA,QAAAC,GAAA,OAAAC,GAAA,OAAAC,GAAA,OAAAC,GAAA,OAAAC,GAAA,OAAAC,GAAA,OAAAC,GAAA,OAAAC,GAAA,OAAAC,KAAO,IAAMC,GAAG,mBAAgCC,GAAG,6QAA0RC,GAAG,kBAA+BC,GAAG,8KAA2LC,GAAG,OAAoBC,GAAG,gbAA6bC,GAAG,uBAAoCC,GAAG,+GAA4HC,GAAG,wBAAqCC,GAAG,kLAA+LC,GAAI,kBAA+BC,GAAI,0PAAuQC,GAAI,eAA4BC,GAAI,w6BAA26BC,GAAI,iBAA8BC,GAAI,qPAC1qFC,GAAqB,CAAC,QAAU,CAAC,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC,ECA5nC,IAAMC,GAAiB,CAAC,UAAUC,EAAe,EAAiB,SAARC,GAAmCC,EAAIC,EAAO,CAAC,KAAMA,GAAO,CAAC,IAAMC,EAAOL,GAAiBI,EAAO,EAAE,EAAE,GAAGC,EAAO,CAAC,IAAMC,EAAMD,EAAOF,CAAG,EAAE,GAAGG,EAAM,OAAOA,CAAM,CAACF,EAAOA,EAAO,QAAS,CAAC,CCAgb,IAAMG,GAAW,CAAC,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,iBAAiB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAAAD,GAAU,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,CAAmB,EAAQC,EAAWL,GAAOE,EAAO,WAAiBI,EAAmBC,GAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAwB,CAAC,yBAAyB,YAAY,yBAAyB,YAAY,OAAO,YAAY,KAAK,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,OAAAC,EAAO,GAAAC,EAAG,SAAAC,EAAS,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,UAAUL,GAAQK,EAAM,WAAW,4FAA4F,QAAQP,GAAwBO,EAAM,OAAO,GAAGA,EAAM,SAAS,YAAY,UAAUF,GAAUE,EAAM,WAAW,2FAA2F,GAAUC,GAAuB,CAACD,EAAMxB,IAAewB,EAAM,iBAAwBxB,EAAS,KAAK,GAAG,EAAEwB,EAAM,iBAAwBxB,EAAS,KAAK,GAAG,EAAU0B,GAA6BC,GAAW,SAASH,EAAMI,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,GAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAQC,EAAkBC,GAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAvC,EAAQ,UAAAwC,EAAU,UAAAC,EAAU,GAAGC,CAAS,EAAE1B,GAASM,CAAK,EAAO,CAAC,YAAAqB,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAApD,CAAQ,EAAEqD,GAAgB,CAAC,WAAA1D,GAAW,eAAe,YAAY,IAAIoC,EAAW,QAAA7B,EAAQ,kBAAAL,EAAiB,CAAC,EAAQyD,EAAiB7B,GAAuBD,EAAMxB,CAAQ,EAAO,CAAC,sBAAAuD,EAAsB,MAAAC,EAAK,EAAEC,GAAyBZ,CAAW,EAAQa,EAAaH,EAAsB,SAASI,KAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQQ,EAAaL,EAAsB,SAASI,KAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAA0GS,GAAkBC,EAAGlE,GAAkB,GAAnH,CAAa4C,GAAuBA,GAAuBA,EAAS,CAAuE,EAAQuB,EAAY,IAAQ,GAAC,YAAY,WAAW,EAAE,SAASlB,CAAW,EAA6B,OAAoBhC,EAAKmD,EAAY,CAAC,GAAGvB,GAAUT,EAAgB,SAAsBnB,EAAKC,GAAS,CAAC,QAAQd,EAAS,QAAQ,GAAM,SAAsBa,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsB8D,EAAMlD,EAAO,IAAI,CAAC,GAAG6B,EAAU,GAAGI,EAAgB,UAAUc,EAAGD,GAAkB,gBAAgBrB,EAAUM,CAAU,EAAE,mBAAmB,SAAS,iBAAiBQ,EAAiB,SAAS,YAAY,IAAIvB,EAAW,MAAM,CAAC,GAAGQ,CAAK,EAAE,GAAGzC,GAAqB,CAAC,UAAU,CAAC,mBAAmB,wBAAwB,EAAE,UAAU,CAAC,mBAAmB,MAAM,EAAE,UAAU,CAAC,mBAAmB,wBAAwB,CAAC,EAAE+C,EAAYI,CAAc,EAAE,SAAS,CAAcgB,EAAMlD,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,WAAW,iBAAiB,GAAK,iBAAiBuC,EAAiB,SAAS,YAAY,MAAMI,EAAa,GAAG5D,GAAqB,CAAC,UAAU,CAAC,MAAM8D,CAAY,EAAE,UAAU,CAAC,MAAMA,CAAY,CAAC,EAAEf,EAAYI,CAAc,EAAE,SAAS,CAAcgB,EAAMlD,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,QAAQ,GAAG,OAAO,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,OAAO,EAAE,EAAE,UAAU,CAAC,OAAO,EAAE,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC,EAAE,SAAS,CAAczC,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,eAAe,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAE,CAAC,CAAC,EAAezC,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,eAAe,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAezC,EAAKqD,EAAS,CAAC,sBAAsB,GAAK,SAAsBrD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,2FAA2F,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,2BAA2B,mBAAmB,gCAAgC,YAAY,6BAA6B,KAAK,EAAE,KAAKZ,EAAU,kBAAkB,MAAM,mBAAmB,GAAK,GAAG5C,GAAqB,CAAC,UAAU,CAAC,SAAsBe,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,2FAA2F,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,2FAA2F,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE8B,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEc,EAAY,GAAgBlD,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,SAAS,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,QAAQ,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,QAAQ,CAAC,EAAE,UAAU,CAAC,QAAQ,CAAC,CAAC,EAAE,SAAsBzC,EAAKqD,EAAS,CAAC,sBAAsB,GAAK,SAAsBrD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,2FAA2F,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,6BAA6B,MAAM,QAAQ,EAAE,EAAE,KAAKX,EAAU,SAAS,CAAC,UAAU,CAAC,QAAQ,CAAC,EAAE,UAAU,CAAC,QAAQ,CAAC,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQwB,GAAI,CAAC,kFAAkF,kFAAkF,8QAA8Q,gWAAgW,kJAAkJ,qMAAqM,oMAAoM,sKAAsK,4SAA4S,kNAAkN,GAAeA,GAAI,GAAgBA,GAAI,GAAgBA,EAAG,EAW3uSC,GAAgBC,GAAQ3C,GAAUyC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,aAAaA,GAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,GAAG,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,SAAS,OAAO,yBAAyB,wBAAwB,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,4FAA4F,gBAAgB,GAAK,MAAM,WAAW,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,4FAA4F,gBAAgB,GAAK,MAAM,SAAS,KAAKA,EAAY,MAAM,CAAC,CAAC,EAAEC,GAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGM,GAAoCC,EAAK,EAAE,GAAGD,GAAqCC,EAAK,EAAE,GAAGD,GAAqCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECX36D,IAAMC,GAAcC,GAASC,EAAQ,EAAQC,GAAW,CAAC,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,kBAAkB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAAAD,GAAU,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,CAAmB,EAAQC,EAAWL,GAAOE,EAAO,WAAiBI,EAAmBC,GAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAwB,CAAC,YAAY,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,QAAQL,GAAwBK,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAAuB,CAACD,EAAMtB,IAAesB,EAAM,iBAAwBtB,EAAS,KAAK,GAAG,EAAEsB,EAAM,iBAAwBtB,EAAS,KAAK,GAAG,EAAUwB,GAA6BC,GAAW,SAASH,EAAMI,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,GAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAQC,EAAkBC,GAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAArC,EAAQ,GAAGsC,CAAS,EAAEtB,GAASI,CAAK,EAAO,CAAC,YAAAmB,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAAhD,CAAQ,EAAEiD,GAAgB,CAAC,WAAAtD,GAAW,eAAe,YAAY,IAAIkC,EAAW,QAAA3B,EAAQ,kBAAAL,EAAiB,CAAC,EAAQqD,EAAiB3B,GAAuBD,EAAMtB,CAAQ,EAAuCmD,EAAkBC,EAAGxD,GAAkB,GAAhD,CAAC,CAAuE,EAAE,OAAoBiB,EAAKwC,EAAY,CAAC,GAAGd,GAAUT,EAAgB,SAAsBjB,EAAKC,GAAS,CAAC,QAAQd,EAAS,QAAQ,GAAM,SAAsBa,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBmD,EAAMvC,EAAO,IAAI,CAAC,GAAGyB,EAAU,GAAGI,EAAgB,UAAUQ,EAAGD,EAAkB,iBAAiBb,EAAUI,CAAU,EAAE,mBAAmB,YAAY,iBAAiBQ,EAAiB,SAAS,YAAY,IAAIrB,EAAW,MAAM,CAAC,gBAAgB,4BAA4B,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,GAAGQ,CAAK,EAAE,GAAGvC,GAAqB,CAAC,UAAU,CAAC,mBAAmB,QAAQ,CAAC,EAAE2C,EAAYI,CAAc,EAAE,SAAS,CAAchC,EAAK0C,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQpB,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,SAAsBtB,EAAK2C,GAA8B,CAAC,UAAU,0BAA0B,iBAAiBN,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBrC,EAAKnB,GAAS,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU+D,GAAkB,KAAKzB,CAAY,GAAG;AAAA,soDAAmU,QAAQ,YAAY,UAAUyB,GAAkB,KAAKzB,CAAY,GAAG,kFAAiB,MAAM,OAAO,GAAGlC,GAAqB,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE2C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAehC,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qBAAqB,CAAC,CAAC,EAAerC,EAAK0C,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQpB,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,EAAE,GAAG,SAAsBtB,EAAK2C,GAA8B,CAAC,UAAU,2BAA2B,iBAAiBN,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBrC,EAAKnB,GAAS,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU+D,GAAkB,KAAKzB,CAAY,GAAG,s5EAA+d,QAAQ,YAAY,UAAUyB,GAAkB,KAAKzB,CAAY,GAAG,4EAAgB,MAAM,OAAO,GAAGlC,GAAqB,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE2C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAehC,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qBAAqB,CAAC,CAAC,EAAerC,EAAK0C,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQpB,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,SAAsBtB,EAAK2C,GAA8B,CAAC,UAAU,2BAA2B,iBAAiBN,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBrC,EAAKnB,GAAS,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU+D,GAAkB,KAAKzB,CAAY,GAAG,o0DAA6W,QAAQ,YAAY,UAAUyB,GAAkB,KAAKzB,CAAY,GAAG,yCAAgB,MAAM,OAAO,GAAGlC,GAAqB,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE2C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAehC,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qBAAqB,CAAC,CAAC,EAAerC,EAAK0C,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQpB,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,SAAsBtB,EAAK2C,GAA8B,CAAC,UAAU,0BAA0B,iBAAiBN,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBrC,EAAKnB,GAAS,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU+D,GAAkB,KAAKzB,CAAY,GAAG,8aAAqF,QAAQ,YAAY,UAAUyB,GAAkB,KAAKzB,CAAY,GAAG,uCAAS,MAAM,OAAO,GAAGlC,GAAqB,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE2C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAehC,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qBAAqB,CAAC,CAAC,EAAerC,EAAK0C,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQpB,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,SAAsBtB,EAAK2C,GAA8B,CAAC,UAAU,0BAA0B,iBAAiBN,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBrC,EAAKnB,GAAS,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU+D,GAAkB,KAAKzB,CAAY,GAAG;AAAA,2vBAAuJ,QAAQ,YAAY,UAAUyB,GAAkB,KAAKzB,CAAY,GAAG,gHAAsB,MAAM,OAAO,GAAGlC,GAAqB,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE2C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAehC,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qBAAqB,CAAC,CAAC,EAAerC,EAAK0C,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQpB,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,SAAsBtB,EAAK2C,GAA8B,CAAC,UAAU,0BAA0B,iBAAiBN,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBrC,EAAKnB,GAAS,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU+D,GAAkB,MAAMzB,CAAY,GAAG;AAAA,yzCAAyQ,QAAQ,YAAY,UAAUyB,GAAkB,MAAMzB,CAAY,GAAG,gHAAsB,MAAM,OAAO,GAAGlC,GAAqB,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE2C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAehC,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qBAAqB,CAAC,CAAC,EAAerC,EAAK0C,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQpB,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,SAAsBtB,EAAK2C,GAA8B,CAAC,UAAU,2BAA2B,iBAAiBN,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBrC,EAAKnB,GAAS,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU+D,GAAkB,MAAMzB,CAAY,GAAG;AAAA,+7HAA2wB,QAAQ,YAAY,UAAUyB,GAAkB,MAAMzB,CAAY,GAAG,wCAAU,MAAM,OAAO,GAAGlC,GAAqB,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE2C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAehC,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qBAAqB,CAAC,CAAC,EAAerC,EAAK0C,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQpB,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,SAAsBtB,EAAK2C,GAA8B,CAAC,UAAU,0BAA0B,iBAAiBN,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBrC,EAAKnB,GAAS,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU+D,GAAkB,MAAMzB,CAAY,GAAG,o/BAAqM,QAAQ,YAAY,UAAUyB,GAAkB,MAAMzB,CAAY,GAAG,0DAAa,MAAM,OAAO,GAAGlC,GAAqB,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE2C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQa,GAAI,CAAC,kFAAkF,kFAAkF,0VAA0V,mYAAmY,wSAAwS,6WAA6W,gEAAgE,EAUpqcC,GAAgBC,GAAQpC,GAAUkC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,sBAAsBA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,GAAG,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,WAAW,EAAE,aAAa,CAAC,YAAY,QAAQ,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,CAAC,CAAC,EAAEC,GAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,EAAE,GAAGnE,EAAa,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECX9c,IAAAyE,GAAA,GAAAC,GAAAD,GAAA,wBAAAE,GAAA,OAAAC,GAAA,OAAAC,GAAA,OAAAC,GAAA,OAAAC,KAAgH,IAAMC,GAAgBC,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,EAAeC,GAAgBH,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,SAAS,CAAC,CAAC,CAAC,EAAeE,GAAgBJ,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,gBAAgB,CAAC,CAAC,CAAC,EAAeG,GAAgBL,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,QAAQ,CAAC,CAAC,CAAC,EACj6BI,GAAqB,CAAC,QAAU,CAAC,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC,ECA1T,IAAMC,GAAiB,CAAC,UAAUC,EAAe,EAAiB,SAARC,GAAmCC,EAAIC,EAAO,CAAC,KAAMA,GAAO,CAAC,IAAMC,EAAOL,GAAiBI,EAAO,EAAE,EAAE,GAAGC,EAAO,CAAC,IAAMC,EAAMD,EAAOF,CAAG,EAAE,GAAGG,EAAM,OAAOA,CAAM,CAACF,EAAOA,EAAO,QAAS,CAAC,CCD5N,IAAIG,GAAE,CAAC,MAAM,qCAAqC,MAAM,qCAAqC,KAAK,oCAAoC,MAAM,qCAAqC,QAAQ,uCAAuC,KAAK,mCAAmC,EAAE,SAASC,GAAEC,EAAE,CAAuB,OAAhBC,EAAE,IAAI,MAAMD,CAAC,CAAC,EAAW,OAAQ,CAAC,SAASE,IAAG,CAAC,MAAM,iBAAiBC,CAAO,CAAoN,SAASC,GAAWC,EAAE,CAAC,OAAO,GAAG,CAAC,IAAIC,EAAEC,GAAEC,GAAE,KAAK,EAAEC,EAAEF,GAAEC,GAAE,IAAI,EAAEE,EAAE,IAAIJ,EAAE,KAAK,EAAEK,EAAE,IAAIF,EAAE,KAAK,EAAEG,EAAEC,GAAE,EAAE,CAAC,aAAaH,EAAE,WAAWC,CAAC,EAAE,CAAC,YAAYD,EAAE,UAAUC,CAAC,EAAE,OAAoBA,EAAEN,EAAE,CAAC,GAAG,EAAE,GAAGO,CAAC,CAAC,CAAE,CAAE,CCC1X,IAAME,GAAuBC,GAA6BC,EAAM,CAAC,OAAO,YAAY,SAASC,GAAW,QAAQ,WAAW,CAAC,EAAQC,GAAW,CAAC,YAAY,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,kBAAkB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAAAD,GAAU,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAkBC,GAAW,OAAOA,GAAQ,UAAUA,IAAQ,MAAM,OAAOA,EAAM,KAAM,SAAiBA,EAAc,OAAOA,GAAQ,SAAS,CAAC,IAAIA,CAAK,EAAE,OAAkBC,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAF,EAAM,SAAAG,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,CAAmB,EAAQC,EAAWP,GAAOI,EAAO,WAAiBI,EAAmBC,GAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAwB,CAAC,mBAAmB,YAAY,kBAAkB,YAAY,aAAa,YAAY,QAAQ,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,UAAUF,GAAOE,EAAM,WAAW,CAAC,YAAY,KAAK,WAAW,KAAK,IAAI,sFAAsF,OAAO,8PAA8P,EAAE,QAAQN,GAAwBM,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAAuB,CAACD,EAAMxB,IAAewB,EAAM,iBAAwBxB,EAAS,KAAK,GAAG,EAAEwB,EAAM,iBAAwBxB,EAAS,KAAK,GAAG,EAAU0B,GAA6BC,GAAW,SAASH,EAAMI,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,GAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAQC,EAAkBC,GAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAvC,EAAQ,UAAAwC,EAAU,GAAGC,CAAS,EAAExB,GAASK,CAAK,EAAO,CAAC,YAAAoB,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAAnD,CAAQ,EAAEoD,GAAgB,CAAC,WAAAzD,GAAW,eAAe,YAAY,IAAIoC,EAAW,QAAA7B,EAAQ,kBAAAL,EAAiB,CAAC,EAAQwD,EAAiB5B,GAAuBD,EAAMxB,CAAQ,EAAuCsD,EAAkBC,EAAG3D,GAAkB,GAAhD,CAAC,CAAuE,EAAE,OAAoBkB,EAAK0C,EAAY,CAAC,GAAGf,GAAUT,EAAgB,SAAsBlB,EAAKC,GAAS,CAAC,QAAQf,EAAS,QAAQ,GAAM,SAAsBc,EAAKR,GAAW,CAAC,MAAMD,GAAY,SAAsBS,EAAKvB,GAAuB,CAAC,GAAGoD,EAAU,GAAGI,EAAgB,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQU,EAA0BpB,GAAmB,GAAG,CAAC,EAAE,YAAY,IAAI,WAAW,KAAK,MAAMA,GAAmB,OAAO,QAAQ,GAAGlC,GAAkBuC,CAAS,EAAM,UAAU,SAAS,UAAU,QAAS,EAAE,UAAUa,EAAGD,EAAkB,iBAAiBd,EAAUK,CAAU,EAAE,mBAAmB,UAAU,iBAAiBQ,EAAiB,SAAS,YAAY,IAAItB,EAAW,MAAM,CAAC,GAAGQ,CAAK,EAAE,GAAGzC,GAAqB,CAAC,UAAU,CAAC,mBAAmB,iBAAiB,EAAE,UAAU,CAAC,mBAAmB,YAAY,EAAE,UAAU,CAAC,mBAAmB,QAAQ,EAAE,UAAU,CAAC,mBAAmB,kBAAkB,CAAC,EAAE8C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQU,GAAI,CAAC,kFAAkF,kFAAkF,uGAAuG,6JAA6J,6JAA6J,4JAA4J,2JAA2J,EAWhiKC,GAAgBC,GAAQlC,GAAUgC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,YAAYA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,GAAG,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,SAAS,mBAAmB,kBAAkB,YAAY,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,wBAAwB,gHAAgH,MAAM,QAAQ,KAAKA,EAAY,eAAe,CAAC,CAAC,EAAEC,GAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECX1P,IAAMM,GAAuBC,GAA6BC,EAAM,CAAC,OAAO,YAAY,SAASC,GAAW,QAAQ,WAAW,CAAC,EAAQC,GAAW,CAAC,YAAY,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,kBAAkB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAAAD,GAAU,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAkBC,GAAW,OAAOA,GAAQ,UAAUA,IAAQ,MAAM,OAAOA,EAAM,KAAM,SAAiBA,EAAc,OAAOA,GAAQ,SAAS,CAAC,IAAIA,CAAK,EAAE,OAAkBC,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAF,EAAM,SAAAG,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,CAAmB,EAAQC,EAAWP,GAAOI,EAAO,WAAiBI,EAAmBC,GAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAwB,CAAC,mBAAmB,YAAY,aAAa,YAAY,kBAAkB,YAAY,aAAa,YAAY,QAAQ,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,UAAUF,GAAOE,EAAM,WAAW,CAAC,YAAY,KAAK,WAAW,KAAK,IAAI,uFAAuF,OAAO,4VAA4V,EAAE,QAAQN,GAAwBM,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAAuB,CAACD,EAAMxB,IAAewB,EAAM,iBAAwBxB,EAAS,KAAK,GAAG,EAAEwB,EAAM,iBAAwBxB,EAAS,KAAK,GAAG,EAAU0B,GAA6BC,GAAW,SAASH,EAAMI,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,GAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAQC,EAAkBC,GAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAvC,EAAQ,UAAAwC,EAAU,GAAGC,CAAS,EAAExB,GAASK,CAAK,EAAO,CAAC,YAAAoB,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAAnD,CAAQ,EAAEoD,GAAgB,CAAC,WAAAzD,GAAW,eAAe,YAAY,IAAIoC,EAAW,QAAA7B,EAAQ,kBAAAL,EAAiB,CAAC,EAAQwD,EAAiB5B,GAAuBD,EAAMxB,CAAQ,EAAuCsD,EAAkBC,EAAG3D,GAAkB,GAAhD,CAAC,CAAuE,EAAE,OAAoBkB,EAAK0C,EAAY,CAAC,GAAGf,GAAUT,EAAgB,SAAsBlB,EAAKC,GAAS,CAAC,QAAQf,EAAS,QAAQ,GAAM,SAAsBc,EAAKR,GAAW,CAAC,MAAMD,GAAY,SAAsBS,EAAKvB,GAAuB,CAAC,GAAGoD,EAAU,GAAGI,EAAgB,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,MAAM,eAAe,IAAI,QAAQU,EAA0BpB,GAAmB,GAAG,CAAC,EAAE,YAAY,IAAI,WAAW,IAAI,MAAMA,GAAmB,OAAO,QAAQ,GAAGlC,GAAkBuC,CAAS,EAAM,UAAU,SAAS,UAAU,QAAS,EAAE,UAAUa,EAAGD,EAAkB,iBAAiBd,EAAUK,CAAU,EAAE,mBAAmB,UAAU,iBAAiBQ,EAAiB,SAAS,YAAY,IAAItB,EAAW,MAAM,CAAC,GAAGQ,CAAK,EAAE,GAAGzC,GAAqB,CAAC,UAAU,CAAC,mBAAmB,YAAY,EAAE,UAAU,CAAC,mBAAmB,kBAAkB,EAAE,UAAU,CAAC,mBAAmB,YAAY,EAAE,UAAU,CAAC,mBAAmB,iBAAiB,CAAC,EAAE8C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQU,GAAI,CAAC,kFAAkF,kFAAkF,uGAAuG,4JAA4J,4JAA4J,6JAA6J,yJAAyJ,EAWroKC,GAAgBC,GAAQlC,GAAUgC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,WAAWA,GAAgB,aAAa,CAAC,OAAO,MAAM,MAAM,GAAG,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,aAAa,mBAAmB,kBAAkB,YAAY,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,wBAAwB,iHAAiH,MAAM,QAAQ,KAAKA,EAAY,eAAe,CAAC,CAAC,EAAEC,GAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECXhQ,IAAMM,GAAsBC,GAA6BC,EAAM,CAAC,OAAO,YAAY,SAASC,GAAW,QAAQ,WAAW,CAAC,EAAQC,GAAW,CAAC,YAAY,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,iBAAiB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAAAD,GAAU,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAkBC,GAAW,OAAOA,GAAQ,UAAUA,IAAQ,MAAM,OAAOA,EAAM,KAAM,SAAiBA,EAAc,OAAOA,GAAQ,SAAS,CAAC,IAAIA,CAAK,EAAE,OAAkBC,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAF,EAAM,SAAAG,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,CAAmB,EAAQC,EAAWP,GAAOI,EAAO,WAAiBI,EAAmBC,GAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAwB,CAAC,mBAAmB,YAAY,kBAAkB,YAAY,aAAa,YAAY,QAAQ,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,UAAUF,GAAOE,EAAM,WAAW,CAAC,YAAY,KAAK,WAAW,KAAK,IAAI,yFAAyF,OAAO,uQAAuQ,EAAE,QAAQN,GAAwBM,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAAuB,CAACD,EAAMxB,IAAewB,EAAM,iBAAwBxB,EAAS,KAAK,GAAG,EAAEwB,EAAM,iBAAwBxB,EAAS,KAAK,GAAG,EAAU0B,GAA6BC,GAAW,SAASH,EAAMI,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,GAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAQC,EAAkBC,GAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAvC,EAAQ,UAAAwC,EAAU,GAAGC,CAAS,EAAExB,GAASK,CAAK,EAAO,CAAC,YAAAoB,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAAnD,CAAQ,EAAEoD,GAAgB,CAAC,WAAAzD,GAAW,eAAe,YAAY,IAAIoC,EAAW,QAAA7B,EAAQ,kBAAAL,EAAiB,CAAC,EAAQwD,EAAiB5B,GAAuBD,EAAMxB,CAAQ,EAAuCsD,EAAkBC,EAAG3D,GAAkB,GAAhD,CAAC,CAAuE,EAAE,OAAoBkB,EAAK0C,EAAY,CAAC,GAAGf,GAAUT,EAAgB,SAAsBlB,EAAKC,GAAS,CAAC,QAAQf,EAAS,QAAQ,GAAM,SAAsBc,EAAKR,GAAW,CAAC,MAAMD,GAAY,SAAsBS,EAAKvB,GAAsB,CAAC,GAAGoD,EAAU,GAAGI,EAAgB,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,MAAM,eAAe,IAAI,QAAQU,EAA0BpB,GAAmB,GAAG,CAAC,EAAE,YAAY,IAAI,WAAW,IAAI,MAAMA,GAAmB,OAAO,QAAQ,GAAGlC,GAAkBuC,CAAS,CAAC,EAAE,UAAUa,EAAGD,EAAkB,gBAAgBd,EAAUK,CAAU,EAAE,mBAAmB,UAAU,iBAAiBQ,EAAiB,SAAS,YAAY,IAAItB,EAAW,MAAM,CAAC,GAAGQ,CAAK,EAAE,GAAGzC,GAAqB,CAAC,UAAU,CAAC,mBAAmB,kBAAkB,EAAE,UAAU,CAAC,mBAAmB,YAAY,EAAE,UAAU,CAAC,mBAAmB,iBAAiB,EAAE,UAAU,CAAC,mBAAmB,QAAQ,CAAC,EAAE8C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQU,GAAI,CAAC,kFAAkF,kFAAkF,sGAAsG,0JAA0J,0JAA0J,0JAA0J,uJAAuJ,EAW/+JC,GAAgBC,GAAQlC,GAAUgC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,YAAYA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,GAAG,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,SAAS,mBAAmB,kBAAkB,YAAY,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,wBAAwB,mHAAmH,MAAM,QAAQ,KAAKA,EAAY,eAAe,CAAC,CAAC,EAAEC,GAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECX7P,IAAMM,GAAsBC,GAA6BC,EAAM,CAAC,OAAO,YAAY,SAASC,GAAW,QAAQ,WAAW,CAAC,EAAQC,GAAW,CAAC,YAAY,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,iBAAiB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAAAD,GAAU,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAkBC,GAAW,OAAOA,GAAQ,UAAUA,IAAQ,MAAM,OAAOA,EAAM,KAAM,SAAiBA,EAAc,OAAOA,GAAQ,SAAS,CAAC,IAAIA,CAAK,EAAE,OAAkBC,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAF,EAAM,SAAAG,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,CAAmB,EAAQC,EAAWP,GAAOI,EAAO,WAAiBI,EAAmBC,GAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAwB,CAAC,mBAAmB,YAAY,kBAAkB,YAAY,aAAa,YAAY,QAAQ,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,UAAUF,GAAOE,EAAM,WAAW,CAAC,YAAY,KAAK,WAAW,KAAK,IAAI,yFAAyF,OAAO,uQAAuQ,EAAE,QAAQN,GAAwBM,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAAuB,CAACD,EAAMxB,IAAewB,EAAM,iBAAwBxB,EAAS,KAAK,GAAG,EAAEwB,EAAM,iBAAwBxB,EAAS,KAAK,GAAG,EAAU0B,GAA6BC,GAAW,SAASH,EAAMI,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,GAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAQC,EAAkBC,GAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAvC,EAAQ,UAAAwC,EAAU,GAAGC,CAAS,EAAExB,GAASK,CAAK,EAAO,CAAC,YAAAoB,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAAnD,CAAQ,EAAEoD,GAAgB,CAAC,WAAAzD,GAAW,eAAe,YAAY,IAAIoC,EAAW,QAAA7B,EAAQ,kBAAAL,EAAiB,CAAC,EAAQwD,EAAiB5B,GAAuBD,EAAMxB,CAAQ,EAAuCsD,EAAkBC,EAAG3D,GAAkB,GAAhD,CAAC,CAAuE,EAAE,OAAoBkB,EAAK0C,EAAY,CAAC,GAAGf,GAAUT,EAAgB,SAAsBlB,EAAKC,GAAS,CAAC,QAAQf,EAAS,QAAQ,GAAM,SAAsBc,EAAKR,GAAW,CAAC,MAAMD,GAAY,SAAsBS,EAAKvB,GAAsB,CAAC,GAAGoD,EAAU,GAAGI,EAAgB,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,MAAM,eAAe,IAAI,QAAQU,EAA0BpB,GAAmB,GAAG,CAAC,EAAE,YAAY,IAAI,WAAW,IAAI,MAAMA,GAAmB,OAAO,QAAQ,GAAGlC,GAAkBuC,CAAS,EAAM,UAAU,SAAS,UAAU,QAAS,EAAE,UAAUa,EAAGD,EAAkB,gBAAgBd,EAAUK,CAAU,EAAE,mBAAmB,UAAU,iBAAiBQ,EAAiB,SAAS,YAAY,IAAItB,EAAW,MAAM,CAAC,GAAGQ,CAAK,EAAE,GAAGzC,GAAqB,CAAC,UAAU,CAAC,mBAAmB,kBAAkB,EAAE,UAAU,CAAC,mBAAmB,iBAAiB,EAAE,UAAU,CAAC,mBAAmB,YAAY,EAAE,UAAU,CAAC,mBAAmB,QAAQ,CAAC,EAAE8C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQU,GAAI,CAAC,kFAAkF,gFAAgF,sGAAsG,2JAA2J,2JAA2J,4JAA4J,yJAAyJ,EAW/hKC,GAAgBC,GAAQlC,GAAUgC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,WAAWA,GAAgB,aAAa,CAAC,OAAO,MAAM,MAAM,GAAG,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,SAAS,mBAAmB,kBAAkB,YAAY,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,wBAAwB,mHAAmH,MAAM,QAAQ,KAAKA,EAAY,eAAe,CAAC,CAAC,EAAEC,GAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECXga,IAAMM,GAAaC,GAASC,EAAO,EAAQC,GAAoCC,GAAOC,EAA6B,EAAQC,GAAyCC,GAA0BH,GAAOI,EAAO,GAAG,CAAC,EAAQC,GAAaR,GAASS,EAAO,EAAQC,GAAcV,GAASW,EAAQ,EAAQC,GAAcZ,GAASa,EAAQ,EAAQC,GAAW,CAAC,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,iBAAiB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAAAD,GAAU,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAmB,CAACC,EAAEC,IAAI,yBAAyBA,CAAC,GAASC,GAAY,CAAC,QAAQ,GAAG,MAAM,GAAG,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAU,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,WAAWD,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAW,CAAC,QAAQ,KAAK,OAAO,GAAG,QAAQ,EAAE,QAAQ,EAAE,MAAM,GAAG,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,EAAE,EAAE,EAAE,GAAG,EAAQC,GAAmB,CAACL,EAAEC,IAAI,oBAAoBA,CAAC,GAASK,GAAY,CAAC,OAAO,GAAG,MAAM,GAAG,SAAS,EAAE,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,CAAmB,EAAQC,EAAWL,GAAOE,EAAO,WAAiBI,EAAmBC,GAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAAY,CAAC,MAAM,GAAG,SAAS,EAAE,KAAK,CAAC,IAAI,IAAI,IAAI,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,GAAG,EAAQC,GAAY,CAAC,QAAQ,IAAI,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,KAAK,MAAM,EAAE,MAAM,EAAE,WAAWD,EAAW,EAAQE,GAAY,CAAC,QAAQ,GAAG,MAAM,GAAG,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,IAAI,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,WAAWD,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAW,CAAC,QAAQ,KAAK,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,GAAG,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,EAAE,EAAE,EAAE,GAAG,EAAQC,GAAY,CAAC,MAAM,GAAG,SAAS,EAAE,KAAK,CAAC,IAAI,IAAI,IAAI,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAY,CAAC,QAAQ,GAAG,MAAM,GAAG,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,IAAI,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,WAAWD,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAW,CAAC,QAAQ,KAAK,OAAO,GAAG,QAAQ,EAAE,QAAQ,EAAE,MAAM,GAAG,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,EAAE,EAAE,EAAE,GAAG,EAAQC,GAAY,CAAC,MAAM,GAAG,SAAS,EAAE,KAAK,CAAC,IAAI,IAAI,IAAI,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAa,CAAC,QAAQ,GAAG,MAAM,GAAG,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,WAAWD,GAAa,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAW,CAAC,QAAQ,KAAK,OAAO,GAAG,QAAQ,EAAE,QAAQ,EAAE,MAAM,GAAG,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,EAAE,EAAE,EAAE,GAAG,EAAQC,GAAa,CAAC,MAAM,GAAG,SAAS,EAAE,KAAK,CAAC,IAAI,IAAI,IAAI,CAAC,EAAE,KAAK,OAAO,EAAQC,GAASlD,EAAO,OAAamD,CAAQ,EAAQC,GAAwB,CAAC,QAAQ,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,QAAQL,GAAwBK,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAAuB,CAACD,EAAM7C,IAAe6C,EAAM,iBAAwB7C,EAAS,KAAK,GAAG,EAAE6C,EAAM,iBAAwB7C,EAAS,KAAK,GAAG,EAAU+C,GAA6BC,GAAW,SAASH,EAAMI,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,GAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAQC,EAAkBC,GAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAA5D,EAAQ,GAAG6D,CAAS,EAAEtB,GAASI,CAAK,EAAO,CAAC,YAAAmB,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAAvE,CAAQ,EAAEwE,GAAgB,CAAC,WAAA7E,GAAW,eAAe,YAAY,IAAIyD,EAAW,QAAAlD,EAAQ,kBAAAL,EAAiB,CAAC,EAAQ4E,EAAiB3B,GAAuBD,EAAM7C,CAAQ,EAA4D0E,EAAkBC,EAAG/E,GAAkB,GAArE,CAAaiE,EAAS,CAAuE,EAAE,OAAoBxC,EAAKuD,EAAY,CAAC,GAAGd,GAAUT,EAAgB,SAAsBhC,EAAKiB,GAAS,CAAC,QAAQtC,EAAS,QAAQ,GAAM,SAAsBqB,EAAKT,GAAW,CAAC,MAAMT,GAAY,SAAsBkB,EAAKjC,EAAO,IAAI,CAAC,GAAG2E,EAAU,GAAGI,EAAgB,UAAUQ,EAAGD,EAAkB,iBAAiBb,EAAUI,CAAU,EAAE,mBAAmB,UAAU,iBAAiBQ,EAAiB,SAAS,YAAY,IAAIrB,EAAW,MAAM,CAAC,GAAGQ,CAAK,EAAE,GAAG9D,GAAqB,CAAC,UAAU,CAAC,mBAAmB,QAAQ,CAAC,EAAEkE,EAAYI,CAAc,EAAE,SAAsBS,EAAMzF,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,iBAAiBqF,EAAiB,SAAS,YAAY,GAAG3E,GAAqB,CAAC,UAAU,CAAC,kBAAkBM,EAAkB,CAAC,EAAE4D,EAAYI,CAAc,EAAE,SAAS,CAAcS,EAAM3F,GAAyC,CAAC,gBAAgB,GAAM,mBAAmB,GAAK,gBAAgB,EAAE,QAAQsB,GAAU,UAAU,iBAAiB,wBAAwB,UAAU,mBAAmB,WAAW,QAAQC,GAAW,iBAAiBgE,EAAiB,SAAS,YAAY,UAAU,GAAK,MAAM,CAAC,OAAO,EAAE,qBAAqB,IAAI,EAAE,kBAAkBrE,GAAmB,GAAGN,GAAqB,CAAC,UAAU,CAAC,kBAAkBY,EAAkB,CAAC,EAAEsD,EAAYI,CAAc,EAAE,SAAS,CAAc/C,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBkE,EAAMzF,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,QAAQ,UAAU,QAAQ,iBAAiBqF,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,wEAAwE,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAE,EAAE,SAAS,CAAcpD,EAAKyD,EAAS,CAAC,sBAAsB,GAAK,SAASC,GAAkB,KAAKxB,CAAY,GAAgBlC,EAAWkB,EAAS,CAAC,SAAsBlB,EAAKjC,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,4CAAS,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiBqF,EAAiB,SAAS,YAAY,MAAM,CAAC,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAepD,EAAKjC,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBqF,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,wEAAwE,OAAO,GAAG,EAAE,SAAS,CAAC,UAAU,CAAC,OAAO,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAepD,EAAKjC,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,gBAAgB,iBAAiBqF,EAAiB,SAAS,YAAY,SAAsBpD,EAAKjC,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,kBAAkB,iBAAiBqF,EAAiB,SAAS,YAAY,SAAsBpD,EAAKjC,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,cAAc,iBAAiBqF,EAAiB,SAAS,YAAY,MAAM,CAAC,OAAO,CAAC,EAAE,SAAsBpD,EAAK2D,EAA0B,CAAC,OAAO,IAAI,GAAGtB,GAAmB,GAAG,IAAI,IAAIA,GAAmB,QAAQ,KAAK,EAAE,IAAI,GAAG,OAAO,EAAE,KAAK,EAAE,EAAE,EAAE,EAAE,GAAG5D,GAAqB,CAAC,UAAU,CAAC,GAAG4D,GAAmB,GAAG,KAAKA,GAAmB,QAAQ,KAAK,kBAAkB,IAAI,SAAS,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,EAAEM,EAAYI,CAAc,EAAE,SAAsB/C,EAAKtC,GAAoC,CAAC,eAAewC,GAAW,4BAA4B,GAAK,0BAA0B,EAAE,yBAAyB,SAAS,yBAAyBD,GAAY,gBAAgB,GAAM,mBAAmB,GAAK,gBAAgB,EAAE,UAAU,0BAA0B,iBAAiBmD,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,WAAWhD,GAAW,SAAsBJ,EAAKvC,GAAQ,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,QAAQ,YAAY,MAAM,OAAO,GAAGgB,GAAqB,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAEkE,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeS,EAAM3F,GAAyC,CAAC,gBAAgB,GAAM,mBAAmB,GAAK,gBAAgB,EAAE,QAAQyC,GAAW,UAAU,iBAAiB,wBAAwB,UAAU,mBAAmB,UAAU,QAAQC,GAAW,iBAAiB6C,EAAiB,SAAS,YAAY,UAAU,GAAK,MAAM,CAAC,OAAO,IAAI,qBAAqB,IAAI,EAAE,kBAAkBrE,GAAmB,GAAGN,GAAqB,CAAC,UAAU,CAAC,kBAAkBY,EAAkB,CAAC,EAAEsD,EAAYI,CAAc,EAAE,SAAS,CAAc/C,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBkE,EAAMzF,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,QAAQ,UAAU,QAAQ,iBAAiBqF,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,wEAAwE,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,OAAO,EAAE,EAAE,SAAS,CAAcpD,EAAKyD,EAAS,CAAC,sBAAsB,GAAK,SAASC,GAAkB,KAAKxB,CAAY,GAAgBlC,EAAWkB,EAAS,CAAC,SAAsBlB,EAAKjC,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,gCAAO,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiBqF,EAAiB,SAAS,YAAY,MAAM,CAAC,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAepD,EAAKjC,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBqF,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,wEAAwE,OAAO,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAepD,EAAKjC,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,kBAAkB,iBAAiBqF,EAAiB,SAAS,YAAY,SAAsBpD,EAAKjC,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,kBAAkB,iBAAiBqF,EAAiB,SAAS,YAAY,SAAsBpD,EAAKjC,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,cAAc,iBAAiBqF,EAAiB,SAAS,YAAY,SAAsBpD,EAAK2D,EAA0B,CAAC,OAAO,IAAI,GAAGtB,GAAmB,GAAG,IAAI,IAAIA,GAAmB,QAAQ,KAAK,EAAE,IAAI,GAAG,UAAU,EAAE,KAAK,EAAE,EAAE,EAAE,EAAE,GAAG5D,GAAqB,CAAC,UAAU,CAAC,GAAG4D,GAAmB,GAAG,KAAKA,GAAmB,QAAQ,KAAK,kBAAkB,IAAI,SAAS,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,EAAEM,EAAYI,CAAc,EAAE,SAAsB/C,EAAKtC,GAAoC,CAAC,eAAewC,GAAW,4BAA4B,GAAK,0BAA0B,EAAE,yBAAyB,SAAS,yBAAyBM,GAAY,gBAAgB,GAAM,mBAAmB,GAAK,gBAAgB,EAAE,UAAU,0BAA0B,iBAAiB4C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,WAAWhD,GAAW,SAAsBJ,EAAK/B,GAAQ,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,QAAQ,YAAY,MAAM,OAAO,GAAGQ,GAAqB,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAEkE,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe/C,EAAKnC,GAAyC,CAAC,gBAAgB,GAAM,mBAAmB,GAAK,gBAAgB,EAAE,QAAQ6C,GAAW,UAAU,iBAAiB,wBAAwB,UAAU,mBAAmB,iBAAiB,QAAQC,GAAW,iBAAiByC,EAAiB,SAAS,YAAY,UAAU,GAAK,MAAM,CAAC,OAAO,IAAI,qBAAqB,IAAI,EAAE,kBAAkBrE,GAAmB,GAAGN,GAAqB,CAAC,UAAU,CAAC,kBAAkBY,EAAkB,CAAC,EAAEsD,EAAYI,CAAc,EAAE,SAAsBS,EAAMzF,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,kBAAkB,iBAAiBqF,EAAiB,SAAS,YAAY,SAAS,CAAcpD,EAAKjC,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,kBAAkB,iBAAiBqF,EAAiB,SAAS,YAAY,SAAsBpD,EAAKjC,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,cAAc,iBAAiBqF,EAAiB,SAAS,YAAY,MAAM,CAAC,OAAO,EAAE,EAAE,SAAsBpD,EAAK2D,EAA0B,CAAC,OAAO,IAAI,GAAGtB,GAAmB,GAAG,IAAI,IAAIA,GAAmB,QAAQ,KAAK,EAAE,IAAI,GAAG,SAAS,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG5D,GAAqB,CAAC,UAAU,CAAC,GAAG4D,GAAmB,GAAG,KAAKA,GAAmB,QAAQ,KAAK,kBAAkB,IAAI,GAAG,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC,CAAC,EAAEM,EAAYI,CAAc,EAAE,SAAsB/C,EAAKtC,GAAoC,CAAC,eAAewC,GAAW,4BAA4B,GAAK,0BAA0B,EAAE,yBAAyB,SAAS,yBAAyBU,GAAY,gBAAgB,GAAM,mBAAmB,GAAK,gBAAgB,EAAE,UAAU,2BAA2B,iBAAiBwC,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,WAAWhD,GAAW,SAAsBJ,EAAK7B,GAAS,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,QAAQ,YAAY,MAAM,OAAO,GAAGM,GAAqB,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAEkE,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe/C,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBkE,EAAMzF,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,QAAQ,UAAU,QAAQ,iBAAiBqF,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,wEAAwE,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,OAAO,EAAE,EAAE,SAAS,CAAcpD,EAAKyD,EAAS,CAAC,sBAAsB,GAAK,SAASC,GAAkB,KAAKxB,CAAY,GAAgBlC,EAAWkB,EAAS,CAAC,SAAsBlB,EAAKjC,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,2EAAe,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiBqF,EAAiB,SAAS,YAAY,MAAM,CAAC,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAepD,EAAKjC,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBqF,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,wEAAwE,OAAO,EAAE,EAAE,SAAS,CAAC,UAAU,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeI,EAAM3F,GAAyC,CAAC,gBAAgB,GAAM,mBAAmB,GAAK,gBAAgB,EAAE,QAAQiD,GAAW,UAAU,gBAAgB,wBAAwB,SAAS,mBAAmB,SAAS,QAAQC,GAAW,iBAAiBqC,EAAiB,SAAS,YAAY,UAAU,GAAK,MAAM,CAAC,qBAAqB,IAAI,EAAE,kBAAkBrE,GAAmB,GAAGN,GAAqB,CAAC,UAAU,CAAC,kBAAkBY,EAAkB,CAAC,EAAEsD,EAAYI,CAAc,EAAE,SAAS,CAAc/C,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBkE,EAAMzF,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,QAAQ,UAAU,QAAQ,iBAAiBqF,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,wEAAwE,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,OAAO,CAAC,EAAE,SAAS,CAAcpD,EAAKyD,EAAS,CAAC,sBAAsB,GAAK,SAASC,GAAkB,KAAKxB,CAAY,GAAgBlC,EAAWkB,EAAS,CAAC,SAAsBlB,EAAKjC,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,4CAAS,CAAC,CAAC,CAAC,EAAE,UAAU,eAAe,MAAM,CAAC,OAAO,EAAE,iBAAiBqF,EAAiB,SAAS,YAAY,MAAM,CAAC,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAepD,EAAKjC,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBqF,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,wEAAwE,OAAO,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAepD,EAAKjC,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,gBAAgB,iBAAiBqF,EAAiB,SAAS,YAAY,SAAsBpD,EAAKjC,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,kBAAkB,iBAAiBqF,EAAiB,SAAS,YAAY,SAAsBpD,EAAKjC,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,cAAc,iBAAiBqF,EAAiB,SAAS,YAAY,MAAM,CAAC,OAAO,CAAC,EAAE,SAAsBpD,EAAK2D,EAA0B,CAAC,OAAO,IAAI,GAAGtB,GAAmB,GAAG,IAAI,IAAIA,GAAmB,QAAQ,KAAK,EAAE,IAAI,GAAG,MAAM,EAAE,KAAK,EAAE,EAAE,EAAE,EAAE,GAAG5D,GAAqB,CAAC,UAAU,CAAC,GAAG4D,GAAmB,GAAG,KAAKA,GAAmB,QAAQ,KAAK,kBAAkB,IAAI,SAAS,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAAC,EAAEM,EAAYI,CAAc,EAAE,SAAsB/C,EAAKtC,GAAoC,CAAC,eAAewC,GAAW,4BAA4B,GAAK,0BAA0B,EAAE,yBAAyB,SAAS,yBAAyBc,GAAa,gBAAgB,GAAM,mBAAmB,GAAK,gBAAgB,EAAE,UAAU,0BAA0B,iBAAiBoC,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,WAAWhD,GAAW,SAAsBJ,EAAK3B,GAAS,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,QAAQ,YAAY,MAAM,OAAO,GAAGI,GAAqB,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAEkE,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQa,GAAI,CAAC,kFAAkF,gFAAgF,2PAA2P,4TAA4T,yTAAyT,+XAA+X,0MAA0M,sJAAsJ,0eAA0e,mXAAmX,oSAAoS,yTAAyT,oLAAoL,sTAAsT,wJAAwJ,wTAAwT,iEAAiE,+LAA+L,oFAAoF,uHAAuH,sSAAsS,kHAAkH,oRAAoR,oFAAoF,wHAAwH,uIAAuI,wHAAwH,+GAA+G,kIAAkI,kGAAkG,GAAeA,EAAG,EAUnuxBC,GAAgBC,GAAQpC,GAAUkC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,cAAcA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,GAAG,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,QAAQ,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,CAAC,CAAC,EAAEC,GAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGtG,GAAa,GAAGS,GAAa,GAAGE,GAAc,GAAGE,GAAc,GAAG+F,GAAoCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECVnmD,IAAMC,GAAgB,CAAC,UAAU,CAAC,MAAM,EAAI,CAAC,EAAQC,GAAW,CAAC,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,kBAAkB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAAAD,GAAU,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,CAAmB,EAAQC,EAAWL,GAAOE,EAAO,WAAiBI,EAAmBC,GAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAwB,CAAC,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,IAAAC,EAAI,MAAAC,EAAM,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,UAAUH,GAAKG,EAAM,UAAU,UAAUF,GAAOE,EAAM,WAAW,mBAAmB,QAAQP,GAAwBO,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAAuB,CAACD,EAAMxB,IAAewB,EAAM,iBAAwBxB,EAAS,KAAK,GAAG,EAAEwB,EAAM,iBAAwBxB,EAAS,KAAK,GAAG,EAAU0B,GAA6BC,GAAW,SAASH,EAAMI,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,GAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAQC,EAAkBC,GAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAvC,EAAQ,UAAAwC,EAAU,UAAAC,EAAU,GAAGC,CAAS,EAAE1B,GAASM,CAAK,EAAO,CAAC,YAAAqB,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAApD,CAAQ,EAAEqD,GAAgB,CAAC,WAAA1D,GAAW,eAAe,YAAY,gBAAAD,GAAgB,IAAIqC,EAAW,QAAA7B,EAAQ,kBAAAL,EAAiB,CAAC,EAAQyD,EAAiB7B,GAAuBD,EAAMxB,CAAQ,EAAO,CAAC,sBAAAuD,EAAsB,MAAAC,EAAK,EAAEC,GAAyBZ,CAAW,EAAQa,EAAYH,EAAsB,SAASI,IAAO,CAAoC,GAAnCR,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAKT,GAAqB,MAAMA,EAAU,GAAGiB,CAAI,IAAW,GAAM,MAAO,GAAOP,EAAW,WAAW,CAAE,CAAC,EAAQQ,EAAaL,EAAsB,SAASI,IAAO,CAAoC,GAAnCR,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAKT,GAAqB,MAAMA,EAAU,GAAGiB,CAAI,IAAW,GAAM,MAAO,GAAOP,EAAW,WAAW,CAAE,CAAC,EAA4DS,GAAkBC,EAAGlE,GAAkB,GAArE,CAAa4C,EAAS,CAAuE,EAAE,OAAoB3B,EAAKkD,EAAY,CAAC,GAAGtB,GAAUT,EAAgB,SAAsBnB,EAAKC,GAAS,CAAC,QAAQd,EAAS,QAAQ,GAAM,SAAsBa,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsB6D,EAAMjD,EAAO,IAAI,CAAC,GAAG6B,EAAU,GAAGI,EAAgB,UAAUc,EAAGD,GAAkB,iBAAiBrB,EAAUM,CAAU,EAAE,mBAAmB,YAAY,iBAAiB,GAAK,iBAAiBQ,EAAiB,SAAS,YAAY,MAAMI,EAAY,IAAI3B,EAAW,MAAM,CAAC,gBAAgB,wEAAwE,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,GAAGQ,CAAK,EAAE,SAAS,CAAC,kBAAkB,CAAC,gBAAgB,yBAAyB,CAAC,EAAE,GAAGzC,GAAqB,CAAC,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,UAAU,CAAC,mBAAmB,YAAY,MAAM8D,CAAY,CAAC,EAAEf,EAAYI,CAAc,EAAE,SAAS,CAAcpC,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,2BAA2B,QAAQ,CAAC,EAAE,SAAS,CAAC,kBAAkB,CAAC,gBAAgB,uEAAuE,QAAQ,CAAC,EAAE,UAAU,CAAC,gBAAgB,4BAA4B,QAAQ,CAAC,CAAC,CAAC,CAAC,EAAezC,EAAKoD,EAAS,CAAC,sBAAsB,GAAK,SAAsBpD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,kBAAkB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,MAAM,CAAC,OAAO,EAAE,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,6BAA6B,KAAK,EAAE,KAAKX,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQuB,GAAI,CAAC,kFAAkF,gFAAgF,kWAAkW,iJAAiJ,qKAAqK,kEAAkE,GAAeA,EAAG,EAWhlLC,GAAgBC,GAAQ1C,GAAUwC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,UAAUA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,GAAG,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,WAAW,EAAE,aAAa,CAAC,YAAY,WAAW,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,MAAM,MAAM,KAAKA,EAAY,YAAY,EAAE,UAAU,CAAC,aAAa,mBAAmB,gBAAgB,GAAM,MAAM,QAAQ,KAAKA,EAAY,MAAM,CAAC,CAAC,EAAEC,GAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGM,GAAoCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECX9xD,IAAMC,GAAW,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,kBAAkB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAAAD,GAAU,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,MAAM,EAAE,SAAS,IAAI,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAY,CAAC,OAAO,EAAE,MAAM,EAAE,SAAS,GAAG,KAAK,QAAQ,EAAQC,GAAY,CAAC,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,KAAK,QAAQ,EAAQC,EAAmB,CAACC,EAAEC,IAAI,yBAAyBA,CAAC,GAASC,GAAY,CAAC,OAAO,GAAG,MAAM,GAAG,SAAS,EAAE,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,CAAmB,EAAQC,EAAWL,GAAOE,EAAO,WAAiBI,EAAmBC,GAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAwB,CAAC,mBAAmB,YAAY,eAAe,YAAY,gBAAgB,YAAY,uBAAuB,YAAY,iBAAiB,YAAY,aAAa,YAAY,sBAAsB,YAAY,YAAY,YAAY,kBAAkB,YAAY,eAAe,YAAY,sBAAsB,YAAY,aAAa,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,QAAQL,GAAwBK,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAAuB,CAACD,EAAM5B,IAAe4B,EAAM,iBAAwB5B,EAAS,KAAK,GAAG,EAAE4B,EAAM,iBAAwB5B,EAAS,KAAK,GAAG,EAAU8B,GAA6BC,GAAW,SAASH,EAAMI,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,GAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAQC,EAAkBC,GAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAA3C,EAAQ,GAAG4C,CAAS,EAAEtB,GAASI,CAAK,EAAO,CAAC,YAAAmB,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAAtD,CAAQ,EAAEuD,GAAgB,CAAC,WAAA5D,GAAW,eAAe,YAAY,IAAIwC,EAAW,QAAAjC,EAAQ,kBAAAL,EAAiB,CAAC,EAAQ2D,EAAiB3B,GAAuBD,EAAM5B,CAAQ,EAAO,CAAC,sBAAAyD,EAAsB,MAAAC,CAAK,EAAEC,GAAyBZ,CAAW,EAAQa,EAAgBH,EAAsB,SAASI,KAAO,CAACP,EAAW,YAAY,EAAI,CAAE,CAAC,EAAQQ,GAAeL,EAAsB,SAASI,KAAO,CAAC,MAAMH,EAAM,IAAIJ,EAAW,YAAY,EAAI,EAAE,GAAG,CAAE,CAAC,EAAQS,EAAgBN,EAAsB,SAASI,KAAO,CAAC,MAAMH,EAAM,IAAIJ,EAAW,YAAY,EAAI,EAAE,GAAG,CAAE,CAAC,EAAQU,EAAgBP,EAAsB,SAASI,KAAO,CAAC,MAAMH,EAAM,IAAIJ,EAAW,YAAY,EAAI,EAAE,GAAG,CAAE,CAAC,EAAQW,GAAgBR,EAAsB,SAASI,KAAO,CAAC,MAAMH,EAAM,IAAIJ,EAAW,YAAY,EAAI,EAAE,GAAG,CAAE,CAAC,EAAQY,GAAgBT,EAAsB,SAASI,KAAO,CAACP,EAAW,YAAY,EAAI,CAAE,CAAC,EAAQa,EAAeV,EAAsB,SAASI,KAAO,CAACP,EAAW,YAAY,EAAI,CAAE,CAAC,EAAQc,GAAgBX,EAAsB,SAASI,KAAO,CAAC,MAAMH,EAAM,IAAIJ,EAAW,YAAY,EAAI,EAAE,GAAG,CAAE,CAAC,EAAQe,GAAgBZ,EAAsB,SAASI,KAAO,CAAC,MAAMH,EAAM,IAAIJ,EAAW,YAAY,EAAI,EAAE,GAAG,CAAE,CAAC,EAAEgB,GAAmBvB,EAAY,CAAC,UAAUmB,GAAgB,QAAQN,EAAgB,UAAUI,EAAgB,UAAU,OAAU,UAAU,OAAU,UAAUG,EAAe,UAAUE,GAAgB,UAAUP,GAAe,UAAUM,GAAgB,UAAUL,EAAgB,UAAU,OAAU,UAAUE,EAAe,CAAC,EAAiC,IAAMM,GAAkBC,EAAG5E,GAAkB,GAAhD,CAAC,CAAuE,EAAQ6E,GAAY,IAAQ,EAAC,YAAY,WAAW,EAAE,SAAS1B,CAAW,EAAmC2B,GAAa,IAAQ3B,IAAc,YAA6C4B,GAAa,IAAQ,EAAC,YAAY,WAAW,EAAE,SAAS5B,CAAW,EAAmC6B,GAAa,IAAQ7B,IAAc,YAAuC,OAAoB5B,EAAK0D,EAAY,CAAC,GAAGhC,GAAUT,EAAgB,SAAsBjB,EAAKC,GAAS,CAAC,QAAQpB,EAAS,QAAQ,GAAM,SAAsBmB,EAAKT,GAAW,CAAC,MAAMP,GAAY,GAAGL,GAAqB,CAAC,UAAU,CAAC,MAAMO,EAAW,EAAE,UAAU,CAAC,MAAMA,EAAW,EAAE,UAAU,CAAC,MAAMA,EAAW,EAAE,UAAU,CAAC,MAAMA,EAAW,EAAE,UAAU,CAAC,MAAMD,EAAW,EAAE,UAAU,CAAC,MAAMA,EAAW,EAAE,UAAU,CAAC,MAAMC,EAAW,EAAE,UAAU,CAAC,MAAMA,EAAW,EAAE,UAAU,CAAC,MAAMD,EAAW,CAAC,EAAE2C,EAAYI,CAAc,EAAE,SAAsBhC,EAAKE,EAAO,IAAI,CAAC,GAAGyB,EAAU,GAAGI,EAAgB,UAAUsB,EAAGD,GAAkB,gBAAgB3B,EAAUI,CAAU,EAAE,mBAAmB,gBAAgB,iBAAiB,GAAK,iBAAiBQ,EAAiB,SAAS,YAAY,IAAIrB,EAAW,MAAM,CAAC,GAAGQ,CAAK,EAAE,GAAG7C,GAAqB,CAAC,UAAU,CAAC,mBAAmB,cAAc,EAAE,UAAU,CAAC,mBAAmB,qBAAqB,EAAE,UAAU,CAAC,mBAAmB,iBAAiB,iBAAiB,MAAS,EAAE,UAAU,CAAC,mBAAmB,mBAAmB,iBAAiB,MAAS,EAAE,UAAU,CAAC,mBAAmB,WAAW,EAAE,UAAU,CAAC,mBAAmB,qBAAqB,EAAE,UAAU,CAAC,mBAAmB,cAAc,EAAE,UAAU,CAAC,mBAAmB,YAAY,EAAE,UAAU,CAAC,mBAAmB,sBAAsB,EAAE,UAAU,CAAC,mBAAmB,kBAAkB,iBAAiB,MAAS,EAAE,UAAU,CAAC,mBAAmB,YAAY,CAAC,EAAEiD,EAAYI,CAAc,EAAE,SAAsB2B,EAAMzD,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,kBAAkB,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,OAAO,IAAI,MAAM,GAAG,EAAE,SAAS,CAAC,UAAU,CAAC,OAAO,EAAE,MAAM,CAAC,EAAE,UAAU,CAAC,OAAO,EAAE,MAAM,CAAC,EAAE,UAAU,CAAC,OAAO,EAAE,MAAM,CAAC,EAAE,UAAU,CAAC,OAAO,EAAE,MAAM,CAAC,EAAE,UAAU,CAAC,OAAO,GAAG,EAAE,UAAU,CAAC,OAAO,GAAG,EAAE,UAAU,CAAC,OAAO,EAAE,MAAM,CAAC,EAAE,UAAU,CAAC,OAAO,EAAE,MAAM,CAAC,EAAE,UAAU,CAAC,OAAO,GAAG,CAAC,EAAE,SAAS,CAACiB,GAAY,GAAgBtD,EAAK4D,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQC,GAA2BvC,GAAmB,GAAG,IAAIA,GAAmB,QAAQ,KAAM,OAAM,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,sEAAsE,OAAO,mQAAmQ,EAAE,UAAU,iBAAiB,mBAAmB,UAAU,UAAU,QAAQ,iBAAiBe,EAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,OAAO,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC,OAAO,EAAE,EAAE,UAAU,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC,EAAE,GAAG1D,GAAqB,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQkF,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,sEAAsE,OAAO,mQAAmQ,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQuC,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,IAAI,GAAG,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,sEAAsE,OAAO,gWAAgW,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQuC,GAA2BvC,GAAmB,GAAG,IAAIA,GAAmB,QAAQ,KAAM,OAAM,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,OAAO,IAAI,sEAAsE,OAAO,mQAAmQ,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQuC,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,IAAI,EAAE,IAAI,EAAE,EAAE,GAAG,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,OAAO,IAAI,sEAAsE,OAAO,mQAAmQ,EAAE,kBAAkBnC,CAAkB,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ0E,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,OAAO,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,aAAa,IAAI,sEAAsE,OAAO,mQAAmQ,EAAE,kBAAkBnC,CAAkB,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ0E,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,IAAI,EAAE,KAAK,EAAE,EAAE,GAAG,MAAM,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,WAAW,IAAI,sEAAsE,OAAO,mQAAmQ,EAAE,kBAAkBnC,CAAkB,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ0E,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,sEAAsE,OAAO,mQAAmQ,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQuC,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,OAAO,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,aAAa,IAAI,sEAAsE,OAAO,mQAAmQ,EAAE,kBAAkBnC,CAAkB,CAAC,EAAEyC,EAAYI,CAAc,CAAC,CAAC,EAAEuB,GAAa,GAAgBvD,EAAK4D,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQC,GAA2BvC,GAAmB,GAAG,IAAIA,GAAmB,QAAQ,KAAM,OAAM,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,sEAAsE,OAAO,uKAAuK,EAAE,UAAU,iBAAiB,mBAAmB,UAAU,UAAU,QAAQ,iBAAiBe,EAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,OAAO,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC,OAAO,EAAE,EAAE,UAAU,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC,OAAO,EAAE,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC,EAAE,GAAG1D,GAAqB,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQkF,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,sEAAsE,OAAO,uKAAuK,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQuC,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,GAAG,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,uEAAuE,OAAO,sQAAsQ,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQuC,GAA2BvC,GAAmB,GAAG,IAAIA,GAAmB,QAAQ,KAAM,OAAM,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,OAAO,IAAI,sEAAsE,OAAO,uKAAuK,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQuC,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,IAAI,EAAE,IAAI,EAAE,EAAE,GAAG,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,OAAO,IAAI,sEAAsE,OAAO,uKAAuK,EAAE,kBAAkBnC,CAAkB,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ0E,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,OAAO,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,aAAa,IAAI,sEAAsE,OAAO,uKAAuK,EAAE,kBAAkBnC,CAAkB,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ0E,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,IAAI,EAAE,KAAK,EAAE,EAAE,GAAG,MAAM,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,WAAW,IAAI,sEAAsE,OAAO,uKAAuK,EAAE,kBAAkBnC,CAAkB,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ0E,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,sEAAsE,OAAO,uKAAuK,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQuC,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,GAAG,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,uEAAuE,OAAO,sQAAsQ,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQuC,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,OAAO,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,aAAa,IAAI,sEAAsE,OAAO,uKAAuK,EAAE,kBAAkBnC,CAAkB,CAAC,EAAEyC,EAAYI,CAAc,EAAE,SAASwB,GAAa,GAAgBxD,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,QAAQ,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,sEAAsE,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,MAAM,CAAC,EAAE,SAAsBrC,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,MAAM,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,mBAAmB,OAAO,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEoB,GAAa,GAAgBzD,EAAK4D,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,KAAK,WAAW,KAAK,IAAI,uEAAuE,OAAO,sQAAsQ,EAAE,UAAU,eAAe,mBAAmB,UAAU,UAAU,QAAQ,iBAAiBvB,EAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,OAAO,EAAE,EAAE,GAAG1D,GAAqB,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQkF,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,IAAI,EAAE,IAAI,EAAE,EAAE,GAAG,GAAG,EAAE,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,OAAO,IAAI,uEAAuE,OAAO,sQAAsQ,CAAC,CAAC,EAAEM,EAAYI,CAAc,CAAC,CAAC,EAAEuB,GAAa,GAAgBvD,EAAK4D,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQC,GAA2BvC,GAAmB,GAAG,IAAIA,GAAmB,QAAQ,KAAM,OAAM,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,wEAAwE,OAAO,2KAA2K,EAAE,UAAU,gBAAgB,mBAAmB,UAAU,UAAU,QAAQ,iBAAiBe,EAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,OAAO,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC,OAAO,EAAE,EAAE,UAAU,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC,OAAO,EAAE,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC,EAAE,GAAG1D,GAAqB,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQkF,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,wEAAwE,OAAO,2KAA2K,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQuC,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,uEAAuE,OAAO,oWAAoW,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQuC,GAA2BvC,GAAmB,GAAG,IAAIA,GAAmB,QAAQ,KAAM,OAAM,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,OAAO,IAAI,wEAAwE,OAAO,2KAA2K,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQuC,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,IAAI,EAAE,IAAI,EAAE,EAAE,GAAG,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,OAAO,IAAI,wEAAwE,OAAO,2KAA2K,EAAE,kBAAkBnC,CAAkB,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ0E,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,OAAO,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,aAAa,IAAI,wEAAwE,OAAO,2KAA2K,EAAE,kBAAkBnC,CAAkB,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ0E,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,IAAI,EAAE,KAAK,EAAE,EAAE,GAAG,MAAM,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,WAAW,IAAI,wEAAwE,OAAO,2KAA2K,EAAE,kBAAkBnC,CAAkB,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ0E,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,wEAAwE,OAAO,2KAA2K,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQuC,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,uEAAuE,OAAO,oWAAoW,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQuC,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,OAAO,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,aAAa,IAAI,wEAAwE,OAAO,2KAA2K,EAAE,kBAAkBnC,CAAkB,CAAC,EAAEyC,EAAYI,CAAc,CAAC,CAAC,EAAEyB,GAAa,GAAgBzD,EAAK4D,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,KAAK,WAAW,KAAK,IAAI,uEAAuE,OAAO,oWAAoW,EAAE,UAAU,gBAAgB,mBAAmB,UAAU,UAAU,QAAQ,iBAAiBvB,EAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,OAAO,EAAE,EAAE,GAAG1D,GAAqB,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQkF,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,IAAI,EAAE,IAAI,EAAE,EAAE,GAAG,GAAG,EAAE,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,OAAO,IAAI,uEAAuE,OAAO,oWAAoW,CAAC,CAAC,EAAEM,EAAYI,CAAc,CAAC,CAAC,EAAehC,EAAK4D,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQC,GAA2BvC,GAAmB,GAAG,IAAIA,GAAmB,QAAQ,KAAM,OAAM,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,uEAAuE,OAAO,sQAAsQ,EAAE,UAAU,iBAAiB,mBAAmB,UAAU,UAAU,QAAQ,iBAAiBe,EAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAE,EAAE,GAAG1D,GAAqB,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQkF,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,uEAAuE,OAAO,sQAAsQ,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQuC,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,IAAI,EAAE,IAAI,EAAE,EAAE,GAAG,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,OAAO,IAAI,uEAAuE,OAAO,oWAAoW,EAAE,kBAAkBnC,CAAkB,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ0E,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,uEAAuE,OAAO,oWAAoW,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQuC,GAA2BvC,GAAmB,GAAG,IAAIA,GAAmB,QAAQ,KAAM,OAAM,EAAE,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,OAAO,IAAI,uEAAuE,OAAO,sQAAsQ,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQuC,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,IAAI,EAAE,IAAI,EAAE,EAAE,GAAG,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,OAAO,IAAI,uEAAuE,OAAO,sQAAsQ,EAAE,kBAAkBnC,CAAkB,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ0E,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,OAAO,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,aAAa,IAAI,uEAAuE,OAAO,sQAAsQ,EAAE,kBAAkBnC,CAAkB,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ0E,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,IAAI,EAAE,KAAK,EAAE,EAAE,GAAG,MAAM,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,WAAW,IAAI,uEAAuE,OAAO,sQAAsQ,EAAE,kBAAkBnC,CAAkB,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ0E,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,uEAAuE,OAAO,sQAAsQ,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQuC,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,uEAAuE,OAAO,oWAAoW,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQuC,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,OAAO,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,aAAa,IAAI,uEAAuE,OAAO,sQAAsQ,EAAE,kBAAkBnC,CAAkB,CAAC,EAAEyC,EAAYI,CAAc,CAAC,CAAC,EAAEuB,GAAa,GAAgBvD,EAAK4D,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQC,GAA2BvC,GAAmB,GAAG,IAAIA,GAAmB,QAAQ,KAAM,OAAM,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,mEAAmE,OAAO,oVAAoV,EAAE,UAAU,iBAAiB,mBAAmB,UAAU,UAAU,QAAQ,iBAAiBe,EAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,OAAO,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC,EAAE,GAAG1D,GAAqB,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQkF,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,mEAAmE,OAAO,oVAAoV,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQuC,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,mEAAmE,OAAO,oVAAoV,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQuC,GAA2BvC,GAAmB,GAAG,IAAIA,GAAmB,QAAQ,KAAM,OAAM,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,OAAO,IAAI,mEAAmE,OAAO,oVAAoV,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQuC,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,IAAI,EAAE,IAAI,EAAE,EAAE,GAAG,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,OAAO,IAAI,mEAAmE,OAAO,oVAAoV,EAAE,kBAAkBnC,CAAkB,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ0E,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,OAAO,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,aAAa,IAAI,mEAAmE,OAAO,oVAAoV,EAAE,kBAAkBnC,CAAkB,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ0E,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,IAAI,EAAE,KAAK,EAAE,EAAE,GAAG,MAAM,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,WAAW,IAAI,mEAAmE,OAAO,oVAAoV,EAAE,kBAAkBnC,CAAkB,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ0E,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,mEAAmE,OAAO,oVAAoV,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQuC,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,mEAAmE,OAAO,oVAAoV,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQuC,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,OAAO,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,aAAa,IAAI,mEAAmE,OAAO,oVAAoV,EAAE,kBAAkBnC,CAAkB,CAAC,EAAEyC,EAAYI,CAAc,CAAC,CAAC,EAAEuB,GAAa,GAAgBvD,EAAK4D,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQC,GAA2BvC,GAAmB,GAAG,IAAIA,GAAmB,QAAQ,KAAM,OAAM,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,sEAAsE,OAAO,gWAAgW,EAAE,UAAU,iBAAiB,mBAAmB,UAAU,UAAU,QAAQ,iBAAiBe,EAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,OAAO,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC,EAAE,GAAG1D,GAAqB,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQkF,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,sEAAsE,OAAO,gWAAgW,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQuC,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,IAAI,GAAG,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,sEAAsE,OAAO,gWAAgW,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQuC,GAA2BvC,GAAmB,GAAG,IAAIA,GAAmB,QAAQ,KAAM,OAAM,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,OAAO,IAAI,sEAAsE,OAAO,gWAAgW,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQuC,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,IAAI,EAAE,IAAI,EAAE,EAAE,GAAG,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,OAAO,IAAI,sEAAsE,OAAO,gWAAgW,EAAE,kBAAkBnC,CAAkB,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ0E,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,OAAO,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,aAAa,IAAI,sEAAsE,OAAO,gWAAgW,EAAE,kBAAkBnC,CAAkB,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ0E,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,IAAI,EAAE,KAAK,EAAE,EAAE,GAAG,MAAM,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,WAAW,IAAI,sEAAsE,OAAO,gWAAgW,EAAE,kBAAkBnC,CAAkB,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ0E,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,sEAAsE,OAAO,gWAAgW,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQuC,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,IAAI,GAAG,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,sEAAsE,OAAO,gWAAgW,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQuC,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,OAAO,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,aAAa,IAAI,sEAAsE,OAAO,gWAAgW,EAAE,kBAAkBnC,CAAkB,CAAC,EAAEyC,EAAYI,CAAc,EAAE,SAAsBhC,EAAKT,GAAW,CAAC,GAAGZ,GAAqB,CAAC,UAAU,CAAC,MAAMW,EAAW,EAAE,UAAU,CAAC,MAAMA,EAAW,CAAC,EAAEsC,EAAYI,CAAc,EAAE,SAAsB2B,EAAMzD,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,QAAQ,UAAU,QAAQ,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qBAAqB,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,OAAO,EAAE,MAAM,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC,gBAAgB,wEAAwE,MAAM,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC,gBAAgB,wEAAwE,OAAO,EAAE,MAAM,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC,EAAE,SAAS,CAAcrC,EAAK8D,EAAS,CAAC,sBAAsB,GAAK,SAAsB9D,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,sBAAsB,0FAA0F,EAAE,SAAS,eAAe,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,kEAAkE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,SAAS,CAAC,UAAU,CAAC,qBAAqB,qEAAqE,EAAE,UAAU,CAAC,qBAAqB,qEAAqE,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAG1D,GAAqB,CAAC,UAAU,CAAC,SAAsBqB,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,sBAAsB,8FAA8F,EAAE,SAAS,eAAe,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,sBAAsB,8FAA8F,EAAE,SAAS,eAAe,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE0B,EAAYI,CAAc,CAAC,CAAC,EAAehC,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qBAAqB,OAAO,GAAG,EAAE,SAAS,CAAC,UAAU,CAAC,gBAAgB,uEAAuE,EAAE,UAAU,CAAC,gBAAgB,uEAAuE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEoB,GAAa,GAAgBzD,EAAK4D,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,KAAK,WAAW,KAAK,IAAI,sEAAsE,OAAO,gWAAgW,EAAE,UAAU,gBAAgB,mBAAmB,UAAU,UAAU,QAAQ,iBAAiBvB,EAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,OAAO,CAAC,EAAE,GAAG1D,GAAqB,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQkF,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,IAAI,EAAE,IAAI,EAAE,EAAE,GAAG,GAAG,EAAE,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,OAAO,IAAI,sEAAsE,OAAO,gWAAgW,CAAC,CAAC,EAAEM,EAAYI,CAAc,EAAE,SAAsBhC,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBqE,EAAMzD,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,QAAQ,UAAU,QAAQ,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,wEAAwE,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,OAAO,CAAC,EAAE,SAAS,CAAcrC,EAAK8D,EAAS,CAAC,sBAAsB,GAAK,SAAsB9D,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,MAAM,sBAAsB,8FAA8F,EAAE,SAAS,eAAe,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,sEAAsE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAerC,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,wEAAwE,OAAO,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEiB,GAAY,GAAgBtD,EAAK4D,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQC,GAA2BvC,GAAmB,GAAG,IAAIA,GAAmB,QAAQ,KAAM,OAAM,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,sEAAsE,OAAO,mQAAmQ,EAAE,UAAU,iBAAiB,mBAAmB,UAAU,UAAU,QAAQ,iBAAiBe,EAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,OAAO,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC,OAAO,EAAE,EAAE,UAAU,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC,EAAE,GAAG1D,GAAqB,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQkF,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,sEAAsE,OAAO,mQAAmQ,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQuC,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,sEAAsE,OAAO,mQAAmQ,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQuC,GAA2BvC,GAAmB,GAAG,IAAIA,GAAmB,QAAQ,KAAM,OAAM,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,OAAO,IAAI,sEAAsE,OAAO,mQAAmQ,EAAE,kBAAkBnC,CAAkB,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ0E,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,IAAI,EAAE,IAAI,EAAE,EAAE,GAAG,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,OAAO,IAAI,sEAAsE,OAAO,mQAAmQ,EAAE,kBAAkBnC,CAAkB,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ0E,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,OAAO,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,aAAa,IAAI,sEAAsE,OAAO,mQAAmQ,EAAE,kBAAkBnC,CAAkB,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ0E,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,IAAI,EAAE,KAAK,EAAE,EAAE,GAAG,MAAM,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,WAAW,IAAI,sEAAsE,OAAO,mQAAmQ,EAAE,kBAAkBnC,CAAkB,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ0E,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,sEAAsE,OAAO,mQAAmQ,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQuC,GAA2BvC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,OAAO,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,aAAa,IAAI,sEAAsE,OAAO,mQAAmQ,EAAE,kBAAkBnC,CAAkB,CAAC,EAAEyC,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQ+B,GAAI,CAAC,kFAAkF,gFAAgF,8PAA8P,yJAAyJ,kWAAkW,0OAA0O,gWAAgW,uJAAuJ,uMAAuM,kQAAkQ,sQAAsQ,6TAA6T,+IAA+I,sLAAsL,wMAAwM,sTAAsT,0MAA0M,icAAic,0QAA0Q,6OAA6O,6FAA6F,8HAA8H,gHAAgH,gIAAgI,oLAAoL,iEAAiE,yGAAyG,4NAA4N,yGAAyG,0MAA0M,icAAic,yIAAyI,8EAA8E,+VAA+V,oKAAoK,6hBAA6hB,oOAAoO,yMAAyM,gdAAgd,0LAA0L,EAUn9jEC,GAAgBC,GAAQtD,GAAUoD,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,sBAAsBA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,GAAG,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,gBAAgB,eAAe,uBAAuB,mBAAmB,kBAAkB,sBAAsB,aAAa,eAAe,YAAY,aAAa,sBAAsB,gBAAgB,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,CAAC,CAAC,EAAEC,GAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECV9uE,IAAMM,GAAiB,CAAC,UAAU,IAAIC,GAAU,IAAI,OAAO,4BAAkB,CAAC,CAAC,EAAiB,SAARC,EAAmCC,EAAIC,EAAO,CAAC,KAAMA,GAAO,CAAC,IAAMC,EAAOL,GAAiBI,EAAO,EAAE,EAAE,GAAGC,EAAO,CAAC,IAAMC,EAAMD,EAAO,KAAK,EAAEF,CAAG,EAAE,GAAGG,EAAM,OAAOA,CAAM,CAACF,EAAOA,EAAO,QAAS,CAAC,CAAC,SAASG,GAAQH,EAAO,CAAC,IAAMI,EAAS,CAAC,EAAE,KAAMJ,GAAO,CAAC,IAAMC,EAAOL,GAAiBI,EAAO,EAAE,EAAE,GAAGC,EAAO,CAAC,IAAMI,EAAQJ,EAAO,QAAQ,EAAKI,GAAQD,EAAS,KAAKC,CAAO,CAAE,CAACL,EAAOA,EAAO,QAAS,CAAC,GAAGI,EAAS,OAAO,EAAE,OAAO,QAAQ,IAAIA,CAAQ,CAAE,CAAQ,SAASE,GAA0BN,EAAO,CAAC,IAAMO,EAAeJ,GAAQH,CAAM,EAAE,GAAGO,EAAe,MAAMA,CAAe,CCAmuC,IAAMC,GAA+BC,GAA0BC,CAAK,EAAQC,GAAkCF,GAA0BG,CAAQ,EAAQC,GAAoBC,GAASC,EAAc,EAAQC,GAAmCP,GAA0BQ,CAAS,EAAQC,GAAgBC,GAAOC,EAAO,GAAG,EAAQC,GAAuBP,GAASQ,EAAiB,EAAQC,GAAsBT,GAASU,EAAgB,EAAQC,GAAYN,GAAOT,CAAK,EAAQgB,GAAgBZ,GAASa,EAAU,EAAQC,GAAad,GAASe,EAAO,EAAQC,GAAYhB,GAASiB,EAAM,EAAQC,GAAelB,GAASmB,EAAS,EAAQC,GAAapB,GAASqB,EAAO,EAAQC,GAAY,CAAC,UAAU,6CAA6C,UAAU,qBAAqB,UAAU,qBAAqB,EAAQC,GAAU,IAAI,OAAO,SAAW,IAAkBC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,iBAAiB,EAAQC,GAAY,CAAC,OAAO,GAAG,MAAM,EAAE,SAAS,EAAE,KAAK,QAAQ,EAAQC,GAAU,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAW,CAAC,QAAQ,KAAK,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,IAAI,EAAQC,GAAY,CAAC,OAAO,GAAG,MAAM,EAAE,SAAS,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAY,CAAC,OAAO,GAAG,MAAM,EAAE,SAAS,EAAE,KAAK,QAAQ,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAY,CAAC,OAAO,GAAG,MAAM,EAAE,SAAS,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAY,CAAC,OAAO,GAAG,MAAM,EAAE,SAAS,GAAG,KAAK,QAAQ,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAY,CAAC,OAAO,GAAG,MAAM,EAAE,SAAS,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAY,CAAC,OAAO,IAAI,MAAM,EAAE,SAAS,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,IAAI,MAAM,EAAE,MAAM,EAAE,WAAWD,EAAW,EAAQE,GAAW,CAAC,gBAAgB,uEAAuE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,IAAI,MAAM,EAAE,MAAM,EAAE,WAAWF,EAAW,EAAQG,GAAW,CAAC,gBAAgB,uEAAuE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,GAAG,MAAM,EAAE,MAAM,EAAE,WAAWH,EAAW,EAAQI,GAAY,CAAC,MAAM,GAAG,SAAS,EAAE,KAAK,CAAC,IAAI,IAAI,IAAI,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAY,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,GAAG,EAAQC,GAAY,CAAC,MAAM,GAAG,SAAS,EAAE,KAAK,CAAC,IAAI,IAAI,IAAI,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAa,CAAC,MAAM,GAAG,SAAS,EAAE,KAAK,CAAC,IAAI,IAAI,IAAI,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAa,CAAC,MAAM,GAAG,SAAS,EAAE,KAAK,CAAC,IAAI,IAAI,IAAI,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAa,CAAC,QAAQ,IAAI,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAY,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,KAAK,MAAM,EAAE,MAAM,EAAE,WAAWD,EAAY,EAAQE,GAAU,CAAC,CAAC,MAAAC,CAAK,IAAoBC,GAAoB,EAAqB,KAAyBC,EAAK,QAAQ,CAAC,wBAAwB,CAAC,OAAOF,CAAK,EAAE,yBAAyB,EAAE,CAAC,EAAUG,GAAwB,CAAC,QAAQ,YAAY,MAAM,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,QAAQL,GAAwBK,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAA6BC,GAAW,SAASF,EAAMG,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,GAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAQC,EAAkBC,GAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAC,EAAQ,GAAGC,CAAS,EAAEtB,GAASI,CAAK,EAAQmB,GAAU,IAAI,CAAC,IAAMC,GAASA,GAAiB,OAAUX,CAAY,EAAE,GAAGW,GAAS,OAAO,CAAC,IAAIC,EAAU,SAAS,cAAc,qBAAqB,EAAKA,EAAWA,EAAU,aAAa,UAAUD,GAAS,MAAM,GAAQC,EAAU,SAAS,cAAc,MAAM,EAAEA,EAAU,aAAa,OAAO,QAAQ,EAAEA,EAAU,aAAa,UAAUD,GAAS,MAAM,EAAE,SAAS,KAAK,YAAYC,CAAS,EAAG,CAAC,EAAE,CAAC,OAAUZ,CAAY,CAAC,EAAQa,GAAmB,IAAI,CAAC,IAAMF,GAASA,GAAiB,OAAUX,CAAY,EAAE,SAAS,MAAMW,GAAS,OAAO,GAAMA,GAAS,UAAU,SAAS,cAAc,uBAAuB,GAAG,aAAa,UAAUA,GAAS,QAAQ,CAAG,EAAE,CAAC,OAAUX,CAAY,CAAC,EAAE,GAAK,CAACc,EAAYC,CAAmB,EAAEC,GAA8BR,EAAQtD,GAAY,EAAK,EAAQ+D,EAAe,OAA8MC,EAAkBC,EAAG/D,GAAkB,GAA/M,CAAakD,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,EAAS,CAAuE,EAAQc,EAAY,IAAQ,CAACjE,GAAU,GAAiB2D,IAAc,YAA6CO,EAAUC,GAAkB,WAAW,EAAQC,EAAW3B,EAAO,IAAI,EAAE4B,GAA0BxB,CAAY,EAAE,IAAMyB,EAAa,IAAStE,GAAU,EAAiB2D,IAAc,YAAtB,GAAmEY,EAAWJ,GAAkB,WAAW,EAAQK,EAAW/B,EAAO,IAAI,EAAQgC,EAAWN,GAAkB,WAAW,EAAQO,EAAWjC,EAAO,IAAI,EAAQkC,GAAWR,GAAkB,WAAW,EAAQS,EAAWnC,EAAO,IAAI,EAAQoC,EAAa,IAAQ,IAAC7E,GAAU,GAAiB,CAAC,YAAY,WAAW,EAAE,SAAS2D,CAAW,GAAmCmB,GAAa,IAAS9E,GAAU,EAAiB,EAAC,YAAY,WAAW,EAAE,SAAS2D,CAAW,EAAtD,GAAmF,OAAAoB,GAAiB,CAAC,CAAC,EAAsBjD,EAAKkD,GAA0B,SAAS,CAAC,MAAM,CAAC,iBAAiB,YAAY,kBAAA9E,EAAiB,EAAE,SAAsB+E,EAAMC,EAAY,CAAC,GAAG9B,GAAUT,EAAgB,SAAS,CAAcb,EAAKH,GAAU,CAAC,MAAM,+CAA+C,CAAC,EAAeG,EAAK/C,EAAO,IAAI,CAAC,GAAGuE,EAAU,UAAUU,EAAGD,EAAkB,gBAAgBZ,CAAS,EAAE,IAAIT,EAAW,MAAM,CAAC,GAAGQ,CAAK,EAAE,SAAsB+B,EAAM,OAAO,CAAC,UAAU,iBAAiB,mBAAmB,kCAAkC,SAAS,CAAChB,EAAY,GAAgBnC,EAAK,MAAM,CAAC,UAAU,6CAA6C,mBAAmB,uCAAuC,GAAGoC,EAAU,IAAIE,EAAK,SAAsBtC,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,6BAA6B,SAAsBA,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,sBAAsB,SAAsBA,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,SAAS,SAAsBmD,EAAMpG,GAAgB,CAAC,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,SAAS,CAAciD,EAAKqD,EAAkB,CAAC,WAAWxB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQyB,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,YAAY,IAAI,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,0FAA0F,OAAO,sQAAsQ,CAAC,CAAC,EAAE,SAAsBlB,EAAK3D,GAA+B,CAAC,QAAQiC,GAAU,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,YAAY,IAAI,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,0FAA0F,OAAO,sQAAsQ,EAAE,UAAU,eAAe,wBAAwB,QAAQ,mBAAmB,uBAAuB,QAAQC,GAAW,UAAU,EAAI,CAAC,CAAC,CAAC,EAAeyB,EAAKxD,GAAkC,CAAC,sBAAsB,GAAK,QAAQiC,GAAW,SAAS8E,EAAkB,KAAKxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,oJAAiC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,wBAAwB,SAAS,MAAM,CAAC,OAAO,EAAE,QAAQzB,GAAW,UAAU,GAAK,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeyB,EAAKxD,GAAkC,CAAC,sBAAsB,GAAK,QAAQmC,GAAW,SAAS4E,EAAkB,KAAKxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,waAAoF,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,wBAAwB,SAAS,MAAM,CAAC,OAAO,EAAE,QAAQzB,GAAW,UAAU,GAAK,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeyB,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAKqD,EAAkB,CAAC,WAAWxB,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGX,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,MAAM,CAAC,CAAC,EAAE,SAAsBlB,EAAKyD,EAA0B,CAAC,OAAO,GAAG,SAAsBzD,EAAKnD,GAAmC,CAAC,QAAQgC,GAAW,UAAU,2BAA2B,wBAAwB,UAAU,QAAQN,GAAW,OAAO,YAAY,UAAU,GAAK,kBAAkB,GAAK,QAAQ,YAAY,SAAsByB,EAAKpD,GAAe,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE4F,EAAa,GAAgBxC,EAAK,SAAS,CAAC,UAAU,gCAAgC,mBAAmB,yCAAyC,GAAGyC,EAAW,IAAIC,EAAK,SAAsBS,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,6BAA6B,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,QAAQ,SAAS,CAAcnD,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,SAAsBA,EAAK3D,GAA+B,CAAC,QAAQ0C,GAAW,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQuE,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,YAAY,IAAI,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,0FAA0F,OAAO,sQAAsQ,EAAE,UAAU,iBAAiB,wBAAwB,UAAU,mBAAmB,uBAAuB,QAAQ3C,GAAW,UAAU,EAAI,CAAC,CAAC,CAAC,EAAeyB,EAAKxD,GAAkC,CAAC,sBAAsB,GAAK,QAAQ8B,GAAU,SAASiF,EAAkB,KAAKxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,oJAAiC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,wBAAwB,SAAS,MAAM,CAAC,OAAO,EAAE,QAAQzB,GAAW,UAAU,GAAK,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeyB,EAAKqD,EAAkB,CAAC,WAAWxB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,gBAAgBX,GAAmB,OAAO,OAAO,kBAAkBA,GAAmB,OAAO,OAAO,0BAA0B,CAAC,EAAE,SAAsBlB,EAAKyD,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,GAAGvC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,SAAsBlB,EAAKlD,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBkD,EAAKqD,EAAkB,CAAC,WAAWxB,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsB7B,EAAK7C,GAAkB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe6C,EAAKxD,GAAkC,CAAC,sBAAsB,GAAK,QAAQyC,GAAW,SAASsE,EAAkB,KAAKxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,igBAAkG,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,wBAAwB,UAAU,MAAM,CAAC,OAAO,EAAE,QAAQzB,GAAW,UAAU,GAAK,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeyB,EAAKyD,EAA0B,CAAC,OAAO,GAAG,GAAGvC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,MAAM,SAAsBlB,EAAKnD,GAAmC,CAAC,QAAQ4B,GAAW,UAAU,0BAA0B,wBAAwB,SAAS,QAAQF,GAAW,OAAO,YAAY,UAAU,GAAK,kBAAkB,GAAK,QAAQ,YAAY,SAAsByB,EAAKpD,GAAe,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeoD,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,qCAAqC,GAAG2C,EAAW,IAAIC,EAAK,SAAsBO,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,6BAA6B,SAAS,CAAcnD,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,KAAKxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,yPAAiD,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,UAAU,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAemD,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcnD,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAsBmD,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcnD,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,KAAKxC,CAAY,GAAgBoC,EAAYK,EAAS,CAAC,SAAS,CAAcxD,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,soBAAmI,CAAC,EAAeA,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,0sEAA6b,CAAC,EAAeA,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,2fAAsG,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,YAAY,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK0D,GAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,SAAsB1D,EAAK/C,EAAO,EAAE,CAAC,UAAU,8BAA8B,mBAAmB,oBAAoB,WAAWkC,GAAW,SAAsBa,EAAK/C,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,WAAWmC,GAAW,SAASC,GAAW,SAAsB8D,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,iBAAiB,SAAS,CAAcnD,EAAKqD,EAAkB,CAAC,WAAWxB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQyB,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,YAAY,IAAI,WAAW,IAAI,MAAM,OAAO,IAAI,wFAAwF,OAAO,qKAAqK,CAAC,CAAC,EAAE,SAAsBlB,EAAKzD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQ+G,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,MAAM,IAAI,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,YAAY,IAAI,WAAW,IAAI,MAAM,OAAO,IAAI,wFAAwF,OAAO,qKAAqK,EAAE,UAAU,iBAAiB,mBAAmB,iBAAiB,CAAC,CAAC,CAAC,EAAelB,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,KAAKxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,kFAAiB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEwC,EAAa,GAAgBxC,EAAKqD,EAAkB,CAAC,WAAWxB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQyB,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,MAAM,IAAI,EAAE,EAAE,IAAI,GAAG,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,0FAA0F,OAAO,kcAAkc,CAAC,CAAC,EAAE,SAAsBlB,EAAKzD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQ+G,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,MAAM,IAAI,EAAE,EAAE,IAAI,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,gBAAgBA,GAAmB,OAAO,OAAO,kBAAkBA,GAAmB,OAAO,OAAO,qCAAqC,IAAI,0FAA0F,OAAO,kcAAkc,EAAE,UAAU,gCAAgC,mBAAmB,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAelB,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,0CAA0C,SAAsBA,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,6BAA6B,SAAsBmD,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcnD,EAAKqD,EAAkB,CAAC,WAAWxB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQyB,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,yFAAyF,OAAO,6bAA6b,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQoC,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,GAAG,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,yFAAyF,OAAO,6bAA6b,CAAC,CAAC,EAAE,SAAsBlB,EAAKzD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQ+G,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,IAAI,EAAE,EAAE,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,yFAAyF,OAAO,6bAA6b,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,CAAC,CAAC,CAAC,EAAeiC,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAS,CAAcnD,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,KAAKxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,wCAAe,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKqD,EAAkB,CAAC,WAAWxB,EAAY,UAAU,CAAC,UAAU,CAAC,SAAS0B,EAAkB,KAAKxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,yoCAAkO,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,KAAKxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,yoCAAkO,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,yCAAyC,SAAsBmD,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,6BAA6B,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcnD,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,KAAKxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,iFAAgB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,ykCAAoN,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,SAAsBA,EAAKqD,EAAkB,CAAC,WAAWxB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,2BAA2BX,GAAmB,OAAO,OAAO,0BAA0BA,GAAmB,OAAO,OAAO,kCAAkC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,GAAG,EAAE,EAAE,IAAI,CAAC,EAAE,UAAU,CAAC,MAAM,eAAeA,GAAmB,OAAO,OAAO,0BAA0BA,GAAmB,OAAO,OAAO,wCAAwC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,GAAG,EAAE,EAAE,IAAI,CAAC,CAAC,EAAE,SAAsBlB,EAAKyD,EAA0B,CAAC,OAAO,IAAI,MAAM,2BAA2BvC,GAAmB,OAAO,OAAO,kBAAkBA,GAAmB,OAAO,OAAO,0BAA0B,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,IAAI,EAAE,EAAE,IAAI,EAAE,SAAsBlB,EAAKlD,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBkD,EAAKqD,EAAkB,CAAC,WAAWxB,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsB7B,EAAK3C,GAAiB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe2C,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,4CAA4C,GAAG6C,GAAW,IAAIC,EAAK,SAAsBK,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,6BAA6B,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcnD,EAAKqD,EAAkB,CAAC,WAAWxB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQyB,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,GAAG,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,iBAAiBA,GAAmB,OAAO,OAAO,0BAA0BA,GAAmB,OAAO,OAAO,wCAAwC,IAAI,0FAA0F,OAAO,kcAAkc,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQoC,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,GAAG,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,iBAAiBA,GAAmB,OAAO,OAAO,0BAA0BA,GAAmB,OAAO,OAAO,wCAAwC,IAAI,0FAA0F,OAAO,kcAAkc,CAAC,CAAC,EAAE,SAAsBlB,EAAKzD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQ+G,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,IAAI,EAAE,EAAE,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,gBAAgBA,GAAmB,OAAO,OAAO,kBAAkBA,GAAmB,OAAO,OAAO,qCAAqC,IAAI,0FAA0F,OAAO,kcAAkc,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,CAAC,CAAC,CAAC,EAAeiC,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAS,CAAcnD,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,sCAAQ,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,krBAAuI,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemD,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcnD,EAAKqD,EAAkB,CAAC,WAAWxB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQyB,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,GAAG,EAAE,EAAE,MAAM,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,iBAAiBA,GAAmB,OAAO,OAAO,0BAA0BA,GAAmB,OAAO,OAAO,wCAAwC,IAAI,wFAAwF,OAAO,wbAAwb,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQoC,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,GAAG,EAAE,EAAE,MAAM,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,iBAAiBA,GAAmB,OAAO,OAAO,0BAA0BA,GAAmB,OAAO,OAAO,wCAAwC,IAAI,wFAAwF,OAAO,wbAAwb,CAAC,CAAC,EAAE,SAAsBlB,EAAKzD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQ+G,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,IAAI,EAAE,EAAE,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,gBAAgBA,GAAmB,OAAO,OAAO,kBAAkBA,GAAmB,OAAO,OAAO,qCAAqC,IAAI,wFAAwF,OAAO,wbAAwb,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,CAAC,CAAC,CAAC,EAAeiC,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAS,CAAcnD,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,uCAAS,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,s7BAAoL,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,uCAAuC,SAAsBmD,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,6BAA6B,SAAS,CAAcnD,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,mGAAmB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAemD,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcnD,EAAKqD,EAAkB,CAAC,WAAWxB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQyB,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,IAAI,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,0FAA0F,OAAO,oWAAoW,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQoC,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,IAAI,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,qBAAqBA,GAAmB,OAAO,OAAO,0BAA0BA,GAAmB,OAAO,OAAO,uDAAuD,IAAI,0FAA0F,OAAO,oWAAoW,CAAC,CAAC,EAAE,SAAsBlB,EAAKzD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQ+G,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,IAAI,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,0FAA0F,OAAO,oWAAoW,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,CAAC,CAAC,CAAC,EAAelB,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAsBA,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,UAAU,KAAK,EAAE,SAAS,uFAAiB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemD,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcnD,EAAKqD,EAAkB,CAAC,WAAWxB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQyB,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,IAAI,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,sFAAsF,OAAO,oVAAoV,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQoC,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,IAAI,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,qBAAqBA,GAAmB,OAAO,OAAO,0BAA0BA,GAAmB,OAAO,OAAO,uDAAuD,IAAI,sFAAsF,OAAO,oVAAoV,CAAC,CAAC,EAAE,SAAsBlB,EAAKzD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQ+G,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,IAAI,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,sFAAsF,OAAO,oVAAoV,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,CAAC,CAAC,CAAC,EAAelB,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAsBA,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,UAAU,KAAK,EAAE,SAAS,uFAAiB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemD,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcnD,EAAKqD,EAAkB,CAAC,WAAWxB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQyB,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,IAAI,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,yFAAyF,OAAO,gWAAgW,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQoC,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,IAAI,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,qBAAqBA,GAAmB,OAAO,OAAO,0BAA0BA,GAAmB,OAAO,OAAO,uDAAuD,IAAI,yFAAyF,OAAO,gWAAgW,CAAC,CAAC,EAAE,SAAsBlB,EAAKzD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQ+G,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,IAAI,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,yFAAyF,OAAO,gWAAgW,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,CAAC,CAAC,CAAC,EAAelB,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAsBA,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,UAAU,KAAK,EAAE,SAAS,4HAAwB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemD,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcnD,EAAKqD,EAAkB,CAAC,WAAWxB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQyB,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,IAAI,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,yFAAyF,OAAO,gWAAgW,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQoC,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,IAAI,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,qBAAqBA,GAAmB,OAAO,OAAO,0BAA0BA,GAAmB,OAAO,OAAO,uDAAuD,IAAI,yFAAyF,OAAO,gWAAgW,CAAC,CAAC,EAAE,SAAsBlB,EAAKzD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQ+G,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,IAAI,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,yFAAyF,OAAO,gWAAgW,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,CAAC,CAAC,CAAC,EAAelB,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAsBA,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,UAAU,KAAK,EAAE,SAAS,qHAAsB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemD,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcnD,EAAKqD,EAAkB,CAAC,WAAWxB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQyB,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,IAAI,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,0FAA0F,OAAO,oWAAoW,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQoC,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,IAAI,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,qBAAqBA,GAAmB,OAAO,OAAO,0BAA0BA,GAAmB,OAAO,OAAO,uDAAuD,IAAI,0FAA0F,OAAO,oWAAoW,CAAC,CAAC,EAAE,SAAsBlB,EAAKzD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQ+G,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,IAAI,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,0FAA0F,OAAO,oWAAoW,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,CAAC,CAAC,CAAC,EAAelB,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAsBA,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,UAAU,KAAK,EAAE,SAAS,2EAAe,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemD,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcnD,EAAKqD,EAAkB,CAAC,WAAWxB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQyB,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,IAAI,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,uFAAuF,OAAO,wVAAwV,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQoC,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,qBAAqBA,GAAmB,OAAO,OAAO,0BAA0BA,GAAmB,OAAO,OAAO,uDAAuD,IAAI,uFAAuF,OAAO,wVAAwV,CAAC,CAAC,EAAE,SAAsBlB,EAAKzD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQ+G,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,IAAI,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,uFAAuF,OAAO,wVAAwV,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,CAAC,CAAC,CAAC,EAAelB,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAsBA,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,UAAU,KAAK,EAAE,SAAS,2JAA8B,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,wCAAwC,SAAsBmD,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,6BAA6B,SAAS,CAAcnD,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,mGAAmB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAE+C,EAAa,GAAgBI,EAAM,MAAM,CAAC,UAAU,8BAA8B,mBAAmB,sBAAsB,SAAS,CAACJ,EAAa,GAAgBI,EAAM,MAAM,CAAC,UAAU,+BAA+B,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,QAAQ,UAAU,QAAQ,SAAS,CAAcnD,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,gCAAO,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK/C,EAAO,IAAI,CAAC,UAAU,iBAAiB,MAAM,CAAC,OAAO,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe+C,EAAKqD,EAAkB,CAAC,WAAWxB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,MAAM,eAAe,IAAI,QAAQyB,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,KAAK,IAAI,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,yFAAyF,OAAO,uQAAuQ,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,MAAM,eAAe,IAAI,QAAQoC,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,IAAI,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,OAAO,IAAI,yFAAyF,OAAO,uQAAuQ,CAAC,CAAC,EAAE,SAAsBlB,EAAK1C,GAAY,CAAC,eAAeiC,GAAY,4BAA4B,GAAK,0BAA0B,EAAE,yBAAyB,SAAS,yBAAyBD,GAAY,gBAAgB,GAAM,gBAAgB,EAAE,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,MAAM,eAAe,IAAI,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,yFAAyF,OAAO,uQAAuQ,EAAE,UAAU,iBAAiB,mBAAmB,WAAW,MAAM,CAAC,OAAO,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe6D,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,iBAAiB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,QAAQ,UAAU,QAAQ,SAAS,CAAcnD,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,2EAAe,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK/C,EAAO,IAAI,CAAC,UAAU,gBAAgB,MAAM,CAAC,OAAO,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe+C,EAAKqD,EAAkB,CAAC,WAAWxB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,MAAM,eAAe,IAAI,QAAQyB,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,KAAK,IAAI,EAAE,EAAE,IAAI,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,yFAAyF,OAAO,uQAAuQ,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,MAAM,eAAe,IAAI,QAAQoC,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,IAAI,EAAE,EAAE,IAAI,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,OAAO,IAAI,yFAAyF,OAAO,uQAAuQ,CAAC,CAAC,EAAE,SAAsBlB,EAAK1C,GAAY,CAAC,eAAeiC,GAAY,4BAA4B,GAAK,0BAA0B,EAAE,yBAAyB,SAAS,yBAAyBC,GAAY,gBAAgB,GAAM,gBAAgB,EAAE,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,MAAM,eAAe,IAAI,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,yFAAyF,OAAO,uQAAuQ,EAAE,UAAU,iBAAiB,mBAAmB,WAAW,MAAM,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEuD,EAAa,GAAgBI,EAAM,MAAM,CAAC,UAAU,+BAA+B,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,SAAS,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,QAAQ,UAAU,QAAQ,SAAS,CAAcnD,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,4CAAS,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK/C,EAAO,IAAI,CAAC,UAAU,iBAAiB,MAAM,CAAC,OAAO,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe+C,EAAKqD,EAAkB,CAAC,WAAWxB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQyB,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,KAAK,IAAI,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,IAAI,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,uFAAuF,OAAO,8PAA8P,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQoC,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,IAAI,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,IAAI,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,OAAO,IAAI,uFAAuF,OAAO,8PAA8P,CAAC,CAAC,EAAE,SAAsBlB,EAAK1C,GAAY,CAAC,eAAeiC,GAAY,4BAA4B,GAAK,0BAA0B,EAAE,yBAAyB,SAAS,yBAAyBE,GAAa,gBAAgB,GAAM,gBAAgB,EAAE,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,aAAa,IAAI,uFAAuF,OAAO,8PAA8P,EAAE,UAAU,gBAAgB,mBAAmB,WAAW,MAAM,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe0D,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,WAAW,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,QAAQ,UAAU,QAAQ,SAAS,CAAcnD,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,4CAAS,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK/C,EAAO,IAAI,CAAC,UAAU,iBAAiB,MAAM,CAAC,OAAO,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe+C,EAAKqD,EAAkB,CAAC,WAAWxB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,MAAM,eAAe,IAAI,QAAQyB,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,KAAK,IAAI,EAAE,EAAE,IAAI,EAAE,MAAM,KAAK,EAAE,IAAI,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,wFAAwF,OAAO,gWAAgW,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,MAAM,eAAe,IAAI,QAAQoC,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,IAAI,EAAE,EAAE,IAAI,EAAE,MAAM,GAAG,EAAE,IAAI,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,OAAO,IAAI,wFAAwF,OAAO,gWAAgW,CAAC,CAAC,EAAE,SAAsBlB,EAAK1C,GAAY,CAAC,eAAeiC,GAAY,4BAA4B,GAAK,0BAA0B,EAAE,yBAAyB,SAAS,yBAAyBG,GAAa,gBAAgB,GAAM,gBAAgB,EAAE,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,MAAM,eAAe,IAAI,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,wFAAwF,OAAO,gWAAgW,EAAE,UAAU,iBAAiB,mBAAmB,WAAW,MAAM,CAAC,OAAO,CAAC,EAAE,WAAWE,EAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEoD,GAAa,GAAgBhD,EAAK,MAAM,CAAC,UAAU,8CAA8C,SAAsBA,EAAKyD,EAA0B,CAAC,OAAO,IAAI,MAAM,eAAevC,GAAmB,OAAO,OAAO,kBAAkBA,GAAmB,OAAO,OAAO,gCAAgC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,IAAI,EAAE,EAAE,IAAI,EAAE,SAAsBlB,EAAKlD,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBkD,EAAKxC,GAAW,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAewC,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,sCAAsC,SAAsBmD,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,6BAA6B,SAAS,CAAcnD,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,iFAAgB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKyD,EAA0B,CAAC,SAAsBzD,EAAKlD,EAAU,CAAC,UAAU,yBAAyB,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBkD,EAAKpC,GAAO,CAAC,UAAU,SAAS,UAAU,OAAO,YAAY,CAAC,UAAU,EAAE,YAAY,GAAK,UAAU,EAAE,UAAU,GAAG,SAAS,EAAK,EAAE,IAAI,GAAG,OAAO,OAAO,YAAY,EAAE,GAAG,YAAY,SAAS,YAAY,QAAQ,GAAG,cAAc,GAAG,YAAY,GAAG,eAAe,GAAM,aAAa,GAAG,WAAW,GAAG,cAAc,CAAC,WAAW,GAAK,UAAU,EAAI,EAAE,MAAM,CAAcuF,EAAMlG,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,SAAS,CAAc+C,EAAKyD,EAA0B,CAAC,OAAO,IAAI,SAAsBzD,EAAKlD,EAAU,CAAC,UAAU,0BAA0B,gBAAgB,GAAK,OAAO,qBAAqB,kBAAkB,GAAK,QAAQ,YAAY,SAAsBkD,EAAKtC,GAAQ,CAAC,OAAO,OAAO,GAAG,qBAAqB,SAAS,qBAAqB,UAAU6F,EAAkB,MAAMxC,CAAY,GAAG,yIAA2B,MAAM,CAAC,OAAO,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAef,EAAKyD,EAA0B,CAAC,OAAO,IAAI,SAAsBzD,EAAKlD,EAAU,CAAC,UAAU,0BAA0B,gBAAgB,GAAK,OAAO,qBAAqB,kBAAkB,GAAK,QAAQ,YAAY,SAAsBkD,EAAKtC,GAAQ,CAAC,OAAO,OAAO,GAAG,qBAAqB,SAAS,qBAAqB,UAAU6F,EAAkB,MAAMxC,CAAY,GAAG,8FAAmB,MAAM,CAAC,OAAO,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAef,EAAKyD,EAA0B,CAAC,OAAO,IAAI,SAAsBzD,EAAKlD,EAAU,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,OAAO,qBAAqB,kBAAkB,GAAK,QAAQ,YAAY,SAAsBkD,EAAKtC,GAAQ,CAAC,OAAO,OAAO,GAAG,qBAAqB,SAAS,qBAAqB,UAAU6F,EAAkB,MAAMxC,CAAY,GAAG,+KAAmC,MAAM,CAAC,OAAO,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAef,EAAKyD,EAA0B,CAAC,OAAO,IAAI,SAAsBzD,EAAKlD,EAAU,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,OAAO,qBAAqB,kBAAkB,GAAK,QAAQ,YAAY,SAAsBkD,EAAKtC,GAAQ,CAAC,OAAO,OAAO,GAAG,qBAAqB,SAAS,qBAAqB,UAAU6F,EAAkB,MAAMxC,CAAY,GAAG,uKAAgC,MAAM,CAAC,OAAO,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAef,EAAKyD,EAA0B,CAAC,OAAO,IAAI,SAAsBzD,EAAKlD,EAAU,CAAC,UAAU,0BAA0B,gBAAgB,GAAK,OAAO,qBAAqB,kBAAkB,GAAK,QAAQ,YAAY,SAAsBkD,EAAKtC,GAAQ,CAAC,OAAO,OAAO,GAAG,qBAAqB,SAAS,qBAAqB,UAAU6F,EAAkB,MAAMxC,CAAY,GAAG,mIAA0B,MAAM,CAAC,OAAO,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,IAAI,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAef,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,uCAAuC,SAAsBmD,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,6BAA6B,SAAS,CAAcnD,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,4HAAwB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKyD,EAA0B,CAAC,SAAsBzD,EAAKlD,EAAU,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBkD,EAAKqD,EAAkB,CAAC,WAAWxB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,CAAC,EAAE,SAAsB7B,EAAKlC,GAAU,CAAC,UAAU,SAAS,aAAa,CAAC,UAAU,qBAAqB,SAAS,GAAG,aAAa,GAAG,mBAAmB,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,cAAc,OAAO,YAAY,GAAG,kBAAkB,GAAM,iBAAiB,GAAK,UAAU,GAAG,kBAAkB,EAAI,EAAE,gBAAgB,GAAM,aAAa,EAAE,UAAU,OAAO,YAAY,GAAK,eAAe,CAAC,aAAa,GAAK,eAAe,EAAE,mBAAmB,KAAK,cAAc,EAAE,aAAa,EAAE,cAAc,EAAK,EAAE,YAAY,CAAC,UAAU,EAAE,YAAY,GAAM,UAAU,EAAE,UAAU,GAAG,SAAS,EAAK,EAAE,IAAI,GAAG,OAAO,OAAO,GAAG,YAAY,gBAAgB,IAAI,WAAW,EAAE,SAAS,YAAY,QAAQ,EAAE,cAAc,EAAE,YAAY,EAAE,eAAe,GAAM,aAAa,EAAE,WAAW,EAAE,gBAAgB,CAAC,kBAAkB,EAAE,eAAe,qBAAqB,SAAS,EAAE,SAAS,qBAAqB,QAAQ,GAAG,UAAU,GAAG,QAAQ,GAAG,YAAY,GAAG,YAAY,GAAG,WAAW,GAAG,iBAAiB,EAAI,EAAE,MAAM,CAAcqF,EAAMlG,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,qBAAqB,SAAS,CAAckG,EAAMlG,EAAO,IAAI,CAAC,UAAU,gBAAgB,SAAS,CAAc+C,EAAKzD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,GAAG,EAAE,UAAU,eAAe,CAAC,EAAe4G,EAAMlG,EAAO,IAAI,CAAC,UAAU,gBAAgB,SAAS,CAAc+C,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,UAAU,KAAK,EAAE,SAAS,qEAAc,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,qBAAqB,UAAU,KAAK,EAAE,SAAS,iHAAuB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,8/BAA0M,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAemD,EAAMlG,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,qBAAqB,SAAS,CAAckG,EAAMlG,EAAO,IAAI,CAAC,UAAU,iBAAiB,SAAS,CAAc+C,EAAKzD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,GAAG,EAAE,UAAU,eAAe,CAAC,EAAe4G,EAAMlG,EAAO,IAAI,CAAC,UAAU,iBAAiB,SAAS,CAAc+C,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,UAAU,KAAK,EAAE,SAAS,wFAAkB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,qBAAqB,UAAU,KAAK,EAAE,SAAS,wKAAiC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBoC,EAAYK,EAAS,CAAC,SAAS,CAAcxD,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,m+BAAwM,CAAC,EAAeA,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,qIAA6B,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAemD,EAAMlG,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,qBAAqB,SAAS,CAAckG,EAAMlG,EAAO,IAAI,CAAC,UAAU,gBAAgB,SAAS,CAAc+C,EAAKzD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,GAAG,EAAE,UAAU,gBAAgB,CAAC,EAAe4G,EAAMlG,EAAO,IAAI,CAAC,UAAU,gBAAgB,SAAS,CAAc+C,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,UAAU,KAAK,EAAE,SAAS,wFAAkB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,qBAAqB,UAAU,KAAK,EAAE,SAAS,0GAAqB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,moCAAiO,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAemD,EAAMlG,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,qBAAqB,SAAS,CAAckG,EAAMlG,EAAO,IAAI,CAAC,UAAU,iBAAiB,SAAS,CAAc+C,EAAKzD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,GAAG,EAAE,UAAU,gBAAgB,CAAC,EAAe4G,EAAMlG,EAAO,IAAI,CAAC,UAAU,gBAAgB,SAAS,CAAc+C,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,UAAU,KAAK,EAAE,SAAS,8FAAmB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,qBAAqB,UAAU,KAAK,EAAE,SAAS,6HAAyB,CAAC,CAAC,CAAC,EAAE,UAAU,eAAe,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,ynBAA2H,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAemD,EAAMlG,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,qBAAqB,SAAS,CAAckG,EAAMlG,EAAO,IAAI,CAAC,UAAU,gBAAgB,SAAS,CAAc+C,EAAKzD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,GAAG,EAAE,UAAU,gBAAgB,CAAC,EAAe4G,EAAMlG,EAAO,IAAI,CAAC,UAAU,iBAAiB,SAAS,CAAc+C,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,UAAU,KAAK,EAAE,SAAS,oGAAoB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,qBAAqB,UAAU,KAAK,EAAE,SAAS,0FAAoB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBoC,EAAYK,EAAS,CAAC,SAAS,CAAcxD,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,+oBAAkI,CAAC,EAAeA,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,uEAAgB,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAemD,EAAMlG,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,qBAAqB,SAAS,CAAckG,EAAMlG,EAAO,IAAI,CAAC,UAAU,iBAAiB,SAAS,CAAc+C,EAAKzD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,GAAG,EAAE,UAAU,eAAe,CAAC,EAAe4G,EAAMlG,EAAO,IAAI,CAAC,UAAU,gBAAgB,SAAS,CAAc+C,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,UAAU,KAAK,EAAE,SAAS,sEAAe,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,qBAAqB,UAAU,KAAK,EAAE,SAAS,qGAAqB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,y7BAA0L,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,EAAE,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,kBAAkB,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,uCAAuC,SAAsBmD,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,6BAA6B,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAS,CAAcnD,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,qEAAc,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBoC,EAAYK,EAAS,CAAC,SAAS,CAAcxD,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,k+FAAqlB,CAAC,EAAemD,EAAM,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,CAAC,IAAiBnD,EAAK,SAAS,CAAC,SAAS,0FAA8B,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAsBA,EAAK,SAAS,CAAC,SAAS,gTAA2D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,QAAQ,YAAY,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKqD,EAAkB,CAAC,WAAWxB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQyB,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,IAAI,EAAE,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,iBAAiBA,GAAmB,OAAO,OAAO,kBAAkBA,GAAmB,OAAO,OAAO,gCAAgC,IAAI,yFAAyF,OAAO,6bAA6b,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQoC,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,IAAI,EAAE,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,iBAAiBA,GAAmB,OAAO,OAAO,0BAA0BA,GAAmB,OAAO,OAAO,wCAAwC,IAAI,yFAAyF,OAAO,6bAA6b,CAAC,CAAC,EAAE,SAAsBlB,EAAKzD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQ+G,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,IAAI,GAAG,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,oBAAoBA,GAAmB,OAAO,OAAO,wBAAwBA,GAAmB,OAAO,OAAO,qCAAqC,IAAI,yFAAyF,OAAO,6bAA6b,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAelB,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,gCAAgC,SAAsBmD,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,6BAA6B,SAAS,CAAcnD,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,2EAAe,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKyD,EAA0B,CAAC,SAAsBzD,EAAKlD,EAAU,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBkD,EAAKqD,EAAkB,CAAC,WAAWxB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,CAAC,EAAE,SAAsB7B,EAAKlC,GAAU,CAAC,UAAU,SAAS,aAAa,CAAC,UAAU,qBAAqB,SAAS,GAAG,aAAa,GAAG,mBAAmB,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,cAAc,OAAO,YAAY,GAAG,kBAAkB,GAAM,iBAAiB,GAAK,UAAU,GAAG,kBAAkB,EAAI,EAAE,gBAAgB,GAAK,aAAa,EAAE,UAAU,OAAO,YAAY,GAAM,eAAe,CAAC,aAAa,GAAK,eAAe,EAAE,mBAAmB,KAAK,cAAc,EAAE,aAAa,EAAE,cAAc,EAAK,EAAE,YAAY,CAAC,UAAU,EAAE,YAAY,GAAM,UAAU,EAAE,UAAU,GAAG,SAAS,EAAK,EAAE,IAAI,GAAG,OAAO,OAAO,GAAG,YAAY,gBAAgB,GAAG,WAAW,EAAE,SAAS,YAAY,QAAQ,EAAE,cAAc,EAAE,YAAY,EAAE,eAAe,GAAM,aAAa,EAAE,WAAW,EAAE,gBAAgB,CAAC,kBAAkB,EAAE,eAAe,qBAAqB,SAAS,EAAE,SAAS,qBAAqB,QAAQ,GAAG,UAAU,GAAG,QAAQ,GAAG,YAAY,GAAG,YAAY,GAAG,WAAW,GAAG,iBAAiB,EAAI,EAAE,MAAM,CAAcqF,EAAMlG,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,SAAS,CAAc+C,EAAKyD,EAA0B,CAAC,SAAsBzD,EAAKlD,EAAU,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBkD,EAAKhC,GAAQ,CAAC,aAAa,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,OAAO,OAAO,GAAG,YAAY,oBAAoB,GAAM,MAAM,GAAK,SAAS,YAAY,KAAK,MAAM,WAAW,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,UAAU,iBAAiB,cAAc,EAAE,eAAe,EAAE,IAAIuF,EAAkB,MAAMxC,CAAY,GAAG,+BAA+B,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAef,EAAK/C,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAsB+C,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,IAAI,CAAC,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,iGAA2B,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemD,EAAMlG,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,SAAS,CAAc+C,EAAKyD,EAA0B,CAAC,SAAsBzD,EAAKlD,EAAU,CAAC,UAAU,0BAA0B,gBAAgB,GAAK,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBkD,EAAKhC,GAAQ,CAAC,aAAa,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,OAAO,OAAO,GAAG,YAAY,oBAAoB,GAAM,MAAM,GAAK,SAAS,YAAY,KAAK,MAAM,WAAW,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,UAAU,iBAAiB,cAAc,EAAE,eAAe,EAAE,IAAIuF,EAAkB,MAAMxC,CAAY,GAAG,+BAA+B,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAef,EAAK/C,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAsB+C,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,aAAa,CAAC,SAAsBA,EAAK,MAAM,CAAC,SAAS,2BAA2B,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemD,EAAMlG,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,SAAS,CAAc+C,EAAKyD,EAA0B,CAAC,SAAsBzD,EAAKlD,EAAU,CAAC,UAAU,0BAA0B,gBAAgB,GAAK,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBkD,EAAKhC,GAAQ,CAAC,aAAa,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,OAAO,OAAO,GAAG,YAAY,oBAAoB,GAAM,MAAM,GAAK,SAAS,YAAY,KAAK,MAAM,WAAW,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,UAAU,iBAAiB,cAAc,EAAE,eAAe,EAAE,IAAIuF,EAAkB,MAAMxC,CAAY,GAAG,uDAAuD,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAef,EAAK/C,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAsB+C,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,IAAI,CAAC,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,sTAA4D,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemD,EAAMlG,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,SAAS,CAAc+C,EAAKyD,EAA0B,CAAC,SAAsBzD,EAAKlD,EAAU,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBkD,EAAKhC,GAAQ,CAAC,aAAa,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,OAAO,OAAO,GAAG,YAAY,oBAAoB,GAAM,MAAM,GAAK,SAAS,YAAY,KAAK,MAAM,WAAW,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,UAAU,iBAAiB,cAAc,EAAE,eAAe,EAAE,IAAIuF,EAAkB,MAAMxC,CAAY,GAAG,yCAAyC,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAef,EAAK/C,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAsB+C,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,IAAI,CAAC,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,mGAA6B,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemD,EAAMlG,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,SAAS,CAAc+C,EAAKyD,EAA0B,CAAC,SAAsBzD,EAAKlD,EAAU,CAAC,UAAU,0BAA0B,gBAAgB,GAAK,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBkD,EAAKhC,GAAQ,CAAC,aAAa,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,OAAO,OAAO,GAAG,YAAY,oBAAoB,GAAM,MAAM,GAAK,SAAS,YAAY,KAAK,MAAM,WAAW,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,UAAU,iBAAiB,cAAc,EAAE,eAAe,EAAE,IAAI,uDAAuD,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAegC,EAAK/C,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAsB+C,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,IAAI,CAAC,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,gEAAmB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemD,EAAMlG,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,SAAS,CAAc+C,EAAKyD,EAA0B,CAAC,SAAsBzD,EAAKlD,EAAU,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBkD,EAAKhC,GAAQ,CAAC,aAAa,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,OAAO,OAAO,GAAG,YAAY,oBAAoB,GAAM,MAAM,GAAK,SAAS,YAAY,KAAK,MAAM,WAAW,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,UAAU,iBAAiB,cAAc,EAAE,eAAe,EAAE,IAAI,yCAAyC,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAegC,EAAK/C,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAsB+C,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,IAAI,CAAC,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,uCAAc,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemD,EAAMlG,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,SAAS,CAAc+C,EAAKyD,EAA0B,CAAC,SAAsBzD,EAAKlD,EAAU,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBkD,EAAKhC,GAAQ,CAAC,aAAa,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,OAAO,OAAO,GAAG,YAAY,oBAAoB,GAAM,MAAM,GAAK,SAAS,YAAY,KAAK,MAAM,WAAW,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,UAAU,iBAAiB,cAAc,EAAE,eAAe,EAAE,IAAI,uDAAuD,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAegC,EAAK/C,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAsB+C,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,IAAI,CAAC,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,uOAA8C,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemD,EAAMlG,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,SAAS,CAAc+C,EAAKyD,EAA0B,CAAC,SAAsBzD,EAAKlD,EAAU,CAAC,UAAU,0BAA0B,gBAAgB,GAAK,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBkD,EAAKhC,GAAQ,CAAC,aAAa,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,OAAO,OAAO,GAAG,YAAY,oBAAoB,GAAM,MAAM,GAAK,SAAS,YAAY,KAAK,MAAM,WAAW,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,UAAU,iBAAiB,cAAc,EAAE,eAAe,EAAE,IAAIuF,EAAkB,MAAMxC,CAAY,GAAG,uDAAuD,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAef,EAAK/C,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAsB+C,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,IAAI,CAAC,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,sTAA4D,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemD,EAAMlG,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,SAAS,CAAc+C,EAAKyD,EAA0B,CAAC,SAAsBzD,EAAKlD,EAAU,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBkD,EAAKhC,GAAQ,CAAC,aAAa,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,OAAO,OAAO,GAAG,YAAY,oBAAoB,GAAM,MAAM,GAAK,SAAS,YAAY,KAAK,MAAM,WAAW,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,UAAU,iBAAiB,cAAc,EAAE,eAAe,EAAE,IAAI,uDAAuD,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAegC,EAAK/C,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAsB+C,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,aAAa,CAAC,SAAsBA,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,8JAAsC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemD,EAAMlG,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,SAAS,CAAc+C,EAAKyD,EAA0B,CAAC,SAAsBzD,EAAKlD,EAAU,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBkD,EAAKhC,GAAQ,CAAC,aAAa,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,OAAO,OAAO,GAAG,YAAY,oBAAoB,GAAM,MAAM,GAAK,SAAS,YAAY,KAAK,MAAM,WAAW,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,UAAU,iBAAiB,cAAc,EAAE,eAAe,EAAE,IAAI,uDAAuD,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAegC,EAAK/C,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAsB+C,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,IAAI,CAAC,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,oNAA+C,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemD,EAAMlG,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,SAAS,CAAc+C,EAAKyD,EAA0B,CAAC,SAAsBzD,EAAKlD,EAAU,CAAC,UAAU,0BAA0B,gBAAgB,GAAK,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBkD,EAAKhC,GAAQ,CAAC,aAAa,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,OAAO,OAAO,GAAG,YAAY,oBAAoB,GAAM,MAAM,GAAK,SAAS,YAAY,KAAK,MAAM,WAAW,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,UAAU,iBAAiB,cAAc,EAAE,eAAe,EAAE,IAAI,+BAA+B,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAegC,EAAK/C,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAsB+C,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,UAAU,KAAK,EAAE,SAAS,oPAAiD,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemD,EAAMlG,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,SAAS,CAAc+C,EAAKyD,EAA0B,CAAC,SAAsBzD,EAAKlD,EAAU,CAAC,UAAU,0BAA0B,gBAAgB,GAAK,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBkD,EAAKhC,GAAQ,CAAC,aAAa,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,OAAO,OAAO,GAAG,YAAY,oBAAoB,GAAM,MAAM,GAAK,SAAS,YAAY,KAAK,MAAM,WAAW,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,UAAU,iBAAiB,cAAc,EAAE,eAAe,EAAE,IAAI,+BAA+B,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAegC,EAAK/C,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAsB+C,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,UAAU,KAAK,EAAE,SAAS,oPAAiD,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemD,EAAMlG,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,SAAS,CAAc+C,EAAKyD,EAA0B,CAAC,SAAsBzD,EAAKlD,EAAU,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBkD,EAAKhC,GAAQ,CAAC,aAAa,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,OAAO,OAAO,GAAG,YAAY,oBAAoB,GAAM,MAAM,GAAK,SAAS,YAAY,KAAK,MAAM,WAAW,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,UAAU,iBAAiB,cAAc,EAAE,eAAe,EAAE,IAAI,uDAAuD,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAegC,EAAK/C,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAsB+C,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,UAAU,KAAK,EAAE,SAAS,mDAAgB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemD,EAAMlG,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,SAAS,CAAc+C,EAAKyD,EAA0B,CAAC,SAAsBzD,EAAKlD,EAAU,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBkD,EAAKhC,GAAQ,CAAC,aAAa,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,OAAO,OAAO,GAAG,YAAY,oBAAoB,GAAM,MAAM,GAAK,SAAS,YAAY,KAAK,MAAM,WAAW,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,UAAU,iBAAiB,cAAc,EAAE,eAAe,EAAE,IAAI,yCAAyC,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAegC,EAAK/C,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAsB+C,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,UAAU,KAAK,EAAE,SAAS,uOAA8C,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemD,EAAMlG,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,SAAS,CAAc+C,EAAKyD,EAA0B,CAAC,SAAsBzD,EAAKlD,EAAU,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBkD,EAAKhC,GAAQ,CAAC,aAAa,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,OAAO,OAAO,GAAG,YAAY,oBAAoB,GAAM,MAAM,GAAK,SAAS,YAAY,KAAK,MAAM,WAAW,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,UAAU,iBAAiB,cAAc,EAAE,eAAe,EAAE,IAAI,yCAAyC,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAegC,EAAK/C,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAsB+C,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,UAAU,KAAK,EAAE,SAAS,kKAAgC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,EAAE,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,kBAAkB,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,gCAAgC,SAAsBmD,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,6BAA6B,SAAS,CAAcnD,EAAKvD,EAAS,CAAC,sBAAsB,GAAK,SAAS8G,EAAkB,MAAMxC,CAAY,GAAgBf,EAAWwD,EAAS,CAAC,SAAsBxD,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,UAAU,KAAK,EAAE,SAAS,sHAA4B,CAAC,CAAC,CAAC,EAAE,UAAU,eAAe,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAemD,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcnD,EAAKqD,EAAkB,CAAC,WAAWxB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,GAAG,eAAe,IAAI,QAAQyB,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,GAAG,EAAE,EAAE,IAAI,EAAE,EAAE,YAAY,IAAI,WAAW,KAAK,MAAM,QAAQ,IAAI,wFAAwF,OAAO,gWAAgW,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,GAAG,eAAe,IAAI,QAAQoC,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,GAAG,EAAE,EAAE,IAAI,EAAE,GAAG,EAAE,YAAY,IAAI,WAAW,KAAK,MAAM,QAAQ,IAAI,wFAAwF,OAAO,gWAAgW,CAAC,CAAC,EAAE,SAAsBlB,EAAKzD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,GAAG,eAAe,IAAI,QAAQ+G,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,IAAI,EAAE,EAAE,IAAI,EAAE,EAAE,YAAY,IAAI,WAAW,KAAK,MAAM,QAAQ,IAAI,wFAAwF,OAAO,gWAAgW,EAAE,UAAU,gBAAgB,mBAAmB,MAAM,CAAC,CAAC,CAAC,EAAelB,EAAKqD,EAAkB,CAAC,WAAWxB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,GAAG,eAAe,IAAI,QAAQyB,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,GAAG,EAAE,EAAE,IAAI,EAAE,EAAE,YAAY,IAAI,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,0FAA0F,OAAO,yQAAyQ,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,GAAG,eAAe,IAAI,QAAQoC,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,GAAG,EAAE,EAAE,IAAI,EAAE,GAAG,EAAE,YAAY,IAAI,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,0FAA0F,OAAO,yQAAyQ,CAAC,CAAC,EAAE,SAAsBlB,EAAKzD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,GAAG,eAAe,IAAI,QAAQ+G,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,IAAI,EAAE,EAAE,IAAI,EAAE,EAAE,YAAY,IAAI,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,0FAA0F,OAAO,yQAAyQ,EAAE,UAAU,iBAAiB,mBAAmB,MAAM,CAAC,CAAC,CAAC,EAAelB,EAAKqD,EAAkB,CAAC,WAAWxB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,GAAG,eAAe,IAAI,QAAQyB,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,GAAG,EAAE,EAAE,IAAI,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,OAAO,IAAI,yFAAyF,OAAO,sQAAsQ,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,GAAG,eAAe,IAAI,QAAQoC,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,GAAG,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,OAAO,IAAI,yFAAyF,OAAO,sQAAsQ,CAAC,CAAC,EAAE,SAAsBlB,EAAKzD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,GAAG,eAAe,IAAI,QAAQ+G,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,IAAI,EAAE,EAAE,IAAI,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,OAAO,IAAI,yFAAyF,OAAO,sQAAsQ,EAAE,UAAU,iBAAiB,mBAAmB,MAAM,CAAC,CAAC,CAAC,EAAelB,EAAKqD,EAAkB,CAAC,WAAWxB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,GAAG,eAAe,IAAI,QAAQyB,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,GAAG,EAAE,EAAE,IAAI,EAAE,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,wFAAwF,OAAO,gWAAgW,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,GAAG,eAAe,IAAI,QAAQoC,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,GAAG,EAAE,EAAE,IAAI,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,wFAAwF,OAAO,gWAAgW,CAAC,CAAC,EAAE,SAAsBlB,EAAKzD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,GAAG,eAAe,IAAI,QAAQ+G,GAA2BpC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,IAAI,EAAE,EAAE,IAAI,EAAE,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,wFAAwF,OAAO,gWAAgW,EAAE,UAAU,gBAAgB,mBAAmB,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAelB,EAAK,MAAM,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQ2D,GAAI,CAAC,kFAAkF,gFAAgF,oTAAoT,uSAAuS,oSAAoS,+hBAA+hB,mRAAmR,oSAAoS,gRAAgR,qLAAqL,uWAAuW,6SAA6S,6QAA6Q,gOAAgO,2TAA2T,+QAA+Q,mVAAmV,uLAAuL,sWAAsW,0GAA0G,8SAA8S,gSAAgS,kgCAAkgC,2SAA2S,+PAA+P,+QAA+Q,ukBAAukB,+YAA+Y,6iBAA6iB,wiBAAwiB,6KAA6K,4OAA4O,2QAA2Q,0TAA0T,8UAA8U,8QAA8Q,kTAAkT,qSAAqS,4TAA4T,8QAA8Q,igBAAigB,gSAAgS,sHAAsH,yVAAyV,2SAA2S,iTAAiT,4UAA4U,4RAA4R,uPAAuP,0TAA0T,obAAob,wTAAwT,8aAA8a,ypBAAypB,+ZAA+Z,mTAAmT,+RAA+R,iUAAiU,iUAAiU,sVAAsV,6kBAA6kB,iUAAiU,gMAAgM,gMAAgM,+LAA+L,iRAAiR,uLAAuL,0GAA0G,iSAAiS,wGAAwG,sdAAsd,0QAA0Q,0TAA0T,yGAAyG,6xBAA6xB,+QAA+Q,4fAA4f,4aAA4a,2YAA2Y,mqBAAmqB,8RAA8R,6SAA6S,kTAAkT,4TAA4T,0GAA0G,gmCAAgmC,klBAAklB,smBAAsmB,4QAA4Q,0PAA0P,iHAAiH,GAAeA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,m6DAAm6D,u6GAAu6G,EAalmyJC,GAAgBC,GAAQtD,GAAUoD,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,OAAOA,GAAgB,aAAa,CAAC,OAAO,KAAK,MAAM,IAAI,EAAEG,GAASH,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,yEAAyE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGlH,GAAoB,GAAGQ,GAAuB,GAAGE,GAAsB,GAAGG,GAAgB,GAAGE,GAAa,GAAGE,GAAY,GAAGE,GAAe,GAAGE,GAAa,GAAGiG,GAAoCC,EAAK,EAAE,GAAGD,GAAqCC,EAAK,EAAE,GAAGD,GAAqCC,EAAK,EAAE,GAAGD,GAAqCC,EAAK,EAAE,GAAGD,GAAqCC,EAAK,EAAE,GAAGD,GAAqCC,EAAK,EAAE,GAAGD,GAAqCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,EAChzH,IAAMC,GAAqB,CAAC,QAAU,CAAC,QAAU,CAAC,KAAO,iBAAiB,KAAO,kBAAkB,MAAQ,CAAC,EAAE,YAAc,CAAC,qBAAuB,gOAAwQ,yBAA2B,QAAQ,oCAAsC,4JAA0L,4BAA8B,OAAO,uBAAyB,GAAG,qBAAuB,OAAO,kBAAoB,OAAO,yBAA2B,OAAO,qBAAuB,OAAO,6BAA+B,OAAO,sBAAwB,IAAI,sBAAwB,MAAM,CAAC,EAAE,MAAQ,CAAC,KAAO,SAAS,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC",
  "names": ["noopReturn", "e", "velocityPerSecond", "calcBezier", "n", "e", "i", "binarySubdivide", "r", "u", "a", "s", "cubicBezier", "o", "noopReturn", "getTForX", "t", "o", "cubicBezier", "__rest", "e", "t", "r", "o", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "n", "r", "a", "velocityPerSecond", "calcDampingRatio", "e", "t", "hasReachedTarget", "spring", "o", "c", "i", "h", "u", "d", "f", "l", "g", "glide", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "W", "L", "D", "e", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "t", "j", "B", "testAnimation", "e", "C", "$", "R", "resolveElements", "e", "t", "n", "createGeneratorEasing", "e", "t", "n", "o", "getGenerator", "i", "s", "r", "a", "getKeyframes", "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", "e", "t", "n", "dispatchViewEvent", "se", "o", "i", "s", "__rest", "inView$1", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "ce", "le", "MAX_DUPLICATED_ITEMS", "directionTransformers", "offset", "Ticker", "props", "slots", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "speed", "hoverFactor", "direction", "alignment", "sizingOptions", "fadeOptions", "style", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "widthType", "heightType", "paddingValue", "currentTarget", "RenderTarget", "isCanvas", "filteredSlots", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "childrenStyles", "initialResize", "fe", "frame", "resize", "contentSize", "child", "index", "ref", "p", "LayoutGroup", "q", "isInView", "useInView", "i", "childIndex", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "ue", "playOrPause", "hidden", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "PlayOptions", "ThumbnailOptions", "Youtube", "url", "play", "shouldMute", "thumbnail", "isRed", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "title", "props", "onCanvas", "useIsOnCanvas", "isAutoplay", "showThumbnail", "isPreloading", "preloadVideo", "le", "showVideo", "startVideo", "isHovered", "setHovered", "ye", "borderRadius", "useRadius", "hasBorderRadius", "p", "Instructions", "parsedURL", "parseVideoURL", "ErrorMessage", "videoId", "embedURL", "originalSearchParams", "searchParams", "param", "value", "iframeProps", "u", "wrapperStyle", "l", "getThumbnailURL", "videoStyle", "PlayButton", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "defaultProps", "urlString", "getEmbedURL", "pathSegments", "page", "res", "pre", "ext", "emptyStateStyle", "centerTextStyle", "message", "containerStyles", "buttonStyle", "isBrowser", "usePageVisibility", "isVisible", "setIsVisible", "ye", "ue", "onVisibilityChange", "awaitRefCallback", "element", "controller", "refCallbackResolve", "current", "node", "resolve", "reject", "OPACITY_0", "Slideshow", "props", "slots", "startFrom", "direction", "effectsOptions", "autoPlayControl", "dragControl", "alignment", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "itemAmount", "fadeOptions", "intervalControl", "transitionControl", "arrowOptions", "borderRadius", "progressOptions", "style", "effectsOpacity", "effectsScale", "effectsRotate", "effectsPerspective", "effectsHover", "playOffscreen", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "showMouseControls", "arrowSize", "arrowRadius", "arrowFill", "leftArrow", "rightArrow", "arrowShouldSpace", "arrowShouldFadeIn", "arrowPosition", "arrowPadding", "arrowGap", "arrowPaddingTop", "arrowPaddingRight", "arrowPaddingBottom", "arrowPaddingLeft", "showProgressDots", "dotSize", "dotsInset", "dotsRadius", "dotsPadding", "dotsGap", "dotsFill", "dotsBackground", "dotsActiveOpacity", "dotsOpacity", "dotsBlur", "paddingValue", "isCanvas", "RenderTarget", "filteredSlots", "hasChildren", "j", "isHorizontal", "isInverted", "u", "placeholderStyles", "p", "emojiStyles", "titleStyles", "subtitleStyles", "parentRef", "pe", "childrenRef", "se", "timeoutRef", "size", "setSize", "ye", "isHovering", "setIsHovering", "shouldPlayOnHover", "setShouldPlayOnHover", "isMouseDown", "setIsMouseDown", "isResizing", "setIsResizing", "dupedChildren", "duplicateBy", "measure", "te", "firstChild", "lastChild", "parentLength", "start", "childrenLength", "itemSize", "itemWidth", "itemHeight", "viewportLength", "window", "scheduleMeasure", "frame", "fe", "initialResize", "ue", "resize", "contentSize", "Z", "timer", "totalItems", "childrenSize", "itemWithGap", "itemOffset", "currentItem", "setCurrentItem", "isDragging", "setIsDragging", "visibilityRef", "isInView", "useInView", "isVisible", "usePageVisibility", "factor", "xOrY", "useMotionValue", "canvasPosition", "newPosition", "wrappedValue", "useTransform", "value", "wrapped", "wrap", "wrappedIndex", "wrappedIndexInverted", "switchPages", "animate", "item", "setDelta", "delta", "transition", "setPage", "index", "currentItemWrapped", "currentItemWrappedInvert", "goto", "gotoInverted", "handleDragStart", "handleDragEnd", "event", "offset", "velocity", "offsetXorY", "velocityThreshold", "velocityXorY", "isHalfOfNext", "isHalfOfPrev", "normalizedOffset", "itemDelta", "itemDeltaFromOne", "childCounter", "columnOrRowValue", "child", "childIndex", "ref", "Slide", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "dots", "dotsBlurStyle", "i", "Dot", "dotStyle", "baseButtonStyles", "dragProps", "arrowHasTop", "arrowHasBottom", "arrowHasLeft", "arrowHasRight", "arrowHasMid", "containerStyle", "motion", "controlsStyles", "dotsContainerStyle", "addPropertyControls", "ControlType", "num", "min", "max", "X", "Y", "slideKey", "width", "height", "numChildren", "effects", "isLast", "fallbackRef", "childOffset", "scrollRange", "val", "rotateY", "rotateX", "opacity", "scale", "originXorY", "latest", "newValue", "visibility", "mix", "key", "LayoutGroup", "q", "selectedOpacity", "total", "buttonStyle", "isSelected", "inlinePadding", "top", "bottom", "right", "left", "GDm1Q6L5U_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v10", "v11", "v12", "v13", "v14", "v15", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v0", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v10", "v11", "v12", "v13", "v14", "v15", "__FramerMetadata__", "valuesByLocaleId", "GDm1Q6L5U_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "answer", "height", "id", "question", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "W88zB8mIG", "T8rQFvSBR", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1r9n9nb", "args", "onTap1r8hi35", "scopingClassNames", "cx", "isDisplayed", "LayoutGroup", "u", "RichText2", "css", "FramerC0KDKZaob", "withCSS", "C0KDKZaob_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "FAQText2Fonts", "getFonts", "C0KDKZaob_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "getLocalizedValue", "css", "FramerGDm1Q6L5U", "withCSS", "GDm1Q6L5U_default", "addPropertyControls", "ControlType", "addFonts", "GiCyFpz2N_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v2", "v3", "v0", "p", "x", "motion", "v1", "v2", "v3", "__FramerMetadata__", "valuesByLocaleId", "GiCyFpz2N_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "n", "t", "o", "pe", "e", "window", "withFigure", "r", "u", "t", "n", "c", "s", "p", "i", "e", "ImageWithFigure1rr3bui", "withCodeBoundaryForOverrides", "Image2", "withFigure", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "toResponsiveImage", "value", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "image", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "c6p9uUOf6", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "getLoadingLazyAtYPosition", "css", "FramerICoVxMZ9y", "withCSS", "ICoVxMZ9y_default", "addPropertyControls", "ControlType", "addFonts", "ImageWithFigure193lj6s", "withCodeBoundaryForOverrides", "Image2", "withFigure", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "toResponsiveImage", "value", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "image", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "MGQqMeh3m", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "getLoadingLazyAtYPosition", "css", "FrameroWkFCEYI8", "withCSS", "oWkFCEYI8_default", "addPropertyControls", "ControlType", "addFonts", "ImageWithFigure42cr7i", "withCodeBoundaryForOverrides", "Image2", "withFigure", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "toResponsiveImage", "value", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "image", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "ONzN6wFiN", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "getLoadingLazyAtYPosition", "css", "FramerQvP_S4f5v", "withCSS", "QvP_S4f5v_default", "addPropertyControls", "ControlType", "addFonts", "ImageWithFigurem3u1dg", "withCodeBoundaryForOverrides", "Image2", "withFigure", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "toResponsiveImage", "value", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "image", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "uAfcFUgEF", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "getLoadingLazyAtYPosition", "css", "FramertWy7PdmUi", "withCSS", "tWy7PdmUi_default", "addPropertyControls", "ControlType", "addFonts", "Figure2Fonts", "getFonts", "oWkFCEYI8_default", "SmartComponentScopedContainerWithFX", "withFX", "SmartComponentScopedContainer", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "motion", "Figure9Fonts", "tWy7PdmUi_default", "Figure11Fonts", "QvP_S4f5v_default", "Figure10Fonts", "ICoVxMZ9y_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "transition2", "animation", "animation1", "transformTemplate2", "transition3", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "transition4", "animation2", "transition5", "animation3", "transition6", "animation4", "animation5", "transition7", "transition8", "animation6", "animation7", "transition9", "transition10", "animation8", "animation9", "transition11", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "RichText2", "getLocalizedValue", "ComponentViewportProvider", "css", "FramerGiCyFpz2N", "withCSS", "GiCyFpz2N_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "tap", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "I98COjysH", "LYP5VhESs", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapxeq6rz", "args", "onTap1bfj6er", "scopingClassNames", "cx", "LayoutGroup", "u", "RichText2", "css", "FramerNUEaa1JuF", "withCSS", "NUEaa1JuF_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transition3", "transformTemplate1", "_", "t", "transition4", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear12fe42g", "args", "onAppearfdjjzf", "onAppear1vynqqs", "onAppear10y74ki", "onAppear13vg6k7", "onAppear10df6r1", "onAppear38m0jd", "onAppear16njzku", "onAppear1a55hw9", "useOnVariantChange", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "FramerSG_qnYFUw", "withCSS", "SG_qnYFUw_default", "addPropertyControls", "ControlType", "addFonts", "valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "ImageWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Image2", "RichTextWithOptimizedAppearEffect", "RichText2", "BankeeTypefromFonts", "getFonts", "EwT5eC5iq_default", "ContainerWithOptimizedAppearEffect", "Container", "MotionDivWithFX", "withFX", "motion", "GameCardAnimationFonts", "SG_qnYFUw_default", "FAQProgramDesignFonts", "GDm1Q6L5U_default", "ImageWithFX", "HoverIconsFonts", "GiCyFpz2N_default", "SpeakerFonts", "NUEaa1JuF_default", "TickerFonts", "Ticker", "SlideshowFonts", "Slideshow", "YouTubeFonts", "Youtube", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "animation2", "transition3", "animation3", "transition4", "animation4", "transition5", "animation5", "transition6", "animation6", "transition7", "animation7", "animation8", "animation9", "transition8", "animation10", "transition9", "transition10", "transition11", "transition12", "animation11", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "isDisplayed", "elementId", "useRouteElementId", "ref1", "usePreloadLocalizedValues", "isDisplayed1", "elementId1", "ref2", "elementId2", "ref3", "elementId3", "ref4", "isDisplayed2", "isDisplayed3", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "PropertyOverrides2", "getLoadingLazyAtYPosition", "getLocalizedValue", "x", "ComponentViewportProvider", "Link", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
