{
  "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.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/animation@10.14.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.14.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/yevww260oHitAFGt4Ffa/Ticker.js", "ssg:https://framerusercontent.com/modules/b0FrGtqMVhHYEnfRaRVA/zi8mTsK4iwJJDhyReORF/lel8hPvut.js", "ssg:https://framerusercontent.com/modules/kZiIiXleqEbjGou63Bkm/EWC5ZwuPpt5TpLjh9kwp/jgqnZF1uh.js", "ssg:https://framerusercontent.com/modules/580HQVXeSDnxh9GKbj8F/cfsS4J54OuOJLw4tuKh6/c5yno0T05.js", "ssg:https://framerusercontent.com/modules/A9qp7Q5xM2uJWttiH8Ik/08jJubgaJYodLAXbOgtv/Js6X_PEcD.js", "ssg:https://framerusercontent.com/modules/fPGb5UGTcWN44JyOY9d2/581ej7KeJlQGBOrXAaVo/jJ6YhJstH.js", "ssg:https://framerusercontent.com/modules/oKbOg7aKUsQTKiNsfg76/tgSCyVtxunCvhaIl8Nis/TxLVeBQQ1.js", "ssg:https://framerusercontent.com/modules/hmFhEuItcNmWVAgTgfqm/p7U385ohwpKp49YUYcnD/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{isFunction as t,isCubicBezier as i,noopReturn as e,defaults as s,isEasingGenerator as a,isEasingList as n,interpolate as r}from\"@motionone/utils\";import{cubicBezier as h,steps as o}from\"@motionone/easing\";const l={ease:h(.25,.1,.25,1),\"ease-in\":h(.42,0,1,1),\"ease-in-out\":h(.42,0,.58,1),\"ease-out\":h(0,0,.58,1)};const u=/\\((.*?)\\)/;function getEasingFunction(s){if(t(s))return s;if(i(s))return h(...s);if(l[s])return l[s];if(s.startsWith(\"steps\")){const t=u.exec(s);if(t){const i=t[1].split(\",\");return o(parseFloat(i[0]),i[1].trim())}}return e}class Animation{constructor(t,i=[0,1],{easing:h,duration:o=s.duration,delay:l=s.delay,endDelay:u=s.endDelay,repeat:m=s.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=e;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));h=h||s.easing;if(a(h)){const t=h.createAnimation(i);h=t.easing;i=t.keyframes||i;o=t.duration||o}this.repeat=m;this.easing=n(h)?e:getEasingFunction(h);this.updateDuration(o);const d=r(i,c,n(h)?h.map(getEasingFunction):e);this.tick=i=>{var e;l=l;let s=0;s=void 0!==this.pauseTime?this.pauseTime:(i-this.startTime)*this.rate;this.t=s;s/=1e3;s=Math.max(s-l,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(s=this.totalDuration);const a=s/this.duration;let n=Math.floor(a);let r=a%1;!r&&a>=1&&(r=1);1===r&&n--;const h=n%2;(\"reverse\"===p||\"alternate\"===p&&h||\"alternate-reverse\"===p&&!h)&&(r=1-r);const o=s>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(o));t(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||s>=this.totalDuration+u);if(c){this.playState=\"finished\";null===(e=this.resolve)||void 0===e?void 0:e.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,noopReturn as s}from\"@motionone/utils\";const n=5;function calcGeneratorVelocity(t,s,r){const a=Math.max(s-n,0);return e(r-t(a),s-a)}const r={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=r.stiffness,t=r.damping,s=r.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=r.stiffness,damping:s=r.damping,mass:n=r.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/n)/1e3;const l=calcDampingRatio(e,s,n);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 a=10;const o=1e4;function pregenerateKeyframes(e,t=s){let n;let r=a;let c=e(0);const i=[t(c.current)];while(!c.done&&r<o){c=e(r);i.push(t(c.done?c.target:c.current));void 0===n&&c.hasReachedTarget&&(n=r);r+=a}const h=r-a;1===i.length&&i.push(c.current);return{keyframes:i,duration:h/1e3,overshootDuration:(null!==n&&void 0!==n?n:h)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n\n//# sourceMappingURL=index.es.js.map", "import{MotionValue as e}from\"@motionone/types\";import{noopReturn as t,addUniqueItem as n,isCubicBezier as o,defaults as i,isEasingGenerator as s,isNumber as r,time as a,isEasingList as c,noop as l,removeItem as f,mix as u,getEasingForSegment as d,isString as g,defaultOffset as m,fillOffset as h,progress as p,velocityPerSecond as v,interpolate as y}from\"@motionone/utils\";import{Animation as w,getEasingFunction as E}from\"@motionone/animation\";import{__rest as b}from\"tslib\";import{invariant as S}from\"hey-listen\";import{pregenerateKeyframes as A,calcGeneratorVelocity as O,spring as x,glide as V}from\"@motionone/generators\";const z=new WeakMap;function getAnimationData(e){z.has(e)||z.set(e,{transforms:[],values:new Map});return z.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const W=[\"\",\"X\",\"Y\",\"Z\"];const L=[\"translate\",\"scale\",\"rotate\",\"skew\"];const T={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const D={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const M={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:D,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:D};const k=new Map;const asTransformCssVar=e=>`--motion-${e}`;const B=[\"x\",\"y\",\"z\"];L.forEach((e=>{W.forEach((t=>{B.push(e+t);k.set(asTransformCssVar(e+t),M[e])}))}));const compareTransformOrder=(e,t)=>B.indexOf(e)-B.indexOf(t);const j=new Set(B);const isTransform=e=>j.has(e);const addTransformToElement=(e,t)=>{T[t]&&(t=T[t]);const{transforms:o}=getAnimationData(e);n(o,t);e.style.transform=buildTransformTemplate(o)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const P=new Set;function registerCssVariable(e){if(!P.has(e)){P.add(e);try{const{syntax:t,initialValue:n}=k.has(e)?k.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const convertEasing=e=>o(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;const testAnimation=e=>document.createElement(\"div\").animate(e,{duration:.001});const C={cssRegisterProperty:()=>\"undefined\"!==typeof CSS&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]}).finished)};const $={};const R={};for(const e in C)R[e]=()=>{void 0===$[e]&&($[e]=C[e]());return $[e]};function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){T[e]&&(e=T[e]);return isTransform(e)?asTransformCssVar(e):e}const H={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=k.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&\"finished\"!==e.playState)try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={}){const f=getDevToolsRecord();const u=false!==o.record&&f;let d;let{duration:g=i.duration,delay:m=i.delay,endDelay:h=i.endDelay,repeat:p=i.repeat,easing:v=i.easing,direction:y,offset:E,allowWebkitAcceleration:b=false}=o;const S=getAnimationData(e);let A=R.waapi();const O=isTransform(t);O&&addTransformToElement(e,t);const x=getStyleName(t);const V=getMotionValue(S.values,x);const z=k.get(x);stopAnimation(V.animation,!(s(v)&&V.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=H.get(e,x))&&void 0!==t?t:null===z||void 0===z?void 0:z.initialValue)&&void 0!==n?n:0};let i=hydrateKeyframes(keyframesList(n),readInitialValue);if(s(v)){const e=v.createAnimation(i,readInitialValue,O,x,V);v=e.easing;void 0!==e.keyframes&&(i=e.keyframes);void 0!==e.duration&&(g=e.duration)}isCssVar(x)&&(R.cssRegisterProperty()?registerCssVariable(x):A=false);if(A){z&&(i=i.map((e=>r(e)?z.toDefaultUnit(e):e)));1!==i.length||R.partialKeyframes()&&!u||i.unshift(readInitialValue());const t={delay:a.ms(m),duration:a.ms(g),endDelay:a.ms(h),easing:c(v)?void 0:convertEasing(v),direction:y,iterations:p+1,fill:\"both\"};d=e.animate({[x]:i,offset:E,easing:c(v)?v.map(convertEasing):void 0},t);d.finished||(d.finished=new Promise(((e,t)=>{d.onfinish=e;d.oncancel=t})));const n=i[i.length-1];d.finished.then((()=>{H.set(e,x,n);d.cancel()})).catch(l);b||(d.playbackRate=1.000001)}else if(O){i=i.map((e=>\"string\"===typeof e?parseFloat(e):e));1===i.length&&i.unshift(parseFloat(readInitialValue()));const render=t=>{z&&(t=z.toDefaultUnit(t));H.set(e,x,t)};d=new w(render,i,Object.assign(Object.assign({},o),{duration:g,easing:v}))}else{const t=i[i.length-1];H.set(e,x,z&&r(t)?z.toDefaultUnit(t):t)}u&&f(e,t,i,{duration:g,delay:m,easing:v,repeat:p,offset:E},\"motion-one\");V.setAnimation(d);return d}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(\"string\"===typeof e)if(t){null!==(n=t[e])&&void 0!==n?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=i.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},I);const getActiveAnimation=e=>e.animations[0];const I={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return a.s((null===n||void 0===n?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return null===n||void 0===n?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(l));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return\"undefined\"===typeof(null===n||void 0===n?void 0:n[t])?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=a.ms(n);case\"currentTime\":case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(e=.1,{start:t=0,from:n=0,easing:o}={}){return(i,s)=>{const a=r(n)?n:getFromIndex(n,s);const c=Math.abs(a-i);let l=e*c;if(o){const t=s*e;const n=E(o);l=n(l/t)*t}return t+l}}function getFromIndex(e,t){if(\"first\"===e)return 0;{const n=t-1;return\"last\"===e?n:n/2}}function resolveOption(e,t,n){return\"function\"===typeof e?e(t,n):e}function animate(e,t,n={}){e=resolveElements(e);const o=e.length;const i=[];for(let s=0;s<o;s++){const r=e[s];for(const e in t){const a=getOptions(n,e);a.delay=resolveOption(a.delay,s,o);const c=animateStyle(r,e,t[e],a);i.push(c)}}return withControls(i,n,n.duration)}function calcNextTime(e,t,n,o){var i;return r(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):\"<\"===t?n:null!==(i=o.get(t))&&void 0!==i?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){f(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:u(i,s,o[r]),easing:d(n,r)})}function compareByTime(e,t){return e.at===t.at?null===e.value?1:-1:e.at-t.at}function timeline(e,t={}){var n;const o=createAnimationsFromTimeline(e,t);const i=o.map((e=>animateStyle(...e))).filter(Boolean);return withControls(i,t,null===(n=o[0])||void 0===n?void 0:n[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:n={}}=t,o=b(t,[\"defaultOptions\"]);const r=[];const a=new Map;const c={};const l=new Map;let f=0;let u=0;let d=0;for(let t=0;t<e.length;t++){const o=e[t];if(g(o)){l.set(o,u);continue}if(!Array.isArray(o)){l.set(o.name,calcNextTime(u,o.at,f,l));continue}const[r,p,v={}]=o;void 0!==v.at&&(u=calcNextTime(u,v.at,f,l));let y=0;const w=resolveElements(r,c);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,a);for(const t in p){const r=getValueSequence(t,o);let a=keyframesList(p[t]);const c=getOptions(v,t);let{duration:l=n.duration||i.duration,easing:f=n.easing||i.easing}=c;if(s(f)){const e=isTransform(t);S(2===a.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=f.createAnimation(a,(()=>\"0\"),e);f=n.easing;void 0!==n.keyframes&&(a=n.keyframes);void 0!==n.duration&&(l=n.duration)}const g=resolveOption(v.delay,e,E)||0;const w=u+g;const b=w+l;let{offset:A=m(a.length)}=c;1===A.length&&0===A[0]&&(A[1]=1);const O=length-a.length;O>0&&h(A,O);1===a.length&&a.unshift(null);addKeyframes(r,a,f,A,w,b);y=Math.max(g+l,y);d=Math.max(b,d)}}f=u;u+=y}a.forEach(((e,t)=>{for(const s in e){const a=e[s];a.sort(compareByTime);const c=[];const l=[];const f=[];for(let e=0;e<a.length;e++){const{at:t,value:n,easing:o}=a[e];c.push(n);l.push(p(0,d,t));f.push(o||i.easing)}if(0!==l[0]){l.unshift(0);c.unshift(c[0]);f.unshift(\"linear\")}if(1!==l[l.length-1]){l.push(1);c.push(null)}r.push([t,s,c,Object.assign(Object.assign(Object.assign({},n),{duration:d,easing:f,offset:l}),o)])}}));return r}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s,restSpeed:r?.05:2,restDistance:r?.01:.5},n)));return o.get(a)};const getKeyframes=e=>{t.has(e)||t.set(e,A(e));return t.get(e)};return{createAnimation:(e,t,n,o,i)=>{var s,r;let a;const c=e.length;let l=n&&c<=2&&e.every(isNumberOrNull);if(l){const n=e[c-1];const l=1===c?null:e[0];let f=0;let u=0;const d=null===i||void 0===i?void 0:i.generator;if(d){const{animation:t,generatorStartTime:n}=i;const o=(null===t||void 0===t?void 0:t.startTime)||n||0;const r=(null===t||void 0===t?void 0:t.currentTime)||performance.now()-o;const a=d(r).current;u=null!==(s=l)&&void 0!==s?s:a;(1===c||2===c&&null===e[0])&&(f=O((e=>d(e).current),r,a))}else u=null!==(r=l)&&void 0!==r?r:parseFloat(t());const g=getGenerator(u,n,f,null===o||void 0===o?void 0:o.includes(\"scale\"));const m=getKeyframes(g);a=Object.assign(Object.assign({},m),{easing:\"linear\"});if(i){i.generator=g;i.generatorStartTime=performance.now()}}else{const e=getKeyframes(getGenerator(0,100));a={easing:\"ease\",duration:e.overshootDuration}}return a}}}}const isNumberOrNull=e=>\"string\"!==typeof e;const N=createGeneratorEasing(x);const F=createGeneratorEasing(V);const U={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:i=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const s=resolveElements(e);const r=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=r.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);\"function\"===typeof n?r.set(e.target,n):a.unobserve(e.target)}else if(n){n(e);r.delete(e.target)}}))};const a=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof i?i:U[i]});s.forEach((e=>a.observe(e)));return()=>a.disconnect()}const q=new WeakMap;let K;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;null===(o=q.get(e))||void 0===o?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){\"undefined\"!==typeof ResizeObserver&&(K=new ResizeObserver(notifyAll))}function resizeElement(e,t){K||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=q.get(e);if(!n){n=new Set;q.set(e,n)}n.add(t);null===K||void 0===K?void 0:K.observe(e)}));return()=>{n.forEach((e=>{const n=q.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===K||void 0===K?void 0:K.unobserve(e))}))}}const G=new Set;let _;function createWindowResizeHandler(){_=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};G.forEach((e=>e(t)))};window.addEventListener(\"resize\",_)}function resizeWindow(e){G.add(e);_||createWindowResizeHandler();return()=>{G.delete(e);!G.size&&_&&(_=void 0)}}function resize(e,t){return\"function\"===typeof e?resizeWindow(e):resizeElement(e,t)}const Z=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const X={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,o){const i=n[t];const{length:s,position:r}=X[t];const a=i.current;const c=n.time;i.current=e[\"scroll\"+r];i.scrollLength=e[\"scroll\"+s]-e[\"client\"+s];i.offset.length=0;i.offset[0]=0;i.offset[1]=i.scrollLength;i.progress=p(0,i.scrollLength,i.current);const l=o-c;i.velocity=l>Z?0:v(i.current-a,l)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Y={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const J={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==J[e]&&(e=J[e]);if(g(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}r(e)&&(o=t*e);return n+o}const Q=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:Q;let s=0;let a=0;if(r(e))i=[e,e];else if(g(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,J[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);a=resolveEdge(i[1],t);return s-a}const ee={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Y.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ee;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=y(m(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const i=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:\"function\"===typeof t?()=>t(n):scrubAnimation(t,n[i])}}function scrubAnimation(e,n){e.pause();e.forEachNative(((e,{easing:n})=>{var o,i;if(e.updateDuration){n||(e.easing=t);e.updateDuration(1)}else{const t={duration:1e3};n||(t.easing=\"linear\");null===(i=null===(o=e.effect)||void 0===o?void 0:o.updateTiming)||void 0===i?void 0:i.call(o,t)}}));return()=>{e.currentTime=n.progress}}const te=new WeakMap;const ne=new WeakMap;const oe=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=b(t,[\"container\"]);let i=oe.get(n);if(!i){i=new Set;oe.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!te.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};te.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ne.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=te.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=oe.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=te.get(n);te.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ne.get(n))||void 0===t?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return\"object\"===typeof e}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let ie;function processScheduledAnimations(){if(!ie)return;const e=ie.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);ie=void 0}function scheduleAnimation(e){if(ie)n(ie,e);else{ie=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){ie&&f(ie,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const se={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=b(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const re={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const ae={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const ce={inView:se,hover:re,press:ae};const le=[\"initial\",\"animate\",...Object.keys(ce),\"exit\"];const fe=new WeakMap;function createMotionState(e={},t){let n;let o=t?t.getDepth()+1:0;const i={initial:true,animate:true};const s={};const r={};for(const n of le)r[n]=\"string\"===typeof e[n]?e[n]:null===t||void 0===t?void 0:t.getContext()[n];const a=false===e.initial?\"animate\":\"initial\";let c=resolveVariant(e[a]||r[a],e.variants)||{},f=b(c,[\"transition\"]);const u=Object.assign({},f);function*animateUpdates(){var t,o;const s=f;f={};const r={};for(const n of le){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){f[n]=s[n];r[n]=getOptions(null!==(o=null!==(t=s.transition)&&void 0!==t?t:e.transition)&&void 0!==o?o:{},n)}}const a=new Set([...Object.keys(f),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===f[e]&&(f[e]=u[e]);if(hasChanged(s[e],f[e])){null!==(t=u[e])&&void 0!==t?t:u[e]=H.get(n,e);c.push(animateStyle(n,e,f[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=f;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(l)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in ce){const o=ce[t].isActive(e);const i=s[t];if(o&&!i)s[t]=ce[t].subscribe(n,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!o&&i){i();delete s[t]}}};const d={update:t=>{if(n){e=t;updateGestureSubscriptions();scheduleAnimation(d)}},setActive:(e,t)=>{if(n){i[e]=t;scheduleAnimation(d)}},animateUpdates:animateUpdates,getDepth:()=>o,getTarget:()=>f,getOptions:()=>e,getContext:()=>r,mount:e=>{S(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;fe.set(n,d);updateGestureSubscriptions();return()=>{fe.delete(n);unscheduleAnimation(d);for(const e in s)s[e]()}},isMounted:()=>Boolean(n)};return d}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){T[o]&&(o=T[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const a=k.get(o);a&&(s=r(i)?a.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Y as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,F as glide,inView$1 as inView,fe as mountedStates,resize,scroll,N as spring,stagger,H as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useAnimationFrame,useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,wrap,frame}from\"framer-motion\";import{resize}from\"@motionone/dom\";const MAX_DUPLICATED_ITEMS=100;const directionTransformers={left:offset=>`translateX(-${offset}px)`,right:offset=>`translateX(${offset}px)`,top:offset=>`translateY(-${offset}px)`,bottom:offset=>`translateY(${offset}px)`};const supportsAcceleratedAnimations=typeof Animation!==\"undefined\"&&typeof Animation.prototype.updatePlaybackRate===\"function\";/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Ticker(props){/* Props */let{slots,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */const isCanvas=RenderTarget.current()===RenderTarget.canvas;const numChildren=Children.count(slots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[/*#__PURE__*/createRef(),/*#__PURE__*/createRef()];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */let clonedChildren=[];let dupedChildren=[];/* Duplicate value */let duplicateBy=0;let opacity=0;if(isCanvas){duplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;duplicateBy=Math.min(duplicateBy,MAX_DUPLICATED_ITEMS);opacity=1;}/* Measure parent and child */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;setSize({parent:parentLength,children:childrenLength});}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */let initialResize=useRef(true);useEffect(()=>{frame.read(measure);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure);}initialResize.current=false;});},[]);}clonedChildren=Children.map(slots,(child,index)=>{var _child_props,_child_props1,_child_props2,_child_props3;let ref;if(index===0){ref=childrenRef[0];}if(index===slots.length-1){ref=childrenRef[1];}const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.children)})});});}if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=[...dupedChildren,...Children.map(slots,(child,childIndex)=>{var _child_props,_child_props1,_child_props2,_child_props3,_child_props4,_child_props5;const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\",willChange:\"transform\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/cloneElement(child,{key:i+\" \"+childIndex,style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,width:widthType?(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.width:\"100%\",height:heightType?(_child_props4=child.props)===null||_child_props4===void 0?void 0:_child_props4.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},(_child_props5=child.props)===null||_child_props5===void 0?void 0:_child_props5.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);})];}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */if(!isCanvas){const isInView=useInView(parentRef);/**\n         * If this is an animation we can hardware accelerate, animate with WAAPI\n         */if(supportsAcceleratedAnimations){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue)]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);// Pause the animation when it's out of view\nuseEffect(()=>{if(!animationRef.current)return;if(isInView&&animationRef.current.playState===\"paused\"){animationRef.current.play();}else if(!isInView&&animationRef.current.playState===\"running\"){animationRef.current.pause();}},[isInView]);}else{/**\n             * If we can't accelerate this animation because we have a hoverFactor defined\n             * animate with a rAF loop.\n             */useAnimationFrame(t=>{if(!animateToValue||isReducedMotion||supportsAcceleratedAnimations){return;}/**\n                 * In case this animation is delayed from starting because we're running a bunch\n                 * of other work, we want to set an initial time rather than counting from 0.\n                 * That ensures that if the animation is delayed, it starts from the first frame\n                 * rather than jumping.\n                 */if(initialTime.current===null){initialTime.current=t;}t=t-initialTime.current;const timeSince=prevTime.current===null?0:t-prevTime.current;let delta=timeSince*(speed/1e3);if(isHover.current){delta*=hoverFactor;}xOrY.current+=delta;xOrY.current=wrap(0,animateToValue,xOrY.current);prevTime.current=t;if(!isInView)return;offset.set(xOrY.current);});}}/* Fades */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/_jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/_jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,willChange:isCanvas?\"auto\":\"transform\",transform:supportsAcceleratedAnimations?transformer(0):transform},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=hoverFactor;}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=1;}},children:[clonedChildren,dupedChildren]})});}/* Default Properties */Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicWidth\":\"400\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "// Generated by Framer (8c7926c)\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*as sharedStyle from\"https://framerusercontent.com/modules/mYQVKKsYtDc1j0o3GpB8/13T7RcfPeNNmuTrt8hLU/gUglE2lwc.js\";const cycleOrder=[\"IoBpcerUW\",\"ItUzdLZ2m\",\"OxzDUgBs6\"];const serializationHash=\"framer-tJhZe\";const variantClassNames={IoBpcerUW:\"framer-v-nqyx4j\",ItUzdLZ2m:\"framer-v-1ki6ckm\",OxzDUgBs6:\"framer-v-1tuozao\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.2,ease:[.5,0,.88,.77],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Tab Active\":\"OxzDUgBs6\",\"Tab Hover\":\"ItUzdLZ2m\",\"Tab Primary\":\"IoBpcerUW\"};const getProps=({conditionDescription,height,id,tap,uSCoverage,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,s_o8UVzPn:tap!==null&&tap!==void 0?tap:props.s_o8UVzPn,t2xIOvMNX:(_ref=uSCoverage!==null&&uSCoverage!==void 0?uSCoverage:props.t2xIOvMNX)!==null&&_ref!==void 0?_ref:\"US Coverage\",ta2Ev2KuK:(_ref1=conditionDescription!==null&&conditionDescription!==void 0?conditionDescription:props.ta2Ev2KuK)!==null&&_ref1!==void 0?_ref1:\"This is our current coverage, and we are always expanding into new cities.\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"IoBpcerUW\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,t2xIOvMNX,ta2Ev2KuK,s_o8UVzPn,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"IoBpcerUW\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1xxasme=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(s_o8UVzPn){const res=await s_o8UVzPn(...args);if(res===false)return false;}setVariant(\"OxzDUgBs6\");});const onMouseEnter1lruznf=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"ItUzdLZ2m\");});const onMouseLeavezvmfn8=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"IoBpcerUW\");});const onTapgmv89g=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(s_o8UVzPn){const res=await s_o8UVzPn(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-nqyx4j\",className,classNames),\"data-framer-name\":\"Tab Primary\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"IoBpcerUW\",onMouseEnter:onMouseEnter1lruznf,onMouseLeave:onMouseLeavezvmfn8,onTap:onTap1xxasme,ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgba(255, 255, 255, 0.05)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,...style},variants:{ItUzdLZ2m:{backgroundColor:\"rgba(196, 125, 49, 0.1)\"},OxzDUgBs6:{backgroundColor:\"rgba(255, 255, 255, 0.15)\"}},...addPropertyOverrides({ItUzdLZ2m:{\"data-framer-name\":\"Tab Hover\",onMouseEnter:undefined},OxzDUgBs6:{\"data-framer-name\":\"Tab Active\",onMouseEnter:undefined,onMouseLeave:undefined,onTap:onTapgmv89g}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-d3qce6\",\"data-framer-name\":\"bullet\",layoutDependency:layoutDependency,layoutId:\"XMgOZ5miV\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qw59jr\",\"data-framer-name\":\"content\",layoutDependency:layoutDependency,layoutId:\"vS5knfm4d\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lkwz7k\",\"data-framer-name\":\"header\",layoutDependency:layoutDependency,layoutId:\"DGi0mA2jF\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-1vh1wkb\",\"data-styles-preset\":\"gUglE2lwc\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, rgb(255, 255, 255))\"},children:\"US Coverage\"})}),className:\"framer-w9vhuk\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"r4ciEEdou\",style:{\"--extracted-1lwpl3i\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:t2xIOvMNX,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1eu71at\",\"data-framer-name\":\"body\",layoutDependency:layoutDependency,layoutId:\"OgCmADnv8\",style:{opacity:0},variants:{OxzDUgBs6:{opacity:1}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2a8593d0-85ba-4e5b-ba55-1b8c27115242, rgb(19, 19, 21)))\"},children:\"Chronic pain, arthritis pain, headaches and migraines.\"})}),className:\"framer-1sz5adm\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"jT7YAOyWd\",style:{\"--extracted-r6o4lv\":\"var(--token-2a8593d0-85ba-4e5b-ba55-1b8c27115242, rgb(19, 19, 21))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:ta2Ev2KuK,variants:{OxzDUgBs6:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({OxzDUgBs6:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"This is our current coverage, and we are always expanding into new cities.\"})}),fonts:[\"GF;Poppins-regular\"]}},baseVariant,gestureVariant)})})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-tJhZe.framer-1i4qx0q, .framer-tJhZe .framer-1i4qx0q { display: block; }\",\".framer-tJhZe.framer-nqyx4j { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 72px; justify-content: flex-start; overflow: hidden; padding: 24px; position: relative; width: 475px; will-change: var(--framer-will-change-override, transform); }\",\".framer-tJhZe .framer-d3qce6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-tJhZe .framer-1qw59jr { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-tJhZe .framer-1lkwz7k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-tJhZe .framer-w9vhuk { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-tJhZe .framer-1eu71at { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-tJhZe .framer-1sz5adm { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-tJhZe.framer-nqyx4j, .framer-tJhZe .framer-d3qce6, .framer-tJhZe .framer-1qw59jr, .framer-tJhZe .framer-1lkwz7k, .framer-tJhZe .framer-1eu71at { gap: 0px; } .framer-tJhZe.framer-nqyx4j > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-tJhZe.framer-nqyx4j > :first-child, .framer-tJhZe .framer-1qw59jr > :first-child, .framer-tJhZe .framer-1eu71at > :first-child { margin-top: 0px; } .framer-tJhZe.framer-nqyx4j > :last-child, .framer-tJhZe .framer-1qw59jr > :last-child, .framer-tJhZe .framer-1eu71at > :last-child { margin-bottom: 0px; } .framer-tJhZe .framer-d3qce6 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-tJhZe .framer-d3qce6 > :first-child, .framer-tJhZe .framer-1lkwz7k > :first-child { margin-left: 0px; } .framer-tJhZe .framer-d3qce6 > :last-child, .framer-tJhZe .framer-1lkwz7k > :last-child { margin-right: 0px; } .framer-tJhZe .framer-1qw59jr > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } .framer-tJhZe .framer-1lkwz7k > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-tJhZe .framer-1eu71at > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",\".framer-tJhZe.framer-v-1tuozao.framer-nqyx4j { height: min-content; width: 463px; }\",\".framer-tJhZe.framer-v-1tuozao .framer-1qw59jr { gap: 10px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-tJhZe.framer-v-1tuozao .framer-1qw59jr { gap: 0px; } .framer-tJhZe.framer-v-1tuozao .framer-1qw59jr > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-tJhZe.framer-v-1tuozao .framer-1qw59jr > :first-child { margin-top: 0px; } .framer-tJhZe.framer-v-1tuozao .framer-1qw59jr > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 72\n * @framerIntrinsicWidth 475\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"ItUzdLZ2m\":{\"layout\":[\"fixed\",\"fixed\"]},\"OxzDUgBs6\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"t2xIOvMNX\":\"uSCoverage\",\"ta2Ev2KuK\":\"conditionDescription\",\"s_o8UVzPn\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerlel8hPvut=withCSS(Component,css,\"framer-tJhZe\");export default Framerlel8hPvut;Framerlel8hPvut.displayName=\"Conditions Tab Item [Desktop]\";Framerlel8hPvut.defaultProps={height:72,width:475};addPropertyControls(Framerlel8hPvut,{variant:{options:[\"IoBpcerUW\",\"ItUzdLZ2m\",\"OxzDUgBs6\"],optionTitles:[\"Tab Primary\",\"Tab Hover\",\"Tab Active\"],title:\"Variant\",type:ControlType.Enum},t2xIOvMNX:{defaultValue:\"US Coverage\",displayTextArea:false,title:\"US Coverage\",type:ControlType.String},ta2Ev2KuK:{defaultValue:\"This is our current coverage, and we are always expanding into new cities.\",displayTextArea:true,title:\"Condition Description\",type:ControlType.String},s_o8UVzPn:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(Framerlel8hPvut,[{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:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLGT9V15vFP-KUEg.woff2\",weight:\"500\"},{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrFJXUc1NECPY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerlel8hPvut\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"475\",\"framerIntrinsicHeight\":\"72\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ItUzdLZ2m\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"OxzDUgBs6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"t2xIOvMNX\\\":\\\"uSCoverage\\\",\\\"ta2Ev2KuK\\\":\\\"conditionDescription\\\",\\\"s_o8UVzPn\\\":\\\"tap\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./lel8hPvut.map", "// Generated by Framer (2abc263)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Image,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import ConditionsTabItemDesktop from\"https://framerusercontent.com/modules/b0FrGtqMVhHYEnfRaRVA/zi8mTsK4iwJJDhyReORF/lel8hPvut.js\";const ConditionsTabItemDesktopFonts=getFonts(ConditionsTabItemDesktop);const cycleOrder=[\"QbN9hgy35\",\"mSud0ZnUi\"];const serializationHash=\"framer-oFreh\";const variantClassNames={mSud0ZnUi:\"framer-v-10m57tq\",QbN9hgy35:\"framer-v-1j4dyle\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:50,delay:0,mass:.5,stiffness:900,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??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 humanReadableEnumMap={Horizontal:\"row\",Vertical:\"column\"};const humanReadableVariantMap={\"Variant 2\":\"QbN9hgy35\",phone:\"mSud0ZnUi\"};const getProps=({direction,height,id,tabImage,width,...props})=>{return{...props,kMiAkN8NB:tabImage??props.kMiAkN8NB??{pixelHeight:1080,pixelWidth:1080,src:\"https://framerusercontent.com/images/BcoJcqnMLvqikDGjRZrJbbyv4.png\",srcSet:\"https://framerusercontent.com/images/BcoJcqnMLvqikDGjRZrJbbyv4.png?scale-down-to=512 512w,https://framerusercontent.com/images/BcoJcqnMLvqikDGjRZrJbbyv4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/BcoJcqnMLvqikDGjRZrJbbyv4.png 1080w\"},variant:humanReadableVariantMap[props.variant]??props.variant??\"QbN9hgy35\",zmeJFrIBr:humanReadableEnumMap[direction]??direction??props.zmeJFrIBr??\"row\"};};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,kMiAkN8NB,zmeJFrIBr,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"QbN9hgy35\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const s_o8UVzPnbowohl=activeVariantCallback(async(...args)=>{setVariant(\"QbN9hgy35\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"mSud0ZnUi\")return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1j4dyle\",className,classNames),\"data-framer-name\":\"Variant 2\",layoutDependency:layoutDependency,layoutId:\"QbN9hgy35\",ref:refBinding,style:{\"--1a9ob8k\":zmeJFrIBr===\"row\"?0:\"calc(100px / 2)\",\"--1bmkmf5\":zmeJFrIBr===\"column\"?0:\"calc(100px / 2)\",\"--1r60qj6\":zmeJFrIBr===\"column\"?undefined:\"stretch\",\"--g4jr33\":zmeJFrIBr===\"column\"?\"100%\":\"1px\",\"--pj8do4\":zmeJFrIBr===\"row\"?\"auto\":\"1px\",\"--z5gp1o\":zmeJFrIBr===\"column\"?undefined:\"1 0 0px\",\"--zp2fvs\":zmeJFrIBr,...style},...addPropertyOverrides({mSud0ZnUi:{\"data-framer-name\":\"phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-v30uml\",\"data-framer-name\":\"tabs\",layoutDependency:layoutDependency,layoutId:\"v6rieUcNx\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:zmeJFrIBr===\"row\"?`max((${componentViewport?.width||\"100vw\"} - 100px) / 2, 1px)`:componentViewport?.width||\"100vw\",...addPropertyOverrides({mSud0ZnUi:{width:zmeJFrIBr===\"row\"?`max(${componentViewport?.width||\"100vw\"}, 1px)`:componentViewport?.width||\"100vw\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-wo601z-container\",\"data-framer-name\":\"tab\",layoutDependency:layoutDependency,layoutId:\"mOVOqHSeS-container\",name:\"tab\",nodeId:\"mOVOqHSeS\",rendersWithMotion:true,scopeId:\"jgqnZF1uh\",children:/*#__PURE__*/_jsx(ConditionsTabItemDesktop,{height:\"100%\",id:\"mOVOqHSeS\",layoutId:\"mOVOqHSeS\",name:\"tab\",s_o8UVzPn:s_o8UVzPnbowohl,style:{width:\"100%\"},t2xIOvMNX:\"Service Coverage\",ta2Ev2KuK:\"This is our current coverage, and we are always expanding into new cities: Miami, NYC, Las Vegas, Chicago & Houston\",variant:\"OxzDUgBs6\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:zmeJFrIBr===\"row\"?`max((${componentViewport?.width||\"100vw\"} - 100px) / 2, 1px)`:componentViewport?.width||\"100vw\",...addPropertyOverrides({mSud0ZnUi:{width:zmeJFrIBr===\"row\"?`max(${componentViewport?.width||\"100vw\"}, 1px)`:componentViewport?.width||\"100vw\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-199pn92-container\",\"data-framer-name\":\"tab\",layoutDependency:layoutDependency,layoutId:\"s9ezVXFc1-container\",name:\"tab\",nodeId:\"s9ezVXFc1\",rendersWithMotion:true,scopeId:\"jgqnZF1uh\",children:/*#__PURE__*/_jsx(ConditionsTabItemDesktop,{height:\"100%\",id:\"s9ezVXFc1\",layoutId:\"s9ezVXFc1\",name:\"tab\",style:{width:\"100%\"},t2xIOvMNX:\"Book 365 days a year\",ta2Ev2KuK:\"Service hours are from 6am to 8pm.\",variant:\"IoBpcerUW\",width:\"100%\",...addPropertyOverrides({mSud0ZnUi:{variant:\"OxzDUgBs6\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:zmeJFrIBr===\"row\"?`max((${componentViewport?.width||\"100vw\"} - 100px) / 2, 1px)`:componentViewport?.width||\"100vw\",...addPropertyOverrides({mSud0ZnUi:{width:zmeJFrIBr===\"row\"?`max(${componentViewport?.width||\"100vw\"}, 1px)`:componentViewport?.width||\"100vw\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ftr781-container\",\"data-framer-name\":\"tab\",layoutDependency:layoutDependency,layoutId:\"bd43_gB2V-container\",name:\"tab\",nodeId:\"bd43_gB2V\",rendersWithMotion:true,scopeId:\"jgqnZF1uh\",children:/*#__PURE__*/_jsx(ConditionsTabItemDesktop,{height:\"100%\",id:\"bd43_gB2V\",layoutId:\"bd43_gB2V\",name:\"tab\",style:{width:\"100%\"},t2xIOvMNX:\"Packages\",ta2Ev2KuK:\"We offer Hair + Makeup packages for two, three, four, five, or more people. The more people, the lower the price per service!\",variant:\"IoBpcerUW\",width:\"100%\",...addPropertyOverrides({mSud0ZnUi:{variant:\"OxzDUgBs6\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:zmeJFrIBr===\"row\"?`max((${componentViewport?.width||\"100vw\"} - 100px) / 2, 1px)`:componentViewport?.width||\"100vw\",...addPropertyOverrides({mSud0ZnUi:{width:zmeJFrIBr===\"row\"?`max(${componentViewport?.width||\"100vw\"}, 1px)`:componentViewport?.width||\"100vw\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-14k1591-container\",\"data-framer-name\":\"tab\",layoutDependency:layoutDependency,layoutId:\"FPgc2w8D2-container\",name:\"tab\",nodeId:\"FPgc2w8D2\",rendersWithMotion:true,scopeId:\"jgqnZF1uh\",children:/*#__PURE__*/_jsx(ConditionsTabItemDesktop,{height:\"100%\",id:\"FPgc2w8D2\",layoutId:\"FPgc2w8D2\",name:\"tab\",style:{width:\"100%\"},t2xIOvMNX:\"Our beauty Pros\",ta2Ev2KuK:\"Our Pros go through a rigorous recruitment process to ensure top-quality service.\",variant:\"IoBpcerUW\",width:\"100%\",...addPropertyOverrides({mSud0ZnUi:{variant:\"OxzDUgBs6\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:zmeJFrIBr===\"row\"?`max((${componentViewport?.width||\"100vw\"} - 100px) / 2, 1px)`:componentViewport?.width||\"100vw\",...addPropertyOverrides({mSud0ZnUi:{width:zmeJFrIBr===\"row\"?`max(${componentViewport?.width||\"100vw\"}, 1px)`:componentViewport?.width||\"100vw\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1pl7cd-container\",\"data-framer-name\":\"tab\",layoutDependency:layoutDependency,layoutId:\"U0g9YCsas-container\",name:\"tab\",nodeId:\"U0g9YCsas\",rendersWithMotion:true,scopeId:\"jgqnZF1uh\",children:/*#__PURE__*/_jsx(ConditionsTabItemDesktop,{height:\"100%\",id:\"U0g9YCsas\",layoutId:\"U0g9YCsas\",name:\"tab\",style:{width:\"100%\"},t2xIOvMNX:\"Follow us on IG!\",ta2Ev2KuK:\"@foriu.usa\",variant:\"IoBpcerUW\",width:\"100%\",...addPropertyOverrides({mSud0ZnUi:{variant:\"OxzDUgBs6\"}},baseVariant,gestureVariant)})})})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1t4lnqr\",\"data-framer-name\":\"img\",layoutDependency:layoutDependency,layoutId:\"dQZjU_17D\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-2brdf0\",\"data-framer-name\":\"backdrop\",layoutDependency:layoutDependency,layoutId:\"H9l9tF6JK\",style:{backgroundColor:\"rgba(255, 255, 255, 0.28)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,rotate:-6}}),/*#__PURE__*/_jsx(Image,{as:\"figure\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:5792,intrinsicWidth:8688,pixelHeight:5792,pixelWidth:8688,sizes:`calc(${zmeJFrIBr===\"row\"?`max((${componentViewport?.width||\"100vw\"} - 100px) / 2, 1px)`:componentViewport?.width||\"100vw\"} * 1.002)`,...toResponsiveImage(kMiAkN8NB)},className:\"framer-twm9u5\",\"data-framer-name\":\"tab image1\",layoutDependency:layoutDependency,layoutId:\"MGUURukxT\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-oFreh.framer-efhvb4, .framer-oFreh .framer-efhvb4 { display: block; }\",\".framer-oFreh.framer-1j4dyle { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: var(--zp2fvs); flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1101px; }\",\".framer-oFreh .framer-v30uml { align-content: center; align-items: center; display: flex; flex: var(--z5gp1o); flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: var(--g4jr33); }\",\".framer-oFreh .framer-wo601z-container { flex: none; height: auto; position: relative; width: 100%; z-index: 8; }\",\".framer-oFreh .framer-199pn92-container, .framer-oFreh .framer-ftr781-container, .framer-oFreh .framer-14k1591-container, .framer-oFreh .framer-1pl7cd-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-oFreh .framer-1t4lnqr { align-content: center; align-items: center; align-self: var(--1r60qj6); display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--pj8do4); justify-content: center; min-height: 478px; overflow: visible; padding: 0px; position: relative; width: var(--g4jr33); }\",\".framer-oFreh .framer-2brdf0 { flex: none; height: 100%; left: calc(51.56250000000002% - 100.09970089730808% / 2); overflow: visible; position: absolute; top: calc(51.940298507462714% - 100% / 2); width: 100%; z-index: 1; }\",\".framer-oFreh .framer-twm9u5 { flex: none; height: 100%; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-oFreh.framer-1j4dyle, .framer-oFreh .framer-v30uml, .framer-oFreh .framer-1t4lnqr { gap: 0px; } .framer-oFreh.framer-1j4dyle > * { margin-bottom: var(--1a9ob8k); margin-left: var(--1bmkmf5); margin-right: var(--1bmkmf5); margin-top: var(--1a9ob8k); } .framer-oFreh.framer-1j4dyle > :first-child { margin-left: 0px; margin-top: 0px; } .framer-oFreh.framer-1j4dyle > :last-child { margin-bottom: 0px; margin-right: 0px; } .framer-oFreh .framer-v30uml > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-oFreh .framer-v30uml > :first-child { margin-top: 0px; } .framer-oFreh .framer-v30uml > :last-child { margin-bottom: 0px; } .framer-oFreh .framer-1t4lnqr > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-oFreh .framer-1t4lnqr > :first-child { margin-left: 0px; } .framer-oFreh .framer-1t4lnqr > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 502\n * @framerIntrinsicWidth 1101\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"mSud0ZnUi\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"kMiAkN8NB\":\"tabImage\",\"zmeJFrIBr\":\"direction\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerjgqnZF1uh=withCSS(Component,css,\"framer-oFreh\");export default FramerjgqnZF1uh;FramerjgqnZF1uh.displayName=\"Conditions Tabs [Desktop]\";FramerjgqnZF1uh.defaultProps={height:502,width:1101};addPropertyControls(FramerjgqnZF1uh,{variant:{options:[\"QbN9hgy35\",\"mSud0ZnUi\"],optionTitles:[\"Variant 2\",\"phone\"],title:\"Variant\",type:ControlType.Enum},kMiAkN8NB:{__defaultAssetReference:\"data:framer/asset-reference,BcoJcqnMLvqikDGjRZrJbbyv4.png?originalFilename=Imagen+2.png&preferredSize=auto\",title:\"Tab Image\",type:ControlType.ResponsiveImage},zmeJFrIBr:{defaultValue:\"row\",displaySegmentedControl:true,optionIcons:[\"direction-horizontal\",\"direction-vertical\"],options:[\"row\",\"column\"],optionTitles:[\"Horizontal\",\"Vertical\"],title:\"Direction\",type:ControlType.Enum}});addFonts(FramerjgqnZF1uh,[{explicitInter:true,fonts:[]},...ConditionsTabItemDesktopFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerjgqnZF1uh\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"502\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"mSud0ZnUi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1101\",\"framerVariables\":\"{\\\"kMiAkN8NB\\\":\\\"tabImage\\\",\\\"zmeJFrIBr\\\":\\\"direction\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./jgqnZF1uh.map", "// Generated by Framer (5bbf1f3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentPresetsProvider,ControlType,cx,getFontsFromComponentPreset,getFontsFromSharedStyle,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as componentPresets from\"https://framerusercontent.com/modules/HdtynErcHpD7hwHLtqyy/Tvj0umuDReYIvErhkLwm/componentPresets.js\";import*as sharedStyle9 from\"https://framerusercontent.com/modules/LOMlKxb6dGhlCAcqsG3q/V4VPqxkYqKDlFcRUVF1K/CPn7RtWst.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/rABtiuP7XMzgG4DrH14h/R1uu4FpARrv1rPolqNIZ/dxzLzJBXV.js\";import*as sharedStyle8 from\"https://framerusercontent.com/modules/r6R3zzzwlcQLhQzjIa8A/f7FUi6bR8bMRecUB1sOQ/fmUmkFXeF.js\";import*as sharedStyle5 from\"https://framerusercontent.com/modules/mYQVKKsYtDc1j0o3GpB8/13T7RcfPeNNmuTrt8hLU/gUglE2lwc.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/luV9hoomLOfDPOFfvmNd/Eupwk3Ws3MDHo87YoFHM/J5vnx4dex.js\";import*as sharedStyle6 from\"https://framerusercontent.com/modules/fCx9aWu0uJNipzzQob6I/sAbdXl3dzZh2EwTDZirQ/QVNuEkYsX.js\";import*as sharedStyle4 from\"https://framerusercontent.com/modules/q1pQxxauvdJHAoqorzg1/Vfnjd4tkXhdZI3poin7g/RoXEf40zT.js\";import*as sharedStyle7 from\"https://framerusercontent.com/modules/ikFffgaFCJg0KFM3PJjk/RyMCvQma03wXHIHHKscD/T0Y7tzrYH.js\";import*as sharedStyle10 from\"https://framerusercontent.com/modules/0u7kLwrjg3Ti9PeETqXq/AaftzasnQrZh4fphvMSH/Va7OP7VQ_.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/yChk83z4itwNy8gmqc2w/OtrF5Jw3TcqXKUUDHAUH/W3ZSte1b_.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/pZoYjJNiQoVtb2WVCTtS/Hsk3hCO7sOGpsu2Vl0Oi/WoS16KzUD.js\";const enabledGestures={XIXeZnJKw:{hover:true}};const cycleOrder=[\"XIXeZnJKw\",\"ULQcwYSdj\"];const serializationHash=\"framer-BcyPb\";const variantClassNames={ULQcwYSdj:\"framer-v-fyy8iu\",XIXeZnJKw:\"framer-v-1v5h86h\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:2,stiffness:600,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 humanReadableVariantMap={closed:\"XIXeZnJKw\",open:\"ULQcwYSdj\"};const getProps=({answer,height,id,question,width,...props})=>{return{...props,l0H1dk6Fq:answer??props.l0H1dk6Fq??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Big you lo-fi big crucifix fanny keffiyeh lyft. Kombucha boys gatekeep meggings hexagon whatever juice. Stumptown sriracha unicorn pack pack shaman readymade raclette unicorn. Big ethical ethical 3-moon twee selfies thundercats asymmetrical.\"})}),variant:humanReadableVariantMap[props.variant]??props.variant??\"XIXeZnJKw\",W9LmptaTh:question??props.W9LmptaTh??\"Can I cancel my subscription anytime?\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Variants=motion.create(React.Fragment);const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,W9LmptaTh,l0H1dk6Fq,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"XIXeZnJKw\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1ca2vna=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"ULQcwYSdj\");});const onTap1ecip0o=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"XIXeZnJKw\");});const onTap1x8qy94=activeVariantCallback(async(...args)=>{setVariant(\"ULQcwYSdj\");});const onTapefiuin=activeVariantCallback(async(...args)=>{setVariant(\"XIXeZnJKw\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"ULQcwYSdj\")return true;return false;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();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-1v5h86h\",className,classNames),\"data-border\":true,\"data-framer-name\":\"closed\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"XIXeZnJKw\",onTap:onTap1ca2vna,ref:ref??ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(117, 119, 128, 0.15)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1px rgba(0, 0, 0, 0.0294), 0px 2.288533303243457px 2.288533303243457px -2px rgba(0, 0, 0, 0.02771), 0px 10px 10px -3px rgba(0, 0, 0, 0.02)\",...style},variants:{\"XIXeZnJKw-hover\":{\"--border-color\":\"rgba(117, 119, 128, 0.56)\",boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -0.6666666666666666px rgba(0, 0, 0, 0.0412), 0px 2.288533303243457px 2.288533303243457px -1.3333333333333333px rgba(0, 0, 0, 0.04458), 0px 10px 10px -2px rgba(0, 0, 0, 0.06)\"}},...addPropertyOverrides({\"XIXeZnJKw-hover\":{\"data-framer-name\":undefined},ULQcwYSdj:{\"data-framer-name\":\"open\",onTap:onTap1ecip0o}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1v1yjhb\",\"data-framer-name\":\"trigger\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"LqlLHvBgl\",onTap:onTap1x8qy94,...addPropertyOverrides({ULQcwYSdj:{onTap:onTapefiuin}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xkjy4w\",\"data-framer-name\":\"question\",layoutDependency:layoutDependency,layoutId:\"a3kuwS4AK\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ao4i0h\",\"data-framer-name\":\"wrapper\",layoutDependency:layoutDependency,layoutId:\"IrdzZU9Mf\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gb1l1n\",\"data-framer-name\":\"inner\",layoutDependency:layoutDependency,layoutId:\"D2WvmIGmE\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-gm43m5\",\"data-framer-name\":\"icn\",layoutDependency:layoutDependency,layoutId:\"YV3l_9it2\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1vj4pzz\",\"data-framer-name\":\"icn\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"HI9ukBvZ9\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 9 13.5 L 9 13.474 M 9 10.125 L 9 9 C 10.26 9 11.25 8.001 11.25 6.75 C 11.25 5.499 10.031 4.5 9 4.5 C 7.875 4.5 7.252 4.938 6.75 5.625 M 16.875 9 C 16.875 13.349 13.349 16.875 9 16.875 C 4.651 16.875 1.125 13.349 1.125 9 C 1.125 4.651 4.651 1.125 9 1.125 C 13.349 1.125 16.875 4.651 16.875 9 Z\" fill=\"transparent\" stroke-width=\"2\" stroke=\"rgb(181, 101, 118)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:9160022641,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-171yrdr\",\"data-styles-preset\":\"J5vnx4dex\",children:\"Can I cancel my subscription anytime?\"})}),className:\"framer-1w10mvw\",\"data-framer-name\":\"Question Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Lpuc5hbFU\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:W9LmptaTh,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ULQcwYSdj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-171yrdr\",\"data-styles-preset\":\"J5vnx4dex\",children:\"Can I cancel my subscription anytime?\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-19x26wz\",\"data-framer-name\":\"icn\",layoutDependency:layoutDependency,layoutId:\"qE4bMzKhS\",style:{rotate:0},variants:{ULQcwYSdj:{rotate:-45}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1clxjox\",\"data-framer-name\":\"icn\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"IhQ6oetDq\",opacity:.5,style:{opacity:.5},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><path d=\"M 8 14.857 L 8 8 M 8 8 L 8 1.143 M 8 8 L 14.857 8 M 8 8 L 1.143 8\" fill=\"transparent\" stroke-width=\"2.68\" stroke=\"rgb(181, 101, 118)\" stroke-linecap=\"round\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:8670781257,variants:{\"XIXeZnJKw-hover\":{opacity:1}},withExternalLayout:true,...addPropertyOverrides({\"XIXeZnJKw-hover\":{opacity:1,svgContentId:12054573971}},baseVariant,gestureVariant)})})]})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-tpxiiu\",\"data-framer-name\":\"answer\",layoutDependency:layoutDependency,layoutId:\"tBvAXGH4M\",children:/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/QVzZltTawVJTjmjAWG3C/CodeBlock.js:default\":componentPresets.props[\"Mwh9Y9vKl\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:l0H1dk6Fq,className:\"framer-bsmw9n\",\"data-framer-name\":\"Big you lo-fi big crucifix fanny keffiyeh lyft. Kombucha boys gatekeep meggings hexagon whatever juice. Stumptown sriracha unicorn pack pack shaman readymade raclette unicorn. Big ethical ethical 3-moon twee selfies thundercats asymmetrical.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"YGtCUqyVU\",style:{\"--framer-paragraph-spacing\":\"0px\"},stylesPresetsClassNames:{a:\"framer-styles-preset-3bkmv9\",blockquote:\"framer-styles-preset-ip4f72\",h1:\"framer-styles-preset-1eh2rg6\",h2:\"framer-styles-preset-14nwmco\",h3:\"framer-styles-preset-xhx5yo\",h4:\"framer-styles-preset-180m4aa\",h5:\"framer-styles-preset-1vh1wkb\",h6:\"framer-styles-preset-1lzrjrc\",img:\"framer-styles-preset-zumx3g\",p:\"framer-styles-preset-b67v5o\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ULQcwYSdj:{stylesPresetsClassNames:{blockquote:\"framer-styles-preset-ip4f72\",h1:\"framer-styles-preset-1eh2rg6\",h2:\"framer-styles-preset-14nwmco\",h3:\"framer-styles-preset-xhx5yo\",h4:\"framer-styles-preset-180m4aa\",h5:\"framer-styles-preset-1vh1wkb\",h6:\"framer-styles-preset-1lzrjrc\",img:\"framer-styles-preset-zumx3g\",p:\"framer-styles-preset-b67v5o\"}}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-BcyPb.framer-1hsorq2, .framer-BcyPb .framer-1hsorq2 { display: block; }\",\".framer-BcyPb.framer-1v5h86h { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 24px; position: relative; width: 900px; will-change: var(--framer-will-change-override, transform); }\",\".framer-BcyPb .framer-1v1yjhb { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: flex-start; left: calc(50.00000000000002% - 100% / 2); overflow: visible; padding: 0px; position: absolute; top: calc(49.73262032085564% - 100% / 2); width: 100%; z-index: 3; }\",\".framer-BcyPb .framer-1xkjy4w { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-BcyPb .framer-1ao4i0h { 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: 100%; }\",\".framer-BcyPb .framer-1gb1l1n { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-BcyPb .framer-gm43m5, .framer-BcyPb .framer-19x26wz { 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: min-content; }\",\".framer-BcyPb .framer-1vj4pzz { flex: none; height: 18px; position: relative; width: 18px; }\",\".framer-BcyPb .framer-1w10mvw, .framer-BcyPb .framer-bsmw9n { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-BcyPb .framer-1clxjox { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-BcyPb .framer-tpxiiu { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 24px 0px 36px; position: relative; width: 100%; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-BcyPb.framer-1v5h86h, .framer-BcyPb .framer-1v1yjhb, .framer-BcyPb .framer-1xkjy4w, .framer-BcyPb .framer-1ao4i0h, .framer-BcyPb .framer-1gb1l1n, .framer-BcyPb .framer-gm43m5, .framer-BcyPb .framer-19x26wz, .framer-BcyPb .framer-tpxiiu { gap: 0px; } .framer-BcyPb.framer-1v5h86h > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-BcyPb.framer-1v5h86h > :first-child, .framer-BcyPb .framer-1v1yjhb > :first-child, .framer-BcyPb .framer-1xkjy4w > :first-child { margin-top: 0px; } .framer-BcyPb.framer-1v5h86h > :last-child, .framer-BcyPb .framer-1v1yjhb > :last-child, .framer-BcyPb .framer-1xkjy4w > :last-child { margin-bottom: 0px; } .framer-BcyPb .framer-1v1yjhb > *, .framer-BcyPb .framer-1xkjy4w > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-BcyPb .framer-1ao4i0h > *, .framer-BcyPb .framer-gm43m5 > *, .framer-BcyPb .framer-19x26wz > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-BcyPb .framer-1ao4i0h > :first-child, .framer-BcyPb .framer-1gb1l1n > :first-child, .framer-BcyPb .framer-gm43m5 > :first-child, .framer-BcyPb .framer-19x26wz > :first-child, .framer-BcyPb .framer-tpxiiu > :first-child { margin-left: 0px; } .framer-BcyPb .framer-1ao4i0h > :last-child, .framer-BcyPb .framer-1gb1l1n > :last-child, .framer-BcyPb .framer-gm43m5 > :last-child, .framer-BcyPb .framer-19x26wz > :last-child, .framer-BcyPb .framer-tpxiiu > :last-child { margin-right: 0px; } .framer-BcyPb .framer-1gb1l1n > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-BcyPb .framer-tpxiiu > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\".framer-BcyPb.framer-v-fyy8iu .framer-1v1yjhb { align-content: flex-start; align-items: flex-start; top: 0px; }\",\".framer-BcyPb.framer-v-fyy8iu .framer-1xkjy4w { z-index: 1; }\",\".framer-BcyPb.framer-v-fyy8iu .framer-tpxiiu { gap: 8px; justify-content: center; z-index: 2; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-BcyPb.framer-v-fyy8iu .framer-tpxiiu { gap: 0px; } .framer-BcyPb.framer-v-fyy8iu .framer-tpxiiu > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-BcyPb.framer-v-fyy8iu .framer-tpxiiu > :first-child { margin-left: 0px; } .framer-BcyPb.framer-v-fyy8iu .framer-tpxiiu > :last-child { margin-right: 0px; } }\",\".framer-BcyPb.framer-v-1v5h86h.hover .framer-1v1yjhb { top: calc(50.00000000000002% - 100% / 2); }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,'.framer-BcyPb[data-border=\"true\"]::after, .framer-BcyPb [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 73\n * @framerIntrinsicWidth 900\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ULQcwYSdj\":{\"layout\":[\"fixed\",\"auto\"]},\"PFv7mI8IS\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"W9LmptaTh\":\"question\",\"l0H1dk6Fq\":\"answer\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerc5yno0T05=withCSS(Component,css,\"framer-BcyPb\");export default Framerc5yno0T05;Framerc5yno0T05.displayName=\"FAQ List Item Expanded\";Framerc5yno0T05.defaultProps={height:73,width:900};addPropertyControls(Framerc5yno0T05,{variant:{options:[\"XIXeZnJKw\",\"ULQcwYSdj\"],optionTitles:[\"closed\",\"open\"],title:\"Variant\",type:ControlType.Enum},W9LmptaTh:{defaultValue:\"Can I cancel my subscription anytime?\",displayTextArea:true,placeholder:\"\",title:\"Question\",type:ControlType.String},l0H1dk6Fq:{defaultValue:\"<p>Big you lo-fi big crucifix fanny keffiyeh lyft. Kombucha boys gatekeep meggings hexagon whatever juice. Stumptown sriracha unicorn pack pack shaman readymade raclette unicorn. Big ethical ethical 3-moon twee selfies thundercats asymmetrical.</p>\",title:\"Answer\",type:ControlType.RichText}});addFonts(Framerc5yno0T05,[{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),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...componentPresets.fonts?.[\"Mwh9Y9vKl\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"Mwh9Y9vKl\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerc5yno0T05\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"W9LmptaTh\\\":\\\"question\\\",\\\"l0H1dk6Fq\\\":\\\"answer\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ULQcwYSdj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PFv7mI8IS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"900\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"73\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (4175fb7)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import FAQListItemExpanded from\"https://framerusercontent.com/modules/580HQVXeSDnxh9GKbj8F/cfsS4J54OuOJLw4tuKh6/c5yno0T05.js\";const FAQListItemExpandedFonts=getFonts(FAQListItemExpanded);const cycleOrder=[\"XQC4j7n_K\"];const serializationHash=\"framer-pKX3r\";const variantClassNames={XQC4j7n_K:\"framer-v-2c0kuo\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:2,stiffness:600,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(React.Fragment);const getProps=({answer,height,id,question,width,...props})=>{return{...props,CHZye5QTW:question??props.CHZye5QTW??\"How does acupuncture work?\",VZjE1wwPf:answer??props.VZjE1wwPf??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:'Acupuncture is based on the principles of traditional Chinese medicine (TCM), which views the body as a complex system of interconnected pathways for the flow of vital energy called Qi (pronounced \"chee\"). According to TCM theory, disruptions or imbalances in the flow of Qi can lead to illness or discomfort.'})})};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,CHZye5QTW,VZjE1wwPf,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"XQC4j7n_K\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-2c0kuo\",className,classNames),\"data-framer-name\":\"FAQ List\",layoutDependency:layoutDependency,layoutId:\"XQC4j7n_K\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref??ref1,style:{...style},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-5dqcke-container\",layoutDependency:layoutDependency,layoutId:\"JPk1DqNDj-container\",children:/*#__PURE__*/_jsx(FAQListItemExpanded,{height:\"100%\",id:\"JPk1DqNDj\",l0H1dk6Fq:VZjE1wwPf,layoutId:\"JPk1DqNDj\",style:{width:\"100%\"},variant:\"XIXeZnJKw\",W9LmptaTh:CHZye5QTW,width:\"100%\"})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-pKX3r.framer-1rhovdp, .framer-pKX3r .framer-1rhovdp { display: block; }\",\".framer-pKX3r.framer-2c0kuo { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 544px; }\",\".framer-pKX3r .framer-5dqcke-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pKX3r.framer-2c0kuo { gap: 0px; } .framer-pKX3r.framer-2c0kuo > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-pKX3r.framer-2c0kuo > :first-child { margin-top: 0px; } .framer-pKX3r.framer-2c0kuo > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 73.5\n * @framerIntrinsicWidth 544\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"CHZye5QTW\":\"question\",\"VZjE1wwPf\":\"answer\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerJs6X_PEcD=withCSS(Component,css,\"framer-pKX3r\");export default FramerJs6X_PEcD;FramerJs6X_PEcD.displayName=\"FAQ List Item\";FramerJs6X_PEcD.defaultProps={height:73.5,width:544};addPropertyControls(FramerJs6X_PEcD,{CHZye5QTW:{defaultValue:\"How does acupuncture work?\",displayTextArea:true,placeholder:\"\",title:\"Question\",type:ControlType.String},VZjE1wwPf:{defaultValue:'<p>Acupuncture is based on the principles of traditional Chinese medicine (TCM), which views the body as a complex system of interconnected pathways for the flow of vital energy called Qi (pronounced \"chee\"). According to TCM theory, disruptions or imbalances in the flow of Qi can lead to illness or discomfort.</p>',title:\"Answer\",type:ControlType.RichText}});addFonts(FramerJs6X_PEcD,[{explicitInter:true,fonts:[]},...FAQListItemExpandedFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerJs6X_PEcD\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"544\",\"framerVariables\":\"{\\\"CHZye5QTW\\\":\\\"question\\\",\\\"VZjE1wwPf\\\":\\\"answer\\\"}\",\"framerIntrinsicHeight\":\"73.5\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (890879b)\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}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/fCx9aWu0uJNipzzQob6I/sAbdXl3dzZh2EwTDZirQ/QVNuEkYsX.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/yChk83z4itwNy8gmqc2w/OtrF5Jw3TcqXKUUDHAUH/W3ZSte1b_.js\";import FAQListItem from\"https://framerusercontent.com/modules/A9qp7Q5xM2uJWttiH8Ik/08jJubgaJYodLAXbOgtv/Js6X_PEcD.js\";const FAQListItemFonts=getFonts(FAQListItem);const cycleOrder=[\"Wq5nRCWpu\",\"PLFj8YJGb\",\"CBSrXfhRA\",\"D63mmBJsK\"];const serializationHash=\"framer-XkuZs\";const variantClassNames={CBSrXfhRA:\"framer-v-11drtrl\",D63mmBJsK:\"framer-v-enfsz0\",PLFj8YJGb:\"framer-v-qw0unc\",Wq5nRCWpu:\"framer-v-640vo5\"};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 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 humanReadableEnumMap={Horizontal:\"row\",Vertical:\"column\"};const humanReadableVariantMap={\"Desktop Large\":\"Wq5nRCWpu\",\"Desktop Small\":\"PLFj8YJGb\",Mobile:\"D63mmBJsK\",Tablet:\"CBSrXfhRA\"};const getProps=({direction,height,id,width,...props})=>{return{...props,DTkpAX4FW:humanReadableEnumMap[direction]??direction??props.DTkpAX4FW??\"row\",variant:humanReadableVariantMap[props.variant]??props.variant??\"Wq5nRCWpu\"};};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,DTkpAX4FW,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Wq5nRCWpu\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.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-640vo5\",className,classNames),\"data-framer-name\":\"Desktop Large\",layoutDependency:layoutDependency,layoutId:\"Wq5nRCWpu\",ref:refBinding,style:{\"--17nprs5\":DTkpAX4FW===\"column\"?undefined:\"1 0 0px\",\"--gme06t\":DTkpAX4FW===\"column\"?\"100%\":\"1px\",\"--z9hlsd\":DTkpAX4FW,...style},...addPropertyOverrides({CBSrXfhRA:{\"data-framer-name\":\"Tablet\"},D63mmBJsK:{\"data-framer-name\":\"Mobile\"},PLFj8YJGb:{\"data-framer-name\":\"Desktop Small\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ervli5\",\"data-framer-name\":\"max-width-container\",layoutDependency:layoutDependency,layoutId:\"mPVNjHfUK\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-o2zc9x\",\"data-framer-name\":\"header\",layoutDependency:layoutDependency,layoutId:\"QAajyi1ku\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-xhx5yo\",\"data-styles-preset\":\"W3ZSte1b_\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(255, 255, 255))\"},children:\"Frequently asked questions\"})}),className:\"framer-1c82p77\",\"data-framer-name\":\"Frequently asked questions\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"x7rjsOem6\",style:{\"--extracted-a0htzi\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({CBSrXfhRA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-xhx5yo\",\"data-styles-preset\":\"W3ZSte1b_\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(255, 255, 255))\"},children:\"Frequently asked questions\"})})},D63mmBJsK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-xhx5yo\",\"data-styles-preset\":\"W3ZSte1b_\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(255, 255, 255))\"},children:\"Frequently asked questions\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-1lzrjrc\",\"data-styles-preset\":\"QVNuEkYsX\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, rgb(255, 255, 255))\"},children:\"Do you have questions? Here are the answers to our Frequently Asked Questions.\"})}),className:\"framer-id1qer\",\"data-framer-name\":\"If you\u2019re new to acupuncture or any of my other techniques, consider this your primer.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"nQgFVdWzi\",style:{\"--extracted-1w1cjl5\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({CBSrXfhRA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-1lzrjrc\",\"data-styles-preset\":\"QVNuEkYsX\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, rgb(255, 255, 255))\"},children:\"Do you have questions? Here are the answers to our Frequently Asked Questions.\"})})},D63mmBJsK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-1lzrjrc\",\"data-styles-preset\":\"QVNuEkYsX\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, rgb(255, 255, 255))\"},children:\"Do you have questions? Here are the answers to our Frequently Asked Questions.\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-m43n49\",\"data-framer-name\":\"accordion\",layoutDependency:layoutDependency,layoutId:\"NDpMxRDHJ\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:73,...addPropertyOverrides({D63mmBJsK:{width:`calc(${DTkpAX4FW===\"row\"?`min(max(${componentViewport?.width||\"100vw\"}, 1px), 1148px)`:`min(${componentViewport?.width||\"100vw\"}, 1148px)`} - 64px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-117am5x-container\",\"data-framer-name\":\"accordion item\",layoutDependency:layoutDependency,layoutId:\"bhZruO8_A-container\",name:\"accordion item\",nodeId:\"bhZruO8_A\",rendersWithMotion:true,scopeId:\"jJ6YhJstH\",children:/*#__PURE__*/_jsx(FAQListItem,{CHZye5QTW:\"How does it work?\",height:\"100%\",id:\"bhZruO8_A\",layoutId:\"bhZruO8_A\",name:\"accordion item\",VZjE1wwPf:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Foriu offers Hair and Makeup services in the comfort of your home, hotel, or wherever you like. To schedule, contact us via WhatsApp or SMS at (305) 360 3973\"})}),width:\"100%\",...addPropertyOverrides({D63mmBJsK:{style:{width:\"100%\"}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:73,...addPropertyOverrides({D63mmBJsK:{width:`calc(${DTkpAX4FW===\"row\"?`min(max(${componentViewport?.width||\"100vw\"}, 1px), 1148px)`:`min(${componentViewport?.width||\"100vw\"}, 1148px)`} - 64px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-xox7lh-container\",\"data-framer-name\":\"accordion item\",layoutDependency:layoutDependency,layoutId:\"pkYJvOsn8-container\",name:\"accordion item\",nodeId:\"pkYJvOsn8\",rendersWithMotion:true,scopeId:\"jJ6YhJstH\",children:/*#__PURE__*/_jsx(FAQListItem,{CHZye5QTW:\"Which cities are you located in?\",height:\"100%\",id:\"pkYJvOsn8\",layoutId:\"pkYJvOsn8\",name:\"accordion item\",VZjE1wwPf:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"This is our current coverage, and we are always expanding into new cities: Miami, NYC, Las Vegas, Chicago & Houston.\"})}),width:\"100%\",...addPropertyOverrides({D63mmBJsK:{style:{width:\"100%\"}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:73,...addPropertyOverrides({D63mmBJsK:{width:`calc(${DTkpAX4FW===\"row\"?`min(max(${componentViewport?.width||\"100vw\"}, 1px), 1148px)`:`min(${componentViewport?.width||\"100vw\"}, 1148px)`} - 64px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1faneoz-container\",\"data-framer-name\":\"accordion item\",layoutDependency:layoutDependency,layoutId:\"env9iK5Ds-container\",name:\"accordion item\",nodeId:\"env9iK5Ds\",rendersWithMotion:true,scopeId:\"jJ6YhJstH\",children:/*#__PURE__*/_jsx(FAQListItem,{CHZye5QTW:\"Do you have a branch, beauty salon, or hair salon I can visit?\",height:\"100%\",id:\"env9iK5Ds\",layoutId:\"env9iK5Ds\",name:\"accordion item\",VZjE1wwPf:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"We do not have physical locations in any of our coverage areas, we specialize in at-home services.\"})}),width:\"100%\",...addPropertyOverrides({D63mmBJsK:{style:{width:\"100%\"}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:73,...addPropertyOverrides({D63mmBJsK:{width:`calc(${DTkpAX4FW===\"row\"?`min(max(${componentViewport?.width||\"100vw\"}, 1px), 1148px)`:`min(${componentViewport?.width||\"100vw\"}, 1148px)`} - 64px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1e8r7p8-container\",\"data-framer-name\":\"accordion item\",layoutDependency:layoutDependency,layoutId:\"rX9VvJ6Bc-container\",name:\"accordion item\",nodeId:\"rX9VvJ6Bc\",rendersWithMotion:true,scopeId:\"jJ6YhJstH\",children:/*#__PURE__*/_jsx(FAQListItem,{CHZye5QTW:\"Operating hours\",height:\"100%\",id:\"rX9VvJ6Bc\",layoutId:\"rX9VvJ6Bc\",name:\"accordion item\",VZjE1wwPf:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Service hours are from 6am to 8pm. If you would like service outside of these hours, we will gladly check availability and there would be an extra travel fee.\"})}),width:\"100%\",...addPropertyOverrides({D63mmBJsK:{style:{width:\"100%\"}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:73,...addPropertyOverrides({D63mmBJsK:{width:`calc(${DTkpAX4FW===\"row\"?`min(max(${componentViewport?.width||\"100vw\"}, 1px), 1148px)`:`min(${componentViewport?.width||\"100vw\"}, 1148px)`} - 64px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1p0np0f-container\",\"data-framer-name\":\"accordion item\",layoutDependency:layoutDependency,layoutId:\"JSALz_4o1-container\",name:\"accordion item\",nodeId:\"JSALz_4o1\",rendersWithMotion:true,scopeId:\"jJ6YhJstH\",children:/*#__PURE__*/_jsx(FAQListItem,{CHZye5QTW:\"Payment Details\",height:\"100%\",id:\"JSALz_4o1\",layoutId:\"JSALz_4o1\",name:\"accordion item\",VZjE1wwPf:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{children:\"At least 50% of the payment is required to assign the Pro(s) and confirm the reservation. The remaining balance must be paid no later than one day before the service date. \"}),/*#__PURE__*/_jsx(\"p\",{children:\"A 20% gratuity is automatically applied at checkout. If you are inclined to leave an additional tip, that is welcomed but not necessary.\"})]}),width:\"100%\",...addPropertyOverrides({D63mmBJsK:{style:{width:\"100%\"}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:73,...addPropertyOverrides({D63mmBJsK:{width:`calc(${DTkpAX4FW===\"row\"?`min(max(${componentViewport?.width||\"100vw\"}, 1px), 1148px)`:`min(${componentViewport?.width||\"100vw\"}, 1148px)`} - 64px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-wlani7-container\",\"data-framer-name\":\"accordion item\",layoutDependency:layoutDependency,layoutId:\"p3V_eJqfY-container\",name:\"accordion item\",nodeId:\"p3V_eJqfY\",rendersWithMotion:true,scopeId:\"jJ6YhJstH\",children:/*#__PURE__*/_jsx(FAQListItem,{CHZye5QTW:\"Packages\",height:\"100%\",id:\"p3V_eJqfY\",layoutId:\"p3V_eJqfY\",name:\"accordion item\",VZjE1wwPf:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"We offer Hair + Makeup packages for two, three, four, five, or more people. The more people, the lower the price per service!\"})}),width:\"100%\",...addPropertyOverrides({D63mmBJsK:{style:{width:\"100%\"}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:73,...addPropertyOverrides({D63mmBJsK:{width:`calc(${DTkpAX4FW===\"row\"?`min(max(${componentViewport?.width||\"100vw\"}, 1px), 1148px)`:`min(${componentViewport?.width||\"100vw\"}, 1148px)`} - 64px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-vspbs-container\",\"data-framer-name\":\"accordion item\",layoutDependency:layoutDependency,layoutId:\"T7BalyQpr-container\",name:\"accordion item\",nodeId:\"T7BalyQpr\",rendersWithMotion:true,scopeId:\"jJ6YhJstH\",children:/*#__PURE__*/_jsx(FAQListItem,{CHZye5QTW:\"Service durations\",height:\"100%\",id:\"T7BalyQpr\",layoutId:\"T7BalyQpr\",name:\"accordion item\",VZjE1wwPf:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{children:\"Both hair styling and makeup take 1 hour each. If you book both services, it would be 2 hours.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"For group packages, the total duration is 4 hours. We make sure to send enough Pros to complete all services within this time.\"})]}),width:\"100%\",...addPropertyOverrides({D63mmBJsK:{style:{width:\"100%\"}}},baseVariant,gestureVariant)})})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-XkuZs.framer-puodb0, .framer-XkuZs .framer-puodb0 { display: block; }\",\".framer-XkuZs.framer-640vo5 { align-content: center; align-items: center; display: flex; flex-direction: var(--z9hlsd); flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1440px; }\",\".framer-XkuZs .framer-ervli5 { align-content: flex-start; align-items: flex-start; display: flex; flex: var(--17nprs5); flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1148px; overflow: visible; padding: 0px; position: relative; width: var(--gme06t); }\",\".framer-XkuZs .framer-o2zc9x { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 45%; }\",\".framer-XkuZs .framer-1c82p77, .framer-XkuZs .framer-id1qer { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-XkuZs .framer-m43n49 { 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-XkuZs .framer-117am5x-container, .framer-XkuZs .framer-xox7lh-container, .framer-XkuZs .framer-1faneoz-container, .framer-XkuZs .framer-1e8r7p8-container, .framer-XkuZs .framer-1p0np0f-container, .framer-XkuZs .framer-wlani7-container, .framer-XkuZs .framer-vspbs-container { flex: none; height: auto; position: relative; width: auto; z-index: 1; }\",\".framer-XkuZs.framer-v-qw0unc.framer-640vo5 { width: 1200px; }\",\".framer-XkuZs.framer-v-qw0unc .framer-ervli5 { padding: 0px 88px 0px 88px; }\",\".framer-XkuZs.framer-v-qw0unc .framer-o2zc9x { width: 35%; }\",\".framer-XkuZs.framer-v-qw0unc .framer-m43n49 { width: 50%; }\",\".framer-XkuZs.framer-v-11drtrl.framer-640vo5 { width: 640px; }\",\".framer-XkuZs.framer-v-11drtrl .framer-ervli5 { flex-direction: column; gap: 48px; justify-content: center; padding: 0px 64px 0px 64px; }\",\".framer-XkuZs.framer-v-11drtrl .framer-o2zc9x, .framer-XkuZs.framer-v-enfsz0 .framer-o2zc9x { align-content: center; align-items: center; gap: 16px; justify-content: center; width: 100%; }\",\".framer-XkuZs.framer-v-11drtrl .framer-m43n49, .framer-XkuZs.framer-v-enfsz0 .framer-m43n49, .framer-XkuZs.framer-v-enfsz0 .framer-117am5x-container, .framer-XkuZs.framer-v-enfsz0 .framer-xox7lh-container, .framer-XkuZs.framer-v-enfsz0 .framer-1faneoz-container, .framer-XkuZs.framer-v-enfsz0 .framer-1e8r7p8-container, .framer-XkuZs.framer-v-enfsz0 .framer-1p0np0f-container, .framer-XkuZs.framer-v-enfsz0 .framer-wlani7-container, .framer-XkuZs.framer-v-enfsz0 .framer-vspbs-container { width: 100%; }\",\".framer-XkuZs.framer-v-enfsz0.framer-640vo5 { width: 350px; }\",\".framer-XkuZs.framer-v-enfsz0 .framer-ervli5 { flex-direction: column; gap: 48px; justify-content: center; padding: 0px 32px 0px 32px; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 601\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"PLFj8YJGb\":{\"layout\":[\"fixed\",\"auto\"]},\"CBSrXfhRA\":{\"layout\":[\"fixed\",\"auto\"]},\"D63mmBJsK\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"DTkpAX4FW\":\"direction\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerjJ6YhJstH=withCSS(Component,css,\"framer-XkuZs\");export default FramerjJ6YhJstH;FramerjJ6YhJstH.displayName=\"FAQ List\";FramerjJ6YhJstH.defaultProps={height:601,width:1440};addPropertyControls(FramerjJ6YhJstH,{variant:{options:[\"Wq5nRCWpu\",\"PLFj8YJGb\",\"CBSrXfhRA\",\"D63mmBJsK\"],optionTitles:[\"Desktop Large\",\"Desktop Small\",\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},DTkpAX4FW:{defaultValue:\"row\",displaySegmentedControl:true,optionIcons:[\"direction-horizontal\",\"direction-vertical\"],options:[\"row\",\"column\"],optionTitles:[\"Horizontal\",\"Vertical\"],title:\"Direction\",type:ControlType.Enum}});addFonts(FramerjJ6YhJstH,[{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\"}]},...FAQListItemFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerjJ6YhJstH\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"DTkpAX4FW\\\":\\\"direction\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PLFj8YJGb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"CBSrXfhRA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"D63mmBJsK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"601\",\"framerComponentViewportWidth\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicWidth\":\"1440\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./jJ6YhJstH.map", "// Generated by Framer (4175fb7)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/luV9hoomLOfDPOFfvmNd/Eupwk3Ws3MDHo87YoFHM/J5vnx4dex.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/nj0lcKjdfMyBYohCeKCc/V6Jxfr26hd8AdYB0kDfs/kjKZJ4wfS.js\";const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"aQbh9W8FP\"];const serializationHash=\"framer-1mzMI\";const variantClassNames={aQbh9W8FP:\"framer-v-15fkg0h\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:1.4,ease:[0,0,1,1],type:\"tween\"};const animation={opacity:1,rotate:0,scale:1,x:2,y:0};const transition2={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(React.Fragment);const getProps=({height,id,reviewerName,reviewText,width,...props})=>{return{...props,I7jDD5pAP:reviewerName??props.I7jDD5pAP??\"Will, 45\",NOtUWc_JS:reviewText??props.NOtUWc_JS??'\"A holistic healing machine!\"'};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,NOtUWc_JS,I7jDD5pAP,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"aQbh9W8FP\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{...restProps,__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(serializationHash,...sharedStyleClassNames,\"framer-15fkg0h\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"aQbh9W8FP\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref??ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(117, 119, 128, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-d40b9f3a-d0c6-4cf2-ad50-5164ea6c83a6, rgb(255, 255, 255))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-h41rfm\",\"data-framer-name\":\"stars\",layoutDependency:layoutDependency,layoutId:\"zWPtf90Yu\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-10ioko\",\"data-framer-name\":\"star\",layoutDependency:layoutDependency,layoutId:\"b7MuP1tyb\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1dfeb7g\",\"data-framer-name\":\"icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Ty6pxFNec\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 19\"><path d=\"M 10 1.267 L 12.704 6.687 L 18.75 7.556 L 14.375 11.776 L 15.408 17.733 L 10 14.92 L 4.592 17.733 L 5.625 11.776 L 1.25 7.556 L 7.296 6.687 Z\" fill=\"rgb(223, 171, 40)\"></path></svg>',svgContentId:272478805,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-5xsib4\",\"data-framer-name\":\"star\",layoutDependency:layoutDependency,layoutId:\"TBydNmAGp\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-xv801k\",\"data-framer-name\":\"icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"snbZWaaLv\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 19\"><path d=\"M 10 1.267 L 12.704 6.687 L 18.75 7.556 L 14.375 11.776 L 15.408 17.733 L 10 14.92 L 4.592 17.733 L 5.625 11.776 L 1.25 7.556 L 7.296 6.687 Z\" fill=\"rgb(223, 171, 40)\"></path></svg>',svgContentId:8652153,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mhlzo5\",\"data-framer-name\":\"star\",layoutDependency:layoutDependency,layoutId:\"bnrJ1aeGh\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1h8ud2o\",\"data-framer-name\":\"icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"yev74gwKj\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 19\"><path d=\"M 10 1.267 L 12.704 6.687 L 18.75 7.556 L 14.375 11.776 L 15.408 17.733 L 10 14.92 L 4.592 17.733 L 5.625 11.776 L 1.25 7.556 L 7.296 6.687 Z\" fill=\"rgb(223, 171, 40)\"></path></svg>',svgContentId:1632034571,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nxj1we\",\"data-framer-name\":\"star\",layoutDependency:layoutDependency,layoutId:\"VBRuvlSCt\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-166t8nx\",\"data-framer-name\":\"icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"QTp5tF1EL\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 19\"><path d=\"M 10 1.267 L 12.704 6.687 L 18.75 7.556 L 14.375 11.776 L 15.408 17.733 L 10 14.92 L 4.592 17.733 L 5.625 11.776 L 1.25 7.556 L 7.296 6.687 Z\" fill=\"rgb(223, 171, 40)\"></path></svg>',svgContentId:1632034571,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-silf4n\",\"data-framer-name\":\"star\",layoutDependency:layoutDependency,layoutId:\"DT2MjPYvh\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1j5xk2r\",\"data-framer-name\":\"icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"PrImUHHUv\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 19\"><path d=\"M 10 1.267 L 12.704 6.687 L 18.75 7.556 L 14.375 11.776 L 15.408 17.733 L 10 14.92 L 4.592 17.733 L 5.625 11.776 L 1.25 7.556 L 7.296 6.687 Z\" fill=\"rgb(223, 171, 40)\"></path></svg>',svgContentId:326244413,withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wohuqu\",\"data-framer-name\":\"review\",layoutDependency:layoutDependency,layoutId:\"XuCHi0rnd\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-171yrdr\",\"data-styles-preset\":\"J5vnx4dex\",children:'\"Well enough to stop taking medication\"'})}),className:\"framer-1gelzhu\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"CjMBsPlad\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:NOtUWc_JS,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1sh9qsa\",\"data-styles-preset\":\"kjKZJ4wfS\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-64d38c44-736f-4970-9029-424566e67235, rgb(117, 119, 128)))\"},children:\"Will, 45\"})}),className:\"framer-15zbzad\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"szrpRuT83\",style:{\"--extracted-r6o4lv\":\"var(--token-64d38c44-736f-4970-9029-424566e67235, rgb(117, 119, 128))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:I7jDD5pAP,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-1mzMI.framer-111osm9, .framer-1mzMI .framer-111osm9 { display: block; }\",\".framer-1mzMI.framer-15fkg0h { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: auto; justify-content: center; overflow: visible; padding: 24px 24px 24px 24px; position: relative; width: min-content; }\",\".framer-1mzMI .framer-h41rfm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-1mzMI .framer-10ioko, .framer-1mzMI .framer-5xsib4, .framer-1mzMI .framer-1mhlzo5, .framer-1mzMI .framer-1nxj1we, .framer-1mzMI .framer-silf4n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-1mzMI .framer-1dfeb7g, .framer-1mzMI .framer-xv801k, .framer-1mzMI .framer-1h8ud2o, .framer-1mzMI .framer-166t8nx, .framer-1mzMI .framer-1j5xk2r { flex: none; height: 19px; position: relative; width: 20px; }\",\".framer-1mzMI .framer-1wohuqu { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: auto; }\",\".framer-1mzMI .framer-1gelzhu, .framer-1mzMI .framer-15zbzad { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-1mzMI.framer-15fkg0h, .framer-1mzMI .framer-h41rfm, .framer-1mzMI .framer-10ioko, .framer-1mzMI .framer-5xsib4, .framer-1mzMI .framer-1mhlzo5, .framer-1mzMI .framer-1nxj1we, .framer-1mzMI .framer-silf4n, .framer-1mzMI .framer-1wohuqu { gap: 0px; } .framer-1mzMI.framer-15fkg0h > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-1mzMI.framer-15fkg0h > :first-child, .framer-1mzMI .framer-10ioko > :first-child, .framer-1mzMI .framer-5xsib4 > :first-child, .framer-1mzMI .framer-1mhlzo5 > :first-child, .framer-1mzMI .framer-1nxj1we > :first-child, .framer-1mzMI .framer-silf4n > :first-child, .framer-1mzMI .framer-1wohuqu > :first-child { margin-top: 0px; } .framer-1mzMI.framer-15fkg0h > :last-child, .framer-1mzMI .framer-10ioko > :last-child, .framer-1mzMI .framer-5xsib4 > :last-child, .framer-1mzMI .framer-1mhlzo5 > :last-child, .framer-1mzMI .framer-1nxj1we > :last-child, .framer-1mzMI .framer-silf4n > :last-child, .framer-1mzMI .framer-1wohuqu > :last-child { margin-bottom: 0px; } .framer-1mzMI .framer-h41rfm > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-1mzMI .framer-h41rfm > :first-child { margin-left: 0px; } .framer-1mzMI .framer-h41rfm > :last-child { margin-right: 0px; } .framer-1mzMI .framer-10ioko > *, .framer-1mzMI .framer-5xsib4 > *, .framer-1mzMI .framer-1mhlzo5 > *, .framer-1mzMI .framer-1nxj1we > *, .framer-1mzMI .framer-silf4n > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-1mzMI .framer-1wohuqu > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-1mzMI[data-border=\"true\"]::after, .framer-1mzMI [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 131.5\n * @framerIntrinsicWidth 277\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"NOtUWc_JS\":\"reviewText\",\"I7jDD5pAP\":\"reviewerName\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerTxLVeBQQ1=withCSS(Component,css,\"framer-1mzMI\");export default FramerTxLVeBQQ1;FramerTxLVeBQQ1.displayName=\"Review Card\";FramerTxLVeBQQ1.defaultProps={height:131.5,width:277};addPropertyControls(FramerTxLVeBQQ1,{NOtUWc_JS:{defaultValue:'\"A holistic healing machine!\"',displayTextArea:false,placeholder:\"\",title:\"review text\",type:ControlType.String},I7jDD5pAP:{defaultValue:\"Will, 45\",displayTextArea:false,title:\"reviewer name\",type:ControlType.String}});addFonts(FramerTxLVeBQQ1,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerTxLVeBQQ1\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"277\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"131.5\",\"framerVariables\":\"{\\\"NOtUWc_JS\\\":\\\"reviewText\\\",\\\"I7jDD5pAP\\\":\\\"reviewerName\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (890879b)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,SVG,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useOverlayState,useQueryData,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/yevww260oHitAFGt4Ffa/Ticker.js\";import CardsJournal from\"#framer/local/canvasComponent/BEnx2jdg6/BEnx2jdg6.js\";import ConditionsTabsDesktop from\"#framer/local/canvasComponent/jgqnZF1uh/jgqnZF1uh.js\";import FAQList from\"#framer/local/canvasComponent/jJ6YhJstH/jJ6YhJstH.js\";import ServiceCard from\"#framer/local/canvasComponent/O8GndIbC6/O8GndIbC6.js\";import CTAs from\"#framer/local/canvasComponent/pGVZJrZ5_/pGVZJrZ5_.js\";import ProviderBullets from\"#framer/local/canvasComponent/QTuCdlGXe/QTuCdlGXe.js\";import ReviewCard from\"#framer/local/canvasComponent/TxLVeBQQ1/TxLVeBQQ1.js\";import BottomCTA from\"#framer/local/canvasComponent/yjh5QEm4L/yjh5QEm4L.js\";import BlogContent,{enumToDisplayNameFunctions}from\"#framer/local/collection/CZbdocYEq/CZbdocYEq.js\";import*as sharedStyle3 from\"#framer/local/css/Gloywxfg2/Gloywxfg2.js\";import*as sharedStyle5 from\"#framer/local/css/kjKZJ4wfS/kjKZJ4wfS.js\";import*as sharedStyle4 from\"#framer/local/css/QVNuEkYsX/QVNuEkYsX.js\";import*as sharedStyle2 from\"#framer/local/css/RoXEf40zT/RoXEf40zT.js\";import*as sharedStyle1 from\"#framer/local/css/W3ZSte1b_/W3ZSte1b_.js\";import*as sharedStyle from\"#framer/local/css/WoS16KzUD/WoS16KzUD.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const CTAsFonts=getFonts(CTAs);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const MotionDivWithFX=withFX(motion.div);const ConditionsTabsDesktopFonts=getFonts(ConditionsTabsDesktop);const ServiceCardFonts=getFonts(ServiceCard);const ReviewCardFonts=getFonts(ReviewCard);const TickerFonts=getFonts(Ticker);const ProviderBulletsFonts=getFonts(ProviderBullets);const FAQListFonts=getFonts(FAQList);const ContainerWithFX=withFX(Container);const CardsJournalFonts=getFonts(CardsJournal);const BottomCTAFonts=getFonts(BottomCTA);const breakpoints={aOWrar4Av:\"(max-width: 809px)\",uoDP0NGZ9:\"(min-width: 810px) and (max-width: 1439px)\",WQLkyLRf1:\"(min-width: 1440px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-bqizL\";const variantClassNames={aOWrar4Av:\"framer-v-v10thn\",uoDP0NGZ9:\"framer-v-8hws3y\",WQLkyLRf1:\"framer-v-72rtr7\"};const transition1={damping:40,delay:.1,mass:.5,stiffness:200,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:50};const transition2={damping:40,delay:.2,mass:.5,stiffness:200,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:150};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:50};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:50};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transition3={damping:20,delay:0,mass:.1,stiffness:300,type:\"spring\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:700,y:0};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:700,y:0};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const sharedDateFormatter=(value,formatOptions,locale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const fallbackLocale=\"en-US\";try{return date.toLocaleString(locale||fallbackLocale,formatOptions);}catch{return date.toLocaleString(fallbackLocale,formatOptions);}};const dateOptions={dateStyle:\"medium\",timeZone:\"UTC\"};const toDateString=(value,activeLocale)=>{return sharedDateFormatter(value,dateOptions,activeLocale);};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};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:\"aOWrar4Av\",Tablet:\"uoDP0NGZ9\"};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,lWknla85Fs2MzNlkwu,UxSqtETqOs2MzNlkwu,b1Ojl2V3qs2MzNlkwu,XxB0mPCims2MzNlkwu,AuOwGSbSms2MzNlkwu,ids2MzNlkwu,previousItemId_b1Ojl2V3qxP6hyb_oD,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const onTap3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const onTap1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"e1pd0Ff5V\");const ref1=React.useRef(null);const router=useRouter();const elementId1=useRouteElementId(\"Hc8_YVxkW\");const ref2=React.useRef(null);const elementId2=useRouteElementId(\"VN5Ik9wwX\");const ref3=React.useRef(null);const elementId3=useRouteElementId(\"TNgGcXaM8\");const ref4=React.useRef(null);const elementId4=useRouteElementId(\"nGJPIGQED\");const ref5=React.useRef(null);const elementId5=useRouteElementId(\"J70sdx3vg\");const ref6=React.useRef(null);const elementId6=useRouteElementId(\"mgdy0bUyn\");const ref7=React.useRef(null);const elementId7=useRouteElementId(\"vh3Uy9H9g\");const ref8=React.useRef(null);const elementId8=useRouteElementId(\"C5dn_uAIt\");const ref9=React.useRef(null);const activeLocaleCode=useLocaleCode();const elementId9=useRouteElementId(\"SD_ARs3iU\");const ref10=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: none; }\"}),/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1knwx48\",\"data-framer-name\":\"page-container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-mzxkz4\",\"data-framer-name\":\"section/hero\",id:elementId,ref:ref1,children:/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1hje6n5\",\"data-framer-appear-id\":\"1hje6n5\",\"data-framer-name\":\"max-width-container\",initial:animation1,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wpfxzj\",\"data-framer-name\":\"hero content desktop\",children:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation2,className:\"framer-80ikis\",\"data-framer-appear-id\":\"80ikis\",\"data-framer-name\":\"hero content\",initial:animation3,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-itjwkc\",\"data-framer-name\":\"header + subhead\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOWrar4Av:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-1eh2rg6\",\"data-styles-preset\":\"WoS16KzUD\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(181, 101, 118)\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Hair & Makeup services at home and\"}),/*#__PURE__*/_jsx(\"strong\",{children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"strong\",{children:\"on-demand\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-1eh2rg6\",\"data-styles-preset\":\"WoS16KzUD\",style:{\"--framer-text-color\":\"rgb(181, 101, 118)\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Hair & Makeup services at home and\"}),/*#__PURE__*/_jsx(\"strong\",{children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"strong\",{children:\"on-demand\"})]})}),className:\"framer-1ti6xf3\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOWrar4Av:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"ul\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.7em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-2a8593d0-85ba-4e5b-ba55-1b8c27115242, rgb(19, 19, 21))\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"h6\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy03MDA=\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(181, 101, 118)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-weight\":\"400\",\"--framer-text-color\":\"var(--token-2a8593d0-85ba-4e5b-ba55-1b8c27115242, rgb(19, 19, 21))\"},children:\"Now servicing: \"}),\" Miami, NYC, Las Vegas,\\xa0Chicago and\\xa0Houston\"]})}),/*#__PURE__*/_jsx(\"li\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy03MDA=\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(105, 118, 65)\"},children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-weight\":\"400\",\"--framer-text-color\":\"var(--token-2a8593d0-85ba-4e5b-ba55-1b8c27115242, rgb(19, 19, 21))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy03MDA=\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(105, 118, 65)\"},children:\"Eyelashes included\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy03MDA=\",\"--framer-font-weight\":\"700\"},children:\" \"}),\"in every makeup service! \"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy03MDA=\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(181, 101, 118)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-weight\":\"400\",\"--framer-text-color\":\"var(--token-2a8593d0-85ba-4e5b-ba55-1b8c27115242, rgb(19, 19, 21))\"},children:\"Get great deals and \"}),\"save big with our packages!\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"Use the code \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy03MDA=\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(105, 118, 65)\"},children:\"FORIU20 for $20 OFF \"}),\"on your first Hair + Makeup service\"]})})]})})},uoDP0NGZ9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"ul\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-2a8593d0-85ba-4e5b-ba55-1b8c27115242, rgb(19, 19, 21))\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"h6\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy03MDA=\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(181, 101, 118)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-weight\":\"400\",\"--framer-text-color\":\"var(--token-2a8593d0-85ba-4e5b-ba55-1b8c27115242, rgb(19, 19, 21))\"},children:\"Now servicing: \"}),\" Miami, NYC, Las Vegas,\\xa0Chicago and\\xa0Houston\"]})}),/*#__PURE__*/_jsx(\"li\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy03MDA=\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(105, 118, 65)\"},children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-weight\":\"400\",\"--framer-text-color\":\"var(--token-2a8593d0-85ba-4e5b-ba55-1b8c27115242, rgb(19, 19, 21))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy03MDA=\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(105, 118, 65)\"},children:\"Eyelashes included\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy03MDA=\",\"--framer-font-weight\":\"700\"},children:\" \"}),\"in every makeup service! \"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy03MDA=\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(181, 101, 118)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-weight\":\"400\",\"--framer-text-color\":\"var(--token-2a8593d0-85ba-4e5b-ba55-1b8c27115242, rgb(19, 19, 21))\"},children:\"Get great deals and \"}),\"save big with our packages!\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"Use the code \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy03MDA=\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(105, 118, 65)\"},children:\"FORIU20 for $20 OFF \"}),\"on your first Hair + Makeup service\"]})})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"ul\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.7em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-2a8593d0-85ba-4e5b-ba55-1b8c27115242, rgb(19, 19, 21))\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"h6\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy03MDA=\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(181, 101, 118)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-weight\":\"400\",\"--framer-text-color\":\"var(--token-2a8593d0-85ba-4e5b-ba55-1b8c27115242, rgb(19, 19, 21))\"},children:\"Now servicing: \"}),\" Miami, NYC, Las Vegas,\\xa0Chicago and\\xa0Houston\"]})}),/*#__PURE__*/_jsx(\"li\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy03MDA=\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(105, 118, 65)\"},children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-weight\":\"400\",\"--framer-text-color\":\"var(--token-2a8593d0-85ba-4e5b-ba55-1b8c27115242, rgb(19, 19, 21))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy03MDA=\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(105, 118, 65)\"},children:\"Eyelashes included\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy03MDA=\",\"--framer-font-weight\":\"700\"},children:\" \"}),\"in every makeup service! \"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy03MDA=\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(181, 101, 118)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-weight\":\"400\",\"--framer-text-color\":\"var(--token-2a8593d0-85ba-4e5b-ba55-1b8c27115242, rgb(19, 19, 21))\"},children:\"Get great deals and \"}),\"save big with our packages!\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"Use the code \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy03MDA=\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(105, 118, 65)\"},children:\"FORIU20 for $20 OFF \"}),\"on your first Hair + Makeup service\"]})})]})}),className:\"framer-fpw7ic\",fonts:[\"GF;Poppins-regular\",\"GF;Poppins-700\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3vvcdm\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":HrwruCB4a\",webPageId:\"OZflHR8O1\"},implicitPathVariables:undefined},{href:{hash:\":HrwruCB4a\",webPageId:\"OZflHR8O1\"},implicitPathVariables:undefined},{href:{hash:\":HrwruCB4a\",webPageId:\"OZflHR8O1\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOWrar4Av:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1148px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+0+70+0+0+0+0+0+0+569.8+0+0},uoDP0NGZ9:{y:(componentViewport?.y||0)+0+0+0+0+130+0+0+0+0+0+541.2+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:(componentViewport?.y||0)+0+0+0+0+130+0+0+0+0+0+607.2+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ole476-container\",nodeId:\"Lzp_UsB6L\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOWrar4Av:{cDYRm69n7:resolvedLinks[1],style:{width:\"100%\"}},uoDP0NGZ9:{cDYRm69n7:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(CTAs,{cDYRm69n7:resolvedLinks[0],height:\"100%\",id:\"Lzp_UsB6L\",j4FBnqbnG:false,layoutId:\"Lzp_UsB6L\",MWuppPuA5:\"Book via web\",variant:\"ypV4qiuN2\",width:\"100%\",y8BJkg70B:false})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOWrar4Av:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1148px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+0+70+0+0+0+0+0+0+569.8+0+61},uoDP0NGZ9:{y:(componentViewport?.y||0)+0+0+0+0+130+0+0+0+0+0+541.2+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:(componentViewport?.y||0)+0+0+0+0+130+0+0+0+0+0+607.2+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-nze506-container\",nodeId:\"XhBPMWJ9x\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOWrar4Av:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(CTAs,{cDYRm69n7:\"https://linktr.ee/foriuusa\",height:\"100%\",id:\"XhBPMWJ9x\",j4FBnqbnG:false,layoutId:\"XhBPMWJ9x\",MWuppPuA5:\"Book via text \",variant:\"H2j_wJkcL\",width:\"100%\",y8BJkg70B:false})})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-12e42ce\",\"data-framer-name\":\"hero image\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-xibhu0\",\"data-framer-name\":\"img\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOWrar4Av:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+70+0+0+0+0+708.8+87.5+0),pixelHeight:1448,pixelWidth:966,sizes:`min(max(max(min(${componentViewport?.width||\"100vw\"}, 1148px), 1px) - 20px, 1px), max(min(${componentViewport?.width||\"100vw\"}, 1148px), 1px) - 20px)`,src:\"https://framerusercontent.com/images/H5ioLaChgnGA8KtYSYD6fazVk.png\",srcSet:\"https://framerusercontent.com/images/H5ioLaChgnGA8KtYSYD6fazVk.png?scale-down-to=1024 683w,https://framerusercontent.com/images/H5ioLaChgnGA8KtYSYD6fazVk.png 966w\"}},uoDP0NGZ9:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+130+0+0+0+0+144+0),pixelHeight:1448,pixelWidth:966,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1148px) - 92px) / 2, 1px)`,src:\"https://framerusercontent.com/images/H5ioLaChgnGA8KtYSYD6fazVk.png\",srcSet:\"https://framerusercontent.com/images/H5ioLaChgnGA8KtYSYD6fazVk.png?scale-down-to=1024 683w,https://framerusercontent.com/images/H5ioLaChgnGA8KtYSYD6fazVk.png 966w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"figure\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+130+0+0+0+0+87.5+0),pixelHeight:1448,pixelWidth:966,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1148px) - 32px) / 2, 1px)`,src:\"https://framerusercontent.com/images/H5ioLaChgnGA8KtYSYD6fazVk.png\",srcSet:\"https://framerusercontent.com/images/H5ioLaChgnGA8KtYSYD6fazVk.png?scale-down-to=1024 683w,https://framerusercontent.com/images/H5ioLaChgnGA8KtYSYD6fazVk.png 966w\"},className:\"framer-3mg43y\",\"data-framer-name\":\"img\"})})})})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-u3420p\",\"data-border\":true,\"data-framer-name\":\"section/intro\",id:elementId1,ref:ref2,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1mcdo44\",\"data-framer-name\":\"max-width-container\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-d9r011\",\"data-framer-name\":\"header\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-xhx5yo\",\"data-styles-preset\":\"W3ZSte1b_\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(181, 101, 118)\"},children:\"How Does it Work?\"})}),className:\"framer-18sqsa3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-xhx5yo\",\"data-styles-preset\":\"W3ZSte1b_\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(105, 118, 65)\"},children:\"In three simple steps:\"})}),className:\"framer-1dp93m0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ncgvox\",\"data-framer-name\":\"three-across\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9yz4hy\",\"data-framer-name\":\"content 1\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-4qhhai\",\"data-framer-name\":\"icn\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-155577e\",\"data-framer-name\":\"icn\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 34 34\"><path d=\"M 22.936 2.833 L 11.064 2.833 C 5.908 2.833 2.833 5.908 2.833 11.064 L 2.833 22.922 C 2.833 28.093 5.908 31.167 11.064 31.167 L 22.922 31.167 C 28.078 31.167 31.153 28.093 31.153 22.936 L 31.153 11.064 C 31.167 5.908 28.093 2.833 22.936 2.833 Z\" fill=\"rgb(181, 101, 118)\" opacity=\"0.4\"></path><path d=\"M 12.494 13.812 C 11.29 13.812 10.086 13.359 9.165 12.438 C 8.754 12.027 8.754 11.347 9.165 10.937 C 9.576 10.526 10.256 10.526 10.667 10.937 C 11.673 11.942 13.316 11.942 14.322 10.937 C 14.733 10.526 15.413 10.526 15.823 10.937 C 16.234 11.347 16.234 12.027 15.823 12.438 C 14.903 13.345 13.698 13.812 12.494 13.812 Z\" fill=\"rgb(181, 101, 118)\"></path><path d=\"M 21.506 13.812 C 20.302 13.812 19.098 13.359 18.177 12.438 C 17.766 12.027 17.766 11.347 18.177 10.937 C 18.588 10.526 19.268 10.526 19.679 10.937 C 20.684 11.942 22.328 11.942 23.334 10.937 C 23.744 10.526 24.424 10.526 24.835 10.937 C 25.246 11.347 25.246 12.027 24.835 12.438 C 23.914 13.345 22.71 13.812 21.506 13.812 Z\" fill=\"rgb(181, 101, 118)\"></path><path d=\"M 22.101 17.878 L 11.901 17.878 C 10.91 17.878 10.102 18.686 10.102 19.692 C 10.102 23.503 13.205 26.605 17.015 26.605 C 20.826 26.605 23.929 23.503 23.929 19.692 C 23.915 18.7 23.093 17.878 22.101 17.878 Z\" fill=\"rgb(181, 101, 118)\"></path></svg>',svgContentId:10577742739,withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rcpwy5\",\"data-framer-name\":\"copy\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-180m4aa\",\"data-styles-preset\":\"RoXEf40zT\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(105, 118, 65)\"},children:\"Choose your Service\"})}),className:\"framer-u4uw8e\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-mfpfrv\",\"data-styles-preset\":\"Gloywxfg2\",style:{\"--framer-text-color\":\"var(--token-2a8593d0-85ba-4e5b-ba55-1b8c27115242, rgb(19, 19, 21))\"},children:\"Select your city and the desired service. You can schedule for yourself and several people, and we will take care of assigning the necessary Pros.\"})}),className:\"framer-2nmvi4\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e340pu\",\"data-framer-name\":\"content 2\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1i0p5pw\",\"data-framer-name\":\"icn\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-nvrl3d\",\"data-framer-name\":\"icn\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 34 34\"><path d=\"M 16.292 29.75 C 23.724 29.75 29.75 23.724 29.75 16.292 C 29.75 8.859 23.724 2.833 16.292 2.833 C 8.859 2.833 2.833 8.859 2.833 16.292 C 2.833 23.724 8.859 29.75 16.292 29.75 Z\" fill=\"rgb(181, 101, 118)\" opacity=\"0.4\"></path><path d=\"M 30.176 31.167 C 29.921 31.167 29.666 31.068 29.482 30.883 L 26.847 28.248 C 26.464 27.866 26.464 27.243 26.847 26.846 C 27.229 26.463 27.852 26.463 28.249 26.846 L 30.884 29.481 C 31.267 29.863 31.267 30.487 30.884 30.883 C 30.686 31.068 30.431 31.167 30.176 31.167 Z\" fill=\"rgb(181, 101, 118)\"></path><path d=\"M 18.799 12.594 C 17.907 12.311 16.957 12.481 16.277 13.005 C 15.583 12.481 14.662 12.311 13.77 12.594 C 11.843 13.217 11.234 15.413 11.772 17.085 C 12.594 19.649 15.3 20.981 16.277 20.981 C 17.227 20.981 19.989 19.621 20.782 17.085 C 21.335 15.413 20.726 13.217 18.799 12.594 Z\" fill=\"rgb(181, 101, 118)\"></path></svg>',svgContentId:9775457341,withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-x33els\",\"data-framer-name\":\"copy\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-180m4aa\",\"data-styles-preset\":\"RoXEf40zT\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(105, 118, 65)\"},children:\"Confirm your Reservation\"})}),className:\"framer-ia5e7z\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-mfpfrv\",\"data-styles-preset\":\"Gloywxfg2\",style:{\"--framer-text-color\":\"var(--token-2a8593d0-85ba-4e5b-ba55-1b8c27115242, rgb(19, 19, 21))\"},children:\"Receive a personalized customer service, send us the date, time, and address via WhatsApp. We accept credit/debit cards, bank transfer, Stripe or PayPal.\"})}),className:\"framer-3hd2f\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pglcx2\",\"data-framer-name\":\"content 3\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kz98jg\",\"data-framer-name\":\"icn\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-z3emy8\",\"data-framer-name\":\"icn\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 34 34\"><path d=\"M 17.001 5.199 L 17.001 28.801 L 15.867 30.09 C 14.295 31.875 13.006 31.393 13.006 29.013 L 13.006 18.813 L 8.628 18.813 C 6.645 18.813 6.092 17.595 7.41 16.107 Z\" fill=\"rgb(181, 101, 118)\"></path><path d=\"M 26.591 17.892 L 17 28.801 L 17 5.199 L 18.133 3.91 C 19.706 2.125 20.995 2.607 20.995 4.987 L 20.995 15.187 L 25.373 15.187 C 27.356 15.187 27.908 16.405 26.591 17.892 Z\" fill=\"rgb(181, 101, 118)\" opacity=\"0.4\"></path></svg>',svgContentId:11251143662,withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14l0vaj\",\"data-framer-name\":\"copy\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-180m4aa\",\"data-styles-preset\":\"RoXEf40zT\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(105, 118, 65)\"},children:\"Live the Experience!\"})}),className:\"framer-yxluti\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-mfpfrv\",\"data-styles-preset\":\"Gloywxfg2\",style:{\"--framer-text-color\":\"var(--token-2a8593d0-85ba-4e5b-ba55-1b8c27115242, rgb(19, 19, 21))\"},children:\"All set! You just need to wait for your assigned Pro. Our Pros come with all the necessary tools to perform your service. Enjoy!\"})}),className:\"framer-kdtw5l\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xotzjn\",\"data-border\":true,\"data-framer-name\":\"section/conditions\",id:elementId2,ref:ref3,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1i7t7my\",\"data-framer-name\":\"max-width-container\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-shdlc4\",\"data-framer-name\":\"header\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1q259je\",\"data-framer-name\":\"header+subhead\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-xhx5yo\",\"data-styles-preset\":\"W3ZSte1b_\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"About Foriu\"})}),className:\"framer-1pwalxw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-11wj0x7\",\"data-framer-name\":\"btn\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"RlMRqFIlr\"},implicitPathVariables:undefined},{href:{webPageId:\"RlMRqFIlr\"},implicitPathVariables:undefined},{href:{webPageId:\"RlMRqFIlr\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOWrar4Av:{y:(componentViewport?.y||0)+0+0+0+2739.4+99+0+0+0+0+92.2+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:(componentViewport?.y||0)+0+0+0+1509.8+99+0+0+0+0+92.2+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1aat618-container\",\"data-framer-name\":\"CTA\",name:\"CTA\",nodeId:\"wCsqH6Wh9\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOWrar4Av:{cDYRm69n7:resolvedLinks1[1]},uoDP0NGZ9:{cDYRm69n7:resolvedLinks1[2]}},children:/*#__PURE__*/_jsx(CTAs,{cDYRm69n7:resolvedLinks1[0],height:\"100%\",id:\"wCsqH6Wh9\",j4FBnqbnG:false,layoutId:\"wCsqH6Wh9\",MWuppPuA5:\"Questions? Reach Out\",name:\"CTA\",variant:\"ypV4qiuN2\",width:\"100%\",y8BJkg70B:false})})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-19hd9k9\",\"data-framer-name\":\"tabs-desktop\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOWrar4Av:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1148px)`,y:(componentViewport?.y||0)+0+0+0+2739.4+99+0+0+226.2+0+0},uoDP0NGZ9:{width:\"737px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:502,width:\"1148px\",y:(componentViewport?.y||0)+0+0+0+1509.8+99+0+0+226.2+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wdy7lq-container\",id:elementId3,nodeId:\"TNgGcXaM8\",ref:ref4,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOWrar4Av:{variant:\"mSud0ZnUi\"}},children:/*#__PURE__*/_jsx(ConditionsTabsDesktop,{height:\"100%\",id:\"TNgGcXaM8\",kMiAkN8NB:addImageAlt({pixelHeight:1080,pixelWidth:1920,src:\"https://framerusercontent.com/images/dpay49FYGbC9U0UT4zwOF2bZyo.png\",srcSet:\"https://framerusercontent.com/images/dpay49FYGbC9U0UT4zwOF2bZyo.png?scale-down-to=512 512w,https://framerusercontent.com/images/dpay49FYGbC9U0UT4zwOF2bZyo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/dpay49FYGbC9U0UT4zwOF2bZyo.png 1920w\"},\"\"),layoutId:\"TNgGcXaM8\",style:{width:\"100%\"},variant:\"QbN9hgy35\",width:\"100%\",zmeJFrIBr:\"row\"})})})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rmy47m\",\"data-border\":true,\"data-framer-name\":\"section/services\",id:elementId4,ref:ref5,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ym1ahf\",\"data-framer-name\":\"max-width-container\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ho5lw2\",\"data-framer-name\":\"header\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uoDP0NGZ9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1eh2rg6\",\"data-styles-preset\":\"WoS16KzUD\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(181, 101, 118)\"},children:\"Services we offer\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-xhx5yo\",\"data-styles-preset\":\"W3ZSte1b_\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(181, 101, 118)\"},children:\"Services we offer\"})}),className:\"framer-4nskt6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1lzrjrc\",\"data-styles-preset\":\"QVNuEkYsX\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-2a8593d0-85ba-4e5b-ba55-1b8c27115242, rgb(19, 19, 21))\"},children:\"We offer at-home beauty services so you can enjoy a comfortable and high-quality experience.\"})}),className:\"framer-jsrhnf\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13sooc1\",\"data-framer-name\":\"service card grid\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{qnxdc2iHU:\"blowout\"},unresolvedPathSlugs:{qnxdc2iHU:{collectionId:\"K5CfABfjZ\",collectionItemId:\"sqpxL_BzU\"}},webPageId:\"Uv2Nnpgu0\"},implicitPathVariables:undefined},{href:{pathVariables:{qnxdc2iHU:\"blowout\"},unresolvedPathSlugs:{qnxdc2iHU:{collectionId:\"K5CfABfjZ\",collectionItemId:\"sqpxL_BzU\"}},webPageId:\"Uv2Nnpgu0\"},implicitPathVariables:undefined},{href:{pathVariables:{qnxdc2iHU:\"blowout\"},unresolvedPathSlugs:{qnxdc2iHU:{collectionId:\"K5CfABfjZ\",collectionItemId:\"sqpxL_BzU\"}},webPageId:\"Uv2Nnpgu0\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOWrar4Av:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1148px) - 40px, 200px)`,y:(componentViewport?.y||0)+0+0+0+3665.6+56+0+0+196.5+0+0},uoDP0NGZ9:{y:(componentViewport?.y||0)+0+0+0+2436+56+0+0+199.9+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:436,width:`max((min(${componentViewport?.width||\"100vw\"}, 1148px) - 32px) / 2, 200px)`,y:(componentViewport?.y||0)+0+0+0+2436+56+0+0+196.5+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-w3wv3-container\",nodeId:\"XuqNhOyei\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOWrar4Av:{k4dVgaOAL:resolvedLinks2[1]},uoDP0NGZ9:{k4dVgaOAL:resolvedLinks2[2]}},children:/*#__PURE__*/_jsx(ServiceCard,{height:\"100%\",id:\"XuqNhOyei\",isbXuz0tm:\"Blowout\",k4dVgaOAL:resolvedLinks2[0],kG_2z3JNB:\"\",layoutId:\"XuqNhOyei\",LkyATKYk1:addImageAlt({pixelHeight:1080,pixelWidth:1920,src:\"https://framerusercontent.com/images/RmrghpQ4GooXjtLRJ1kH1WVmAPc.png\",srcSet:\"https://framerusercontent.com/images/RmrghpQ4GooXjtLRJ1kH1WVmAPc.png?scale-down-to=512 512w,https://framerusercontent.com/images/RmrghpQ4GooXjtLRJ1kH1WVmAPc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/RmrghpQ4GooXjtLRJ1kH1WVmAPc.png 1920w\"},\"\"),style:{width:\"100%\"},variant:\"FoTeL5jmr\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{qnxdc2iHU:\"updo\"},unresolvedPathSlugs:{qnxdc2iHU:{collectionId:\"K5CfABfjZ\",collectionItemId:\"zCLiQcoD5\"}},webPageId:\"Uv2Nnpgu0\"},implicitPathVariables:undefined},{href:{pathVariables:{qnxdc2iHU:\"updo\"},unresolvedPathSlugs:{qnxdc2iHU:{collectionId:\"K5CfABfjZ\",collectionItemId:\"zCLiQcoD5\"}},webPageId:\"Uv2Nnpgu0\"},implicitPathVariables:undefined},{href:{pathVariables:{qnxdc2iHU:\"updo\"},unresolvedPathSlugs:{qnxdc2iHU:{collectionId:\"K5CfABfjZ\",collectionItemId:\"zCLiQcoD5\"}},webPageId:\"Uv2Nnpgu0\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOWrar4Av:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1148px) - 40px, 200px)`,y:(componentViewport?.y||0)+0+0+0+3665.6+56+0+0+196.5+0+465},uoDP0NGZ9:{y:(componentViewport?.y||0)+0+0+0+2436+56+0+0+199.9+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:436,width:`max((min(${componentViewport?.width||\"100vw\"}, 1148px) - 32px) / 2, 200px)`,y:(componentViewport?.y||0)+0+0+0+2436+56+0+0+196.5+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-nc6mnk-container\",nodeId:\"w9lceMn7R\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOWrar4Av:{k4dVgaOAL:resolvedLinks3[1]},uoDP0NGZ9:{k4dVgaOAL:resolvedLinks3[2]}},children:/*#__PURE__*/_jsx(ServiceCard,{height:\"100%\",id:\"w9lceMn7R\",isbXuz0tm:\"Updo\",k4dVgaOAL:resolvedLinks3[0],kG_2z3JNB:\"\",layoutId:\"w9lceMn7R\",LkyATKYk1:addImageAlt({pixelHeight:1080,pixelWidth:1920,src:\"https://framerusercontent.com/images/a8yq9PXDXuEkQ8hTOXdaAkUaQ.jpg\",srcSet:\"https://framerusercontent.com/images/a8yq9PXDXuEkQ8hTOXdaAkUaQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/a8yq9PXDXuEkQ8hTOXdaAkUaQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/a8yq9PXDXuEkQ8hTOXdaAkUaQ.jpg 1920w\"},\"\"),style:{width:\"100%\"},variant:\"FoTeL5jmr\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{qnxdc2iHU:\"makeup\"},unresolvedPathSlugs:{qnxdc2iHU:{collectionId:\"K5CfABfjZ\",collectionItemId:\"uYlE4xLLX\"}},webPageId:\"Uv2Nnpgu0\"},implicitPathVariables:undefined},{href:{pathVariables:{qnxdc2iHU:\"makeup\"},unresolvedPathSlugs:{qnxdc2iHU:{collectionId:\"K5CfABfjZ\",collectionItemId:\"uYlE4xLLX\"}},webPageId:\"Uv2Nnpgu0\"},implicitPathVariables:undefined},{href:{pathVariables:{qnxdc2iHU:\"makeup\"},unresolvedPathSlugs:{qnxdc2iHU:{collectionId:\"K5CfABfjZ\",collectionItemId:\"uYlE4xLLX\"}},webPageId:\"Uv2Nnpgu0\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOWrar4Av:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1148px) - 40px, 200px)`,y:(componentViewport?.y||0)+0+0+0+3665.6+56+0+0+196.5+0+930},uoDP0NGZ9:{y:(componentViewport?.y||0)+0+0+0+2436+56+0+0+199.9+0+468}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:436,width:`max((min(${componentViewport?.width||\"100vw\"}, 1148px) - 32px) / 2, 200px)`,y:(componentViewport?.y||0)+0+0+0+2436+56+0+0+196.5+0+468,children:/*#__PURE__*/_jsx(Container,{className:\"framer-19kdm1g-container\",nodeId:\"vXyI_24sd\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOWrar4Av:{k4dVgaOAL:resolvedLinks4[1]},uoDP0NGZ9:{k4dVgaOAL:resolvedLinks4[2]}},children:/*#__PURE__*/_jsx(ServiceCard,{height:\"100%\",id:\"vXyI_24sd\",isbXuz0tm:\"Makeup\",k4dVgaOAL:resolvedLinks4[0],kG_2z3JNB:\"\",layoutId:\"vXyI_24sd\",LkyATKYk1:addImageAlt({pixelHeight:1080,pixelWidth:1920,src:\"https://framerusercontent.com/images/GvvACjeeAj102ZvnOfnjseyVzYg.png\",srcSet:\"https://framerusercontent.com/images/GvvACjeeAj102ZvnOfnjseyVzYg.png?scale-down-to=512 512w,https://framerusercontent.com/images/GvvACjeeAj102ZvnOfnjseyVzYg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/GvvACjeeAj102ZvnOfnjseyVzYg.png 1920w\"},\"\"),style:{width:\"100%\"},variant:\"FoTeL5jmr\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{qnxdc2iHU:\"blowout-makeup\"},unresolvedPathSlugs:{qnxdc2iHU:{collectionId:\"K5CfABfjZ\",collectionItemId:\"RQn3m0nR0\"}},webPageId:\"Uv2Nnpgu0\"},implicitPathVariables:undefined},{href:{pathVariables:{qnxdc2iHU:\"blowout-makeup\"},unresolvedPathSlugs:{qnxdc2iHU:{collectionId:\"K5CfABfjZ\",collectionItemId:\"RQn3m0nR0\"}},webPageId:\"Uv2Nnpgu0\"},implicitPathVariables:undefined},{href:{pathVariables:{qnxdc2iHU:\"blowout-makeup\"},unresolvedPathSlugs:{qnxdc2iHU:{collectionId:\"K5CfABfjZ\",collectionItemId:\"RQn3m0nR0\"}},webPageId:\"Uv2Nnpgu0\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOWrar4Av:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1148px) - 40px, 200px)`,y:(componentViewport?.y||0)+0+0+0+3665.6+56+0+0+196.5+0+1395},uoDP0NGZ9:{y:(componentViewport?.y||0)+0+0+0+2436+56+0+0+199.9+0+468}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:436,width:`max((min(${componentViewport?.width||\"100vw\"}, 1148px) - 32px) / 2, 200px)`,y:(componentViewport?.y||0)+0+0+0+2436+56+0+0+196.5+0+468,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ofdy27-container\",nodeId:\"GOTyzreCY\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOWrar4Av:{k4dVgaOAL:resolvedLinks5[1]},uoDP0NGZ9:{k4dVgaOAL:resolvedLinks5[2]}},children:/*#__PURE__*/_jsx(ServiceCard,{height:\"100%\",id:\"GOTyzreCY\",isbXuz0tm:\"Blowout + Makeup\",k4dVgaOAL:resolvedLinks5[0],kG_2z3JNB:\"\",layoutId:\"GOTyzreCY\",LkyATKYk1:addImageAlt({pixelHeight:1080,pixelWidth:1920,src:\"https://framerusercontent.com/images/9aXbI56cAmsPSpEy4CpFEf1eYw.png\",srcSet:\"https://framerusercontent.com/images/9aXbI56cAmsPSpEy4CpFEf1eYw.png?scale-down-to=512 512w,https://framerusercontent.com/images/9aXbI56cAmsPSpEy4CpFEf1eYw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/9aXbI56cAmsPSpEy4CpFEf1eYw.png 1920w\"},\"\"),style:{width:\"100%\"},variant:\"FoTeL5jmr\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{qnxdc2iHU:\"updo-makeup\"},unresolvedPathSlugs:{qnxdc2iHU:{collectionId:\"K5CfABfjZ\",collectionItemId:\"nU2hFF1Rt\"}},webPageId:\"Uv2Nnpgu0\"},implicitPathVariables:undefined},{href:{pathVariables:{qnxdc2iHU:\"updo-makeup\"},unresolvedPathSlugs:{qnxdc2iHU:{collectionId:\"K5CfABfjZ\",collectionItemId:\"nU2hFF1Rt\"}},webPageId:\"Uv2Nnpgu0\"},implicitPathVariables:undefined},{href:{pathVariables:{qnxdc2iHU:\"updo-makeup\"},unresolvedPathSlugs:{qnxdc2iHU:{collectionId:\"K5CfABfjZ\",collectionItemId:\"nU2hFF1Rt\"}},webPageId:\"Uv2Nnpgu0\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOWrar4Av:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1148px) - 40px, 200px)`,y:(componentViewport?.y||0)+0+0+0+3665.6+56+0+0+196.5+0+1860},uoDP0NGZ9:{y:(componentViewport?.y||0)+0+0+0+2436+56+0+0+199.9+0+936}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:436,width:`max((min(${componentViewport?.width||\"100vw\"}, 1148px) - 32px) / 2, 200px)`,y:(componentViewport?.y||0)+0+0+0+2436+56+0+0+196.5+0+936,children:/*#__PURE__*/_jsx(Container,{className:\"framer-21vj4g-container\",nodeId:\"fuJF1F3Ig\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOWrar4Av:{k4dVgaOAL:resolvedLinks6[1]},uoDP0NGZ9:{k4dVgaOAL:resolvedLinks6[2]}},children:/*#__PURE__*/_jsx(ServiceCard,{height:\"100%\",id:\"fuJF1F3Ig\",isbXuz0tm:\"Updo + Makeup\",k4dVgaOAL:resolvedLinks6[0],kG_2z3JNB:\"\",layoutId:\"fuJF1F3Ig\",LkyATKYk1:addImageAlt({pixelHeight:1080,pixelWidth:1920,src:\"https://framerusercontent.com/images/2Y2bWmPFWnZo9G2P9l7nT74zuc.jpg\",srcSet:\"https://framerusercontent.com/images/2Y2bWmPFWnZo9G2P9l7nT74zuc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/2Y2bWmPFWnZo9G2P9l7nT74zuc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/2Y2bWmPFWnZo9G2P9l7nT74zuc.jpg 1920w\"},\"\"),style:{width:\"100%\"},variant:\"FoTeL5jmr\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{qnxdc2iHU:\"x2-blowout-x2-makeup\"},unresolvedPathSlugs:{qnxdc2iHU:{collectionId:\"K5CfABfjZ\",collectionItemId:\"ibfJxylen\"}},webPageId:\"Uv2Nnpgu0\"},implicitPathVariables:undefined},{href:{pathVariables:{qnxdc2iHU:\"x2-blowout-x2-makeup\"},unresolvedPathSlugs:{qnxdc2iHU:{collectionId:\"K5CfABfjZ\",collectionItemId:\"ibfJxylen\"}},webPageId:\"Uv2Nnpgu0\"},implicitPathVariables:undefined},{href:{pathVariables:{qnxdc2iHU:\"x2-blowout-x2-makeup\"},unresolvedPathSlugs:{qnxdc2iHU:{collectionId:\"K5CfABfjZ\",collectionItemId:\"ibfJxylen\"}},webPageId:\"Uv2Nnpgu0\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOWrar4Av:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1148px) - 40px, 200px)`,y:(componentViewport?.y||0)+0+0+0+3665.6+56+0+0+196.5+0+2325},uoDP0NGZ9:{y:(componentViewport?.y||0)+0+0+0+2436+56+0+0+199.9+0+936}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:436,width:`max((min(${componentViewport?.width||\"100vw\"}, 1148px) - 32px) / 2, 200px)`,y:(componentViewport?.y||0)+0+0+0+2436+56+0+0+196.5+0+936,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ifithg-container\",nodeId:\"sW3J5yH8h\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOWrar4Av:{k4dVgaOAL:resolvedLinks7[1]},uoDP0NGZ9:{k4dVgaOAL:resolvedLinks7[2]}},children:/*#__PURE__*/_jsx(ServiceCard,{height:\"100%\",id:\"sW3J5yH8h\",isbXuz0tm:\"x2 Blowout + x2 Makeup\",k4dVgaOAL:resolvedLinks7[0],kG_2z3JNB:\"\",layoutId:\"sW3J5yH8h\",LkyATKYk1:addImageAlt({pixelHeight:1080,pixelWidth:1920,src:\"https://framerusercontent.com/images/Bx3qK2P5MZGTy5lWjOKCI89RQgU.png\",srcSet:\"https://framerusercontent.com/images/Bx3qK2P5MZGTy5lWjOKCI89RQgU.png?scale-down-to=512 512w,https://framerusercontent.com/images/Bx3qK2P5MZGTy5lWjOKCI89RQgU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Bx3qK2P5MZGTy5lWjOKCI89RQgU.png 1920w\"},\"\"),style:{width:\"100%\"},variant:\"FoTeL5jmr\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{qnxdc2iHU:\"x3-blowout-x3-makeup\"},unresolvedPathSlugs:{qnxdc2iHU:{collectionId:\"K5CfABfjZ\",collectionItemId:\"Yei4HoFDT\"}},webPageId:\"Uv2Nnpgu0\"},implicitPathVariables:undefined},{href:{pathVariables:{qnxdc2iHU:\"x3-blowout-x3-makeup\"},unresolvedPathSlugs:{qnxdc2iHU:{collectionId:\"K5CfABfjZ\",collectionItemId:\"Yei4HoFDT\"}},webPageId:\"Uv2Nnpgu0\"},implicitPathVariables:undefined},{href:{pathVariables:{qnxdc2iHU:\"x3-blowout-x3-makeup\"},unresolvedPathSlugs:{qnxdc2iHU:{collectionId:\"K5CfABfjZ\",collectionItemId:\"Yei4HoFDT\"}},webPageId:\"Uv2Nnpgu0\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOWrar4Av:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1148px) - 40px, 200px)`,y:(componentViewport?.y||0)+0+0+0+3665.6+56+0+0+196.5+0+2790},uoDP0NGZ9:{y:(componentViewport?.y||0)+0+0+0+2436+56+0+0+199.9+0+1404}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:436,width:`max((min(${componentViewport?.width||\"100vw\"}, 1148px) - 32px) / 2, 200px)`,y:(componentViewport?.y||0)+0+0+0+2436+56+0+0+196.5+0+1404,children:/*#__PURE__*/_jsx(Container,{className:\"framer-840hcz-container\",nodeId:\"H8iCb09SP\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOWrar4Av:{k4dVgaOAL:resolvedLinks8[1]},uoDP0NGZ9:{k4dVgaOAL:resolvedLinks8[2]}},children:/*#__PURE__*/_jsx(ServiceCard,{height:\"100%\",id:\"H8iCb09SP\",isbXuz0tm:\"x3 Blowout + x3 Makeup\",k4dVgaOAL:resolvedLinks8[0],kG_2z3JNB:\"\",layoutId:\"H8iCb09SP\",LkyATKYk1:addImageAlt({pixelHeight:1080,pixelWidth:1920,src:\"https://framerusercontent.com/images/TUw9uHr4ozy1g5uHAkA0kJR8pM.png\",srcSet:\"https://framerusercontent.com/images/TUw9uHr4ozy1g5uHAkA0kJR8pM.png?scale-down-to=512 512w,https://framerusercontent.com/images/TUw9uHr4ozy1g5uHAkA0kJR8pM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/TUw9uHr4ozy1g5uHAkA0kJR8pM.png 1920w\"},\"\"),style:{width:\"100%\"},variant:\"FoTeL5jmr\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{qnxdc2iHU:\"x4-blowout-x4-makeup\"},unresolvedPathSlugs:{qnxdc2iHU:{collectionId:\"K5CfABfjZ\",collectionItemId:\"mR5pnAjvj\"}},webPageId:\"Uv2Nnpgu0\"},implicitPathVariables:undefined},{href:{pathVariables:{qnxdc2iHU:\"x4-blowout-x4-makeup\"},unresolvedPathSlugs:{qnxdc2iHU:{collectionId:\"K5CfABfjZ\",collectionItemId:\"mR5pnAjvj\"}},webPageId:\"Uv2Nnpgu0\"},implicitPathVariables:undefined},{href:{pathVariables:{qnxdc2iHU:\"x4-blowout-x4-makeup\"},unresolvedPathSlugs:{qnxdc2iHU:{collectionId:\"K5CfABfjZ\",collectionItemId:\"mR5pnAjvj\"}},webPageId:\"Uv2Nnpgu0\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOWrar4Av:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1148px) - 40px, 200px)`,y:(componentViewport?.y||0)+0+0+0+3665.6+56+0+0+196.5+0+3255},uoDP0NGZ9:{y:(componentViewport?.y||0)+0+0+0+2436+56+0+0+199.9+0+1404}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:436,width:`max((min(${componentViewport?.width||\"100vw\"}, 1148px) - 32px) / 2, 200px)`,y:(componentViewport?.y||0)+0+0+0+2436+56+0+0+196.5+0+1404,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1im7iww-container\",nodeId:\"NMy1CphBd\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOWrar4Av:{k4dVgaOAL:resolvedLinks9[1]},uoDP0NGZ9:{k4dVgaOAL:resolvedLinks9[2]}},children:/*#__PURE__*/_jsx(ServiceCard,{height:\"100%\",id:\"NMy1CphBd\",isbXuz0tm:\"x4 Blowout + x4 Makeup\",k4dVgaOAL:resolvedLinks9[0],kG_2z3JNB:\"\",layoutId:\"NMy1CphBd\",LkyATKYk1:addImageAlt({pixelHeight:1080,pixelWidth:1920,src:\"https://framerusercontent.com/images/EjQBncQifD1bwXYmMpf8qzBalJo.png\",srcSet:\"https://framerusercontent.com/images/EjQBncQifD1bwXYmMpf8qzBalJo.png?scale-down-to=512 512w,https://framerusercontent.com/images/EjQBncQifD1bwXYmMpf8qzBalJo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/EjQBncQifD1bwXYmMpf8qzBalJo.png 1920w\"},\"\"),style:{width:\"100%\"},variant:\"FoTeL5jmr\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{qnxdc2iHU:\"x5-blowout-x5-makeup\"},unresolvedPathSlugs:{qnxdc2iHU:{collectionId:\"K5CfABfjZ\",collectionItemId:\"ScXeORMwU\"}},webPageId:\"Uv2Nnpgu0\"},implicitPathVariables:undefined},{href:{pathVariables:{qnxdc2iHU:\"x5-blowout-x5-makeup\"},unresolvedPathSlugs:{qnxdc2iHU:{collectionId:\"K5CfABfjZ\",collectionItemId:\"ScXeORMwU\"}},webPageId:\"Uv2Nnpgu0\"},implicitPathVariables:undefined},{href:{pathVariables:{qnxdc2iHU:\"x5-blowout-x5-makeup\"},unresolvedPathSlugs:{qnxdc2iHU:{collectionId:\"K5CfABfjZ\",collectionItemId:\"ScXeORMwU\"}},webPageId:\"Uv2Nnpgu0\"},implicitPathVariables:undefined}],children:resolvedLinks10=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOWrar4Av:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1148px) - 40px, 200px)`,y:(componentViewport?.y||0)+0+0+0+3665.6+56+0+0+196.5+0+3720},uoDP0NGZ9:{y:(componentViewport?.y||0)+0+0+0+2436+56+0+0+199.9+0+1872}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:436,width:`max((min(${componentViewport?.width||\"100vw\"}, 1148px) - 32px) / 2, 200px)`,y:(componentViewport?.y||0)+0+0+0+2436+56+0+0+196.5+0+1872,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lz8w2t-container\",nodeId:\"J3GFwJU4w\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOWrar4Av:{k4dVgaOAL:resolvedLinks10[1]},uoDP0NGZ9:{k4dVgaOAL:resolvedLinks10[2]}},children:/*#__PURE__*/_jsx(ServiceCard,{height:\"100%\",id:\"J3GFwJU4w\",isbXuz0tm:\"x5 Blowout + x5 Makeup\",k4dVgaOAL:resolvedLinks10[0],kG_2z3JNB:\"\",layoutId:\"J3GFwJU4w\",LkyATKYk1:addImageAlt({pixelHeight:1080,pixelWidth:1920,src:\"https://framerusercontent.com/images/0tRqLPAKLDa1i30C8wU9K9PM9Y.png\",srcSet:\"https://framerusercontent.com/images/0tRqLPAKLDa1i30C8wU9K9PM9Y.png?scale-down-to=512 512w,https://framerusercontent.com/images/0tRqLPAKLDa1i30C8wU9K9PM9Y.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/0tRqLPAKLDa1i30C8wU9K9PM9Y.png 1920w\"},\"\"),style:{width:\"100%\"},variant:\"FoTeL5jmr\",width:\"100%\"})})})})})})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ky7zef\",\"data-border\":true,\"data-framer-name\":\"section/reviews\",id:elementId5,ref:ref6,children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-dq6mxj\",\"data-framer-name\":\"max-width-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rwuzn6\",\"data-framer-name\":\"header\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-cl49h2\",\"data-framer-name\":\"title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-xhx5yo\",\"data-styles-preset\":\"W3ZSte1b_\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Feedback from Clients\"})}),className:\"framer-n4alou\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1eyx651\",\"data-framer-name\":\"subhead\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1a1dpok\",\"data-framer-name\":\"review stars\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 78 12\"><path d=\"M 5.805 0.113 C 5.64 0.113 5.479 0.159 5.34 0.247 C 5.203 0.333 5.094 0.455 5.025 0.6 L 3.708 3.217 C 3.705 3.222 3.703 3.228 3.7 3.233 C 3.7 3.234 3.699 3.235 3.698 3.236 C 3.696 3.237 3.695 3.237 3.694 3.238 C 3.689 3.238 3.684 3.239 3.679 3.24 L 0.779 3.663 C 0.619 3.678 0.466 3.737 0.338 3.834 C 0.206 3.933 0.105 4.069 0.05 4.224 C -0.006 4.379 -0.015 4.546 0.024 4.706 C 0.062 4.865 0.147 5.01 0.267 5.123 L 2.39 7.139 L 2.394 7.143 C 2.398 7.146 2.4 7.15 2.401 7.153 C 2.402 7.157 2.403 7.161 2.402 7.165 L 2.402 7.168 L 1.896 10.082 L 1.896 10.083 C 1.868 10.241 1.886 10.404 1.947 10.552 C 2.008 10.701 2.111 10.83 2.243 10.924 C 2.375 11.018 2.531 11.074 2.693 11.085 C 2.856 11.096 3.018 11.062 3.162 10.987 L 3.163 10.987 L 5.775 9.627 C 5.784 9.623 5.794 9.621 5.805 9.621 C 5.815 9.621 5.825 9.623 5.834 9.627 L 8.447 10.987 L 8.447 10.987 C 8.591 11.062 8.753 11.096 8.916 11.085 C 9.078 11.074 9.235 11.018 9.367 10.924 C 9.499 10.83 9.601 10.701 9.662 10.552 C 9.724 10.404 9.741 10.241 9.714 10.083 L 9.713 10.082 L 9.208 7.168 L 9.207 7.165 C 9.207 7.161 9.207 7.157 9.208 7.153 C 9.209 7.15 9.212 7.146 9.215 7.143 L 9.22 7.139 L 11.342 5.122 C 11.462 5.01 11.547 4.865 11.586 4.706 C 11.624 4.546 11.615 4.379 11.56 4.224 C 11.504 4.069 11.404 3.933 11.271 3.834 C 11.143 3.737 10.99 3.678 10.83 3.663 L 7.931 3.24 C 7.926 3.239 7.921 3.238 7.916 3.238 C 7.914 3.237 7.913 3.237 7.912 3.236 C 7.91 3.235 7.91 3.234 7.909 3.233 C 7.907 3.228 7.904 3.222 7.902 3.217 L 6.585 0.6 C 6.515 0.455 6.406 0.333 6.269 0.247 C 6.13 0.159 5.969 0.113 5.805 0.113 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 22.289 0.113 C 22.124 0.113 21.963 0.159 21.824 0.247 C 21.687 0.333 21.578 0.455 21.509 0.6 L 20.192 3.217 C 20.189 3.222 20.187 3.228 20.184 3.233 C 20.184 3.234 20.183 3.235 20.182 3.236 C 20.181 3.237 20.179 3.237 20.178 3.238 C 20.173 3.238 20.168 3.239 20.163 3.24 L 17.263 3.663 C 17.103 3.678 16.95 3.737 16.822 3.834 C 16.69 3.933 16.59 4.069 16.534 4.224 C 16.478 4.379 16.469 4.546 16.508 4.706 C 16.547 4.865 16.631 5.01 16.751 5.123 L 18.874 7.139 L 18.879 7.143 C 18.882 7.146 18.884 7.15 18.885 7.153 C 18.886 7.157 18.887 7.161 18.886 7.165 L 18.886 7.168 L 18.38 10.082 L 18.38 10.083 C 18.352 10.241 18.37 10.404 18.431 10.552 C 18.492 10.701 18.595 10.83 18.727 10.924 C 18.859 11.018 19.015 11.074 19.178 11.085 C 19.34 11.096 19.502 11.062 19.646 10.987 L 19.647 10.987 L 22.259 9.627 C 22.268 9.623 22.279 9.621 22.289 9.621 C 22.299 9.621 22.309 9.623 22.318 9.627 L 24.931 10.987 L 24.931 10.987 C 25.075 11.062 25.238 11.096 25.4 11.085 C 25.563 11.074 25.719 11.018 25.851 10.924 C 25.983 10.83 26.085 10.701 26.147 10.552 C 26.208 10.404 26.225 10.241 26.198 10.083 L 26.198 10.082 L 25.692 7.168 L 25.691 7.165 C 25.691 7.161 25.691 7.157 25.692 7.153 C 25.693 7.15 25.696 7.146 25.699 7.143 L 25.704 7.139 L 27.826 5.122 C 27.946 5.01 28.031 4.865 28.07 4.706 C 28.108 4.546 28.099 4.379 28.044 4.224 C 27.988 4.069 27.888 3.933 27.755 3.834 C 27.627 3.737 27.475 3.678 27.314 3.663 L 24.415 3.24 C 24.41 3.239 24.405 3.238 24.4 3.238 C 24.398 3.237 24.397 3.237 24.396 3.236 C 24.394 3.235 24.394 3.234 24.393 3.233 C 24.391 3.228 24.388 3.222 24.386 3.217 L 23.069 0.6 C 22.999 0.455 22.89 0.333 22.753 0.247 C 22.614 0.159 22.453 0.113 22.289 0.113 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 38.773 0.113 C 38.609 0.113 38.448 0.159 38.309 0.247 C 38.172 0.333 38.063 0.455 37.993 0.6 L 36.676 3.217 C 36.674 3.222 36.671 3.228 36.669 3.233 C 36.669 3.234 36.668 3.235 36.666 3.236 C 36.665 3.237 36.664 3.237 36.662 3.238 C 36.657 3.238 36.652 3.239 36.647 3.24 L 33.748 3.663 C 33.588 3.678 33.435 3.737 33.307 3.834 C 33.174 3.933 33.074 4.069 33.018 4.224 C 32.963 4.379 32.954 4.546 32.993 4.706 C 33.031 4.865 33.116 5.01 33.236 5.123 L 35.358 7.139 L 35.363 7.143 C 35.366 7.146 35.368 7.15 35.37 7.153 C 35.371 7.157 35.371 7.161 35.371 7.165 L 35.37 7.168 L 34.865 10.082 L 34.864 10.083 C 34.837 10.241 34.854 10.404 34.916 10.552 C 34.977 10.701 35.079 10.83 35.211 10.924 C 35.343 11.018 35.5 11.074 35.662 11.085 C 35.824 11.096 35.987 11.062 36.13 10.987 L 36.131 10.987 L 38.744 9.627 C 38.753 9.623 38.763 9.621 38.773 9.621 C 38.784 9.621 38.794 9.623 38.803 9.627 L 41.415 10.987 L 41.416 10.987 C 41.56 11.062 41.722 11.096 41.885 11.085 C 42.047 11.074 42.203 11.018 42.335 10.924 C 42.467 10.83 42.57 10.701 42.631 10.552 C 42.692 10.404 42.71 10.241 42.682 10.083 L 42.682 10.082 L 42.177 7.168 L 42.176 7.165 C 42.175 7.161 42.176 7.157 42.177 7.153 C 42.178 7.15 42.18 7.146 42.183 7.143 L 42.188 7.139 L 44.311 5.122 C 44.431 5.01 44.516 4.865 44.554 4.706 C 44.593 4.546 44.584 4.379 44.528 4.224 C 44.473 4.069 44.372 3.933 44.24 3.834 C 44.112 3.737 43.959 3.678 43.799 3.663 L 40.899 3.24 C 40.894 3.239 40.889 3.238 40.884 3.238 C 40.883 3.237 40.882 3.237 40.88 3.236 C 40.879 3.235 40.878 3.234 40.878 3.233 C 40.875 3.228 40.873 3.222 40.87 3.217 L 39.553 0.6 C 39.484 0.455 39.375 0.333 39.238 0.247 C 39.099 0.159 38.938 0.113 38.773 0.113 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 55.257 0.113 C 55.093 0.113 54.932 0.159 54.793 0.247 C 54.656 0.333 54.547 0.455 54.477 0.6 L 53.161 3.217 C 53.158 3.222 53.156 3.228 53.153 3.233 C 53.152 3.234 53.152 3.235 53.15 3.236 C 53.149 3.237 53.148 3.237 53.147 3.238 C 53.141 3.238 53.136 3.239 53.131 3.24 L 50.232 3.663 C 50.072 3.678 49.919 3.737 49.791 3.834 C 49.658 3.933 49.558 4.069 49.502 4.224 C 49.447 4.379 49.438 4.546 49.476 4.706 C 49.515 4.865 49.6 5.01 49.72 5.123 L 51.842 7.139 L 51.847 7.143 C 51.85 7.146 51.853 7.15 51.854 7.153 C 51.855 7.157 51.855 7.161 51.855 7.165 L 51.854 7.168 L 51.349 10.082 L 51.348 10.083 C 51.321 10.241 51.338 10.404 51.4 10.552 C 51.461 10.701 51.563 10.83 51.695 10.924 C 51.827 11.018 51.984 11.074 52.146 11.085 C 52.309 11.096 52.471 11.062 52.615 10.987 L 52.615 10.987 L 55.228 9.627 C 55.237 9.623 55.247 9.621 55.257 9.621 C 55.268 9.621 55.278 9.623 55.287 9.627 L 57.9 10.987 L 57.9 10.987 C 58.044 11.062 58.206 11.096 58.369 11.085 C 58.531 11.074 58.687 11.018 58.819 10.924 C 58.951 10.83 59.054 10.701 59.115 10.552 C 59.177 10.404 59.194 10.241 59.166 10.083 L 59.166 10.082 L 58.661 7.168 L 58.66 7.165 C 58.659 7.161 58.66 7.157 58.661 7.153 C 58.662 7.15 58.665 7.146 58.668 7.143 L 58.672 7.139 L 60.795 5.122 C 60.915 5.01 61 4.865 61.038 4.706 C 61.077 4.546 61.068 4.379 61.012 4.224 C 60.957 4.069 60.856 3.933 60.724 3.834 C 60.596 3.737 60.443 3.678 60.283 3.663 L 57.384 3.24 C 57.379 3.239 57.374 3.238 57.368 3.238 C 57.367 3.237 57.366 3.237 57.364 3.236 C 57.363 3.235 57.362 3.234 57.362 3.233 C 57.359 3.228 57.357 3.222 57.354 3.217 L 56.038 0.6 C 55.968 0.455 55.859 0.333 55.722 0.247 C 55.583 0.159 55.422 0.113 55.257 0.113 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 71.741 0.113 C 71.577 0.113 71.416 0.159 71.277 0.247 C 71.14 0.333 71.031 0.455 70.961 0.6 L 69.645 3.217 C 69.642 3.222 69.64 3.228 69.637 3.233 L 69.635 3.236 L 69.63 3.238 C 69.625 3.238 69.62 3.239 69.615 3.24 L 66.716 3.663 C 66.556 3.678 66.403 3.737 66.275 3.834 C 66.143 3.933 66.042 4.069 65.987 4.224 C 65.931 4.379 65.922 4.546 65.961 4.706 C 65.999 4.865 66.084 5.01 66.204 5.123 L 68.327 7.139 L 68.331 7.143 L 68.338 7.153 L 68.339 7.165 L 68.338 7.168 L 67.833 10.082 C 67.805 10.24 67.822 10.404 67.884 10.552 C 67.945 10.701 68.047 10.83 68.179 10.924 C 68.311 11.018 68.468 11.074 68.63 11.085 C 68.793 11.096 68.955 11.062 69.099 10.987 L 71.712 9.627 C 71.721 9.623 71.731 9.621 71.741 9.621 C 71.752 9.621 71.762 9.623 71.771 9.627 L 74.383 10.987 C 74.527 11.062 74.69 11.096 74.853 11.085 C 75.015 11.074 75.172 11.018 75.304 10.924 C 75.436 10.83 75.538 10.701 75.599 10.552 C 75.661 10.404 75.678 10.241 75.65 10.083 L 75.145 7.168 L 75.144 7.165 L 75.145 7.153 L 75.152 7.143 L 75.157 7.139 L 77.279 5.122 C 77.399 5.01 77.484 4.865 77.522 4.706 C 77.561 4.546 77.552 4.379 77.496 4.224 C 77.441 4.069 77.341 3.933 77.208 3.834 C 77.08 3.737 76.927 3.678 76.767 3.663 L 73.868 3.24 C 73.863 3.239 73.858 3.238 73.852 3.238 L 73.848 3.236 L 73.846 3.233 C 73.843 3.228 73.841 3.222 73.838 3.217 L 72.522 0.6 C 72.452 0.455 72.343 0.333 72.206 0.247 C 72.067 0.159 71.906 0.113 71.741 0.113 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:10609612886,withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOWrar4Av:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Based on 500 reviews from\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Based on 500 reviews from\"})}),className:\"framer-18v4dsz\",\"data-framer-name\":\"Based on 53 reviews from\",fonts:[\"GF;Poppins-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-qvswmz\",\"data-framer-name\":\"logos\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-f5n5tz\",\"data-framer-name\":\"google logo\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:29,intrinsicWidth:29,svg:'<svg width=\"29\" height=\"29\" viewBox=\"0 0 29 29\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M26.82 14.5322C26.82 13.6222 26.7383 12.7472 26.5867 11.9072H14.5V16.8714H21.4067C21.1092 18.4756 20.205 19.8347 18.8458 20.7447V23.9647H22.9933C25.42 21.7306 26.82 18.4406 26.82 14.5322Z\" fill=\"#4285F4\"/>\\n<path d=\"M14.5001 27.074C17.9651 27.074 20.8701 25.9248 22.9934 23.9648L18.8459 20.7448C17.6967 21.5148 16.2267 21.9698 14.5001 21.9698C11.1576 21.9698 8.3284 19.7123 7.31924 16.679H3.03174V20.004C5.1434 24.1981 9.4834 27.074 14.5001 27.074Z\" fill=\"#34A853\"/>\\n<path d=\"M7.31949 16.6788C7.06283 15.9088 6.91699 15.0863 6.91699 14.2405C6.91699 13.3947 7.06283 12.5722 7.31949 11.8022V8.47717H3.03199C2.13366 10.2655 1.6662 12.2392 1.66699 14.2405C1.66699 16.3113 2.16283 18.2713 3.03199 20.0038L7.31949 16.6788Z\" fill=\"#FBBC05\"/>\\n<path d=\"M14.5001 6.51139C16.3842 6.51139 18.0759 7.15889 19.4059 8.43056L23.0867 4.74973C20.8642 2.67889 17.9592 1.40723 14.5001 1.40723C9.4834 1.40723 5.1434 4.28306 3.03174 8.47723L7.31924 11.8022C8.3284 8.76889 11.1576 6.51139 14.5001 6.51139Z\" fill=\"#EA4335\"/>\\n</svg>\\n',withExternalLayout:true})})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gpgakl\",\"data-framer-name\":\"review tickers\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-d04hls-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"P49fsb56K\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:100,height:\"100%\",hoverFactor:.5,id:\"P49fsb56K\",layoutId:\"P49fsb56K\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:131,children:/*#__PURE__*/_jsx(Container,{className:\"framer-lyuac3-container\",\"data-framer-name\":\"review-card-2\",inComponentSlot:true,name:\"review-card-2\",nodeId:\"VLO72kTS0\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ReviewCard,{height:\"100%\",I7jDD5pAP:\"Sophia H.\",id:\"VLO72kTS0\",layoutId:\"VLO72kTS0\",name:\"review-card-2\",NOtUWc_JS:'\"My Pro was excelent, just what I needed!\"',width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:131,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1q57wtu-container\",\"data-framer-name\":\"review-card-3\",inComponentSlot:true,name:\"review-card-3\",nodeId:\"EfJM4zd1C\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ReviewCard,{height:\"100%\",I7jDD5pAP:\"Ana R.\",id:\"EfJM4zd1C\",layoutId:\"EfJM4zd1C\",name:\"review-card-3\",NOtUWc_JS:'\"Incredible service, price and punctuality, just what I ordered!\"',width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:131,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1v56479-container\",\"data-framer-name\":\"review-card-4\",inComponentSlot:true,name:\"review-card-4\",nodeId:\"Jjwe5plUT\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ReviewCard,{height:\"100%\",I7jDD5pAP:\"Camila A.\",id:\"Jjwe5plUT\",layoutId:\"Jjwe5plUT\",name:\"review-card-4\",NOtUWc_JS:'\"Everything was excellent, I would definitely get my makeup done with you again! Thank you so much!\"',width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:131,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xrv6oc-container\",\"data-framer-name\":\"review-card-5\",inComponentSlot:true,name:\"review-card-5\",nodeId:\"Se2MLpoX5\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ReviewCard,{height:\"100%\",I7jDD5pAP:\"Cynthia E.\",id:\"Se2MLpoX5\",layoutId:\"Se2MLpoX5\",name:\"review-card-5\",NOtUWc_JS:'\"I really liked the service, and my makeup lasted all day.\"',width:\"100%\"})})})],speed:25,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-16sxedh-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"nB_kGCQ_7\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:100,height:\"100%\",hoverFactor:.5,id:\"nB_kGCQ_7\",layoutId:\"nB_kGCQ_7\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:true,paddingRight:0,paddingTop:0,sizingOptions:{heightType:false,widthType:true},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:131,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1y7nygp-container\",\"data-framer-name\":\"review-card-7\",inComponentSlot:true,name:\"review-card-7\",nodeId:\"R5lTGBrto\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ReviewCard,{height:\"100%\",I7jDD5pAP:\"Eugenia G.\",id:\"R5lTGBrto\",layoutId:\"R5lTGBrto\",name:\"review-card-7\",NOtUWc_JS:'\"Very good work, it turned out just the way I wanted, plus the advice was perfect.\"',width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:131,children:/*#__PURE__*/_jsx(Container,{className:\"framer-4d0rxq-container\",\"data-framer-name\":\"review-card-8\",inComponentSlot:true,name:\"review-card-8\",nodeId:\"Owmo9sB8R\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ReviewCard,{height:\"100%\",I7jDD5pAP:\"Megan M.\",id:\"Owmo9sB8R\",layoutId:\"Owmo9sB8R\",name:\"review-card-8\",NOtUWc_JS:'\"Everything was excellent, very friendly, and my hair turned out divine!\"',width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:131,children:/*#__PURE__*/_jsx(Container,{className:\"framer-yxfzxj-container\",\"data-framer-name\":\"review-card-9\",inComponentSlot:true,name:\"review-card-9\",nodeId:\"taUKX_ud7\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ReviewCard,{height:\"100%\",I7jDD5pAP:\"Geraldine J.\",id:\"taUKX_ud7\",layoutId:\"taUKX_ud7\",name:\"review-card-9\",NOtUWc_JS:' \"I loved it! 10/10 Thank you so much. Hopefully, we continue working together in the future.\"',width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:131,children:/*#__PURE__*/_jsx(Container,{className:\"framer-x738kj-container\",\"data-framer-name\":\"review-card-12\",inComponentSlot:true,name:\"review-card-12\",nodeId:\"Y6KqecU3h\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ReviewCard,{height:\"100%\",I7jDD5pAP:\"Maria R.\",id:\"Y6KqecU3h\",layoutId:\"Y6KqecU3h\",name:\"review-card-12\",NOtUWc_JS:'\"It went excellent! I really liked the Pro I got, and she did a great job very quickly!\"',width:\"100%\"})})})],speed:25,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-fmupa6\",\"data-framer-name\":\"section/provider bio\",id:elementId6,ref:ref7,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-fuuiak\",\"data-framer-name\":\"max-width-container\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3aygvu\",\"data-framer-name\":\"header + subhead\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-xhx5yo\",\"data-styles-preset\":\"W3ZSte1b_\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(181, 101, 118)\"},children:\"Register Your Event\"})}),className:\"framer-12wv9ra\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1lzrjrc\",\"data-styles-preset\":\"QVNuEkYsX\",style:{\"--framer-text-color\":\"var(--token-2a8593d0-85ba-4e5b-ba55-1b8c27115242, rgb(19, 19, 21))\"},children:\"We are your best ally for Hair and Makeup for Weddings, Quincea\\xf1eras, Graduations, Birthdays, Anniversaries, or any event.\"})}),className:\"framer-1px0dhr\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lf2er1\",\"data-framer-name\":\"provider lockup\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t8gk0i\",\"data-framer-name\":\"provider card\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1uat1tg\",\"data-framer-name\":\"img\",id:\"1uat1tg\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOWrar4Av:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3347,intrinsicWidth:5020,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+8889.3+64+0+196.5+0+0+16+0+0),pixelHeight:3456,pixelWidth:5184,positionX:\"left\",positionY:\"center\",sizes:`max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1148px) - 72px, 1px)`,src:\"https://framerusercontent.com/images/O9DicCttVYR4ELqgIGrGkY5qa2w.jpg\",srcSet:\"https://framerusercontent.com/images/O9DicCttVYR4ELqgIGrGkY5qa2w.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/O9DicCttVYR4ELqgIGrGkY5qa2w.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/O9DicCttVYR4ELqgIGrGkY5qa2w.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/O9DicCttVYR4ELqgIGrGkY5qa2w.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/O9DicCttVYR4ELqgIGrGkY5qa2w.jpg 5184w\"}},uoDP0NGZ9:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3347,intrinsicWidth:5020,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+5689.1+64+0+196.5+0+16+0+0),pixelHeight:3456,pixelWidth:5184,positionX:\"left\",positionY:\"center\",sizes:\"343px\",src:\"https://framerusercontent.com/images/O9DicCttVYR4ELqgIGrGkY5qa2w.jpg\",srcSet:\"https://framerusercontent.com/images/O9DicCttVYR4ELqgIGrGkY5qa2w.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/O9DicCttVYR4ELqgIGrGkY5qa2w.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/O9DicCttVYR4ELqgIGrGkY5qa2w.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/O9DicCttVYR4ELqgIGrGkY5qa2w.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/O9DicCttVYR4ELqgIGrGkY5qa2w.jpg 5184w\"}}},children:/*#__PURE__*/_jsx(Image,{\"aria-label\":\"An image of your provider\",as:\"figure\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:3347,intrinsicWidth:5020,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+5685.7+64+0+196.5+0+16+0+0),pixelHeight:3456,pixelWidth:5184,positionX:\"left\",positionY:\"center\",sizes:\"343px\",src:\"https://framerusercontent.com/images/O9DicCttVYR4ELqgIGrGkY5qa2w.jpg\",srcSet:\"https://framerusercontent.com/images/O9DicCttVYR4ELqgIGrGkY5qa2w.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/O9DicCttVYR4ELqgIGrGkY5qa2w.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/O9DicCttVYR4ELqgIGrGkY5qa2w.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/O9DicCttVYR4ELqgIGrGkY5qa2w.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/O9DicCttVYR4ELqgIGrGkY5qa2w.jpg 5184w\"},className:\"framer-16ns8hc\",\"data-framer-name\":\"img\",id:\"16ns8hc\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1h8hh3o\",\"data-framer-name\":\"icn + content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yqjdf\",\"data-framer-name\":\"copy + btn\",children:[/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1aiehmg\",\"data-framer-name\":\"btn\",id:\"1aiehmg\",onTap:onTap3bnx0g({overlay}),children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOWrar4Av:{y:(componentViewport?.y||0)+0+0+0+8889.3+64+0+196.5+0+0+16+306+0+0+0+0+0},uoDP0NGZ9:{y:(componentViewport?.y||0)+0+0+0+5689.1+64+0+196.5+0+16+306+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:(componentViewport?.y||0)+0+0+0+5685.7+64+0+196.5+0+16+306+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-t1nvs-container\",\"data-framer-name\":\"CTA\",name:\"CTA\",nodeId:\"rNFYRQT5g\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CTAs,{height:\"100%\",id:\"rNFYRQT5g\",j4FBnqbnG:false,layoutId:\"rNFYRQT5g\",MWuppPuA5:\"Register Here\",name:\"CTA\",style:{width:\"100%\"},variant:\"ypV4qiuN2\",width:\"100%\",y8BJkg70B:false})})})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.3,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-7vaqmz\"),\"data-framer-name\":\"drawer overlay\",\"data-framer-portal-id\":\"1aiehmg\",exit:{opacity:0,transition:{delay:0,duration:.4,ease:[.15,.45,.15,1.35],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"uKpzVg7FD\"),/*#__PURE__*/_jsxs(motion.div,{animate:animation7,className:cx(scopingClassNames,\"framer-1emmrfo\"),\"data-framer-name\":\"overlay\",\"data-framer-portal-id\":\"1aiehmg\",exit:animation6,initial:animation8,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1epwle1\",\"data-framer-name\":\"close-btn\",onTap:onTap1wnntms({overlay}),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-b0d01t\",\"data-framer-name\":\"icn\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:42,intrinsicWidth:42,svg:'<svg width=\"42\" height=\"42\" viewBox=\"0 0 42 42\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"42\" height=\"42\" rx=\"21\" fill=\"white\" fill-opacity=\"0.1\"/>\\n<path d=\"M21 20.0609L24.0305 17.0305L25.0406 18.0406L22.0102 21.0711L25.0406 24.1015L24.0305 25.1117L21 22.0812L17.9695 25.1117L16.9594 24.1015L19.9898 21.0711L16.9594 18.0406L17.9695 17.0305L21 20.0609Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\"},className:\"framer-1mz42be\",\"data-framer-name\":\"img\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOWrar4Av:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3347,intrinsicWidth:5020,pixelHeight:3456,pixelWidth:5184,positionX:\"center\",positionY:\"top\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/wRjR6BMY1Fy2wCxHzkGYlzE0ceE.jpg\",srcSet:\"https://framerusercontent.com/images/wRjR6BMY1Fy2wCxHzkGYlzE0ceE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/wRjR6BMY1Fy2wCxHzkGYlzE0ceE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/wRjR6BMY1Fy2wCxHzkGYlzE0ceE.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/wRjR6BMY1Fy2wCxHzkGYlzE0ceE.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/wRjR6BMY1Fy2wCxHzkGYlzE0ceE.jpg 5184w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3347,intrinsicWidth:5020,pixelHeight:3456,pixelWidth:5184,positionX:\"center\",positionY:\"top\",sizes:\"611px\",src:\"https://framerusercontent.com/images/wRjR6BMY1Fy2wCxHzkGYlzE0ceE.jpg\",srcSet:\"https://framerusercontent.com/images/wRjR6BMY1Fy2wCxHzkGYlzE0ceE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/wRjR6BMY1Fy2wCxHzkGYlzE0ceE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/wRjR6BMY1Fy2wCxHzkGYlzE0ceE.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/wRjR6BMY1Fy2wCxHzkGYlzE0ceE.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/wRjR6BMY1Fy2wCxHzkGYlzE0ceE.jpg 5184w\"},className:\"framer-1aok5jx\",\"data-framer-name\":\"img\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t1z1yy\",\"data-framer-name\":\"content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-sope7c\",\"data-framer-name\":\"background\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-mfpfrv\",\"data-styles-preset\":\"Gloywxfg2\",style:{\"--framer-text-color\":\"var(--token-2a8593d0-85ba-4e5b-ba55-1b8c27115242, rgb(19, 19, 21))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Register Your Event\"})}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-mfpfrv\",\"data-styles-preset\":\"Gloywxfg2\",style:{\"--framer-text-color\":\"var(--token-2a8593d0-85ba-4e5b-ba55-1b8c27115242, rgb(19, 19, 21))\"},children:\"We are your best ally for hairstyling and makeup for weddings, quincea\\xf1eras, graduations, birthdays, anniversaries, or any corporate event.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-mfpfrv\",\"data-styles-preset\":\"Gloywxfg2\",style:{\"--framer-text-color\":\"var(--token-2a8593d0-85ba-4e5b-ba55-1b8c27115242, rgb(19, 19, 21))\"},children:\"\\xb7\\xa0  You don\u2019t need to get involved in anything; we take care of everything.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-mfpfrv\",\"data-styles-preset\":\"Gloywxfg2\",style:{\"--framer-text-color\":\"var(--token-2a8593d0-85ba-4e5b-ba55-1b8c27115242, rgb(19, 19, 21))\"},children:\"\\xb7\\xa0  We provide services at home, in a hotel, or at an Airbnb. Each guest can choose.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-mfpfrv\",\"data-styles-preset\":\"Gloywxfg2\",style:{\"--framer-text-color\":\"var(--token-2a8593d0-85ba-4e5b-ba55-1b8c27115242, rgb(19, 19, 21))\"},children:\"\\xb7\\xa0  Contact and preferential service assignment.\"}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-mfpfrv\",\"data-styles-preset\":\"Gloywxfg2\",style:{\"--framer-text-color\":\"var(--token-2a8593d0-85ba-4e5b-ba55-1b8c27115242, rgb(19, 19, 21))\"},children:[\"\\xb7\\xa0  Bilingual coaches and customer service team.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-mfpfrv\",\"data-styles-preset\":\"Gloywxfg2\",style:{\"--framer-text-color\":\"var(--token-2a8593d0-85ba-4e5b-ba55-1b8c27115242, rgb(19, 19, 21))\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"We\u2019ll give you a special discount code!\"}),/*#__PURE__*/_jsx(\"br\",{}),\"Just provide us with your event information, and we\u2019ll send you a design with the code to share with all your guests.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]})]}),className:\"framer-1s0mut4\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ybrclm\",\"data-framer-name\":\"btn\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOWrar4Av:{width:\"calc(100vw - 64px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"547px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1pj1bw1-container\",nodeId:\"N_RtSYR7Z\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CTAs,{cDYRm69n7:\"https://linktr.ee/foriuusa\",height:\"100%\",id:\"N_RtSYR7Z\",j4FBnqbnG:false,layoutId:\"N_RtSYR7Z\",MWuppPuA5:\"Book an appointment\",style:{height:\"100%\",width:\"100%\"},variant:\"ypV4qiuN2\",width:\"100%\",y8BJkg70B:true})})})})})]})]})]}),getContainer())})})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-18xiebd\",\"data-framer-name\":\"name\"})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1y9ut7b\",\"data-framer-name\":\"specialties card\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sh9qsa\",\"data-styles-preset\":\"kjKZJ4wfS\",style:{\"--framer-text-color\":\"var(--token-2a8593d0-85ba-4e5b-ba55-1b8c27115242, rgb(19, 19, 21))\"},children:\"At a glance\"})}),className:\"framer-1edxsxy\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOWrar4Av:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1148px) - 88px)`,y:(componentViewport?.y||0)+0+0+0+8889.3+64+0+196.5+0+434+24+27},uoDP0NGZ9:{y:(componentViewport?.y||0)+0+0+0+5689.1+64+0+196.5+0+24+27}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:178,width:\"327px\",y:(componentViewport?.y||0)+0+0+0+5685.7+64+0+196.5+0+24+27,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jmzdyi-container\",nodeId:\"a1GyrC5tw\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ProviderBullets,{DJBX4dGh4:\"We provide services at home, in a hotel, or at an Airbnb. Each guest can choose.\",height:\"100%\",id:\"a1GyrC5tw\",layoutId:\"a1GyrC5tw\",style:{width:\"100%\"},uOUJapwv_:\"Contact and preferential service assignment.\",width:\"100%\",zINHbLRsR:\"You don't need to get involved in anything; we take care of everything.\"})})})})]})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-onn2ut\",\"data-framer-name\":\"section/faq\",id:elementId7,ref:ref8,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOWrar4Av:{y:(componentViewport?.y||0)+0+0+0+9900.8+72},uoDP0NGZ9:{y:(componentViewport?.y||0)+0+0+0+6397.6+72}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:601,width:`max(${componentViewport?.width||\"100vw\"}, 1px)`,y:(componentViewport?.y||0)+0+0+0+6394.2+72,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1q90sdm-container\",nodeId:\"yGNT93UWR\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOWrar4Av:{variant:\"D63mmBJsK\"},uoDP0NGZ9:{variant:\"CBSrXfhRA\"}},children:/*#__PURE__*/_jsx(FAQList,{DTkpAX4FW:\"row\",height:\"100%\",id:\"yGNT93UWR\",layoutId:\"yGNT93UWR\",style:{width:\"100%\"},variant:\"Wq5nRCWpu\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-7pkgtt\",\"data-border\":true,\"data-framer-name\":\"otros articulos\",id:elementId8,ref:ref9,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xylc6p\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17kustb\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-xhx5yo\",\"data-styles-preset\":\"W3ZSte1b_\",style:{\"--framer-text-color\":\"var(--token-9b6baf7d-dadf-4b79-843c-b45e533f9b46, rgb(181, 101, 118))\"},children:\"Journal\"})}),className:\"framer-1hnoj6g\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1lzrjrc\",\"data-styles-preset\":\"QVNuEkYsX\",style:{\"--framer-text-color\":\"var(--token-2a8593d0-85ba-4e5b-ba55-1b8c27115242, rgb(19, 19, 21))\"},children:\"Inspiration, tips and trends to look amazing in any occasion.\"})}),className:\"framer-1ioqqcy\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"iYGtRym_d\"},implicitPathVariables:undefined},{href:{webPageId:\"iYGtRym_d\"},implicitPathVariables:undefined},{href:{webPageId:\"iYGtRym_d\"},implicitPathVariables:undefined}],children:resolvedLinks11=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOWrar4Av:{y:(componentViewport?.y||0)+0+0+0+10645.8+64+0+0+0+0+112.5},uoDP0NGZ9:{y:(componentViewport?.y||0)+0+0+0+7142.6+64+0+0+0+0+112.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:(componentViewport?.y||0)+0+0+0+7139.2+64+0+0+0+0+112.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-13c8ftn-container\",nodeId:\"i3paZ8X44\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOWrar4Av:{cDYRm69n7:resolvedLinks11[1]},uoDP0NGZ9:{cDYRm69n7:resolvedLinks11[2]}},children:/*#__PURE__*/_jsx(CTAs,{cDYRm69n7:resolvedLinks11[0],height:\"100%\",id:\"i3paZ8X44\",j4FBnqbnG:false,layoutId:\"i3paZ8X44\",MWuppPuA5:\"View all\",variant:\"H2j_wJkcL\",width:\"100%\",y8BJkg70B:false})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-w29pt1\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"s2MzNlkwu\",data:BlogContent,type:\"Collection\"},limit:{type:\"LiteralValue\",value:2},select:[{collection:\"s2MzNlkwu\",name:\"lWknla85F\",type:\"Identifier\"},{collection:\"s2MzNlkwu\",name:\"UxSqtETqO\",type:\"Identifier\"},{collection:\"s2MzNlkwu\",name:\"b1Ojl2V3q\",type:\"Identifier\"},{collection:\"s2MzNlkwu\",name:\"XxB0mPCim\",type:\"Identifier\"},{collection:\"s2MzNlkwu\",name:\"AuOwGSbSm\",type:\"Identifier\"},{collection:\"s2MzNlkwu\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{left:{collection:\"s2MzNlkwu\",name:\"lWknla85F\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"s2MzNlkwu\",name:\"lWknla85F\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"or\",right:{left:{collection:\"s2MzNlkwu\",name:\"b1Ojl2V3q\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:previousItemId_b1Ojl2V3qxP6hyb_oD},type:\"BinaryOperation\"},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({AuOwGSbSm:AuOwGSbSms2MzNlkwu,b1Ojl2V3q:b1Ojl2V3qs2MzNlkwu,id:ids2MzNlkwu,lWknla85F:lWknla85Fs2MzNlkwu,UxSqtETqO:UxSqtETqOs2MzNlkwu,XxB0mPCim:XxB0mPCims2MzNlkwu},index)=>{lWknla85Fs2MzNlkwu??=\"\";AuOwGSbSms2MzNlkwu??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`s2MzNlkwu-${ids2MzNlkwu}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{lWknla85F:lWknla85Fs2MzNlkwu},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{lWknla85F:lWknla85Fs2MzNlkwu},webPageId:\"xP6hyb_oD\"},motionChild:true,nodeId:\"rLF8hh56E\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-s3vzgo framer-lux5qc\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOWrar4Av:{width:`max(min(${componentViewport?.width||\"100vw\"} - 40px, 1400px) - 40px, 1px)`,y:(componentViewport?.y||0)+0+0+0+10645.8+64+0+0+198.5+0+0+0},uoDP0NGZ9:{width:`max(min(${componentViewport?.width||\"100vw\"} - 60px, 800px) - 60px, 1px)`,y:(componentViewport?.y||0)+0+0+0+7142.6+64+0+0+202.5+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:373,width:`max(min(${componentViewport?.width||\"100vw\"} - 40px, 1400px) - 240px, 1px)`,y:(componentViewport?.y||0)+0+0+0+7139.2+64+0+0+217.5+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-7v19s7-container\",nodeId:\"dNuO4PsdJ\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOWrar4Av:{variant:\"g44b4Xv1b\"}},children:/*#__PURE__*/_jsx(CardsJournal,{cj91cDw04:toDateString(b1Ojl2V3qs2MzNlkwu,activeLocaleCode),dojElx7o_:AuOwGSbSms2MzNlkwu,height:\"100%\",iaUXWLuIH:toResponsiveImage(XxB0mPCims2MzNlkwu),iCFCUo6vx:enumToDisplayNameFunctions[\"UxSqtETqO\"]?.(UxSqtETqOs2MzNlkwu,activeLocale),id:\"dNuO4PsdJ\",layoutId:\"dNuO4PsdJ\",style:{width:\"100%\"},variant:\"W9fTxwgUx\",width:\"100%\"})})})})})})})})},ids2MzNlkwu);})})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-13m9cgf\",\"data-framer-name\":\"section/bottom cta\",id:elementId9,ref:ref10,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOWrar4Av:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+0+0+11351.3+0+0},uoDP0NGZ9:{y:(componentViewport?.y||0)+0+0+0+7852.1+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:357,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0+0+7863.7+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dh9rxg-container\",nodeId:\"rxroZttGx\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uoDP0NGZ9:{variant:\"zpMvJQgI5\"}},children:/*#__PURE__*/_jsx(BottomCTA,{height:\"100%\",id:\"rxroZttGx\",layoutId:\"rxroZttGx\",style:{width:\"100%\"},variant:\"U7CQkyrwE\",width:\"100%\"})})})})})})]})}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-bqizL.framer-lux5qc, .framer-bqizL .framer-lux5qc { display: block; }\",\".framer-bqizL.framer-72rtr7 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1440px; }\",\".framer-bqizL .framer-1knwx48 { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bqizL .framer-mzxkz4 { 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: visible; padding: 130px 0px 48px 0px; position: relative; width: 100%; }\",\".framer-bqizL .framer-1hje6n5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; max-width: 1148px; overflow: visible; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); z-index: 0; }\",\".framer-bqizL .framer-1wpfxzj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bqizL .framer-80ikis { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-bqizL .framer-itjwkc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-bqizL .framer-1ti6xf3, .framer-bqizL .framer-fpw7ic, .framer-bqizL .framer-18sqsa3, .framer-bqizL .framer-1dp93m0, .framer-bqizL .framer-u4uw8e, .framer-bqizL .framer-2nmvi4, .framer-bqizL .framer-ia5e7z, .framer-bqizL .framer-3hd2f, .framer-bqizL .framer-yxluti, .framer-bqizL .framer-kdtw5l, .framer-bqizL .framer-1pwalxw, .framer-bqizL .framer-4nskt6, .framer-bqizL .framer-jsrhnf, .framer-bqizL .framer-n4alou, .framer-bqizL .framer-12wv9ra, .framer-bqizL .framer-1px0dhr, .framer-bqizL .framer-1s0mut4 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-bqizL .framer-3vvcdm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-bqizL .framer-1ole476-container, .framer-bqizL .framer-nze506-container, .framer-bqizL .framer-1aat618-container, .framer-bqizL .framer-13c8ftn-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-bqizL .framer-12e42ce { align-content: center; align-items: center; aspect-ratio: 1.4042553191489362 / 1; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 605px); justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 2; }\",\".framer-bqizL .framer-xibhu0 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-bqizL .framer-3mg43y { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: 1 0 0px; height: 605px; max-height: 100%; max-width: 100%; min-height: 100px; position: relative; width: 1px; }\",\".framer-bqizL .framer-u3420p { --border-bottom-width: 1px; --border-color: rgba(117, 119, 128, 0.1); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 30px 0px 70px 0px; position: relative; width: 100%; }\",\".framer-bqizL .framer-1mcdo44 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; max-width: 1148px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-bqizL .framer-d9r011, .framer-bqizL .framer-1q259je, .framer-bqizL .framer-1ho5lw2, .framer-bqizL .framer-3aygvu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 62%; }\",\".framer-bqizL .framer-1ncgvox { align-content: center; align-items: center; background-color: #ffffff; 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-bqizL .framer-9yz4hy, .framer-bqizL .framer-1pglcx2 { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-bqizL .framer-4qhhai, .framer-bqizL .framer-1i0p5pw, .framer-bqizL .framer-1kz98jg { align-content: center; align-items: center; background-color: rgba(181, 101, 118, 0.1); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 12px; position: relative; width: min-content; }\",\".framer-bqizL .framer-155577e, .framer-bqizL .framer-nvrl3d, .framer-bqizL .framer-z3emy8 { flex: none; height: 34px; position: relative; width: 34px; }\",\".framer-bqizL .framer-rcpwy5, .framer-bqizL .framer-x33els, .framer-bqizL .framer-14l0vaj, .framer-bqizL .framer-sope7c { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-bqizL .framer-1e340pu { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 29px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-bqizL .framer-1xotzjn { --border-bottom-width: 1px; --border-color: rgba(117, 119, 128, 0.1); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; background-color: #dba8ac; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 88px; height: min-content; justify-content: center; overflow: hidden; padding: 99px 0px 99px 0px; position: relative; width: 100%; }\",\".framer-bqizL .framer-1i7t7my { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 88px; height: min-content; justify-content: center; max-width: 1148px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bqizL .framer-shdlc4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-bqizL .framer-11wj0x7 { 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: 214px; }\",\".framer-bqizL .framer-19hd9k9 { 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: 1148px; }\",\".framer-bqizL .framer-1wdy7lq-container, .framer-bqizL .framer-1jmzdyi-container, .framer-bqizL .framer-1dh9rxg-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-bqizL .framer-1rmy47m { --border-bottom-width: 1px; --border-color: rgba(117, 119, 128, 0.1); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; background-color: var(--token-d40b9f3a-d0c6-4cf2-ad50-5164ea6c83a6, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 88px; height: min-content; justify-content: center; overflow: hidden; padding: 56px 0px 56px 0px; position: relative; width: 100%; }\",\".framer-bqizL .framer-ym1ahf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 88px; height: min-content; justify-content: center; max-width: 1148px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bqizL .framer-13sooc1 { display: grid; flex: none; gap: 32px; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(200px, 1fr)); grid-template-rows: repeat(2, min-content); height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bqizL .framer-w3wv3-container, .framer-bqizL .framer-nc6mnk-container, .framer-bqizL .framer-19kdm1g-container, .framer-bqizL .framer-1ofdy27-container, .framer-bqizL .framer-21vj4g-container, .framer-bqizL .framer-ifithg-container, .framer-bqizL .framer-840hcz-container, .framer-bqizL .framer-1im7iww-container, .framer-bqizL .framer-1lz8w2t-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-bqizL .framer-ky7zef { --border-bottom-width: 1px; --border-color: rgba(117, 119, 128, 0.1); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; background-color: #dba8ac; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: hidden; padding: 91px 0px 91px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-bqizL .framer-dq6mxj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 1184px; overflow: hidden; padding: 0px; position: relative; width: 39%; }\",\".framer-bqizL .framer-1rwuzn6 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-bqizL .framer-cl49h2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bqizL .framer-1eyx651 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-bqizL .framer-1a1dpok { flex: none; height: 12px; position: relative; width: 78px; }\",\".framer-bqizL .framer-18v4dsz { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-bqizL .framer-qvswmz { 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: min-content; }\",\".framer-bqizL .framer-f5n5tz { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 23px); position: relative; width: 23px; }\",\".framer-bqizL .framer-gpgakl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-bqizL .framer-d04hls-container { flex: none; height: 140px; position: relative; width: 100%; z-index: 1; }\",\".framer-bqizL .framer-lyuac3-container, .framer-bqizL .framer-1q57wtu-container, .framer-bqizL .framer-1v56479-container, .framer-bqizL .framer-1xrv6oc-container, .framer-bqizL .framer-1y7nygp-container, .framer-bqizL .framer-4d0rxq-container, .framer-bqizL .framer-yxfzxj-container, .framer-bqizL .framer-x738kj-container { height: auto; position: relative; width: auto; }\",\".framer-bqizL .framer-16sxedh-container { flex: none; height: 140px; position: relative; width: 100%; }\",\".framer-bqizL .framer-fmupa6 { align-content: center; align-items: center; background-color: var(--token-d40b9f3a-d0c6-4cf2-ad50-5164ea6c83a6, #ffffff); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 64px 0px 64px 0px; position: relative; width: 100%; }\",\".framer-bqizL .framer-fuuiak { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 88px; height: min-content; justify-content: center; max-width: 1148px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-bqizL .framer-1lf2er1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bqizL .framer-1t8gk0i { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 0.7065919983928324px 1.8371391958213643px 0px rgba(0, 0, 0, 0), 0px 1.8065619053231785px 4.697060953840264px 0px rgba(0, 0, 0, 0.01), 0px 3.6217592146567767px 9.41657395810762px 0px rgba(0, 0, 0, 0.01), 0px 6.8655999097303715px 17.850559765298964px 0px rgba(0, 0, 0, 0.02), 0px 13.646761411524492px 35.48157966996368px 0px rgba(0, 0, 0, 0.05), 0px 30px 78px 0px rgba(0, 0, 0, 0.1); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 16px; position: relative; width: 375px; }\",\".framer-bqizL .framer-1uat1tg { align-content: center; align-items: center; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-bqizL .framer-16ns8hc { aspect-ratio: 1 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 343px); overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-bqizL .framer-1h8hh3o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-bqizL .framer-1yqjdf { 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: min-content; }\",\".framer-bqizL .framer-1aiehmg { align-content: center; align-items: center; align-self: stretch; cursor: pointer; 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: auto; }\",\".framer-bqizL .framer-t1nvs-container, .framer-bqizL .framer-1q90sdm-container, .framer-bqizL .framer-7v19s7-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-bqizL.framer-7vaqmz { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 10; }\",\".framer-bqizL.framer-1emmrfo { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100vh; justify-content: flex-start; overflow: auto; padding: 0px; position: fixed; right: 0px; top: 0px; width: min-content; will-change: var(--framer-will-change-effect-override, transform); z-index: 10; }\",\".framer-bqizL .framer-1epwle1 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: absolute; right: 32px; top: 24px; width: min-content; z-index: 1; }\",\".framer-bqizL .framer-b0d01t { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 52px); position: relative; width: 52px; }\",\".framer-bqizL .framer-1mz42be { flex: none; height: 317px; overflow: hidden; position: relative; width: 611px; }\",\".framer-bqizL .framer-1aok5jx { flex: none; height: 100%; left: 0px; overflow: hidden; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; }\",\".framer-bqizL .framer-1t1z1yy { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 32px; position: relative; width: 611px; }\",\".framer-bqizL .framer-1ybrclm, .framer-bqizL .framer-17kustb, .framer-bqizL .framer-13m9cgf { 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-bqizL .framer-1pj1bw1-container { flex: none; height: 46px; position: relative; width: 100%; }\",\".framer-bqizL .framer-18xiebd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 17px; min-width: 150px; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-bqizL .framer-1y9ut7b { align-content: flex-start; align-items: flex-start; background-color: #ffffff; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 0.7961918735236395px 2.7070523699803744px 0px rgba(0, 0, 0, 0), 0px 2.414506143104518px 8.20932088655536px 0px rgba(0, 0, 0, 0.01), 0px 6.382653521484461px 21.70102197304717px 0px rgba(0, 0, 0, 0.03), 0px 20px 68px 0px rgba(0, 0, 0, 0.1); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 24px; position: relative; width: 375px; will-change: var(--framer-will-change-override, transform); }\",\".framer-bqizL .framer-1edxsxy, .framer-bqizL .framer-1hnoj6g { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-bqizL .framer-onn2ut { align-content: center; align-items: center; background-color: #dba8ac; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 72px 0px 72px 0px; position: relative; width: 100%; }\",\".framer-bqizL .framer-7pkgtt { --border-bottom-width: 1px; --border-color: rgba(117, 119, 128, 0.1); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 64px 20px 70px 20px; position: relative; width: 100%; }\",\".framer-bqizL .framer-1xylc6p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 59px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-bqizL .framer-1ioqqcy { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 47%; word-break: break-word; word-wrap: break-word; }\",\".framer-bqizL .framer-w29pt1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 19px; height: min-content; justify-content: center; max-width: 1400px; padding: 0px 120px 0px 120px; position: relative; width: 100%; }\",\".framer-bqizL .framer-s3vzgo { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; text-decoration: none; width: 1px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,'.framer-bqizL[data-border=\"true\"]::after, .framer-bqizL [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (max-width: 809px) { .framer-bqizL.framer-72rtr7 { overflow: visible; width: 390px; } .framer-bqizL .framer-mzxkz4 { padding: 70px 0px 48px 0px; } .framer-bqizL .framer-1wpfxzj, .framer-bqizL .framer-1lf2er1 { flex-direction: column; } .framer-bqizL .framer-80ikis { flex: none; padding: 0px 20px 0px 20px; width: 100%; } .framer-bqizL .framer-3vvcdm { flex-direction: column; width: 100%; } .framer-bqizL .framer-1ole476-container, .framer-bqizL .framer-nze506-container, .framer-bqizL .framer-d9r011, .framer-bqizL .framer-19hd9k9, .framer-bqizL .framer-1t8gk0i, .framer-bqizL .framer-1mz42be, .framer-bqizL .framer-1t1z1yy, .framer-bqizL .framer-1y9ut7b { width: 100%; } .framer-bqizL .framer-12e42ce, .framer-bqizL .framer-9yz4hy, .framer-bqizL .framer-1e340pu, .framer-bqizL .framer-1pglcx2, .framer-bqizL .framer-s3vzgo { flex: none; width: 100%; } .framer-bqizL .framer-xibhu0 { padding: 0px 10px 0px 10px; } .framer-bqizL .framer-1mcdo44, .framer-bqizL .framer-fuuiak, .framer-bqizL .framer-13m9cgf { padding: 0px 20px 0px 20px; } .framer-bqizL .framer-1ncgvox { flex-direction: column; gap: 30px; } .framer-bqizL .framer-1xotzjn { padding: 99px 20px 99px 20px; } .framer-bqizL .framer-1rmy47m { overflow: visible; } .framer-bqizL .framer-13sooc1 { gap: 29px; grid-template-columns: repeat(1, minmax(200px, 1fr)); padding: 0px 20px 0px 20px; } .framer-bqizL .framer-w3wv3-container, .framer-bqizL .framer-nc6mnk-container, .framer-bqizL .framer-19kdm1g-container, .framer-bqizL .framer-1ofdy27-container, .framer-bqizL .framer-21vj4g-container, .framer-bqizL .framer-ifithg-container, .framer-bqizL .framer-840hcz-container, .framer-bqizL .framer-1im7iww-container, .framer-bqizL .framer-1lz8w2t-container { position: sticky; top: 0px; z-index: 1; } .framer-bqizL .framer-dq6mxj { width: 81%; } .framer-bqizL .framer-1eyx651 { flex-direction: column; justify-content: center; width: 100%; } .framer-bqizL .framer-18v4dsz { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-bqizL .framer-12wv9ra { order: 0; } .framer-bqizL .framer-1px0dhr { order: 1; } .framer-bqizL .framer-16ns8hc { height: var(--framer-aspect-ratio-supported, 318px); } .framer-bqizL.framer-1emmrfo { left: 0px; width: unset; } .framer-bqizL .framer-1xylc6p { gap: 40px; } .framer-bqizL .framer-1ioqqcy { width: 84%; } .framer-bqizL .framer-w29pt1 { flex-direction: column; padding: 0px 20px 0px 20px; }}\",\"@media (min-width: 810px) and (max-width: 1439px) { .framer-bqizL.framer-72rtr7 { width: 810px; } .framer-bqizL .framer-1wpfxzj, .framer-bqizL .framer-fuuiak { padding: 0px 30px 0px 30px; } .framer-bqizL .framer-80ikis { gap: 28px; } .framer-bqizL .framer-12e42ce { height: var(--framer-aspect-ratio-supported, 492px); } .framer-bqizL .framer-3mg43y { height: 492px; } .framer-bqizL .framer-u3420p { padding: 30px 30px 70px 30px; } .framer-bqizL .framer-19hd9k9 { width: 100%; } .framer-bqizL .framer-1wdy7lq-container { width: 737px; } .framer-bqizL .framer-dq6mxj { width: 55%; } .framer-bqizL .framer-7pkgtt { padding: 64px 30px 70px 30px; } .framer-bqizL .framer-1xylc6p { gap: 44px; } .framer-bqizL .framer-w29pt1 { max-width: 800px; padding: 0px 30px 0px 30px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 7039\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"aOWrar4Av\":{\"layout\":[\"fixed\",\"auto\"]},\"uoDP0NGZ9\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"e1pd0Ff5V\":{\"pattern\":\":e1pd0Ff5V\",\"name\":\"hero\"},\"Hc8_YVxkW\":{\"pattern\":\":Hc8_YVxkW\",\"name\":\"welcome\"},\"VN5Ik9wwX\":{\"pattern\":\":VN5Ik9wwX\",\"name\":\"conditions\"},\"TNgGcXaM8\":{\"pattern\":\":TNgGcXaM8\",\"name\":\"\"},\"nGJPIGQED\":{\"pattern\":\":nGJPIGQED\",\"name\":\"services\"},\"J70sdx3vg\":{\"pattern\":\":J70sdx3vg\",\"name\":\"reviews\"},\"mgdy0bUyn\":{\"pattern\":\":mgdy0bUyn\",\"name\":\"register\"},\"vh3Uy9H9g\":{\"pattern\":\":vh3Uy9H9g\",\"name\":\"faq\"},\"C5dn_uAIt\":{\"pattern\":\":C5dn_uAIt\",\"name\":\"welcome\"},\"SD_ARs3iU\":{\"pattern\":\":SD_ARs3iU\",\"name\":\"bottom-cta\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-bqizL\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:7039,width:1440};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v23/pxiEyp8kv8JHgFVrFJXUc1NECPY.woff2\",weight:\"400\"},{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLCz7V15vFP-KUEg.woff2\",weight:\"700\"}]},...CTAsFonts,...ConditionsTabsDesktopFonts,...ServiceCardFonts,...ReviewCardFonts,...TickerFonts,...ProviderBulletsFonts,...FAQListFonts,...CardsJournalFonts,...BottomCTAFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1440\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"aOWrar4Av\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"uoDP0NGZ9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerContractVersion\":\"1\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerScrollSections\":\"{\\\"e1pd0Ff5V\\\":{\\\"pattern\\\":\\\":e1pd0Ff5V\\\",\\\"name\\\":\\\"hero\\\"},\\\"Hc8_YVxkW\\\":{\\\"pattern\\\":\\\":Hc8_YVxkW\\\",\\\"name\\\":\\\"welcome\\\"},\\\"VN5Ik9wwX\\\":{\\\"pattern\\\":\\\":VN5Ik9wwX\\\",\\\"name\\\":\\\"conditions\\\"},\\\"TNgGcXaM8\\\":{\\\"pattern\\\":\\\":TNgGcXaM8\\\",\\\"name\\\":\\\"\\\"},\\\"nGJPIGQED\\\":{\\\"pattern\\\":\\\":nGJPIGQED\\\",\\\"name\\\":\\\"services\\\"},\\\"J70sdx3vg\\\":{\\\"pattern\\\":\\\":J70sdx3vg\\\",\\\"name\\\":\\\"reviews\\\"},\\\"mgdy0bUyn\\\":{\\\"pattern\\\":\\\":mgdy0bUyn\\\",\\\"name\\\":\\\"register\\\"},\\\"vh3Uy9H9g\\\":{\\\"pattern\\\":\\\":vh3Uy9H9g\\\",\\\"name\\\":\\\"faq\\\"},\\\"C5dn_uAIt\\\":{\\\"pattern\\\":\\\":C5dn_uAIt\\\",\\\"name\\\":\\\"welcome\\\"},\\\"SD_ARs3iU\\\":{\\\"pattern\\\":\\\":SD_ARs3iU\\\",\\\"name\\\":\\\"bottom-cta\\\"}}\",\"framerIntrinsicHeight\":\"7039\",\"framerResponsiveScreen\":\"\",\"framerColorSyntax\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "gqDAAigB,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,EAAEI,EAAEC,EAAEC,EAAE,CAAC,IAAIC,EAAMC,EAAMC,EAAE,EAAE,GAAGD,EAAER,GAAGI,EAAEJ,GAAG,EAAEO,EAAER,GAAWS,EAAEH,EAAEC,CAAC,EAAE,EAAEC,EAAE,EAAEH,EAAEI,EAAER,EAAEQ,QAAQ,KAAK,IAAID,CAAC,EAAEN,IAAG,EAAEQ,EAAEP,IAAG,OAAOM,CAAC,CAAC,SAASE,GAAYV,EAAEC,EAAE,EAAEG,EAAE,CAAC,GAAGJ,IAAIC,GAAG,IAAIG,EAAE,OAAOO,GAAE,IAAMC,EAASC,GAAGV,GAAgBU,EAAE,EAAE,EAAEb,EAAE,CAAC,EAAE,OAAOa,GAAOA,IAAJ,GAAWA,IAAJ,EAAMA,EAAEd,GAAWa,EAASC,CAAC,EAAEZ,EAAEG,CAAC,CAAC,CCAjO,IAAMU,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,ECAwb,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,IAAI,EAAE,EAAE,IAAI,EAAE,OAAO,sBAAsBA,CAAC,EAAE,EAAE,EAAE,OAAO,IAAIC,EAAE,QAAQ,EAAE,CAAC,CAAC,EAAE,GAAG,OAAO,UAAU,qBAAqB,KAAKD,EAAE,EAAE,CAAC,CAAC,IAAIE,EAAE,EAAE,CAAC,CAAC,EAAEF,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,OAAOE,CAAC,CCArkC,IAAIC,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,UCAlE,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,IAAMD,GAAE,CAAC,UAAU,IAAI,QAAQ,GAAG,KAAK,CAAC,EAAQG,GAAiB,CAACC,EAAEJ,GAAE,UAAUK,EAAEL,GAAE,QAAQD,EAAEC,GAAE,OAAOK,GAAG,EAAE,KAAK,KAAKD,EAAEL,CAAC,GAAG,SAASO,GAAiBF,EAAEC,EAAEN,EAAE,CAAC,OAAOK,EAAEC,GAAGN,GAAGM,GAAGD,EAAEC,GAAGN,GAAGM,CAAC,CAAC,IAAME,GAAO,CAAC,CAAC,UAAUH,EAAEJ,GAAE,UAAU,QAAQD,EAAEC,GAAE,QAAQ,KAAKH,EAAEG,GAAE,KAAK,KAAKC,EAAE,EAAE,GAAG,EAAE,EAAE,SAAS,EAAE,EAAE,UAAUO,EAAE,EAAE,aAAaC,EAAE,EAAE,EAAE,CAAC,IAAI,CAAC,EAAE,EAAEL,GAAE,EAAE,CAAC,EAAE,EAAE,IAAMM,EAAE,CAAC,KAAK,GAAM,iBAAiB,GAAM,QAAQT,EAAE,OAAO,CAAC,EAAQU,EAAE,EAAEV,EAAQW,EAAE,KAAK,KAAKR,EAAEP,CAAC,EAAE,IAAUgB,EAAEV,GAAiBC,EAAEL,EAAEF,CAAC,EAAMiB,EAAE,GAAGD,EAAE,EAAE,CAAC,IAAMT,EAAEQ,EAAE,KAAK,KAAK,EAAEC,EAAEA,CAAC,EAAEC,EAAET,GAAG,EAAE,KAAK,IAAI,CAACQ,EAAED,EAAEP,CAAC,IAAIQ,EAAED,EAAED,EAAE,GAAGP,EAAE,KAAK,IAAIA,EAAEC,CAAC,EAAEM,EAAE,KAAK,IAAIP,EAAEC,CAAC,EAAE,MAAMS,EAAEV,GAAG,EAAE,KAAK,IAAI,CAACQ,EAAER,CAAC,GAAGO,GAAGC,EAAED,EAAE,GAAGP,GAAG,OAAOA,GAAG,CAACM,EAAE,QAAQI,EAAEV,CAAC,EAAE,IAAMC,EAAMD,IAAJ,EAAM,EAAEN,GAAsBgB,EAAEV,EAAEM,EAAE,OAAO,EAAQX,EAAE,KAAK,IAAIM,CAAC,GAAGG,EAAQX,EAAE,KAAK,IAAI,EAAEa,EAAE,OAAO,GAAGD,EAAE,OAAAC,EAAE,KAAKX,GAAGF,EAAEa,EAAE,iBAAiBJ,GAAiBL,EAAE,EAAES,EAAE,OAAO,EAASA,CAAC,CAAC,EAAQK,GAAM,CAAC,CAAC,KAAKX,EAAE,EAAE,SAASL,EAAE,EAAE,MAAMF,EAAE,GAAG,MAAMG,EAAE,KAAK,cAAcC,EAAE,gBAAgBe,EAAE,aAAaC,EAAE,IAAIT,EAAE,IAAIC,EAAE,aAAaC,EAAE,GAAG,UAAUC,CAAC,IAAI,CAACX,EAAEI,GAAE,GAAGJ,CAAC,EAAE,IAAMY,EAAE,CAAC,iBAAiB,GAAM,KAAK,GAAM,QAAQR,EAAE,OAAOA,CAAC,EAAQc,EAAcd,GAAYI,IAAT,QAAYJ,EAAEI,GAAYC,IAAT,QAAYL,EAAEK,EAAQU,EAAgBf,GAAYI,IAAT,OAAWC,EAAWA,IAAT,QAAY,KAAK,IAAID,EAAEJ,CAAC,EAAE,KAAK,IAAIK,EAAEL,CAAC,EAAEI,EAAEC,EAAMI,EAAEhB,EAAEE,EAAQe,EAAEV,EAAES,EAAQO,EAAWH,IAAT,OAAWH,EAAEG,EAAEH,CAAC,EAAEF,EAAE,OAAOQ,EAAEA,IAAIN,IAAID,EAAEO,EAAEhB,GAAG,IAAMiB,EAAUjB,GAAG,CAACS,EAAE,KAAK,IAAI,CAACT,EAAEJ,CAAC,EAAQsB,EAAWlB,GAAGgB,EAAEC,EAAUjB,CAAC,EAAQmB,EAAcnB,GAAG,CAAC,IAAMC,EAAEgB,EAAUjB,CAAC,EAAQL,EAAEuB,EAAWlB,CAAC,EAAEQ,EAAE,KAAK,KAAK,IAAIP,CAAC,GAAGK,EAAEE,EAAE,QAAQA,EAAE,KAAKQ,EAAErB,CAAC,EAAMyB,EAAMC,EAAQC,EAAmBtB,GAAG,CAAIc,EAAcN,EAAE,OAAO,IAAGY,EAAEpB,EAAEqB,EAAElB,GAAO,CAAC,KAAKK,EAAE,QAAQ,GAAGO,EAAgBP,EAAE,OAAO,EAAE,SAASd,GAAsBwB,EAAWlB,EAAEQ,EAAE,OAAO,EAAE,QAAQX,EAAE,UAAUe,EAAE,aAAaN,EAAE,UAAUC,CAAC,CAAC,EAAE,EAAE,OAAAe,EAAmB,CAAC,EAAStB,GAAG,CAAC,IAAIC,EAAE,GAAuE,MAA9D,CAACoB,GAAYD,IAAT,SAAYnB,EAAE,GAAKkB,EAAcnB,CAAC,EAAEsB,EAAmBtB,CAAC,GAAcoB,IAAT,QAAYpB,EAAEoB,GAAGZ,EAAE,iBAAiB,GAAYa,EAAErB,EAAEoB,CAAC,IAAEZ,EAAE,iBAAiB,GAAM,CAACP,GAAGkB,EAAcnB,CAAC,EAASQ,EAAC,CAAC,EAAQX,GAAE,GAASe,GAAE,IAAI,SAASW,GAAqBvB,EAAEC,EAAEuB,GAAE,CAAC,IAAI/B,EAAMG,EAAEC,GAAMgB,EAAEb,EAAE,CAAC,EAAQI,EAAE,CAACH,EAAEY,EAAE,OAAO,CAAC,EAAE,KAAM,CAACA,EAAE,MAAMjB,EAAEgB,IAAGC,EAAEb,EAAEJ,CAAC,EAAEQ,EAAE,KAAKH,EAAEY,EAAE,KAAKA,EAAE,OAAOA,EAAE,OAAO,CAAC,EAAWpB,IAAT,QAAYoB,EAAE,mBAAmBpB,EAAEG,GAAGA,GAAGC,GAAE,IAAMQ,EAAET,EAAEC,GAAE,OAAIO,EAAE,SAAN,GAAcA,EAAE,KAAKS,EAAE,OAAO,EAAQ,CAAC,UAAUT,EAAE,SAASC,EAAE,IAAI,mBAA0BZ,GAAgBY,GAAG,GAAG,CAAC,CCAplD,IAAMoB,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,EAA+BN,GAAE,aAAc,YAAY,IAAI,EAAEE,EAAQK,EAAEQ,EAAET,CAAC,EAAE,QAAQQ,GAAUT,EAAEO,KAAV,MAAuBP,IAAT,OAAWA,EAAEE,GAAOG,IAAJ,GAAWA,IAAJ,GAAcX,EAAE,CAAC,IAAV,QAAec,EAAEG,GAAGjB,IAAGgB,EAAEhB,EAAC,EAAE,QAASO,EAAEC,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,QAAS,GAAG,CAAC,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,ECA5klB,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,EAAQC,GAA8B,OAAO,UAAY,KAAa,OAAO,UAAU,UAAU,oBAAqB,WAS/rB,SAARC,GAAwBC,EAAM,CAAY,GAAG,CAAC,MAAAC,EAAM,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,EAASC,GAAa,QAAQ,IAAIA,GAAa,OAAaC,EAAYC,GAAS,MAAM1B,CAAK,EAAQ2B,EAAYF,EAAY,EAAKf,IAAY,KAAMA,EAAU,QAAQ,IAAMkB,EAAalB,IAAY,QAAQA,IAAY,QAAcd,GAAOiC,GAAe,CAAC,EAAQC,GAAYnC,GAAsBe,CAAS,EAAQqB,GAAUC,GAAapC,GAAOkC,EAAW,EAA4BG,GAAUC,EAAO,IAAI,EAAQC,EAAYC,GAAQ,IAAW,CAAcC,GAAU,EAAeA,GAAU,CAAC,EAAI,CAAC,CAAC,EAAO,CAACC,EAAKC,EAAO,EAAEC,GAAS,CAAC,OAAO,KAAK,SAAS,IAAI,CAAC,EAAkBC,GAAe,CAAC,EAAMC,GAAc,CAAC,EAA2BC,GAAY,EAAMC,GAAQ,EAAKrB,IAAUoB,GAAYlB,EAAY,KAAK,MAAM,GAAGA,CAAW,EAAE,EAAEmB,GAAQ,GAAM,CAACrB,GAAUI,GAAaW,EAAK,SAAQK,GAAY,KAAK,MAAML,EAAK,OAAOA,EAAK,SAAS,CAAC,EAAE,EAAEK,GAAY,KAAK,IAAIA,GAAYjD,EAAoB,EAAEkD,GAAQ,GAAiC,IAAMC,GAAQC,GAAY,IAAI,CAAC,GAAGnB,GAAaM,GAAU,QAAQ,CAAC,IAAMc,EAAanB,EAAaK,GAAU,QAAQ,YAAYA,GAAU,QAAQ,aAAmBe,EAAMb,EAAY,CAAC,EAAE,QAAQP,EAAaO,EAAY,CAAC,EAAE,QAAQ,WAAWA,EAAY,CAAC,EAAE,QAAQ,UAAU,EAAkMc,GAAtLd,EAAY,CAAC,EAAE,QAAQP,EAAaO,EAAY,CAAC,EAAE,QAAQ,WAAWA,EAAY,CAAC,EAAE,QAAQ,YAAYA,EAAY,CAAC,EAAE,QAAQ,UAAUA,EAAY,CAAC,EAAE,QAAQ,aAAa,GAA2Ba,EAAM/C,EAAIsC,GAAQ,CAAC,OAAOQ,EAAa,SAASE,CAAc,CAAC,CAAE,CAAC,EAAE,CAAC,CAAC,EAAQC,GAAe3B,EAAS,CAAC,kBAAkB,MAAM,EAAE,CAAC,EAAwC,GAAGI,EAAY,CACvhE,GAAG,CAACJ,EAAS,CAGE,IAAI4B,EAAcjB,EAAO,EAAI,EAAEkB,GAAU,KAAKC,GAAM,KAAKR,EAAO,EAASS,GAAOrB,GAAU,QAAQ,CAAC,CAAC,YAAAsB,CAAW,IAAI,CAAI,CAACJ,EAAc,UAAUI,EAAY,OAAOA,EAAY,SAASF,GAAM,KAAKR,EAAO,EAAGM,EAAc,QAAQ,EAAM,CAAC,GAAI,CAAC,CAAC,CAAE,CAACV,GAAef,GAAS,IAAI1B,EAAM,CAACwD,EAAMC,IAAQ,CAAC,IAAIC,GAAaC,EAAcC,GAAcC,GAAc,IAAIC,GAAOL,IAAQ,IAAGK,GAAI3B,EAAY,CAAC,GAAMsB,IAAQzD,EAAM,OAAO,IAAG8D,GAAI3B,EAAY,CAAC,GAAG,IAAMG,GAAK,CAAC,MAAMlB,GAAWsC,GAAaF,EAAM,SAAS,MAAME,KAAe,OAAO,OAAOA,GAAa,MAAM,OAAO,OAAOrC,GAAYsC,EAAcH,EAAM,SAAS,MAAMG,IAAgB,OAAO,OAAOA,EAAc,OAAO,MAAM,EAAE,OAAoBI,EAAKC,EAAY,CAAC,QAAQ,KAAK,SAAsBD,EAAK,KAAK,CAAC,IAAID,GAAI,MAAMxB,GAAK,SAAsB2B,GAAaT,EAAM,CAAC,MAAM,CAAC,IAAII,GAAcJ,EAAM,SAAS,MAAMI,KAAgB,OAAO,OAAOA,GAAc,MAAM,GAAGtB,GAAK,WAAW,EAAE,GAAGY,EAAc,EAAE,SAASM,EAAM,MAAM,SAASA,EAAM,MAAM,SAAS,aAAaC,EAAM,MAAS,GAAGI,GAAcL,EAAM,SAAS,MAAMK,KAAgB,OAAO,OAAOA,GAAc,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,GAAG,CAACtC,EAAU,QAAQ2C,EAAE,EAAEA,EAAEvB,GAAYuB,IAAKxB,GAAc,CAAC,GAAGA,GAAc,GAAGhB,GAAS,IAAI1B,EAAM,CAACwD,EAAMW,KAAa,CAAC,IAAIT,EAAaC,GAAcC,GAAcC,GAAcO,GAAcC,GAAc,IAAM/B,GAAK,CAAC,MAAMlB,GAAWsC,EAAaF,EAAM,SAAS,MAAME,IAAe,OAAO,OAAOA,EAAa,MAAM,OAAO,OAAOrC,GAAYsC,GAAcH,EAAM,SAAS,MAAMG,KAAgB,OAAO,OAAOA,GAAc,OAAO,OAAO,WAAW,WAAW,EAAE,OAAoBI,EAAKC,EAAY,CAAC,QAAQ,KAAK,SAAsBD,EAAK,KAAK,CAAC,MAAMzB,GAAK,cAAc,GAAK,SAAsB2B,GAAaT,EAAM,CAAC,IAAIU,EAAE,IAAIC,GAAW,MAAM,CAAC,IAAIP,GAAcJ,EAAM,SAAS,MAAMI,KAAgB,OAAO,OAAOA,GAAc,MAAM,MAAMxC,GAAWyC,GAAcL,EAAM,SAAS,MAAMK,KAAgB,OAAO,OAAOA,GAAc,MAAM,OAAO,OAAOxC,GAAY+C,GAAcZ,EAAM,SAAS,MAAMY,KAAgB,OAAO,OAAOA,GAAc,OAAO,OAAO,WAAW,EAAE,GAAGlB,EAAc,EAAE,SAASM,EAAM,MAAM,SAASA,EAAM,MAAM,SAAS,SAASU,EAAE,MAAS,GAAGG,GAAcb,EAAM,SAAS,MAAMa,KAAgB,OAAO,OAAOA,GAAc,QAAQ,CAAC,EAAEH,EAAE,KAAKC,EAAU,CAAC,EAAED,EAAE,KAAKC,EAAU,CAAE,CAAC,CAAC,EAAI,IAAMG,GAAehC,EAAK,SAASA,EAAK,SAAS,KAAK,MAAMA,EAAK,OAAOA,EAAK,QAAQ,EAAQiC,GAAYrC,EAAO,IAAI,EAAQsC,GAAStC,EAAO,IAAI,EAAQuC,GAAKvC,EAAO,CAAC,EAAQwC,GAAQxC,EAAO,EAAK,EAAQyC,GAAgBC,GAAiB,EAAQC,GAAQ3C,EAAO,IAAI,EAAQ4C,GAAa5C,EAAO,IAAI,EAErkF,GAAG,CAACX,EAAS,CAAC,IAAMwD,EAASC,GAAU/C,EAAS,EAEzCpC,IAA+BuD,GAAU,IAAI,CAAC,GAAG,EAAAuB,IAAiB,CAACL,IAAgB,CAAC9D,GAAe,OAAAsE,GAAa,QAAQD,GAAQ,QAAQ,QAAQ,CAAC,UAAU,CAAC/C,GAAY,CAAC,EAAEA,GAAYwC,EAAc,CAAC,CAAC,EAAE,CAAC,SAAS,KAAK,IAAIA,EAAc,EAAE9D,EAAM,IAAI,WAAW,IAAS,OAAO,QAAQ,CAAC,EAAQ,IAAIsE,GAAa,QAAQ,OAAO,CAAE,EAAE,CAACrE,EAAY6D,GAAe9D,CAAK,CAAC,EACtX4C,GAAU,IAAI,CAAK0B,GAAa,UAAkBC,GAAUD,GAAa,QAAQ,YAAY,SAAUA,GAAa,QAAQ,KAAK,EAAW,CAACC,GAAUD,GAAa,QAAQ,YAAY,WAAWA,GAAa,QAAQ,MAAM,EAAG,EAAE,CAACC,CAAQ,CAAC,GAG9NE,GAAkBC,GAAG,CAAC,GAAG,CAACZ,IAAgBK,IAAiB9E,GAA+B,OAKnF0E,GAAY,UAAU,OAAMA,GAAY,QAAQW,GAAGA,EAAEA,EAAEX,GAAY,QAAqE,IAAIY,GAAjDX,GAAS,UAAU,KAAK,EAAEU,EAAEV,GAAS,UAA6BhE,EAAM,KAAQkE,GAAQ,UAASS,GAAO1E,GAAagE,GAAK,SAASU,EAAMV,GAAK,QAAQW,GAAK,EAAEd,GAAeG,GAAK,OAAO,EAAED,GAAS,QAAQU,EAAMH,GAAgBnF,GAAO,IAAI6E,GAAK,OAAO,CAAE,CAAC,CAAG,CAAY,IAAMY,GAAczD,EAAa,WAAW,YAAkB0D,GAAerE,EAAU,EAAQsE,EAAa,IAAItE,EAAU,EAAQuE,GAAeC,GAAMvE,EAAU,EAAEoE,EAAc,EAAQI,GAAa,IAAIxE,EAAgByE,GAAS,mBAAmBN,EAAa,mBAAmBlE,CAAS,KAAKqE,EAAc,uBAAuBF,EAAc,uBAAuBC,CAAY,oBAAoBpE,CAAS,KAAKuE,EAAY,KAAsB,OAAI/D,EAAkWoC,EAAK,UAAU,CAAC,MAAM,CAAC,GAAG6B,GAAe,QAAQhD,GAAQ,gBAAgB7B,EAAY4E,GAAS,OAAU,aAAa5E,EAAY4E,GAAS,OAAU,UAAU5E,EAAY4E,GAAS,OAAU,SAAS3E,EAAS,UAAU,SAAS,QAAQM,CAAY,EAAE,IAAIW,GAAU,SAAsB4D,EAAMC,EAAO,GAAG,CAAC,IAAIjB,GAAQ,MAAM,CAAC,GAAGe,GAAe,IAAI3F,EAAI,IAAIS,IAAY,UAAUqF,GAAczB,EAAc,EAAE,CAACA,GAAe,OAAU,KAAK5D,IAAY,SAASqF,GAAczB,EAAc,EAAE,CAACA,GAAe,OAAU,WAAW3D,EAAU,SAAS,WAAW,cAAciB,EAAa,MAAM,SAAS,GAAGd,EAAM,WAAWS,EAAS,OAAO,YAAY,UAAU1B,GAA8BiC,GAAY,CAAC,EAAEC,EAAS,EAAE,aAAa,IAAI,CAAC2C,GAAQ,QAAQ,GAAQI,GAAa,UACz5DA,GAAa,QAAQ,aAAarE,EAAa,EAAE,aAAa,IAAI,CAACiE,GAAQ,QAAQ,GAASI,GAAa,UACzGA,GAAa,QAAQ,aAAa,EAAG,EAAE,SAAS,CAACrC,GAAeC,EAAa,CAAC,CAAC,CAAC,CAAC,EAF6wBmD,EAAM,UAAU,CAAC,MAAMG,GAAkB,SAAS,CAAcjC,EAAK,MAAM,CAAC,MAAMkC,GAAY,SAAS,QAAG,CAAC,EAAelC,EAAK,IAAI,CAAC,MAAMmC,GAAY,SAAS,oBAAoB,CAAC,EAAenC,EAAK,IAAI,CAAC,MAAMoC,GAAe,SAAS,2DAA2D,CAAC,CAAC,CAAC,CAAC,CAErjC,CAAyBrG,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,EAAyBsG,GAAoBtG,GAAO,CAAC,MAAM,CAAC,KAAKuG,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,OAAOtG,EAAM,CAAC,OAAOA,EAAM,cAAc,EAAK,CAAC,EAAE,UAAU,CAAC,KAAKsG,EAAY,OAAO,MAAM,QAAQ,aAAa,GAAG,IAAI,EAAE,IAAI,IAAI,KAAK,IAAI,OAAOtG,EAAM,CAAC,OAAOA,EAAM,cAAc,EAAM,CAAC,EAAE,UAAU,CAAC,KAAKsG,EAAY,OAAO,MAAM,QAAQ,aAAa,EAAE,IAAI,EAAE,IAAI,IAAI,KAAK,IAAI,OAAOtG,EAAM,CAAC,OAAOA,EAAM,cAAc,EAAM,CAAC,EAAE,UAAU,CAAC,KAAKsG,EAAY,OAAO,MAAM,UAAU,aAAa,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,IAAI,OAAOtG,EAAM,CAAC,OAAOA,EAAM,cAAc,EAAM,CAAC,CAAC,CAAC,EAAE,YAAY,CAAC,KAAKsG,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,EC3B38F,IAAMC,GAAW,CAAC,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,kBAAkB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,GAAG,EAAE,IAAI,GAAG,EAAE,KAAK,OAAO,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,CAAmB,EAAQC,EAAWL,GAAmCE,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,aAAa,YAAY,YAAY,YAAY,cAAc,WAAW,EAAQC,GAAS,CAAC,CAAC,qBAAAC,EAAqB,OAAAC,EAAO,GAAAC,EAAG,IAAAC,EAAI,WAAAC,EAAW,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAKC,EAAMC,EAAuCC,EAAM,MAAM,CAAC,GAAGJ,EAAM,UAAUH,GAA6BG,EAAM,UAAU,WAAWC,EAAKH,GAAkDE,EAAM,aAAa,MAAMC,IAAO,OAAOA,EAAK,cAAc,WAAWC,EAAMR,GAAgFM,EAAM,aAAa,MAAME,IAAQ,OAAOA,EAAM,6EAA6E,SAASE,GAAOD,EAAuCX,GAAwBQ,EAAM,OAAO,KAAK,MAAMG,IAAyC,OAAOA,EAAuCH,EAAM,WAAW,MAAMI,IAAQ,OAAOA,EAAM,WAAW,CAAE,EAAQC,GAAuB,CAACL,EAAMzB,IAAeyB,EAAM,iBAAwBzB,EAAS,KAAK,GAAG,EAAEyB,EAAM,iBAAwBzB,EAAS,KAAK,GAAG,EAAU+B,GAA6BC,GAAW,SAASP,EAAMQ,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAArC,EAAQ,UAAAsC,EAAU,UAAAC,EAAU,UAAAC,EAAU,GAAGC,CAAS,EAAEzB,GAASO,CAAK,EAAO,CAAC,YAAAmB,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAAnD,CAAQ,EAAEoD,GAAgB,CAAC,WAAAzD,GAAW,eAAe,YAAY,QAAAO,EAAQ,kBAAAL,EAAiB,CAAC,EAAQwD,EAAiBvB,GAAuBL,EAAMzB,CAAQ,EAAO,CAAC,sBAAAsD,EAAsB,MAAAC,CAAK,EAAEC,GAAyBZ,CAAW,EAAQa,EAAaH,EAAsB,SAASI,IAAO,CAAoC,GAAnCR,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAKR,GAAqB,MAAMA,EAAU,GAAGgB,CAAI,IAAW,GAAM,MAAO,GAAOP,EAAW,WAAW,CAAE,CAAC,EAAQQ,EAAoBL,EAAsB,SAASI,IAAO,CAACR,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAEC,EAAW,WAAW,CAAE,CAAC,EAAQS,EAAmBN,EAAsB,SAASI,IAAO,CAACR,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAEC,EAAW,WAAW,CAAE,CAAC,EAAQU,EAAYP,EAAsB,SAASI,IAAO,CAAoC,GAAnCR,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAKR,GAAqB,MAAMA,EAAU,GAAGgB,CAAI,IAAW,GAAM,MAAO,EAAO,CAAC,EAAQI,GAAWC,EAAO,IAAI,EAAQC,GAAsBC,GAAM,EAAQC,GAAsB,CAAa5B,EAAS,EAAQ6B,GAAkBC,GAAqB,EAAE,OAAoBvD,EAAKwD,EAAY,CAAC,GAAG9B,GAA4CyB,GAAgB,SAAsBnD,EAAKC,GAAS,CAAC,QAAQd,EAAS,QAAQ,GAAM,SAAsBa,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBU,EAAKE,EAAO,IAAI,CAAC,GAAG4B,EAAU,GAAGI,EAAgB,UAAUuB,EAAG1E,GAAkB,GAAGsE,GAAsB,gBAAgB5B,EAAUO,CAAU,EAAE,mBAAmB,cAAc,iBAAiB,GAAK,iBAAiBQ,EAAiB,SAAS,YAAY,aAAaM,EAAoB,aAAaC,EAAmB,MAAMH,EAAa,IAAIxB,GAA6B6B,GAAK,MAAM,CAAC,gBAAgB,4BAA4B,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,GAAGzB,CAAK,EAAE,SAAS,CAAC,UAAU,CAAC,gBAAgB,yBAAyB,EAAE,UAAU,CAAC,gBAAgB,2BAA2B,CAAC,EAAE,GAAGvC,GAAqB,CAAC,UAAU,CAAC,mBAAmB,YAAY,aAAa,MAAS,EAAE,UAAU,CAAC,mBAAmB,aAAa,aAAa,OAAU,aAAa,OAAU,MAAM+D,CAAW,CAAC,EAAEjB,EAAYI,CAAc,EAAE,SAAsBnC,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,iBAAiBsC,EAAiB,SAAS,YAAY,SAAsBkB,EAAMxD,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,iBAAiBsC,EAAiB,SAAS,YAAY,SAAS,CAAcxC,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,SAAS,iBAAiBsC,EAAiB,SAAS,YAAY,SAAsBxC,EAAK2D,EAAS,CAAC,sBAAsB,GAAK,SAAsB3D,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,8CAA8C,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiBsC,EAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,qBAAqB,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,KAAKb,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAe3B,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,iBAAiBsC,EAAiB,SAAS,YAAY,MAAM,CAAC,QAAQ,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,EAAE,SAAsBxC,EAAK2D,EAAS,CAAC,sBAAsB,GAAK,SAAsB3D,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,uBAAuB,MAAM,uBAAuB,QAAQ,sBAAsB,6FAA6F,EAAE,SAAS,wDAAwD,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,gBAAgB,EAAE,iBAAiBsC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qEAAqE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,KAAKZ,EAAU,SAAS,CAAC,UAAU,CAAC,qBAAqB,oBAAoB,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAG3C,GAAqB,CAAC,UAAU,CAAC,SAAsBe,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,uBAAuB,QAAQ,sBAAsB,6CAA6C,EAAE,SAAS,4EAA4E,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,oBAAoB,CAAC,CAAC,EAAE6B,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQyB,GAAI,CAAC,kFAAkF,kFAAkF,sVAAsV,iRAAiR,0RAA0R,kRAAkR,sKAAsK,uRAAuR,qKAAqK,8yCAA8yC,sFAAsF,gEAAgE,ubAAub,GAAeA,EAAG,EAS9sWC,GAAgBC,GAAQ5C,GAAU0C,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,gCAAgCA,GAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,GAAG,EAAEG,GAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,cAAc,YAAY,YAAY,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,cAAc,gBAAgB,GAAM,MAAM,cAAc,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,6EAA6E,gBAAgB,GAAK,MAAM,wBAAwB,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,MAAM,MAAM,KAAKA,EAAY,YAAY,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,EAAE,CAAC,OAAO,UAAU,OAAO,SAAS,MAAM,SAAS,IAAI,gFAAgF,OAAO,KAAK,EAAE,CAAC,OAAO,UAAU,OAAO,SAAS,MAAM,SAAS,IAAI,4EAA4E,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGM,EAAoCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECTppE,IAAMC,GAA8BC,EAASC,EAAwB,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,QAAQ,GAAG,MAAM,EAAE,KAAK,GAAG,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAkBC,GAAW,OAAOA,GAAQ,UAAUA,IAAQ,MAAM,OAAOA,EAAM,KAAM,SAAiBA,EAAc,OAAOA,GAAQ,SAAS,CAAC,IAAIA,CAAK,EAAE,OAAkBC,GAAW,CAAC,CAAC,MAAAD,EAAM,SAAAE,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,CAAmB,EAAQC,EAAWN,GAAOG,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,GAAqB,CAAC,WAAW,MAAM,SAAS,QAAQ,EAAQC,GAAwB,CAAC,YAAY,YAAY,MAAM,WAAW,EAAQC,GAAS,CAAC,CAAC,UAAAC,EAAU,OAAAC,EAAO,GAAAC,EAAG,SAAAC,EAAS,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,UAAUF,GAAUE,EAAM,WAAW,CAAC,YAAY,KAAK,WAAW,KAAK,IAAI,qEAAqE,OAAO,gQAAgQ,EAAE,QAAQP,GAAwBO,EAAM,OAAO,GAAGA,EAAM,SAAS,YAAY,UAAUR,GAAqBG,CAAS,GAAGA,GAAWK,EAAM,WAAW,KAAK,GAAUC,GAAuB,CAACD,EAAM1B,IAAe0B,EAAM,iBAAwB1B,EAAS,KAAK,GAAG,EAAE0B,EAAM,iBAAwB1B,EAAS,KAAK,GAAG,EAAU4B,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,QAAAzC,EAAQ,UAAA0C,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,SAAAtD,CAAQ,EAAEuD,GAAgB,CAAC,WAAA5D,GAAW,eAAe,YAAY,IAAIsC,EAAW,QAAA/B,EAAQ,kBAAAL,EAAiB,CAAC,EAAQ2D,EAAiB7B,GAAuBD,EAAM1B,CAAQ,EAAO,CAAC,sBAAAyD,EAAsB,MAAAC,CAAK,EAAEC,GAAyBZ,CAAW,EAAQa,EAAgBH,EAAsB,SAASI,KAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAuCQ,GAAkBC,EAAGnE,GAAkB,GAAhD,CAAC,CAAuE,EAAQoE,GAAY,IAAQjB,IAAc,YAAuC,OAAoBjC,EAAKmD,EAAY,CAAC,GAAGtB,GAAUT,EAAgB,SAAsBpB,EAAKC,GAAS,CAAC,QAAQf,EAAS,QAAQ,GAAM,SAAsBc,EAAKR,GAAW,CAAC,MAAMH,GAAY,SAAsB+D,EAAMlD,EAAO,IAAI,CAAC,GAAG8B,EAAU,GAAGI,EAAgB,UAAUa,EAAGD,GAAkB,iBAAiBpB,EAAUM,CAAU,EAAE,mBAAmB,YAAY,iBAAiBQ,EAAiB,SAAS,YAAY,IAAIvB,EAAW,MAAM,CAAC,YAAYY,IAAY,MAAM,EAAE,kBAAkB,YAAYA,IAAY,SAAS,EAAE,kBAAkB,YAAYA,IAAY,SAAS,OAAU,UAAU,WAAWA,IAAY,SAAS,OAAO,MAAM,WAAWA,IAAY,MAAM,OAAO,MAAM,WAAWA,IAAY,SAAS,OAAU,UAAU,WAAWA,EAAU,GAAGJ,CAAK,EAAE,GAAG3C,GAAqB,CAAC,UAAU,CAAC,mBAAmB,OAAO,CAAC,EAAEiD,EAAYI,CAAc,EAAE,SAAS,CAAce,EAAMlD,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,iBAAiBwC,EAAiB,SAAS,YAAY,SAAS,CAAc1C,EAAKqD,EAA0B,CAAC,OAAO,GAAG,MAAMtB,IAAY,MAAM,QAAQN,GAAmB,OAAO,OAAO,sBAAsBA,GAAmB,OAAO,QAAQ,GAAGzC,GAAqB,CAAC,UAAU,CAAC,MAAM+C,IAAY,MAAM,OAAON,GAAmB,OAAO,OAAO,SAASA,GAAmB,OAAO,OAAO,CAAC,EAAEQ,EAAYI,CAAc,EAAE,SAAsBrC,EAAKsD,GAA8B,CAAC,UAAU,0BAA0B,mBAAmB,MAAM,iBAAiBZ,EAAiB,SAAS,sBAAsB,KAAK,MAAM,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB1C,EAAKpB,GAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,MAAM,UAAUkE,EAAgB,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,mBAAmB,UAAU,sHAAsH,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe9C,EAAKqD,EAA0B,CAAC,OAAO,GAAG,MAAMtB,IAAY,MAAM,QAAQN,GAAmB,OAAO,OAAO,sBAAsBA,GAAmB,OAAO,QAAQ,GAAGzC,GAAqB,CAAC,UAAU,CAAC,MAAM+C,IAAY,MAAM,OAAON,GAAmB,OAAO,OAAO,SAASA,GAAmB,OAAO,OAAO,CAAC,EAAEQ,EAAYI,CAAc,EAAE,SAAsBrC,EAAKsD,GAA8B,CAAC,UAAU,2BAA2B,mBAAmB,MAAM,iBAAiBZ,EAAiB,SAAS,sBAAsB,KAAK,MAAM,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB1C,EAAKpB,GAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,MAAM,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,uBAAuB,UAAU,qCAAqC,QAAQ,YAAY,MAAM,OAAO,GAAGI,GAAqB,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAEiD,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerC,EAAKqD,EAA0B,CAAC,OAAO,GAAG,MAAMtB,IAAY,MAAM,QAAQN,GAAmB,OAAO,OAAO,sBAAsBA,GAAmB,OAAO,QAAQ,GAAGzC,GAAqB,CAAC,UAAU,CAAC,MAAM+C,IAAY,MAAM,OAAON,GAAmB,OAAO,OAAO,SAASA,GAAmB,OAAO,OAAO,CAAC,EAAEQ,EAAYI,CAAc,EAAE,SAAsBrC,EAAKsD,GAA8B,CAAC,UAAU,0BAA0B,mBAAmB,MAAM,iBAAiBZ,EAAiB,SAAS,sBAAsB,KAAK,MAAM,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB1C,EAAKpB,GAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,MAAM,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,WAAW,UAAU,gIAAgI,QAAQ,YAAY,MAAM,OAAO,GAAGI,GAAqB,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAEiD,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerC,EAAKqD,EAA0B,CAAC,OAAO,GAAG,MAAMtB,IAAY,MAAM,QAAQN,GAAmB,OAAO,OAAO,sBAAsBA,GAAmB,OAAO,QAAQ,GAAGzC,GAAqB,CAAC,UAAU,CAAC,MAAM+C,IAAY,MAAM,OAAON,GAAmB,OAAO,OAAO,SAASA,GAAmB,OAAO,OAAO,CAAC,EAAEQ,EAAYI,CAAc,EAAE,SAAsBrC,EAAKsD,GAA8B,CAAC,UAAU,2BAA2B,mBAAmB,MAAM,iBAAiBZ,EAAiB,SAAS,sBAAsB,KAAK,MAAM,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB1C,EAAKpB,GAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,MAAM,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,kBAAkB,UAAU,oFAAoF,QAAQ,YAAY,MAAM,OAAO,GAAGI,GAAqB,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAEiD,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerC,EAAKqD,EAA0B,CAAC,OAAO,GAAG,MAAMtB,IAAY,MAAM,QAAQN,GAAmB,OAAO,OAAO,sBAAsBA,GAAmB,OAAO,QAAQ,GAAGzC,GAAqB,CAAC,UAAU,CAAC,MAAM+C,IAAY,MAAM,OAAON,GAAmB,OAAO,OAAO,SAASA,GAAmB,OAAO,OAAO,CAAC,EAAEQ,EAAYI,CAAc,EAAE,SAAsBrC,EAAKsD,GAA8B,CAAC,UAAU,0BAA0B,mBAAmB,MAAM,iBAAiBZ,EAAiB,SAAS,sBAAsB,KAAK,MAAM,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB1C,EAAKpB,GAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,MAAM,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,mBAAmB,UAAU,aAAa,QAAQ,YAAY,MAAM,OAAO,GAAGI,GAAqB,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAEiD,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEa,GAAY,GAAgBE,EAAMlD,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,MAAM,iBAAiBwC,EAAiB,SAAS,YAAY,SAAS,CAAc1C,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,WAAW,iBAAiBwC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,4BAA4B,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,OAAO,EAAE,CAAC,CAAC,EAAe1C,EAAKuD,GAAM,CAAC,GAAG,SAAS,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQxB,IAAY,MAAM,QAAQN,GAAmB,OAAO,OAAO,sBAAsBA,GAAmB,OAAO,OAAO,YAAY,GAAGnC,GAAkBwC,CAAS,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,aAAa,iBAAiBY,EAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQc,GAAI,CAAC,kFAAkF,gFAAgF,sRAAsR,kSAAkS,oHAAoH,kOAAkO,2UAA2U,kOAAkO,wLAAwL,m+BAAm+B,EAWp2ZC,GAAgBC,GAAQ5C,GAAU0C,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,4BAA4BA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,IAAI,EAAEG,GAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,WAAW,EAAE,aAAa,CAAC,YAAY,OAAO,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,wBAAwB,6GAA6G,MAAM,YAAY,KAAKA,EAAY,eAAe,EAAE,UAAU,CAAC,aAAa,MAAM,wBAAwB,GAAK,YAAY,CAAC,uBAAuB,oBAAoB,EAAE,QAAQ,CAAC,MAAM,QAAQ,EAAE,aAAa,CAAC,aAAa,UAAU,EAAE,MAAM,YAAY,KAAKA,EAAY,IAAI,CAAC,CAAC,EAAEC,GAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,EAAE,GAAG/E,EAA6B,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECXk8B,IAAMqF,GAAgB,CAAC,UAAU,CAAC,MAAM,EAAI,CAAC,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,GAAwB,CAAC,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,WAAwBR,EAAWS,EAAS,CAAC,SAAsBT,EAAKU,EAAO,EAAE,CAAC,SAAS,mPAAmP,CAAC,CAAC,CAAC,EAAE,QAAQT,GAAwBO,EAAM,OAAO,GAAGA,EAAM,SAAS,YAAY,UAAUF,GAAUE,EAAM,WAAW,uCAAuC,GAAUG,GAAuB,CAACH,EAAMrB,IAAeqB,EAAM,iBAAwBrB,EAAS,KAAK,GAAG,EAAEqB,EAAM,iBAAwBrB,EAAS,KAAK,GAAG,EAAUyB,GAASF,EAAO,OAAaD,CAAQ,EAAQI,GAA6BC,GAAW,SAASN,EAAMO,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAhC,EAAQ,UAAAiC,EAAU,UAAAC,EAAU,GAAGC,CAAS,EAAEtB,GAASM,CAAK,EAAO,CAAC,YAAAiB,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAA7C,CAAQ,EAAE8C,GAAgB,CAAC,WAAAnD,GAAW,eAAe,YAAY,gBAAAD,GAAgB,QAAAQ,EAAQ,kBAAAL,EAAiB,CAAC,EAAQkD,EAAiBvB,GAAuBH,EAAMrB,CAAQ,EAAO,CAAC,sBAAAgD,EAAsB,MAAAC,CAAK,EAAEC,GAAyBZ,CAAW,EAAQa,EAAaH,EAAsB,SAASI,IAAO,CAACR,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAEC,EAAW,WAAW,CAAE,CAAC,EAAQQ,EAAaL,EAAsB,SAASI,IAAO,CAACR,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAEC,EAAW,WAAW,CAAE,CAAC,EAAQS,EAAaN,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQU,EAAYP,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAmSW,GAAkBC,EAAG7D,GAAkB,GAA5S,CAAaqC,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAwBA,EAAS,CAAuE,EAAQyB,GAAWC,EAAO,IAAI,EAAQC,GAAY,IAAQtB,IAAc,YAA6CuB,GAAsBC,GAAM,EAAQC,EAAkBC,GAAqB,EAAE,OAAoBnD,EAAKoD,EAAY,CAAC,GAAG/B,GAAU2B,GAAgB,SAAsBhD,EAAKY,GAAS,CAAC,QAAQzB,EAAS,QAAQ,GAAM,SAAsBa,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsB+D,EAAM3C,EAAO,IAAI,CAAC,GAAGc,EAAU,GAAGI,EAAgB,UAAUgB,EAAGD,GAAkB,iBAAiBvB,EAAUM,CAAU,EAAE,cAAc,GAAK,mBAAmB,SAAS,iBAAiB,GAAK,iBAAiBQ,EAAiB,SAAS,YAAY,MAAMI,EAAa,IAAIvB,GAAK8B,GAAK,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,4BAA4B,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,gBAAgB,qBAAqB,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,UAAU,4LAA4L,GAAG1B,CAAK,EAAE,SAAS,CAAC,kBAAkB,CAAC,iBAAiB,4BAA4B,UAAU,6NAA6N,CAAC,EAAE,GAAGlC,GAAqB,CAAC,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,UAAU,CAAC,mBAAmB,OAAO,MAAMuD,CAAY,CAAC,EAAEf,EAAYI,CAAc,EAAE,SAAS,CAAc7B,EAAKU,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,iBAAiB,GAAK,iBAAiBwB,EAAiB,SAAS,YAAY,MAAMO,EAAa,GAAGxD,GAAqB,CAAC,UAAU,CAAC,MAAMyD,CAAW,CAAC,EAAEjB,EAAYI,CAAc,CAAC,CAAC,EAAe7B,EAAKU,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,WAAW,iBAAiBwB,EAAiB,SAAS,YAAY,SAAsBmB,EAAM3C,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,iBAAiBwB,EAAiB,SAAS,YAAY,SAAS,CAAcmB,EAAM3C,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,QAAQ,iBAAiBwB,EAAiB,SAAS,YAAY,SAAS,CAAclC,EAAKU,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,MAAM,iBAAiBwB,EAAiB,SAAS,YAAY,SAAsBlC,EAAKsD,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,MAAM,OAAO,WAAW,iBAAiBpB,EAAiB,SAAS,YAAY,QAAQ,EAAE,IAAI,uhBAAuhB,aAAa,WAAW,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAelC,EAAKuD,EAAS,CAAC,sBAAsB,GAAK,SAAsBvD,EAAWS,EAAS,CAAC,SAAsBT,EAAKU,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,uCAAuC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiBwB,EAAiB,SAAS,YAAY,MAAM,CAAC,6BAA6B,KAAK,EAAE,KAAKZ,EAAU,kBAAkB,MAAM,mBAAmB,GAAK,GAAGrC,GAAqB,CAAC,UAAU,CAAC,SAAsBe,EAAWS,EAAS,CAAC,SAAsBT,EAAKU,EAAO,GAAG,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,uCAAuC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEe,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe7B,EAAKU,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,MAAM,iBAAiBwB,EAAiB,SAAS,YAAY,MAAM,CAAC,OAAO,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,OAAO,GAAG,CAAC,EAAE,SAAsBlC,EAAKsD,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,MAAM,OAAO,WAAW,iBAAiBpB,EAAiB,SAAS,YAAY,QAAQ,GAAG,MAAM,CAAC,QAAQ,EAAE,EAAE,IAAI,oTAAoT,aAAa,WAAW,SAAS,CAAC,kBAAkB,CAAC,QAAQ,CAAC,CAAC,EAAE,mBAAmB,GAAK,GAAGjD,GAAqB,CAAC,kBAAkB,CAAC,QAAQ,EAAE,aAAa,WAAW,CAAC,EAAEwC,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEkB,GAAY,GAAgB/C,EAAKU,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,iBAAiBwB,EAAiB,SAAS,YAAY,SAAsBlC,EAAKwD,GAAyB,CAAC,QAAQ,CAAC,wEAAyFhD,GAAM,SAAY,EAAE,SAAsBR,EAAKuD,EAAS,CAAC,sBAAsB,GAAK,SAAShC,EAAU,UAAU,gBAAgB,mBAAmB,oPAAoP,MAAM,CAAC,OAAO,EAAE,iBAAiBW,EAAiB,SAAS,YAAY,MAAM,CAAC,6BAA6B,KAAK,EAAE,wBAAwB,CAAC,EAAE,8BAA8B,WAAW,8BAA8B,GAAG,+BAA+B,GAAG,+BAA+B,GAAG,8BAA8B,GAAG,+BAA+B,GAAG,+BAA+B,GAAG,+BAA+B,IAAI,8BAA8B,EAAE,6BAA6B,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGjD,GAAqB,CAAC,UAAU,CAAC,wBAAwB,CAAC,WAAW,8BAA8B,GAAG,+BAA+B,GAAG,+BAA+B,GAAG,8BAA8B,GAAG,+BAA+B,GAAG,+BAA+B,GAAG,+BAA+B,IAAI,8BAA8B,EAAE,6BAA6B,CAAC,CAAC,EAAEwC,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQ4B,GAAI,CAAC,kFAAkF,kFAAkF,8VAA8V,+XAA+X,gRAAgR,8QAA8Q,gRAAgR,kTAAkT,+FAA+F,qMAAqM,+FAA+F,6SAA6S,qwDAAqwD,kHAAkH,gEAAgE,kGAAkG,6aAA6a,qGAAqG,GAAeA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAiBA,GAAI,+bAA+b,EASpiiBC,GAAgBC,GAAQ9C,GAAU4C,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,yBAAyBA,GAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,GAAG,EAAEG,GAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,WAAW,EAAE,aAAa,CAAC,SAAS,MAAM,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,wCAAwC,gBAAgB,GAAK,YAAY,GAAG,MAAM,WAAW,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,2PAA2P,MAAM,SAAS,KAAKA,EAAY,QAAQ,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,EAAoCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAsCC,EAAK,EAAE,GAAoBA,IAAQ,UAAaC,GAA6CD,IAAQ,SAAY,EAAE,CAAC,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECTnnF,IAAME,GAAyBC,EAASC,EAAmB,EAAQC,GAAW,CAAC,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,iBAAiB,EAAyL,IAAMC,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,EAAaC,CAAQ,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,OAAAC,EAAO,GAAAC,EAAG,SAAAC,EAAS,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,UAAUF,GAAUE,EAAM,WAAW,6BAA6B,UAAUL,GAAQK,EAAM,WAAwBV,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,SAAS,uTAAuT,CAAC,CAAC,CAAC,CAAC,GAAUS,GAAuB,CAACD,EAAME,IAAWA,EAAS,KAAK,GAAG,EAAEF,EAAM,iBAAuBG,GAA6BC,GAAW,SAASJ,EAAMK,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAC,EAAQ,UAAAC,EAAU,UAAAC,EAAU,GAAGC,CAAS,EAAErB,GAASM,CAAK,EAAO,CAAC,YAAAgB,EAAY,WAAAC,EAAW,eAAAC,EAAe,gBAAAC,EAAgB,WAAAC,EAAW,SAAAlB,CAAQ,EAAEmB,GAAgB,CAAC,WAAAC,GAAW,eAAe,YAAY,QAAAV,EAAQ,kBAAAW,EAAiB,CAAC,EAAQC,EAAiBvB,GAAuBD,EAAME,CAAQ,EAAQuB,EAAWC,EAAO,IAAI,EAAQC,EAAsBC,GAAM,EAAQC,EAAsB,CAAC,EAAQC,EAAkBC,GAAqB,EAAE,OAAoBzC,EAAK0C,EAAY,CAAC,GAAGrB,GAAUgB,EAAgB,SAAsBrC,EAAKC,GAAS,CAAC,QAAQW,EAAS,QAAQ,GAAM,SAAsBZ,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBU,EAAKE,EAAO,IAAI,CAAC,GAAGuB,EAAU,UAAUkB,EAAGC,GAAkB,GAAGL,EAAsB,gBAAgBnB,EAAUO,CAAU,EAAE,mBAAmB,WAAW,iBAAiBO,EAAiB,SAAS,YAAY,WAAW,IAAIL,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,aAAa,IAAIA,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,MAAM,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,YAAY,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,WAAW,IAAIA,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,IAAId,GAAKoB,EAAK,MAAM,CAAC,GAAGhB,CAAK,EAAE,SAAsBnB,EAAK6C,EAA0B,CAAC,MAAML,GAAmB,OAAO,QAAQ,SAAsBxC,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiBgC,EAAiB,SAAS,sBAAsB,SAAsBlC,EAAK8C,GAAoB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAUtB,EAAU,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,UAAUD,EAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQwB,GAAI,CAAC,kFAAkF,kFAAkF,oRAAoR,wGAAwG,0WAA0W,EAS75IC,GAAgBC,GAAQpC,GAAUkC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,gBAAgBA,GAAgB,aAAa,CAAC,OAAO,KAAK,MAAM,GAAG,EAAEG,GAAoBH,GAAgB,CAAC,UAAU,CAAC,aAAa,6BAA6B,gBAAgB,GAAK,YAAY,GAAG,MAAM,WAAW,KAAKI,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,+TAA+T,MAAM,SAAS,KAAKA,EAAY,QAAQ,CAAC,CAAC,EAAEC,GAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,EAAE,GAAGM,EAAwB,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECT3G,IAAMC,GAAiBC,EAASC,EAAW,EAAQC,GAAW,CAAC,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,iBAAiB,EAAE,SAASC,EAAqBC,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,GAAqB,CAAC,WAAW,MAAM,SAAS,QAAQ,EAAQC,GAAwB,CAAC,gBAAgB,YAAY,gBAAgB,YAAY,OAAO,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,UAAAC,EAAU,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,UAAUP,GAAqBG,CAAS,GAAGA,GAAWI,EAAM,WAAW,MAAM,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,EAAmFsD,EAAkBC,EAAG3D,GAAkB,GAA5F,CAAa4C,GAAuBA,EAAS,CAAuE,EAAE,OAAoB3B,EAAK2C,EAAY,CAAC,GAAGf,GAAUT,EAAgB,SAAsBnB,EAAKC,GAAS,CAAC,QAAQd,EAAS,QAAQ,GAAM,SAAsBa,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBU,EAAKE,EAAO,IAAI,CAAC,GAAG4B,EAAU,GAAGI,EAAgB,UAAUQ,EAAGD,EAAkB,gBAAgBd,EAAUK,CAAU,EAAE,mBAAmB,gBAAgB,iBAAiBQ,EAAiB,SAAS,YAAY,IAAItB,EAAW,MAAM,CAAC,YAAYW,IAAY,SAAS,OAAU,UAAU,WAAWA,IAAY,SAAS,OAAO,MAAM,WAAWA,EAAU,GAAGH,CAAK,EAAE,GAAGzC,EAAqB,CAAC,UAAU,CAAC,mBAAmB,QAAQ,EAAE,UAAU,CAAC,mBAAmB,QAAQ,EAAE,UAAU,CAAC,mBAAmB,eAAe,CAAC,EAAE8C,EAAYI,CAAc,EAAE,SAAsBS,EAAM1C,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,sBAAsB,iBAAiBsC,EAAiB,SAAS,YAAY,SAAS,CAAcI,EAAM1C,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,iBAAiBsC,EAAiB,SAAS,YAAY,SAAS,CAAcxC,EAAK6C,EAAS,CAAC,sBAAsB,GAAK,SAAsB7C,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,6CAA6C,EAAE,SAAS,4BAA4B,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,6BAA6B,MAAM,CAAC,OAAO,EAAE,iBAAiBsC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qBAAqB,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGvD,EAAqB,CAAC,UAAU,CAAC,SAAsBe,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,6CAA6C,EAAE,SAAS,4BAA4B,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,6CAA6C,EAAE,SAAS,4BAA4B,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE6B,EAAYI,CAAc,CAAC,CAAC,EAAenC,EAAK6C,EAAS,CAAC,sBAAsB,GAAK,SAAsB7C,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,8CAA8C,EAAE,SAAS,gFAAgF,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,8FAAyF,MAAM,CAAC,OAAO,EAAE,iBAAiBsC,EAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,qBAAqB,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGvD,EAAqB,CAAC,UAAU,CAAC,SAAsBe,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,8CAA8C,EAAE,SAAS,gFAAgF,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,8CAA8C,EAAE,SAAS,gFAAgF,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE6B,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeS,EAAM1C,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,iBAAiBsC,EAAiB,SAAS,YAAY,SAAS,CAAcxC,EAAK8C,EAA0B,CAAC,OAAO,GAAG,GAAG7D,EAAqB,CAAC,UAAU,CAAC,MAAM,QAAQ4C,IAAY,MAAM,WAAWL,GAAmB,OAAO,OAAO,kBAAkB,OAAOA,GAAmB,OAAO,OAAO,WAAW,UAAU,CAAC,EAAEO,EAAYI,CAAc,EAAE,SAAsBnC,EAAK+C,GAA8B,CAAC,UAAU,2BAA2B,mBAAmB,iBAAiB,iBAAiBP,EAAiB,SAAS,sBAAsB,KAAK,iBAAiB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBxC,EAAKnB,GAAY,CAAC,UAAU,oBAAoB,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,iBAAiB,UAAuBmB,EAAWG,EAAS,CAAC,SAAsBH,EAAK,IAAI,CAAC,SAAS,+JAA+J,CAAC,CAAC,CAAC,EAAE,MAAM,OAAO,GAAGf,EAAqB,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,CAAC,CAAC,EAAE8C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenC,EAAK8C,EAA0B,CAAC,OAAO,GAAG,GAAG7D,EAAqB,CAAC,UAAU,CAAC,MAAM,QAAQ4C,IAAY,MAAM,WAAWL,GAAmB,OAAO,OAAO,kBAAkB,OAAOA,GAAmB,OAAO,OAAO,WAAW,UAAU,CAAC,EAAEO,EAAYI,CAAc,EAAE,SAAsBnC,EAAK+C,GAA8B,CAAC,UAAU,0BAA0B,mBAAmB,iBAAiB,iBAAiBP,EAAiB,SAAS,sBAAsB,KAAK,iBAAiB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBxC,EAAKnB,GAAY,CAAC,UAAU,mCAAmC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,iBAAiB,UAAuBmB,EAAWG,EAAS,CAAC,SAAsBH,EAAK,IAAI,CAAC,SAAS,sHAAsH,CAAC,CAAC,CAAC,EAAE,MAAM,OAAO,GAAGf,EAAqB,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,CAAC,CAAC,EAAE8C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenC,EAAK8C,EAA0B,CAAC,OAAO,GAAG,GAAG7D,EAAqB,CAAC,UAAU,CAAC,MAAM,QAAQ4C,IAAY,MAAM,WAAWL,GAAmB,OAAO,OAAO,kBAAkB,OAAOA,GAAmB,OAAO,OAAO,WAAW,UAAU,CAAC,EAAEO,EAAYI,CAAc,EAAE,SAAsBnC,EAAK+C,GAA8B,CAAC,UAAU,2BAA2B,mBAAmB,iBAAiB,iBAAiBP,EAAiB,SAAS,sBAAsB,KAAK,iBAAiB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBxC,EAAKnB,GAAY,CAAC,UAAU,iEAAiE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,iBAAiB,UAAuBmB,EAAWG,EAAS,CAAC,SAAsBH,EAAK,IAAI,CAAC,SAAS,oGAAoG,CAAC,CAAC,CAAC,EAAE,MAAM,OAAO,GAAGf,EAAqB,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,CAAC,CAAC,EAAE8C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenC,EAAK8C,EAA0B,CAAC,OAAO,GAAG,GAAG7D,EAAqB,CAAC,UAAU,CAAC,MAAM,QAAQ4C,IAAY,MAAM,WAAWL,GAAmB,OAAO,OAAO,kBAAkB,OAAOA,GAAmB,OAAO,OAAO,WAAW,UAAU,CAAC,EAAEO,EAAYI,CAAc,EAAE,SAAsBnC,EAAK+C,GAA8B,CAAC,UAAU,2BAA2B,mBAAmB,iBAAiB,iBAAiBP,EAAiB,SAAS,sBAAsB,KAAK,iBAAiB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBxC,EAAKnB,GAAY,CAAC,UAAU,kBAAkB,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,iBAAiB,UAAuBmB,EAAWG,EAAS,CAAC,SAAsBH,EAAK,IAAI,CAAC,SAAS,gKAAgK,CAAC,CAAC,CAAC,EAAE,MAAM,OAAO,GAAGf,EAAqB,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,CAAC,CAAC,EAAE8C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenC,EAAK8C,EAA0B,CAAC,OAAO,GAAG,GAAG7D,EAAqB,CAAC,UAAU,CAAC,MAAM,QAAQ4C,IAAY,MAAM,WAAWL,GAAmB,OAAO,OAAO,kBAAkB,OAAOA,GAAmB,OAAO,OAAO,WAAW,UAAU,CAAC,EAAEO,EAAYI,CAAc,EAAE,SAAsBnC,EAAK+C,GAA8B,CAAC,UAAU,2BAA2B,mBAAmB,iBAAiB,iBAAiBP,EAAiB,SAAS,sBAAsB,KAAK,iBAAiB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBxC,EAAKnB,GAAY,CAAC,UAAU,kBAAkB,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,iBAAiB,UAAuB+D,EAAYzC,EAAS,CAAC,SAAS,CAAcH,EAAK,IAAI,CAAC,SAAS,8KAA8K,CAAC,EAAeA,EAAK,IAAI,CAAC,SAAS,0IAA0I,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,OAAO,GAAGf,EAAqB,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,CAAC,CAAC,EAAE8C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenC,EAAK8C,EAA0B,CAAC,OAAO,GAAG,GAAG7D,EAAqB,CAAC,UAAU,CAAC,MAAM,QAAQ4C,IAAY,MAAM,WAAWL,GAAmB,OAAO,OAAO,kBAAkB,OAAOA,GAAmB,OAAO,OAAO,WAAW,UAAU,CAAC,EAAEO,EAAYI,CAAc,EAAE,SAAsBnC,EAAK+C,GAA8B,CAAC,UAAU,0BAA0B,mBAAmB,iBAAiB,iBAAiBP,EAAiB,SAAS,sBAAsB,KAAK,iBAAiB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBxC,EAAKnB,GAAY,CAAC,UAAU,WAAW,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,iBAAiB,UAAuBmB,EAAWG,EAAS,CAAC,SAAsBH,EAAK,IAAI,CAAC,SAAS,+HAA+H,CAAC,CAAC,CAAC,EAAE,MAAM,OAAO,GAAGf,EAAqB,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,CAAC,CAAC,EAAE8C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenC,EAAK8C,EAA0B,CAAC,OAAO,GAAG,GAAG7D,EAAqB,CAAC,UAAU,CAAC,MAAM,QAAQ4C,IAAY,MAAM,WAAWL,GAAmB,OAAO,OAAO,kBAAkB,OAAOA,GAAmB,OAAO,OAAO,WAAW,UAAU,CAAC,EAAEO,EAAYI,CAAc,EAAE,SAAsBnC,EAAK+C,GAA8B,CAAC,UAAU,yBAAyB,mBAAmB,iBAAiB,iBAAiBP,EAAiB,SAAS,sBAAsB,KAAK,iBAAiB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBxC,EAAKnB,GAAY,CAAC,UAAU,oBAAoB,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,iBAAiB,UAAuB+D,EAAYzC,EAAS,CAAC,SAAS,CAAcH,EAAK,IAAI,CAAC,SAAS,gGAAgG,CAAC,EAAeA,EAAK,IAAI,CAAC,SAAS,gIAAgI,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,OAAO,GAAGf,EAAqB,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,CAAC,CAAC,EAAE8C,EAAYI,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,2QAA2Q,uTAAuT,2RAA2R,mMAAmM,uRAAuR,uWAAuW,iEAAiE,+EAA+E,+DAA+D,+DAA+D,iEAAiE,4IAA4I,+LAA+L,0fAA0f,gEAAgE,2IAA2I,GAAeA,GAAI,GAAgBA,EAAG,EAWhsjBC,GAAgBC,GAAQrC,GAAUmC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,WAAWA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,IAAI,EAAEG,GAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,gBAAgB,gBAAgB,SAAS,QAAQ,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,MAAM,wBAAwB,GAAK,YAAY,CAAC,uBAAuB,oBAAoB,EAAE,QAAQ,CAAC,MAAM,QAAQ,EAAE,aAAa,CAAC,aAAa,UAAU,EAAE,MAAM,YAAY,KAAKA,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,GAAGtE,GAAiB,GAAG4E,EAAoCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECXryD,IAAMC,GAAgBC,GAAOC,EAAO,GAAG,EAAQC,GAAW,CAAC,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,EAAyL,IAAMC,GAAY,CAAC,MAAM,EAAE,SAAS,IAAI,KAAK,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAU,CAAC,QAAQ,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,EAAQC,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,EAAaC,CAAQ,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,aAAAC,EAAa,WAAAC,EAAW,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,UAAUH,GAAcG,EAAM,WAAW,WAAW,UAAUF,GAAYE,EAAM,WAAW,+BAA+B,GAAUC,GAAuB,CAACD,EAAME,IAAWA,EAAS,KAAK,GAAG,EAAEF,EAAM,iBAAuBG,GAA6BC,GAAW,SAASJ,EAAMK,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAC,EAAQ,UAAAC,EAAU,UAAAC,EAAU,GAAGC,CAAS,EAAErB,GAASM,CAAK,EAAO,CAAC,YAAAgB,EAAY,WAAAC,EAAW,eAAAC,EAAe,gBAAAC,EAAgB,WAAAC,EAAW,SAAAlB,CAAQ,EAAEmB,GAAgB,CAAC,WAAAC,GAAW,eAAe,YAAY,QAAAV,EAAQ,kBAAAW,EAAiB,CAAC,EAAQC,EAAiBvB,GAAuBD,EAAME,CAAQ,EAAQuB,EAAWC,EAAO,IAAI,EAAQC,EAAsBC,GAAM,EAAQC,EAAsB,CAAanB,GAAuBA,EAAS,EAAQoB,EAAkBC,GAAqB,EAAE,OAAoBzC,EAAK0C,EAAY,CAAC,GAAGrB,GAAUgB,EAAgB,SAAsBrC,EAAKC,GAAS,CAAC,QAAQW,EAAS,QAAQ,GAAM,SAAsBZ,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBqD,EAAMC,GAAgB,CAAC,GAAGnB,EAAU,eAAepC,GAAU,4BAA4B,GAAK,0BAA0B,EAAE,yBAAyB,SAAS,yBAAyBD,GAAY,gBAAgB,GAAM,mBAAmB,GAAK,gBAAgB,EAAE,UAAUyD,EAAGC,GAAkB,GAAGP,EAAsB,iBAAiBnB,EAAUO,CAAU,EAAE,cAAc,GAAK,mBAAmB,YAAY,iBAAiBO,EAAiB,SAAS,YAAY,WAAW,IAAIL,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,aAAa,IAAIA,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,MAAM,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,YAAY,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,WAAW,IAAIA,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,IAAId,GAAKoB,EAAK,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,2BAA2B,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,gBAAgB,wEAAwE,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,GAAGhB,CAAK,EAAE,SAAS,CAAcwB,EAAMzC,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,QAAQ,iBAAiBgC,EAAiB,SAAS,YAAY,SAAS,CAAclC,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,iBAAiBgC,EAAiB,SAAS,YAAY,SAAsBlC,EAAK+C,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,OAAO,WAAW,iBAAiBb,EAAiB,SAAS,YAAY,QAAQ,EAAE,IAAI,wSAAwS,aAAa,UAAU,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAelC,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,iBAAiBgC,EAAiB,SAAS,YAAY,SAAsBlC,EAAK+C,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,OAAO,WAAW,iBAAiBb,EAAiB,SAAS,YAAY,QAAQ,EAAE,IAAI,wSAAwS,aAAa,QAAQ,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAelC,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,iBAAiBgC,EAAiB,SAAS,YAAY,SAAsBlC,EAAK+C,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,OAAO,WAAW,iBAAiBb,EAAiB,SAAS,YAAY,QAAQ,EAAE,IAAI,wSAAwS,aAAa,WAAW,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAelC,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,iBAAiBgC,EAAiB,SAAS,YAAY,SAAsBlC,EAAK+C,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,OAAO,WAAW,iBAAiBb,EAAiB,SAAS,YAAY,QAAQ,EAAE,IAAI,wSAAwS,aAAa,WAAW,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAelC,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,iBAAiBgC,EAAiB,SAAS,YAAY,SAAsBlC,EAAK+C,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,OAAO,WAAW,iBAAiBb,EAAiB,SAAS,YAAY,QAAQ,EAAE,IAAI,wSAAwS,aAAa,UAAU,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeS,EAAMzC,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,SAAS,iBAAiBgC,EAAiB,SAAS,YAAY,SAAS,CAAclC,EAAKgD,EAAS,CAAC,sBAAsB,GAAK,SAAsBhD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,yCAAyC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiBgC,EAAiB,SAAS,YAAY,MAAM,CAAC,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,KAAKX,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAevB,EAAKgD,EAAS,CAAC,sBAAsB,GAAK,SAAsBhD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiBgC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,KAAKV,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQyB,GAAI,CAAC,kFAAkF,kFAAkF,4RAA4R,8RAA8R,2ZAA2Z,0NAA0N,wTAAwT,gJAAgJ,grDAAgrD,GAAeA,GAAI,GAAgBA,GAAI,+bAA+b,EASrxYC,GAAgBC,GAAQtC,GAAUoC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,cAAcA,GAAgB,aAAa,CAAC,OAAO,MAAM,MAAM,GAAG,EAAEG,GAAoBH,GAAgB,CAAC,UAAU,CAAC,aAAa,gCAAgC,gBAAgB,GAAM,YAAY,GAAG,MAAM,cAAc,KAAKI,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,WAAW,gBAAgB,GAAM,MAAM,gBAAgB,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,qEAAqE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,kEAAkE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,kEAAkE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,uEAAuE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGM,EAAoCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECTrJ,IAAMC,GAAUC,EAASC,EAAI,EAAQC,GAAmCC,GAA0BC,EAAO,GAAG,EAAQC,GAAgBC,GAAOF,EAAO,GAAG,EAAQG,GAA2BP,EAASQ,EAAqB,EAAQC,GAAiBT,EAASU,EAAW,EAAQC,GAAgBX,EAASY,EAAU,EAAQC,GAAYb,EAASc,EAAM,EAAQC,GAAqBf,EAASgB,EAAe,EAAQC,GAAajB,EAASkB,EAAO,EAAQC,GAAgBb,GAAOc,CAAS,EAAQC,GAAkBrB,EAASsB,EAAY,EAAQC,GAAevB,EAASwB,EAAS,EAAQC,GAAY,CAAC,UAAU,qBAAqB,UAAU,6CAA6C,UAAU,qBAAqB,EAAoD,IAAMC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,iBAAiB,EAAQC,GAAY,CAAC,QAAQ,GAAG,MAAM,GAAG,KAAK,GAAG,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,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,EAAE,EAAE,EAAE,EAAE,EAAQC,GAAY,CAAC,QAAQ,GAAG,MAAM,GAAG,KAAK,GAAG,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,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,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,EAAE,EAAE,EAAE,GAAG,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,EAAE,EAAE,EAAE,EAAE,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,WAAWP,GAAY,EAAE,EAAE,EAAE,EAAE,EAAQQ,GAAY,CAACC,EAAMC,IAAM,CAAC,GAAG,GAACD,GAAO,OAAOA,GAAQ,UAAkB,MAAM,CAAC,GAAGA,EAAM,IAAAC,CAAG,CAAE,EAAQC,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,GAAG,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,WAAWD,GAAY,EAAE,IAAI,EAAE,CAAC,EAAQE,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,WAAWF,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQG,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,EAAE,IAAI,EAAE,CAAC,EAAQC,GAAa,IAAY,SAAS,cAAc,mBAAmB,GAAG,SAAS,cAAc,UAAU,GAAG,SAAS,KAAaC,GAAQ,CAAC,CAAC,SAAAC,EAAS,uBAAAC,EAAuB,QAAAC,EAAQ,EAAI,IAAI,CAAC,GAAK,CAACC,EAAQC,CAAU,EAAEC,GAAgB,CAAC,uBAAAJ,CAAsB,CAAC,EAAE,OAAOD,EAAS,CAAC,KAAK,IAAII,EAAW,EAAK,EAAE,KAAK,IAAIA,EAAW,EAAI,EAAE,OAAO,IAAIA,EAAW,CAACD,CAAO,EAAE,QAAQD,GAASC,CAAO,CAAC,CAAE,EAAQG,GAAoB,CAACC,EAAMC,EAAcC,IAAS,CAAC,GAAG,OAAOF,GAAQ,SAAS,MAAM,GAAG,IAAMG,EAAK,IAAI,KAAKH,CAAK,EAAE,GAAG,MAAMG,EAAK,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAMC,EAAe,QAAQ,GAAG,CAAC,OAAOD,EAAK,eAAeD,GAAQE,EAAeH,CAAa,CAAE,MAAM,CAAC,OAAOE,EAAK,eAAeC,EAAeH,CAAa,CAAE,CAAC,EAAQI,GAAY,CAAC,UAAU,SAAS,SAAS,KAAK,EAAQC,GAAa,CAACN,EAAMO,IAAuBR,GAAoBC,EAAMK,GAAYE,CAAY,EAAUC,GAAkBR,GAAW,OAAOA,GAAQ,UAAUA,IAAQ,MAAM,OAAOA,EAAM,KAAM,SAAiBA,EAAc,OAAOA,GAAQ,SAAS,CAAC,IAAIA,CAAK,EAAE,OAAkBS,GAAU,CAAC,CAAC,MAAAC,EAAM,SAAAC,EAAS,SAAAlB,CAAQ,IAAI,CAAC,IAAMmB,EAAKC,GAAaH,CAAK,EAAE,OAAOjB,EAASmB,CAAI,CAAE,EAAQE,GAAU,CAAC,CAAC,MAAAd,CAAK,IAAoBe,GAAoB,EAAqB,KAAyBC,EAAK,QAAQ,CAAC,wBAAwB,CAAC,OAAOhB,CAAK,EAAE,yBAAyB,EAAE,CAAC,EAAUiB,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,aAAAvB,EAAa,UAAAwB,CAAS,EAAEC,GAAc,EAAQC,EAAkBC,GAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAC,EAAQ,mBAAAC,EAAmB,mBAAAC,EAAmB,mBAAAC,EAAmB,mBAAAC,EAAmB,mBAAAC,EAAmB,YAAAC,EAAY,kCAAAC,EAAkC,GAAGC,CAAS,EAAE5B,GAASI,CAAK,EAAQyB,GAAU,IAAI,CAAC,IAAMC,EAASA,GAAiB,OAAUzC,CAAY,EAAE,GAAGyC,EAAS,OAAO,CAAC,IAAIC,GAAU,SAAS,cAAc,qBAAqB,EAAKA,GAAWA,GAAU,aAAa,UAAUD,EAAS,MAAM,GAAQC,GAAU,SAAS,cAAc,MAAM,EAAEA,GAAU,aAAa,OAAO,QAAQ,EAAEA,GAAU,aAAa,UAAUD,EAAS,MAAM,EAAE,SAAS,KAAK,YAAYC,EAAS,EAAG,CAAC,EAAE,CAAC,OAAU1C,CAAY,CAAC,EAAQ2C,GAAmB,IAAI,CAAC,IAAMF,EAASA,GAAiB,OAAUzC,CAAY,EAAE,SAAS,MAAMyC,EAAS,OAAO,GAAMA,EAAS,UAAU,SAAS,cAAc,uBAAuB,GAAG,aAAa,UAAUA,EAAS,QAAQ,CAAG,EAAE,CAAC,OAAUzC,CAAY,CAAC,EAAE,GAAK,CAAC4C,EAAYC,CAAmB,EAAEC,GAA8Bf,EAAQgB,GAAY,EAAK,EAAQC,EAAe,OAAe,CAAC,sBAAAC,EAAsB,MAAAC,CAAK,EAAEC,GAAyB,MAAS,EAAQC,EAAY,CAAC,CAAC,QAAAC,EAAQ,SAAAC,EAAQ,IAAIL,EAAsB,SAASM,KAAO,CAACF,EAAQ,OAAO,CAAE,CAAC,EAAQG,EAAa,CAAC,CAAC,QAAAH,EAAQ,SAAAC,EAAQ,IAAIL,EAAsB,SAASM,KAAO,CAACF,EAAQ,KAAK,CAAE,CAAC,EAA+KI,GAAkBC,EAAG3F,GAAkB,GAAxL,CAAa8D,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,EAAS,CAAuE,EAAQ8B,GAAUC,GAAkB,WAAW,EAAQC,GAAWzC,EAAO,IAAI,EAAQ0C,GAAOC,GAAU,EAAQC,EAAWJ,GAAkB,WAAW,EAAQK,EAAW7C,EAAO,IAAI,EAAQ8C,GAAWN,GAAkB,WAAW,EAAQO,GAAW/C,EAAO,IAAI,EAAQgD,GAAWR,GAAkB,WAAW,EAAQS,GAAWjD,EAAO,IAAI,EAAQkD,GAAWV,GAAkB,WAAW,EAAQW,GAAWnD,EAAO,IAAI,EAAQoD,GAAWZ,GAAkB,WAAW,EAAQa,GAAWrD,EAAO,IAAI,EAAQsD,GAAWd,GAAkB,WAAW,EAAQe,GAAWvD,EAAO,IAAI,EAAQwD,GAAWhB,GAAkB,WAAW,EAAQiB,GAAWzD,EAAO,IAAI,EAAQ0D,GAAWlB,GAAkB,WAAW,EAAQmB,GAAW3D,EAAO,IAAI,EAAQ4D,GAAiBC,GAAc,EAAQC,GAAWtB,GAAkB,WAAW,EAAQuB,GAAY/D,EAAO,IAAI,EAAE,OAAAgE,GAAiB,CAAC,CAAC,EAAsB3E,EAAK4E,GAA0B,SAAS,CAAC,MAAM,CAAC,iBAAiB,YAAY,kBAAArH,EAAiB,EAAE,SAAsBsH,EAAMC,EAAY,CAAC,GAAGzD,GAAUR,EAAgB,SAAS,CAAcb,EAAKF,GAAU,CAAC,MAAM,iCAAiC,CAAC,EAAeE,EAAK+E,EAAO,IAAI,CAAC,GAAGjD,EAAU,UAAUmB,EAAGD,GAAkB,gBAAgB5B,CAAS,EAAE,IAAIR,EAAW,MAAM,CAAC,GAAGO,CAAK,EAAE,SAAsB0D,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,iBAAiB,SAAS,CAAc7E,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,eAAe,GAAGkD,GAAU,IAAIE,GAAK,SAAsBpD,EAAKgF,GAAmC,CAAC,QAAQvH,GAAU,UAAU,iBAAiB,wBAAwB,UAAU,mBAAmB,sBAAsB,QAAQC,GAAW,UAAU,GAAK,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAsBmH,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,uBAAuB,SAAS,CAAcA,EAAMG,GAAmC,CAAC,QAAQpH,GAAW,UAAU,gBAAgB,wBAAwB,SAAS,mBAAmB,eAAe,QAAQC,GAAW,UAAU,GAAK,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAS,CAAcgH,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,mBAAmB,SAAS,CAAc7E,EAAKiF,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsBnC,EAAWkF,EAAS,CAAC,SAAsBL,EAAM,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,oBAAoB,EAAE,SAAS,CAAc7E,EAAK,SAAS,CAAC,SAAS,oCAAoC,CAAC,EAAeA,EAAK,SAAS,CAAC,SAAsBA,EAAK,KAAK,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,SAAS,CAAC,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAKmF,EAAS,CAAC,sBAAsB,GAAK,SAAsBnF,EAAWkF,EAAS,CAAC,SAAsBL,EAAM,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,oBAAoB,EAAE,SAAS,CAAc7E,EAAK,SAAS,CAAC,SAAS,oCAAoC,CAAC,EAAeA,EAAK,SAAS,CAAC,SAAsBA,EAAK,KAAK,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,SAAS,CAAC,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,QAAQ,YAAY,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAKiF,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsBnC,EAAWkF,EAAS,CAAC,SAAsBL,EAAM,KAAK,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,0BAA0B,UAAU,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,CAAc7E,EAAK,KAAK,CAAC,SAAsB6E,EAAM,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,MAAM,sBAAsB,oBAAoB,EAAE,SAAS,CAAc7E,EAAK,OAAO,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,MAAM,sBAAsB,oEAAoE,EAAE,SAAS,iBAAiB,CAAC,EAAE,mDAAmD,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,MAAM,sBAAsB,mBAAmB,EAAE,SAAsB6E,EAAM,IAAI,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,MAAM,sBAAsB,oEAAoE,EAAE,SAAS,CAAc7E,EAAK,OAAO,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,MAAM,sBAAsB,mBAAmB,EAAE,SAAS,oBAAoB,CAAC,EAAeA,EAAK,OAAO,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,KAAK,EAAE,SAAS,GAAG,CAAC,EAAE,2BAA2B,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,SAAsB6E,EAAM,IAAI,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,MAAM,sBAAsB,oBAAoB,EAAE,SAAS,CAAc7E,EAAK,OAAO,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,MAAM,sBAAsB,oEAAoE,EAAE,SAAS,sBAAsB,CAAC,EAAE,6BAA6B,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,SAAsB6E,EAAM,IAAI,CAAC,SAAS,CAAC,gBAA6B7E,EAAK,OAAO,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,qBAAqB,OAAO,uBAAuB,MAAM,sBAAsB,mBAAmB,EAAE,SAAS,sBAAsB,CAAC,EAAE,qCAAqC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBA,EAAWkF,EAAS,CAAC,SAAsBL,EAAM,KAAK,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,0BAA0B,UAAU,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,CAAc7E,EAAK,KAAK,CAAC,SAAsB6E,EAAM,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,MAAM,sBAAsB,oBAAoB,EAAE,SAAS,CAAc7E,EAAK,OAAO,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,MAAM,sBAAsB,oEAAoE,EAAE,SAAS,iBAAiB,CAAC,EAAE,mDAAmD,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,MAAM,sBAAsB,mBAAmB,EAAE,SAAsB6E,EAAM,IAAI,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,MAAM,sBAAsB,oEAAoE,EAAE,SAAS,CAAc7E,EAAK,OAAO,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,MAAM,sBAAsB,mBAAmB,EAAE,SAAS,oBAAoB,CAAC,EAAeA,EAAK,OAAO,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,KAAK,EAAE,SAAS,GAAG,CAAC,EAAE,2BAA2B,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,SAAsB6E,EAAM,IAAI,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,MAAM,sBAAsB,oBAAoB,EAAE,SAAS,CAAc7E,EAAK,OAAO,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,MAAM,sBAAsB,oEAAoE,EAAE,SAAS,sBAAsB,CAAC,EAAE,6BAA6B,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,SAAsB6E,EAAM,IAAI,CAAC,SAAS,CAAC,gBAA6B7E,EAAK,OAAO,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,qBAAqB,OAAO,uBAAuB,MAAM,sBAAsB,mBAAmB,EAAE,SAAS,sBAAsB,CAAC,EAAE,qCAAqC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAKmF,EAAS,CAAC,sBAAsB,GAAK,SAAsBnF,EAAWkF,EAAS,CAAC,SAAsBL,EAAM,KAAK,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,0BAA0B,UAAU,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,CAAc7E,EAAK,KAAK,CAAC,SAAsB6E,EAAM,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,MAAM,sBAAsB,oBAAoB,EAAE,SAAS,CAAc7E,EAAK,OAAO,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,MAAM,sBAAsB,oEAAoE,EAAE,SAAS,iBAAiB,CAAC,EAAE,mDAAmD,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,MAAM,sBAAsB,mBAAmB,EAAE,SAAsB6E,EAAM,IAAI,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,MAAM,sBAAsB,oEAAoE,EAAE,SAAS,CAAc7E,EAAK,OAAO,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,MAAM,sBAAsB,mBAAmB,EAAE,SAAS,oBAAoB,CAAC,EAAeA,EAAK,OAAO,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,KAAK,EAAE,SAAS,GAAG,CAAC,EAAE,2BAA2B,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,SAAsB6E,EAAM,IAAI,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,MAAM,sBAAsB,oBAAoB,EAAE,SAAS,CAAc7E,EAAK,OAAO,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,MAAM,sBAAsB,oEAAoE,EAAE,SAAS,sBAAsB,CAAC,EAAE,6BAA6B,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,SAAsB6E,EAAM,IAAI,CAAC,SAAS,CAAC,gBAA6B7E,EAAK,OAAO,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,MAAM,sBAAsB,mBAAmB,EAAE,SAAS,sBAAsB,CAAC,EAAE,qCAAqC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,qBAAqB,gBAAgB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe6E,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc7E,EAAKoF,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,KAAK,aAAa,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,KAAK,aAAa,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,KAAK,aAAa,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASC,GAA4BrF,EAAKiF,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,YAAYlB,GAAmB,OAAO,OAAO,oBAAoB,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,MAAM,EAAE,CAAC,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,MAAM,CAAC,CAAC,EAAE,SAAsBjB,EAAKsF,EAA0B,CAAC,OAAO,GAAG,GAAGrE,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,MAAM,EAAE,SAAsBjB,EAAKuF,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsBvF,EAAKiF,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUkD,EAAc,CAAC,EAAE,MAAM,CAAC,MAAM,MAAM,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAc,CAAC,CAAC,CAAC,EAAE,SAAsBrF,EAAKwF,GAAK,CAAC,UAAUH,EAAc,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,UAAU,GAAM,SAAS,YAAY,UAAU,eAAe,QAAQ,YAAY,MAAM,OAAO,UAAU,EAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerF,EAAKiF,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,YAAYlB,GAAmB,OAAO,OAAO,oBAAoB,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,MAAM,CAAC,CAAC,EAAE,SAAsBjB,EAAKsF,EAA0B,CAAC,OAAO,GAAG,GAAGrE,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,MAAM,EAAE,SAAsBjB,EAAKuF,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBvF,EAAKiF,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,CAAC,CAAC,EAAE,SAAsBnC,EAAKwF,GAAK,CAAC,UAAU,6BAA6B,OAAO,OAAO,GAAG,YAAY,UAAU,GAAM,SAAS,YAAY,UAAU,iBAAiB,QAAQ,YAAY,MAAM,OAAO,UAAU,EAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAexF,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,aAAa,SAAsBA,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,MAAM,SAAsBA,EAAKiF,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQsD,IAA2BxE,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,MAAM,KAAK,CAAC,EAAE,YAAY,KAAK,WAAW,IAAI,MAAM,mBAAmBA,GAAmB,OAAO,OAAO,yCAAyCA,GAAmB,OAAO,OAAO,0BAA0B,IAAI,qEAAqE,OAAO,oKAAoK,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQwE,IAA2BxE,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,EAAE,IAAI,CAAC,EAAE,YAAY,KAAK,WAAW,IAAI,MAAM,YAAYA,GAAmB,OAAO,OAAO,8BAA8B,IAAI,qEAAqE,OAAO,oKAAoK,CAAC,CAAC,EAAE,SAAsBjB,EAAK0F,GAAM,CAAC,GAAG,SAAS,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQD,IAA2BxE,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,EAAE,KAAK,CAAC,EAAE,YAAY,KAAK,WAAW,IAAI,MAAM,YAAYA,GAAmB,OAAO,OAAO,8BAA8B,IAAI,qEAAqE,OAAO,oKAAoK,EAAE,UAAU,gBAAgB,mBAAmB,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAejB,EAAK,MAAM,CAAC,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,gBAAgB,GAAGuD,EAAW,IAAIC,EAAK,SAAsBqB,EAAMc,GAAgB,CAAC,kBAAkB,CAAC,WAAWnI,EAAW,EAAE,sBAAsB,GAAK,gBAAgBM,GAAW,eAAeC,GAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,iBAAiB,mBAAmB,sBAAsB,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAS,CAAc8G,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,SAAS,CAAc7E,EAAKmF,EAAS,CAAC,sBAAsB,GAAK,SAAsBnF,EAAWkF,EAAS,CAAC,SAAsBlF,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,oBAAoB,EAAE,SAAS,mBAAmB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKmF,EAAS,CAAC,sBAAsB,GAAK,SAAsBnF,EAAWkF,EAAS,CAAC,SAAsBlF,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,mBAAmB,EAAE,SAAS,wBAAwB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAe6E,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,eAAe,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,SAAS,CAAc7E,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,MAAM,SAAsBA,EAAK4F,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,MAAM,QAAQ,EAAE,IAAI,m3CAAm3C,aAAa,YAAY,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAef,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,SAAS,CAAc7E,EAAKmF,EAAS,CAAC,sBAAsB,GAAK,SAAsBnF,EAAWkF,EAAS,CAAC,SAAsBlF,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,mBAAmB,EAAE,SAAS,qBAAqB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKmF,EAAS,CAAC,sBAAsB,GAAK,SAAsBnF,EAAWkF,EAAS,CAAC,SAAsBlF,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,oEAAoE,EAAE,SAAS,oJAAoJ,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe6E,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,SAAS,CAAc7E,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,MAAM,SAAsBA,EAAK4F,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,MAAM,QAAQ,EAAE,IAAI,q9BAAq9B,aAAa,WAAW,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAef,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,SAAS,CAAc7E,EAAKmF,EAAS,CAAC,sBAAsB,GAAK,SAAsBnF,EAAWkF,EAAS,CAAC,SAAsBlF,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,mBAAmB,EAAE,SAAS,0BAA0B,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKmF,EAAS,CAAC,sBAAsB,GAAK,SAAsBnF,EAAWkF,EAAS,CAAC,SAAsBlF,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,oEAAoE,EAAE,SAAS,2JAA2J,CAAC,CAAC,CAAC,EAAE,UAAU,eAAe,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe6E,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,SAAS,CAAc7E,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,MAAM,SAAsBA,EAAK4F,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,MAAM,QAAQ,EAAE,IAAI,miBAAmiB,aAAa,YAAY,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAef,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,SAAS,CAAc7E,EAAKmF,EAAS,CAAC,sBAAsB,GAAK,SAAsBnF,EAAWkF,EAAS,CAAC,SAAsBlF,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,mBAAmB,EAAE,SAAS,sBAAsB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKmF,EAAS,CAAC,sBAAsB,GAAK,SAAsBnF,EAAWkF,EAAS,CAAC,SAAsBlF,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,oEAAoE,EAAE,SAAS,kIAAkI,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,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,iBAAiB,cAAc,GAAK,mBAAmB,qBAAqB,GAAGyD,GAAW,IAAIC,GAAK,SAAsBmB,EAAMc,GAAgB,CAAC,kBAAkB,CAAC,WAAWnI,EAAW,EAAE,sBAAsB,GAAK,gBAAgBM,GAAW,eAAeC,GAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,iBAAiB,mBAAmB,sBAAsB,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAS,CAAc8G,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,SAAS,CAAc7E,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,iBAAiB,SAAsBA,EAAKmF,EAAS,CAAC,sBAAsB,GAAK,SAAsBnF,EAAWkF,EAAS,CAAC,SAAsBlF,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,oBAAoB,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,MAAM,SAAsBA,EAAKoF,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASS,GAA6B7F,EAAKiF,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGlB,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,GAAG,EAAE,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC,CAAC,EAAE,SAAsBjB,EAAKsF,EAA0B,CAAC,OAAO,GAAG,GAAGrE,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,GAAG,EAAE,EAAE,EAAE,EAAE,KAAK,EAAE,EAAE,SAAsBjB,EAAKuF,EAAU,CAAC,UAAU,2BAA2B,mBAAmB,MAAM,KAAK,MAAM,OAAO,YAAY,QAAQ,YAAY,SAAsBvF,EAAKiF,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,UAAU0D,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,CAAC,EAAE,SAAsB7F,EAAKwF,GAAK,CAAC,UAAUK,EAAe,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,UAAU,GAAM,SAAS,YAAY,UAAU,uBAAuB,KAAK,MAAM,QAAQ,YAAY,MAAM,OAAO,UAAU,EAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe7F,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,eAAe,SAAsBA,EAAKiF,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,OAAOlB,GAAmB,OAAO,OAAO,mBAAmB,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,GAAG,EAAE,EAAE,MAAM,EAAE,CAAC,EAAE,UAAU,CAAC,MAAM,OAAO,CAAC,EAAE,SAAsBjB,EAAKsF,EAA0B,CAAC,OAAO,IAAI,MAAM,SAAS,GAAGrE,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,GAAG,EAAE,EAAE,MAAM,EAAE,EAAE,SAAsBjB,EAAKuF,EAAU,CAAC,UAAU,2BAA2B,GAAG5B,GAAW,OAAO,YAAY,IAAIC,GAAK,QAAQ,YAAY,SAAsB5D,EAAKiF,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBnC,EAAK8F,GAAsB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU9H,GAAY,CAAC,YAAY,KAAK,WAAW,KAAK,IAAI,sEAAsE,OAAO,mQAAmQ,EAAE,EAAE,EAAE,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAU,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAegC,EAAK,MAAM,CAAC,UAAU,iBAAiB,cAAc,GAAK,mBAAmB,mBAAmB,GAAG6D,GAAW,IAAIC,GAAK,SAAsBe,EAAMc,GAAgB,CAAC,kBAAkB,CAAC,WAAWnI,EAAW,EAAE,sBAAsB,GAAK,gBAAgBM,GAAW,eAAeC,GAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,gBAAgB,mBAAmB,sBAAsB,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAS,CAAc8G,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,SAAS,SAAS,CAAc7E,EAAKiF,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsBnC,EAAWkF,EAAS,CAAC,SAAsBlF,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,oBAAoB,EAAE,SAAS,mBAAmB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAKmF,EAAS,CAAC,sBAAsB,GAAK,SAAsBnF,EAAWkF,EAAS,CAAC,SAAsBlF,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,oBAAoB,EAAE,SAAS,mBAAmB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAKmF,EAAS,CAAC,sBAAsB,GAAK,SAAsBnF,EAAWkF,EAAS,CAAC,SAAsBlF,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,oEAAoE,EAAE,SAAS,8FAA8F,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAe6E,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,oBAAoB,SAAS,CAAc7E,EAAKoF,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,SAAS,EAAE,oBAAoB,CAAC,UAAU,CAAC,aAAa,YAAY,iBAAiB,WAAW,CAAC,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,SAAS,EAAE,oBAAoB,CAAC,UAAU,CAAC,aAAa,YAAY,iBAAiB,WAAW,CAAC,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,SAAS,EAAE,oBAAoB,CAAC,UAAU,CAAC,aAAa,YAAY,iBAAiB,WAAW,CAAC,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASW,GAA6B/F,EAAKiF,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,WAAWlB,GAAmB,OAAO,OAAO,2BAA2B,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,GAAG,EAAE,EAAE,MAAM,EAAE,CAAC,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,KAAK,GAAG,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC,EAAE,SAAsBjB,EAAKsF,EAA0B,CAAC,OAAO,IAAI,MAAM,YAAYrE,GAAmB,OAAO,OAAO,gCAAgC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,KAAK,GAAG,EAAE,EAAE,MAAM,EAAE,EAAE,SAAsBjB,EAAKuF,EAAU,CAAC,UAAU,yBAAyB,OAAO,YAAY,QAAQ,YAAY,SAAsBvF,EAAKiF,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,UAAU4D,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,CAAC,EAAE,SAAsB/F,EAAKgG,GAAY,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,UAAU,UAAUD,EAAe,CAAC,EAAE,UAAU,GAAG,SAAS,YAAY,UAAU/H,GAAY,CAAC,YAAY,KAAK,WAAW,KAAK,IAAI,uEAAuE,OAAO,sQAAsQ,EAAE,EAAE,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAegC,EAAKoF,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,MAAM,EAAE,oBAAoB,CAAC,UAAU,CAAC,aAAa,YAAY,iBAAiB,WAAW,CAAC,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,MAAM,EAAE,oBAAoB,CAAC,UAAU,CAAC,aAAa,YAAY,iBAAiB,WAAW,CAAC,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,MAAM,EAAE,oBAAoB,CAAC,UAAU,CAAC,aAAa,YAAY,iBAAiB,WAAW,CAAC,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASa,GAA6BjG,EAAKiF,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,WAAWlB,GAAmB,OAAO,OAAO,2BAA2B,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,GAAG,EAAE,EAAE,MAAM,EAAE,GAAG,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,KAAK,GAAG,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC,EAAE,SAAsBjB,EAAKsF,EAA0B,CAAC,OAAO,IAAI,MAAM,YAAYrE,GAAmB,OAAO,OAAO,gCAAgC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,KAAK,GAAG,EAAE,EAAE,MAAM,EAAE,EAAE,SAAsBjB,EAAKuF,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBvF,EAAKiF,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,UAAU8D,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,CAAC,EAAE,SAAsBjG,EAAKgG,GAAY,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,OAAO,UAAUC,EAAe,CAAC,EAAE,UAAU,GAAG,SAAS,YAAY,UAAUjI,GAAY,CAAC,YAAY,KAAK,WAAW,KAAK,IAAI,qEAAqE,OAAO,gQAAgQ,EAAE,EAAE,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAegC,EAAKoF,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,QAAQ,EAAE,oBAAoB,CAAC,UAAU,CAAC,aAAa,YAAY,iBAAiB,WAAW,CAAC,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,QAAQ,EAAE,oBAAoB,CAAC,UAAU,CAAC,aAAa,YAAY,iBAAiB,WAAW,CAAC,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,QAAQ,EAAE,oBAAoB,CAAC,UAAU,CAAC,aAAa,YAAY,iBAAiB,WAAW,CAAC,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASc,GAA6BlG,EAAKiF,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,WAAWlB,GAAmB,OAAO,OAAO,2BAA2B,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,GAAG,EAAE,EAAE,MAAM,EAAE,GAAG,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,KAAK,GAAG,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,EAAE,SAAsBjB,EAAKsF,EAA0B,CAAC,OAAO,IAAI,MAAM,YAAYrE,GAAmB,OAAO,OAAO,gCAAgC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,KAAK,GAAG,EAAE,EAAE,MAAM,EAAE,IAAI,SAAsBjB,EAAKuF,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsBvF,EAAKiF,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,UAAU+D,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,CAAC,EAAE,SAAsBlG,EAAKgG,GAAY,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,SAAS,UAAUE,EAAe,CAAC,EAAE,UAAU,GAAG,SAAS,YAAY,UAAUlI,GAAY,CAAC,YAAY,KAAK,WAAW,KAAK,IAAI,uEAAuE,OAAO,sQAAsQ,EAAE,EAAE,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAegC,EAAKoF,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,gBAAgB,EAAE,oBAAoB,CAAC,UAAU,CAAC,aAAa,YAAY,iBAAiB,WAAW,CAAC,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,gBAAgB,EAAE,oBAAoB,CAAC,UAAU,CAAC,aAAa,YAAY,iBAAiB,WAAW,CAAC,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,gBAAgB,EAAE,oBAAoB,CAAC,UAAU,CAAC,aAAa,YAAY,iBAAiB,WAAW,CAAC,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASe,GAA6BnG,EAAKiF,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,WAAWlB,GAAmB,OAAO,OAAO,2BAA2B,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,GAAG,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,KAAK,GAAG,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,EAAE,SAAsBjB,EAAKsF,EAA0B,CAAC,OAAO,IAAI,MAAM,YAAYrE,GAAmB,OAAO,OAAO,gCAAgC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,KAAK,GAAG,EAAE,EAAE,MAAM,EAAE,IAAI,SAAsBjB,EAAKuF,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsBvF,EAAKiF,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUgE,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,CAAC,EAAE,SAAsBnG,EAAKgG,GAAY,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,mBAAmB,UAAUG,EAAe,CAAC,EAAE,UAAU,GAAG,SAAS,YAAY,UAAUnI,GAAY,CAAC,YAAY,KAAK,WAAW,KAAK,IAAI,sEAAsE,OAAO,mQAAmQ,EAAE,EAAE,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAegC,EAAKoF,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,aAAa,EAAE,oBAAoB,CAAC,UAAU,CAAC,aAAa,YAAY,iBAAiB,WAAW,CAAC,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,aAAa,EAAE,oBAAoB,CAAC,UAAU,CAAC,aAAa,YAAY,iBAAiB,WAAW,CAAC,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,aAAa,EAAE,oBAAoB,CAAC,UAAU,CAAC,aAAa,YAAY,iBAAiB,WAAW,CAAC,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASgB,GAA6BpG,EAAKiF,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,WAAWlB,GAAmB,OAAO,OAAO,2BAA2B,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,GAAG,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,KAAK,GAAG,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,EAAE,SAAsBjB,EAAKsF,EAA0B,CAAC,OAAO,IAAI,MAAM,YAAYrE,GAAmB,OAAO,OAAO,gCAAgC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,KAAK,GAAG,EAAE,EAAE,MAAM,EAAE,IAAI,SAAsBjB,EAAKuF,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBvF,EAAKiF,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUiE,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,CAAC,EAAE,SAAsBpG,EAAKgG,GAAY,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,gBAAgB,UAAUI,EAAe,CAAC,EAAE,UAAU,GAAG,SAAS,YAAY,UAAUpI,GAAY,CAAC,YAAY,KAAK,WAAW,KAAK,IAAI,sEAAsE,OAAO,mQAAmQ,EAAE,EAAE,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAegC,EAAKoF,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,sBAAsB,EAAE,oBAAoB,CAAC,UAAU,CAAC,aAAa,YAAY,iBAAiB,WAAW,CAAC,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,sBAAsB,EAAE,oBAAoB,CAAC,UAAU,CAAC,aAAa,YAAY,iBAAiB,WAAW,CAAC,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,sBAAsB,EAAE,oBAAoB,CAAC,UAAU,CAAC,aAAa,YAAY,iBAAiB,WAAW,CAAC,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASiB,GAA6BrG,EAAKiF,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,WAAWlB,GAAmB,OAAO,OAAO,2BAA2B,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,GAAG,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,KAAK,GAAG,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,EAAE,SAAsBjB,EAAKsF,EAA0B,CAAC,OAAO,IAAI,MAAM,YAAYrE,GAAmB,OAAO,OAAO,gCAAgC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,KAAK,GAAG,EAAE,EAAE,MAAM,EAAE,IAAI,SAAsBjB,EAAKuF,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBvF,EAAKiF,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUkE,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,CAAC,EAAE,SAAsBrG,EAAKgG,GAAY,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,yBAAyB,UAAUK,EAAe,CAAC,EAAE,UAAU,GAAG,SAAS,YAAY,UAAUrI,GAAY,CAAC,YAAY,KAAK,WAAW,KAAK,IAAI,uEAAuE,OAAO,sQAAsQ,EAAE,EAAE,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAegC,EAAKoF,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,sBAAsB,EAAE,oBAAoB,CAAC,UAAU,CAAC,aAAa,YAAY,iBAAiB,WAAW,CAAC,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,sBAAsB,EAAE,oBAAoB,CAAC,UAAU,CAAC,aAAa,YAAY,iBAAiB,WAAW,CAAC,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,sBAAsB,EAAE,oBAAoB,CAAC,UAAU,CAAC,aAAa,YAAY,iBAAiB,WAAW,CAAC,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASkB,GAA6BtG,EAAKiF,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,WAAWlB,GAAmB,OAAO,OAAO,2BAA2B,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,GAAG,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,KAAK,GAAG,EAAE,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,SAAsBjB,EAAKsF,EAA0B,CAAC,OAAO,IAAI,MAAM,YAAYrE,GAAmB,OAAO,OAAO,gCAAgC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,KAAK,GAAG,EAAE,EAAE,MAAM,EAAE,KAAK,SAAsBjB,EAAKuF,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBvF,EAAKiF,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUmE,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,CAAC,EAAE,SAAsBtG,EAAKgG,GAAY,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,yBAAyB,UAAUM,EAAe,CAAC,EAAE,UAAU,GAAG,SAAS,YAAY,UAAUtI,GAAY,CAAC,YAAY,KAAK,WAAW,KAAK,IAAI,sEAAsE,OAAO,mQAAmQ,EAAE,EAAE,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAegC,EAAKoF,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,sBAAsB,EAAE,oBAAoB,CAAC,UAAU,CAAC,aAAa,YAAY,iBAAiB,WAAW,CAAC,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,sBAAsB,EAAE,oBAAoB,CAAC,UAAU,CAAC,aAAa,YAAY,iBAAiB,WAAW,CAAC,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,sBAAsB,EAAE,oBAAoB,CAAC,UAAU,CAAC,aAAa,YAAY,iBAAiB,WAAW,CAAC,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASmB,GAA6BvG,EAAKiF,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,WAAWlB,GAAmB,OAAO,OAAO,2BAA2B,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,GAAG,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,KAAK,GAAG,EAAE,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,SAAsBjB,EAAKsF,EAA0B,CAAC,OAAO,IAAI,MAAM,YAAYrE,GAAmB,OAAO,OAAO,gCAAgC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,KAAK,GAAG,EAAE,EAAE,MAAM,EAAE,KAAK,SAAsBjB,EAAKuF,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsBvF,EAAKiF,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUoE,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,CAAC,EAAE,SAAsBvG,EAAKgG,GAAY,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,yBAAyB,UAAUO,EAAe,CAAC,EAAE,UAAU,GAAG,SAAS,YAAY,UAAUvI,GAAY,CAAC,YAAY,KAAK,WAAW,KAAK,IAAI,uEAAuE,OAAO,sQAAsQ,EAAE,EAAE,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAegC,EAAKoF,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,sBAAsB,EAAE,oBAAoB,CAAC,UAAU,CAAC,aAAa,YAAY,iBAAiB,WAAW,CAAC,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,sBAAsB,EAAE,oBAAoB,CAAC,UAAU,CAAC,aAAa,YAAY,iBAAiB,WAAW,CAAC,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,sBAAsB,EAAE,oBAAoB,CAAC,UAAU,CAAC,aAAa,YAAY,iBAAiB,WAAW,CAAC,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASoB,GAA8BxG,EAAKiF,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,WAAWlB,GAAmB,OAAO,OAAO,2BAA2B,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,GAAG,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,KAAK,GAAG,EAAE,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,SAAsBjB,EAAKsF,EAA0B,CAAC,OAAO,IAAI,MAAM,YAAYrE,GAAmB,OAAO,OAAO,gCAAgC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,KAAK,GAAG,EAAE,EAAE,MAAM,EAAE,KAAK,SAAsBjB,EAAKuF,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsBvF,EAAKiF,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUqE,EAAgB,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAgB,CAAC,CAAC,CAAC,EAAE,SAAsBxG,EAAKgG,GAAY,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,yBAAyB,UAAUQ,EAAgB,CAAC,EAAE,UAAU,GAAG,SAAS,YAAY,UAAUxI,GAAY,CAAC,YAAY,KAAK,WAAW,KAAK,IAAI,sEAAsE,OAAO,mQAAmQ,EAAE,EAAE,EAAE,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,CAAC,CAAC,CAAC,EAAe6G,EAAM,MAAM,CAAC,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,kBAAkB,GAAGd,GAAW,IAAIC,GAAK,SAAS,CAAchE,EAAK2F,GAAgB,CAAC,kBAAkB,CAAC,WAAWnI,EAAW,EAAE,sBAAsB,GAAK,gBAAgBM,GAAW,eAAeC,GAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,gBAAgB,mBAAmB,sBAAsB,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAsB8G,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,SAAS,SAAS,CAAc7E,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,QAAQ,SAAsBA,EAAKmF,EAAS,CAAC,sBAAsB,GAAK,SAAsBnF,EAAWkF,EAAS,CAAC,SAAsBlF,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,oBAAoB,EAAE,SAAS,uBAAuB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAe6E,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAS,CAAc7E,EAAK4F,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,eAAe,QAAQ,EAAE,IAAI,yrQAAyrQ,aAAa,YAAY,mBAAmB,EAAI,CAAC,EAAe5F,EAAKiF,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsBnC,EAAWkF,EAAS,CAAC,SAAsBlF,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,0BAA0B,UAAU,0BAA0B,SAAS,sBAAsB,oBAAoB,EAAE,SAAS,2BAA2B,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAKmF,EAAS,CAAC,sBAAsB,GAAK,SAAsBnF,EAAWkF,EAAS,CAAC,SAAsBlF,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,0BAA0B,UAAU,sBAAsB,oBAAoB,EAAE,SAAS,2BAA2B,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,2BAA2B,MAAM,CAAC,oBAAoB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,QAAQ,SAAsBA,EAAK4F,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,cAAc,KAAK,gBAAgB,gBAAgB,GAAG,eAAe,GAAG,IAAI;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAAimC,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAef,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,iBAAiB,SAAS,CAAc7E,EAAKsF,EAA0B,CAAC,SAAsBtF,EAAKuF,EAAU,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBvF,EAAKyG,GAAO,CAAC,UAAU,SAAS,UAAU,OAAO,YAAY,CAAC,UAAU,EAAE,YAAY,GAAK,UAAU,EAAE,UAAU,GAAG,SAAS,EAAK,EAAE,IAAI,IAAI,OAAO,OAAO,YAAY,GAAG,GAAG,YAAY,SAAS,YAAY,QAAQ,EAAE,cAAc,EAAE,YAAY,EAAE,eAAe,GAAM,aAAa,EAAE,WAAW,EAAE,cAAc,CAAC,WAAW,GAAK,UAAU,EAAI,EAAE,MAAM,CAAczG,EAAKsF,EAA0B,CAAC,OAAO,IAAI,SAAsBtF,EAAKuF,EAAU,CAAC,UAAU,0BAA0B,mBAAmB,gBAAgB,gBAAgB,GAAK,KAAK,gBAAgB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBvF,EAAK0G,GAAW,CAAC,OAAO,OAAO,UAAU,YAAY,GAAG,YAAY,SAAS,YAAY,KAAK,gBAAgB,UAAU,6CAA6C,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1G,EAAKsF,EAA0B,CAAC,OAAO,IAAI,SAAsBtF,EAAKuF,EAAU,CAAC,UAAU,2BAA2B,mBAAmB,gBAAgB,gBAAgB,GAAK,KAAK,gBAAgB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBvF,EAAK0G,GAAW,CAAC,OAAO,OAAO,UAAU,SAAS,GAAG,YAAY,SAAS,YAAY,KAAK,gBAAgB,UAAU,oEAAoE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1G,EAAKsF,EAA0B,CAAC,OAAO,IAAI,SAAsBtF,EAAKuF,EAAU,CAAC,UAAU,2BAA2B,mBAAmB,gBAAgB,gBAAgB,GAAK,KAAK,gBAAgB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBvF,EAAK0G,GAAW,CAAC,OAAO,OAAO,UAAU,YAAY,GAAG,YAAY,SAAS,YAAY,KAAK,gBAAgB,UAAU,uGAAuG,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1G,EAAKsF,EAA0B,CAAC,OAAO,IAAI,SAAsBtF,EAAKuF,EAAU,CAAC,UAAU,2BAA2B,mBAAmB,gBAAgB,gBAAgB,GAAK,KAAK,gBAAgB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBvF,EAAK0G,GAAW,CAAC,OAAO,OAAO,UAAU,aAAa,GAAG,YAAY,SAAS,YAAY,KAAK,gBAAgB,UAAU,8DAA8D,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1G,EAAKsF,EAA0B,CAAC,SAAsBtF,EAAKuF,EAAU,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBvF,EAAKyG,GAAO,CAAC,UAAU,SAAS,UAAU,QAAQ,YAAY,CAAC,UAAU,EAAE,YAAY,GAAK,UAAU,EAAE,UAAU,GAAG,SAAS,EAAK,EAAE,IAAI,IAAI,OAAO,OAAO,YAAY,GAAG,GAAG,YAAY,SAAS,YAAY,QAAQ,EAAE,cAAc,EAAE,YAAY,EAAE,eAAe,GAAK,aAAa,EAAE,WAAW,EAAE,cAAc,CAAC,WAAW,GAAM,UAAU,EAAI,EAAE,MAAM,CAAczG,EAAKsF,EAA0B,CAAC,OAAO,IAAI,SAAsBtF,EAAKuF,EAAU,CAAC,UAAU,2BAA2B,mBAAmB,gBAAgB,gBAAgB,GAAK,KAAK,gBAAgB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBvF,EAAK0G,GAAW,CAAC,OAAO,OAAO,UAAU,aAAa,GAAG,YAAY,SAAS,YAAY,KAAK,gBAAgB,UAAU,sFAAsF,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1G,EAAKsF,EAA0B,CAAC,OAAO,IAAI,SAAsBtF,EAAKuF,EAAU,CAAC,UAAU,0BAA0B,mBAAmB,gBAAgB,gBAAgB,GAAK,KAAK,gBAAgB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBvF,EAAK0G,GAAW,CAAC,OAAO,OAAO,UAAU,WAAW,GAAG,YAAY,SAAS,YAAY,KAAK,gBAAgB,UAAU,4EAA4E,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1G,EAAKsF,EAA0B,CAAC,OAAO,IAAI,SAAsBtF,EAAKuF,EAAU,CAAC,UAAU,0BAA0B,mBAAmB,gBAAgB,gBAAgB,GAAK,KAAK,gBAAgB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBvF,EAAK0G,GAAW,CAAC,OAAO,OAAO,UAAU,eAAe,GAAG,YAAY,SAAS,YAAY,KAAK,gBAAgB,UAAU,iGAAiG,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1G,EAAKsF,EAA0B,CAAC,OAAO,IAAI,SAAsBtF,EAAKuF,EAAU,CAAC,UAAU,0BAA0B,mBAAmB,iBAAiB,gBAAgB,GAAK,KAAK,iBAAiB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBvF,EAAK0G,GAAW,CAAC,OAAO,OAAO,UAAU,WAAW,GAAG,YAAY,SAAS,YAAY,KAAK,iBAAiB,UAAU,2FAA2F,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1G,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,uBAAuB,GAAGiE,GAAW,IAAIC,GAAK,SAAsBW,EAAMc,GAAgB,CAAC,kBAAkB,CAAC,WAAWnI,EAAW,EAAE,sBAAsB,GAAK,gBAAgBM,GAAW,eAAeC,GAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,gBAAgB,mBAAmB,sBAAsB,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAS,CAAc8G,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,mBAAmB,SAAS,CAAc7E,EAAKmF,EAAS,CAAC,sBAAsB,GAAK,SAAsBnF,EAAWkF,EAAS,CAAC,SAAsBlF,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,oBAAoB,EAAE,SAAS,qBAAqB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKmF,EAAS,CAAC,sBAAsB,GAAK,SAAsBnF,EAAWkF,EAAS,CAAC,SAAsBlF,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,oEAAoE,EAAE,SAAS,+HAA+H,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAe6E,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,kBAAkB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,gBAAgB,SAAS,CAAc7E,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,MAAM,GAAG,UAAU,SAAsBA,EAAKiF,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQsD,IAA2BxE,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,GAAG,EAAE,MAAM,EAAE,EAAE,GAAG,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,OAAO,UAAU,SAAS,MAAM,eAAeA,GAAmB,OAAO,OAAO,+BAA+B,IAAI,uEAAuE,OAAO,kcAAkc,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQwE,IAA2BxE,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,GAAG,EAAE,MAAM,EAAE,GAAG,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,OAAO,UAAU,SAAS,MAAM,QAAQ,IAAI,uEAAuE,OAAO,kcAAkc,CAAC,CAAC,EAAE,SAAsBjB,EAAK0F,GAAM,CAAC,aAAa,4BAA4B,GAAG,SAAS,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQD,IAA2BxE,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,GAAG,EAAE,MAAM,EAAE,GAAG,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,OAAO,UAAU,SAAS,MAAM,QAAQ,IAAI,uEAAuE,OAAO,kcAAkc,EAAE,UAAU,iBAAiB,mBAAmB,MAAM,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,EAAejB,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,gBAAgB,SAAsB6E,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,aAAa,SAAS,CAAc7E,EAAKxB,GAAQ,CAAC,uBAAuB,GAAM,SAASoE,GAAsB5C,EAAK2G,GAAU,CAAC,SAAsB9B,EAAME,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,MAAM,GAAG,UAAU,MAAMpC,EAAY,CAAC,QAAAC,CAAO,CAAC,EAAE,SAAS,CAAc5C,EAAKiF,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGlB,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,GAAG,EAAE,MAAM,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,GAAG,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,SAAsBjB,EAAKsF,EAA0B,CAAC,OAAO,GAAG,GAAGrE,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,GAAG,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,SAAsBjB,EAAKuF,EAAU,CAAC,UAAU,yBAAyB,mBAAmB,MAAM,KAAK,MAAM,OAAO,YAAY,QAAQ,YAAY,SAAsBvF,EAAKwF,GAAK,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,GAAM,SAAS,YAAY,UAAU,gBAAgB,KAAK,MAAM,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAU,EAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAexF,EAAK4G,GAAgB,CAAC,SAAShE,EAAQ,SAAsB5C,EAAK2G,GAAU,CAAC,SAA+BE,GAA0BhC,EAAYK,EAAS,CAAC,SAAS,CAAclF,EAAK+E,EAAO,IAAI,CAAC,QAAQ,CAAC,QAAQ,EAAE,WAAW,CAAC,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,GAAG,EAAE,IAAI,GAAG,EAAE,KAAK,OAAO,CAAC,EAAE,UAAU9B,EAAGD,GAAkB,eAAe,EAAE,mBAAmB,iBAAiB,wBAAwB,UAAU,KAAK,CAAC,QAAQ,EAAE,WAAW,CAAC,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,IAAI,IAAI,IAAI,EAAE,KAAK,OAAO,CAAC,EAAE,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,IAAIJ,EAAQ,KAAK,CAAC,EAAE,WAAW,EAAeiC,EAAME,EAAO,IAAI,CAAC,QAAQ1G,GAAW,UAAU4E,EAAGD,GAAkB,gBAAgB,EAAE,mBAAmB,UAAU,wBAAwB,UAAU,KAAK5E,GAAW,QAAQE,GAAW,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAS,CAAc0B,EAAK+E,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,MAAMhC,EAAa,CAAC,QAAAH,CAAO,CAAC,EAAE,SAAsB5C,EAAK4F,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,MAAM,KAAK,gBAAgB,gBAAgB,GAAG,eAAe,GAAG,IAAI;AAAA;AAAA;AAAA;AAAA,EAAiZ,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAe5F,EAAK0F,GAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,EAAE,UAAU,iBAAiB,mBAAmB,MAAM,SAAsB1F,EAAKiF,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,MAAM,MAAM,QAAQ,IAAI,uEAAuE,OAAO,kcAAkc,CAAC,CAAC,EAAE,SAAsBnC,EAAK0F,GAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,MAAM,MAAM,QAAQ,IAAI,uEAAuE,OAAO,kcAAkc,EAAE,UAAU,iBAAiB,mBAAmB,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeb,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAS,CAAc7E,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,aAAa,SAAsBA,EAAKmF,EAAS,CAAC,sBAAsB,GAAK,SAAsBN,EAAYK,EAAS,CAAC,SAAS,CAAclF,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,oEAAoE,EAAE,SAAsBA,EAAK,SAAS,CAAC,SAAS,qBAAqB,CAAC,CAAC,CAAC,EAAeA,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,oEAAoE,EAAE,SAAS,gJAAgJ,CAAC,EAAeA,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,oEAAoE,EAAE,SAAS,wFAAmF,CAAC,EAAeA,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,oEAAoE,EAAE,SAAS,4FAA4F,CAAC,EAAeA,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,oEAAoE,EAAE,SAAS,wDAAwD,CAAC,EAAe6E,EAAM,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,oEAAoE,EAAE,SAAS,CAAC,yDAAsE7E,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAe6E,EAAM,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,oEAAoE,EAAE,SAAS,CAAc7E,EAAK,SAAS,CAAC,SAAS,8CAAyC,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAE,6HAAqIA,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,QAAQ,YAAY,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,MAAM,SAAsBA,EAAKiF,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,oBAAoB,CAAC,EAAE,SAAsBnC,EAAKsF,EAA0B,CAAC,MAAM,QAAQ,SAAsBtF,EAAKuF,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsBvF,EAAKwF,GAAK,CAAC,UAAU,6BAA6B,OAAO,OAAO,GAAG,YAAY,UAAU,GAAM,SAAS,YAAY,UAAU,sBAAsB,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAU,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEjH,GAAa,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeyB,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe6E,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,mBAAmB,SAAS,CAAc7E,EAAKmF,EAAS,CAAC,sBAAsB,GAAK,SAAsBnF,EAAWkF,EAAS,CAAC,SAAsBlF,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,oEAAoE,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKiF,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,gBAAgBlB,GAAmB,OAAO,OAAO,0BAA0B,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,GAAG,EAAE,MAAM,EAAE,IAAI,GAAG,EAAE,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,GAAG,EAAE,MAAM,EAAE,GAAG,EAAE,CAAC,EAAE,SAAsBjB,EAAKsF,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,GAAGrE,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,GAAG,EAAE,MAAM,EAAE,GAAG,GAAG,SAAsBjB,EAAKuF,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsBvF,EAAK8G,GAAgB,CAAC,UAAU,mFAAmF,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,+CAA+C,MAAM,OAAO,UAAU,yEAAyE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe9G,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,cAAc,GAAGmE,GAAW,IAAIC,GAAK,SAAsBpE,EAAKiF,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGlB,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,EAAE,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,EAAE,CAAC,EAAE,SAAsBjB,EAAKsF,EAA0B,CAAC,OAAO,IAAI,MAAM,OAAOrE,GAAmB,OAAO,OAAO,SAAS,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,GAAG,SAAsBjB,EAAK+G,GAAgB,CAAC,kBAAkB,CAAC,WAAWvJ,EAAW,EAAE,sBAAsB,GAAK,gBAAgBM,GAAW,eAAeC,GAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,2BAA2B,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAsBiC,EAAKiF,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBnC,EAAKgH,GAAQ,CAAC,UAAU,MAAM,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,EAAehH,EAAK,MAAM,CAAC,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,kBAAkB,GAAGqE,GAAW,IAAIC,GAAK,SAAsBO,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc7E,EAAKmF,EAAS,CAAC,sBAAsB,GAAK,SAAsBnF,EAAWkF,EAAS,CAAC,SAAsBlF,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,SAAS,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKmF,EAAS,CAAC,sBAAsB,GAAK,SAAsBnF,EAAWkF,EAAS,CAAC,SAAsBlF,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,oEAAoE,EAAE,SAAS,+DAA+D,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKoF,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAAS6B,GAA8BjH,EAAKiF,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGlB,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,QAAQ,GAAG,EAAE,EAAE,EAAE,EAAE,KAAK,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,GAAG,EAAE,EAAE,EAAE,EAAE,KAAK,CAAC,EAAE,SAAsBjB,EAAKsF,EAA0B,CAAC,OAAO,GAAG,GAAGrE,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,GAAG,EAAE,EAAE,EAAE,EAAE,MAAM,SAAsBjB,EAAKuF,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsBvF,EAAKiF,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,UAAU8E,EAAgB,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAgB,CAAC,CAAC,CAAC,EAAE,SAAsBjH,EAAKwF,GAAK,CAAC,UAAUyB,EAAgB,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,UAAU,GAAM,SAAS,YAAY,UAAU,WAAW,QAAQ,YAAY,MAAM,OAAO,UAAU,EAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAejH,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAKkH,GAAmB,CAAC,SAAsBlH,EAAKP,GAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAK0H,GAAY,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,IAAI,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,EAAE,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAMtF,CAAiC,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,CAAC,EAAE,SAAS,CAACuF,EAAWC,GAAexE,KAAwB7C,EAAK2G,GAAU,CAAC,SAASS,GAAY,IAAI,CAAC,CAAC,UAAUzF,GAAmB,UAAUF,EAAmB,GAAGG,EAAY,UAAUL,GAAmB,UAAUC,EAAmB,UAAUE,EAAkB,EAAE4F,MAAS/F,KAAqB,GAAGI,KAAqB,GAAuB3B,EAAK8E,EAAY,CAAC,GAAG,aAAalD,CAAW,GAAG,SAAsB5B,EAAKuH,GAAqB,SAAS,CAAC,MAAM,CAAC,UAAUhG,EAAkB,EAAE,SAAsBvB,EAAKwH,GAAK,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUjG,EAAkB,EAAE,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBvB,EAAK+E,EAAO,EAAE,CAAC,UAAU,8BAA8B,SAAsB/E,EAAKiF,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,WAAWlB,GAAmB,OAAO,OAAO,gCAAgC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,QAAQ,GAAG,EAAE,EAAE,MAAM,EAAE,EAAE,CAAC,EAAE,UAAU,CAAC,MAAM,WAAWA,GAAmB,OAAO,OAAO,+BAA+B,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,GAAG,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC,EAAE,SAAsBjB,EAAKsF,EAA0B,CAAC,OAAO,IAAI,MAAM,WAAWrE,GAAmB,OAAO,OAAO,iCAAiC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,GAAG,EAAE,EAAE,MAAM,EAAE,EAAE,SAAsBjB,EAAKuF,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBvF,EAAKiF,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBnC,EAAKyH,GAAa,CAAC,UAAUnI,GAAamC,EAAmB8C,EAAgB,EAAE,UAAU5C,GAAmB,OAAO,OAAO,UAAUnC,GAAkBkC,EAAkB,EAAE,UAAUgG,GAA2B,YAAelG,EAAmBjC,CAAY,EAAE,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,EAAEqC,CAAW,EAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe5B,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,qBAAqB,GAAGyE,GAAW,IAAIC,GAAM,SAAsB1E,EAAKiF,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,QAAQlB,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,QAAQ,EAAE,CAAC,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,EAAE,CAAC,CAAC,EAAE,SAAsBjB,EAAKsF,EAA0B,CAAC,OAAO,IAAI,MAAMrE,GAAmB,OAAO,QAAQ,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,EAAE,EAAE,SAAsBjB,EAAKuF,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsBvF,EAAKiF,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBnC,EAAK2H,GAAU,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,EAAe3H,EAAK,MAAM,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQ4H,GAAI,CAAC,kFAAkF,gFAAgF,uQAAuQ,gRAAgR,yTAAyT,mXAAmX,sRAAsR,4VAA4V,uRAAuR,utBAAutB,oRAAoR,mOAAmO,kWAAkW,+QAA+Q,mRAAmR,geAAge,sSAAsS,0WAA0W,wSAAwS,mVAAmV,0fAA0f,2JAA2J,kXAAkX,qTAAqT,oeAAoe,4SAA4S,+QAA+Q,iRAAiR,mRAAmR,2LAA2L,uhBAAuhB,mSAAmS,yTAAyT,mdAAmd,+eAA+e,8RAA8R,kRAAkR,gRAAgR,wRAAwR,+FAA+F,kJAAkJ,mRAAmR,yJAAyJ,+QAA+Q,qHAAqH,wXAAwX,0GAA0G,yWAAyW,qSAAqS,sRAAsR,4zBAA4zB,qcAAqc,uWAAuW,uRAAuR,qRAAqR,mTAAmT,0LAA0L,qIAAqI,gZAAgZ,yUAAyU,yJAAyJ,mHAAmH,sKAAsK,0RAA0R,8UAA8U,yGAAyG,2TAA2T,gvBAAgvB,6NAA6N,qTAAqT,0eAA0e,gRAAgR,iPAAiP,qSAAqS,uRAAuR,GAAeA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,gcAAgc,m4EAAm4E,mwBAAmwB,EAat3rHC,GAAgBC,GAAQvH,GAAUqH,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,EAAE,CAAC,OAAO,UAAU,OAAO,SAAS,MAAM,SAAS,IAAI,4EAA4E,OAAO,KAAK,EAAE,CAAC,OAAO,UAAU,OAAO,SAAS,MAAM,SAAS,IAAI,gFAAgF,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGI,GAAU,GAAGC,GAA2B,GAAGC,GAAiB,GAAGC,GAAgB,GAAGC,GAAY,GAAGC,GAAqB,GAAGC,GAAa,GAAGC,GAAkB,GAAGC,GAAe,GAAGC,EAAoCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,EACrjI,IAAMC,GAAqB,CAAC,QAAU,CAAC,MAAQ,CAAC,KAAO,SAAS,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,QAAU,CAAC,KAAO,iBAAiB,KAAO,kBAAkB,MAAQ,CAAC,EAAE,YAAc,CAAC,qBAAuB,OAAO,oCAAsC,4JAA0L,yBAA2B,QAAQ,4BAA8B,OAAO,sBAAwB,IAAI,qBAAuB,OAAO,6BAA+B,OAAO,yBAA2B,OAAO,qBAAuB,0hBAA8nB,sBAAwB,OAAO,uBAAyB,GAAG,kBAAoB,MAAM,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC",
  "names": ["noopReturn", "e", "velocityPerSecond", "calcBezier", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "t", "l", "cubicBezier", "__rest", "e", "t", "r", "n", "e", "t", "r", "n", "calcGeneratorVelocity", "s", "r", "a", "velocityPerSecond", "calcDampingRatio", "e", "t", "hasReachedTarget", "spring", "i", "h", "u", "d", "f", "l", "g", "glide", "o", "c", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "noopReturn", "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", "supportsAcceleratedAnimations", "Ticker", "props", "slots", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "speed", "hoverFactor", "direction", "alignment", "sizingOptions", "fadeOptions", "style", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "widthType", "heightType", "paddingValue", "isCanvas", "RenderTarget", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "W", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "childrenStyles", "initialResize", "ue", "frame", "resize", "contentSize", "child", "index", "_child_props", "_child_props1", "_child_props2", "_child_props3", "ref", "p", "LayoutGroup", "q", "i", "childIndex", "_child_props4", "_child_props5", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "isInView", "useInView", "useAnimationFrame", "t", "delta", "wrap", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "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", "conditionDescription", "height", "id", "tap", "uSCoverage", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "t2xIOvMNX", "ta2Ev2KuK", "s_o8UVzPn", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1xxasme", "args", "onMouseEnter1lruznf", "onMouseLeavezvmfn8", "onTapgmv89g", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "RichText2", "css", "Framerlel8hPvut", "withCSS", "lel8hPvut_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "ConditionsTabItemDesktopFonts", "getFonts", "lel8hPvut_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "direction", "height", "id", "tabImage", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "kMiAkN8NB", "zmeJFrIBr", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "s_o8UVzPnbowohl", "args", "scopingClassNames", "cx", "isDisplayed", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "Image2", "css", "FramerjgqnZF1uh", "withCSS", "jgqnZF1uh_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "answer", "height", "id", "question", "width", "props", "x", "motion", "createLayoutDependency", "Variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "W9LmptaTh", "l0H1dk6Fq", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1ca2vna", "args", "onTap1ecip0o", "onTap1x8qy94", "onTapefiuin", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "SVG", "RichText2", "ComponentPresetsProvider", "css", "Framerc5yno0T05", "withCSS", "c5yno0T05_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "FAQListItemExpandedFonts", "getFonts", "c5yno0T05_default", "cycleOrder", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "answer", "height", "id", "question", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "CHZye5QTW", "VZjE1wwPf", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "ComponentViewportProvider", "c5yno0T05_default", "css", "FramerJs6X_PEcD", "withCSS", "Js6X_PEcD_default", "addPropertyControls", "ControlType", "addFonts", "FAQListItemExpandedFonts", "FAQListItemFonts", "getFonts", "Js6X_PEcD_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "direction", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "DTkpAX4FW", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerjJ6YhJstH", "withCSS", "jJ6YhJstH_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "transition1", "animation", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "reviewerName", "reviewText", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "NOtUWc_JS", "I7jDD5pAP", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "MotionDivWithFX", "cx", "serializationHash", "SVG", "RichText2", "css", "FramerTxLVeBQQ1", "withCSS", "TxLVeBQQ1_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "CTAsFonts", "getFonts", "pGVZJrZ5_default", "MotionDivWithOptimizedAppearEffect", "withOptimizedAppearEffect", "motion", "MotionDivWithFX", "withFX", "ConditionsTabsDesktopFonts", "jgqnZF1uh_default", "ServiceCardFonts", "O8GndIbC6_default", "ReviewCardFonts", "TxLVeBQQ1_default", "TickerFonts", "Ticker", "ProviderBulletsFonts", "QTuCdlGXe_default", "FAQListFonts", "jJ6YhJstH_default", "ContainerWithFX", "Container", "CardsJournalFonts", "BEnx2jdg6_default", "BottomCTAFonts", "yjh5QEm4L_default", "breakpoints", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "animation2", "animation3", "animation4", "animation5", "addImageAlt", "image", "alt", "transition3", "animation6", "animation7", "animation8", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "sharedDateFormatter", "value", "formatOptions", "locale", "date", "fallbackLocale", "dateOptions", "toDateString", "activeLocale", "toResponsiveImage", "QueryData", "query", "pageSize", "data", "useQueryData", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "lWknla85Fs2MzNlkwu", "UxSqtETqOs2MzNlkwu", "b1Ojl2V3qs2MzNlkwu", "XxB0mPCims2MzNlkwu", "AuOwGSbSms2MzNlkwu", "ids2MzNlkwu", "previousItemId_b1Ojl2V3qxP6hyb_oD", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap3bnx0g", "overlay", "loadMore", "args", "onTap1wnntms", "scopingClassNames", "cx", "elementId", "useRouteElementId", "ref1", "router", "useRouter", "elementId1", "ref2", "elementId2", "ref3", "elementId3", "ref4", "elementId4", "ref5", "elementId5", "ref6", "elementId6", "ref7", "elementId7", "ref8", "elementId8", "ref9", "activeLocaleCode", "useLocaleCode", "elementId9", "ref10", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "MotionDivWithOptimizedAppearEffect", "PropertyOverrides2", "x", "RichText2", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "Container", "pGVZJrZ5_default", "getLoadingLazyAtYPosition", "Image2", "MotionDivWithFX", "SVG", "resolvedLinks1", "jgqnZF1uh_default", "resolvedLinks2", "O8GndIbC6_default", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "resolvedLinks8", "resolvedLinks9", "resolvedLinks10", "Ticker", "TxLVeBQQ1_default", "l", "AnimatePresence", "Ga", "QTuCdlGXe_default", "ContainerWithFX", "jJ6YhJstH_default", "resolvedLinks11", "ChildrenCanSuspend", "CZbdocYEq_default", "collection", "paginationInfo", "index", "PathVariablesContext", "Link", "BEnx2jdg6_default", "enumToDisplayNameFunctions", "yjh5QEm4L_default", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "CTAsFonts", "ConditionsTabsDesktopFonts", "ServiceCardFonts", "ReviewCardFonts", "TickerFonts", "ProviderBulletsFonts", "FAQListFonts", "CardsJournalFonts", "BottomCTAFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
