/*! For license information please see main.420b254c.js.LICENSE.txt */
(()=>{var e={854(e,t,n){e.exports=n(672)},1989(e,t,n){"use strict";var r=n(6267),i=n(3229),o=n(7903),a=n(6735),s=n(7638),u=n(3101),l=n(705),c=n(9335),d=n(2702),f=n(7482),p=n(3403);e.exports=function(e){return new Promise(function(t,n){var h,m=e.data,g=e.headers,D=e.responseType;function y(){e.cancelToken&&e.cancelToken.unsubscribe(h),e.signal&&e.signal.removeEventListener("abort",h)}r.isFormData(m)&&r.isStandardBrowserEnv()&&delete g["Content-Type"];var v=new XMLHttpRequest;if(e.auth){var E=e.auth.username||"",A=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";g.Authorization="Basic "+btoa(E+":"+A)}var b=s(e.baseURL,e.url);function _(){if(v){var r="getAllResponseHeaders"in v?u(v.getAllResponseHeaders()):null,o={data:D&&"text"!==D&&"json"!==D?v.response:v.responseText,status:v.status,statusText:v.statusText,headers:r,config:e,request:v};i(function(e){t(e),y()},function(e){n(e),y()},o),v=null}}if(v.open(e.method.toUpperCase(),a(b,e.params,e.paramsSerializer),!0),v.timeout=e.timeout,"onloadend"in v?v.onloadend=_:v.onreadystatechange=function(){v&&4===v.readyState&&(0!==v.status||v.responseURL&&0===v.responseURL.indexOf("file:"))&&setTimeout(_)},v.onabort=function(){v&&(n(new d("Request aborted",d.ECONNABORTED,e,v)),v=null)},v.onerror=function(){n(new d("Network Error",d.ERR_NETWORK,e,v,v)),v=null},v.ontimeout=function(){var t=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded",r=e.transitional||c;e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),n(new d(t,r.clarifyTimeoutError?d.ETIMEDOUT:d.ECONNABORTED,e,v)),v=null},r.isStandardBrowserEnv()){var C=(e.withCredentials||l(b))&&e.xsrfCookieName?o.read(e.xsrfCookieName):void 0;C&&(g[e.xsrfHeaderName]=C)}"setRequestHeader"in v&&r.forEach(g,function(e,t){"undefined"===typeof m&&"content-type"===t.toLowerCase()?delete g[t]:v.setRequestHeader(t,e)}),r.isUndefined(e.withCredentials)||(v.withCredentials=!!e.withCredentials),D&&"json"!==D&&(v.responseType=e.responseType),"function"===typeof e.onDownloadProgress&&v.addEventListener("progress",e.onDownloadProgress),"function"===typeof e.onUploadProgress&&v.upload&&v.upload.addEventListener("progress",e.onUploadProgress),(e.cancelToken||e.signal)&&(h=function(e){v&&(n(!e||e&&e.type?new f:e),v.abort(),v=null)},e.cancelToken&&e.cancelToken.subscribe(h),e.signal&&(e.signal.aborted?h():e.signal.addEventListener("abort",h))),m||(m=null);var T=p(b);T&&-1===["http","https","file"].indexOf(T)?n(new d("Unsupported protocol "+T+":",d.ERR_BAD_REQUEST,e)):v.send(m)})}},672(e,t,n){"use strict";var r=n(6267),i=n(6973),o=n(8938),a=n(6438);var s=function e(t){var n=new o(t),s=i(o.prototype.request,n);return r.extend(s,o.prototype,n),r.extend(s,n),s.create=function(n){return e(a(t,n))},s}(n(2989));s.Axios=o,s.CanceledError=n(7482),s.CancelToken=n(7690),s.isCancel=n(7767),s.VERSION=n(3104).version,s.toFormData=n(7289),s.AxiosError=n(2702),s.Cancel=s.CanceledError,s.all=function(e){return Promise.all(e)},s.spread=n(8125),s.isAxiosError=n(8738),e.exports=s,e.exports.default=s},7690(e,t,n){"use strict";var r=n(7482);function i(e){if("function"!==typeof e)throw new TypeError("executor must be a function.");var t;this.promise=new Promise(function(e){t=e});var n=this;this.promise.then(function(e){if(n._listeners){var t,r=n._listeners.length;for(t=0;t<r;t++)n._listeners[t](e);n._listeners=null}}),this.promise.then=function(e){var t,r=new Promise(function(e){n.subscribe(e),t=e}).then(e);return r.cancel=function(){n.unsubscribe(t)},r},e(function(e){n.reason||(n.reason=new r(e),t(n.reason))})}i.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},i.prototype.subscribe=function(e){this.reason?e(this.reason):this._listeners?this._listeners.push(e):this._listeners=[e]},i.prototype.unsubscribe=function(e){if(this._listeners){var t=this._listeners.indexOf(e);-1!==t&&this._listeners.splice(t,1)}},i.source=function(){var e;return{token:new i(function(t){e=t}),cancel:e}},e.exports=i},7482(e,t,n){"use strict";var r=n(2702);function i(e){r.call(this,null==e?"canceled":e,r.ERR_CANCELED),this.name="CanceledError"}n(6267).inherits(i,r,{__CANCEL__:!0}),e.exports=i},7767(e){"use strict";e.exports=function(e){return!(!e||!e.__CANCEL__)}},8938(e,t,n){"use strict";var r=n(6267),i=n(6735),o=n(6664),a=n(4395),s=n(6438),u=n(7638),l=n(2478),c=l.validators;function d(e){this.defaults=e,this.interceptors={request:new o,response:new o}}d.prototype.request=function(e,t){"string"===typeof e?(t=t||{}).url=e:t=e||{},(t=s(this.defaults,t)).method?t.method=t.method.toLowerCase():this.defaults.method?t.method=this.defaults.method.toLowerCase():t.method="get";var n=t.transitional;void 0!==n&&l.assertOptions(n,{silentJSONParsing:c.transitional(c.boolean),forcedJSONParsing:c.transitional(c.boolean),clarifyTimeoutError:c.transitional(c.boolean)},!1);var r=[],i=!0;this.interceptors.request.forEach(function(e){"function"===typeof e.runWhen&&!1===e.runWhen(t)||(i=i&&e.synchronous,r.unshift(e.fulfilled,e.rejected))});var o,u=[];if(this.interceptors.response.forEach(function(e){u.push(e.fulfilled,e.rejected)}),!i){var d=[a,void 0];for(Array.prototype.unshift.apply(d,r),d=d.concat(u),o=Promise.resolve(t);d.length;)o=o.then(d.shift(),d.shift());return o}for(var f=t;r.length;){var p=r.shift(),h=r.shift();try{f=p(f)}catch(m){h(m);break}}try{o=a(f)}catch(m){return Promise.reject(m)}for(;u.length;)o=o.then(u.shift(),u.shift());return o},d.prototype.getUri=function(e){e=s(this.defaults,e);var t=u(e.baseURL,e.url);return i(t,e.params,e.paramsSerializer)},r.forEach(["delete","get","head","options"],function(e){d.prototype[e]=function(t,n){return this.request(s(n||{},{method:e,url:t,data:(n||{}).data}))}}),r.forEach(["post","put","patch"],function(e){function t(t){return function(n,r,i){return this.request(s(i||{},{method:e,headers:t?{"Content-Type":"multipart/form-data"}:{},url:n,data:r}))}}d.prototype[e]=t(),d.prototype[e+"Form"]=t(!0)}),e.exports=d},2702(e,t,n){"use strict";var r=n(6267);function i(e,t,n,r,i){Error.call(this),this.message=e,this.name="AxiosError",t&&(this.code=t),n&&(this.config=n),r&&(this.request=r),i&&(this.response=i)}r.inherits(i,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code,status:this.response&&this.response.status?this.response.status:null}}});var o=i.prototype,a={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED"].forEach(function(e){a[e]={value:e}}),Object.defineProperties(i,a),Object.defineProperty(o,"isAxiosError",{value:!0}),i.from=function(e,t,n,a,s,u){var l=Object.create(o);return r.toFlatObject(e,l,function(e){return e!==Error.prototype}),i.call(l,e.message,t,n,a,s),l.name=e.name,u&&Object.assign(l,u),l},e.exports=i},6664(e,t,n){"use strict";var r=n(6267);function i(){this.handlers=[]}i.prototype.use=function(e,t,n){return this.handlers.push({fulfilled:e,rejected:t,synchronous:!!n&&n.synchronous,runWhen:n?n.runWhen:null}),this.handlers.length-1},i.prototype.eject=function(e){this.handlers[e]&&(this.handlers[e]=null)},i.prototype.forEach=function(e){r.forEach(this.handlers,function(t){null!==t&&e(t)})},e.exports=i},7638(e,t,n){"use strict";var r=n(2762),i=n(1523);e.exports=function(e,t){return e&&!r(t)?i(e,t):t}},4395(e,t,n){"use strict";var r=n(6267),i=n(3024),o=n(7767),a=n(2989),s=n(7482);function u(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new s}e.exports=function(e){return u(e),e.headers=e.headers||{},e.data=i.call(e,e.data,e.headers,e.transformRequest),e.headers=r.merge(e.headers.common||{},e.headers[e.method]||{},e.headers),r.forEach(["delete","get","head","post","put","patch","common"],function(t){delete e.headers[t]}),(e.adapter||a.adapter)(e).then(function(t){return u(e),t.data=i.call(e,t.data,t.headers,e.transformResponse),t},function(t){return o(t)||(u(e),t&&t.response&&(t.response.data=i.call(e,t.response.data,t.response.headers,e.transformResponse))),Promise.reject(t)})}},6438(e,t,n){"use strict";var r=n(6267);e.exports=function(e,t){t=t||{};var n={};function i(e,t){return r.isPlainObject(e)&&r.isPlainObject(t)?r.merge(e,t):r.isPlainObject(t)?r.merge({},t):r.isArray(t)?t.slice():t}function o(n){return r.isUndefined(t[n])?r.isUndefined(e[n])?void 0:i(void 0,e[n]):i(e[n],t[n])}function a(e){if(!r.isUndefined(t[e]))return i(void 0,t[e])}function s(n){return r.isUndefined(t[n])?r.isUndefined(e[n])?void 0:i(void 0,e[n]):i(void 0,t[n])}function u(n){return n in t?i(e[n],t[n]):n in e?i(void 0,e[n]):void 0}var l={url:a,method:a,data:a,baseURL:s,transformRequest:s,transformResponse:s,paramsSerializer:s,timeout:s,timeoutMessage:s,withCredentials:s,adapter:s,responseType:s,xsrfCookieName:s,xsrfHeaderName:s,onUploadProgress:s,onDownloadProgress:s,decompress:s,maxContentLength:s,maxBodyLength:s,beforeRedirect:s,transport:s,httpAgent:s,httpsAgent:s,cancelToken:s,socketPath:s,responseEncoding:s,validateStatus:u};return r.forEach(Object.keys(e).concat(Object.keys(t)),function(e){var t=l[e]||o,i=t(e);r.isUndefined(i)&&t!==u||(n[e]=i)}),n}},3229(e,t,n){"use strict";var r=n(2702);e.exports=function(e,t,n){var i=n.config.validateStatus;n.status&&i&&!i(n.status)?t(new r("Request failed with status code "+n.status,[r.ERR_BAD_REQUEST,r.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n)):e(n)}},3024(e,t,n){"use strict";var r=n(6267),i=n(2989);e.exports=function(e,t,n){var o=this||i;return r.forEach(n,function(n){e=n.call(o,e,t)}),e}},2989(e,t,n){"use strict";var r=n(6267),i=n(2121),o=n(2702),a=n(9335),s=n(7289),u={"Content-Type":"application/x-www-form-urlencoded"};function l(e,t){!r.isUndefined(e)&&r.isUndefined(e["Content-Type"])&&(e["Content-Type"]=t)}var c={transitional:a,adapter:function(){var e;return("undefined"!==typeof XMLHttpRequest||"undefined"!==typeof process&&"[object process]"===Object.prototype.toString.call(process))&&(e=n(1989)),e}(),transformRequest:[function(e,t){if(i(t,"Accept"),i(t,"Content-Type"),r.isFormData(e)||r.isArrayBuffer(e)||r.isBuffer(e)||r.isStream(e)||r.isFile(e)||r.isBlob(e))return e;if(r.isArrayBufferView(e))return e.buffer;if(r.isURLSearchParams(e))return l(t,"application/x-www-form-urlencoded;charset=utf-8"),e.toString();var n,o=r.isObject(e),a=t&&t["Content-Type"];if((n=r.isFileList(e))||o&&"multipart/form-data"===a){var u=this.env&&this.env.FormData;return s(n?{"files[]":e}:e,u&&new u)}return o||"application/json"===a?(l(t,"application/json"),function(e,t,n){if(r.isString(e))try{return(t||JSON.parse)(e),r.trim(e)}catch(i){if("SyntaxError"!==i.name)throw i}return(n||JSON.stringify)(e)}(e)):e}],transformResponse:[function(e){var t=this.transitional||c.transitional,n=t&&t.silentJSONParsing,i=t&&t.forcedJSONParsing,a=!n&&"json"===this.responseType;if(a||i&&r.isString(e)&&e.length)try{return JSON.parse(e)}catch(s){if(a){if("SyntaxError"===s.name)throw o.from(s,o.ERR_BAD_RESPONSE,this,null,this.response);throw s}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:n(3055)},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};r.forEach(["delete","get","head"],function(e){c.headers[e]={}}),r.forEach(["post","put","patch"],function(e){c.headers[e]=r.merge(u)}),e.exports=c},9335(e){"use strict";e.exports={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1}},3104(e){e.exports={version:"0.27.2"}},6973(e){"use strict";e.exports=function(e,t){return function(){for(var n=new Array(arguments.length),r=0;r<n.length;r++)n[r]=arguments[r];return e.apply(t,n)}}},6735(e,t,n){"use strict";var r=n(6267);function i(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}e.exports=function(e,t,n){if(!t)return e;var o;if(n)o=n(t);else if(r.isURLSearchParams(t))o=t.toString();else{var a=[];r.forEach(t,function(e,t){null!==e&&"undefined"!==typeof e&&(r.isArray(e)?t+="[]":e=[e],r.forEach(e,function(e){r.isDate(e)?e=e.toISOString():r.isObject(e)&&(e=JSON.stringify(e)),a.push(i(t)+"="+i(e))}))}),o=a.join("&")}if(o){var s=e.indexOf("#");-1!==s&&(e=e.slice(0,s)),e+=(-1===e.indexOf("?")?"?":"&")+o}return e}},1523(e){"use strict";e.exports=function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}},7903(e,t,n){"use strict";var r=n(6267);e.exports=r.isStandardBrowserEnv()?{write:function(e,t,n,i,o,a){var s=[];s.push(e+"="+encodeURIComponent(t)),r.isNumber(n)&&s.push("expires="+new Date(n).toGMTString()),r.isString(i)&&s.push("path="+i),r.isString(o)&&s.push("domain="+o),!0===a&&s.push("secure"),document.cookie=s.join("; ")},read:function(e){var t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}},2762(e){"use strict";e.exports=function(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}},8738(e,t,n){"use strict";var r=n(6267);e.exports=function(e){return r.isObject(e)&&!0===e.isAxiosError}},705(e,t,n){"use strict";var r=n(6267);e.exports=r.isStandardBrowserEnv()?function(){var e,t=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");function i(e){var r=e;return t&&(n.setAttribute("href",r),r=n.href),n.setAttribute("href",r),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:"/"===n.pathname.charAt(0)?n.pathname:"/"+n.pathname}}return e=i(window.location.href),function(t){var n=r.isString(t)?i(t):t;return n.protocol===e.protocol&&n.host===e.host}}():function(){return!0}},2121(e,t,n){"use strict";var r=n(6267);e.exports=function(e,t){r.forEach(e,function(n,r){r!==t&&r.toUpperCase()===t.toUpperCase()&&(e[t]=n,delete e[r])})}},3055(e){e.exports=null},3101(e,t,n){"use strict";var r=n(6267),i=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];e.exports=function(e){var t,n,o,a={};return e?(r.forEach(e.split("\n"),function(e){if(o=e.indexOf(":"),t=r.trim(e.substr(0,o)).toLowerCase(),n=r.trim(e.substr(o+1)),t){if(a[t]&&i.indexOf(t)>=0)return;a[t]="set-cookie"===t?(a[t]?a[t]:[]).concat([n]):a[t]?a[t]+", "+n:n}}),a):a}},3403(e){"use strict";e.exports=function(e){var t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}},8125(e){"use strict";e.exports=function(e){return function(t){return e.apply(null,t)}}},7289(e,t,n){"use strict";var r=n(6267);e.exports=function(e,t){t=t||new FormData;var n=[];function i(e){return null===e?"":r.isDate(e)?e.toISOString():r.isArrayBuffer(e)||r.isTypedArray(e)?"function"===typeof Blob?new Blob([e]):Buffer.from(e):e}return function e(o,a){if(r.isPlainObject(o)||r.isArray(o)){if(-1!==n.indexOf(o))throw Error("Circular reference detected in "+a);n.push(o),r.forEach(o,function(n,o){if(!r.isUndefined(n)){var s,u=a?a+"."+o:o;if(n&&!a&&"object"===typeof n)if(r.endsWith(o,"{}"))n=JSON.stringify(n);else if(r.endsWith(o,"[]")&&(s=r.toArray(n)))return void s.forEach(function(e){!r.isUndefined(e)&&t.append(u,i(e))});e(n,u)}}),n.pop()}else t.append(a,i(o))}(e),t}},2478(e,t,n){"use strict";var r=n(3104).version,i=n(2702),o={};["object","boolean","number","function","string","symbol"].forEach(function(e,t){o[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}});var a={};o.transitional=function(e,t,n){function o(e,t){return"[Axios v"+r+"] Transitional option '"+e+"'"+t+(n?". "+n:"")}return function(n,r,s){if(!1===e)throw new i(o(r," has been removed"+(t?" in "+t:"")),i.ERR_DEPRECATED);return t&&!a[r]&&(a[r]=!0,console.warn(o(r," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(n,r,s)}},e.exports={assertOptions:function(e,t,n){if("object"!==typeof e)throw new i("options must be an object",i.ERR_BAD_OPTION_VALUE);for(var r=Object.keys(e),o=r.length;o-- >0;){var a=r[o],s=t[a];if(s){var u=e[a],l=void 0===u||s(u,a,e);if(!0!==l)throw new i("option "+a+" must be "+l,i.ERR_BAD_OPTION_VALUE)}else if(!0!==n)throw new i("Unknown option "+a,i.ERR_BAD_OPTION)}},validators:o}},6267(e,t,n){"use strict";var r,i=n(6973),o=Object.prototype.toString,a=(r=Object.create(null),function(e){var t=o.call(e);return r[t]||(r[t]=t.slice(8,-1).toLowerCase())});function s(e){return e=e.toLowerCase(),function(t){return a(t)===e}}function u(e){return Array.isArray(e)}function l(e){return"undefined"===typeof e}var c=s("ArrayBuffer");function d(e){return null!==e&&"object"===typeof e}function f(e){if("object"!==a(e))return!1;var t=Object.getPrototypeOf(e);return null===t||t===Object.prototype}var p=s("Date"),h=s("File"),m=s("Blob"),g=s("FileList");function D(e){return"[object Function]"===o.call(e)}var y=s("URLSearchParams");function v(e,t){if(null!==e&&"undefined"!==typeof e)if("object"!==typeof e&&(e=[e]),u(e))for(var n=0,r=e.length;n<r;n++)t.call(null,e[n],n,e);else for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&t.call(null,e[i],i,e)}var E,A=(E="undefined"!==typeof Uint8Array&&Object.getPrototypeOf(Uint8Array),function(e){return E&&e instanceof E});e.exports={isArray:u,isArrayBuffer:c,isBuffer:function(e){return null!==e&&!l(e)&&null!==e.constructor&&!l(e.constructor)&&"function"===typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)},isFormData:function(e){var t="[object FormData]";return e&&("function"===typeof FormData&&e instanceof FormData||o.call(e)===t||D(e.toString)&&e.toString()===t)},isArrayBufferView:function(e){return"undefined"!==typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&c(e.buffer)},isString:function(e){return"string"===typeof e},isNumber:function(e){return"number"===typeof e},isObject:d,isPlainObject:f,isUndefined:l,isDate:p,isFile:h,isBlob:m,isFunction:D,isStream:function(e){return d(e)&&D(e.pipe)},isURLSearchParams:y,isStandardBrowserEnv:function(){return("undefined"===typeof navigator||"ReactNative"!==navigator.product&&"NativeScript"!==navigator.product&&"NS"!==navigator.product)&&("undefined"!==typeof window&&"undefined"!==typeof document)},forEach:v,merge:function e(){var t={};function n(n,r){f(t[r])&&f(n)?t[r]=e(t[r],n):f(n)?t[r]=e({},n):u(n)?t[r]=n.slice():t[r]=n}for(var r=0,i=arguments.length;r<i;r++)v(arguments[r],n);return t},extend:function(e,t,n){return v(t,function(t,r){e[r]=n&&"function"===typeof t?i(t,n):t}),e},trim:function(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")},stripBOM:function(e){return 65279===e.charCodeAt(0)&&(e=e.slice(1)),e},inherits:function(e,t,n,r){e.prototype=Object.create(t.prototype,r),e.prototype.constructor=e,n&&Object.assign(e.prototype,n)},toFlatObject:function(e,t,n){var r,i,o,a={};t=t||{};do{for(i=(r=Object.getOwnPropertyNames(e)).length;i-- >0;)a[o=r[i]]||(t[o]=e[o],a[o]=!0);e=Object.getPrototypeOf(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},kindOf:a,kindOfTest:s,endsWith:function(e,t,n){e=String(e),(void 0===n||n>e.length)&&(n=e.length),n-=t.length;var r=e.indexOf(t,n);return-1!==r&&r===n},toArray:function(e){if(!e)return null;var t=e.length;if(l(t))return null;for(var n=new Array(t);t-- >0;)n[t]=e[t];return n},isTypedArray:A,isFileList:g}},7780(e,t,n){!function(){var t;e.exports=(t=n(4488),n(8523),n(4199),n(8211),n(2238),function(){var e=t,n=e.lib.BlockCipher,r=e.algo,i=[],o=[],a=[],s=[],u=[],l=[],c=[],d=[],f=[],p=[];!function(){for(var e=[],t=0;t<256;t++)e[t]=t<128?t<<1:t<<1^283;var n=0,r=0;for(t=0;t<256;t++){var h=r^r<<1^r<<2^r<<3^r<<4;h=h>>>8^255&h^99,i[n]=h,o[h]=n;var m=e[n],g=e[m],D=e[g],y=257*e[h]^16843008*h;a[n]=y<<24|y>>>8,s[n]=y<<16|y>>>16,u[n]=y<<8|y>>>24,l[n]=y,y=16843009*D^65537*g^257*m^16843008*n,c[h]=y<<24|y>>>8,d[h]=y<<16|y>>>16,f[h]=y<<8|y>>>24,p[h]=y,n?(n=m^e[e[e[D^m]]],r^=e[e[r]]):n=r=1}}();var h=[0,1,2,4,8,16,32,64,128,27,54],m=r.AES=n.extend({_doReset:function(){if(!this._nRounds||this._keyPriorReset!==this._key){for(var e=this._keyPriorReset=this._key,t=e.words,n=e.sigBytes/4,r=4*((this._nRounds=n+6)+1),o=this._keySchedule=[],a=0;a<r;a++)a<n?o[a]=t[a]:(l=o[a-1],a%n?n>6&&a%n==4&&(l=i[l>>>24]<<24|i[l>>>16&255]<<16|i[l>>>8&255]<<8|i[255&l]):(l=i[(l=l<<8|l>>>24)>>>24]<<24|i[l>>>16&255]<<16|i[l>>>8&255]<<8|i[255&l],l^=h[a/n|0]<<24),o[a]=o[a-n]^l);for(var s=this._invKeySchedule=[],u=0;u<r;u++){if(a=r-u,u%4)var l=o[a];else l=o[a-4];s[u]=u<4||a<=4?l:c[i[l>>>24]]^d[i[l>>>16&255]]^f[i[l>>>8&255]]^p[i[255&l]]}}},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._keySchedule,a,s,u,l,i)},decryptBlock:function(e,t){var n=e[t+1];e[t+1]=e[t+3],e[t+3]=n,this._doCryptBlock(e,t,this._invKeySchedule,c,d,f,p,o),n=e[t+1],e[t+1]=e[t+3],e[t+3]=n},_doCryptBlock:function(e,t,n,r,i,o,a,s){for(var u=this._nRounds,l=e[t]^n[0],c=e[t+1]^n[1],d=e[t+2]^n[2],f=e[t+3]^n[3],p=4,h=1;h<u;h++){var m=r[l>>>24]^i[c>>>16&255]^o[d>>>8&255]^a[255&f]^n[p++],g=r[c>>>24]^i[d>>>16&255]^o[f>>>8&255]^a[255&l]^n[p++],D=r[d>>>24]^i[f>>>16&255]^o[l>>>8&255]^a[255&c]^n[p++],y=r[f>>>24]^i[l>>>16&255]^o[c>>>8&255]^a[255&d]^n[p++];l=m,c=g,d=D,f=y}m=(s[l>>>24]<<24|s[c>>>16&255]<<16|s[d>>>8&255]<<8|s[255&f])^n[p++],g=(s[c>>>24]<<24|s[d>>>16&255]<<16|s[f>>>8&255]<<8|s[255&l])^n[p++],D=(s[d>>>24]<<24|s[f>>>16&255]<<16|s[l>>>8&255]<<8|s[255&c])^n[p++],y=(s[f>>>24]<<24|s[l>>>16&255]<<16|s[c>>>8&255]<<8|s[255&d])^n[p++],e[t]=m,e[t+1]=g,e[t+2]=D,e[t+3]=y},keySize:8});e.AES=n._createHelper(m)}(),t.AES)}()},6501(e,t,n){!function(){var t;e.exports=(t=n(4488),n(8523),n(4199),n(8211),n(2238),function(){var e=t,n=e.lib.BlockCipher,r=e.algo;const i=16,o=[608135816,2242054355,320440878,57701188,2752067618,698298832,137296536,3964562569,1160258022,953160567,3193202383,887688300,3232508343,3380367581,1065670069,3041331479,2450970073,2306472731],a=[[3509652390,2564797868,805139163,3491422135,3101798381,1780907670,3128725573,4046225305,614570311,3012652279,134345442,2240740374,1667834072,1901547113,2757295779,4103290238,227898511,1921955416,1904987480,2182433518,2069144605,3260701109,2620446009,720527379,3318853667,677414384,3393288472,3101374703,2390351024,1614419982,1822297739,2954791486,3608508353,3174124327,2024746970,1432378464,3864339955,2857741204,1464375394,1676153920,1439316330,715854006,3033291828,289532110,2706671279,2087905683,3018724369,1668267050,732546397,1947742710,3462151702,2609353502,2950085171,1814351708,2050118529,680887927,999245976,1800124847,3300911131,1713906067,1641548236,4213287313,1216130144,1575780402,4018429277,3917837745,3693486850,3949271944,596196993,3549867205,258830323,2213823033,772490370,2760122372,1774776394,2652871518,566650946,4142492826,1728879713,2882767088,1783734482,3629395816,2517608232,2874225571,1861159788,326777828,3124490320,2130389656,2716951837,967770486,1724537150,2185432712,2364442137,1164943284,2105845187,998989502,3765401048,2244026483,1075463327,1455516326,1322494562,910128902,469688178,1117454909,936433444,3490320968,3675253459,1240580251,122909385,2157517691,634681816,4142456567,3825094682,3061402683,2540495037,79693498,3249098678,1084186820,1583128258,426386531,1761308591,1047286709,322548459,995290223,1845252383,2603652396,3431023940,2942221577,3202600964,3727903485,1712269319,422464435,3234572375,1170764815,3523960633,3117677531,1434042557,442511882,3600875718,1076654713,1738483198,4213154764,2393238008,3677496056,1014306527,4251020053,793779912,2902807211,842905082,4246964064,1395751752,1040244610,2656851899,3396308128,445077038,3742853595,3577915638,679411651,2892444358,2354009459,1767581616,3150600392,3791627101,3102740896,284835224,4246832056,1258075500,768725851,2589189241,3069724005,3532540348,1274779536,3789419226,2764799539,1660621633,3471099624,4011903706,913787905,3497959166,737222580,2514213453,2928710040,3937242737,1804850592,3499020752,2949064160,2386320175,2390070455,2415321851,4061277028,2290661394,2416832540,1336762016,1754252060,3520065937,3014181293,791618072,3188594551,3933548030,2332172193,3852520463,3043980520,413987798,3465142937,3030929376,4245938359,2093235073,3534596313,375366246,2157278981,2479649556,555357303,3870105701,2008414854,3344188149,4221384143,3956125452,2067696032,3594591187,2921233993,2428461,544322398,577241275,1471733935,610547355,4027169054,1432588573,1507829418,2025931657,3646575487,545086370,48609733,2200306550,1653985193,298326376,1316178497,3007786442,2064951626,458293330,2589141269,3591329599,3164325604,727753846,2179363840,146436021,1461446943,4069977195,705550613,3059967265,3887724982,4281599278,3313849956,1404054877,2845806497,146425753,1854211946],[1266315497,3048417604,3681880366,3289982499,290971e4,1235738493,2632868024,2414719590,3970600049,1771706367,1449415276,3266420449,422970021,1963543593,2690192192,3826793022,1062508698,1531092325,1804592342,2583117782,2714934279,4024971509,1294809318,4028980673,1289560198,2221992742,1669523910,35572830,157838143,1052438473,1016535060,1802137761,1753167236,1386275462,3080475397,2857371447,1040679964,2145300060,2390574316,1461121720,2956646967,4031777805,4028374788,33600511,2920084762,1018524850,629373528,3691585981,3515945977,2091462646,2486323059,586499841,988145025,935516892,3367335476,2599673255,2839830854,265290510,3972581182,2759138881,3795373465,1005194799,847297441,406762289,1314163512,1332590856,1866599683,4127851711,750260880,613907577,1450815602,3165620655,3734664991,3650291728,3012275730,3704569646,1427272223,778793252,1343938022,2676280711,2052605720,1946737175,3164576444,3914038668,3967478842,3682934266,1661551462,3294938066,4011595847,840292616,3712170807,616741398,312560963,711312465,1351876610,322626781,1910503582,271666773,2175563734,1594956187,70604529,3617834859,1007753275,1495573769,4069517037,2549218298,2663038764,504708206,2263041392,3941167025,2249088522,1514023603,1998579484,1312622330,694541497,2582060303,2151582166,1382467621,776784248,2618340202,3323268794,2497899128,2784771155,503983604,4076293799,907881277,423175695,432175456,1378068232,4145222326,3954048622,3938656102,3820766613,2793130115,2977904593,26017576,3274890735,3194772133,1700274565,1756076034,4006520079,3677328699,720338349,1533947780,354530856,688349552,3973924725,1637815568,332179504,3949051286,53804574,2852348879,3044236432,1282449977,3583942155,3416972820,4006381244,1617046695,2628476075,3002303598,1686838959,431878346,2686675385,1700445008,1080580658,1009431731,832498133,3223435511,2605976345,2271191193,2516031870,1648197032,4164389018,2548247927,300782431,375919233,238389289,3353747414,2531188641,2019080857,1475708069,455242339,2609103871,448939670,3451063019,1395535956,2413381860,1841049896,1491858159,885456874,4264095073,4001119347,1565136089,3898914787,1108368660,540939232,1173283510,2745871338,3681308437,4207628240,3343053890,4016749493,1699691293,1103962373,3625875870,2256883143,3830138730,1031889488,3479347698,1535977030,4236805024,3251091107,2132092099,1774941330,1199868427,1452454533,157007616,2904115357,342012276,595725824,1480756522,206960106,497939518,591360097,863170706,2375253569,3596610801,1814182875,2094937945,3421402208,1082520231,3463918190,2785509508,435703966,3908032597,1641649973,2842273706,3305899714,1510255612,2148256476,2655287854,3276092548,4258621189,236887753,3681803219,274041037,1734335097,3815195456,3317970021,1899903192,1026095262,4050517792,356393447,2410691914,3873677099,3682840055],[3913112168,2491498743,4132185628,2489919796,1091903735,1979897079,3170134830,3567386728,3557303409,857797738,1136121015,1342202287,507115054,2535736646,337727348,3213592640,1301675037,2528481711,1895095763,1721773893,3216771564,62756741,2142006736,835421444,2531993523,1442658625,3659876326,2882144922,676362277,1392781812,170690266,3921047035,1759253602,3611846912,1745797284,664899054,1329594018,3901205900,3045908486,2062866102,2865634940,3543621612,3464012697,1080764994,553557557,3656615353,3996768171,991055499,499776247,1265440854,648242737,3940784050,980351604,3713745714,1749149687,3396870395,4211799374,3640570775,1161844396,3125318951,1431517754,545492359,4268468663,3499529547,1437099964,2702547544,3433638243,2581715763,2787789398,1060185593,1593081372,2418618748,4260947970,69676912,2159744348,86519011,2512459080,3838209314,1220612927,3339683548,133810670,1090789135,1078426020,1569222167,845107691,3583754449,4072456591,1091646820,628848692,1613405280,3757631651,526609435,236106946,48312990,2942717905,3402727701,1797494240,859738849,992217954,4005476642,2243076622,3870952857,3732016268,765654824,3490871365,2511836413,1685915746,3888969200,1414112111,2273134842,3281911079,4080962846,172450625,2569994100,980381355,4109958455,2819808352,2716589560,2568741196,3681446669,3329971472,1835478071,660984891,3704678404,4045999559,3422617507,3040415634,1762651403,1719377915,3470491036,2693910283,3642056355,3138596744,1364962596,2073328063,1983633131,926494387,3423689081,2150032023,4096667949,1749200295,3328846651,309677260,2016342300,1779581495,3079819751,111262694,1274766160,443224088,298511866,1025883608,3806446537,1145181785,168956806,3641502830,3584813610,1689216846,3666258015,3200248200,1692713982,2646376535,4042768518,1618508792,1610833997,3523052358,4130873264,2001055236,3610705100,2202168115,4028541809,2961195399,1006657119,2006996926,3186142756,1430667929,3210227297,1314452623,4074634658,4101304120,2273951170,1399257539,3367210612,3027628629,1190975929,2062231137,2333990788,2221543033,2438960610,1181637006,548689776,2362791313,3372408396,3104550113,3145860560,296247880,1970579870,3078560182,3769228297,1714227617,3291629107,3898220290,166772364,1251581989,493813264,448347421,195405023,2709975567,677966185,3703036547,1463355134,2715995803,1338867538,1343315457,2802222074,2684532164,233230375,2599980071,2000651841,3277868038,1638401717,4028070440,3237316320,6314154,819756386,300326615,590932579,1405279636,3267499572,3150704214,2428286686,3959192993,3461946742,1862657033,1266418056,963775037,2089974820,2263052895,1917689273,448879540,3550394620,3981727096,150775221,3627908307,1303187396,508620638,2975983352,2726630617,1817252668,1876281319,1457606340,908771278,3720792119,3617206836,2455994898,1729034894,1080033504],[976866871,3556439503,2881648439,1522871579,1555064734,1336096578,3548522304,2579274686,3574697629,3205460757,3593280638,3338716283,3079412587,564236357,2993598910,1781952180,1464380207,3163844217,3332601554,1699332808,1393555694,1183702653,3581086237,1288719814,691649499,2847557200,2895455976,3193889540,2717570544,1781354906,1676643554,2592534050,3230253752,1126444790,2770207658,2633158820,2210423226,2615765581,2414155088,3127139286,673620729,2805611233,1269405062,4015350505,3341807571,4149409754,1057255273,2012875353,2162469141,2276492801,2601117357,993977747,3918593370,2654263191,753973209,36408145,2530585658,25011837,3520020182,2088578344,530523599,2918365339,1524020338,1518925132,3760827505,3759777254,1202760957,3985898139,3906192525,674977740,4174734889,2031300136,2019492241,3983892565,4153806404,3822280332,352677332,2297720250,60907813,90501309,3286998549,1016092578,2535922412,2839152426,457141659,509813237,4120667899,652014361,1966332200,2975202805,55981186,2327461051,676427537,3255491064,2882294119,3433927263,1307055953,942726286,933058658,2468411793,3933900994,4215176142,1361170020,2001714738,2830558078,3274259782,1222529897,1679025792,2729314320,3714953764,1770335741,151462246,3013232138,1682292957,1483529935,471910574,1539241949,458788160,3436315007,1807016891,3718408830,978976581,1043663428,3165965781,1927990952,4200891579,2372276910,3208408903,3533431907,1412390302,2931980059,4132332400,1947078029,3881505623,4168226417,2941484381,1077988104,1320477388,886195818,18198404,3786409e3,2509781533,112762804,3463356488,1866414978,891333506,18488651,661792760,1628790961,3885187036,3141171499,876946877,2693282273,1372485963,791857591,2686433993,3759982718,3167212022,3472953795,2716379847,445679433,3561995674,3504004811,3574258232,54117162,3331405415,2381918588,3769707343,4154350007,1140177722,4074052095,668550556,3214352940,367459370,261225585,2610173221,4209349473,3468074219,3265815641,314222801,3066103646,3808782860,282218597,3406013506,3773591054,379116347,1285071038,846784868,2669647154,3771962079,3550491691,2305946142,453669953,1268987020,3317592352,3279303384,3744833421,2610507566,3859509063,266596637,3847019092,517658769,3462560207,3443424879,370717030,4247526661,2224018117,4143653529,4112773975,2788324899,2477274417,1456262402,2901442914,1517677493,1846949527,2295493580,3734397586,2176403920,1280348187,1908823572,3871786941,846861322,1172426758,3287448474,3383383037,1655181056,3139813346,901632758,1897031941,2986607138,3066810236,3447102507,1393639104,373351379,950779232,625454576,3124240540,4148612726,2007998917,544563296,2244738638,2330496472,2058025392,1291430526,424198748,50039436,29584100,3605783033,2429876329,2791104160,1057563949,3255363231,3075367218,3463963227,1469046755,985887462]];var s={pbox:[],sbox:[]};function u(e,t){let n=t>>24&255,r=t>>16&255,i=t>>8&255,o=255&t,a=e.sbox[0][n]+e.sbox[1][r];return a^=e.sbox[2][i],a+=e.sbox[3][o],a}function l(e,t,n){let r,o=t,a=n;for(let s=0;s<i;++s)o^=e.pbox[s],a=u(e,o)^a,r=o,o=a,a=r;return r=o,o=a,a=r,a^=e.pbox[i],o^=e.pbox[i+1],{left:o,right:a}}function c(e,t,n){let r,o=t,a=n;for(let s=i+1;s>1;--s)o^=e.pbox[s],a=u(e,o)^a,r=o,o=a,a=r;return r=o,o=a,a=r,a^=e.pbox[1],o^=e.pbox[0],{left:o,right:a}}function d(e,t,n){for(let i=0;i<4;i++){e.sbox[i]=[];for(let t=0;t<256;t++)e.sbox[i][t]=a[i][t]}let r=0;for(let a=0;a<i+2;a++)e.pbox[a]=o[a]^t[r],r++,r>=n&&(r=0);let s=0,u=0,c=0;for(let o=0;o<i+2;o+=2)c=l(e,s,u),s=c.left,u=c.right,e.pbox[o]=s,e.pbox[o+1]=u;for(let i=0;i<4;i++)for(let t=0;t<256;t+=2)c=l(e,s,u),s=c.left,u=c.right,e.sbox[i][t]=s,e.sbox[i][t+1]=u;return!0}var f=r.Blowfish=n.extend({_doReset:function(){if(this._keyPriorReset!==this._key){var e=this._keyPriorReset=this._key,t=e.words,n=e.sigBytes/4;d(s,t,n)}},encryptBlock:function(e,t){var n=l(s,e[t],e[t+1]);e[t]=n.left,e[t+1]=n.right},decryptBlock:function(e,t){var n=c(s,e[t],e[t+1]);e[t]=n.left,e[t+1]=n.right},blockSize:2,keySize:4,ivSize:2});e.Blowfish=n._createHelper(f)}(),t.Blowfish)}()},2238(e,t,n){!function(){var t;e.exports=(t=n(4488),n(8211),void(t.lib.Cipher||function(e){var n=t,r=n.lib,i=r.Base,o=r.WordArray,a=r.BufferedBlockAlgorithm,s=n.enc,u=(s.Utf8,s.Base64),l=n.algo.EvpKDF,c=r.Cipher=a.extend({cfg:i.extend(),createEncryptor:function(e,t){return this.create(this._ENC_XFORM_MODE,e,t)},createDecryptor:function(e,t){return this.create(this._DEC_XFORM_MODE,e,t)},init:function(e,t,n){this.cfg=this.cfg.extend(n),this._xformMode=e,this._key=t,this.reset()},reset:function(){a.reset.call(this),this._doReset()},process:function(e){return this._append(e),this._process()},finalize:function(e){return e&&this._append(e),this._doFinalize()},keySize:4,ivSize:4,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:function(){function e(e){return"string"==typeof e?v:D}return function(t){return{encrypt:function(n,r,i){return e(r).encrypt(t,n,r,i)},decrypt:function(n,r,i){return e(r).decrypt(t,n,r,i)}}}}()}),d=(r.StreamCipher=c.extend({_doFinalize:function(){return this._process(!0)},blockSize:1}),n.mode={}),f=r.BlockCipherMode=i.extend({createEncryptor:function(e,t){return this.Encryptor.create(e,t)},createDecryptor:function(e,t){return this.Decryptor.create(e,t)},init:function(e,t){this._cipher=e,this._iv=t}}),p=d.CBC=function(){var t=f.extend();function n(t,n,r){var i,o=this._iv;o?(i=o,this._iv=e):i=this._prevBlock;for(var a=0;a<r;a++)t[n+a]^=i[a]}return t.Encryptor=t.extend({processBlock:function(e,t){var r=this._cipher,i=r.blockSize;n.call(this,e,t,i),r.encryptBlock(e,t),this._prevBlock=e.slice(t,t+i)}}),t.Decryptor=t.extend({processBlock:function(e,t){var r=this._cipher,i=r.blockSize,o=e.slice(t,t+i);r.decryptBlock(e,t),n.call(this,e,t,i),this._prevBlock=o}}),t}(),h=(n.pad={}).Pkcs7={pad:function(e,t){for(var n=4*t,r=n-e.sigBytes%n,i=r<<24|r<<16|r<<8|r,a=[],s=0;s<r;s+=4)a.push(i);var u=o.create(a,r);e.concat(u)},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},m=(r.BlockCipher=c.extend({cfg:c.cfg.extend({mode:p,padding:h}),reset:function(){var e;c.reset.call(this);var t=this.cfg,n=t.iv,r=t.mode;this._xformMode==this._ENC_XFORM_MODE?e=r.createEncryptor:(e=r.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==e?this._mode.init(this,n&&n.words):(this._mode=e.call(r,this,n&&n.words),this._mode.__creator=e)},_doProcessBlock:function(e,t){this._mode.processBlock(e,t)},_doFinalize:function(){var e,t=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(t.pad(this._data,this.blockSize),e=this._process(!0)):(e=this._process(!0),t.unpad(e)),e},blockSize:4}),r.CipherParams=i.extend({init:function(e){this.mixIn(e)},toString:function(e){return(e||this.formatter).stringify(this)}})),g=(n.format={}).OpenSSL={stringify:function(e){var t=e.ciphertext,n=e.salt;return(n?o.create([1398893684,1701076831]).concat(n).concat(t):t).toString(u)},parse:function(e){var t,n=u.parse(e),r=n.words;return 1398893684==r[0]&&1701076831==r[1]&&(t=o.create(r.slice(2,4)),r.splice(0,4),n.sigBytes-=16),m.create({ciphertext:n,salt:t})}},D=r.SerializableCipher=i.extend({cfg:i.extend({format:g}),encrypt:function(e,t,n,r){r=this.cfg.extend(r);var i=e.createEncryptor(n,r),o=i.finalize(t),a=i.cfg;return m.create({ciphertext:o,key:n,iv:a.iv,algorithm:e,mode:a.mode,padding:a.padding,blockSize:e.blockSize,formatter:r.format})},decrypt:function(e,t,n,r){return r=this.cfg.extend(r),t=this._parse(t,r.format),e.createDecryptor(n,r).finalize(t.ciphertext)},_parse:function(e,t){return"string"==typeof e?t.parse(e,this):e}}),y=(n.kdf={}).OpenSSL={execute:function(e,t,n,r,i){if(r||(r=o.random(8)),i)a=l.create({keySize:t+n,hasher:i}).compute(e,r);else var a=l.create({keySize:t+n}).compute(e,r);var s=o.create(a.words.slice(t),4*n);return a.sigBytes=4*t,m.create({key:a,iv:s,salt:r})}},v=r.PasswordBasedCipher=D.extend({cfg:D.cfg.extend({kdf:y}),encrypt:function(e,t,n,r){var i=(r=this.cfg.extend(r)).kdf.execute(n,e.keySize,e.ivSize,r.salt,r.hasher);r.iv=i.iv;var o=D.encrypt.call(this,e,t,i.key,r);return o.mixIn(i),o},decrypt:function(e,t,n,r){r=this.cfg.extend(r),t=this._parse(t,r.format);var i=r.kdf.execute(n,e.keySize,e.ivSize,t.salt,r.hasher);return r.iv=i.iv,D.decrypt.call(this,e,t,i.key,r)}})}()))}()},4488(e,t,n){e.exports=function(){var e=e||function(e,t){var r;if("undefined"!==typeof window&&window.crypto&&(r=window.crypto),"undefined"!==typeof self&&self.crypto&&(r=self.crypto),"undefined"!==typeof globalThis&&globalThis.crypto&&(r=globalThis.crypto),!r&&"undefined"!==typeof window&&window.msCrypto&&(r=window.msCrypto),!r&&"undefined"!==typeof n.g&&n.g.crypto&&(r=n.g.crypto),!r)try{r=n(477)}catch(g){}var i=function(){if(r){if("function"===typeof r.getRandomValues)try{return r.getRandomValues(new Uint32Array(1))[0]}catch(g){}if("function"===typeof r.randomBytes)try{return r.randomBytes(4).readInt32LE()}catch(g){}}throw new Error("Native crypto module could not be used to get secure random number.")},o=Object.create||function(){function e(){}return function(t){var n;return e.prototype=t,n=new e,e.prototype=null,n}}(),a={},s=a.lib={},u=s.Base={extend:function(e){var t=o(this);return e&&t.mixIn(e),t.hasOwnProperty("init")&&this.init!==t.init||(t.init=function(){t.$super.init.apply(this,arguments)}),t.init.prototype=t,t.$super=this,t},create:function(){var e=this.extend();return e.init.apply(e,arguments),e},init:function(){},mixIn:function(e){for(var t in e)e.hasOwnProperty(t)&&(this[t]=e[t]);e.hasOwnProperty("toString")&&(this.toString=e.toString)},clone:function(){return this.init.prototype.extend(this)}},l=s.WordArray=u.extend({init:function(e,n){e=this.words=e||[],this.sigBytes=n!=t?n:4*e.length},toString:function(e){return(e||d).stringify(this)},concat:function(e){var t=this.words,n=e.words,r=this.sigBytes,i=e.sigBytes;if(this.clamp(),r%4)for(var o=0;o<i;o++){var a=n[o>>>2]>>>24-o%4*8&255;t[r+o>>>2]|=a<<24-(r+o)%4*8}else for(var s=0;s<i;s+=4)t[r+s>>>2]=n[s>>>2];return this.sigBytes+=i,this},clamp:function(){var t=this.words,n=this.sigBytes;t[n>>>2]&=4294967295<<32-n%4*8,t.length=e.ceil(n/4)},clone:function(){var e=u.clone.call(this);return e.words=this.words.slice(0),e},random:function(e){for(var t=[],n=0;n<e;n+=4)t.push(i());return new l.init(t,e)}}),c=a.enc={},d=c.Hex={stringify:function(e){for(var t=e.words,n=e.sigBytes,r=[],i=0;i<n;i++){var o=t[i>>>2]>>>24-i%4*8&255;r.push((o>>>4).toString(16)),r.push((15&o).toString(16))}return r.join("")},parse:function(e){for(var t=e.length,n=[],r=0;r<t;r+=2)n[r>>>3]|=parseInt(e.substr(r,2),16)<<24-r%8*4;return new l.init(n,t/2)}},f=c.Latin1={stringify:function(e){for(var t=e.words,n=e.sigBytes,r=[],i=0;i<n;i++){var o=t[i>>>2]>>>24-i%4*8&255;r.push(String.fromCharCode(o))}return r.join("")},parse:function(e){for(var t=e.length,n=[],r=0;r<t;r++)n[r>>>2]|=(255&e.charCodeAt(r))<<24-r%4*8;return new l.init(n,t)}},p=c.Utf8={stringify:function(e){try{return decodeURIComponent(escape(f.stringify(e)))}catch(t){throw new Error("Malformed UTF-8 data")}},parse:function(e){return f.parse(unescape(encodeURIComponent(e)))}},h=s.BufferedBlockAlgorithm=u.extend({reset:function(){this._data=new l.init,this._nDataBytes=0},_append:function(e){"string"==typeof e&&(e=p.parse(e)),this._data.concat(e),this._nDataBytes+=e.sigBytes},_process:function(t){var n,r=this._data,i=r.words,o=r.sigBytes,a=this.blockSize,s=o/(4*a),u=(s=t?e.ceil(s):e.max((0|s)-this._minBufferSize,0))*a,c=e.min(4*u,o);if(u){for(var d=0;d<u;d+=a)this._doProcessBlock(i,d);n=i.splice(0,u),r.sigBytes-=c}return new l.init(n,c)},clone:function(){var e=u.clone.call(this);return e._data=this._data.clone(),e},_minBufferSize:0}),m=(s.Hasher=h.extend({cfg:u.extend(),init:function(e){this.cfg=this.cfg.extend(e),this.reset()},reset:function(){h.reset.call(this),this._doReset()},update:function(e){return this._append(e),this._process(),this},finalize:function(e){return e&&this._append(e),this._doFinalize()},blockSize:16,_createHelper:function(e){return function(t,n){return new e.init(n).finalize(t)}},_createHmacHelper:function(e){return function(t,n){return new m.HMAC.init(e,n).finalize(t)}}}),a.algo={});return a}(Math);return e}()},8523(e,t,n){!function(){var t;e.exports=(t=n(4488),function(){var e=t,n=e.lib.WordArray;function r(e,t,r){for(var i=[],o=0,a=0;a<t;a++)if(a%4){var s=r[e.charCodeAt(a-1)]<<a%4*2|r[e.charCodeAt(a)]>>>6-a%4*2;i[o>>>2]|=s<<24-o%4*8,o++}return n.create(i,o)}e.enc.Base64={stringify:function(e){var t=e.words,n=e.sigBytes,r=this._map;e.clamp();for(var i=[],o=0;o<n;o+=3)for(var a=(t[o>>>2]>>>24-o%4*8&255)<<16|(t[o+1>>>2]>>>24-(o+1)%4*8&255)<<8|t[o+2>>>2]>>>24-(o+2)%4*8&255,s=0;s<4&&o+.75*s<n;s++)i.push(r.charAt(a>>>6*(3-s)&63));var u=r.charAt(64);if(u)for(;i.length%4;)i.push(u);return i.join("")},parse:function(e){var t=e.length,n=this._map,i=this._reverseMap;if(!i){i=this._reverseMap=[];for(var o=0;o<n.length;o++)i[n.charCodeAt(o)]=o}var a=n.charAt(64);if(a){var s=e.indexOf(a);-1!==s&&(t=s)}return r(e,t,i)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="}}(),t.enc.Base64)}()},4646(e,t,n){!function(){var t;e.exports=(t=n(4488),function(){var e=t,n=e.lib.WordArray;function r(e,t,r){for(var i=[],o=0,a=0;a<t;a++)if(a%4){var s=r[e.charCodeAt(a-1)]<<a%4*2|r[e.charCodeAt(a)]>>>6-a%4*2;i[o>>>2]|=s<<24-o%4*8,o++}return n.create(i,o)}e.enc.Base64url={stringify:function(e,t){void 0===t&&(t=!0);var n=e.words,r=e.sigBytes,i=t?this._safe_map:this._map;e.clamp();for(var o=[],a=0;a<r;a+=3)for(var s=(n[a>>>2]>>>24-a%4*8&255)<<16|(n[a+1>>>2]>>>24-(a+1)%4*8&255)<<8|n[a+2>>>2]>>>24-(a+2)%4*8&255,u=0;u<4&&a+.75*u<r;u++)o.push(i.charAt(s>>>6*(3-u)&63));var l=i.charAt(64);if(l)for(;o.length%4;)o.push(l);return o.join("")},parse:function(e,t){void 0===t&&(t=!0);var n=e.length,i=t?this._safe_map:this._map,o=this._reverseMap;if(!o){o=this._reverseMap=[];for(var a=0;a<i.length;a++)o[i.charCodeAt(a)]=a}var s=i.charAt(64);if(s){var u=e.indexOf(s);-1!==u&&(n=u)}return r(e,n,o)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"}}(),t.enc.Base64url)}()},8168(e,t,n){!function(){var t;e.exports=(t=n(4488),function(){var e=t,n=e.lib.WordArray,r=e.enc;function i(e){return e<<8&4278255360|e>>>8&16711935}r.Utf16=r.Utf16BE={stringify:function(e){for(var t=e.words,n=e.sigBytes,r=[],i=0;i<n;i+=2){var o=t[i>>>2]>>>16-i%4*8&65535;r.push(String.fromCharCode(o))}return r.join("")},parse:function(e){for(var t=e.length,r=[],i=0;i<t;i++)r[i>>>1]|=e.charCodeAt(i)<<16-i%2*16;return n.create(r,2*t)}},r.Utf16LE={stringify:function(e){for(var t=e.words,n=e.sigBytes,r=[],o=0;o<n;o+=2){var a=i(t[o>>>2]>>>16-o%4*8&65535);r.push(String.fromCharCode(a))}return r.join("")},parse:function(e){for(var t=e.length,r=[],o=0;o<t;o++)r[o>>>1]|=i(e.charCodeAt(o)<<16-o%2*16);return n.create(r,2*t)}}}(),t.enc.Utf16)}()},8211(e,t,n){!function(){var t;e.exports=(t=n(4488),n(2002),n(4220),function(){var e=t,n=e.lib,r=n.Base,i=n.WordArray,o=e.algo,a=o.MD5,s=o.EvpKDF=r.extend({cfg:r.extend({keySize:4,hasher:a,iterations:1}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){for(var n,r=this.cfg,o=r.hasher.create(),a=i.create(),s=a.words,u=r.keySize,l=r.iterations;s.length<u;){n&&o.update(n),n=o.update(e).finalize(t),o.reset();for(var c=1;c<l;c++)n=o.finalize(n),o.reset();a.concat(n)}return a.sigBytes=4*u,a}});e.EvpKDF=function(e,t,n){return s.create(n).compute(e,t)}}(),t.EvpKDF)}()},4708(e,t,n){!function(){var t;e.exports=(t=n(4488),n(2238),function(){var e=t,n=e.lib.CipherParams,r=e.enc.Hex;e.format.Hex={stringify:function(e){return e.ciphertext.toString(r)},parse:function(e){var t=r.parse(e);return n.create({ciphertext:t})}}}(),t.format.Hex)}()},4220(e,t,n){!function(){var t;e.exports=(t=n(4488),void function(){var e=t,n=e.lib.Base,r=e.enc.Utf8;e.algo.HMAC=n.extend({init:function(e,t){e=this._hasher=new e.init,"string"==typeof t&&(t=r.parse(t));var n=e.blockSize,i=4*n;t.sigBytes>i&&(t=e.finalize(t)),t.clamp();for(var o=this._oKey=t.clone(),a=this._iKey=t.clone(),s=o.words,u=a.words,l=0;l<n;l++)s[l]^=1549556828,u[l]^=909522486;o.sigBytes=a.sigBytes=i,this.reset()},reset:function(){var e=this._hasher;e.reset(),e.update(this._iKey)},update:function(e){return this._hasher.update(e),this},finalize:function(e){var t=this._hasher,n=t.finalize(e);return t.reset(),t.finalize(this._oKey.clone().concat(n))}})}())}()},6111(e,t,n){!function(){var t;e.exports=(t=n(4488),n(9749),n(4503),n(8168),n(8523),n(4646),n(4199),n(2002),n(6368),n(1641),n(7061),n(9092),n(6600),n(7423),n(4220),n(3930),n(8211),n(2238),n(1112),n(7962),n(8049),n(6380),n(8099),n(1884),n(9132),n(4423),n(548),n(4087),n(4708),n(7780),n(9475),n(9638),n(8875),n(1659),n(6501),t)}()},4503(e,t,n){!function(){var t;e.exports=(t=n(4488),function(){if("function"==typeof ArrayBuffer){var e=t.lib.WordArray,n=e.init,r=e.init=function(e){if(e instanceof ArrayBuffer&&(e=new Uint8Array(e)),(e instanceof Int8Array||"undefined"!==typeof Uint8ClampedArray&&e instanceof Uint8ClampedArray||e instanceof Int16Array||e instanceof Uint16Array||e instanceof Int32Array||e instanceof Uint32Array||e instanceof Float32Array||e instanceof Float64Array)&&(e=new Uint8Array(e.buffer,e.byteOffset,e.byteLength)),e instanceof Uint8Array){for(var t=e.byteLength,r=[],i=0;i<t;i++)r[i>>>2]|=e[i]<<24-i%4*8;n.call(this,r,t)}else n.apply(this,arguments)};r.prototype=e}}(),t.lib.WordArray)}()},4199(e,t,n){!function(){var t;e.exports=(t=n(4488),function(e){var n=t,r=n.lib,i=r.WordArray,o=r.Hasher,a=n.algo,s=[];!function(){for(var t=0;t<64;t++)s[t]=4294967296*e.abs(e.sin(t+1))|0}();var u=a.MD5=o.extend({_doReset:function(){this._hash=new i.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(e,t){for(var n=0;n<16;n++){var r=t+n,i=e[r];e[r]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8)}var o=this._hash.words,a=e[t+0],u=e[t+1],p=e[t+2],h=e[t+3],m=e[t+4],g=e[t+5],D=e[t+6],y=e[t+7],v=e[t+8],E=e[t+9],A=e[t+10],b=e[t+11],_=e[t+12],C=e[t+13],T=e[t+14],k=e[t+15],F=o[0],S=o[1],w=o[2],x=o[3];F=l(F,S,w,x,a,7,s[0]),x=l(x,F,S,w,u,12,s[1]),w=l(w,x,F,S,p,17,s[2]),S=l(S,w,x,F,h,22,s[3]),F=l(F,S,w,x,m,7,s[4]),x=l(x,F,S,w,g,12,s[5]),w=l(w,x,F,S,D,17,s[6]),S=l(S,w,x,F,y,22,s[7]),F=l(F,S,w,x,v,7,s[8]),x=l(x,F,S,w,E,12,s[9]),w=l(w,x,F,S,A,17,s[10]),S=l(S,w,x,F,b,22,s[11]),F=l(F,S,w,x,_,7,s[12]),x=l(x,F,S,w,C,12,s[13]),w=l(w,x,F,S,T,17,s[14]),F=c(F,S=l(S,w,x,F,k,22,s[15]),w,x,u,5,s[16]),x=c(x,F,S,w,D,9,s[17]),w=c(w,x,F,S,b,14,s[18]),S=c(S,w,x,F,a,20,s[19]),F=c(F,S,w,x,g,5,s[20]),x=c(x,F,S,w,A,9,s[21]),w=c(w,x,F,S,k,14,s[22]),S=c(S,w,x,F,m,20,s[23]),F=c(F,S,w,x,E,5,s[24]),x=c(x,F,S,w,T,9,s[25]),w=c(w,x,F,S,h,14,s[26]),S=c(S,w,x,F,v,20,s[27]),F=c(F,S,w,x,C,5,s[28]),x=c(x,F,S,w,p,9,s[29]),w=c(w,x,F,S,y,14,s[30]),F=d(F,S=c(S,w,x,F,_,20,s[31]),w,x,g,4,s[32]),x=d(x,F,S,w,v,11,s[33]),w=d(w,x,F,S,b,16,s[34]),S=d(S,w,x,F,T,23,s[35]),F=d(F,S,w,x,u,4,s[36]),x=d(x,F,S,w,m,11,s[37]),w=d(w,x,F,S,y,16,s[38]),S=d(S,w,x,F,A,23,s[39]),F=d(F,S,w,x,C,4,s[40]),x=d(x,F,S,w,a,11,s[41]),w=d(w,x,F,S,h,16,s[42]),S=d(S,w,x,F,D,23,s[43]),F=d(F,S,w,x,E,4,s[44]),x=d(x,F,S,w,_,11,s[45]),w=d(w,x,F,S,k,16,s[46]),F=f(F,S=d(S,w,x,F,p,23,s[47]),w,x,a,6,s[48]),x=f(x,F,S,w,y,10,s[49]),w=f(w,x,F,S,T,15,s[50]),S=f(S,w,x,F,g,21,s[51]),F=f(F,S,w,x,_,6,s[52]),x=f(x,F,S,w,h,10,s[53]),w=f(w,x,F,S,A,15,s[54]),S=f(S,w,x,F,u,21,s[55]),F=f(F,S,w,x,v,6,s[56]),x=f(x,F,S,w,k,10,s[57]),w=f(w,x,F,S,D,15,s[58]),S=f(S,w,x,F,C,21,s[59]),F=f(F,S,w,x,m,6,s[60]),x=f(x,F,S,w,b,10,s[61]),w=f(w,x,F,S,p,15,s[62]),S=f(S,w,x,F,E,21,s[63]),o[0]=o[0]+F|0,o[1]=o[1]+S|0,o[2]=o[2]+w|0,o[3]=o[3]+x|0},_doFinalize:function(){var t=this._data,n=t.words,r=8*this._nDataBytes,i=8*t.sigBytes;n[i>>>5]|=128<<24-i%32;var o=e.floor(r/4294967296),a=r;n[15+(i+64>>>9<<4)]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),n[14+(i+64>>>9<<4)]=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),t.sigBytes=4*(n.length+1),this._process();for(var s=this._hash,u=s.words,l=0;l<4;l++){var c=u[l];u[l]=16711935&(c<<8|c>>>24)|4278255360&(c<<24|c>>>8)}return s},clone:function(){var e=o.clone.call(this);return e._hash=this._hash.clone(),e}});function l(e,t,n,r,i,o,a){var s=e+(t&n|~t&r)+i+a;return(s<<o|s>>>32-o)+t}function c(e,t,n,r,i,o,a){var s=e+(t&r|n&~r)+i+a;return(s<<o|s>>>32-o)+t}function d(e,t,n,r,i,o,a){var s=e+(t^n^r)+i+a;return(s<<o|s>>>32-o)+t}function f(e,t,n,r,i,o,a){var s=e+(n^(t|~r))+i+a;return(s<<o|s>>>32-o)+t}n.MD5=o._createHelper(u),n.HmacMD5=o._createHmacHelper(u)}(Math),t.MD5)}()},1112(e,t,n){!function(){var t;e.exports=(t=n(4488),n(2238),t.mode.CFB=function(){var e=t.lib.BlockCipherMode.extend();function n(e,t,n,r){var i,o=this._iv;o?(i=o.slice(0),this._iv=void 0):i=this._prevBlock,r.encryptBlock(i,0);for(var a=0;a<n;a++)e[t+a]^=i[a]}return e.Encryptor=e.extend({processBlock:function(e,t){var r=this._cipher,i=r.blockSize;n.call(this,e,t,i,r),this._prevBlock=e.slice(t,t+i)}}),e.Decryptor=e.extend({processBlock:function(e,t){var r=this._cipher,i=r.blockSize,o=e.slice(t,t+i);n.call(this,e,t,i,r),this._prevBlock=o}}),e}(),t.mode.CFB)}()},8049(e,t,n){!function(){var t;e.exports=(t=n(4488),n(2238),t.mode.CTRGladman=function(){var e=t.lib.BlockCipherMode.extend();function n(e){if(255===(e>>24&255)){var t=e>>16&255,n=e>>8&255,r=255&e;255===t?(t=0,255===n?(n=0,255===r?r=0:++r):++n):++t,e=0,e+=t<<16,e+=n<<8,e+=r}else e+=1<<24;return e}function r(e){return 0===(e[0]=n(e[0]))&&(e[1]=n(e[1])),e}var i=e.Encryptor=e.extend({processBlock:function(e,t){var n=this._cipher,i=n.blockSize,o=this._iv,a=this._counter;o&&(a=this._counter=o.slice(0),this._iv=void 0),r(a);var s=a.slice(0);n.encryptBlock(s,0);for(var u=0;u<i;u++)e[t+u]^=s[u]}});return e.Decryptor=i,e}(),t.mode.CTRGladman)}()},7962(e,t,n){!function(){var t;e.exports=(t=n(4488),n(2238),t.mode.CTR=function(){var e=t.lib.BlockCipherMode.extend(),n=e.Encryptor=e.extend({processBlock:function(e,t){var n=this._cipher,r=n.blockSize,i=this._iv,o=this._counter;i&&(o=this._counter=i.slice(0),this._iv=void 0);var a=o.slice(0);n.encryptBlock(a,0),o[r-1]=o[r-1]+1|0;for(var s=0;s<r;s++)e[t+s]^=a[s]}});return e.Decryptor=n,e}(),t.mode.CTR)}()},8099(e,t,n){!function(){var t;e.exports=(t=n(4488),n(2238),t.mode.ECB=function(){var e=t.lib.BlockCipherMode.extend();return e.Encryptor=e.extend({processBlock:function(e,t){this._cipher.encryptBlock(e,t)}}),e.Decryptor=e.extend({processBlock:function(e,t){this._cipher.decryptBlock(e,t)}}),e}(),t.mode.ECB)}()},6380(e,t,n){!function(){var t;e.exports=(t=n(4488),n(2238),t.mode.OFB=function(){var e=t.lib.BlockCipherMode.extend(),n=e.Encryptor=e.extend({processBlock:function(e,t){var n=this._cipher,r=n.blockSize,i=this._iv,o=this._keystream;i&&(o=this._keystream=i.slice(0),this._iv=void 0),n.encryptBlock(o,0);for(var a=0;a<r;a++)e[t+a]^=o[a]}});return e.Decryptor=n,e}(),t.mode.OFB)}()},1884(e,t,n){!function(){var t;e.exports=(t=n(4488),n(2238),t.pad.AnsiX923={pad:function(e,t){var n=e.sigBytes,r=4*t,i=r-n%r,o=n+i-1;e.clamp(),e.words[o>>>2]|=i<<24-o%4*8,e.sigBytes+=i},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},t.pad.Ansix923)}()},9132(e,t,n){!function(){var t;e.exports=(t=n(4488),n(2238),t.pad.Iso10126={pad:function(e,n){var r=4*n,i=r-e.sigBytes%r;e.concat(t.lib.WordArray.random(i-1)).concat(t.lib.WordArray.create([i<<24],1))},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},t.pad.Iso10126)}()},4423(e,t,n){!function(){var t;e.exports=(t=n(4488),n(2238),t.pad.Iso97971={pad:function(e,n){e.concat(t.lib.WordArray.create([2147483648],1)),t.pad.ZeroPadding.pad(e,n)},unpad:function(e){t.pad.ZeroPadding.unpad(e),e.sigBytes--}},t.pad.Iso97971)}()},4087(e,t,n){!function(){var t;e.exports=(t=n(4488),n(2238),t.pad.NoPadding={pad:function(){},unpad:function(){}},t.pad.NoPadding)}()},548(e,t,n){!function(){var t;e.exports=(t=n(4488),n(2238),t.pad.ZeroPadding={pad:function(e,t){var n=4*t;e.clamp(),e.sigBytes+=n-(e.sigBytes%n||n)},unpad:function(e){var t=e.words,n=e.sigBytes-1;for(n=e.sigBytes-1;n>=0;n--)if(t[n>>>2]>>>24-n%4*8&255){e.sigBytes=n+1;break}}},t.pad.ZeroPadding)}()},3930(e,t,n){!function(){var t;e.exports=(t=n(4488),n(6368),n(4220),function(){var e=t,n=e.lib,r=n.Base,i=n.WordArray,o=e.algo,a=o.SHA256,s=o.HMAC,u=o.PBKDF2=r.extend({cfg:r.extend({keySize:4,hasher:a,iterations:25e4}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){for(var n=this.cfg,r=s.create(n.hasher,e),o=i.create(),a=i.create([1]),u=o.words,l=a.words,c=n.keySize,d=n.iterations;u.length<c;){var f=r.update(t).finalize(a);r.reset();for(var p=f.words,h=p.length,m=f,g=1;g<d;g++){m=r.finalize(m),r.reset();for(var D=m.words,y=0;y<h;y++)p[y]^=D[y]}o.concat(f),l[0]++}return o.sigBytes=4*c,o}});e.PBKDF2=function(e,t,n){return u.create(n).compute(e,t)}}(),t.PBKDF2)}()},1659(e,t,n){!function(){var t;e.exports=(t=n(4488),n(8523),n(4199),n(8211),n(2238),function(){var e=t,n=e.lib.StreamCipher,r=e.algo,i=[],o=[],a=[],s=r.RabbitLegacy=n.extend({_doReset:function(){var e=this._key.words,t=this.cfg.iv,n=this._X=[e[0],e[3]<<16|e[2]>>>16,e[1],e[0]<<16|e[3]>>>16,e[2],e[1]<<16|e[0]>>>16,e[3],e[2]<<16|e[1]>>>16],r=this._C=[e[2]<<16|e[2]>>>16,4294901760&e[0]|65535&e[1],e[3]<<16|e[3]>>>16,4294901760&e[1]|65535&e[2],e[0]<<16|e[0]>>>16,4294901760&e[2]|65535&e[3],e[1]<<16|e[1]>>>16,4294901760&e[3]|65535&e[0]];this._b=0;for(var i=0;i<4;i++)u.call(this);for(i=0;i<8;i++)r[i]^=n[i+4&7];if(t){var o=t.words,a=o[0],s=o[1],l=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),c=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),d=l>>>16|4294901760&c,f=c<<16|65535&l;for(r[0]^=l,r[1]^=d,r[2]^=c,r[3]^=f,r[4]^=l,r[5]^=d,r[6]^=c,r[7]^=f,i=0;i<4;i++)u.call(this)}},_doProcessBlock:function(e,t){var n=this._X;u.call(this),i[0]=n[0]^n[5]>>>16^n[3]<<16,i[1]=n[2]^n[7]>>>16^n[5]<<16,i[2]=n[4]^n[1]>>>16^n[7]<<16,i[3]=n[6]^n[3]>>>16^n[1]<<16;for(var r=0;r<4;r++)i[r]=16711935&(i[r]<<8|i[r]>>>24)|4278255360&(i[r]<<24|i[r]>>>8),e[t+r]^=i[r]},blockSize:4,ivSize:2});function u(){for(var e=this._X,t=this._C,n=0;n<8;n++)o[n]=t[n];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<o[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<o[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<o[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<o[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<o[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<o[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<o[6]>>>0?1:0)|0,this._b=t[7]>>>0<o[7]>>>0?1:0,n=0;n<8;n++){var r=e[n]+t[n],i=65535&r,s=r>>>16,u=((i*i>>>17)+i*s>>>15)+s*s,l=((4294901760&r)*r|0)+((65535&r)*r|0);a[n]=u^l}e[0]=a[0]+(a[7]<<16|a[7]>>>16)+(a[6]<<16|a[6]>>>16)|0,e[1]=a[1]+(a[0]<<8|a[0]>>>24)+a[7]|0,e[2]=a[2]+(a[1]<<16|a[1]>>>16)+(a[0]<<16|a[0]>>>16)|0,e[3]=a[3]+(a[2]<<8|a[2]>>>24)+a[1]|0,e[4]=a[4]+(a[3]<<16|a[3]>>>16)+(a[2]<<16|a[2]>>>16)|0,e[5]=a[5]+(a[4]<<8|a[4]>>>24)+a[3]|0,e[6]=a[6]+(a[5]<<16|a[5]>>>16)+(a[4]<<16|a[4]>>>16)|0,e[7]=a[7]+(a[6]<<8|a[6]>>>24)+a[5]|0}e.RabbitLegacy=n._createHelper(s)}(),t.RabbitLegacy)}()},8875(e,t,n){!function(){var t;e.exports=(t=n(4488),n(8523),n(4199),n(8211),n(2238),function(){var e=t,n=e.lib.StreamCipher,r=e.algo,i=[],o=[],a=[],s=r.Rabbit=n.extend({_doReset:function(){for(var e=this._key.words,t=this.cfg.iv,n=0;n<4;n++)e[n]=16711935&(e[n]<<8|e[n]>>>24)|4278255360&(e[n]<<24|e[n]>>>8);var r=this._X=[e[0],e[3]<<16|e[2]>>>16,e[1],e[0]<<16|e[3]>>>16,e[2],e[1]<<16|e[0]>>>16,e[3],e[2]<<16|e[1]>>>16],i=this._C=[e[2]<<16|e[2]>>>16,4294901760&e[0]|65535&e[1],e[3]<<16|e[3]>>>16,4294901760&e[1]|65535&e[2],e[0]<<16|e[0]>>>16,4294901760&e[2]|65535&e[3],e[1]<<16|e[1]>>>16,4294901760&e[3]|65535&e[0]];for(this._b=0,n=0;n<4;n++)u.call(this);for(n=0;n<8;n++)i[n]^=r[n+4&7];if(t){var o=t.words,a=o[0],s=o[1],l=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),c=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),d=l>>>16|4294901760&c,f=c<<16|65535&l;for(i[0]^=l,i[1]^=d,i[2]^=c,i[3]^=f,i[4]^=l,i[5]^=d,i[6]^=c,i[7]^=f,n=0;n<4;n++)u.call(this)}},_doProcessBlock:function(e,t){var n=this._X;u.call(this),i[0]=n[0]^n[5]>>>16^n[3]<<16,i[1]=n[2]^n[7]>>>16^n[5]<<16,i[2]=n[4]^n[1]>>>16^n[7]<<16,i[3]=n[6]^n[3]>>>16^n[1]<<16;for(var r=0;r<4;r++)i[r]=16711935&(i[r]<<8|i[r]>>>24)|4278255360&(i[r]<<24|i[r]>>>8),e[t+r]^=i[r]},blockSize:4,ivSize:2});function u(){for(var e=this._X,t=this._C,n=0;n<8;n++)o[n]=t[n];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<o[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<o[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<o[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<o[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<o[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<o[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<o[6]>>>0?1:0)|0,this._b=t[7]>>>0<o[7]>>>0?1:0,n=0;n<8;n++){var r=e[n]+t[n],i=65535&r,s=r>>>16,u=((i*i>>>17)+i*s>>>15)+s*s,l=((4294901760&r)*r|0)+((65535&r)*r|0);a[n]=u^l}e[0]=a[0]+(a[7]<<16|a[7]>>>16)+(a[6]<<16|a[6]>>>16)|0,e[1]=a[1]+(a[0]<<8|a[0]>>>24)+a[7]|0,e[2]=a[2]+(a[1]<<16|a[1]>>>16)+(a[0]<<16|a[0]>>>16)|0,e[3]=a[3]+(a[2]<<8|a[2]>>>24)+a[1]|0,e[4]=a[4]+(a[3]<<16|a[3]>>>16)+(a[2]<<16|a[2]>>>16)|0,e[5]=a[5]+(a[4]<<8|a[4]>>>24)+a[3]|0,e[6]=a[6]+(a[5]<<16|a[5]>>>16)+(a[4]<<16|a[4]>>>16)|0,e[7]=a[7]+(a[6]<<8|a[6]>>>24)+a[5]|0}e.Rabbit=n._createHelper(s)}(),t.Rabbit)}()},9638(e,t,n){!function(){var t;e.exports=(t=n(4488),n(8523),n(4199),n(8211),n(2238),function(){var e=t,n=e.lib.StreamCipher,r=e.algo,i=r.RC4=n.extend({_doReset:function(){for(var e=this._key,t=e.words,n=e.sigBytes,r=this._S=[],i=0;i<256;i++)r[i]=i;i=0;for(var o=0;i<256;i++){var a=i%n,s=t[a>>>2]>>>24-a%4*8&255;o=(o+r[i]+s)%256;var u=r[i];r[i]=r[o],r[o]=u}this._i=this._j=0},_doProcessBlock:function(e,t){e[t]^=o.call(this)},keySize:8,ivSize:0});function o(){for(var e=this._S,t=this._i,n=this._j,r=0,i=0;i<4;i++){n=(n+e[t=(t+1)%256])%256;var o=e[t];e[t]=e[n],e[n]=o,r|=e[(e[t]+e[n])%256]<<24-8*i}return this._i=t,this._j=n,r}e.RC4=n._createHelper(i);var a=r.RC4Drop=i.extend({cfg:i.cfg.extend({drop:192}),_doReset:function(){i._doReset.call(this);for(var e=this.cfg.drop;e>0;e--)o.call(this)}});e.RC4Drop=n._createHelper(a)}(),t.RC4)}()},7423(e,t,n){!function(){var t;e.exports=(t=n(4488),function(){var e=t,n=e.lib,r=n.WordArray,i=n.Hasher,o=e.algo,a=r.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),s=r.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),u=r.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),l=r.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),c=r.create([0,1518500249,1859775393,2400959708,2840853838]),d=r.create([1352829926,1548603684,1836072691,2053994217,0]),f=o.RIPEMD160=i.extend({_doReset:function(){this._hash=r.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var n=0;n<16;n++){var r=t+n,i=e[r];e[r]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8)}var o,f,v,E,A,b,_,C,T,k,F,S=this._hash.words,w=c.words,x=d.words,O=a.words,N=s.words,B=u.words,I=l.words;for(b=o=S[0],_=f=S[1],C=v=S[2],T=E=S[3],k=A=S[4],n=0;n<80;n+=1)F=o+e[t+O[n]]|0,F+=n<16?p(f,v,E)+w[0]:n<32?h(f,v,E)+w[1]:n<48?m(f,v,E)+w[2]:n<64?g(f,v,E)+w[3]:D(f,v,E)+w[4],F=(F=y(F|=0,B[n]))+A|0,o=A,A=E,E=y(v,10),v=f,f=F,F=b+e[t+N[n]]|0,F+=n<16?D(_,C,T)+x[0]:n<32?g(_,C,T)+x[1]:n<48?m(_,C,T)+x[2]:n<64?h(_,C,T)+x[3]:p(_,C,T)+x[4],F=(F=y(F|=0,I[n]))+k|0,b=k,k=T,T=y(C,10),C=_,_=F;F=S[1]+v+T|0,S[1]=S[2]+E+k|0,S[2]=S[3]+A+b|0,S[3]=S[4]+o+_|0,S[4]=S[0]+f+C|0,S[0]=F},_doFinalize:function(){var e=this._data,t=e.words,n=8*this._nDataBytes,r=8*e.sigBytes;t[r>>>5]|=128<<24-r%32,t[14+(r+64>>>9<<4)]=16711935&(n<<8|n>>>24)|4278255360&(n<<24|n>>>8),e.sigBytes=4*(t.length+1),this._process();for(var i=this._hash,o=i.words,a=0;a<5;a++){var s=o[a];o[a]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8)}return i},clone:function(){var e=i.clone.call(this);return e._hash=this._hash.clone(),e}});function p(e,t,n){return e^t^n}function h(e,t,n){return e&t|~e&n}function m(e,t,n){return(e|~t)^n}function g(e,t,n){return e&n|t&~n}function D(e,t,n){return e^(t|~n)}function y(e,t){return e<<t|e>>>32-t}e.RIPEMD160=i._createHelper(f),e.HmacRIPEMD160=i._createHmacHelper(f)}(Math),t.RIPEMD160)}()},2002(e,t,n){!function(){var t;e.exports=(t=n(4488),function(){var e=t,n=e.lib,r=n.WordArray,i=n.Hasher,o=e.algo,a=[],s=o.SHA1=i.extend({_doReset:function(){this._hash=new r.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var n=this._hash.words,r=n[0],i=n[1],o=n[2],s=n[3],u=n[4],l=0;l<80;l++){if(l<16)a[l]=0|e[t+l];else{var c=a[l-3]^a[l-8]^a[l-14]^a[l-16];a[l]=c<<1|c>>>31}var d=(r<<5|r>>>27)+u+a[l];d+=l<20?1518500249+(i&o|~i&s):l<40?1859775393+(i^o^s):l<60?(i&o|i&s|o&s)-1894007588:(i^o^s)-899497514,u=s,s=o,o=i<<30|i>>>2,i=r,r=d}n[0]=n[0]+r|0,n[1]=n[1]+i|0,n[2]=n[2]+o|0,n[3]=n[3]+s|0,n[4]=n[4]+u|0},_doFinalize:function(){var e=this._data,t=e.words,n=8*this._nDataBytes,r=8*e.sigBytes;return t[r>>>5]|=128<<24-r%32,t[14+(r+64>>>9<<4)]=Math.floor(n/4294967296),t[15+(r+64>>>9<<4)]=n,e.sigBytes=4*t.length,this._process(),this._hash},clone:function(){var e=i.clone.call(this);return e._hash=this._hash.clone(),e}});e.SHA1=i._createHelper(s),e.HmacSHA1=i._createHmacHelper(s)}(),t.SHA1)}()},1641(e,t,n){!function(){var t;e.exports=(t=n(4488),n(6368),function(){var e=t,n=e.lib.WordArray,r=e.algo,i=r.SHA256,o=r.SHA224=i.extend({_doReset:function(){this._hash=new n.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var e=i._doFinalize.call(this);return e.sigBytes-=4,e}});e.SHA224=i._createHelper(o),e.HmacSHA224=i._createHmacHelper(o)}(),t.SHA224)}()},6368(e,t,n){!function(){var t;e.exports=(t=n(4488),function(e){var n=t,r=n.lib,i=r.WordArray,o=r.Hasher,a=n.algo,s=[],u=[];!function(){function t(t){for(var n=e.sqrt(t),r=2;r<=n;r++)if(!(t%r))return!1;return!0}function n(e){return 4294967296*(e-(0|e))|0}for(var r=2,i=0;i<64;)t(r)&&(i<8&&(s[i]=n(e.pow(r,.5))),u[i]=n(e.pow(r,1/3)),i++),r++}();var l=[],c=a.SHA256=o.extend({_doReset:function(){this._hash=new i.init(s.slice(0))},_doProcessBlock:function(e,t){for(var n=this._hash.words,r=n[0],i=n[1],o=n[2],a=n[3],s=n[4],c=n[5],d=n[6],f=n[7],p=0;p<64;p++){if(p<16)l[p]=0|e[t+p];else{var h=l[p-15],m=(h<<25|h>>>7)^(h<<14|h>>>18)^h>>>3,g=l[p-2],D=(g<<15|g>>>17)^(g<<13|g>>>19)^g>>>10;l[p]=m+l[p-7]+D+l[p-16]}var y=r&i^r&o^i&o,v=(r<<30|r>>>2)^(r<<19|r>>>13)^(r<<10|r>>>22),E=f+((s<<26|s>>>6)^(s<<21|s>>>11)^(s<<7|s>>>25))+(s&c^~s&d)+u[p]+l[p];f=d,d=c,c=s,s=a+E|0,a=o,o=i,i=r,r=E+(v+y)|0}n[0]=n[0]+r|0,n[1]=n[1]+i|0,n[2]=n[2]+o|0,n[3]=n[3]+a|0,n[4]=n[4]+s|0,n[5]=n[5]+c|0,n[6]=n[6]+d|0,n[7]=n[7]+f|0},_doFinalize:function(){var t=this._data,n=t.words,r=8*this._nDataBytes,i=8*t.sigBytes;return n[i>>>5]|=128<<24-i%32,n[14+(i+64>>>9<<4)]=e.floor(r/4294967296),n[15+(i+64>>>9<<4)]=r,t.sigBytes=4*n.length,this._process(),this._hash},clone:function(){var e=o.clone.call(this);return e._hash=this._hash.clone(),e}});n.SHA256=o._createHelper(c),n.HmacSHA256=o._createHmacHelper(c)}(Math),t.SHA256)}()},6600(e,t,n){!function(){var t;e.exports=(t=n(4488),n(9749),function(e){var n=t,r=n.lib,i=r.WordArray,o=r.Hasher,a=n.x64.Word,s=n.algo,u=[],l=[],c=[];!function(){for(var e=1,t=0,n=0;n<24;n++){u[e+5*t]=(n+1)*(n+2)/2%64;var r=(2*e+3*t)%5;e=t%5,t=r}for(e=0;e<5;e++)for(t=0;t<5;t++)l[e+5*t]=t+(2*e+3*t)%5*5;for(var i=1,o=0;o<24;o++){for(var s=0,d=0,f=0;f<7;f++){if(1&i){var p=(1<<f)-1;p<32?d^=1<<p:s^=1<<p-32}128&i?i=i<<1^113:i<<=1}c[o]=a.create(s,d)}}();var d=[];!function(){for(var e=0;e<25;e++)d[e]=a.create()}();var f=s.SHA3=o.extend({cfg:o.cfg.extend({outputLength:512}),_doReset:function(){for(var e=this._state=[],t=0;t<25;t++)e[t]=new a.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(e,t){for(var n=this._state,r=this.blockSize/2,i=0;i<r;i++){var o=e[t+2*i],a=e[t+2*i+1];o=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),a=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),(S=n[i]).high^=a,S.low^=o}for(var s=0;s<24;s++){for(var f=0;f<5;f++){for(var p=0,h=0,m=0;m<5;m++)p^=(S=n[f+5*m]).high,h^=S.low;var g=d[f];g.high=p,g.low=h}for(f=0;f<5;f++){var D=d[(f+4)%5],y=d[(f+1)%5],v=y.high,E=y.low;for(p=D.high^(v<<1|E>>>31),h=D.low^(E<<1|v>>>31),m=0;m<5;m++)(S=n[f+5*m]).high^=p,S.low^=h}for(var A=1;A<25;A++){var b=(S=n[A]).high,_=S.low,C=u[A];C<32?(p=b<<C|_>>>32-C,h=_<<C|b>>>32-C):(p=_<<C-32|b>>>64-C,h=b<<C-32|_>>>64-C);var T=d[l[A]];T.high=p,T.low=h}var k=d[0],F=n[0];for(k.high=F.high,k.low=F.low,f=0;f<5;f++)for(m=0;m<5;m++){var S=n[A=f+5*m],w=d[A],x=d[(f+1)%5+5*m],O=d[(f+2)%5+5*m];S.high=w.high^~x.high&O.high,S.low=w.low^~x.low&O.low}S=n[0];var N=c[s];S.high^=N.high,S.low^=N.low}},_doFinalize:function(){var t=this._data,n=t.words,r=(this._nDataBytes,8*t.sigBytes),o=32*this.blockSize;n[r>>>5]|=1<<24-r%32,n[(e.ceil((r+1)/o)*o>>>5)-1]|=128,t.sigBytes=4*n.length,this._process();for(var a=this._state,s=this.cfg.outputLength/8,u=s/8,l=[],c=0;c<u;c++){var d=a[c],f=d.high,p=d.low;f=16711935&(f<<8|f>>>24)|4278255360&(f<<24|f>>>8),p=16711935&(p<<8|p>>>24)|4278255360&(p<<24|p>>>8),l.push(p),l.push(f)}return new i.init(l,s)},clone:function(){for(var e=o.clone.call(this),t=e._state=this._state.slice(0),n=0;n<25;n++)t[n]=t[n].clone();return e}});n.SHA3=o._createHelper(f),n.HmacSHA3=o._createHmacHelper(f)}(Math),t.SHA3)}()},9092(e,t,n){!function(){var t;e.exports=(t=n(4488),n(9749),n(7061),function(){var e=t,n=e.x64,r=n.Word,i=n.WordArray,o=e.algo,a=o.SHA512,s=o.SHA384=a.extend({_doReset:function(){this._hash=new i.init([new r.init(3418070365,3238371032),new r.init(1654270250,914150663),new r.init(2438529370,812702999),new r.init(355462360,4144912697),new r.init(1731405415,4290775857),new r.init(2394180231,1750603025),new r.init(3675008525,1694076839),new r.init(1203062813,3204075428)])},_doFinalize:function(){var e=a._doFinalize.call(this);return e.sigBytes-=16,e}});e.SHA384=a._createHelper(s),e.HmacSHA384=a._createHmacHelper(s)}(),t.SHA384)}()},7061(e,t,n){!function(){var t;e.exports=(t=n(4488),n(9749),function(){var e=t,n=e.lib.Hasher,r=e.x64,i=r.Word,o=r.WordArray,a=e.algo;function s(){return i.create.apply(i,arguments)}var u=[s(1116352408,3609767458),s(1899447441,602891725),s(3049323471,3964484399),s(3921009573,2173295548),s(961987163,4081628472),s(1508970993,3053834265),s(2453635748,2937671579),s(2870763221,3664609560),s(3624381080,2734883394),s(310598401,1164996542),s(607225278,1323610764),s(1426881987,3590304994),s(1925078388,4068182383),s(2162078206,991336113),s(2614888103,633803317),s(3248222580,3479774868),s(3835390401,2666613458),s(4022224774,944711139),s(264347078,2341262773),s(604807628,2007800933),s(770255983,1495990901),s(1249150122,1856431235),s(1555081692,3175218132),s(1996064986,2198950837),s(2554220882,3999719339),s(2821834349,766784016),s(2952996808,2566594879),s(3210313671,3203337956),s(3336571891,1034457026),s(3584528711,2466948901),s(113926993,3758326383),s(338241895,168717936),s(666307205,1188179964),s(773529912,1546045734),s(1294757372,1522805485),s(1396182291,2643833823),s(1695183700,2343527390),s(1986661051,1014477480),s(2177026350,1206759142),s(2456956037,344077627),s(2730485921,1290863460),s(2820302411,3158454273),s(3259730800,3505952657),s(3345764771,106217008),s(3516065817,3606008344),s(3600352804,1432725776),s(4094571909,1467031594),s(275423344,851169720),s(430227734,3100823752),s(506948616,1363258195),s(659060556,3750685593),s(883997877,3785050280),s(958139571,3318307427),s(1322822218,3812723403),s(1537002063,2003034995),s(1747873779,3602036899),s(1955562222,1575990012),s(2024104815,1125592928),s(2227730452,2716904306),s(2361852424,442776044),s(2428436474,593698344),s(2756734187,3733110249),s(3204031479,2999351573),s(3329325298,3815920427),s(3391569614,3928383900),s(3515267271,566280711),s(3940187606,3454069534),s(4118630271,4000239992),s(116418474,1914138554),s(174292421,2731055270),s(289380356,3203993006),s(460393269,320620315),s(685471733,587496836),s(852142971,1086792851),s(1017036298,365543100),s(1126000580,2618297676),s(1288033470,3409855158),s(1501505948,4234509866),s(1607167915,987167468),s(1816402316,1246189591)],l=[];!function(){for(var e=0;e<80;e++)l[e]=s()}();var c=a.SHA512=n.extend({_doReset:function(){this._hash=new o.init([new i.init(1779033703,4089235720),new i.init(3144134277,2227873595),new i.init(1013904242,4271175723),new i.init(2773480762,1595750129),new i.init(1359893119,2917565137),new i.init(2600822924,725511199),new i.init(528734635,4215389547),new i.init(1541459225,327033209)])},_doProcessBlock:function(e,t){for(var n=this._hash.words,r=n[0],i=n[1],o=n[2],a=n[3],s=n[4],c=n[5],d=n[6],f=n[7],p=r.high,h=r.low,m=i.high,g=i.low,D=o.high,y=o.low,v=a.high,E=a.low,A=s.high,b=s.low,_=c.high,C=c.low,T=d.high,k=d.low,F=f.high,S=f.low,w=p,x=h,O=m,N=g,B=D,I=y,P=v,R=E,L=A,M=b,j=_,z=C,U=T,H=k,V=F,G=S,W=0;W<80;W++){var Y,q,Q=l[W];if(W<16)q=Q.high=0|e[t+2*W],Y=Q.low=0|e[t+2*W+1];else{var K=l[W-15],X=K.high,J=K.low,Z=(X>>>1|J<<31)^(X>>>8|J<<24)^X>>>7,$=(J>>>1|X<<31)^(J>>>8|X<<24)^(J>>>7|X<<25),ee=l[W-2],te=ee.high,ne=ee.low,re=(te>>>19|ne<<13)^(te<<3|ne>>>29)^te>>>6,ie=(ne>>>19|te<<13)^(ne<<3|te>>>29)^(ne>>>6|te<<26),oe=l[W-7],ae=oe.high,se=oe.low,ue=l[W-16],le=ue.high,ce=ue.low;q=(q=(q=Z+ae+((Y=$+se)>>>0<$>>>0?1:0))+re+((Y+=ie)>>>0<ie>>>0?1:0))+le+((Y+=ce)>>>0<ce>>>0?1:0),Q.high=q,Q.low=Y}var de,fe=L&j^~L&U,pe=M&z^~M&H,he=w&O^w&B^O&B,me=x&N^x&I^N&I,ge=(w>>>28|x<<4)^(w<<30|x>>>2)^(w<<25|x>>>7),De=(x>>>28|w<<4)^(x<<30|w>>>2)^(x<<25|w>>>7),ye=(L>>>14|M<<18)^(L>>>18|M<<14)^(L<<23|M>>>9),ve=(M>>>14|L<<18)^(M>>>18|L<<14)^(M<<23|L>>>9),Ee=u[W],Ae=Ee.high,be=Ee.low,_e=V+ye+((de=G+ve)>>>0<G>>>0?1:0),Ce=De+me;V=U,G=H,U=j,H=z,j=L,z=M,L=P+(_e=(_e=(_e=_e+fe+((de+=pe)>>>0<pe>>>0?1:0))+Ae+((de+=be)>>>0<be>>>0?1:0))+q+((de+=Y)>>>0<Y>>>0?1:0))+((M=R+de|0)>>>0<R>>>0?1:0)|0,P=B,R=I,B=O,I=N,O=w,N=x,w=_e+(ge+he+(Ce>>>0<De>>>0?1:0))+((x=de+Ce|0)>>>0<de>>>0?1:0)|0}h=r.low=h+x,r.high=p+w+(h>>>0<x>>>0?1:0),g=i.low=g+N,i.high=m+O+(g>>>0<N>>>0?1:0),y=o.low=y+I,o.high=D+B+(y>>>0<I>>>0?1:0),E=a.low=E+R,a.high=v+P+(E>>>0<R>>>0?1:0),b=s.low=b+M,s.high=A+L+(b>>>0<M>>>0?1:0),C=c.low=C+z,c.high=_+j+(C>>>0<z>>>0?1:0),k=d.low=k+H,d.high=T+U+(k>>>0<H>>>0?1:0),S=f.low=S+G,f.high=F+V+(S>>>0<G>>>0?1:0)},_doFinalize:function(){var e=this._data,t=e.words,n=8*this._nDataBytes,r=8*e.sigBytes;return t[r>>>5]|=128<<24-r%32,t[30+(r+128>>>10<<5)]=Math.floor(n/4294967296),t[31+(r+128>>>10<<5)]=n,e.sigBytes=4*t.length,this._process(),this._hash.toX32()},clone:function(){var e=n.clone.call(this);return e._hash=this._hash.clone(),e},blockSize:32});e.SHA512=n._createHelper(c),e.HmacSHA512=n._createHmacHelper(c)}(),t.SHA512)}()},9475(e,t,n){!function(){var t;e.exports=(t=n(4488),n(8523),n(4199),n(8211),n(2238),function(){var e=t,n=e.lib,r=n.WordArray,i=n.BlockCipher,o=e.algo,a=[57,49,41,33,25,17,9,1,58,50,42,34,26,18,10,2,59,51,43,35,27,19,11,3,60,52,44,36,63,55,47,39,31,23,15,7,62,54,46,38,30,22,14,6,61,53,45,37,29,21,13,5,28,20,12,4],s=[14,17,11,24,1,5,3,28,15,6,21,10,23,19,12,4,26,8,16,7,27,20,13,2,41,52,31,37,47,55,30,40,51,45,33,48,44,49,39,56,34,53,46,42,50,36,29,32],u=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],l=[{0:8421888,268435456:32768,536870912:8421378,805306368:2,1073741824:512,1342177280:8421890,1610612736:8389122,1879048192:8388608,2147483648:514,2415919104:8389120,2684354560:33280,2952790016:8421376,3221225472:32770,3489660928:8388610,3758096384:0,4026531840:33282,134217728:0,402653184:8421890,671088640:33282,939524096:32768,1207959552:8421888,1476395008:512,1744830464:8421378,2013265920:2,2281701376:8389120,2550136832:33280,2818572288:8421376,3087007744:8389122,3355443200:8388610,3623878656:32770,3892314112:514,4160749568:8388608,1:32768,268435457:2,536870913:8421888,805306369:8388608,1073741825:8421378,1342177281:33280,1610612737:512,1879048193:8389122,2147483649:8421890,2415919105:8421376,2684354561:8388610,2952790017:33282,3221225473:514,3489660929:8389120,3758096385:32770,4026531841:0,134217729:8421890,402653185:8421376,671088641:8388608,939524097:512,1207959553:32768,1476395009:8388610,1744830465:2,2013265921:33282,2281701377:32770,2550136833:8389122,2818572289:514,3087007745:8421888,3355443201:8389120,3623878657:0,3892314113:33280,4160749569:8421378},{0:1074282512,16777216:16384,33554432:524288,50331648:1074266128,67108864:1073741840,83886080:1074282496,100663296:1073758208,117440512:16,134217728:540672,150994944:1073758224,167772160:1073741824,184549376:540688,201326592:524304,218103808:0,234881024:16400,251658240:1074266112,8388608:1073758208,25165824:540688,41943040:16,58720256:1073758224,75497472:1074282512,92274688:1073741824,109051904:524288,125829120:1074266128,142606336:524304,159383552:0,176160768:16384,192937984:1074266112,209715200:1073741840,226492416:540672,243269632:1074282496,260046848:16400,268435456:0,285212672:1074266128,301989888:1073758224,318767104:1074282496,335544320:1074266112,352321536:16,369098752:540688,385875968:16384,402653184:16400,419430400:524288,436207616:524304,452984832:1073741840,469762048:540672,486539264:1073758208,503316480:1073741824,520093696:1074282512,276824064:540688,293601280:524288,310378496:1074266112,327155712:16384,343932928:1073758208,360710144:1074282512,377487360:16,394264576:1073741824,411041792:1074282496,427819008:1073741840,444596224:1073758224,461373440:524304,478150656:0,494927872:16400,511705088:1074266128,528482304:540672},{0:260,1048576:0,2097152:67109120,3145728:65796,4194304:65540,5242880:67108868,6291456:67174660,7340032:67174400,8388608:67108864,9437184:67174656,10485760:65792,11534336:67174404,12582912:67109124,13631488:65536,14680064:4,15728640:256,524288:67174656,1572864:67174404,2621440:0,3670016:67109120,4718592:67108868,5767168:65536,6815744:65540,7864320:260,8912896:4,9961472:256,11010048:67174400,12058624:65796,13107200:65792,14155776:67109124,15204352:67174660,16252928:67108864,16777216:67174656,17825792:65540,18874368:65536,19922944:67109120,20971520:256,22020096:67174660,23068672:67108868,24117248:0,25165824:67109124,26214400:67108864,27262976:4,28311552:65792,29360128:67174400,30408704:260,31457280:65796,32505856:67174404,17301504:67108864,18350080:260,19398656:67174656,20447232:0,21495808:65540,22544384:67109120,23592960:256,24641536:67174404,25690112:65536,26738688:67174660,27787264:65796,28835840:67108868,29884416:67109124,30932992:67174400,31981568:4,33030144:65792},{0:2151682048,65536:2147487808,131072:4198464,196608:2151677952,262144:0,327680:4198400,393216:2147483712,458752:4194368,524288:2147483648,589824:4194304,655360:64,720896:2147487744,786432:2151678016,851968:4160,917504:4096,983040:2151682112,32768:2147487808,98304:64,163840:2151678016,229376:2147487744,294912:4198400,360448:2151682112,425984:0,491520:2151677952,557056:4096,622592:2151682048,688128:4194304,753664:4160,819200:2147483648,884736:4194368,950272:4198464,1015808:2147483712,1048576:4194368,1114112:4198400,1179648:2147483712,1245184:0,1310720:4160,1376256:2151678016,1441792:2151682048,1507328:2147487808,1572864:2151682112,1638400:2147483648,1703936:2151677952,1769472:4198464,1835008:2147487744,1900544:4194304,1966080:64,2031616:4096,1081344:2151677952,1146880:2151682112,1212416:0,1277952:4198400,1343488:4194368,1409024:2147483648,1474560:2147487808,1540096:64,1605632:2147483712,1671168:4096,1736704:2147487744,1802240:2151678016,1867776:4160,1933312:2151682048,1998848:4194304,2064384:4198464},{0:128,4096:17039360,8192:262144,12288:536870912,16384:537133184,20480:16777344,24576:553648256,28672:262272,32768:16777216,36864:537133056,40960:536871040,45056:553910400,49152:553910272,53248:0,57344:17039488,61440:553648128,2048:17039488,6144:553648256,10240:128,14336:17039360,18432:262144,22528:537133184,26624:553910272,30720:536870912,34816:537133056,38912:0,43008:553910400,47104:16777344,51200:536871040,55296:553648128,59392:16777216,63488:262272,65536:262144,69632:128,73728:536870912,77824:553648256,81920:16777344,86016:553910272,90112:537133184,94208:16777216,98304:553910400,102400:553648128,106496:17039360,110592:537133056,114688:262272,118784:536871040,122880:0,126976:17039488,67584:553648256,71680:16777216,75776:17039360,79872:537133184,83968:536870912,88064:17039488,92160:128,96256:553910272,100352:262272,104448:553910400,108544:0,112640:553648128,116736:16777344,120832:262144,124928:537133056,129024:536871040},{0:268435464,256:8192,512:270532608,768:270540808,1024:268443648,1280:2097152,1536:2097160,1792:268435456,2048:0,2304:268443656,2560:2105344,2816:8,3072:270532616,3328:2105352,3584:8200,3840:270540800,128:270532608,384:270540808,640:8,896:2097152,1152:2105352,1408:268435464,1664:268443648,1920:8200,2176:2097160,2432:8192,2688:268443656,2944:270532616,3200:0,3456:270540800,3712:2105344,3968:268435456,4096:268443648,4352:270532616,4608:270540808,4864:8200,5120:2097152,5376:268435456,5632:268435464,5888:2105344,6144:2105352,6400:0,6656:8,6912:270532608,7168:8192,7424:268443656,7680:270540800,7936:2097160,4224:8,4480:2105344,4736:2097152,4992:268435464,5248:268443648,5504:8200,5760:270540808,6016:270532608,6272:270540800,6528:270532616,6784:8192,7040:2105352,7296:2097160,7552:0,7808:268435456,8064:268443656},{0:1048576,16:33555457,32:1024,48:1049601,64:34604033,80:0,96:1,112:34603009,128:33555456,144:1048577,160:33554433,176:34604032,192:34603008,208:1025,224:1049600,240:33554432,8:34603009,24:0,40:33555457,56:34604032,72:1048576,88:33554433,104:33554432,120:1025,136:1049601,152:33555456,168:34603008,184:1048577,200:1024,216:34604033,232:1,248:1049600,256:33554432,272:1048576,288:33555457,304:34603009,320:1048577,336:33555456,352:34604032,368:1049601,384:1025,400:34604033,416:1049600,432:1,448:0,464:34603008,480:33554433,496:1024,264:1049600,280:33555457,296:34603009,312:1,328:33554432,344:1048576,360:1025,376:34604032,392:33554433,408:34603008,424:0,440:34604033,456:1049601,472:1024,488:33555456,504:1048577},{0:134219808,1:131072,2:134217728,3:32,4:131104,5:134350880,6:134350848,7:2048,8:134348800,9:134219776,10:133120,11:134348832,12:2080,13:0,14:134217760,15:133152,2147483648:2048,2147483649:134350880,2147483650:134219808,2147483651:134217728,2147483652:134348800,2147483653:133120,2147483654:133152,2147483655:32,2147483656:134217760,2147483657:2080,2147483658:131104,2147483659:134350848,2147483660:0,2147483661:134348832,2147483662:134219776,2147483663:131072,16:133152,17:134350848,18:32,19:2048,20:134219776,21:134217760,22:134348832,23:131072,24:0,25:131104,26:134348800,27:134219808,28:134350880,29:133120,30:2080,31:134217728,2147483664:131072,2147483665:2048,2147483666:134348832,2147483667:133152,2147483668:32,2147483669:134348800,2147483670:134217728,2147483671:134219808,2147483672:134350880,2147483673:134217760,2147483674:134219776,2147483675:0,2147483676:133120,2147483677:2080,2147483678:131104,2147483679:134350848}],c=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],d=o.DES=i.extend({_doReset:function(){for(var e=this._key.words,t=[],n=0;n<56;n++){var r=a[n]-1;t[n]=e[r>>>5]>>>31-r%32&1}for(var i=this._subKeys=[],o=0;o<16;o++){var l=i[o]=[],c=u[o];for(n=0;n<24;n++)l[n/6|0]|=t[(s[n]-1+c)%28]<<31-n%6,l[4+(n/6|0)]|=t[28+(s[n+24]-1+c)%28]<<31-n%6;for(l[0]=l[0]<<1|l[0]>>>31,n=1;n<7;n++)l[n]=l[n]>>>4*(n-1)+3;l[7]=l[7]<<5|l[7]>>>27}var d=this._invSubKeys=[];for(n=0;n<16;n++)d[n]=i[15-n]},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._subKeys)},decryptBlock:function(e,t){this._doCryptBlock(e,t,this._invSubKeys)},_doCryptBlock:function(e,t,n){this._lBlock=e[t],this._rBlock=e[t+1],f.call(this,4,252645135),f.call(this,16,65535),p.call(this,2,858993459),p.call(this,8,16711935),f.call(this,1,1431655765);for(var r=0;r<16;r++){for(var i=n[r],o=this._lBlock,a=this._rBlock,s=0,u=0;u<8;u++)s|=l[u][((a^i[u])&c[u])>>>0];this._lBlock=a,this._rBlock=o^s}var d=this._lBlock;this._lBlock=this._rBlock,this._rBlock=d,f.call(this,1,1431655765),p.call(this,8,16711935),p.call(this,2,858993459),f.call(this,16,65535),f.call(this,4,252645135),e[t]=this._lBlock,e[t+1]=this._rBlock},keySize:2,ivSize:2,blockSize:2});function f(e,t){var n=(this._lBlock>>>e^this._rBlock)&t;this._rBlock^=n,this._lBlock^=n<<e}function p(e,t){var n=(this._rBlock>>>e^this._lBlock)&t;this._lBlock^=n,this._rBlock^=n<<e}e.DES=i._createHelper(d);var h=o.TripleDES=i.extend({_doReset:function(){var e=this._key.words;if(2!==e.length&&4!==e.length&&e.length<6)throw new Error("Invalid key length - 3DES requires the key length to be 64, 128, 192 or >192.");var t=e.slice(0,2),n=e.length<4?e.slice(0,2):e.slice(2,4),i=e.length<6?e.slice(0,2):e.slice(4,6);this._des1=d.createEncryptor(r.create(t)),this._des2=d.createEncryptor(r.create(n)),this._des3=d.createEncryptor(r.create(i))},encryptBlock:function(e,t){this._des1.encryptBlock(e,t),this._des2.decryptBlock(e,t),this._des3.encryptBlock(e,t)},decryptBlock:function(e,t){this._des3.decryptBlock(e,t),this._des2.encryptBlock(e,t),this._des1.decryptBlock(e,t)},keySize:6,ivSize:2,blockSize:2});e.TripleDES=i._createHelper(h)}(),t.TripleDES)}()},9749(e,t,n){!function(){var t;e.exports=(t=n(4488),function(e){var n=t,r=n.lib,i=r.Base,o=r.WordArray,a=n.x64={};a.Word=i.extend({init:function(e,t){this.high=e,this.low=t}}),a.WordArray=i.extend({init:function(t,n){t=this.words=t||[],this.sigBytes=n!=e?n:8*t.length},toX32:function(){for(var e=this.words,t=e.length,n=[],r=0;r<t;r++){var i=e[r];n.push(i.high),n.push(i.low)}return o.create(n,this.sigBytes)},clone:function(){for(var e=i.clone.call(this),t=e.words=this.words.slice(0),n=t.length,r=0;r<n;r++)t[r]=t[r].clone();return e}})}(),t)}()},5811(e,t,n){var r=n(347),i=n(1303).each;function o(e,t){this.query=e,this.isUnconditional=t,this.handlers=[],this.mql=window.matchMedia(e);var n=this;this.listener=function(e){n.mql=e.currentTarget||e,n.assess()},this.mql.addListener(this.listener)}o.prototype={constuctor:o,addHandler:function(e){var t=new r(e);this.handlers.push(t),this.matches()&&t.on()},removeHandler:function(e){var t=this.handlers;i(t,function(n,r){if(n.equals(e))return n.destroy(),!t.splice(r,1)})},matches:function(){return this.mql.matches||this.isUnconditional},clear:function(){i(this.handlers,function(e){e.destroy()}),this.mql.removeListener(this.listener),this.handlers.length=0},assess:function(){var e=this.matches()?"on":"off";i(this.handlers,function(t){t[e]()})}},e.exports=o},8537(e,t,n){var r=n(5811),i=n(1303),o=i.each,a=i.isFunction,s=i.isArray;function u(){if(!window.matchMedia)throw new Error("matchMedia not present, legacy browsers require a polyfill");this.queries={},this.browserIsIncapable=!window.matchMedia("only all").matches}u.prototype={constructor:u,register:function(e,t,n){var i=this.queries,u=n&&this.browserIsIncapable;return i[e]||(i[e]=new r(e,u)),a(t)&&(t={match:t}),s(t)||(t=[t]),o(t,function(t){a(t)&&(t={match:t}),i[e].addHandler(t)}),this},unregister:function(e,t){var n=this.queries[e];return n&&(t?n.removeHandler(t):(n.clear(),delete this.queries[e])),this}},e.exports=u},347(e){function t(e){this.options=e,!e.deferSetup&&this.setup()}t.prototype={constructor:t,setup:function(){this.options.setup&&this.options.setup(),this.initialised=!0},on:function(){!this.initialised&&this.setup(),this.options.match&&this.options.match()},off:function(){this.options.unmatch&&this.options.unmatch()},destroy:function(){this.options.destroy?this.options.destroy():this.off()},equals:function(e){return this.options===e||this.options.match===e}},e.exports=t},1303(e){e.exports={isFunction:function(e){return"function"===typeof e},isArray:function(e){return"[object Array]"===Object.prototype.toString.apply(e)},each:function(e,t){for(var n=0,r=e.length;n<r&&!1!==t(e[n],n);n++);}}},535(e,t,n){var r=n(8537);e.exports=new r},3240(e){"use strict";var t=Object.prototype.hasOwnProperty,n=Object.prototype.toString,r=Object.defineProperty,i=Object.getOwnPropertyDescriptor,o=function(e){return"function"===typeof Array.isArray?Array.isArray(e):"[object Array]"===n.call(e)},a=function(e){if(!e||"[object Object]"!==n.call(e))return!1;var r,i=t.call(e,"constructor"),o=e.constructor&&e.constructor.prototype&&t.call(e.constructor.prototype,"isPrototypeOf");if(e.constructor&&!i&&!o)return!1;for(r in e);return"undefined"===typeof r||t.call(e,r)},s=function(e,t){r&&"__proto__"===t.name?r(e,t.name,{enumerable:!0,configurable:!0,value:t.newValue,writable:!0}):e[t.name]=t.newValue},u=function(e,n){if("__proto__"===n){if(!t.call(e,n))return;if(i)return i(e,n).value}return e[n]};e.exports=function e(){var t,n,r,i,l,c,d=arguments[0],f=1,p=arguments.length,h=!1;for("boolean"===typeof d&&(h=d,d=arguments[1]||{},f=2),(null==d||"object"!==typeof d&&"function"!==typeof d)&&(d={});f<p;++f)if(null!=(t=arguments[f]))for(n in t)r=u(d,n),d!==(i=u(t,n))&&(h&&i&&(a(i)||(l=o(i)))?(l?(l=!1,c=r&&o(r)?r:[]):c=r&&a(r)?r:{},s(d,{name:n,newValue:e(h,c,i)})):"undefined"!==typeof i&&s(d,{name:n,newValue:i}));return d}},219(e,t,n){"use strict";var r=n(3763),i={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},a={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function u(e){return r.isMemo(e)?a:s[e.$$typeof]||i}s[r.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[r.Memo]=a;var l=Object.defineProperty,c=Object.getOwnPropertyNames,d=Object.getOwnPropertySymbols,f=Object.getOwnPropertyDescriptor,p=Object.getPrototypeOf,h=Object.prototype;e.exports=function e(t,n,r){if("string"!==typeof n){if(h){var i=p(n);i&&i!==h&&e(t,i,r)}var a=c(n);d&&(a=a.concat(d(n)));for(var s=u(t),m=u(n),g=0;g<a.length;++g){var D=a[g];if(!o[D]&&(!r||!r[D])&&(!m||!m[D])&&(!s||!s[D])){var y=f(n,D);try{l(t,D,y)}catch(v){}}}}return t}},4983(e,t){"use strict";var n="function"===typeof Symbol&&Symbol.for,r=n?Symbol.for("react.element"):60103,i=n?Symbol.for("react.portal"):60106,o=n?Symbol.for("react.fragment"):60107,a=n?Symbol.for("react.strict_mode"):60108,s=n?Symbol.for("react.profiler"):60114,u=n?Symbol.for("react.provider"):60109,l=n?Symbol.for("react.context"):60110,c=n?Symbol.for("react.async_mode"):60111,d=n?Symbol.for("react.concurrent_mode"):60111,f=n?Symbol.for("react.forward_ref"):60112,p=n?Symbol.for("react.suspense"):60113,h=n?Symbol.for("react.suspense_list"):60120,m=n?Symbol.for("react.memo"):60115,g=n?Symbol.for("react.lazy"):60116,D=n?Symbol.for("react.block"):60121,y=n?Symbol.for("react.fundamental"):60117,v=n?Symbol.for("react.responder"):60118,E=n?Symbol.for("react.scope"):60119;function A(e){if("object"===typeof e&&null!==e){var t=e.$$typeof;switch(t){case r:switch(e=e.type){case c:case d:case o:case s:case a:case p:return e;default:switch(e=e&&e.$$typeof){case l:case f:case g:case m:case u:return e;default:return t}}case i:return t}}}function b(e){return A(e)===d}t.AsyncMode=c,t.ConcurrentMode=d,t.ContextConsumer=l,t.ContextProvider=u,t.Element=r,t.ForwardRef=f,t.Fragment=o,t.Lazy=g,t.Memo=m,t.Portal=i,t.Profiler=s,t.StrictMode=a,t.Suspense=p,t.isAsyncMode=function(e){return b(e)||A(e)===c},t.isConcurrentMode=b,t.isContextConsumer=function(e){return A(e)===l},t.isContextProvider=function(e){return A(e)===u},t.isElement=function(e){return"object"===typeof e&&null!==e&&e.$$typeof===r},t.isForwardRef=function(e){return A(e)===f},t.isFragment=function(e){return A(e)===o},t.isLazy=function(e){return A(e)===g},t.isMemo=function(e){return A(e)===m},t.isPortal=function(e){return A(e)===i},t.isProfiler=function(e){return A(e)===s},t.isStrictMode=function(e){return A(e)===a},t.isSuspense=function(e){return A(e)===p},t.isValidElementType=function(e){return"string"===typeof e||"function"===typeof e||e===o||e===d||e===s||e===a||e===p||e===h||"object"===typeof e&&null!==e&&(e.$$typeof===g||e.$$typeof===m||e.$$typeof===u||e.$$typeof===l||e.$$typeof===f||e.$$typeof===y||e.$$typeof===v||e.$$typeof===E||e.$$typeof===D)},t.typeOf=A},3763(e,t,n){"use strict";e.exports=n(4983)},8106(e){"use strict";var t=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,n=/\n/g,r=/^\s*/,i=/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/,o=/^:\s*/,a=/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/,s=/^[;\s]*/,u=/^\s+|\s+$/g,l="";function c(e){return e?e.replace(u,l):l}e.exports=function(e,u){if("string"!==typeof e)throw new TypeError("First argument must be a string");if(!e)return[];u=u||{};var d=1,f=1;function p(e){var t=e.match(n);t&&(d+=t.length);var r=e.lastIndexOf("\n");f=~r?e.length-r:f+e.length}function h(){var e={line:d,column:f};return function(t){return t.position=new m(e),y(),t}}function m(e){this.start=e,this.end={line:d,column:f},this.source=u.source}function g(t){var n=new Error(u.source+":"+d+":"+f+": "+t);if(n.reason=t,n.filename=u.source,n.line=d,n.column=f,n.source=e,!u.silent)throw n}function D(t){var n=t.exec(e);if(n){var r=n[0];return p(r),e=e.slice(r.length),n}}function y(){D(r)}function v(e){var t;for(e=e||[];t=E();)!1!==t&&e.push(t);return e}function E(){var t=h();if("/"==e.charAt(0)&&"*"==e.charAt(1)){for(var n=2;l!=e.charAt(n)&&("*"!=e.charAt(n)||"/"!=e.charAt(n+1));)++n;if(n+=2,l===e.charAt(n-1))return g("End of comment missing");var r=e.slice(2,n-2);return f+=2,p(r),e=e.slice(n),f+=2,t({type:"comment",comment:r})}}function A(){var e=h(),n=D(i);if(n){if(E(),!D(o))return g("property missing ':'");var r=D(a),u=e({type:"declaration",property:c(n[0].replace(t,l)),value:r?c(r[0].replace(t,l)):l});return D(s),u}}return m.prototype.content=e,y(),function(){var e,t=[];for(v(t);e=A();)!1!==e&&(t.push(e),v(t));return t}()}},2740(e){"use strict";e.exports=function(e,t,n,r,i,o,a,s){if(!e){var u;if(void 0===t)u=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var l=[n,r,i,o,a,s],c=0;(u=new Error(t.replace(/%s/g,function(){return l[c++]}))).name="Invariant Violation"}throw u.framesToPop=1,u}}},1270(e,t,n){var r=n(7475),i=function(e){var t="",n=Object.keys(e);return n.forEach(function(i,o){var a=e[i];(function(e){return/[height|width]$/.test(e)})(i=r(i))&&"number"===typeof a&&(a+="px"),t+=!0===a?i:!1===a?"not "+i:"("+i+": "+a+")",o<n.length-1&&(t+=" and ")}),t};e.exports=function(e){var t="";return"string"===typeof e?e:e instanceof Array?(e.forEach(function(n,r){t+=i(n),r<e.length-1&&(t+=", ")}),t):i(e)}},446(e,t,n){var r=/^\s+|\s+$/g,i=/^[-+]0x[0-9a-f]+$/i,o=/^0b[01]+$/i,a=/^0o[0-7]+$/i,s=parseInt,u="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,l="object"==typeof self&&self&&self.Object===Object&&self,c=u||l||Function("return this")(),d=Object.prototype.toString,f=Math.max,p=Math.min,h=function(){return c.Date.now()};function m(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function g(e){if("number"==typeof e)return e;if(function(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&"[object Symbol]"==d.call(e)}(e))return NaN;if(m(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=m(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(r,"");var n=o.test(e);return n||a.test(e)?s(e.slice(2),n?2:8):i.test(e)?NaN:+e}e.exports=function(e,t,n){var r,i,o,a,s,u,l=0,c=!1,d=!1,D=!0;if("function"!=typeof e)throw new TypeError("Expected a function");function y(t){var n=r,o=i;return r=i=void 0,l=t,a=e.apply(o,n)}function v(e){var n=e-u;return void 0===u||n>=t||n<0||d&&e-l>=o}function E(){var e=h();if(v(e))return A(e);s=setTimeout(E,function(e){var n=t-(e-u);return d?p(n,o-(e-l)):n}(e))}function A(e){return s=void 0,D&&r?y(e):(r=i=void 0,a)}function b(){var e=h(),n=v(e);if(r=arguments,i=this,u=e,n){if(void 0===s)return function(e){return l=e,s=setTimeout(E,t),c?y(e):a}(u);if(d)return s=setTimeout(E,t),y(u)}return void 0===s&&(s=setTimeout(E,t)),a}return t=g(t)||0,m(n)&&(c=!!n.leading,o=(d="maxWait"in n)?f(g(n.maxWait)||0,t):o,D="trailing"in n?!!n.trailing:D),b.cancel=function(){void 0!==s&&clearTimeout(s),l=0,r=u=i=s=void 0},b.flush=function(){return void 0===s?a:A(h())},b}},9910(e){e.exports=function(e,t){for(var n,r=-1,i=e.length;++r<i;){var o=t(e[r]);void 0!==o&&(n=void 0===n?o:n+o)}return n}},3279(e){e.exports=function(e){return e}},3536(e,t,n){var r;e=n.nmd(e),function(){var i,o="Expected a function",a="__lodash_hash_undefined__",s="__lodash_placeholder__",u=16,l=32,c=64,d=128,f=256,p=1/0,h=9007199254740991,m=NaN,g=4294967295,D=[["ary",d],["bind",1],["bindKey",2],["curry",8],["curryRight",u],["flip",512],["partial",l],["partialRight",c],["rearg",f]],y="[object Arguments]",v="[object Array]",E="[object Boolean]",A="[object Date]",b="[object Error]",_="[object Function]",C="[object GeneratorFunction]",T="[object Map]",k="[object Number]",F="[object Object]",S="[object Promise]",w="[object RegExp]",x="[object Set]",O="[object String]",N="[object Symbol]",B="[object WeakMap]",I="[object ArrayBuffer]",P="[object DataView]",R="[object Float32Array]",L="[object Float64Array]",M="[object Int8Array]",j="[object Int16Array]",z="[object Int32Array]",U="[object Uint8Array]",H="[object Uint8ClampedArray]",V="[object Uint16Array]",G="[object Uint32Array]",W=/\b__p \+= '';/g,Y=/\b(__p \+=) '' \+/g,q=/(__e\(.*?\)|\b__t\)) \+\n'';/g,Q=/&(?:amp|lt|gt|quot|#39);/g,K=/[&<>"']/g,X=RegExp(Q.source),J=RegExp(K.source),Z=/<%-([\s\S]+?)%>/g,$=/<%([\s\S]+?)%>/g,ee=/<%=([\s\S]+?)%>/g,te=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,ne=/^\w*$/,re=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,ie=/[\\^$.*+?()[\]{}|]/g,oe=RegExp(ie.source),ae=/^\s+/,se=/\s/,ue=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,le=/\{\n\/\* \[wrapped with (.+)\] \*/,ce=/,? & /,de=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,fe=/[()=,{}\[\]\/\s]/,pe=/\\(\\)?/g,he=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,me=/\w*$/,ge=/^[-+]0x[0-9a-f]+$/i,De=/^0b[01]+$/i,ye=/^\[object .+?Constructor\]$/,ve=/^0o[0-7]+$/i,Ee=/^(?:0|[1-9]\d*)$/,Ae=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,be=/($^)/,_e=/['\n\r\u2028\u2029\\]/g,Ce="\\ud800-\\udfff",Te="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",ke="\\u2700-\\u27bf",Fe="a-z\\xdf-\\xf6\\xf8-\\xff",Se="A-Z\\xc0-\\xd6\\xd8-\\xde",we="\\ufe0e\\ufe0f",xe="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",Oe="['\u2019]",Ne="["+Ce+"]",Be="["+xe+"]",Ie="["+Te+"]",Pe="\\d+",Re="["+ke+"]",Le="["+Fe+"]",Me="[^"+Ce+xe+Pe+ke+Fe+Se+"]",je="\\ud83c[\\udffb-\\udfff]",ze="[^"+Ce+"]",Ue="(?:\\ud83c[\\udde6-\\uddff]){2}",He="[\\ud800-\\udbff][\\udc00-\\udfff]",Ve="["+Se+"]",Ge="\\u200d",We="(?:"+Le+"|"+Me+")",Ye="(?:"+Ve+"|"+Me+")",qe="(?:['\u2019](?:d|ll|m|re|s|t|ve))?",Qe="(?:['\u2019](?:D|LL|M|RE|S|T|VE))?",Ke="(?:"+Ie+"|"+je+")"+"?",Xe="["+we+"]?",Je=Xe+Ke+("(?:"+Ge+"(?:"+[ze,Ue,He].join("|")+")"+Xe+Ke+")*"),Ze="(?:"+[Re,Ue,He].join("|")+")"+Je,$e="(?:"+[ze+Ie+"?",Ie,Ue,He,Ne].join("|")+")",et=RegExp(Oe,"g"),tt=RegExp(Ie,"g"),nt=RegExp(je+"(?="+je+")|"+$e+Je,"g"),rt=RegExp([Ve+"?"+Le+"+"+qe+"(?="+[Be,Ve,"$"].join("|")+")",Ye+"+"+Qe+"(?="+[Be,Ve+We,"$"].join("|")+")",Ve+"?"+We+"+"+qe,Ve+"+"+Qe,"\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Pe,Ze].join("|"),"g"),it=RegExp("["+Ge+Ce+Te+we+"]"),ot=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,at=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],st=-1,ut={};ut[R]=ut[L]=ut[M]=ut[j]=ut[z]=ut[U]=ut[H]=ut[V]=ut[G]=!0,ut[y]=ut[v]=ut[I]=ut[E]=ut[P]=ut[A]=ut[b]=ut[_]=ut[T]=ut[k]=ut[F]=ut[w]=ut[x]=ut[O]=ut[B]=!1;var lt={};lt[y]=lt[v]=lt[I]=lt[P]=lt[E]=lt[A]=lt[R]=lt[L]=lt[M]=lt[j]=lt[z]=lt[T]=lt[k]=lt[F]=lt[w]=lt[x]=lt[O]=lt[N]=lt[U]=lt[H]=lt[V]=lt[G]=!0,lt[b]=lt[_]=lt[B]=!1;var ct={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},dt=parseFloat,ft=parseInt,pt="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,ht="object"==typeof self&&self&&self.Object===Object&&self,mt=pt||ht||Function("return this")(),gt=t&&!t.nodeType&&t,Dt=gt&&e&&!e.nodeType&&e,yt=Dt&&Dt.exports===gt,vt=yt&&pt.process,Et=function(){try{var e=Dt&&Dt.require&&Dt.require("util").types;return e||vt&&vt.binding&&vt.binding("util")}catch(t){}}(),At=Et&&Et.isArrayBuffer,bt=Et&&Et.isDate,_t=Et&&Et.isMap,Ct=Et&&Et.isRegExp,Tt=Et&&Et.isSet,kt=Et&&Et.isTypedArray;function Ft(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}function St(e,t,n,r){for(var i=-1,o=null==e?0:e.length;++i<o;){var a=e[i];t(r,a,n(a),e)}return r}function wt(e,t){for(var n=-1,r=null==e?0:e.length;++n<r&&!1!==t(e[n],n,e););return e}function xt(e,t){for(var n=null==e?0:e.length;n--&&!1!==t(e[n],n,e););return e}function Ot(e,t){for(var n=-1,r=null==e?0:e.length;++n<r;)if(!t(e[n],n,e))return!1;return!0}function Nt(e,t){for(var n=-1,r=null==e?0:e.length,i=0,o=[];++n<r;){var a=e[n];t(a,n,e)&&(o[i++]=a)}return o}function Bt(e,t){return!!(null==e?0:e.length)&&Vt(e,t,0)>-1}function It(e,t,n){for(var r=-1,i=null==e?0:e.length;++r<i;)if(n(t,e[r]))return!0;return!1}function Pt(e,t){for(var n=-1,r=null==e?0:e.length,i=Array(r);++n<r;)i[n]=t(e[n],n,e);return i}function Rt(e,t){for(var n=-1,r=t.length,i=e.length;++n<r;)e[i+n]=t[n];return e}function Lt(e,t,n,r){var i=-1,o=null==e?0:e.length;for(r&&o&&(n=e[++i]);++i<o;)n=t(n,e[i],i,e);return n}function Mt(e,t,n,r){var i=null==e?0:e.length;for(r&&i&&(n=e[--i]);i--;)n=t(n,e[i],i,e);return n}function jt(e,t){for(var n=-1,r=null==e?0:e.length;++n<r;)if(t(e[n],n,e))return!0;return!1}var zt=qt("length");function Ut(e,t,n){var r;return n(e,function(e,n,i){if(t(e,n,i))return r=n,!1}),r}function Ht(e,t,n,r){for(var i=e.length,o=n+(r?1:-1);r?o--:++o<i;)if(t(e[o],o,e))return o;return-1}function Vt(e,t,n){return t===t?function(e,t,n){var r=n-1,i=e.length;for(;++r<i;)if(e[r]===t)return r;return-1}(e,t,n):Ht(e,Wt,n)}function Gt(e,t,n,r){for(var i=n-1,o=e.length;++i<o;)if(r(e[i],t))return i;return-1}function Wt(e){return e!==e}function Yt(e,t){var n=null==e?0:e.length;return n?Xt(e,t)/n:m}function qt(e){return function(t){return null==t?i:t[e]}}function Qt(e){return function(t){return null==e?i:e[t]}}function Kt(e,t,n,r,i){return i(e,function(e,i,o){n=r?(r=!1,e):t(n,e,i,o)}),n}function Xt(e,t){for(var n,r=-1,o=e.length;++r<o;){var a=t(e[r]);a!==i&&(n=n===i?a:n+a)}return n}function Jt(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}function Zt(e){return e?e.slice(0,gn(e)+1).replace(ae,""):e}function $t(e){return function(t){return e(t)}}function en(e,t){return Pt(t,function(t){return e[t]})}function tn(e,t){return e.has(t)}function nn(e,t){for(var n=-1,r=e.length;++n<r&&Vt(t,e[n],0)>-1;);return n}function rn(e,t){for(var n=e.length;n--&&Vt(t,e[n],0)>-1;);return n}var on=Qt({"\xc0":"A","\xc1":"A","\xc2":"A","\xc3":"A","\xc4":"A","\xc5":"A","\xe0":"a","\xe1":"a","\xe2":"a","\xe3":"a","\xe4":"a","\xe5":"a","\xc7":"C","\xe7":"c","\xd0":"D","\xf0":"d","\xc8":"E","\xc9":"E","\xca":"E","\xcb":"E","\xe8":"e","\xe9":"e","\xea":"e","\xeb":"e","\xcc":"I","\xcd":"I","\xce":"I","\xcf":"I","\xec":"i","\xed":"i","\xee":"i","\xef":"i","\xd1":"N","\xf1":"n","\xd2":"O","\xd3":"O","\xd4":"O","\xd5":"O","\xd6":"O","\xd8":"O","\xf2":"o","\xf3":"o","\xf4":"o","\xf5":"o","\xf6":"o","\xf8":"o","\xd9":"U","\xda":"U","\xdb":"U","\xdc":"U","\xf9":"u","\xfa":"u","\xfb":"u","\xfc":"u","\xdd":"Y","\xfd":"y","\xff":"y","\xc6":"Ae","\xe6":"ae","\xde":"Th","\xfe":"th","\xdf":"ss","\u0100":"A","\u0102":"A","\u0104":"A","\u0101":"a","\u0103":"a","\u0105":"a","\u0106":"C","\u0108":"C","\u010a":"C","\u010c":"C","\u0107":"c","\u0109":"c","\u010b":"c","\u010d":"c","\u010e":"D","\u0110":"D","\u010f":"d","\u0111":"d","\u0112":"E","\u0114":"E","\u0116":"E","\u0118":"E","\u011a":"E","\u0113":"e","\u0115":"e","\u0117":"e","\u0119":"e","\u011b":"e","\u011c":"G","\u011e":"G","\u0120":"G","\u0122":"G","\u011d":"g","\u011f":"g","\u0121":"g","\u0123":"g","\u0124":"H","\u0126":"H","\u0125":"h","\u0127":"h","\u0128":"I","\u012a":"I","\u012c":"I","\u012e":"I","\u0130":"I","\u0129":"i","\u012b":"i","\u012d":"i","\u012f":"i","\u0131":"i","\u0134":"J","\u0135":"j","\u0136":"K","\u0137":"k","\u0138":"k","\u0139":"L","\u013b":"L","\u013d":"L","\u013f":"L","\u0141":"L","\u013a":"l","\u013c":"l","\u013e":"l","\u0140":"l","\u0142":"l","\u0143":"N","\u0145":"N","\u0147":"N","\u014a":"N","\u0144":"n","\u0146":"n","\u0148":"n","\u014b":"n","\u014c":"O","\u014e":"O","\u0150":"O","\u014d":"o","\u014f":"o","\u0151":"o","\u0154":"R","\u0156":"R","\u0158":"R","\u0155":"r","\u0157":"r","\u0159":"r","\u015a":"S","\u015c":"S","\u015e":"S","\u0160":"S","\u015b":"s","\u015d":"s","\u015f":"s","\u0161":"s","\u0162":"T","\u0164":"T","\u0166":"T","\u0163":"t","\u0165":"t","\u0167":"t","\u0168":"U","\u016a":"U","\u016c":"U","\u016e":"U","\u0170":"U","\u0172":"U","\u0169":"u","\u016b":"u","\u016d":"u","\u016f":"u","\u0171":"u","\u0173":"u","\u0174":"W","\u0175":"w","\u0176":"Y","\u0177":"y","\u0178":"Y","\u0179":"Z","\u017b":"Z","\u017d":"Z","\u017a":"z","\u017c":"z","\u017e":"z","\u0132":"IJ","\u0133":"ij","\u0152":"Oe","\u0153":"oe","\u0149":"'n","\u017f":"s"}),an=Qt({"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"});function sn(e){return"\\"+ct[e]}function un(e){return it.test(e)}function ln(e){var t=-1,n=Array(e.size);return e.forEach(function(e,r){n[++t]=[r,e]}),n}function cn(e,t){return function(n){return e(t(n))}}function dn(e,t){for(var n=-1,r=e.length,i=0,o=[];++n<r;){var a=e[n];a!==t&&a!==s||(e[n]=s,o[i++]=n)}return o}function fn(e){var t=-1,n=Array(e.size);return e.forEach(function(e){n[++t]=e}),n}function pn(e){var t=-1,n=Array(e.size);return e.forEach(function(e){n[++t]=[e,e]}),n}function hn(e){return un(e)?function(e){var t=nt.lastIndex=0;for(;nt.test(e);)++t;return t}(e):zt(e)}function mn(e){return un(e)?function(e){return e.match(nt)||[]}(e):function(e){return e.split("")}(e)}function gn(e){for(var t=e.length;t--&&se.test(e.charAt(t)););return t}var Dn=Qt({"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"});var yn=function e(t){var n=(t=null==t?mt:yn.defaults(mt.Object(),t,yn.pick(mt,at))).Array,r=t.Date,se=t.Error,Ce=t.Function,Te=t.Math,ke=t.Object,Fe=t.RegExp,Se=t.String,we=t.TypeError,xe=n.prototype,Oe=Ce.prototype,Ne=ke.prototype,Be=t["__core-js_shared__"],Ie=Oe.toString,Pe=Ne.hasOwnProperty,Re=0,Le=function(){var e=/[^.]+$/.exec(Be&&Be.keys&&Be.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}(),Me=Ne.toString,je=Ie.call(ke),ze=mt._,Ue=Fe("^"+Ie.call(Pe).replace(ie,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),He=yt?t.Buffer:i,Ve=t.Symbol,Ge=t.Uint8Array,We=He?He.allocUnsafe:i,Ye=cn(ke.getPrototypeOf,ke),qe=ke.create,Qe=Ne.propertyIsEnumerable,Ke=xe.splice,Xe=Ve?Ve.isConcatSpreadable:i,Je=Ve?Ve.iterator:i,Ze=Ve?Ve.toStringTag:i,$e=function(){try{var e=fo(ke,"defineProperty");return e({},"",{}),e}catch(t){}}(),nt=t.clearTimeout!==mt.clearTimeout&&t.clearTimeout,it=r&&r.now!==mt.Date.now&&r.now,ct=t.setTimeout!==mt.setTimeout&&t.setTimeout,pt=Te.ceil,ht=Te.floor,gt=ke.getOwnPropertySymbols,Dt=He?He.isBuffer:i,vt=t.isFinite,Et=xe.join,zt=cn(ke.keys,ke),Qt=Te.max,vn=Te.min,En=r.now,An=t.parseInt,bn=Te.random,_n=xe.reverse,Cn=fo(t,"DataView"),Tn=fo(t,"Map"),kn=fo(t,"Promise"),Fn=fo(t,"Set"),Sn=fo(t,"WeakMap"),wn=fo(ke,"create"),xn=Sn&&new Sn,On={},Nn=Mo(Cn),Bn=Mo(Tn),In=Mo(kn),Pn=Mo(Fn),Rn=Mo(Sn),Ln=Ve?Ve.prototype:i,Mn=Ln?Ln.valueOf:i,jn=Ln?Ln.toString:i;function zn(e){if(ts(e)&&!Ga(e)&&!(e instanceof Gn)){if(e instanceof Vn)return e;if(Pe.call(e,"__wrapped__"))return jo(e)}return new Vn(e)}var Un=function(){function e(){}return function(t){if(!es(t))return{};if(qe)return qe(t);e.prototype=t;var n=new e;return e.prototype=i,n}}();function Hn(){}function Vn(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=i}function Gn(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=g,this.__views__=[]}function Wn(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function Yn(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function qn(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function Qn(e){var t=-1,n=null==e?0:e.length;for(this.__data__=new qn;++t<n;)this.add(e[t])}function Kn(e){var t=this.__data__=new Yn(e);this.size=t.size}function Xn(e,t){var n=Ga(e),r=!n&&Va(e),i=!n&&!r&&Qa(e),o=!n&&!r&&!i&&ls(e),a=n||r||i||o,s=a?Jt(e.length,Se):[],u=s.length;for(var l in e)!t&&!Pe.call(e,l)||a&&("length"==l||i&&("offset"==l||"parent"==l)||o&&("buffer"==l||"byteLength"==l||"byteOffset"==l)||vo(l,u))||s.push(l);return s}function Jn(e){var t=e.length;return t?e[Qr(0,t-1)]:i}function Zn(e,t){return Po(wi(e),sr(t,0,e.length))}function $n(e){return Po(wi(e))}function er(e,t,n){(n!==i&&!za(e[t],n)||n===i&&!(t in e))&&or(e,t,n)}function tr(e,t,n){var r=e[t];Pe.call(e,t)&&za(r,n)&&(n!==i||t in e)||or(e,t,n)}function nr(e,t){for(var n=e.length;n--;)if(za(e[n][0],t))return n;return-1}function rr(e,t,n,r){return fr(e,function(e,i,o){t(r,e,n(e),o)}),r}function ir(e,t){return e&&xi(t,Os(t),e)}function or(e,t,n){"__proto__"==t&&$e?$e(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}function ar(e,t){for(var r=-1,o=t.length,a=n(o),s=null==e;++r<o;)a[r]=s?i:ks(e,t[r]);return a}function sr(e,t,n){return e===e&&(n!==i&&(e=e<=n?e:n),t!==i&&(e=e>=t?e:t)),e}function ur(e,t,n,r,o,a){var s,u=1&t,l=2&t,c=4&t;if(n&&(s=o?n(e,r,o,a):n(e)),s!==i)return s;if(!es(e))return e;var d=Ga(e);if(d){if(s=function(e){var t=e.length,n=new e.constructor(t);t&&"string"==typeof e[0]&&Pe.call(e,"index")&&(n.index=e.index,n.input=e.input);return n}(e),!u)return wi(e,s)}else{var f=mo(e),p=f==_||f==C;if(Qa(e))return _i(e,u);if(f==F||f==y||p&&!o){if(s=l||p?{}:Do(e),!u)return l?function(e,t){return xi(e,ho(e),t)}(e,function(e,t){return e&&xi(t,Ns(t),e)}(s,e)):function(e,t){return xi(e,po(e),t)}(e,ir(s,e))}else{if(!lt[f])return o?e:{};s=function(e,t,n){var r=e.constructor;switch(t){case I:return Ci(e);case E:case A:return new r(+e);case P:return function(e,t){var n=t?Ci(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}(e,n);case R:case L:case M:case j:case z:case U:case H:case V:case G:return Ti(e,n);case T:return new r;case k:case O:return new r(e);case w:return function(e){var t=new e.constructor(e.source,me.exec(e));return t.lastIndex=e.lastIndex,t}(e);case x:return new r;case N:return i=e,Mn?ke(Mn.call(i)):{}}var i}(e,f,u)}}a||(a=new Kn);var h=a.get(e);if(h)return h;a.set(e,s),as(e)?e.forEach(function(r){s.add(ur(r,t,n,r,e,a))}):ns(e)&&e.forEach(function(r,i){s.set(i,ur(r,t,n,i,e,a))});var m=d?i:(c?l?io:ro:l?Ns:Os)(e);return wt(m||e,function(r,i){m&&(r=e[i=r]),tr(s,i,ur(r,t,n,i,e,a))}),s}function lr(e,t,n){var r=n.length;if(null==e)return!r;for(e=ke(e);r--;){var o=n[r],a=t[o],s=e[o];if(s===i&&!(o in e)||!a(s))return!1}return!0}function cr(e,t,n){if("function"!=typeof e)throw new we(o);return Oo(function(){e.apply(i,n)},t)}function dr(e,t,n,r){var i=-1,o=Bt,a=!0,s=e.length,u=[],l=t.length;if(!s)return u;n&&(t=Pt(t,$t(n))),r?(o=It,a=!1):t.length>=200&&(o=tn,a=!1,t=new Qn(t));e:for(;++i<s;){var c=e[i],d=null==n?c:n(c);if(c=r||0!==c?c:0,a&&d===d){for(var f=l;f--;)if(t[f]===d)continue e;u.push(c)}else o(t,d,r)||u.push(c)}return u}zn.templateSettings={escape:Z,evaluate:$,interpolate:ee,variable:"",imports:{_:zn}},zn.prototype=Hn.prototype,zn.prototype.constructor=zn,Vn.prototype=Un(Hn.prototype),Vn.prototype.constructor=Vn,Gn.prototype=Un(Hn.prototype),Gn.prototype.constructor=Gn,Wn.prototype.clear=function(){this.__data__=wn?wn(null):{},this.size=0},Wn.prototype.delete=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},Wn.prototype.get=function(e){var t=this.__data__;if(wn){var n=t[e];return n===a?i:n}return Pe.call(t,e)?t[e]:i},Wn.prototype.has=function(e){var t=this.__data__;return wn?t[e]!==i:Pe.call(t,e)},Wn.prototype.set=function(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=wn&&t===i?a:t,this},Yn.prototype.clear=function(){this.__data__=[],this.size=0},Yn.prototype.delete=function(e){var t=this.__data__,n=nr(t,e);return!(n<0)&&(n==t.length-1?t.pop():Ke.call(t,n,1),--this.size,!0)},Yn.prototype.get=function(e){var t=this.__data__,n=nr(t,e);return n<0?i:t[n][1]},Yn.prototype.has=function(e){return nr(this.__data__,e)>-1},Yn.prototype.set=function(e,t){var n=this.__data__,r=nr(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this},qn.prototype.clear=function(){this.size=0,this.__data__={hash:new Wn,map:new(Tn||Yn),string:new Wn}},qn.prototype.delete=function(e){var t=lo(this,e).delete(e);return this.size-=t?1:0,t},qn.prototype.get=function(e){return lo(this,e).get(e)},qn.prototype.has=function(e){return lo(this,e).has(e)},qn.prototype.set=function(e,t){var n=lo(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this},Qn.prototype.add=Qn.prototype.push=function(e){return this.__data__.set(e,a),this},Qn.prototype.has=function(e){return this.__data__.has(e)},Kn.prototype.clear=function(){this.__data__=new Yn,this.size=0},Kn.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},Kn.prototype.get=function(e){return this.__data__.get(e)},Kn.prototype.has=function(e){return this.__data__.has(e)},Kn.prototype.set=function(e,t){var n=this.__data__;if(n instanceof Yn){var r=n.__data__;if(!Tn||r.length<199)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new qn(r)}return n.set(e,t),this.size=n.size,this};var fr=Bi(Er),pr=Bi(Ar,!0);function hr(e,t){var n=!0;return fr(e,function(e,r,i){return n=!!t(e,r,i)}),n}function mr(e,t,n){for(var r=-1,o=e.length;++r<o;){var a=e[r],s=t(a);if(null!=s&&(u===i?s===s&&!us(s):n(s,u)))var u=s,l=a}return l}function gr(e,t){var n=[];return fr(e,function(e,r,i){t(e,r,i)&&n.push(e)}),n}function Dr(e,t,n,r,i){var o=-1,a=e.length;for(n||(n=yo),i||(i=[]);++o<a;){var s=e[o];t>0&&n(s)?t>1?Dr(s,t-1,n,r,i):Rt(i,s):r||(i[i.length]=s)}return i}var yr=Ii(),vr=Ii(!0);function Er(e,t){return e&&yr(e,t,Os)}function Ar(e,t){return e&&vr(e,t,Os)}function br(e,t){return Nt(t,function(t){return Ja(e[t])})}function _r(e,t){for(var n=0,r=(t=vi(t,e)).length;null!=e&&n<r;)e=e[Lo(t[n++])];return n&&n==r?e:i}function Cr(e,t,n){var r=t(e);return Ga(e)?r:Rt(r,n(e))}function Tr(e){return null==e?e===i?"[object Undefined]":"[object Null]":Ze&&Ze in ke(e)?function(e){var t=Pe.call(e,Ze),n=e[Ze];try{e[Ze]=i;var r=!0}catch(a){}var o=Me.call(e);r&&(t?e[Ze]=n:delete e[Ze]);return o}(e):function(e){return Me.call(e)}(e)}function kr(e,t){return e>t}function Fr(e,t){return null!=e&&Pe.call(e,t)}function Sr(e,t){return null!=e&&t in ke(e)}function wr(e,t,r){for(var o=r?It:Bt,a=e[0].length,s=e.length,u=s,l=n(s),c=1/0,d=[];u--;){var f=e[u];u&&t&&(f=Pt(f,$t(t))),c=vn(f.length,c),l[u]=!r&&(t||a>=120&&f.length>=120)?new Qn(u&&f):i}f=e[0];var p=-1,h=l[0];e:for(;++p<a&&d.length<c;){var m=f[p],g=t?t(m):m;if(m=r||0!==m?m:0,!(h?tn(h,g):o(d,g,r))){for(u=s;--u;){var D=l[u];if(!(D?tn(D,g):o(e[u],g,r)))continue e}h&&h.push(g),d.push(m)}}return d}function xr(e,t,n){var r=null==(e=So(e,t=vi(t,e)))?e:e[Lo(Xo(t))];return null==r?i:Ft(r,e,n)}function Or(e){return ts(e)&&Tr(e)==y}function Nr(e,t,n,r,o){return e===t||(null==e||null==t||!ts(e)&&!ts(t)?e!==e&&t!==t:function(e,t,n,r,o,a){var s=Ga(e),u=Ga(t),l=s?v:mo(e),c=u?v:mo(t),d=(l=l==y?F:l)==F,f=(c=c==y?F:c)==F,p=l==c;if(p&&Qa(e)){if(!Qa(t))return!1;s=!0,d=!1}if(p&&!d)return a||(a=new Kn),s||ls(e)?to(e,t,n,r,o,a):function(e,t,n,r,i,o,a){switch(n){case P:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case I:return!(e.byteLength!=t.byteLength||!o(new Ge(e),new Ge(t)));case E:case A:case k:return za(+e,+t);case b:return e.name==t.name&&e.message==t.message;case w:case O:return e==t+"";case T:var s=ln;case x:var u=1&r;if(s||(s=fn),e.size!=t.size&&!u)return!1;var l=a.get(e);if(l)return l==t;r|=2,a.set(e,t);var c=to(s(e),s(t),r,i,o,a);return a.delete(e),c;case N:if(Mn)return Mn.call(e)==Mn.call(t)}return!1}(e,t,l,n,r,o,a);if(!(1&n)){var h=d&&Pe.call(e,"__wrapped__"),m=f&&Pe.call(t,"__wrapped__");if(h||m){var g=h?e.value():e,D=m?t.value():t;return a||(a=new Kn),o(g,D,n,r,a)}}if(!p)return!1;return a||(a=new Kn),function(e,t,n,r,o,a){var s=1&n,u=ro(e),l=u.length,c=ro(t),d=c.length;if(l!=d&&!s)return!1;var f=l;for(;f--;){var p=u[f];if(!(s?p in t:Pe.call(t,p)))return!1}var h=a.get(e),m=a.get(t);if(h&&m)return h==t&&m==e;var g=!0;a.set(e,t),a.set(t,e);var D=s;for(;++f<l;){var y=e[p=u[f]],v=t[p];if(r)var E=s?r(v,y,p,t,e,a):r(y,v,p,e,t,a);if(!(E===i?y===v||o(y,v,n,r,a):E)){g=!1;break}D||(D="constructor"==p)}if(g&&!D){var A=e.constructor,b=t.constructor;A==b||!("constructor"in e)||!("constructor"in t)||"function"==typeof A&&A instanceof A&&"function"==typeof b&&b instanceof b||(g=!1)}return a.delete(e),a.delete(t),g}(e,t,n,r,o,a)}(e,t,n,r,Nr,o))}function Br(e,t,n,r){var o=n.length,a=o,s=!r;if(null==e)return!a;for(e=ke(e);o--;){var u=n[o];if(s&&u[2]?u[1]!==e[u[0]]:!(u[0]in e))return!1}for(;++o<a;){var l=(u=n[o])[0],c=e[l],d=u[1];if(s&&u[2]){if(c===i&&!(l in e))return!1}else{var f=new Kn;if(r)var p=r(c,d,l,e,t,f);if(!(p===i?Nr(d,c,3,r,f):p))return!1}}return!0}function Ir(e){return!(!es(e)||(t=e,Le&&Le in t))&&(Ja(e)?Ue:ye).test(Mo(e));var t}function Pr(e){return"function"==typeof e?e:null==e?ru:"object"==typeof e?Ga(e)?Ur(e[0],e[1]):zr(e):fu(e)}function Rr(e){if(!Co(e))return zt(e);var t=[];for(var n in ke(e))Pe.call(e,n)&&"constructor"!=n&&t.push(n);return t}function Lr(e){if(!es(e))return function(e){var t=[];if(null!=e)for(var n in ke(e))t.push(n);return t}(e);var t=Co(e),n=[];for(var r in e)("constructor"!=r||!t&&Pe.call(e,r))&&n.push(r);return n}function Mr(e,t){return e<t}function jr(e,t){var r=-1,i=Ya(e)?n(e.length):[];return fr(e,function(e,n,o){i[++r]=t(e,n,o)}),i}function zr(e){var t=co(e);return 1==t.length&&t[0][2]?ko(t[0][0],t[0][1]):function(n){return n===e||Br(n,e,t)}}function Ur(e,t){return Ao(e)&&To(t)?ko(Lo(e),t):function(n){var r=ks(n,e);return r===i&&r===t?Fs(n,e):Nr(t,r,3)}}function Hr(e,t,n,r,o){e!==t&&yr(t,function(a,s){if(o||(o=new Kn),es(a))!function(e,t,n,r,o,a,s){var u=wo(e,n),l=wo(t,n),c=s.get(l);if(c)return void er(e,n,c);var d=a?a(u,l,n+"",e,t,s):i,f=d===i;if(f){var p=Ga(l),h=!p&&Qa(l),m=!p&&!h&&ls(l);d=l,p||h||m?Ga(u)?d=u:qa(u)?d=wi(u):h?(f=!1,d=_i(l,!0)):m?(f=!1,d=Ti(l,!0)):d=[]:is(l)||Va(l)?(d=u,Va(u)?d=Ds(u):es(u)&&!Ja(u)||(d=Do(l))):f=!1}f&&(s.set(l,d),o(d,l,r,a,s),s.delete(l));er(e,n,d)}(e,t,s,n,Hr,r,o);else{var u=r?r(wo(e,s),a,s+"",e,t,o):i;u===i&&(u=a),er(e,s,u)}},Ns)}function Vr(e,t){var n=e.length;if(n)return vo(t+=t<0?n:0,n)?e[t]:i}function Gr(e,t,n){t=t.length?Pt(t,function(e){return Ga(e)?function(t){return _r(t,1===e.length?e[0]:e)}:e}):[ru];var r=-1;t=Pt(t,$t(uo()));var i=jr(e,function(e,n,i){var o=Pt(t,function(t){return t(e)});return{criteria:o,index:++r,value:e}});return function(e,t){var n=e.length;for(e.sort(t);n--;)e[n]=e[n].value;return e}(i,function(e,t){return function(e,t,n){var r=-1,i=e.criteria,o=t.criteria,a=i.length,s=n.length;for(;++r<a;){var u=ki(i[r],o[r]);if(u)return r>=s?u:u*("desc"==n[r]?-1:1)}return e.index-t.index}(e,t,n)})}function Wr(e,t,n){for(var r=-1,i=t.length,o={};++r<i;){var a=t[r],s=_r(e,a);n(s,a)&&$r(o,vi(a,e),s)}return o}function Yr(e,t,n,r){var i=r?Gt:Vt,o=-1,a=t.length,s=e;for(e===t&&(t=wi(t)),n&&(s=Pt(e,$t(n)));++o<a;)for(var u=0,l=t[o],c=n?n(l):l;(u=i(s,c,u,r))>-1;)s!==e&&Ke.call(s,u,1),Ke.call(e,u,1);return e}function qr(e,t){for(var n=e?t.length:0,r=n-1;n--;){var i=t[n];if(n==r||i!==o){var o=i;vo(i)?Ke.call(e,i,1):di(e,i)}}return e}function Qr(e,t){return e+ht(bn()*(t-e+1))}function Kr(e,t){var n="";if(!e||t<1||t>h)return n;do{t%2&&(n+=e),(t=ht(t/2))&&(e+=e)}while(t);return n}function Xr(e,t){return No(Fo(e,t,ru),e+"")}function Jr(e){return Jn(zs(e))}function Zr(e,t){var n=zs(e);return Po(n,sr(t,0,n.length))}function $r(e,t,n,r){if(!es(e))return e;for(var o=-1,a=(t=vi(t,e)).length,s=a-1,u=e;null!=u&&++o<a;){var l=Lo(t[o]),c=n;if("__proto__"===l||"constructor"===l||"prototype"===l)return e;if(o!=s){var d=u[l];(c=r?r(d,l,u):i)===i&&(c=es(d)?d:vo(t[o+1])?[]:{})}tr(u,l,c),u=u[l]}return e}var ei=xn?function(e,t){return xn.set(e,t),e}:ru,ti=$e?function(e,t){return $e(e,"toString",{configurable:!0,enumerable:!1,value:eu(t),writable:!0})}:ru;function ni(e){return Po(zs(e))}function ri(e,t,r){var i=-1,o=e.length;t<0&&(t=-t>o?0:o+t),(r=r>o?o:r)<0&&(r+=o),o=t>r?0:r-t>>>0,t>>>=0;for(var a=n(o);++i<o;)a[i]=e[i+t];return a}function ii(e,t){var n;return fr(e,function(e,r,i){return!(n=t(e,r,i))}),!!n}function oi(e,t,n){var r=0,i=null==e?r:e.length;if("number"==typeof t&&t===t&&i<=2147483647){for(;r<i;){var o=r+i>>>1,a=e[o];null!==a&&!us(a)&&(n?a<=t:a<t)?r=o+1:i=o}return i}return ai(e,t,ru,n)}function ai(e,t,n,r){var o=0,a=null==e?0:e.length;if(0===a)return 0;for(var s=(t=n(t))!==t,u=null===t,l=us(t),c=t===i;o<a;){var d=ht((o+a)/2),f=n(e[d]),p=f!==i,h=null===f,m=f===f,g=us(f);if(s)var D=r||m;else D=c?m&&(r||p):u?m&&p&&(r||!h):l?m&&p&&!h&&(r||!g):!h&&!g&&(r?f<=t:f<t);D?o=d+1:a=d}return vn(a,4294967294)}function si(e,t){for(var n=-1,r=e.length,i=0,o=[];++n<r;){var a=e[n],s=t?t(a):a;if(!n||!za(s,u)){var u=s;o[i++]=0===a?0:a}}return o}function ui(e){return"number"==typeof e?e:us(e)?m:+e}function li(e){if("string"==typeof e)return e;if(Ga(e))return Pt(e,li)+"";if(us(e))return jn?jn.call(e):"";var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function ci(e,t,n){var r=-1,i=Bt,o=e.length,a=!0,s=[],u=s;if(n)a=!1,i=It;else if(o>=200){var l=t?null:Ki(e);if(l)return fn(l);a=!1,i=tn,u=new Qn}else u=t?[]:s;e:for(;++r<o;){var c=e[r],d=t?t(c):c;if(c=n||0!==c?c:0,a&&d===d){for(var f=u.length;f--;)if(u[f]===d)continue e;t&&u.push(d),s.push(c)}else i(u,d,n)||(u!==s&&u.push(d),s.push(c))}return s}function di(e,t){var n=-1,r=(t=vi(t,e)).length;if(!r)return!0;for(;++n<r;){var i=Lo(t[n]);if("__proto__"===i&&!Pe.call(e,"__proto__"))return!1;if(("constructor"===i||"prototype"===i)&&n<r-1)return!1}var o=So(e,t);return null==o||delete o[Lo(Xo(t))]}function fi(e,t,n,r){return $r(e,t,n(_r(e,t)),r)}function pi(e,t,n,r){for(var i=e.length,o=r?i:-1;(r?o--:++o<i)&&t(e[o],o,e););return n?ri(e,r?0:o,r?o+1:i):ri(e,r?o+1:0,r?i:o)}function hi(e,t){var n=e;return n instanceof Gn&&(n=n.value()),Lt(t,function(e,t){return t.func.apply(t.thisArg,Rt([e],t.args))},n)}function mi(e,t,r){var i=e.length;if(i<2)return i?ci(e[0]):[];for(var o=-1,a=n(i);++o<i;)for(var s=e[o],u=-1;++u<i;)u!=o&&(a[o]=dr(a[o]||s,e[u],t,r));return ci(Dr(a,1),t,r)}function gi(e,t,n){for(var r=-1,o=e.length,a=t.length,s={};++r<o;){var u=r<a?t[r]:i;n(s,e[r],u)}return s}function Di(e){return qa(e)?e:[]}function yi(e){return"function"==typeof e?e:ru}function vi(e,t){return Ga(e)?e:Ao(e,t)?[e]:Ro(ys(e))}var Ei=Xr;function Ai(e,t,n){var r=e.length;return n=n===i?r:n,!t&&n>=r?e:ri(e,t,n)}var bi=nt||function(e){return mt.clearTimeout(e)};function _i(e,t){if(t)return e.slice();var n=e.length,r=We?We(n):new e.constructor(n);return e.copy(r),r}function Ci(e){var t=new e.constructor(e.byteLength);return new Ge(t).set(new Ge(e)),t}function Ti(e,t){var n=t?Ci(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}function ki(e,t){if(e!==t){var n=e!==i,r=null===e,o=e===e,a=us(e),s=t!==i,u=null===t,l=t===t,c=us(t);if(!u&&!c&&!a&&e>t||a&&s&&l&&!u&&!c||r&&s&&l||!n&&l||!o)return 1;if(!r&&!a&&!c&&e<t||c&&n&&o&&!r&&!a||u&&n&&o||!s&&o||!l)return-1}return 0}function Fi(e,t,r,i){for(var o=-1,a=e.length,s=r.length,u=-1,l=t.length,c=Qt(a-s,0),d=n(l+c),f=!i;++u<l;)d[u]=t[u];for(;++o<s;)(f||o<a)&&(d[r[o]]=e[o]);for(;c--;)d[u++]=e[o++];return d}function Si(e,t,r,i){for(var o=-1,a=e.length,s=-1,u=r.length,l=-1,c=t.length,d=Qt(a-u,0),f=n(d+c),p=!i;++o<d;)f[o]=e[o];for(var h=o;++l<c;)f[h+l]=t[l];for(;++s<u;)(p||o<a)&&(f[h+r[s]]=e[o++]);return f}function wi(e,t){var r=-1,i=e.length;for(t||(t=n(i));++r<i;)t[r]=e[r];return t}function xi(e,t,n,r){var o=!n;n||(n={});for(var a=-1,s=t.length;++a<s;){var u=t[a],l=r?r(n[u],e[u],u,n,e):i;l===i&&(l=e[u]),o?or(n,u,l):tr(n,u,l)}return n}function Oi(e,t){return function(n,r){var i=Ga(n)?St:rr,o=t?t():{};return i(n,e,uo(r,2),o)}}function Ni(e){return Xr(function(t,n){var r=-1,o=n.length,a=o>1?n[o-1]:i,s=o>2?n[2]:i;for(a=e.length>3&&"function"==typeof a?(o--,a):i,s&&Eo(n[0],n[1],s)&&(a=o<3?i:a,o=1),t=ke(t);++r<o;){var u=n[r];u&&e(t,u,r,a)}return t})}function Bi(e,t){return function(n,r){if(null==n)return n;if(!Ya(n))return e(n,r);for(var i=n.length,o=t?i:-1,a=ke(n);(t?o--:++o<i)&&!1!==r(a[o],o,a););return n}}function Ii(e){return function(t,n,r){for(var i=-1,o=ke(t),a=r(t),s=a.length;s--;){var u=a[e?s:++i];if(!1===n(o[u],u,o))break}return t}}function Pi(e){return function(t){var n=un(t=ys(t))?mn(t):i,r=n?n[0]:t.charAt(0),o=n?Ai(n,1).join(""):t.slice(1);return r[e]()+o}}function Ri(e){return function(t){return Lt(Js(Vs(t).replace(et,"")),e,"")}}function Li(e){return function(){var t=arguments;switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3]);case 5:return new e(t[0],t[1],t[2],t[3],t[4]);case 6:return new e(t[0],t[1],t[2],t[3],t[4],t[5]);case 7:return new e(t[0],t[1],t[2],t[3],t[4],t[5],t[6])}var n=Un(e.prototype),r=e.apply(n,t);return es(r)?r:n}}function Mi(e){return function(t,n,r){var o=ke(t);if(!Ya(t)){var a=uo(n,3);t=Os(t),n=function(e){return a(o[e],e,o)}}var s=e(t,n,r);return s>-1?o[a?t[s]:s]:i}}function ji(e){return no(function(t){var n=t.length,r=n,a=Vn.prototype.thru;for(e&&t.reverse();r--;){var s=t[r];if("function"!=typeof s)throw new we(o);if(a&&!u&&"wrapper"==ao(s))var u=new Vn([],!0)}for(r=u?r:n;++r<n;){var l=ao(s=t[r]),c="wrapper"==l?oo(s):i;u=c&&bo(c[0])&&424==c[1]&&!c[4].length&&1==c[9]?u[ao(c[0])].apply(u,c[3]):1==s.length&&bo(s)?u[l]():u.thru(s)}return function(){var e=arguments,r=e[0];if(u&&1==e.length&&Ga(r))return u.plant(r).value();for(var i=0,o=n?t[i].apply(this,e):r;++i<n;)o=t[i].call(this,o);return o}})}function zi(e,t,r,o,a,s,u,l,c,f){var p=t&d,h=1&t,m=2&t,g=24&t,D=512&t,y=m?i:Li(e);return function d(){for(var v=arguments.length,E=n(v),A=v;A--;)E[A]=arguments[A];if(g)var b=so(d),_=function(e,t){for(var n=e.length,r=0;n--;)e[n]===t&&++r;return r}(E,b);if(o&&(E=Fi(E,o,a,g)),s&&(E=Si(E,s,u,g)),v-=_,g&&v<f){var C=dn(E,b);return qi(e,t,zi,d.placeholder,r,E,C,l,c,f-v)}var T=h?r:this,k=m?T[e]:e;return v=E.length,l?E=function(e,t){var n=e.length,r=vn(t.length,n),o=wi(e);for(;r--;){var a=t[r];e[r]=vo(a,n)?o[a]:i}return e}(E,l):D&&v>1&&E.reverse(),p&&c<v&&(E.length=c),this&&this!==mt&&this instanceof d&&(k=y||Li(k)),k.apply(T,E)}}function Ui(e,t){return function(n,r){return function(e,t,n,r){return Er(e,function(e,i,o){t(r,n(e),i,o)}),r}(n,e,t(r),{})}}function Hi(e,t){return function(n,r){var o;if(n===i&&r===i)return t;if(n!==i&&(o=n),r!==i){if(o===i)return r;"string"==typeof n||"string"==typeof r?(n=li(n),r=li(r)):(n=ui(n),r=ui(r)),o=e(n,r)}return o}}function Vi(e){return no(function(t){return t=Pt(t,$t(uo())),Xr(function(n){var r=this;return e(t,function(e){return Ft(e,r,n)})})})}function Gi(e,t){var n=(t=t===i?" ":li(t)).length;if(n<2)return n?Kr(t,e):t;var r=Kr(t,pt(e/hn(t)));return un(t)?Ai(mn(r),0,e).join(""):r.slice(0,e)}function Wi(e){return function(t,r,o){return o&&"number"!=typeof o&&Eo(t,r,o)&&(r=o=i),t=ps(t),r===i?(r=t,t=0):r=ps(r),function(e,t,r,i){for(var o=-1,a=Qt(pt((t-e)/(r||1)),0),s=n(a);a--;)s[i?a:++o]=e,e+=r;return s}(t,r,o=o===i?t<r?1:-1:ps(o),e)}}function Yi(e){return function(t,n){return"string"==typeof t&&"string"==typeof n||(t=gs(t),n=gs(n)),e(t,n)}}function qi(e,t,n,r,o,a,s,u,d,f){var p=8&t;t|=p?l:c,4&(t&=~(p?c:l))||(t&=-4);var h=[e,t,o,p?a:i,p?s:i,p?i:a,p?i:s,u,d,f],m=n.apply(i,h);return bo(e)&&xo(m,h),m.placeholder=r,Bo(m,e,t)}function Qi(e){var t=Te[e];return function(e,n){if(e=gs(e),(n=null==n?0:vn(hs(n),292))&&vt(e)){var r=(ys(e)+"e").split("e");return+((r=(ys(t(r[0]+"e"+(+r[1]+n)))+"e").split("e"))[0]+"e"+(+r[1]-n))}return t(e)}}var Ki=Fn&&1/fn(new Fn([,-0]))[1]==p?function(e){return new Fn(e)}:uu;function Xi(e){return function(t){var n=mo(t);return n==T?ln(t):n==x?pn(t):function(e,t){return Pt(t,function(t){return[t,e[t]]})}(t,e(t))}}function Ji(e,t,r,a,p,h,m,g){var D=2&t;if(!D&&"function"!=typeof e)throw new we(o);var y=a?a.length:0;if(y||(t&=-97,a=p=i),m=m===i?m:Qt(hs(m),0),g=g===i?g:hs(g),y-=p?p.length:0,t&c){var v=a,E=p;a=p=i}var A=D?i:oo(e),b=[e,t,r,a,p,v,E,h,m,g];if(A&&function(e,t){var n=e[1],r=t[1],i=n|r,o=i<131,a=r==d&&8==n||r==d&&n==f&&e[7].length<=t[8]||384==r&&t[7].length<=t[8]&&8==n;if(!o&&!a)return e;1&r&&(e[2]=t[2],i|=1&n?0:4);var u=t[3];if(u){var l=e[3];e[3]=l?Fi(l,u,t[4]):u,e[4]=l?dn(e[3],s):t[4]}(u=t[5])&&(l=e[5],e[5]=l?Si(l,u,t[6]):u,e[6]=l?dn(e[5],s):t[6]);(u=t[7])&&(e[7]=u);r&d&&(e[8]=null==e[8]?t[8]:vn(e[8],t[8]));null==e[9]&&(e[9]=t[9]);e[0]=t[0],e[1]=i}(b,A),e=b[0],t=b[1],r=b[2],a=b[3],p=b[4],!(g=b[9]=b[9]===i?D?0:e.length:Qt(b[9]-y,0))&&24&t&&(t&=-25),t&&1!=t)_=8==t||t==u?function(e,t,r){var o=Li(e);return function a(){for(var s=arguments.length,u=n(s),l=s,c=so(a);l--;)u[l]=arguments[l];var d=s<3&&u[0]!==c&&u[s-1]!==c?[]:dn(u,c);return(s-=d.length)<r?qi(e,t,zi,a.placeholder,i,u,d,i,i,r-s):Ft(this&&this!==mt&&this instanceof a?o:e,this,u)}}(e,t,g):t!=l&&33!=t||p.length?zi.apply(i,b):function(e,t,r,i){var o=1&t,a=Li(e);return function t(){for(var s=-1,u=arguments.length,l=-1,c=i.length,d=n(c+u),f=this&&this!==mt&&this instanceof t?a:e;++l<c;)d[l]=i[l];for(;u--;)d[l++]=arguments[++s];return Ft(f,o?r:this,d)}}(e,t,r,a);else var _=function(e,t,n){var r=1&t,i=Li(e);return function t(){return(this&&this!==mt&&this instanceof t?i:e).apply(r?n:this,arguments)}}(e,t,r);return Bo((A?ei:xo)(_,b),e,t)}function Zi(e,t,n,r){return e===i||za(e,Ne[n])&&!Pe.call(r,n)?t:e}function $i(e,t,n,r,o,a){return es(e)&&es(t)&&(a.set(t,e),Hr(e,t,i,$i,a),a.delete(t)),e}function eo(e){return is(e)?i:e}function to(e,t,n,r,o,a){var s=1&n,u=e.length,l=t.length;if(u!=l&&!(s&&l>u))return!1;var c=a.get(e),d=a.get(t);if(c&&d)return c==t&&d==e;var f=-1,p=!0,h=2&n?new Qn:i;for(a.set(e,t),a.set(t,e);++f<u;){var m=e[f],g=t[f];if(r)var D=s?r(g,m,f,t,e,a):r(m,g,f,e,t,a);if(D!==i){if(D)continue;p=!1;break}if(h){if(!jt(t,function(e,t){if(!tn(h,t)&&(m===e||o(m,e,n,r,a)))return h.push(t)})){p=!1;break}}else if(m!==g&&!o(m,g,n,r,a)){p=!1;break}}return a.delete(e),a.delete(t),p}function no(e){return No(Fo(e,i,Wo),e+"")}function ro(e){return Cr(e,Os,po)}function io(e){return Cr(e,Ns,ho)}var oo=xn?function(e){return xn.get(e)}:uu;function ao(e){for(var t=e.name+"",n=On[t],r=Pe.call(On,t)?n.length:0;r--;){var i=n[r],o=i.func;if(null==o||o==e)return i.name}return t}function so(e){return(Pe.call(zn,"placeholder")?zn:e).placeholder}function uo(){var e=zn.iteratee||iu;return e=e===iu?Pr:e,arguments.length?e(arguments[0],arguments[1]):e}function lo(e,t){var n=e.__data__;return function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e}(t)?n["string"==typeof t?"string":"hash"]:n.map}function co(e){for(var t=Os(e),n=t.length;n--;){var r=t[n],i=e[r];t[n]=[r,i,To(i)]}return t}function fo(e,t){var n=function(e,t){return null==e?i:e[t]}(e,t);return Ir(n)?n:i}var po=gt?function(e){return null==e?[]:(e=ke(e),Nt(gt(e),function(t){return Qe.call(e,t)}))}:mu,ho=gt?function(e){for(var t=[];e;)Rt(t,po(e)),e=Ye(e);return t}:mu,mo=Tr;function go(e,t,n){for(var r=-1,i=(t=vi(t,e)).length,o=!1;++r<i;){var a=Lo(t[r]);if(!(o=null!=e&&n(e,a)))break;e=e[a]}return o||++r!=i?o:!!(i=null==e?0:e.length)&&$a(i)&&vo(a,i)&&(Ga(e)||Va(e))}function Do(e){return"function"!=typeof e.constructor||Co(e)?{}:Un(Ye(e))}function yo(e){return Ga(e)||Va(e)||!!(Xe&&e&&e[Xe])}function vo(e,t){var n=typeof e;return!!(t=null==t?h:t)&&("number"==n||"symbol"!=n&&Ee.test(e))&&e>-1&&e%1==0&&e<t}function Eo(e,t,n){if(!es(n))return!1;var r=typeof t;return!!("number"==r?Ya(n)&&vo(t,n.length):"string"==r&&t in n)&&za(n[t],e)}function Ao(e,t){if(Ga(e))return!1;var n=typeof e;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=e&&!us(e))||(ne.test(e)||!te.test(e)||null!=t&&e in ke(t))}function bo(e){var t=ao(e),n=zn[t];if("function"!=typeof n||!(t in Gn.prototype))return!1;if(e===n)return!0;var r=oo(n);return!!r&&e===r[0]}(Cn&&mo(new Cn(new ArrayBuffer(1)))!=P||Tn&&mo(new Tn)!=T||kn&&mo(kn.resolve())!=S||Fn&&mo(new Fn)!=x||Sn&&mo(new Sn)!=B)&&(mo=function(e){var t=Tr(e),n=t==F?e.constructor:i,r=n?Mo(n):"";if(r)switch(r){case Nn:return P;case Bn:return T;case In:return S;case Pn:return x;case Rn:return B}return t});var _o=Be?Ja:gu;function Co(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||Ne)}function To(e){return e===e&&!es(e)}function ko(e,t){return function(n){return null!=n&&(n[e]===t&&(t!==i||e in ke(n)))}}function Fo(e,t,r){return t=Qt(t===i?e.length-1:t,0),function(){for(var i=arguments,o=-1,a=Qt(i.length-t,0),s=n(a);++o<a;)s[o]=i[t+o];o=-1;for(var u=n(t+1);++o<t;)u[o]=i[o];return u[t]=r(s),Ft(e,this,u)}}function So(e,t){return t.length<2?e:_r(e,ri(t,0,-1))}function wo(e,t){if(("constructor"!==t||"function"!==typeof e[t])&&"__proto__"!=t)return e[t]}var xo=Io(ei),Oo=ct||function(e,t){return mt.setTimeout(e,t)},No=Io(ti);function Bo(e,t,n){var r=t+"";return No(e,function(e,t){var n=t.length;if(!n)return e;var r=n-1;return t[r]=(n>1?"& ":"")+t[r],t=t.join(n>2?", ":" "),e.replace(ue,"{\n/* [wrapped with "+t+"] */\n")}(r,function(e,t){return wt(D,function(n){var r="_."+n[0];t&n[1]&&!Bt(e,r)&&e.push(r)}),e.sort()}(function(e){var t=e.match(le);return t?t[1].split(ce):[]}(r),n)))}function Io(e){var t=0,n=0;return function(){var r=En(),o=16-(r-n);if(n=r,o>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(i,arguments)}}function Po(e,t){var n=-1,r=e.length,o=r-1;for(t=t===i?r:t;++n<t;){var a=Qr(n,o),s=e[a];e[a]=e[n],e[n]=s}return e.length=t,e}var Ro=function(e){var t=Ia(e,function(e){return 500===n.size&&n.clear(),e}),n=t.cache;return t}(function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(re,function(e,n,r,i){t.push(r?i.replace(pe,"$1"):n||e)}),t});function Lo(e){if("string"==typeof e||us(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function Mo(e){if(null!=e){try{return Ie.call(e)}catch(t){}try{return e+""}catch(t){}}return""}function jo(e){if(e instanceof Gn)return e.clone();var t=new Vn(e.__wrapped__,e.__chain__);return t.__actions__=wi(e.__actions__),t.__index__=e.__index__,t.__values__=e.__values__,t}var zo=Xr(function(e,t){return qa(e)?dr(e,Dr(t,1,qa,!0)):[]}),Uo=Xr(function(e,t){var n=Xo(t);return qa(n)&&(n=i),qa(e)?dr(e,Dr(t,1,qa,!0),uo(n,2)):[]}),Ho=Xr(function(e,t){var n=Xo(t);return qa(n)&&(n=i),qa(e)?dr(e,Dr(t,1,qa,!0),i,n):[]});function Vo(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var i=null==n?0:hs(n);return i<0&&(i=Qt(r+i,0)),Ht(e,uo(t,3),i)}function Go(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=r-1;return n!==i&&(o=hs(n),o=n<0?Qt(r+o,0):vn(o,r-1)),Ht(e,uo(t,3),o,!0)}function Wo(e){return(null==e?0:e.length)?Dr(e,1):[]}function Yo(e){return e&&e.length?e[0]:i}var qo=Xr(function(e){var t=Pt(e,Di);return t.length&&t[0]===e[0]?wr(t):[]}),Qo=Xr(function(e){var t=Xo(e),n=Pt(e,Di);return t===Xo(n)?t=i:n.pop(),n.length&&n[0]===e[0]?wr(n,uo(t,2)):[]}),Ko=Xr(function(e){var t=Xo(e),n=Pt(e,Di);return(t="function"==typeof t?t:i)&&n.pop(),n.length&&n[0]===e[0]?wr(n,i,t):[]});function Xo(e){var t=null==e?0:e.length;return t?e[t-1]:i}var Jo=Xr(Zo);function Zo(e,t){return e&&e.length&&t&&t.length?Yr(e,t):e}var $o=no(function(e,t){var n=null==e?0:e.length,r=ar(e,t);return qr(e,Pt(t,function(e){return vo(e,n)?+e:e}).sort(ki)),r});function ea(e){return null==e?e:_n.call(e)}var ta=Xr(function(e){return ci(Dr(e,1,qa,!0))}),na=Xr(function(e){var t=Xo(e);return qa(t)&&(t=i),ci(Dr(e,1,qa,!0),uo(t,2))}),ra=Xr(function(e){var t=Xo(e);return t="function"==typeof t?t:i,ci(Dr(e,1,qa,!0),i,t)});function ia(e){if(!e||!e.length)return[];var t=0;return e=Nt(e,function(e){if(qa(e))return t=Qt(e.length,t),!0}),Jt(t,function(t){return Pt(e,qt(t))})}function oa(e,t){if(!e||!e.length)return[];var n=ia(e);return null==t?n:Pt(n,function(e){return Ft(t,i,e)})}var aa=Xr(function(e,t){return qa(e)?dr(e,t):[]}),sa=Xr(function(e){return mi(Nt(e,qa))}),ua=Xr(function(e){var t=Xo(e);return qa(t)&&(t=i),mi(Nt(e,qa),uo(t,2))}),la=Xr(function(e){var t=Xo(e);return t="function"==typeof t?t:i,mi(Nt(e,qa),i,t)}),ca=Xr(ia);var da=Xr(function(e){var t=e.length,n=t>1?e[t-1]:i;return n="function"==typeof n?(e.pop(),n):i,oa(e,n)});function fa(e){var t=zn(e);return t.__chain__=!0,t}function pa(e,t){return t(e)}var ha=no(function(e){var t=e.length,n=t?e[0]:0,r=this.__wrapped__,o=function(t){return ar(t,e)};return!(t>1||this.__actions__.length)&&r instanceof Gn&&vo(n)?((r=r.slice(n,+n+(t?1:0))).__actions__.push({func:pa,args:[o],thisArg:i}),new Vn(r,this.__chain__).thru(function(e){return t&&!e.length&&e.push(i),e})):this.thru(o)});var ma=Oi(function(e,t,n){Pe.call(e,n)?++e[n]:or(e,n,1)});var ga=Mi(Vo),Da=Mi(Go);function ya(e,t){return(Ga(e)?wt:fr)(e,uo(t,3))}function va(e,t){return(Ga(e)?xt:pr)(e,uo(t,3))}var Ea=Oi(function(e,t,n){Pe.call(e,n)?e[n].push(t):or(e,n,[t])});var Aa=Xr(function(e,t,r){var i=-1,o="function"==typeof t,a=Ya(e)?n(e.length):[];return fr(e,function(e){a[++i]=o?Ft(t,e,r):xr(e,t,r)}),a}),ba=Oi(function(e,t,n){or(e,n,t)});function _a(e,t){return(Ga(e)?Pt:jr)(e,uo(t,3))}var Ca=Oi(function(e,t,n){e[n?0:1].push(t)},function(){return[[],[]]});var Ta=Xr(function(e,t){if(null==e)return[];var n=t.length;return n>1&&Eo(e,t[0],t[1])?t=[]:n>2&&Eo(t[0],t[1],t[2])&&(t=[t[0]]),Gr(e,Dr(t,1),[])}),ka=it||function(){return mt.Date.now()};function Fa(e,t,n){return t=n?i:t,t=e&&null==t?e.length:t,Ji(e,d,i,i,i,i,t)}function Sa(e,t){var n;if("function"!=typeof t)throw new we(o);return e=hs(e),function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=i),n}}var wa=Xr(function(e,t,n){var r=1;if(n.length){var i=dn(n,so(wa));r|=l}return Ji(e,r,t,n,i)}),xa=Xr(function(e,t,n){var r=3;if(n.length){var i=dn(n,so(xa));r|=l}return Ji(t,r,e,n,i)});function Oa(e,t,n){var r,a,s,u,l,c,d=0,f=!1,p=!1,h=!0;if("function"!=typeof e)throw new we(o);function m(t){var n=r,o=a;return r=a=i,d=t,u=e.apply(o,n)}function g(e){var n=e-c;return c===i||n>=t||n<0||p&&e-d>=s}function D(){var e=ka();if(g(e))return y(e);l=Oo(D,function(e){var n=t-(e-c);return p?vn(n,s-(e-d)):n}(e))}function y(e){return l=i,h&&r?m(e):(r=a=i,u)}function v(){var e=ka(),n=g(e);if(r=arguments,a=this,c=e,n){if(l===i)return function(e){return d=e,l=Oo(D,t),f?m(e):u}(c);if(p)return bi(l),l=Oo(D,t),m(c)}return l===i&&(l=Oo(D,t)),u}return t=gs(t)||0,es(n)&&(f=!!n.leading,s=(p="maxWait"in n)?Qt(gs(n.maxWait)||0,t):s,h="trailing"in n?!!n.trailing:h),v.cancel=function(){l!==i&&bi(l),d=0,r=c=a=l=i},v.flush=function(){return l===i?u:y(ka())},v}var Na=Xr(function(e,t){return cr(e,1,t)}),Ba=Xr(function(e,t,n){return cr(e,gs(t)||0,n)});function Ia(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new we(o);var n=function(){var r=arguments,i=t?t.apply(this,r):r[0],o=n.cache;if(o.has(i))return o.get(i);var a=e.apply(this,r);return n.cache=o.set(i,a)||o,a};return n.cache=new(Ia.Cache||qn),n}function Pa(e){if("function"!=typeof e)throw new we(o);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}Ia.Cache=qn;var Ra=Ei(function(e,t){var n=(t=1==t.length&&Ga(t[0])?Pt(t[0],$t(uo())):Pt(Dr(t,1),$t(uo()))).length;return Xr(function(r){for(var i=-1,o=vn(r.length,n);++i<o;)r[i]=t[i].call(this,r[i]);return Ft(e,this,r)})}),La=Xr(function(e,t){var n=dn(t,so(La));return Ji(e,l,i,t,n)}),Ma=Xr(function(e,t){var n=dn(t,so(Ma));return Ji(e,c,i,t,n)}),ja=no(function(e,t){return Ji(e,f,i,i,i,t)});function za(e,t){return e===t||e!==e&&t!==t}var Ua=Yi(kr),Ha=Yi(function(e,t){return e>=t}),Va=Or(function(){return arguments}())?Or:function(e){return ts(e)&&Pe.call(e,"callee")&&!Qe.call(e,"callee")},Ga=n.isArray,Wa=At?$t(At):function(e){return ts(e)&&Tr(e)==I};function Ya(e){return null!=e&&$a(e.length)&&!Ja(e)}function qa(e){return ts(e)&&Ya(e)}var Qa=Dt||gu,Ka=bt?$t(bt):function(e){return ts(e)&&Tr(e)==A};function Xa(e){if(!ts(e))return!1;var t=Tr(e);return t==b||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!is(e)}function Ja(e){if(!es(e))return!1;var t=Tr(e);return t==_||t==C||"[object AsyncFunction]"==t||"[object Proxy]"==t}function Za(e){return"number"==typeof e&&e==hs(e)}function $a(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=h}function es(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function ts(e){return null!=e&&"object"==typeof e}var ns=_t?$t(_t):function(e){return ts(e)&&mo(e)==T};function rs(e){return"number"==typeof e||ts(e)&&Tr(e)==k}function is(e){if(!ts(e)||Tr(e)!=F)return!1;var t=Ye(e);if(null===t)return!0;var n=Pe.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&Ie.call(n)==je}var os=Ct?$t(Ct):function(e){return ts(e)&&Tr(e)==w};var as=Tt?$t(Tt):function(e){return ts(e)&&mo(e)==x};function ss(e){return"string"==typeof e||!Ga(e)&&ts(e)&&Tr(e)==O}function us(e){return"symbol"==typeof e||ts(e)&&Tr(e)==N}var ls=kt?$t(kt):function(e){return ts(e)&&$a(e.length)&&!!ut[Tr(e)]};var cs=Yi(Mr),ds=Yi(function(e,t){return e<=t});function fs(e){if(!e)return[];if(Ya(e))return ss(e)?mn(e):wi(e);if(Je&&e[Je])return function(e){for(var t,n=[];!(t=e.next()).done;)n.push(t.value);return n}(e[Je]());var t=mo(e);return(t==T?ln:t==x?fn:zs)(e)}function ps(e){return e?(e=gs(e))===p||e===-1/0?17976931348623157e292*(e<0?-1:1):e===e?e:0:0===e?e:0}function hs(e){var t=ps(e),n=t%1;return t===t?n?t-n:t:0}function ms(e){return e?sr(hs(e),0,g):0}function gs(e){if("number"==typeof e)return e;if(us(e))return m;if(es(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=es(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=Zt(e);var n=De.test(e);return n||ve.test(e)?ft(e.slice(2),n?2:8):ge.test(e)?m:+e}function Ds(e){return xi(e,Ns(e))}function ys(e){return null==e?"":li(e)}var vs=Ni(function(e,t){if(Co(t)||Ya(t))xi(t,Os(t),e);else for(var n in t)Pe.call(t,n)&&tr(e,n,t[n])}),Es=Ni(function(e,t){xi(t,Ns(t),e)}),As=Ni(function(e,t,n,r){xi(t,Ns(t),e,r)}),bs=Ni(function(e,t,n,r){xi(t,Os(t),e,r)}),_s=no(ar);var Cs=Xr(function(e,t){e=ke(e);var n=-1,r=t.length,o=r>2?t[2]:i;for(o&&Eo(t[0],t[1],o)&&(r=1);++n<r;)for(var a=t[n],s=Ns(a),u=-1,l=s.length;++u<l;){var c=s[u],d=e[c];(d===i||za(d,Ne[c])&&!Pe.call(e,c))&&(e[c]=a[c])}return e}),Ts=Xr(function(e){return e.push(i,$i),Ft(Is,i,e)});function ks(e,t,n){var r=null==e?i:_r(e,t);return r===i?n:r}function Fs(e,t){return null!=e&&go(e,t,Sr)}var Ss=Ui(function(e,t,n){null!=t&&"function"!=typeof t.toString&&(t=Me.call(t)),e[t]=n},eu(ru)),ws=Ui(function(e,t,n){null!=t&&"function"!=typeof t.toString&&(t=Me.call(t)),Pe.call(e,t)?e[t].push(n):e[t]=[n]},uo),xs=Xr(xr);function Os(e){return Ya(e)?Xn(e):Rr(e)}function Ns(e){return Ya(e)?Xn(e,!0):Lr(e)}var Bs=Ni(function(e,t,n){Hr(e,t,n)}),Is=Ni(function(e,t,n,r){Hr(e,t,n,r)}),Ps=no(function(e,t){var n={};if(null==e)return n;var r=!1;t=Pt(t,function(t){return t=vi(t,e),r||(r=t.length>1),t}),xi(e,io(e),n),r&&(n=ur(n,7,eo));for(var i=t.length;i--;)di(n,t[i]);return n});var Rs=no(function(e,t){return null==e?{}:function(e,t){return Wr(e,t,function(t,n){return Fs(e,n)})}(e,t)});function Ls(e,t){if(null==e)return{};var n=Pt(io(e),function(e){return[e]});return t=uo(t),Wr(e,n,function(e,n){return t(e,n[0])})}var Ms=Xi(Os),js=Xi(Ns);function zs(e){return null==e?[]:en(e,Os(e))}var Us=Ri(function(e,t,n){return t=t.toLowerCase(),e+(n?Hs(t):t)});function Hs(e){return Xs(ys(e).toLowerCase())}function Vs(e){return(e=ys(e))&&e.replace(Ae,on).replace(tt,"")}var Gs=Ri(function(e,t,n){return e+(n?"-":"")+t.toLowerCase()}),Ws=Ri(function(e,t,n){return e+(n?" ":"")+t.toLowerCase()}),Ys=Pi("toLowerCase");var qs=Ri(function(e,t,n){return e+(n?"_":"")+t.toLowerCase()});var Qs=Ri(function(e,t,n){return e+(n?" ":"")+Xs(t)});var Ks=Ri(function(e,t,n){return e+(n?" ":"")+t.toUpperCase()}),Xs=Pi("toUpperCase");function Js(e,t,n){return e=ys(e),(t=n?i:t)===i?function(e){return ot.test(e)}(e)?function(e){return e.match(rt)||[]}(e):function(e){return e.match(de)||[]}(e):e.match(t)||[]}var Zs=Xr(function(e,t){try{return Ft(e,i,t)}catch(n){return Xa(n)?n:new se(n)}}),$s=no(function(e,t){return wt(t,function(t){t=Lo(t),or(e,t,wa(e[t],e))}),e});function eu(e){return function(){return e}}var tu=ji(),nu=ji(!0);function ru(e){return e}function iu(e){return Pr("function"==typeof e?e:ur(e,1))}var ou=Xr(function(e,t){return function(n){return xr(n,e,t)}}),au=Xr(function(e,t){return function(n){return xr(e,n,t)}});function su(e,t,n){var r=Os(t),i=br(t,r);null!=n||es(t)&&(i.length||!r.length)||(n=t,t=e,e=this,i=br(t,Os(t)));var o=!(es(n)&&"chain"in n)||!!n.chain,a=Ja(e);return wt(i,function(n){var r=t[n];e[n]=r,a&&(e.prototype[n]=function(){var t=this.__chain__;if(o||t){var n=e(this.__wrapped__);return(n.__actions__=wi(this.__actions__)).push({func:r,args:arguments,thisArg:e}),n.__chain__=t,n}return r.apply(e,Rt([this.value()],arguments))})}),e}function uu(){}var lu=Vi(Pt),cu=Vi(Ot),du=Vi(jt);function fu(e){return Ao(e)?qt(Lo(e)):function(e){return function(t){return _r(t,e)}}(e)}var pu=Wi(),hu=Wi(!0);function mu(){return[]}function gu(){return!1}var Du=Hi(function(e,t){return e+t},0),yu=Qi("ceil"),vu=Hi(function(e,t){return e/t},1),Eu=Qi("floor");var Au=Hi(function(e,t){return e*t},1),bu=Qi("round"),_u=Hi(function(e,t){return e-t},0);return zn.after=function(e,t){if("function"!=typeof t)throw new we(o);return e=hs(e),function(){if(--e<1)return t.apply(this,arguments)}},zn.ary=Fa,zn.assign=vs,zn.assignIn=Es,zn.assignInWith=As,zn.assignWith=bs,zn.at=_s,zn.before=Sa,zn.bind=wa,zn.bindAll=$s,zn.bindKey=xa,zn.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return Ga(e)?e:[e]},zn.chain=fa,zn.chunk=function(e,t,r){t=(r?Eo(e,t,r):t===i)?1:Qt(hs(t),0);var o=null==e?0:e.length;if(!o||t<1)return[];for(var a=0,s=0,u=n(pt(o/t));a<o;)u[s++]=ri(e,a,a+=t);return u},zn.compact=function(e){for(var t=-1,n=null==e?0:e.length,r=0,i=[];++t<n;){var o=e[t];o&&(i[r++]=o)}return i},zn.concat=function(){var e=arguments.length;if(!e)return[];for(var t=n(e-1),r=arguments[0],i=e;i--;)t[i-1]=arguments[i];return Rt(Ga(r)?wi(r):[r],Dr(t,1))},zn.cond=function(e){var t=null==e?0:e.length,n=uo();return e=t?Pt(e,function(e){if("function"!=typeof e[1])throw new we(o);return[n(e[0]),e[1]]}):[],Xr(function(n){for(var r=-1;++r<t;){var i=e[r];if(Ft(i[0],this,n))return Ft(i[1],this,n)}})},zn.conforms=function(e){return function(e){var t=Os(e);return function(n){return lr(n,e,t)}}(ur(e,1))},zn.constant=eu,zn.countBy=ma,zn.create=function(e,t){var n=Un(e);return null==t?n:ir(n,t)},zn.curry=function e(t,n,r){var o=Ji(t,8,i,i,i,i,i,n=r?i:n);return o.placeholder=e.placeholder,o},zn.curryRight=function e(t,n,r){var o=Ji(t,u,i,i,i,i,i,n=r?i:n);return o.placeholder=e.placeholder,o},zn.debounce=Oa,zn.defaults=Cs,zn.defaultsDeep=Ts,zn.defer=Na,zn.delay=Ba,zn.difference=zo,zn.differenceBy=Uo,zn.differenceWith=Ho,zn.drop=function(e,t,n){var r=null==e?0:e.length;return r?ri(e,(t=n||t===i?1:hs(t))<0?0:t,r):[]},zn.dropRight=function(e,t,n){var r=null==e?0:e.length;return r?ri(e,0,(t=r-(t=n||t===i?1:hs(t)))<0?0:t):[]},zn.dropRightWhile=function(e,t){return e&&e.length?pi(e,uo(t,3),!0,!0):[]},zn.dropWhile=function(e,t){return e&&e.length?pi(e,uo(t,3),!0):[]},zn.fill=function(e,t,n,r){var o=null==e?0:e.length;return o?(n&&"number"!=typeof n&&Eo(e,t,n)&&(n=0,r=o),function(e,t,n,r){var o=e.length;for((n=hs(n))<0&&(n=-n>o?0:o+n),(r=r===i||r>o?o:hs(r))<0&&(r+=o),r=n>r?0:ms(r);n<r;)e[n++]=t;return e}(e,t,n,r)):[]},zn.filter=function(e,t){return(Ga(e)?Nt:gr)(e,uo(t,3))},zn.flatMap=function(e,t){return Dr(_a(e,t),1)},zn.flatMapDeep=function(e,t){return Dr(_a(e,t),p)},zn.flatMapDepth=function(e,t,n){return n=n===i?1:hs(n),Dr(_a(e,t),n)},zn.flatten=Wo,zn.flattenDeep=function(e){return(null==e?0:e.length)?Dr(e,p):[]},zn.flattenDepth=function(e,t){return(null==e?0:e.length)?Dr(e,t=t===i?1:hs(t)):[]},zn.flip=function(e){return Ji(e,512)},zn.flow=tu,zn.flowRight=nu,zn.fromPairs=function(e){for(var t=-1,n=null==e?0:e.length,r={};++t<n;){var i=e[t];or(r,i[0],i[1])}return r},zn.functions=function(e){return null==e?[]:br(e,Os(e))},zn.functionsIn=function(e){return null==e?[]:br(e,Ns(e))},zn.groupBy=Ea,zn.initial=function(e){return(null==e?0:e.length)?ri(e,0,-1):[]},zn.intersection=qo,zn.intersectionBy=Qo,zn.intersectionWith=Ko,zn.invert=Ss,zn.invertBy=ws,zn.invokeMap=Aa,zn.iteratee=iu,zn.keyBy=ba,zn.keys=Os,zn.keysIn=Ns,zn.map=_a,zn.mapKeys=function(e,t){var n={};return t=uo(t,3),Er(e,function(e,r,i){or(n,t(e,r,i),e)}),n},zn.mapValues=function(e,t){var n={};return t=uo(t,3),Er(e,function(e,r,i){or(n,r,t(e,r,i))}),n},zn.matches=function(e){return zr(ur(e,1))},zn.matchesProperty=function(e,t){return Ur(e,ur(t,1))},zn.memoize=Ia,zn.merge=Bs,zn.mergeWith=Is,zn.method=ou,zn.methodOf=au,zn.mixin=su,zn.negate=Pa,zn.nthArg=function(e){return e=hs(e),Xr(function(t){return Vr(t,e)})},zn.omit=Ps,zn.omitBy=function(e,t){return Ls(e,Pa(uo(t)))},zn.once=function(e){return Sa(2,e)},zn.orderBy=function(e,t,n,r){return null==e?[]:(Ga(t)||(t=null==t?[]:[t]),Ga(n=r?i:n)||(n=null==n?[]:[n]),Gr(e,t,n))},zn.over=lu,zn.overArgs=Ra,zn.overEvery=cu,zn.overSome=du,zn.partial=La,zn.partialRight=Ma,zn.partition=Ca,zn.pick=Rs,zn.pickBy=Ls,zn.property=fu,zn.propertyOf=function(e){return function(t){return null==e?i:_r(e,t)}},zn.pull=Jo,zn.pullAll=Zo,zn.pullAllBy=function(e,t,n){return e&&e.length&&t&&t.length?Yr(e,t,uo(n,2)):e},zn.pullAllWith=function(e,t,n){return e&&e.length&&t&&t.length?Yr(e,t,i,n):e},zn.pullAt=$o,zn.range=pu,zn.rangeRight=hu,zn.rearg=ja,zn.reject=function(e,t){return(Ga(e)?Nt:gr)(e,Pa(uo(t,3)))},zn.remove=function(e,t){var n=[];if(!e||!e.length)return n;var r=-1,i=[],o=e.length;for(t=uo(t,3);++r<o;){var a=e[r];t(a,r,e)&&(n.push(a),i.push(r))}return qr(e,i),n},zn.rest=function(e,t){if("function"!=typeof e)throw new we(o);return Xr(e,t=t===i?t:hs(t))},zn.reverse=ea,zn.sampleSize=function(e,t,n){return t=(n?Eo(e,t,n):t===i)?1:hs(t),(Ga(e)?Zn:Zr)(e,t)},zn.set=function(e,t,n){return null==e?e:$r(e,t,n)},zn.setWith=function(e,t,n,r){return r="function"==typeof r?r:i,null==e?e:$r(e,t,n,r)},zn.shuffle=function(e){return(Ga(e)?$n:ni)(e)},zn.slice=function(e,t,n){var r=null==e?0:e.length;return r?(n&&"number"!=typeof n&&Eo(e,t,n)?(t=0,n=r):(t=null==t?0:hs(t),n=n===i?r:hs(n)),ri(e,t,n)):[]},zn.sortBy=Ta,zn.sortedUniq=function(e){return e&&e.length?si(e):[]},zn.sortedUniqBy=function(e,t){return e&&e.length?si(e,uo(t,2)):[]},zn.split=function(e,t,n){return n&&"number"!=typeof n&&Eo(e,t,n)&&(t=n=i),(n=n===i?g:n>>>0)?(e=ys(e))&&("string"==typeof t||null!=t&&!os(t))&&!(t=li(t))&&un(e)?Ai(mn(e),0,n):e.split(t,n):[]},zn.spread=function(e,t){if("function"!=typeof e)throw new we(o);return t=null==t?0:Qt(hs(t),0),Xr(function(n){var r=n[t],i=Ai(n,0,t);return r&&Rt(i,r),Ft(e,this,i)})},zn.tail=function(e){var t=null==e?0:e.length;return t?ri(e,1,t):[]},zn.take=function(e,t,n){return e&&e.length?ri(e,0,(t=n||t===i?1:hs(t))<0?0:t):[]},zn.takeRight=function(e,t,n){var r=null==e?0:e.length;return r?ri(e,(t=r-(t=n||t===i?1:hs(t)))<0?0:t,r):[]},zn.takeRightWhile=function(e,t){return e&&e.length?pi(e,uo(t,3),!1,!0):[]},zn.takeWhile=function(e,t){return e&&e.length?pi(e,uo(t,3)):[]},zn.tap=function(e,t){return t(e),e},zn.throttle=function(e,t,n){var r=!0,i=!0;if("function"!=typeof e)throw new we(o);return es(n)&&(r="leading"in n?!!n.leading:r,i="trailing"in n?!!n.trailing:i),Oa(e,t,{leading:r,maxWait:t,trailing:i})},zn.thru=pa,zn.toArray=fs,zn.toPairs=Ms,zn.toPairsIn=js,zn.toPath=function(e){return Ga(e)?Pt(e,Lo):us(e)?[e]:wi(Ro(ys(e)))},zn.toPlainObject=Ds,zn.transform=function(e,t,n){var r=Ga(e),i=r||Qa(e)||ls(e);if(t=uo(t,4),null==n){var o=e&&e.constructor;n=i?r?new o:[]:es(e)&&Ja(o)?Un(Ye(e)):{}}return(i?wt:Er)(e,function(e,r,i){return t(n,e,r,i)}),n},zn.unary=function(e){return Fa(e,1)},zn.union=ta,zn.unionBy=na,zn.unionWith=ra,zn.uniq=function(e){return e&&e.length?ci(e):[]},zn.uniqBy=function(e,t){return e&&e.length?ci(e,uo(t,2)):[]},zn.uniqWith=function(e,t){return t="function"==typeof t?t:i,e&&e.length?ci(e,i,t):[]},zn.unset=function(e,t){return null==e||di(e,t)},zn.unzip=ia,zn.unzipWith=oa,zn.update=function(e,t,n){return null==e?e:fi(e,t,yi(n))},zn.updateWith=function(e,t,n,r){return r="function"==typeof r?r:i,null==e?e:fi(e,t,yi(n),r)},zn.values=zs,zn.valuesIn=function(e){return null==e?[]:en(e,Ns(e))},zn.without=aa,zn.words=Js,zn.wrap=function(e,t){return La(yi(t),e)},zn.xor=sa,zn.xorBy=ua,zn.xorWith=la,zn.zip=ca,zn.zipObject=function(e,t){return gi(e||[],t||[],tr)},zn.zipObjectDeep=function(e,t){return gi(e||[],t||[],$r)},zn.zipWith=da,zn.entries=Ms,zn.entriesIn=js,zn.extend=Es,zn.extendWith=As,su(zn,zn),zn.add=Du,zn.attempt=Zs,zn.camelCase=Us,zn.capitalize=Hs,zn.ceil=yu,zn.clamp=function(e,t,n){return n===i&&(n=t,t=i),n!==i&&(n=(n=gs(n))===n?n:0),t!==i&&(t=(t=gs(t))===t?t:0),sr(gs(e),t,n)},zn.clone=function(e){return ur(e,4)},zn.cloneDeep=function(e){return ur(e,5)},zn.cloneDeepWith=function(e,t){return ur(e,5,t="function"==typeof t?t:i)},zn.cloneWith=function(e,t){return ur(e,4,t="function"==typeof t?t:i)},zn.conformsTo=function(e,t){return null==t||lr(e,t,Os(t))},zn.deburr=Vs,zn.defaultTo=function(e,t){return null==e||e!==e?t:e},zn.divide=vu,zn.endsWith=function(e,t,n){e=ys(e),t=li(t);var r=e.length,o=n=n===i?r:sr(hs(n),0,r);return(n-=t.length)>=0&&e.slice(n,o)==t},zn.eq=za,zn.escape=function(e){return(e=ys(e))&&J.test(e)?e.replace(K,an):e},zn.escapeRegExp=function(e){return(e=ys(e))&&oe.test(e)?e.replace(ie,"\\$&"):e},zn.every=function(e,t,n){var r=Ga(e)?Ot:hr;return n&&Eo(e,t,n)&&(t=i),r(e,uo(t,3))},zn.find=ga,zn.findIndex=Vo,zn.findKey=function(e,t){return Ut(e,uo(t,3),Er)},zn.findLast=Da,zn.findLastIndex=Go,zn.findLastKey=function(e,t){return Ut(e,uo(t,3),Ar)},zn.floor=Eu,zn.forEach=ya,zn.forEachRight=va,zn.forIn=function(e,t){return null==e?e:yr(e,uo(t,3),Ns)},zn.forInRight=function(e,t){return null==e?e:vr(e,uo(t,3),Ns)},zn.forOwn=function(e,t){return e&&Er(e,uo(t,3))},zn.forOwnRight=function(e,t){return e&&Ar(e,uo(t,3))},zn.get=ks,zn.gt=Ua,zn.gte=Ha,zn.has=function(e,t){return null!=e&&go(e,t,Fr)},zn.hasIn=Fs,zn.head=Yo,zn.identity=ru,zn.includes=function(e,t,n,r){e=Ya(e)?e:zs(e),n=n&&!r?hs(n):0;var i=e.length;return n<0&&(n=Qt(i+n,0)),ss(e)?n<=i&&e.indexOf(t,n)>-1:!!i&&Vt(e,t,n)>-1},zn.indexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var i=null==n?0:hs(n);return i<0&&(i=Qt(r+i,0)),Vt(e,t,i)},zn.inRange=function(e,t,n){return t=ps(t),n===i?(n=t,t=0):n=ps(n),function(e,t,n){return e>=vn(t,n)&&e<Qt(t,n)}(e=gs(e),t,n)},zn.invoke=xs,zn.isArguments=Va,zn.isArray=Ga,zn.isArrayBuffer=Wa,zn.isArrayLike=Ya,zn.isArrayLikeObject=qa,zn.isBoolean=function(e){return!0===e||!1===e||ts(e)&&Tr(e)==E},zn.isBuffer=Qa,zn.isDate=Ka,zn.isElement=function(e){return ts(e)&&1===e.nodeType&&!is(e)},zn.isEmpty=function(e){if(null==e)return!0;if(Ya(e)&&(Ga(e)||"string"==typeof e||"function"==typeof e.splice||Qa(e)||ls(e)||Va(e)))return!e.length;var t=mo(e);if(t==T||t==x)return!e.size;if(Co(e))return!Rr(e).length;for(var n in e)if(Pe.call(e,n))return!1;return!0},zn.isEqual=function(e,t){return Nr(e,t)},zn.isEqualWith=function(e,t,n){var r=(n="function"==typeof n?n:i)?n(e,t):i;return r===i?Nr(e,t,i,n):!!r},zn.isError=Xa,zn.isFinite=function(e){return"number"==typeof e&&vt(e)},zn.isFunction=Ja,zn.isInteger=Za,zn.isLength=$a,zn.isMap=ns,zn.isMatch=function(e,t){return e===t||Br(e,t,co(t))},zn.isMatchWith=function(e,t,n){return n="function"==typeof n?n:i,Br(e,t,co(t),n)},zn.isNaN=function(e){return rs(e)&&e!=+e},zn.isNative=function(e){if(_o(e))throw new se("Unsupported core-js use. Try https://npms.io/search?q=ponyfill.");return Ir(e)},zn.isNil=function(e){return null==e},zn.isNull=function(e){return null===e},zn.isNumber=rs,zn.isObject=es,zn.isObjectLike=ts,zn.isPlainObject=is,zn.isRegExp=os,zn.isSafeInteger=function(e){return Za(e)&&e>=-9007199254740991&&e<=h},zn.isSet=as,zn.isString=ss,zn.isSymbol=us,zn.isTypedArray=ls,zn.isUndefined=function(e){return e===i},zn.isWeakMap=function(e){return ts(e)&&mo(e)==B},zn.isWeakSet=function(e){return ts(e)&&"[object WeakSet]"==Tr(e)},zn.join=function(e,t){return null==e?"":Et.call(e,t)},zn.kebabCase=Gs,zn.last=Xo,zn.lastIndexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=r;return n!==i&&(o=(o=hs(n))<0?Qt(r+o,0):vn(o,r-1)),t===t?function(e,t,n){for(var r=n+1;r--;)if(e[r]===t)return r;return r}(e,t,o):Ht(e,Wt,o,!0)},zn.lowerCase=Ws,zn.lowerFirst=Ys,zn.lt=cs,zn.lte=ds,zn.max=function(e){return e&&e.length?mr(e,ru,kr):i},zn.maxBy=function(e,t){return e&&e.length?mr(e,uo(t,2),kr):i},zn.mean=function(e){return Yt(e,ru)},zn.meanBy=function(e,t){return Yt(e,uo(t,2))},zn.min=function(e){return e&&e.length?mr(e,ru,Mr):i},zn.minBy=function(e,t){return e&&e.length?mr(e,uo(t,2),Mr):i},zn.stubArray=mu,zn.stubFalse=gu,zn.stubObject=function(){return{}},zn.stubString=function(){return""},zn.stubTrue=function(){return!0},zn.multiply=Au,zn.nth=function(e,t){return e&&e.length?Vr(e,hs(t)):i},zn.noConflict=function(){return mt._===this&&(mt._=ze),this},zn.noop=uu,zn.now=ka,zn.pad=function(e,t,n){e=ys(e);var r=(t=hs(t))?hn(e):0;if(!t||r>=t)return e;var i=(t-r)/2;return Gi(ht(i),n)+e+Gi(pt(i),n)},zn.padEnd=function(e,t,n){e=ys(e);var r=(t=hs(t))?hn(e):0;return t&&r<t?e+Gi(t-r,n):e},zn.padStart=function(e,t,n){e=ys(e);var r=(t=hs(t))?hn(e):0;return t&&r<t?Gi(t-r,n)+e:e},zn.parseInt=function(e,t,n){return n||null==t?t=0:t&&(t=+t),An(ys(e).replace(ae,""),t||0)},zn.random=function(e,t,n){if(n&&"boolean"!=typeof n&&Eo(e,t,n)&&(t=n=i),n===i&&("boolean"==typeof t?(n=t,t=i):"boolean"==typeof e&&(n=e,e=i)),e===i&&t===i?(e=0,t=1):(e=ps(e),t===i?(t=e,e=0):t=ps(t)),e>t){var r=e;e=t,t=r}if(n||e%1||t%1){var o=bn();return vn(e+o*(t-e+dt("1e-"+((o+"").length-1))),t)}return Qr(e,t)},zn.reduce=function(e,t,n){var r=Ga(e)?Lt:Kt,i=arguments.length<3;return r(e,uo(t,4),n,i,fr)},zn.reduceRight=function(e,t,n){var r=Ga(e)?Mt:Kt,i=arguments.length<3;return r(e,uo(t,4),n,i,pr)},zn.repeat=function(e,t,n){return t=(n?Eo(e,t,n):t===i)?1:hs(t),Kr(ys(e),t)},zn.replace=function(){var e=arguments,t=ys(e[0]);return e.length<3?t:t.replace(e[1],e[2])},zn.result=function(e,t,n){var r=-1,o=(t=vi(t,e)).length;for(o||(o=1,e=i);++r<o;){var a=null==e?i:e[Lo(t[r])];a===i&&(r=o,a=n),e=Ja(a)?a.call(e):a}return e},zn.round=bu,zn.runInContext=e,zn.sample=function(e){return(Ga(e)?Jn:Jr)(e)},zn.size=function(e){if(null==e)return 0;if(Ya(e))return ss(e)?hn(e):e.length;var t=mo(e);return t==T||t==x?e.size:Rr(e).length},zn.snakeCase=qs,zn.some=function(e,t,n){var r=Ga(e)?jt:ii;return n&&Eo(e,t,n)&&(t=i),r(e,uo(t,3))},zn.sortedIndex=function(e,t){return oi(e,t)},zn.sortedIndexBy=function(e,t,n){return ai(e,t,uo(n,2))},zn.sortedIndexOf=function(e,t){var n=null==e?0:e.length;if(n){var r=oi(e,t);if(r<n&&za(e[r],t))return r}return-1},zn.sortedLastIndex=function(e,t){return oi(e,t,!0)},zn.sortedLastIndexBy=function(e,t,n){return ai(e,t,uo(n,2),!0)},zn.sortedLastIndexOf=function(e,t){if(null==e?0:e.length){var n=oi(e,t,!0)-1;if(za(e[n],t))return n}return-1},zn.startCase=Qs,zn.startsWith=function(e,t,n){return e=ys(e),n=null==n?0:sr(hs(n),0,e.length),t=li(t),e.slice(n,n+t.length)==t},zn.subtract=_u,zn.sum=function(e){return e&&e.length?Xt(e,ru):0},zn.sumBy=function(e,t){return e&&e.length?Xt(e,uo(t,2)):0},zn.template=function(e,t,n){var r=zn.templateSettings;n&&Eo(e,t,n)&&(t=i),e=ys(e),t=bs({},t,r,Zi);var o=bs({},t.imports,r.imports,Zi),a=Os(o),s=en(o,a);wt(a,function(e){if(fe.test(e))throw new se("Invalid `imports` option passed into `_.template`")});var u,l,c=0,d=t.interpolate||be,f="__p += '",p=Fe((t.escape||be).source+"|"+d.source+"|"+(d===ee?he:be).source+"|"+(t.evaluate||be).source+"|$","g"),h="//# sourceURL="+(Pe.call(t,"sourceURL")?(t.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++st+"]")+"\n";e.replace(p,function(t,n,r,i,o,a){return r||(r=i),f+=e.slice(c,a).replace(_e,sn),n&&(u=!0,f+="' +\n__e("+n+") +\n'"),o&&(l=!0,f+="';\n"+o+";\n__p += '"),r&&(f+="' +\n((__t = ("+r+")) == null ? '' : __t) +\n'"),c=a+t.length,t}),f+="';\n";var m=Pe.call(t,"variable")&&t.variable;if(m){if(fe.test(m))throw new se("Invalid `variable` option passed into `_.template`")}else f="with (obj) {\n"+f+"\n}\n";f=(l?f.replace(W,""):f).replace(Y,"$1").replace(q,"$1;"),f="function("+(m||"obj")+") {\n"+(m?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(u?", __e = _.escape":"")+(l?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+f+"return __p\n}";var g=Zs(function(){return Ce(a,h+"return "+f).apply(i,s)});if(g.source=f,Xa(g))throw g;return g},zn.times=function(e,t){if((e=hs(e))<1||e>h)return[];var n=g,r=vn(e,g);t=uo(t),e-=g;for(var i=Jt(r,t);++n<e;)t(n);return i},zn.toFinite=ps,zn.toInteger=hs,zn.toLength=ms,zn.toLower=function(e){return ys(e).toLowerCase()},zn.toNumber=gs,zn.toSafeInteger=function(e){return e?sr(hs(e),-9007199254740991,h):0===e?e:0},zn.toString=ys,zn.toUpper=function(e){return ys(e).toUpperCase()},zn.trim=function(e,t,n){if((e=ys(e))&&(n||t===i))return Zt(e);if(!e||!(t=li(t)))return e;var r=mn(e),o=mn(t);return Ai(r,nn(r,o),rn(r,o)+1).join("")},zn.trimEnd=function(e,t,n){if((e=ys(e))&&(n||t===i))return e.slice(0,gn(e)+1);if(!e||!(t=li(t)))return e;var r=mn(e);return Ai(r,0,rn(r,mn(t))+1).join("")},zn.trimStart=function(e,t,n){if((e=ys(e))&&(n||t===i))return e.replace(ae,"");if(!e||!(t=li(t)))return e;var r=mn(e);return Ai(r,nn(r,mn(t))).join("")},zn.truncate=function(e,t){var n=30,r="...";if(es(t)){var o="separator"in t?t.separator:o;n="length"in t?hs(t.length):n,r="omission"in t?li(t.omission):r}var a=(e=ys(e)).length;if(un(e)){var s=mn(e);a=s.length}if(n>=a)return e;var u=n-hn(r);if(u<1)return r;var l=s?Ai(s,0,u).join(""):e.slice(0,u);if(o===i)return l+r;if(s&&(u+=l.length-u),os(o)){if(e.slice(u).search(o)){var c,d=l;for(o.global||(o=Fe(o.source,ys(me.exec(o))+"g")),o.lastIndex=0;c=o.exec(d);)var f=c.index;l=l.slice(0,f===i?u:f)}}else if(e.indexOf(li(o),u)!=u){var p=l.lastIndexOf(o);p>-1&&(l=l.slice(0,p))}return l+r},zn.unescape=function(e){return(e=ys(e))&&X.test(e)?e.replace(Q,Dn):e},zn.uniqueId=function(e){var t=++Re;return ys(e)+t},zn.upperCase=Ks,zn.upperFirst=Xs,zn.each=ya,zn.eachRight=va,zn.first=Yo,su(zn,function(){var e={};return Er(zn,function(t,n){Pe.call(zn.prototype,n)||(e[n]=t)}),e}(),{chain:!1}),zn.VERSION="4.18.1",wt(["bind","bindKey","curry","curryRight","partial","partialRight"],function(e){zn[e].placeholder=zn}),wt(["drop","take"],function(e,t){Gn.prototype[e]=function(n){n=n===i?1:Qt(hs(n),0);var r=this.__filtered__&&!t?new Gn(this):this.clone();return r.__filtered__?r.__takeCount__=vn(n,r.__takeCount__):r.__views__.push({size:vn(n,g),type:e+(r.__dir__<0?"Right":"")}),r},Gn.prototype[e+"Right"]=function(t){return this.reverse()[e](t).reverse()}}),wt(["filter","map","takeWhile"],function(e,t){var n=t+1,r=1==n||3==n;Gn.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:uo(e,3),type:n}),t.__filtered__=t.__filtered__||r,t}}),wt(["head","last"],function(e,t){var n="take"+(t?"Right":"");Gn.prototype[e]=function(){return this[n](1).value()[0]}}),wt(["initial","tail"],function(e,t){var n="drop"+(t?"":"Right");Gn.prototype[e]=function(){return this.__filtered__?new Gn(this):this[n](1)}}),Gn.prototype.compact=function(){return this.filter(ru)},Gn.prototype.find=function(e){return this.filter(e).head()},Gn.prototype.findLast=function(e){return this.reverse().find(e)},Gn.prototype.invokeMap=Xr(function(e,t){return"function"==typeof e?new Gn(this):this.map(function(n){return xr(n,e,t)})}),Gn.prototype.reject=function(e){return this.filter(Pa(uo(e)))},Gn.prototype.slice=function(e,t){e=hs(e);var n=this;return n.__filtered__&&(e>0||t<0)?new Gn(n):(e<0?n=n.takeRight(-e):e&&(n=n.drop(e)),t!==i&&(n=(t=hs(t))<0?n.dropRight(-t):n.take(t-e)),n)},Gn.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},Gn.prototype.toArray=function(){return this.take(g)},Er(Gn.prototype,function(e,t){var n=/^(?:filter|find|map|reject)|While$/.test(t),r=/^(?:head|last)$/.test(t),o=zn[r?"take"+("last"==t?"Right":""):t],a=r||/^find/.test(t);o&&(zn.prototype[t]=function(){var t=this.__wrapped__,s=r?[1]:arguments,u=t instanceof Gn,l=s[0],c=u||Ga(t),d=function(e){var t=o.apply(zn,Rt([e],s));return r&&f?t[0]:t};c&&n&&"function"==typeof l&&1!=l.length&&(u=c=!1);var f=this.__chain__,p=!!this.__actions__.length,h=a&&!f,m=u&&!p;if(!a&&c){t=m?t:new Gn(this);var g=e.apply(t,s);return g.__actions__.push({func:pa,args:[d],thisArg:i}),new Vn(g,f)}return h&&m?e.apply(this,s):(g=this.thru(d),h?r?g.value()[0]:g.value():g)})}),wt(["pop","push","shift","sort","splice","unshift"],function(e){var t=xe[e],n=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",r=/^(?:pop|shift)$/.test(e);zn.prototype[e]=function(){var e=arguments;if(r&&!this.__chain__){var i=this.value();return t.apply(Ga(i)?i:[],e)}return this[n](function(n){return t.apply(Ga(n)?n:[],e)})}}),Er(Gn.prototype,function(e,t){var n=zn[t];if(n){var r=n.name+"";Pe.call(On,r)||(On[r]=[]),On[r].push({name:t,func:n})}}),On[zi(i,2).name]=[{name:"wrapper",func:i}],Gn.prototype.clone=function(){var e=new Gn(this.__wrapped__);return e.__actions__=wi(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=wi(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=wi(this.__views__),e},Gn.prototype.reverse=function(){if(this.__filtered__){var e=new Gn(this);e.__dir__=-1,e.__filtered__=!0}else(e=this.clone()).__dir__*=-1;return e},Gn.prototype.value=function(){var e=this.__wrapped__.value(),t=this.__dir__,n=Ga(e),r=t<0,i=n?e.length:0,o=function(e,t,n){var r=-1,i=n.length;for(;++r<i;){var o=n[r],a=o.size;switch(o.type){case"drop":e+=a;break;case"dropRight":t-=a;break;case"take":t=vn(t,e+a);break;case"takeRight":e=Qt(e,t-a)}}return{start:e,end:t}}(0,i,this.__views__),a=o.start,s=o.end,u=s-a,l=r?s:a-1,c=this.__iteratees__,d=c.length,f=0,p=vn(u,this.__takeCount__);if(!n||!r&&i==u&&p==u)return hi(e,this.__actions__);var h=[];e:for(;u--&&f<p;){for(var m=-1,g=e[l+=t];++m<d;){var D=c[m],y=D.iteratee,v=D.type,E=y(g);if(2==v)g=E;else if(!E){if(1==v)continue e;break e}}h[f++]=g}return h},zn.prototype.at=ha,zn.prototype.chain=function(){return fa(this)},zn.prototype.commit=function(){return new Vn(this.value(),this.__chain__)},zn.prototype.next=function(){this.__values__===i&&(this.__values__=fs(this.value()));var e=this.__index__>=this.__values__.length;return{done:e,value:e?i:this.__values__[this.__index__++]}},zn.prototype.plant=function(e){for(var t,n=this;n instanceof Hn;){var r=jo(n);r.__index__=0,r.__values__=i,t?o.__wrapped__=r:t=r;var o=r;n=n.__wrapped__}return o.__wrapped__=e,t},zn.prototype.reverse=function(){var e=this.__wrapped__;if(e instanceof Gn){var t=e;return this.__actions__.length&&(t=new Gn(this)),(t=t.reverse()).__actions__.push({func:pa,args:[ea],thisArg:i}),new Vn(t,this.__chain__)}return this.thru(ea)},zn.prototype.toJSON=zn.prototype.valueOf=zn.prototype.value=function(){return hi(this.__wrapped__,this.__actions__)},zn.prototype.first=zn.prototype.head,Je&&(zn.prototype[Je]=function(){return this}),zn}();mt._=yn,(r=function(){return yn}.call(t,n,t,e))===i||(e.exports=r)}.call(this)},262(e,t,n){var r=n(9910),i=n(3279);e.exports=function(e){return e&&e.length?r(e,i):0}},1497(e,t,n){"use strict";var r=n(3218);function i(){}function o(){}o.resetWarningCache=i,e.exports=function(){function e(e,t,n,i,o,a){if(a!==r){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var n={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:o,resetWarningCache:i};return n.PropTypes=n,n}},5173(e,t,n){e.exports=n(1497)()},3218(e){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},2730(e,t,n){"use strict";var r=n(5043),i=n(8853);function o(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n<arguments.length;n++)t+="&args[]="+encodeURIComponent(arguments[n]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var a=new Set,s={};function u(e,t){l(e,t),l(e+"Capture",t)}function l(e,t){for(s[e]=t,e=0;e<t.length;e++)a.add(t[e])}var c=!("undefined"===typeof window||"undefined"===typeof window.document||"undefined"===typeof window.document.createElement),d=Object.prototype.hasOwnProperty,f=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,p={},h={};function m(e,t,n,r,i,o,a){this.acceptsBooleans=2===t||3===t||4===t,this.attributeName=r,this.attributeNamespace=i,this.mustUseProperty=n,this.propertyName=e,this.type=t,this.sanitizeURL=o,this.removeEmptyString=a}var g={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e){g[e]=new m(e,0,!1,e,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var t=e[0];g[t]=new m(t,1,!1,e[1],null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(e){g[e]=new m(e,2,!1,e.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){g[e]=new m(e,2,!1,e,null,!1,!1)}),"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(e){g[e]=new m(e,3,!1,e.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(e){g[e]=new m(e,3,!0,e,null,!1,!1)}),["capture","download"].forEach(function(e){g[e]=new m(e,4,!1,e,null,!1,!1)}),["cols","rows","size","span"].forEach(function(e){g[e]=new m(e,6,!1,e,null,!1,!1)}),["rowSpan","start"].forEach(function(e){g[e]=new m(e,5,!1,e.toLowerCase(),null,!1,!1)});var D=/[\-:]([a-z])/g;function y(e){return e[1].toUpperCase()}function v(e,t,n,r){var i=g.hasOwnProperty(t)?g[t]:null;(null!==i?0!==i.type:r||!(2<t.length)||"o"!==t[0]&&"O"!==t[0]||"n"!==t[1]&&"N"!==t[1])&&(function(e,t,n,r){if(null===t||"undefined"===typeof t||function(e,t,n,r){if(null!==n&&0===n.type)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":return!r&&(null!==n?!n.acceptsBooleans:"data-"!==(e=e.toLowerCase().slice(0,5))&&"aria-"!==e);default:return!1}}(e,t,n,r))return!0;if(r)return!1;if(null!==n)switch(n.type){case 3:return!t;case 4:return!1===t;case 5:return isNaN(t);case 6:return isNaN(t)||1>t}return!1}(t,n,i,r)&&(n=null),r||null===i?function(e){return!!d.call(h,e)||!d.call(p,e)&&(f.test(e)?h[e]=!0:(p[e]=!0,!1))}(t)&&(null===n?e.removeAttribute(t):e.setAttribute(t,""+n)):i.mustUseProperty?e[i.propertyName]=null===n?3!==i.type&&"":n:(t=i.attributeName,r=i.attributeNamespace,null===n?e.removeAttribute(t):(n=3===(i=i.type)||4===i&&!0===n?"":""+n,r?e.setAttributeNS(r,t,n):e.setAttribute(t,n))))}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(e){var t=e.replace(D,y);g[t]=new m(t,1,!1,e,null,!1,!1)}),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(e){var t=e.replace(D,y);g[t]=new m(t,1,!1,e,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(e){var t=e.replace(D,y);g[t]=new m(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(e){g[e]=new m(e,1,!1,e.toLowerCase(),null,!1,!1)}),g.xlinkHref=new m("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(e){g[e]=new m(e,1,!1,e.toLowerCase(),null,!0,!0)});var E=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,A=Symbol.for("react.element"),b=Symbol.for("react.portal"),_=Symbol.for("react.fragment"),C=Symbol.for("react.strict_mode"),T=Symbol.for("react.profiler"),k=Symbol.for("react.provider"),F=Symbol.for("react.context"),S=Symbol.for("react.forward_ref"),w=Symbol.for("react.suspense"),x=Symbol.for("react.suspense_list"),O=Symbol.for("react.memo"),N=Symbol.for("react.lazy");Symbol.for("react.scope"),Symbol.for("react.debug_trace_mode");var B=Symbol.for("react.offscreen");Symbol.for("react.legacy_hidden"),Symbol.for("react.cache"),Symbol.for("react.tracing_marker");var I=Symbol.iterator;function P(e){return null===e||"object"!==typeof e?null:"function"===typeof(e=I&&e[I]||e["@@iterator"])?e:null}var R,L=Object.assign;function M(e){if(void 0===R)try{throw Error()}catch(n){var t=n.stack.trim().match(/\n( *(at )?)/);R=t&&t[1]||""}return"\n"+R+e}var j=!1;function z(e,t){if(!e||j)return"";j=!0;var n=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{if(t)if(t=function(){throw Error()},Object.defineProperty(t.prototype,"props",{set:function(){throw Error()}}),"object"===typeof Reflect&&Reflect.construct){try{Reflect.construct(t,[])}catch(l){var r=l}Reflect.construct(e,[],t)}else{try{t.call()}catch(l){r=l}e.call(t.prototype)}else{try{throw Error()}catch(l){r=l}e()}}catch(l){if(l&&r&&"string"===typeof l.stack){for(var i=l.stack.split("\n"),o=r.stack.split("\n"),a=i.length-1,s=o.length-1;1<=a&&0<=s&&i[a]!==o[s];)s--;for(;1<=a&&0<=s;a--,s--)if(i[a]!==o[s]){if(1!==a||1!==s)do{if(a--,0>--s||i[a]!==o[s]){var u="\n"+i[a].replace(" at new "," at ");return e.displayName&&u.includes("<anonymous>")&&(u=u.replace("<anonymous>",e.displayName)),u}}while(1<=a&&0<=s);break}}}finally{j=!1,Error.prepareStackTrace=n}return(e=e?e.displayName||e.name:"")?M(e):""}function U(e){switch(e.tag){case 5:return M(e.type);case 16:return M("Lazy");case 13:return M("Suspense");case 19:return M("SuspenseList");case 0:case 2:case 15:return e=z(e.type,!1);case 11:return e=z(e.type.render,!1);case 1:return e=z(e.type,!0);default:return""}}function H(e){if(null==e)return null;if("function"===typeof e)return e.displayName||e.name||null;if("string"===typeof e)return e;switch(e){case _:return"Fragment";case b:return"Portal";case T:return"Profiler";case C:return"StrictMode";case w:return"Suspense";case x:return"SuspenseList"}if("object"===typeof e)switch(e.$$typeof){case F:return(e.displayName||"Context")+".Consumer";case k:return(e._context.displayName||"Context")+".Provider";case S:var t=e.render;return(e=e.displayName)||(e=""!==(e=t.displayName||t.name||"")?"ForwardRef("+e+")":"ForwardRef"),e;case O:return null!==(t=e.displayName||null)?t:H(e.type)||"Memo";case N:t=e._payload,e=e._init;try{return H(e(t))}catch(n){}}return null}function V(e){var t=e.type;switch(e.tag){case 24:return"Cache";case 9:return(t.displayName||"Context")+".Consumer";case 10:return(t._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return e=(e=t.render).displayName||e.name||"",t.displayName||(""!==e?"ForwardRef("+e+")":"ForwardRef");case 7:return"Fragment";case 5:return t;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return H(t);case 8:return t===C?"StrictMode":"Mode";case 22:return"Offscreen";case 12:return"Profiler";case 21:return"Scope";case 13:return"Suspense";case 19:return"SuspenseList";case 25:return"TracingMarker";case 1:case 0:case 17:case 2:case 14:case 15:if("function"===typeof t)return t.displayName||t.name||null;if("string"===typeof t)return t}return null}function G(e){switch(typeof e){case"boolean":case"number":case"string":case"undefined":case"object":return e;default:return""}}function W(e){var t=e.type;return(e=e.nodeName)&&"input"===e.toLowerCase()&&("checkbox"===t||"radio"===t)}function Y(e){e._valueTracker||(e._valueTracker=function(e){var t=W(e)?"checked":"value",n=Object.getOwnPropertyDescriptor(e.constructor.prototype,t),r=""+e[t];if(!e.hasOwnProperty(t)&&"undefined"!==typeof n&&"function"===typeof n.get&&"function"===typeof n.set){var i=n.get,o=n.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return i.call(this)},set:function(e){r=""+e,o.call(this,e)}}),Object.defineProperty(e,t,{enumerable:n.enumerable}),{getValue:function(){return r},setValue:function(e){r=""+e},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}(e))}function q(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var n=t.getValue(),r="";return e&&(r=W(e)?e.checked?"true":"false":e.value),(e=r)!==n&&(t.setValue(e),!0)}function Q(e){if("undefined"===typeof(e=e||("undefined"!==typeof document?document:void 0)))return null;try{return e.activeElement||e.body}catch(t){return e.body}}function K(e,t){var n=t.checked;return L({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:null!=n?n:e._wrapperState.initialChecked})}function X(e,t){var n=null==t.defaultValue?"":t.defaultValue,r=null!=t.checked?t.checked:t.defaultChecked;n=G(null!=t.value?t.value:n),e._wrapperState={initialChecked:r,initialValue:n,controlled:"checkbox"===t.type||"radio"===t.type?null!=t.checked:null!=t.value}}function J(e,t){null!=(t=t.checked)&&v(e,"checked",t,!1)}function Z(e,t){J(e,t);var n=G(t.value),r=t.type;if(null!=n)"number"===r?(0===n&&""===e.value||e.value!=n)&&(e.value=""+n):e.value!==""+n&&(e.value=""+n);else if("submit"===r||"reset"===r)return void e.removeAttribute("value");t.hasOwnProperty("value")?ee(e,t.type,n):t.hasOwnProperty("defaultValue")&&ee(e,t.type,G(t.defaultValue)),null==t.checked&&null!=t.defaultChecked&&(e.defaultChecked=!!t.defaultChecked)}function $(e,t,n){if(t.hasOwnProperty("value")||t.hasOwnProperty("defaultValue")){var r=t.type;if(!("submit"!==r&&"reset"!==r||void 0!==t.value&&null!==t.value))return;t=""+e._wrapperState.initialValue,n||t===e.value||(e.value=t),e.defaultValue=t}""!==(n=e.name)&&(e.name=""),e.defaultChecked=!!e._wrapperState.initialChecked,""!==n&&(e.name=n)}function ee(e,t,n){"number"===t&&Q(e.ownerDocument)===e||(null==n?e.defaultValue=""+e._wrapperState.initialValue:e.defaultValue!==""+n&&(e.defaultValue=""+n))}var te=Array.isArray;function ne(e,t,n,r){if(e=e.options,t){t={};for(var i=0;i<n.length;i++)t["$"+n[i]]=!0;for(n=0;n<e.length;n++)i=t.hasOwnProperty("$"+e[n].value),e[n].selected!==i&&(e[n].selected=i),i&&r&&(e[n].defaultSelected=!0)}else{for(n=""+G(n),t=null,i=0;i<e.length;i++){if(e[i].value===n)return e[i].selected=!0,void(r&&(e[i].defaultSelected=!0));null!==t||e[i].disabled||(t=e[i])}null!==t&&(t.selected=!0)}}function re(e,t){if(null!=t.dangerouslySetInnerHTML)throw Error(o(91));return L({},t,{value:void 0,defaultValue:void 0,children:""+e._wrapperState.initialValue})}function ie(e,t){var n=t.value;if(null==n){if(n=t.children,t=t.defaultValue,null!=n){if(null!=t)throw Error(o(92));if(te(n)){if(1<n.length)throw Error(o(93));n=n[0]}t=n}null==t&&(t=""),n=t}e._wrapperState={initialValue:G(n)}}function oe(e,t){var n=G(t.value),r=G(t.defaultValue);null!=n&&((n=""+n)!==e.value&&(e.value=n),null==t.defaultValue&&e.defaultValue!==n&&(e.defaultValue=n)),null!=r&&(e.defaultValue=""+r)}function ae(e){var t=e.textContent;t===e._wrapperState.initialValue&&""!==t&&null!==t&&(e.value=t)}function se(e){switch(e){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function ue(e,t){return null==e||"http://www.w3.org/1999/xhtml"===e?se(t):"http://www.w3.org/2000/svg"===e&&"foreignObject"===t?"http://www.w3.org/1999/xhtml":e}var le,ce,de=(ce=function(e,t){if("http://www.w3.org/2000/svg"!==e.namespaceURI||"innerHTML"in e)e.innerHTML=t;else{for((le=le||document.createElement("div")).innerHTML="<svg>"+t.valueOf().toString()+"</svg>",t=le.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;t.firstChild;)e.appendChild(t.firstChild)}},"undefined"!==typeof MSApp&&MSApp.execUnsafeLocalFunction?function(e,t,n,r){MSApp.execUnsafeLocalFunction(function(){return ce(e,t)})}:ce);function fe(e,t){if(t){var n=e.firstChild;if(n&&n===e.lastChild&&3===n.nodeType)return void(n.nodeValue=t)}e.textContent=t}var pe={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},he=["Webkit","ms","Moz","O"];function me(e,t,n){return null==t||"boolean"===typeof t||""===t?"":n||"number"!==typeof t||0===t||pe.hasOwnProperty(e)&&pe[e]?(""+t).trim():t+"px"}function ge(e,t){for(var n in e=e.style,t)if(t.hasOwnProperty(n)){var r=0===n.indexOf("--"),i=me(n,t[n],r);"float"===n&&(n="cssFloat"),r?e.setProperty(n,i):e[n]=i}}Object.keys(pe).forEach(function(e){he.forEach(function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),pe[t]=pe[e]})});var De=L({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function ye(e,t){if(t){if(De[e]&&(null!=t.children||null!=t.dangerouslySetInnerHTML))throw Error(o(137,e));if(null!=t.dangerouslySetInnerHTML){if(null!=t.children)throw Error(o(60));if("object"!==typeof t.dangerouslySetInnerHTML||!("__html"in t.dangerouslySetInnerHTML))throw Error(o(61))}if(null!=t.style&&"object"!==typeof t.style)throw Error(o(62))}}function ve(e,t){if(-1===e.indexOf("-"))return"string"===typeof t.is;switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var Ee=null;function Ae(e){return(e=e.target||e.srcElement||window).correspondingUseElement&&(e=e.correspondingUseElement),3===e.nodeType?e.parentNode:e}var be=null,_e=null,Ce=null;function Te(e){if(e=vi(e)){if("function"!==typeof be)throw Error(o(280));var t=e.stateNode;t&&(t=Ai(t),be(e.stateNode,e.type,t))}}function ke(e){_e?Ce?Ce.push(e):Ce=[e]:_e=e}function Fe(){if(_e){var e=_e,t=Ce;if(Ce=_e=null,Te(e),t)for(e=0;e<t.length;e++)Te(t[e])}}function Se(e,t){return e(t)}function we(){}var xe=!1;function Oe(e,t,n){if(xe)return e(t,n);xe=!0;try{return Se(e,t,n)}finally{xe=!1,(null!==_e||null!==Ce)&&(we(),Fe())}}function Ne(e,t){var n=e.stateNode;if(null===n)return null;var r=Ai(n);if(null===r)return null;n=r[t];e:switch(t){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(r=!r.disabled)||(r=!("button"===(e=e.type)||"input"===e||"select"===e||"textarea"===e)),e=!r;break e;default:e=!1}if(e)return null;if(n&&"function"!==typeof n)throw Error(o(231,t,typeof n));return n}var Be=!1;if(c)try{var Ie={};Object.defineProperty(Ie,"passive",{get:function(){Be=!0}}),window.addEventListener("test",Ie,Ie),window.removeEventListener("test",Ie,Ie)}catch(ce){Be=!1}function Pe(e,t,n,r,i,o,a,s,u){var l=Array.prototype.slice.call(arguments,3);try{t.apply(n,l)}catch(c){this.onError(c)}}var Re=!1,Le=null,Me=!1,je=null,ze={onError:function(e){Re=!0,Le=e}};function Ue(e,t,n,r,i,o,a,s,u){Re=!1,Le=null,Pe.apply(ze,arguments)}function He(e){var t=e,n=e;if(e.alternate)for(;t.return;)t=t.return;else{e=t;do{0!==(4098&(t=e).flags)&&(n=t.return),e=t.return}while(e)}return 3===t.tag?n:null}function Ve(e){if(13===e.tag){var t=e.memoizedState;if(null===t&&(null!==(e=e.alternate)&&(t=e.memoizedState)),null!==t)return t.dehydrated}return null}function Ge(e){if(He(e)!==e)throw Error(o(188))}function We(e){return null!==(e=function(e){var t=e.alternate;if(!t){if(null===(t=He(e)))throw Error(o(188));return t!==e?null:e}for(var n=e,r=t;;){var i=n.return;if(null===i)break;var a=i.alternate;if(null===a){if(null!==(r=i.return)){n=r;continue}break}if(i.child===a.child){for(a=i.child;a;){if(a===n)return Ge(i),e;if(a===r)return Ge(i),t;a=a.sibling}throw Error(o(188))}if(n.return!==r.return)n=i,r=a;else{for(var s=!1,u=i.child;u;){if(u===n){s=!0,n=i,r=a;break}if(u===r){s=!0,r=i,n=a;break}u=u.sibling}if(!s){for(u=a.child;u;){if(u===n){s=!0,n=a,r=i;break}if(u===r){s=!0,r=a,n=i;break}u=u.sibling}if(!s)throw Error(o(189))}}if(n.alternate!==r)throw Error(o(190))}if(3!==n.tag)throw Error(o(188));return n.stateNode.current===n?e:t}(e))?Ye(e):null}function Ye(e){if(5===e.tag||6===e.tag)return e;for(e=e.child;null!==e;){var t=Ye(e);if(null!==t)return t;e=e.sibling}return null}var qe=i.unstable_scheduleCallback,Qe=i.unstable_cancelCallback,Ke=i.unstable_shouldYield,Xe=i.unstable_requestPaint,Je=i.unstable_now,Ze=i.unstable_getCurrentPriorityLevel,$e=i.unstable_ImmediatePriority,et=i.unstable_UserBlockingPriority,tt=i.unstable_NormalPriority,nt=i.unstable_LowPriority,rt=i.unstable_IdlePriority,it=null,ot=null;var at=Math.clz32?Math.clz32:function(e){return e>>>=0,0===e?32:31-(st(e)/ut|0)|0},st=Math.log,ut=Math.LN2;var lt=64,ct=4194304;function dt(e){switch(e&-e){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return 4194240&e;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return 130023424&e;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return e}}function ft(e,t){var n=e.pendingLanes;if(0===n)return 0;var r=0,i=e.suspendedLanes,o=e.pingedLanes,a=268435455&n;if(0!==a){var s=a&~i;0!==s?r=dt(s):0!==(o&=a)&&(r=dt(o))}else 0!==(a=n&~i)?r=dt(a):0!==o&&(r=dt(o));if(0===r)return 0;if(0!==t&&t!==r&&0===(t&i)&&((i=r&-r)>=(o=t&-t)||16===i&&0!==(4194240&o)))return t;if(0!==(4&r)&&(r|=16&n),0!==(t=e.entangledLanes))for(e=e.entanglements,t&=r;0<t;)i=1<<(n=31-at(t)),r|=e[n],t&=~i;return r}function pt(e,t){switch(e){case 1:case 2:case 4:return t+250;case 8:case 16:case 32:case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return t+5e3;default:return-1}}function ht(e){return 0!==(e=-1073741825&e.pendingLanes)?e:1073741824&e?1073741824:0}function mt(){var e=lt;return 0===(4194240&(lt<<=1))&&(lt=64),e}function gt(e){for(var t=[],n=0;31>n;n++)t.push(e);return t}function Dt(e,t,n){e.pendingLanes|=t,536870912!==t&&(e.suspendedLanes=0,e.pingedLanes=0),(e=e.eventTimes)[t=31-at(t)]=n}function yt(e,t){var n=e.entangledLanes|=t;for(e=e.entanglements;n;){var r=31-at(n),i=1<<r;i&t|e[r]&t&&(e[r]|=t),n&=~i}}var vt=0;function Et(e){return 1<(e&=-e)?4<e?0!==(268435455&e)?16:536870912:4:1}var At,bt,_t,Ct,Tt,kt=!1,Ft=[],St=null,wt=null,xt=null,Ot=new Map,Nt=new Map,Bt=[],It="mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput copy cut paste click change contextmenu reset submit".split(" ");function Pt(e,t){switch(e){case"focusin":case"focusout":St=null;break;case"dragenter":case"dragleave":wt=null;break;case"mouseover":case"mouseout":xt=null;break;case"pointerover":case"pointerout":Ot.delete(t.pointerId);break;case"gotpointercapture":case"lostpointercapture":Nt.delete(t.pointerId)}}function Rt(e,t,n,r,i,o){return null===e||e.nativeEvent!==o?(e={blockedOn:t,domEventName:n,eventSystemFlags:r,nativeEvent:o,targetContainers:[i]},null!==t&&(null!==(t=vi(t))&&bt(t)),e):(e.eventSystemFlags|=r,t=e.targetContainers,null!==i&&-1===t.indexOf(i)&&t.push(i),e)}function Lt(e){var t=yi(e.target);if(null!==t){var n=He(t);if(null!==n)if(13===(t=n.tag)){if(null!==(t=Ve(n)))return e.blockedOn=t,void Tt(e.priority,function(){_t(n)})}else if(3===t&&n.stateNode.current.memoizedState.isDehydrated)return void(e.blockedOn=3===n.tag?n.stateNode.containerInfo:null)}e.blockedOn=null}function Mt(e){if(null!==e.blockedOn)return!1;for(var t=e.targetContainers;0<t.length;){var n=Kt(e.domEventName,e.eventSystemFlags,t[0],e.nativeEvent);if(null!==n)return null!==(t=vi(n))&&bt(t),e.blockedOn=n,!1;var r=new(n=e.nativeEvent).constructor(n.type,n);Ee=r,n.target.dispatchEvent(r),Ee=null,t.shift()}return!0}function jt(e,t,n){Mt(e)&&n.delete(t)}function zt(){kt=!1,null!==St&&Mt(St)&&(St=null),null!==wt&&Mt(wt)&&(wt=null),null!==xt&&Mt(xt)&&(xt=null),Ot.forEach(jt),Nt.forEach(jt)}function Ut(e,t){e.blockedOn===t&&(e.blockedOn=null,kt||(kt=!0,i.unstable_scheduleCallback(i.unstable_NormalPriority,zt)))}function Ht(e){function t(t){return Ut(t,e)}if(0<Ft.length){Ut(Ft[0],e);for(var n=1;n<Ft.length;n++){var r=Ft[n];r.blockedOn===e&&(r.blockedOn=null)}}for(null!==St&&Ut(St,e),null!==wt&&Ut(wt,e),null!==xt&&Ut(xt,e),Ot.forEach(t),Nt.forEach(t),n=0;n<Bt.length;n++)(r=Bt[n]).blockedOn===e&&(r.blockedOn=null);for(;0<Bt.length&&null===(n=Bt[0]).blockedOn;)Lt(n),null===n.blockedOn&&Bt.shift()}var Vt=E.ReactCurrentBatchConfig,Gt=!0;function Wt(e,t,n,r){var i=vt,o=Vt.transition;Vt.transition=null;try{vt=1,qt(e,t,n,r)}finally{vt=i,Vt.transition=o}}function Yt(e,t,n,r){var i=vt,o=Vt.transition;Vt.transition=null;try{vt=4,qt(e,t,n,r)}finally{vt=i,Vt.transition=o}}function qt(e,t,n,r){if(Gt){var i=Kt(e,t,n,r);if(null===i)Gr(e,t,r,Qt,n),Pt(e,r);else if(function(e,t,n,r,i){switch(t){case"focusin":return St=Rt(St,e,t,n,r,i),!0;case"dragenter":return wt=Rt(wt,e,t,n,r,i),!0;case"mouseover":return xt=Rt(xt,e,t,n,r,i),!0;case"pointerover":var o=i.pointerId;return Ot.set(o,Rt(Ot.get(o)||null,e,t,n,r,i)),!0;case"gotpointercapture":return o=i.pointerId,Nt.set(o,Rt(Nt.get(o)||null,e,t,n,r,i)),!0}return!1}(i,e,t,n,r))r.stopPropagation();else if(Pt(e,r),4&t&&-1<It.indexOf(e)){for(;null!==i;){var o=vi(i);if(null!==o&&At(o),null===(o=Kt(e,t,n,r))&&Gr(e,t,r,Qt,n),o===i)break;i=o}null!==i&&r.stopPropagation()}else Gr(e,t,r,null,n)}}var Qt=null;function Kt(e,t,n,r){if(Qt=null,null!==(e=yi(e=Ae(r))))if(null===(t=He(e)))e=null;else if(13===(n=t.tag)){if(null!==(e=Ve(t)))return e;e=null}else if(3===n){if(t.stateNode.current.memoizedState.isDehydrated)return 3===t.tag?t.stateNode.containerInfo:null;e=null}else t!==e&&(e=null);return Qt=e,null}function Xt(e){switch(e){case"cancel":case"click":case"close":case"contextmenu":case"copy":case"cut":case"auxclick":case"dblclick":case"dragend":case"dragstart":case"drop":case"focusin":case"focusout":case"input":case"invalid":case"keydown":case"keypress":case"keyup":case"mousedown":case"mouseup":case"paste":case"pause":case"play":case"pointercancel":case"pointerdown":case"pointerup":case"ratechange":case"reset":case"resize":case"seeked":case"submit":case"touchcancel":case"touchend":case"touchstart":case"volumechange":case"change":case"selectionchange":case"textInput":case"compositionstart":case"compositionend":case"compositionupdate":case"beforeblur":case"afterblur":case"beforeinput":case"blur":case"fullscreenchange":case"focus":case"hashchange":case"popstate":case"select":case"selectstart":return 1;case"drag":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"mousemove":case"mouseout":case"mouseover":case"pointermove":case"pointerout":case"pointerover":case"scroll":case"toggle":case"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return 4;case"message":switch(Ze()){case $e:return 1;case et:return 4;case tt:case nt:return 16;case rt:return 536870912;default:return 16}default:return 16}}var Jt=null,Zt=null,$t=null;function en(){if($t)return $t;var e,t,n=Zt,r=n.length,i="value"in Jt?Jt.value:Jt.textContent,o=i.length;for(e=0;e<r&&n[e]===i[e];e++);var a=r-e;for(t=1;t<=a&&n[r-t]===i[o-t];t++);return $t=i.slice(e,1<t?1-t:void 0)}function tn(e){var t=e.keyCode;return"charCode"in e?0===(e=e.charCode)&&13===t&&(e=13):e=t,10===e&&(e=13),32<=e||13===e?e:0}function nn(){return!0}function rn(){return!1}function on(e){function t(t,n,r,i,o){for(var a in this._reactName=t,this._targetInst=r,this.type=n,this.nativeEvent=i,this.target=o,this.currentTarget=null,e)e.hasOwnProperty(a)&&(t=e[a],this[a]=t?t(i):i[a]);return this.isDefaultPrevented=(null!=i.defaultPrevented?i.defaultPrevented:!1===i.returnValue)?nn:rn,this.isPropagationStopped=rn,this}return L(t.prototype,{preventDefault:function(){this.defaultPrevented=!0;var e=this.nativeEvent;e&&(e.preventDefault?e.preventDefault():"unknown"!==typeof e.returnValue&&(e.returnValue=!1),this.isDefaultPrevented=nn)},stopPropagation:function(){var e=this.nativeEvent;e&&(e.stopPropagation?e.stopPropagation():"unknown"!==typeof e.cancelBubble&&(e.cancelBubble=!0),this.isPropagationStopped=nn)},persist:function(){},isPersistent:nn}),t}var an,sn,un,ln={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},cn=on(ln),dn=L({},ln,{view:0,detail:0}),fn=on(dn),pn=L({},dn,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:Tn,button:0,buttons:0,relatedTarget:function(e){return void 0===e.relatedTarget?e.fromElement===e.srcElement?e.toElement:e.fromElement:e.relatedTarget},movementX:function(e){return"movementX"in e?e.movementX:(e!==un&&(un&&"mousemove"===e.type?(an=e.screenX-un.screenX,sn=e.screenY-un.screenY):sn=an=0,un=e),an)},movementY:function(e){return"movementY"in e?e.movementY:sn}}),hn=on(pn),mn=on(L({},pn,{dataTransfer:0})),gn=on(L({},dn,{relatedTarget:0})),Dn=on(L({},ln,{animationName:0,elapsedTime:0,pseudoElement:0})),yn=L({},ln,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),vn=on(yn),En=on(L({},ln,{data:0})),An={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},bn={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},_n={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function Cn(e){var t=this.nativeEvent;return t.getModifierState?t.getModifierState(e):!!(e=_n[e])&&!!t[e]}function Tn(){return Cn}var kn=L({},dn,{key:function(e){if(e.key){var t=An[e.key]||e.key;if("Unidentified"!==t)return t}return"keypress"===e.type?13===(e=tn(e))?"Enter":String.fromCharCode(e):"keydown"===e.type||"keyup"===e.type?bn[e.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:Tn,charCode:function(e){return"keypress"===e.type?tn(e):0},keyCode:function(e){return"keydown"===e.type||"keyup"===e.type?e.keyCode:0},which:function(e){return"keypress"===e.type?tn(e):"keydown"===e.type||"keyup"===e.type?e.keyCode:0}}),Fn=on(kn),Sn=on(L({},pn,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0})),wn=on(L({},dn,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:Tn})),xn=on(L({},ln,{propertyName:0,elapsedTime:0,pseudoElement:0})),On=L({},pn,{deltaX:function(e){return"deltaX"in e?e.deltaX:"wheelDeltaX"in e?-e.wheelDeltaX:0},deltaY:function(e){return"deltaY"in e?e.deltaY:"wheelDeltaY"in e?-e.wheelDeltaY:"wheelDelta"in e?-e.wheelDelta:0},deltaZ:0,deltaMode:0}),Nn=on(On),Bn=[9,13,27,32],In=c&&"CompositionEvent"in window,Pn=null;c&&"documentMode"in document&&(Pn=document.documentMode);var Rn=c&&"TextEvent"in window&&!Pn,Ln=c&&(!In||Pn&&8<Pn&&11>=Pn),Mn=String.fromCharCode(32),jn=!1;function zn(e,t){switch(e){case"keyup":return-1!==Bn.indexOf(t.keyCode);case"keydown":return 229!==t.keyCode;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function Un(e){return"object"===typeof(e=e.detail)&&"data"in e?e.data:null}var Hn=!1;var Vn={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function Gn(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return"input"===t?!!Vn[e.type]:"textarea"===t}function Wn(e,t,n,r){ke(r),0<(t=Yr(t,"onChange")).length&&(n=new cn("onChange","change",null,n,r),e.push({event:n,listeners:t}))}var Yn=null,qn=null;function Qn(e){Mr(e,0)}function Kn(e){if(q(Ei(e)))return e}function Xn(e,t){if("change"===e)return t}var Jn=!1;if(c){var Zn;if(c){var $n="oninput"in document;if(!$n){var er=document.createElement("div");er.setAttribute("oninput","return;"),$n="function"===typeof er.oninput}Zn=$n}else Zn=!1;Jn=Zn&&(!document.documentMode||9<document.documentMode)}function tr(){Yn&&(Yn.detachEvent("onpropertychange",nr),qn=Yn=null)}function nr(e){if("value"===e.propertyName&&Kn(qn)){var t=[];Wn(t,qn,e,Ae(e)),Oe(Qn,t)}}function rr(e,t,n){"focusin"===e?(tr(),qn=n,(Yn=t).attachEvent("onpropertychange",nr)):"focusout"===e&&tr()}function ir(e){if("selectionchange"===e||"keyup"===e||"keydown"===e)return Kn(qn)}function or(e,t){if("click"===e)return Kn(t)}function ar(e,t){if("input"===e||"change"===e)return Kn(t)}var sr="function"===typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e===1/t)||e!==e&&t!==t};function ur(e,t){if(sr(e,t))return!0;if("object"!==typeof e||null===e||"object"!==typeof t||null===t)return!1;var n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;for(r=0;r<n.length;r++){var i=n[r];if(!d.call(t,i)||!sr(e[i],t[i]))return!1}return!0}function lr(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function cr(e,t){var n,r=lr(e);for(e=0;r;){if(3===r.nodeType){if(n=e+r.textContent.length,e<=t&&n>=t)return{node:r,offset:t-e};e=n}e:{for(;r;){if(r.nextSibling){r=r.nextSibling;break e}r=r.parentNode}r=void 0}r=lr(r)}}function dr(e,t){return!(!e||!t)&&(e===t||(!e||3!==e.nodeType)&&(t&&3===t.nodeType?dr(e,t.parentNode):"contains"in e?e.contains(t):!!e.compareDocumentPosition&&!!(16&e.compareDocumentPosition(t))))}function fr(){for(var e=window,t=Q();t instanceof e.HTMLIFrameElement;){try{var n="string"===typeof t.contentWindow.location.href}catch(r){n=!1}if(!n)break;t=Q((e=t.contentWindow).document)}return t}function pr(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&("input"===t&&("text"===e.type||"search"===e.type||"tel"===e.type||"url"===e.type||"password"===e.type)||"textarea"===t||"true"===e.contentEditable)}function hr(e){var t=fr(),n=e.focusedElem,r=e.selectionRange;if(t!==n&&n&&n.ownerDocument&&dr(n.ownerDocument.documentElement,n)){if(null!==r&&pr(n))if(t=r.start,void 0===(e=r.end)&&(e=t),"selectionStart"in n)n.selectionStart=t,n.selectionEnd=Math.min(e,n.value.length);else if((e=(t=n.ownerDocument||document)&&t.defaultView||window).getSelection){e=e.getSelection();var i=n.textContent.length,o=Math.min(r.start,i);r=void 0===r.end?o:Math.min(r.end,i),!e.extend&&o>r&&(i=r,r=o,o=i),i=cr(n,o);var a=cr(n,r);i&&a&&(1!==e.rangeCount||e.anchorNode!==i.node||e.anchorOffset!==i.offset||e.focusNode!==a.node||e.focusOffset!==a.offset)&&((t=t.createRange()).setStart(i.node,i.offset),e.removeAllRanges(),o>r?(e.addRange(t),e.extend(a.node,a.offset)):(t.setEnd(a.node,a.offset),e.addRange(t)))}for(t=[],e=n;e=e.parentNode;)1===e.nodeType&&t.push({element:e,left:e.scrollLeft,top:e.scrollTop});for("function"===typeof n.focus&&n.focus(),n=0;n<t.length;n++)(e=t[n]).element.scrollLeft=e.left,e.element.scrollTop=e.top}}var mr=c&&"documentMode"in document&&11>=document.documentMode,gr=null,Dr=null,yr=null,vr=!1;function Er(e,t,n){var r=n.window===n?n.document:9===n.nodeType?n:n.ownerDocument;vr||null==gr||gr!==Q(r)||("selectionStart"in(r=gr)&&pr(r)?r={start:r.selectionStart,end:r.selectionEnd}:r={anchorNode:(r=(r.ownerDocument&&r.ownerDocument.defaultView||window).getSelection()).anchorNode,anchorOffset:r.anchorOffset,focusNode:r.focusNode,focusOffset:r.focusOffset},yr&&ur(yr,r)||(yr=r,0<(r=Yr(Dr,"onSelect")).length&&(t=new cn("onSelect","select",null,t,n),e.push({event:t,listeners:r}),t.target=gr)))}function Ar(e,t){var n={};return n[e.toLowerCase()]=t.toLowerCase(),n["Webkit"+e]="webkit"+t,n["Moz"+e]="moz"+t,n}var br={animationend:Ar("Animation","AnimationEnd"),animationiteration:Ar("Animation","AnimationIteration"),animationstart:Ar("Animation","AnimationStart"),transitionend:Ar("Transition","TransitionEnd")},_r={},Cr={};function Tr(e){if(_r[e])return _r[e];if(!br[e])return e;var t,n=br[e];for(t in n)if(n.hasOwnProperty(t)&&t in Cr)return _r[e]=n[t];return e}c&&(Cr=document.createElement("div").style,"AnimationEvent"in window||(delete br.animationend.animation,delete br.animationiteration.animation,delete br.animationstart.animation),"TransitionEvent"in window||delete br.transitionend.transition);var kr=Tr("animationend"),Fr=Tr("animationiteration"),Sr=Tr("animationstart"),wr=Tr("transitionend"),xr=new Map,Or="abort auxClick cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll toggle touchMove waiting wheel".split(" ");function Nr(e,t){xr.set(e,t),u(t,[e])}for(var Br=0;Br<Or.length;Br++){var Ir=Or[Br];Nr(Ir.toLowerCase(),"on"+(Ir[0].toUpperCase()+Ir.slice(1)))}Nr(kr,"onAnimationEnd"),Nr(Fr,"onAnimationIteration"),Nr(Sr,"onAnimationStart"),Nr("dblclick","onDoubleClick"),Nr("focusin","onFocus"),Nr("focusout","onBlur"),Nr(wr,"onTransitionEnd"),l("onMouseEnter",["mouseout","mouseover"]),l("onMouseLeave",["mouseout","mouseover"]),l("onPointerEnter",["pointerout","pointerover"]),l("onPointerLeave",["pointerout","pointerover"]),u("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),u("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),u("onBeforeInput",["compositionend","keypress","textInput","paste"]),u("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),u("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),u("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var Pr="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange resize seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),Rr=new Set("cancel close invalid load scroll toggle".split(" ").concat(Pr));function Lr(e,t,n){var r=e.type||"unknown-event";e.currentTarget=n,function(e,t,n,r,i,a,s,u,l){if(Ue.apply(this,arguments),Re){if(!Re)throw Error(o(198));var c=Le;Re=!1,Le=null,Me||(Me=!0,je=c)}}(r,t,void 0,e),e.currentTarget=null}function Mr(e,t){t=0!==(4&t);for(var n=0;n<e.length;n++){var r=e[n],i=r.event;r=r.listeners;e:{var o=void 0;if(t)for(var a=r.length-1;0<=a;a--){var s=r[a],u=s.instance,l=s.currentTarget;if(s=s.listener,u!==o&&i.isPropagationStopped())break e;Lr(i,s,l),o=u}else for(a=0;a<r.length;a++){if(u=(s=r[a]).instance,l=s.currentTarget,s=s.listener,u!==o&&i.isPropagationStopped())break e;Lr(i,s,l),o=u}}}if(Me)throw e=je,Me=!1,je=null,e}function jr(e,t){var n=t[mi];void 0===n&&(n=t[mi]=new Set);var r=e+"__bubble";n.has(r)||(Vr(t,e,2,!1),n.add(r))}function zr(e,t,n){var r=0;t&&(r|=4),Vr(n,e,r,t)}var Ur="_reactListening"+Math.random().toString(36).slice(2);function Hr(e){if(!e[Ur]){e[Ur]=!0,a.forEach(function(t){"selectionchange"!==t&&(Rr.has(t)||zr(t,!1,e),zr(t,!0,e))});var t=9===e.nodeType?e:e.ownerDocument;null===t||t[Ur]||(t[Ur]=!0,zr("selectionchange",!1,t))}}function Vr(e,t,n,r){switch(Xt(t)){case 1:var i=Wt;break;case 4:i=Yt;break;default:i=qt}n=i.bind(null,t,n,e),i=void 0,!Be||"touchstart"!==t&&"touchmove"!==t&&"wheel"!==t||(i=!0),r?void 0!==i?e.addEventListener(t,n,{capture:!0,passive:i}):e.addEventListener(t,n,!0):void 0!==i?e.addEventListener(t,n,{passive:i}):e.addEventListener(t,n,!1)}function Gr(e,t,n,r,i){var o=r;if(0===(1&t)&&0===(2&t)&&null!==r)e:for(;;){if(null===r)return;var a=r.tag;if(3===a||4===a){var s=r.stateNode.containerInfo;if(s===i||8===s.nodeType&&s.parentNode===i)break;if(4===a)for(a=r.return;null!==a;){var u=a.tag;if((3===u||4===u)&&((u=a.stateNode.containerInfo)===i||8===u.nodeType&&u.parentNode===i))return;a=a.return}for(;null!==s;){if(null===(a=yi(s)))return;if(5===(u=a.tag)||6===u){r=o=a;continue e}s=s.parentNode}}r=r.return}Oe(function(){var r=o,i=Ae(n),a=[];e:{var s=xr.get(e);if(void 0!==s){var u=cn,l=e;switch(e){case"keypress":if(0===tn(n))break e;case"keydown":case"keyup":u=Fn;break;case"focusin":l="focus",u=gn;break;case"focusout":l="blur",u=gn;break;case"beforeblur":case"afterblur":u=gn;break;case"click":if(2===n.button)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":u=hn;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":u=mn;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":u=wn;break;case kr:case Fr:case Sr:u=Dn;break;case wr:u=xn;break;case"scroll":u=fn;break;case"wheel":u=Nn;break;case"copy":case"cut":case"paste":u=vn;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":u=Sn}var c=0!==(4&t),d=!c&&"scroll"===e,f=c?null!==s?s+"Capture":null:s;c=[];for(var p,h=r;null!==h;){var m=(p=h).stateNode;if(5===p.tag&&null!==m&&(p=m,null!==f&&(null!=(m=Ne(h,f))&&c.push(Wr(h,m,p)))),d)break;h=h.return}0<c.length&&(s=new u(s,l,null,n,i),a.push({event:s,listeners:c}))}}if(0===(7&t)){if(u="mouseout"===e||"pointerout"===e,(!(s="mouseover"===e||"pointerover"===e)||n===Ee||!(l=n.relatedTarget||n.fromElement)||!yi(l)&&!l[hi])&&(u||s)&&(s=i.window===i?i:(s=i.ownerDocument)?s.defaultView||s.parentWindow:window,u?(u=r,null!==(l=(l=n.relatedTarget||n.toElement)?yi(l):null)&&(l!==(d=He(l))||5!==l.tag&&6!==l.tag)&&(l=null)):(u=null,l=r),u!==l)){if(c=hn,m="onMouseLeave",f="onMouseEnter",h="mouse","pointerout"!==e&&"pointerover"!==e||(c=Sn,m="onPointerLeave",f="onPointerEnter",h="pointer"),d=null==u?s:Ei(u),p=null==l?s:Ei(l),(s=new c(m,h+"leave",u,n,i)).target=d,s.relatedTarget=p,m=null,yi(i)===r&&((c=new c(f,h+"enter",l,n,i)).target=p,c.relatedTarget=d,m=c),d=m,u&&l)e:{for(f=l,h=0,p=c=u;p;p=qr(p))h++;for(p=0,m=f;m;m=qr(m))p++;for(;0<h-p;)c=qr(c),h--;for(;0<p-h;)f=qr(f),p--;for(;h--;){if(c===f||null!==f&&c===f.alternate)break e;c=qr(c),f=qr(f)}c=null}else c=null;null!==u&&Qr(a,s,u,c,!1),null!==l&&null!==d&&Qr(a,d,l,c,!0)}if("select"===(u=(s=r?Ei(r):window).nodeName&&s.nodeName.toLowerCase())||"input"===u&&"file"===s.type)var g=Xn;else if(Gn(s))if(Jn)g=ar;else{g=ir;var D=rr}else(u=s.nodeName)&&"input"===u.toLowerCase()&&("checkbox"===s.type||"radio"===s.type)&&(g=or);switch(g&&(g=g(e,r))?Wn(a,g,n,i):(D&&D(e,s,r),"focusout"===e&&(D=s._wrapperState)&&D.controlled&&"number"===s.type&&ee(s,"number",s.value)),D=r?Ei(r):window,e){case"focusin":(Gn(D)||"true"===D.contentEditable)&&(gr=D,Dr=r,yr=null);break;case"focusout":yr=Dr=gr=null;break;case"mousedown":vr=!0;break;case"contextmenu":case"mouseup":case"dragend":vr=!1,Er(a,n,i);break;case"selectionchange":if(mr)break;case"keydown":case"keyup":Er(a,n,i)}var y;if(In)e:{switch(e){case"compositionstart":var v="onCompositionStart";break e;case"compositionend":v="onCompositionEnd";break e;case"compositionupdate":v="onCompositionUpdate";break e}v=void 0}else Hn?zn(e,n)&&(v="onCompositionEnd"):"keydown"===e&&229===n.keyCode&&(v="onCompositionStart");v&&(Ln&&"ko"!==n.locale&&(Hn||"onCompositionStart"!==v?"onCompositionEnd"===v&&Hn&&(y=en()):(Zt="value"in(Jt=i)?Jt.value:Jt.textContent,Hn=!0)),0<(D=Yr(r,v)).length&&(v=new En(v,e,null,n,i),a.push({event:v,listeners:D}),y?v.data=y:null!==(y=Un(n))&&(v.data=y))),(y=Rn?function(e,t){switch(e){case"compositionend":return Un(t);case"keypress":return 32!==t.which?null:(jn=!0,Mn);case"textInput":return(e=t.data)===Mn&&jn?null:e;default:return null}}(e,n):function(e,t){if(Hn)return"compositionend"===e||!In&&zn(e,t)?(e=en(),$t=Zt=Jt=null,Hn=!1,e):null;switch(e){case"paste":default:return null;case"keypress":if(!(t.ctrlKey||t.altKey||t.metaKey)||t.ctrlKey&&t.altKey){if(t.char&&1<t.char.length)return t.char;if(t.which)return String.fromCharCode(t.which)}return null;case"compositionend":return Ln&&"ko"!==t.locale?null:t.data}}(e,n))&&(0<(r=Yr(r,"onBeforeInput")).length&&(i=new En("onBeforeInput","beforeinput",null,n,i),a.push({event:i,listeners:r}),i.data=y))}Mr(a,t)})}function Wr(e,t,n){return{instance:e,listener:t,currentTarget:n}}function Yr(e,t){for(var n=t+"Capture",r=[];null!==e;){var i=e,o=i.stateNode;5===i.tag&&null!==o&&(i=o,null!=(o=Ne(e,n))&&r.unshift(Wr(e,o,i)),null!=(o=Ne(e,t))&&r.push(Wr(e,o,i))),e=e.return}return r}function qr(e){if(null===e)return null;do{e=e.return}while(e&&5!==e.tag);return e||null}function Qr(e,t,n,r,i){for(var o=t._reactName,a=[];null!==n&&n!==r;){var s=n,u=s.alternate,l=s.stateNode;if(null!==u&&u===r)break;5===s.tag&&null!==l&&(s=l,i?null!=(u=Ne(n,o))&&a.unshift(Wr(n,u,s)):i||null!=(u=Ne(n,o))&&a.push(Wr(n,u,s))),n=n.return}0!==a.length&&e.push({event:t,listeners:a})}var Kr=/\r\n?/g,Xr=/\u0000|\uFFFD/g;function Jr(e){return("string"===typeof e?e:""+e).replace(Kr,"\n").replace(Xr,"")}function Zr(e,t,n){if(t=Jr(t),Jr(e)!==t&&n)throw Error(o(425))}function $r(){}var ei=null,ti=null;function ni(e,t){return"textarea"===e||"noscript"===e||"string"===typeof t.children||"number"===typeof t.children||"object"===typeof t.dangerouslySetInnerHTML&&null!==t.dangerouslySetInnerHTML&&null!=t.dangerouslySetInnerHTML.__html}var ri="function"===typeof setTimeout?setTimeout:void 0,ii="function"===typeof clearTimeout?clearTimeout:void 0,oi="function"===typeof Promise?Promise:void 0,ai="function"===typeof queueMicrotask?queueMicrotask:"undefined"!==typeof oi?function(e){return oi.resolve(null).then(e).catch(si)}:ri;function si(e){setTimeout(function(){throw e})}function ui(e,t){var n=t,r=0;do{var i=n.nextSibling;if(e.removeChild(n),i&&8===i.nodeType)if("/$"===(n=i.data)){if(0===r)return e.removeChild(i),void Ht(t);r--}else"$"!==n&&"$?"!==n&&"$!"!==n||r++;n=i}while(n);Ht(t)}function li(e){for(;null!=e;e=e.nextSibling){var t=e.nodeType;if(1===t||3===t)break;if(8===t){if("$"===(t=e.data)||"$!"===t||"$?"===t)break;if("/$"===t)return null}}return e}function ci(e){e=e.previousSibling;for(var t=0;e;){if(8===e.nodeType){var n=e.data;if("$"===n||"$!"===n||"$?"===n){if(0===t)return e;t--}else"/$"===n&&t++}e=e.previousSibling}return null}var di=Math.random().toString(36).slice(2),fi="__reactFiber$"+di,pi="__reactProps$"+di,hi="__reactContainer$"+di,mi="__reactEvents$"+di,gi="__reactListeners$"+di,Di="__reactHandles$"+di;function yi(e){var t=e[fi];if(t)return t;for(var n=e.parentNode;n;){if(t=n[hi]||n[fi]){if(n=t.alternate,null!==t.child||null!==n&&null!==n.child)for(e=ci(e);null!==e;){if(n=e[fi])return n;e=ci(e)}return t}n=(e=n).parentNode}return null}function vi(e){return!(e=e[fi]||e[hi])||5!==e.tag&&6!==e.tag&&13!==e.tag&&3!==e.tag?null:e}function Ei(e){if(5===e.tag||6===e.tag)return e.stateNode;throw Error(o(33))}function Ai(e){return e[pi]||null}var bi=[],_i=-1;function Ci(e){return{current:e}}function Ti(e){0>_i||(e.current=bi[_i],bi[_i]=null,_i--)}function ki(e,t){_i++,bi[_i]=e.current,e.current=t}var Fi={},Si=Ci(Fi),wi=Ci(!1),xi=Fi;function Oi(e,t){var n=e.type.contextTypes;if(!n)return Fi;var r=e.stateNode;if(r&&r.__reactInternalMemoizedUnmaskedChildContext===t)return r.__reactInternalMemoizedMaskedChildContext;var i,o={};for(i in n)o[i]=t[i];return r&&((e=e.stateNode).__reactInternalMemoizedUnmaskedChildContext=t,e.__reactInternalMemoizedMaskedChildContext=o),o}function Ni(e){return null!==(e=e.childContextTypes)&&void 0!==e}function Bi(){Ti(wi),Ti(Si)}function Ii(e,t,n){if(Si.current!==Fi)throw Error(o(168));ki(Si,t),ki(wi,n)}function Pi(e,t,n){var r=e.stateNode;if(t=t.childContextTypes,"function"!==typeof r.getChildContext)return n;for(var i in r=r.getChildContext())if(!(i in t))throw Error(o(108,V(e)||"Unknown",i));return L({},n,r)}function Ri(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||Fi,xi=Si.current,ki(Si,e),ki(wi,wi.current),!0}function Li(e,t,n){var r=e.stateNode;if(!r)throw Error(o(169));n?(e=Pi(e,t,xi),r.__reactInternalMemoizedMergedChildContext=e,Ti(wi),Ti(Si),ki(Si,e)):Ti(wi),ki(wi,n)}var Mi=null,ji=!1,zi=!1;function Ui(e){null===Mi?Mi=[e]:Mi.push(e)}function Hi(){if(!zi&&null!==Mi){zi=!0;var e=0,t=vt;try{var n=Mi;for(vt=1;e<n.length;e++){var r=n[e];do{r=r(!0)}while(null!==r)}Mi=null,ji=!1}catch(i){throw null!==Mi&&(Mi=Mi.slice(e+1)),qe($e,Hi),i}finally{vt=t,zi=!1}}return null}var Vi=[],Gi=0,Wi=null,Yi=0,qi=[],Qi=0,Ki=null,Xi=1,Ji="";function Zi(e,t){Vi[Gi++]=Yi,Vi[Gi++]=Wi,Wi=e,Yi=t}function $i(e,t,n){qi[Qi++]=Xi,qi[Qi++]=Ji,qi[Qi++]=Ki,Ki=e;var r=Xi;e=Ji;var i=32-at(r)-1;r&=~(1<<i),n+=1;var o=32-at(t)+i;if(30<o){var a=i-i%5;o=(r&(1<<a)-1).toString(32),r>>=a,i-=a,Xi=1<<32-at(t)+i|n<<i|r,Ji=o+e}else Xi=1<<o|n<<i|r,Ji=e}function eo(e){null!==e.return&&(Zi(e,1),$i(e,1,0))}function to(e){for(;e===Wi;)Wi=Vi[--Gi],Vi[Gi]=null,Yi=Vi[--Gi],Vi[Gi]=null;for(;e===Ki;)Ki=qi[--Qi],qi[Qi]=null,Ji=qi[--Qi],qi[Qi]=null,Xi=qi[--Qi],qi[Qi]=null}var no=null,ro=null,io=!1,oo=null;function ao(e,t){var n=xl(5,null,null,0);n.elementType="DELETED",n.stateNode=t,n.return=e,null===(t=e.deletions)?(e.deletions=[n],e.flags|=16):t.push(n)}function so(e,t){switch(e.tag){case 5:var n=e.type;return null!==(t=1!==t.nodeType||n.toLowerCase()!==t.nodeName.toLowerCase()?null:t)&&(e.stateNode=t,no=e,ro=li(t.firstChild),!0);case 6:return null!==(t=""===e.pendingProps||3!==t.nodeType?null:t)&&(e.stateNode=t,no=e,ro=null,!0);case 13:return null!==(t=8!==t.nodeType?null:t)&&(n=null!==Ki?{id:Xi,overflow:Ji}:null,e.memoizedState={dehydrated:t,treeContext:n,retryLane:1073741824},(n=xl(18,null,null,0)).stateNode=t,n.return=e,e.child=n,no=e,ro=null,!0);default:return!1}}function uo(e){return 0!==(1&e.mode)&&0===(128&e.flags)}function lo(e){if(io){var t=ro;if(t){var n=t;if(!so(e,t)){if(uo(e))throw Error(o(418));t=li(n.nextSibling);var r=no;t&&so(e,t)?ao(r,n):(e.flags=-4097&e.flags|2,io=!1,no=e)}}else{if(uo(e))throw Error(o(418));e.flags=-4097&e.flags|2,io=!1,no=e}}}function co(e){for(e=e.return;null!==e&&5!==e.tag&&3!==e.tag&&13!==e.tag;)e=e.return;no=e}function fo(e){if(e!==no)return!1;if(!io)return co(e),io=!0,!1;var t;if((t=3!==e.tag)&&!(t=5!==e.tag)&&(t="head"!==(t=e.type)&&"body"!==t&&!ni(e.type,e.memoizedProps)),t&&(t=ro)){if(uo(e))throw po(),Error(o(418));for(;t;)ao(e,t),t=li(t.nextSibling)}if(co(e),13===e.tag){if(!(e=null!==(e=e.memoizedState)?e.dehydrated:null))throw Error(o(317));e:{for(e=e.nextSibling,t=0;e;){if(8===e.nodeType){var n=e.data;if("/$"===n){if(0===t){ro=li(e.nextSibling);break e}t--}else"$"!==n&&"$!"!==n&&"$?"!==n||t++}e=e.nextSibling}ro=null}}else ro=no?li(e.stateNode.nextSibling):null;return!0}function po(){for(var e=ro;e;)e=li(e.nextSibling)}function ho(){ro=no=null,io=!1}function mo(e){null===oo?oo=[e]:oo.push(e)}var go=E.ReactCurrentBatchConfig;function Do(e,t,n){if(null!==(e=n.ref)&&"function"!==typeof e&&"object"!==typeof e){if(n._owner){if(n=n._owner){if(1!==n.tag)throw Error(o(309));var r=n.stateNode}if(!r)throw Error(o(147,e));var i=r,a=""+e;return null!==t&&null!==t.ref&&"function"===typeof t.ref&&t.ref._stringRef===a?t.ref:(t=function(e){var t=i.refs;null===e?delete t[a]:t[a]=e},t._stringRef=a,t)}if("string"!==typeof e)throw Error(o(284));if(!n._owner)throw Error(o(290,e))}return e}function yo(e,t){throw e=Object.prototype.toString.call(t),Error(o(31,"[object Object]"===e?"object with keys {"+Object.keys(t).join(", ")+"}":e))}function vo(e){return(0,e._init)(e._payload)}function Eo(e){function t(t,n){if(e){var r=t.deletions;null===r?(t.deletions=[n],t.flags|=16):r.push(n)}}function n(n,r){if(!e)return null;for(;null!==r;)t(n,r),r=r.sibling;return null}function r(e,t){for(e=new Map;null!==t;)null!==t.key?e.set(t.key,t):e.set(t.index,t),t=t.sibling;return e}function i(e,t){return(e=Nl(e,t)).index=0,e.sibling=null,e}function a(t,n,r){return t.index=r,e?null!==(r=t.alternate)?(r=r.index)<n?(t.flags|=2,n):r:(t.flags|=2,n):(t.flags|=1048576,n)}function s(t){return e&&null===t.alternate&&(t.flags|=2),t}function u(e,t,n,r){return null===t||6!==t.tag?((t=Rl(n,e.mode,r)).return=e,t):((t=i(t,n)).return=e,t)}function l(e,t,n,r){var o=n.type;return o===_?d(e,t,n.props.children,r,n.key):null!==t&&(t.elementType===o||"object"===typeof o&&null!==o&&o.$$typeof===N&&vo(o)===t.type)?((r=i(t,n.props)).ref=Do(e,t,n),r.return=e,r):((r=Bl(n.type,n.key,n.props,null,e.mode,r)).ref=Do(e,t,n),r.return=e,r)}function c(e,t,n,r){return null===t||4!==t.tag||t.stateNode.containerInfo!==n.containerInfo||t.stateNode.implementation!==n.implementation?((t=Ll(n,e.mode,r)).return=e,t):((t=i(t,n.children||[])).return=e,t)}function d(e,t,n,r,o){return null===t||7!==t.tag?((t=Il(n,e.mode,r,o)).return=e,t):((t=i(t,n)).return=e,t)}function f(e,t,n){if("string"===typeof t&&""!==t||"number"===typeof t)return(t=Rl(""+t,e.mode,n)).return=e,t;if("object"===typeof t&&null!==t){switch(t.$$typeof){case A:return(n=Bl(t.type,t.key,t.props,null,e.mode,n)).ref=Do(e,null,t),n.return=e,n;case b:return(t=Ll(t,e.mode,n)).return=e,t;case N:return f(e,(0,t._init)(t._payload),n)}if(te(t)||P(t))return(t=Il(t,e.mode,n,null)).return=e,t;yo(e,t)}return null}function p(e,t,n,r){var i=null!==t?t.key:null;if("string"===typeof n&&""!==n||"number"===typeof n)return null!==i?null:u(e,t,""+n,r);if("object"===typeof n&&null!==n){switch(n.$$typeof){case A:return n.key===i?l(e,t,n,r):null;case b:return n.key===i?c(e,t,n,r):null;case N:return p(e,t,(i=n._init)(n._payload),r)}if(te(n)||P(n))return null!==i?null:d(e,t,n,r,null);yo(e,n)}return null}function h(e,t,n,r,i){if("string"===typeof r&&""!==r||"number"===typeof r)return u(t,e=e.get(n)||null,""+r,i);if("object"===typeof r&&null!==r){switch(r.$$typeof){case A:return l(t,e=e.get(null===r.key?n:r.key)||null,r,i);case b:return c(t,e=e.get(null===r.key?n:r.key)||null,r,i);case N:return h(e,t,n,(0,r._init)(r._payload),i)}if(te(r)||P(r))return d(t,e=e.get(n)||null,r,i,null);yo(t,r)}return null}function m(i,o,s,u){for(var l=null,c=null,d=o,m=o=0,g=null;null!==d&&m<s.length;m++){d.index>m?(g=d,d=null):g=d.sibling;var D=p(i,d,s[m],u);if(null===D){null===d&&(d=g);break}e&&d&&null===D.alternate&&t(i,d),o=a(D,o,m),null===c?l=D:c.sibling=D,c=D,d=g}if(m===s.length)return n(i,d),io&&Zi(i,m),l;if(null===d){for(;m<s.length;m++)null!==(d=f(i,s[m],u))&&(o=a(d,o,m),null===c?l=d:c.sibling=d,c=d);return io&&Zi(i,m),l}for(d=r(i,d);m<s.length;m++)null!==(g=h(d,i,m,s[m],u))&&(e&&null!==g.alternate&&d.delete(null===g.key?m:g.key),o=a(g,o,m),null===c?l=g:c.sibling=g,c=g);return e&&d.forEach(function(e){return t(i,e)}),io&&Zi(i,m),l}function g(i,s,u,l){var c=P(u);if("function"!==typeof c)throw Error(o(150));if(null==(u=c.call(u)))throw Error(o(151));for(var d=c=null,m=s,g=s=0,D=null,y=u.next();null!==m&&!y.done;g++,y=u.next()){m.index>g?(D=m,m=null):D=m.sibling;var v=p(i,m,y.value,l);if(null===v){null===m&&(m=D);break}e&&m&&null===v.alternate&&t(i,m),s=a(v,s,g),null===d?c=v:d.sibling=v,d=v,m=D}if(y.done)return n(i,m),io&&Zi(i,g),c;if(null===m){for(;!y.done;g++,y=u.next())null!==(y=f(i,y.value,l))&&(s=a(y,s,g),null===d?c=y:d.sibling=y,d=y);return io&&Zi(i,g),c}for(m=r(i,m);!y.done;g++,y=u.next())null!==(y=h(m,i,g,y.value,l))&&(e&&null!==y.alternate&&m.delete(null===y.key?g:y.key),s=a(y,s,g),null===d?c=y:d.sibling=y,d=y);return e&&m.forEach(function(e){return t(i,e)}),io&&Zi(i,g),c}return function e(r,o,a,u){if("object"===typeof a&&null!==a&&a.type===_&&null===a.key&&(a=a.props.children),"object"===typeof a&&null!==a){switch(a.$$typeof){case A:e:{for(var l=a.key,c=o;null!==c;){if(c.key===l){if((l=a.type)===_){if(7===c.tag){n(r,c.sibling),(o=i(c,a.props.children)).return=r,r=o;break e}}else if(c.elementType===l||"object"===typeof l&&null!==l&&l.$$typeof===N&&vo(l)===c.type){n(r,c.sibling),(o=i(c,a.props)).ref=Do(r,c,a),o.return=r,r=o;break e}n(r,c);break}t(r,c),c=c.sibling}a.type===_?((o=Il(a.props.children,r.mode,u,a.key)).return=r,r=o):((u=Bl(a.type,a.key,a.props,null,r.mode,u)).ref=Do(r,o,a),u.return=r,r=u)}return s(r);case b:e:{for(c=a.key;null!==o;){if(o.key===c){if(4===o.tag&&o.stateNode.containerInfo===a.containerInfo&&o.stateNode.implementation===a.implementation){n(r,o.sibling),(o=i(o,a.children||[])).return=r,r=o;break e}n(r,o);break}t(r,o),o=o.sibling}(o=Ll(a,r.mode,u)).return=r,r=o}return s(r);case N:return e(r,o,(c=a._init)(a._payload),u)}if(te(a))return m(r,o,a,u);if(P(a))return g(r,o,a,u);yo(r,a)}return"string"===typeof a&&""!==a||"number"===typeof a?(a=""+a,null!==o&&6===o.tag?(n(r,o.sibling),(o=i(o,a)).return=r,r=o):(n(r,o),(o=Rl(a,r.mode,u)).return=r,r=o),s(r)):n(r,o)}}var Ao=Eo(!0),bo=Eo(!1),_o=Ci(null),Co=null,To=null,ko=null;function Fo(){ko=To=Co=null}function So(e){var t=_o.current;Ti(_o),e._currentValue=t}function wo(e,t,n){for(;null!==e;){var r=e.alternate;if((e.childLanes&t)!==t?(e.childLanes|=t,null!==r&&(r.childLanes|=t)):null!==r&&(r.childLanes&t)!==t&&(r.childLanes|=t),e===n)break;e=e.return}}function xo(e,t){Co=e,ko=To=null,null!==(e=e.dependencies)&&null!==e.firstContext&&(0!==(e.lanes&t)&&(vs=!0),e.firstContext=null)}function Oo(e){var t=e._currentValue;if(ko!==e)if(e={context:e,memoizedValue:t,next:null},null===To){if(null===Co)throw Error(o(308));To=e,Co.dependencies={lanes:0,firstContext:e}}else To=To.next=e;return t}var No=null;function Bo(e){null===No?No=[e]:No.push(e)}function Io(e,t,n,r){var i=t.interleaved;return null===i?(n.next=n,Bo(t)):(n.next=i.next,i.next=n),t.interleaved=n,Po(e,r)}function Po(e,t){e.lanes|=t;var n=e.alternate;for(null!==n&&(n.lanes|=t),n=e,e=e.return;null!==e;)e.childLanes|=t,null!==(n=e.alternate)&&(n.childLanes|=t),n=e,e=e.return;return 3===n.tag?n.stateNode:null}var Ro=!1;function Lo(e){e.updateQueue={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function Mo(e,t){e=e.updateQueue,t.updateQueue===e&&(t.updateQueue={baseState:e.baseState,firstBaseUpdate:e.firstBaseUpdate,lastBaseUpdate:e.lastBaseUpdate,shared:e.shared,effects:e.effects})}function jo(e,t){return{eventTime:e,lane:t,tag:0,payload:null,callback:null,next:null}}function zo(e,t,n){var r=e.updateQueue;if(null===r)return null;if(r=r.shared,0!==(2&Fu)){var i=r.pending;return null===i?t.next=t:(t.next=i.next,i.next=t),r.pending=t,Po(e,n)}return null===(i=r.interleaved)?(t.next=t,Bo(r)):(t.next=i.next,i.next=t),r.interleaved=t,Po(e,n)}function Uo(e,t,n){if(null!==(t=t.updateQueue)&&(t=t.shared,0!==(4194240&n))){var r=t.lanes;n|=r&=e.pendingLanes,t.lanes=n,yt(e,n)}}function Ho(e,t){var n=e.updateQueue,r=e.alternate;if(null!==r&&n===(r=r.updateQueue)){var i=null,o=null;if(null!==(n=n.firstBaseUpdate)){do{var a={eventTime:n.eventTime,lane:n.lane,tag:n.tag,payload:n.payload,callback:n.callback,next:null};null===o?i=o=a:o=o.next=a,n=n.next}while(null!==n);null===o?i=o=t:o=o.next=t}else i=o=t;return n={baseState:r.baseState,firstBaseUpdate:i,lastBaseUpdate:o,shared:r.shared,effects:r.effects},void(e.updateQueue=n)}null===(e=n.lastBaseUpdate)?n.firstBaseUpdate=t:e.next=t,n.lastBaseUpdate=t}function Vo(e,t,n,r){var i=e.updateQueue;Ro=!1;var o=i.firstBaseUpdate,a=i.lastBaseUpdate,s=i.shared.pending;if(null!==s){i.shared.pending=null;var u=s,l=u.next;u.next=null,null===a?o=l:a.next=l,a=u;var c=e.alternate;null!==c&&((s=(c=c.updateQueue).lastBaseUpdate)!==a&&(null===s?c.firstBaseUpdate=l:s.next=l,c.lastBaseUpdate=u))}if(null!==o){var d=i.baseState;for(a=0,c=l=u=null,s=o;;){var f=s.lane,p=s.eventTime;if((r&f)===f){null!==c&&(c=c.next={eventTime:p,lane:0,tag:s.tag,payload:s.payload,callback:s.callback,next:null});e:{var h=e,m=s;switch(f=t,p=n,m.tag){case 1:if("function"===typeof(h=m.payload)){d=h.call(p,d,f);break e}d=h;break e;case 3:h.flags=-65537&h.flags|128;case 0:if(null===(f="function"===typeof(h=m.payload)?h.call(p,d,f):h)||void 0===f)break e;d=L({},d,f);break e;case 2:Ro=!0}}null!==s.callback&&0!==s.lane&&(e.flags|=64,null===(f=i.effects)?i.effects=[s]:f.push(s))}else p={eventTime:p,lane:f,tag:s.tag,payload:s.payload,callback:s.callback,next:null},null===c?(l=c=p,u=d):c=c.next=p,a|=f;if(null===(s=s.next)){if(null===(s=i.shared.pending))break;s=(f=s).next,f.next=null,i.lastBaseUpdate=f,i.shared.pending=null}}if(null===c&&(u=d),i.baseState=u,i.firstBaseUpdate=l,i.lastBaseUpdate=c,null!==(t=i.shared.interleaved)){i=t;do{a|=i.lane,i=i.next}while(i!==t)}else null===o&&(i.shared.lanes=0);Pu|=a,e.lanes=a,e.memoizedState=d}}function Go(e,t,n){if(e=t.effects,t.effects=null,null!==e)for(t=0;t<e.length;t++){var r=e[t],i=r.callback;if(null!==i){if(r.callback=null,r=n,"function"!==typeof i)throw Error(o(191,i));i.call(r)}}}var Wo={},Yo=Ci(Wo),qo=Ci(Wo),Qo=Ci(Wo);function Ko(e){if(e===Wo)throw Error(o(174));return e}function Xo(e,t){switch(ki(Qo,t),ki(qo,e),ki(Yo,Wo),e=t.nodeType){case 9:case 11:t=(t=t.documentElement)?t.namespaceURI:ue(null,"");break;default:t=ue(t=(e=8===e?t.parentNode:t).namespaceURI||null,e=e.tagName)}Ti(Yo),ki(Yo,t)}function Jo(){Ti(Yo),Ti(qo),Ti(Qo)}function Zo(e){Ko(Qo.current);var t=Ko(Yo.current),n=ue(t,e.type);t!==n&&(ki(qo,e),ki(Yo,n))}function $o(e){qo.current===e&&(Ti(Yo),Ti(qo))}var ea=Ci(0);function ta(e){for(var t=e;null!==t;){if(13===t.tag){var n=t.memoizedState;if(null!==n&&(null===(n=n.dehydrated)||"$?"===n.data||"$!"===n.data))return t}else if(19===t.tag&&void 0!==t.memoizedProps.revealOrder){if(0!==(128&t.flags))return t}else if(null!==t.child){t.child.return=t,t=t.child;continue}if(t===e)break;for(;null===t.sibling;){if(null===t.return||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}var na=[];function ra(){for(var e=0;e<na.length;e++)na[e]._workInProgressVersionPrimary=null;na.length=0}var ia=E.ReactCurrentDispatcher,oa=E.ReactCurrentBatchConfig,aa=0,sa=null,ua=null,la=null,ca=!1,da=!1,fa=0,pa=0;function ha(){throw Error(o(321))}function ma(e,t){if(null===t)return!1;for(var n=0;n<t.length&&n<e.length;n++)if(!sr(e[n],t[n]))return!1;return!0}function ga(e,t,n,r,i,a){if(aa=a,sa=t,t.memoizedState=null,t.updateQueue=null,t.lanes=0,ia.current=null===e||null===e.memoizedState?$a:es,e=n(r,i),da){a=0;do{if(da=!1,fa=0,25<=a)throw Error(o(301));a+=1,la=ua=null,t.updateQueue=null,ia.current=ts,e=n(r,i)}while(da)}if(ia.current=Za,t=null!==ua&&null!==ua.next,aa=0,la=ua=sa=null,ca=!1,t)throw Error(o(300));return e}function Da(){var e=0!==fa;return fa=0,e}function ya(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return null===la?sa.memoizedState=la=e:la=la.next=e,la}function va(){if(null===ua){var e=sa.alternate;e=null!==e?e.memoizedState:null}else e=ua.next;var t=null===la?sa.memoizedState:la.next;if(null!==t)la=t,ua=e;else{if(null===e)throw Error(o(310));e={memoizedState:(ua=e).memoizedState,baseState:ua.baseState,baseQueue:ua.baseQueue,queue:ua.queue,next:null},null===la?sa.memoizedState=la=e:la=la.next=e}return la}function Ea(e,t){return"function"===typeof t?t(e):t}function Aa(e){var t=va(),n=t.queue;if(null===n)throw Error(o(311));n.lastRenderedReducer=e;var r=ua,i=r.baseQueue,a=n.pending;if(null!==a){if(null!==i){var s=i.next;i.next=a.next,a.next=s}r.baseQueue=i=a,n.pending=null}if(null!==i){a=i.next,r=r.baseState;var u=s=null,l=null,c=a;do{var d=c.lane;if((aa&d)===d)null!==l&&(l=l.next={lane:0,action:c.action,hasEagerState:c.hasEagerState,eagerState:c.eagerState,next:null}),r=c.hasEagerState?c.eagerState:e(r,c.action);else{var f={lane:d,action:c.action,hasEagerState:c.hasEagerState,eagerState:c.eagerState,next:null};null===l?(u=l=f,s=r):l=l.next=f,sa.lanes|=d,Pu|=d}c=c.next}while(null!==c&&c!==a);null===l?s=r:l.next=u,sr(r,t.memoizedState)||(vs=!0),t.memoizedState=r,t.baseState=s,t.baseQueue=l,n.lastRenderedState=r}if(null!==(e=n.interleaved)){i=e;do{a=i.lane,sa.lanes|=a,Pu|=a,i=i.next}while(i!==e)}else null===i&&(n.lanes=0);return[t.memoizedState,n.dispatch]}function ba(e){var t=va(),n=t.queue;if(null===n)throw Error(o(311));n.lastRenderedReducer=e;var r=n.dispatch,i=n.pending,a=t.memoizedState;if(null!==i){n.pending=null;var s=i=i.next;do{a=e(a,s.action),s=s.next}while(s!==i);sr(a,t.memoizedState)||(vs=!0),t.memoizedState=a,null===t.baseQueue&&(t.baseState=a),n.lastRenderedState=a}return[a,r]}function _a(){}function Ca(e,t){var n=sa,r=va(),i=t(),a=!sr(r.memoizedState,i);if(a&&(r.memoizedState=i,vs=!0),r=r.queue,Ra(Fa.bind(null,n,r,e),[e]),r.getSnapshot!==t||a||null!==la&&1&la.memoizedState.tag){if(n.flags|=2048,Oa(9,ka.bind(null,n,r,i,t),void 0,null),null===Su)throw Error(o(349));0!==(30&aa)||Ta(n,t,i)}return i}function Ta(e,t,n){e.flags|=16384,e={getSnapshot:t,value:n},null===(t=sa.updateQueue)?(t={lastEffect:null,stores:null},sa.updateQueue=t,t.stores=[e]):null===(n=t.stores)?t.stores=[e]:n.push(e)}function ka(e,t,n,r){t.value=n,t.getSnapshot=r,Sa(t)&&wa(e)}function Fa(e,t,n){return n(function(){Sa(t)&&wa(e)})}function Sa(e){var t=e.getSnapshot;e=e.value;try{var n=t();return!sr(e,n)}catch(r){return!0}}function wa(e){var t=Po(e,1);null!==t&&tl(t,e,1,-1)}function xa(e){var t=ya();return"function"===typeof e&&(e=e()),t.memoizedState=t.baseState=e,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:Ea,lastRenderedState:e},t.queue=e,e=e.dispatch=Qa.bind(null,sa,e),[t.memoizedState,e]}function Oa(e,t,n,r){return e={tag:e,create:t,destroy:n,deps:r,next:null},null===(t=sa.updateQueue)?(t={lastEffect:null,stores:null},sa.updateQueue=t,t.lastEffect=e.next=e):null===(n=t.lastEffect)?t.lastEffect=e.next=e:(r=n.next,n.next=e,e.next=r,t.lastEffect=e),e}function Na(){return va().memoizedState}function Ba(e,t,n,r){var i=ya();sa.flags|=e,i.memoizedState=Oa(1|t,n,void 0,void 0===r?null:r)}function Ia(e,t,n,r){var i=va();r=void 0===r?null:r;var o=void 0;if(null!==ua){var a=ua.memoizedState;if(o=a.destroy,null!==r&&ma(r,a.deps))return void(i.memoizedState=Oa(t,n,o,r))}sa.flags|=e,i.memoizedState=Oa(1|t,n,o,r)}function Pa(e,t){return Ba(8390656,8,e,t)}function Ra(e,t){return Ia(2048,8,e,t)}function La(e,t){return Ia(4,2,e,t)}function Ma(e,t){return Ia(4,4,e,t)}function ja(e,t){return"function"===typeof t?(e=e(),t(e),function(){t(null)}):null!==t&&void 0!==t?(e=e(),t.current=e,function(){t.current=null}):void 0}function za(e,t,n){return n=null!==n&&void 0!==n?n.concat([e]):null,Ia(4,4,ja.bind(null,t,e),n)}function Ua(){}function Ha(e,t){var n=va();t=void 0===t?null:t;var r=n.memoizedState;return null!==r&&null!==t&&ma(t,r[1])?r[0]:(n.memoizedState=[e,t],e)}function Va(e,t){var n=va();t=void 0===t?null:t;var r=n.memoizedState;return null!==r&&null!==t&&ma(t,r[1])?r[0]:(e=e(),n.memoizedState=[e,t],e)}function Ga(e,t,n){return 0===(21&aa)?(e.baseState&&(e.baseState=!1,vs=!0),e.memoizedState=n):(sr(n,t)||(n=mt(),sa.lanes|=n,Pu|=n,e.baseState=!0),t)}function Wa(e,t){var n=vt;vt=0!==n&&4>n?n:4,e(!0);var r=oa.transition;oa.transition={};try{e(!1),t()}finally{vt=n,oa.transition=r}}function Ya(){return va().memoizedState}function qa(e,t,n){var r=el(e);if(n={lane:r,action:n,hasEagerState:!1,eagerState:null,next:null},Ka(e))Xa(t,n);else if(null!==(n=Io(e,t,n,r))){tl(n,e,r,$u()),Ja(n,t,r)}}function Qa(e,t,n){var r=el(e),i={lane:r,action:n,hasEagerState:!1,eagerState:null,next:null};if(Ka(e))Xa(t,i);else{var o=e.alternate;if(0===e.lanes&&(null===o||0===o.lanes)&&null!==(o=t.lastRenderedReducer))try{var a=t.lastRenderedState,s=o(a,n);if(i.hasEagerState=!0,i.eagerState=s,sr(s,a)){var u=t.interleaved;return null===u?(i.next=i,Bo(t)):(i.next=u.next,u.next=i),void(t.interleaved=i)}}catch(l){}null!==(n=Io(e,t,i,r))&&(tl(n,e,r,i=$u()),Ja(n,t,r))}}function Ka(e){var t=e.alternate;return e===sa||null!==t&&t===sa}function Xa(e,t){da=ca=!0;var n=e.pending;null===n?t.next=t:(t.next=n.next,n.next=t),e.pending=t}function Ja(e,t,n){if(0!==(4194240&n)){var r=t.lanes;n|=r&=e.pendingLanes,t.lanes=n,yt(e,n)}}var Za={readContext:Oo,useCallback:ha,useContext:ha,useEffect:ha,useImperativeHandle:ha,useInsertionEffect:ha,useLayoutEffect:ha,useMemo:ha,useReducer:ha,useRef:ha,useState:ha,useDebugValue:ha,useDeferredValue:ha,useTransition:ha,useMutableSource:ha,useSyncExternalStore:ha,useId:ha,unstable_isNewReconciler:!1},$a={readContext:Oo,useCallback:function(e,t){return ya().memoizedState=[e,void 0===t?null:t],e},useContext:Oo,useEffect:Pa,useImperativeHandle:function(e,t,n){return n=null!==n&&void 0!==n?n.concat([e]):null,Ba(4194308,4,ja.bind(null,t,e),n)},useLayoutEffect:function(e,t){return Ba(4194308,4,e,t)},useInsertionEffect:function(e,t){return Ba(4,2,e,t)},useMemo:function(e,t){var n=ya();return t=void 0===t?null:t,e=e(),n.memoizedState=[e,t],e},useReducer:function(e,t,n){var r=ya();return t=void 0!==n?n(t):t,r.memoizedState=r.baseState=t,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:e,lastRenderedState:t},r.queue=e,e=e.dispatch=qa.bind(null,sa,e),[r.memoizedState,e]},useRef:function(e){return e={current:e},ya().memoizedState=e},useState:xa,useDebugValue:Ua,useDeferredValue:function(e){return ya().memoizedState=e},useTransition:function(){var e=xa(!1),t=e[0];return e=Wa.bind(null,e[1]),ya().memoizedState=e,[t,e]},useMutableSource:function(){},useSyncExternalStore:function(e,t,n){var r=sa,i=ya();if(io){if(void 0===n)throw Error(o(407));n=n()}else{if(n=t(),null===Su)throw Error(o(349));0!==(30&aa)||Ta(r,t,n)}i.memoizedState=n;var a={value:n,getSnapshot:t};return i.queue=a,Pa(Fa.bind(null,r,a,e),[e]),r.flags|=2048,Oa(9,ka.bind(null,r,a,n,t),void 0,null),n},useId:function(){var e=ya(),t=Su.identifierPrefix;if(io){var n=Ji;t=":"+t+"R"+(n=(Xi&~(1<<32-at(Xi)-1)).toString(32)+n),0<(n=fa++)&&(t+="H"+n.toString(32)),t+=":"}else t=":"+t+"r"+(n=pa++).toString(32)+":";return e.memoizedState=t},unstable_isNewReconciler:!1},es={readContext:Oo,useCallback:Ha,useContext:Oo,useEffect:Ra,useImperativeHandle:za,useInsertionEffect:La,useLayoutEffect:Ma,useMemo:Va,useReducer:Aa,useRef:Na,useState:function(){return Aa(Ea)},useDebugValue:Ua,useDeferredValue:function(e){return Ga(va(),ua.memoizedState,e)},useTransition:function(){return[Aa(Ea)[0],va().memoizedState]},useMutableSource:_a,useSyncExternalStore:Ca,useId:Ya,unstable_isNewReconciler:!1},ts={readContext:Oo,useCallback:Ha,useContext:Oo,useEffect:Ra,useImperativeHandle:za,useInsertionEffect:La,useLayoutEffect:Ma,useMemo:Va,useReducer:ba,useRef:Na,useState:function(){return ba(Ea)},useDebugValue:Ua,useDeferredValue:function(e){var t=va();return null===ua?t.memoizedState=e:Ga(t,ua.memoizedState,e)},useTransition:function(){return[ba(Ea)[0],va().memoizedState]},useMutableSource:_a,useSyncExternalStore:Ca,useId:Ya,unstable_isNewReconciler:!1};function ns(e,t){if(e&&e.defaultProps){for(var n in t=L({},t),e=e.defaultProps)void 0===t[n]&&(t[n]=e[n]);return t}return t}function rs(e,t,n,r){n=null===(n=n(r,t=e.memoizedState))||void 0===n?t:L({},t,n),e.memoizedState=n,0===e.lanes&&(e.updateQueue.baseState=n)}var is={isMounted:function(e){return!!(e=e._reactInternals)&&He(e)===e},enqueueSetState:function(e,t,n){e=e._reactInternals;var r=$u(),i=el(e),o=jo(r,i);o.payload=t,void 0!==n&&null!==n&&(o.callback=n),null!==(t=zo(e,o,i))&&(tl(t,e,i,r),Uo(t,e,i))},enqueueReplaceState:function(e,t,n){e=e._reactInternals;var r=$u(),i=el(e),o=jo(r,i);o.tag=1,o.payload=t,void 0!==n&&null!==n&&(o.callback=n),null!==(t=zo(e,o,i))&&(tl(t,e,i,r),Uo(t,e,i))},enqueueForceUpdate:function(e,t){e=e._reactInternals;var n=$u(),r=el(e),i=jo(n,r);i.tag=2,void 0!==t&&null!==t&&(i.callback=t),null!==(t=zo(e,i,r))&&(tl(t,e,r,n),Uo(t,e,r))}};function os(e,t,n,r,i,o,a){return"function"===typeof(e=e.stateNode).shouldComponentUpdate?e.shouldComponentUpdate(r,o,a):!t.prototype||!t.prototype.isPureReactComponent||(!ur(n,r)||!ur(i,o))}function as(e,t,n){var r=!1,i=Fi,o=t.contextType;return"object"===typeof o&&null!==o?o=Oo(o):(i=Ni(t)?xi:Si.current,o=(r=null!==(r=t.contextTypes)&&void 0!==r)?Oi(e,i):Fi),t=new t(n,o),e.memoizedState=null!==t.state&&void 0!==t.state?t.state:null,t.updater=is,e.stateNode=t,t._reactInternals=e,r&&((e=e.stateNode).__reactInternalMemoizedUnmaskedChildContext=i,e.__reactInternalMemoizedMaskedChildContext=o),t}function ss(e,t,n,r){e=t.state,"function"===typeof t.componentWillReceiveProps&&t.componentWillReceiveProps(n,r),"function"===typeof t.UNSAFE_componentWillReceiveProps&&t.UNSAFE_componentWillReceiveProps(n,r),t.state!==e&&is.enqueueReplaceState(t,t.state,null)}function us(e,t,n,r){var i=e.stateNode;i.props=n,i.state=e.memoizedState,i.refs={},Lo(e);var o=t.contextType;"object"===typeof o&&null!==o?i.context=Oo(o):(o=Ni(t)?xi:Si.current,i.context=Oi(e,o)),i.state=e.memoizedState,"function"===typeof(o=t.getDerivedStateFromProps)&&(rs(e,t,o,n),i.state=e.memoizedState),"function"===typeof t.getDerivedStateFromProps||"function"===typeof i.getSnapshotBeforeUpdate||"function"!==typeof i.UNSAFE_componentWillMount&&"function"!==typeof i.componentWillMount||(t=i.state,"function"===typeof i.componentWillMount&&i.componentWillMount(),"function"===typeof i.UNSAFE_componentWillMount&&i.UNSAFE_componentWillMount(),t!==i.state&&is.enqueueReplaceState(i,i.state,null),Vo(e,n,i,r),i.state=e.memoizedState),"function"===typeof i.componentDidMount&&(e.flags|=4194308)}function ls(e,t){try{var n="",r=t;do{n+=U(r),r=r.return}while(r);var i=n}catch(o){i="\nError generating stack: "+o.message+"\n"+o.stack}return{value:e,source:t,stack:i,digest:null}}function cs(e,t,n){return{value:e,source:null,stack:null!=n?n:null,digest:null!=t?t:null}}function ds(e,t){try{console.error(t.value)}catch(n){setTimeout(function(){throw n})}}var fs="function"===typeof WeakMap?WeakMap:Map;function ps(e,t,n){(n=jo(-1,n)).tag=3,n.payload={element:null};var r=t.value;return n.callback=function(){Vu||(Vu=!0,Gu=r),ds(0,t)},n}function hs(e,t,n){(n=jo(-1,n)).tag=3;var r=e.type.getDerivedStateFromError;if("function"===typeof r){var i=t.value;n.payload=function(){return r(i)},n.callback=function(){ds(0,t)}}var o=e.stateNode;return null!==o&&"function"===typeof o.componentDidCatch&&(n.callback=function(){ds(0,t),"function"!==typeof r&&(null===Wu?Wu=new Set([this]):Wu.add(this));var e=t.stack;this.componentDidCatch(t.value,{componentStack:null!==e?e:""})}),n}function ms(e,t,n){var r=e.pingCache;if(null===r){r=e.pingCache=new fs;var i=new Set;r.set(t,i)}else void 0===(i=r.get(t))&&(i=new Set,r.set(t,i));i.has(n)||(i.add(n),e=Cl.bind(null,e,t,n),t.then(e,e))}function gs(e){do{var t;if((t=13===e.tag)&&(t=null===(t=e.memoizedState)||null!==t.dehydrated),t)return e;e=e.return}while(null!==e);return null}function Ds(e,t,n,r,i){return 0===(1&e.mode)?(e===t?e.flags|=65536:(e.flags|=128,n.flags|=131072,n.flags&=-52805,1===n.tag&&(null===n.alternate?n.tag=17:((t=jo(-1,1)).tag=2,zo(n,t,1))),n.lanes|=1),e):(e.flags|=65536,e.lanes=i,e)}var ys=E.ReactCurrentOwner,vs=!1;function Es(e,t,n,r){t.child=null===e?bo(t,null,n,r):Ao(t,e.child,n,r)}function As(e,t,n,r,i){n=n.render;var o=t.ref;return xo(t,i),r=ga(e,t,n,r,o,i),n=Da(),null===e||vs?(io&&n&&eo(t),t.flags|=1,Es(e,t,r,i),t.child):(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~i,Vs(e,t,i))}function bs(e,t,n,r,i){if(null===e){var o=n.type;return"function"!==typeof o||Ol(o)||void 0!==o.defaultProps||null!==n.compare||void 0!==n.defaultProps?((e=Bl(n.type,null,r,t,t.mode,i)).ref=t.ref,e.return=t,t.child=e):(t.tag=15,t.type=o,_s(e,t,o,r,i))}if(o=e.child,0===(e.lanes&i)){var a=o.memoizedProps;if((n=null!==(n=n.compare)?n:ur)(a,r)&&e.ref===t.ref)return Vs(e,t,i)}return t.flags|=1,(e=Nl(o,r)).ref=t.ref,e.return=t,t.child=e}function _s(e,t,n,r,i){if(null!==e){var o=e.memoizedProps;if(ur(o,r)&&e.ref===t.ref){if(vs=!1,t.pendingProps=r=o,0===(e.lanes&i))return t.lanes=e.lanes,Vs(e,t,i);0!==(131072&e.flags)&&(vs=!0)}}return ks(e,t,n,r,i)}function Cs(e,t,n){var r=t.pendingProps,i=r.children,o=null!==e?e.memoizedState:null;if("hidden"===r.mode)if(0===(1&t.mode))t.memoizedState={baseLanes:0,cachePool:null,transitions:null},ki(Nu,Ou),Ou|=n;else{if(0===(1073741824&n))return e=null!==o?o.baseLanes|n:n,t.lanes=t.childLanes=1073741824,t.memoizedState={baseLanes:e,cachePool:null,transitions:null},t.updateQueue=null,ki(Nu,Ou),Ou|=e,null;t.memoizedState={baseLanes:0,cachePool:null,transitions:null},r=null!==o?o.baseLanes:n,ki(Nu,Ou),Ou|=r}else null!==o?(r=o.baseLanes|n,t.memoizedState=null):r=n,ki(Nu,Ou),Ou|=r;return Es(e,t,i,n),t.child}function Ts(e,t){var n=t.ref;(null===e&&null!==n||null!==e&&e.ref!==n)&&(t.flags|=512,t.flags|=2097152)}function ks(e,t,n,r,i){var o=Ni(n)?xi:Si.current;return o=Oi(t,o),xo(t,i),n=ga(e,t,n,r,o,i),r=Da(),null===e||vs?(io&&r&&eo(t),t.flags|=1,Es(e,t,n,i),t.child):(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~i,Vs(e,t,i))}function Fs(e,t,n,r,i){if(Ni(n)){var o=!0;Ri(t)}else o=!1;if(xo(t,i),null===t.stateNode)Hs(e,t),as(t,n,r),us(t,n,r,i),r=!0;else if(null===e){var a=t.stateNode,s=t.memoizedProps;a.props=s;var u=a.context,l=n.contextType;"object"===typeof l&&null!==l?l=Oo(l):l=Oi(t,l=Ni(n)?xi:Si.current);var c=n.getDerivedStateFromProps,d="function"===typeof c||"function"===typeof a.getSnapshotBeforeUpdate;d||"function"!==typeof a.UNSAFE_componentWillReceiveProps&&"function"!==typeof a.componentWillReceiveProps||(s!==r||u!==l)&&ss(t,a,r,l),Ro=!1;var f=t.memoizedState;a.state=f,Vo(t,r,a,i),u=t.memoizedState,s!==r||f!==u||wi.current||Ro?("function"===typeof c&&(rs(t,n,c,r),u=t.memoizedState),(s=Ro||os(t,n,s,r,f,u,l))?(d||"function"!==typeof a.UNSAFE_componentWillMount&&"function"!==typeof a.componentWillMount||("function"===typeof a.componentWillMount&&a.componentWillMount(),"function"===typeof a.UNSAFE_componentWillMount&&a.UNSAFE_componentWillMount()),"function"===typeof a.componentDidMount&&(t.flags|=4194308)):("function"===typeof a.componentDidMount&&(t.flags|=4194308),t.memoizedProps=r,t.memoizedState=u),a.props=r,a.state=u,a.context=l,r=s):("function"===typeof a.componentDidMount&&(t.flags|=4194308),r=!1)}else{a=t.stateNode,Mo(e,t),s=t.memoizedProps,l=t.type===t.elementType?s:ns(t.type,s),a.props=l,d=t.pendingProps,f=a.context,"object"===typeof(u=n.contextType)&&null!==u?u=Oo(u):u=Oi(t,u=Ni(n)?xi:Si.current);var p=n.getDerivedStateFromProps;(c="function"===typeof p||"function"===typeof a.getSnapshotBeforeUpdate)||"function"!==typeof a.UNSAFE_componentWillReceiveProps&&"function"!==typeof a.componentWillReceiveProps||(s!==d||f!==u)&&ss(t,a,r,u),Ro=!1,f=t.memoizedState,a.state=f,Vo(t,r,a,i);var h=t.memoizedState;s!==d||f!==h||wi.current||Ro?("function"===typeof p&&(rs(t,n,p,r),h=t.memoizedState),(l=Ro||os(t,n,l,r,f,h,u)||!1)?(c||"function"!==typeof a.UNSAFE_componentWillUpdate&&"function"!==typeof a.componentWillUpdate||("function"===typeof a.componentWillUpdate&&a.componentWillUpdate(r,h,u),"function"===typeof a.UNSAFE_componentWillUpdate&&a.UNSAFE_componentWillUpdate(r,h,u)),"function"===typeof a.componentDidUpdate&&(t.flags|=4),"function"===typeof a.getSnapshotBeforeUpdate&&(t.flags|=1024)):("function"!==typeof a.componentDidUpdate||s===e.memoizedProps&&f===e.memoizedState||(t.flags|=4),"function"!==typeof a.getSnapshotBeforeUpdate||s===e.memoizedProps&&f===e.memoizedState||(t.flags|=1024),t.memoizedProps=r,t.memoizedState=h),a.props=r,a.state=h,a.context=u,r=l):("function"!==typeof a.componentDidUpdate||s===e.memoizedProps&&f===e.memoizedState||(t.flags|=4),"function"!==typeof a.getSnapshotBeforeUpdate||s===e.memoizedProps&&f===e.memoizedState||(t.flags|=1024),r=!1)}return Ss(e,t,n,r,o,i)}function Ss(e,t,n,r,i,o){Ts(e,t);var a=0!==(128&t.flags);if(!r&&!a)return i&&Li(t,n,!1),Vs(e,t,o);r=t.stateNode,ys.current=t;var s=a&&"function"!==typeof n.getDerivedStateFromError?null:r.render();return t.flags|=1,null!==e&&a?(t.child=Ao(t,e.child,null,o),t.child=Ao(t,null,s,o)):Es(e,t,s,o),t.memoizedState=r.state,i&&Li(t,n,!0),t.child}function ws(e){var t=e.stateNode;t.pendingContext?Ii(0,t.pendingContext,t.pendingContext!==t.context):t.context&&Ii(0,t.context,!1),Xo(e,t.containerInfo)}function xs(e,t,n,r,i){return ho(),mo(i),t.flags|=256,Es(e,t,n,r),t.child}var Os,Ns,Bs,Is={dehydrated:null,treeContext:null,retryLane:0};function Ps(e){return{baseLanes:e,cachePool:null,transitions:null}}function Rs(e,t,n){var r,i=t.pendingProps,a=ea.current,s=!1,u=0!==(128&t.flags);if((r=u)||(r=(null===e||null!==e.memoizedState)&&0!==(2&a)),r?(s=!0,t.flags&=-129):null!==e&&null===e.memoizedState||(a|=1),ki(ea,1&a),null===e)return lo(t),null!==(e=t.memoizedState)&&null!==(e=e.dehydrated)?(0===(1&t.mode)?t.lanes=1:"$!"===e.data?t.lanes=8:t.lanes=1073741824,null):(u=i.children,e=i.fallback,s?(i=t.mode,s=t.child,u={mode:"hidden",children:u},0===(1&i)&&null!==s?(s.childLanes=0,s.pendingProps=u):s=Pl(u,i,0,null),e=Il(e,i,n,null),s.return=t,e.return=t,s.sibling=e,t.child=s,t.child.memoizedState=Ps(n),t.memoizedState=Is,e):Ls(t,u));if(null!==(a=e.memoizedState)&&null!==(r=a.dehydrated))return function(e,t,n,r,i,a,s){if(n)return 256&t.flags?(t.flags&=-257,Ms(e,t,s,r=cs(Error(o(422))))):null!==t.memoizedState?(t.child=e.child,t.flags|=128,null):(a=r.fallback,i=t.mode,r=Pl({mode:"visible",children:r.children},i,0,null),(a=Il(a,i,s,null)).flags|=2,r.return=t,a.return=t,r.sibling=a,t.child=r,0!==(1&t.mode)&&Ao(t,e.child,null,s),t.child.memoizedState=Ps(s),t.memoizedState=Is,a);if(0===(1&t.mode))return Ms(e,t,s,null);if("$!"===i.data){if(r=i.nextSibling&&i.nextSibling.dataset)var u=r.dgst;return r=u,Ms(e,t,s,r=cs(a=Error(o(419)),r,void 0))}if(u=0!==(s&e.childLanes),vs||u){if(null!==(r=Su)){switch(s&-s){case 4:i=2;break;case 16:i=8;break;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:i=32;break;case 536870912:i=268435456;break;default:i=0}0!==(i=0!==(i&(r.suspendedLanes|s))?0:i)&&i!==a.retryLane&&(a.retryLane=i,Po(e,i),tl(r,e,i,-1))}return hl(),Ms(e,t,s,r=cs(Error(o(421))))}return"$?"===i.data?(t.flags|=128,t.child=e.child,t=kl.bind(null,e),i._reactRetry=t,null):(e=a.treeContext,ro=li(i.nextSibling),no=t,io=!0,oo=null,null!==e&&(qi[Qi++]=Xi,qi[Qi++]=Ji,qi[Qi++]=Ki,Xi=e.id,Ji=e.overflow,Ki=t),t=Ls(t,r.children),t.flags|=4096,t)}(e,t,u,i,r,a,n);if(s){s=i.fallback,u=t.mode,r=(a=e.child).sibling;var l={mode:"hidden",children:i.children};return 0===(1&u)&&t.child!==a?((i=t.child).childLanes=0,i.pendingProps=l,t.deletions=null):(i=Nl(a,l)).subtreeFlags=14680064&a.subtreeFlags,null!==r?s=Nl(r,s):(s=Il(s,u,n,null)).flags|=2,s.return=t,i.return=t,i.sibling=s,t.child=i,i=s,s=t.child,u=null===(u=e.child.memoizedState)?Ps(n):{baseLanes:u.baseLanes|n,cachePool:null,transitions:u.transitions},s.memoizedState=u,s.childLanes=e.childLanes&~n,t.memoizedState=Is,i}return e=(s=e.child).sibling,i=Nl(s,{mode:"visible",children:i.children}),0===(1&t.mode)&&(i.lanes=n),i.return=t,i.sibling=null,null!==e&&(null===(n=t.deletions)?(t.deletions=[e],t.flags|=16):n.push(e)),t.child=i,t.memoizedState=null,i}function Ls(e,t){return(t=Pl({mode:"visible",children:t},e.mode,0,null)).return=e,e.child=t}function Ms(e,t,n,r){return null!==r&&mo(r),Ao(t,e.child,null,n),(e=Ls(t,t.pendingProps.children)).flags|=2,t.memoizedState=null,e}function js(e,t,n){e.lanes|=t;var r=e.alternate;null!==r&&(r.lanes|=t),wo(e.return,t,n)}function zs(e,t,n,r,i){var o=e.memoizedState;null===o?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:r,tail:n,tailMode:i}:(o.isBackwards=t,o.rendering=null,o.renderingStartTime=0,o.last=r,o.tail=n,o.tailMode=i)}function Us(e,t,n){var r=t.pendingProps,i=r.revealOrder,o=r.tail;if(Es(e,t,r.children,n),0!==(2&(r=ea.current)))r=1&r|2,t.flags|=128;else{if(null!==e&&0!==(128&e.flags))e:for(e=t.child;null!==e;){if(13===e.tag)null!==e.memoizedState&&js(e,n,t);else if(19===e.tag)js(e,n,t);else if(null!==e.child){e.child.return=e,e=e.child;continue}if(e===t)break e;for(;null===e.sibling;){if(null===e.return||e.return===t)break e;e=e.return}e.sibling.return=e.return,e=e.sibling}r&=1}if(ki(ea,r),0===(1&t.mode))t.memoizedState=null;else switch(i){case"forwards":for(n=t.child,i=null;null!==n;)null!==(e=n.alternate)&&null===ta(e)&&(i=n),n=n.sibling;null===(n=i)?(i=t.child,t.child=null):(i=n.sibling,n.sibling=null),zs(t,!1,i,n,o);break;case"backwards":for(n=null,i=t.child,t.child=null;null!==i;){if(null!==(e=i.alternate)&&null===ta(e)){t.child=i;break}e=i.sibling,i.sibling=n,n=i,i=e}zs(t,!0,n,null,o);break;case"together":zs(t,!1,null,null,void 0);break;default:t.memoizedState=null}return t.child}function Hs(e,t){0===(1&t.mode)&&null!==e&&(e.alternate=null,t.alternate=null,t.flags|=2)}function Vs(e,t,n){if(null!==e&&(t.dependencies=e.dependencies),Pu|=t.lanes,0===(n&t.childLanes))return null;if(null!==e&&t.child!==e.child)throw Error(o(153));if(null!==t.child){for(n=Nl(e=t.child,e.pendingProps),t.child=n,n.return=t;null!==e.sibling;)e=e.sibling,(n=n.sibling=Nl(e,e.pendingProps)).return=t;n.sibling=null}return t.child}function Gs(e,t){if(!io)switch(e.tailMode){case"hidden":t=e.tail;for(var n=null;null!==t;)null!==t.alternate&&(n=t),t=t.sibling;null===n?e.tail=null:n.sibling=null;break;case"collapsed":n=e.tail;for(var r=null;null!==n;)null!==n.alternate&&(r=n),n=n.sibling;null===r?t||null===e.tail?e.tail=null:e.tail.sibling=null:r.sibling=null}}function Ws(e){var t=null!==e.alternate&&e.alternate.child===e.child,n=0,r=0;if(t)for(var i=e.child;null!==i;)n|=i.lanes|i.childLanes,r|=14680064&i.subtreeFlags,r|=14680064&i.flags,i.return=e,i=i.sibling;else for(i=e.child;null!==i;)n|=i.lanes|i.childLanes,r|=i.subtreeFlags,r|=i.flags,i.return=e,i=i.sibling;return e.subtreeFlags|=r,e.childLanes=n,t}function Ys(e,t,n){var r=t.pendingProps;switch(to(t),t.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return Ws(t),null;case 1:case 17:return Ni(t.type)&&Bi(),Ws(t),null;case 3:return r=t.stateNode,Jo(),Ti(wi),Ti(Si),ra(),r.pendingContext&&(r.context=r.pendingContext,r.pendingContext=null),null!==e&&null!==e.child||(fo(t)?t.flags|=4:null===e||e.memoizedState.isDehydrated&&0===(256&t.flags)||(t.flags|=1024,null!==oo&&(ol(oo),oo=null))),Ws(t),null;case 5:$o(t);var i=Ko(Qo.current);if(n=t.type,null!==e&&null!=t.stateNode)Ns(e,t,n,r),e.ref!==t.ref&&(t.flags|=512,t.flags|=2097152);else{if(!r){if(null===t.stateNode)throw Error(o(166));return Ws(t),null}if(e=Ko(Yo.current),fo(t)){r=t.stateNode,n=t.type;var a=t.memoizedProps;switch(r[fi]=t,r[pi]=a,e=0!==(1&t.mode),n){case"dialog":jr("cancel",r),jr("close",r);break;case"iframe":case"object":case"embed":jr("load",r);break;case"video":case"audio":for(i=0;i<Pr.length;i++)jr(Pr[i],r);break;case"source":jr("error",r);break;case"img":case"image":case"link":jr("error",r),jr("load",r);break;case"details":jr("toggle",r);break;case"input":X(r,a),jr("invalid",r);break;case"select":r._wrapperState={wasMultiple:!!a.multiple},jr("invalid",r);break;case"textarea":ie(r,a),jr("invalid",r)}for(var u in ye(n,a),i=null,a)if(a.hasOwnProperty(u)){var l=a[u];"children"===u?"string"===typeof l?r.textContent!==l&&(!0!==a.suppressHydrationWarning&&Zr(r.textContent,l,e),i=["children",l]):"number"===typeof l&&r.textContent!==""+l&&(!0!==a.suppressHydrationWarning&&Zr(r.textContent,l,e),i=["children",""+l]):s.hasOwnProperty(u)&&null!=l&&"onScroll"===u&&jr("scroll",r)}switch(n){case"input":Y(r),$(r,a,!0);break;case"textarea":Y(r),ae(r);break;case"select":case"option":break;default:"function"===typeof a.onClick&&(r.onclick=$r)}r=i,t.updateQueue=r,null!==r&&(t.flags|=4)}else{u=9===i.nodeType?i:i.ownerDocument,"http://www.w3.org/1999/xhtml"===e&&(e=se(n)),"http://www.w3.org/1999/xhtml"===e?"script"===n?((e=u.createElement("div")).innerHTML="<script><\/script>",e=e.removeChild(e.firstChild)):"string"===typeof r.is?e=u.createElement(n,{is:r.is}):(e=u.createElement(n),"select"===n&&(u=e,r.multiple?u.multiple=!0:r.size&&(u.size=r.size))):e=u.createElementNS(e,n),e[fi]=t,e[pi]=r,Os(e,t),t.stateNode=e;e:{switch(u=ve(n,r),n){case"dialog":jr("cancel",e),jr("close",e),i=r;break;case"iframe":case"object":case"embed":jr("load",e),i=r;break;case"video":case"audio":for(i=0;i<Pr.length;i++)jr(Pr[i],e);i=r;break;case"source":jr("error",e),i=r;break;case"img":case"image":case"link":jr("error",e),jr("load",e),i=r;break;case"details":jr("toggle",e),i=r;break;case"input":X(e,r),i=K(e,r),jr("invalid",e);break;case"option":default:i=r;break;case"select":e._wrapperState={wasMultiple:!!r.multiple},i=L({},r,{value:void 0}),jr("invalid",e);break;case"textarea":ie(e,r),i=re(e,r),jr("invalid",e)}for(a in ye(n,i),l=i)if(l.hasOwnProperty(a)){var c=l[a];"style"===a?ge(e,c):"dangerouslySetInnerHTML"===a?null!=(c=c?c.__html:void 0)&&de(e,c):"children"===a?"string"===typeof c?("textarea"!==n||""!==c)&&fe(e,c):"number"===typeof c&&fe(e,""+c):"suppressContentEditableWarning"!==a&&"suppressHydrationWarning"!==a&&"autoFocus"!==a&&(s.hasOwnProperty(a)?null!=c&&"onScroll"===a&&jr("scroll",e):null!=c&&v(e,a,c,u))}switch(n){case"input":Y(e),$(e,r,!1);break;case"textarea":Y(e),ae(e);break;case"option":null!=r.value&&e.setAttribute("value",""+G(r.value));break;case"select":e.multiple=!!r.multiple,null!=(a=r.value)?ne(e,!!r.multiple,a,!1):null!=r.defaultValue&&ne(e,!!r.multiple,r.defaultValue,!0);break;default:"function"===typeof i.onClick&&(e.onclick=$r)}switch(n){case"button":case"input":case"select":case"textarea":r=!!r.autoFocus;break e;case"img":r=!0;break e;default:r=!1}}r&&(t.flags|=4)}null!==t.ref&&(t.flags|=512,t.flags|=2097152)}return Ws(t),null;case 6:if(e&&null!=t.stateNode)Bs(0,t,e.memoizedProps,r);else{if("string"!==typeof r&&null===t.stateNode)throw Error(o(166));if(n=Ko(Qo.current),Ko(Yo.current),fo(t)){if(r=t.stateNode,n=t.memoizedProps,r[fi]=t,(a=r.nodeValue!==n)&&null!==(e=no))switch(e.tag){case 3:Zr(r.nodeValue,n,0!==(1&e.mode));break;case 5:!0!==e.memoizedProps.suppressHydrationWarning&&Zr(r.nodeValue,n,0!==(1&e.mode))}a&&(t.flags|=4)}else(r=(9===n.nodeType?n:n.ownerDocument).createTextNode(r))[fi]=t,t.stateNode=r}return Ws(t),null;case 13:if(Ti(ea),r=t.memoizedState,null===e||null!==e.memoizedState&&null!==e.memoizedState.dehydrated){if(io&&null!==ro&&0!==(1&t.mode)&&0===(128&t.flags))po(),ho(),t.flags|=98560,a=!1;else if(a=fo(t),null!==r&&null!==r.dehydrated){if(null===e){if(!a)throw Error(o(318));if(!(a=null!==(a=t.memoizedState)?a.dehydrated:null))throw Error(o(317));a[fi]=t}else ho(),0===(128&t.flags)&&(t.memoizedState=null),t.flags|=4;Ws(t),a=!1}else null!==oo&&(ol(oo),oo=null),a=!0;if(!a)return 65536&t.flags?t:null}return 0!==(128&t.flags)?(t.lanes=n,t):((r=null!==r)!==(null!==e&&null!==e.memoizedState)&&r&&(t.child.flags|=8192,0!==(1&t.mode)&&(null===e||0!==(1&ea.current)?0===Bu&&(Bu=3):hl())),null!==t.updateQueue&&(t.flags|=4),Ws(t),null);case 4:return Jo(),null===e&&Hr(t.stateNode.containerInfo),Ws(t),null;case 10:return So(t.type._context),Ws(t),null;case 19:if(Ti(ea),null===(a=t.memoizedState))return Ws(t),null;if(r=0!==(128&t.flags),null===(u=a.rendering))if(r)Gs(a,!1);else{if(0!==Bu||null!==e&&0!==(128&e.flags))for(e=t.child;null!==e;){if(null!==(u=ta(e))){for(t.flags|=128,Gs(a,!1),null!==(r=u.updateQueue)&&(t.updateQueue=r,t.flags|=4),t.subtreeFlags=0,r=n,n=t.child;null!==n;)e=r,(a=n).flags&=14680066,null===(u=a.alternate)?(a.childLanes=0,a.lanes=e,a.child=null,a.subtreeFlags=0,a.memoizedProps=null,a.memoizedState=null,a.updateQueue=null,a.dependencies=null,a.stateNode=null):(a.childLanes=u.childLanes,a.lanes=u.lanes,a.child=u.child,a.subtreeFlags=0,a.deletions=null,a.memoizedProps=u.memoizedProps,a.memoizedState=u.memoizedState,a.updateQueue=u.updateQueue,a.type=u.type,e=u.dependencies,a.dependencies=null===e?null:{lanes:e.lanes,firstContext:e.firstContext}),n=n.sibling;return ki(ea,1&ea.current|2),t.child}e=e.sibling}null!==a.tail&&Je()>Uu&&(t.flags|=128,r=!0,Gs(a,!1),t.lanes=4194304)}else{if(!r)if(null!==(e=ta(u))){if(t.flags|=128,r=!0,null!==(n=e.updateQueue)&&(t.updateQueue=n,t.flags|=4),Gs(a,!0),null===a.tail&&"hidden"===a.tailMode&&!u.alternate&&!io)return Ws(t),null}else 2*Je()-a.renderingStartTime>Uu&&1073741824!==n&&(t.flags|=128,r=!0,Gs(a,!1),t.lanes=4194304);a.isBackwards?(u.sibling=t.child,t.child=u):(null!==(n=a.last)?n.sibling=u:t.child=u,a.last=u)}return null!==a.tail?(t=a.tail,a.rendering=t,a.tail=t.sibling,a.renderingStartTime=Je(),t.sibling=null,n=ea.current,ki(ea,r?1&n|2:1&n),t):(Ws(t),null);case 22:case 23:return cl(),r=null!==t.memoizedState,null!==e&&null!==e.memoizedState!==r&&(t.flags|=8192),r&&0!==(1&t.mode)?0!==(1073741824&Ou)&&(Ws(t),6&t.subtreeFlags&&(t.flags|=8192)):Ws(t),null;case 24:case 25:return null}throw Error(o(156,t.tag))}function qs(e,t){switch(to(t),t.tag){case 1:return Ni(t.type)&&Bi(),65536&(e=t.flags)?(t.flags=-65537&e|128,t):null;case 3:return Jo(),Ti(wi),Ti(Si),ra(),0!==(65536&(e=t.flags))&&0===(128&e)?(t.flags=-65537&e|128,t):null;case 5:return $o(t),null;case 13:if(Ti(ea),null!==(e=t.memoizedState)&&null!==e.dehydrated){if(null===t.alternate)throw Error(o(340));ho()}return 65536&(e=t.flags)?(t.flags=-65537&e|128,t):null;case 19:return Ti(ea),null;case 4:return Jo(),null;case 10:return So(t.type._context),null;case 22:case 23:return cl(),null;default:return null}}Os=function(e,t){for(var n=t.child;null!==n;){if(5===n.tag||6===n.tag)e.appendChild(n.stateNode);else if(4!==n.tag&&null!==n.child){n.child.return=n,n=n.child;continue}if(n===t)break;for(;null===n.sibling;){if(null===n.return||n.return===t)return;n=n.return}n.sibling.return=n.return,n=n.sibling}},Ns=function(e,t,n,r){var i=e.memoizedProps;if(i!==r){e=t.stateNode,Ko(Yo.current);var o,a=null;switch(n){case"input":i=K(e,i),r=K(e,r),a=[];break;case"select":i=L({},i,{value:void 0}),r=L({},r,{value:void 0}),a=[];break;case"textarea":i=re(e,i),r=re(e,r),a=[];break;default:"function"!==typeof i.onClick&&"function"===typeof r.onClick&&(e.onclick=$r)}for(c in ye(n,r),n=null,i)if(!r.hasOwnProperty(c)&&i.hasOwnProperty(c)&&null!=i[c])if("style"===c){var u=i[c];for(o in u)u.hasOwnProperty(o)&&(n||(n={}),n[o]="")}else"dangerouslySetInnerHTML"!==c&&"children"!==c&&"suppressContentEditableWarning"!==c&&"suppressHydrationWarning"!==c&&"autoFocus"!==c&&(s.hasOwnProperty(c)?a||(a=[]):(a=a||[]).push(c,null));for(c in r){var l=r[c];if(u=null!=i?i[c]:void 0,r.hasOwnProperty(c)&&l!==u&&(null!=l||null!=u))if("style"===c)if(u){for(o in u)!u.hasOwnProperty(o)||l&&l.hasOwnProperty(o)||(n||(n={}),n[o]="");for(o in l)l.hasOwnProperty(o)&&u[o]!==l[o]&&(n||(n={}),n[o]=l[o])}else n||(a||(a=[]),a.push(c,n)),n=l;else"dangerouslySetInnerHTML"===c?(l=l?l.__html:void 0,u=u?u.__html:void 0,null!=l&&u!==l&&(a=a||[]).push(c,l)):"children"===c?"string"!==typeof l&&"number"!==typeof l||(a=a||[]).push(c,""+l):"suppressContentEditableWarning"!==c&&"suppressHydrationWarning"!==c&&(s.hasOwnProperty(c)?(null!=l&&"onScroll"===c&&jr("scroll",e),a||u===l||(a=[])):(a=a||[]).push(c,l))}n&&(a=a||[]).push("style",n);var c=a;(t.updateQueue=c)&&(t.flags|=4)}},Bs=function(e,t,n,r){n!==r&&(t.flags|=4)};var Qs=!1,Ks=!1,Xs="function"===typeof WeakSet?WeakSet:Set,Js=null;function Zs(e,t){var n=e.ref;if(null!==n)if("function"===typeof n)try{n(null)}catch(r){_l(e,t,r)}else n.current=null}function $s(e,t,n){try{n()}catch(r){_l(e,t,r)}}var eu=!1;function tu(e,t,n){var r=t.updateQueue;if(null!==(r=null!==r?r.lastEffect:null)){var i=r=r.next;do{if((i.tag&e)===e){var o=i.destroy;i.destroy=void 0,void 0!==o&&$s(t,n,o)}i=i.next}while(i!==r)}}function nu(e,t){if(null!==(t=null!==(t=t.updateQueue)?t.lastEffect:null)){var n=t=t.next;do{if((n.tag&e)===e){var r=n.create;n.destroy=r()}n=n.next}while(n!==t)}}function ru(e){var t=e.ref;if(null!==t){var n=e.stateNode;e.tag,e=n,"function"===typeof t?t(e):t.current=e}}function iu(e){var t=e.alternate;null!==t&&(e.alternate=null,iu(t)),e.child=null,e.deletions=null,e.sibling=null,5===e.tag&&(null!==(t=e.stateNode)&&(delete t[fi],delete t[pi],delete t[mi],delete t[gi],delete t[Di])),e.stateNode=null,e.return=null,e.dependencies=null,e.memoizedProps=null,e.memoizedState=null,e.pendingProps=null,e.stateNode=null,e.updateQueue=null}function ou(e){return 5===e.tag||3===e.tag||4===e.tag}function au(e){e:for(;;){for(;null===e.sibling;){if(null===e.return||ou(e.return))return null;e=e.return}for(e.sibling.return=e.return,e=e.sibling;5!==e.tag&&6!==e.tag&&18!==e.tag;){if(2&e.flags)continue e;if(null===e.child||4===e.tag)continue e;e.child.return=e,e=e.child}if(!(2&e.flags))return e.stateNode}}function su(e,t,n){var r=e.tag;if(5===r||6===r)e=e.stateNode,t?8===n.nodeType?n.parentNode.insertBefore(e,t):n.insertBefore(e,t):(8===n.nodeType?(t=n.parentNode).insertBefore(e,n):(t=n).appendChild(e),null!==(n=n._reactRootContainer)&&void 0!==n||null!==t.onclick||(t.onclick=$r));else if(4!==r&&null!==(e=e.child))for(su(e,t,n),e=e.sibling;null!==e;)su(e,t,n),e=e.sibling}function uu(e,t,n){var r=e.tag;if(5===r||6===r)e=e.stateNode,t?n.insertBefore(e,t):n.appendChild(e);else if(4!==r&&null!==(e=e.child))for(uu(e,t,n),e=e.sibling;null!==e;)uu(e,t,n),e=e.sibling}var lu=null,cu=!1;function du(e,t,n){for(n=n.child;null!==n;)fu(e,t,n),n=n.sibling}function fu(e,t,n){if(ot&&"function"===typeof ot.onCommitFiberUnmount)try{ot.onCommitFiberUnmount(it,n)}catch(s){}switch(n.tag){case 5:Ks||Zs(n,t);case 6:var r=lu,i=cu;lu=null,du(e,t,n),cu=i,null!==(lu=r)&&(cu?(e=lu,n=n.stateNode,8===e.nodeType?e.parentNode.removeChild(n):e.removeChild(n)):lu.removeChild(n.stateNode));break;case 18:null!==lu&&(cu?(e=lu,n=n.stateNode,8===e.nodeType?ui(e.parentNode,n):1===e.nodeType&&ui(e,n),Ht(e)):ui(lu,n.stateNode));break;case 4:r=lu,i=cu,lu=n.stateNode.containerInfo,cu=!0,du(e,t,n),lu=r,cu=i;break;case 0:case 11:case 14:case 15:if(!Ks&&(null!==(r=n.updateQueue)&&null!==(r=r.lastEffect))){i=r=r.next;do{var o=i,a=o.destroy;o=o.tag,void 0!==a&&(0!==(2&o)||0!==(4&o))&&$s(n,t,a),i=i.next}while(i!==r)}du(e,t,n);break;case 1:if(!Ks&&(Zs(n,t),"function"===typeof(r=n.stateNode).componentWillUnmount))try{r.props=n.memoizedProps,r.state=n.memoizedState,r.componentWillUnmount()}catch(s){_l(n,t,s)}du(e,t,n);break;case 21:du(e,t,n);break;case 22:1&n.mode?(Ks=(r=Ks)||null!==n.memoizedState,du(e,t,n),Ks=r):du(e,t,n);break;default:du(e,t,n)}}function pu(e){var t=e.updateQueue;if(null!==t){e.updateQueue=null;var n=e.stateNode;null===n&&(n=e.stateNode=new Xs),t.forEach(function(t){var r=Fl.bind(null,e,t);n.has(t)||(n.add(t),t.then(r,r))})}}function hu(e,t){var n=t.deletions;if(null!==n)for(var r=0;r<n.length;r++){var i=n[r];try{var a=e,s=t,u=s;e:for(;null!==u;){switch(u.tag){case 5:lu=u.stateNode,cu=!1;break e;case 3:case 4:lu=u.stateNode.containerInfo,cu=!0;break e}u=u.return}if(null===lu)throw Error(o(160));fu(a,s,i),lu=null,cu=!1;var l=i.alternate;null!==l&&(l.return=null),i.return=null}catch(c){_l(i,t,c)}}if(12854&t.subtreeFlags)for(t=t.child;null!==t;)mu(t,e),t=t.sibling}function mu(e,t){var n=e.alternate,r=e.flags;switch(e.tag){case 0:case 11:case 14:case 15:if(hu(t,e),gu(e),4&r){try{tu(3,e,e.return),nu(3,e)}catch(g){_l(e,e.return,g)}try{tu(5,e,e.return)}catch(g){_l(e,e.return,g)}}break;case 1:hu(t,e),gu(e),512&r&&null!==n&&Zs(n,n.return);break;case 5:if(hu(t,e),gu(e),512&r&&null!==n&&Zs(n,n.return),32&e.flags){var i=e.stateNode;try{fe(i,"")}catch(g){_l(e,e.return,g)}}if(4&r&&null!=(i=e.stateNode)){var a=e.memoizedProps,s=null!==n?n.memoizedProps:a,u=e.type,l=e.updateQueue;if(e.updateQueue=null,null!==l)try{"input"===u&&"radio"===a.type&&null!=a.name&&J(i,a),ve(u,s);var c=ve(u,a);for(s=0;s<l.length;s+=2){var d=l[s],f=l[s+1];"style"===d?ge(i,f):"dangerouslySetInnerHTML"===d?de(i,f):"children"===d?fe(i,f):v(i,d,f,c)}switch(u){case"input":Z(i,a);break;case"textarea":oe(i,a);break;case"select":var p=i._wrapperState.wasMultiple;i._wrapperState.wasMultiple=!!a.multiple;var h=a.value;null!=h?ne(i,!!a.multiple,h,!1):p!==!!a.multiple&&(null!=a.defaultValue?ne(i,!!a.multiple,a.defaultValue,!0):ne(i,!!a.multiple,a.multiple?[]:"",!1))}i[pi]=a}catch(g){_l(e,e.return,g)}}break;case 6:if(hu(t,e),gu(e),4&r){if(null===e.stateNode)throw Error(o(162));i=e.stateNode,a=e.memoizedProps;try{i.nodeValue=a}catch(g){_l(e,e.return,g)}}break;case 3:if(hu(t,e),gu(e),4&r&&null!==n&&n.memoizedState.isDehydrated)try{Ht(t.containerInfo)}catch(g){_l(e,e.return,g)}break;case 4:default:hu(t,e),gu(e);break;case 13:hu(t,e),gu(e),8192&(i=e.child).flags&&(a=null!==i.memoizedState,i.stateNode.isHidden=a,!a||null!==i.alternate&&null!==i.alternate.memoizedState||(zu=Je())),4&r&&pu(e);break;case 22:if(d=null!==n&&null!==n.memoizedState,1&e.mode?(Ks=(c=Ks)||d,hu(t,e),Ks=c):hu(t,e),gu(e),8192&r){if(c=null!==e.memoizedState,(e.stateNode.isHidden=c)&&!d&&0!==(1&e.mode))for(Js=e,d=e.child;null!==d;){for(f=Js=d;null!==Js;){switch(h=(p=Js).child,p.tag){case 0:case 11:case 14:case 15:tu(4,p,p.return);break;case 1:Zs(p,p.return);var m=p.stateNode;if("function"===typeof m.componentWillUnmount){r=p,n=p.return;try{t=r,m.props=t.memoizedProps,m.state=t.memoizedState,m.componentWillUnmount()}catch(g){_l(r,n,g)}}break;case 5:Zs(p,p.return);break;case 22:if(null!==p.memoizedState){Eu(f);continue}}null!==h?(h.return=p,Js=h):Eu(f)}d=d.sibling}e:for(d=null,f=e;;){if(5===f.tag){if(null===d){d=f;try{i=f.stateNode,c?"function"===typeof(a=i.style).setProperty?a.setProperty("display","none","important"):a.display="none":(u=f.stateNode,s=void 0!==(l=f.memoizedProps.style)&&null!==l&&l.hasOwnProperty("display")?l.display:null,u.style.display=me("display",s))}catch(g){_l(e,e.return,g)}}}else if(6===f.tag){if(null===d)try{f.stateNode.nodeValue=c?"":f.memoizedProps}catch(g){_l(e,e.return,g)}}else if((22!==f.tag&&23!==f.tag||null===f.memoizedState||f===e)&&null!==f.child){f.child.return=f,f=f.child;continue}if(f===e)break e;for(;null===f.sibling;){if(null===f.return||f.return===e)break e;d===f&&(d=null),f=f.return}d===f&&(d=null),f.sibling.return=f.return,f=f.sibling}}break;case 19:hu(t,e),gu(e),4&r&&pu(e);case 21:}}function gu(e){var t=e.flags;if(2&t){try{e:{for(var n=e.return;null!==n;){if(ou(n)){var r=n;break e}n=n.return}throw Error(o(160))}switch(r.tag){case 5:var i=r.stateNode;32&r.flags&&(fe(i,""),r.flags&=-33),uu(e,au(e),i);break;case 3:case 4:var a=r.stateNode.containerInfo;su(e,au(e),a);break;default:throw Error(o(161))}}catch(s){_l(e,e.return,s)}e.flags&=-3}4096&t&&(e.flags&=-4097)}function Du(e,t,n){Js=e,yu(e,t,n)}function yu(e,t,n){for(var r=0!==(1&e.mode);null!==Js;){var i=Js,o=i.child;if(22===i.tag&&r){var a=null!==i.memoizedState||Qs;if(!a){var s=i.alternate,u=null!==s&&null!==s.memoizedState||Ks;s=Qs;var l=Ks;if(Qs=a,(Ks=u)&&!l)for(Js=i;null!==Js;)u=(a=Js).child,22===a.tag&&null!==a.memoizedState?Au(i):null!==u?(u.return=a,Js=u):Au(i);for(;null!==o;)Js=o,yu(o,t,n),o=o.sibling;Js=i,Qs=s,Ks=l}vu(e)}else 0!==(8772&i.subtreeFlags)&&null!==o?(o.return=i,Js=o):vu(e)}}function vu(e){for(;null!==Js;){var t=Js;if(0!==(8772&t.flags)){var n=t.alternate;try{if(0!==(8772&t.flags))switch(t.tag){case 0:case 11:case 15:Ks||nu(5,t);break;case 1:var r=t.stateNode;if(4&t.flags&&!Ks)if(null===n)r.componentDidMount();else{var i=t.elementType===t.type?n.memoizedProps:ns(t.type,n.memoizedProps);r.componentDidUpdate(i,n.memoizedState,r.__reactInternalSnapshotBeforeUpdate)}var a=t.updateQueue;null!==a&&Go(t,a,r);break;case 3:var s=t.updateQueue;if(null!==s){if(n=null,null!==t.child)switch(t.child.tag){case 5:case 1:n=t.child.stateNode}Go(t,s,n)}break;case 5:var u=t.stateNode;if(null===n&&4&t.flags){n=u;var l=t.memoizedProps;switch(t.type){case"button":case"input":case"select":case"textarea":l.autoFocus&&n.focus();break;case"img":l.src&&(n.src=l.src)}}break;case 6:case 4:case 12:case 19:case 17:case 21:case 22:case 23:case 25:break;case 13:if(null===t.memoizedState){var c=t.alternate;if(null!==c){var d=c.memoizedState;if(null!==d){var f=d.dehydrated;null!==f&&Ht(f)}}}break;default:throw Error(o(163))}Ks||512&t.flags&&ru(t)}catch(p){_l(t,t.return,p)}}if(t===e){Js=null;break}if(null!==(n=t.sibling)){n.return=t.return,Js=n;break}Js=t.return}}function Eu(e){for(;null!==Js;){var t=Js;if(t===e){Js=null;break}var n=t.sibling;if(null!==n){n.return=t.return,Js=n;break}Js=t.return}}function Au(e){for(;null!==Js;){var t=Js;try{switch(t.tag){case 0:case 11:case 15:var n=t.return;try{nu(4,t)}catch(u){_l(t,n,u)}break;case 1:var r=t.stateNode;if("function"===typeof r.componentDidMount){var i=t.return;try{r.componentDidMount()}catch(u){_l(t,i,u)}}var o=t.return;try{ru(t)}catch(u){_l(t,o,u)}break;case 5:var a=t.return;try{ru(t)}catch(u){_l(t,a,u)}}}catch(u){_l(t,t.return,u)}if(t===e){Js=null;break}var s=t.sibling;if(null!==s){s.return=t.return,Js=s;break}Js=t.return}}var bu,_u=Math.ceil,Cu=E.ReactCurrentDispatcher,Tu=E.ReactCurrentOwner,ku=E.ReactCurrentBatchConfig,Fu=0,Su=null,wu=null,xu=0,Ou=0,Nu=Ci(0),Bu=0,Iu=null,Pu=0,Ru=0,Lu=0,Mu=null,ju=null,zu=0,Uu=1/0,Hu=null,Vu=!1,Gu=null,Wu=null,Yu=!1,qu=null,Qu=0,Ku=0,Xu=null,Ju=-1,Zu=0;function $u(){return 0!==(6&Fu)?Je():-1!==Ju?Ju:Ju=Je()}function el(e){return 0===(1&e.mode)?1:0!==(2&Fu)&&0!==xu?xu&-xu:null!==go.transition?(0===Zu&&(Zu=mt()),Zu):0!==(e=vt)?e:e=void 0===(e=window.event)?16:Xt(e.type)}function tl(e,t,n,r){if(50<Ku)throw Ku=0,Xu=null,Error(o(185));Dt(e,n,r),0!==(2&Fu)&&e===Su||(e===Su&&(0===(2&Fu)&&(Ru|=n),4===Bu&&al(e,xu)),nl(e,r),1===n&&0===Fu&&0===(1&t.mode)&&(Uu=Je()+500,ji&&Hi()))}function nl(e,t){var n=e.callbackNode;!function(e,t){for(var n=e.suspendedLanes,r=e.pingedLanes,i=e.expirationTimes,o=e.pendingLanes;0<o;){var a=31-at(o),s=1<<a,u=i[a];-1===u?0!==(s&n)&&0===(s&r)||(i[a]=pt(s,t)):u<=t&&(e.expiredLanes|=s),o&=~s}}(e,t);var r=ft(e,e===Su?xu:0);if(0===r)null!==n&&Qe(n),e.callbackNode=null,e.callbackPriority=0;else if(t=r&-r,e.callbackPriority!==t){if(null!=n&&Qe(n),1===t)0===e.tag?function(e){ji=!0,Ui(e)}(sl.bind(null,e)):Ui(sl.bind(null,e)),ai(function(){0===(6&Fu)&&Hi()}),n=null;else{switch(Et(r)){case 1:n=$e;break;case 4:n=et;break;case 16:default:n=tt;break;case 536870912:n=rt}n=Sl(n,rl.bind(null,e))}e.callbackPriority=t,e.callbackNode=n}}function rl(e,t){if(Ju=-1,Zu=0,0!==(6&Fu))throw Error(o(327));var n=e.callbackNode;if(Al()&&e.callbackNode!==n)return null;var r=ft(e,e===Su?xu:0);if(0===r)return null;if(0!==(30&r)||0!==(r&e.expiredLanes)||t)t=ml(e,r);else{t=r;var i=Fu;Fu|=2;var a=pl();for(Su===e&&xu===t||(Hu=null,Uu=Je()+500,dl(e,t));;)try{Dl();break}catch(u){fl(e,u)}Fo(),Cu.current=a,Fu=i,null!==wu?t=0:(Su=null,xu=0,t=Bu)}if(0!==t){if(2===t&&(0!==(i=ht(e))&&(r=i,t=il(e,i))),1===t)throw n=Iu,dl(e,0),al(e,r),nl(e,Je()),n;if(6===t)al(e,r);else{if(i=e.current.alternate,0===(30&r)&&!function(e){for(var t=e;;){if(16384&t.flags){var n=t.updateQueue;if(null!==n&&null!==(n=n.stores))for(var r=0;r<n.length;r++){var i=n[r],o=i.getSnapshot;i=i.value;try{if(!sr(o(),i))return!1}catch(s){return!1}}}if(n=t.child,16384&t.subtreeFlags&&null!==n)n.return=t,t=n;else{if(t===e)break;for(;null===t.sibling;){if(null===t.return||t.return===e)return!0;t=t.return}t.sibling.return=t.return,t=t.sibling}}return!0}(i)&&(2===(t=ml(e,r))&&(0!==(a=ht(e))&&(r=a,t=il(e,a))),1===t))throw n=Iu,dl(e,0),al(e,r),nl(e,Je()),n;switch(e.finishedWork=i,e.finishedLanes=r,t){case 0:case 1:throw Error(o(345));case 2:case 5:El(e,ju,Hu);break;case 3:if(al(e,r),(130023424&r)===r&&10<(t=zu+500-Je())){if(0!==ft(e,0))break;if(((i=e.suspendedLanes)&r)!==r){$u(),e.pingedLanes|=e.suspendedLanes&i;break}e.timeoutHandle=ri(El.bind(null,e,ju,Hu),t);break}El(e,ju,Hu);break;case 4:if(al(e,r),(4194240&r)===r)break;for(t=e.eventTimes,i=-1;0<r;){var s=31-at(r);a=1<<s,(s=t[s])>i&&(i=s),r&=~a}if(r=i,10<(r=(120>(r=Je()-r)?120:480>r?480:1080>r?1080:1920>r?1920:3e3>r?3e3:4320>r?4320:1960*_u(r/1960))-r)){e.timeoutHandle=ri(El.bind(null,e,ju,Hu),r);break}El(e,ju,Hu);break;default:throw Error(o(329))}}}return nl(e,Je()),e.callbackNode===n?rl.bind(null,e):null}function il(e,t){var n=Mu;return e.current.memoizedState.isDehydrated&&(dl(e,t).flags|=256),2!==(e=ml(e,t))&&(t=ju,ju=n,null!==t&&ol(t)),e}function ol(e){null===ju?ju=e:ju.push.apply(ju,e)}function al(e,t){for(t&=~Lu,t&=~Ru,e.suspendedLanes|=t,e.pingedLanes&=~t,e=e.expirationTimes;0<t;){var n=31-at(t),r=1<<n;e[n]=-1,t&=~r}}function sl(e){if(0!==(6&Fu))throw Error(o(327));Al();var t=ft(e,0);if(0===(1&t))return nl(e,Je()),null;var n=ml(e,t);if(0!==e.tag&&2===n){var r=ht(e);0!==r&&(t=r,n=il(e,r))}if(1===n)throw n=Iu,dl(e,0),al(e,t),nl(e,Je()),n;if(6===n)throw Error(o(345));return e.finishedWork=e.current.alternate,e.finishedLanes=t,El(e,ju,Hu),nl(e,Je()),null}function ul(e,t){var n=Fu;Fu|=1;try{return e(t)}finally{0===(Fu=n)&&(Uu=Je()+500,ji&&Hi())}}function ll(e){null!==qu&&0===qu.tag&&0===(6&Fu)&&Al();var t=Fu;Fu|=1;var n=ku.transition,r=vt;try{if(ku.transition=null,vt=1,e)return e()}finally{vt=r,ku.transition=n,0===(6&(Fu=t))&&Hi()}}function cl(){Ou=Nu.current,Ti(Nu)}function dl(e,t){e.finishedWork=null,e.finishedLanes=0;var n=e.timeoutHandle;if(-1!==n&&(e.timeoutHandle=-1,ii(n)),null!==wu)for(n=wu.return;null!==n;){var r=n;switch(to(r),r.tag){case 1:null!==(r=r.type.childContextTypes)&&void 0!==r&&Bi();break;case 3:Jo(),Ti(wi),Ti(Si),ra();break;case 5:$o(r);break;case 4:Jo();break;case 13:case 19:Ti(ea);break;case 10:So(r.type._context);break;case 22:case 23:cl()}n=n.return}if(Su=e,wu=e=Nl(e.current,null),xu=Ou=t,Bu=0,Iu=null,Lu=Ru=Pu=0,ju=Mu=null,null!==No){for(t=0;t<No.length;t++)if(null!==(r=(n=No[t]).interleaved)){n.interleaved=null;var i=r.next,o=n.pending;if(null!==o){var a=o.next;o.next=i,r.next=a}n.pending=r}No=null}return e}function fl(e,t){for(;;){var n=wu;try{if(Fo(),ia.current=Za,ca){for(var r=sa.memoizedState;null!==r;){var i=r.queue;null!==i&&(i.pending=null),r=r.next}ca=!1}if(aa=0,la=ua=sa=null,da=!1,fa=0,Tu.current=null,null===n||null===n.return){Bu=1,Iu=t,wu=null;break}e:{var a=e,s=n.return,u=n,l=t;if(t=xu,u.flags|=32768,null!==l&&"object"===typeof l&&"function"===typeof l.then){var c=l,d=u,f=d.tag;if(0===(1&d.mode)&&(0===f||11===f||15===f)){var p=d.alternate;p?(d.updateQueue=p.updateQueue,d.memoizedState=p.memoizedState,d.lanes=p.lanes):(d.updateQueue=null,d.memoizedState=null)}var h=gs(s);if(null!==h){h.flags&=-257,Ds(h,s,u,0,t),1&h.mode&&ms(a,c,t),l=c;var m=(t=h).updateQueue;if(null===m){var g=new Set;g.add(l),t.updateQueue=g}else m.add(l);break e}if(0===(1&t)){ms(a,c,t),hl();break e}l=Error(o(426))}else if(io&&1&u.mode){var D=gs(s);if(null!==D){0===(65536&D.flags)&&(D.flags|=256),Ds(D,s,u,0,t),mo(ls(l,u));break e}}a=l=ls(l,u),4!==Bu&&(Bu=2),null===Mu?Mu=[a]:Mu.push(a),a=s;do{switch(a.tag){case 3:a.flags|=65536,t&=-t,a.lanes|=t,Ho(a,ps(0,l,t));break e;case 1:u=l;var y=a.type,v=a.stateNode;if(0===(128&a.flags)&&("function"===typeof y.getDerivedStateFromError||null!==v&&"function"===typeof v.componentDidCatch&&(null===Wu||!Wu.has(v)))){a.flags|=65536,t&=-t,a.lanes|=t,Ho(a,hs(a,u,t));break e}}a=a.return}while(null!==a)}vl(n)}catch(E){t=E,wu===n&&null!==n&&(wu=n=n.return);continue}break}}function pl(){var e=Cu.current;return Cu.current=Za,null===e?Za:e}function hl(){0!==Bu&&3!==Bu&&2!==Bu||(Bu=4),null===Su||0===(268435455&Pu)&&0===(268435455&Ru)||al(Su,xu)}function ml(e,t){var n=Fu;Fu|=2;var r=pl();for(Su===e&&xu===t||(Hu=null,dl(e,t));;)try{gl();break}catch(i){fl(e,i)}if(Fo(),Fu=n,Cu.current=r,null!==wu)throw Error(o(261));return Su=null,xu=0,Bu}function gl(){for(;null!==wu;)yl(wu)}function Dl(){for(;null!==wu&&!Ke();)yl(wu)}function yl(e){var t=bu(e.alternate,e,Ou);e.memoizedProps=e.pendingProps,null===t?vl(e):wu=t,Tu.current=null}function vl(e){var t=e;do{var n=t.alternate;if(e=t.return,0===(32768&t.flags)){if(null!==(n=Ys(n,t,Ou)))return void(wu=n)}else{if(null!==(n=qs(n,t)))return n.flags&=32767,void(wu=n);if(null===e)return Bu=6,void(wu=null);e.flags|=32768,e.subtreeFlags=0,e.deletions=null}if(null!==(t=t.sibling))return void(wu=t);wu=t=e}while(null!==t);0===Bu&&(Bu=5)}function El(e,t,n){var r=vt,i=ku.transition;try{ku.transition=null,vt=1,function(e,t,n,r){do{Al()}while(null!==qu);if(0!==(6&Fu))throw Error(o(327));n=e.finishedWork;var i=e.finishedLanes;if(null===n)return null;if(e.finishedWork=null,e.finishedLanes=0,n===e.current)throw Error(o(177));e.callbackNode=null,e.callbackPriority=0;var a=n.lanes|n.childLanes;if(function(e,t){var n=e.pendingLanes&~t;e.pendingLanes=t,e.suspendedLanes=0,e.pingedLanes=0,e.expiredLanes&=t,e.mutableReadLanes&=t,e.entangledLanes&=t,t=e.entanglements;var r=e.eventTimes;for(e=e.expirationTimes;0<n;){var i=31-at(n),o=1<<i;t[i]=0,r[i]=-1,e[i]=-1,n&=~o}}(e,a),e===Su&&(wu=Su=null,xu=0),0===(2064&n.subtreeFlags)&&0===(2064&n.flags)||Yu||(Yu=!0,Sl(tt,function(){return Al(),null})),a=0!==(15990&n.flags),0!==(15990&n.subtreeFlags)||a){a=ku.transition,ku.transition=null;var s=vt;vt=1;var u=Fu;Fu|=4,Tu.current=null,function(e,t){if(ei=Gt,pr(e=fr())){if("selectionStart"in e)var n={start:e.selectionStart,end:e.selectionEnd};else e:{var r=(n=(n=e.ownerDocument)&&n.defaultView||window).getSelection&&n.getSelection();if(r&&0!==r.rangeCount){n=r.anchorNode;var i=r.anchorOffset,a=r.focusNode;r=r.focusOffset;try{n.nodeType,a.nodeType}catch(A){n=null;break e}var s=0,u=-1,l=-1,c=0,d=0,f=e,p=null;t:for(;;){for(var h;f!==n||0!==i&&3!==f.nodeType||(u=s+i),f!==a||0!==r&&3!==f.nodeType||(l=s+r),3===f.nodeType&&(s+=f.nodeValue.length),null!==(h=f.firstChild);)p=f,f=h;for(;;){if(f===e)break t;if(p===n&&++c===i&&(u=s),p===a&&++d===r&&(l=s),null!==(h=f.nextSibling))break;p=(f=p).parentNode}f=h}n=-1===u||-1===l?null:{start:u,end:l}}else n=null}n=n||{start:0,end:0}}else n=null;for(ti={focusedElem:e,selectionRange:n},Gt=!1,Js=t;null!==Js;)if(e=(t=Js).child,0!==(1028&t.subtreeFlags)&&null!==e)e.return=t,Js=e;else for(;null!==Js;){t=Js;try{var m=t.alternate;if(0!==(1024&t.flags))switch(t.tag){case 0:case 11:case 15:case 5:case 6:case 4:case 17:break;case 1:if(null!==m){var g=m.memoizedProps,D=m.memoizedState,y=t.stateNode,v=y.getSnapshotBeforeUpdate(t.elementType===t.type?g:ns(t.type,g),D);y.__reactInternalSnapshotBeforeUpdate=v}break;case 3:var E=t.stateNode.containerInfo;1===E.nodeType?E.textContent="":9===E.nodeType&&E.documentElement&&E.removeChild(E.documentElement);break;default:throw Error(o(163))}}catch(A){_l(t,t.return,A)}if(null!==(e=t.sibling)){e.return=t.return,Js=e;break}Js=t.return}m=eu,eu=!1}(e,n),mu(n,e),hr(ti),Gt=!!ei,ti=ei=null,e.current=n,Du(n,e,i),Xe(),Fu=u,vt=s,ku.transition=a}else e.current=n;if(Yu&&(Yu=!1,qu=e,Qu=i),a=e.pendingLanes,0===a&&(Wu=null),function(e){if(ot&&"function"===typeof ot.onCommitFiberRoot)try{ot.onCommitFiberRoot(it,e,void 0,128===(128&e.current.flags))}catch(t){}}(n.stateNode),nl(e,Je()),null!==t)for(r=e.onRecoverableError,n=0;n<t.length;n++)i=t[n],r(i.value,{componentStack:i.stack,digest:i.digest});if(Vu)throw Vu=!1,e=Gu,Gu=null,e;0!==(1&Qu)&&0!==e.tag&&Al(),a=e.pendingLanes,0!==(1&a)?e===Xu?Ku++:(Ku=0,Xu=e):Ku=0,Hi()}(e,t,n,r)}finally{ku.transition=i,vt=r}return null}function Al(){if(null!==qu){var e=Et(Qu),t=ku.transition,n=vt;try{if(ku.transition=null,vt=16>e?16:e,null===qu)var r=!1;else{if(e=qu,qu=null,Qu=0,0!==(6&Fu))throw Error(o(331));var i=Fu;for(Fu|=4,Js=e.current;null!==Js;){var a=Js,s=a.child;if(0!==(16&Js.flags)){var u=a.deletions;if(null!==u){for(var l=0;l<u.length;l++){var c=u[l];for(Js=c;null!==Js;){var d=Js;switch(d.tag){case 0:case 11:case 15:tu(8,d,a)}var f=d.child;if(null!==f)f.return=d,Js=f;else for(;null!==Js;){var p=(d=Js).sibling,h=d.return;if(iu(d),d===c){Js=null;break}if(null!==p){p.return=h,Js=p;break}Js=h}}}var m=a.alternate;if(null!==m){var g=m.child;if(null!==g){m.child=null;do{var D=g.sibling;g.sibling=null,g=D}while(null!==g)}}Js=a}}if(0!==(2064&a.subtreeFlags)&&null!==s)s.return=a,Js=s;else e:for(;null!==Js;){if(0!==(2048&(a=Js).flags))switch(a.tag){case 0:case 11:case 15:tu(9,a,a.return)}var y=a.sibling;if(null!==y){y.return=a.return,Js=y;break e}Js=a.return}}var v=e.current;for(Js=v;null!==Js;){var E=(s=Js).child;if(0!==(2064&s.subtreeFlags)&&null!==E)E.return=s,Js=E;else e:for(s=v;null!==Js;){if(0!==(2048&(u=Js).flags))try{switch(u.tag){case 0:case 11:case 15:nu(9,u)}}catch(b){_l(u,u.return,b)}if(u===s){Js=null;break e}var A=u.sibling;if(null!==A){A.return=u.return,Js=A;break e}Js=u.return}}if(Fu=i,Hi(),ot&&"function"===typeof ot.onPostCommitFiberRoot)try{ot.onPostCommitFiberRoot(it,e)}catch(b){}r=!0}return r}finally{vt=n,ku.transition=t}}return!1}function bl(e,t,n){e=zo(e,t=ps(0,t=ls(n,t),1),1),t=$u(),null!==e&&(Dt(e,1,t),nl(e,t))}function _l(e,t,n){if(3===e.tag)bl(e,e,n);else for(;null!==t;){if(3===t.tag){bl(t,e,n);break}if(1===t.tag){var r=t.stateNode;if("function"===typeof t.type.getDerivedStateFromError||"function"===typeof r.componentDidCatch&&(null===Wu||!Wu.has(r))){t=zo(t,e=hs(t,e=ls(n,e),1),1),e=$u(),null!==t&&(Dt(t,1,e),nl(t,e));break}}t=t.return}}function Cl(e,t,n){var r=e.pingCache;null!==r&&r.delete(t),t=$u(),e.pingedLanes|=e.suspendedLanes&n,Su===e&&(xu&n)===n&&(4===Bu||3===Bu&&(130023424&xu)===xu&&500>Je()-zu?dl(e,0):Lu|=n),nl(e,t)}function Tl(e,t){0===t&&(0===(1&e.mode)?t=1:(t=ct,0===(130023424&(ct<<=1))&&(ct=4194304)));var n=$u();null!==(e=Po(e,t))&&(Dt(e,t,n),nl(e,n))}function kl(e){var t=e.memoizedState,n=0;null!==t&&(n=t.retryLane),Tl(e,n)}function Fl(e,t){var n=0;switch(e.tag){case 13:var r=e.stateNode,i=e.memoizedState;null!==i&&(n=i.retryLane);break;case 19:r=e.stateNode;break;default:throw Error(o(314))}null!==r&&r.delete(t),Tl(e,n)}function Sl(e,t){return qe(e,t)}function wl(e,t,n,r){this.tag=e,this.key=n,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=t,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=r,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function xl(e,t,n,r){return new wl(e,t,n,r)}function Ol(e){return!(!(e=e.prototype)||!e.isReactComponent)}function Nl(e,t){var n=e.alternate;return null===n?((n=xl(e.tag,t,e.key,e.mode)).elementType=e.elementType,n.type=e.type,n.stateNode=e.stateNode,n.alternate=e,e.alternate=n):(n.pendingProps=t,n.type=e.type,n.flags=0,n.subtreeFlags=0,n.deletions=null),n.flags=14680064&e.flags,n.childLanes=e.childLanes,n.lanes=e.lanes,n.child=e.child,n.memoizedProps=e.memoizedProps,n.memoizedState=e.memoizedState,n.updateQueue=e.updateQueue,t=e.dependencies,n.dependencies=null===t?null:{lanes:t.lanes,firstContext:t.firstContext},n.sibling=e.sibling,n.index=e.index,n.ref=e.ref,n}function Bl(e,t,n,r,i,a){var s=2;if(r=e,"function"===typeof e)Ol(e)&&(s=1);else if("string"===typeof e)s=5;else e:switch(e){case _:return Il(n.children,i,a,t);case C:s=8,i|=8;break;case T:return(e=xl(12,n,t,2|i)).elementType=T,e.lanes=a,e;case w:return(e=xl(13,n,t,i)).elementType=w,e.lanes=a,e;case x:return(e=xl(19,n,t,i)).elementType=x,e.lanes=a,e;case B:return Pl(n,i,a,t);default:if("object"===typeof e&&null!==e)switch(e.$$typeof){case k:s=10;break e;case F:s=9;break e;case S:s=11;break e;case O:s=14;break e;case N:s=16,r=null;break e}throw Error(o(130,null==e?e:typeof e,""))}return(t=xl(s,n,t,i)).elementType=e,t.type=r,t.lanes=a,t}function Il(e,t,n,r){return(e=xl(7,e,r,t)).lanes=n,e}function Pl(e,t,n,r){return(e=xl(22,e,r,t)).elementType=B,e.lanes=n,e.stateNode={isHidden:!1},e}function Rl(e,t,n){return(e=xl(6,e,null,t)).lanes=n,e}function Ll(e,t,n){return(t=xl(4,null!==e.children?e.children:[],e.key,t)).lanes=n,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function Ml(e,t,n,r,i){this.tag=t,this.containerInfo=e,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.pendingContext=this.context=null,this.callbackPriority=0,this.eventTimes=gt(0),this.expirationTimes=gt(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=gt(0),this.identifierPrefix=r,this.onRecoverableError=i,this.mutableSourceEagerHydrationData=null}function jl(e,t,n,r,i,o,a,s,u){return e=new Ml(e,t,n,s,u),1===t?(t=1,!0===o&&(t|=8)):t=0,o=xl(3,null,null,t),e.current=o,o.stateNode=e,o.memoizedState={element:r,isDehydrated:n,cache:null,transitions:null,pendingSuspenseBoundaries:null},Lo(o),e}function zl(e){if(!e)return Fi;e:{if(He(e=e._reactInternals)!==e||1!==e.tag)throw Error(o(170));var t=e;do{switch(t.tag){case 3:t=t.stateNode.context;break e;case 1:if(Ni(t.type)){t=t.stateNode.__reactInternalMemoizedMergedChildContext;break e}}t=t.return}while(null!==t);throw Error(o(171))}if(1===e.tag){var n=e.type;if(Ni(n))return Pi(e,n,t)}return t}function Ul(e,t,n,r,i,o,a,s,u){return(e=jl(n,r,!0,e,0,o,0,s,u)).context=zl(null),n=e.current,(o=jo(r=$u(),i=el(n))).callback=void 0!==t&&null!==t?t:null,zo(n,o,i),e.current.lanes=i,Dt(e,i,r),nl(e,r),e}function Hl(e,t,n,r){var i=t.current,o=$u(),a=el(i);return n=zl(n),null===t.context?t.context=n:t.pendingContext=n,(t=jo(o,a)).payload={element:e},null!==(r=void 0===r?null:r)&&(t.callback=r),null!==(e=zo(i,t,a))&&(tl(e,i,a,o),Uo(e,i,a)),a}function Vl(e){return(e=e.current).child?(e.child.tag,e.child.stateNode):null}function Gl(e,t){if(null!==(e=e.memoizedState)&&null!==e.dehydrated){var n=e.retryLane;e.retryLane=0!==n&&n<t?n:t}}function Wl(e,t){Gl(e,t),(e=e.alternate)&&Gl(e,t)}bu=function(e,t,n){if(null!==e)if(e.memoizedProps!==t.pendingProps||wi.current)vs=!0;else{if(0===(e.lanes&n)&&0===(128&t.flags))return vs=!1,function(e,t,n){switch(t.tag){case 3:ws(t),ho();break;case 5:Zo(t);break;case 1:Ni(t.type)&&Ri(t);break;case 4:Xo(t,t.stateNode.containerInfo);break;case 10:var r=t.type._context,i=t.memoizedProps.value;ki(_o,r._currentValue),r._currentValue=i;break;case 13:if(null!==(r=t.memoizedState))return null!==r.dehydrated?(ki(ea,1&ea.current),t.flags|=128,null):0!==(n&t.child.childLanes)?Rs(e,t,n):(ki(ea,1&ea.current),null!==(e=Vs(e,t,n))?e.sibling:null);ki(ea,1&ea.current);break;case 19:if(r=0!==(n&t.childLanes),0!==(128&e.flags)){if(r)return Us(e,t,n);t.flags|=128}if(null!==(i=t.memoizedState)&&(i.rendering=null,i.tail=null,i.lastEffect=null),ki(ea,ea.current),r)break;return null;case 22:case 23:return t.lanes=0,Cs(e,t,n)}return Vs(e,t,n)}(e,t,n);vs=0!==(131072&e.flags)}else vs=!1,io&&0!==(1048576&t.flags)&&$i(t,Yi,t.index);switch(t.lanes=0,t.tag){case 2:var r=t.type;Hs(e,t),e=t.pendingProps;var i=Oi(t,Si.current);xo(t,n),i=ga(null,t,r,e,i,n);var a=Da();return t.flags|=1,"object"===typeof i&&null!==i&&"function"===typeof i.render&&void 0===i.$$typeof?(t.tag=1,t.memoizedState=null,t.updateQueue=null,Ni(r)?(a=!0,Ri(t)):a=!1,t.memoizedState=null!==i.state&&void 0!==i.state?i.state:null,Lo(t),i.updater=is,t.stateNode=i,i._reactInternals=t,us(t,r,e,n),t=Ss(null,t,r,!0,a,n)):(t.tag=0,io&&a&&eo(t),Es(null,t,i,n),t=t.child),t;case 16:r=t.elementType;e:{switch(Hs(e,t),e=t.pendingProps,r=(i=r._init)(r._payload),t.type=r,i=t.tag=function(e){if("function"===typeof e)return Ol(e)?1:0;if(void 0!==e&&null!==e){if((e=e.$$typeof)===S)return 11;if(e===O)return 14}return 2}(r),e=ns(r,e),i){case 0:t=ks(null,t,r,e,n);break e;case 1:t=Fs(null,t,r,e,n);break e;case 11:t=As(null,t,r,e,n);break e;case 14:t=bs(null,t,r,ns(r.type,e),n);break e}throw Error(o(306,r,""))}return t;case 0:return r=t.type,i=t.pendingProps,ks(e,t,r,i=t.elementType===r?i:ns(r,i),n);case 1:return r=t.type,i=t.pendingProps,Fs(e,t,r,i=t.elementType===r?i:ns(r,i),n);case 3:e:{if(ws(t),null===e)throw Error(o(387));r=t.pendingProps,i=(a=t.memoizedState).element,Mo(e,t),Vo(t,r,null,n);var s=t.memoizedState;if(r=s.element,a.isDehydrated){if(a={element:r,isDehydrated:!1,cache:s.cache,pendingSuspenseBoundaries:s.pendingSuspenseBoundaries,transitions:s.transitions},t.updateQueue.baseState=a,t.memoizedState=a,256&t.flags){t=xs(e,t,r,n,i=ls(Error(o(423)),t));break e}if(r!==i){t=xs(e,t,r,n,i=ls(Error(o(424)),t));break e}for(ro=li(t.stateNode.containerInfo.firstChild),no=t,io=!0,oo=null,n=bo(t,null,r,n),t.child=n;n;)n.flags=-3&n.flags|4096,n=n.sibling}else{if(ho(),r===i){t=Vs(e,t,n);break e}Es(e,t,r,n)}t=t.child}return t;case 5:return Zo(t),null===e&&lo(t),r=t.type,i=t.pendingProps,a=null!==e?e.memoizedProps:null,s=i.children,ni(r,i)?s=null:null!==a&&ni(r,a)&&(t.flags|=32),Ts(e,t),Es(e,t,s,n),t.child;case 6:return null===e&&lo(t),null;case 13:return Rs(e,t,n);case 4:return Xo(t,t.stateNode.containerInfo),r=t.pendingProps,null===e?t.child=Ao(t,null,r,n):Es(e,t,r,n),t.child;case 11:return r=t.type,i=t.pendingProps,As(e,t,r,i=t.elementType===r?i:ns(r,i),n);case 7:return Es(e,t,t.pendingProps,n),t.child;case 8:case 12:return Es(e,t,t.pendingProps.children,n),t.child;case 10:e:{if(r=t.type._context,i=t.pendingProps,a=t.memoizedProps,s=i.value,ki(_o,r._currentValue),r._currentValue=s,null!==a)if(sr(a.value,s)){if(a.children===i.children&&!wi.current){t=Vs(e,t,n);break e}}else for(null!==(a=t.child)&&(a.return=t);null!==a;){var u=a.dependencies;if(null!==u){s=a.child;for(var l=u.firstContext;null!==l;){if(l.context===r){if(1===a.tag){(l=jo(-1,n&-n)).tag=2;var c=a.updateQueue;if(null!==c){var d=(c=c.shared).pending;null===d?l.next=l:(l.next=d.next,d.next=l),c.pending=l}}a.lanes|=n,null!==(l=a.alternate)&&(l.lanes|=n),wo(a.return,n,t),u.lanes|=n;break}l=l.next}}else if(10===a.tag)s=a.type===t.type?null:a.child;else if(18===a.tag){if(null===(s=a.return))throw Error(o(341));s.lanes|=n,null!==(u=s.alternate)&&(u.lanes|=n),wo(s,n,t),s=a.sibling}else s=a.child;if(null!==s)s.return=a;else for(s=a;null!==s;){if(s===t){s=null;break}if(null!==(a=s.sibling)){a.return=s.return,s=a;break}s=s.return}a=s}Es(e,t,i.children,n),t=t.child}return t;case 9:return i=t.type,r=t.pendingProps.children,xo(t,n),r=r(i=Oo(i)),t.flags|=1,Es(e,t,r,n),t.child;case 14:return i=ns(r=t.type,t.pendingProps),bs(e,t,r,i=ns(r.type,i),n);case 15:return _s(e,t,t.type,t.pendingProps,n);case 17:return r=t.type,i=t.pendingProps,i=t.elementType===r?i:ns(r,i),Hs(e,t),t.tag=1,Ni(r)?(e=!0,Ri(t)):e=!1,xo(t,n),as(t,r,i),us(t,r,i,n),Ss(null,t,r,!0,e,n);case 19:return Us(e,t,n);case 22:return Cs(e,t,n)}throw Error(o(156,t.tag))};var Yl="function"===typeof reportError?reportError:function(e){console.error(e)};function ql(e){this._internalRoot=e}function Ql(e){this._internalRoot=e}function Kl(e){return!(!e||1!==e.nodeType&&9!==e.nodeType&&11!==e.nodeType)}function Xl(e){return!(!e||1!==e.nodeType&&9!==e.nodeType&&11!==e.nodeType&&(8!==e.nodeType||" react-mount-point-unstable "!==e.nodeValue))}function Jl(){}function Zl(e,t,n,r,i){var o=n._reactRootContainer;if(o){var a=o;if("function"===typeof i){var s=i;i=function(){var e=Vl(a);s.call(e)}}Hl(t,a,e,i)}else a=function(e,t,n,r,i){if(i){if("function"===typeof r){var o=r;r=function(){var e=Vl(a);o.call(e)}}var a=Ul(t,r,e,0,null,!1,0,"",Jl);return e._reactRootContainer=a,e[hi]=a.current,Hr(8===e.nodeType?e.parentNode:e),ll(),a}for(;i=e.lastChild;)e.removeChild(i);if("function"===typeof r){var s=r;r=function(){var e=Vl(u);s.call(e)}}var u=jl(e,0,!1,null,0,!1,0,"",Jl);return e._reactRootContainer=u,e[hi]=u.current,Hr(8===e.nodeType?e.parentNode:e),ll(function(){Hl(t,u,n,r)}),u}(n,t,e,i,r);return Vl(a)}Ql.prototype.render=ql.prototype.render=function(e){var t=this._internalRoot;if(null===t)throw Error(o(409));Hl(e,t,null,null)},Ql.prototype.unmount=ql.prototype.unmount=function(){var e=this._internalRoot;if(null!==e){this._internalRoot=null;var t=e.containerInfo;ll(function(){Hl(null,e,null,null)}),t[hi]=null}},Ql.prototype.unstable_scheduleHydration=function(e){if(e){var t=Ct();e={blockedOn:null,target:e,priority:t};for(var n=0;n<Bt.length&&0!==t&&t<Bt[n].priority;n++);Bt.splice(n,0,e),0===n&&Lt(e)}},At=function(e){switch(e.tag){case 3:var t=e.stateNode;if(t.current.memoizedState.isDehydrated){var n=dt(t.pendingLanes);0!==n&&(yt(t,1|n),nl(t,Je()),0===(6&Fu)&&(Uu=Je()+500,Hi()))}break;case 13:ll(function(){var t=Po(e,1);if(null!==t){var n=$u();tl(t,e,1,n)}}),Wl(e,1)}},bt=function(e){if(13===e.tag){var t=Po(e,134217728);if(null!==t)tl(t,e,134217728,$u());Wl(e,134217728)}},_t=function(e){if(13===e.tag){var t=el(e),n=Po(e,t);if(null!==n)tl(n,e,t,$u());Wl(e,t)}},Ct=function(){return vt},Tt=function(e,t){var n=vt;try{return vt=e,t()}finally{vt=n}},be=function(e,t,n){switch(t){case"input":if(Z(e,n),t=n.name,"radio"===n.type&&null!=t){for(n=e;n.parentNode;)n=n.parentNode;for(n=n.querySelectorAll("input[name="+JSON.stringify(""+t)+'][type="radio"]'),t=0;t<n.length;t++){var r=n[t];if(r!==e&&r.form===e.form){var i=Ai(r);if(!i)throw Error(o(90));q(r),Z(r,i)}}}break;case"textarea":oe(e,n);break;case"select":null!=(t=n.value)&&ne(e,!!n.multiple,t,!1)}},Se=ul,we=ll;var $l={usingClientEntryPoint:!1,Events:[vi,Ei,Ai,ke,Fe,ul]},ec={findFiberByHostInstance:yi,bundleType:0,version:"18.3.1",rendererPackageName:"react-dom"},tc={bundleType:ec.bundleType,version:ec.version,rendererPackageName:ec.rendererPackageName,rendererConfig:ec.rendererConfig,overrideHookState:null,overrideHookStateDeletePath:null,overrideHookStateRenamePath:null,overrideProps:null,overridePropsDeletePath:null,overridePropsRenamePath:null,setErrorHandler:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:E.ReactCurrentDispatcher,findHostInstanceByFiber:function(e){return null===(e=We(e))?null:e.stateNode},findFiberByHostInstance:ec.findFiberByHostInstance||function(){return null},findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null,reconcilerVersion:"18.3.1-next-f1338f8080-20240426"};if("undefined"!==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__){var nc=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!nc.isDisabled&&nc.supportsFiber)try{it=nc.inject(tc),ot=nc}catch(ce){}}t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=$l,t.createPortal=function(e,t){var n=2<arguments.length&&void 0!==arguments[2]?arguments[2]:null;if(!Kl(t))throw Error(o(200));return function(e,t,n){var r=3<arguments.length&&void 0!==arguments[3]?arguments[3]:null;return{$$typeof:b,key:null==r?null:""+r,children:e,containerInfo:t,implementation:n}}(e,t,null,n)},t.createRoot=function(e,t){if(!Kl(e))throw Error(o(299));var n=!1,r="",i=Yl;return null!==t&&void 0!==t&&(!0===t.unstable_strictMode&&(n=!0),void 0!==t.identifierPrefix&&(r=t.identifierPrefix),void 0!==t.onRecoverableError&&(i=t.onRecoverableError)),t=jl(e,1,!1,null,0,n,0,r,i),e[hi]=t.current,Hr(8===e.nodeType?e.parentNode:e),new ql(t)},t.findDOMNode=function(e){if(null==e)return null;if(1===e.nodeType)return e;var t=e._reactInternals;if(void 0===t){if("function"===typeof e.render)throw Error(o(188));throw e=Object.keys(e).join(","),Error(o(268,e))}return e=null===(e=We(t))?null:e.stateNode},t.flushSync=function(e){return ll(e)},t.hydrate=function(e,t,n){if(!Xl(t))throw Error(o(200));return Zl(null,e,t,!0,n)},t.hydrateRoot=function(e,t,n){if(!Kl(e))throw Error(o(405));var r=null!=n&&n.hydratedSources||null,i=!1,a="",s=Yl;if(null!==n&&void 0!==n&&(!0===n.unstable_strictMode&&(i=!0),void 0!==n.identifierPrefix&&(a=n.identifierPrefix),void 0!==n.onRecoverableError&&(s=n.onRecoverableError)),t=Ul(t,null,e,1,null!=n?n:null,i,0,a,s),e[hi]=t.current,Hr(e),r)for(e=0;e<r.length;e++)i=(i=(n=r[e])._getVersion)(n._source),null==t.mutableSourceEagerHydrationData?t.mutableSourceEagerHydrationData=[n,i]:t.mutableSourceEagerHydrationData.push(n,i);return new Ql(t)},t.render=function(e,t,n){if(!Xl(t))throw Error(o(200));return Zl(null,e,t,!1,n)},t.unmountComponentAtNode=function(e){if(!Xl(e))throw Error(o(40));return!!e._reactRootContainer&&(ll(function(){Zl(null,null,e,!1,function(){e._reactRootContainer=null,e[hi]=null})}),!0)},t.unstable_batchedUpdates=ul,t.unstable_renderSubtreeIntoContainer=function(e,t,n,r){if(!Xl(n))throw Error(o(200));if(null==e||void 0===e._reactInternals)throw Error(o(38));return Zl(e,t,n,!1,r)},t.version="18.3.1-next-f1338f8080-20240426"},4391(e,t,n){"use strict";var r=n(7950);t.createRoot=r.createRoot,t.hydrateRoot=r.hydrateRoot},7950(e,t,n){"use strict";!function e(){if("undefined"!==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"===typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE)try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e)}catch(t){console.error(t)}}(),e.exports=n(2730)},6366(e){var t="undefined"!==typeof Element,n="function"===typeof Map,r="function"===typeof Set,i="function"===typeof ArrayBuffer&&!!ArrayBuffer.isView;function o(e,a){if(e===a)return!0;if(e&&a&&"object"==typeof e&&"object"==typeof a){if(e.constructor!==a.constructor)return!1;var s,u,l,c;if(Array.isArray(e)){if((s=e.length)!=a.length)return!1;for(u=s;0!==u--;)if(!o(e[u],a[u]))return!1;return!0}if(n&&e instanceof Map&&a instanceof Map){if(e.size!==a.size)return!1;for(c=e.entries();!(u=c.next()).done;)if(!a.has(u.value[0]))return!1;for(c=e.entries();!(u=c.next()).done;)if(!o(u.value[1],a.get(u.value[0])))return!1;return!0}if(r&&e instanceof Set&&a instanceof Set){if(e.size!==a.size)return!1;for(c=e.entries();!(u=c.next()).done;)if(!a.has(u.value[0]))return!1;return!0}if(i&&ArrayBuffer.isView(e)&&ArrayBuffer.isView(a)){if((s=e.length)!=a.length)return!1;for(u=s;0!==u--;)if(e[u]!==a[u])return!1;return!0}if(e.constructor===RegExp)return e.source===a.source&&e.flags===a.flags;if(e.valueOf!==Object.prototype.valueOf&&"function"===typeof e.valueOf&&"function"===typeof a.valueOf)return e.valueOf()===a.valueOf();if(e.toString!==Object.prototype.toString&&"function"===typeof e.toString&&"function"===typeof a.toString)return e.toString()===a.toString();if((s=(l=Object.keys(e)).length)!==Object.keys(a).length)return!1;for(u=s;0!==u--;)if(!Object.prototype.hasOwnProperty.call(a,l[u]))return!1;if(t&&e instanceof Element)return!1;for(u=s;0!==u--;)if(("_owner"!==l[u]&&"__v"!==l[u]&&"__o"!==l[u]||!e.$$typeof)&&!o(e[l[u]],a[l[u]]))return!1;return!0}return e!==e&&a!==a}e.exports=function(e,t){try{return o(e,t)}catch(n){if((n.message||"").match(/stack|recursion/i))return console.warn("react-fast-compare cannot handle circular refs"),!1;throw n}}},8066(e,t,n){var r;r=e=>(()=>{"use strict";var t={931:(e,t,n)=>{n.r(t),n.d(t,{default:()=>u});var r=n(639),i=n.n(r),o=["styles"];function a(){return a=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},a.apply(this,arguments)}function s(e,t){if(null==e)return{};var n,r,i=function(e,t){if(null==e)return{};var n,r,i={},o=Object.keys(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}const u=function(e){e.styles;var t=s(e,o);return i().createElement("svg",a({width:"44",height:"44",xmlns:"http://www.w3.org/2000/svg",stroke:"#fff"},t),i().createElement("g",{fill:"none",fillRule:"evenodd",strokeWidth:"2"},i().createElement("circle",{cx:"22",cy:"22",r:"1"},i().createElement("animate",{attributeName:"r",begin:"0s",dur:"1.8s",values:"1; 20",calcMode:"spline",keyTimes:"0; 1",keySplines:"0.165, 0.84, 0.44, 1",repeatCount:"indefinite"}),i().createElement("animate",{attributeName:"stroke-opacity",begin:"0s",dur:"1.8s",values:"1; 0",calcMode:"spline",keyTimes:"0; 1",keySplines:"0.3, 0.61, 0.355, 1",repeatCount:"indefinite"})),i().createElement("circle",{cx:"22",cy:"22",r:"1"},i().createElement("animate",{attributeName:"r",begin:"-0.9s",dur:"1.8s",values:"1; 20",calcMode:"spline",keyTimes:"0; 1",keySplines:"0.165, 0.84, 0.44, 1",repeatCount:"indefinite"}),i().createElement("animate",{attributeName:"stroke-opacity",begin:"-0.9s",dur:"1.8s",values:"1; 0",calcMode:"spline",keyTimes:"0; 1",keySplines:"0.3, 0.61, 0.355, 1",repeatCount:"indefinite"}))))}},120:function(e,t,n){function r(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,i,o,a,s=[],u=!0,l=!1;try{if(o=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;u=!1}else for(;!(u=(r=o.call(n)).done)&&(s.push(r.value),s.length!==t);u=!0);}catch(c){l=!0,i=c}finally{try{if(!u&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(l)throw i}}return s}}(e,t)||function(e,t){if(e){if("string"===typeof e)return i(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?i(e,t):void 0}}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function i(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var o=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),a=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),s=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&o(t,e,n);return a(t,e),t},u=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var l=s(n(639)),c=u(n(267)),d=u(n(486)),f=u(n(552)),p=u(n(832)),h=u(n(913)),m=u(n(342)),g=n(402);t.default=function(){var e=r((0,l.useState)(0),2),t=e[0],n=e[1],i=r((0,l.useState)(!0),2),o=i[0],a=i[1],s=r((0,l.useState)(!0),2),u=s[0],y=s[1],v=r((0,l.useState)(0),2),E=v[0],A=v[1],b=(0,m.default)(),_=(0,l.useRef)(),C=(0,l.useContext)(c.default),T=C.width,k=C.height,F=C.loop,S=C.currentIndex,w=C.isPaused,x=C.keyboardNavigation,O=C.preventDefault,N=C.storyContainerStyles,B=void 0===N?{}:N,I=C.onAllStoriesEnd,P=C.onPrevious,R=C.onNext,L=C.preloadCount,M=(0,l.useContext)(d.default).stories;(0,g.usePreLoader)(M,t,L),(0,l.useEffect)(function(){"number"===typeof S&&(S>=0&&S<M.length?U(function(){return S}):console.error("Index out of bounds. Current index was set to value more than the length of stories array.",S))},[S]),(0,l.useEffect)(function(){"boolean"===typeof w&&a(w)},[w]),(0,l.useEffect)(function(){if("undefined"!==typeof window&&window.document&&"boolean"===typeof x&&x)return document.addEventListener("keydown",j),function(){document.removeEventListener("keydown",j)}},[x]);var j=function(e){"ArrowLeft"===e.key?H():"ArrowRight"===e.key&&V({isSkippedByUser:!0})},z=function(e,t){a("pause"===e),y(!!t)},U=function(e){n(e),z("pause",!0)},H=function(){void 0!=P&&P(),U(function(e){return e>0?e-1:e})},V=function(e){void 0!=R&&(null===e||void 0===e?void 0:e.isSkippedByUser)&&R(),b()&&(F?G():W())},G=function(){U(function(e){return e>=M.length-1&&I&&I(t,M),(e+1)%M.length})},W=function(){U(function(e){return e<M.length-1?e+1:(I&&I(t,M),e)})},Y=function(e){e.preventDefault(),_.current=setTimeout(function(){z("pause")},200)},q=function(e){return function(t){t.preventDefault(),_.current&&clearTimeout(_.current),o?z("play"):"next"===e?V({isSkippedByUser:!0}):H()}};return l.default.createElement("div",{style:Object.assign(Object.assign(Object.assign({},D.container),B),{width:T,height:k})},l.default.createElement(f.default.Provider,{value:{bufferAction:u,videoDuration:E,currentId:t,pause:o,next:V}},l.default.createElement(h.default,null)),l.default.createElement(p.default,{action:z,bufferAction:u,playState:o,story:M[t],getVideoDuration:function(e){A(1e3*e)}}),!O&&l.default.createElement("div",{style:D.overlay},l.default.createElement("div",{style:{width:"50%",zIndex:999},onTouchStart:Y,onTouchEnd:q("previous"),onMouseDown:Y,onMouseUp:q("previous")}),l.default.createElement("div",{style:{width:"50%",zIndex:999},onTouchStart:Y,onTouchEnd:q("next"),onMouseDown:Y,onMouseUp:q("next")})))};var D={container:{display:"flex",flexDirection:"column",background:"#111",position:"relative",WebkitUserSelect:"none"},overlay:{position:"absolute",height:"inherit",width:"inherit",display:"flex"}}},463:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var i=r(n(639)),o={main:{display:"flex",alignItems:"center"},img:{width:40,height:40,borderRadius:40,marginRight:10,filter:"drop-shadow(0 0px 2px rgba(0, 0, 0, 0.5))",border:"2px solid rgba(255, 255, 255, 0.8)"},text:{display:"flex",flexDirection:"column",filter:"drop-shadow(0 0px 3px rgba(0, 0, 0, 0.9))"},heading:{fontSize:"1rem",color:"rgba(255, 255, 255, 0.9)",margin:0,marginBottom:2},subheading:{fontSize:"0.6rem",color:"rgba(255, 255, 255, 0.8)",margin:0}};t.default=function(e){var t=e.profileImage,n=e.heading,r=e.subheading;return i.default.createElement("div",{style:o.main},t&&i.default.createElement("img",{style:o.img,src:t}),i.default.createElement("span",{style:o.text},i.default.createElement("p",{style:o.heading},n),i.default.createElement("p",{style:o.subheading},r)))}},911:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var s=o(n(639)),u=a(n(424)),l=a(n(267)),c=a(n(552));t.default=function(e){var t=(0,s.useContext)(l.default).progressStyles,n=(0,s.useContext)(c.default),r=n.bufferAction,i=n.pause,o=e.width,a=e.active;return s.default.createElement(u.default,{width:o,pause:i,bufferAction:r},s.default.createElement("div",{style:Object.assign(Object.assign(Object.assign({},d.inner),t),function(t){switch(t.active){case 2:return{width:"100%"};case 1:return{transform:"scaleX(".concat(e.count/100,")")};default:return{width:0}}}({active:a}))}))};var d={inner:{background:"#fff",height:"100%",maxWidth:"100%",borderRadius:2,transformOrigin:"center left",WebkitBackfaceVisibility:"hidden",MozBackfaceVisibility:"hidden",msBackfaceVisibility:"hidden",backfaceVisibility:"hidden",WebkitPerspective:1e3,MozPerspective:1e3,msPerspective:1e3,perspective:1e3}}},913:function(e,t,n){function r(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,i,o,a,s=[],u=!0,l=!1;try{if(o=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;u=!1}else for(;!(u=(r=o.call(n)).done)&&(s.push(r.value),s.length!==t);u=!0);}catch(c){l=!0,i=c}finally{try{if(!u&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(l)throw i}}return s}}(e,t)||function(e,t){if(e){if("string"===typeof e)return i(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?i(e,t):void 0}}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function i(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var o=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),a=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),s=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&o(t,e,n);return a(t,e),t},u=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var l=s(n(639)),c=u(n(911)),d=u(n(552)),f=u(n(267)),p=u(n(486)),h=n(335);t.default=function(){var e=r((0,l.useState)(0),2),t=e[0],n=e[1],i=(0,l.useRef)(),o=(0,l.useContext)(d.default),a=o.currentId,s=o.next,u=o.videoDuration,g=o.pause,D=o.bufferAction,y=(0,l.useContext)(f.default),v=y.defaultInterval,E=y.onStoryEnd,A=y.onStoryStart,b=y.progressContainerStyles,_=(0,l.useContext)(p.default).stories;(0,l.useEffect)(function(){n(0)},[a,_]),(0,l.useEffect)(function(){return g||(C.current=requestAnimationFrame(k),i.current=(0,h.timestamp)()),function(){cancelAnimationFrame(C.current)}},[a,g]);var C=(0,l.useRef)(),T=t,k=function e(){0===T&&F(),void 0==i.current&&(i.current=(0,h.timestamp)());var t=(0,h.timestamp)(),r=t-i.current;i.current=t,n(function(e){var t=w();return T=e+100*r/t}),T<100?C.current=requestAnimationFrame(e):(S(),cancelAnimationFrame(C.current),s())},F=function(){A&&A(a,_[a])},S=function(){E&&E(a,_[a])},w=function(){return"video"===_[a].type?u:"number"===typeof _[a].duration?_[a].duration:v},x={opacity:g&&!D?0:1};return l.default.createElement("div",{style:Object.assign(Object.assign(Object.assign({},m.progressArr),b),x)},_.map(function(e,n){return l.default.createElement(c.default,{key:n,count:t,width:1/_.length,active:n===a?1:n<a?2:0})}))};var m={progressArr:{display:"flex",justifyContent:"center",maxWidth:"100%",flexWrap:"nowrap",position:"absolute",width:"98%",padding:5,paddingTop:7,alignSelf:"center",zIndex:1001,filter:"drop-shadow(0 1px 8px #222)",transition:"opacity 400ms ease-in-out"}}},424:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var s=o(n(639)),u=a(n(267)),l=function(e){var t=e.width;return{width:"".concat(100*t,"%")}},c={progress:{height:2,maxWidth:"100%",background:"#555",margin:2,borderRadius:2,WebkitBackfaceVisibility:"hidden",MozBackfaceVisibility:"hidden",msBackfaceVisibility:"hidden",backfaceVisibility:"hidden"}};t.default=function(e){var t=(0,s.useContext)(u.default).progressWrapperStyles;return s.default.createElement("div",{style:Object.assign(Object.assign(Object.assign({},c.progress),t),l(e))},e.children)}},771:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var s=o(n(639)),u=a(n(267));t.default=function(e){var t=e.seeMoreContent,n=e.customCollapsed,r=(0,s.useContext)(u.default).keyboardNavigation;(0,s.useEffect)(function(){if("undefined"!==typeof window&&window.document&&"boolean"===typeof r&&r)return document.addEventListener("keydown",i),function(){document.removeEventListener("keydown",i)}},[r]);var i=function(t){"ArrowUp"===t.key?(t.preventDefault(),e.toggleMore(!0)):"ArrowDown"!==t.key&&"Escape"!==t.key||(t.preventDefault(),e.toggleMore(!1))};return e.showContent?s.default.createElement("div",{style:l.seeMoreExpanded},s.default.createElement(t,{close:function(){return e.toggleMore(!1)}})):n?s.default.createElement(n,{action:e.action,toggleMore:e.toggleMore}):s.default.createElement("div",{style:l.seeMore,onClick:function(t){t.preventDefault(),t.stopPropagation(),e.toggleMore(!0)}},s.default.createElement("span",{style:l.seeMoreIcon},"\u2303"),s.default.createElement("span",{style:l.seeMoreText},"See more"))};var l={seeMore:{height:"10vh",background:"linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2))",display:"flex",flexDirection:"column",width:"100%",alignItems:"center",justifyContent:"flex-end",bottom:0},seeMoreExpanded:{position:"absolute",top:0,left:0,width:"100%",height:"100%",boxSizing:"border-box",zIndex:99999},seeMoreText:{color:"white",textAlign:"center",letterSpacing:"0.1em",marginBottom:"2.2vh",textTransform:"capitalize",opacity:"1",fontSize:"0.8em",transition:"opacity 300ms ease-in-out"},seeMoreIcon:{color:"white",textAlign:"center",letterSpacing:"0.2em",marginBottom:"0.4vh",opacity:"1",filter:"drop-shadow(0 0 5px black)",textTransform:"capitalize",transition:"opacity 300ms ease-in-out"},seeMoreClose:{position:"absolute",filter:"drop-shadow(0 3px 2px #ccc)",right:"0.5rem",top:"0.5rem",fontSize:"1.5rem",opacity:"0.7",padding:"1rem"}}},353:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var i=r(n(639)),o=r(n(931));t.default=function(){return i.default.createElement(o.default,null)}},832:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var s=o(n(639)),u=a(n(267)),l={story:{display:"flex",position:"relative",overflow:"hidden",alignItems:"center"},storyContent:{width:"auto",maxWidth:"100%",maxHeight:"100%",margin:"auto"}};t.default=function(e){var t=(0,s.useContext)(u.default),n=t.width,r=t.height,i=t.loader,o=t.header,a=t.storyStyles,c=t.storyInnerContainerStyles,d=void 0===c?{}:c,f=function(t,n){if("UPDATE_VIDEO_DURATION"===t)return e.getVideoDuration(n.duration),{ack:"OK"}};return s.default.createElement("div",{style:Object.assign(Object.assign(Object.assign({},l.story),d),{width:n,height:r})},function(){var t=e.story.content,u={width:n,height:r,loader:i,header:o,storyStyles:a};return s.default.createElement(t,{action:e.action,isPaused:e.playState,story:e.story,config:u,messageHandler:f})}())}},267:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.initialContext=void 0;var i=r(n(639));t.initialContext={defaultInterval:4e3,width:360,height:640};var o=i.default.createContext(t.initialContext);t.default=o},552:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var i=r(n(639));t.default=i.default.createContext({currentId:0,videoDuration:0,bufferAction:!1,pause:!1,next:function(){}})},486:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.initialContext=void 0;var i=r(n(639));t.initialContext={stories:[]};var o=i.default.createContext(t.initialContext);t.default=o},370:function(e,t,n){function r(e){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r(e)}function i(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,i,o,a,s=[],u=!0,l=!1;try{if(o=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;u=!1}else for(;!(u=(r=o.call(n)).done)&&(s.push(r.value),s.length!==t);u=!0);}catch(c){l=!0,i=c}finally{try{if(!u&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(l)throw i}}return s}}(e,t)||function(e,t){if(e){if("string"===typeof e)return o(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?o(e,t):void 0}}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function o(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var a=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),s=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),u=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&a(t,e,n);return s(t,e),t},l=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"===typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n},c=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.WithSeeMore=t.WithHeader=void 0;var d=u(n(639)),f=c(n(120)),p=c(n(267)),h=c(n(486)),m=n(371),g=n(942),D=c(n(803)),y=c(n(763)),v=function(e,t){return e.map(function(e){var n={};"string"===typeof e?(n.url=e,n.type="image"):"object"===r(e)&&(n=Object.assign(n,e));var i=(0,m.getRenderer)(n,t);return n.originalContent=n.content,n.content=i,n})};t.WithHeader=D.default,t.WithSeeMore=y.default,t.default=function(e){var t=e.width,n=void 0===t?360:t,r=e.height,o=void 0===r?640:r,a=e.defaultInterval,s=void 0===a?4e3:a,u=e.preloadCount,c=void 0===u?1:u,m=l(e,["width","height","defaultInterval","preloadCount"]),D=m.renderers?m.renderers.concat(g.renderers):g.renderers,y={width:n,height:o,loader:m.loader,header:m.header,storyContainerStyles:m.storyContainerStyles,storyInnerContainerStyles:m.storyInnerContainerStyles,storyStyles:m.storyStyles,progressContainerStyles:m.progressContainerStyles,progressWrapperStyles:m.progressWrapperStyles,progressStyles:m.progressStyles,loop:m.loop,defaultInterval:s,isPaused:m.isPaused,currentIndex:m.currentIndex,onStoryStart:m.onStoryStart,onStoryEnd:m.onStoryEnd,onAllStoriesEnd:m.onAllStoriesEnd,onNext:m.onNext,onPrevious:m.onPrevious,keyboardNavigation:m.keyboardNavigation,preventDefault:m.preventDefault,preloadCount:c},E=i((0,d.useState)({stories:v(m.stories,D)}),2),A=E[0],b=E[1];return(0,d.useEffect)(function(){b({stories:v(m.stories,D)})},[m.stories,m.renderers]),d.default.createElement(p.default.Provider,{value:y},d.default.createElement(h.default.Provider,{value:A},d.default.createElement(f.default,null)))}},350:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.tester=t.renderer=void 0;var a=o(n(639));t.renderer=function(e){a.useEffect(function(){e.action("play")},[e.story]);var t=e.story.originalContent;return a.createElement(t,Object.assign({},e))},t.tester=function(e){return{condition:!!e.content,priority:2}},t.default={renderer:t.renderer,tester:t.tester}},248:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.tester=t.renderer=void 0;var a=o(n(639));t.renderer=function(e){var t=e.story,n=e.action;return a.useEffect(function(){n("play")},[t]),a.createElement("div",{style:s.storyContent},a.createElement("p",{style:s.text},"This story could not be loaded."))};var s={storyContent:{width:"100%",maxHeight:"100%",margin:"auto"},text:{textAlign:"center",color:"white",width:"90%",margin:"auto"}};t.tester=function(){return{condition:!0,priority:1}},t.default={renderer:t.renderer,tester:t.tester}},209:function(e,t,n){function r(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,i,o,a,s=[],u=!0,l=!1;try{if(o=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;u=!1}else for(;!(u=(r=o.call(n)).done)&&(s.push(r.value),s.length!==t);u=!0);}catch(c){l=!0,i=c}finally{try{if(!u&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(l)throw i}}return s}}(e,t)||function(e,t){if(e){if("string"===typeof e)return i(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?i(e,t):void 0}}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function i(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var o=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),a=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),s=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&o(t,e,n);return a(t,e),t},u=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.tester=t.renderer=void 0;var l=s(n(639)),c=u(n(353)),d=u(n(803)),f=u(n(763));t.renderer=function(e){var t=e.story,n=e.action,i=(e.isPaused,e.config),o=r(l.useState(!1),2),a=o[0],s=o[1],u=i.width,h=i.height,m=i.loader,g=i.storyStyles,D=Object.assign(Object.assign({},p.storyContent),g||{});return l.createElement(d.default,Object.assign({},{story:t,globalHeader:i.header}),l.createElement(f.default,Object.assign({},{story:t,action:n}),l.createElement("div",null,l.createElement("img",{style:D,src:t.url,onLoad:function(){s(!0),n("play")}}),!a&&l.createElement("div",{style:{width:u,height:h,position:"absolute",left:0,top:0,background:"rgba(0, 0, 0, 0.9)",zIndex:9,display:"flex",justifyContent:"center",alignItems:"center",color:"#ccc"}},m||l.createElement(c.default,null)))))};var p={story:{display:"flex",position:"relative",overflow:"hidden"},storyContent:{width:"auto",maxWidth:"100%",maxHeight:"100%",margin:"auto"}};t.tester=function(e){return{condition:!e.content&&(!e.type||"image"===e.type),priority:2}},t.default={renderer:t.renderer,tester:t.tester}},544:function(e,t,n){function r(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,i,o,a,s=[],u=!0,l=!1;try{if(o=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;u=!1}else for(;!(u=(r=o.call(n)).done)&&(s.push(r.value),s.length!==t);u=!0);}catch(c){l=!0,i=c}finally{try{if(!u&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(l)throw i}}return s}}(e,t)||function(e,t){if(e){if("string"===typeof e)return i(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?i(e,t):void 0}}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function i(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var o=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),a=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),s=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&o(t,e,n);return a(t,e),t},u=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.tester=t.renderer=void 0;var l=s(n(639)),c=u(n(353)),d=u(n(803)),f=u(n(763));t.renderer=function(e){var t=e.story,n=e.action,i=e.isPaused,o=e.config,a=e.messageHandler,s=r(l.useState(!1),2),u=s[0],h=s[1],m=r(l.useState(t.muted||!1),2),g=m[0],D=m[1],y=o.width,v=o.height,E=o.loader,A=o.storyStyles,b=Object.assign(Object.assign({},p.storyContent),A||{}),_=l.useRef(null);return l.useEffect(function(){_.current&&(i?_.current.pause():_.current.play().catch(function(){}))},[i]),l.createElement(d.default,Object.assign({},{story:t,globalHeader:o.header}),l.createElement(f.default,Object.assign({},{story:t,action:n}),l.createElement("div",{style:p.videoContainer},l.createElement("video",{ref:_,style:b,src:t.url,controls:!1,onLoadedData:function(){a("UPDATE_VIDEO_DURATION",{duration:_.current.duration}),h(!0),_.current.play().then(function(){n("play")}).catch(function(){D(!0),_.current.play().finally(function(){n("play")})})},playsInline:!0,onWaiting:function(){n("pause",!0)},onPlaying:function(){n("play",!0)},muted:g,autoPlay:!0,"webkit-playsinline":"true"}),!u&&l.createElement("div",{style:{width:y,height:v,position:"absolute",left:0,top:0,background:"rgba(0, 0, 0, 0.9)",zIndex:9,display:"flex",justifyContent:"center",alignItems:"center",color:"#ccc"}},E||l.createElement(c.default,null)))))};var p={storyContent:{width:"auto",maxWidth:"100%",maxHeight:"100%",margin:"auto"},videoContainer:{display:"flex",alignItems:"center",justifyContent:"center"}};t.tester=function(e){return{condition:"video"===e.type,priority:2}},t.default={renderer:t.renderer,tester:t.tester}},942:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.renderers=void 0;var i=r(n(209)),o=r(n(544)),a=r(n(248)),s=r(n(350));t.renderers=[i.default,o.default,s.default,a.default]},803:function(e,t,n){function r(e){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r(e)}var i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var o=i(n(639)),a=i(n(463));t.default=function(e){var t=e.story,n=e.globalHeader,i=e.children;return o.default.createElement(o.default.Fragment,null,i,t.header&&o.default.createElement("div",{style:{position:"absolute",left:12,top:20,zIndex:19}},"object"===r(t)?n?n(t.header):o.default.createElement(a.default,{heading:t.header.heading,subheading:t.header.subheading,profileImage:t.header.profileImage}):null))}},763:function(e,t,n){function r(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,i,o,a,s=[],u=!0,l=!1;try{if(o=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;u=!1}else for(;!(u=(r=o.call(n)).done)&&(s.push(r.value),s.length!==t);u=!0);}catch(c){l=!0,i=c}finally{try{if(!u&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(l)throw i}}return s}}(e,t)||function(e,t){if(e){if("string"===typeof e)return i(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?i(e,t):void 0}}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function i(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var o=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),a=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),s=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&o(t,e,n);return a(t,e),t},u=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var l=s(n(639)),c=u(n(771));t.default=function(e){var t=e.story,n=e.action,i=e.customCollapsed,o=e.children,a=r((0,l.useState)(!1),2),s=a[0],u=a[1],d=c.default;return l.default.createElement(l.default.Fragment,null,o,t.seeMore&&l.default.createElement("div",{style:{position:"absolute",margin:"auto",bottom:s?"unset":0,zIndex:9999,width:"100%",height:s?"100%":"auto"}},l.default.createElement(d,{action:n,toggleMore:function(e){n(e?"pause":"play"),u(e)},showContent:s,seeMoreContent:t.seeMore,customCollapsed:i||t.seeMoreCollapsed})))}},371:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getRenderer=void 0,t.getRenderer=function(e,t){var n=t.map(function(t){return Object.assign(Object.assign({},t),{testerResult:t.tester(e)})}).filter(function(e){return e.testerResult.condition});return n.sort(function(e,t){return t.testerResult.priority-e.testerResult.priority}),n[0].renderer}},335:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.timestamp=void 0,t.timestamp=function(){return window.performance&&window.performance.now?window.performance.now():(new Date).getTime()}},342:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0});var r=n(639);t.default=function(){var e=(0,r.useRef)(!1);return(0,r.useEffect)(function(){return e.current=!0,function(){e.current=!1}},[]),(0,r.useCallback)(function(){return e.current},[])}},402:function(e,t,n){function r(e){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r(e)}function i(){i=function(){return e};var e={},t=Object.prototype,n=t.hasOwnProperty,o=Object.defineProperty||function(e,t,n){e[t]=n.value},a="function"==typeof Symbol?Symbol:{},s=a.iterator||"@@iterator",u=a.asyncIterator||"@@asyncIterator",l=a.toStringTag||"@@toStringTag";function c(e,t,n){return Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{c({},"")}catch(x){c=function(e,t,n){return e[t]=n}}function d(e,t,n,r){var i=t&&t.prototype instanceof h?t:h,a=Object.create(i.prototype),s=new F(r||[]);return o(a,"_invoke",{value:_(e,n,s)}),a}function f(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(x){return{type:"throw",arg:x}}}e.wrap=d;var p={};function h(){}function m(){}function g(){}var D={};c(D,s,function(){return this});var y=Object.getPrototypeOf,v=y&&y(y(S([])));v&&v!==t&&n.call(v,s)&&(D=v);var E=g.prototype=h.prototype=Object.create(D);function A(e){["next","throw","return"].forEach(function(t){c(e,t,function(e){return this._invoke(t,e)})})}function b(e,t){function i(o,a,s,u){var l=f(e[o],e,a);if("throw"!==l.type){var c=l.arg,d=c.value;return d&&"object"==r(d)&&n.call(d,"__await")?t.resolve(d.__await).then(function(e){i("next",e,s,u)},function(e){i("throw",e,s,u)}):t.resolve(d).then(function(e){c.value=e,s(c)},function(e){return i("throw",e,s,u)})}u(l.arg)}var a;o(this,"_invoke",{value:function(e,n){function r(){return new t(function(t,r){i(e,n,t,r)})}return a=a?a.then(r,r):r()}})}function _(e,t,n){var r="suspendedStart";return function(i,o){if("executing"===r)throw new Error("Generator is already running");if("completed"===r){if("throw"===i)throw o;return{value:void 0,done:!0}}for(n.method=i,n.arg=o;;){var a=n.delegate;if(a){var s=C(a,n);if(s){if(s===p)continue;return s}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if("suspendedStart"===r)throw r="completed",n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);r="executing";var u=f(e,t,n);if("normal"===u.type){if(r=n.done?"completed":"suspendedYield",u.arg===p)continue;return{value:u.arg,done:n.done}}"throw"===u.type&&(r="completed",n.method="throw",n.arg=u.arg)}}}function C(e,t){var n=t.method,r=e.iterator[n];if(void 0===r)return t.delegate=null,"throw"===n&&e.iterator.return&&(t.method="return",t.arg=void 0,C(e,t),"throw"===t.method)||"return"!==n&&(t.method="throw",t.arg=new TypeError("The iterator does not provide a '"+n+"' method")),p;var i=f(r,e.iterator,t.arg);if("throw"===i.type)return t.method="throw",t.arg=i.arg,t.delegate=null,p;var o=i.arg;return o?o.done?(t[e.resultName]=o.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=void 0),t.delegate=null,p):o:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,p)}function T(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function k(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function F(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(T,this),this.reset(!0)}function S(e){if(e){var t=e[s];if(t)return t.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var r=-1,i=function t(){for(;++r<e.length;)if(n.call(e,r))return t.value=e[r],t.done=!1,t;return t.value=void 0,t.done=!0,t};return i.next=i}}return{next:w}}function w(){return{value:void 0,done:!0}}return m.prototype=g,o(E,"constructor",{value:g,configurable:!0}),o(g,"constructor",{value:m,configurable:!0}),m.displayName=c(g,l,"GeneratorFunction"),e.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===m||"GeneratorFunction"===(t.displayName||t.name))},e.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,g):(e.__proto__=g,c(e,l,"GeneratorFunction")),e.prototype=Object.create(E),e},e.awrap=function(e){return{__await:e}},A(b.prototype),c(b.prototype,u,function(){return this}),e.AsyncIterator=b,e.async=function(t,n,r,i,o){void 0===o&&(o=Promise);var a=new b(d(t,n,r,i),o);return e.isGeneratorFunction(n)?a:a.next().then(function(e){return e.done?e.value:a.next()})},A(E),c(E,l,"Generator"),c(E,s,function(){return this}),c(E,"toString",function(){return"[object Generator]"}),e.keys=function(e){var t=Object(e),n=[];for(var r in t)n.push(r);return n.reverse(),function e(){for(;n.length;){var r=n.pop();if(r in t)return e.value=r,e.done=!1,e}return e.done=!0,e}},e.values=S,F.prototype={constructor:F,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(k),!e)for(var t in this)"t"===t.charAt(0)&&n.call(this,t)&&!isNaN(+t.slice(1))&&(this[t]=void 0)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var t=this;function r(n,r){return a.type="throw",a.arg=e,t.next=n,r&&(t.method="next",t.arg=void 0),!!r}for(var i=this.tryEntries.length-1;i>=0;--i){var o=this.tryEntries[i],a=o.completion;if("root"===o.tryLoc)return r("end");if(o.tryLoc<=this.prev){var s=n.call(o,"catchLoc"),u=n.call(o,"finallyLoc");if(s&&u){if(this.prev<o.catchLoc)return r(o.catchLoc,!0);if(this.prev<o.finallyLoc)return r(o.finallyLoc)}else if(s){if(this.prev<o.catchLoc)return r(o.catchLoc,!0)}else{if(!u)throw new Error("try statement without catch or finally");if(this.prev<o.finallyLoc)return r(o.finallyLoc)}}}},abrupt:function(e,t){for(var r=this.tryEntries.length-1;r>=0;--r){var i=this.tryEntries[r];if(i.tryLoc<=this.prev&&n.call(i,"finallyLoc")&&this.prev<i.finallyLoc){var o=i;break}}o&&("break"===e||"continue"===e)&&o.tryLoc<=t&&t<=o.finallyLoc&&(o=null);var a=o?o.completion:{};return a.type=e,a.arg=t,o?(this.method="next",this.next=o.finallyLoc,p):this.complete(a)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),p},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),k(n),p}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var r=n.completion;if("throw"===r.type){var i=r.arg;k(n)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,n){return this.delegate={iterator:S(e),resultName:t,nextLoc:n},"next"===this.method&&(this.arg=void 0),p}},e}var o=this&&this.__awaiter||function(e,t,n,r){return new(n||(n=Promise))(function(i,o){function a(e){try{u(r.next(e))}catch(t){o(t)}}function s(e){try{u(r.throw(e))}catch(t){o(t)}}function u(e){var t;e.done?i(e.value):(t=e.value,t instanceof n?t:new n(function(e){e(t)})).then(a,s)}u((r=r.apply(e,t||[])).next())})};Object.defineProperty(t,"__esModule",{value:!0}),t.usePreLoader=void 0;var a=n(639),s=new Set,u=function(e){return!!e.url&&!s.has(e.url)&&(void 0!==e.preloadResource?e.preloadResource:"video"!==e.type)};t.usePreLoader=function(e,t,n){(0,a.useEffect)(function(){var r=t+1,a=t+n+1,l=e.slice(r,a).filter(u);!function(e){e.forEach(function(e){s.add(e.url)})}(l),function(e){o(void 0,void 0,void 0,i().mark(function t(){var n;return i().wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.map(function(e){return new Promise(function(t,n){if(e.url){if("video"===e.type){var r=document.createElement("video");return r.src=e.url,r.onloadeddata=t,void(r.onerror=n)}var i=new Image;i.src=e.url,i.onload=t,i.onerror=n}})}),t.next=3,Promise.all(n);case 3:case"end":return t.stop()}},t)}))}(l)},[t,n,e])}},639:t=>{t.exports=e}},n={};function r(e){var i=n[e];if(void 0!==i)return i.exports;var o=n[e]={exports:{}};return t[e].call(o.exports,o,o.exports,r),o.exports}return r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r(370)})(),e.exports=r(n(5043))},7358(e,t){"use strict";var n,r=Symbol.for("react.element"),i=Symbol.for("react.portal"),o=Symbol.for("react.fragment"),a=Symbol.for("react.strict_mode"),s=Symbol.for("react.profiler"),u=Symbol.for("react.provider"),l=Symbol.for("react.context"),c=Symbol.for("react.server_context"),d=Symbol.for("react.forward_ref"),f=Symbol.for("react.suspense"),p=Symbol.for("react.suspense_list"),h=Symbol.for("react.memo"),m=Symbol.for("react.lazy"),g=Symbol.for("react.offscreen");function D(e){if("object"===typeof e&&null!==e){var t=e.$$typeof;switch(t){case r:switch(e=e.type){case o:case s:case a:case f:case p:return e;default:switch(e=e&&e.$$typeof){case c:case l:case d:case m:case h:case u:return e;default:return t}}case i:return t}}}n=Symbol.for("react.module.reference")},2706(e,t,n){"use strict";n(7358)},6214(e,t,n){"use strict";function r(e){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.PrevArrow=t.NextArrow=void 0;var i=s(n(5043)),o=s(n(8139)),a=n(1200);function s(e){return e&&e.__esModule?e:{default:e}}function u(){return u=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},u.apply(this,arguments)}function l(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function c(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?l(Object(n),!0).forEach(function(t){d(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):l(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function d(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function f(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function p(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function h(e,t,n){return t&&p(e.prototype,t),n&&p(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function m(e,t){if("function"!==typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&g(e,t)}function g(e,t){return g=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},g(e,t)}function D(e){var t=function(){if("undefined"===typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"===typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}();return function(){var n,i=y(e);if(t){var o=y(this).constructor;n=Reflect.construct(i,arguments,o)}else n=i.apply(this,arguments);return function(e,t){if(t&&("object"===r(t)||"function"===typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}(this,n)}}function y(e){return y=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},y(e)}var v=function(e){m(n,e);var t=D(n);function n(){return f(this,n),t.apply(this,arguments)}return h(n,[{key:"clickHandler",value:function(e,t){t&&t.preventDefault(),this.props.clickHandler(e,t)}},{key:"render",value:function(){var e={"slick-arrow":!0,"slick-prev":!0},t=this.clickHandler.bind(this,{message:"previous"});!this.props.infinite&&(0===this.props.currentSlide||this.props.slideCount<=this.props.slidesToShow)&&(e["slick-disabled"]=!0,t=null);var n={key:"0","data-role":"none",className:(0,o.default)(e),style:{display:"block"},onClick:t},r={currentSlide:this.props.currentSlide,slideCount:this.props.slideCount};return this.props.prevArrow?i.default.cloneElement(this.props.prevArrow,c(c({},n),r)):i.default.createElement("button",u({key:"0",type:"button"},n)," ","Previous")}}]),n}(i.default.PureComponent);t.PrevArrow=v;var E=function(e){m(n,e);var t=D(n);function n(){return f(this,n),t.apply(this,arguments)}return h(n,[{key:"clickHandler",value:function(e,t){t&&t.preventDefault(),this.props.clickHandler(e,t)}},{key:"render",value:function(){var e={"slick-arrow":!0,"slick-next":!0},t=this.clickHandler.bind(this,{message:"next"});(0,a.canGoNext)(this.props)||(e["slick-disabled"]=!0,t=null);var n={key:"1","data-role":"none",className:(0,o.default)(e),style:{display:"block"},onClick:t},r={currentSlide:this.props.currentSlide,slideCount:this.props.slideCount};return this.props.nextArrow?i.default.cloneElement(this.props.nextArrow,c(c({},n),r)):i.default.createElement("button",u({key:"1",type:"button"},n)," ","Next")}}]),n}(i.default.PureComponent);t.NextArrow=E},5112(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r,i=(r=n(5043))&&r.__esModule?r:{default:r};var o={accessibility:!0,adaptiveHeight:!1,afterChange:null,appendDots:function(e){return i.default.createElement("ul",{style:{display:"block"}},e)},arrows:!0,autoplay:!1,autoplaySpeed:3e3,beforeChange:null,centerMode:!1,centerPadding:"50px",className:"",cssEase:"ease",customPaging:function(e){return i.default.createElement("button",null,e+1)},dots:!1,dotsClass:"slick-dots",draggable:!0,easing:"linear",edgeFriction:.35,fade:!1,focusOnSelect:!1,infinite:!0,initialSlide:0,lazyLoad:null,nextArrow:null,onEdge:null,onInit:null,onLazyLoadError:null,onReInit:null,pauseOnDotsHover:!1,pauseOnFocus:!1,pauseOnHover:!0,prevArrow:null,responsive:null,rows:1,rtl:!1,slide:"div",slidesPerRow:1,slidesToScroll:1,slidesToShow:1,speed:500,swipe:!0,swipeEvent:null,swipeToSlide:!1,touchMove:!0,touchThreshold:5,useCSS:!0,useTransform:!0,variableWidth:!1,vertical:!1,waitForAnimate:!0};t.default=o},8496(e,t,n){"use strict";function r(e){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.Dots=void 0;var i=s(n(5043)),o=s(n(8139)),a=n(1200);function s(e){return e&&e.__esModule?e:{default:e}}function u(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function l(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function c(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function d(e,t){return d=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},d(e,t)}function f(e){var t=function(){if("undefined"===typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"===typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}();return function(){var n,i=p(e);if(t){var o=p(this).constructor;n=Reflect.construct(i,arguments,o)}else n=i.apply(this,arguments);return function(e,t){if(t&&("object"===r(t)||"function"===typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}(this,n)}}function p(e){return p=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},p(e)}var h=function(e){!function(e,t){if("function"!==typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&d(e,t)}(p,e);var t,n,r,s=f(p);function p(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,p),s.apply(this,arguments)}return t=p,n=[{key:"clickHandler",value:function(e,t){t.preventDefault(),this.props.clickHandler(e)}},{key:"render",value:function(){for(var e,t=this.props,n=t.onMouseEnter,r=t.onMouseOver,s=t.onMouseLeave,c=t.infinite,d=t.slidesToScroll,f=t.slidesToShow,p=t.slideCount,h=t.currentSlide,m=(e={slideCount:p,slidesToScroll:d,slidesToShow:f,infinite:c}).infinite?Math.ceil(e.slideCount/e.slidesToScroll):Math.ceil((e.slideCount-e.slidesToShow)/e.slidesToScroll)+1,g={onMouseEnter:n,onMouseOver:r,onMouseLeave:s},D=[],y=0;y<m;y++){var v=(y+1)*d-1,E=c?v:(0,a.clamp)(v,0,p-1),A=E-(d-1),b=c?A:(0,a.clamp)(A,0,p-1),_=(0,o.default)({"slick-active":c?h>=b&&h<=E:h===b}),C={message:"dots",index:y,slidesToScroll:d,currentSlide:h},T=this.clickHandler.bind(this,C);D=D.concat(i.default.createElement("li",{key:y,className:_},i.default.cloneElement(this.props.customPaging(y),{onClick:T})))}return i.default.cloneElement(this.props.appendDots(D),function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?u(Object(n),!0).forEach(function(t){l(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):u(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}({className:this.props.dotsClass},g))}}],n&&c(t.prototype,n),r&&c(t,r),Object.defineProperty(t,"prototype",{writable:!1}),p}(i.default.PureComponent);t.Dots=h},2382(e,t,n){"use strict";var r;t.A=void 0;var i=((r=n(433))&&r.__esModule?r:{default:r}).default;t.A=i},4910(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n={animating:!1,autoplaying:null,currentDirection:0,currentLeft:null,currentSlide:0,direction:1,dragging:!1,edgeDragged:!1,initialized:!1,lazyLoadedList:[],listHeight:null,listWidth:null,scrolling:!1,slideCount:null,slideHeight:null,slideWidth:null,swipeLeft:null,swiped:!1,swiping:!1,touchObject:{startX:0,startY:0,curX:0,curY:0},trackStyle:{},trackWidth:0,targetSlide:0};t.default=n},9826(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InnerSlider=void 0;var r=f(n(5043)),i=f(n(4910)),o=f(n(446)),a=f(n(8139)),s=n(1200),u=n(737),l=n(8496),c=n(6214),d=f(n(5820));function f(e){return e&&e.__esModule?e:{default:e}}function p(e){return p="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},p(e)}function h(){return h=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},h.apply(this,arguments)}function m(e,t){if(null==e)return{};var n,r,i=function(e,t){if(null==e)return{};var n,r,i={},o=Object.keys(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}function g(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function D(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?g(Object(n),!0).forEach(function(t){_(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):g(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function y(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function v(e,t){return v=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},v(e,t)}function E(e){var t=function(){if("undefined"===typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"===typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}();return function(){var n,r=b(e);if(t){var i=b(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return function(e,t){if(t&&("object"===p(t)||"function"===typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return A(e)}(this,n)}}function A(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function b(e){return b=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},b(e)}function _(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var C=function(e){!function(e,t){if("function"!==typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&v(e,t)}(b,e);var t,n,f,g=E(b);function b(e){var t;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,b),_(A(t=g.call(this,e)),"listRefHandler",function(e){return t.list=e}),_(A(t),"trackRefHandler",function(e){return t.track=e}),_(A(t),"adaptHeight",function(){if(t.props.adaptiveHeight&&t.list){var e=t.list.querySelector('[data-index="'.concat(t.state.currentSlide,'"]'));t.list.style.height=(0,s.getHeight)(e)+"px"}}),_(A(t),"componentDidMount",function(){if(t.props.onInit&&t.props.onInit(),t.props.lazyLoad){var e=(0,s.getOnDemandLazySlides)(D(D({},t.props),t.state));e.length>0&&(t.setState(function(t){return{lazyLoadedList:t.lazyLoadedList.concat(e)}}),t.props.onLazyLoad&&t.props.onLazyLoad(e))}var n=D({listRef:t.list,trackRef:t.track},t.props);t.updateState(n,!0,function(){t.adaptHeight(),t.props.autoplay&&t.autoPlay("update")}),"progressive"===t.props.lazyLoad&&(t.lazyLoadTimer=setInterval(t.progressiveLazyLoad,1e3)),t.ro=new d.default(function(){t.state.animating?(t.onWindowResized(!1),t.callbackTimers.push(setTimeout(function(){return t.onWindowResized()},t.props.speed))):t.onWindowResized()}),t.ro.observe(t.list),document.querySelectorAll&&Array.prototype.forEach.call(document.querySelectorAll(".slick-slide"),function(e){e.onfocus=t.props.pauseOnFocus?t.onSlideFocus:null,e.onblur=t.props.pauseOnFocus?t.onSlideBlur:null}),window.addEventListener?window.addEventListener("resize",t.onWindowResized):window.attachEvent("onresize",t.onWindowResized)}),_(A(t),"componentWillUnmount",function(){t.animationEndCallback&&clearTimeout(t.animationEndCallback),t.lazyLoadTimer&&clearInterval(t.lazyLoadTimer),t.callbackTimers.length&&(t.callbackTimers.forEach(function(e){return clearTimeout(e)}),t.callbackTimers=[]),window.addEventListener?window.removeEventListener("resize",t.onWindowResized):window.detachEvent("onresize",t.onWindowResized),t.autoplayTimer&&clearInterval(t.autoplayTimer),t.ro.disconnect()}),_(A(t),"componentDidUpdate",function(e){if(t.checkImagesLoad(),t.props.onReInit&&t.props.onReInit(),t.props.lazyLoad){var n=(0,s.getOnDemandLazySlides)(D(D({},t.props),t.state));n.length>0&&(t.setState(function(e){return{lazyLoadedList:e.lazyLoadedList.concat(n)}}),t.props.onLazyLoad&&t.props.onLazyLoad(n))}t.adaptHeight();var i=D(D({listRef:t.list,trackRef:t.track},t.props),t.state),o=t.didPropsChange(e);o&&t.updateState(i,o,function(){t.state.currentSlide>=r.default.Children.count(t.props.children)&&t.changeSlide({message:"index",index:r.default.Children.count(t.props.children)-t.props.slidesToShow,currentSlide:t.state.currentSlide}),t.props.autoplay?t.autoPlay("update"):t.pause("paused")})}),_(A(t),"onWindowResized",function(e){t.debouncedResize&&t.debouncedResize.cancel(),t.debouncedResize=(0,o.default)(function(){return t.resizeWindow(e)},50),t.debouncedResize()}),_(A(t),"resizeWindow",function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];if(Boolean(t.track&&t.track.node)){var n=D(D({listRef:t.list,trackRef:t.track},t.props),t.state);t.updateState(n,e,function(){t.props.autoplay?t.autoPlay("update"):t.pause("paused")}),t.setState({animating:!1}),clearTimeout(t.animationEndCallback),delete t.animationEndCallback}}),_(A(t),"updateState",function(e,n,i){var o=(0,s.initializedState)(e);e=D(D(D({},e),o),{},{slideIndex:o.currentSlide});var a=(0,s.getTrackLeft)(e);e=D(D({},e),{},{left:a});var u=(0,s.getTrackCSS)(e);(n||r.default.Children.count(t.props.children)!==r.default.Children.count(e.children))&&(o.trackStyle=u),t.setState(o,i)}),_(A(t),"ssrInit",function(){if(t.props.variableWidth){var e=0,n=0,i=[],o=(0,s.getPreClones)(D(D(D({},t.props),t.state),{},{slideCount:t.props.children.length})),a=(0,s.getPostClones)(D(D(D({},t.props),t.state),{},{slideCount:t.props.children.length}));t.props.children.forEach(function(t){i.push(t.props.style.width),e+=t.props.style.width});for(var u=0;u<o;u++)n+=i[i.length-1-u],e+=i[i.length-1-u];for(var l=0;l<a;l++)e+=i[l];for(var c=0;c<t.state.currentSlide;c++)n+=i[c];var d={width:e+"px",left:-n+"px"};if(t.props.centerMode){var f="".concat(i[t.state.currentSlide],"px");d.left="calc(".concat(d.left," + (100% - ").concat(f,") / 2 ) ")}return{trackStyle:d}}var p=r.default.Children.count(t.props.children),h=D(D(D({},t.props),t.state),{},{slideCount:p}),m=(0,s.getPreClones)(h)+(0,s.getPostClones)(h)+p,g=100/t.props.slidesToShow*m,y=100/m,v=-y*((0,s.getPreClones)(h)+t.state.currentSlide)*g/100;return t.props.centerMode&&(v+=(100-y*g/100)/2),{slideWidth:y+"%",trackStyle:{width:g+"%",left:v+"%"}}}),_(A(t),"checkImagesLoad",function(){var e=t.list&&t.list.querySelectorAll&&t.list.querySelectorAll(".slick-slide img")||[],n=e.length,r=0;Array.prototype.forEach.call(e,function(e){var i=function(){return++r&&r>=n&&t.onWindowResized()};if(e.onclick){var o=e.onclick;e.onclick=function(){o(),e.parentNode.focus()}}else e.onclick=function(){return e.parentNode.focus()};e.onload||(t.props.lazyLoad?e.onload=function(){t.adaptHeight(),t.callbackTimers.push(setTimeout(t.onWindowResized,t.props.speed))}:(e.onload=i,e.onerror=function(){i(),t.props.onLazyLoadError&&t.props.onLazyLoadError()}))})}),_(A(t),"progressiveLazyLoad",function(){for(var e=[],n=D(D({},t.props),t.state),r=t.state.currentSlide;r<t.state.slideCount+(0,s.getPostClones)(n);r++)if(t.state.lazyLoadedList.indexOf(r)<0){e.push(r);break}for(var i=t.state.currentSlide-1;i>=-(0,s.getPreClones)(n);i--)if(t.state.lazyLoadedList.indexOf(i)<0){e.push(i);break}e.length>0?(t.setState(function(t){return{lazyLoadedList:t.lazyLoadedList.concat(e)}}),t.props.onLazyLoad&&t.props.onLazyLoad(e)):t.lazyLoadTimer&&(clearInterval(t.lazyLoadTimer),delete t.lazyLoadTimer)}),_(A(t),"slideHandler",function(e){var n=arguments.length>1&&void 0!==arguments[1]&&arguments[1],r=t.props,i=r.asNavFor,o=r.beforeChange,a=r.onLazyLoad,u=r.speed,l=r.afterChange,c=t.state.currentSlide,d=(0,s.slideHandler)(D(D(D({index:e},t.props),t.state),{},{trackRef:t.track,useCSS:t.props.useCSS&&!n})),f=d.state,p=d.nextState;if(f){o&&o(c,f.currentSlide);var h=f.lazyLoadedList.filter(function(e){return t.state.lazyLoadedList.indexOf(e)<0});a&&h.length>0&&a(h),!t.props.waitForAnimate&&t.animationEndCallback&&(clearTimeout(t.animationEndCallback),l&&l(c),delete t.animationEndCallback),t.setState(f,function(){i&&t.asNavForIndex!==e&&(t.asNavForIndex=e,i.innerSlider.slideHandler(e)),p&&(t.animationEndCallback=setTimeout(function(){var e=p.animating,n=m(p,["animating"]);t.setState(n,function(){t.callbackTimers.push(setTimeout(function(){return t.setState({animating:e})},10)),l&&l(f.currentSlide),delete t.animationEndCallback})},u))})}}),_(A(t),"changeSlide",function(e){var n=arguments.length>1&&void 0!==arguments[1]&&arguments[1],r=D(D({},t.props),t.state),i=(0,s.changeSlide)(r,e);if((0===i||i)&&(!0===n?t.slideHandler(i,n):t.slideHandler(i),t.props.autoplay&&t.autoPlay("update"),t.props.focusOnSelect)){var o=t.list.querySelectorAll(".slick-current");o[0]&&o[0].focus()}}),_(A(t),"clickHandler",function(e){!1===t.clickable&&(e.stopPropagation(),e.preventDefault()),t.clickable=!0}),_(A(t),"keyHandler",function(e){var n=(0,s.keyHandler)(e,t.props.accessibility,t.props.rtl);""!==n&&t.changeSlide({message:n})}),_(A(t),"selectHandler",function(e){t.changeSlide(e)}),_(A(t),"disableBodyScroll",function(){window.ontouchmove=function(e){(e=e||window.event).preventDefault&&e.preventDefault(),e.returnValue=!1}}),_(A(t),"enableBodyScroll",function(){window.ontouchmove=null}),_(A(t),"swipeStart",function(e){t.props.verticalSwiping&&t.disableBodyScroll();var n=(0,s.swipeStart)(e,t.props.swipe,t.props.draggable);""!==n&&t.setState(n)}),_(A(t),"swipeMove",function(e){var n=(0,s.swipeMove)(e,D(D(D({},t.props),t.state),{},{trackRef:t.track,listRef:t.list,slideIndex:t.state.currentSlide}));n&&(n.swiping&&(t.clickable=!1),t.setState(n))}),_(A(t),"swipeEnd",function(e){var n=(0,s.swipeEnd)(e,D(D(D({},t.props),t.state),{},{trackRef:t.track,listRef:t.list,slideIndex:t.state.currentSlide}));if(n){var r=n.triggerSlideHandler;delete n.triggerSlideHandler,t.setState(n),void 0!==r&&(t.slideHandler(r),t.props.verticalSwiping&&t.enableBodyScroll())}}),_(A(t),"touchEnd",function(e){t.swipeEnd(e),t.clickable=!0}),_(A(t),"slickPrev",function(){t.callbackTimers.push(setTimeout(function(){return t.changeSlide({message:"previous"})},0))}),_(A(t),"slickNext",function(){t.callbackTimers.push(setTimeout(function(){return t.changeSlide({message:"next"})},0))}),_(A(t),"slickGoTo",function(e){var n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(e=Number(e),isNaN(e))return"";t.callbackTimers.push(setTimeout(function(){return t.changeSlide({message:"index",index:e,currentSlide:t.state.currentSlide},n)},0))}),_(A(t),"play",function(){var e;if(t.props.rtl)e=t.state.currentSlide-t.props.slidesToScroll;else{if(!(0,s.canGoNext)(D(D({},t.props),t.state)))return!1;e=t.state.currentSlide+t.props.slidesToScroll}t.slideHandler(e)}),_(A(t),"autoPlay",function(e){t.autoplayTimer&&clearInterval(t.autoplayTimer);var n=t.state.autoplaying;if("update"===e){if("hovered"===n||"focused"===n||"paused"===n)return}else if("leave"===e){if("paused"===n||"focused"===n)return}else if("blur"===e&&("paused"===n||"hovered"===n))return;t.autoplayTimer=setInterval(t.play,t.props.autoplaySpeed+50),t.setState({autoplaying:"playing"})}),_(A(t),"pause",function(e){t.autoplayTimer&&(clearInterval(t.autoplayTimer),t.autoplayTimer=null);var n=t.state.autoplaying;"paused"===e?t.setState({autoplaying:"paused"}):"focused"===e?"hovered"!==n&&"playing"!==n||t.setState({autoplaying:"focused"}):"playing"===n&&t.setState({autoplaying:"hovered"})}),_(A(t),"onDotsOver",function(){return t.props.autoplay&&t.pause("hovered")}),_(A(t),"onDotsLeave",function(){return t.props.autoplay&&"hovered"===t.state.autoplaying&&t.autoPlay("leave")}),_(A(t),"onTrackOver",function(){return t.props.autoplay&&t.pause("hovered")}),_(A(t),"onTrackLeave",function(){return t.props.autoplay&&"hovered"===t.state.autoplaying&&t.autoPlay("leave")}),_(A(t),"onSlideFocus",function(){return t.props.autoplay&&t.pause("focused")}),_(A(t),"onSlideBlur",function(){return t.props.autoplay&&"focused"===t.state.autoplaying&&t.autoPlay("blur")}),_(A(t),"render",function(){var e,n,i,o=(0,a.default)("slick-slider",t.props.className,{"slick-vertical":t.props.vertical,"slick-initialized":!0}),d=D(D({},t.props),t.state),f=(0,s.extractObject)(d,["fade","cssEase","speed","infinite","centerMode","focusOnSelect","currentSlide","lazyLoad","lazyLoadedList","rtl","slideWidth","slideHeight","listHeight","vertical","slidesToShow","slidesToScroll","slideCount","trackStyle","variableWidth","unslick","centerPadding","targetSlide","useCSS"]),p=t.props.pauseOnHover;if(f=D(D({},f),{},{onMouseEnter:p?t.onTrackOver:null,onMouseLeave:p?t.onTrackLeave:null,onMouseOver:p?t.onTrackOver:null,focusOnSelect:t.props.focusOnSelect&&t.clickable?t.selectHandler:null}),!0===t.props.dots&&t.state.slideCount>=t.props.slidesToShow){var m=(0,s.extractObject)(d,["dotsClass","slideCount","slidesToShow","currentSlide","slidesToScroll","clickHandler","children","customPaging","infinite","appendDots"]),g=t.props.pauseOnDotsHover;m=D(D({},m),{},{clickHandler:t.changeSlide,onMouseEnter:g?t.onDotsLeave:null,onMouseOver:g?t.onDotsOver:null,onMouseLeave:g?t.onDotsLeave:null}),e=r.default.createElement(l.Dots,m)}var y=(0,s.extractObject)(d,["infinite","centerMode","currentSlide","slideCount","slidesToShow","prevArrow","nextArrow"]);y.clickHandler=t.changeSlide,t.props.arrows&&(n=r.default.createElement(c.PrevArrow,y),i=r.default.createElement(c.NextArrow,y));var v=null;t.props.vertical&&(v={height:t.state.listHeight});var E=null;!1===t.props.vertical?!0===t.props.centerMode&&(E={padding:"0px "+t.props.centerPadding}):!0===t.props.centerMode&&(E={padding:t.props.centerPadding+" 0px"});var A=D(D({},v),E),b=t.props.touchMove,_={className:"slick-list",style:A,onClick:t.clickHandler,onMouseDown:b?t.swipeStart:null,onMouseMove:t.state.dragging&&b?t.swipeMove:null,onMouseUp:b?t.swipeEnd:null,onMouseLeave:t.state.dragging&&b?t.swipeEnd:null,onTouchStart:b?t.swipeStart:null,onTouchMove:t.state.dragging&&b?t.swipeMove:null,onTouchEnd:b?t.touchEnd:null,onTouchCancel:t.state.dragging&&b?t.swipeEnd:null,onKeyDown:t.props.accessibility?t.keyHandler:null},C={className:o,dir:"ltr",style:t.props.style};return t.props.unslick&&(_={className:"slick-list"},C={className:o}),r.default.createElement("div",C,t.props.unslick?"":n,r.default.createElement("div",h({ref:t.listRefHandler},_),r.default.createElement(u.Track,h({ref:t.trackRefHandler},f),t.props.children)),t.props.unslick?"":i,t.props.unslick?"":e)}),t.list=null,t.track=null,t.state=D(D({},i.default),{},{currentSlide:t.props.initialSlide,slideCount:r.default.Children.count(t.props.children)}),t.callbackTimers=[],t.clickable=!0,t.debouncedResize=null;var n=t.ssrInit();return t.state=D(D({},t.state),n),t}return t=b,(n=[{key:"didPropsChange",value:function(e){for(var t=!1,n=0,i=Object.keys(this.props);n<i.length;n++){var o=i[n];if(!e.hasOwnProperty(o)){t=!0;break}if("object"!==p(e[o])&&"function"!==typeof e[o]&&e[o]!==this.props[o]){t=!0;break}}return t||r.default.Children.count(this.props.children)!==r.default.Children.count(e.children)}}])&&y(t.prototype,n),f&&y(t,f),Object.defineProperty(t,"prototype",{writable:!1}),b}(r.default.Component);t.InnerSlider=C},433(e,t,n){"use strict";function r(e){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=l(n(5043)),o=n(9826),a=l(n(1270)),s=l(n(5112)),u=n(1200);function l(e){return e&&e.__esModule?e:{default:e}}function c(){return c=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},c.apply(this,arguments)}function d(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function f(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?d(Object(n),!0).forEach(function(t){y(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):d(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function p(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function h(e,t){return h=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},h(e,t)}function m(e){var t=function(){if("undefined"===typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"===typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}();return function(){var n,i=D(e);if(t){var o=D(this).constructor;n=Reflect.construct(i,arguments,o)}else n=i.apply(this,arguments);return function(e,t){if(t&&("object"===r(t)||"function"===typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return g(e)}(this,n)}}function g(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function D(e){return D=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},D(e)}function y(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var v=(0,u.canUseDOM)()&&n(535),E=function(e){!function(e,t){if("function"!==typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&h(e,t)}(d,e);var t,n,r,l=m(d);function d(e){var t;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,d),y(g(t=l.call(this,e)),"innerSliderRefHandler",function(e){return t.innerSlider=e}),y(g(t),"slickPrev",function(){return t.innerSlider.slickPrev()}),y(g(t),"slickNext",function(){return t.innerSlider.slickNext()}),y(g(t),"slickGoTo",function(e){var n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return t.innerSlider.slickGoTo(e,n)}),y(g(t),"slickPause",function(){return t.innerSlider.pause("paused")}),y(g(t),"slickPlay",function(){return t.innerSlider.autoPlay("play")}),t.state={breakpoint:null},t._responsiveMediaHandlers=[],t}return t=d,(n=[{key:"media",value:function(e,t){v.register(e,t),this._responsiveMediaHandlers.push({query:e,handler:t})}},{key:"componentDidMount",value:function(){var e=this;if(this.props.responsive){var t=this.props.responsive.map(function(e){return e.breakpoint});t.sort(function(e,t){return e-t}),t.forEach(function(n,r){var i;i=0===r?(0,a.default)({minWidth:0,maxWidth:n}):(0,a.default)({minWidth:t[r-1]+1,maxWidth:n}),(0,u.canUseDOM)()&&e.media(i,function(){e.setState({breakpoint:n})})});var n=(0,a.default)({minWidth:t.slice(-1)[0]});(0,u.canUseDOM)()&&this.media(n,function(){e.setState({breakpoint:null})})}}},{key:"componentWillUnmount",value:function(){this._responsiveMediaHandlers.forEach(function(e){v.unregister(e.query,e.handler)})}},{key:"render",value:function(){var e,t,n=this;(e=this.state.breakpoint?"unslick"===(t=this.props.responsive.filter(function(e){return e.breakpoint===n.state.breakpoint}))[0].settings?"unslick":f(f(f({},s.default),this.props),t[0].settings):f(f({},s.default),this.props)).centerMode&&(e.slidesToScroll,e.slidesToScroll=1),e.fade&&(e.slidesToShow,e.slidesToScroll,e.slidesToShow=1,e.slidesToScroll=1);var r=i.default.Children.toArray(this.props.children);r=r.filter(function(e){return"string"===typeof e?!!e.trim():!!e}),e.variableWidth&&(e.rows>1||e.slidesPerRow>1)&&(console.warn("variableWidth is not supported in case of rows > 1 or slidesPerRow > 1"),e.variableWidth=!1);for(var a=[],u=null,l=0;l<r.length;l+=e.rows*e.slidesPerRow){for(var d=[],p=l;p<l+e.rows*e.slidesPerRow;p+=e.slidesPerRow){for(var h=[],m=p;m<p+e.slidesPerRow&&(e.variableWidth&&r[m].props.style&&(u=r[m].props.style.width),!(m>=r.length));m+=1)h.push(i.default.cloneElement(r[m],{key:100*l+10*p+m,tabIndex:-1,style:{width:"".concat(100/e.slidesPerRow,"%"),display:"inline-block"}}));d.push(i.default.createElement("div",{key:10*l+p},h))}e.variableWidth?a.push(i.default.createElement("div",{key:l,style:{width:u}},d)):a.push(i.default.createElement("div",{key:l},d))}if("unslick"===e){var g="regular slider "+(this.props.className||"");return i.default.createElement("div",{className:g},r)}return a.length<=e.slidesToShow&&(e.unslick=!0),i.default.createElement(o.InnerSlider,c({style:this.props.style,ref:this.innerSliderRefHandler},e),a)}}])&&p(t.prototype,n),r&&p(t,r),Object.defineProperty(t,"prototype",{writable:!1}),d}(i.default.Component);t.default=E},737(e,t,n){"use strict";function r(e){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.Track=void 0;var i=s(n(5043)),o=s(n(8139)),a=n(1200);function s(e){return e&&e.__esModule?e:{default:e}}function u(){return u=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},u.apply(this,arguments)}function l(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function c(e,t){return c=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},c(e,t)}function d(e){var t=function(){if("undefined"===typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"===typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}();return function(){var n,i=p(e);if(t){var o=p(this).constructor;n=Reflect.construct(i,arguments,o)}else n=i.apply(this,arguments);return function(e,t){if(t&&("object"===r(t)||"function"===typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return f(e)}(this,n)}}function f(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function p(e){return p=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},p(e)}function h(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function m(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?h(Object(n),!0).forEach(function(t){g(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):h(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function g(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var D=function(e){var t,n,r,i,o;return r=(o=e.rtl?e.slideCount-1-e.index:e.index)<0||o>=e.slideCount,e.centerMode?(i=Math.floor(e.slidesToShow/2),n=(o-e.currentSlide)%e.slideCount===0,o>e.currentSlide-i-1&&o<=e.currentSlide+i&&(t=!0)):t=e.currentSlide<=o&&o<e.currentSlide+e.slidesToShow,{"slick-slide":!0,"slick-active":t,"slick-center":n,"slick-cloned":r,"slick-current":o===(e.targetSlide<0?e.targetSlide+e.slideCount:e.targetSlide>=e.slideCount?e.targetSlide-e.slideCount:e.targetSlide)}},y=function(e,t){return e.key||t},v=function(e){var t,n=[],r=[],s=[],u=i.default.Children.count(e.children),l=(0,a.lazyStartIndex)(e),c=(0,a.lazyEndIndex)(e);return i.default.Children.forEach(e.children,function(d,f){var p,h={message:"children",index:f,slidesToScroll:e.slidesToScroll,currentSlide:e.currentSlide};p=!e.lazyLoad||e.lazyLoad&&e.lazyLoadedList.indexOf(f)>=0?d:i.default.createElement("div",null);var g=function(e){var t={};return void 0!==e.variableWidth&&!1!==e.variableWidth||(t.width=e.slideWidth),e.fade&&(t.position="relative",e.vertical?t.top=-e.index*parseInt(e.slideHeight):t.left=-e.index*parseInt(e.slideWidth),t.opacity=e.currentSlide===e.index?1:0,e.useCSS&&(t.transition="opacity "+e.speed+"ms "+e.cssEase+", visibility "+e.speed+"ms "+e.cssEase)),t}(m(m({},e),{},{index:f})),v=p.props.className||"",E=D(m(m({},e),{},{index:f}));if(n.push(i.default.cloneElement(p,{key:"original"+y(p,f),"data-index":f,className:(0,o.default)(E,v),tabIndex:"-1","aria-hidden":!E["slick-active"],style:m(m({outline:"none"},p.props.style||{}),g),onClick:function(t){p.props&&p.props.onClick&&p.props.onClick(t),e.focusOnSelect&&e.focusOnSelect(h)}})),e.infinite&&!1===e.fade){var A=u-f;A<=(0,a.getPreClones)(e)&&u!==e.slidesToShow&&((t=-A)>=l&&(p=d),E=D(m(m({},e),{},{index:t})),r.push(i.default.cloneElement(p,{key:"precloned"+y(p,t),"data-index":t,tabIndex:"-1",className:(0,o.default)(E,v),"aria-hidden":!E["slick-active"],style:m(m({},p.props.style||{}),g),onClick:function(t){p.props&&p.props.onClick&&p.props.onClick(t),e.focusOnSelect&&e.focusOnSelect(h)}}))),u!==e.slidesToShow&&((t=u+f)<c&&(p=d),E=D(m(m({},e),{},{index:t})),s.push(i.default.cloneElement(p,{key:"postcloned"+y(p,t),"data-index":t,tabIndex:"-1",className:(0,o.default)(E,v),"aria-hidden":!E["slick-active"],style:m(m({},p.props.style||{}),g),onClick:function(t){p.props&&p.props.onClick&&p.props.onClick(t),e.focusOnSelect&&e.focusOnSelect(h)}})))}}),e.rtl?r.concat(n,s).reverse():r.concat(n,s)},E=function(e){!function(e,t){if("function"!==typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&c(e,t)}(a,e);var t,n,r,o=d(a);function a(){var e;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,a);for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return g(f(e=o.call.apply(o,[this].concat(n))),"node",null),g(f(e),"handleRef",function(t){e.node=t}),e}return t=a,(n=[{key:"render",value:function(){var e=v(this.props),t=this.props,n={onMouseEnter:t.onMouseEnter,onMouseOver:t.onMouseOver,onMouseLeave:t.onMouseLeave};return i.default.createElement("div",u({ref:this.handleRef,className:"slick-track",style:this.props.trackStyle},n),e)}}])&&l(t.prototype,n),r&&l(t,r),Object.defineProperty(t,"prototype",{writable:!1}),a}(i.default.PureComponent);t.Track=E},1200(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.checkSpecKeys=t.checkNavigable=t.changeSlide=t.canUseDOM=t.canGoNext=void 0,t.clamp=u,t.swipeStart=t.swipeMove=t.swipeEnd=t.slidesOnRight=t.slidesOnLeft=t.slideHandler=t.siblingDirection=t.safePreventDefault=t.lazyStartIndex=t.lazySlidesOnRight=t.lazySlidesOnLeft=t.lazyEndIndex=t.keyHandler=t.initializedState=t.getWidth=t.getTrackLeft=t.getTrackCSS=t.getTrackAnimateCSS=t.getTotalSlides=t.getSwipeDirection=t.getSlideCount=t.getRequiredLazySlides=t.getPreClones=t.getPostClones=t.getOnDemandLazySlides=t.getNavigableIndexes=t.getHeight=t.extractObject=void 0;var r,i=(r=n(5043))&&r.__esModule?r:{default:r};function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function a(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?o(Object(n),!0).forEach(function(t){s(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):o(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function s(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function u(e,t,n){return Math.max(t,Math.min(e,n))}var l=function(e){["onTouchStart","onTouchMove","onWheel"].includes(e._reactName)||e.preventDefault()};t.safePreventDefault=l;var c=function(e){for(var t=[],n=d(e),r=f(e),i=n;i<r;i++)e.lazyLoadedList.indexOf(i)<0&&t.push(i);return t};t.getOnDemandLazySlides=c;t.getRequiredLazySlides=function(e){for(var t=[],n=d(e),r=f(e),i=n;i<r;i++)t.push(i);return t};var d=function(e){return e.currentSlide-p(e)};t.lazyStartIndex=d;var f=function(e){return e.currentSlide+h(e)};t.lazyEndIndex=f;var p=function(e){return e.centerMode?Math.floor(e.slidesToShow/2)+(parseInt(e.centerPadding)>0?1:0):0};t.lazySlidesOnLeft=p;var h=function(e){return e.centerMode?Math.floor((e.slidesToShow-1)/2)+1+(parseInt(e.centerPadding)>0?1:0):e.slidesToShow};t.lazySlidesOnRight=h;var m=function(e){return e&&e.offsetWidth||0};t.getWidth=m;var g=function(e){return e&&e.offsetHeight||0};t.getHeight=g;var D=function(e){var t,n,r,i,o=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return t=e.startX-e.curX,n=e.startY-e.curY,r=Math.atan2(n,t),(i=Math.round(180*r/Math.PI))<0&&(i=360-Math.abs(i)),i<=45&&i>=0||i<=360&&i>=315?"left":i>=135&&i<=225?"right":!0===o?i>=35&&i<=135?"up":"down":"vertical"};t.getSwipeDirection=D;var y=function(e){var t=!0;return e.infinite||(e.centerMode&&e.currentSlide>=e.slideCount-1||e.slideCount<=e.slidesToShow||e.currentSlide>=e.slideCount-e.slidesToShow)&&(t=!1),t};t.canGoNext=y;t.extractObject=function(e,t){var n={};return t.forEach(function(t){return n[t]=e[t]}),n};t.initializedState=function(e){var t,n=i.default.Children.count(e.children),r=e.listRef,o=Math.ceil(m(r)),s=e.trackRef&&e.trackRef.node,u=Math.ceil(m(s));if(e.vertical)t=o;else{var l=e.centerMode&&2*parseInt(e.centerPadding);"string"===typeof e.centerPadding&&"%"===e.centerPadding.slice(-1)&&(l*=o/100),t=Math.ceil((o-l)/e.slidesToShow)}var d=r&&g(r.querySelector('[data-index="0"]')),f=d*e.slidesToShow,p=void 0===e.currentSlide?e.initialSlide:e.currentSlide;e.rtl&&void 0===e.currentSlide&&(p=n-1-e.initialSlide);var h=e.lazyLoadedList||[],D=c(a(a({},e),{},{currentSlide:p,lazyLoadedList:h})),y={slideCount:n,slideWidth:t,listWidth:o,trackWidth:u,currentSlide:p,slideHeight:d,listHeight:f,lazyLoadedList:h=h.concat(D)};return null===e.autoplaying&&e.autoplay&&(y.autoplaying="playing"),y};t.slideHandler=function(e){var t=e.waitForAnimate,n=e.animating,r=e.fade,i=e.infinite,o=e.index,s=e.slideCount,l=e.lazyLoad,d=e.currentSlide,f=e.centerMode,p=e.slidesToScroll,h=e.slidesToShow,m=e.useCSS,g=e.lazyLoadedList;if(t&&n)return{};var D,v,E,A=o,b={},k={},F=i?o:u(o,0,s-1);if(r){if(!i&&(o<0||o>=s))return{};o<0?A=o+s:o>=s&&(A=o-s),l&&g.indexOf(A)<0&&(g=g.concat(A)),b={animating:!0,currentSlide:A,lazyLoadedList:g,targetSlide:A},k={animating:!1,targetSlide:A}}else D=A,A<0?(D=A+s,i?s%p!==0&&(D=s-s%p):D=0):!y(e)&&A>d?A=D=d:f&&A>=s?(A=i?s:s-1,D=i?0:s-1):A>=s&&(D=A-s,i?s%p!==0&&(D=0):D=s-h),!i&&A+h>=s&&(D=s-h),v=T(a(a({},e),{},{slideIndex:A})),E=T(a(a({},e),{},{slideIndex:D})),i||(v===E&&(A=D),v=E),l&&(g=g.concat(c(a(a({},e),{},{currentSlide:A})))),m?(b={animating:!0,currentSlide:D,trackStyle:C(a(a({},e),{},{left:v})),lazyLoadedList:g,targetSlide:F},k={animating:!1,currentSlide:D,trackStyle:_(a(a({},e),{},{left:E})),swipeLeft:null,targetSlide:F}):b={currentSlide:D,trackStyle:_(a(a({},e),{},{left:E})),lazyLoadedList:g,targetSlide:F};return{state:b,nextState:k}};t.changeSlide=function(e,t){var n,r,i,o,s=e.slidesToScroll,u=e.slidesToShow,l=e.slideCount,c=e.currentSlide,d=e.targetSlide,f=e.lazyLoad,p=e.infinite;if(n=l%s!==0?0:(l-c)%s,"previous"===t.message)o=c-(i=0===n?s:u-n),f&&!p&&(o=-1===(r=c-i)?l-1:r),p||(o=d-s);else if("next"===t.message)o=c+(i=0===n?s:n),f&&!p&&(o=(c+s)%l+n),p||(o=d+s);else if("dots"===t.message)o=t.index*t.slidesToScroll;else if("children"===t.message){if(o=t.index,p){var h=w(a(a({},e),{},{targetSlide:o}));o>t.currentSlide&&"left"===h?o-=l:o<t.currentSlide&&"right"===h&&(o+=l)}}else"index"===t.message&&(o=Number(t.index));return o};t.keyHandler=function(e,t,n){return e.target.tagName.match("TEXTAREA|INPUT|SELECT")||!t?"":37===e.keyCode?n?"next":"previous":39===e.keyCode?n?"previous":"next":""};t.swipeStart=function(e,t,n){return"IMG"===e.target.tagName&&l(e),!t||!n&&-1!==e.type.indexOf("mouse")?"":{dragging:!0,touchObject:{startX:e.touches?e.touches[0].pageX:e.clientX,startY:e.touches?e.touches[0].pageY:e.clientY,curX:e.touches?e.touches[0].pageX:e.clientX,curY:e.touches?e.touches[0].pageY:e.clientY}}};t.swipeMove=function(e,t){var n=t.scrolling,r=t.animating,i=t.vertical,o=t.swipeToSlide,s=t.verticalSwiping,u=t.rtl,c=t.currentSlide,d=t.edgeFriction,f=t.edgeDragged,p=t.onEdge,h=t.swiped,m=t.swiping,g=t.slideCount,v=t.slidesToScroll,E=t.infinite,A=t.touchObject,b=t.swipeEvent,C=t.listHeight,k=t.listWidth;if(!n){if(r)return l(e);i&&o&&s&&l(e);var F,S={},w=T(t);A.curX=e.touches?e.touches[0].pageX:e.clientX,A.curY=e.touches?e.touches[0].pageY:e.clientY,A.swipeLength=Math.round(Math.sqrt(Math.pow(A.curX-A.startX,2)));var x=Math.round(Math.sqrt(Math.pow(A.curY-A.startY,2)));if(!s&&!m&&x>10)return{scrolling:!0};s&&(A.swipeLength=x);var O=(u?-1:1)*(A.curX>A.startX?1:-1);s&&(O=A.curY>A.startY?1:-1);var N=Math.ceil(g/v),B=D(t.touchObject,s),I=A.swipeLength;return E||(0===c&&("right"===B||"down"===B)||c+1>=N&&("left"===B||"up"===B)||!y(t)&&("left"===B||"up"===B))&&(I=A.swipeLength*d,!1===f&&p&&(p(B),S.edgeDragged=!0)),!h&&b&&(b(B),S.swiped=!0),F=i?w+I*(C/k)*O:u?w-I*O:w+I*O,s&&(F=w+I*O),S=a(a({},S),{},{touchObject:A,swipeLeft:F,trackStyle:_(a(a({},t),{},{left:F}))}),Math.abs(A.curX-A.startX)<.8*Math.abs(A.curY-A.startY)?S:(A.swipeLength>10&&(S.swiping=!0,l(e)),S)}};t.swipeEnd=function(e,t){var n=t.dragging,r=t.swipe,i=t.touchObject,o=t.listWidth,s=t.touchThreshold,u=t.verticalSwiping,c=t.listHeight,d=t.swipeToSlide,f=t.scrolling,p=t.onSwipe,h=t.targetSlide,m=t.currentSlide,g=t.infinite;if(!n)return r&&l(e),{};var y=u?c/s:o/s,v=D(i,u),b={dragging:!1,edgeDragged:!1,scrolling:!1,swiping:!1,swiped:!1,swipeLeft:null,touchObject:{}};if(f)return b;if(!i.swipeLength)return b;if(i.swipeLength>y){var _,k;l(e),p&&p(v);var F=g?m:h;switch(v){case"left":case"up":k=F+A(t),_=d?E(t,k):k,b.currentDirection=0;break;case"right":case"down":k=F-A(t),_=d?E(t,k):k,b.currentDirection=1;break;default:_=F}b.triggerSlideHandler=_}else{var S=T(t);b.trackStyle=C(a(a({},t),{},{left:S}))}return b};var v=function(e){for(var t=e.infinite?2*e.slideCount:e.slideCount,n=e.infinite?-1*e.slidesToShow:0,r=e.infinite?-1*e.slidesToShow:0,i=[];n<t;)i.push(n),n=r+e.slidesToScroll,r+=Math.min(e.slidesToScroll,e.slidesToShow);return i};t.getNavigableIndexes=v;var E=function(e,t){var n=v(e),r=0;if(t>n[n.length-1])t=n[n.length-1];else for(var i in n){if(t<n[i]){t=r;break}r=n[i]}return t};t.checkNavigable=E;var A=function(e){var t=e.centerMode?e.slideWidth*Math.floor(e.slidesToShow/2):0;if(e.swipeToSlide){var n,r=e.listRef,i=r.querySelectorAll&&r.querySelectorAll(".slick-slide")||[];if(Array.from(i).every(function(r){if(e.vertical){if(r.offsetTop+g(r)/2>-1*e.swipeLeft)return n=r,!1}else if(r.offsetLeft-t+m(r)/2>-1*e.swipeLeft)return n=r,!1;return!0}),!n)return 0;var o=!0===e.rtl?e.slideCount-e.currentSlide:e.currentSlide;return Math.abs(n.dataset.index-o)||1}return e.slidesToScroll};t.getSlideCount=A;var b=function(e,t){return t.reduce(function(t,n){return t&&e.hasOwnProperty(n)},!0)?null:console.error("Keys Missing:",e)};t.checkSpecKeys=b;var _=function(e){var t,n;b(e,["left","variableWidth","slideCount","slidesToShow","slideWidth"]);var r=e.slideCount+2*e.slidesToShow;e.vertical?n=r*e.slideHeight:t=S(e)*e.slideWidth;var i={opacity:1,transition:"",WebkitTransition:""};if(e.useTransform){var o=e.vertical?"translate3d(0px, "+e.left+"px, 0px)":"translate3d("+e.left+"px, 0px, 0px)",s=e.vertical?"translate3d(0px, "+e.left+"px, 0px)":"translate3d("+e.left+"px, 0px, 0px)",u=e.vertical?"translateY("+e.left+"px)":"translateX("+e.left+"px)";i=a(a({},i),{},{WebkitTransform:o,transform:s,msTransform:u})}else e.vertical?i.top=e.left:i.left=e.left;return e.fade&&(i={opacity:1}),t&&(i.width=t),n&&(i.height=n),window&&!window.addEventListener&&window.attachEvent&&(e.vertical?i.marginTop=e.left+"px":i.marginLeft=e.left+"px"),i};t.getTrackCSS=_;var C=function(e){b(e,["left","variableWidth","slideCount","slidesToShow","slideWidth","speed","cssEase"]);var t=_(e);return e.useTransform?(t.WebkitTransition="-webkit-transform "+e.speed+"ms "+e.cssEase,t.transition="transform "+e.speed+"ms "+e.cssEase):e.vertical?t.transition="top "+e.speed+"ms "+e.cssEase:t.transition="left "+e.speed+"ms "+e.cssEase,t};t.getTrackAnimateCSS=C;var T=function(e){if(e.unslick)return 0;b(e,["slideIndex","trackRef","infinite","centerMode","slideCount","slidesToShow","slidesToScroll","slideWidth","listWidth","variableWidth","slideHeight"]);var t,n,r=e.slideIndex,i=e.trackRef,o=e.infinite,a=e.centerMode,s=e.slideCount,u=e.slidesToShow,l=e.slidesToScroll,c=e.slideWidth,d=e.listWidth,f=e.variableWidth,p=e.slideHeight,h=e.fade,m=e.vertical;if(h||1===e.slideCount)return 0;var g=0;if(o?(g=-k(e),s%l!==0&&r+l>s&&(g=-(r>s?u-(r-s):s%l)),a&&(g+=parseInt(u/2))):(s%l!==0&&r+l>s&&(g=u-s%l),a&&(g=parseInt(u/2))),t=m?r*p*-1+g*p:r*c*-1+g*c,!0===f){var D,y=i&&i.node;if(D=r+k(e),t=(n=y&&y.childNodes[D])?-1*n.offsetLeft:0,!0===a){D=o?r+k(e):r,n=y&&y.children[D],t=0;for(var v=0;v<D;v++)t-=y&&y.children[v]&&y.children[v].offsetWidth;t-=parseInt(e.centerPadding),t+=n&&(d-n.offsetWidth)/2}}return t};t.getTrackLeft=T;var k=function(e){return e.unslick||!e.infinite?0:e.variableWidth?e.slideCount:e.slidesToShow+(e.centerMode?1:0)};t.getPreClones=k;var F=function(e){return e.unslick||!e.infinite?0:e.slideCount};t.getPostClones=F;var S=function(e){return 1===e.slideCount?1:k(e)+e.slideCount+F(e)};t.getTotalSlides=S;var w=function(e){return e.targetSlide>e.currentSlide?e.targetSlide>e.currentSlide+x(e)?"left":"right":e.targetSlide<e.currentSlide-O(e)?"right":"left"};t.siblingDirection=w;var x=function(e){var t=e.slidesToShow,n=e.centerMode,r=e.rtl,i=e.centerPadding;if(n){var o=(t-1)/2+1;return parseInt(i)>0&&(o+=1),r&&t%2===0&&(o+=1),o}return r?0:t-1};t.slidesOnRight=x;var O=function(e){var t=e.slidesToShow,n=e.centerMode,r=e.rtl,i=e.centerPadding;if(n){var o=(t-1)/2+1;return parseInt(i)>0&&(o+=1),r||t%2!==0||(o+=1),o}return r?t-1:0};t.slidesOnLeft=O;t.canUseDOM=function(){return!("undefined"===typeof window||!window.document||!window.document.createElement)}},1153(e,t,n){"use strict";var r=n(5043),i=Symbol.for("react.element"),o=Symbol.for("react.fragment"),a=Object.prototype.hasOwnProperty,s=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,u={key:!0,ref:!0,__self:!0,__source:!0};function l(e,t,n){var r,o={},l=null,c=null;for(r in void 0!==n&&(l=""+n),void 0!==t.key&&(l=""+t.key),void 0!==t.ref&&(c=t.ref),t)a.call(t,r)&&!u.hasOwnProperty(r)&&(o[r]=t[r]);if(e&&e.defaultProps)for(r in t=e.defaultProps)void 0===o[r]&&(o[r]=t[r]);return{$$typeof:i,type:e,key:l,ref:c,props:o,_owner:s.current}}t.Fragment=o,t.jsx=l,t.jsxs=l},4202(e,t){"use strict";var n=Symbol.for("react.element"),r=Symbol.for("react.portal"),i=Symbol.for("react.fragment"),o=Symbol.for("react.strict_mode"),a=Symbol.for("react.profiler"),s=Symbol.for("react.provider"),u=Symbol.for("react.context"),l=Symbol.for("react.forward_ref"),c=Symbol.for("react.suspense"),d=Symbol.for("react.memo"),f=Symbol.for("react.lazy"),p=Symbol.iterator;var h={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},m=Object.assign,g={};function D(e,t,n){this.props=e,this.context=t,this.refs=g,this.updater=n||h}function y(){}function v(e,t,n){this.props=e,this.context=t,this.refs=g,this.updater=n||h}D.prototype.isReactComponent={},D.prototype.setState=function(e,t){if("object"!==typeof e&&"function"!==typeof e&&null!=e)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,t,"setState")},D.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},y.prototype=D.prototype;var E=v.prototype=new y;E.constructor=v,m(E,D.prototype),E.isPureReactComponent=!0;var A=Array.isArray,b=Object.prototype.hasOwnProperty,_={current:null},C={key:!0,ref:!0,__self:!0,__source:!0};function T(e,t,r){var i,o={},a=null,s=null;if(null!=t)for(i in void 0!==t.ref&&(s=t.ref),void 0!==t.key&&(a=""+t.key),t)b.call(t,i)&&!C.hasOwnProperty(i)&&(o[i]=t[i]);var u=arguments.length-2;if(1===u)o.children=r;else if(1<u){for(var l=Array(u),c=0;c<u;c++)l[c]=arguments[c+2];o.children=l}if(e&&e.defaultProps)for(i in u=e.defaultProps)void 0===o[i]&&(o[i]=u[i]);return{$$typeof:n,type:e,key:a,ref:s,props:o,_owner:_.current}}function k(e){return"object"===typeof e&&null!==e&&e.$$typeof===n}var F=/\/+/g;function S(e,t){return"object"===typeof e&&null!==e&&null!=e.key?function(e){var t={"=":"=0",":":"=2"};return"$"+e.replace(/[=:]/g,function(e){return t[e]})}(""+e.key):t.toString(36)}function w(e,t,i,o,a){var s=typeof e;"undefined"!==s&&"boolean"!==s||(e=null);var u=!1;if(null===e)u=!0;else switch(s){case"string":case"number":u=!0;break;case"object":switch(e.$$typeof){case n:case r:u=!0}}if(u)return a=a(u=e),e=""===o?"."+S(u,0):o,A(a)?(i="",null!=e&&(i=e.replace(F,"$&/")+"/"),w(a,t,i,"",function(e){return e})):null!=a&&(k(a)&&(a=function(e,t){return{$$typeof:n,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}(a,i+(!a.key||u&&u.key===a.key?"":(""+a.key).replace(F,"$&/")+"/")+e)),t.push(a)),1;if(u=0,o=""===o?".":o+":",A(e))for(var l=0;l<e.length;l++){var c=o+S(s=e[l],l);u+=w(s,t,i,c,a)}else if(c=function(e){return null===e||"object"!==typeof e?null:"function"===typeof(e=p&&e[p]||e["@@iterator"])?e:null}(e),"function"===typeof c)for(e=c.call(e),l=0;!(s=e.next()).done;)u+=w(s=s.value,t,i,c=o+S(s,l++),a);else if("object"===s)throw t=String(e),Error("Objects are not valid as a React child (found: "+("[object Object]"===t?"object with keys {"+Object.keys(e).join(", ")+"}":t)+"). If you meant to render a collection of children, use an array instead.");return u}function x(e,t,n){if(null==e)return e;var r=[],i=0;return w(e,r,"","",function(e){return t.call(n,e,i++)}),r}function O(e){if(-1===e._status){var t=e._result;(t=t()).then(function(t){0!==e._status&&-1!==e._status||(e._status=1,e._result=t)},function(t){0!==e._status&&-1!==e._status||(e._status=2,e._result=t)}),-1===e._status&&(e._status=0,e._result=t)}if(1===e._status)return e._result.default;throw e._result}var N={current:null},B={transition:null},I={ReactCurrentDispatcher:N,ReactCurrentBatchConfig:B,ReactCurrentOwner:_};function P(){throw Error("act(...) is not supported in production builds of React.")}t.Children={map:x,forEach:function(e,t,n){x(e,function(){t.apply(this,arguments)},n)},count:function(e){var t=0;return x(e,function(){t++}),t},toArray:function(e){return x(e,function(e){return e})||[]},only:function(e){if(!k(e))throw Error("React.Children.only expected to receive a single React element child.");return e}},t.Component=D,t.Fragment=i,t.Profiler=a,t.PureComponent=v,t.StrictMode=o,t.Suspense=c,t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=I,t.act=P,t.cloneElement=function(e,t,r){if(null===e||void 0===e)throw Error("React.cloneElement(...): The argument must be a React element, but you passed "+e+".");var i=m({},e.props),o=e.key,a=e.ref,s=e._owner;if(null!=t){if(void 0!==t.ref&&(a=t.ref,s=_.current),void 0!==t.key&&(o=""+t.key),e.type&&e.type.defaultProps)var u=e.type.defaultProps;for(l in t)b.call(t,l)&&!C.hasOwnProperty(l)&&(i[l]=void 0===t[l]&&void 0!==u?u[l]:t[l])}var l=arguments.length-2;if(1===l)i.children=r;else if(1<l){u=Array(l);for(var c=0;c<l;c++)u[c]=arguments[c+2];i.children=u}return{$$typeof:n,type:e.type,key:o,ref:a,props:i,_owner:s}},t.createContext=function(e){return(e={$$typeof:u,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null}).Provider={$$typeof:s,_context:e},e.Consumer=e},t.createElement=T,t.createFactory=function(e){var t=T.bind(null,e);return t.type=e,t},t.createRef=function(){return{current:null}},t.forwardRef=function(e){return{$$typeof:l,render:e}},t.isValidElement=k,t.lazy=function(e){return{$$typeof:f,_payload:{_status:-1,_result:e},_init:O}},t.memo=function(e,t){return{$$typeof:d,type:e,compare:void 0===t?null:t}},t.startTransition=function(e){var t=B.transition;B.transition={};try{e()}finally{B.transition=t}},t.unstable_act=P,t.useCallback=function(e,t){return N.current.useCallback(e,t)},t.useContext=function(e){return N.current.useContext(e)},t.useDebugValue=function(){},t.useDeferredValue=function(e){return N.current.useDeferredValue(e)},t.useEffect=function(e,t){return N.current.useEffect(e,t)},t.useId=function(){return N.current.useId()},t.useImperativeHandle=function(e,t,n){return N.current.useImperativeHandle(e,t,n)},t.useInsertionEffect=function(e,t){return N.current.useInsertionEffect(e,t)},t.useLayoutEffect=function(e,t){return N.current.useLayoutEffect(e,t)},t.useMemo=function(e,t){return N.current.useMemo(e,t)},t.useReducer=function(e,t,n){return N.current.useReducer(e,t,n)},t.useRef=function(e){return N.current.useRef(e)},t.useState=function(e){return N.current.useState(e)},t.useSyncExternalStore=function(e,t,n){return N.current.useSyncExternalStore(e,t,n)},t.useTransition=function(){return N.current.useTransition()},t.version="18.3.1"},5043(e,t,n){"use strict";e.exports=n(4202)},579(e,t,n){"use strict";e.exports=n(1153)},5820(e,t,n){"use strict";n.r(t),n.d(t,{default:()=>C});var r=function(){if("undefined"!==typeof Map)return Map;function e(e,t){var n=-1;return e.some(function(e,r){return e[0]===t&&(n=r,!0)}),n}return function(){function t(){this.__entries__=[]}return Object.defineProperty(t.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),t.prototype.get=function(t){var n=e(this.__entries__,t),r=this.__entries__[n];return r&&r[1]},t.prototype.set=function(t,n){var r=e(this.__entries__,t);~r?this.__entries__[r][1]=n:this.__entries__.push([t,n])},t.prototype.delete=function(t){var n=this.__entries__,r=e(n,t);~r&&n.splice(r,1)},t.prototype.has=function(t){return!!~e(this.__entries__,t)},t.prototype.clear=function(){this.__entries__.splice(0)},t.prototype.forEach=function(e,t){void 0===t&&(t=null);for(var n=0,r=this.__entries__;n<r.length;n++){var i=r[n];e.call(t,i[1],i[0])}},t}()}(),i="undefined"!==typeof window&&"undefined"!==typeof document&&window.document===document,o="undefined"!==typeof n.g&&n.g.Math===Math?n.g:"undefined"!==typeof self&&self.Math===Math?self:"undefined"!==typeof window&&window.Math===Math?window:Function("return this")(),a="function"===typeof requestAnimationFrame?requestAnimationFrame.bind(o):function(e){return setTimeout(function(){return e(Date.now())},1e3/60)};var s=["top","right","bottom","left","width","height","size","weight"],u="undefined"!==typeof MutationObserver,l=function(){function e(){this.connected_=!1,this.mutationEventsAdded_=!1,this.mutationsObserver_=null,this.observers_=[],this.onTransitionEnd_=this.onTransitionEnd_.bind(this),this.refresh=function(e,t){var n=!1,r=!1,i=0;function o(){n&&(n=!1,e()),r&&u()}function s(){a(o)}function u(){var e=Date.now();if(n){if(e-i<2)return;r=!0}else n=!0,r=!1,setTimeout(s,t);i=e}return u}(this.refresh.bind(this),20)}return e.prototype.addObserver=function(e){~this.observers_.indexOf(e)||this.observers_.push(e),this.connected_||this.connect_()},e.prototype.removeObserver=function(e){var t=this.observers_,n=t.indexOf(e);~n&&t.splice(n,1),!t.length&&this.connected_&&this.disconnect_()},e.prototype.refresh=function(){this.updateObservers_()&&this.refresh()},e.prototype.updateObservers_=function(){var e=this.observers_.filter(function(e){return e.gatherActive(),e.hasActive()});return e.forEach(function(e){return e.broadcastActive()}),e.length>0},e.prototype.connect_=function(){i&&!this.connected_&&(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),u?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},e.prototype.disconnect_=function(){i&&this.connected_&&(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},e.prototype.onTransitionEnd_=function(e){var t=e.propertyName,n=void 0===t?"":t;s.some(function(e){return!!~n.indexOf(e)})&&this.refresh()},e.getInstance=function(){return this.instance_||(this.instance_=new e),this.instance_},e.instance_=null,e}(),c=function(e,t){for(var n=0,r=Object.keys(t);n<r.length;n++){var i=r[n];Object.defineProperty(e,i,{value:t[i],enumerable:!1,writable:!1,configurable:!0})}return e},d=function(e){return e&&e.ownerDocument&&e.ownerDocument.defaultView||o},f=y(0,0,0,0);function p(e){return parseFloat(e)||0}function h(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];return t.reduce(function(t,n){return t+p(e["border-"+n+"-width"])},0)}function m(e){var t=e.clientWidth,n=e.clientHeight;if(!t&&!n)return f;var r=d(e).getComputedStyle(e),i=function(e){for(var t={},n=0,r=["top","right","bottom","left"];n<r.length;n++){var i=r[n],o=e["padding-"+i];t[i]=p(o)}return t}(r),o=i.left+i.right,a=i.top+i.bottom,s=p(r.width),u=p(r.height);if("border-box"===r.boxSizing&&(Math.round(s+o)!==t&&(s-=h(r,"left","right")+o),Math.round(u+a)!==n&&(u-=h(r,"top","bottom")+a)),!function(e){return e===d(e).document.documentElement}(e)){var l=Math.round(s+o)-t,c=Math.round(u+a)-n;1!==Math.abs(l)&&(s-=l),1!==Math.abs(c)&&(u-=c)}return y(i.left,i.top,s,u)}var g="undefined"!==typeof SVGGraphicsElement?function(e){return e instanceof d(e).SVGGraphicsElement}:function(e){return e instanceof d(e).SVGElement&&"function"===typeof e.getBBox};function D(e){return i?g(e)?function(e){var t=e.getBBox();return y(0,0,t.width,t.height)}(e):m(e):f}function y(e,t,n,r){return{x:e,y:t,width:n,height:r}}var v=function(){function e(e){this.broadcastWidth=0,this.broadcastHeight=0,this.contentRect_=y(0,0,0,0),this.target=e}return e.prototype.isActive=function(){var e=D(this.target);return this.contentRect_=e,e.width!==this.broadcastWidth||e.height!==this.broadcastHeight},e.prototype.broadcastRect=function(){var e=this.contentRect_;return this.broadcastWidth=e.width,this.broadcastHeight=e.height,e},e}(),E=function(e,t){var n=function(e){var t=e.x,n=e.y,r=e.width,i=e.height,o="undefined"!==typeof DOMRectReadOnly?DOMRectReadOnly:Object,a=Object.create(o.prototype);return c(a,{x:t,y:n,width:r,height:i,top:n,right:t+r,bottom:i+n,left:t}),a}(t);c(this,{target:e,contentRect:n})},A=function(){function e(e,t,n){if(this.activeObservations_=[],this.observations_=new r,"function"!==typeof e)throw new TypeError("The callback provided as parameter 1 is not a function.");this.callback_=e,this.controller_=t,this.callbackCtx_=n}return e.prototype.observe=function(e){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if("undefined"!==typeof Element&&Element instanceof Object){if(!(e instanceof d(e).Element))throw new TypeError('parameter 1 is not of type "Element".');var t=this.observations_;t.has(e)||(t.set(e,new v(e)),this.controller_.addObserver(this),this.controller_.refresh())}},e.prototype.unobserve=function(e){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if("undefined"!==typeof Element&&Element instanceof Object){if(!(e instanceof d(e).Element))throw new TypeError('parameter 1 is not of type "Element".');var t=this.observations_;t.has(e)&&(t.delete(e),t.size||this.controller_.removeObserver(this))}},e.prototype.disconnect=function(){this.clearActive(),this.observations_.clear(),this.controller_.removeObserver(this)},e.prototype.gatherActive=function(){var e=this;this.clearActive(),this.observations_.forEach(function(t){t.isActive()&&e.activeObservations_.push(t)})},e.prototype.broadcastActive=function(){if(this.hasActive()){var e=this.callbackCtx_,t=this.activeObservations_.map(function(e){return new E(e.target,e.broadcastRect())});this.callback_.call(e,t,e),this.clearActive()}},e.prototype.clearActive=function(){this.activeObservations_.splice(0)},e.prototype.hasActive=function(){return this.activeObservations_.length>0},e}(),b="undefined"!==typeof WeakMap?new WeakMap:new r,_=function e(t){if(!(this instanceof e))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var n=l.getInstance(),r=new A(t,n,this);b.set(this,r)};["observe","unobserve","disconnect"].forEach(function(e){_.prototype[e]=function(){var t;return(t=b.get(this))[e].apply(t,arguments)}});const C="undefined"!==typeof o.ResizeObserver?o.ResizeObserver:_},7234(e,t){"use strict";function n(e,t){var n=e.length;e.push(t);e:for(;0<n;){var r=n-1>>>1,i=e[r];if(!(0<o(i,t)))break e;e[r]=t,e[n]=i,n=r}}function r(e){return 0===e.length?null:e[0]}function i(e){if(0===e.length)return null;var t=e[0],n=e.pop();if(n!==t){e[0]=n;e:for(var r=0,i=e.length,a=i>>>1;r<a;){var s=2*(r+1)-1,u=e[s],l=s+1,c=e[l];if(0>o(u,n))l<i&&0>o(c,u)?(e[r]=c,e[l]=n,r=l):(e[r]=u,e[s]=n,r=s);else{if(!(l<i&&0>o(c,n)))break e;e[r]=c,e[l]=n,r=l}}}return t}function o(e,t){var n=e.sortIndex-t.sortIndex;return 0!==n?n:e.id-t.id}if("object"===typeof performance&&"function"===typeof performance.now){var a=performance;t.unstable_now=function(){return a.now()}}else{var s=Date,u=s.now();t.unstable_now=function(){return s.now()-u}}var l=[],c=[],d=1,f=null,p=3,h=!1,m=!1,g=!1,D="function"===typeof setTimeout?setTimeout:null,y="function"===typeof clearTimeout?clearTimeout:null,v="undefined"!==typeof setImmediate?setImmediate:null;function E(e){for(var t=r(c);null!==t;){if(null===t.callback)i(c);else{if(!(t.startTime<=e))break;i(c),t.sortIndex=t.expirationTime,n(l,t)}t=r(c)}}function A(e){if(g=!1,E(e),!m)if(null!==r(l))m=!0,B(b);else{var t=r(c);null!==t&&I(A,t.startTime-e)}}function b(e,n){m=!1,g&&(g=!1,y(k),k=-1),h=!0;var o=p;try{for(E(n),f=r(l);null!==f&&(!(f.expirationTime>n)||e&&!w());){var a=f.callback;if("function"===typeof a){f.callback=null,p=f.priorityLevel;var s=a(f.expirationTime<=n);n=t.unstable_now(),"function"===typeof s?f.callback=s:f===r(l)&&i(l),E(n)}else i(l);f=r(l)}if(null!==f)var u=!0;else{var d=r(c);null!==d&&I(A,d.startTime-n),u=!1}return u}finally{f=null,p=o,h=!1}}"undefined"!==typeof navigator&&void 0!==navigator.scheduling&&void 0!==navigator.scheduling.isInputPending&&navigator.scheduling.isInputPending.bind(navigator.scheduling);var _,C=!1,T=null,k=-1,F=5,S=-1;function w(){return!(t.unstable_now()-S<F)}function x(){if(null!==T){var e=t.unstable_now();S=e;var n=!0;try{n=T(!0,e)}finally{n?_():(C=!1,T=null)}}else C=!1}if("function"===typeof v)_=function(){v(x)};else if("undefined"!==typeof MessageChannel){var O=new MessageChannel,N=O.port2;O.port1.onmessage=x,_=function(){N.postMessage(null)}}else _=function(){D(x,0)};function B(e){T=e,C||(C=!0,_())}function I(e,n){k=D(function(){e(t.unstable_now())},n)}t.unstable_IdlePriority=5,t.unstable_ImmediatePriority=1,t.unstable_LowPriority=4,t.unstable_NormalPriority=3,t.unstable_Profiling=null,t.unstable_UserBlockingPriority=2,t.unstable_cancelCallback=function(e){e.callback=null},t.unstable_continueExecution=function(){m||h||(m=!0,B(b))},t.unstable_forceFrameRate=function(e){0>e||125<e?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):F=0<e?Math.floor(1e3/e):5},t.unstable_getCurrentPriorityLevel=function(){return p},t.unstable_getFirstCallbackNode=function(){return r(l)},t.unstable_next=function(e){switch(p){case 1:case 2:case 3:var t=3;break;default:t=p}var n=p;p=t;try{return e()}finally{p=n}},t.unstable_pauseExecution=function(){},t.unstable_requestPaint=function(){},t.unstable_runWithPriority=function(e,t){switch(e){case 1:case 2:case 3:case 4:case 5:break;default:e=3}var n=p;p=e;try{return t()}finally{p=n}},t.unstable_scheduleCallback=function(e,i,o){var a=t.unstable_now();switch("object"===typeof o&&null!==o?o="number"===typeof(o=o.delay)&&0<o?a+o:a:o=a,e){case 1:var s=-1;break;case 2:s=250;break;case 5:s=1073741823;break;case 4:s=1e4;break;default:s=5e3}return e={id:d++,callback:i,priorityLevel:e,startTime:o,expirationTime:s=o+s,sortIndex:-1},o>a?(e.sortIndex=o,n(c,e),null===r(l)&&e===r(c)&&(g?(y(k),k=-1):g=!0,I(A,o-a))):(e.sortIndex=s,n(l,e),m||h||(m=!0,B(b))),e},t.unstable_shouldYield=w,t.unstable_wrapCallback=function(e){var t=p;return function(){var n=p;p=t;try{return e.apply(this,arguments)}finally{p=n}}}},8853(e,t,n){"use strict";e.exports=n(7234)},7324(e){e.exports=function(e,t,n,r){var i=n?n.call(r,e,t):void 0;if(void 0!==i)return!!i;if(e===t)return!0;if("object"!==typeof e||!e||"object"!==typeof t||!t)return!1;var o=Object.keys(e),a=Object.keys(t);if(o.length!==a.length)return!1;for(var s=Object.prototype.hasOwnProperty.bind(t),u=0;u<o.length;u++){var l=o[u];if(!s(l))return!1;var c=e[l],d=t[l];if(!1===(i=n?n.call(r,c,d,l):void 0)||void 0===i&&c!==d)return!1}return!0}},7475(e){e.exports=function(e){return e.replace(/[A-Z]/g,function(e){return"-"+e.toLowerCase()}).toLowerCase()}},7294(e,t,n){"use strict";var r=(this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}})(n(4222)),i=n(8146);function o(e,t){var n={};return e&&"string"===typeof e?((0,r.default)(e,function(e,r){e&&r&&(n[(0,i.camelCase)(e,t)]=r)}),n):n}o.default=o,e.exports=o},8146(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.camelCase=void 0;var n=/^--[a-zA-Z0-9_-]+$/,r=/-([a-z])/g,i=/^[^-]+$/,o=/^-(webkit|moz|ms|o|khtml)-/,a=/^-(ms)-/,s=function(e,t){return t.toUpperCase()},u=function(e,t){return"".concat(t,"-")};t.camelCase=function(e,t){return void 0===t&&(t={}),function(e){return!e||i.test(e)||n.test(e)}(e)?e:(e=e.toLowerCase(),(e=t.reactCompat?e.replace(a,u):e.replace(o,u)).replace(r,s))}},4222(e,t,n){"use strict";var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){let n=null;if(!e||"string"!==typeof e)return n;const r=(0,i.default)(e),o="function"===typeof t;return r.forEach(e=>{if("declaration"!==e.type)return;const r=e.property,i=e.value;o?t(r,i,e):i&&(n=n||{},n[r]=i)}),n};const i=r(n(8106))},2330(e,t,n){"use strict";var r=n(5043);var i="function"===typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e===1/t)||e!==e&&t!==t},o=r.useState,a=r.useEffect,s=r.useLayoutEffect,u=r.useDebugValue;function l(e){var t=e.getSnapshot;e=e.value;try{var n=t();return!i(e,n)}catch(r){return!0}}var c="undefined"===typeof window||"undefined"===typeof window.document||"undefined"===typeof window.document.createElement?function(e,t){return t()}:function(e,t){var n=t(),r=o({inst:{value:n,getSnapshot:t}}),i=r[0].inst,c=r[1];return s(function(){i.value=n,i.getSnapshot=t,l(i)&&c({inst:i})},[e,n,t]),a(function(){return l(i)&&c({inst:i}),e(function(){l(i)&&c({inst:i})})},[e]),u(n),n};t.useSyncExternalStore=void 0!==r.useSyncExternalStore?r.useSyncExternalStore:c},9717(e,t,n){"use strict";var r=n(5043),i=n(9461);var o="function"===typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e===1/t)||e!==e&&t!==t},a=i.useSyncExternalStore,s=r.useRef,u=r.useEffect,l=r.useMemo,c=r.useDebugValue;t.useSyncExternalStoreWithSelector=function(e,t,n,r,i){var d=s(null);if(null===d.current){var f={hasValue:!1,value:null};d.current=f}else f=d.current;d=l(function(){function e(e){if(!u){if(u=!0,a=e,e=r(e),void 0!==i&&f.hasValue){var t=f.value;if(i(t,e))return s=t}return s=e}if(t=s,o(a,e))return t;var n=r(e);return void 0!==i&&i(t,n)?(a=e,t):(a=e,s=n)}var a,s,u=!1,l=void 0===n?null:n;return[function(){return e(t())},null===l?void 0:function(){return e(l())}]},[t,n,r,i]);var p=a(e,d[0],d[1]);return u(function(){f.hasValue=!0,f.value=p},[p]),c(p),p}},9461(e,t,n){"use strict";e.exports=n(2330)},8443(e,t,n){"use strict";e.exports=n(9717)},477(){},8139(e,t){var n;!function(){"use strict";var r={}.hasOwnProperty;function i(){for(var e="",t=0;t<arguments.length;t++){var n=arguments[t];n&&(e=a(e,o(n)))}return e}function o(e){if("string"===typeof e||"number"===typeof e)return e;if("object"!==typeof e)return"";if(Array.isArray(e))return i.apply(null,e);if(e.toString!==Object.prototype.toString&&!e.toString.toString().includes("[native code]"))return e.toString();var t="";for(var n in e)r.call(e,n)&&e[n]&&(t=a(t,n));return t}function a(e,t){return t?e?e+" "+t:e+t:e}e.exports?(i.default=i,e.exports=i):void 0===(n=function(){return i}.apply(t,[]))||(e.exports=n)}()}},t={};function n(r){var i=t[r];if(void 0!==i)return i.exports;var o=t[r]={id:r,loaded:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.loaded=!0,o.exports}n.m=e,n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},(()=>{var e,t=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__;n.t=function(r,i){if(1&i&&(r=this(r)),8&i)return r;if("object"===typeof r&&r){if(4&i&&r.__esModule)return r;if(16&i&&"function"===typeof r.then)return r}var o=Object.create(null);n.r(o);var a={};e=e||[null,t({}),t([]),t(t)];for(var s=2&i&&r;("object"==typeof s||"function"==typeof s)&&!~e.indexOf(s);s=t(s))Object.getOwnPropertyNames(s).forEach(e=>a[e]=()=>r[e]);return a.default=()=>r,n.d(o,a),o}})(),n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.f={},n.e=e=>Promise.all(Object.keys(n.f).reduce((t,r)=>(n.f[r](e,t),t),[])),n.u=e=>"static/js/"+e+".d4e6e656.chunk.js",n.miniCssF=e=>{},n.g=function(){if("object"===typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"===typeof window)return window}}(),n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),(()=>{var e={},t="bella-mozzarella-site:";n.l=(r,i,o,a)=>{if(e[r])e[r].push(i);else{var s,u;if(void 0!==o)for(var l=document.getElementsByTagName("script"),c=0;c<l.length;c++){var d=l[c];if(d.getAttribute("src")==r||d.getAttribute("data-webpack")==t+o){s=d;break}}s||(u=!0,(s=document.createElement("script")).charset="utf-8",n.nc&&s.setAttribute("nonce",n.nc),s.setAttribute("data-webpack",t+o),s.src=r),e[r]=[i];var f=(t,n)=>{s.onerror=s.onload=null,clearTimeout(p);var i=e[r];if(delete e[r],s.parentNode&&s.parentNode.removeChild(s),i&&i.forEach(e=>e(n)),t)return t(n)},p=setTimeout(f.bind(null,void 0,{type:"timeout",target:s}),12e4);s.onerror=f.bind(null,s.onerror),s.onload=f.bind(null,s.onload),u&&document.head.appendChild(s)}}})(),n.r=e=>{"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),n.dn=e=>{(Object.getOwnPropertyDescriptor(e,"name")||{}).writable||Object.defineProperty(e,"name",{value:"default",configurable:!0})},n.p="/",(()=>{var e={792:0};n.f.j=(t,r)=>{var i=n.o(e,t)?e[t]:void 0;if(0!==i)if(i)r.push(i[2]);else{var o=new Promise((n,r)=>i=e[t]=[n,r]);r.push(i[2]=o);var a=n.p+n.u(t),s=new Error;n.l(a,r=>{if(n.o(e,t)&&(0!==(i=e[t])&&(e[t]=void 0),i)){var o=r&&("load"===r.type?"missing":r.type),a=r&&r.target&&r.target.src;s.message="Loading chunk "+t+" failed.\n("+o+": "+a+")",s.name="ChunkLoadError",s.type=o,s.request=a,i[1](s)}},"chunk-"+t,t)}};var t=(t,r)=>{var i,o,[a,s,u]=r,l=0;if(a.some(t=>0!==e[t])){for(i in s)n.o(s,i)&&(n.m[i]=s[i]);if(u)u(n)}for(t&&t(r);l<a.length;l++)o=a[l],n.o(e,o)&&e[o]&&e[o][0](),e[o]=0},r=self.webpackChunkbella_mozzarella_site=self.webpackChunkbella_mozzarella_site||[];r.forEach(t.bind(null,0)),r.push=t.bind(null,r.push.bind(r))})(),(()=>{"use strict";var e={};n.r(e),n.d(e,{boolean:()=>$D,booleanish:()=>ey,commaOrSpaceSeparated:()=>oy,commaSeparated:()=>iy,number:()=>ny,overloadedBoolean:()=>ty,spaceSeparated:()=>ry});var t={};n.r(t),n.d(t,{attentionMarkers:()=>ME,contentInitial:()=>NE,disable:()=>jE,document:()=>OE,flow:()=>IE,flowInitial:()=>BE,insideSpan:()=>LE,string:()=>PE,text:()=>RE});var r=n(5043),i=n.t(r,2),o=n(4391);function a(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function s(e){return s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},s(e)}function u(e){var t=function(e,t){if("object"!=s(e)||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t||"default");if("object"!=s(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==s(t)?t:t+""}function l(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,u(r.key),r)}}function c(e,t,n){return t&&l(e.prototype,t),n&&l(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}var d=/&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g,f={"&amp;":"&","&#38;":"&","&lt;":"<","&#60;":"<","&gt;":">","&#62;":">","&apos;":"'","&#39;":"'","&quot;":'"',"&#34;":'"',"&nbsp;":" ","&#160;":" ","&copy;":"\xa9","&#169;":"\xa9","&reg;":"\xae","&#174;":"\xae","&hellip;":"\u2026","&#8230;":"\u2026","&#x2F;":"/","&#47;":"/"},p=function(e){return f[e]};var h,m={bindI18n:"languageChanged",bindI18nStore:"",transEmptyNodeValue:"",transSupportBasicHtmlNodes:!0,transWrapTextNodes:"",transKeepBasicHtmlNodesFor:["br","strong","i","p"],useSuspense:!0,unescape:function(e){return e.replace(d,p)}},g=(0,r.createContext)();var D=function(){function e(){a(this,e),this.usedNamespaces={}}return c(e,[{key:"addUsedNamespaces",value:function(e){var t=this;e.forEach(function(e){t.usedNamespaces[e]||(t.usedNamespaces[e]=!0)})}},{key:"getUsedNamespaces",value:function(){return Object.keys(this.usedNamespaces)}}]),e}();function y(){return h}function v(e){var t=e.i18n,n=e.defaultNS,i=e.children,o=(0,r.useMemo)(function(){return{i18n:t,defaultNS:n}},[t,n]);return(0,r.createElement)(g.Provider,{value:o},i)}var E=n(9461),A=n(8443),b=n(7950),_=n.t(b,2);let C=function(e){e()};const T=()=>C,k=Symbol.for("react-redux-context"),F="undefined"!==typeof globalThis?globalThis:{};function S(){var e;if(!r.createContext)return{};const t=null!=(e=F[k])?e:F[k]=new Map;let n=t.get(r.createContext);return n||(n=r.createContext(null),t.set(r.createContext,n)),n}const w=S();function x(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:w;return function(){return(0,r.useContext)(e)}}const O=x();let N=()=>{throw new Error("uSES not initialized!")};const B=(e,t)=>e===t;function I(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:w;const t=e===w?O:x(e);return function(e){let n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const i="function"===typeof n?{equalityFn:n}:n,o=i.equalityFn,a=void 0===o?B:o,s=i.stabilityCheck,u=void 0===s?void 0:s;i.noopCheck;const l=t(),c=l.store,d=l.subscription,f=l.getServerState,p=l.stabilityCheck,h=(l.noopCheck,(0,r.useRef)(!0),(0,r.useCallback)({[e.name]:t=>e(t)}[e.name],[e,p,u])),m=N(d.addNestedSub,c.getState,f||c.getState,h,a);return(0,r.useDebugValue)(m),m}}const P=I();n(219),n(2706);const R=!("undefined"===typeof window||"undefined"===typeof window.document||"undefined"===typeof window.document.createElement)?r.useLayoutEffect:r.useEffect;let L=null;const M={notify(){},get:()=>[]};function j(e,t){let n,r=M,i=0,o=!1;function a(){l.onStateChange&&l.onStateChange()}function s(){i++,n||(n=t?t.addNestedSub(a):e.subscribe(a),r=function(){const e=T();let t=null,n=null;return{clear(){t=null,n=null},notify(){e(()=>{let e=t;for(;e;)e.callback(),e=e.next})},get(){let e=[],n=t;for(;n;)e.push(n),n=n.next;return e},subscribe(e){let r=!0,i=n={callback:e,next:null,prev:n};return i.prev?i.prev.next=i:t=i,function(){r&&null!==t&&(r=!1,i.next?i.next.prev=i.prev:n=i.prev,i.prev?i.prev.next=i.next:t=i.next)}}}}())}function u(){i--,n&&0===i&&(n(),n=void 0,r.clear(),r=M)}const l={addNestedSub:function(e){s();const t=r.subscribe(e);let n=!1;return()=>{n||(n=!0,t(),u())}},notifyNestedSubs:function(){r.notify()},handleChangeWrapper:a,isSubscribed:function(){return o},trySubscribe:function(){o||(o=!0,s())},tryUnsubscribe:function(){o&&(o=!1,u())},getListeners:()=>r};return l}const z=function(e){let t=e.store,n=e.context,i=e.children,o=e.serverState,a=e.stabilityCheck,s=void 0===a?"once":a,u=e.noopCheck,l=void 0===u?"once":u;const c=r.useMemo(()=>{const e=j(t);return{store:t,subscription:e,getServerState:o?()=>o:void 0,stabilityCheck:s,noopCheck:l}},[t,o,s,l]),d=r.useMemo(()=>t.getState(),[t]);R(()=>{const e=c.subscription;return e.onStateChange=e.notifyNestedSubs,e.trySubscribe(),d!==t.getState()&&e.notifyNestedSubs(),()=>{e.tryUnsubscribe(),e.onStateChange=void 0}},[c,d]);const f=n||w;return r.createElement(f.Provider,{value:c},i)};function U(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:w;const t=e===w?O:x(e);return function(){return t().store}}const H=U();function V(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:w;const t=e===w?H:U(e);return function(){return t().dispatch}}const G=V();function W(e,t){return e===t?0!==e||0!==t||1/e===1/t:e!==e&&t!==t}function Y(e,t){if(W(e,t))return!0;if("object"!==typeof e||null===e||"object"!==typeof t||null===t)return!1;const n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;for(let i=0;i<n.length;i++)if(!Object.prototype.hasOwnProperty.call(t,n[i])||!W(e[n[i]],t[n[i]]))return!1;return!0}var q;function Q(e,t){if(null==e)return{};var n,r,i=function(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;n[r]=e[r]}return n}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r<o.length;r++)n=o[r],-1===t.indexOf(n)&&{}.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}function K(e,t,n){return(t=u(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function X(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function J(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?X(Object(n),!0).forEach(function(t){K(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):X(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function Z(e){if(Array.isArray(e))return e}function $(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function ee(e,t){if(e){if("string"==typeof e)return $(e,t);var n={}.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?$(e,t):void 0}}function te(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function ne(e,t){return Z(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,i,o,a,s=[],u=!0,l=!1;try{if(o=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;u=!1}else for(;!(u=(r=o.call(n)).done)&&(s.push(r.value),s.length!==t);u=!0);}catch(e){l=!0,i=e}finally{try{if(!u&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(l)throw i}}return s}}(e,t)||ee(e,t)||te()}(e=>{N=e})(A.useSyncExternalStoreWithSelector),(e=>{L=e})(E.useSyncExternalStore),q=b.unstable_batchedUpdates,C=q;var re=n(6366),ie=n.n(re),oe=n(2740),ae=n.n(oe),se=n(7324),ue=n.n(se);const le=["children"],ce=["children"];var de,fe,pe,he=(e=>(e.BASE="base",e.BODY="body",e.HEAD="head",e.HTML="html",e.LINK="link",e.META="meta",e.NOSCRIPT="noscript",e.SCRIPT="script",e.STYLE="style",e.TITLE="title",e.FRAGMENT="Symbol(react.fragment)",e))(he||{}),me={rel:["amphtml","canonical","alternate"]},ge={type:["application/ld+json"]},De={charset:"",name:["generator","robots","description"],property:["og:type","og:title","og:url","og:image","og:image:alt","og:description","twitter:url","twitter:title","twitter:description","twitter:image","twitter:image:alt","twitter:card","twitter:site"]},ye=Object.values(he),ve={accesskey:"accessKey",charset:"charSet",class:"className",contenteditable:"contentEditable",contextmenu:"contextMenu","http-equiv":"httpEquiv",itemprop:"itemProp",tabindex:"tabIndex"},Ee=Object.entries(ve).reduce((e,t)=>{let n=ne(t,2),r=n[0];return e[n[1]]=r,e},{}),Ae="data-rh",be="defaultTitle",_e="defer",Ce="encodeSpecialCharacters",Te="onChangeClientState",ke="titleTemplate",Fe="prioritizeSeoTags",Se=(e,t)=>{for(let n=e.length-1;n>=0;n-=1){const r=e[n];if(Object.prototype.hasOwnProperty.call(r,t))return r[t]}return null},we=e=>{let t=Se(e,"title");const n=Se(e,ke);if(Array.isArray(t)&&(t=t.join("")),n&&t)return n.replace(/%s/g,()=>t);const r=Se(e,be);return t||r||void 0},xe=e=>Se(e,Te)||(()=>{}),Oe=(e,t)=>t.filter(t=>"undefined"!==typeof t[e]).map(t=>t[e]).reduce((e,t)=>J(J({},e),t),{}),Ne=(e,t)=>t.filter(e=>"undefined"!==typeof e.base).map(e=>e.base).reverse().reduce((t,n)=>{if(!t.length){const r=Object.keys(n);for(let i=0;i<r.length;i+=1){const o=r[i].toLowerCase();if(-1!==e.indexOf(o)&&n[o])return t.concat(n)}}return t},[]),Be=(e,t,n)=>{const r={};return n.filter(t=>{return!!Array.isArray(t[e])||("undefined"!==typeof t[e]&&(n="Helmet: ".concat(e,' should be of type "Array". Instead found type "').concat(typeof t[e],'"'),console&&"function"===typeof console.warn&&console.warn(n)),!1);var n}).map(t=>t[e]).reverse().reduce((e,n)=>{const i={};n.filter(e=>{let n;const o=Object.keys(e);for(let r=0;r<o.length;r+=1){const i=o[r],a=i.toLowerCase();-1===t.indexOf(a)||"rel"===n&&"canonical"===e[n].toLowerCase()||"rel"===a&&"stylesheet"===e[a].toLowerCase()||(n=a),-1===t.indexOf(i)||"innerHTML"!==i&&"cssText"!==i&&"itemprop"!==i||(n=i)}if(!n||!e[n])return!1;const a=e[n].toLowerCase();return r[n]||(r[n]={}),i[n]||(i[n]={}),!r[n][a]&&(i[n][a]=!0,!0)}).reverse().forEach(t=>e.push(t));const o=Object.keys(i);for(let t=0;t<o.length;t+=1){const e=o[t],n=J(J({},r[e]),i[e]);r[e]=n}return e},[]).reverse()},Ie=(e,t)=>{if(Array.isArray(e)&&e.length)for(let n=0;n<e.length;n+=1){if(e[n][t])return!0}return!1},Pe=e=>Array.isArray(e)?e.join(""):e,Re=(e,t)=>Array.isArray(e)?e.reduce((e,n)=>(((e,t)=>{const n=Object.keys(e);for(let r=0;r<n.length;r+=1)if(t[n[r]]&&t[n[r]].includes(e[n[r]]))return!0;return!1})(n,t)?e.priority.push(n):e.default.push(n),e),{priority:[],default:[]}):{default:e,priority:[]},Le=(e,t)=>J(J({},e),{},{[t]:void 0}),Me=["noscript","script","style"],je=function(e){return!1===(!(arguments.length>1&&void 0!==arguments[1])||arguments[1])?String(e):String(e).replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&#x27;")},ze=e=>Object.keys(e).reduce((t,n)=>{const r="undefined"!==typeof e[n]?"".concat(n,'="').concat(e[n],'"'):"".concat(n);return t?"".concat(t," ").concat(r):r},""),Ue=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return Object.keys(e).reduce((t,n)=>(t[ve[n]||n]=e[n],t),t)},He=(e,t)=>t.map((t,n)=>{const i={key:n,[Ae]:!0};return Object.keys(t).forEach(e=>{const n=ve[e]||e;if("innerHTML"===n||"cssText"===n){const e=t.innerHTML||t.cssText;i.dangerouslySetInnerHTML={__html:e}}else i[n]=t[e]}),r.createElement(e,i)}),Ve=function(e,t){let n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];switch(e){case"title":return{toComponent:()=>((e,t,n)=>{const i=Ue(n,{key:t,[Ae]:!0});return[r.createElement("title",i,t)]})(0,t.title,t.titleAttributes),toString:()=>((e,t,n,r)=>{const i=ze(n),o=Pe(t);return i?"<".concat(e," ").concat(Ae,'="true" ').concat(i,">").concat(je(o,r),"</").concat(e,">"):"<".concat(e," ").concat(Ae,'="true">').concat(je(o,r),"</").concat(e,">")})(e,t.title,t.titleAttributes,n)};case"bodyAttributes":case"htmlAttributes":return{toComponent:()=>Ue(t),toString:()=>ze(t)};default:return{toComponent:()=>He(e,t),toString:()=>function(e,t){let n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];return t.reduce((t,r)=>{const i=r,o=Object.keys(i).filter(e=>!("innerHTML"===e||"cssText"===e)).reduce((e,t)=>{const r="undefined"===typeof i[t]?t:"".concat(t,'="').concat(je(i[t],n),'"');return e?"".concat(e," ").concat(r):r},""),a=i.innerHTML||i.cssText||"",s=-1===Me.indexOf(e);return"".concat(t,"<").concat(e," ").concat(Ae,'="true" ').concat(o).concat(s?"/>":">".concat(a,"</").concat(e,">"))},"")}(e,t,n)}}},Ge=e=>{const t=e.baseTag,n=e.bodyAttributes,r=e.encode,i=void 0===r||r,o=e.htmlAttributes,a=e.noscriptTags,s=e.styleTags,u=e.title,l=void 0===u?"":u,c=e.titleAttributes,d=e.prioritizeSeoTags;let f=e.linkTags,p=e.metaTags,h=e.scriptTags,m={toComponent:()=>{},toString:()=>""};if(d){var g=(e=>{let t=e.metaTags,n=e.linkTags,r=e.scriptTags,i=e.encode;const o=Re(t,De),a=Re(n,me),s=Re(r,ge);return{priorityMethods:{toComponent:()=>[...He("meta",o.priority),...He("link",a.priority),...He("script",s.priority)],toString:()=>"".concat(Ve("meta",o.priority,i)," ").concat(Ve("link",a.priority,i)," ").concat(Ve("script",s.priority,i))},metaTags:o.default,linkTags:a.default,scriptTags:s.default}})(e);m=g.priorityMethods,f=g.linkTags,p=g.metaTags,h=g.scriptTags}return{priority:m,base:Ve("base",t,i),bodyAttributes:Ve("bodyAttributes",n,i),htmlAttributes:Ve("htmlAttributes",o,i),link:Ve("link",f,i),meta:Ve("meta",p,i),noscript:Ve("noscript",a,i),script:Ve("script",h,i),style:Ve("style",s,i),title:Ve("title",{title:l,titleAttributes:c},i)}},We=[],Ye=!("undefined"===typeof window||!window.document||!window.document.createElement),qe=class{constructor(e,t){K(this,"instances",[]),K(this,"canUseDOM",Ye),K(this,"context",void 0),K(this,"value",{setHelmet:e=>{this.context.helmet=e},helmetInstances:{get:()=>this.canUseDOM?We:this.instances,add:e=>{(this.canUseDOM?We:this.instances).push(e)},remove:e=>{const t=(this.canUseDOM?We:this.instances).indexOf(e);(this.canUseDOM?We:this.instances).splice(t,1)}}}),this.context=e,this.canUseDOM=t||!1,t||(e.helmet=Ge({baseTag:[],bodyAttributes:{},encodeSpecialCharacters:!0,htmlAttributes:{},linkTags:[],metaTags:[],noscriptTags:[],scriptTags:[],styleTags:[],title:"",titleAttributes:{}}))}},Qe=r.createContext({}),Ke=(de=class e extends r.Component{constructor(t){super(t),K(this,"helmetData",void 0),this.helmetData=new qe(this.props.context||{},e.canUseDOM)}render(){return r.createElement(Qe.Provider,{value:this.helmetData.value},this.props.children)}},K(de,"canUseDOM",Ye),de),Xe=(e,t)=>{const n=document.head||document.querySelector("head"),r=n.querySelectorAll("".concat(e,"[").concat(Ae,"]")),i=[].slice.call(r),o=[];let a;return t&&t.length&&t.forEach(t=>{const n=document.createElement(e);for(const e in t)if(Object.prototype.hasOwnProperty.call(t,e))if("innerHTML"===e)n.innerHTML=t.innerHTML;else if("cssText"===e)n.styleSheet?n.styleSheet.cssText=t.cssText:n.appendChild(document.createTextNode(t.cssText));else{const r=e,i="undefined"===typeof t[r]?"":t[r];n.setAttribute(e,i)}n.setAttribute(Ae,"true"),i.some((e,t)=>(a=t,n.isEqualNode(e)))?i.splice(a,1):o.push(n)}),i.forEach(e=>{var t;return null===(t=e.parentNode)||void 0===t?void 0:t.removeChild(e)}),o.forEach(e=>n.appendChild(e)),{oldTags:i,newTags:o}},Je=(e,t)=>{const n=document.getElementsByTagName(e)[0];if(!n)return;const r=n.getAttribute(Ae),i=r?r.split(","):[],o=[...i],a=Object.keys(t);for(const s of a){const e=t[s]||"";n.getAttribute(s)!==e&&n.setAttribute(s,e),-1===i.indexOf(s)&&i.push(s);const r=o.indexOf(s);-1!==r&&o.splice(r,1)}for(let s=o.length-1;s>=0;s-=1)n.removeAttribute(o[s]);i.length===o.length?n.removeAttribute(Ae):n.getAttribute(Ae)!==a.join(",")&&n.setAttribute(Ae,a.join(","))},Ze=(e,t)=>{const n=e.baseTag,r=e.bodyAttributes,i=e.htmlAttributes,o=e.linkTags,a=e.metaTags,s=e.noscriptTags,u=e.onChangeClientState,l=e.scriptTags,c=e.styleTags,d=e.title,f=e.titleAttributes;Je("body",r),Je("html",i),((e,t)=>{"undefined"!==typeof e&&document.title!==e&&(document.title=Pe(e)),Je("title",t)})(d,f);const p={baseTag:Xe("base",n),linkTags:Xe("link",o),metaTags:Xe("meta",a),noscriptTags:Xe("noscript",s),scriptTags:Xe("script",l),styleTags:Xe("style",c)},h={},m={};Object.keys(p).forEach(e=>{const t=p[e],n=t.newTags,r=t.oldTags;n.length&&(h[e]=n),r.length&&(m[e]=p[e].oldTags)}),t&&t(),u(e,h,m)},$e=null,et=e=>{$e&&cancelAnimationFrame($e),e.defer?$e=requestAnimationFrame(()=>{Ze(e,()=>{$e=null})}):(Ze(e),$e=null)},tt=class extends r.Component{constructor(){super(...arguments),K(this,"rendered",!1)}shouldComponentUpdate(e){return!ue()(e,this.props)}componentDidUpdate(){this.emitChange()}componentWillUnmount(){this.props.context.helmetInstances.remove(this),this.emitChange()}emitChange(){const e=this.props.context,t=e.helmetInstances,n=e.setHelmet;let r=null;const i=(o=t.get().map(e=>{const t=J({},e.props);return delete t.context,t}),{baseTag:Ne(["href"],o),bodyAttributes:Oe("bodyAttributes",o),defer:Se(o,_e),encode:Se(o,Ce),htmlAttributes:Oe("htmlAttributes",o),linkTags:Be("link",["rel","href"],o),metaTags:Be("meta",["name","charset","http-equiv","property","itemprop"],o),noscriptTags:Be("noscript",["innerHTML"],o),onChangeClientState:xe(o),scriptTags:Be("script",["src","innerHTML"],o),styleTags:Be("style",["cssText"],o),title:we(o),titleAttributes:Oe("titleAttributes",o),prioritizeSeoTags:Ie(o,Fe)});var o;Ke.canUseDOM?et(i):Ge&&(r=Ge(i)),n(r)}init(){if(this.rendered)return;this.rendered=!0;this.props.context.helmetInstances.add(this),this.emitChange()}render(){return this.init(),null}},nt=(fe=class extends r.Component{shouldComponentUpdate(e){return!ie()(Le(this.props,"helmetData"),Le(e,"helmetData"))}mapNestedChildrenToProps(e,t){if(!t)return null;switch(e.type){case"script":case"noscript":return{innerHTML:t};case"style":return{cssText:t};default:throw new Error("<".concat(e.type," /> elements are self-closing and can not contain children. Refer to our API for more information."))}}flattenArrayTypeChildren(e,t,n,r){return J(J({},t),{},{[e.type]:[...t[e.type]||[],J(J({},n),this.mapNestedChildrenToProps(e,r))]})}mapObjectTypeChildren(e,t,n,r){switch(e.type){case"title":return J(J({},t),{},{[e.type]:r,titleAttributes:J({},n)});case"body":return J(J({},t),{},{bodyAttributes:J({},n)});case"html":return J(J({},t),{},{htmlAttributes:J({},n)});default:return J(J({},t),{},{[e.type]:J({},n)})}}mapArrayTypeChildrenToProps(e,t){let n=J({},t);return Object.keys(e).forEach(t=>{n=J(J({},n),{},{[t]:e[t]})}),n}warnOnInvalidChildren(e,t){return ae()(ye.some(t=>e.type===t),"function"===typeof e.type?"You may be attempting to nest <Helmet> components within each other, which is not allowed. Refer to our API for more information.":"Only elements types ".concat(ye.join(", ")," are allowed. Helmet does not support rendering <").concat(e.type,"> elements. Refer to our API for more information.")),ae()(!t||"string"===typeof t||Array.isArray(t)&&!t.some(e=>"string"!==typeof e),"Helmet expects a string as a child of <".concat(e.type,">. Did you forget to wrap your children in braces? ( <").concat(e.type,">{``}</").concat(e.type,"> ) Refer to our API for more information.")),!0}mapChildrenToProps(e,t){let n={};return r.Children.forEach(e,e=>{if(!e||!e.props)return;const r=e.props,i=r.children,o=Q(r,le),a=Object.keys(o).reduce((e,t)=>(e[Ee[t]||t]=o[t],e),{});let s=e.type;switch("symbol"===typeof s?s=s.toString():this.warnOnInvalidChildren(e,i),s){case"Symbol(react.fragment)":t=this.mapChildrenToProps(i,t);break;case"link":case"meta":case"noscript":case"script":case"style":n=this.flattenArrayTypeChildren(e,n,a,i);break;default:t=this.mapObjectTypeChildren(e,t,a,i)}}),this.mapArrayTypeChildrenToProps(n,t)}render(){const e=this.props,t=e.children,n=Q(e,ce);let i=J({},n),o=n.helmetData;if(t&&(i=this.mapChildrenToProps(t,i)),o&&!(o instanceof qe)){o=new qe(o.context,!0),delete i.helmetData}return o?r.createElement(tt,J(J({},i),{},{context:o.value})):r.createElement(Qe.Consumer,null,e=>r.createElement(tt,J(J({},i),{},{context:e})))}},K(fe,"defaultProps",{defer:!0,encodeSpecialCharacters:!0,prioritizeSeoTags:!1}),fe);function rt(e){return Z(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||ee(e)||te()}function it(){return it=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},it.apply(null,arguments)}!function(e){e.Pop="POP",e.Push="PUSH",e.Replace="REPLACE"}(pe||(pe={}));const ot="popstate";function at(e,t){if(!1===e||null===e||"undefined"===typeof e)throw new Error(t)}function st(e,t){if(!e){"undefined"!==typeof console&&console.warn(t);try{throw new Error(t)}catch(n){}}}function ut(e,t){return{usr:e.state,key:e.key,idx:t}}function lt(e,t,n,r){return void 0===n&&(n=null),it({pathname:"string"===typeof e?e:e.pathname,search:"",hash:""},"string"===typeof t?dt(t):t,{state:n,key:t&&t.key||r||Math.random().toString(36).substr(2,8)})}function ct(e){let t=e.pathname,n=void 0===t?"/":t,r=e.search,i=void 0===r?"":r,o=e.hash,a=void 0===o?"":o;return i&&"?"!==i&&(n+="?"===i.charAt(0)?i:"?"+i),a&&"#"!==a&&(n+="#"===a.charAt(0)?a:"#"+a),n}function dt(e){let t={};if(e){let n=e.indexOf("#");n>=0&&(t.hash=e.substr(n),e=e.substr(0,n));let r=e.indexOf("?");r>=0&&(t.search=e.substr(r),e=e.substr(0,r)),e&&(t.pathname=e)}return t}function ft(e,t,n,r){void 0===r&&(r={});let i=r,o=i.window,a=void 0===o?document.defaultView:o,s=i.v5Compat,u=void 0!==s&&s,l=a.history,c=pe.Pop,d=null,f=p();function p(){return(l.state||{idx:null}).idx}function h(){c=pe.Pop;let e=p(),t=null==e?null:e-f;f=e,d&&d({action:c,location:g.location,delta:t})}function m(e){let t="null"!==a.location.origin?a.location.origin:a.location.href,n="string"===typeof e?e:ct(e);return n=n.replace(/ $/,"%20"),at(t,"No window.location.(origin|href) available to create URL for href: "+n),new URL(n,t)}null==f&&(f=0,l.replaceState(it({},l.state,{idx:f}),""));let g={get action(){return c},get location(){return e(a,l)},listen(e){if(d)throw new Error("A history only accepts one active listener");return a.addEventListener(ot,h),d=e,()=>{a.removeEventListener(ot,h),d=null}},createHref:e=>t(a,e),createURL:m,encodeLocation(e){let t=m(e);return{pathname:t.pathname,search:t.search,hash:t.hash}},push:function(e,t){c=pe.Push;let r=lt(g.location,e,t);n&&n(r,e),f=p()+1;let i=ut(r,f),o=g.createHref(r);try{l.pushState(i,"",o)}catch(s){if(s instanceof DOMException&&"DataCloneError"===s.name)throw s;a.location.assign(o)}u&&d&&d({action:c,location:g.location,delta:1})},replace:function(e,t){c=pe.Replace;let r=lt(g.location,e,t);n&&n(r,e),f=p();let i=ut(r,f),o=g.createHref(r);l.replaceState(i,"",o),u&&d&&d({action:c,location:g.location,delta:0})},go:e=>l.go(e)};return g}var pt;!function(e){e.data="data",e.deferred="deferred",e.redirect="redirect",e.error="error"}(pt||(pt={}));new Set(["lazy","caseSensitive","path","id","index","children"]);function ht(e,t,n){return void 0===n&&(n="/"),mt(e,t,n,!1)}function mt(e,t,n,r){let i=St(("string"===typeof t?dt(t):t).pathname||"/",n);if(null==i)return null;let o=gt(e);!function(e){e.sort((e,t)=>e.score!==t.score?t.score-e.score:function(e,t){let n=e.length===t.length&&e.slice(0,-1).every((e,n)=>e===t[n]);return n?e[e.length-1]-t[t.length-1]:0}(e.routesMeta.map(e=>e.childrenIndex),t.routesMeta.map(e=>e.childrenIndex)))}(o);let a=null,s=function(e){try{return e.split("/").map(e=>decodeURIComponent(e).replace(/\//g,"%2F")).join("/")}catch(t){return st(!1,'The URL path "'+e+'" could not be decoded because it is is a malformed URL segment. This is probably due to a bad percent encoding ('+t+")."),e}}(i);for(let u=0;null==a&&u<o.length;++u)a=kt(o[u],s,r);return a}function gt(e,t,n,r){void 0===t&&(t=[]),void 0===n&&(n=[]),void 0===r&&(r="");let i=(e,i,o)=>{let a={relativePath:void 0===o?e.path||"":o,caseSensitive:!0===e.caseSensitive,childrenIndex:i,route:e};a.relativePath.startsWith("/")&&(at(a.relativePath.startsWith(r),'Absolute route path "'+a.relativePath+'" nested under path "'+r+'" is not valid. An absolute child route path must start with the combined path of all its parent routes.'),a.relativePath=a.relativePath.slice(r.length));let s=Lt([r,a.relativePath]),u=n.concat(a);e.children&&e.children.length>0&&(at(!0!==e.index,'Index routes must not have child routes. Please remove all child routes from route path "'+s+'".'),gt(e.children,t,u,s)),(null!=e.path||e.index)&&t.push({path:s,score:Tt(s,e.index),routesMeta:u})};return e.forEach((e,t)=>{var n;if(""!==e.path&&null!=(n=e.path)&&n.includes("?"))for(let r of Dt(e.path))i(e,t,r);else i(e,t)}),t}function Dt(e){let t=e.split("/");if(0===t.length)return[];let n=rt(t),r=n[0],i=$(n).slice(1),o=r.endsWith("?"),a=r.replace(/\?$/,"");if(0===i.length)return o?[a,""]:[a];let s=Dt(i.join("/")),u=[];return u.push(...s.map(e=>""===e?a:[a,e].join("/"))),o&&u.push(...s),u.map(t=>e.startsWith("/")&&""===t?"/":t)}const yt=/^:[\w-]+$/,vt=3,Et=2,At=1,bt=10,_t=-2,Ct=e=>"*"===e;function Tt(e,t){let n=e.split("/"),r=n.length;return n.some(Ct)&&(r+=_t),t&&(r+=Et),n.filter(e=>!Ct(e)).reduce((e,t)=>e+(yt.test(t)?vt:""===t?At:bt),r)}function kt(e,t,n){void 0===n&&(n=!1);let r=e.routesMeta,i={},o="/",a=[];for(let s=0;s<r.length;++s){let e=r[s],u=s===r.length-1,l="/"===o?t:t.slice(o.length)||"/",c=Ft({path:e.relativePath,caseSensitive:e.caseSensitive,end:u},l),d=e.route;if(!c&&u&&n&&!r[r.length-1].route.index&&(c=Ft({path:e.relativePath,caseSensitive:e.caseSensitive,end:!1},l)),!c)return null;Object.assign(i,c.params),a.push({params:i,pathname:Lt([o,c.pathname]),pathnameBase:Mt(Lt([o,c.pathnameBase])),route:d}),"/"!==c.pathnameBase&&(o=Lt([o,c.pathnameBase]))}return a}function Ft(e,t){"string"===typeof e&&(e={path:e,caseSensitive:!1,end:!0});let n=function(e,t,n){void 0===t&&(t=!1);void 0===n&&(n=!0);st("*"===e||!e.endsWith("*")||e.endsWith("/*"),'Route path "'+e+'" will be treated as if it were "'+e.replace(/\*$/,"/*")+'" because the `*` character must always follow a `/` in the pattern. To get rid of this warning, please change the route path to "'+e.replace(/\*$/,"/*")+'".');let r=[],i="^"+e.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^${}|()[\]]/g,"\\$&").replace(/\/:([\w-]+)(\?)?/g,(e,t,n)=>(r.push({paramName:t,isOptional:null!=n}),n?"/?([^\\/]+)?":"/([^\\/]+)"));e.endsWith("*")?(r.push({paramName:"*"}),i+="*"===e||"/*"===e?"(.*)$":"(?:\\/(.+)|\\/*)$"):n?i+="\\/*$":""!==e&&"/"!==e&&(i+="(?:(?=\\/|$))");let o=new RegExp(i,t?void 0:"i");return[o,r]}(e.path,e.caseSensitive,e.end),r=ne(n,2),i=r[0],o=r[1],a=t.match(i);if(!a)return null;let s=a[0],u=s.replace(/(.)\/+$/,"$1"),l=a.slice(1),c=o.reduce((e,t,n)=>{let r=t.paramName,i=t.isOptional;if("*"===r){let e=l[n]||"";u=s.slice(0,s.length-e.length).replace(/(.)\/+$/,"$1")}const o=l[n];return e[r]=i&&!o?void 0:(o||"").replace(/%2F/g,"/"),e},{});return{params:c,pathname:s,pathnameBase:u,pattern:e}}function St(e,t){if("/"===t)return e;if(!e.toLowerCase().startsWith(t.toLowerCase()))return null;let n=t.endsWith("/")?t.length-1:t.length,r=e.charAt(n);return r&&"/"!==r?null:e.slice(n)||"/"}const wt=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i;function xt(e,t){void 0===t&&(t="/");let n,r="string"===typeof e?dt(e):e,i=r.pathname,o=r.search,a=void 0===o?"":o,s=r.hash,u=void 0===s?"":s;if(i)if(l=i,wt.test(l))n=i;else{if(i.includes("//")){let e=i;i=Rt(i),st(!1,"Pathnames cannot have embedded double slashes - normalizing "+e+" -> "+i)}n=i.startsWith("/")?Ot(i.substring(1),"/"):Ot(i,t)}else n=t;var l;return{pathname:n,search:jt(a),hash:zt(u)}}function Ot(e,t){let n=t.replace(/\/+$/,"").split("/");return e.split("/").forEach(e=>{".."===e?n.length>1&&n.pop():"."!==e&&n.push(e)}),n.length>1?n.join("/"):"/"}function Nt(e,t,n,r){return"Cannot include a '"+e+"' character in a manually specified `to."+t+"` field ["+JSON.stringify(r)+"].  Please separate it out to the `to."+n+'` field. Alternatively you may provide the full path as a string in <Link to="..."> and the router will parse it for you.'}function Bt(e){return e.filter((e,t)=>0===t||e.route.path&&e.route.path.length>0)}function It(e,t){let n=Bt(e);return t?n.map((e,t)=>t===n.length-1?e.pathname:e.pathnameBase):n.map(e=>e.pathnameBase)}function Pt(e,t,n,r){let i;void 0===r&&(r=!1),"string"===typeof e?i=dt(e):(i=it({},e),at(!i.pathname||!i.pathname.includes("?"),Nt("?","pathname","search",i)),at(!i.pathname||!i.pathname.includes("#"),Nt("#","pathname","hash",i)),at(!i.search||!i.search.includes("#"),Nt("#","search","hash",i)));let o,a=""===e||""===i.pathname,s=a?"/":i.pathname;if(null==s)o=n;else{let e=t.length-1;if(!r&&s.startsWith("..")){let t=s.split("/");for(;".."===t[0];)t.shift(),e-=1;i.pathname=t.join("/")}o=e>=0?t[e]:"/"}let u=xt(i,o),l=s&&"/"!==s&&s.endsWith("/"),c=(a||"."===s)&&n.endsWith("/");return u.pathname.endsWith("/")||!l&&!c||(u.pathname+="/"),u}const Rt=e=>e.replace(/\/\/+/g,"/"),Lt=e=>Rt(e.join("/")),Mt=e=>e.replace(/\/+$/,"").replace(/^\/*/,"/"),jt=e=>e&&"?"!==e?e.startsWith("?")?e:"?"+e:"",zt=e=>e&&"#"!==e?e.startsWith("#")?e:"#"+e:"";Error;function Ut(e){return null!=e&&"number"===typeof e.status&&"string"===typeof e.statusText&&"boolean"===typeof e.internal&&"data"in e}const Ht=["post","put","patch","delete"],Vt=(new Set(Ht),["get",...Ht]);new Set(Vt),new Set([301,302,303,307,308]),new Set([307,308]);Symbol("deferred");function Gt(){return Gt=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Gt.apply(null,arguments)}const Wt=r.createContext(null);const Yt=r.createContext(null);const qt=r.createContext(null);const Qt=r.createContext(null);const Kt=r.createContext({outlet:null,matches:[],isDataRoute:!1});const Xt=r.createContext(null);function Jt(){return null!=r.useContext(Qt)}function Zt(){return Jt()||at(!1),r.useContext(Qt).location}function $t(e){r.useContext(qt).static||r.useLayoutEffect(e)}function en(){return r.useContext(Kt).isDataRoute?function(){let e=pn(dn.UseNavigateStable).router,t=mn(fn.UseNavigateStable),n=r.useRef(!1);$t(()=>{n.current=!0});let i=r.useCallback(function(r,i){void 0===i&&(i={}),n.current&&("number"===typeof r?e.navigate(r):e.navigate(r,Gt({fromRouteId:t},i)))},[e,t]);return i}():function(){Jt()||at(!1);let e=r.useContext(Wt),t=r.useContext(qt),n=t.basename,i=t.future,o=t.navigator,a=r.useContext(Kt).matches,s=Zt().pathname,u=JSON.stringify(It(a,i.v7_relativeSplatPath)),l=r.useRef(!1);$t(()=>{l.current=!0});let c=r.useCallback(function(t,r){if(void 0===r&&(r={}),!l.current)return;if("number"===typeof t)return void o.go(t);let i=Pt(t,JSON.parse(u),s,"path"===r.relative);null==e&&"/"!==n&&(i.pathname="/"===i.pathname?n:Lt([n,i.pathname])),(r.replace?o.replace:o.push)(i,r.state,r)},[n,o,u,s,e]);return c}()}const tn=r.createContext(null);function nn(){let e=r.useContext(Kt).matches,t=e[e.length-1];return t?t.params:{}}function rn(e,t){let n=(void 0===t?{}:t).relative,i=r.useContext(qt).future,o=r.useContext(Kt).matches,a=Zt().pathname,s=JSON.stringify(It(o,i.v7_relativeSplatPath));return r.useMemo(()=>Pt(e,JSON.parse(s),a,"path"===n),[e,s,a,n])}function on(e,t,n,i){Jt()||at(!1);let o=r.useContext(qt).navigator,a=r.useContext(Kt).matches,s=a[a.length-1],u=s?s.params:{},l=(s&&s.pathname,s?s.pathnameBase:"/");s&&s.route;let c,d=Zt();if(t){var f;let e="string"===typeof t?dt(t):t;"/"===l||(null==(f=e.pathname)?void 0:f.startsWith(l))||at(!1),c=e}else c=d;let p=c.pathname||"/",h=p;if("/"!==l){let e=l.replace(/^\//,"").split("/");h="/"+p.replace(/^\//,"").split("/").slice(e.length).join("/")}let m=ht(e,{pathname:h});let g=cn(m&&m.map(e=>Object.assign({},e,{params:Object.assign({},u,e.params),pathname:Lt([l,o.encodeLocation?o.encodeLocation(e.pathname).pathname:e.pathname]),pathnameBase:"/"===e.pathnameBase?l:Lt([l,o.encodeLocation?o.encodeLocation(e.pathnameBase).pathname:e.pathnameBase])})),a,n,i);return t&&g?r.createElement(Qt.Provider,{value:{location:Gt({pathname:"/",search:"",hash:"",state:null,key:"default"},c),navigationType:pe.Pop}},g):g}function an(){let e=function(){var e;let t=r.useContext(Xt),n=hn(fn.UseRouteError),i=mn(fn.UseRouteError);if(void 0!==t)return t;return null==(e=n.errors)?void 0:e[i]}(),t=Ut(e)?e.status+" "+e.statusText:e instanceof Error?e.message:JSON.stringify(e),n=e instanceof Error?e.stack:null,i="rgba(200,200,200, 0.5)",o={padding:"0.5rem",backgroundColor:i};return r.createElement(r.Fragment,null,r.createElement("h2",null,"Unexpected Application Error!"),r.createElement("h3",{style:{fontStyle:"italic"}},t),n?r.createElement("pre",{style:o},n):null,null)}const sn=r.createElement(an,null);class un extends r.Component{constructor(e){super(e),this.state={location:e.location,revalidation:e.revalidation,error:e.error}}static getDerivedStateFromError(e){return{error:e}}static getDerivedStateFromProps(e,t){return t.location!==e.location||"idle"!==t.revalidation&&"idle"===e.revalidation?{error:e.error,location:e.location,revalidation:e.revalidation}:{error:void 0!==e.error?e.error:t.error,location:t.location,revalidation:e.revalidation||t.revalidation}}componentDidCatch(e,t){console.error("React Router caught the following error during render",e,t)}render(){return void 0!==this.state.error?r.createElement(Kt.Provider,{value:this.props.routeContext},r.createElement(Xt.Provider,{value:this.state.error,children:this.props.component})):this.props.children}}function ln(e){let t=e.routeContext,n=e.match,i=e.children,o=r.useContext(Wt);return o&&o.static&&o.staticContext&&(n.route.errorElement||n.route.ErrorBoundary)&&(o.staticContext._deepestRenderedBoundaryId=n.route.id),r.createElement(Kt.Provider,{value:t},i)}function cn(e,t,n,i){var o;if(void 0===t&&(t=[]),void 0===n&&(n=null),void 0===i&&(i=null),null==e){var a;if(!n)return null;if(n.errors)e=n.matches;else{if(!(null!=(a=i)&&a.v7_partialHydration&&0===t.length&&!n.initialized&&n.matches.length>0))return null;e=n.matches}}let s=e,u=null==(o=n)?void 0:o.errors;if(null!=u){let e=s.findIndex(e=>e.route.id&&void 0!==(null==u?void 0:u[e.route.id]));e>=0||at(!1),s=s.slice(0,Math.min(s.length,e+1))}let l=!1,c=-1;if(n&&i&&i.v7_partialHydration)for(let r=0;r<s.length;r++){let e=s[r];if((e.route.HydrateFallback||e.route.hydrateFallbackElement)&&(c=r),e.route.id){let t=n,r=t.loaderData,i=t.errors,o=e.route.loader&&void 0===r[e.route.id]&&(!i||void 0===i[e.route.id]);if(e.route.lazy||o){l=!0,s=c>=0?s.slice(0,c+1):[s[0]];break}}}return s.reduceRight((e,i,o)=>{let a,d=!1,f=null,p=null;var h;n&&(a=u&&i.route.id?u[i.route.id]:void 0,f=i.route.errorElement||sn,l&&(c<0&&0===o?(h="route-fallback",!1||gn[h]||(gn[h]=!0),d=!0,p=null):c===o&&(d=!0,p=i.route.hydrateFallbackElement||null)));let m=t.concat(s.slice(0,o+1)),g=()=>{let t;return t=a?f:d?p:i.route.Component?r.createElement(i.route.Component,null):i.route.element?i.route.element:e,r.createElement(ln,{match:i,routeContext:{outlet:e,matches:m,isDataRoute:null!=n},children:t})};return n&&(i.route.ErrorBoundary||i.route.errorElement||0===o)?r.createElement(un,{location:n.location,revalidation:n.revalidation,component:f,error:a,children:g(),routeContext:{outlet:null,matches:m,isDataRoute:!0}}):g()},null)}var dn=function(e){return e.UseBlocker="useBlocker",e.UseRevalidator="useRevalidator",e.UseNavigateStable="useNavigate",e}(dn||{}),fn=function(e){return e.UseBlocker="useBlocker",e.UseLoaderData="useLoaderData",e.UseActionData="useActionData",e.UseRouteError="useRouteError",e.UseNavigation="useNavigation",e.UseRouteLoaderData="useRouteLoaderData",e.UseMatches="useMatches",e.UseRevalidator="useRevalidator",e.UseNavigateStable="useNavigate",e.UseRouteId="useRouteId",e}(fn||{});function pn(e){let t=r.useContext(Wt);return t||at(!1),t}function hn(e){let t=r.useContext(Yt);return t||at(!1),t}function mn(e){let t=function(){let e=r.useContext(Kt);return e||at(!1),e}(),n=t.matches[t.matches.length-1];return n.route.id||at(!1),n.route.id}const gn={};function Dn(e,t){null==e||e.v7_startTransition,void 0===(null==e?void 0:e.v7_relativeSplatPath)&&(!t||t.v7_relativeSplatPath),t&&(t.v7_fetcherPersist,t.v7_normalizeFormMethod,t.v7_partialHydration,t.v7_skipActionErrorRevalidation)}i.startTransition;function yn(e){let t=e.to,n=e.replace,i=e.state,o=e.relative;Jt()||at(!1);let a=r.useContext(qt),s=a.future,u=(a.static,r.useContext(Kt).matches),l=Zt().pathname,c=en(),d=Pt(t,It(u,s.v7_relativeSplatPath),l,"path"===o),f=JSON.stringify(d);return r.useEffect(()=>c(JSON.parse(f),{replace:n,state:i,relative:o}),[c,f,o,n,i]),null}function vn(e){return function(e){let t=r.useContext(Kt).outlet;return t?r.createElement(tn.Provider,{value:e},t):t}(e.context)}function En(e){at(!1)}function An(e){let t=e.basename,n=void 0===t?"/":t,i=e.children,o=void 0===i?null:i,a=e.location,s=e.navigationType,u=void 0===s?pe.Pop:s,l=e.navigator,c=e.static,d=void 0!==c&&c,f=e.future;Jt()&&at(!1);let p=n.replace(/^\/*/,"/"),h=r.useMemo(()=>({basename:p,navigator:l,static:d,future:Gt({v7_relativeSplatPath:!1},f)}),[p,f,l,d]);"string"===typeof a&&(a=dt(a));let m=a,g=m.pathname,D=void 0===g?"/":g,y=m.search,v=void 0===y?"":y,E=m.hash,A=void 0===E?"":E,b=m.state,_=void 0===b?null:b,C=m.key,T=void 0===C?"default":C,k=r.useMemo(()=>{let e=St(D,p);return null==e?null:{location:{pathname:e,search:v,hash:A,state:_,key:T},navigationType:u}},[p,D,v,A,_,T,u]);return null==k?null:r.createElement(qt.Provider,{value:h},r.createElement(Qt.Provider,{children:o,value:k}))}function bn(e){let t=e.children,n=e.location;return on(_n(t),n)}new Promise(()=>{});r.Component;function _n(e,t){void 0===t&&(t=[]);let n=[];return r.Children.forEach(e,(e,i)=>{if(!r.isValidElement(e))return;let o=[...t,i];if(e.type===r.Fragment)return void n.push.apply(n,_n(e.props.children,o));e.type!==En&&at(!1),e.props.index&&e.props.children&&at(!1);let a={id:e.props.id||o.join("-"),caseSensitive:e.props.caseSensitive,element:e.props.element,Component:e.props.Component,index:e.props.index,path:e.props.path,loader:e.props.loader,action:e.props.action,errorElement:e.props.errorElement,ErrorBoundary:e.props.ErrorBoundary,hasErrorBoundary:null!=e.props.ErrorBoundary||null!=e.props.errorElement,shouldRevalidate:e.props.shouldRevalidate,handle:e.props.handle,lazy:e.props.lazy};e.props.children&&(a.children=_n(e.props.children,o)),n.push(a)}),n}function Cn(){return Cn=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Cn.apply(null,arguments)}function Tn(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;n[r]=e[r]}return n}new Set(["application/x-www-form-urlencoded","multipart/form-data","text/plain"]);const kn=["onClick","relative","reloadDocument","replace","state","target","to","preventScrollReset","viewTransition"],Fn=["aria-current","caseSensitive","className","end","style","to","viewTransition","children"];try{window.__reactRouterVersion="6"}catch(KF){}const Sn=r.createContext({isTransitioning:!1});new Map;const wn=i.startTransition;_.flushSync,i.useId;function xn(e){let t=e.basename,n=e.children,i=e.future,o=e.window,a=r.useRef();var s;null==a.current&&(a.current=(void 0===(s={window:o,v5Compat:!0})&&(s={}),ft(function(e,t){let n=e.location;return lt("",{pathname:n.pathname,search:n.search,hash:n.hash},t.state&&t.state.usr||null,t.state&&t.state.key||"default")},function(e,t){return"string"===typeof t?t:ct(t)},null,s)));let u=a.current,l=ne(r.useState({action:u.action,location:u.location}),2),c=l[0],d=l[1],f=(i||{}).v7_startTransition,p=r.useCallback(e=>{f&&wn?wn(()=>d(e)):d(e)},[d,f]);return r.useLayoutEffect(()=>u.listen(p),[u,p]),r.useEffect(()=>Dn(i),[i]),r.createElement(An,{basename:t,children:n,location:c.location,navigationType:c.action,navigator:u,future:i})}const On="undefined"!==typeof window&&"undefined"!==typeof window.document&&"undefined"!==typeof window.document.createElement,Nn=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,Bn=r.forwardRef(function(e,t){let n,i=e.onClick,o=e.relative,a=e.reloadDocument,s=e.replace,u=e.state,l=e.target,c=e.to,d=e.preventScrollReset,f=e.viewTransition,p=Tn(e,kn),h=r.useContext(qt).basename,m=!1;if("string"===typeof c&&Nn.test(c)&&(n=c,On))try{let e=new URL(window.location.href),t=c.startsWith("//")?new URL(e.protocol+c):new URL(c),n=St(t.pathname,h);t.origin===e.origin&&null!=n?c=n+t.search+t.hash:m=!0}catch(KF){}let g=function(e,t){let n=(void 0===t?{}:t).relative;Jt()||at(!1);let i=r.useContext(qt),o=i.basename,a=i.navigator,s=rn(e,{relative:n}),u=s.hash,l=s.pathname,c=s.search,d=l;return"/"!==o&&(d="/"===l?o:Lt([o,l])),a.createHref({pathname:d,search:c,hash:u})}(c,{relative:o}),D=function(e,t){let n=void 0===t?{}:t,i=n.target,o=n.replace,a=n.state,s=n.preventScrollReset,u=n.relative,l=n.viewTransition,c=en(),d=Zt(),f=rn(e,{relative:u});return r.useCallback(t=>{if(function(e,t){return 0===e.button&&(!t||"_self"===t)&&!function(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}(e)}(t,i)){t.preventDefault();let n=void 0!==o?o:ct(d)===ct(f);c(e,{replace:n,state:a,preventScrollReset:s,relative:u,viewTransition:l})}},[d,c,f,o,a,i,e,s,u,l])}(c,{replace:s,state:u,target:l,preventScrollReset:d,relative:o,viewTransition:f});return r.createElement("a",Cn({},p,{href:n||g,onClick:m||a?i:function(e){i&&i(e),e.defaultPrevented||D(e)},ref:t,target:l}))});const In=r.forwardRef(function(e,t){let n=e["aria-current"],i=void 0===n?"page":n,o=e.caseSensitive,a=void 0!==o&&o,s=e.className,u=void 0===s?"":s,l=e.end,c=void 0!==l&&l,d=e.style,f=e.to,p=e.viewTransition,h=e.children,m=Tn(e,Fn),g=rn(f,{relative:m.relative}),D=Zt(),y=r.useContext(Yt),v=r.useContext(qt),E=v.navigator,A=v.basename,b=null!=y&&function(e,t){void 0===t&&(t={});let n=r.useContext(Sn);null==n&&at(!1);let i=Ln(Pn.useViewTransitionState).basename,o=rn(e,{relative:t.relative});if(!n.isTransitioning)return!1;let a=St(n.currentLocation.pathname,i)||n.currentLocation.pathname,s=St(n.nextLocation.pathname,i)||n.nextLocation.pathname;return null!=Ft(o.pathname,s)||null!=Ft(o.pathname,a)}(g)&&!0===p,_=E.encodeLocation?E.encodeLocation(g).pathname:g.pathname,C=D.pathname,T=y&&y.navigation&&y.navigation.location?y.navigation.location.pathname:null;a||(C=C.toLowerCase(),T=T?T.toLowerCase():null,_=_.toLowerCase()),T&&A&&(T=St(T,A)||T);const k="/"!==_&&_.endsWith("/")?_.length-1:_.length;let F,S=C===_||!c&&C.startsWith(_)&&"/"===C.charAt(k),w=null!=T&&(T===_||!c&&T.startsWith(_)&&"/"===T.charAt(_.length)),x={isActive:S,isPending:w,isTransitioning:b},O=S?i:void 0;F="function"===typeof u?u(x):[u,S?"active":null,w?"pending":null,b?"transitioning":null].filter(Boolean).join(" ");let N="function"===typeof d?d(x):d;return r.createElement(Bn,Cn({},m,{"aria-current":O,className:F,ref:t,style:N,to:f,viewTransition:p}),"function"===typeof h?h(x):h)});var Pn,Rn;function Ln(e){let t=r.useContext(Wt);return t||at(!1),t}(function(e){e.UseScrollRestoration="useScrollRestoration",e.UseSubmit="useSubmit",e.UseSubmitFetcher="useSubmitFetcher",e.UseFetcher="useFetcher",e.useViewTransitionState="useViewTransitionState"})(Pn||(Pn={})),function(e){e.UseFetcher="useFetcher",e.UseFetchers="useFetchers",e.UseScrollRestoration="useScrollRestoration"}(Rn||(Rn={}));function Mn(){if(console&&console.warn){for(var e,t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];"string"===typeof n[0]&&(n[0]="react-i18next:: ".concat(n[0])),(e=console).warn.apply(e,n)}}var jn={};function zn(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];"string"===typeof t[0]&&jn[t[0]]||("string"===typeof t[0]&&(jn[t[0]]=new Date),Mn.apply(void 0,t))}function Un(e,t,n){e.loadNamespaces(t,function(){if(e.isInitialized)n();else{e.on("initialized",function t(){setTimeout(function(){e.off("initialized",t)},0),n()})}})}function Hn(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function Vn(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Hn(Object(n),!0).forEach(function(t){K(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Hn(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function Gn(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.i18n,i=(0,r.useContext)(g)||{},o=i.i18n,a=i.defaultNS,s=n||o||y();if(s&&!s.reportNamespaces&&(s.reportNamespaces=new D),!s){zn("You will need to pass in an i18next instance by using initReactI18next");var u=function(e){return Array.isArray(e)?e[e.length-1]:e},l=[u,{},!1];return l.t=u,l.i18n={},l.ready=!1,l}s.options.react&&void 0!==s.options.react.wait&&zn("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");var c=Vn(Vn(Vn({},m),s.options.react),t),d=c.useSuspense,f=c.keyPrefix,p=e||a||s.options&&s.options.defaultNS;p="string"===typeof p?[p]:p||["translation"],s.reportNamespaces.addUsedNamespaces&&s.reportNamespaces.addUsedNamespaces(p);var h=(s.isInitialized||s.initializedStoreOnce)&&p.every(function(e){return function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return t.languages&&t.languages.length?void 0!==t.options.ignoreJSONStructure?t.hasLoadedNamespace(e,{precheck:function(t,r){if(n.bindI18n&&n.bindI18n.indexOf("languageChanging")>-1&&t.services.backendConnector.backend&&t.isLanguageChangingTo&&!r(t.isLanguageChangingTo,e))return!1}}):function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=t.languages[0],i=!!t.options&&t.options.fallbackLng,o=t.languages[t.languages.length-1];if("cimode"===r.toLowerCase())return!0;var a=function(e,n){var r=t.services.backendConnector.state["".concat(e,"|").concat(n)];return-1===r||2===r};return!(n.bindI18n&&n.bindI18n.indexOf("languageChanging")>-1&&t.services.backendConnector.backend&&t.isLanguageChangingTo&&!a(t.isLanguageChangingTo,e))&&(!!t.hasResourceBundle(r,e)||!(t.services.backendConnector.backend&&(!t.options.resources||t.options.partialBundledLanguages))||!(!a(r,e)||i&&!a(o,e)))}(e,t,n):(zn("i18n.languages were undefined or empty",t.languages),!0)}(e,s,c)});function v(){return s.getFixedT(null,"fallback"===c.nsMode?p:p[0],f)}var E=ne((0,r.useState)(v),2),A=E[0],b=E[1],_=p.join(),C=function(e,t){var n=(0,r.useRef)();return(0,r.useEffect)(function(){n.current=t?n.current:e},[e,t]),n.current}(_),T=(0,r.useRef)(!0);(0,r.useEffect)(function(){var e=c.bindI18n,t=c.bindI18nStore;function n(){T.current&&b(v)}return T.current=!0,h||d||Un(s,p,function(){T.current&&b(v)}),h&&C&&C!==_&&T.current&&b(v),e&&s&&s.on(e,n),t&&s&&s.store.on(t,n),function(){T.current=!1,e&&s&&e.split(" ").forEach(function(e){return s.off(e,n)}),t&&s&&t.split(" ").forEach(function(e){return s.store.off(e,n)})}},[s,_]);var k=(0,r.useRef)(!0);(0,r.useEffect)(function(){T.current&&!k.current&&b(v),k.current=!1},[s,f]);var F=[A,s,h];if(F.t=A,F.i18n=s,F.ready=h,h)return F;if(!h&&!d)return F;throw new Promise(function(e){Un(s,p,function(){e()})})}var Wn=["forwardedRef"];function Yn(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function qn(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Yn(Object(n),!0).forEach(function(t){K(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Yn(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function Qn(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return function(n){function i(i){var o=i.forwardedRef,a=Q(i,Wn),s=ne(Gn(e,qn(qn({},a),{},{keyPrefix:t.keyPrefix})),3),u=s[0],l=s[1],c=s[2],d=qn(qn({},a),{},{t:u,i18n:l,tReady:c});return t.withRef&&o?d.ref=o:!t.withRef&&o&&(d.forwardedRef=o),(0,r.createElement)(n,d)}var o;i.displayName="withI18nextTranslation(".concat((o=n).displayName||o.name||("string"===typeof o&&o.length>0?o:"Unknown"),")"),i.WrappedComponent=n;return t.withRef?(0,r.forwardRef)(function(e,t){return(0,r.createElement)(i,Object.assign({},e,{forwardedRef:t}))}):i}}function Kn(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];throw Error("[Immer] minified error nr: "+e+(n.length?" "+n.map(function(e){return"'"+e+"'"}).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function Xn(e){return!!e&&!!e[jr]}function Jn(e){var t;return!!e&&(function(e){if(!e||"object"!=typeof e)return!1;var t=Object.getPrototypeOf(e);if(null===t)return!0;var n=Object.hasOwnProperty.call(t,"constructor")&&t.constructor;return n===Object||"function"==typeof n&&Function.toString.call(n)===zr}(e)||Array.isArray(e)||!!e[Mr]||!!(null===(t=e.constructor)||void 0===t?void 0:t[Mr])||ir(e)||or(e))}function Zn(e,t,n){void 0===n&&(n=!1),0===$n(e)?(n?Object.keys:Ur)(e).forEach(function(r){n&&"symbol"==typeof r||t(r,e[r],e)}):e.forEach(function(n,r){return t(r,n,e)})}function $n(e){var t=e[jr];return t?t.i>3?t.i-4:t.i:Array.isArray(e)?1:ir(e)?2:or(e)?3:0}function er(e,t){return 2===$n(e)?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function tr(e,t){return 2===$n(e)?e.get(t):e[t]}function nr(e,t,n){var r=$n(e);2===r?e.set(t,n):3===r?e.add(n):e[t]=n}function rr(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}function ir(e){return Ir&&e instanceof Map}function or(e){return Pr&&e instanceof Set}function ar(e){return e.o||e.t}function sr(e){if(Array.isArray(e))return Array.prototype.slice.call(e);var t=Hr(e);delete t[jr];for(var n=Ur(t),r=0;r<n.length;r++){var i=n[r],o=t[i];!1===o.writable&&(o.writable=!0,o.configurable=!0),(o.get||o.set)&&(t[i]={configurable:!0,writable:!0,enumerable:o.enumerable,value:e[i]})}return Object.create(Object.getPrototypeOf(e),t)}function ur(e,t){return void 0===t&&(t=!1),cr(e)||Xn(e)||!Jn(e)||($n(e)>1&&(e.set=e.add=e.clear=e.delete=lr),Object.freeze(e),t&&Zn(e,function(e,t){return ur(t,!0)},!0)),e}function lr(){Kn(2)}function cr(e){return null==e||"object"!=typeof e||Object.isFrozen(e)}function dr(e){var t=Vr[e];return t||Kn(18,e),t}function fr(e,t){Vr[e]||(Vr[e]=t)}function pr(){return Nr}function hr(e,t){t&&(dr("Patches"),e.u=[],e.s=[],e.v=t)}function mr(e){gr(e),e.p.forEach(yr),e.p=null}function gr(e){e===Nr&&(Nr=e.l)}function Dr(e){return Nr={p:[],l:Nr,h:e,m:!0,_:0}}function yr(e){var t=e[jr];0===t.i||1===t.i?t.j():t.g=!0}function vr(e,t){t._=t.p.length;var n=t.p[0],r=void 0!==e&&e!==n;return t.h.O||dr("ES5").S(t,e,r),r?(n[jr].P&&(mr(t),Kn(4)),Jn(e)&&(e=Er(t,e),t.l||br(t,e)),t.u&&dr("Patches").M(n[jr].t,e,t.u,t.s)):e=Er(t,n,[]),mr(t),t.u&&t.v(t.u,t.s),e!==Lr?e:void 0}function Er(e,t,n){if(cr(t))return t;var r=t[jr];if(!r)return Zn(t,function(i,o){return Ar(e,r,t,i,o,n)},!0),t;if(r.A!==e)return t;if(!r.P)return br(e,r.t,!0),r.t;if(!r.I){r.I=!0,r.A._--;var i=4===r.i||5===r.i?r.o=sr(r.k):r.o,o=i,a=!1;3===r.i&&(o=new Set(i),i.clear(),a=!0),Zn(o,function(t,o){return Ar(e,r,i,t,o,n,a)}),br(e,i,!1),n&&e.u&&dr("Patches").N(r,n,e.u,e.s)}return r.o}function Ar(e,t,n,r,i,o,a){if(Xn(i)){var s=Er(e,i,o&&t&&3!==t.i&&!er(t.R,r)?o.concat(r):void 0);if(nr(n,r,s),!Xn(s))return;e.m=!1}else a&&n.add(i);if(Jn(i)&&!cr(i)){if(!e.h.D&&e._<1)return;Er(e,i),t&&t.A.l||br(e,i)}}function br(e,t,n){void 0===n&&(n=!1),!e.l&&e.h.D&&e.m&&ur(t,n)}function _r(e,t){var n=e[jr];return(n?ar(n):e)[t]}function Cr(e,t){if(t in e)for(var n=Object.getPrototypeOf(e);n;){var r=Object.getOwnPropertyDescriptor(n,t);if(r)return r;n=Object.getPrototypeOf(n)}}function Tr(e){e.P||(e.P=!0,e.l&&Tr(e.l))}function kr(e){e.o||(e.o=sr(e.t))}function Fr(e,t,n){var r=ir(t)?dr("MapSet").F(t,n):or(t)?dr("MapSet").T(t,n):e.O?function(e,t){var n=Array.isArray(e),r={i:n?1:0,A:t?t.A:pr(),P:!1,I:!1,R:{},l:t,t:e,k:null,o:null,j:null,C:!1},i=r,o=Gr;n&&(i=[r],o=Wr);var a=Proxy.revocable(i,o),s=a.revoke,u=a.proxy;return r.k=u,r.j=s,u}(t,n):dr("ES5").J(t,n);return(n?n.A:pr()).p.push(r),r}function Sr(e){return Xn(e)||Kn(22,e),function e(t){if(!Jn(t))return t;var n,r=t[jr],i=$n(t);if(r){if(!r.P&&(r.i<4||!dr("ES5").K(r)))return r.t;r.I=!0,n=wr(t,i),r.I=!1}else n=wr(t,i);return Zn(n,function(t,i){r&&tr(r.t,t)===i||nr(n,t,e(i))}),3===i?new Set(n):n}(e)}function wr(e,t){switch(t){case 2:return new Map(e);case 3:return Array.from(e)}return sr(e)}function xr(){function e(e,t){var n=i[e];return n?n.enumerable=t:i[e]=n={configurable:!0,enumerable:t,get:function(){var t=this[jr];return Gr.get(t,e)},set:function(t){var n=this[jr];Gr.set(n,e,t)}},n}function t(e){for(var t=e.length-1;t>=0;t--){var i=e[t][jr];if(!i.P)switch(i.i){case 5:r(i)&&Tr(i);break;case 4:n(i)&&Tr(i)}}}function n(e){for(var t=e.t,n=e.k,r=Ur(n),i=r.length-1;i>=0;i--){var o=r[i];if(o!==jr){var a=t[o];if(void 0===a&&!er(t,o))return!0;var s=n[o],u=s&&s[jr];if(u?u.t!==a:!rr(s,a))return!0}}var l=!!t[jr];return r.length!==Ur(t).length+(l?0:1)}function r(e){var t=e.k;if(t.length!==e.t.length)return!0;var n=Object.getOwnPropertyDescriptor(t,t.length-1);if(n&&!n.get)return!0;for(var r=0;r<t.length;r++)if(!t.hasOwnProperty(r))return!0;return!1}var i={};fr("ES5",{J:function(t,n){var r=Array.isArray(t),i=function(t,n){if(t){for(var r=Array(n.length),i=0;i<n.length;i++)Object.defineProperty(r,""+i,e(i,!0));return r}var o=Hr(n);delete o[jr];for(var a=Ur(o),s=0;s<a.length;s++){var u=a[s];o[u]=e(u,t||!!o[u].enumerable)}return Object.create(Object.getPrototypeOf(n),o)}(r,t),o={i:r?5:4,A:n?n.A:pr(),P:!1,I:!1,R:{},l:n,t:t,k:i,o:null,g:!1,C:!1};return Object.defineProperty(i,jr,{value:o,writable:!0}),i},S:function(e,n,i){i?Xn(n)&&n[jr].A===e&&t(e.p):(e.u&&function e(t){if(t&&"object"==typeof t){var n=t[jr];if(n){var i=n.t,o=n.k,a=n.R,s=n.i;if(4===s)Zn(o,function(t){t!==jr&&(void 0!==i[t]||er(i,t)?a[t]||e(o[t]):(a[t]=!0,Tr(n)))}),Zn(i,function(e){void 0!==o[e]||er(o,e)||(a[e]=!1,Tr(n))});else if(5===s){if(r(n)&&(Tr(n),a.length=!0),o.length<i.length)for(var u=o.length;u<i.length;u++)a[u]=!1;else for(var l=i.length;l<o.length;l++)a[l]=!0;for(var c=Math.min(o.length,i.length),d=0;d<c;d++)o.hasOwnProperty(d)||(a[d]=!0),void 0===a[d]&&e(o[d])}}}}(e.p[0]),t(e.p))},K:function(e){return 4===e.i?n(e):r(e)}})}var Or,Nr,Br="undefined"!=typeof Symbol&&"symbol"==typeof Symbol("x"),Ir="undefined"!=typeof Map,Pr="undefined"!=typeof Set,Rr="undefined"!=typeof Proxy&&void 0!==Proxy.revocable&&"undefined"!=typeof Reflect,Lr=Br?Symbol.for("immer-nothing"):((Or={})["immer-nothing"]=!0,Or),Mr=Br?Symbol.for("immer-draftable"):"__$immer_draftable",jr=Br?Symbol.for("immer-state"):"__$immer_state",zr=("undefined"!=typeof Symbol&&Symbol.iterator,""+Object.prototype.constructor),Ur="undefined"!=typeof Reflect&&Reflect.ownKeys?Reflect.ownKeys:void 0!==Object.getOwnPropertySymbols?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Object.getOwnPropertyNames,Hr=Object.getOwnPropertyDescriptors||function(e){var t={};return Ur(e).forEach(function(n){t[n]=Object.getOwnPropertyDescriptor(e,n)}),t},Vr={},Gr={get:function(e,t){if(t===jr)return e;var n=ar(e);if(!er(n,t))return function(e,t,n){var r,i=Cr(t,n);return i?"value"in i?i.value:null===(r=i.get)||void 0===r?void 0:r.call(e.k):void 0}(e,n,t);var r=n[t];return e.I||!Jn(r)?r:r===_r(e.t,t)?(kr(e),e.o[t]=Fr(e.A.h,r,e)):r},has:function(e,t){return t in ar(e)},ownKeys:function(e){return Reflect.ownKeys(ar(e))},set:function(e,t,n){var r=Cr(ar(e),t);if(null==r?void 0:r.set)return r.set.call(e.k,n),!0;if(!e.P){var i=_r(ar(e),t),o=null==i?void 0:i[jr];if(o&&o.t===n)return e.o[t]=n,e.R[t]=!1,!0;if(rr(n,i)&&(void 0!==n||er(e.t,t)))return!0;kr(e),Tr(e)}return e.o[t]===n&&(void 0!==n||t in e.o)||Number.isNaN(n)&&Number.isNaN(e.o[t])||(e.o[t]=n,e.R[t]=!0),!0},deleteProperty:function(e,t){return void 0!==_r(e.t,t)||t in e.t?(e.R[t]=!1,kr(e),Tr(e)):delete e.R[t],e.o&&delete e.o[t],!0},getOwnPropertyDescriptor:function(e,t){var n=ar(e),r=Reflect.getOwnPropertyDescriptor(n,t);return r?{writable:!0,configurable:1!==e.i||"length"!==t,enumerable:r.enumerable,value:n[t]}:r},defineProperty:function(){Kn(11)},getPrototypeOf:function(e){return Object.getPrototypeOf(e.t)},setPrototypeOf:function(){Kn(12)}},Wr={};Zn(Gr,function(e,t){Wr[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}}),Wr.deleteProperty=function(e,t){return Wr.set.call(this,e,t,void 0)},Wr.set=function(e,t,n){return Gr.set.call(this,e[0],t,n,e[0])};var Yr=function(){function e(e){var t=this;this.O=Rr,this.D=!0,this.produce=function(e,n,r){if("function"==typeof e&&"function"!=typeof n){var i=n;n=e;var o=t;return function(e){var t=this;void 0===e&&(e=i);for(var r=arguments.length,a=Array(r>1?r-1:0),s=1;s<r;s++)a[s-1]=arguments[s];return o.produce(e,function(e){var r;return(r=n).call.apply(r,[t,e].concat(a))})}}var a;if("function"!=typeof n&&Kn(6),void 0!==r&&"function"!=typeof r&&Kn(7),Jn(e)){var s=Dr(t),u=Fr(t,e,void 0),l=!0;try{a=n(u),l=!1}finally{l?mr(s):gr(s)}return"undefined"!=typeof Promise&&a instanceof Promise?a.then(function(e){return hr(s,r),vr(e,s)},function(e){throw mr(s),e}):(hr(s,r),vr(a,s))}if(!e||"object"!=typeof e){if(void 0===(a=n(e))&&(a=e),a===Lr&&(a=void 0),t.D&&ur(a,!0),r){var c=[],d=[];dr("Patches").M(e,a,c,d),r(c,d)}return a}Kn(21,e)},this.produceWithPatches=function(e,n){if("function"==typeof e)return function(n){for(var r=arguments.length,i=Array(r>1?r-1:0),o=1;o<r;o++)i[o-1]=arguments[o];return t.produceWithPatches(n,function(t){return e.apply(void 0,[t].concat(i))})};var r,i,o=t.produce(e,n,function(e,t){r=e,i=t});return"undefined"!=typeof Promise&&o instanceof Promise?o.then(function(e){return[e,r,i]}):[o,r,i]},"boolean"==typeof(null==e?void 0:e.useProxies)&&this.setUseProxies(e.useProxies),"boolean"==typeof(null==e?void 0:e.autoFreeze)&&this.setAutoFreeze(e.autoFreeze)}var t=e.prototype;return t.createDraft=function(e){Jn(e)||Kn(8),Xn(e)&&(e=Sr(e));var t=Dr(this),n=Fr(this,e,void 0);return n[jr].C=!0,gr(t),n},t.finishDraft=function(e,t){var n=(e&&e[jr]).A;return hr(n,t),vr(void 0,n)},t.setAutoFreeze=function(e){this.D=e},t.setUseProxies=function(e){e&&!Rr&&Kn(20),this.O=e},t.applyPatches=function(e,t){var n;for(n=t.length-1;n>=0;n--){var r=t[n];if(0===r.path.length&&"replace"===r.op){e=r.value;break}}n>-1&&(t=t.slice(n+1));var i=dr("Patches").$;return Xn(e)?i(e,t):this.produce(e,function(e){return i(e,t)})},e}(),qr=new Yr,Qr=qr.produce;qr.produceWithPatches.bind(qr),qr.setAutoFreeze.bind(qr),qr.setUseProxies.bind(qr),qr.applyPatches.bind(qr),qr.createDraft.bind(qr),qr.finishDraft.bind(qr);const Kr=Qr;function Xr(e){return"Minified Redux error #"+e+"; visit https://redux.js.org/Errors?code="+e+" for the full message or use the non-minified dev environment for full errors. "}var Jr="function"===typeof Symbol&&Symbol.observable||"@@observable",Zr=function(){return Math.random().toString(36).substring(7).split("").join(".")},$r={INIT:"@@redux/INIT"+Zr(),REPLACE:"@@redux/REPLACE"+Zr(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+Zr()}};function ei(e){if("object"!==typeof e||null===e)return!1;for(var t=e;null!==Object.getPrototypeOf(t);)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t}function ti(e,t,n){var r;if("function"===typeof t&&"function"===typeof n||"function"===typeof n&&"function"===typeof arguments[3])throw new Error(Xr(0));if("function"===typeof t&&"undefined"===typeof n&&(n=t,t=void 0),"undefined"!==typeof n){if("function"!==typeof n)throw new Error(Xr(1));return n(ti)(e,t)}if("function"!==typeof e)throw new Error(Xr(2));var i=e,o=t,a=[],s=a,u=!1;function l(){s===a&&(s=a.slice())}function c(){if(u)throw new Error(Xr(3));return o}function d(e){if("function"!==typeof e)throw new Error(Xr(4));if(u)throw new Error(Xr(5));var t=!0;return l(),s.push(e),function(){if(t){if(u)throw new Error(Xr(6));t=!1,l();var n=s.indexOf(e);s.splice(n,1),a=null}}}function f(e){if(!ei(e))throw new Error(Xr(7));if("undefined"===typeof e.type)throw new Error(Xr(8));if(u)throw new Error(Xr(9));try{u=!0,o=i(o,e)}finally{u=!1}for(var t=a=s,n=0;n<t.length;n++){(0,t[n])()}return e}return f({type:$r.INIT}),(r={dispatch:f,subscribe:d,getState:c,replaceReducer:function(e){if("function"!==typeof e)throw new Error(Xr(10));i=e,f({type:$r.REPLACE})}})[Jr]=function(){var e,t=d;return e={subscribe:function(e){if("object"!==typeof e||null===e)throw new Error(Xr(11));function n(){e.next&&e.next(c())}return n(),{unsubscribe:t(n)}}},e[Jr]=function(){return this},e},r}function ni(e){for(var t=Object.keys(e),n={},r=0;r<t.length;r++){var i=t[r];0,"function"===typeof e[i]&&(n[i]=e[i])}var o,a=Object.keys(n);try{!function(e){Object.keys(e).forEach(function(t){var n=e[t];if("undefined"===typeof n(void 0,{type:$r.INIT}))throw new Error(Xr(12));if("undefined"===typeof n(void 0,{type:$r.PROBE_UNKNOWN_ACTION()}))throw new Error(Xr(13))})}(n)}catch(KF){o=KF}return function(e,t){if(void 0===e&&(e={}),o)throw o;for(var r=!1,i={},s=0;s<a.length;s++){var u=a[s],l=n[u],c=e[u],d=l(c,t);if("undefined"===typeof d){t&&t.type;throw new Error(Xr(14))}i[u]=d,r=r||d!==c}return(r=r||a.length!==Object.keys(e).length)?i:e}}function ri(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return 0===t.length?function(e){return e}:1===t.length?t[0]:t.reduce(function(e,t){return function(){return e(t.apply(void 0,arguments))}})}function ii(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return function(e){return function(){var n=e.apply(void 0,arguments),r=function(){throw new Error(Xr(15))},i={getState:n.getState,dispatch:function(){return r.apply(void 0,arguments)}},o=t.map(function(e){return e(i)});return r=ri.apply(void 0,o)(n.dispatch),J(J({},n),{},{dispatch:r})}}}function oi(e){return function(t){var n=t.dispatch,r=t.getState;return function(t){return function(i){return"function"===typeof i?i(n,r,e):t(i)}}}}var ai=oi();ai.withExtraArgument=oi;const si=ai;var ui=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!==typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),li=function(e,t){var n,r,i,o,a={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]};return o={next:s(0),throw:s(1),return:s(2)},"function"===typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function s(o){return function(s){return function(o){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,r&&(i=2&o[0]?r.return:o[0]?r.throw||((i=r.return)&&i.call(r),0):r.next)&&!(i=i.call(r,o[1])).done)return i;switch(r=0,i&&(o=[2&o[0],i.value]),o[0]){case 0:case 1:i=o;break;case 4:return a.label++,{value:o[1],done:!1};case 5:a.label++,r=o[1],o=[0];continue;case 7:o=a.ops.pop(),a.trys.pop();continue;default:if(!(i=(i=a.trys).length>0&&i[i.length-1])&&(6===o[0]||2===o[0])){a=0;continue}if(3===o[0]&&(!i||o[1]>i[0]&&o[1]<i[3])){a.label=o[1];break}if(6===o[0]&&a.label<i[1]){a.label=i[1],i=o;break}if(i&&a.label<i[2]){a.label=i[2],a.ops.push(o);break}i[2]&&a.ops.pop(),a.trys.pop();continue}o=t.call(e,a)}catch(KF){o=[6,KF],r=0}finally{n=i=0}if(5&o[0])throw o[1];return{value:o[0]?o[1]:void 0,done:!0}}([o,s])}}},ci=function(e,t){for(var n=0,r=t.length,i=e.length;n<r;n++,i++)e[i]=t[n];return e},di=Object.defineProperty,fi=Object.defineProperties,pi=Object.getOwnPropertyDescriptors,hi=Object.getOwnPropertySymbols,mi=Object.prototype.hasOwnProperty,gi=Object.prototype.propertyIsEnumerable,Di=function(e,t,n){return t in e?di(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n},yi=function(e,t){for(var n in t||(t={}))mi.call(t,n)&&Di(e,n,t[n]);if(hi)for(var r=0,i=hi(t);r<i.length;r++){n=i[r];gi.call(t,n)&&Di(e,n,t[n])}return e},vi=function(e,t){return fi(e,pi(t))},Ei=function(e,t,n){return new Promise(function(r,i){var o=function(e){try{s(n.next(e))}catch(KF){i(KF)}},a=function(e){try{s(n.throw(e))}catch(KF){i(KF)}},s=function(e){return e.done?r(e.value):Promise.resolve(e.value).then(o,a)};s((n=n.apply(e,t)).next())})},Ai="undefined"!==typeof window&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(0!==arguments.length)return"object"===typeof arguments[0]?ri:ri.apply(null,arguments)};"undefined"!==typeof window&&window.__REDUX_DEVTOOLS_EXTENSION__&&window.__REDUX_DEVTOOLS_EXTENSION__;function bi(e){if("object"!==typeof e||null===e)return!1;var t=Object.getPrototypeOf(e);if(null===t)return!0;for(var n=t;null!==Object.getPrototypeOf(n);)n=Object.getPrototypeOf(n);return t===n}function _i(e,t){function n(){for(var n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];if(t){var i=t.apply(void 0,n);if(!i)throw new Error("prepareAction did not return an object");return yi(yi({type:e,payload:i.payload},"meta"in i&&{meta:i.meta}),"error"in i&&{error:i.error})}return{type:e,payload:n[0]}}return n.toString=function(){return""+e},n.type=e,n.match=function(t){return t.type===e},n}var Ci=function(e){function t(){for(var n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];var i=e.apply(this,n)||this;return Object.setPrototypeOf(i,t.prototype),i}return ui(t,e),Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return e.prototype.concat.apply(this,t)},t.prototype.prepend=function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];return 1===e.length&&Array.isArray(e[0])?new(t.bind.apply(t,ci([void 0],e[0].concat(this)))):new(t.bind.apply(t,ci([void 0],e.concat(this))))},t}(Array),Ti=function(e){function t(){for(var n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];var i=e.apply(this,n)||this;return Object.setPrototypeOf(i,t.prototype),i}return ui(t,e),Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return e.prototype.concat.apply(this,t)},t.prototype.prepend=function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];return 1===e.length&&Array.isArray(e[0])?new(t.bind.apply(t,ci([void 0],e[0].concat(this)))):new(t.bind.apply(t,ci([void 0],e.concat(this))))},t}(Array);function ki(e){return Jn(e)?Kr(e,function(){}):e}function Fi(){return function(e){return function(e){void 0===e&&(e={});var t=e.thunk,n=void 0===t||t,r=(e.immutableCheck,e.serializableCheck,e.actionCreatorCheck,new Ci);n&&(!function(e){return"boolean"===typeof e}(n)?r.push(si.withExtraArgument(n.extraArgument)):r.push(si));0;return r}(e)}}function Si(e){var t,n={},r=[],i={addCase:function(e,t){var r="string"===typeof e?e:e.type;if(!r)throw new Error("`builder.addCase` cannot be called with an empty action type");if(r in n)throw new Error("`builder.addCase` cannot be called with two reducers for the same action type");return n[r]=t,i},addMatcher:function(e,t){return r.push({matcher:e,reducer:t}),i},addDefaultCase:function(e){return t=e,i}};return e(i),[n,r,t]}function wi(e){var t=e.name;if(!t)throw new Error("`name` is a required option for createSlice");var n,r="function"==typeof e.initialState?e.initialState:ki(e.initialState),i=e.reducers||{},o=Object.keys(i),a={},s={},u={};function l(){var t="function"===typeof e.extraReducers?Si(e.extraReducers):[e.extraReducers],n=t[0],i=void 0===n?{}:n,o=t[1],a=void 0===o?[]:o,u=t[2],l=void 0===u?void 0:u,c=yi(yi({},i),s);return function(e,t,n,r){void 0===n&&(n=[]);var i,o="function"===typeof t?Si(t):[t,n,r],a=o[0],s=o[1],u=o[2];if(function(e){return"function"===typeof e}(e))i=function(){return ki(e())};else{var l=ki(e);i=function(){return l}}function c(e,t){void 0===e&&(e=i());var n=ci([a[t.type]],s.filter(function(e){return(0,e.matcher)(t)}).map(function(e){return e.reducer}));return 0===n.filter(function(e){return!!e}).length&&(n=[u]),n.reduce(function(e,n){if(n){var r;if(Xn(e))return void 0===(r=n(e,t))?e:r;if(Jn(e))return Kr(e,function(e){return n(e,t)});if(void 0===(r=n(e,t))){if(null===e)return e;throw Error("A case reducer on a non-draftable value must not return undefined")}return r}return e},e)}return c.getInitialState=i,c}(r,function(e){for(var t in c)e.addCase(t,c[t]);for(var n=0,r=a;n<r.length;n++){var i=r[n];e.addMatcher(i.matcher,i.reducer)}l&&e.addDefaultCase(l)})}return o.forEach(function(e){var n,r,o=i[e],l=t+"/"+e;"reducer"in o?(n=o.reducer,r=o.prepare):n=o,a[e]=n,s[l]=n,u[e]=r?_i(l,r):_i(l)}),{name:t,reducer:function(e,t){return n||(n=l()),n(e,t)},actions:u,caseReducers:a,getInitialState:function(){return n||(n=l()),n.getInitialState()}}}var xi=function(e){void 0===e&&(e=21);for(var t="",n=e;n--;)t+="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW"[64*Math.random()|0];return t},Oi=["name","message","stack","code"],Ni=function(e,t){this.payload=e,this.meta=t},Bi=function(e,t){this.payload=e,this.meta=t},Ii=function(e){if("object"===typeof e&&null!==e){for(var t={},n=0,r=Oi;n<r.length;n++){var i=r[n];"string"===typeof e[i]&&(t[i]=e[i])}return t}return{message:String(e)}},Pi=function(){function e(e,t,n){var r=_i(e+"/fulfilled",function(e,t,n,r){return{payload:e,meta:vi(yi({},r||{}),{arg:n,requestId:t,requestStatus:"fulfilled"})}}),i=_i(e+"/pending",function(e,t,n){return{payload:void 0,meta:vi(yi({},n||{}),{arg:t,requestId:e,requestStatus:"pending"})}}),o=_i(e+"/rejected",function(e,t,r,i,o){return{payload:i,error:(n&&n.serializeError||Ii)(e||"Rejected"),meta:vi(yi({},o||{}),{arg:r,requestId:t,rejectedWithValue:!!i,requestStatus:"rejected",aborted:"AbortError"===(null==e?void 0:e.name),condition:"ConditionError"===(null==e?void 0:e.name)})}}),a="undefined"!==typeof AbortController?AbortController:function(){function e(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return e.prototype.abort=function(){0},e}();return Object.assign(function(e){return function(s,u,l){var c,d=(null==n?void 0:n.idGenerator)?n.idGenerator(e):xi(),f=new a;function p(e){c=e,f.abort()}var h=function(){return Ei(this,null,function(){var a,h,m,g,D,y;return li(this,function(v){switch(v.label){case 0:return v.trys.push([0,4,,5]),g=null==(a=null==n?void 0:n.condition)?void 0:a.call(n,e,{getState:u,extra:l}),null===(E=g)||"object"!==typeof E||"function"!==typeof E.then?[3,2]:[4,g];case 1:g=v.sent(),v.label=2;case 2:if(!1===g||f.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return D=new Promise(function(e,t){return f.signal.addEventListener("abort",function(){return t({name:"AbortError",message:c||"Aborted"})})}),s(i(d,e,null==(h=null==n?void 0:n.getPendingMeta)?void 0:h.call(n,{requestId:d,arg:e},{getState:u,extra:l}))),[4,Promise.race([D,Promise.resolve(t(e,{dispatch:s,getState:u,extra:l,requestId:d,signal:f.signal,abort:p,rejectWithValue:function(e,t){return new Ni(e,t)},fulfillWithValue:function(e,t){return new Bi(e,t)}})).then(function(t){if(t instanceof Ni)throw t;return t instanceof Bi?r(t.payload,d,e,t.meta):r(t,d,e)})])];case 3:return m=v.sent(),[3,5];case 4:return y=v.sent(),m=y instanceof Ni?o(null,d,e,y.payload,y.meta):o(y,d,e),[3,5];case 5:return n&&!n.dispatchConditionRejection&&o.match(m)&&m.meta.condition||s(m),[2,m]}var E})})}();return Object.assign(h,{abort:p,requestId:d,arg:e,unwrap:function(){return h.then(Ri)}})}},{pending:i,rejected:o,fulfilled:r,typePrefix:e})}return e.withTypes=function(){return e},e}();function Ri(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}Object.assign;var Li="listenerMiddleware";_i(Li+"/add"),_i(Li+"/removeAll"),_i(Li+"/remove");"function"===typeof queueMicrotask&&queueMicrotask.bind("undefined"!==typeof window?window:"undefined"!==typeof n.g?n.g:globalThis);var Mi,ji=function(e){return function(t){setTimeout(t,e)}};"undefined"!==typeof window&&window.requestAnimationFrame?window.requestAnimationFrame:ji(10);xr();var zi=n(854),Ui=n.n(zi);const Hi=class{constructor(e){this.r=e}},Vi="https://adminbm.kharkiv.ua",Gi="https://loyalty.syrve.live",Wi="xHF4P5Oba5JMJJnUju87UwE5jTB0EIB7FlK6yfa8";function Yi(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function qi(e,t){return qi=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},qi(e,t)}function Qi(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&qi(e,t)}function Ki(e,t){if(t&&("object"==s(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return Yi(e)}function Xi(e){return Xi=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},Xi(e)}function Ji(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function Zi(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Ji(Object(n),!0).forEach(function(t){K(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Ji(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}var $i={type:"logger",log:function(e){this.output("log",e)},warn:function(e){this.output("warn",e)},error:function(e){this.output("error",e)},output:function(e,t){console&&console[e]&&console[e].apply(console,t)}},eo=function(){function e(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};a(this,e),this.init(t,n)}return c(e,[{key:"init",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.prefix=t.prefix||"i18next:",this.logger=e||$i,this.options=t,this.debug=t.debug}},{key:"setDebug",value:function(e){this.debug=e}},{key:"log",value:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"log","",!0)}},{key:"warn",value:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"warn","",!0)}},{key:"error",value:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"error","")}},{key:"deprecate",value:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"warn","WARNING DEPRECATED: ",!0)}},{key:"forward",value:function(e,t,n,r){return r&&!this.debug?null:("string"===typeof e[0]&&(e[0]="".concat(n).concat(this.prefix," ").concat(e[0])),this.logger[t](e))}},{key:"create",value:function(t){return new e(this.logger,Zi(Zi({},{prefix:"".concat(this.prefix,":").concat(t,":")}),this.options))}},{key:"clone",value:function(t){return(t=t||this.options).prefix=t.prefix||this.prefix,new e(this.logger,t)}}]),e}(),to=new eo,no=function(){function e(){a(this,e),this.observers={}}return c(e,[{key:"on",value:function(e,t){var n=this;return e.split(" ").forEach(function(e){n.observers[e]=n.observers[e]||[],n.observers[e].push(t)}),this}},{key:"off",value:function(e,t){this.observers[e]&&(t?this.observers[e]=this.observers[e].filter(function(e){return e!==t}):delete this.observers[e])}},{key:"emit",value:function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];this.observers[e]&&[].concat(this.observers[e]).forEach(function(e){e.apply(void 0,n)});this.observers["*"]&&[].concat(this.observers["*"]).forEach(function(t){t.apply(t,[e].concat(n))})}}]),e}();function ro(){var e,t,n=new Promise(function(n,r){e=n,t=r});return n.resolve=e,n.reject=t,n}function io(e){return null==e?"":""+e}function oo(e,t,n){function r(e){return e&&e.indexOf("###")>-1?e.replace(/###/g,"."):e}function i(){return!e||"string"===typeof e}for(var o="string"!==typeof t?[].concat(t):t.split(".");o.length>1;){if(i())return{};var a=r(o.shift());!e[a]&&n&&(e[a]=new n),e=Object.prototype.hasOwnProperty.call(e,a)?e[a]:{}}return i()?{}:{obj:e,k:r(o.shift())}}function ao(e,t,n){var r=oo(e,t,Object);r.obj[r.k]=n}function so(e,t){var n=oo(e,t),r=n.obj,i=n.k;if(r)return r[i]}function uo(e,t,n){var r=so(e,n);return void 0!==r?r:so(t,n)}function lo(e,t,n){for(var r in t)"__proto__"!==r&&"constructor"!==r&&(r in e?"string"===typeof e[r]||e[r]instanceof String||"string"===typeof t[r]||t[r]instanceof String?n&&(e[r]=t[r]):lo(e[r],t[r],n):e[r]=t[r]);return e}function co(e){return e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}var fo={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","/":"&#x2F;"};function po(e){return"string"===typeof e?e.replace(/[&<>"'\/]/g,function(e){return fo[e]}):e}var ho="undefined"!==typeof window&&window.navigator&&"undefined"===typeof window.navigator.userAgentData&&window.navigator.userAgent&&window.navigator.userAgent.indexOf("MSIE")>-1,mo=[" ",",","?","!",";"];function go(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function Do(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?go(Object(n),!0).forEach(function(t){K(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):go(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function yo(e){var t=function(){if("undefined"===typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"===typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(KF){return!1}}();return function(){var n,r=Xi(e);if(t){var i=Xi(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return Ki(this,n)}}function vo(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:".";if(e){if(e[t])return e[t];for(var r=t.split(n),i=e,o=0;o<r.length;++o){if(!i)return;if("string"===typeof i[r[o]]&&o+1<r.length)return;if(void 0===i[r[o]]){for(var a=2,s=r.slice(o,o+a).join(n),u=i[s];void 0===u&&r.length>o+a;)a++,u=i[s=r.slice(o,o+a).join(n)];if(void 0===u)return;if(null===u)return null;if(t.endsWith(s)){if("string"===typeof u)return u;if(s&&"string"===typeof u[s])return u[s]}var l=r.slice(o+a).join(n);return l?vo(u,l,n):void 0}i=i[r[o]]}return i}}var Eo=function(e){Qi(n,e);var t=yo(n);function n(e){var r,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{ns:["translation"],defaultNS:"translation"};return a(this,n),r=t.call(this),ho&&no.call(Yi(r)),r.data=e||{},r.options=i,void 0===r.options.keySeparator&&(r.options.keySeparator="."),void 0===r.options.ignoreJSONStructure&&(r.options.ignoreJSONStructure=!0),r}return c(n,[{key:"addNamespaces",value:function(e){this.options.ns.indexOf(e)<0&&this.options.ns.push(e)}},{key:"removeNamespaces",value:function(e){var t=this.options.ns.indexOf(e);t>-1&&this.options.ns.splice(t,1)}},{key:"getResource",value:function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},i=void 0!==r.keySeparator?r.keySeparator:this.options.keySeparator,o=void 0!==r.ignoreJSONStructure?r.ignoreJSONStructure:this.options.ignoreJSONStructure,a=[e,t];n&&"string"!==typeof n&&(a=a.concat(n)),n&&"string"===typeof n&&(a=a.concat(i?n.split(i):n)),e.indexOf(".")>-1&&(a=e.split("."));var s=so(this.data,a);return s||!o||"string"!==typeof n?s:vo(this.data&&this.data[e]&&this.data[e][t],n,i)}},{key:"addResource",value:function(e,t,n,r){var i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{silent:!1},o=this.options.keySeparator;void 0===o&&(o=".");var a=[e,t];n&&(a=a.concat(o?n.split(o):n)),e.indexOf(".")>-1&&(r=t,t=(a=e.split("."))[1]),this.addNamespaces(t),ao(this.data,a,r),i.silent||this.emit("added",e,t,n,r)}},{key:"addResources",value:function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{silent:!1};for(var i in n)"string"!==typeof n[i]&&"[object Array]"!==Object.prototype.toString.apply(n[i])||this.addResource(e,t,i,n[i],{silent:!0});r.silent||this.emit("added",e,t,n)}},{key:"addResourceBundle",value:function(e,t,n,r,i){var o=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{silent:!1},a=[e,t];e.indexOf(".")>-1&&(r=n,n=t,t=(a=e.split("."))[1]),this.addNamespaces(t);var s=so(this.data,a)||{};r?lo(s,n,i):s=Do(Do({},s),n),ao(this.data,a,s),o.silent||this.emit("added",e,t,n)}},{key:"removeResourceBundle",value:function(e,t){this.hasResourceBundle(e,t)&&delete this.data[e][t],this.removeNamespaces(t),this.emit("removed",e,t)}},{key:"hasResourceBundle",value:function(e,t){return void 0!==this.getResource(e,t)}},{key:"getResourceBundle",value:function(e,t){return t||(t=this.options.defaultNS),"v1"===this.options.compatibilityAPI?Do(Do({},{}),this.getResource(e,t)):this.getResource(e,t)}},{key:"getDataByLanguage",value:function(e){return this.data[e]}},{key:"hasLanguageSomeTranslations",value:function(e){var t=this.getDataByLanguage(e);return!!(t&&Object.keys(t)||[]).find(function(e){return t[e]&&Object.keys(t[e]).length>0})}},{key:"toJSON",value:function(){return this.data}}]),n}(no),Ao={processors:{},addPostProcessor:function(e){this.processors[e.name]=e},handle:function(e,t,n,r,i){var o=this;return e.forEach(function(e){o.processors[e]&&(t=o.processors[e].process(t,n,r,i))}),t}};function bo(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function _o(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?bo(Object(n),!0).forEach(function(t){K(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):bo(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function Co(e){var t=function(){if("undefined"===typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"===typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(KF){return!1}}();return function(){var n,r=Xi(e);if(t){var i=Xi(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return Ki(this,n)}}var To={},ko=function(e){Qi(n,e);var t=Co(n);function n(e){var r,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return a(this,n),r=t.call(this),ho&&no.call(Yi(r)),function(e,t,n){e.forEach(function(e){t[e]&&(n[e]=t[e])})}(["resourceStore","languageUtils","pluralResolver","interpolator","backendConnector","i18nFormat","utils"],e,Yi(r)),r.options=i,void 0===r.options.keySeparator&&(r.options.keySeparator="."),r.logger=to.create("translator"),r}return c(n,[{key:"changeLanguage",value:function(e){e&&(this.language=e)}},{key:"exists",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{interpolation:{}};if(void 0===e||null===e)return!1;var n=this.resolve(e,t);return n&&void 0!==n.res}},{key:"extractFromKey",value:function(e,t){var n=void 0!==t.nsSeparator?t.nsSeparator:this.options.nsSeparator;void 0===n&&(n=":");var r=void 0!==t.keySeparator?t.keySeparator:this.options.keySeparator,i=t.ns||this.options.defaultNS||[],o=n&&e.indexOf(n)>-1,a=!this.options.userDefinedKeySeparator&&!t.keySeparator&&!this.options.userDefinedNsSeparator&&!t.nsSeparator&&!function(e,t,n){t=t||"",n=n||"";var r=mo.filter(function(e){return t.indexOf(e)<0&&n.indexOf(e)<0});if(0===r.length)return!0;var i=new RegExp("(".concat(r.map(function(e){return"?"===e?"\\?":e}).join("|"),")")),o=!i.test(e);if(!o){var a=e.indexOf(n);a>0&&!i.test(e.substring(0,a))&&(o=!0)}return o}(e,n,r);if(o&&!a){var s=e.match(this.interpolator.nestingRegexp);if(s&&s.length>0)return{key:e,namespaces:i};var u=e.split(n);(n!==r||n===r&&this.options.ns.indexOf(u[0])>-1)&&(i=u.shift()),e=u.join(r)}return"string"===typeof i&&(i=[i]),{key:e,namespaces:i}}},{key:"translate",value:function(e,t,r){var i=this;if("object"!==s(t)&&this.options.overloadTranslationOptionHandler&&(t=this.options.overloadTranslationOptionHandler(arguments)),t||(t={}),void 0===e||null===e)return"";Array.isArray(e)||(e=[String(e)]);var o=void 0!==t.returnDetails?t.returnDetails:this.options.returnDetails,a=void 0!==t.keySeparator?t.keySeparator:this.options.keySeparator,u=this.extractFromKey(e[e.length-1],t),l=u.key,c=u.namespaces,d=c[c.length-1],f=t.lng||this.language,p=t.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if(f&&"cimode"===f.toLowerCase()){if(p){var h=t.nsSeparator||this.options.nsSeparator;return o?(m.res="".concat(d).concat(h).concat(l),m):"".concat(d).concat(h).concat(l)}return o?(m.res=l,m):l}var m=this.resolve(e,t),g=m&&m.res,D=m&&m.usedKey||l,y=m&&m.exactUsedKey||l,v=Object.prototype.toString.apply(g),E=void 0!==t.joinArrays?t.joinArrays:this.options.joinArrays,A=!this.i18nFormat||this.i18nFormat.handleAsObject;if(A&&g&&("string"!==typeof g&&"boolean"!==typeof g&&"number"!==typeof g)&&["[object Number]","[object Function]","[object RegExp]"].indexOf(v)<0&&("string"!==typeof E||"[object Array]"!==v)){if(!t.returnObjects&&!this.options.returnObjects){this.options.returnedObjectHandler||this.logger.warn("accessing an object - but returnObjects options is not enabled!");var b=this.options.returnedObjectHandler?this.options.returnedObjectHandler(D,g,_o(_o({},t),{},{ns:c})):"key '".concat(l," (").concat(this.language,")' returned an object instead of string.");return o?(m.res=b,m):b}if(a){var _="[object Array]"===v,C=_?[]:{},T=_?y:D;for(var k in g)if(Object.prototype.hasOwnProperty.call(g,k)){var F="".concat(T).concat(a).concat(k);C[k]=this.translate(F,_o(_o({},t),{joinArrays:!1,ns:c})),C[k]===F&&(C[k]=g[k])}g=C}}else if(A&&"string"===typeof E&&"[object Array]"===v)(g=g.join(E))&&(g=this.extendTranslation(g,e,t,r));else{var S=!1,w=!1,x=void 0!==t.count&&"string"!==typeof t.count,O=n.hasDefaultValue(t),N=x?this.pluralResolver.getSuffix(f,t.count,t):"",B=t["defaultValue".concat(N)]||t.defaultValue;!this.isValidLookup(g)&&O&&(S=!0,g=B),this.isValidLookup(g)||(w=!0,g=l);var I=(t.missingKeyNoValueFallbackToKey||this.options.missingKeyNoValueFallbackToKey)&&w?void 0:g,P=O&&B!==g&&this.options.updateMissing;if(w||S||P){if(this.logger.log(P?"updateKey":"missingKey",f,d,l,P?B:g),a){var R=this.resolve(l,_o(_o({},t),{},{keySeparator:!1}));R&&R.res&&this.logger.warn("Seems the loaded translations were in flat JSON format instead of nested. Either set keySeparator: false on init or make sure your translations are published in nested format.")}var L=[],M=this.languageUtils.getFallbackCodes(this.options.fallbackLng,t.lng||this.language);if("fallback"===this.options.saveMissingTo&&M&&M[0])for(var j=0;j<M.length;j++)L.push(M[j]);else"all"===this.options.saveMissingTo?L=this.languageUtils.toResolveHierarchy(t.lng||this.language):L.push(t.lng||this.language);var z=function(e,n,r){var o=O&&r!==g?r:I;i.options.missingKeyHandler?i.options.missingKeyHandler(e,d,n,o,P,t):i.backendConnector&&i.backendConnector.saveMissing&&i.backendConnector.saveMissing(e,d,n,o,P,t),i.emit("missingKey",e,d,n,g)};this.options.saveMissing&&(this.options.saveMissingPlurals&&x?L.forEach(function(e){i.pluralResolver.getSuffixes(e,t).forEach(function(n){z([e],l+n,t["defaultValue".concat(n)]||B)})}):z(L,l,B))}g=this.extendTranslation(g,e,t,m,r),w&&g===l&&this.options.appendNamespaceToMissingKey&&(g="".concat(d,":").concat(l)),(w||S)&&this.options.parseMissingKeyHandler&&(g="v1"!==this.options.compatibilityAPI?this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey?"".concat(d,":").concat(l):l,S?g:void 0):this.options.parseMissingKeyHandler(g))}return o?(m.res=g,m):g}},{key:"extendTranslation",value:function(e,t,n,r,i){var o=this;if(this.i18nFormat&&this.i18nFormat.parse)e=this.i18nFormat.parse(e,_o(_o({},this.options.interpolation.defaultVariables),n),r.usedLng,r.usedNS,r.usedKey,{resolved:r});else if(!n.skipInterpolation){n.interpolation&&this.interpolator.init(_o(_o({},n),{interpolation:_o(_o({},this.options.interpolation),n.interpolation)}));var a,s="string"===typeof e&&(n&&n.interpolation&&void 0!==n.interpolation.skipOnVariables?n.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables);if(s){var u=e.match(this.interpolator.nestingRegexp);a=u&&u.length}var l=n.replace&&"string"!==typeof n.replace?n.replace:n;if(this.options.interpolation.defaultVariables&&(l=_o(_o({},this.options.interpolation.defaultVariables),l)),e=this.interpolator.interpolate(e,l,n.lng||this.language,n),s){var c=e.match(this.interpolator.nestingRegexp);a<(c&&c.length)&&(n.nest=!1)}!1!==n.nest&&(e=this.interpolator.nest(e,function(){for(var e=arguments.length,r=new Array(e),a=0;a<e;a++)r[a]=arguments[a];return i&&i[0]===r[0]&&!n.context?(o.logger.warn("It seems you are nesting recursively key: ".concat(r[0]," in key: ").concat(t[0])),null):o.translate.apply(o,r.concat([t]))},n)),n.interpolation&&this.interpolator.reset()}var d=n.postProcess||this.options.postProcess,f="string"===typeof d?[d]:d;return void 0!==e&&null!==e&&f&&f.length&&!1!==n.applyPostProcessor&&(e=Ao.handle(f,e,t,this.options&&this.options.postProcessPassResolved?_o({i18nResolved:r},n):n,this)),e}},{key:"resolve",value:function(e){var t,n,r,i,o,a=this,s=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return"string"===typeof e&&(e=[e]),e.forEach(function(e){if(!a.isValidLookup(t)){var u=a.extractFromKey(e,s),l=u.key;n=l;var c=u.namespaces;a.options.fallbackNS&&(c=c.concat(a.options.fallbackNS));var d=void 0!==s.count&&"string"!==typeof s.count,f=d&&!s.ordinal&&0===s.count&&a.pluralResolver.shouldUseIntlApi(),p=void 0!==s.context&&("string"===typeof s.context||"number"===typeof s.context)&&""!==s.context,h=s.lngs?s.lngs:a.languageUtils.toResolveHierarchy(s.lng||a.language,s.fallbackLng);c.forEach(function(e){a.isValidLookup(t)||(o=e,!To["".concat(h[0],"-").concat(e)]&&a.utils&&a.utils.hasLoadedNamespace&&!a.utils.hasLoadedNamespace(o)&&(To["".concat(h[0],"-").concat(e)]=!0,a.logger.warn('key "'.concat(n,'" for languages "').concat(h.join(", "),'" won\'t get resolved as namespace "').concat(o,'" was not yet loaded'),"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")),h.forEach(function(n){if(!a.isValidLookup(t)){i=n;var o,u=[l];if(a.i18nFormat&&a.i18nFormat.addLookupKeys)a.i18nFormat.addLookupKeys(u,l,n,e,s);else{var c;d&&(c=a.pluralResolver.getSuffix(n,s.count,s));var h="".concat(a.options.pluralSeparator,"zero");if(d&&(u.push(l+c),f&&u.push(l+h)),p){var m="".concat(l).concat(a.options.contextSeparator).concat(s.context);u.push(m),d&&(u.push(m+c),f&&u.push(m+h))}}for(;o=u.pop();)a.isValidLookup(t)||(r=o,t=a.getResource(n,e,o,s))}}))})}}),{res:t,usedKey:n,exactUsedKey:r,usedLng:i,usedNS:o}}},{key:"isValidLookup",value:function(e){return void 0!==e&&!(!this.options.returnNull&&null===e)&&!(!this.options.returnEmptyString&&""===e)}},{key:"getResource",value:function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return this.i18nFormat&&this.i18nFormat.getResource?this.i18nFormat.getResource(e,t,n,r):this.resourceStore.getResource(e,t,n,r)}}],[{key:"hasDefaultValue",value:function(e){var t="defaultValue";for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)&&t===n.substring(0,12)&&void 0!==e[n])return!0;return!1}}]),n}(no);function Fo(e){return e.charAt(0).toUpperCase()+e.slice(1)}var So=function(){function e(t){a(this,e),this.options=t,this.supportedLngs=this.options.supportedLngs||!1,this.logger=to.create("languageUtils")}return c(e,[{key:"getScriptPartFromCode",value:function(e){if(!e||e.indexOf("-")<0)return null;var t=e.split("-");return 2===t.length?null:(t.pop(),"x"===t[t.length-1].toLowerCase()?null:this.formatLanguageCode(t.join("-")))}},{key:"getLanguagePartFromCode",value:function(e){if(!e||e.indexOf("-")<0)return e;var t=e.split("-");return this.formatLanguageCode(t[0])}},{key:"formatLanguageCode",value:function(e){if("string"===typeof e&&e.indexOf("-")>-1){var t=["hans","hant","latn","cyrl","cans","mong","arab"],n=e.split("-");return this.options.lowerCaseLng?n=n.map(function(e){return e.toLowerCase()}):2===n.length?(n[0]=n[0].toLowerCase(),n[1]=n[1].toUpperCase(),t.indexOf(n[1].toLowerCase())>-1&&(n[1]=Fo(n[1].toLowerCase()))):3===n.length&&(n[0]=n[0].toLowerCase(),2===n[1].length&&(n[1]=n[1].toUpperCase()),"sgn"!==n[0]&&2===n[2].length&&(n[2]=n[2].toUpperCase()),t.indexOf(n[1].toLowerCase())>-1&&(n[1]=Fo(n[1].toLowerCase())),t.indexOf(n[2].toLowerCase())>-1&&(n[2]=Fo(n[2].toLowerCase()))),n.join("-")}return this.options.cleanCode||this.options.lowerCaseLng?e.toLowerCase():e}},{key:"isSupportedCode",value:function(e){return("languageOnly"===this.options.load||this.options.nonExplicitSupportedLngs)&&(e=this.getLanguagePartFromCode(e)),!this.supportedLngs||!this.supportedLngs.length||this.supportedLngs.indexOf(e)>-1}},{key:"getBestMatchFromCodes",value:function(e){var t,n=this;return e?(e.forEach(function(e){if(!t){var r=n.formatLanguageCode(e);n.options.supportedLngs&&!n.isSupportedCode(r)||(t=r)}}),!t&&this.options.supportedLngs&&e.forEach(function(e){if(!t){var r=n.getLanguagePartFromCode(e);if(n.isSupportedCode(r))return t=r;t=n.options.supportedLngs.find(function(e){if(0===e.indexOf(r))return e})}}),t||(t=this.getFallbackCodes(this.options.fallbackLng)[0]),t):null}},{key:"getFallbackCodes",value:function(e,t){if(!e)return[];if("function"===typeof e&&(e=e(t)),"string"===typeof e&&(e=[e]),"[object Array]"===Object.prototype.toString.apply(e))return e;if(!t)return e.default||[];var n=e[t];return n||(n=e[this.getScriptPartFromCode(t)]),n||(n=e[this.formatLanguageCode(t)]),n||(n=e[this.getLanguagePartFromCode(t)]),n||(n=e.default),n||[]}},{key:"toResolveHierarchy",value:function(e,t){var n=this,r=this.getFallbackCodes(t||this.options.fallbackLng||[],e),i=[],o=function(e){e&&(n.isSupportedCode(e)?i.push(e):n.logger.warn("rejecting language code not found in supportedLngs: ".concat(e)))};return"string"===typeof e&&e.indexOf("-")>-1?("languageOnly"!==this.options.load&&o(this.formatLanguageCode(e)),"languageOnly"!==this.options.load&&"currentOnly"!==this.options.load&&o(this.getScriptPartFromCode(e)),"currentOnly"!==this.options.load&&o(this.getLanguagePartFromCode(e))):"string"===typeof e&&o(this.formatLanguageCode(e)),r.forEach(function(e){i.indexOf(e)<0&&o(n.formatLanguageCode(e))}),i}}]),e}(),wo=[{lngs:["ach","ak","am","arn","br","fil","gun","ln","mfe","mg","mi","oc","pt","pt-BR","tg","tl","ti","tr","uz","wa"],nr:[1,2],fc:1},{lngs:["af","an","ast","az","bg","bn","ca","da","de","dev","el","en","eo","es","et","eu","fi","fo","fur","fy","gl","gu","ha","hi","hu","hy","ia","it","kk","kn","ku","lb","mai","ml","mn","mr","nah","nap","nb","ne","nl","nn","no","nso","pa","pap","pms","ps","pt-PT","rm","sco","se","si","so","son","sq","sv","sw","ta","te","tk","ur","yo"],nr:[1,2],fc:2},{lngs:["ay","bo","cgg","fa","ht","id","ja","jbo","ka","km","ko","ky","lo","ms","sah","su","th","tt","ug","vi","wo","zh"],nr:[1],fc:3},{lngs:["be","bs","cnr","dz","hr","ru","sr","uk"],nr:[1,2,5],fc:4},{lngs:["ar"],nr:[0,1,2,3,11,100],fc:5},{lngs:["cs","sk"],nr:[1,2,5],fc:6},{lngs:["csb","pl"],nr:[1,2,5],fc:7},{lngs:["cy"],nr:[1,2,3,8],fc:8},{lngs:["fr"],nr:[1,2],fc:9},{lngs:["ga"],nr:[1,2,3,7,11],fc:10},{lngs:["gd"],nr:[1,2,3,20],fc:11},{lngs:["is"],nr:[1,2],fc:12},{lngs:["jv"],nr:[0,1],fc:13},{lngs:["kw"],nr:[1,2,3,4],fc:14},{lngs:["lt"],nr:[1,2,10],fc:15},{lngs:["lv"],nr:[1,2,0],fc:16},{lngs:["mk"],nr:[1,2],fc:17},{lngs:["mnk"],nr:[0,1,2],fc:18},{lngs:["mt"],nr:[1,2,11,20],fc:19},{lngs:["or"],nr:[2,1],fc:2},{lngs:["ro"],nr:[1,2,20],fc:20},{lngs:["sl"],nr:[5,1,2,3],fc:21},{lngs:["he","iw"],nr:[1,2,20,21],fc:22}],xo={1:function(e){return Number(e>1)},2:function(e){return Number(1!=e)},3:function(e){return 0},4:function(e){return Number(e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2)},5:function(e){return Number(0==e?0:1==e?1:2==e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5)},6:function(e){return Number(1==e?0:e>=2&&e<=4?1:2)},7:function(e){return Number(1==e?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2)},8:function(e){return Number(1==e?0:2==e?1:8!=e&&11!=e?2:3)},9:function(e){return Number(e>=2)},10:function(e){return Number(1==e?0:2==e?1:e<7?2:e<11?3:4)},11:function(e){return Number(1==e||11==e?0:2==e||12==e?1:e>2&&e<20?2:3)},12:function(e){return Number(e%10!=1||e%100==11)},13:function(e){return Number(0!==e)},14:function(e){return Number(1==e?0:2==e?1:3==e?2:3)},15:function(e){return Number(e%10==1&&e%100!=11?0:e%10>=2&&(e%100<10||e%100>=20)?1:2)},16:function(e){return Number(e%10==1&&e%100!=11?0:0!==e?1:2)},17:function(e){return Number(1==e||e%10==1&&e%100!=11?0:1)},18:function(e){return Number(0==e?0:1==e?1:2)},19:function(e){return Number(1==e?0:0==e||e%100>1&&e%100<11?1:e%100>10&&e%100<20?2:3)},20:function(e){return Number(1==e?0:0==e||e%100>0&&e%100<20?1:2)},21:function(e){return Number(e%100==1?1:e%100==2?2:e%100==3||e%100==4?3:0)},22:function(e){return Number(1==e?0:2==e?1:(e<0||e>10)&&e%10==0?2:3)}},Oo=["v1","v2","v3"],No={zero:0,one:1,two:2,few:3,many:4,other:5};var Bo=function(){function e(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};a(this,e),this.languageUtils=t,this.options=n,this.logger=to.create("pluralResolver"),this.options.compatibilityJSON&&"v4"!==this.options.compatibilityJSON||"undefined"!==typeof Intl&&Intl.PluralRules||(this.options.compatibilityJSON="v3",this.logger.error("Your environment seems not to be Intl API compatible, use an Intl.PluralRules polyfill. Will fallback to the compatibilityJSON v3 format handling.")),this.rules=function(){var e={};return wo.forEach(function(t){t.lngs.forEach(function(n){e[n]={numbers:t.nr,plurals:xo[t.fc]}})}),e}()}return c(e,[{key:"addRule",value:function(e,t){this.rules[e]=t}},{key:"getRule",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(this.shouldUseIntlApi())try{return new Intl.PluralRules(e,{type:t.ordinal?"ordinal":"cardinal"})}catch(n){return}return this.rules[e]||this.rules[this.languageUtils.getLanguagePartFromCode(e)]}},{key:"needsPlural",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=this.getRule(e,t);return this.shouldUseIntlApi()?n&&n.resolvedOptions().pluralCategories.length>1:n&&n.numbers.length>1}},{key:"getPluralFormsOfKey",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return this.getSuffixes(e,n).map(function(e){return"".concat(t).concat(e)})}},{key:"getSuffixes",value:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=this.getRule(e,n);return r?this.shouldUseIntlApi()?r.resolvedOptions().pluralCategories.sort(function(e,t){return No[e]-No[t]}).map(function(e){return"".concat(t.options.prepend).concat(e)}):r.numbers.map(function(r){return t.getSuffix(e,r,n)}):[]}},{key:"getSuffix",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=this.getRule(e,n);return r?this.shouldUseIntlApi()?"".concat(this.options.prepend).concat(r.select(t)):this.getSuffixRetroCompatible(r,t):(this.logger.warn("no plural rule found for: ".concat(e)),"")}},{key:"getSuffixRetroCompatible",value:function(e,t){var n=this,r=e.noAbs?e.plurals(t):e.plurals(Math.abs(t)),i=e.numbers[r];this.options.simplifyPluralSuffix&&2===e.numbers.length&&1===e.numbers[0]&&(2===i?i="plural":1===i&&(i=""));var o=function(){return n.options.prepend&&i.toString()?n.options.prepend+i.toString():i.toString()};return"v1"===this.options.compatibilityJSON?1===i?"":"number"===typeof i?"_plural_".concat(i.toString()):o():"v2"===this.options.compatibilityJSON||this.options.simplifyPluralSuffix&&2===e.numbers.length&&1===e.numbers[0]?o():this.options.prepend&&r.toString()?this.options.prepend+r.toString():r.toString()}},{key:"shouldUseIntlApi",value:function(){return!Oo.includes(this.options.compatibilityJSON)}}]),e}();function Io(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function Po(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Io(Object(n),!0).forEach(function(t){K(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Io(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}var Ro=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};a(this,e),this.logger=to.create("interpolator"),this.options=t,this.format=t.interpolation&&t.interpolation.format||function(e){return e},this.init(t)}return c(e,[{key:"init",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e.interpolation||(e.interpolation={escapeValue:!0});var t=e.interpolation;this.escape=void 0!==t.escape?t.escape:po,this.escapeValue=void 0===t.escapeValue||t.escapeValue,this.useRawValueToEscape=void 0!==t.useRawValueToEscape&&t.useRawValueToEscape,this.prefix=t.prefix?co(t.prefix):t.prefixEscaped||"{{",this.suffix=t.suffix?co(t.suffix):t.suffixEscaped||"}}",this.formatSeparator=t.formatSeparator?t.formatSeparator:t.formatSeparator||",",this.unescapePrefix=t.unescapeSuffix?"":t.unescapePrefix||"-",this.unescapeSuffix=this.unescapePrefix?"":t.unescapeSuffix||"",this.nestingPrefix=t.nestingPrefix?co(t.nestingPrefix):t.nestingPrefixEscaped||co("$t("),this.nestingSuffix=t.nestingSuffix?co(t.nestingSuffix):t.nestingSuffixEscaped||co(")"),this.nestingOptionsSeparator=t.nestingOptionsSeparator?t.nestingOptionsSeparator:t.nestingOptionsSeparator||",",this.maxReplaces=t.maxReplaces?t.maxReplaces:1e3,this.alwaysFormat=void 0!==t.alwaysFormat&&t.alwaysFormat,this.resetRegExp()}},{key:"reset",value:function(){this.options&&this.init(this.options)}},{key:"resetRegExp",value:function(){var e="".concat(this.prefix,"(.+?)").concat(this.suffix);this.regexp=new RegExp(e,"g");var t="".concat(this.prefix).concat(this.unescapePrefix,"(.+?)").concat(this.unescapeSuffix).concat(this.suffix);this.regexpUnescape=new RegExp(t,"g");var n="".concat(this.nestingPrefix,"(.+?)").concat(this.nestingSuffix);this.nestingRegexp=new RegExp(n,"g")}},{key:"interpolate",value:function(e,t,n,r){var i,o,a,s=this,u=this.options&&this.options.interpolation&&this.options.interpolation.defaultVariables||{};function l(e){return e.replace(/\$/g,"$$$$")}var c=function(e){if(e.indexOf(s.formatSeparator)<0){var i=uo(t,u,e);return s.alwaysFormat?s.format(i,void 0,n,Po(Po(Po({},r),t),{},{interpolationkey:e})):i}var o=e.split(s.formatSeparator),a=o.shift().trim(),l=o.join(s.formatSeparator).trim();return s.format(uo(t,u,a),l,n,Po(Po(Po({},r),t),{},{interpolationkey:a}))};this.resetRegExp();var d=r&&r.missingInterpolationHandler||this.options.missingInterpolationHandler,f=r&&r.interpolation&&void 0!==r.interpolation.skipOnVariables?r.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables;return[{regex:this.regexpUnescape,safeValue:function(e){return l(e)}},{regex:this.regexp,safeValue:function(e){return s.escapeValue?l(s.escape(e)):l(e)}}].forEach(function(t){for(a=0;i=t.regex.exec(e);){var n=i[1].trim();if(void 0===(o=c(n)))if("function"===typeof d){var u=d(e,i,r);o="string"===typeof u?u:""}else if(r&&r.hasOwnProperty(n))o="";else{if(f){o=i[0];continue}s.logger.warn("missed to pass in variable ".concat(n," for interpolating ").concat(e)),o=""}else"string"===typeof o||s.useRawValueToEscape||(o=io(o));var l=t.safeValue(o);if(e=e.replace(i[0],l),f?(t.regex.lastIndex+=o.length,t.regex.lastIndex-=i[0].length):t.regex.lastIndex=0,++a>=s.maxReplaces)break}}),e}},{key:"nest",value:function(e,t){var n,r,i=this,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},a=Po({},o);function s(e,t){var n=this.nestingOptionsSeparator;if(e.indexOf(n)<0)return e;var r=e.split(new RegExp("".concat(n,"[ ]*{"))),i="{".concat(r[1]);e=r[0];var o=(i=this.interpolate(i,a)).match(/'/g),s=i.match(/"/g);(o&&o.length%2===0&&!s||s.length%2!==0)&&(i=i.replace(/'/g,'"'));try{a=JSON.parse(i),t&&(a=Po(Po({},t),a))}catch(KF){return this.logger.warn("failed parsing options string in nesting for key ".concat(e),KF),"".concat(e).concat(n).concat(i)}return delete a.defaultValue,e}for(a.applyPostProcessor=!1,delete a.defaultValue;n=this.nestingRegexp.exec(e);){var u=[],l=!1;if(-1!==n[0].indexOf(this.formatSeparator)&&!/{.*}/.test(n[1])){var c=n[1].split(this.formatSeparator).map(function(e){return e.trim()});n[1]=c.shift(),u=c,l=!0}if((r=t(s.call(this,n[1].trim(),a),a))&&n[0]===e&&"string"!==typeof r)return r;"string"!==typeof r&&(r=io(r)),r||(this.logger.warn("missed to resolve ".concat(n[1]," for nesting ").concat(e)),r=""),l&&(r=u.reduce(function(e,t){return i.format(e,t,o.lng,Po(Po({},o),{},{interpolationkey:n[1].trim()}))},r.trim())),e=e.replace(n[0],r),this.regexp.lastIndex=0}return e}}]),e}();function Lo(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function Mo(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Lo(Object(n),!0).forEach(function(t){K(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Lo(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function jo(e){var t={};return function(n,r,i){var o=r+JSON.stringify(i),a=t[o];return a||(a=e(r,i),t[o]=a),a(n)}}var zo=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};a(this,e),this.logger=to.create("formatter"),this.options=t,this.formats={number:jo(function(e,t){var n=new Intl.NumberFormat(e,t);return function(e){return n.format(e)}}),currency:jo(function(e,t){var n=new Intl.NumberFormat(e,Mo(Mo({},t),{},{style:"currency"}));return function(e){return n.format(e)}}),datetime:jo(function(e,t){var n=new Intl.DateTimeFormat(e,Mo({},t));return function(e){return n.format(e)}}),relativetime:jo(function(e,t){var n=new Intl.RelativeTimeFormat(e,Mo({},t));return function(e){return n.format(e,t.range||"day")}}),list:jo(function(e,t){var n=new Intl.ListFormat(e,Mo({},t));return function(e){return n.format(e)}})},this.init(t)}return c(e,[{key:"init",value:function(e){var t=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{interpolation:{}}).interpolation;this.formatSeparator=t.formatSeparator?t.formatSeparator:t.formatSeparator||","}},{key:"add",value:function(e,t){this.formats[e.toLowerCase().trim()]=t}},{key:"addCached",value:function(e,t){this.formats[e.toLowerCase().trim()]=jo(t)}},{key:"format",value:function(e,t,n,r){var i=this,o=t.split(this.formatSeparator).reduce(function(e,t){var o=function(e){var t=e.toLowerCase().trim(),n={};if(e.indexOf("(")>-1){var r=e.split("(");t=r[0].toLowerCase().trim();var i=r[1].substring(0,r[1].length-1);"currency"===t&&i.indexOf(":")<0?n.currency||(n.currency=i.trim()):"relativetime"===t&&i.indexOf(":")<0?n.range||(n.range=i.trim()):i.split(";").forEach(function(e){if(e){var t=rt(e.split(":")),r=t[0],i=t.slice(1).join(":").trim().replace(/^'+|'+$/g,"");n[r.trim()]||(n[r.trim()]=i),"false"===i&&(n[r.trim()]=!1),"true"===i&&(n[r.trim()]=!0),isNaN(i)||(n[r.trim()]=parseInt(i,10))}})}return{formatName:t,formatOptions:n}}(t),a=o.formatName,s=o.formatOptions;if(i.formats[a]){var u=e;try{var l=r&&r.formatParams&&r.formatParams[r.interpolationkey]||{},c=l.locale||l.lng||r.locale||r.lng||n;u=i.formats[a](e,c,Mo(Mo(Mo({},s),r),l))}catch(d){i.logger.warn(d)}return u}return i.logger.warn("there was no format function for ".concat(a)),e},e);return o}}]),e}();function Uo(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function Ho(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Uo(Object(n),!0).forEach(function(t){K(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Uo(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function Vo(e){var t=function(){if("undefined"===typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"===typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(KF){return!1}}();return function(){var n,r=Xi(e);if(t){var i=Xi(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return Ki(this,n)}}var Go=function(e){Qi(n,e);var t=Vo(n);function n(e,r,i){var o,s=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return a(this,n),o=t.call(this),ho&&no.call(Yi(o)),o.backend=e,o.store=r,o.services=i,o.languageUtils=i.languageUtils,o.options=s,o.logger=to.create("backendConnector"),o.waitingReads=[],o.maxParallelReads=s.maxParallelReads||10,o.readingCalls=0,o.maxRetries=s.maxRetries>=0?s.maxRetries:5,o.retryTimeout=s.retryTimeout>=1?s.retryTimeout:350,o.state={},o.queue=[],o.backend&&o.backend.init&&o.backend.init(i,s.backend,s),o}return c(n,[{key:"queueLoad",value:function(e,t,n,r){var i=this,o={},a={},s={},u={};return e.forEach(function(e){var r=!0;t.forEach(function(t){var s="".concat(e,"|").concat(t);!n.reload&&i.store.hasResourceBundle(e,t)?i.state[s]=2:i.state[s]<0||(1===i.state[s]?void 0===a[s]&&(a[s]=!0):(i.state[s]=1,r=!1,void 0===a[s]&&(a[s]=!0),void 0===o[s]&&(o[s]=!0),void 0===u[t]&&(u[t]=!0)))}),r||(s[e]=!0)}),(Object.keys(o).length||Object.keys(a).length)&&this.queue.push({pending:a,pendingCount:Object.keys(a).length,loaded:{},errors:[],callback:r}),{toLoad:Object.keys(o),pending:Object.keys(a),toLoadLanguages:Object.keys(s),toLoadNamespaces:Object.keys(u)}}},{key:"loaded",value:function(e,t,n){var r=e.split("|"),i=r[0],o=r[1];t&&this.emit("failedLoading",i,o,t),n&&this.store.addResourceBundle(i,o,n),this.state[e]=t?-1:2;var a={};this.queue.forEach(function(n){!function(e,t,n,r){var i=oo(e,t,Object),o=i.obj,a=i.k;o[a]=o[a]||[],r&&(o[a]=o[a].concat(n)),r||o[a].push(n)}(n.loaded,[i],o),function(e,t){void 0!==e.pending[t]&&(delete e.pending[t],e.pendingCount--)}(n,e),t&&n.errors.push(t),0!==n.pendingCount||n.done||(Object.keys(n.loaded).forEach(function(e){a[e]||(a[e]={});var t=n.loaded[e];t.length&&t.forEach(function(t){void 0===a[e][t]&&(a[e][t]=!0)})}),n.done=!0,n.errors.length?n.callback(n.errors):n.callback())}),this.emit("loaded",a),this.queue=this.queue.filter(function(e){return!e.done})}},{key:"read",value:function(e,t,n){var r=this,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:this.retryTimeout,a=arguments.length>5?arguments[5]:void 0;return e.length?this.readingCalls>=this.maxParallelReads?void this.waitingReads.push({lng:e,ns:t,fcName:n,tried:i,wait:o,callback:a}):(this.readingCalls++,this.backend[n](e,t,function(s,u){if(r.readingCalls--,r.waitingReads.length>0){var l=r.waitingReads.shift();r.read(l.lng,l.ns,l.fcName,l.tried,l.wait,l.callback)}s&&u&&i<r.maxRetries?setTimeout(function(){r.read.call(r,e,t,n,i+1,2*o,a)},o):a(s,u)})):a(null,{})}},{key:"prepareLoading",value:function(e,t){var n=this,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=arguments.length>3?arguments[3]:void 0;if(!this.backend)return this.logger.warn("No backend was added via i18next.use. Will not load resources."),i&&i();"string"===typeof e&&(e=this.languageUtils.toResolveHierarchy(e)),"string"===typeof t&&(t=[t]);var o=this.queueLoad(e,t,r,i);if(!o.toLoad.length)return o.pending.length||i(),null;o.toLoad.forEach(function(e){n.loadOne(e)})}},{key:"load",value:function(e,t,n){this.prepareLoading(e,t,{},n)}},{key:"reload",value:function(e,t,n){this.prepareLoading(e,t,{reload:!0},n)}},{key:"loadOne",value:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",r=e.split("|"),i=r[0],o=r[1];this.read(i,o,"read",void 0,void 0,function(r,a){r&&t.logger.warn("".concat(n,"loading namespace ").concat(o," for language ").concat(i," failed"),r),!r&&a&&t.logger.log("".concat(n,"loaded namespace ").concat(o," for language ").concat(i),a),t.loaded(e,r,a)})}},{key:"saveMissing",value:function(e,t,n,r,i){var o=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{};this.services.utils&&this.services.utils.hasLoadedNamespace&&!this.services.utils.hasLoadedNamespace(t)?this.logger.warn('did not save key "'.concat(n,'" as the namespace "').concat(t,'" was not yet loaded'),"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!"):void 0!==n&&null!==n&&""!==n&&(this.backend&&this.backend.create&&this.backend.create(e,t,n,r,null,Ho(Ho({},o),{},{isUpdate:i})),e&&e[0]&&this.store.addResource(e[0],t,n,r))}}]),n}(no);function Wo(e){return"string"===typeof e.ns&&(e.ns=[e.ns]),"string"===typeof e.fallbackLng&&(e.fallbackLng=[e.fallbackLng]),"string"===typeof e.fallbackNS&&(e.fallbackNS=[e.fallbackNS]),e.supportedLngs&&e.supportedLngs.indexOf("cimode")<0&&(e.supportedLngs=e.supportedLngs.concat(["cimode"])),e}function Yo(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function qo(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Yo(Object(n),!0).forEach(function(t){K(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Yo(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function Qo(e){var t=function(){if("undefined"===typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"===typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(KF){return!1}}();return function(){var n,r=Xi(e);if(t){var i=Xi(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return Ki(this,n)}}function Ko(){}var Xo=function(e){Qi(n,e);var t=Qo(n);function n(){var e,r,i=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},o=arguments.length>1?arguments[1]:void 0;if(a(this,n),e=t.call(this),ho&&no.call(Yi(e)),e.options=Wo(i),e.services={},e.logger=to,e.modules={external:[]},r=Yi(e),Object.getOwnPropertyNames(Object.getPrototypeOf(r)).forEach(function(e){"function"===typeof r[e]&&(r[e]=r[e].bind(r))}),o&&!e.isInitialized&&!i.isClone){if(!e.options.initImmediate)return e.init(i,o),Ki(e,Yi(e));setTimeout(function(){e.init(i,o)},0)}return e}return c(n,[{key:"init",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;"function"===typeof t&&(n=t,t={}),!t.defaultNS&&!1!==t.defaultNS&&t.ns&&("string"===typeof t.ns?t.defaultNS=t.ns:t.ns.indexOf("translation")<0&&(t.defaultNS=t.ns[0]));var r={debug:!1,initImmediate:!0,ns:["translation"],defaultNS:["translation"],fallbackLng:["dev"],fallbackNS:!1,supportedLngs:!1,nonExplicitSupportedLngs:!1,load:"all",preload:!1,simplifyPluralSuffix:!0,keySeparator:".",nsSeparator:":",pluralSeparator:"_",contextSeparator:"_",partialBundledLanguages:!1,saveMissing:!1,updateMissing:!1,saveMissingTo:"fallback",saveMissingPlurals:!0,missingKeyHandler:!1,missingInterpolationHandler:!1,postProcess:!1,postProcessPassResolved:!1,returnNull:!0,returnEmptyString:!0,returnObjects:!1,joinArrays:!1,returnedObjectHandler:!1,parseMissingKeyHandler:!1,appendNamespaceToMissingKey:!1,appendNamespaceToCIMode:!1,overloadTranslationOptionHandler:function(e){var t={};if("object"===s(e[1])&&(t=e[1]),"string"===typeof e[1]&&(t.defaultValue=e[1]),"string"===typeof e[2]&&(t.tDescription=e[2]),"object"===s(e[2])||"object"===s(e[3])){var n=e[3]||e[2];Object.keys(n).forEach(function(e){t[e]=n[e]})}return t},interpolation:{escapeValue:!0,format:function(e,t,n,r){return e},prefix:"{{",suffix:"}}",formatSeparator:",",unescapePrefix:"-",nestingPrefix:"$t(",nestingSuffix:")",nestingOptionsSeparator:",",maxReplaces:1e3,skipOnVariables:!0}};function i(e){return e?"function"===typeof e?new e:e:null}if(this.options=qo(qo(qo({},r),this.options),Wo(t)),"v1"!==this.options.compatibilityAPI&&(this.options.interpolation=qo(qo({},r.interpolation),this.options.interpolation)),void 0!==t.keySeparator&&(this.options.userDefinedKeySeparator=t.keySeparator),void 0!==t.nsSeparator&&(this.options.userDefinedNsSeparator=t.nsSeparator),!this.options.isClone){var o;this.modules.logger?to.init(i(this.modules.logger),this.options):to.init(null,this.options),this.modules.formatter?o=this.modules.formatter:"undefined"!==typeof Intl&&(o=zo);var a=new So(this.options);this.store=new Eo(this.options.resources,this.options);var u=this.services;u.logger=to,u.resourceStore=this.store,u.languageUtils=a,u.pluralResolver=new Bo(a,{prepend:this.options.pluralSeparator,compatibilityJSON:this.options.compatibilityJSON,simplifyPluralSuffix:this.options.simplifyPluralSuffix}),!o||this.options.interpolation.format&&this.options.interpolation.format!==r.interpolation.format||(u.formatter=i(o),u.formatter.init(u,this.options),this.options.interpolation.format=u.formatter.format.bind(u.formatter)),u.interpolator=new Ro(this.options),u.utils={hasLoadedNamespace:this.hasLoadedNamespace.bind(this)},u.backendConnector=new Go(i(this.modules.backend),u.resourceStore,u,this.options),u.backendConnector.on("*",function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];e.emit.apply(e,[t].concat(r))}),this.modules.languageDetector&&(u.languageDetector=i(this.modules.languageDetector),u.languageDetector.init(u,this.options.detection,this.options)),this.modules.i18nFormat&&(u.i18nFormat=i(this.modules.i18nFormat),u.i18nFormat.init&&u.i18nFormat.init(this)),this.translator=new ko(this.services,this.options),this.translator.on("*",function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];e.emit.apply(e,[t].concat(r))}),this.modules.external.forEach(function(t){t.init&&t.init(e)})}if(this.format=this.options.interpolation.format,n||(n=Ko),this.options.fallbackLng&&!this.services.languageDetector&&!this.options.lng){var l=this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);l.length>0&&"dev"!==l[0]&&(this.options.lng=l[0])}this.services.languageDetector||this.options.lng||this.logger.warn("init: no languageDetector is used and no lng is defined");["getResource","hasResourceBundle","getResourceBundle","getDataByLanguage"].forEach(function(t){e[t]=function(){var n;return(n=e.store)[t].apply(n,arguments)}});["addResource","addResources","addResourceBundle","removeResourceBundle"].forEach(function(t){e[t]=function(){var n;return(n=e.store)[t].apply(n,arguments),e}});var c=ro(),d=function(){var t=function(t,r){e.isInitialized&&!e.initializedStoreOnce&&e.logger.warn("init: i18next is already initialized. You should call init just once!"),e.isInitialized=!0,e.options.isClone||e.logger.log("initialized",e.options),e.emit("initialized",e.options),c.resolve(r),n(t,r)};if(e.languages&&"v1"!==e.options.compatibilityAPI&&!e.isInitialized)return t(null,e.t.bind(e));e.changeLanguage(e.options.lng,t)};return this.options.resources||!this.options.initImmediate?d():setTimeout(d,0),c}},{key:"loadResources",value:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Ko,r="string"===typeof e?e:this.language;if("function"===typeof e&&(n=e),!this.options.resources||this.options.partialBundledLanguages){if(r&&"cimode"===r.toLowerCase())return n();var i=[],o=function(e){e&&t.services.languageUtils.toResolveHierarchy(e).forEach(function(e){i.indexOf(e)<0&&i.push(e)})};if(r)o(r);else this.services.languageUtils.getFallbackCodes(this.options.fallbackLng).forEach(function(e){return o(e)});this.options.preload&&this.options.preload.forEach(function(e){return o(e)}),this.services.backendConnector.load(i,this.options.ns,function(e){e||t.resolvedLanguage||!t.language||t.setResolvedLanguage(t.language),n(e)})}else n(null)}},{key:"reloadResources",value:function(e,t,n){var r=ro();return e||(e=this.languages),t||(t=this.options.ns),n||(n=Ko),this.services.backendConnector.reload(e,t,function(e){r.resolve(),n(e)}),r}},{key:"use",value:function(e){if(!e)throw new Error("You are passing an undefined module! Please check the object you are passing to i18next.use()");if(!e.type)throw new Error("You are passing a wrong module! Please check the object you are passing to i18next.use()");return"backend"===e.type&&(this.modules.backend=e),("logger"===e.type||e.log&&e.warn&&e.error)&&(this.modules.logger=e),"languageDetector"===e.type&&(this.modules.languageDetector=e),"i18nFormat"===e.type&&(this.modules.i18nFormat=e),"postProcessor"===e.type&&Ao.addPostProcessor(e),"formatter"===e.type&&(this.modules.formatter=e),"3rdParty"===e.type&&this.modules.external.push(e),this}},{key:"setResolvedLanguage",value:function(e){if(e&&this.languages&&!(["cimode","dev"].indexOf(e)>-1))for(var t=0;t<this.languages.length;t++){var n=this.languages[t];if(!(["cimode","dev"].indexOf(n)>-1)&&this.store.hasLanguageSomeTranslations(n)){this.resolvedLanguage=n;break}}}},{key:"changeLanguage",value:function(e,t){var n=this;this.isLanguageChangingTo=e;var r=ro();this.emit("languageChanging",e);var i=function(e){n.language=e,n.languages=n.services.languageUtils.toResolveHierarchy(e),n.resolvedLanguage=void 0,n.setResolvedLanguage(e)},o=function(o){e||o||!n.services.languageDetector||(o=[]);var a="string"===typeof o?o:n.services.languageUtils.getBestMatchFromCodes(o);a&&(n.language||i(a),n.translator.language||n.translator.changeLanguage(a),n.services.languageDetector&&n.services.languageDetector.cacheUserLanguage(a)),n.loadResources(a,function(e){!function(e,o){o?(i(o),n.translator.changeLanguage(o),n.isLanguageChangingTo=void 0,n.emit("languageChanged",o),n.logger.log("languageChanged",o)):n.isLanguageChangingTo=void 0,r.resolve(function(){return n.t.apply(n,arguments)}),t&&t(e,function(){return n.t.apply(n,arguments)})}(e,a)})};return e||!this.services.languageDetector||this.services.languageDetector.async?!e&&this.services.languageDetector&&this.services.languageDetector.async?this.services.languageDetector.detect(o):o(e):o(this.services.languageDetector.detect()),r}},{key:"getFixedT",value:function(e,t,n){var r=this,i=function e(t,i){var o;if("object"!==s(i)){for(var a=arguments.length,u=new Array(a>2?a-2:0),l=2;l<a;l++)u[l-2]=arguments[l];o=r.options.overloadTranslationOptionHandler([t,i].concat(u))}else o=qo({},i);o.lng=o.lng||e.lng,o.lngs=o.lngs||e.lngs,o.ns=o.ns||e.ns,o.keyPrefix=o.keyPrefix||n||e.keyPrefix;var c=r.options.keySeparator||".",d=o.keyPrefix?"".concat(o.keyPrefix).concat(c).concat(t):t;return r.t(d,o)};return"string"===typeof e?i.lng=e:i.lngs=e,i.ns=t,i.keyPrefix=n,i}},{key:"t",value:function(){var e;return this.translator&&(e=this.translator).translate.apply(e,arguments)}},{key:"exists",value:function(){var e;return this.translator&&(e=this.translator).exists.apply(e,arguments)}},{key:"setDefaultNamespace",value:function(e){this.options.defaultNS=e}},{key:"hasLoadedNamespace",value:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!this.isInitialized)return this.logger.warn("hasLoadedNamespace: i18next was not initialized",this.languages),!1;if(!this.languages||!this.languages.length)return this.logger.warn("hasLoadedNamespace: i18n.languages were undefined or empty",this.languages),!1;var r=this.resolvedLanguage||this.languages[0],i=!!this.options&&this.options.fallbackLng,o=this.languages[this.languages.length-1];if("cimode"===r.toLowerCase())return!0;var a=function(e,n){var r=t.services.backendConnector.state["".concat(e,"|").concat(n)];return-1===r||2===r};if(n.precheck){var s=n.precheck(this,a);if(void 0!==s)return s}return!!this.hasResourceBundle(r,e)||(!(this.services.backendConnector.backend&&(!this.options.resources||this.options.partialBundledLanguages))||!(!a(r,e)||i&&!a(o,e)))}},{key:"loadNamespaces",value:function(e,t){var n=this,r=ro();return this.options.ns?("string"===typeof e&&(e=[e]),e.forEach(function(e){n.options.ns.indexOf(e)<0&&n.options.ns.push(e)}),this.loadResources(function(e){r.resolve(),t&&t(e)}),r):(t&&t(),Promise.resolve())}},{key:"loadLanguages",value:function(e,t){var n=ro();"string"===typeof e&&(e=[e]);var r=this.options.preload||[],i=e.filter(function(e){return r.indexOf(e)<0});return i.length?(this.options.preload=r.concat(i),this.loadResources(function(e){n.resolve(),t&&t(e)}),n):(t&&t(),Promise.resolve())}},{key:"dir",value:function(e){if(e||(e=this.resolvedLanguage||(this.languages&&this.languages.length>0?this.languages[0]:this.language)),!e)return"rtl";return["ar","shu","sqr","ssh","xaa","yhd","yud","aao","abh","abv","acm","acq","acw","acx","acy","adf","ads","aeb","aec","afb","ajp","apc","apd","arb","arq","ars","ary","arz","auz","avl","ayh","ayl","ayn","ayp","bbz","pga","he","iw","ps","pbt","pbu","pst","prp","prd","ug","ur","ydd","yds","yih","ji","yi","hbo","men","xmn","fa","jpr","peo","pes","prs","dv","sam","ckb"].indexOf(this.services.languageUtils.getLanguagePartFromCode(e))>-1||e.toLowerCase().indexOf("-arab")>1?"rtl":"ltr"}},{key:"cloneInstance",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Ko,i=qo(qo(qo({},this.options),t),{isClone:!0}),o=new n(i);void 0===t.debug&&void 0===t.prefix||(o.logger=o.logger.clone(t));return["store","services","language"].forEach(function(t){o[t]=e[t]}),o.services=qo({},this.services),o.services.utils={hasLoadedNamespace:o.hasLoadedNamespace.bind(o)},o.translator=new ko(o.services,o.options),o.translator.on("*",function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];o.emit.apply(o,[e].concat(n))}),o.init(i,r),o.translator.options=o.options,o.translator.backendConnector.services.utils={hasLoadedNamespace:o.hasLoadedNamespace.bind(o)},o}},{key:"toJSON",value:function(){return{options:this.options,store:this.store,language:this.language,languages:this.languages,resolvedLanguage:this.resolvedLanguage}}}]),n}(no);K(Xo,"createInstance",function(){return new Xo(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},arguments.length>1?arguments[1]:void 0)});var Jo=Xo.createInstance();Jo.createInstance=Xo.createInstance;Jo.createInstance,Jo.init,Jo.loadResources,Jo.reloadResources,Jo.use,Jo.changeLanguage,Jo.getFixedT,Jo.t,Jo.exists,Jo.setDefaultNamespace,Jo.hasLoadedNamespace,Jo.loadNamespaces,Jo.loadLanguages;const Zo=Jo,$o="https://www.facebook.com/BellaMozzarella.com.ua",ea="https://www.instagram.com/bellamozzarella.kh/",ta="https://www.youtube.com/channel/UCjpkxtXuTT4WhN4ZGkGonXg",na="https://play.google.com/store/apps/details?id=com.bellamozzarella&hl=ru&gl=US",ra="https://apps.apple.com/ua/app/bella-mozzarella-\u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430-\u0435\u0434\u044b/id1532048319",ia="dish",oa="pizza",aa="combo",sa="half",ua=["delivery","pickup"],la=1024,ca=e=>{console.log("LOGGER:",e)},da=()=>{const e=window.location.pathname.slice(1,3),t=Object.keys(Zo.options.resources).find(t=>t===e);return t||"uk"};class fa extends Hi{async getStories(){const e=da();return this.r({method:"GET",url:"".concat(Vi,"/stories?_locale=").concat(e)})}}class pa extends Hi{async getCombos(){const e=da();return this.r({method:"GET",url:"".concat(Vi,"/combos?_locale=").concat(e)})}async getCombo(e){const t=da();return this.r({method:"GET",url:"".concat(Vi,"/combos/").concat(e,"?_locale=").concat(t)})}}class ha extends Hi{async getCategories(){const e=da();return this.r({method:"GET",url:"".concat(Vi,"/categories?_locale=").concat(e)})}async getCategory(e){const t=da();return this.r({method:"GET",url:"".concat(Vi,"/categories/").concat(e,"?_locale=").concat(t)})}}class ma extends Hi{async authIiko(){return this.r({method:"GET",url:"".concat(Gi,"/api/0/auth/access_token?user_id=").concat("bellamozzarella2020","&user_secret=").concat("e0l0IZ3OSlj9")})}async getUser(e,t){return this.r({method:"GET",url:"".concat(Gi,"/api/0/customers/get_customer_by_phone?access_token=").concat(e,"&organization=4b57f51e-dae2-11ea-aa5d-0025906bfe47&phone=").concat(t)})}}class ga extends Hi{async getSettings(){return this.r({method:"GET",url:"".concat(Vi,"/settings")})}}class Da extends Hi{async getDish(e){const t=da();return this.r({method:"GET",url:"".concat(Vi,"/dishes/").concat(e,"?_locale=").concat(t)})}}class ya extends Hi{async createOrder(e){return this.r({method:"POST",url:"".concat(Vi,"/orders"),data:e})}async sendEmail(e){const t={service_id:"service_39apqgm",template_id:"template_qegrotf",user_id:"ni9XCffo4Ysxb3xU4",template_params:J({reply_to:"cipollino2.kh.ua@gmail.com"},e),accessToken:"vKiQwPZY9mQ0tqPG2vXF7"};return this.r({method:"POST",url:"".concat("https://api.emailjs.com").concat("/api/v1.0/email/send"),data:t})}async createOrderWithOnlinePayment(e){return this.r({method:"POST",url:"".concat("https://bm.kharkiv.ua","/order"),data:e})}}class va extends Hi{async getArticles(){const e=da();return this.r({method:"GET",url:"".concat(Vi,"/articles?_locale=").concat(e,"&_sort=published_at:DESC&_limit=-1")})}async getArticle(e){const t=da();return this.r({method:"GET",url:"".concat(Vi,"/articles/").concat(e,"?_locale=").concat(t)})}async getArticleByLocale(e,t){return this.r({method:"GET",url:"".concat(Vi,"/articles/").concat(e,"?_locale=").concat(t)})}}class Ea extends Hi{async getTexts(){const e=da();return this.r({method:"GET",url:"".concat(Vi,"/texts?_locale=").concat(e)})}}class Aa{constructor(e){var t;this.req=Ui().create({headers:{"Content-Type":"application/json; charset=utf-8"},baseURL:e}),this.req.interceptors.response.use(e=>e,e=>{var t;if(404===(null===(t=e.response)||void 0===t?void 0:t.status)){const e=da();window.location.href="/".concat(e,"/404")}return Promise.reject(e)}),this.stories=(t=this.req,new fa(t)),this.combos=function(e){return new pa(e)}(this.req),this.categories=function(e){return new ha(e)}(this.req),this.iiko=function(e){return new ma(e)}(this.req),this.settings=function(e){return new ga(e)}(this.req),this.dish=function(e){return new Da(e)}(this.req),this.orders=function(e){return new ya(e)}(this.req),this.articles=function(e){return new va(e)}(this.req),this.texts=function(e){return new Ea(e)}(this.req)}}let ba;function _a(e){return ba||(ba=new Aa(e)),ba}const Ca=Pi("categories/getCategories",async()=>(await _a().categories.getCategories()).data),Ta=wi({name:"categories",initialState:{data:[],loading:!1,error:null},reducers:{},extraReducers:{[Ca.fulfilled]:(e,t)=>{e.loading=!1,e.data=t.payload},[Ca.pending]:e=>{e.loading=!0},[Ca.rejected]:(e,t)=>{e.loading=!1,e.error=t.payload}}}).reducer,ka=Pi("combos/getCombos",async()=>(await _a().combos.getCombos()).data),Fa=wi({name:"combos",initialState:{data:[],loading:!1,error:null},reducers:{},extraReducers:{[ka.fulfilled]:(e,t)=>{e.loading=!1,e.data=t.payload},[ka.pending]:e=>{e.loading=!0},[ka.rejected]:(e,t)=>{e.loading=!1,e.error=t.payload}}}).reducer,Sa=Pi("stories/getStories",async()=>(await _a().stories.getStories()).data),wa=wi({name:"stories",initialState:{data:[],loading:!1,error:null},reducers:{},extraReducers:{[Sa.fulfilled]:(e,t)=>{e.loading=!1,e.data=t.payload},[Sa.pending]:e=>{e.loading=!0},[Sa.rejected]:(e,t)=>{e.loading=!1,e.error=t.payload}}}).reducer,xa=Pi("settings/getSettings",async()=>(await _a().settings.getSettings()).data),Oa=wi({name:"settings",initialState:{data:[],loading:!1,error:null},reducers:{},extraReducers:{[xa.fulfilled]:(e,t)=>{e.loading=!1,e.data=t.payload},[xa.pending]:e=>{e.loading=!0},[xa.rejected]:(e,t)=>{e.loading=!1,e.error=t.payload}}}).reducer,Na=(e,t,n)=>e.data.map(e=>{if(e.description===t.description&&e.name===t.name){let t;return t=n&&"dec"===n?e.count-1:e.count+1,J(J({},e),{},{count:t})}return e}),Ba=Pi("orders/createOrder",async e=>{let t=e.orderFormatFields;if(!0===t.online_payment)try{await _a().orders.createOrder(t);return(await _a().orders.createOrderWithOnlinePayment(t)).data}catch(n){return n}else try{await _a().orders.createOrder(t),await _a().orders.sendEmail(t)}catch(n){return n}}),Ia=wi({name:"orders",initialState:{data:[],orderId:null,loading:!1,error:null,id:null},reducers:{addOrder(e,t){((e,t)=>e.data.length>0&&e.data.some(e=>e.description===t.description&&e.name===t.name))(e,t.payload)?e.data=Na(e,t.payload):e.data=[...e.data,t.payload]},updateOrder(e,t){e.data=Na(e,t.payload.order,t.payload.sign)},cleanOrder(e){e.data=[]},deleteOrder(e,t){t.payload.type===ia?e.data=e.data.filter(e=>e.name!==t.payload.name&&e):e.data=e.data.filter(e=>e.description!==t.payload.description&&e)}},extraReducers:{[Ba.fulfilled]:(e,t)=>{var n,r,i,o;e.loading=!1,e.orderId=null===(n=t.payload)||void 0===n||null===(r=n.data)||void 0===r?void 0:r.order_id,e.id=null===(i=t.payload)||void 0===i||null===(o=i.data)||void 0===o?void 0:o.id},[Ba.pending]:e=>{e.loading=!0},[Ba.rejected]:(e,t)=>{e.loading=!1,e.error=t.payload}}}),Pa=Ia.actions,Ra=Pa.addOrder,La=Pa.updateOrder,Ma=Pa.deleteOrder,ja=Pa.cleanOrder,za=Ia.reducer,Ua=Pi("testx/getTexts",async e=>(await _a().texts.getTexts(e)).data),Ha=wi({name:"texts",initialState:{data:{},loading:!1,error:null},reducers:{},extraReducers:{[Ua.fulfilled]:(e,t)=>{e.loading=!1,e.data=t.payload},[Ua.pending]:e=>{e.loading=!0},[Ua.rejected]:(e,t)=>{e.loading=!1,e.error=t.payload}}}).reducer;var Va=n(3536),Ga=n.n(Va);const Wa=(e,t)=>{let n=e;return n=t?n.slice().sort((e,t)=>e.position_cart-t.position_cart):n.slice().sort((e,t)=>e.position-t.position),n},Ya=e=>{const t=e.map(e=>e.dishes.map(e=>e));return[].concat(...t)},qa=e=>{const t=e.map(e=>e.count);return Ga().sum(t)},Qa="styles_container__Hr5JW";var Ka=n(579);const Xa=e=>{let t=e.children;return(0,Ka.jsx)("div",{className:Qa,children:t})};var Ja={color:void 0,size:void 0,className:void 0,style:void 0,attr:void 0},Za=r.createContext&&r.createContext(Ja),$a=function(){return $a=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},$a.apply(this,arguments)},es=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"===typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};function ts(e){return e&&e.map(function(e,t){return r.createElement(e.tag,$a({key:t},e.attr),ts(e.child))})}function ns(e){return function(t){return r.createElement(rs,$a({attr:$a({},e.attr)},t),ts(e.child))}}function rs(e){var t=function(t){var n,i=e.attr,o=e.size,a=e.title,s=es(e,["attr","size","title"]),u=o||t.size||"1em";return t.className&&(n=t.className),e.className&&(n=(n?n+" ":"")+e.className),r.createElement("svg",$a({stroke:"currentColor",fill:"currentColor",strokeWidth:"0"},t.attr,i,s,{className:n,style:$a($a({color:e.color||t.color},t.style),e.style),height:u,width:u,xmlns:"http://www.w3.org/2000/svg"}),a&&r.createElement("title",null,a),e.children)};return void 0!==Za?r.createElement(Za.Consumer,null,function(e){return t(e)}):t(Ja)}function is(e){return ns({tag:"svg",attr:{viewBox:"0 0 448 512"},child:[{tag:"path",attr:{d:"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"}}]})(e)}function os(e){return ns({tag:"svg",attr:{viewBox:"0 0 640 512"},child:[{tag:"path",attr:{d:"M0 448c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V128H0v320zm448-208c0-8.84 7.16-16 16-16h96c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16h-96c-8.84 0-16-7.16-16-16v-32zm0 120c0-4.42 3.58-8 8-8h112c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H456c-4.42 0-8-3.58-8-8v-16zM64 264c0-4.42 3.58-8 8-8h304c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16zm0 96c0-4.42 3.58-8 8-8h176c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16zM624 32H16C7.16 32 0 39.16 0 48v48h640V48c0-8.84-7.16-16-16-16z"}}]})(e)}function as(e){return ns({tag:"svg",attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z"}}]})(e)}function ss(e){return ns({tag:"svg",attr:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},child:[{tag:"polyline",attr:{points:"6 9 12 15 18 9"}}]})(e)}function us(e){return ns({tag:"svg",attr:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},child:[{tag:"polyline",attr:{points:"18 15 12 9 6 15"}}]})(e)}const ls=n.p+"static/media/arrow_down.a90cc934899c70fe75cb5779a9f13075.svg";const cs=n.p+"static/media/icon.d17659a8ebba2a0a2ac588a1a51b514c.svg";const ds=n.p+"static/media/logo.28c907c65716fcb08be7f50a86201769.svg";const fs={ICONS:{ARROW_RIGHT:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQEAYAAABPYyMiAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAABgAAAAYADwa0LPAAAAB3RJTUUH5QoeCCIs61Jj5wAAAHlJREFUSMdjYMABfj34evDrwZSUXxlfLn65+PTpz7xP9z7dU1dnoBf4cvfL3S93xcV/fv2q8FXhypVfVV++ffn24sXPZ5/PfT6npTXqkFGHjDqEWg5horpL2Bl4GXgZGenv8z9fdb/qXr1KtygYtXjUYppZDAP0qo4BSbhfj2gcrfwAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjEtMTAtMzBUMDg6MzQ6NDQrMDA6MDCXRl0PAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIxLTEwLTMwVDA4OjM0OjQ0KzAwOjAw5hvlswAAAABJRU5ErkJggg==",ARROW_DOWN:ls,PEOPLE:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgEAQAAACJ4248AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAAAGAAAABgAPBrQs8AAAAHdElNRQflCwYQICaDSUxzAAACUElEQVRYw72VO0srQRiG31nSKAcvIYiYRC1UtNHCIBjFKxHFwsJa/AWC4F/QVmsLK1Gw1UICNhbRTkXRKniLVqnCIsZLvvcUS445OUk2s9k9bzt88zwz882MgmZIwwAmJoBYDAiFABHg+RmMx6ESCaVI3Tk14MPD5NUVy0XOzyn9/R7BFxfJbJa2MU1KLOYuXCIR8v3dHp5PJkPp6XFx9YlE9fB8jo5cgg8O6sPz6ey0m9+wN5icdK4/Pl67ANranAsEg7ULqM9Px3za11ZxBA8PjgXU/b3j2j98aW8nczn9BsxmKY2NNQsAALm7q82XzU1X4NYutLSQj4/V029vKQ0NrglYu9DbS0km7eE3N5SODlfhPxLNzeTWFvn29i84kyE3Nii/funMqSoDm5qAuTmguxt4egL39pTx/U3W1YGjo1DBIEBa3/HZmTI+Pqy6aBSYmQHSaTAeV0YyqblSpcjVVWtVhY11cUGJRMrWSSBA2dkhRQqKhNzf17oR5Npa5Q4/OSGXlykDA2RfHzk/T25vlz6afE5PKT6fPVyGhsivL/17X03W16tY/eGhN3DS2iG/v8Lqw2Fnr55OVlYKmX//BWpqCjCq+CFryfR0eQFEo97CAXBkpLwAu7o8F1CBQOGVLDqCUMhzAQBAOFxaAHrPqPPU15cRUEp3KkdRP41eJPDy8n92IJUqI3B87D38+lqp19eSQ6TfT6ZS3j1CuRw5O1vRz/pc7u7ch5smZWmpmFey6Sg+H9TCAjA2BrS2grU0p2kCl5fAwYEy0uni0d9xX6aytxpXBgAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMS0xMS0wNlQxNjozMjozOCswMDowMOc9EdsAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjEtMTEtMDZUMTY6MzI6MzgrMDA6MDCWYKlnAAAAAElFTkSuQmCC",FACEBOOK:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJwAAACcCAYAAACKuMJNAAAMb2lDQ1BJQ0MgUHJvZmlsZQAASImVVwdYU8kWnluSkJDQAghICb0J0gkgJYQWQHoRbIQkkFBiTAgqdnRRwbWLKFZ0VUSxrYCIotiVRbH3xYKKsi7qYkPlTUhA133le+f75t4/Z878p9yZ3HsA0PzAlUjyUC0A8sUF0oTwYMaYtHQGqRNQgD7QA17AlcuTSVhxcdEAyuD97/LuBkAU96tOCq5/zv9X0eELZDwAkHEQZ/JlvHyIjwOAr+dJpAUAEBV6yykFEgWeA7GuFAYI8SoFzlbinQqcqcRNAzZJCWyILwOgRuVypdkAaNyDekYhLxvyaHyG2EXMF4kB0BwBcQBPyOVDrIh9RH7+JAWugNgO2ksghvEAZuZ3nNl/488c4udys4ewMq8BUQsRySR53Gn/Z2n+t+TnyQd92MBBFUojEhT5wxreyp0UpcBUiLvFmTGxilpD/EHEV9YdAJQilEckK+1RY56MDesHnzpAXfjckCiIjSEOE+fFRKv0mVmiMA7EcLegU0UFnCSIDSBeKJCFJqpsNksnJah8oXVZUjZLpT/HlQ74Vfh6IM9NZqn43wgFHBU/plEkTEqFmAKxVaEoJQZiDYidZbmJUSqbUUVCdsygjVSeoIjfCuIEgTg8WMmPFWZJwxJU9qX5ssF8sc1CESdGhQ8UCJMilPXBTvG4A/HDXLDLAjEreZBHIBsTPZgLXxASqswdey4QJyeqeD5ICoITlGtxiiQvTmWPWwjywhV6C4g9ZIWJqrV4SgHcnEp+PEtSEJekjBMvyuFGxinjwZeBaMAGIYAB5HBkgkkgB4jauuu74S/lTBjgAinIBgLgpNIMrkgdmBHDayIoAn9AJACyoXXBA7MCUAj1X4a0yqsTyBqYLRxYkQueQpwPokAe/C0fWCUe8pYCnkCN6B/euXDwYLx5cCjm/71+UPtNw4KaaJVGPuiRoTloSQwlhhAjiGFEe9wID8D98Gh4DYLDDWfiPoN5fLMnPCW0Ex4RrhM6CLcnioqlP0Q5GnRA/jBVLTK/rwVuAzk98WDcH7JDZlwfNwJOuAf0w8IDoWdPqGWr4lZUhfED998y+O5pqOzILmSUPIwcRLb7caWGg4bnEIui1t/XRxlr5lC92UMzP/pnf1d9PrxH/WiJLcQOYmexE9h5rAmrBwysGWvAWrGjCjy0u54M7K5BbwkD8eRCHtE//HFVPhWVlLnUuHS5fFbOFQimFigOHnuSZJpUlC0sYLDg20HA4Ih5ziMYbi5urgAo3jXKv6+38QPvEES/9Ztu3u8A+Df39/cf+aaLbAZgvzc8/oe/6eyYAGirA3DuME8uLVTqcMWFAP8lNOFJMwSmwBLYwXzc4BvNDwSBUBAJYkESSAMTYJWFcJ9LwRQwA8wFJaAMLAOrwTqwCWwFO8EecADUgyZwApwBF8FlcB3chbunE7wEPeAd6EMQhITQEDpiiJgh1ogj4oYwkQAkFIlGEpA0JAPJRsSIHJmBzEPKkBXIOmQLUo3sRw4jJ5DzSDtyG3mIdCFvkE8ohlJRXdQEtUFHokyUhUahSeh4NBudjBah89ElaAVahe5G69AT6EX0OtqBvkR7MYCpY/qYOeaEMTE2FoulY1mYFJuFlWLlWBVWizXC53wV68C6sY84EafjDNwJ7uAIPBnn4ZPxWfhifB2+E6/DT+FX8Yd4D/6VQCMYExwJvgQOYQwhmzCFUEIoJ2wnHCKchmepk/COSCTqE22J3vAsphFziNOJi4kbiHuJx4ntxMfEXhKJZEhyJPmTYklcUgGphLSWtJvUTLpC6iR9UFNXM1NzUwtTS1cTqxWrlavtUjumdkXtmVofWYtsTfYlx5L55GnkpeRt5EbyJXInuY+iTbGl+FOSKDmUuZQKSi3lNOUe5a26urqFuo96vLpIfY56hfo+9XPqD9U/UnWoDlQ2dRxVTl1C3UE9Tr1NfUuj0WxoQbR0WgFtCa2adpL2gPZBg67hrMHR4GvM1qjUqNO4ovFKk6xprcnSnKBZpFmueVDzkma3FlnLRoutxdWapVWpdVjrplavNl3bVTtWO197sfYu7fPaz3VIOjY6oTp8nfk6W3VO6jymY3RLOpvOo8+jb6OfpnfqEnVtdTm6Obplunt023R79HT0PPRS9KbqVeod1evQx/Rt9Dn6efpL9Q/o39D/NMxkGGuYYNiiYbXDrgx7bzDcIMhAYFBqsNfgusEnQ4ZhqGGu4XLDesP7RriRg1G80RSjjUanjbqH6w73G84bXjr8wPA7xqixg3GC8XTjrcatxr0mpibhJhKTtSYnTbpN9U2DTHNMV5keM+0yo5sFmInMVpk1m71g6DFYjDxGBeMUo8fc2DzCXG6+xbzNvM/C1iLZothir8V9S4ol0zLLcpVli2WPlZnVaKsZVjVWd6zJ1kxrofUa67PW721sbVJtFtjU2zy3NbDl2BbZ1tjes6PZBdpNtquyu2ZPtGfa59pvsL/sgDp4OggdKh0uOaKOXo4ixw2O7SMII3xGiEdUjbjpRHViORU61Tg9dNZ3jnYudq53fjXSamT6yOUjz4786uLpkueyzeWuq45rpGuxa6PrGzcHN55bpds1d5p7mPts9wb31x6OHgKPjR63POmeoz0XeLZ4fvHy9pJ61Xp1eVt5Z3iv977J1GXGMRczz/kQfIJ9Zvs0+Xz09fIt8D3g+6efk1+u3y6/56NsRwlGbRv12N/Cn+u/xb8jgBGQEbA5oCPQPJAbWBX4KMgyiB+0PegZy56Vw9rNehXsEiwNPhT8nu3Lnsk+HoKFhIeUhrSF6oQmh64LfRBmEZYdVhPWE+4ZPj38eAQhIipiecRNjgmHx6nm9ER6R86MPBVFjUqMWhf1KNohWhrdOBodHTl65eh7MdYx4pj6WBDLiV0Zez/ONm5y3JF4YnxcfGX80wTXhBkJZxPpiRMTdyW+SwpOWpp0N9kuWZ7ckqKZMi6lOuV9akjqitSOMSPHzBxzMc0oTZTWkE5KT0nfnt47NnTs6rGd4zzHlYy7Md52/NTx5ycYTcibcHSi5kTuxIMZhIzUjF0Zn7mx3CpubyYnc31mD4/NW8N7yQ/ir+J3CfwFKwTPsvyzVmQ9z/bPXpndJQwUlgu7RWzROtHrnIicTTnvc2Nzd+T256Xm7c1Xy8/IPyzWEeeKT00ynTR1UrvEUVIi6ZjsO3n15B5plHS7DJGNlzUU6MKP+la5nfwn+cPCgMLKwg9TUqYcnKo9VTy1dZrDtEXTnhWFFf0yHZ/Om94yw3zG3BkPZ7JmbpmFzMqc1TLbcvb82Z1zwufsnEuZmzv3t2KX4hXFf81Lndc432T+nPmPfwr/qaZEo0RacnOB34JNC/GFooVti9wXrV30tZRfeqHMpay87PNi3uILP7v+XPFz/5KsJW1LvZZuXEZcJl52Y3ng8p0rtFcUrXi8cvTKulWMVaWr/lo9cfX5co/yTWsoa+RrOiqiKxrWWq1dtvbzOuG665XBlXvXG69ftP79Bv6GKxuDNtZuMtlUtunTZtHmW1vCt9RV2VSVbyVuLdz6dFvKtrO/MH+p3m60vWz7lx3iHR07E3aeqvaurt5lvGtpDVojr+naPW735T0hexpqnWq37NXfW7YP7JPve7E/Y/+NA1EHWg4yD9b+av3r+kP0Q6V1SN20up56YX1HQ1pD++HIwy2Nfo2Hjjgf2dFk3lR5VO/o0mOUY/OP9TcXNfcelxzvPpF94nHLxJa7J8ecvHYq/lTb6ajT586EnTl5lnW2+Zz/uabzvucPX2BeqL/odbGu1bP10G+evx1q82qru+R9qeGyz+XG9lHtx64EXjlxNeTqmWucaxevx1xvv5F849bNcTc7bvFvPb+dd/v1ncI7fXfn3CPcK72vdb/8gfGDqt/tf9/b4dVx9GHIw9ZHiY/uPuY9fvlE9uRz5/yntKflz8yeVT93e97UFdZ1+cXYF50vJS/7ukv+0P5j/Su7V7/+GfRna8+Yns7X0tf9bxa/NXy74y+Pv1p643ofvMt/1/e+9IPhh50fmR/Pfkr99KxvymfS54ov9l8av0Z9vdef398v4Uq5A58CGBxoVhYAb3YAQEsDgA77NspYZS84IIiyfx1A4D9hZb84IF4A1MLv9/hu+HVzE4B922D7Bfk1Ya8aRwMgyQeg7u5DQyWyLHc3JRcV9imEB/39b2HPRloJwJdl/f19Vf39X7bCYGHveFys7EEVQoQ9w2bOl8z8TPBvRNmffpfjj3egiMAD/Hj/F2R7kQPpif7XAAAAimVYSWZNTQAqAAAACAAEARoABQAAAAEAAAA+ARsABQAAAAEAAABGASgAAwAAAAEAAgAAh2kABAAAAAEAAABOAAAAAAAAAJAAAAABAAAAkAAAAAEAA5KGAAcAAAASAAAAeKACAAQAAAABAAAAnKADAAQAAAABAAAAnAAAAABBU0NJSQAAAFNjcmVlbnNob3TICRBcAAAACXBIWXMAABYlAAAWJQFJUiTwAAAB1mlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNi4wLjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj4xNTY8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MTU2PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6VXNlckNvbW1lbnQ+U2NyZWVuc2hvdDwvZXhpZjpVc2VyQ29tbWVudD4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CkMYO20AAAAcaURPVAAAAAIAAAAAAAAATgAAACgAAABOAAAATgAAA9PiC8RnAAADn0lEQVR4Aeydza3CMBAGoRXogjOUwZkOuHKnA2qBI21AKzxtpIBfiLJeHDtemEgIQz4HMx45P4phvlqtHrPOslwuZ4vFonnIKnnNAoEYAufzuYnd7/fZ7XZ7qzLvCrfb7RDsDRNvfEJA5GsFbOs/hZNRTGRjgcDYBE6n03O0ewp3PB7H/hy2B4Engf1+35Qb4TabzUweLBDIRUCO52Skm2+32we70lyY2W5IoBHucDg8GN1CLJRzEZATiDnC5cLLdrsEZLc6v16vb9fhukFeQ2AMAgg3BkW2YSLACGfCRTiVAMKlEqS+iQDCmXARTiWAcKkEqW8igHAmXIRTCSBcKkHqmwggnAkX4VQCCJdKkPomAghnwkU4lQDCpRKkvokAwplwEU4lgHCpBKlvIoBwJlyEUwkgXCrBier3TcELm1Lr1E6EC3upwnIr1uVyec58SmlmV0SZfxwuue/+RriQdiVlkWwswSxfqcRUUYSz9EjmbN/E4cwf+W/zCPcPx/e+mFq0lizCtSS+9LkW0Vq8CNeS+MLn2mQTxAj3haLJVwp/a6Omr4hwNfXGCG2Rs0+RrdYF4WrtmQ/b1f6gy4fVs1dDuOyIy31ArbvRkADChTQcl2s8QejDiXB9VJy950U2wYpwzuTqa27tx21hmxEupOGw7Gl0E7wI51CysMmeRjeEC3vOYdnb6IZwDiULm+xtdEO4sPeclT2ObgjnTLKwuR4u8obtbcucNLQknD173J0KYoRzJpo01+vuVNqOcELB2TKlcCJMuHQnyITr+sqS726jL5fyHnMaUuj11C19/CaCrNfrpiW5Zen5uua3EM6MbLhCyeM3j//8iHDD/pjWlrzB0qNsAhPhTEoNh0sJ5/nP+BBu2CHT2hInDJ5lE5gIZ1JqOIxww3xkLcLpjKITJYTz/kfKCBetkx5EOJ0RwumMohO5r8HJdTbvf6aMcNE66UGE0xkhnM4oOpFbOO9nqAIS4aJ10oMIpzNCOJ1RdALhdFQIpzOKTiCcjgrhdEbRCYTTUSGczig6gXA6KoTTGUUnEE5HhXA6o+gEwumoEE5nFJ1AOB0VwumMohMIp6NCOJ1RdALhdFQIpzOKTiCcjgrhdEbRCYTTUSGczig6gXA6KoTTGUUnEE5HhXA6o+gEwumoflq4kpOW9a6YNlHqbmKEm7afq/l0hCvQFYxwL8il7iZmhHsx/+kSwhXofka4F+RSv1XCCPdi/tOlUsL9AQAA//9u4cQ1AAADY0lEQVTtnc1t4mAYBk0rpgvuLoOzO/CVuzvgSB1c0wa0QvQZsbLCwjwR8ImIsRSF4Im9jEevf3LYxdfX16n50GUYhg/95NcfexzH6zdf8M7C4F5g9Q9u0uAqHDQn3Fnycrls+r6vYLxpnHBVNL/3Tgyu0vFxwp1Fd13XlK8aixOuhuU334fBVTpATriz6HL9Vk6rNRYnXA3Lb74Pg6t0gJxwZ9G1HomUvTnhKsX9zrsxuEpHxwnXTNdutZ7BlcPqhKsU97vupuYdqsH5t9Tp+VutZ3AGZ3AGV/PU4zVcM/0NtdYzOCecE66peYdqcAZncDVPqfv9/qm7Ox6PzeFweOo25xsrp762bedvPfy65g1D+cd+9GORh4/Wjw1st9uXBlf7EcaPj/eUHw3uKRrPGzE4lmlw7CgmDI5VGRw7igmDY1UGx45iwuBYlcGxo5gwOFZlcOwoJgyOVRkcO4oJg2NVBseOYsLgWJXBsaOYMDhWZXDsKCYMjlUZHDuKCYNjVQbHjmLC4FiVwbGjmDA4VmVw7CgmDI5VGRw7igmDY1UGx45iwuBYlcGxo5gwOFZlcOwoJgyOVRkcO4oJg2NVBseOYsLgWJXBsaOYMDhWZXDsKCYMjlUZHDuKCYNjVQbHjmLC4FiVwbGjmDA4VmVw7CgmDI5VGRw7igmDY1UGx45iwuBYlcGxo5gwOFZlcOwoJgyOVRkcO4oJg2NVBseOYsLgWJXBsaOYMDhWZXDsKCYMjlUZHDuKCYNjVQbHjmLC4FiVwbGjmDA4VmVw7CgmDI5VGRw7igmDY1UGx45iwuBYlcGxo5gwOFZlcOwoJgyOVRkcO4oJg2NVBseOYsLgWJXBsaOYMDhWZXDsKCYMjlUZHDuKCYNjVQbHjmLC4FiVwbGjmDA4VmVw7CgmDI5VLXa73an8X+oujxswOHZocOwoJgzuvqr9ft8sNpvNqeu6+6RrIwMGd1/TFNx6vT71fX+fdG1kwODuayp+FqvVagrO67j7spK1BnfbUplu04QrwRVsHMfbtGsiAwZ3W9MwDNPKacKVV2XCeWq9LSxZY3D/tzT38i+4C1puILyJuNj43fe52N/9Zkb/tWNzOBya4mS+XAVXVpZp17btxJXvXt/Nld1+/enBlcDKcjwep6/Lz3Nj3+KDDcfIXhwKAAAAAElFTkSuQmCC",INSTAGRAM:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKIAAACjCAYAAAAJrsW+AAAMb2lDQ1BJQ0MgUHJvZmlsZQAASImVVwdYU8kWnluSkJDQAghICb0J0gkgJYQWQHoRbIQkkFBiTAgqdnRRwbWLKFZ0VUSxrYCIotiVRbH3xYKKsi7qYkPlTUhA133le+f75t4/Z878p9yZ3HsA0PzAlUjyUC0A8sUF0oTwYMaYtHQGqRNQgD7QA17AlcuTSVhxcdEAyuD97/LuBkAU96tOCq5/zv9X0eELZDwAkHEQZ/JlvHyIjwOAr+dJpAUAEBV6yykFEgWeA7GuFAYI8SoFzlbinQqcqcRNAzZJCWyILwOgRuVypdkAaNyDekYhLxvyaHyG2EXMF4kB0BwBcQBPyOVDrIh9RH7+JAWugNgO2ksghvEAZuZ3nNl/488c4udys4ewMq8BUQsRySR53Gn/Z2n+t+TnyQd92MBBFUojEhT5wxreyp0UpcBUiLvFmTGxilpD/EHEV9YdAJQilEckK+1RY56MDesHnzpAXfjckCiIjSEOE+fFRKv0mVmiMA7EcLegU0UFnCSIDSBeKJCFJqpsNksnJah8oXVZUjZLpT/HlQ74Vfh6IM9NZqn43wgFHBU/plEkTEqFmAKxVaEoJQZiDYidZbmJUSqbUUVCdsygjVSeoIjfCuIEgTg8WMmPFWZJwxJU9qX5ssF8sc1CESdGhQ8UCJMilPXBTvG4A/HDXLDLAjEreZBHIBsTPZgLXxASqswdey4QJyeqeD5ICoITlGtxiiQvTmWPWwjywhV6C4g9ZIWJqrV4SgHcnEp+PEtSEJekjBMvyuFGxinjwZeBaMAGIYAB5HBkgkkgB4jauuu74S/lTBjgAinIBgLgpNIMrkgdmBHDayIoAn9AJACyoXXBA7MCUAj1X4a0yqsTyBqYLRxYkQueQpwPokAe/C0fWCUe8pYCnkCN6B/euXDwYLx5cCjm/71+UPtNw4KaaJVGPuiRoTloSQwlhhAjiGFEe9wID8D98Gh4DYLDDWfiPoN5fLMnPCW0Ex4RrhM6CLcnioqlP0Q5GnRA/jBVLTK/rwVuAzk98WDcH7JDZlwfNwJOuAf0w8IDoWdPqGWr4lZUhfED998y+O5pqOzILmSUPIwcRLb7caWGg4bnEIui1t/XRxlr5lC92UMzP/pnf1d9PrxH/WiJLcQOYmexE9h5rAmrBwysGWvAWrGjCjy0u54M7K5BbwkD8eRCHtE//HFVPhWVlLnUuHS5fFbOFQimFigOHnuSZJpUlC0sYLDg20HA4Ih5ziMYbi5urgAo3jXKv6+38QPvEES/9Ztu3u8A+Df39/cf+aaLbAZgvzc8/oe/6eyYAGirA3DuME8uLVTqcMWFAP8lNOFJMwSmwBLYwXzc4BvNDwSBUBAJYkESSAMTYJWFcJ9LwRQwA8wFJaAMLAOrwTqwCWwFO8EecADUgyZwApwBF8FlcB3chbunE7wEPeAd6EMQhITQEDpiiJgh1ogj4oYwkQAkFIlGEpA0JAPJRsSIHJmBzEPKkBXIOmQLUo3sRw4jJ5DzSDtyG3mIdCFvkE8ohlJRXdQEtUFHokyUhUahSeh4NBudjBah89ElaAVahe5G69AT6EX0OtqBvkR7MYCpY/qYOeaEMTE2FoulY1mYFJuFlWLlWBVWizXC53wV68C6sY84EafjDNwJ7uAIPBnn4ZPxWfhifB2+E6/DT+FX8Yd4D/6VQCMYExwJvgQOYQwhmzCFUEIoJ2wnHCKchmepk/COSCTqE22J3vAsphFziNOJi4kbiHuJx4ntxMfEXhKJZEhyJPmTYklcUgGphLSWtJvUTLpC6iR9UFNXM1NzUwtTS1cTqxWrlavtUjumdkXtmVofWYtsTfYlx5L55GnkpeRt5EbyJXInuY+iTbGl+FOSKDmUuZQKSi3lNOUe5a26urqFuo96vLpIfY56hfo+9XPqD9U/UnWoDlQ2dRxVTl1C3UE9Tr1NfUuj0WxoQbR0WgFtCa2adpL2gPZBg67hrMHR4GvM1qjUqNO4ovFKk6xprcnSnKBZpFmueVDzkma3FlnLRoutxdWapVWpdVjrplavNl3bVTtWO197sfYu7fPaz3VIOjY6oTp8nfk6W3VO6jymY3RLOpvOo8+jb6OfpnfqEnVtdTm6Obplunt023R79HT0PPRS9KbqVeod1evQx/Rt9Dn6efpL9Q/o39D/NMxkGGuYYNiiYbXDrgx7bzDcIMhAYFBqsNfgusEnQ4ZhqGGu4XLDesP7RriRg1G80RSjjUanjbqH6w73G84bXjr8wPA7xqixg3GC8XTjrcatxr0mpibhJhKTtSYnTbpN9U2DTHNMV5keM+0yo5sFmInMVpk1m71g6DFYjDxGBeMUo8fc2DzCXG6+xbzNvM/C1iLZothir8V9S4ol0zLLcpVli2WPlZnVaKsZVjVWd6zJ1kxrofUa67PW721sbVJtFtjU2zy3NbDl2BbZ1tjes6PZBdpNtquyu2ZPtGfa59pvsL/sgDp4OggdKh0uOaKOXo4ixw2O7SMII3xGiEdUjbjpRHViORU61Tg9dNZ3jnYudq53fjXSamT6yOUjz4786uLpkueyzeWuq45rpGuxa6PrGzcHN55bpds1d5p7mPts9wb31x6OHgKPjR63POmeoz0XeLZ4fvHy9pJ61Xp1eVt5Z3iv977J1GXGMRczz/kQfIJ9Zvs0+Xz09fIt8D3g+6efk1+u3y6/56NsRwlGbRv12N/Cn+u/xb8jgBGQEbA5oCPQPJAbWBX4KMgyiB+0PegZy56Vw9rNehXsEiwNPhT8nu3Lnsk+HoKFhIeUhrSF6oQmh64LfRBmEZYdVhPWE+4ZPj38eAQhIipiecRNjgmHx6nm9ER6R86MPBVFjUqMWhf1KNohWhrdOBodHTl65eh7MdYx4pj6WBDLiV0Zez/ONm5y3JF4YnxcfGX80wTXhBkJZxPpiRMTdyW+SwpOWpp0N9kuWZ7ckqKZMi6lOuV9akjqitSOMSPHzBxzMc0oTZTWkE5KT0nfnt47NnTs6rGd4zzHlYy7Md52/NTx5ycYTcibcHSi5kTuxIMZhIzUjF0Zn7mx3CpubyYnc31mD4/NW8N7yQ/ir+J3CfwFKwTPsvyzVmQ9z/bPXpndJQwUlgu7RWzROtHrnIicTTnvc2Nzd+T256Xm7c1Xy8/IPyzWEeeKT00ynTR1UrvEUVIi6ZjsO3n15B5plHS7DJGNlzUU6MKP+la5nfwn+cPCgMLKwg9TUqYcnKo9VTy1dZrDtEXTnhWFFf0yHZ/Om94yw3zG3BkPZ7JmbpmFzMqc1TLbcvb82Z1zwufsnEuZmzv3t2KX4hXFf81Lndc432T+nPmPfwr/qaZEo0RacnOB34JNC/GFooVti9wXrV30tZRfeqHMpay87PNi3uILP7v+XPFz/5KsJW1LvZZuXEZcJl52Y3ng8p0rtFcUrXi8cvTKulWMVaWr/lo9cfX5co/yTWsoa+RrOiqiKxrWWq1dtvbzOuG665XBlXvXG69ftP79Bv6GKxuDNtZuMtlUtunTZtHmW1vCt9RV2VSVbyVuLdz6dFvKtrO/MH+p3m60vWz7lx3iHR07E3aeqvaurt5lvGtpDVojr+naPW735T0hexpqnWq37NXfW7YP7JPve7E/Y/+NA1EHWg4yD9b+av3r+kP0Q6V1SN20up56YX1HQ1pD++HIwy2Nfo2Hjjgf2dFk3lR5VO/o0mOUY/OP9TcXNfcelxzvPpF94nHLxJa7J8ecvHYq/lTb6ajT586EnTl5lnW2+Zz/uabzvucPX2BeqL/odbGu1bP10G+evx1q82qru+R9qeGyz+XG9lHtx64EXjlxNeTqmWucaxevx1xvv5F849bNcTc7bvFvPb+dd/v1ncI7fXfn3CPcK72vdb/8gfGDqt/tf9/b4dVx9GHIw9ZHiY/uPuY9fvlE9uRz5/yntKflz8yeVT93e97UFdZ1+cXYF50vJS/7ukv+0P5j/Su7V7/+GfRna8+Yns7X0tf9bxa/NXy74y+Pv1p643ofvMt/1/e+9IPhh50fmR/Pfkr99KxvymfS54ov9l8av0Z9vdef398v4Uq5A58CGBxoVhYAb3YAQEsDgA77NspYZS84IIiyfx1A4D9hZb84IF4A1MLv9/hu+HVzE4B922D7Bfk1Ya8aRwMgyQeg7u5DQyWyLHc3JRcV9imEB/39b2HPRloJwJdl/f19Vf39X7bCYGHveFys7EEVQoQ9w2bOl8z8TPBvRNmffpfjj3egiMAD/Hj/F2R7kQPpif7XAAAAlmVYSWZNTQAqAAAACAAFARIAAwAAAAEAAQAAARoABQAAAAEAAABKARsABQAAAAEAAABSASgAAwAAAAEAAgAAh2kABAAAAAEAAABaAAAAAAAAAJAAAAABAAAAkAAAAAEAA5KGAAcAAAASAAAAhKACAAQAAAABAAAAoqADAAQAAAABAAAAowAAAABBU0NJSQAAAFNjcmVlbnNob3TdNY7rAAAACXBIWXMAABYlAAAWJQFJUiTwAAAC22lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNi4wLjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iPgogICAgICAgICA8ZXhpZjpVc2VyQ29tbWVudD5TY3JlZW5zaG90PC9leGlmOlVzZXJDb21tZW50PgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MTY0PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjE2NjwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDx0aWZmOlhSZXNvbHV0aW9uPjE0NC8xPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj4xNDQvMTwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+Cgk7i9AAAA3eSURBVHgB7Z3Jddw4EIa9TALWXRc7BZ10tlNQCs5AZ5+VgWNwCHYIVgh2CnIGM+9vv1+DpggSqCqgq0DwPQncUKjlY2Fht/T69vb231cOtw8fPpy0ev/+/VnpUFV3Kv3+/ftMJxz/+vXr7Jy3g388KEToPn78+Ir7HvSKqsOWD79//34yi6UXG19fKiPCWRO8y2MAID1kzK4gEj64f+upvXx4jqkBoLxUpuwCIgGc8MUAnDCy7KF10zHiBLBHCO3b+PTp05nQHkA2AXECeBbHsAcpkK1hNO+aoXxqQNgoTMVfeAAwtgLSDMSZBV/EbdgTX79+NV+XfHt9ff1F6zFkwLu7u1dXV1daUbN+AA/c3NyctFwunGtUV48RP3/+PJdiNBEIWpfDL6uuWtw1oysGhHM7tgfw6vDHjx/qrvqNxI0TQonXxqxDFlBqtmoQ2bCm0Vl3PA9oh2hVXXPvpZn0EyMcGLMcL5R6i/hJJUrisTZbUV5JKZ1RF4PYKxNajTlKnHakezi5YNnSdgmMRSC2hJBZz2LA29K5I8lGPJEtW0JZC2MRiA8PD03i0HKlvonCAwptNdxCggGMpdsuiC0UnQCWhqfffS3iXAPj5psVa+UAIJ6SOeHoB1hpS4gJF6etJjd801YS7+zyDZQBiFYbAKShVjKnHHsPMFlYSQZDJWBnQbR6a8L0zEmJlYFTTjsPIFb39/fqtyXUEF8J2dtWu+ZSiveEE8Knp6e9W+d1hx54fHw8aVWS0bbUL+miVzOiRZdsneK3DJ3X2nkAcbQYUu0ltxcgWkFooXw7907JNR6wgnGriz4DERBqQbRSusZR8972HrCIK7r4XDd/BqLWHIwJZybUetFvfcRWO+nMZcVnEC2yYc1Kul93T822PIBXsZotlxXVn9CmUjMT0hP+SgQf75bxky4uS2LGlRDN8h6y4jKznl7xQVGNYBgkMcpfyMbRCDFFwFFubdLYaXtQ9J4pjKeumZ9b21J469qEcMs7/a8xsexBCM0AlORDrdqYL8eKJxA1M2WtQv3DNHaLBKvGyhpwU7mWsX+jgRBKWSqTGjn36z0AoDTxXGapPQ0Q+7R73bs/vQ5d04z9PGtObyrdnxCWeqrPfdohlgRkzSw6BV+VESeIfQAraUUC0Zrc2oyKjKjJitRBnBEnhHShj1KbDVMr0i4zPZ/bT5eEcvfkzrMtMYiaxnNKzfNyD1iCWCvLggUxiNJ0LHf1rLnlAWaWrXtKr9WCqOmeOU4UgTi75dKQzvv2PMAHSATinvB5vb8HLHsoSVermT3DW6J3zUfJiHha0U2lXRWf4BxqBILBRMlzuTojnNfYCJ9Wg6hp0LvDU/D2gMvZwnoseR8fXpY8b1UiIy3blMqW6gg2pDpUgyg1zms9OI4DZqkTS2zj+hxKBAyZUhrwtfYgUwMCZVrqRJl7JXqcahDZ5ewJ936dALaEL+cDtIkfQMnAs8zVKTlvkRUt9CjRdXlPNYhLAdGOLwngmq+YKXlNAwIyIuovZVL2XqlpG7KRpCQPtigj7hnj9bo3AJd+SuHRAMG6qbxlW2vHqMe6a9dbnztERpR83q6143PyARB+NGAQqBIYkUXRpaPUbpphWzWImsa0htbWRxbUfPK8tj3L+wERuiwpJASZMEIWu01CJ5VtaSdlVYPIit5LBIBB8K5rTj+Agx9Clbtv6zyz49Y9Hq4NCWKkrrgEAj5QUaAqsWl5z1AgIntgTZBd0NLYyMejwzgMiIAv6niw9AEBjBjrjfj98SE+9HAECAnrqLYOAeLomZAQshwRxvBdcw8IsdyBZat06YpLICkc2EfXyRLAtNoI4yjddGgQW86OAVrNOhvBZEkAOclgyfMWJWCE3BFm02FBRABaZBzNmt0aXIQEJXS2BpLy2M6aDhHOhQSxRUCtAVwLPtuw1h/yMGxYZuM1HbyeCwuilUNru2CLdlsAifXTyCCGmzWzK7ICYvlXqSzklsogkKX3b93H8eLWPZ6vhQLRsksDgADh0ht0sJr5wj8txs09fBQKRC6NaByD7uuSWXBNd+hk9X9N+LWHtXY8nwsDosXT7hHCFA6LBwQZMWJWDAViGjTJvlUXKGm7tI6FjhGzYggQLSYoHsaDvWCMmBUPAaLl7LQUJs19GEJoH5xoWdE9iNrxTjQICbBWb63fqEev0j2I2pmyNrP0CsRaO1rdI8HoHkTN+FAbyDU4ep/T2BCpe3YNogZCAKMJYm/gcu1pbIg0aXENYi44Jec1ASyR3/MeiyWdnvpK2nINomZ8OBKImEVLtyjds2sQpYPtkSAkgBoYKcNz6RZE7fjQs9MluuHT4pItyjjRLYgSp7POzIj0RJxyOBBH7sKktmnG2r1Qdgui1HnpN+16ObFXO1LbpL7sZRfacQuidKLS03m925KC2FtPSXtuQZQYgzojB0vqkwj1hgMxgtN76xihd3EJYgTH9YYJ7UknK5fQtbZNlyDWGpHeP3KwUjtH2x8OxNECdBR7hgNxdusx0XUJ4uxeY8Kk0doliBqDRq4rzfYRHuzhQIzwFmHkh0Vqm1sQpU/xyCBKbYuwyO8WROmTNevF9IBbEKVPMcZR0rGU9xCO/BnN4UD0DpNUPw2EET6f6RZE6RgRgY7yPQ0plCPWcwsinC2FccSuWZoRI2RDxNo1iFBQukkDJ22vZb2RbMn5yTWI0i8MwVgEb5TMqAFxZsQc+hXnpV0zmxhhrKiBUOs/+rFH6TojwgEaZ46wlKMBUboE1gO8ZRvuQdR0zzA2clbUQAjbo3TL0NU9iMiI2qyoDSgc1XuDzhq9I0EI37oHEUpqsyICGmniAl01EMJnE0R4wXjTZkWo0/IfSBqbq/4H6NEghP9CZEQoqs2KkBFhvNjj3/7CF962MCBaZEV0eZ4zo4VuyIYRM2KofwqJrKgd66E+fjwFjA+IRZaKCCHsDpMRoaxFVoQcbNpZ6V8p+t/Qw6o7jgohvBgKRChs+Wd8Lw0jANTOjuETbHhIJ4h/fdHttzWMDw8PZkCUOAHwoU3tMCNty2Iyl8rrvR9qjEjn8Om3yiaQy+zYcuzINmiHVQmd4ZPIW0gQ4XA4H18msswqkEtY2M2xxDXJBv2wbGStJ3WBflodKeuSZVgQ4TR00RZLHmsBYLZFiWzDDxCwXGagFDQ8IC0ekqWe7BmW5yMehwYRDrdY0tkLHCBLQdu7v8d1QGg5Vu6h81Yb4WbNS2NGC8jSvrXjEW0ODyICNWJg1gAc2dYhQGSA7u/vw88ecwDSxpG649TWYUCkUQgUMuRoG2bGo0KIWA0HIoxCwEZY0oAt2EZZovlrzfrv8LPmdbP+/2Aol2Fy93k+j8yOVYERM/zS78OCCEOZSbhIvTTe8zF196yjpW7VIGKhNtoTym66xyKzNjiRsyD8K92qQZQ2dOl6hNFrdowMoEVsq0HUUG+hsFYGuzyOHVlq5UrrHx1A+A2vTatBlDrcWz1mSJS9syThg0+wP8qmSVKHBTENPrMk3ifDmfixfrc8KnypHzX71SBaB0ijvHVdwJJmKIKJdkrhZH10N7lP6ljr7UWelA1x14wG6XAvTmihxxLMFm2MIlMz1oafRW9WInw/eJQAH8UOEYjSFHwUpx7RTmlG5KRRBCIcPWE8Im7rNluwIAZxds/rQTniWc2yDSd0YhCP6PBp87oHpN0ypHHS+4Y7603kzyIdaxTIS55XInlAwwDHh7D3jeaL2RolIjl76pr3gBUDp4wozYpQz0qRvKnzilcPaGN/lhG1RmqV0bY/61/OA5rYpxDCgtNkRdM9Q4hGIdSfWzwPaGO+CiK6Zm33bLGWFC8cx9QYEGpAXEIILz4v32izYqs//XHMUPu2WgNhzrJnELVZEQ3MRe6cm8c5r/2josiGmxkRrtJmRXTPWkXHCdl4liATthqCPWdEuM0iK86F7vEAhEXacSFk5LIhrp2BiBParAgZFkpDztx8eMAqnmtdMi18e319/YUHKJ+enk6H2hTM+nypnbYx9+N4AEOtm5sbtcKAcIuFFyCiRVTAJyqurq5UCgBGyPnz588z4CqBs3I3DyB2d3d3ZmPCvb/bswoirAU8Fk8CYKacrSeim4dnQ7seAITIhNpExIYAIXtanluWWRBZkV3ssmLtMeVMGGs91/d+AIgxodWGLvnnz5+74l7f3t7+u3UXFCNEW/fVXNuaPdXImffaecBqQpJqVBPnXRAhuAWMkFujKO6fm70HWgAILbEUuDcuTK0p+l4zlnSssyKUoBMAJDaWp4P5q5kHEEu+BWsRVyheuwxYlBEhGAojM7beCCPL1u0dRT7hawVe6kdkwtoP0RSDiIZ6wZgaRYPSSU66n9479//+RQr4If1CUw/46HsJhKhbBSIqXAJGtDs3/x6QQgjLXrzi2zO3dhC6J29eH8MDGgjhgew64pZ7sMaI7vHdu3dmi55b7c1rfj2AxPTt27fqMeHSIhGIEAIYHx8fT/J6jkGWBszjy3mAvSNffmg0KVq+2WqAs1vL1fit9uY1Hx5A3Bl7C42qJyu5RuckJueZsc4jC2KNEKXlZgYileIiNY9nOY4HrLNg6hlzECl8AklPxC9bZcHUM+oxYios3U/HD3P8mHomzn4PAOmNZiCigRRGHE8g4QX/W08A6Y1mXTMbWJazy156xMcx4MPaMH6w33vrDiINxCwb70NnlqRH+pcErsUsuNaai4G4VJRAAs65QL70js1xCh4k8thGuk7Kf3ET+raM1CmnAAAAAElFTkSuQmCC",YOUTUBE:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMQAAACGCAYAAACCNiUMAAAMb2lDQ1BJQ0MgUHJvZmlsZQAASImVVwdYU8kWnluSkJDQAghICb0J0gkgJYQWQHoRbIQkkFBiTAgqdnRRwbWLKFZ0VUSxrYCIotiVRbH3xYKKsi7qYkPlTUhA133le+f75t4/Z878p9yZ3HsA0PzAlUjyUC0A8sUF0oTwYMaYtHQGqRNQgD7QA17AlcuTSVhxcdEAyuD97/LuBkAU96tOCq5/zv9X0eELZDwAkHEQZ/JlvHyIjwOAr+dJpAUAEBV6yykFEgWeA7GuFAYI8SoFzlbinQqcqcRNAzZJCWyILwOgRuVypdkAaNyDekYhLxvyaHyG2EXMF4kB0BwBcQBPyOVDrIh9RH7+JAWugNgO2ksghvEAZuZ3nNl/488c4udys4ewMq8BUQsRySR53Gn/Z2n+t+TnyQd92MBBFUojEhT5wxreyp0UpcBUiLvFmTGxilpD/EHEV9YdAJQilEckK+1RY56MDesHnzpAXfjckCiIjSEOE+fFRKv0mVmiMA7EcLegU0UFnCSIDSBeKJCFJqpsNksnJah8oXVZUjZLpT/HlQ74Vfh6IM9NZqn43wgFHBU/plEkTEqFmAKxVaEoJQZiDYidZbmJUSqbUUVCdsygjVSeoIjfCuIEgTg8WMmPFWZJwxJU9qX5ssF8sc1CESdGhQ8UCJMilPXBTvG4A/HDXLDLAjEreZBHIBsTPZgLXxASqswdey4QJyeqeD5ICoITlGtxiiQvTmWPWwjywhV6C4g9ZIWJqrV4SgHcnEp+PEtSEJekjBMvyuFGxinjwZeBaMAGIYAB5HBkgkkgB4jauuu74S/lTBjgAinIBgLgpNIMrkgdmBHDayIoAn9AJACyoXXBA7MCUAj1X4a0yqsTyBqYLRxYkQueQpwPokAe/C0fWCUe8pYCnkCN6B/euXDwYLx5cCjm/71+UPtNw4KaaJVGPuiRoTloSQwlhhAjiGFEe9wID8D98Gh4DYLDDWfiPoN5fLMnPCW0Ex4RrhM6CLcnioqlP0Q5GnRA/jBVLTK/rwVuAzk98WDcH7JDZlwfNwJOuAf0w8IDoWdPqGWr4lZUhfED998y+O5pqOzILmSUPIwcRLb7caWGg4bnEIui1t/XRxlr5lC92UMzP/pnf1d9PrxH/WiJLcQOYmexE9h5rAmrBwysGWvAWrGjCjy0u54M7K5BbwkD8eRCHtE//HFVPhWVlLnUuHS5fFbOFQimFigOHnuSZJpUlC0sYLDg20HA4Ih5ziMYbi5urgAo3jXKv6+38QPvEES/9Ztu3u8A+Df39/cf+aaLbAZgvzc8/oe/6eyYAGirA3DuME8uLVTqcMWFAP8lNOFJMwSmwBLYwXzc4BvNDwSBUBAJYkESSAMTYJWFcJ9LwRQwA8wFJaAMLAOrwTqwCWwFO8EecADUgyZwApwBF8FlcB3chbunE7wEPeAd6EMQhITQEDpiiJgh1ogj4oYwkQAkFIlGEpA0JAPJRsSIHJmBzEPKkBXIOmQLUo3sRw4jJ5DzSDtyG3mIdCFvkE8ohlJRXdQEtUFHokyUhUahSeh4NBudjBah89ElaAVahe5G69AT6EX0OtqBvkR7MYCpY/qYOeaEMTE2FoulY1mYFJuFlWLlWBVWizXC53wV68C6sY84EafjDNwJ7uAIPBnn4ZPxWfhifB2+E6/DT+FX8Yd4D/6VQCMYExwJvgQOYQwhmzCFUEIoJ2wnHCKchmepk/COSCTqE22J3vAsphFziNOJi4kbiHuJx4ntxMfEXhKJZEhyJPmTYklcUgGphLSWtJvUTLpC6iR9UFNXM1NzUwtTS1cTqxWrlavtUjumdkXtmVofWYtsTfYlx5L55GnkpeRt5EbyJXInuY+iTbGl+FOSKDmUuZQKSi3lNOUe5a26urqFuo96vLpIfY56hfo+9XPqD9U/UnWoDlQ2dRxVTl1C3UE9Tr1NfUuj0WxoQbR0WgFtCa2adpL2gPZBg67hrMHR4GvM1qjUqNO4ovFKk6xprcnSnKBZpFmueVDzkma3FlnLRoutxdWapVWpdVjrplavNl3bVTtWO197sfYu7fPaz3VIOjY6oTp8nfk6W3VO6jymY3RLOpvOo8+jb6OfpnfqEnVtdTm6Obplunt023R79HT0PPRS9KbqVeod1evQx/Rt9Dn6efpL9Q/o39D/NMxkGGuYYNiiYbXDrgx7bzDcIMhAYFBqsNfgusEnQ4ZhqGGu4XLDesP7RriRg1G80RSjjUanjbqH6w73G84bXjr8wPA7xqixg3GC8XTjrcatxr0mpibhJhKTtSYnTbpN9U2DTHNMV5keM+0yo5sFmInMVpk1m71g6DFYjDxGBeMUo8fc2DzCXG6+xbzNvM/C1iLZothir8V9S4ol0zLLcpVli2WPlZnVaKsZVjVWd6zJ1kxrofUa67PW721sbVJtFtjU2zy3NbDl2BbZ1tjes6PZBdpNtquyu2ZPtGfa59pvsL/sgDp4OggdKh0uOaKOXo4ixw2O7SMII3xGiEdUjbjpRHViORU61Tg9dNZ3jnYudq53fjXSamT6yOUjz4786uLpkueyzeWuq45rpGuxa6PrGzcHN55bpds1d5p7mPts9wb31x6OHgKPjR63POmeoz0XeLZ4fvHy9pJ61Xp1eVt5Z3iv977J1GXGMRczz/kQfIJ9Zvs0+Xz09fIt8D3g+6efk1+u3y6/56NsRwlGbRv12N/Cn+u/xb8jgBGQEbA5oCPQPJAbWBX4KMgyiB+0PegZy56Vw9rNehXsEiwNPhT8nu3Lnsk+HoKFhIeUhrSF6oQmh64LfRBmEZYdVhPWE+4ZPj38eAQhIipiecRNjgmHx6nm9ER6R86MPBVFjUqMWhf1KNohWhrdOBodHTl65eh7MdYx4pj6WBDLiV0Zez/ONm5y3JF4YnxcfGX80wTXhBkJZxPpiRMTdyW+SwpOWpp0N9kuWZ7ckqKZMi6lOuV9akjqitSOMSPHzBxzMc0oTZTWkE5KT0nfnt47NnTs6rGd4zzHlYy7Md52/NTx5ycYTcibcHSi5kTuxIMZhIzUjF0Zn7mx3CpubyYnc31mD4/NW8N7yQ/ir+J3CfwFKwTPsvyzVmQ9z/bPXpndJQwUlgu7RWzROtHrnIicTTnvc2Nzd+T256Xm7c1Xy8/IPyzWEeeKT00ynTR1UrvEUVIi6ZjsO3n15B5plHS7DJGNlzUU6MKP+la5nfwn+cPCgMLKwg9TUqYcnKo9VTy1dZrDtEXTnhWFFf0yHZ/Om94yw3zG3BkPZ7JmbpmFzMqc1TLbcvb82Z1zwufsnEuZmzv3t2KX4hXFf81Lndc432T+nPmPfwr/qaZEo0RacnOB34JNC/GFooVti9wXrV30tZRfeqHMpay87PNi3uILP7v+XPFz/5KsJW1LvZZuXEZcJl52Y3ng8p0rtFcUrXi8cvTKulWMVaWr/lo9cfX5co/yTWsoa+RrOiqiKxrWWq1dtvbzOuG665XBlXvXG69ftP79Bv6GKxuDNtZuMtlUtunTZtHmW1vCt9RV2VSVbyVuLdz6dFvKtrO/MH+p3m60vWz7lx3iHR07E3aeqvaurt5lvGtpDVojr+naPW735T0hexpqnWq37NXfW7YP7JPve7E/Y/+NA1EHWg4yD9b+av3r+kP0Q6V1SN20up56YX1HQ1pD++HIwy2Nfo2Hjjgf2dFk3lR5VO/o0mOUY/OP9TcXNfcelxzvPpF94nHLxJa7J8ecvHYq/lTb6ajT586EnTl5lnW2+Zz/uabzvucPX2BeqL/odbGu1bP10G+evx1q82qru+R9qeGyz+XG9lHtx64EXjlxNeTqmWucaxevx1xvv5F849bNcTc7bvFvPb+dd/v1ncI7fXfn3CPcK72vdb/8gfGDqt/tf9/b4dVx9GHIw9ZHiY/uPuY9fvlE9uRz5/yntKflz8yeVT93e97UFdZ1+cXYF50vJS/7ukv+0P5j/Su7V7/+GfRna8+Yns7X0tf9bxa/NXy74y+Pv1p643ofvMt/1/e+9IPhh50fmR/Pfkr99KxvymfS54ov9l8av0Z9vdef398v4Uq5A58CGBxoVhYAb3YAQEsDgA77NspYZS84IIiyfx1A4D9hZb84IF4A1MLv9/hu+HVzE4B922D7Bfk1Ya8aRwMgyQeg7u5DQyWyLHc3JRcV9imEB/39b2HPRloJwJdl/f19Vf39X7bCYGHveFys7EEVQoQ9w2bOl8z8TPBvRNmffpfjj3egiMAD/Hj/F2R7kQPpif7XAAAAimVYSWZNTQAqAAAACAAEARoABQAAAAEAAAA+ARsABQAAAAEAAABGASgAAwAAAAEAAgAAh2kABAAAAAEAAABOAAAAAAAAAJAAAAABAAAAkAAAAAEAA5KGAAcAAAASAAAAeKACAAQAAAABAAAAxKADAAQAAAABAAAAhgAAAABBU0NJSQAAAFNjcmVlbnNob3RFc/T8AAAACXBIWXMAABYlAAAWJQFJUiTwAAAB1mlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNi4wLjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj4xMzQ8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MTk2PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6VXNlckNvbW1lbnQ+U2NyZWVuc2hvdDwvZXhpZjpVc2VyQ29tbWVudD4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CrOcWFkAAAAcaURPVAAAAAIAAAAAAAAAQwAAACgAAABDAAAAQwAABH2HRVy7AAAESUlEQVR4Aeydy3HjMBAFpVTsLHSWw/BZGeiquzNwLI7FSkW7w63HJSWQxBD8AIVmlXckfoEedAEgWdrj6XR6HDJd3t/fm5K9vb31on3RtmYD/2RH4Pf3tynT/X5vy6bP2tZuyOjDcU8h1KitwavRGxutz4gTRVmBgMSQKHYJ+6z1K1xy8pSbCKEG3m34WjdZQnaokoBJsYcoqwhhjV2Nn4ZfZXterdISZa2eZBEh1OjP5zPDndWaAicOEfj5+WlWK4b28axLEsJEQAIPbvZdk4CkUJxzrVlCIMIc1ByzFQEJoei5rluIj4+Pg/2xQCB3AiaEVwqXEMiQexOgfM8EvFJEC4EMz6j5XgoBjxTRQnx9fZVSf8oJgRcC39/fUQ/8ooSgd3jhy4rCCNjzC5NiaokSgt5hCiPbSyAQ00tMCkHvUEKqKWMMgZheYlQIZIjBzD4lEZjqJRCipGxS1mQCU73EqBDMHZL5c4IMCVyv18FSDQrBcGmQGRsKJzA2bEKIwpNL8f0ExoZNg0IwXPKD5ohyCAwNm4JCMFwqJ7GUdB6BoWETQszjyVGFExgaNgWFYLhUeLYp/iQBhJhExA61EQjNI156COYPtTWLeusbmkcgRL3tofqah4ZNL0JcLhd+OaP6plIHgCghmFDX0Rio5T8Cz/OIXg9hv6ZhPQQLBGoh8DyP6AnBhLqWZkA9RQAhRIIIgb8EnucRvR6CCTVtpDYCo0Iwoa6tOVBfI9CdWPd6CISggdRIICgEd5hqbArU2Qh0J9ZtD8EdJhpHrQQQotbMU+8gge7Euu0huMMUZDW40iDaMJOlfAIIsUAO9QO6DDUXgLnzKYJCcIfJlxUJYUeZFPZ/6tFj+BjmtLfuNLVDJoTwpacrhI6ktxCJ8mJPCG65+hMYEkJnQQyRKCfqTlPTQyCEP3FjQuhsiCES+ceeECTOn7AYIeyssPWz3eMIhEikHiuELoMYIpFnVD6bIRPJ8idJAL1HwtpLbJv9lc9GCB7K+aELoP/IQ3N71m7TmhwseRDQswiEmJmPFCF0SXoLkdg/IkRiDpYQQkVADJHYL/aE4KGcPxFLCqGrI4ZIbB8RIpH5GkJYkUwKXgNJTM7Mw+1pdTOHoIfwE1xLCJWE3kIktosIkcB6bSFUNMQQifUjQiQw3koIFRExRGK92Ajx+fn54Nf6/JC3FsJKiBT+PHmOsNc3jgjhQfZ/3z2E0NURQySWjQiRwHNPIVRsxBCJZSJCJHDMQQgrvr26z2sgCYnsHIoQHRjej7kIoXLTW4jE/IgQ89kdchNCVUEMkfBHhPAza4/IVQgVEDFEIj42Qtxut4fBY/ERyF0Iq43yquirYX17I0RCzksQQtWjtxCJ8YgQ43xGt5YkhCqCGCIRjggR5hK1tkQhVDHEEIl+tJwemUP0ocR+K1kIq6NJwWvm/WwjRJ+H61vpQtgDvfP5zM9vdrJuOf0DAAD//xD17qcAAASQSURBVO2dzVHkMBBGh1QgC84QBmcy4MqdDIgFUoFUoD5X9ZRGI1mS5bEl+alq8Y9aY/fXetNqe9m9e39//3t+fj7RyhT4+vo66U9v7eHh4fT09HTSlnapgOJ5BxCXouQe9QiEvvj48otHGCDi2iR7egKCrJAM52Tw+flJhsiT6tqqByAA4Tpuc2cmIF5eXv5eX1/n7OgLKNA6EIopdUIgcDOnAGJGnFRXq0BQJ6QiF+8HiLg2yZ7WgGB5lAxZ0gAgkhLFDVoBAhDiMSrtAYhSxRz7FoBgeeQEZIVdgKgQcU8gAKEicDNDAWJGnFTXHkCwPEpFpa4fICr02xIIQKgIVMHQt7e3093j4+Pfx8dHwTBMpcBWQLA82m6+AUSF1rcGQlmBF6YVAVowFCAWiGZDbgUEyyNTePvtGQhe85eLvzYQgFAegzVH/Pz8nKaiWjUEQJRLuyYQ1Anl+q89AiAqFV0DCLJCZRBWHA4QlWLWAAEIleLfYLjFc3rsypKpXGETsHQkWpcqto29xXMCgjVsuegmYO5INM5Vah87i+cEhFK4vrlo+QqYgKkRLI9SCrXRrydMqiMAYmE8UkAAwkJhdxoGEJXCzwHB8qhS3B2G66Wc2pQhtMPfZ5IK+S0EBCDk69eaJUBURsQFguVRpZgNDL8CgseBZVEREL+/v/wreGWyNWltL+V0c+clE0A0GStuagMFAGIDkblEPwq4y99zhqAg7CeA3Om6CgSB4OXcuiLzaf0oYO8gdMfnDAEQ/QSQO11XAXvCpE89A6ED3kVIBdrRFIgCwZOmo00F/HWfMEmNiwwBEEyQoyngFtRXQPCk6WjTAX9ngaCwZoIcTQH3CZN8v1gy6QSFtVSgHUUBt6CWz1dAUEccZSrgp19QAwRz4tAK+PVDEAjqiEPPkUM5DxCHCjfOphTw6wfZX9UQOkkdIRVoIysQqh/kL0CMHHV8iyoQWi7JOAgEdURURzoGUaAICPnM+4hBIo8bQQVC9YMMgxlCHdQRUoE2ogKx7CBfo0CwbBpxKuCTFFgEhAaybJIKtNEUiC2X5Gc0Q6iTZZNUoI2kwFx2kJ+zQLBsGmkq4IsUmMsO6p8FQgZkCalAG0GBVHaQj0kgyBIjTAV8kAKp7CCbJBAyIktIBVrPCuRkB/mXBQRZouepwL1LgZzsILssIGTI71tLBVqPCuRmB/mWDYSMgUIq0HpSoAQG+VUEhAYAhVSg9aBAKQzyqRgIDRIU7nY64AcKNKKAftfh+/t7+k8US29pERB2ERXb9/f3Z0DsPFsU2EOBGhDsfquAsA/RlqzhqsH+FgoIADVlAzU7ng4W/lgNCPf6ljl0zkBx+9lHgaUKWBbQ+DUA8O/jJkD4F9GxC4mWWTqmoUBMAZvsa377x67lnt8MCPei7r4Lis4Di6vO2Ps26fWfV6rZ1s7v4f3uQKScDgFjY8gypkRbW39Ca6LbZNed+v0t3X3zQJSI5QOibOM2/9i3d22PvB+asO6EdvelU8i+V/2GAqI2CCFAfIhyrrFkTM7n+jb+xPT7Q8exMSNN6pDfuef+AYjoBDZ0Ww8kAAAAAElFTkSuQmCC",PEPPER:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAA7AAAAOwBeShxvQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAPxSURBVFiFxZbfi1VVFMc/e59zf587zowVCIPRYxo0MpnQLwIVmwZLIyEdCB967KnsIUToJbSXsiLoqT8hIipx1EZLTVFhKCoiNSIIMmfGuXPvnXvO/rF6uOP8PPPD+dV+OXvvtfb6fvbaa2+OYpXaR5e2dYxW7A001w/vuLZ5Lj+9WgCJC4JsIVDOsOnot11H1hzg0JMX/9SBOhbmNM7w1poDACQu80Emo2Lvpfzu2cd2rjnA20+fH9aBPq+UQjn/wpoDACjkhtagRD/0vwAIKhj/ypoDfNL/bATsFAUISZpPuBrC7/y8OVuulPc2ZOwwsBFAkPWrDiC7dxfNv+bLc1/XnvjxqaRwd14HCm/9o2lrVuwIpLs7Z130nXjZvuWELmy4Phk6zGi8p/Xomcf3rxqA1a2HgC7d3ka5XuCl93PsOh7w4PdC+9+Qc5rOE+rTmevUSohLd2+LVf4PoH1irhFT/ecWtUaMMHkBonJbT/vAqW/ujlckAxb/5lRxAJXPUSzkuS8qEeVyE/Pam9en+i0bQLp7O1Dq0Kx558FYFKDVZKJF0VhRAKP9MZDiLENjUsc41+wo0AX13lS3ZdWAee6V7Wh1Ki2OHxxCGjEAt2s1vAiZMLQbfruUmeq35AxId2+LaP1ZmjjWTYhb7/DSLMIwk/1lpuuSAZxyHypkYyrc6OhEvx4bAJRSlEstL8/0XdJLmDy//zWBg6lGa/H1sWbXexrOAlDM527mL3/1+0z3e85A0nOgS8HHqUYR/PCdiWEtbh6DVppsKbc7bck9AUh3b4cS+QLIp9qrdSRppjy2lni8+kulwufly2dmnT/cwy2QngNtVuQ8sCnVHif4wUEQ8OIZqo/hRchns5UHfr24bq64i8qA7Ni3zoqcmEsca/FDwyAgItwZi/EihEHgoyh6ZL7YCwLInoOtNhv2AdvmFL89BN6DQCWOsd4Rai35luIzxSt9f80Xf95bIHsOttqk0Qdqa6o9McjgEOI9gjAax8TWEmotUVTa03K1/8JCG5yzBmTXvnYbhKeBLan2Wh0/UmlWvggjjQbGObKZjI3yua3RwNmBhcRhjgw0dx6fTBMX55DhEWT8ihnnqMQxznsK+fytbEvp4eiHk0OLEYeUDMjeV9fb2JwGOqcZvOCrVaRaAxEEoRonjBlDGGgpFUvH1w30v7FY4VSA8R+Lc9PEjcXX60itPiFcTwx1Y9BKkS8UL/uy2Xn/hQujM4Mvpk07Aqfci+KlE2MgNvjGGJjmU2q8I7GuueMwMKUoOkUQHGi/dnpkKcKpAEE1vupqo1XvXclZp6x4ERGx3lvRuhLmslfawuhI6ae+a8sRndr+Awjc3abKyG63AAAAAElFTkSuQmCC",PLANT:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAA7AAAAOwBeShxvQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAQPSURBVFiFvZdLTJxVFMd/584M4DgwpBZQ6UPbhc8NtoumIszQxlgSU100MTExpgubSFJhtDGamBAX1dYWFrqpG2OMMRJfRGk1lM4MNammNkZJowW1YgTlETQ8CzNzj4sO82LmgxbqWX3nfOfc/+/e795z8wk3wI72NGz1ePRulGoV60dlQVQnMGZCrB29yVd28cD2z2cBZK1Ej0frNhpMSIXHUTY7Z6sFfhErTe7VCp/4bptnZtbXivKCQhG6kioxgD9u7K+rAjjy9YOlMzOeTiB4zcWWpw8Fey+b6xXv6Njn8lhPx3LiNgGJ+dyongwFI18CuAHeOr3rlgVP/FUj7hPNdT0/rgRgqHL0WVQeccqZnxQmBg2+CqX0VpuWV44tPkt7OFCuhjNADfA7nuJtoZ1fTTgN3BoOuP1GBxW5PW+CwtRfhulRwb/J4l2XtTGGJusim1oFC2DUsDcpDnAHsSvvtSqOn6bUSGMhcY3DWL/hyiRU3rNEHNDORXEAU2z5GBhIJ0ijP1rf5ARghLxLn1iAsUsGdxGsv8viKl56JBTTlTVWUzAybVSfBGKpJOH1oz0NWwsBWLX35cZic8LYz4bicqX8Tovk7zBzvpt9kSwAgOZA9Dyir6XD4nW77ZuFAIxIdaYfnxfGBwy+KvBXq1N3O7PYAbMAANzT3sOg/Rnv9rSFA3mXWjP2SCIG4wOCr8Liq7L50jPqtCs3lhroYOOpeRETyiowvNHRsc+VZ6g5AE3A+ICLEj+U3rZsC5yPu4s6CwIAtNSFuwS6F32B+4eqxp5YOpYMKvDPoMFTopRvcJ55EvrdF2u7hx0BAMTIK1ll6Mu5x1JF+2ZHhNisUL7ZLn+lKZfwlLyU79USgOaHwt+ifJGBdG/Z2eCjmTmzY9I/OWxYtyWByfOBcuz7hNg9hZpb3oYj6OHsGdhnMt2ifz2nyjZowuN10tXfRPXg5PqKHYfqey8Xyiq4eG3RwDlgR9JNuFzuLc/Vnv4DoL234QHVxPnktQpoPyLDKINAH5ZoSyByQWT5y9nhOpZ20A+TjiueiO8HWgEUeyQtzjctddGduWJZx8nBCvb8SaufACMpHNivihzvDe5C2Z0Mq6iGVjLTQua4f9uigWPA86lkSw1GWxR5Klnc3VIfefh6xcFhBQBwyTuZrjU8psjeVEB4ezXiywKEasMXgb60HiHAn3RHvN6pJZ1tTQEAVOWzDLc0BSP6/oHtF2J5StYWwJgsgLRZPlqtOKzgv0AVae+t/xukMiM81FIX2bia3b9oy67AVRE5mxP+dC3EVwSQtCwAUT25FuIrBhDLD2lPF4p0yYrcYICE66cM71xTMDL9vwI07+4ZAf68qq+rPvuZdg3/hrZRcdX4vFMfrCXAfy2WcnkilELYAAAAAElFTkSuQmCC"},IMAGES:{LOGO:ds,LOGO_MINI:cs,LOGO_MINI2X:cs,LOGO_INVERT:n.p+"static/media/logo-white.f9122f2030254f673c0a3df0aba6b3f1.svg",GOOGLE_PLAY:n.p+"static/media/googlePlay.4839741e2777c7ba8a9c.png",APP_STORE:n.p+"static/media/appStore.a9c38cb6ebcc44ebcc9c.png",HALVES:n.p+"static/media/halves.32c90fd99f29bb05429b.webp",EMPTY_CART:n.p+"static/media/empty\u0421art.f0791a5e6187ce74c298.png",DEFAULT_PIZZA:n.p+"static/media/defaultPizza.181743a171bdeb936abf.png",PROMO1:n.p+"static/media/promo1.2c2371cfb88fffa9d421.webp"}},ps={mobile:"styles_mobile__mIQNd",leftSide:"styles_leftSide__5+D4l",rightSide:"styles_rightSide__93hut",city:"styles_city__KoA1p",logoLink:"styles_logoLink__Je4U9",logo:"styles_logo__hTa5C",languageWrapper:"styles_languageWrapper__ASb7X",desktop:"styles_desktop__qvmmu",error:"styles_error__N2DlB",burgerMenuLogo:"styles_burgerMenuLogo__e3ON0",block:"styles_block__0jJRB",phones:"styles_phones__vvSNm",phone:"styles_phone__muU95",phoneIcon:"styles_phoneIcon__PiR2m",collapseOpen:"styles_collapseOpen__ZSu2U",collapseClose:"styles_collapseClose__azso-",collapseControlOpen:"styles_collapseControlOpen__vvQ0W"},hs=Qn()(e=>{var t,n;let i=e.t;const o=ne((0,r.useState)(!1),2),a=o[0],s=o[1],u=da(),l="undefined"!==typeof window&&null!==(t=window.location)&&void 0!==t&&t.origin?window.location.origin:"https://bellamozzarella.com.ua",c={"@context":"https://schema.org","@type":"Organization",name:"Bella Mozzarella",url:l,logo:"string"===typeof(null===fs||void 0===fs||null===(n=fs.IMAGES)||void 0===n?void 0:n.LOGO)?fs.IMAGES.LOGO.startsWith("http")?fs.IMAGES.LOGO:"".concat(l).concat(fs.IMAGES.LOGO.startsWith("/")?"":"/").concat(fs.IMAGES.LOGO):"".concat(l,"/logo.png"),contactPoint:[{"@type":"ContactPoint",telephone:"+380934321000",contactType:"customer service",areaServed:"UA",availableLanguage:["uk","ru","en"]},{"@type":"ContactPoint",telephone:"+380984321000",contactType:"customer service",areaServed:"UA",availableLanguage:["uk","ru","en"]},{"@type":"ContactPoint",telephone:"+380994321000",contactType:"customer service",areaServed:"UA",availableLanguage:["uk","ru","en"]}]},d={"@context":"https://schema.org","@type":"WebSite",name:"Bella Mozzarella",url:l,inLanguage:u||"uk"};return(0,Ka.jsxs)(Ka.Fragment,{children:[(0,Ka.jsx)("script",{type:"application/ld+json",children:JSON.stringify([c,d])}),(0,Ka.jsxs)("div",{className:ps.mobile,children:[(0,Ka.jsx)("div",{className:ps.leftSide,children:(0,Ka.jsx)("div",{className:ps.city,children:i("components.header.city")})}),(0,Ka.jsx)(Bn,{to:"/".concat(u,"/"),className:ps.logoLink,children:(0,Ka.jsx)("img",{className:ps.logo,src:fs.IMAGES.LOGO,alt:"Logo"})}),(0,Ka.jsx)("div",{className:ps.rightSide,children:(0,Ka.jsx)("div",{className:ps.languageWrapper,children:(0,Ka.jsx)(Ll,{})})})]}),(0,Ka.jsx)("div",{className:ps.desktop,children:(0,Ka.jsxs)("div",{className:ps.block,children:[(0,Ka.jsxs)("div",{className:ps.phones,children:[(0,Ka.jsxs)("div",{className:a?ps.collapseOpen:ps.collapseClose,children:[(0,Ka.jsx)("div",{className:ps.city,children:i("components.header.city")}),(0,Ka.jsxs)("a",{className:ps.phone,href:"tel:+380934321000",children:[(0,Ka.jsx)("span",{className:ps.phoneIcon,children:(0,Ka.jsx)(as,{})}),"(093) 43-21-000"]}),(0,Ka.jsxs)("a",{className:ps.phone,href:"tel:+380984321000",children:[(0,Ka.jsx)("span",{className:ps.phoneIcon,children:(0,Ka.jsx)(as,{})}),"(098) 43-21-000"]}),(0,Ka.jsxs)("a",{className:ps.phone,href:"tel:+380994321000",children:[(0,Ka.jsx)("span",{className:ps.phoneIcon,children:(0,Ka.jsx)(as,{})}),"(099) 43-21-000"]})]}),(0,Ka.jsx)("div",{className:a?ps.collapseControlOpen:ps.collapseControlClose,children:a?(0,Ka.jsx)(us,{onClick:()=>s(!1)}):(0,Ka.jsx)(ss,{onClick:()=>s(!0)})})]}),(0,Ka.jsx)(Bn,{to:"/".concat(u,"/"),className:ps.logoLink,children:(0,Ka.jsx)("img",{className:ps.logo,src:fs.IMAGES.LOGO,alt:"Logo"})}),(0,Ka.jsx)("div",{className:ps.rightSide,children:(0,Ka.jsx)("div",{className:ps.languageWrapper,children:(0,Ka.jsx)(Ll,{})})})]})})]})});var ms=function(){return ms=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},ms.apply(this,arguments)};var gs="",Ds=null,ys=null,vs=null;function Es(){gs="",null!==Ds&&Ds.disconnect(),null!==ys&&(window.clearTimeout(ys),ys=null)}function As(e){return["BUTTON","INPUT","SELECT","TEXTAREA"].includes(e.tagName)&&!e.hasAttribute("disabled")||["A","AREA"].includes(e.tagName)&&e.hasAttribute("href")}function bs(){var e=null;if("#"===gs)e=document.body;else{var t=gs.replace("#","");null===(e=document.getElementById(t))&&"#top"===gs&&(e=document.body)}if(null!==e){vs(e);var n=e.getAttribute("tabindex");return null!==n||As(e)||e.setAttribute("tabindex",-1),e.focus({preventScroll:!0}),null!==n||As(e)||(e.blur(),e.removeAttribute("tabindex")),Es(),!0}return!1}function _s(e){return r.forwardRef(function(t,n){var i="";"string"===typeof t.to&&t.to.includes("#")?i="#"+t.to.split("#").slice(1).join("#"):"object"===typeof t.to&&"string"===typeof t.to.hash&&(i=t.to.hash);var o={};e===In&&(o.isActive=function(e,t){return e&&e.isExact&&t.hash===i});var a=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"===typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n}(t,["scroll","smooth","timeout","elementId"]);return r.createElement(e,ms({},o,a,{onClick:function(e){var n;Es(),gs=t.elementId?"#"+t.elementId:i,t.onClick&&t.onClick(e),""===gs||e.defaultPrevented||0!==e.button||t.target&&"_self"!==t.target||e.metaKey||e.altKey||e.ctrlKey||e.shiftKey||(vs=t.scroll||function(e){return t.smooth?e.scrollIntoView({behavior:"smooth"}):e.scrollIntoView()},n=t.timeout,window.setTimeout(function(){!1===bs()&&(null===Ds&&(Ds=new MutationObserver(bs)),Ds.observe(document,{attributes:!0,childList:!0,subtree:!0}),ys=window.setTimeout(function(){Es()},n||1e4))},0))},ref:n}),t.children)})}var Cs=_s(Bn);_s(In);const Ts=Pi("iiko/getBonus",async e=>{const t=await _a().iiko.authIiko(e.replace(" ",""));return(await _a().iiko.getUser(t.data,e)).data.walletBalances[0].balance}),ks=wi({name:"iiko",initialState:{data:null,loading:!1,error:null},reducers:{},extraReducers:{[Ts.fulfilled]:(e,t)=>{e.loading=!1,e.data=t.payload},[Ts.pending]:e=>{e.loading=!0},[Ts.rejected]:(e,t)=>{e.loading=!1,e.error=t.payload}}}).reducer;function Fs(e){return ns({tag:"svg",attr:{fill:"currentColor",viewBox:"0 0 16 16"},child:[{tag:"path",attr:{fillRule:"evenodd",d:"M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z"}}]})(e)}function Ss(e){return ns({tag:"svg",attr:{fill:"currentColor",viewBox:"0 0 16 16"},child:[{tag:"path",attr:{d:"M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1H.5zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm-1.646-7.646-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L8 8.293l2.646-2.647a.5.5 0 0 1 .708.708z"}}]})(e)}function ws(e){return ns({tag:"svg",attr:{fill:"currentColor",viewBox:"0 0 16 16"},child:[{tag:"path",attr:{d:"M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm2-1a1 1 0 0 0-1 1v1h14V4a1 1 0 0 0-1-1H2zm13 4H1v5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V7z"}},{tag:"path",attr:{d:"M2 10a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-1z"}}]})(e)}var xs=n(2382);const Os=oa,Ns=(e,t)=>{let n=0;const r=e/100*50;return n=t.balance>=r?e-r:t.balance,n},Bs=(e,t)=>{if(t){const t=e.filter(e=>e.type===Os);let n=[];t.forEach(e=>{if(e.count>1)for(let t=0;t<e.count;t++)n.push(e.initialPrice);else n.push(e.initialPrice)});const r=Math.floor(n.length/3),i=n.sort((e,t)=>e-t).slice(0,3*r),o=n.sort((e,t)=>e-t).slice(0,r);return{sum:Ga().sum(i)>0?Ga().sum(i):0,sale:Ga().sum(o)>0?Ga().sum(o):0}}return{sum:0,sale:0}},Is=(e,t,n,r)=>{const i=Bs(n,null===r||void 0===r?void 0:r.promotion1).sale>0;let o=[];n.forEach(e=>{if(e.type===oa)for(let t=0;t<e.count;t++)o.push(e)});let a=o.sort((e,t)=>e.initialPrice-t.initialPrice);const s=Math.trunc(a.length/3);if(a=a.slice(3*s),t===ua[0]){if(i&&e.type===oa){if(e.extraCost&&e.extraCost>0)return e.initialPrice+e.extraCost;if(a.length>0){return a.some(t=>e.id===t.id)?e.initialPrice:e.price}return e.initialPrice?e.initialPrice:e.price}return e.price}if(t===ua[1])return e.type===oa?e.initialPrice>e.price||e.extraCost&&e.extraCost>0?e.initialPrice+e.extraCost:e.price:e.initialPrice},Ps=(e,t,n)=>{const r=[];e.forEach(e=>{for(let t=0;t<e.count;t++)r.push(e)});const i=r.map(r=>Is(r,t,e,n));return Ga().sum(i)},Rs=(e,t,n,r,i,o)=>{const a=n.discount_for_pickup,s=n.promo_active,u=n.promo_start,l=n.promo_text,c=n.promo_discount,d=n.actiive_bonus,f=n.promotion1,p=Bs(e,f).sale,h=Ga().sum(e.filter(e=>e.type===aa).map(e=>e.count>1?e.count*e.price:e.price)),m=Ps(e,t,n)-h;let g=0;if(p&&t===ua[0]&&(g+=p),a&&t===ua[1]){g+=m/100*a}return console.log("---",g),s&&l===i&&m>u&&!p&&(g+=c),d&&r&&(g+=Ns(m,o)),Math.ceil(g)},Ls={subTitle:"styles_subTitle__keR-n",dish:"styles_dish__-91OA",dishInfoWrapper:"styles_dishInfoWrapper__rbIQi",imageHalves:"styles_imageHalves__tNGYA",imageCombo:"styles_imageCombo__ECGs2",imageDish:"styles_imageDish__x1BLJ",dishInfo:"styles_dishInfo__Gm1rq",dishName:"styles_dishName__SnKOr",description:"styles_description__Wk+QS",subtotal:"styles_subtotal__RsrUd",quantity:"styles_quantity__6yka7",quantityInput:"styles_quantityInput__HJrmv",additiveTitle:"styles_additiveTitle__+agEh",additiveItem:"styles_additiveItem__+hyoQ",additiveImage:"styles_additiveImage__xwJUm",additiveName:"styles_additiveName__Gc5is",additiveBlock:"styles_additiveBlock__Lpphl"},Ms=e=>{let t=e.t,n=e.orders,r=e.categories,i=e.delivery,o=e.settings;const a={dots:!1,infinite:!1,speed:500,variableWidth:!0,swipeToSlide:!0},s=G(),u=e=>e.type===sa?e.pizzas.map((e,t)=>(0,Ka.jsx)("img",{className:Ls.imageHalves,src:e.image},t)):e.type===aa?(0,Ka.jsx)("img",{className:Ls.imageCombo,src:e.image}):(0,Ka.jsx)("img",{className:Ls.imageDish,src:e.image}),l=e=>e.type===sa?(0,Ka.jsxs)("div",{className:Ls.description,children:[t("pages.cart.components.list.board"),e.board]}):e.type===aa?(0,Ka.jsx)("div",{className:Ls.description,children:e.description}):e.type===oa?(0,Ka.jsxs)("div",{children:[(0,Ka.jsxs)("div",{className:Ls.description,children:[e.board&&t("pages.cart.components.list.board"),e.board]}),e.additives.length>1&&(0,Ka.jsx)("div",{className:Ls.description,children:e.additives&&e.additives}),e.deleteIngredients.length>1&&(0,Ka.jsx)("div",{className:Ls.description,children:e.deleteIngredients&&e.deleteIngredients})]}):(0,Ka.jsx)("div",{className:Ls.description,children:e.description}),c=()=>n.map((e,r)=>((e,r)=>(0,Ka.jsxs)("div",{className:Ls.dish,children:[(0,Ka.jsxs)("div",{className:Ls.dishInfoWrapper,children:[u(e),(0,Ka.jsxs)("div",{className:Ls.dishInfo,children:[(0,Ka.jsx)("h3",{className:Ls.dishName,children:e.name}),l(e)]})]}),(0,Ka.jsxs)("div",{className:Ls.subtotal,children:[(0,Ka.jsx)("div",{children:"".concat(e.count*Is(e,i,n,o)," ").concat(t("currency"))}),(0,Ka.jsxs)("div",{className:Ls.quantity,children:[(0,Ka.jsx)("button",{onClick:()=>s(1===e.count?Ma(e):La({order:e,sign:"dec"})),children:"-"}),(0,Ka.jsx)("div",{className:Ls.quantityInput,children:e.count}),(0,Ka.jsx)("button",{onClick:()=>s(La({order:e,sign:"inc"})),children:"+"})]})]})]},r))(e,r));return(0,Ka.jsxs)("div",{className:Ls.container,children:[(0,Ka.jsx)("h3",{className:Ls.subTitle,children:"".concat(qa(n)," ").concat(t("pages.cart.components.list.subTitle")," ").concat(Ps(n,i,o)," ").concat(t("currency"))}),(0,Ka.jsx)(c,{}),(()=>{const e=Ya(r).filter(e=>e.cart);return(0,Ka.jsxs)("div",{children:[(0,Ka.jsx)("div",{className:Ls.additiveTitle,children:t("pages.cart.components.list.additiveTitle")}),(0,Ka.jsx)(xs.A,J(J({},a),{},{children:Wa(e).map((e,n)=>(0,Ka.jsx)("div",{onClick:()=>(e=>{const t={id:e.id,type:ia,name:e.name,image:Vi+e.image[0].url,extraCost:0,initialPrice:e.price,board:null,additives:"-",price:e.discount?e.discount:e.price,count:1,deleteIngredients:"-",description:e.pizza.active?"".concat(e.id," / ").concat(e.pizza.active?e.pizza.boards[0].name:""," / - /").concat(e.pizza.active?"+ ":null):e.short_description};s(Ra(t))})(e),children:(0,Ka.jsxs)("article",{className:Ls.additiveItem,children:[(0,Ka.jsx)("img",{className:Ls.additiveImage,src:Vi+e.image[0].url,alt:e.alt_text}),(0,Ka.jsxs)("div",{className:Ls.additiveBlock,children:[(0,Ka.jsx)("h4",{className:Ls.additiveName,children:e.name}),(0,Ka.jsxs)("span",{children:[e.price," ",t("currency")]})]})]})},n))}))]})})()]})};function js(e,t){if(null==e)return{};var n,r,i={},o=Object.keys(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}function zs(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return new zs.InputMask(e,t)}class Us{constructor(e){Object.assign(this,{inserted:"",rawInserted:"",skip:!1,tailShift:0},e)}aggregate(e){return this.rawInserted+=e.rawInserted,this.skip=this.skip||e.skip,this.inserted+=e.inserted,this.tailShift+=e.tailShift,this}get offset(){return this.tailShift+this.inserted.length}}function Hs(e){return"string"===typeof e||e instanceof String}zs.ChangeDetails=Us;const Vs="NONE",Gs="LEFT",Ws="FORCE_LEFT",Ys="RIGHT",qs="FORCE_RIGHT";function Qs(e){return e.replace(/([.*+?^=!:${}()|[\]\/\\])/g,"\\$1")}function Ks(e){return Array.isArray(e)?e:[e,new Us]}function Xs(e,t){if(t===e)return!0;var n,r=Array.isArray(t),i=Array.isArray(e);if(r&&i){if(t.length!=e.length)return!1;for(n=0;n<t.length;n++)if(!Xs(t[n],e[n]))return!1;return!0}if(r!=i)return!1;if(t&&e&&"object"===typeof t&&"object"===typeof e){var o=t instanceof Date,a=e instanceof Date;if(o&&a)return t.getTime()==e.getTime();if(o!=a)return!1;var s=t instanceof RegExp,u=e instanceof RegExp;if(s&&u)return t.toString()==e.toString();if(s!=u)return!1;var l=Object.keys(t);for(n=0;n<l.length;n++)if(!Object.prototype.hasOwnProperty.call(e,l[n]))return!1;for(n=0;n<l.length;n++)if(!Xs(e[l[n]],t[l[n]]))return!1;return!0}return!(!t||!e||"function"!==typeof t||"function"!==typeof e)&&t.toString()===e.toString()}class Js{constructor(e,t,n,r){for(this.value=e,this.cursorPos=t,this.oldValue=n,this.oldSelection=r;this.value.slice(0,this.startChangePos)!==this.oldValue.slice(0,this.startChangePos);)--this.oldSelection.start}get startChangePos(){return Math.min(this.cursorPos,this.oldSelection.start)}get insertedCount(){return this.cursorPos-this.startChangePos}get inserted(){return this.value.substr(this.startChangePos,this.insertedCount)}get removedCount(){return Math.max(this.oldSelection.end-this.startChangePos||this.oldValue.length-this.value.length,0)}get removed(){return this.oldValue.substr(this.startChangePos,this.removedCount)}get head(){return this.value.substring(0,this.startChangePos)}get tail(){return this.value.substring(this.startChangePos+this.insertedCount)}get removeDirection(){return!this.removedCount||this.insertedCount?Vs:this.oldSelection.end!==this.cursorPos&&this.oldSelection.start!==this.cursorPos||this.oldSelection.end!==this.oldSelection.start?Gs:Ys}}class Zs{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=arguments.length>2?arguments[2]:void 0;this.value=e,this.from=t,this.stop=n}toString(){return this.value}extend(e){this.value+=String(e)}appendTo(e){return e.append(this.toString(),{tail:!0}).aggregate(e._appendPlaceholder())}get state(){return{value:this.value,from:this.from,stop:this.stop}}set state(e){Object.assign(this,e)}unshift(e){if(!this.value.length||null!=e&&this.from>=e)return"";const t=this.value[0];return this.value=this.value.slice(1),t}shift(){if(!this.value.length)return"";const e=this.value[this.value.length-1];return this.value=this.value.slice(0,-1),e}}class $s{constructor(e){this._value="",this._update(Object.assign({},$s.DEFAULTS,e)),this.isInitialized=!0}updateOptions(e){Object.keys(e).length&&this.withValueRefresh(this._update.bind(this,e))}_update(e){Object.assign(this,e)}get state(){return{_value:this.value}}set state(e){this._value=e._value}reset(){this._value=""}get value(){return this._value}set value(e){this.resolve(e)}resolve(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{input:!0};return this.reset(),this.append(e,t,""),this.doCommit(),this.value}get unmaskedValue(){return this.value}set unmaskedValue(e){this.reset(),this.append(e,{},""),this.doCommit()}get typedValue(){return this.doParse(this.value)}set typedValue(e){this.value=this.doFormat(e)}get rawInputValue(){return this.extractInput(0,this.value.length,{raw:!0})}set rawInputValue(e){this.reset(),this.append(e,{raw:!0},""),this.doCommit()}get displayValue(){return this.value}get isComplete(){return!0}get isFilled(){return this.isComplete}nearestInputPos(e,t){return e}totalInputPositions(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.value.length;return Math.min(this.value.length,t-e)}extractInput(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.value.length;return this.value.slice(e,t)}extractTail(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.value.length;return new Zs(this.extractInput(e,t),e)}appendTail(e){return Hs(e)&&(e=new Zs(String(e))),e.appendTo(this)}_appendCharRaw(e){return e?(this._value+=e,new Us({inserted:e,rawInserted:e})):new Us}_appendChar(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0;const r=this.state;let i;var o=ne(Ks(this.doPrepare(e,t)),2);if(e=o[0],i=o[1],i=i.aggregate(this._appendCharRaw(e,t)),i.inserted){let e,o=!1!==this.doValidate(t);if(o&&null!=n){const t=this.state;!0===this.overwrite&&(e=n.state,n.unshift(this.value.length-i.tailShift));let r=this.appendTail(n);o=r.rawInserted===n.toString(),o&&r.inserted||"shift"!==this.overwrite||(this.state=t,e=n.state,n.shift(),r=this.appendTail(n),o=r.rawInserted===n.toString()),o&&r.inserted&&(this.state=t)}o||(i=new Us,this.state=r,n&&e&&(n.state=e))}return i}_appendPlaceholder(){return new Us}_appendEager(){return new Us}append(e,t,n){if(!Hs(e))throw new Error("value should be string");const r=new Us,i=Hs(n)?new Zs(String(n)):n;null!==t&&void 0!==t&&t.tail&&(t._beforeTailState=this.state);for(let o=0;o<e.length;++o){const n=this._appendChar(e[o],t,i);if(!n.rawInserted&&!this.doSkipInvalid(e[o],t,i))break;r.aggregate(n)}return(!0===this.eager||"append"===this.eager)&&null!==t&&void 0!==t&&t.input&&e&&r.aggregate(this._appendEager()),null!=i&&(r.tailShift+=this.appendTail(i).tailShift),r}remove(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.value.length;return this._value=this.value.slice(0,e)+this.value.slice(t),new Us}withValueRefresh(e){if(this._refreshing||!this.isInitialized)return e();this._refreshing=!0;const t=this.rawInputValue,n=this.value,r=e();return this.rawInputValue=t,this.value&&this.value!==n&&0===n.indexOf(this.value)&&this.append(n.slice(this.value.length),{},""),delete this._refreshing,r}runIsolated(e){if(this._isolated||!this.isInitialized)return e(this);this._isolated=!0;const t=this.state,n=e(this);return this.state=t,delete this._isolated,n}doSkipInvalid(e){return this.skipInvalid}doPrepare(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this.prepare?this.prepare(e,this,t):e}doValidate(e){return(!this.validate||this.validate(this.value,this,e))&&(!this.parent||this.parent.doValidate(e))}doCommit(){this.commit&&this.commit(this.value,this)}doFormat(e){return this.format?this.format(e,this):e}doParse(e){return this.parse?this.parse(e,this):e}splice(e,t,n,r){let i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{input:!0};const o=e+t,a=this.extractTail(o),s=!0===this.eager||"remove"===this.eager;let u;s&&(r=function(e){switch(e){case Gs:return Ws;case Ys:return qs;default:return e}}(r),u=this.extractInput(0,o,{raw:!0}));let l=e;const c=new Us;if(r!==Vs&&(l=this.nearestInputPos(e,t>1&&0!==e&&!s?Vs:r),c.tailShift=l-e),c.aggregate(this.remove(l)),s&&r!==Vs&&u===this.rawInputValue)if(r===Ws){let e;for(;u===this.rawInputValue&&(e=this.value.length);)c.aggregate(new Us({tailShift:-1})).aggregate(this.remove(e-1))}else r===qs&&a.unshift();return c.aggregate(this.append(n,i,a))}maskEquals(e){return this.mask===e}typedValueEquals(e){const t=this.typedValue;return e===t||$s.EMPTY_VALUES.includes(e)&&$s.EMPTY_VALUES.includes(t)||this.doFormat(e)===this.doFormat(this.typedValue)}}function eu(e){if(null==e)throw new Error("mask property should be defined");return e instanceof RegExp?zs.MaskedRegExp:Hs(e)?zs.MaskedPattern:e instanceof Date||e===Date?zs.MaskedDate:e instanceof Number||"number"===typeof e||e===Number?zs.MaskedNumber:Array.isArray(e)||e===Array?zs.MaskedDynamic:zs.Masked&&e.prototype instanceof zs.Masked?e:e instanceof zs.Masked?e.constructor:e instanceof Function?zs.MaskedFunction:(console.warn("Mask not found for mask",e),zs.Masked)}function tu(e){if(zs.Masked&&e instanceof zs.Masked)return e;const t=(e=Object.assign({},e)).mask;if(zs.Masked&&t instanceof zs.Masked)return t;const n=eu(t);if(!n)throw new Error("Masked class is not found for provided mask, appropriate module needs to be import manually before creating mask.");return new n(e)}$s.DEFAULTS={format:String,parse:e=>e,skipInvalid:!0},$s.EMPTY_VALUES=[void 0,null,""],zs.Masked=$s,zs.createMask=tu;const nu=["parent","isOptional","placeholderChar","displayChar","lazy","eager"],ru={0:/\d/,a:/[\u0041-\u005A\u0061-\u007A\u00AA\u00B5\u00BA\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u0527\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0\u08A2-\u08AC\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0977\u0979-\u097F\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C33\u0C35-\u0C39\u0C3D\u0C58\u0C59\u0C60\u0C61\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D60\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F4\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191C\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19C1-\u19C7\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FCC\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA697\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA78E\uA790-\uA793\uA7A0-\uA7AA\uA7F8-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA80-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uABC0-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]/,"*":/./};class iu{constructor(e){const t=e.parent,n=e.isOptional,r=e.placeholderChar,i=e.displayChar,o=e.lazy,a=e.eager,s=js(e,nu);this.masked=tu(s),Object.assign(this,{parent:t,isOptional:n,placeholderChar:r,displayChar:i,lazy:o,eager:a})}reset(){this.isFilled=!1,this.masked.reset()}remove(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.value.length;return 0===e&&t>=1?(this.isFilled=!1,this.masked.remove(e,t)):new Us}get value(){return this.masked.value||(this.isFilled&&!this.isOptional?this.placeholderChar:"")}get unmaskedValue(){return this.masked.unmaskedValue}get displayValue(){return this.masked.value&&this.displayChar||this.value}get isComplete(){return Boolean(this.masked.value)||this.isOptional}_appendChar(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(this.isFilled)return new Us;const n=this.masked.state,r=this.masked._appendChar(e,t);return r.inserted&&!1===this.doValidate(t)&&(r.inserted=r.rawInserted="",this.masked.state=n),r.inserted||this.isOptional||this.lazy||t.input||(r.inserted=this.placeholderChar),r.skip=!r.inserted&&!this.isOptional,this.isFilled=Boolean(r.inserted),r}append(){return this.masked.append(...arguments)}_appendPlaceholder(){const e=new Us;return this.isFilled||this.isOptional||(this.isFilled=!0,e.inserted=this.placeholderChar),e}_appendEager(){return new Us}extractTail(){return this.masked.extractTail(...arguments)}appendTail(){return this.masked.appendTail(...arguments)}extractInput(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.value.length,n=arguments.length>2?arguments[2]:void 0;return this.masked.extractInput(e,t,n)}nearestInputPos(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Vs;const n=this.value.length,r=Math.min(Math.max(e,0),n);switch(t){case Gs:case Ws:return this.isComplete?r:0;case Ys:case qs:return this.isComplete?r:n;default:return r}}totalInputPositions(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.value.length;return this.value.slice(e,t).length}doValidate(){return this.masked.doValidate(...arguments)&&(!this.parent||this.parent.doValidate(...arguments))}doCommit(){this.masked.doCommit()}get state(){return{masked:this.masked.state,isFilled:this.isFilled}}set state(e){this.masked.state=e.masked,this.isFilled=e.isFilled}}class ou{constructor(e){Object.assign(this,e),this._value="",this.isFixed=!0}get value(){return this._value}get unmaskedValue(){return this.isUnmasking?this.value:""}get displayValue(){return this.value}reset(){this._isRawInput=!1,this._value=""}remove(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this._value.length;return this._value=this._value.slice(0,e)+this._value.slice(t),this._value||(this._isRawInput=!1),new Us}nearestInputPos(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Vs;const n=this._value.length;switch(t){case Gs:case Ws:return 0;default:return n}}totalInputPositions(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this._value.length;return this._isRawInput?t-e:0}extractInput(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this._value.length;return(arguments.length>2&&void 0!==arguments[2]?arguments[2]:{}).raw&&this._isRawInput&&this._value.slice(e,t)||""}get isComplete(){return!0}get isFilled(){return Boolean(this._value)}_appendChar(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n=new Us;if(this.isFilled)return n;const r=!0===this.eager||"append"===this.eager,i=this.char===e&&(this.isUnmasking||t.input||t.raw)&&(!t.raw||!r)&&!t.tail;return i&&(n.rawInserted=this.char),this._value=n.inserted=this.char,this._isRawInput=i&&(t.raw||t.input),n}_appendEager(){return this._appendChar(this.char,{tail:!0})}_appendPlaceholder(){const e=new Us;return this.isFilled||(this._value=e.inserted=this.char),e}extractTail(){return arguments.length>1&&void 0!==arguments[1]||this.value.length,new Zs("")}appendTail(e){return Hs(e)&&(e=new Zs(String(e))),e.appendTo(this)}append(e,t,n){const r=this._appendChar(e[0],t);return null!=n&&(r.tailShift+=this.appendTail(n).tailShift),r}doCommit(){}get state(){return{_value:this._value,_isRawInput:this._isRawInput}}set state(e){Object.assign(this,e)}}const au=["chunks"];class su{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;this.chunks=e,this.from=t}toString(){return this.chunks.map(String).join("")}extend(e){if(!String(e))return;Hs(e)&&(e=new Zs(String(e)));const t=this.chunks[this.chunks.length-1],n=t&&(t.stop===e.stop||null==e.stop)&&e.from===t.from+t.toString().length;if(e instanceof Zs)n?t.extend(e.toString()):this.chunks.push(e);else if(e instanceof su){if(null==e.stop){let t;for(;e.chunks.length&&null==e.chunks[0].stop;)t=e.chunks.shift(),t.from+=e.from,this.extend(t)}e.toString()&&(e.stop=e.blockIndex,this.chunks.push(e))}}appendTo(e){if(!(e instanceof zs.MaskedPattern)){return new Zs(this.toString()).appendTo(e)}const t=new Us;for(let n=0;n<this.chunks.length&&!t.skip;++n){const r=this.chunks[n],i=e._mapPosToBlock(e.value.length),o=r.stop;let a;if(null!=o&&(!i||i.index<=o)){if(r instanceof su||e._stops.indexOf(o)>=0){const n=e._appendPlaceholder(o);t.aggregate(n)}a=r instanceof su&&e._blocks[o]}if(a){const n=a.appendTail(r);n.skip=!1,t.aggregate(n),e._value+=n.inserted;const i=r.toString().slice(n.rawInserted.length);i&&t.aggregate(e.append(i,{tail:!0}))}else t.aggregate(e.append(r.toString(),{tail:!0}))}return t}get state(){return{chunks:this.chunks.map(e=>e.state),from:this.from,stop:this.stop,blockIndex:this.blockIndex}}set state(e){const t=e.chunks,n=js(e,au);Object.assign(this,n),this.chunks=t.map(e=>{const t="chunks"in e?new su:new Zs;return t.state=e,t})}unshift(e){if(!this.chunks.length||null!=e&&this.from>=e)return"";const t=null!=e?e-this.from:e;let n=0;for(;n<this.chunks.length;){const e=this.chunks[n],r=e.unshift(t);if(e.toString()){if(!r)break;++n}else this.chunks.splice(n,1);if(r)return r}return""}shift(){if(!this.chunks.length)return"";let e=this.chunks.length-1;for(;0<=e;){const t=this.chunks[e],n=t.shift();if(t.toString()){if(!n)break;--e}else this.chunks.splice(e,1);if(n)return n}return""}}class uu{constructor(e,t){this.masked=e,this._log=[];const n=e._mapPosToBlock(t)||(t<0?{index:0,offset:0}:{index:this.masked._blocks.length,offset:0}),r=n.offset,i=n.index;this.offset=r,this.index=i,this.ok=!1}get block(){return this.masked._blocks[this.index]}get pos(){return this.masked._blockStartPos(this.index)+this.offset}get state(){return{index:this.index,offset:this.offset,ok:this.ok}}set state(e){Object.assign(this,e)}pushState(){this._log.push(this.state)}popState(){const e=this._log.pop();return this.state=e,e}bindBlock(){this.block||(this.index<0&&(this.index=0,this.offset=0),this.index>=this.masked._blocks.length&&(this.index=this.masked._blocks.length-1,this.offset=this.block.value.length))}_pushLeft(e){for(this.pushState(),this.bindBlock();0<=this.index;--this.index,this.offset=(null===(t=this.block)||void 0===t?void 0:t.value.length)||0){var t;if(e())return this.ok=!0}return this.ok=!1}_pushRight(e){for(this.pushState(),this.bindBlock();this.index<this.masked._blocks.length;++this.index,this.offset=0)if(e())return this.ok=!0;return this.ok=!1}pushLeftBeforeFilled(){return this._pushLeft(()=>{if(!this.block.isFixed&&this.block.value)return this.offset=this.block.nearestInputPos(this.offset,Ws),0!==this.offset||void 0})}pushLeftBeforeInput(){return this._pushLeft(()=>{if(!this.block.isFixed)return this.offset=this.block.nearestInputPos(this.offset,Gs),!0})}pushLeftBeforeRequired(){return this._pushLeft(()=>{if(!(this.block.isFixed||this.block.isOptional&&!this.block.value))return this.offset=this.block.nearestInputPos(this.offset,Gs),!0})}pushRightBeforeFilled(){return this._pushRight(()=>{if(!this.block.isFixed&&this.block.value)return this.offset=this.block.nearestInputPos(this.offset,qs),this.offset!==this.block.value.length||void 0})}pushRightBeforeInput(){return this._pushRight(()=>{if(!this.block.isFixed)return this.offset=this.block.nearestInputPos(this.offset,Vs),!0})}pushRightBeforeRequired(){return this._pushRight(()=>{if(!(this.block.isFixed||this.block.isOptional&&!this.block.value))return this.offset=this.block.nearestInputPos(this.offset,Vs),!0})}}zs.MaskedRegExp=class extends $s{_update(e){e.mask&&(e.validate=t=>t.search(e.mask)>=0),super._update(e)}};const lu=["_blocks"];class cu extends $s{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e.definitions=Object.assign({},ru,e.definitions),super(Object.assign({},cu.DEFAULTS,e))}_update(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e.definitions=Object.assign({},this.definitions,e.definitions),super._update(e),this._rebuildMask()}_rebuildMask(){const e=this.definitions;this._blocks=[],this._stops=[],this._maskedBlocks={};let t=this.mask;if(!t||!e)return;let n=!1,r=!1;for(let a=0;a<t.length;++a){var i,o;if(this.blocks){const e=t.slice(a),n=Object.keys(this.blocks).filter(t=>0===e.indexOf(t));n.sort((e,t)=>t.length-e.length);const r=n[0];if(r){const e=tu(Object.assign({parent:this,lazy:this.lazy,eager:this.eager,placeholderChar:this.placeholderChar,displayChar:this.displayChar,overwrite:this.overwrite},this.blocks[r]));e&&(this._blocks.push(e),this._maskedBlocks[r]||(this._maskedBlocks[r]=[]),this._maskedBlocks[r].push(this._blocks.length-1)),a+=r.length-1;continue}}let s=t[a],u=s in e;if(s===cu.STOP_CHAR){this._stops.push(this._blocks.length);continue}if("{"===s||"}"===s){n=!n;continue}if("["===s||"]"===s){r=!r;continue}if(s===cu.ESCAPE_CHAR){if(++a,s=t[a],!s)break;u=!1}const l=null===(i=e[s])||void 0===i||!i.mask||(null===(o=e[s])||void 0===o?void 0:o.mask.prototype)instanceof zs.Masked?{mask:e[s]}:e[s],c=u?new iu(Object.assign({parent:this,isOptional:r,lazy:this.lazy,eager:this.eager,placeholderChar:this.placeholderChar,displayChar:this.displayChar},l)):new ou({char:s,eager:this.eager,isUnmasking:n});this._blocks.push(c)}}get state(){return Object.assign({},super.state,{_blocks:this._blocks.map(e=>e.state)})}set state(e){const t=e._blocks,n=js(e,lu);this._blocks.forEach((e,n)=>e.state=t[n]),super.state=n}reset(){super.reset(),this._blocks.forEach(e=>e.reset())}get isComplete(){return this._blocks.every(e=>e.isComplete)}get isFilled(){return this._blocks.every(e=>e.isFilled)}get isFixed(){return this._blocks.every(e=>e.isFixed)}get isOptional(){return this._blocks.every(e=>e.isOptional)}doCommit(){this._blocks.forEach(e=>e.doCommit()),super.doCommit()}get unmaskedValue(){return this._blocks.reduce((e,t)=>e+t.unmaskedValue,"")}set unmaskedValue(e){super.unmaskedValue=e}get value(){return this._blocks.reduce((e,t)=>e+t.value,"")}set value(e){super.value=e}get displayValue(){return this._blocks.reduce((e,t)=>e+t.displayValue,"")}appendTail(e){return super.appendTail(e).aggregate(this._appendPlaceholder())}_appendEager(){var e;const t=new Us;let n=null===(e=this._mapPosToBlock(this.value.length))||void 0===e?void 0:e.index;if(null==n)return t;this._blocks[n].isFilled&&++n;for(let r=n;r<this._blocks.length;++r){const e=this._blocks[r]._appendEager();if(!e.inserted)break;t.aggregate(e)}return t}_appendCharRaw(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n=this._mapPosToBlock(this.value.length),r=new Us;if(!n)return r;for(let a=n.index;;++a){var i,o;const n=this._blocks[a];if(!n)break;const s=n._appendChar(e,Object.assign({},t,{_beforeTailState:null===(i=t._beforeTailState)||void 0===i||null===(o=i._blocks)||void 0===o?void 0:o[a]})),u=s.skip;if(r.aggregate(s),u||s.rawInserted)break}return r}extractTail(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.value.length;const n=new su;return e===t||this._forEachBlocksInRange(e,t,(e,t,r,i)=>{const o=e.extractTail(r,i);o.stop=this._findStopBefore(t),o.from=this._blockStartPos(t),o instanceof su&&(o.blockIndex=t),n.extend(o)}),n}extractInput(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.value.length,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};if(e===t)return"";let r="";return this._forEachBlocksInRange(e,t,(e,t,i,o)=>{r+=e.extractInput(i,o,n)}),r}_findStopBefore(e){let t;for(let n=0;n<this._stops.length;++n){const r=this._stops[n];if(!(r<=e))break;t=r}return t}_appendPlaceholder(e){const t=new Us;if(this.lazy&&null==e)return t;const n=this._mapPosToBlock(this.value.length);if(!n)return t;const r=n.index,i=null!=e?e:this._blocks.length;return this._blocks.slice(r,i).forEach(n=>{if(!n.lazy||null!=e){const e=null!=n._blocks?[n._blocks.length]:[],r=n._appendPlaceholder(...e);this._value+=r.inserted,t.aggregate(r)}}),t}_mapPosToBlock(e){let t="";for(let n=0;n<this._blocks.length;++n){const r=this._blocks[n],i=t.length;if(t+=r.value,e<=t.length)return{index:n,offset:e-i}}}_blockStartPos(e){return this._blocks.slice(0,e).reduce((e,t)=>e+t.value.length,0)}_forEachBlocksInRange(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.value.length,n=arguments.length>2?arguments[2]:void 0;const r=this._mapPosToBlock(e);if(r){const e=this._mapPosToBlock(t),i=e&&r.index===e.index,o=r.offset,a=e&&i?e.offset:this._blocks[r.index].value.length;if(n(this._blocks[r.index],r.index,o,a),e&&!i){for(let t=r.index+1;t<e.index;++t)n(this._blocks[t],t,0,this._blocks[t].value.length);n(this._blocks[e.index],e.index,0,e.offset)}}}remove(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.value.length;const n=super.remove(e,t);return this._forEachBlocksInRange(e,t,(e,t,r,i)=>{n.aggregate(e.remove(r,i))}),n}nearestInputPos(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Vs;if(!this._blocks.length)return 0;const n=new uu(this,e);if(t===Vs)return n.pushRightBeforeInput()?n.pos:(n.popState(),n.pushLeftBeforeInput()?n.pos:this.value.length);if(t===Gs||t===Ws){if(t===Gs){if(n.pushRightBeforeFilled(),n.ok&&n.pos===e)return e;n.popState()}if(n.pushLeftBeforeInput(),n.pushLeftBeforeRequired(),n.pushLeftBeforeFilled(),t===Gs){if(n.pushRightBeforeInput(),n.pushRightBeforeRequired(),n.ok&&n.pos<=e)return n.pos;if(n.popState(),n.ok&&n.pos<=e)return n.pos;n.popState()}return n.ok?n.pos:t===Ws?0:(n.popState(),n.ok?n.pos:(n.popState(),n.ok?n.pos:0))}return t===Ys||t===qs?(n.pushRightBeforeInput(),n.pushRightBeforeRequired(),n.pushRightBeforeFilled()?n.pos:t===qs?this.value.length:(n.popState(),n.ok?n.pos:(n.popState(),n.ok?n.pos:this.nearestInputPos(e,Gs)))):e}totalInputPositions(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.value.length,n=0;return this._forEachBlocksInRange(e,t,(e,t,r,i)=>{n+=e.totalInputPositions(r,i)}),n}maskedBlock(e){return this.maskedBlocks(e)[0]}maskedBlocks(e){const t=this._maskedBlocks[e];return t?t.map(e=>this._blocks[e]):[]}}cu.DEFAULTS={lazy:!0,placeholderChar:"_"},cu.STOP_CHAR="`",cu.ESCAPE_CHAR="\\",cu.InputDefinition=iu,cu.FixedDefinition=ou,zs.MaskedPattern=cu;class du extends cu{get _matchFrom(){return this.maxLength-String(this.from).length}_update(e){e=Object.assign({to:this.to||0,from:this.from||0,maxLength:this.maxLength||0},e);let t=String(e.to).length;null!=e.maxLength&&(t=Math.max(t,e.maxLength)),e.maxLength=t;const n=String(e.from).padStart(t,"0"),r=String(e.to).padStart(t,"0");let i=0;for(;i<r.length&&r[i]===n[i];)++i;e.mask=r.slice(0,i).replace(/0/g,"\\0")+"0".repeat(t-i),super._update(e)}get isComplete(){return super.isComplete&&Boolean(this.value)}boundaries(e){let t="",n="";const r=ne(e.match(/^(\D*)(\d*)(\D*)/)||[],3),i=r[1],o=r[2];return o&&(t="0".repeat(i.length)+o,n="9".repeat(i.length)+o),t=t.padEnd(this.maxLength,"0"),n=n.padEnd(this.maxLength,"9"),[t,n]}doPrepare(e){let t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};var r=ne(Ks(super.doPrepare(e.replace(/\D/g,""),n)),2);if(e=r[0],t=r[1],!this.autofix||!e)return e;const i=String(this.from).padStart(this.maxLength,"0"),o=String(this.to).padStart(this.maxLength,"0");let a=this.value+e;if(a.length>this.maxLength)return"";const s=ne(this.boundaries(a),2),u=s[0],l=s[1];return Number(l)<this.from?i[a.length-1]:Number(u)>this.to?"pad"===this.autofix&&a.length<this.maxLength?["",t.aggregate(this.append(i[a.length-1]+e,n))]:o[a.length-1]:e}doValidate(){const e=this.value;if(-1===e.search(/[^0]/)&&e.length<=this._matchFrom)return!0;const t=ne(this.boundaries(e),2),n=t[0],r=t[1];return this.from<=Number(r)&&Number(n)<=this.to&&super.doValidate(...arguments)}}zs.MaskedRange=du;class fu extends cu{constructor(e){super(Object.assign({},fu.DEFAULTS,e))}_update(e){e.mask===Date&&delete e.mask,e.pattern&&(e.mask=e.pattern);const t=e.blocks;e.blocks=Object.assign({},fu.GET_DEFAULT_BLOCKS()),e.min&&(e.blocks.Y.from=e.min.getFullYear()),e.max&&(e.blocks.Y.to=e.max.getFullYear()),e.min&&e.max&&e.blocks.Y.from===e.blocks.Y.to&&(e.blocks.m.from=e.min.getMonth()+1,e.blocks.m.to=e.max.getMonth()+1,e.blocks.m.from===e.blocks.m.to&&(e.blocks.d.from=e.min.getDate(),e.blocks.d.to=e.max.getDate())),Object.assign(e.blocks,this.blocks,t),Object.keys(e.blocks).forEach(t=>{const n=e.blocks[t];!("autofix"in n)&&"autofix"in e&&(n.autofix=e.autofix)}),super._update(e)}doValidate(){const e=this.date;return super.doValidate(...arguments)&&(!this.isComplete||this.isDateExist(this.value)&&null!=e&&(null==this.min||this.min<=e)&&(null==this.max||e<=this.max))}isDateExist(e){return this.format(this.parse(e,this),this).indexOf(e)>=0}get date(){return this.typedValue}set date(e){this.typedValue=e}get typedValue(){return this.isComplete?super.typedValue:null}set typedValue(e){super.typedValue=e}maskEquals(e){return e===Date||super.maskEquals(e)}}fu.DEFAULTS={pattern:"d{.}`m{.}`Y",format:e=>{if(!e)return"";return[String(e.getDate()).padStart(2,"0"),String(e.getMonth()+1).padStart(2,"0"),e.getFullYear()].join(".")},parse:e=>{const t=ne(e.split("."),3),n=t[0],r=t[1],i=t[2];return new Date(i,r-1,n)}},fu.GET_DEFAULT_BLOCKS=()=>({d:{mask:du,from:1,to:31,maxLength:2},m:{mask:du,from:1,to:12,maxLength:2},Y:{mask:du,from:1900,to:9999}}),zs.MaskedDate=fu;class pu{get selectionStart(){let e;try{e=this._unsafeSelectionStart}catch(KF){}return null!=e?e:this.value.length}get selectionEnd(){let e;try{e=this._unsafeSelectionEnd}catch(KF){}return null!=e?e:this.value.length}select(e,t){if(null!=e&&null!=t&&(e!==this.selectionStart||t!==this.selectionEnd))try{this._unsafeSelect(e,t)}catch(KF){}}_unsafeSelect(e,t){}get isActive(){return!1}bindEvents(e){}unbindEvents(){}}zs.MaskElement=pu;class hu extends pu{constructor(e){super(),this.input=e,this._handlers={}}get rootElement(){var e,t,n;return null!==(e=null===(t=(n=this.input).getRootNode)||void 0===t?void 0:t.call(n))&&void 0!==e?e:document}get isActive(){return this.input===this.rootElement.activeElement}get _unsafeSelectionStart(){return this.input.selectionStart}get _unsafeSelectionEnd(){return this.input.selectionEnd}_unsafeSelect(e,t){this.input.setSelectionRange(e,t)}get value(){return this.input.value}set value(e){this.input.value=e}bindEvents(e){Object.keys(e).forEach(t=>this._toggleEventHandler(hu.EVENTS_MAP[t],e[t]))}unbindEvents(){Object.keys(this._handlers).forEach(e=>this._toggleEventHandler(e))}_toggleEventHandler(e,t){this._handlers[e]&&(this.input.removeEventListener(e,this._handlers[e]),delete this._handlers[e]),t&&(this.input.addEventListener(e,t),this._handlers[e]=t)}}hu.EVENTS_MAP={selectionChange:"keydown",input:"input",drop:"drop",click:"click",focus:"focus",commit:"blur"},zs.HTMLMaskElement=hu;class mu extends hu{get _unsafeSelectionStart(){const e=this.rootElement,t=e.getSelection&&e.getSelection(),n=t&&t.anchorOffset,r=t&&t.focusOffset;return null==r||null==n||n<r?n:r}get _unsafeSelectionEnd(){const e=this.rootElement,t=e.getSelection&&e.getSelection(),n=t&&t.anchorOffset,r=t&&t.focusOffset;return null==r||null==n||n>r?n:r}_unsafeSelect(e,t){if(!this.rootElement.createRange)return;const n=this.rootElement.createRange();n.setStart(this.input.firstChild||this.input,e),n.setEnd(this.input.lastChild||this.input,t);const r=this.rootElement,i=r.getSelection&&r.getSelection();i&&(i.removeAllRanges(),i.addRange(n))}get value(){return this.input.textContent}set value(e){this.input.textContent=e}}zs.HTMLContenteditableMaskElement=mu;const gu=["mask"];zs.InputMask=class{constructor(e,t){this.el=e instanceof pu?e:e.isContentEditable&&"INPUT"!==e.tagName&&"TEXTAREA"!==e.tagName?new mu(e):new hu(e),this.masked=tu(t),this._listeners={},this._value="",this._unmaskedValue="",this._saveSelection=this._saveSelection.bind(this),this._onInput=this._onInput.bind(this),this._onChange=this._onChange.bind(this),this._onDrop=this._onDrop.bind(this),this._onFocus=this._onFocus.bind(this),this._onClick=this._onClick.bind(this),this.alignCursor=this.alignCursor.bind(this),this.alignCursorFriendly=this.alignCursorFriendly.bind(this),this._bindEvents(),this.updateValue(),this._onChange()}get mask(){return this.masked.mask}maskEquals(e){var t;return null==e||(null===(t=this.masked)||void 0===t?void 0:t.maskEquals(e))}set mask(e){if(this.maskEquals(e))return;if(!(e instanceof zs.Masked)&&this.masked.constructor===eu(e))return void this.masked.updateOptions({mask:e});const t=tu({mask:e});t.unmaskedValue=this.masked.unmaskedValue,this.masked=t}get value(){return this._value}set value(e){this.value!==e&&(this.masked.value=e,this.updateControl(),this.alignCursor())}get unmaskedValue(){return this._unmaskedValue}set unmaskedValue(e){this.unmaskedValue!==e&&(this.masked.unmaskedValue=e,this.updateControl(),this.alignCursor())}get typedValue(){return this.masked.typedValue}set typedValue(e){this.masked.typedValueEquals(e)||(this.masked.typedValue=e,this.updateControl(),this.alignCursor())}get displayValue(){return this.masked.displayValue}_bindEvents(){this.el.bindEvents({selectionChange:this._saveSelection,input:this._onInput,drop:this._onDrop,click:this._onClick,focus:this._onFocus,commit:this._onChange})}_unbindEvents(){this.el&&this.el.unbindEvents()}_fireEvent(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];const i=this._listeners[e];i&&i.forEach(e=>e(...n))}get selectionStart(){return this._cursorChanging?this._changingCursorPos:this.el.selectionStart}get cursorPos(){return this._cursorChanging?this._changingCursorPos:this.el.selectionEnd}set cursorPos(e){this.el&&this.el.isActive&&(this.el.select(e,e),this._saveSelection())}_saveSelection(){this.displayValue!==this.el.value&&console.warn("Element value was changed outside of mask. Syncronize mask using `mask.updateValue()` to work properly."),this._selection={start:this.selectionStart,end:this.cursorPos}}updateValue(){this.masked.value=this.el.value,this._value=this.masked.value}updateControl(){const e=this.masked.unmaskedValue,t=this.masked.value,n=this.displayValue,r=this.unmaskedValue!==e||this.value!==t;this._unmaskedValue=e,this._value=t,this.el.value!==n&&(this.el.value=n),r&&this._fireChangeEvents()}updateOptions(e){const t=e.mask,n=js(e,gu),r=!this.maskEquals(t),i=!Xs(this.masked,n);r&&(this.mask=t),i&&this.masked.updateOptions(n),(r||i)&&this.updateControl()}updateCursor(e){null!=e&&(this.cursorPos=e,this._delayUpdateCursor(e))}_delayUpdateCursor(e){this._abortUpdateCursor(),this._changingCursorPos=e,this._cursorChanging=setTimeout(()=>{this.el&&(this.cursorPos=this._changingCursorPos,this._abortUpdateCursor())},10)}_fireChangeEvents(){this._fireEvent("accept",this._inputEvent),this.masked.isComplete&&this._fireEvent("complete",this._inputEvent)}_abortUpdateCursor(){this._cursorChanging&&(clearTimeout(this._cursorChanging),delete this._cursorChanging)}alignCursor(){this.cursorPos=this.masked.nearestInputPos(this.masked.nearestInputPos(this.cursorPos,Gs))}alignCursorFriendly(){this.selectionStart===this.cursorPos&&this.alignCursor()}on(e,t){return this._listeners[e]||(this._listeners[e]=[]),this._listeners[e].push(t),this}off(e,t){if(!this._listeners[e])return this;if(!t)return delete this._listeners[e],this;const n=this._listeners[e].indexOf(t);return n>=0&&this._listeners[e].splice(n,1),this}_onInput(e){if(this._inputEvent=e,this._abortUpdateCursor(),!this._selection)return this.updateValue();const t=new Js(this.el.value,this.cursorPos,this.displayValue,this._selection),n=this.masked.rawInputValue,r=this.masked.splice(t.startChangePos,t.removed.length,t.inserted,t.removeDirection,{input:!0,raw:!0}).offset,i=n===this.masked.rawInputValue?t.removeDirection:Vs;let o=this.masked.nearestInputPos(t.startChangePos+r,i);i!==Vs&&(o=this.masked.nearestInputPos(o,Vs)),this.updateControl(),this.updateCursor(o),delete this._inputEvent}_onChange(){this.displayValue!==this.el.value&&this.updateValue(),this.masked.doCommit(),this.updateControl(),this._saveSelection()}_onDrop(e){e.preventDefault(),e.stopPropagation()}_onFocus(e){this.alignCursorFriendly()}_onClick(e){this.alignCursorFriendly()}destroy(){this._unbindEvents(),this._listeners.length=0,delete this.el}};zs.MaskedEnum=class extends cu{_update(e){e.enum&&(e.mask="*".repeat(e.enum[0].length)),super._update(e)}doValidate(){return this.enum.some(e=>e.indexOf(this.unmaskedValue)>=0)&&super.doValidate(...arguments)}};class Du extends $s{constructor(e){super(Object.assign({},Du.DEFAULTS,e))}_update(e){super._update(e),this._updateRegExps()}_updateRegExps(){let e="^"+(this.allowNegative?"[+|\\-]?":""),t=(this.scale?"(".concat(Qs(this.radix),"\\d{0,").concat(this.scale,"})?"):"")+"$";this._numberRegExp=new RegExp(e+"\\d*"+t),this._mapToRadixRegExp=new RegExp("[".concat(this.mapToRadix.map(Qs).join(""),"]"),"g"),this._thousandsSeparatorRegExp=new RegExp(Qs(this.thousandsSeparator),"g")}_removeThousandsSeparators(e){return e.replace(this._thousandsSeparatorRegExp,"")}_insertThousandsSeparators(e){const t=e.split(this.radix);return t[0]=t[0].replace(/\B(?=(\d{3})+(?!\d))/g,this.thousandsSeparator),t.join(this.radix)}doPrepare(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};e=this._removeThousandsSeparators(this.scale&&this.mapToRadix.length&&(t.input&&t.raw||!t.input&&!t.raw)?e.replace(this._mapToRadixRegExp,this.radix):e);const n=ne(Ks(super.doPrepare(e,t)),2),r=n[0],i=n[1];return e&&!r&&(i.skip=!0),[r,i]}_separatorsCount(e){let t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=0;for(let r=0;r<e;++r)this._value.indexOf(this.thousandsSeparator,r)===r&&(++n,t&&(e+=this.thousandsSeparator.length));return n}_separatorsCountFromSlice(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this._value;return this._separatorsCount(this._removeThousandsSeparators(e).length,!0)}extractInput(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.value.length,n=arguments.length>2?arguments[2]:void 0;var r=ne(this._adjustRangeWithSeparators(e,t),2);return e=r[0],t=r[1],this._removeThousandsSeparators(super.extractInput(e,t,n))}_appendCharRaw(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!this.thousandsSeparator)return super._appendCharRaw(e,t);const n=t.tail&&t._beforeTailState?t._beforeTailState._value:this._value,r=this._separatorsCountFromSlice(n);this._value=this._removeThousandsSeparators(this.value);const i=super._appendCharRaw(e,t);this._value=this._insertThousandsSeparators(this._value);const o=t.tail&&t._beforeTailState?t._beforeTailState._value:this._value,a=this._separatorsCountFromSlice(o);return i.tailShift+=(a-r)*this.thousandsSeparator.length,i.skip=!i.rawInserted&&e===this.thousandsSeparator,i}_findSeparatorAround(e){if(this.thousandsSeparator){const t=e-this.thousandsSeparator.length+1,n=this.value.indexOf(this.thousandsSeparator,t);if(n<=e)return n}return-1}_adjustRangeWithSeparators(e,t){const n=this._findSeparatorAround(e);n>=0&&(e=n);const r=this._findSeparatorAround(t);return r>=0&&(t=r+this.thousandsSeparator.length),[e,t]}remove(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.value.length;var n=ne(this._adjustRangeWithSeparators(e,t),2);e=n[0],t=n[1];const r=this.value.slice(0,e),i=this.value.slice(t),o=this._separatorsCount(r.length);this._value=this._insertThousandsSeparators(this._removeThousandsSeparators(r+i));const a=this._separatorsCountFromSlice(r);return new Us({tailShift:(a-o)*this.thousandsSeparator.length})}nearestInputPos(e,t){if(!this.thousandsSeparator)return e;switch(t){case Vs:case Gs:case Ws:{const n=this._findSeparatorAround(e-1);if(n>=0){const r=n+this.thousandsSeparator.length;if(e<r||this.value.length<=r||t===Ws)return n}break}case Ys:case qs:{const t=this._findSeparatorAround(e);if(t>=0)return t+this.thousandsSeparator.length}}return e}doValidate(e){let t=Boolean(this._removeThousandsSeparators(this.value).match(this._numberRegExp));if(t){const e=this.number;t=t&&!isNaN(e)&&(null==this.min||this.min>=0||this.min<=this.number)&&(null==this.max||this.max<=0||this.number<=this.max)}return t&&super.doValidate(e)}doCommit(){if(this.value){const e=this.number;let t=e;null!=this.min&&(t=Math.max(t,this.min)),null!=this.max&&(t=Math.min(t,this.max)),t!==e&&(this.unmaskedValue=this.doFormat(t));let n=this.value;this.normalizeZeros&&(n=this._normalizeZeros(n)),this.padFractionalZeros&&this.scale>0&&(n=this._padFractionalZeros(n)),this._value=n}super.doCommit()}_normalizeZeros(e){const t=this._removeThousandsSeparators(e).split(this.radix);return t[0]=t[0].replace(/^(\D*)(0*)(\d*)/,(e,t,n,r)=>t+r),e.length&&!/\d$/.test(t[0])&&(t[0]=t[0]+"0"),t.length>1&&(t[1]=t[1].replace(/0*$/,""),t[1].length||(t.length=1)),this._insertThousandsSeparators(t.join(this.radix))}_padFractionalZeros(e){if(!e)return e;const t=e.split(this.radix);return t.length<2&&t.push(""),t[1]=t[1].padEnd(this.scale,"0"),t.join(this.radix)}doSkipInvalid(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0;const r=0===this.scale&&e!==this.thousandsSeparator&&(e===this.radix||e===Du.UNMASKED_RADIX||this.mapToRadix.includes(e));return super.doSkipInvalid(e,t,n)&&!r}get unmaskedValue(){return this._removeThousandsSeparators(this._normalizeZeros(this.value)).replace(this.radix,Du.UNMASKED_RADIX)}set unmaskedValue(e){super.unmaskedValue=e}get typedValue(){return this.doParse(this.unmaskedValue)}set typedValue(e){this.rawInputValue=this.doFormat(e).replace(Du.UNMASKED_RADIX,this.radix)}get number(){return this.typedValue}set number(e){this.typedValue=e}get allowNegative(){return this.signed||null!=this.min&&this.min<0||null!=this.max&&this.max<0}typedValueEquals(e){return(super.typedValueEquals(e)||Du.EMPTY_VALUES.includes(e)&&Du.EMPTY_VALUES.includes(this.typedValue))&&!(0===e&&""===this.value)}}Du.UNMASKED_RADIX=".",Du.DEFAULTS={radix:",",thousandsSeparator:"",mapToRadix:[Du.UNMASKED_RADIX],scale:2,signed:!1,normalizeZeros:!0,padFractionalZeros:!1,parse:Number,format:e=>e.toLocaleString("en-US",{useGrouping:!1,maximumFractionDigits:20})},Du.EMPTY_VALUES=[...$s.EMPTY_VALUES,0],zs.MaskedNumber=Du;zs.MaskedFunction=class extends $s{_update(e){e.mask&&(e.validate=e.mask),super._update(e)}};const yu=["compiledMasks","currentMaskRef","currentMask"],vu=["mask"];class Eu extends $s{constructor(e){super(Object.assign({},Eu.DEFAULTS,e)),this.currentMask=null}_update(e){super._update(e),"mask"in e&&(this.compiledMasks=Array.isArray(e.mask)?e.mask.map(e=>tu(e)):[])}_appendCharRaw(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n=this._applyDispatch(e,t);return this.currentMask&&n.aggregate(this.currentMask._appendChar(e,this.currentMaskFlags(t))),n}_applyDispatch(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"";const r=t.tail&&null!=t._beforeTailState?t._beforeTailState._value:this.value,i=this.rawInputValue,o=t.tail&&null!=t._beforeTailState?t._beforeTailState._rawInputValue:i,a=i.slice(o.length),s=this.currentMask,u=new Us,l=null===s||void 0===s?void 0:s.state;if(this.currentMask=this.doDispatch(e,Object.assign({},t),n),this.currentMask)if(this.currentMask!==s){if(this.currentMask.reset(),o){const e=this.currentMask.append(o,{raw:!0});u.tailShift=e.inserted.length-r.length}a&&(u.tailShift+=this.currentMask.append(a,{raw:!0,tail:!0}).tailShift)}else this.currentMask.state=l;return u}_appendPlaceholder(){const e=this._applyDispatch(...arguments);return this.currentMask&&e.aggregate(this.currentMask._appendPlaceholder()),e}_appendEager(){const e=this._applyDispatch(...arguments);return this.currentMask&&e.aggregate(this.currentMask._appendEager()),e}appendTail(e){const t=new Us;return e&&t.aggregate(this._applyDispatch("",{},e)),t.aggregate(this.currentMask?this.currentMask.appendTail(e):super.appendTail(e))}currentMaskFlags(e){var t,n;return Object.assign({},e,{_beforeTailState:(null===(t=e._beforeTailState)||void 0===t?void 0:t.currentMaskRef)===this.currentMask&&(null===(n=e._beforeTailState)||void 0===n?void 0:n.currentMask)||e._beforeTailState})}doDispatch(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"";return this.dispatch(e,this,t,n)}doValidate(e){return super.doValidate(e)&&(!this.currentMask||this.currentMask.doValidate(this.currentMaskFlags(e)))}doPrepare(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=ne(Ks(super.doPrepare(e,t)),2),r=n[0],i=n[1];if(this.currentMask){let e;var o=ne(Ks(super.doPrepare(r,this.currentMaskFlags(t))),2);r=o[0],e=o[1],i=i.aggregate(e)}return[r,i]}reset(){var e;null===(e=this.currentMask)||void 0===e||e.reset(),this.compiledMasks.forEach(e=>e.reset())}get value(){return this.currentMask?this.currentMask.value:""}set value(e){super.value=e}get unmaskedValue(){return this.currentMask?this.currentMask.unmaskedValue:""}set unmaskedValue(e){super.unmaskedValue=e}get typedValue(){return this.currentMask?this.currentMask.typedValue:""}set typedValue(e){let t=String(e);this.currentMask&&(this.currentMask.typedValue=e,t=this.currentMask.unmaskedValue),this.unmaskedValue=t}get displayValue(){return this.currentMask?this.currentMask.displayValue:""}get isComplete(){var e;return Boolean(null===(e=this.currentMask)||void 0===e?void 0:e.isComplete)}get isFilled(){var e;return Boolean(null===(e=this.currentMask)||void 0===e?void 0:e.isFilled)}remove(){const e=new Us;return this.currentMask&&e.aggregate(this.currentMask.remove(...arguments)).aggregate(this._applyDispatch()),e}get state(){var e;return Object.assign({},super.state,{_rawInputValue:this.rawInputValue,compiledMasks:this.compiledMasks.map(e=>e.state),currentMaskRef:this.currentMask,currentMask:null===(e=this.currentMask)||void 0===e?void 0:e.state})}set state(e){const t=e.compiledMasks,n=e.currentMaskRef,r=e.currentMask,i=js(e,yu);this.compiledMasks.forEach((e,n)=>e.state=t[n]),null!=n&&(this.currentMask=n,this.currentMask.state=r),super.state=i}extractInput(){return this.currentMask?this.currentMask.extractInput(...arguments):""}extractTail(){return this.currentMask?this.currentMask.extractTail(...arguments):super.extractTail(...arguments)}doCommit(){this.currentMask&&this.currentMask.doCommit(),super.doCommit()}nearestInputPos(){return this.currentMask?this.currentMask.nearestInputPos(...arguments):super.nearestInputPos(...arguments)}get overwrite(){return this.currentMask?this.currentMask.overwrite:super.overwrite}set overwrite(e){console.warn('"overwrite" option is not available in dynamic mask, use this option in siblings')}get eager(){return this.currentMask?this.currentMask.eager:super.eager}set eager(e){console.warn('"eager" option is not available in dynamic mask, use this option in siblings')}get skipInvalid(){return this.currentMask?this.currentMask.skipInvalid:super.skipInvalid}set skipInvalid(e){(this.isInitialized||e!==$s.DEFAULTS.skipInvalid)&&console.warn('"skipInvalid" option is not available in dynamic mask, use this option in siblings')}maskEquals(e){return Array.isArray(e)&&this.compiledMasks.every((t,n)=>{if(!e[n])return;const r=e[n],i=r.mask;return Xs(t,js(r,vu))&&t.maskEquals(i)})}typedValueEquals(e){var t;return Boolean(null===(t=this.currentMask)||void 0===t?void 0:t.typedValueEquals(e))}}Eu.DEFAULTS={dispatch:(e,t,n,r)=>{if(!t.compiledMasks.length)return;const i=t.rawInputValue,o=t.compiledMasks.map((o,a)=>{const s=t.currentMask===o,u=s?o.value.length:o.nearestInputPos(o.value.length,Ws);return o.rawInputValue!==i?(o.reset(),o.append(i,{raw:!0})):s||o.remove(u),o.append(e,t.currentMaskFlags(n)),o.appendTail(r),{index:a,weight:o.rawInputValue.length,totalInputPositions:o.totalInputPositions(0,Math.max(u,o.nearestInputPos(o.value.length,Ws)))}});return o.sort((e,t)=>t.weight-e.weight||t.totalInputPositions-e.totalInputPositions),t.compiledMasks[o[0].index]}},zs.MaskedDynamic=Eu;const Au={MASKED:"value",UNMASKED:"unmaskedValue",TYPED:"typedValue"};function bu(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Au.MASKED,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Au.MASKED;const r=tu(e);return e=>r.runIsolated(r=>(r[t]=e,r[n]))}zs.PIPE_TYPE=Au,zs.createPipe=bu,zs.pipe=function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return bu(...n)(e)};try{globalThis.IMask=zs}catch(KF){}function _u(e){if(null==e)throw new TypeError("Cannot destructure "+e)}var Cu=n(5173),Tu=n.n(Cu);const ku={mask:Tu().oneOfType([Tu().array,Tu().func,Tu().string,Tu().instanceOf(RegExp),Tu().oneOf([Date,Number,zs.Masked]),Tu().instanceOf(zs.Masked)]),value:Tu().any,unmask:Tu().oneOfType([Tu().bool,Tu().oneOf(["typed"])]),prepare:Tu().func,validate:Tu().func,commit:Tu().func,overwrite:Tu().oneOfType([Tu().bool,Tu().oneOf(["shift"])]),eager:Tu().oneOfType([Tu().bool,Tu().oneOf(["append","remove"])]),skipInvalid:Tu().bool,onAccept:Tu().func,onComplete:Tu().func,placeholderChar:Tu().string,displayChar:Tu().string,lazy:Tu().bool,definitions:Tu().object,blocks:Tu().object,pattern:Tu().string,format:Tu().func,parse:Tu().func,autofix:Tu().oneOfType([Tu().bool,Tu().oneOf(["pad"])]),radix:Tu().string,thousandsSeparator:Tu().string,mapToRadix:Tu().arrayOf(Tu().string),scale:Tu().number,signed:Tu().bool,normalizeZeros:Tu().bool,padFractionalZeros:Tu().bool,min:Tu().oneOfType([Tu().number,Tu().instanceOf(Date)]),max:Tu().oneOfType([Tu().number,Tu().instanceOf(Date)]),dispatch:Tu().func,inputRef:Tu().oneOfType([Tu().func,Tu().shape({current:Tu().object})])},Fu=Object.keys(ku).filter(e=>"value"!==e),Su=["value","unmask","onAccept","onComplete","inputRef"],wu=Fu.filter(e=>Su.indexOf(e)<0);const xu=["inputRef"],Ou=function(e){const t=class extends r.Component{constructor(e){super(e),this._inputRef=this._inputRef.bind(this)}componentDidMount(){this.props.mask&&this.initMask()}componentDidUpdate(){const e=this.props,t=this._extractMaskOptionsFromProps(e);t.mask?this.maskRef?(this.maskRef.updateOptions(t),"value"in e&&(this.maskValue=e.value)):this.initMask(t):(this.destroyMask(),"value"in e&&(this.element.value=e.value))}componentWillUnmount(){this.destroyMask()}_inputRef(e){this.element=e,this.props.inputRef&&(Object.prototype.hasOwnProperty.call(this.props.inputRef,"current")?this.props.inputRef.current=e:this.props.inputRef(e))}initMask(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this._extractMaskOptionsFromProps(this.props);this.maskRef=zs(this.element,e).on("accept",this._onAccept.bind(this)).on("complete",this._onComplete.bind(this)),"value"in this.props&&(this.maskValue=this.props.value)}destroyMask(){this.maskRef&&(this.maskRef.destroy(),delete this.maskRef)}_extractMaskOptionsFromProps(e){const t=Object.assign({},(_u(e),e));return Object.keys(t).filter(e=>wu.indexOf(e)<0).forEach(e=>{delete t[e]}),t}_extractNonMaskProps(e){const t=e,n=Object.assign({},(_u(t),t));return Fu.forEach(e=>{delete n[e]}),"defaultValue"in n||(n.defaultValue=e.mask?"":n.value),delete n.value,n}get maskValue(){return"typed"===this.props.unmask?this.maskRef.typedValue:this.props.unmask?this.maskRef.unmaskedValue:this.maskRef.value}set maskValue(e){e=null==e&&"typed"!==this.props.unmask?"":e,"typed"===this.props.unmask?this.maskRef.typedValue=e:this.props.unmask?this.maskRef.unmaskedValue=e:this.maskRef.value=e}_onAccept(e){this.props.onAccept&&this.maskRef&&this.props.onAccept(this.maskValue,this.maskRef,e)}_onComplete(e){this.props.onComplete&&this.maskRef&&this.props.onComplete(this.maskValue,this.maskRef,e)}render(){return r.createElement(e,Object.assign({},this._extractNonMaskProps(this.props),{inputRef:this._inputRef}))}},n=e.displayName||e.name||"Component";return t.displayName="IMask(".concat(n,")"),t.propTypes=ku,r.forwardRef((e,n)=>r.createElement(t,Object.assign({},e,{ref:n})))}(e=>{let t=e.inputRef,n=function(e,t){if(null==e)return{};var n,r,i={},o=Object.keys(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}(e,xu);return r.createElement("input",Object.assign({},n,{ref:t}))}),Nu=r.forwardRef((e,t)=>r.createElement(Ou,Object.assign({},e,{ref:t})));const Bu={container:"styles_container__mUQqT",header:"styles_header__u2-km",name:"styles_name__cOL-o",number:"styles_number__9ocTx",label:"styles_label__YLxJh",title:"styles_title__2M7-l",subTitle:"styles_subTitle__7R0Ob",text:"styles_text__qdumR",checkbox:"styles_checkbox__+HFtT",info:"styles_info__BXWLL",newChecknox:"styles_newChecknox__lim8+"},Iu=e=>{let t=e.t,n=e.phone,r=e.getIikoBonuses,i=e.iiko,o=e.setBonus;return(0,Ka.jsxs)("div",{className:Bu.container,children:[(0,Ka.jsxs)("div",{className:Bu.header,children:[(0,Ka.jsx)("h3",{className:Bu.name,children:t("pages.cart.components.bonus.name")}),(0,Ka.jsx)(Nu,{className:Bu.number,mask:"+{00} (000) 00 00 000",value:n,onAccept:e=>r(e),placeholder:t("pages.cart.components.bonus.enterPhone")})]}),null!==i&&19===n.length&&(0,Ka.jsxs)("label",{className:Bu.label,children:[(0,Ka.jsx)("input",{className:Bu.checkbox,name:"isGoing",type:"checkbox",onChange:e=>o(e.target.checked)}),(0,Ka.jsxs)("div",{className:Bu.info,children:[(0,Ka.jsxs)("div",{className:Bu.textBlock,children:[(0,Ka.jsx)("p",{className:Bu.title,children:t("pages.cart.components.bonus.title")}),(0,Ka.jsxs)("p",{className:Bu.subTitle,children:[t("pages.cart.components.bonus.subTitle"),i,t("currency")]}),(0,Ka.jsxs)("p",{className:Bu.text,children:[t("pages.cart.components.bonus.text1"),"50",t("pages.cart.components.bonus.text2")]})]}),(0,Ka.jsx)("span",{className:Bu.newChecknox})]})]})]})},Pu="styles_container__ECauy",Ru="styles_header__K+7Q0",Lu="styles_name__xpOSq",Mu="styles_number__yfHzt",ju="styles_text__UE2gj",zu=e=>{let t=e.t,n=e.promo,r=e.setPromo,i=e.promoStart;return(0,Ka.jsx)("div",{className:Pu,children:(0,Ka.jsxs)("div",{className:Ru,children:[(0,Ka.jsx)("h3",{className:Lu,children:t("pages.cart.components.promo.title")}),(0,Ka.jsx)("input",{className:Mu,value:n,onChange:e=>r(e.target.value),placeholder:t("pages.cart.components.promo.placeholder")}),(0,Ka.jsxs)("p",{className:ju,children:[t("pages.cart.components.promo.text1"),i,t("currency")]})]})})};function Uu(e){return ns({tag:"svg",attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"none",d:"M0 0h24v24H0z"}},{tag:"path",attr:{d:"M16 14V6c0-1.76 2.24-4 5-4v16.17l-2-2V14h-3zm4.49 9.31L10.02 12.85c-.33.09-.66.15-1.02.15v9H7v-9c-2.21 0-4-1.79-4-4V5.83L.69 3.51 2.1 2.1l19.8 19.8-1.41 1.41zM6.17 9L5 7.83V9h1.17zM9 2H7v2.17l2 2V2zm4 7V2h-2v6.17l1.85 1.85c.09-.33.15-.66.15-1.02z"}}]})(e)}function Hu(e){return ns({tag:"svg",attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"none",d:"M0 0h24v24H0z"}},{tag:"path",attr:{d:"M11 9H9V2H7v7H5V2H3v7c0 2.12 1.66 3.84 3.75 3.97V22h2.5v-9.03C11.34 12.84 13 11.12 13 9V2h-2v7zm5-3v8h2.5v8H21V2c-2.76 0-5 2.24-5 4z"}}]})(e)}const Vu={container:"styles_container__9S4bJ",title:"styles_title__VhB3O",choise:"styles_choise__RAU65",current:"styles_current__LZHk0",select:"styles_select__xnNiY",option:"styles_option__OmYGk",inputName:"styles_inputName__xWEeO",inputPhone:"styles_inputPhone__rZ5tN",inputAddress:"styles_inputAddress__b9MLC",inputTime:"styles_inputTime__DkU6y",comment:"styles_comment__M0qy3",timeDelivery:"styles_timeDelivery__BnIjJ",cutlery:"styles_cutlery__ONZXM",quantity:"styles_quantity__A8Ov-",quantityInput:"styles_quantityInput__Rswen",nomeals:"styles_nomeals__jrWRj",icon:"styles_icon__pJa50",label:"styles_label__6519F",required:"styles_required__PONLf"},Gu=e=>{let t=e.t,n=e.delivery,r=e.setDelivery,i=e.phone1,o=e.phone2,a=e.setPhone2,s=e.name,u=e.setName,l=e.address,c=e.setAddress,d=e.setAddressPickUp,f=e.time,p=e.setTime,h=e.comment,m=e.setComment,g=e.isCutlery,D=e.setIsCutlery;const y=[{label:t("pages.cart.components.delivery.address1"),value:t("pages.cart.components.delivery.address1")},{label:t("pages.cart.components.delivery.address2"),value:t("pages.cart.components.delivery.address2")}];return(0,Ka.jsxs)("div",{className:Vu.container,children:[(0,Ka.jsx)("h3",{className:Vu.title,children:t("pages.cart.components.delivery.title")}),(0,Ka.jsxs)("ul",{className:Vu.choise,children:[(0,Ka.jsx)("li",{className:n===ua[0]&&Vu.current,onClick:()=>r(ua[0]),children:t("pages.cart.components.delivery.home")}),(0,Ka.jsx)("li",{className:n===ua[1]&&Vu.current,onClick:()=>r(ua[1]),children:t("pages.cart.components.delivery.cafe")})]}),(0,Ka.jsx)("input",{type:"text",value:s,placeholder:t("pages.cart.components.delivery.name"),onChange:e=>u(e.target.value),className:Vu.inputName}),19!==i.length&&(0,Ka.jsx)(Nu,{className:Vu.inputPhone,mask:"+{00} (000) 00 00 000",value:o,onAccept:e=>a(e),placeholder:t("pages.cart.components.delivery.phone")}),n===ua[0]?(0,Ka.jsx)("input",{type:"text",value:l,placeholder:t("pages.cart.components.delivery.address"),onChange:e=>c(e.target.value),className:Vu.inputAddress}):(0,Ka.jsx)("select",{className:Vu.select,onChange:e=>d(e.target.value),children:y.map((e,t)=>(0,Ka.jsx)("option",{className:Vu.option,value:e.value,children:e.label},t))}),(0,Ka.jsxs)("ul",{className:Vu.timeDelivery,children:[(0,Ka.jsx)("li",{children:(0,Ka.jsxs)("label",{children:[(0,Ka.jsx)("input",{type:"radio",value:"now",checked:"now"===f,onChange:e=>p(e.target.value)}),(0,Ka.jsx)("span",{children:t("pages.cart.components.delivery.now")})]})}),(0,Ka.jsx)("li",{children:(0,Ka.jsxs)("label",{children:[(0,Ka.jsx)("input",{type:"radio",value:"time",checked:"now"!==f,onChange:()=>p("")}),(0,Ka.jsxs)("span",{children:[t("pages.cart.components.delivery.onTime")," "]})]})}),"now"!==f&&(0,Ka.jsx)("input",{type:"text",value:f,placeholder:t("pages.cart.components.delivery.time"),className:Vu.inputTime,onChange:e=>p(e.target.value)})]}),(0,Ka.jsx)("textarea",{className:Vu.comment,maxLength:90,value:h,onChange:e=>m(e.target.value),placeholder:t("pages.cart.components.delivery.comment")}),(0,Ka.jsxs)("div",{className:Vu.cutlery,children:[(0,Ka.jsxs)("span",{className:Vu.nomeals,children:[(0,Ka.jsx)("span",{children:(0,Ka.jsx)(Uu,{className:Vu.icon})}),(0,Ka.jsx)("label",{className:Vu.label,children:t("pages.cart.components.delivery.nomeals")})]}),(0,Ka.jsxs)("span",{className:Vu.meals,children:[(0,Ka.jsx)("span",{children:(0,Ka.jsx)(Hu,{className:Vu.icon})}),(0,Ka.jsx)("label",{className:Vu.label,children:t("pages.cart.components.delivery.meals")})]}),(0,Ka.jsxs)("div",{className:Vu.quantity,children:[(0,Ka.jsx)("button",{onClick:()=>D(g>=1?g-1:0),children:"-"}),(0,Ka.jsx)("div",{className:Vu.quantityInput,children:g}),(0,Ka.jsx)("button",{onClick:()=>D(g+1),children:"+"})]})]}),(0,Ka.jsx)("label",{className:Vu.required,children:t("pages.cart.components.delivery.required")})]})};function Wu(e){return ns({tag:"svg",attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M298.9 24.31c-14.9.3-25.6 3.2-32.7 8.4l-97.3 52.1-54.1 73.59c-11.4 17.6-3.3 51.6 32.3 29.8l39-51.4c49.5-42.69 150.5-23.1 102.6 62.6-23.5 49.6-12.5 73.8 17.8 84l13.8-46.4c23.9-53.8 68.5-63.5 66.7-106.9l107.2 7.7-1-112.09-194.3-1.4zM244.8 127.7c-17.4-.3-34.5 6.9-46.9 17.3l-39.1 51.4c10.7 8.5 21.5 3.9 32.2-6.4 12.6 6.4 22.4-3.5 30.4-23.3 3.3-13.5 8.2-23 23.4-39zm-79.6 96c-.4 0-.9 0-1.3.1-3.3.7-7.2 4.2-9.8 12.2-2.7 8-3.3 19.4-.9 31.6 2.4 12.1 7.4 22.4 13 28.8 5.4 6.3 10.4 8.1 13.7 7.4 3.4-.6 7.2-4.2 9.8-12.1 2.7-8 3.4-19.5 1-31.6-2.5-12.2-7.5-22.5-13-28.8-4.8-5.6-9.2-7.6-12.5-7.6zm82.6 106.8c-7.9.1-17.8 2.6-27.5 7.3-11.1 5.5-19.8 13.1-24.5 20.1-4.7 6.9-5.1 12.1-3.6 15.2 1.5 3 5.9 5.9 14.3 6.3 8.4.5 19.7-1.8 30.8-7.3 11.1-5.5 19.8-13 24.5-20 4.7-6.9 5.1-12.2 3.6-15.2-1.5-3.1-5.9-5.9-14.3-6.3-1.1-.1-2.1-.1-3.3-.1zm-97.6 95.6c-4.7.1-9 .8-12.8 1.9-8.5 2.5-13.4 7-15 12.3-1.7 5.4 0 11.8 5.7 18.7 5.8 6.8 15.5 13.3 27.5 16.9 11.9 3.6 23.5 3.5 32.1.9 8.6-2.5 13.5-7 15.1-12.3 1.6-5.4 0-11.8-5.8-18.7-5.7-6.8-15.4-13.3-27.4-16.9-6.8-2-13.4-2.9-19.4-2.8z"}}]})(e)}function Yu(e){return ns({tag:"svg",attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M436.9 364.8c-14.7-14.7-50-36.8-67.4-45.1-20.2-9.7-27.6-9.5-41.9.8-11.9 8.6-19.6 16.6-33.3 13.6-13.7-2.9-40.7-23.4-66.9-49.5-26.2-26.2-46.6-53.2-49.5-66.9-2.9-13.8 5.1-21.4 13.6-33.3 10.3-14.3 10.6-21.7.8-41.9C184 125 162 89.8 147.2 75.1c-14.7-14.7-18-11.5-26.1-8.6 0 0-12 4.8-23.9 12.7-14.7 9.8-22.9 18-28.7 30.3-5.7 12.3-12.3 35.2 21.3 95 27.1 48.3 53.7 84.9 93.2 124.3l.1.1.1.1c39.5 39.5 76 66.1 124.3 93.2 59.8 33.6 82.7 27 95 21.3 12.3-5.7 20.5-13.9 30.3-28.7 7.9-11.9 12.7-23.9 12.7-23.9 2.9-8.1 6.2-11.4-8.6-26.1z"}}]})(e)}function qu(e){return ns({tag:"svg",attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M466 355.9H46c-7.7 0-14 6.3-14 14s6.3 14 14 14h420c7.7 0 14-6.3 14-14s-6.3-14-14-14zM466 403.9H46c-7.7 0-14 6.3-14 14s6.3 14 14 14h420c7.7 0 14-6.3 14-14s-6.3-14-14-14zM444.9 80.1H67.1C47.8 80.1 32 95.9 32 115.2V293c0 19.3 15.8 35.1 35.1 35.1h377.8c19.3 0 35.1-15.8 35.1-35.1V115.2c0-19.3-15.8-35.1-35.1-35.1zM114 296.1H78c-7.7 0-14-6.3-14-14s6.3-14 14-14h36c7.7 0 14 6.3 14 14s-6.3 14-14 14zm0-156H78c-7.7 0-14-6.3-14-14s6.3-14 14-14h36c7.7 0 14 6.3 14 14s-6.3 14-14 14zm142 144c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80zm178 12h-36c-7.7 0-14-6.3-14-14s6.3-14 14-14h36c7.7 0 14 6.3 14 14s-6.3 14-14 14zm0-156h-36c-7.7 0-14-6.3-14-14s6.3-14 14-14h36c7.7 0 14 6.3 14 14s-6.3 14-14 14z"}},{tag:"circle",attr:{cx:"256",cy:"206",r:"53"}}]})(e)}function Qu(e){return ns({tag:"svg",attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M405 136.798L375.202 107 256 226.202 136.798 107 107 136.798 226.202 256 107 375.202 136.798 405 256 285.798 375.202 405 405 375.202 285.798 256z"}}]})(e)}const Ku={title:"styles_title__Lz43L",payMethod:"styles_payMethod__6UEay",current:"styles_current__mgPHe",payTitle:"styles_payTitle__ag8U-",iconPay:"styles_iconPay__eApsF"},Xu=e=>{let t=e.t,n=e.paymentArray,r=e.payment,i=e.setPayment;return(0,Ka.jsxs)("div",{className:Ku.container,children:[(0,Ka.jsx)("p",{className:Ku.title,children:t("pages.cart.components.payment.method")}),(0,Ka.jsxs)("ul",{className:Ku.payMethod,children:[(0,Ka.jsxs)("li",{className:n&&n[0].name===r&&Ku.current,onClick:()=>i(n[0].name),children:[(0,Ka.jsx)(Wu,{className:Ku.iconPay}),(0,Ka.jsx)("span",{children:t("pages.cart.components.payment.paymentByCash")})]}),(0,Ka.jsxs)("li",{className:n&&n[1].name===r&&Ku.current,onClick:()=>i(n[1].name),children:[(0,Ka.jsx)(qu,{className:Ku.iconPay}),(0,Ka.jsx)("span",{children:t("pages.cart.components.payment.paymentByCart")})]}),n&&n[2]&&(0,Ka.jsxs)("li",{className:n&&n[2].name===r&&Ku.current,onClick:()=>i(n[2].name),children:[(0,Ka.jsx)(ws,{className:Ku.iconPay}),(0,Ka.jsx)("span",{children:t("pages.cart.components.payment.paymentByOnline")})]})]})]})};var Ju=n(6111),Zu=n.n(Ju);const $u="styles_button__6ZK3H",el=Qn()(e=>{let t=e.t,n=e.id,r=e.amount;const i={version:"3",public_key:"i70065418369",private_key:Wi,action:"pay",amount:r,currency:"UAH",description:"BellaMozzarella, ...".concat(n),result_url:"https://bellamozzarella.com.ua/uk/",server_url:"https://bm.kharkiv.ua/order/update_payment",order_id:n},o=(a=JSON.stringify(i),window.btoa(unescape(encodeURIComponent(a))));var a;const s=Wi+o+Wi,u=Zu().SHA1(s),l=Zu().enc.Base64.stringify(u);return(0,Ka.jsxs)("form",{method:"POST",action:"https://www.liqpay.ua/api/3/checkout",acceptCharset:"utf-8",children:[(0,Ka.jsx)("input",{type:"hidden",name:"data",value:o}),(0,Ka.jsx)("input",{type:"hidden",name:"signature",value:l}),n&&(0,Ka.jsx)("button",{className:$u,children:t("pages.cart.components.liqpay.goToPay")})]})}),tl=e=>{const t=new Date,n=e.orders.map(e=>e.type===sa?"\u0422\u0438\u043f: '\u041f\u043e\u043b\u043e\u0432\u0438\u043d\u043a\u0438', \u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435: ".concat(e.name,", \u0411\u043e\u0440\u0442\u0438\u043a: ").concat(e.board,"; \u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e: ").concat(e.count," <br />"):e.type===aa?"\u0422\u0438\u043f: '\u041a\u043e\u043c\u0431\u043e'; \u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435: ".concat(e.name,"; \u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435:  ").concat(e.description," \u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e: ").concat(e.count," <br />"):"\u0422\u0438\u043f: '\u0411\u043b\u044e\u0434\u043e'; \u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435: ".concat(e.name,"; \u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435:  ").concat(e.description," \u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e: ").concat(e.count," <br />")),r=e.orderId,i=e.name,o=e.phone1.length>=18?e.phone1:e.phone2,a="delivery"===e.deliveryMethod?e.addressDelivery:e.addressPickUp,s=JSON.stringify(n),u=e.isCutlery,l=(e=>{const t=e.map(e=>e.price*e.count);return Ga().sum(t)})(e.orders),c=e.bonus?Ns(e.totalProductsCost,e.iiko):0,d=e.cost,f="".concat(t.getHours(),":").concat(t.getMinutes()),p=e.delivery,h=e.deliveryPrice,m=e.payment,g=e.comment,D=0===e.time.length?"\u041d\u0430 \u0441\u0435\u0439\u0447\u0430\u0441":e.time,y="paymentByOnline"===e.online_payment||"-",v="#f2f2f2",E="#ffffff",A='\n  <div>\n    <h2 style="font-size: 22px" >\u0417\u0430\u043a\u0430\u0437 \u2116: '.concat(r,", \u0432\u0440\u0435\u043c\u044f: ").concat(f,' </h2>\n    <h3>\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u043a\u043b\u0438\u0435\u043d\u0442\u0435</h3>\n    <table width="75%" cellspacing="0" cellpadding="5" border=\'0\' style="font-size: 14px">\n      <tr>\n          <td style="background-color:').concat(v,'; padding: 12px;" width="160"><strong>\u0418\u043c\u044f:</strong></td>\n          <td style="background-color:').concat(v,'; padding: 12px;" width="340">').concat(i,'</td>\n      </tr>\n      <tr>\n          <td style="background-color:').concat(E,'; padding: 12px;" width="160"><strong>\u0422\u0435\u043b\u0435\u0444\u043e\u043d:</strong></td>\n          <td style="background-color:').concat(E,'; padding: 12px;" width="340">').concat(o,'</td>\n      </tr>\n      <tr>\n          <td style="background-color:').concat(v,'; padding: 12px;" width="160"><strong>\u0410\u0434\u0440\u0435\u0441:</strong></td>\n          <td style="background-color:').concat(v,'; padding: 12px;" width="340">').concat(a,'</td>\n      </tr>\n      <tr>\n          <td style="background-color:').concat(E,'; padding: 12px;" width="130"><strong>\u041f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0430:</strong></td>\n          <td style="background-color:').concat(E,'; padding: 12px;" width="370">').concat("\u0412\u0435\u0431",'</td>\n      </tr>\n    </table>\n    <br>\n    <h3>\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u0437\u0430\u0437\u043a\u0430\u0437\u0435</h3>\n    <table width="75%" cellspacing="0" cellpadding="4" border=\'0\' style="font-size: 14px">\n      ').concat(e.orders.map((e,t)=>'\n            <tr>\n              <td width="50" align="center" style="'.concat("background-color:".concat(t%2?E:v,";"),'">\n                <img src=').concat(e.image,' width="49" height="49" border="0" align="center" style="width:49px; height:49px;" />\n              </td>\n              <td style="').concat("background-color:".concat(t%2?E:v,";"),'" width="350">').concat(e.name,", ").concat(e.description,'</td>\n              <td style="').concat("background-color:".concat(t%2?E:v,";"),'" align="center" width="50">').concat(e.count,'</td>\n              <td style="').concat("background-color:".concat(t%2?E:v,";"),'" align="center" width="50">').concat(e.price,"\u20b4</td>\n            </tr>\n          ")).join(""),'\n        <tr>\n          <td align="center" width="50"></td>\n          <td align="center" width="300"></td>\n          <td width="100"><i>\u0411\u043e\u043d\u0443\u0441\u044b:</i></td>\n          <td align="center" width="50"><i>').concat(c,'\u20b4</i></td>\n        </tr>\n        <tr>\n          <td align="center" width="50"></td>\n          <td align="center" width="300"></td>\n          <td width="100"><i>\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430:</i></td>\n          <td align="center" width="50"><i>').concat(h,'\u20b4</i></td>\n        </tr>\n        <tr>\n          <td align="center" width="50"></td>\n          <td align="center" width="300"></td>\n          <td width="100"><strong>\u041a \u043e\u043f\u043b\u0430\u0442\u0435:</strong></td>\n          <td align="center" width="50"><strong>').concat(d,'\u20b4</strong></td>\n        </tr>\n    </table>\n    <h3>\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0435 \u0438 \u043e\u043f\u043b\u0430\u0442\u0435</h3>\n    <table width="75%" cellspacing="0" cellpadding="5" border=\'0\' style="font-size: 14px">\n      <tr>\n          <td style="background-color:').concat(v,'; padding: 12px;" "width="160"><strong>\u0421\u043f\u043e\u0441\u043e\u0431 \u043e\u043f\u043b\u0430\u0442\u044b:</strong></td>\n          <td style="background-color:').concat(v,'; padding: 12px;" width="340">').concat(m,'</td>\n      </tr>\n      <tr>\n          <td style="background-color:').concat(E,'; padding: 12px;" "width="160"><strong>\u041e\u043f\u043b\u0430\u0447\u0435\u043d \u043e\u043d\u043b\u0430\u0439\u043d:</strong></td>\n          <td style="background-color:').concat(E,'; padding: 12px;" width="340" id="paid">-</td>\n      </tr>\n      <tr>\n          <td style="background-color:').concat(v,'; padding: 12px;" width="160"><strong>\u0421\u043f\u043e\u0441\u043e\u0431 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0438:</strong></td>\n          <td style="background-color:').concat(v,'; padding: 12px;" width="340">').concat(p,'</td>\n      </tr>\n      <tr>\n          <td style="background-color:').concat(E,'; padding: 12px;" width="160"><strong>\u0412\u0440\u0435\u043c\u044f \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0438:</strong></td>\n          <td style="background-color:').concat(E,'; padding: 12px;" width="340">').concat(D,'</td>\n      </tr>\n      <tr>\n          <td style="background-color:').concat(v,'; padding: 12px;" width="160"><strong>\u041f\u0440\u0438\u0431\u043e\u0440\u044b:</strong></td>\n          <td style="background-color:').concat(v,'; padding: 12px;" width="340">').concat(u,'</td>\n      </tr>\n       <tr>\n      <tr>\n        <td style="background-color:').concat(E,'; padding: 12px;" width="160"><strong>\u041a\u043e\u043c\u0435\u043d\u0442\u0435\u0440\u0438\u0439:</strong></td>\n        <td style="background-color:').concat(E,'; padding: 12px;" width="340">').concat(g,'</td>\n      </tr>\n    </table>\n    <br>\n    <br>\n    <br>\n    <div style="color:#808080; foont-size:10px">Tech info: ').concat(navigator.userAgent,"</div>\n  </div>\n  ");return{order_id:r,name:i,phone:o,address:a,order:s,price:l,cutlery:u,bonus:c,cost:d,time:f,delivery:p,cost_delivery:h,payment:m,comment:g,delivery_time:D,online_payment:y,platform:"\u0412\u0435\u0431",my_html:A,techValue:!0}},nl="styles_container__w0MmT",rl="styles_title__IL7cI",il="styles_block__GRyvt",ol="styles_delivery__gvDe4",al="styles_discount__EsBFK",sl="styles_freeDelivery__uNL3X",ul="styles_button__sKd1B",ll="styles_payment__8TAtk",cl="styles_empty__gctbe",dl="styles_emptyCart__Spwg5",fl="styles_emptyText__ssGVG",pl="styles_cartDone__DL8ip",hl="styles_doneTitle__oknzU",ml="styles_doneText__lky9M",gl="styles_donePaymentText__AMVU0",Dl="styles_buttonNotActive__wVCVj",yl=Qn()(e=>{let t=e.t,n=e.data,i=e.settings,o=e.iiko,a=e.categories,s=e.getIikoBonus,u=e.createNewOrder,l=e.visibleCart,c=e.isVisibleCart,d=e.cleanOrder;const f=ne((0,r.useState)(0),2),p=f[0],h=f[1],m=ne((0,r.useState)("+{38"),2),g=m[0],D=m[1],y=ne((0,r.useState)("+{38"),2),v=y[0],E=y[1],A=ne((0,r.useState)(""),2),b=A[0],_=A[1],C=ne((0,r.useState)(""),2),T=C[0],k=C[1],F=ne((0,r.useState)(t("pages.cart.components.delivery.address1")),2),S=F[0],w=F[1],x=ne((0,r.useState)(!1),2),O=x[0],N=x[1],B=ne((0,r.useState)(ua[0]),2),I=B[0],P=B[1],R=ne((0,r.useState)("now"),2),L=R[0],M=R[1],j=ne((0,r.useState)(""),2),z=j[0],U=j[1],H=ne((0,r.useState)(1),2),V=H[0],G=H[1],W=ne((0,r.useState)(""),2),Y=W[0],q=W[1],Q=ne((0,r.useState)(""),2),K=Q[0],X=Q[1],J=n.data,Z=n.loading,$=n.error,ee=n.id;(0,r.useEffect)(()=>{const e=localStorage.getItem("addressDelivery");e&&k(e)},[]),(0,r.useEffect)(()=>{const e=Math.floor(9001*Math.random()+1e3);h(e)},[]),(0,r.useEffect)(()=>{},[]);const te=Zt().search,re=en();let ie=[{name:"paymentByCash",on:i.payment_by_cash},{name:"paymentByCart",on:i.payment_by_cart},{name:"paymentByOnline",on:i.payment_by_online_web}];ie=ie.filter(e=>e.on&&e);const oe=O&&19===g.length,ae=()=>((e,t,n,r,i,o)=>{const a=n.free_delivery,s=n.cost_delivery;let u=0;return t===ua[0]&&(u=Ps(e,t,n)-Rs(e,t,n,r,i,o),u<a&&!r&&(u+=s)),t===ua[1]&&(u=Ps(e,t,n)-Rs(e,t,n,r,i,o)),Math.ceil(u)})(J,I,i,oe,K,o),se=()=>{const e=b.length>0,t=(g.length>=19?g:v).length>=19,n=I===ua[0]?T:S,r=n&&n.length>0,i=Y&&Y.length>0;return e&&t&&r&&i},ue=o&&oe?Math.ceil(Ns(Ps(J,I,i),o)):0;return"?order=true"===te&&$?(0,Ka.jsxs)(sc,{visibleCart:l,isVisibleCart:c,children:[(0,Ka.jsx)("h2",{className:rl,children:t("pages.cart.title")}),(0,Ka.jsx)("br",{}),(0,Ka.jsxs)("p",{children:["Error: ",$]})]}):"?order=true"===te&&Z?(0,Ka.jsxs)(sc,{visibleCart:l,isVisibleCart:c,children:[(0,Ka.jsx)("h2",{className:rl,children:t("pages.cart.title")}),(0,Ka.jsx)(bc,{})]}):"?order=true"!==te||$?"?payment=true"===te&&n.data.length>0?(0,Ka.jsxs)(sc,{visibleCart:l,isVisibleCart:c,children:[(0,Ka.jsx)("h2",{className:rl,children:t("pages.cart.title")}),(0,Ka.jsxs)("div",{className:cl,children:[(0,Ka.jsx)(os,{className:pl}),(0,Ka.jsxs)("p",{className:hl,children:[" ",t("pages.cart.doneTitle")]}),(0,Ka.jsx)("p",{className:gl,children:t("pages.cart.donePaymentText")}),(0,Ka.jsxs)("p",{className:ml,children:[t("pages.cart.doneText2"),p]})]}),ee&&(0,Ka.jsx)("div",{className:ll,children:(0,Ka.jsx)(el,{amount:ae(),id:ee,cleanOrder:d})})]}):0===J.length?(0,Ka.jsxs)(sc,{visibleCart:l,isVisibleCart:c,children:[(0,Ka.jsx)("h2",{className:rl,children:t("pages.cart.title")}),(0,Ka.jsxs)("div",{className:cl,children:[(0,Ka.jsx)("img",{className:dl,src:fs.IMAGES.EMPTY_CART,alt:"Empty cart"}),(0,Ka.jsxs)("p",{className:fl,children:[" ",t("pages.cart.emptyText")]})]})]}):(0,Ka.jsx)(sc,{visibleCart:l,isVisibleCart:c,children:(0,Ka.jsxs)("div",{className:nl,children:[(0,Ka.jsx)("h2",{className:rl,children:t("pages.cart.title")}),(0,Ka.jsx)(Ms,{t:t,orders:J,categories:a,delivery:I,settings:i}),(0,Ka.jsx)(Iu,{t:t,phone:g,getIikoBonuses:e=>{D(e),19===e.length&&s(e)},iiko:o,setBonus:N}),i.promo_active&&(0,Ka.jsx)(zu,{t:t,promo:K,setPromo:X,promoStart:i.promo_start}),(0,Ka.jsx)(Gu,{t:t,delivery:I,setDelivery:P,phone1:g,phone2:v,setPhone2:E,name:b,setName:_,address:T,setAddress:k,setAddressPickUp:w,time:L,setTime:M,comment:z,setComment:U,isCutlery:V,setIsCutlery:G}),(0,Ka.jsx)(Xu,{t:t,paymentArray:ie,payment:Y,setPayment:q}),(0,Ka.jsxs)("div",{className:il,children:[(0,Ka.jsxs)("div",{className:ol,children:[(0,Ka.jsxs)("span",{children:[t("pages.cart.delivery"),(0,Ka.jsx)("br",{}),1e4!==i.free_delivery&&(0,Ka.jsxs)("span",{className:sl,children:[t("pages.cart.freeDelivery"),i&&i.free_delivery+1]})]}),i.free_delivery&&i.cost_delivery&&(0,Ka.jsx)("span",{children:"".concat(I===ua[0]?Ps(J,I,i)>i.free_delivery?"0":i.cost_delivery:"0").concat(t("currency"))})]}),(0,Ka.jsxs)("div",{className:al,children:[(0,Ka.jsx)("span",{children:t("pages.cart.discount")}),(0,Ka.jsx)("span",{children:Rs(J,I,i,oe,K,o)})]}),(0,Ka.jsxs)("div",{className:ol,children:[(0,Ka.jsx)("span",{children:t("pages.cart.total")}),(0,Ka.jsxs)("span",{children:[ae(),t("currency")]})]}),(0,Ka.jsxs)("button",{id:"createOrder",className:se()?ul:Dl,onClick:se()&&(()=>{const e=tl({orderId:p,name:b,phone1:g,phone2:v,addressDelivery:T,addressPickUp:S,orders:J,bonus:ue,iiko:o,cost:ae(),deliveryMethod:I,delivery:t("pages.cart.components.delivery.".concat(I)),deliveryPrice:ae()>i.free_delivery?"0":i.cost_delivery,settings:i,payment:t("pages.cart.components.payment.".concat(Y)),online_payment:Y,comment:z,time:L,isCutlery:V}),n=J.map(e=>({item_id:e.id,item_name:e.name}));window.dataLayer.push({ecommerce:null}),window.dataLayer.push({event:"purchase",ecommerce:{transaction_id:p,value:ae(),currency:"UAH",items:n}}),u(e),"paymentByOnline"===Y?re("?payment=true"):(d(),re("?order=true"))}),children:[t("pages.cart.checkoutButton"),ae(),t("currency")]})]})]})}):(0,Ka.jsxs)(sc,{visibleCart:l,isVisibleCart:c,children:[(0,Ka.jsx)("h2",{className:rl,children:t("pages.cart.title")}),(0,Ka.jsxs)("div",{className:cl,children:[(0,Ka.jsx)(Ss,{className:pl}),(0,Ka.jsxs)("p",{className:hl,children:[" ",t("pages.cart.doneTitle")]}),(0,Ka.jsxs)("p",{className:ml,children:[" ",t("pages.cart.doneText")]}),(0,Ka.jsxs)("p",{className:ml,children:[t("pages.cart.doneText2"),p]})]})]})}),vl=e=>{let t=e.visibleCart,n=e.isVisibleCart;const r=P(e=>e.orders,Y),i=P(e=>e.settings.data,Y),o=P(e=>e.iiko.data,Y),a=P(e=>e.categories.data,Y),s=G();return(0,Ka.jsx)(yl,{data:r,settings:i,iiko:o,categories:a,getIikoBonus:e=>{s(Ts(e))},createNewOrder:e=>{s(Ba({orderFormatFields:e}))},visibleCart:t,isVisibleCart:n,cleanOrder:()=>{s(ja({}))}})},El="styles_container__XW+Px",Al="styles_desktop__D1eMU",bl="styles_containerFixed__-gfzf",_l="styles_nav__DQDx7",Cl="styles_item__kNaSi",Tl="styles_link__WIwta",kl="styles_activeLink__HsP31",Fl="styles_miniLogo__q9mtq",Sl="styles_animation__mvsLj",wl="styles_mobile__pCLK4",xl=Qn()(e=>{let t=e.cart,n=e.categories,i=void 0===n?[]:n;const o=ne((0,r.useState)(!1),2),a=o[0],s=o[1],u=ne((0,r.useState)(0),2),l=u[0],c=u[1],d=da();window.addEventListener("scroll",()=>c(pageYOffset));const f=P(e=>e.orders.data,Y),p=qa(f);let h=Wa(i).map(e=>e.name);const m=document.querySelectorAll('[data="nav"]');let g=[];for(let r=0;r<m.length;++r)g.push(m[r].offsetTop);const D=e=>{const t=g.length===e+1?g[e]:g[e+1]-g[e];return l+5>g[e]&&l<g[e]+t-5};return(0,Ka.jsxs)("div",{className:"".concat(El," ").concat(t?Al:wl," ").concat(l>(t?105:440)?bl:""," "),children:[(0,Ka.jsx)(Cs,{to:"/".concat(d),className:"".concat(Fl," ").concat(l>(t?105:440)?Sl:""),children:(0,Ka.jsx)("img",{src:fs.IMAGES.LOGO,alt:"Logo"})}),(0,Ka.jsx)("nav",{className:_l,children:h.length>2&&h.map((e,t)=>(0,Ka.jsx)("li",{className:Cl,children:(0,Ka.jsx)(Cs,{className:D(t)?kl:Tl,to:"/".concat(d,"/#").concat(e),smooth:!0,children:e})},t))}),(0,Ka.jsx)(Ql,{visibleCart:a,isVisibleCart:s,count:p}),(0,Ka.jsx)(vl,{visibleCart:a,isVisibleCart:s})]})}),Ol="styles_container__qXKxl",Nl="styles_select__73dUq",Bl="styles_item__HjxE1",Il="styles_language__AyT0f",Pl="styles_activeLanguage__1s-Si",Rl="styles_list__RiK6n",Ll=Qn()(e=>{let t=e.i18n;const n=en(),r=Zt().pathname,i=Object.keys(t.options.resources),o=da(),a=e=>{const i="UA"===e?"uk":e.toLowerCase();n("/".concat(i).concat(r.slice(3))),t.changeLanguage(i)},s="uk"===o?"UA":o.toLocaleUpperCase();return r.toLowerCase().includes("article")||r.toLowerCase().includes("category")?(0,Ka.jsx)("div",{}):(0,Ka.jsxs)("div",{className:Ol,children:[(0,Ka.jsx)("select",{className:Nl,value:s,onChange:e=>a(e.target.value),children:Object.values(t.options.resources).map((e,t)=>(0,Ka.jsx)("option",{value:e.translation.name,children:e.translation.name},t))}),(0,Ka.jsx)("div",{className:Rl,children:Object.values(t.options.resources).map((e,t)=>(0,Ka.jsx)("div",{className:Bl,onClick:()=>a(i[t]),children:(0,Ka.jsx)("span",{className:i[t]===o?Pl:Il,children:e.translation.name})},t))})]})});function Ml(e){return ns({tag:"svg",attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{d:"M15.3709 3.43994L18.5819 9.00194L22.0049 9.00212V11.0021L20.8379 11.0019L20.0813 20.0852C20.0381 20.6035 19.6048 21.0021 19.0847 21.0021H4.92502C4.40493 21.0021 3.97166 20.6035 3.92847 20.0852L3.17088 11.0019L2.00488 11.0021V9.00212L5.42688 9.00194L8.63886 3.43994L10.3709 4.43994L7.73688 9.00194H16.2719L13.6389 4.43994L15.3709 3.43994ZM13.0049 13.0021H11.0049V17.0021H13.0049V13.0021ZM9.00488 13.0021H7.00488V17.0021H9.00488V13.0021ZM17.0049 13.0021H15.0049V17.0021H17.0049V13.0021Z"}}]})(e)}const jl="styles_mobile__dv5b8",zl="styles_cartIcon__t5MwG",Ul="styles_desktop__rGDWW",Hl="styles_countLittle__C-N8V",Vl="styles_button__jlH6J",Gl="styles_divider__28tDY",Wl="styles_arrow__XSULy",Yl="styles_arrowCount__kAXK7",ql="styles_count__8gcPi",Ql=Qn()(e=>{let t=e.t,n=e.visibleCart,r=e.isVisibleCart,i=e.count;return(0,Ka.jsxs)(Ka.Fragment,{children:[(0,Ka.jsxs)("div",{className:jl,onClick:()=>r(!n),children:[i>0&&(0,Ka.jsx)("div",{className:Hl,children:(0,Ka.jsx)("span",{children:i})}),(0,Ka.jsx)(Ml,{className:zl})]}),(0,Ka.jsx)("div",{className:Ul,children:(0,Ka.jsxs)("button",{className:Vl,onClick:()=>r(!n),children:[t("components.cart.button"),(0,Ka.jsx)("span",{className:Gl,children:"|"}),(0,Ka.jsxs)("span",{className:Yl,children:[(0,Ka.jsx)(is,{className:Wl}),(0,Ka.jsx)("span",{className:ql,children:i})]})]})})]})}),Kl=":lang",Xl="delivery",Jl="terms",Zl="dish/:id",$l="half",ec="404",tc="blog",nc={text:"styles_text__knxDC",footer:"styles_footer__s4fH0",callUs:"styles_callUs__7cI6F",callUsIcon:"styles_callUsIcon__NN0Gz",team:"styles_team__jylPh",teamIconPeople:"styles_teamIconPeople__dPadz",teamTitle:"styles_teamTitle__5GSsM",teamButton:"styles_teamButton__Vrr39",teamIconArrow:"styles_teamIconArrow__QVsiG",email:"styles_email__5yGdb",desktopMobApps:"styles_desktopMobApps__vEGiP",strip:"styles_strip__fn0xk",block:"styles_block__OSROh",title:"styles_title__ukOo-",link:"styles_link__B6wEa",text2:"styles_text2__a7OxD",phone:"styles_phone__xMvqL",copyright:"styles_copyright__PDUE8",copyrightText1:"styles_copyrightText1__THsU-",copyrightText2:"styles_copyrightText2__KtmoV",development:"styles_development__GWa0G",social:"styles_social__9m-xR",socialIconBackground:"styles_socialIconBackground__oyXd3",socialIconFacebook:"styles_socialIconFacebook__5PBA1",socialIconInstagram:"styles_socialIconInstagram__NwwWi",socialIconYoutube:"styles_socialIconYoutube__JDLH3",apps:"styles_apps__wRz71",appsImage:"styles_appsImage__B0jAB",address:"styles_address__lh+J6",teamBlock:"styles_teamBlock__3tyV9",borderTop:"styles_borderTop__cYMAg",desktopRow:"styles_desktopRow__0BOWy",row:"styles_row__5kvwb",mobileApps:"styles_mobileApps__B9nJd",made:"styles_made__p9l+h"},rc=Qn()(e=>{var t,n;let r=e.t;const i=da(),o="en"===i?"category/delivery-pizza-kharkov":"ru"===i?"category/dostavka-pizza-kharkov":"category/dostavka-pizza-kharkiv",a="undefined"!==typeof window&&null!==(t=window.location)&&void 0!==t&&t.origin?window.location.origin:"https://bellamozzarella.com.ua",s="string"===typeof(null===fs||void 0===fs||null===(n=fs.IMAGES)||void 0===n?void 0:n.LOGO)?fs.IMAGES.LOGO.startsWith("http")?fs.IMAGES.LOGO:"".concat(a).concat(fs.IMAGES.LOGO.startsWith("/")?"":"/").concat(fs.IMAGES.LOGO):"".concat(a,"/logo.png"),u=r("components.footer.f2text1"),l=r("components.footer.f2text2"),c=r("components.footer.f2text3"),d=r("components.footer.f2text4"),f={"@context":"https://schema.org","@type":"Organization",name:"Bella Mozzarella",url:a,logo:s,sameAs:[$o,ea,ta].filter(Boolean),contactPoint:[u&&J({"@type":"ContactPoint",telephone:u.replace(/\s+/g,""),contactType:"customer service",areaServed:"UA",availableLanguage:["uk","ru","en"]},d?{email:d}:{}),l&&J({"@type":"ContactPoint",telephone:l.replace(/\s+/g,""),contactType:"customer service",areaServed:"UA",availableLanguage:["uk","ru","en"]},d?{email:d}:{}),c&&J({"@type":"ContactPoint",telephone:c.replace(/\s+/g,""),contactType:"customer service",areaServed:"UA",availableLanguage:["uk","ru","en"]},d?{email:d}:{})].filter(Boolean)},p={"@context":"https://schema.org","@type":"WebSite",name:"Bella Mozzarella",url:a,inLanguage:i||"uk",potentialAction:{"@type":"SearchAction",target:"".concat(a,"/search?query={search_term_string}"),"query-input":"required name=search_term_string"}},h=[na&&{"@context":"https://schema.org","@type":"SoftwareApplication",name:"Bella Mozzarella (Android)",operatingSystem:"Android",applicationCategory:"FoodOrderingApp",downloadUrl:na},ra&&{"@context":"https://schema.org","@type":"SoftwareApplication",name:"Bella Mozzarella (iOS)",operatingSystem:"iOS",applicationCategory:"FoodOrderingApp",downloadUrl:ra}].filter(Boolean);return(0,Ka.jsxs)("div",{className:nc.container,children:[(0,Ka.jsx)("script",{type:"application/ld+json",children:JSON.stringify([f,p,...h])}),(0,Ka.jsx)("div",{className:nc.callUs,children:(0,Ka.jsx)("a",{href:"tel:+38 099 43 21 000",children:(0,Ka.jsx)(Yu,{className:nc.callUsIcon})})}),(0,Ka.jsxs)("div",{className:nc.team,children:[(0,Ka.jsxs)("div",{className:nc.teamBlock,children:[(0,Ka.jsx)("img",{className:nc.teamIconPeople,src:fs.ICONS.PEOPLE,alt:"People"}),(0,Ka.jsx)("h4",{className:nc.teamTitle,children:r("components.footer.joinTheTeam")})]}),(0,Ka.jsx)("button",{className:nc.teamButton,onClick:()=>{window.open("https://share.google/qkSWjgDYBqvEs8Mbo","_blank")},children:r("components.footer.joinTheTeamButton")}),(0,Ka.jsx)(Fs,{className:nc.teamIconArrow})]}),(0,Ka.jsxs)("div",{className:nc.footer,children:[(0,Ka.jsxs)("div",{className:nc.desktopRow,children:[(0,Ka.jsxs)("section",{className:nc.block,children:[(0,Ka.jsx)("p",{className:nc.title,children:r("components.footer.title1")}),(0,Ka.jsx)(Bn,{className:nc.link,to:"".concat(i,"/").concat(Xl),children:(0,Ka.jsx)("p",{className:nc.text,children:r("components.footer.f1text3")})}),(0,Ka.jsx)(Bn,{className:nc.link,to:"".concat(i,"/").concat(Jl),children:(0,Ka.jsx)("p",{className:nc.text,children:r("components.footer.f3text2")})}),(0,Ka.jsx)(Bn,{className:nc.link,to:"".concat(i,"/").concat(tc),children:(0,Ka.jsx)("p",{className:nc.text,children:r("components.footer.f1text4")})}),(0,Ka.jsx)("a",{href:"https://share.google/qkSWjgDYBqvEs8Mbo",target:"_blank",rel:"nofollow noopener noreferrer",className:nc.link,children:(0,Ka.jsx)("p",{className:nc.text,children:r("components.footer.f1text5")})}),(0,Ka.jsx)(Bn,{className:nc.link,to:"".concat(i,"/").concat(o),onClick:()=>window.scrollTo({top:0,behavior:"smooth"}),children:(0,Ka.jsx)("p",{className:nc.text,children:r("components.footer.f1text6")})})]}),(0,Ka.jsxs)("section",{className:nc.block,children:[(0,Ka.jsx)("p",{className:nc.title,children:r("components.footer.title2")}),(0,Ka.jsx)("a",{className:nc.phone,href:"tel:".concat(r("components.footer.f2text1")),children:(0,Ka.jsx)("p",{className:nc.text,children:r("components.footer.f2text1")})}),(0,Ka.jsx)("a",{className:nc.phone,href:"tel:".concat(r("components.footer.f2text2")),children:(0,Ka.jsx)("p",{className:nc.text,children:r("components.footer.f2text2")})}),(0,Ka.jsx)("a",{className:nc.phone,href:"tel:".concat(r("components.footer.f2text3")),children:(0,Ka.jsx)("p",{className:nc.text,children:r("components.footer.f2text3")})}),(0,Ka.jsx)("a",{className:nc.phone,href:"mailto:".concat(r("components.footer.f2text4")),children:(0,Ka.jsx)("p",{className:nc.text,children:r("components.footer.f2text4")})}),(0,Ka.jsx)("p",{className:nc.text2,children:r("components.footer.f2text5")})]}),(0,Ka.jsxs)("section",{className:nc.block,children:[(0,Ka.jsx)("p",{className:nc.title,children:r("components.footer.title3")}),(0,Ka.jsx)("div",{className:"address",children:(0,Ka.jsxs)("div",{children:[(0,Ka.jsx)("div",{className:nc.text,children:r("components.footer.f3text3")}),(0,Ka.jsx)("p",{className:nc.text})]})}),(0,Ka.jsx)("p",{className:nc.text,children:r("components.footer.f3text4")}),(0,Ka.jsx)("p",{className:nc.text,children:r("components.footer.f3text5")}),(0,Ka.jsx)("br",{}),(0,Ka.jsx)("p",{className:nc.text,children:r("components.footer.f3text6")}),(0,Ka.jsx)("p",{className:nc.text,children:r("components.footer.f3text7")}),(0,Ka.jsx)("p",{className:nc.text,children:r("components.footer.f3text8")})]}),(0,Ka.jsx)("div",{className:nc.desktopMobApps,children:(0,Ka.jsxs)("div",{className:nc.apps,children:[(0,Ka.jsx)("a",{href:na,rel:"nofollow noopener noreferrer",children:(0,Ka.jsx)("img",{className:nc.appsImage,src:fs.IMAGES.GOOGLE_PLAY,alt:"Google play"})}),(0,Ka.jsx)("a",{href:ra,rel:"nofollow noopener noreferrer",children:(0,Ka.jsx)("img",{className:nc.appsImage,src:fs.IMAGES.APP_STORE,alt:"App store"})})]})})]}),(0,Ka.jsx)("div",{className:nc.strip}),(0,Ka.jsxs)("div",{className:nc.row,children:[(0,Ka.jsxs)("div",{className:nc.social,children:[(0,Ka.jsx)("a",{className:nc.socialIconBackground,href:$o,rel:"nofollow noopener noreferrer",children:(0,Ka.jsx)("img",{className:nc.socialIconFacebook,src:fs.ICONS.FACEBOOK,alt:"Facebook"})}),(0,Ka.jsx)("a",{className:nc.socialIconBackground,href:ea,rel:"nofollow noopener noreferrer",children:(0,Ka.jsx)("img",{className:nc.socialIconInstagram,src:fs.ICONS.INSTAGRAM,alt:"Instagram"})}),(0,Ka.jsx)("a",{className:nc.socialIconBackground,href:ta,rel:"nofollow noopener noreferrer",children:(0,Ka.jsx)("img",{className:nc.socialIconYoutube,src:fs.ICONS.YOUTUBE,alt:"YouTube"})})]}),(0,Ka.jsxs)("div",{className:nc.mobileApps,children:[(0,Ka.jsxs)("div",{className:nc.apps,children:[(0,Ka.jsx)("a",{href:na,rel:"nofollow noopener noreferrer",children:(0,Ka.jsx)("img",{className:nc.appsImage,src:fs.IMAGES.GOOGLE_PLAY,alt:"Google Play"})}),(0,Ka.jsx)("a",{href:ra,rel:"nofollow noopener noreferrer",children:(0,Ka.jsx)("img",{className:nc.appsImage,src:fs.IMAGES.APP_STORE,alt:"App Store"})})]}),(0,Ka.jsx)(Ll,{})]}),(0,Ka.jsxs)("div",{className:nc.copyright,children:[(0,Ka.jsx)("p",{className:nc.copyrightText1,children:r("components.footer.copyright1")}),(0,Ka.jsxs)("p",{className:nc.copyrightText2,children:[r("components.footer.copyright2")," | Designed & Developed"," ","by Volodymyr Bunchykov"]})]})]})]})]})}),ic={badgeDish:"styles_badgeDish__xY0nP",badgeHalf:"styles_badgeHalf__1OZtl",badge:"styles_badge__i3xMr"},oc=Qn()(e=>{let t=e.t,n=e.data;const r=Zt().pathname,i=r.includes($l.slice(6)),o=r.includes(Zl.slice(6,-3));return null!==n&&void 0!==n&&n.new?(0,Ka.jsx)("div",{className:ic.container,children:(0,Ka.jsxs)("div",{className:i?ic.badgeHalf:o?ic.badgeDish:ic.badge,children:[n.text,t("components.badge.new")]})}):null!==n&&void 0!==n&&n.enable_text?(0,Ka.jsx)("div",{className:ic.container,children:(0,Ka.jsx)("div",{className:i?ic.badgeHalf:o?ic.badgeDish:ic.badge,children:n.text})}):null}),ac={container:"styles_container__g-qW8",close:"styles_close__h1NqO",closeIcon:"styles_closeIcon__Wr0r8",content:"styles_content__hgBFM"},sc=Qn()(e=>{let t=e.visibleCart,n=e.isVisibleCart,i=e.children;const o=da(),a=(0,r.useRef)(null);let s=en();(0,r.useEffect)(()=>{const e=e=>{a.current&&!a.current.contains(e.target)&&(n(!t),s("../".concat(o,"/")))};return document.addEventListener("mousedown",e),()=>{document.removeEventListener("mousedown",e)}},[a,o]);const u=()=>{n(!t),s("../".concat(o,"/"))};return t?(0,Ka.jsxs)("div",{className:t?ac.container:ac.notVisible,children:[(0,Ka.jsx)("div",{className:ac.close,onClick:u,children:(0,Ka.jsx)(Qu,{fontSize:45,className:ac.closeIcon})}),(0,Ka.jsx)("div",{ref:a,className:ac.content,children:i})]}):(0,Ka.jsx)("div",{})}),uc="styles_infoIcon__BfgkK",lc="styles_nutritional__RmQ+R",cc="styles_nutriValue__IbDrP",dc="styles_title__HXXxc",fc="styles_titleHide__75eHf";function pc(e){return ns({tag:"svg",attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"none",strokeWidth:"2",d:"M12,22 C17.5228475,22 22,17.5228475 22,12 C22,6.4771525 17.5228475,2 12,2 C6.4771525,2 2,6.4771525 2,12 C2,17.5228475 6.4771525,22 12,22 Z M12,10 L12,18 M12,6 L12,8"}}]})(e)}const hc=Qn()(e=>{let t=e.t,n=e.product;const i=ne((0,r.useState)(!1),2),o=i[0],a=i[1],s=Zt().search.includes("combo"),u=Zt().search.includes("half");return(0,Ka.jsxs)("div",{children:[(0,Ka.jsx)(pc,{className:uc,onClick:()=>a(!o)}),o&&n&&(0,Ka.jsx)("div",{className:lc,children:n.map((e,n)=>{const r=e.calorie,i=(e=>{if(null===e||void 0===e||!e.calorie)return null;const t=e.calorie;return{"@context":"https://schema.org/","@type":"NutritionInformation",name:e.name,servingSize:"".concat(t.weight," g"),calories:"".concat(t.energy," kcal"),proteinContent:"".concat(t.protein," g"),fatContent:"".concat(t.fats," g"),carbohydrateContent:"".concat(t.carbohydrates," g")}})(e);return(0,Ka.jsxs)("div",{children:[i&&(0,Ka.jsx)("script",{type:"application/ld+json",children:JSON.stringify(i)}),(0,Ka.jsx)("p",{className:s||u?dc:fc,children:e.name}),(0,Ka.jsx)("p",{children:(0,Ka.jsx)("span",{className:cc,children:t("components.nutritional.nutriValue")})}),(0,Ka.jsxs)("p",{children:[(0,Ka.jsx)("span",{children:t("components.nutritional.energy")}),(0,Ka.jsxs)("span",{children:[r.energy," ",t("components.nutritional.calories")]})]}),(0,Ka.jsxs)("p",{children:[(0,Ka.jsx)("span",{children:t("components.nutritional.squirrels")}),(0,Ka.jsxs)("span",{children:[r.protein," ",t("components.nutritional.gram")]})]}),(0,Ka.jsxs)("p",{children:[(0,Ka.jsx)("span",{children:t("components.nutritional.fats")}),(0,Ka.jsxs)("span",{children:[r.fats," ",t("components.nutritional.gram")]})]}),(0,Ka.jsxs)("p",{children:[(0,Ka.jsx)("span",{children:t("components.nutritional.carbohydrates")}),(0,Ka.jsxs)("span",{children:[r.carbohydrates," ",t("components.nutritional.gram")]})]}),(0,Ka.jsxs)("p",{children:[(0,Ka.jsx)("span",{children:t("components.nutritional.weight")})," ",(0,Ka.jsxs)("span",{children:[r.weight," ",t("components.nutritional.gram")]})]})]},n)})})]})}),mc="styles_container__+6PXV",gc="styles_board__Ge95t",Dc="styles_activeBoard__UXhO+",yc="styles_hoverColor__fHUdn",vc=e=>{let t=e.items,n=e.activeItem,r=e.setActiveItem,i=e.activeIndex;return(0,Ka.jsxs)("ul",{className:mc,children:[t.map((e,t)=>(0,Ka.jsx)("li",{onClick:()=>{let t=[...n];t[i]=e,r(t)},className:e===n[i]?Dc:gc,children:e},t)),(0,Ka.jsx)("div",{className:yc})]})},Ec="styles_container__CFwPo",Ac="styles_loader__nUrec",bc=()=>(0,Ka.jsx)("div",{className:Ec,children:(0,Ka.jsx)("div",{className:Ac})}),_c="styles_icon__28Zdk",Cc=e=>{let t=e.data;return t.icon.vegetarian?(0,Ka.jsx)("span",{children:(0,Ka.jsx)("img",{className:_c,src:fs.ICONS.PLANT,alt:"Plant"})}):t.icon.spicy?(0,Ka.jsx)("span",{children:(0,Ka.jsx)("img",{className:_c,src:fs.ICONS.PEPPER,alt:"Pepper"})}):t.icon.very_spicy?(0,Ka.jsxs)("span",{children:[(0,Ka.jsx)("img",{className:_c,src:fs.ICONS.PEPPER,alt:"Pepper"}),(0,Ka.jsx)("img",{className:_c,src:fs.ICONS.PEPPER,alt:"Pepper"})]}):null},Tc={},kc=["uk","ru","en"],Fc="uk",Sc={uk:"uk-UA",ru:"ru-UA",en:"en"},wc=new RegExp("^/(?:".concat(kc.join("|"),")/?$")),xc=e=>e.replace(/\/+$/,""),Oc=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return xc(t.filter(Boolean).join("/"))},Nc=(e,t)=>e&&e.get&&e.get(t)||void 0,Bc=new Set(["blog","terms","delivery","half"]);function Ic(e,t){if(e&&t){if("object"===typeof e&&!Array.isArray(e)){const n=null===e||void 0===e?void 0:e[t];return"string"===typeof n&&n.trim()?n.trim():void 0}if("string"===typeof e){var n;const r=new RegExp("".concat(t,"\\s*:\\s*([^,]+)"),"i"),i=e.match(r),o=null===i||void 0===i||null===(n=i[1])||void 0===n?void 0:n.trim();return o||void 0}}}const Pc=Qn()(e=>{var t;let n=e.t,i=e.path,o=e.title,a=e.keywords,s=e.description,u=e.url,l=e.id,c=e.localizations;const d=da(),f=window.location,p=f.origin,h=f.pathname,m=f.search,g=f.hash;(0,r.useEffect)(()=>{if(h&&"/"!==h&&!wc.test(h)&&h.endsWith("/")){const e=h.replace(/\/+$/,""),t="".concat(p).concat(e).concat(m).concat(g);window.location.replace(t)}},[p,h,m,g]);const D=(0,r.useMemo)(()=>kc.includes(d)?d:Fc,[d]),y=(0,r.useMemo)(()=>Array.isArray(c)?c:null!==c&&void 0!==c&&c.data&&Array.isArray(c.data)?c.data:[],[c]),v=(0,r.useMemo)(()=>{if("category"===i){var e;if(c&&!Array.isArray(c)&&null!==c&&void 0!==c&&c.seo)return null===(e=c.seo)||void 0===e?void 0:e.canonical;if(Array.isArray(c)&&c.length>0){var t,n,r,o;const e=c[0];return null!==(t=null===e||void 0===e||null===(n=e.seo)||void 0===n?void 0:n.canonical)&&void 0!==t?t:null===e||void 0===e||null===(r=e.attributes)||void 0===r||null===(o=r.seo)||void 0===o?void 0:o.canonical}}},[i,c]),E=(e=>{const t=e.match(/\/(dish|combo|half)\//);return(null===t||void 0===t?void 0:t[1])||null})(h),A=(0,r.useMemo)(()=>l&&("dish"===i||"combo"===i||"half"===i)?i:l&&E?E:null,[i,E,l]),b=(0,r.useMemo)(()=>{const e=new Map;return l&&d&&e.set(d,l),y.forEach(t=>{null!==t&&void 0!==t&&t.locale&&null!==t&&void 0!==t&&t.id&&e.set(t.locale,t.id)}),e},[l,d,y]),_=(0,r.useMemo)(()=>{const e=new Map;return u&&d&&e.set(d,u),y.forEach(t=>{var n,r,i,o,a;const s=null===t||void 0===t?void 0:t.locale,u=null!==(n=null!==(r=null!==(i=null===t||void 0===t?void 0:t.url)&&void 0!==i?i:null===t||void 0===t?void 0:t.slug)&&void 0!==r?r:null===t||void 0===t||null===(o=t.attributes)||void 0===o?void 0:o.url)&&void 0!==n?n:null===t||void 0===t||null===(a=t.attributes)||void 0===a?void 0:a.slug;s&&u&&e.set(s,u)}),e},[u,d,y]),C=(0,r.useMemo)(()=>{if("article"!==i)return;const e=h.match(/\/article\/([^/]+)\/\d+(?:\/)?$/);return(null===e||void 0===e?void 0:e[1])||u||void 0},[h,i,u]),T=e=>{const t=((e,t)=>e&&e.get&&e.get(t)||void 0)(b,e);if(A)return t?xc("".concat(p,"/").concat(e,"/").concat(A,"/").concat(t)):null;if("category"===i){const t=Ic(v,e)||Nc(_,e)||u;return t?xc("".concat(p,"/").concat(e,"/category/").concat(t)):null}if("article"===i){if(!t)return null;const n=Nc(_,e)||C;return Oc(p,e,"article",n,String(t))}return Bc.has(i)?xc("".concat(p,"/").concat(e,"/").concat(i)):wc.test(h)?xc("".concat(p,"/").concat(e,"/")):null},k=(0,r.useMemo)(()=>{if(A&&l)return xc("".concat(p,"/").concat(d,"/").concat(A,"/").concat(l));if("category"===i){const e=Ic(v,d)||u;return xc(l?"".concat(p,"/").concat(d,"/category/").concat(l):e?"".concat(p,"/").concat(d,"/category/").concat(e):"".concat(p,"/").concat(d,"/"))}return"article"===i?l&&(u||C)?Oc(p,d,"article",u||C,String(l)):u||C?Oc(p,d,"article",u||C):xc("".concat(p,"/").concat(d,"/")):Bc.has(i)?xc("".concat(p,"/").concat(d,"/").concat(i)):xc("".concat(p,"/").concat(d,"/"))},[p,d,A,i,l,u,C,v]),F=A?null!==l&&void 0!==l?l:"":("category"===i||"article"===i||Bc.has(i))&&null!==(t=null!==l&&void 0!==l?l:u)&&void 0!==t?t:"",S="".concat(i,"|").concat(F,"|").concat(d),w=null!==o&&void 0!==o?o:n("seo.".concat(i,".title")),x=null!==s&&void 0!==s?s:n("seo.".concat(i,".description")),O="string"===typeof a&&a.trim().length>0?a:"";if("notFound"===i)return(0,Ka.jsxs)(nt,{defer:!1,prioritizeSeoTags:!0,className:Tc.container,htmlAttributes:{lang:D},children:[(0,Ka.jsx)("meta",{charSet:n("charSet")}),(0,Ka.jsx)("title",{children:"404"}),(0,Ka.jsx)("meta",{name:"robots",content:"noindex, nofollow"}),(0,Ka.jsx)("meta",{name:"prerender-status-code",content:"404"}),(0,Ka.jsx)("meta",{name:"prerender-cacheable",content:"false"})]},S);if(A){const e=T(Fc);return(0,Ka.jsxs)(nt,{defer:!1,prioritizeSeoTags:!0,className:Tc.container,htmlAttributes:{lang:D},children:[(0,Ka.jsx)("meta",{charSet:n("charSet")}),w&&(0,Ka.jsx)("title",{children:w}),x&&(0,Ka.jsx)("meta",{name:"description",content:x}),O&&(0,Ka.jsx)("meta",{name:"keywords",content:O}),l?(0,Ka.jsxs)(Ka.Fragment,{children:[(0,Ka.jsx)("link",{rel:"canonical",href:k}),kc.map(e=>{const t=T(e);return t?(0,Ka.jsx)("link",{rel:"alternate",href:t,hrefLang:Sc[e]||e},"alt-".concat(e)):null}),e&&(0,Ka.jsx)("link",{rel:"alternate",href:e,hrefLang:"x-default"})]}):null]},S)}const N=T(Fc);return(0,Ka.jsxs)(nt,{defer:!1,prioritizeSeoTags:!0,className:Tc.container,htmlAttributes:{lang:D},children:[(0,Ka.jsx)("meta",{charSet:n("charSet")}),w&&(0,Ka.jsx)("title",{children:w}),x&&(0,Ka.jsx)("meta",{name:"description",content:x}),O&&(0,Ka.jsx)("meta",{name:"keywords",content:O}),(0,Ka.jsx)("link",{rel:"canonical",href:k}),kc.map(e=>{if("article"===i&&e===d)return(0,Ka.jsx)("link",{rel:"alternate",href:k,hrefLang:Sc[e]||e},"alt-".concat(e));const t=T(e);return t?(0,Ka.jsx)("link",{rel:"alternate",href:t,hrefLang:Sc[e]||e},"alt-".concat(e)):null}),N&&(0,Ka.jsx)("link",{rel:"alternate",href:N,hrefLang:"x-default"})]},S)}),Rc="styles_container__KXFcJ",Lc="styles_block__7c8jM",Mc="styles_text__1Cy9-",jc="styles_blockActive__rKtjz",zc=Qn()(e=>{let t=e.t;const n=ne((0,r.useState)(!1),2),i=n[0],o=n[1],a=P(e=>e.orders.data,Y);return(0,r.useEffect)(()=>{a.length>0&&(o(!0),setTimeout(()=>o(!1),3e3))},[a]),(0,Ka.jsx)("div",{className:Rc,children:(0,Ka.jsx)("div",{className:i?jc:Lc,children:(0,Ka.jsx)("p",{className:Mc,children:t("components.purchase.text")})})})});function Uc(e){return ns({tag:"svg",attr:{viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true"},child:[{tag:"path",attr:{fillRule:"evenodd",d:"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z",clipRule:"evenodd"}}]})(e)}function Hc(e){return ns({tag:"svg",attr:{fill:"none",viewBox:"0 0 24 24",strokeWidth:"2",stroke:"currentColor","aria-hidden":"true"},child:[{tag:"path",attr:{strokeLinecap:"round",strokeLinejoin:"round",d:"M19 9l-7 7-7-7"}}]})(e)}function Vc(e){return ns({tag:"svg",attr:{fill:"none",viewBox:"0 0 24 24",strokeWidth:"2",stroke:"currentColor","aria-hidden":"true"},child:[{tag:"path",attr:{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"}}]})(e)}const Gc={container:"styles_container__13kQo",slidein:"styles_slidein__tH1Ia",containerNone:"styles_containerNone__boTkJ",header:"styles_header__MKmbd",title:"styles_title__lCyaK",subTitle:"styles_subTitle__Q6I96",image:"styles_image__0NvVS",apps:"styles_apps__k39rS"},Wc="@apps",Yc=Qn()(e=>{let t=e.t;const n=ne((0,r.useState)(!1),2),i=n[0],o=n[1];(0,r.useEffect)(()=>{"1"!==localStorage.getItem(Wc)&&setTimeout(()=>o(!0),5e3)},[]);return(0,Ka.jsxs)("div",{className:i?Gc.container:Gc.containerNone,children:[(0,Ka.jsxs)("div",{className:Gc.header,children:[(0,Ka.jsx)(Vc,{className:Gc.delete,onClick:()=>{o(!1),localStorage.setItem(Wc,"1")}}),(0,Ka.jsxs)("div",{children:[(0,Ka.jsx)("p",{className:Gc.title,children:t("components.apps.title")}),(0,Ka.jsx)("p",{className:Gc.subTitle,children:t("components.apps.text")})]})]}),(0,Ka.jsxs)("div",{className:Gc.apps,children:[(0,Ka.jsx)("a",{href:ra,children:(0,Ka.jsx)("img",{className:Gc.image,src:fs.IMAGES.APP_STORE,alt:"App store"})}),(0,Ka.jsx)("a",{href:na,children:(0,Ka.jsx)("img",{className:Gc.image,src:fs.IMAGES.GOOGLE_PLAY,alt:"Google play"})})]})]})});var qc=ld(),Qc=e=>od(e,qc),Kc=ld();Qc.write=e=>od(e,Kc);var Xc=ld();Qc.onStart=e=>od(e,Xc);var Jc=ld();Qc.onFrame=e=>od(e,Jc);var Zc=ld();Qc.onFinish=e=>od(e,Zc);var $c=[];Qc.setTimeout=(e,t)=>{const n=Qc.now()+t,r=()=>{const e=$c.findIndex(e=>e.cancel==r);~e&&$c.splice(e,1),rd-=~e?1:0},i={time:n,handler:e,cancel:r};return $c.splice(ed(n),0,i),rd+=1,ad(),i};var ed=e=>~(~$c.findIndex(t=>t.time>e)||~$c.length);Qc.cancel=e=>{Xc.delete(e),Jc.delete(e),Zc.delete(e),qc.delete(e),Kc.delete(e)},Qc.sync=e=>{id=!0,Qc.batchedUpdates(e),id=!1},Qc.throttle=e=>{let t;function n(){try{e(...t)}finally{t=null}}function r(){for(var e=arguments.length,r=new Array(e),i=0;i<e;i++)r[i]=arguments[i];t=r,Qc.onStart(n)}return r.handler=e,r.cancel=()=>{Xc.delete(n),t=null},r};var td="undefined"!=typeof window?window.requestAnimationFrame:()=>{};Qc.use=e=>td=e,Qc.now="undefined"!=typeof performance?()=>performance.now():Date.now,Qc.batchedUpdates=e=>e(),Qc.catch=console.error,Qc.frameLoop="always",Qc.advance=()=>{"demand"!==Qc.frameLoop?console.warn("Cannot call the manual advancement of rafz whilst frameLoop is not set as demand"):ud()};var nd=-1,rd=0,id=!1;function od(e,t){id?(t.delete(e),e(0)):(t.add(e),ad())}function ad(){nd<0&&(nd=0,"demand"!==Qc.frameLoop&&td(sd))}function sd(){~nd&&(td(sd),Qc.batchedUpdates(ud))}function ud(){const e=nd;nd=Qc.now();const t=ed(nd);t&&(cd($c.splice(0,t),e=>e.handler()),rd-=t),rd?(Xc.flush(),qc.flush(e?Math.min(64,nd-e):16.667),Jc.flush(),Kc.flush(),Zc.flush()):nd=-1}function ld(){let e=new Set,t=e;return{add(n){rd+=t!=e||e.has(n)?0:1,e.add(n)},delete:n=>(rd-=t==e&&e.has(n)?1:0,e.delete(n)),flush(n){t.size&&(e=new Set,rd-=t.size,cd(t,t=>t(n)&&e.add(t)),rd+=e.size,t=e)}}}function cd(e,t){e.forEach(e=>{try{t(e)}catch(KF){Qc.catch(KF)}})}var dd=Object.defineProperty,fd={};function pd(){}((e,t)=>{for(var n in t)dd(e,n,{get:t[n],enumerable:!0})})(fd,{assign:()=>Fd,colors:()=>Cd,createStringInterpolator:()=>Ed,skipAnimation:()=>Td,to:()=>Ad,willAdvance:()=>kd});var hd={arr:Array.isArray,obj:e=>!!e&&"Object"===e.constructor.name,fun:e=>"function"===typeof e,str:e=>"string"===typeof e,num:e=>"number"===typeof e,und:e=>void 0===e};function md(e,t){if(hd.arr(e)){if(!hd.arr(t)||e.length!==t.length)return!1;for(let n=0;n<e.length;n++)if(e[n]!==t[n])return!1;return!0}return e===t}var gd=(e,t)=>e.forEach(t);function Dd(e,t,n){if(hd.arr(e))for(let r=0;r<e.length;r++)t.call(n,e[r],"".concat(r));else for(const r in e)e.hasOwnProperty(r)&&t.call(n,e[r],r)}var yd=e=>hd.und(e)?[]:hd.arr(e)?e:[e];function vd(e,t){if(e.size){const n=Array.from(e);e.clear(),gd(n,t)}}var Ed,Ad,bd=function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return vd(e,e=>e(...n))},_d=()=>"undefined"===typeof window||!window.navigator||/ServerSideRendering|^Deno\//.test(window.navigator.userAgent),Cd=null,Td=!1,kd=pd,Fd=e=>{e.to&&(Ad=e.to),e.now&&(Qc.now=e.now),void 0!==e.colors&&(Cd=e.colors),null!=e.skipAnimation&&(Td=e.skipAnimation),e.createStringInterpolator&&(Ed=e.createStringInterpolator),e.requestAnimationFrame&&Qc.use(e.requestAnimationFrame),e.batchedUpdates&&(Qc.batchedUpdates=e.batchedUpdates),e.willAdvance&&(kd=e.willAdvance),e.frameLoop&&(Qc.frameLoop=e.frameLoop)},Sd=new Set,wd=[],xd=[],Od=0,Nd={get idle(){return!Sd.size&&!wd.length},start(e){Od>e.priority?(Sd.add(e),Qc.onStart(Bd)):(Id(e),Qc(Rd))},advance:Rd,sort(e){if(Od)Qc.onFrame(()=>Nd.sort(e));else{const t=wd.indexOf(e);~t&&(wd.splice(t,1),Pd(e))}},clear(){wd=[],Sd.clear()}};function Bd(){Sd.forEach(Id),Sd.clear(),Qc(Rd)}function Id(e){wd.includes(e)||Pd(e)}function Pd(e){wd.splice(function(e,t){const n=e.findIndex(t);return n<0?e.length:n}(wd,t=>t.priority>e.priority),0,e)}function Rd(e){const t=xd;for(let n=0;n<wd.length;n++){const r=wd[n];Od=r.priority,r.idle||(kd(r),r.advance(e),r.idle||t.push(r))}return Od=0,(xd=wd).length=0,(wd=t).length>0}var Ld="[-+]?\\d*\\.?\\d+",Md=Ld+"%";function jd(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return"\\(\\s*("+t.join(")\\s*,\\s*(")+")\\s*\\)"}var zd=new RegExp("rgb"+jd(Ld,Ld,Ld)),Ud=new RegExp("rgba"+jd(Ld,Ld,Ld,Ld)),Hd=new RegExp("hsl"+jd(Ld,Md,Md)),Vd=new RegExp("hsla"+jd(Ld,Md,Md,Ld)),Gd=/^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,Wd=/^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,Yd=/^#([0-9a-fA-F]{6})$/,qd=/^#([0-9a-fA-F]{8})$/;function Qd(e,t,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+6*(t-e)*n:n<.5?t:n<2/3?e+(t-e)*(2/3-n)*6:e}function Kd(e,t,n){const r=n<.5?n*(1+t):n+t-n*t,i=2*n-r,o=Qd(i,r,e+1/3),a=Qd(i,r,e),s=Qd(i,r,e-1/3);return Math.round(255*o)<<24|Math.round(255*a)<<16|Math.round(255*s)<<8}function Xd(e){const t=parseInt(e,10);return t<0?0:t>255?255:t}function Jd(e){return(parseFloat(e)%360+360)%360/360}function Zd(e){const t=parseFloat(e);return t<0?0:t>1?255:Math.round(255*t)}function $d(e){const t=parseFloat(e);return t<0?0:t>100?1:t/100}function ef(e){let t=function(e){let t;return"number"===typeof e?e>>>0===e&&e>=0&&e<=4294967295?e:null:(t=Yd.exec(e))?parseInt(t[1]+"ff",16)>>>0:Cd&&void 0!==Cd[e]?Cd[e]:(t=zd.exec(e))?(Xd(t[1])<<24|Xd(t[2])<<16|Xd(t[3])<<8|255)>>>0:(t=Ud.exec(e))?(Xd(t[1])<<24|Xd(t[2])<<16|Xd(t[3])<<8|Zd(t[4]))>>>0:(t=Gd.exec(e))?parseInt(t[1]+t[1]+t[2]+t[2]+t[3]+t[3]+"ff",16)>>>0:(t=qd.exec(e))?parseInt(t[1],16)>>>0:(t=Wd.exec(e))?parseInt(t[1]+t[1]+t[2]+t[2]+t[3]+t[3]+t[4]+t[4],16)>>>0:(t=Hd.exec(e))?(255|Kd(Jd(t[1]),$d(t[2]),$d(t[3])))>>>0:(t=Vd.exec(e))?(Kd(Jd(t[1]),$d(t[2]),$d(t[3]))|Zd(t[4]))>>>0:null}(e);if(null===t)return e;t=t||0;const n=(16711680&t)>>>16,r=(65280&t)>>>8,i=(255&t)/255;return"rgba(".concat((4278190080&t)>>>24,", ").concat(n,", ").concat(r,", ").concat(i,")")}var tf=(e,t,n)=>{if(hd.fun(e))return e;if(hd.arr(e))return tf({range:e,output:t,extrapolate:n});if(hd.str(e.output[0]))return Ed(e);const r=e,i=r.output,o=r.range||[0,1],a=r.extrapolateLeft||r.extrapolate||"extend",s=r.extrapolateRight||r.extrapolate||"extend",u=r.easing||(e=>e);return e=>{const t=function(e,t){for(var n=1;n<t.length-1&&!(t[n]>=e);++n);return n-1}(e,o);return function(e,t,n,r,i,o,a,s,u){let l=u?u(e):e;if(l<t){if("identity"===a)return l;"clamp"===a&&(l=t)}if(l>n){if("identity"===s)return l;"clamp"===s&&(l=n)}if(r===i)return r;if(t===n)return e<=t?r:i;t===-1/0?l=-l:n===1/0?l-=t:l=(l-t)/(n-t);l=o(l),r===-1/0?l=-l:i===1/0?l+=r:l=l*(i-r)+r;return l}(e,o[t],o[t+1],i[t],i[t+1],u,a,s,r.map)}};var nf=1.70158,rf=1.525*nf,of=nf+1,af=2*Math.PI/3,sf=2*Math.PI/4.5,uf=e=>{const t=7.5625,n=2.75;return e<1/n?t*e*e:e<2/n?t*(e-=1.5/n)*e+.75:e<2.5/n?t*(e-=2.25/n)*e+.9375:t*(e-=2.625/n)*e+.984375},lf={linear:e=>e,easeInQuad:e=>e*e,easeOutQuad:e=>1-(1-e)*(1-e),easeInOutQuad:e=>e<.5?2*e*e:1-Math.pow(-2*e+2,2)/2,easeInCubic:e=>e*e*e,easeOutCubic:e=>1-Math.pow(1-e,3),easeInOutCubic:e=>e<.5?4*e*e*e:1-Math.pow(-2*e+2,3)/2,easeInQuart:e=>e*e*e*e,easeOutQuart:e=>1-Math.pow(1-e,4),easeInOutQuart:e=>e<.5?8*e*e*e*e:1-Math.pow(-2*e+2,4)/2,easeInQuint:e=>e*e*e*e*e,easeOutQuint:e=>1-Math.pow(1-e,5),easeInOutQuint:e=>e<.5?16*e*e*e*e*e:1-Math.pow(-2*e+2,5)/2,easeInSine:e=>1-Math.cos(e*Math.PI/2),easeOutSine:e=>Math.sin(e*Math.PI/2),easeInOutSine:e=>-(Math.cos(Math.PI*e)-1)/2,easeInExpo:e=>0===e?0:Math.pow(2,10*e-10),easeOutExpo:e=>1===e?1:1-Math.pow(2,-10*e),easeInOutExpo:e=>0===e?0:1===e?1:e<.5?Math.pow(2,20*e-10)/2:(2-Math.pow(2,-20*e+10))/2,easeInCirc:e=>1-Math.sqrt(1-Math.pow(e,2)),easeOutCirc:e=>Math.sqrt(1-Math.pow(e-1,2)),easeInOutCirc:e=>e<.5?(1-Math.sqrt(1-Math.pow(2*e,2)))/2:(Math.sqrt(1-Math.pow(-2*e+2,2))+1)/2,easeInBack:e=>of*e*e*e-nf*e*e,easeOutBack:e=>1+of*Math.pow(e-1,3)+nf*Math.pow(e-1,2),easeInOutBack:e=>e<.5?Math.pow(2*e,2)*(7.189819*e-rf)/2:(Math.pow(2*e-2,2)*((rf+1)*(2*e-2)+rf)+2)/2,easeInElastic:e=>0===e?0:1===e?1:-Math.pow(2,10*e-10)*Math.sin((10*e-10.75)*af),easeOutElastic:e=>0===e?0:1===e?1:Math.pow(2,-10*e)*Math.sin((10*e-.75)*af)+1,easeInOutElastic:e=>0===e?0:1===e?1:e<.5?-Math.pow(2,20*e-10)*Math.sin((20*e-11.125)*sf)/2:Math.pow(2,-20*e+10)*Math.sin((20*e-11.125)*sf)/2+1,easeInBounce:e=>1-uf(1-e),easeOutBounce:uf,easeInOutBounce:e=>e<.5?(1-uf(1-2*e))/2:(1+uf(2*e-1))/2,steps:function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"end";return n=>{const r=(n="end"===t?Math.min(n,.999):Math.max(n,.001))*e;return((e,t,n)=>Math.min(Math.max(n,e),t))(0,1,("end"===t?Math.floor(r):Math.ceil(r))/e)}}},cf=Symbol.for("FluidValue.get"),df=Symbol.for("FluidValue.observers"),ff=e=>Boolean(e&&e[cf]),pf=e=>e&&e[cf]?e[cf]():e,hf=e=>e[df]||null;function mf(e,t){const n=e[df];n&&n.forEach(e=>{!function(e,t){e.eventObserved?e.eventObserved(t):e(t)}(e,t)})}var gf=class{constructor(e){if(!e&&!(e=this.get))throw Error("Unknown getter");Df(this,e)}},Df=(e,t)=>Af(e,cf,t);function yf(e,t){if(e[cf]){let n=e[df];n||Af(e,df,n=new Set),n.has(t)||(n.add(t),e.observerAdded&&e.observerAdded(n.size,t))}return t}function vf(e,t){const n=e[df];if(n&&n.has(t)){const r=n.size-1;r?n.delete(t):e[df]=null,e.observerRemoved&&e.observerRemoved(r,t)}}var Ef,Af=(e,t,n)=>Object.defineProperty(e,t,{value:n,writable:!0,configurable:!0}),bf=/[+\-]?(?:0|[1-9]\d*)(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,_f=/(#(?:[0-9a-f]{2}){2,4}|(#[0-9a-f]{3})|(rgb|hsl)a?\((-?\d+%?[,\s]+){2,3}\s*[\d\.]+%?\))/gi,Cf=new RegExp("(".concat(bf.source,")(%|[a-z]+)"),"i"),Tf=/rgba\(([0-9\.-]+), ([0-9\.-]+), ([0-9\.-]+), ([0-9\.-]+)\)/gi,kf=/var\((--[a-zA-Z0-9-_]+),? ?([a-zA-Z0-9 ()%#.,-]+)?\)/,Ff=e=>{const t=ne(Sf(e),2),n=t[0],r=t[1];if(!n||_d())return e;const i=window.getComputedStyle(document.documentElement).getPropertyValue(n);if(i)return i.trim();if(r&&r.startsWith("--")){const t=window.getComputedStyle(document.documentElement).getPropertyValue(r);return t||e}return r&&kf.test(r)?Ff(r):r||e},Sf=e=>{const t=kf.exec(e);if(!t)return[,];const n=ne(t,3);return[n[1],n[2]]},wf=(e,t,n,r,i)=>"rgba(".concat(Math.round(t),", ").concat(Math.round(n),", ").concat(Math.round(r),", ").concat(i,")"),xf=e=>{Ef||(Ef=Cd?new RegExp("(".concat(Object.keys(Cd).join("|"),")(?!\\w)"),"g"):/^\b$/);const t=e.output.map(e=>pf(e).replace(kf,Ff).replace(_f,ef).replace(Ef,ef)),n=t.map(e=>e.match(bf).map(Number)),r=n[0].map((e,t)=>n.map(e=>{if(!(t in e))throw Error('The arity of each "output" value must be equal');return e[t]})),i=r.map(t=>tf(J(J({},e),{},{output:t})));return e=>{var n;const r=!Cf.test(t[0])&&(null===(n=t.find(e=>Cf.test(e)))||void 0===n?void 0:n.replace(bf,""));let o=0;return t[0].replace(bf,()=>"".concat(i[o++](e)).concat(r||"")).replace(Tf,wf)}},Of="react-spring: ",Nf=e=>{const t=e;let n=!1;if("function"!=typeof t)throw new TypeError("".concat(Of,"once requires a function parameter"));return function(){n||(t(...arguments),n=!0)}},Bf=Nf(console.warn);var If=Nf(console.warn);function Pf(e){return hd.str(e)&&("#"==e[0]||/\d/.test(e)||!_d()&&kf.test(e)||e in(Cd||{}))}var Rf=_d()?r.useEffect:r.useLayoutEffect;function Lf(){const e=(0,r.useState)()[1],t=(()=>{const e=(0,r.useRef)(!1);return Rf(()=>(e.current=!0,()=>{e.current=!1}),[]),e})();return()=>{t.current&&e(Math.random())}}var Mf=e=>(0,r.useEffect)(e,jf),jf=[];function zf(e){const t=(0,r.useRef)();return(0,r.useEffect)(()=>{t.current=e}),t.current}var Uf=Symbol.for("Animated:node"),Hf=e=>e&&e[Uf],Vf=(e,t)=>{return n=e,r=Uf,i=t,Object.defineProperty(n,r,{value:i,writable:!0,configurable:!0});var n,r,i},Gf=e=>e&&e[Uf]&&e[Uf].getPayload(),Wf=class{constructor(){Vf(this,this)}getPayload(){return this.payload||[]}},Yf=class extends Wf{constructor(e){super(),this._value=e,this.done=!0,this.durationProgress=0,hd.num(this._value)&&(this.lastPosition=this._value)}static create(e){return new Yf(e)}getPayload(){return[this]}getValue(){return this._value}setValue(e,t){return hd.num(e)&&(this.lastPosition=e,t&&(e=Math.round(e/t)*t,this.done&&(this.lastPosition=e))),this._value!==e&&(this._value=e,!0)}reset(){const e=this.done;this.done=!1,hd.num(this._value)&&(this.elapsedTime=0,this.durationProgress=0,this.lastPosition=this._value,e&&(this.lastVelocity=null),this.v0=null)}},qf=class extends Yf{constructor(e){super(0),this._string=null,this._toString=tf({output:[e,e]})}static create(e){return new qf(e)}getValue(){const e=this._string;return null==e?this._string=this._toString(this._value):e}setValue(e){if(hd.str(e)){if(e==this._string)return!1;this._string=e,this._value=1}else{if(!super.setValue(e))return!1;this._string=null}return!0}reset(e){e&&(this._toString=tf({output:[this.getValue(),e]})),this._value=0,super.reset()}},Qf={dependencies:null},Kf=class extends Wf{constructor(e){super(),this.source=e,this.setValue(e)}getValue(e){const t={};return Dd(this.source,(n,r)=>{var i;(i=n)&&i[Uf]===i?t[r]=n.getValue(e):ff(n)?t[r]=pf(n):e||(t[r]=n)}),t}setValue(e){this.source=e,this.payload=this._makePayload(e)}reset(){this.payload&&gd(this.payload,e=>e.reset())}_makePayload(e){if(e){const t=new Set;return Dd(e,this._addToPayload,t),Array.from(t)}}_addToPayload(e){Qf.dependencies&&ff(e)&&Qf.dependencies.add(e);const t=Gf(e);t&&gd(t,e=>this.add(e))}},Xf=class extends Kf{constructor(e){super(e)}static create(e){return new Xf(e)}getValue(){return this.source.map(e=>e.getValue())}setValue(e){const t=this.getPayload();return e.length==t.length?t.map((t,n)=>t.setValue(e[n])).some(Boolean):(super.setValue(e.map(Jf)),!0)}};function Jf(e){return(Pf(e)?qf:Yf).create(e)}function Zf(e){const t=Hf(e);return t?t.constructor:hd.arr(e)?Xf:Pf(e)?qf:Yf}var $f=(e,t)=>{const n=!hd.fun(e)||e.prototype&&e.prototype.isReactComponent;return(0,r.forwardRef)((i,o)=>{const a=(0,r.useRef)(null),s=n&&(0,r.useCallback)(e=>{a.current=function(e,t){e&&(hd.fun(e)?e(t):e.current=t);return t}(o,e)},[o]),u=function(e,t){const n=new Set;Qf.dependencies=n,e.style&&(e=J(J({},e),{},{style:t.createAnimatedStyle(e.style)}));return e=new Kf(e),Qf.dependencies=null,[e,n]}(i,t),l=ne(u,2),c=l[0],d=l[1],f=Lf(),p=()=>{const e=a.current;if(n&&!e)return;!1===(!!e&&t.applyAnimatedValues(e,c.getValue(!0)))&&f()},h=new ep(p,d),m=(0,r.useRef)();Rf(()=>(m.current=h,gd(d,e=>yf(e,h)),()=>{m.current&&(gd(m.current.deps,e=>vf(e,m.current)),Qc.cancel(m.current.update))})),(0,r.useEffect)(p,[]),Mf(()=>()=>{const e=m.current;gd(e.deps,t=>vf(t,e))});const g=t.getComponentProps(c.getValue());return r.createElement(e,J(J({},g),{},{ref:s}))})},ep=class{constructor(e,t){this.update=e,this.deps=t}eventObserved(e){"change"==e.type&&Qc.write(this.update)}};var tp=Symbol.for("AnimatedComponent"),np=e=>hd.str(e)?e:e&&hd.str(e.displayName)?e.displayName:hd.fun(e)&&e.name||null;const rp=["children"];function ip(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return hd.fun(e)?e(...n):e}var op=(e,t)=>!0===e||!!(t&&e&&(hd.fun(e)?e(t):yd(e).includes(t))),ap=(e,t)=>hd.obj(e)?t&&e[t]:e,sp=(e,t)=>!0===e.default?e[t]:e.default?e.default[t]:void 0,up=e=>e,lp=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:up,n=cp;e.default&&!0!==e.default&&(e=e.default,n=Object.keys(e));const r={};for(const i of n){const n=t(e[i],i);hd.und(n)||(r[i]=n)}return r},cp=["config","onProps","onStart","onChange","onPause","onResume","onRest"],dp={config:1,from:1,to:1,ref:1,loop:1,reset:1,pause:1,cancel:1,reverse:1,immediate:1,default:1,delay:1,onProps:1,onStart:1,onChange:1,onPause:1,onResume:1,onRest:1,onResolve:1,items:1,trail:1,sort:1,expires:1,initial:1,enter:1,update:1,leave:1,children:1,onDestroyed:1,keys:1,callId:1,parentId:1};function fp(e){const t=function(e){const t={};let n=0;if(Dd(e,(e,r)=>{dp[r]||(t[r]=e,n++)}),n)return t}(e);if(t){const n={to:t};return Dd(e,(e,r)=>r in t||(n[r]=e)),n}return J({},e)}function pp(e){return e=pf(e),hd.arr(e)?e.map(pp):Pf(e)?fd.createStringInterpolator({range:[0,1],output:[e,e]})(1):e}function hp(e){for(const t in e)return!0;return!1}function mp(e){return hd.fun(e)||hd.arr(e)&&hd.obj(e[0])}function gp(e,t){var n;null===(n=e.ref)||void 0===n||n.delete(e),null===t||void 0===t||t.delete(e)}function Dp(e,t){var n;t&&e.ref!==t&&(null===(n=e.ref)||void 0===n||n.delete(e),t.add(e),e.ref=t)}var yp=J(J({},{tension:170,friction:26}),{},{mass:1,damping:1,easing:lf.linear,clamp:!1}),vp=class{constructor(){this.velocity=0,Object.assign(this,yp)}};function Ep(e,t){if(hd.und(t.decay)){const n=!hd.und(t.tension)||!hd.und(t.friction);!n&&hd.und(t.frequency)&&hd.und(t.damping)&&hd.und(t.mass)||(e.duration=void 0,e.decay=void 0),n&&(e.frequency=void 0)}else e.duration=void 0}var Ap=[],bp=class{constructor(){this.changed=!1,this.values=Ap,this.toValues=null,this.fromValues=Ap,this.config=new vp,this.immediate=!1}};function _p(e,t){let n=t.key,r=t.props,i=t.defaultProps,o=t.state,a=t.actions;return new Promise((t,s)=>{var u;let l,c,d=op(null!==(u=r.cancel)&&void 0!==u?u:null===i||void 0===i?void 0:i.cancel,n);if(d)h();else{hd.und(r.pause)||(o.paused=op(r.pause,n));let e=null===i||void 0===i?void 0:i.pause;!0!==e&&(e=o.paused||op(e,n)),l=ip(r.delay||0,n),e?(o.resumeQueue.add(p),a.pause()):(a.resume(),p())}function f(){o.resumeQueue.add(p),o.timeouts.delete(c),c.cancel(),l=c.time-Qc.now()}function p(){l>0&&!fd.skipAnimation?(o.delayed=!0,c=Qc.setTimeout(h,l),o.pauseQueue.add(f),o.timeouts.add(c)):h()}function h(){o.delayed&&(o.delayed=!1),o.pauseQueue.delete(f),o.timeouts.delete(c),e<=(o.cancelId||0)&&(d=!0);try{a.start(J(J({},r),{},{callId:e,cancel:d}),t)}catch(n){s(n)}}})}var Cp=(e,t)=>1==t.length?t[0]:t.some(e=>e.cancelled)?Fp(e.get()):t.every(e=>e.noop)?Tp(e.get()):kp(e.get(),t.every(e=>e.finished)),Tp=e=>({value:e,noop:!0,finished:!0,cancelled:!1}),kp=function(e,t){return{value:e,finished:t,cancelled:arguments.length>2&&void 0!==arguments[2]&&arguments[2]}},Fp=e=>({value:e,cancelled:!0,finished:!1});function Sp(e,t,n,r){const i=t.callId,o=t.parentId,a=t.onRest,s=n.asyncTo,u=n.promise;return o||e!==s||t.reset?n.promise=(async()=>{n.asyncId=i,n.asyncTo=e;const l=lp(t,(e,t)=>"onRest"===t?void 0:e);let c,d;const f=new Promise((e,t)=>(c=e,d=t)),p=e=>{const t=i<=(n.cancelId||0)&&Fp(r)||i!==n.asyncId&&kp(r,!1);if(t)throw e.result=t,d(e),e},h=(e,t)=>{const o=new xp,a=new Op;return(async()=>{if(fd.skipAnimation)throw wp(n),a.result=kp(r,!1),d(a),a;p(o);const s=hd.obj(e)?J({},e):J(J({},t),{},{to:e});s.parentId=i,Dd(l,(e,t)=>{hd.und(s[t])&&(s[t]=e)});const u=await r.start(s);return p(o),n.paused&&await new Promise(e=>{n.resumeQueue.add(e)}),u})()};let m;if(fd.skipAnimation)return wp(n),kp(r,!1);try{let t;t=hd.arr(e)?(async e=>{for(const t of e)await h(t)})(e):Promise.resolve(e(h,r.stop.bind(r))),await Promise.all([t.then(c),f]),m=kp(r.get(),!0,!1)}catch(g){if(g instanceof xp)m=g.result;else{if(!(g instanceof Op))throw g;m=g.result}}finally{i==n.asyncId&&(n.asyncId=o,n.asyncTo=o?s:void 0,n.promise=o?u:void 0)}return hd.fun(a)&&Qc.batchedUpdates(()=>{a(m,r,r.item)}),m})():u}function wp(e,t){vd(e.timeouts,e=>e.cancel()),e.pauseQueue.clear(),e.resumeQueue.clear(),e.asyncId=e.asyncTo=e.promise=void 0,t&&(e.cancelId=t)}var xp=class extends Error{constructor(){super("An async animation has been interrupted. You see this error because you forgot to use `await` or `.catch(...)` on its returned promise.")}},Op=class extends Error{constructor(){super("SkipAnimationSignal")}},Np=e=>e instanceof Ip,Bp=1,Ip=class extends gf{constructor(){super(...arguments),this.id=Bp++,this._priority=0}get priority(){return this._priority}set priority(e){this._priority!=e&&(this._priority=e,this._onPriorityChange(e))}get(){const e=Hf(this);return e&&e.getValue()}to(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return fd.to(this,t)}interpolate(){Bf("".concat(Of,'The "interpolate" function is deprecated in v9 (use "to" instead)'));for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return fd.to(this,t)}toJSON(){return this.get()}observerAdded(e){1==e&&this._attach()}observerRemoved(e){0==e&&this._detach()}_attach(){}_detach(){}_onChange(e){mf(this,{type:"change",parent:this,value:e,idle:arguments.length>1&&void 0!==arguments[1]&&arguments[1]})}_onPriorityChange(e){this.idle||Nd.sort(this),mf(this,{type:"priority",parent:this,priority:e})}},Pp=Symbol.for("SpringPhase"),Rp=e=>(1&e[Pp])>0,Lp=e=>(2&e[Pp])>0,Mp=e=>(4&e[Pp])>0,jp=(e,t)=>t?e[Pp]|=3:e[Pp]&=-3,zp=(e,t)=>t?e[Pp]|=4:e[Pp]&=-5,Up=class extends Ip{constructor(e,t){if(super(),this.animation=new bp,this.defaultProps={},this._state={paused:!1,delayed:!1,pauseQueue:new Set,resumeQueue:new Set,timeouts:new Set},this._pendingCalls=new Set,this._lastCallId=0,this._lastToId=0,this._memoizedDuration=0,!hd.und(e)||!hd.und(t)){const n=hd.obj(e)?J({},e):J(J({},t),{},{from:e});hd.und(n.default)&&(n.default=!0),this.start(n)}}get idle(){return!(Lp(this)||this._state.asyncTo)||Mp(this)}get goal(){return pf(this.animation.to)}get velocity(){const e=Hf(this);return e instanceof Yf?e.lastVelocity||0:e.getPayload().map(e=>e.lastVelocity||0)}get hasAnimated(){return Rp(this)}get isAnimating(){return Lp(this)}get isPaused(){return Mp(this)}get isDelayed(){return this._state.delayed}advance(e){let t=!0,n=!1;const r=this.animation;let i=r.toValues;const o=r.config,a=Gf(r.to);!a&&ff(r.to)&&(i=yd(pf(r.to))),r.values.forEach((s,u)=>{if(s.done)return;const l=s.constructor==qf?1:a?a[u].lastPosition:i[u];let c=r.immediate,d=l;if(!c){if(d=s.lastPosition,o.tension<=0)return void(s.done=!0);let t=s.elapsedTime+=e;const n=r.fromValues[u],i=null!=s.v0?s.v0:s.v0=hd.arr(o.velocity)?o.velocity[u]:o.velocity;let a;const f=o.precision||(n==l?.005:Math.min(1,.001*Math.abs(l-n)));if(hd.und(o.duration))if(o.decay){const e=!0===o.decay?.998:o.decay,r=Math.exp(-(1-e)*t);d=n+i/(1-e)*(1-r),c=Math.abs(s.lastPosition-d)<=f,a=i*r}else{a=null==s.lastVelocity?i:s.lastVelocity;const t=o.restVelocity||f/10,r=o.clamp?0:o.bounce,u=!hd.und(r),p=n==l?s.v0>0:n<l;let h,m=!1;const g=1,D=Math.ceil(e/g);for(let e=0;e<D&&(h=Math.abs(a)>t,h||(c=Math.abs(l-d)<=f,!c));++e){u&&(m=d==l||d>l==p,m&&(a=-a*r,d=l));a+=(1e-6*-o.tension*(d-l)+.001*-o.friction*a)/o.mass*g,d+=a*g}}else{let r=1;o.duration>0&&(this._memoizedDuration!==o.duration&&(this._memoizedDuration=o.duration,s.durationProgress>0&&(s.elapsedTime=o.duration*s.durationProgress,t=s.elapsedTime+=e)),r=(o.progress||0)+t/this._memoizedDuration,r=r>1?1:r<0?0:r,s.durationProgress=r),d=n+o.easing(r)*(l-n),a=(d-s.lastPosition)/e,c=1==r}s.lastVelocity=a,Number.isNaN(d)&&(console.warn("Got NaN while animating:",this),c=!0)}a&&!a[u].done&&(c=!1),c?s.done=!0:t=!1,s.setValue(d,o.round)&&(n=!0)});const s=Hf(this),u=s.getValue();if(t){const e=pf(r.to);u===e&&!n||o.decay?n&&o.decay&&this._onChange(u):(s.setValue(e),this._onChange(e)),this._stop()}else n&&this._onChange(u)}set(e){return Qc.batchedUpdates(()=>{this._stop(),this._focus(e),this._set(e)}),this}pause(){this._update({pause:!0})}resume(){this._update({pause:!1})}finish(){if(Lp(this)){const e=this.animation,t=e.to,n=e.config;Qc.batchedUpdates(()=>{this._onStart(),n.decay||this._set(t,!1),this._stop()})}return this}update(e){return(this.queue||(this.queue=[])).push(e),this}start(e,t){let n;return hd.und(e)?(n=this.queue||[],this.queue=[]):n=[hd.obj(e)?e:J(J({},t),{},{to:e})],Promise.all(n.map(e=>this._update(e))).then(e=>Cp(this,e))}stop(e){const t=this.animation.to;return this._focus(this.get()),wp(this._state,e&&this._lastCallId),Qc.batchedUpdates(()=>this._stop(t,e)),this}reset(){this._update({reset:!0})}eventObserved(e){"change"==e.type?this._start():"priority"==e.type&&(this.priority=e.priority+1)}_prepareNode(e){const t=this.key||"";let n=e.to,r=e.from;n=hd.obj(n)?n[t]:n,(null==n||mp(n))&&(n=void 0),r=hd.obj(r)?r[t]:r,null==r&&(r=void 0);const i={to:n,from:r};if(!Rp(this)){if(e.reverse){var o=[r,n];n=o[0],r=o[1]}r=pf(r),hd.und(r)?Hf(this)||this._set(n):this._set(r)}return i}_update(e,t){let n=Object.assign({},(function(e){if(null==e)throw new TypeError("Cannot destructure "+e)}(e),e));const r=this.key,i=this.defaultProps;n.default&&Object.assign(i,lp(n,(e,t)=>/^on/.test(t)?ap(e,r):e)),Qp(this,n,"onProps"),Kp(this,"onProps",n,this);const o=this._prepareNode(n);if(Object.isFrozen(this))throw Error("Cannot animate a `SpringValue` object that is frozen. Did you forget to pass your component to `animated(...)` before animating its props?");const a=this._state;return _p(++this._lastCallId,{key:r,props:n,defaultProps:i,state:a,actions:{pause:()=>{Mp(this)||(zp(this,!0),bd(a.pauseQueue),Kp(this,"onPause",kp(this,Hp(this,this.animation.to)),this))},resume:()=>{Mp(this)&&(zp(this,!1),Lp(this)&&this._resume(),bd(a.resumeQueue),Kp(this,"onResume",kp(this,Hp(this,this.animation.to)),this))},start:this._merge.bind(this,o)}}).then(e=>{if(n.loop&&e.finished&&(!t||!e.noop)){const e=Vp(n);if(e)return this._update(e,!0)}return e})}_merge(e,t,n){if(t.cancel)return this.stop(!0),n(Fp(this));const r=!hd.und(e.to),i=!hd.und(e.from);if(r||i){if(!(t.callId>this._lastToId))return n(Fp(this));this._lastToId=t.callId}const o=this.key,a=this.defaultProps,s=this.animation,u=s.to,l=s.from;let c=e.to,d=void 0===c?u:c,f=e.from,p=void 0===f?l:f;if(!i||r||t.default&&!hd.und(d)||(d=p),t.reverse){var h=[p,d];d=h[0],p=h[1]}const m=!md(p,l);m&&(s.from=p),p=pf(p);const g=!md(d,u);g&&this._focus(d);const D=mp(t.to),y=s.config,v=y.decay,E=y.velocity;(r||i)&&(y.velocity=0),t.config&&!D&&function(e,t,n){n&&(Ep(n=J({},n),t),t=J(J({},n),t)),Ep(e,t),Object.assign(e,t);for(const a in yp)null==e[a]&&(e[a]=yp[a]);let r=e.frequency,i=e.damping;const o=e.mass;hd.und(r)||(r<.01&&(r=.01),i<0&&(i=0),e.tension=Math.pow(2*Math.PI/r,2)*o,e.friction=4*Math.PI*i*o/r)}(y,ip(t.config,o),t.config!==a.config?ip(a.config,o):void 0);let A=Hf(this);if(!A||hd.und(d))return n(kp(this,!0));const b=hd.und(t.reset)?i&&!t.default:!hd.und(p)&&op(t.reset,o),_=b?p:this.get(),C=pp(d),T=hd.num(C)||hd.arr(C)||Pf(C),k=!D&&(!T||op(a.immediate||t.immediate,o));if(g){const e=Zf(d);if(e!==A.constructor){if(!k)throw Error("Cannot animate between ".concat(A.constructor.name," and ").concat(e.name,', as the "to" prop suggests'));A=this._set(C)}}const F=A.constructor;let S=ff(d),w=!1;if(!S){const e=b||!Rp(this)&&m;(g||e)&&(w=md(pp(_),C),S=!w),(md(s.immediate,k)||k)&&md(y.decay,v)&&md(y.velocity,E)||(S=!0)}if(w&&Lp(this)&&(s.changed&&!b?S=!0:S||this._stop(u)),!D&&((S||ff(u))&&(s.values=A.getPayload(),s.toValues=ff(d)?null:F==qf?[1]:yd(C)),s.immediate!=k&&(s.immediate=k,k||b||this._set(u)),S)){const e=s.onRest;gd(qp,e=>Qp(this,t,e));const r=kp(this,Hp(this,u));bd(this._pendingCalls,r),this._pendingCalls.add(n),s.changed&&Qc.batchedUpdates(()=>{var t;(s.changed=!b,null===e||void 0===e||e(r,this),b)?ip(a.onRest,r):null===(t=s.onStart)||void 0===t||t.call(s,r,this)})}b&&this._set(_),D?n(Sp(t.to,t,this._state,this)):S?this._start():Lp(this)&&!g?this._pendingCalls.add(n):n(Tp(_))}_focus(e){const t=this.animation;e!==t.to&&(hf(this)&&this._detach(),t.to=e,hf(this)&&this._attach())}_attach(){let e=0;const t=this.animation.to;ff(t)&&(yf(t,this),Np(t)&&(e=t.priority+1)),this.priority=e}_detach(){const e=this.animation.to;ff(e)&&vf(e,this)}_set(e){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];const n=pf(e);if(!hd.und(n)){const e=Hf(this);if(!e||!md(n,e.getValue())){const r=Zf(n);e&&e.constructor==r?e.setValue(n):Vf(this,r.create(n)),e&&Qc.batchedUpdates(()=>{this._onChange(n,t)})}}return Hf(this)}_onStart(){const e=this.animation;e.changed||(e.changed=!0,Kp(this,"onStart",kp(this,Hp(this,e.to)),this))}_onChange(e,t){t||(this._onStart(),ip(this.animation.onChange,e,this)),ip(this.defaultProps.onChange,e,this),super._onChange(e,t)}_start(){const e=this.animation;Hf(this).reset(pf(e.to)),e.immediate||(e.fromValues=e.values.map(e=>e.lastPosition)),Lp(this)||(jp(this,!0),Mp(this)||this._resume())}_resume(){fd.skipAnimation?this.finish():Nd.start(this)}_stop(e,t){if(Lp(this)){jp(this,!1);const n=this.animation;gd(n.values,e=>{e.done=!0}),n.toValues&&(n.onChange=n.onPause=n.onResume=void 0),mf(this,{type:"idle",parent:this});const r=t?Fp(this.get()):kp(this.get(),Hp(this,null!==e&&void 0!==e?e:n.to));bd(this._pendingCalls,r),n.changed&&(n.changed=!1,Kp(this,"onRest",r,this))}}};function Hp(e,t){const n=pp(t);return md(pp(e.get()),n)}function Vp(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e.loop,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:e.to;const r=ip(t);if(r){const i=!0!==r&&fp(r),o=(i||e).reverse,a=!i||i.reset;return Gp(J(J({},e),{},{loop:t,default:!1,pause:void 0,to:!o||mp(n)?n:void 0,from:a?e.from:void 0,reset:a},i))}}function Gp(e){const t=e=fp(e),n=t.to,r=t.from,i=new Set;return hd.obj(n)&&Yp(n,i),hd.obj(r)&&Yp(r,i),e.keys=i.size?Array.from(i):null,e}function Wp(e){const t=Gp(e);return hd.und(t.default)&&(t.default=lp(t)),t}function Yp(e,t){Dd(e,(e,n)=>null!=e&&t.add(n))}var qp=["onStart","onRest","onChange","onPause","onResume"];function Qp(e,t,n){e.animation[n]=t[n]!==sp(t,n)?ap(t[n],e.key):void 0}function Kp(e,t){for(var n,r,i,o,a=arguments.length,s=new Array(a>2?a-2:0),u=2;u<a;u++)s[u-2]=arguments[u];null===(n=(r=e.animation)[t])||void 0===n||n.call(r,...s),null===(i=(o=e.defaultProps)[t])||void 0===i||i.call(o,...s)}var Xp=["onStart","onChange","onRest"],Jp=1,Zp=class{constructor(e,t){this.id=Jp++,this.springs={},this.queue=[],this._lastAsyncId=0,this._active=new Set,this._changed=new Set,this._started=!1,this._state={paused:!1,pauseQueue:new Set,resumeQueue:new Set,timeouts:new Set},this._events={onStart:new Map,onChange:new Map,onRest:new Map},this._onFrame=this._onFrame.bind(this),t&&(this._flush=t),e&&this.start(J({default:!0},e))}get idle(){return!this._state.asyncTo&&Object.values(this.springs).every(e=>e.idle&&!e.isDelayed&&!e.isPaused)}get item(){return this._item}set item(e){this._item=e}get(){const e={};return this.each((t,n)=>e[n]=t.get()),e}set(e){for(const t in e){const n=e[t];hd.und(n)||this.springs[t].set(n)}}update(e){return e&&this.queue.push(Gp(e)),this}start(e){let t=this.queue;return e?t=yd(e).map(Gp):this.queue=[],this._flush?this._flush(this,t):(oh(this,t),$p(this,t))}stop(e,t){if(e!==!!e&&(t=e),t){const n=this.springs;gd(yd(t),t=>n[t].stop(!!e))}else wp(this._state,this._lastAsyncId),this.each(t=>t.stop(!!e));return this}pause(e){if(hd.und(e))this.start({pause:!0});else{const t=this.springs;gd(yd(e),e=>t[e].pause())}return this}resume(e){if(hd.und(e))this.start({pause:!1});else{const t=this.springs;gd(yd(e),e=>t[e].resume())}return this}each(e){Dd(this.springs,e)}_onFrame(){const e=this._events,t=e.onStart,n=e.onChange,r=e.onRest,i=this._active.size>0,o=this._changed.size>0;(i&&!this._started||o&&!this._started)&&(this._started=!0,vd(t,e=>{let t=ne(e,2),n=t[0],r=t[1];r.value=this.get(),n(r,this,this._item)}));const a=!i&&this._started,s=o||a&&r.size?this.get():null;o&&n.size&&vd(n,e=>{let t=ne(e,2),n=t[0],r=t[1];r.value=s,n(r,this,this._item)}),a&&(this._started=!1,vd(r,e=>{let t=ne(e,2),n=t[0],r=t[1];r.value=s,n(r,this,this._item)}))}eventObserved(e){if("change"==e.type)this._changed.add(e.parent),e.idle||this._active.add(e.parent);else{if("idle"!=e.type)return;this._active.delete(e.parent)}Qc.onFrame(this._onFrame)}};function $p(e,t){return Promise.all(t.map(t=>eh(e,t))).then(t=>Cp(e,t))}async function eh(e,t,n){const r=t.keys,i=t.to,o=t.from,a=t.loop,s=t.onRest,u=t.onResolve,l=hd.obj(t.default)&&t.default;a&&(t.loop=!1),!1===i&&(t.to=null),!1===o&&(t.from=null);const c=hd.arr(i)||hd.fun(i)?i:void 0;c?(t.to=void 0,t.onRest=void 0,l&&(l.onRest=void 0)):gd(Xp,n=>{const r=t[n];if(hd.fun(r)){const i=e._events[n];t[n]=e=>{let t=e.finished,n=e.cancelled;const o=i.get(r);o?(t||(o.finished=!1),n&&(o.cancelled=!0)):i.set(r,{value:null,finished:t||!1,cancelled:n||!1})},l&&(l[n]=t[n])}});const d=e._state;t.pause===!d.paused?(d.paused=t.pause,bd(t.pause?d.pauseQueue:d.resumeQueue)):d.paused&&(t.pause=!0);const f=(r||Object.keys(e.springs)).map(n=>e.springs[n].start(t)),p=!0===t.cancel||!0===sp(t,"cancel");(c||p&&d.asyncId)&&f.push(_p(++e._lastAsyncId,{props:t,state:d,actions:{pause:pd,resume:pd,start(t,n){p?(wp(d,e._lastAsyncId),n(Fp(e))):(t.onRest=s,n(Sp(c,t,d,e)))}}})),d.paused&&await new Promise(e=>{d.resumeQueue.add(e)});const h=Cp(e,await Promise.all(f));if(a&&h.finished&&(!n||!h.noop)){const n=Vp(t,a,i);if(n)return oh(e,[n]),eh(e,n,!0)}return u&&Qc.batchedUpdates(()=>u(h,e,e.item)),h}function th(e,t){const n=J({},e.springs);return t&&gd(yd(t),e=>{hd.und(e.keys)&&(e=Gp(e)),hd.obj(e.to)||(e=J(J({},e),{},{to:void 0})),ih(n,e,e=>rh(e))}),nh(e,n),n}function nh(e,t){Dd(t,(t,n)=>{e.springs[n]||(e.springs[n]=t,yf(t,e))})}function rh(e,t){const n=new Up;return n.key=e,t&&yf(n,t),n}function ih(e,t,n){t.keys&&gd(t.keys,r=>{(e[r]||(e[r]=n(r)))._prepareNode(t)})}function oh(e,t){gd(t,t=>{ih(e.springs,t,t=>rh(t,e))})}var ah=e=>{let t=e.children,n=Q(e,rp);const i=(0,r.useContext)(sh),o=n.pause||!!i.pause,a=n.immediate||!!i.immediate;n=function(e,t){const n=ne((0,r.useState)(()=>({inputs:t,result:e()})),1)[0],i=(0,r.useRef)(),o=i.current;let a=o;if(a){const n=Boolean(t&&a.inputs&&function(e,t){if(e.length!==t.length)return!1;for(let n=0;n<e.length;n++)if(e[n]!==t[n])return!1;return!0}(t,a.inputs));n||(a={inputs:t,result:e()})}else a=n;return(0,r.useEffect)(()=>{i.current=a,o==n&&(n.inputs=n.result=void 0)},[a]),a.result}(()=>({pause:o,immediate:a}),[o,a]);const s=sh.Provider;return r.createElement(s,{value:n},t)},sh=function(e,t){return Object.assign(e,r.createContext(t)),e.Provider._context=e,e.Consumer._context=e,e}(ah,{});ah.Provider=sh.Provider,ah.Consumer=sh.Consumer;var uh=()=>{const e=[],t=function(t){If("".concat(Of,'Directly calling start instead of using the api object is deprecated in v9 (use ".start" instead), this will be removed in later 0.X.0 versions'));const r=[];return gd(e,(e,i)=>{if(hd.und(t))r.push(e.start());else{const o=n(t,e,i);o&&r.push(e.start(o))}}),r};t.current=e,t.add=function(t){e.includes(t)||e.push(t)},t.delete=function(t){const n=e.indexOf(t);~n&&e.splice(n,1)},t.pause=function(){return gd(e,e=>e.pause(...arguments)),this},t.resume=function(){return gd(e,e=>e.resume(...arguments)),this},t.set=function(t){gd(e,(e,n)=>{const r=hd.fun(t)?t(n,e):t;r&&e.set(r)})},t.start=function(t){const n=[];return gd(e,(e,r)=>{if(hd.und(t))n.push(e.start());else{const i=this._getProps(t,e,r);i&&n.push(e.start(i))}}),n},t.stop=function(){return gd(e,e=>e.stop(...arguments)),this},t.update=function(t){return gd(e,(e,n)=>e.update(this._getProps(t,e,n))),this};const n=function(e,t,n){return hd.fun(e)?e(n,t):e};return t._getProps=n,t};function lh(e,t,n){const i=hd.fun(t)&&t;i&&!n&&(n=[]);const o=(0,r.useMemo)(()=>i||3==arguments.length?uh():void 0,[]),a=(0,r.useRef)(0),s=Lf(),u=(0,r.useMemo)(()=>({ctrls:[],queue:[],flush(e,t){const n=th(e,t);return a.current>0&&!u.queue.length&&!Object.keys(n).some(t=>!e.springs[t])?$p(e,t):new Promise(r=>{nh(e,n),u.queue.push(()=>{r($p(e,t))}),s()})}}),[]),l=(0,r.useRef)([...u.ctrls]),c=[],d=zf(e)||0;function f(e,n){for(let r=e;r<n;r++){const e=l.current[r]||(l.current[r]=new Zp(null,u.flush)),n=i?i(r,e):t[r];n&&(c[r]=Wp(n))}}(0,r.useMemo)(()=>{gd(l.current.slice(e,d),e=>{gp(e,o),e.stop(!0)}),l.current.length=e,f(d,e)},[e]),(0,r.useMemo)(()=>{f(0,Math.min(d,e))},n);const p=l.current.map((e,t)=>th(e,c[t])),h=(0,r.useContext)(ah),m=zf(h),g=h!==m&&hp(h);Rf(()=>{a.current++,u.ctrls=l.current;const e=u.queue;e.length&&(u.queue=[],gd(e,e=>e())),gd(l.current,(e,t)=>{null===o||void 0===o||o.add(e),g&&e.start({default:h});const n=c[t];n&&(Dp(e,n.ref),e.ref?e.queue.push(n):e.start(n))})}),Mf(()=>()=>{gd(u.ctrls,e=>e.stop(!0))});const D=p.map(e=>J({},e));return o?[D,o]:D}function ch(e,t){const n=hd.fun(e),r=ne(lh(1,n?e:[e],n?t||[]:t),2),i=ne(r[0],1)[0],o=r[1];return n||2==arguments.length?[i,o]:i}var dh=class extends Ip{constructor(e,t){super(),this.source=e,this.idle=!0,this._active=new Set,this.calc=tf(...t);const n=this._get(),r=Zf(n);Vf(this,r.create(n))}advance(e){const t=this._get();md(t,this.get())||(Hf(this).setValue(t),this._onChange(t,this.idle)),!this.idle&&ph(this._active)&&hh(this)}_get(){const e=hd.arr(this.source)?this.source.map(pf):yd(pf(this.source));return this.calc(...e)}_start(){this.idle&&!ph(this._active)&&(this.idle=!1,gd(Gf(this),e=>{e.done=!1}),fd.skipAnimation?(Qc.batchedUpdates(()=>this.advance()),hh(this)):Nd.start(this))}_attach(){let e=1;gd(yd(this.source),t=>{ff(t)&&yf(t,this),Np(t)&&(t.idle||this._active.add(t),e=Math.max(e,t.priority+1))}),this.priority=e,this._start()}_detach(){gd(yd(this.source),e=>{ff(e)&&vf(e,this)}),this._active.clear(),hh(this)}eventObserved(e){"change"==e.type?e.idle?this.advance():(this._active.add(e.parent),this._start()):"idle"==e.type?this._active.delete(e.parent):"priority"==e.type&&(this.priority=yd(this.source).reduce((e,t)=>Math.max(e,(Np(t)?t.priority:0)+1),0))}};function fh(e){return!1!==e.idle}function ph(e){return!e.size||Array.from(e).every(fh)}function hh(e){e.idle||(e.idle=!0,gd(Gf(e),e=>{e.done=!0}),mf(e,{type:"idle",parent:e}))}fd.assign({createStringInterpolator:xf,to:(e,t)=>new dh(e,t)});Nd.advance;const mh=["className","style","children","scrollTop","scrollLeft","viewBox"],gh=["x","y","z"],Dh=["scrollTop","scrollLeft"];var yh=/^--/;function vh(e,t){return null==t||"boolean"===typeof t||""===t?"":"number"!==typeof t||0===t||yh.test(e)||Ah.hasOwnProperty(e)&&Ah[e]?(""+t).trim():t+"px"}var Eh={};var Ah={animationIterationCount:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},bh=["Webkit","Ms","Moz","O"];Ah=Object.keys(Ah).reduce((e,t)=>(bh.forEach(n=>e[((e,t)=>e+t.charAt(0).toUpperCase()+t.substring(1))(n,t)]=e[t]),e),Ah);var _h=/^(matrix|translate|scale|rotate|skew)/,Ch=/^(translate)/,Th=/^(rotate|skew)/,kh=(e,t)=>hd.num(e)&&0!==e?e+t:e,Fh=(e,t)=>hd.arr(e)?e.every(e=>Fh(e,t)):hd.num(e)?e===t:parseFloat(e)===t,Sh=class extends Kf{constructor(e){let t=e.x,n=e.y,r=e.z,i=Q(e,gh);const o=[],a=[];(t||n||r)&&(o.push([t||0,n||0,r||0]),a.push(e=>["translate3d(".concat(e.map(e=>kh(e,"px")).join(","),")"),Fh(e,0)])),Dd(i,(e,t)=>{if("transform"===t)o.push([e||""]),a.push(e=>[e,""===e]);else if(_h.test(t)){if(delete i[t],hd.und(e))return;const n=Ch.test(t)?"px":Th.test(t)?"deg":"";o.push(yd(e)),a.push("rotate3d"===t?e=>{let t=ne(e,4),r=t[0],i=t[1],o=t[2],a=t[3];return["rotate3d(".concat(r,",").concat(i,",").concat(o,",").concat(kh(a,n),")"),Fh(a,0)]}:e=>["".concat(t,"(").concat(e.map(e=>kh(e,n)).join(","),")"),Fh(e,t.startsWith("scale")?1:0)])}}),o.length&&(i.transform=new wh(o,a)),super(i)}},wh=class extends gf{constructor(e,t){super(),this.inputs=e,this.transforms=t,this._value=null}get(){return this._value||(this._value=this._get())}_get(){let e="",t=!0;return gd(this.inputs,(n,r)=>{const i=pf(n[0]),o=ne(this.transforms[r](hd.arr(i)?i:n.map(pf)),2),a=o[0],s=o[1];e+=" "+a,t=t&&s}),t?"none":e}observerAdded(e){1==e&&gd(this.inputs,e=>gd(e,e=>ff(e)&&yf(e,this)))}observerRemoved(e){0==e&&gd(this.inputs,e=>gd(e,e=>ff(e)&&vf(e,this)))}eventObserved(e){"change"==e.type&&(this._value=null),mf(this,e)}};fd.assign({batchedUpdates:b.unstable_batchedUpdates,createStringInterpolator:xf,colors:{transparent:0,aliceblue:4042850303,antiquewhite:4209760255,aqua:16777215,aquamarine:2147472639,azure:4043309055,beige:4126530815,bisque:4293182719,black:255,blanchedalmond:4293643775,blue:65535,blueviolet:2318131967,brown:2771004159,burlywood:3736635391,burntsienna:3934150143,cadetblue:1604231423,chartreuse:2147418367,chocolate:3530104575,coral:4286533887,cornflowerblue:1687547391,cornsilk:4294499583,crimson:3692313855,cyan:16777215,darkblue:35839,darkcyan:9145343,darkgoldenrod:3095792639,darkgray:2846468607,darkgreen:6553855,darkgrey:2846468607,darkkhaki:3182914559,darkmagenta:2332068863,darkolivegreen:1433087999,darkorange:4287365375,darkorchid:2570243327,darkred:2332033279,darksalmon:3918953215,darkseagreen:2411499519,darkslateblue:1211993087,darkslategray:793726975,darkslategrey:793726975,darkturquoise:13554175,darkviolet:2483082239,deeppink:4279538687,deepskyblue:12582911,dimgray:1768516095,dimgrey:1768516095,dodgerblue:512819199,firebrick:2988581631,floralwhite:4294635775,forestgreen:579543807,fuchsia:4278255615,gainsboro:3705462015,ghostwhite:4177068031,gold:4292280575,goldenrod:3668254975,gray:2155905279,green:8388863,greenyellow:2919182335,grey:2155905279,honeydew:4043305215,hotpink:4285117695,indianred:3445382399,indigo:1258324735,ivory:4294963455,khaki:4041641215,lavender:3873897215,lavenderblush:4293981695,lawngreen:2096890111,lemonchiffon:4294626815,lightblue:2916673279,lightcoral:4034953471,lightcyan:3774873599,lightgoldenrodyellow:4210742015,lightgray:3553874943,lightgreen:2431553791,lightgrey:3553874943,lightpink:4290167295,lightsalmon:4288707327,lightseagreen:548580095,lightskyblue:2278488831,lightslategray:2005441023,lightslategrey:2005441023,lightsteelblue:2965692159,lightyellow:4294959359,lime:16711935,limegreen:852308735,linen:4210091775,magenta:4278255615,maroon:2147483903,mediumaquamarine:1724754687,mediumblue:52735,mediumorchid:3126187007,mediumpurple:2473647103,mediumseagreen:1018393087,mediumslateblue:2070474495,mediumspringgreen:16423679,mediumturquoise:1221709055,mediumvioletred:3340076543,midnightblue:421097727,mintcream:4127193855,mistyrose:4293190143,moccasin:4293178879,navajowhite:4292783615,navy:33023,oldlace:4260751103,olive:2155872511,olivedrab:1804477439,orange:4289003775,orangered:4282712319,orchid:3664828159,palegoldenrod:4008225535,palegreen:2566625535,paleturquoise:2951671551,palevioletred:3681588223,papayawhip:4293907967,peachpuff:4292524543,peru:3448061951,pink:4290825215,plum:3718307327,powderblue:2967529215,purple:2147516671,rebeccapurple:1714657791,red:4278190335,rosybrown:3163525119,royalblue:1097458175,saddlebrown:2336560127,salmon:4202722047,sandybrown:4104413439,seagreen:780883967,seashell:4294307583,sienna:2689740287,silver:3233857791,skyblue:2278484991,slateblue:1784335871,slategray:1887473919,slategrey:1887473919,snow:4294638335,springgreen:16744447,steelblue:1182971135,tan:3535047935,teal:8421631,thistle:3636451583,tomato:4284696575,turquoise:1088475391,violet:4001558271,wheat:4125012991,white:4294967295,whitesmoke:4126537215,yellow:4294902015,yellowgreen:2597139199}});var xh=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.applyAnimatedValues,r=void 0===n?()=>!1:n,i=t.createAnimatedStyle,o=void 0===i?e=>new Kf(e):i,a=t.getComponentProps;const s={applyAnimatedValues:r,createAnimatedStyle:o,getComponentProps:void 0===a?e=>e:a},u=e=>{const t=np(e)||"Anonymous";return(e=hd.str(e)?u[e]||(u[e]=$f(e,s)):e[tp]||(e[tp]=$f(e,s))).displayName="Animated(".concat(t,")"),e};return Dd(e,(t,n)=>{hd.arr(e)&&(n=np(t)),u[n]=u(t)}),{animated:u}}(["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"],{applyAnimatedValues:function(e,t){if(!e.nodeType||!e.setAttribute)return!1;const n="filter"===e.nodeName||e.parentNode&&"filter"===e.parentNode.nodeName,r=t.className,i=t.style,o=t.children,a=t.scrollTop,s=t.scrollLeft,u=t.viewBox,l=Q(t,mh),c=Object.values(l),d=Object.keys(l).map(t=>n||e.hasAttribute(t)?t:Eh[t]||(Eh[t]=t.replace(/([A-Z])/g,e=>"-"+e.toLowerCase())));void 0!==o&&(e.textContent=o);for(const f in i)if(i.hasOwnProperty(f)){const t=vh(f,i[f]);yh.test(f)?e.style.setProperty(f,t):e.style[f]=t}d.forEach((t,n)=>{e.setAttribute(t,c[n])}),void 0!==r&&(e.className=r),void 0!==a&&(e.scrollTop=a),void 0!==s&&(e.scrollLeft=s),void 0!==u&&e.setAttribute("viewBox",u)},createAnimatedStyle:e=>new Sh(e),getComponentProps:e=>{e.scrollTop,e.scrollLeft;return Q(e,Dh)}}),Oh=xh.animated;const Nh=()=>{const e=window;return{width:e.innerWidth,height:e.innerHeight}},Bh=()=>{const e=ne((0,r.useState)(Nh()),2),t=e[0],n=e[1];return(0,r.useEffect)(()=>{function e(){n(Nh())}return window.addEventListener("resize",e),()=>window.removeEventListener("resize",e)},[]),t},Ih="undefined"!==typeof document?document:{},Ph=()=>{const e=(0,r.useRef)(),t=Ih.documentElement,n=Ih.body;return[()=>{if(!n||!n.style||e.current)return;const r=window.innerWidth-t.clientWidth,i=parseInt(window.getComputedStyle(n).getPropertyValue("padding-right"))||0;t.style.overflow="hidden",n.style.overflow="hidden",n.style.paddingRight="".concat(i+r,"px"),e.current=!0},()=>{n&&n.style&&e.current&&(t.style.position="",t.style.overflow="",n.style.position="",n.style.overflow="",n.style.paddingRight="",e.current=!1)}]};n.dn(Ph);const Rh="styles_container__Vy8SA",Lh="styles_link__fUXGZ",Mh="styles_close__rA17k",jh="styles_contant__2kqiC",zh="styles_dawn__w0v5F",Uh="styles_wrapper__8WXJk",Hh=e=>{let t=e.children;const n=da(),i=ne((0,r.useState)(!1),2),o=i[0],a=i[1],s=(0,r.useRef)(null),u=en(),l=Bh().width,c=ne(Ph(),2),d=c[0],f=c[1];(0,r.useEffect)(()=>(d(),()=>{f()}),[]),(0,r.useEffect)(()=>{const e=e=>{s.current&&!s.current.contains(e.target)&&(0===window.history.state.idx?u("/".concat(n,"/"),{replace:!0}):u(-1))};return document.addEventListener("mousedown",e),()=>{document.removeEventListener("mousedown",e)}},[s]);const p=l<la,h=ch({from:{opacity:0},to:{opacity:1},leave:{opacity:0},config:{duration:"300"},reverse:o}),m=ch({from:{opacity:0,transform:"translateY(100%)"},to:{opacity:1,transform:"translateY(0%)"},leave:{opacity:0,transform:"translateY(100%)"},config:{duration:"500"},reverse:o}),g=ch({from:{opacity:0},to:{opacity:1},leave:{opacity:0},config:{duration:"500"},reverse:o}),D=ch({from:{opacity:0},to:{opacity:1},leave:{opacity:0},config:{duration:"500"},reverse:o});return(0,Ka.jsxs)(Oh.div,{style:p?h:g,className:p?Rh:Uh,children:[(0,Ka.jsxs)(Oh.div,{style:p?m:D,ref:s,className:jh,children:[(0,Ka.jsx)("div",{className:zh,onClick:()=>{a(!0),setTimeout(u(-1),700)},children:(0,Ka.jsx)(Hc,{})}),(0,Ka.jsx)(Bn,{to:{},onClick:()=>{0===window.history.state.idx?(u("/".concat(n,"/"),{replace:!0}),location.reload()):u(-1)},className:Lh,children:(0,Ka.jsx)(Vc,{className:Mh})}),(0,Ka.jsx)("div",{className:jh,children:t})]}),(0,Ka.jsx)(vn,{})]})},Vh="styles_notWork__CbpBJ",Gh=Qn()(e=>{let t=e.t;const n=e.data.work_site;return n&&!n&&(0,Ka.jsx)("div",{className:Vh,children:t("status")})});var Wh=n(8066),Yh=n.n(Wh);const qh={delta:10,preventScrollOnSwipe:!1,rotationAngle:0,trackMouse:!1,trackTouch:!0,swipeDuration:1/0,touchEventOptions:{passive:!0}},Qh={first:!0,initial:[0,0],start:0,swiping:!1,xy:[0,0]},Kh="mousemove",Xh="mouseup";function Jh(e,t){if(0===t)return e;const n=Math.PI/180*t;return[e[0]*Math.cos(n)+e[1]*Math.sin(n),e[1]*Math.cos(n)-e[0]*Math.sin(n)]}function Zh(e,t){const n=t=>{const n="touches"in t;n&&t.touches.length>1||e((e,i)=>{i.trackMouse&&!n&&(document.addEventListener(Kh,r),document.addEventListener(Xh,o));const a=n?t.touches[0]:t,s=Jh([a.clientX,a.clientY],i.rotationAngle);return i.onTouchStartOrOnMouseDown&&i.onTouchStartOrOnMouseDown({event:t}),Object.assign(Object.assign(Object.assign({},e),Qh),{initial:s.slice(),xy:s,start:t.timeStamp||0})})},r=t=>{e((e,n)=>{const r="touches"in t;if(r&&t.touches.length>1)return e;if(t.timeStamp-e.start>n.swipeDuration)return e.swiping?Object.assign(Object.assign({},e),{swiping:!1}):e;const i=r?t.touches[0]:t,o=ne(Jh([i.clientX,i.clientY],n.rotationAngle),2),a=o[0],s=o[1],u=a-e.xy[0],l=s-e.xy[1],c=Math.abs(u),d=Math.abs(l),f=(t.timeStamp||0)-e.start,p=Math.sqrt(c*c+d*d)/(f||1),h=[u/(f||1),l/(f||1)],m=function(e,t,n,r){return e>t?n>0?"Right":"Left":r>0?"Down":"Up"}(c,d,u,l),g="number"===typeof n.delta?n.delta:n.delta[m.toLowerCase()]||qh.delta;if(c<g&&d<g&&!e.swiping)return e;const D={absX:c,absY:d,deltaX:u,deltaY:l,dir:m,event:t,first:e.first,initial:e.initial,velocity:p,vxvy:h};D.first&&n.onSwipeStart&&n.onSwipeStart(D),n.onSwiping&&n.onSwiping(D);let y=!1;return(n.onSwiping||n.onSwiped||n["onSwiped".concat(m)])&&(y=!0),y&&n.preventScrollOnSwipe&&n.trackTouch&&t.cancelable&&t.preventDefault(),Object.assign(Object.assign({},e),{first:!1,eventData:D,swiping:!0})})},i=t=>{e((e,n)=>{let r;if(e.swiping&&e.eventData){if(t.timeStamp-e.start<n.swipeDuration){r=Object.assign(Object.assign({},e.eventData),{event:t}),n.onSwiped&&n.onSwiped(r);const i=n["onSwiped".concat(r.dir)];i&&i(r)}}else n.onTap&&n.onTap({event:t});return n.onTouchEndOrOnMouseUp&&n.onTouchEndOrOnMouseUp({event:t}),Object.assign(Object.assign(Object.assign({},e),Qh),{eventData:r})})},o=e=>{document.removeEventListener(Kh,r),document.removeEventListener(Xh,o),i(e)},a=(e,t)=>{let o=()=>{};if(e&&e.addEventListener){const a=Object.assign(Object.assign({},qh.touchEventOptions),t.touchEventOptions),s=[["touchstart",n,a],["touchmove",r,Object.assign(Object.assign({},a),t.preventScrollOnSwipe?{passive:!1}:{})],["touchend",i,a]];s.forEach(t=>{let n=ne(t,3),r=n[0],i=n[1],o=n[2];return e.addEventListener(r,i,o)}),o=()=>s.forEach(t=>{let n=ne(t,2),r=n[0],i=n[1];return e.removeEventListener(r,i)})}return o},s={ref:t=>{null!==t&&e((e,n)=>{if(e.el===t)return e;const r={};return e.el&&e.el!==t&&e.cleanUpTouch&&(e.cleanUpTouch(),r.cleanUpTouch=void 0),n.trackTouch&&t&&(r.cleanUpTouch=a(t,n)),Object.assign(Object.assign(Object.assign({},e),{el:t}),r)})}};return t.trackMouse&&(s.onMouseDown=n),[s,a]}function $h(e){const t=e.trackMouse,n=r.useRef(Object.assign({},Qh)),i=r.useRef(Object.assign({},qh)),o=r.useRef(Object.assign({},i.current));let a;for(a in o.current=Object.assign({},i.current),i.current=Object.assign(Object.assign({},qh),e),qh)void 0===i.current[a]&&(i.current[a]=qh[a]);const s=ne(r.useMemo(()=>Zh(e=>n.current=e(n.current,i.current),{trackMouse:t}),[t]),2),u=s[0],l=s[1];return n.current=function(e,t,n,r){return t.trackTouch&&e.el?e.cleanUpTouch?t.preventScrollOnSwipe!==n.preventScrollOnSwipe||t.touchEventOptions.passive!==n.touchEventOptions.passive?(e.cleanUpTouch(),Object.assign(Object.assign({},e),{cleanUpTouch:r(e.el,t)})):e:Object.assign(Object.assign({},e),{cleanUpTouch:r(e.el,t)}):(e.cleanUpTouch&&e.cleanUpTouch(),Object.assign(Object.assign({},e),{cleanUpTouch:void 0}))}(n.current,i.current,o.current,l),u}const em={wrapperStories:"styles_wrapperStories__q7uW-",close:"styles_close__swZNO",wrapperLink:"styles_wrapperLink__-DmIR",back:"styles_back__mC6j5",next:"styles_next__JMhtw",link:"styles_link__Umq34",preview:"styles_preview__OpA2U",emptyStory:"styles_emptyStory__kYTaj",previewImage:"styles_previewImage__mvnaY",previewImageNew:"styles_previewImageNew__L3GUU"},tm="stories",nm=Qn()(e=>{var t;let n=e.t,i=e.data;const o=Bh(),a=o.width,s=o.height,u=ne((0,r.useState)(0),2),l=u[0],c=u[1],d=ne((0,r.useState)(0),2),f=d[0],p=d[1],h=JSON.parse(localStorage.getItem(tm)),m=ne(Ph(),2),g=m[0],D=m[1],y=Wa(i);(0,r.useEffect)(()=>(l>0&&(window.scrollTo(0,0),g()),()=>{D()}),[l]);const v=a>la?350:a,E=a>la?650:s+5,A=()=>{c(0),p(0)},b=$h(J({onSwipedDown:()=>{A()}},{delta:10,preventScrollOnSwipe:!1,trackTouch:!0,trackMouse:!1,rotationAngle:0,swipeDuration:1/0,touchEventOptions:{passive:!0}})),_=()=>{f+1===1&&1===l?(c(0),p(0)):f+1===1?(c(l-1),p(0)):p(f-1)},C=()=>{var e,t;f+1===(null===(e=y[l-1])||void 0===e?void 0:e.contant.length)&&l===y.length?(c(1),p(0)):f+1===(null===(t=y[l-1])||void 0===t?void 0:t.contant.length)?(c(l+1),p(0)):p(f+1)},T=null===(t=y[l-1])||void 0===t?void 0:t.contant.map((e,t)=>{var r;const o=null!==(r=y[l-1])&&void 0!==r&&r.combo?"combo/".concat(y[l-1].combo.id):i[l-1].dish?"dish/".concat(y[l-1].dish.id):"";return{url:"".concat(Vi).concat(e.url),seeMoreCollapsed:()=>{if(y[l-1].contant.length===t+1&&o.length>0)return(0,Ka.jsx)("div",{className:em.wrapperLink,onClick:A,children:(0,Ka.jsx)(Bn,{className:em.link,to:"".concat(o),children:n("pages.main.components.stories.link")})})},seeMore:()=>null}}),k=()=>{if(l>0)return(0,Ka.jsxs)("div",{className:em.wrapperStories,children:[(0,Ka.jsx)("div",{className:em.close,onClick:()=>c(0),children:(0,Ka.jsx)(Vc,{className:em.close})}),(0,Ka.jsx)("div",J(J({className:em.back},b),{},{onClick:_})),(0,Ka.jsx)("div",J(J({className:em.next},b),{},{onClick:C})),(0,Ka.jsx)(Yh(),{currentIndex:f,stories:T,defaultInterval:15e3,width:v,height:E,keyboardNavigation:!0,onStoryEnd:()=>{p(e=>e+1)},onStoryStart:()=>{(e=>{if(!h){const t=[e];localStorage.setItem(tm,JSON.stringify(t))}if(-1===(null===h||void 0===h?void 0:h.indexOf(e))){const t=[...h,e];localStorage.setItem(tm,JSON.stringify(t))}})(y[l-1].id),p(e=>e+1-1)},onAllStoriesEnd:()=>{l<y.length?(c(l+1),p(0)):(c(1),p(0))}})]})};return(0,Ka.jsxs)("div",{className:em.container,children:[(0,Ka.jsx)(k,{}),(0,Ka.jsxs)("div",{className:em.preview,children:[(0,Ka.jsx)("div",{className:em.emptyStory}),y.map((e,t)=>(0,Ka.jsx)("div",{onClick:()=>c(t+1),children:(0,Ka.jsx)("img",{alt:null===e||void 0===e?void 0:e.name,className:h&&-1!==(null===h||void 0===h?void 0:h.indexOf(e.id))?em.previewImage:em.previewImageNew,src:Vi+e.preview[0].url})},t))]})]})}),rm="styles_container__ThWSx",im="styles_title__ZHkEI",om="styles_block__nOyK7",am="styles_emptyCombo__fLbop",sm="styles_name__F-4GV",um="styles_item__kwgic",lm="styles_image__9mGB3",cm="styles_info__H3kYU",dm="styles_link__HDmL4",fm=Qn()(e=>{let t=e.data,n=e.t;const r=(Zt().pathname.split("/")[1]||"uk").toLowerCase(),i=["uk","ru","en"].includes(r)?r:"uk";return(0,Ka.jsxs)("section",{className:rm,children:[(0,Ka.jsx)("h2",{className:im,children:t.length>0&&n("pages.main.components.combo.subtitle")}),(0,Ka.jsxs)("div",{className:om,children:[(0,Ka.jsx)("div",{className:am}),Wa(t).map(e=>{return(0,Ka.jsx)(Bn,{to:(t=e.id,"/".concat(i,"/combo/").concat(t)),className:dm,children:(0,Ka.jsxs)("article",{className:um,children:[(0,Ka.jsx)("img",{className:lm,src:Vi+e.image[0].url,alt:e.name}),(0,Ka.jsxs)("div",{className:cm,children:[(0,Ka.jsx)("p",{className:sm,children:e.name}),(0,Ka.jsxs)("span",{children:[e.price," ",n("currency")]})]})]})},e.id);var t})]})]})});function pm(e){return ns({tag:"svg",attr:{viewBox:"0 0 1024 1024"},child:[{tag:"path",attr:{d:"M922.9 701.9H327.4l29.9-60.9 496.8-.9c16.8 0 31.2-12 34.2-28.6l68.8-385.1c1.8-10.1-.9-20.5-7.5-28.4a34.99 34.99 0 0 0-26.6-12.5l-632-2.1-5.4-25.4c-3.4-16.2-18-28-34.6-28H96.5a35.3 35.3 0 1 0 0 70.6h125.9L246 312.8l58.1 281.3-74.8 122.1a34.96 34.96 0 0 0-3 36.8c6 11.9 18.1 19.4 31.5 19.4h62.8a102.43 102.43 0 0 0-20.6 61.7c0 56.6 46 102.6 102.6 102.6s102.6-46 102.6-102.6c0-22.3-7.4-44-20.6-61.7h161.1a102.43 102.43 0 0 0-20.6 61.7c0 56.6 46 102.6 102.6 102.6s102.6-46 102.6-102.6c0-22.3-7.4-44-20.6-61.7H923c19.4 0 35.3-15.8 35.3-35.3a35.42 35.42 0 0 0-35.4-35.2zM305.7 253l575.8 1.9-56.4 315.8-452.3.8L305.7 253zm96.9 612.7c-17.4 0-31.6-14.2-31.6-31.6 0-17.4 14.2-31.6 31.6-31.6s31.6 14.2 31.6 31.6a31.6 31.6 0 0 1-31.6 31.6zm325.1 0c-17.4 0-31.6-14.2-31.6-31.6 0-17.4 14.2-31.6 31.6-31.6s31.6 14.2 31.6 31.6a31.6 31.6 0 0 1-31.6 31.6z"}}]})(e)}const hm="styles_wrapper__sjH8V",mm="styles_title__2l7mV",gm="styles_block__O9ryh",Dm="styles_dish__PPRCp",ym="styles_dishContainer__O9Hz7",vm="styles_imageWrapper__99Fsw",Em="styles_image__a32iv",Am="styles_info__cj3d0",bm="styles_about__XLqdr",_m="styles_name__DIe6x",Cm="styles_description__WIzjo",Tm="styles_oldPrice__IS2yr",km="styles_price__rdbEH",Fm="styles_newPrice__D68gw",Sm="styles_priceHalves__chLXG",wm="styles_link__o26M9",xm="styles_purchase__RQVbt",Om="styles_buttons__1RRoq",Nm="styles_addToShoppingCart__uyest",Bm="styles_addToNewShoppingCart__Fz0yO",Im="styles_shoppingCart__41MQa",Pm="styles_shoppingNewCart__db7oW",Rm="styles_addToCart__zRfqJ",Lm="styles_addToNewCart__vdiLa",Mm="styles_addToCartHalves__F1im+",jm="styles_container__dobI3",zm=e=>{let t=e.dish,n=e.t;return(0,Ka.jsxs)(Ka.Fragment,{children:[(0,Ka.jsxs)("span",{className:Sm,children:[t.pizza&&t.pizza.active,t.price,n("currency")]}),(0,Ka.jsx)("button",{className:Mm,children:n("pages.main.components.categories.craft")})]})},Um=e=>{let t=e.dish,n=e.onPressBuyDish,r=e.t;return(0,Ka.jsxs)(Ka.Fragment,{children:[(0,Ka.jsxs)("span",{className:t.discount_price?Fm:km,children:[t.discount_price&&(0,Ka.jsxs)("span",{className:Tm,children:[t.pizza&&t.pizza.active,t.price,r("currency")]}),t.pizza&&t.pizza.active,t.discount_price?t.discount_price:t.price,r("currency")]}),(0,Ka.jsxs)("div",{className:Om,children:[(0,Ka.jsx)("button",{className:t.discount_price?Lm:Rm,children:r("pages.main.components.categories.select")}),!t.dishes&&(0,Ka.jsx)("button",{className:t.discount_price?Bm:Nm,onClick:e=>n(e,t),children:(0,Ka.jsx)(pm,{size:20,className:t.discount_price?Pm:Im})})]})]})},Hm=Qn()(e=>{let t=e.t,n=e.data,i=e.anchors,o=e.addDishToCart,a=e.path;const s=(0,r.useMemo)(()=>{if("undefined"===typeof window)return"/uk";const e=(window.location.pathname.split("/")[1]||"uk").toLowerCase();return["uk","ru","en"].includes(e)?"/".concat(e):"/uk"},[]),u=n[0]?n[0].dishes.filter(e=>e.pizza&&e.pizza.active&&e.pizza.halves&&e):[];let l=JSON.parse(JSON.stringify(n));u.length>1&&!l[0].dishes[0].modificate&&l[0]&&l[0].dishes.unshift({position:10,modificate:!0,name:t("pages.main.components.categories.title"),short_description:t("pages.main.components.categories.description"),price:"199",id:0,pizza:{active:!0},icon:{spicy:!1,vegetarian:!1,very_spicy:!1}});const c=(e,t)=>{e.preventDefault();const n={id:t.id,type:t.pizza.active?oa:ia,name:t.name,image:Vi+t.image[0].url,board:t.pizza.active?t.pizza.boards[0].name:"",additives:"-",price:t.discount_price?t.discount_price:t.price,initialPrice:t.price,extraCost:0,count:1,deleteIngredients:"-",description:t.pizza.active?"".concat(t.id," / ").concat(t.pizza.active?t.pizza.boards[0].name:""," / - /").concat(t.pizza.active?"+ ":null):t.short_description};o(n)},d=e=>{let n=e.data;return(0,Ka.jsxs)(Ka.Fragment,{children:[(0,Ka.jsx)("h3",{className:mm,children:n.name}),(0,Ka.jsx)("div",{className:jm,children:(0,Ka.jsx)("div",{className:gm,children:Wa(n.dishes).map((e,n)=>((e,n)=>{const r={"@context":"https://schema.org/","@type":"Product",name:e.name,description:e.short_description,image:e.modificate?fs.IMAGES.HALVES:Vi+e.image[0].url,sku:String(e.id),brand:{"@type":"Brand",name:"Bella Mozzarella"},offers:{"@type":"Offer",url:window.location.href,priceCurrency:"UAH",price:e.discount_price?e.discount_price:e.price,availability:"https://schema.org/InStock",hasMerchantReturnPolicy:{"@type":"MerchantReturnPolicy",applicableCountry:"UA",returnPolicyCategory:"https://schema.org/MerchantReturnNotPermitted"},shippingDetails:{"@type":"OfferShippingDetails",shippingDestination:{"@type":"DefinedRegion",addressCountry:"UA"},shippingRate:{"@type":"MonetaryAmount",value:79,currency:"UAH"},deliveryTime:{"@type":"ShippingDeliveryTime",handlingTime:{"@type":"QuantitativeValue",minValue:20,maxValue:60,unitCode:"MIN"},transitTime:{"@type":"QuantitativeValue",minValue:20,maxValue:60,unitCode:"MIN"}}}}};return(0,Ka.jsxs)("article",{className:Dm,children:[(0,Ka.jsx)("script",{type:"application/ld+json",children:JSON.stringify(r)}),(0,Ka.jsx)(Bn,{to:{pathname:e.modificate?"category"===a?"".concat(s,"/half"):"".concat("","half"):e.dishes?"".concat("","combo/").concat(e.id):"".concat("","dish/").concat(e.id)},className:wm,children:(0,Ka.jsxs)("div",{className:ym,children:[(0,Ka.jsxs)("div",{className:vm,children:[(0,Ka.jsx)("img",{alt:e.alt_text?e.alt_text:e.name,className:Em,src:e.modificate?fs.IMAGES.HALVES:Vi+e.image[0].url,loading:"lazy"}),!e.modificate&&(0,Ka.jsx)(oc,{data:e.badge})]}),(0,Ka.jsxs)("div",{className:Am,children:[(0,Ka.jsxs)("div",{className:bm,children:[(0,Ka.jsxs)("p",{className:_m,children:[e.name,e.icon&&(0,Ka.jsx)(Cc,{data:e})]}),(0,Ka.jsx)("p",{className:Cm,children:e.short_description})]}),(0,Ka.jsx)("div",{className:xm,children:e.modificate?(0,Ka.jsx)(zm,{dish:e,t:t}):(0,Ka.jsx)(Um,{dish:e,onPressBuyDish:c,t:t})})]})]})},e.id)]},n)})(e,n))})})]})};return(0,Ka.jsx)("div",{className:hm,children:l.length>=1&&Wa(l).map((e,t)=>(0,Ka.jsxs)("div",{children:[(0,Ka.jsx)("div",{id:i[t],data:"nav"}),(0,Ka.jsx)(d,{data:e})]},t))})}),Vm="styles_description__q9WhG",Gm=Qn()(e=>{let t=e.text;if(t)return(0,Ka.jsx)("div",{className:Vm,children:(0,Ka.jsx)("div",{dangerouslySetInnerHTML:{__html:t}})})}),Wm="styles_backdrop__99neL",Ym="styles_modal__7bevx",qm="styles_image__kgOtr",Qm="styles_actionButton__QurE8",Km="styles_closeButton__APL7A",Xm="promoModalNextShowAt",Jm=Qn()(e=>{let t=e.t,n=e.image,i=e.link,o=e.close_delay_ms,a=e.redirect_delay_ms;const s=ne((0,r.useState)(!1),2),u=s[0],l=s[1];(0,r.useEffect)(()=>{let e,t;const n=()=>{try{const t=window.localStorage.getItem(Xm),n=Date.now();let r=!1;if(t){const e=parseInt(t,10);(Number.isNaN(e)||n>=e)&&(r=!0)}else r=!0;r&&(e=setTimeout(()=>{l(!0)},3e3))}catch(KF){e=setTimeout(()=>{l(!0)},3e3)}};return"complete"===document.readyState?n():(t=()=>{n()},window.addEventListener("load",t)),()=>{e&&clearTimeout(e),t&&window.removeEventListener("load",t)}},[]);const c=e=>{l(!1);try{const t=Date.now()+e;window.localStorage.setItem(Xm,String(t))}catch(KF){console.log(KF)}};if(!u)return null;const d=()=>{c(o)};return(0,Ka.jsx)("div",{className:Wm,onClick:d,children:(0,Ka.jsxs)("div",{className:Ym,onClick:e=>e.stopPropagation(),children:[(0,Ka.jsx)("button",{type:"button",className:Km,onClick:d,"aria-label":"Close",children:"x"}),n&&(0,Ka.jsx)("img",{className:qm,src:"".concat(Vi).concat(n),alt:t("promo.bannerAlt")||"Promo"}),i&&(0,Ka.jsx)("button",{type:"button",className:Qm,onClick:()=>{c(a),i&&window.open(i,"_blank")},children:t("components.banner.actionText")})]})})}),Zm="styles_container__efdiJ",$m=Qn()(e=>{var t,n,r,i,o;let a=e.stories,s=e.combos,u=e.categories,l=e.nav,c=e.settings,d=e.addDishToCart,f=e.t,p=e.texts;const h=Zt(),m=h.pathname.includes("dish")||h.pathname.includes("combo"),g=c.close_delay_ms,D=c.redirect_delay_ms,y=c.banner,v=c.banner_active,E=c.banner_link,A=null!==(n={ru:"ru",uk:"uk",en:"en"}[((null===h||void 0===h||null===(t=h.pathname)||void 0===t?void 0:t.split("/")[1])||"ru").toLowerCase()])&&void 0!==n?n:"ru",b=null!==(r=null===y||void 0===y?void 0:y.find(e=>new RegExp("(^|_)".concat(A,"(_|\\.|$)")).test(null===e||void 0===e?void 0:e.name)))&&void 0!==r?r:null===y||void 0===y?void 0:y[0],_={"@context":"https://schema.org","@type":"Restaurant",name:f("pages.main.restaurant.name"),url:f("pages.main.restaurant.url"),image:f("pages.main.restaurant.image"),telephone:f("pages.main.restaurant.telephone"),inLanguage:f("pages.mainrestaurant.inLanguage"),servesCuisine:f("pages.main.restaurant.servesCuisine",{returnObjects:!0}),priceRange:f("pages.main.restaurant.priceRange"),openingHours:f("pages.main.restaurant.openingHours"),address:{"@type":"PostalAddress",addressLocality:f("pages.main.restaurant.addressLocality"),addressCountry:f("pages.main.restaurant.addressCountry")},areaServed:{"@type":"City",name:f("pages.main.restaurant.areaServed")},sameAs:f("pages.main.restaurant.sameAs",{returnObjects:!0}),potentialAction:{"@type":"OrderAction",target:f("pages.main.restaurant.target")}};return(0,Ka.jsxs)("div",{className:Zm,children:[g&&D&&y&&E&&v&&(0,Ka.jsx)(Jm,{close_delay_ms:g,redirect_delay_ms:D,image:b.url,link:E}),(0,Ka.jsx)("script",{type:"application/ld+json",dangerouslySetInnerHTML:{__html:JSON.stringify(_)}}),(0,Ka.jsx)(xl,{cart:!0,categories:u}),(0,Ka.jsx)(Pc,{path:"main",title:null!==p&&void 0!==p&&p.main_titile?p.main_titile:f("seo.main.title"),keywords:"",description:null!==p&&void 0!==p&&p.main_description?p.main_description:f("seo.main.description"),url:null===(i=u[0])||void 0===i||null===(o=i.seo)||void 0===o?void 0:o.url}),(0,Ka.jsx)(Gh,{data:c}),(0,Ka.jsx)(nm,{data:a}),(0,Ka.jsx)(fm,{data:s,path:"main"}),(0,Ka.jsx)(xl,{categories:u}),(0,Ka.jsx)(Hm,{data:u,anchors:l,addDishToCart:d,path:"main"}),!m&&(0,Ka.jsx)(Gm,{text:null===p||void 0===p?void 0:p.main_text}),(0,Ka.jsx)(zc,{}),(0,Ka.jsx)(vn,{})]})}),eg=Qn()(e=>{let t=e.t;const n=G(),i=P(e=>e.combos.data,Y),o=P(e=>e.stories.data,Y),a=P(e=>e.categories.data,Y),s=P(e=>e.settings.data,Y),u=P(e=>e.texts.data,Y);let l=[...a];l=l.filter(e=>e.visible&&e),l.splice(1,0,{name:t("pages.main.components.combo.title"),position:2,dishes:i,visible:!0});const c=Wa(l).map(e=>e.name);(0,r.useEffect)(()=>{n(Sa()),n(ka()),n(Ca()),n(xa()),n(Ua())},[t,n]);return(0,Ka.jsx)($m,{stories:o,combos:i,categories:l,nav:c,settings:s,addDishToCart:e=>{n(Ra(e))},texts:u})}),tg="styles_container__Faq+9",ng=Qn()(e=>{let t=e.t,n=e.texts;return(0,Ka.jsxs)(Ka.Fragment,{children:[(0,Ka.jsx)(Pc,{t:t,path:"delivery",title:null===n||void 0===n?void 0:n.delivery_title,keywords:"",description:null===n||void 0===n?void 0:n.delivery_description}),(0,Ka.jsx)(xl,{cart:!0}),(0,Ka.jsx)(xl,{}),(0,Ka.jsx)("div",{className:tg,children:(0,Ka.jsx)("div",{dangerouslySetInnerHTML:{__html:null===n||void 0===n?void 0:n.delivery_text}})})]})}),rg=()=>{const e=Zt().pathname,t=G(),n=P(e=>e.texts.data,Y);return(0,r.useEffect)(()=>{t(Ca()),t(Ua())},[t]),(0,r.useEffect)(()=>{window.scrollTo(0,0)},[e]),(0,Ka.jsx)(ng,{texts:n})},ig="styles_container__IJyge",og="styles_subTitle__lfH-+",ag="styles_subTitleInner__Nh0+L",sg=e=>(e||"").toString().trim().replace(/^\/+/,"").replace(/\/+$/,"").toLowerCase(),ug=e=>{var t,n,i,o;let a=e.categories,s=e.settings,u=e.addDishToCart,l=e.allCategories;const c=Zt(),d=en(),f=c.pathname.includes("dish")||c.pathname.includes("combo"),p=window.location.pathname,h=(0,r.useMemo)(()=>{const e=(p.split("/")[1]||"uk").toLowerCase();return["uk","ru","en"].includes(e)?e:"uk"},[p]);(0,r.useEffect)(()=>{const e=window.location,t=e.pathname,n=e.search,r=e.hash;if(t.length>1&&t.endsWith("/")&&!/^\/(?:uk|ru|en)\/?$/.test(t)){const e=t.replace(/\/+$/,"");d("".concat(e).concat(n).concat(r),{replace:!0})}},[d]);const m=p.slice(p.lastIndexOf("/")+1),g=ne((0,r.useState)(!1),2),D=g[0],y=g[1],v=(0,r.useMemo)(()=>{const e=Array.isArray(l)?l:[];if(!m)return[];if(/^-?\d+$/.test(m||"")){const t=parseInt(m,10);return e.filter(e=>e&&e.id===t)}const t=sg(m);return e.filter(e=>{var n;const r=sg(null===e||void 0===e||null===(n=e.seo)||void 0===n?void 0:n.url);return e&&r&&r===t})},[l,m]),E=v[0],A=(0,r.useMemo)(()=>Wa(v).map(e=>e.name),[v]),b=["uk","ru","en"],_=(0,r.useMemo)(()=>{var e;return(e=>{if(!e)return null;if("object"===typeof e&&!Array.isArray(e)){const t=[];return b.forEach(n=>{const r=e[n];"string"===typeof r&&r.trim()&&t.push({locale:n,url:r.trim()})}),t.length?t:null}if("string"===typeof e){const t=[];return b.forEach(n=>{var r;const i=new RegExp("".concat(n,"\\s*:\\s*([^,]+)"),"i"),o=e.match(i),a=null===o||void 0===o||null===(r=o[1])||void 0===r?void 0:r.trim();a&&t.push({locale:n,url:a})}),t.length?t:null}return null})(null===E||void 0===E||null===(e=E.seo)||void 0===e?void 0:e.canonical)||(null===E||void 0===E?void 0:E.localizations)},[E]),C=(0,r.useMemo)(()=>1===v.length&&v[0].long_description,[v]),T=(0,r.useMemo)(()=>{var e;const t=null===v||void 0===v||null===(e=v[0])||void 0===e?void 0:e.json_schema;if(!t)return null;if("string"===typeof t){const e=t.trim();if(!e)return null;try{return JSON.parse(e),e}catch(KF){return console.log("json_schema is string but not valid JSON",KF),null}}if("object"===typeof t)try{return JSON.stringify(t)}catch(KF){return console.log("json_schema stringify error",KF),null}return null},[v]),k=(0,r.useMemo)(()=>{var e;const t=null===v||void 0===v||null===(e=v[0])||void 0===e?void 0:e.subTitle;if("string"!==typeof t)return null;const n=t.trim();return n||null},[v]);(0,r.useEffect)(()=>{f||(Array.isArray(l)&&0!==l.length?(y(!0),E||d("/".concat(h,"/404"),{replace:!0})):y(!1))},[l,E,f,d,h]);return(0,r.useMemo)(()=>!!f||!!D&&!!E,[f,D,E])?(0,Ka.jsxs)("div",{className:ig,children:[(0,Ka.jsx)(xl,{cart:!0,categories:a}),T&&(0,Ka.jsx)("script",{type:"application/ld+json",dangerouslySetInnerHTML:{__html:T}}),(0,Ka.jsx)(Pc,{path:"category",title:null===E||void 0===E||null===(t=E.seo)||void 0===t?void 0:t.title,keywords:null===E||void 0===E||null===(n=E.seo)||void 0===n?void 0:n.keywords,description:null===E||void 0===E||null===(i=E.seo)||void 0===i?void 0:i.description,url:null===E||void 0===E||null===(o=E.seo)||void 0===o?void 0:o.url,localizations:_}),(0,Ka.jsx)(Gh,{data:s}),k&&(0,Ka.jsx)("div",{className:og,children:(0,Ka.jsx)("div",{className:ag,dangerouslySetInnerHTML:{__html:k}})}),(0,Ka.jsx)(xl,{categories:a}),(0,Ka.jsx)(Hm,{data:v,anchors:A,addDishToCart:u,path:"category"}),!f&&(0,Ka.jsx)(Gm,{text:C}),(0,Ka.jsx)(zc,{}),(0,Ka.jsx)(vn,{})]}):(0,Ka.jsx)(bc,{})},lg=Qn()(e=>{let t=e.t;const n=G(),i=P(e=>e.combos.data,Y),o=P(e=>e.stories.data,Y),a=P(e=>e.categories.data,Y),s=P(e=>e.settings.data,Y);let u=[...a];u=u.filter(e=>e.visible&&e),u.splice(1,0,{name:t("pages.main.components.combo.title"),position:2,dishes:i,visible:!0}),(0,r.useEffect)(()=>{n(Sa()),n(ka()),n(Ca()),n(xa())},[t,n]);return(0,Ka.jsx)(ug,{stories:o,combos:i,categories:u,allCategories:a,settings:s,addDishToCart:e=>{n(Ra(e))},path:"category"})}),cg="styles_container__A+SSN",dg="styles_title__ATU7X",fg="styles_content__6-YKF",pg=Qn()(e=>{let t=e.t;return(0,Ka.jsxs)(Ka.Fragment,{children:[(0,Ka.jsx)(Pc,{t:t,path:"terms"}),(0,Ka.jsx)(xl,{cart:!0}),(0,Ka.jsx)(xl,{}),(0,Ka.jsx)("div",{className:cg,children:(0,Ka.jsxs)("div",{className:fg,children:[(0,Ka.jsx)("p",{className:dg,children:t("pages.terms.title")}),(0,Ka.jsx)("div",{dangerouslySetInnerHTML:{__html:"\n    <p>\n        <b>1. \u0417\u0430\u0433\u0430\u043b\u044c\u043d\u0456 \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u043d\u044f.</b>\n    </p>\n    <p>\n        \u0406\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u043c\u0430\u0433\u0430\u0437\u0438\u043d https://bellamozzarella.com.ua/ (\u0434\u0430\u043b\u0456 \u2014 \u041f\u0440\u043e\u0434\u0430\u0432\u0435\u0446\u044c)\n        \u043f\u0443\u0431\u043b\u0456\u043a\u0443\u0454 \u0434\u0430\u043d\u0438\u0439 \u0434\u043e\u0433\u043e\u0432\u0456\u0440, \u0449\u043e \u0454 \u043f\u0443\u0431\u043b\u0456\u0447\u043d\u0438\u043c \u0434\u043e\u0433\u043e\u0432\u043e\u0440\u043e\u043c-\u043e\u0444\u0435\u0440\u0442\u043e\u044e (\u0434\u0430\u043b\u0456 \u2014\n        \u0414\u043e\u0433\u043e\u0432\u0456\u0440) \u0456 \u043c\u0430\u0454 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u043d\u0443 \u044e\u0440\u0438\u0434\u0438\u0447\u043d\u0443 \u0441\u0438\u043b\u0443, \u043f\u0440\u043e \u043f\u0440\u043e\u0434\u0430\u0436 \u0442\u043e\u0432\u0430\u0440\u0456\u0432,\n        \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0445 \u043d\u0430 \u043e\u0444\u0456\u0446\u0456\u0439\u043d\u043e\u043c\u0443 \u0456\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u0441\u0430\u0439\u0442\u0456 \u041f\u0440\u043e\u0434\u0430\u0432\u0446\u044f, \u043d\u0430 \u0430\u0434\u0440\u0435\u0441\u0443 \u044f\u043a\n        \u0444\u0456\u0437\u0438\u0447\u043d\u0438\u0445, \u0442\u0430\u043a \u0456 \u044e\u0440\u0438\u0434\u0438\u0447\u043d\u0438\u0445 \u043e\u0441\u0456\u0431 (\u0434\u0430\u043b\u0456 \u2014 \u041f\u043e\u043a\u0443\u043f\u0435\u0446\u044c).\n    </p>\n    <p>\n        \u0412\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u043d\u043e \u0434\u043e \u0441\u0442\u0430\u0442\u0435\u0439 633, 641, 642 \u0426\u0438\u0432\u0456\u043b\u044c\u043d\u043e\u0433\u043e \u041a\u043e\u0434\u0435\u043a\u0441\u0443 \u0423\u043a\u0440\u0430\u0457\u043d\u0438 (\u0434\u0430\u043b\u0456\n        \u2014 \u0426\u041a\u0423) \u0442\u0430 \u041f\u0440\u0430\u0432\u0438\u043b \u043f\u0440\u043e\u0434\u0430\u0436\u0443 \u0442\u043e\u0432\u0430\u0440\u0456\u0432 \u043d\u0430 \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u0442\u0430 \u043f\u043e\u0437\u0430 \u0442\u043e\u0440\u0433\u043e\u0432\u0435\u043b\u044c\u043d\u0438\u043c\u0438\n        \u0430\u0431\u043e \u043e\u0444\u0456\u0441\u043d\u0438\u043c\u0438 \u043f\u0440\u0438\u043c\u0456\u0449\u0435\u043d\u043d\u044f\u043c\u0438, \u0437\u0430\u0442\u0432\u0435\u0440\u0434\u0436\u0435\u043d\u0438\u0445 \u043d\u0430\u043a\u0430\u0437\u043e\u043c \u041c\u0456\u043d\u0456\u0441\u0442\u0435\u0440\u0441\u0442\u0432\u0430\n        \u0435\u043a\u043e\u043d\u043e\u043c\u0456\u043a\u0438 \u0423\u043a\u0440\u0430\u0457\u043d\u0438 \u0432\u0456\u0434 19.04.2007 \u2116103, \u0434\u0430\u043d\u0438\u0439 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u0454 \u043e\u0444\u0435\u0440\u0442\u043e\u044e, \u0430\n        \u0444\u0430\u043a\u0442 \u0437\u0434\u0456\u0439\u0441\u043d\u0435\u043d\u043d\u044f \u043f\u043e\u043a\u0443\u043f\u0446\u0435\u043c \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u0432 \u0443\u0441\u043d\u0456\u0439 (\u043f\u043e \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0443 \u0430\u0431\u043e \u0432\n        \u043c\u0430\u0433\u0430\u0437\u0438\u043d\u0456, \u043e\u0444\u0456\u0441\u0456) \u0430\u0431\u043e \u043f\u0438\u0441\u044c\u043c\u043e\u0432\u0456\u0439 (\u0447\u0435\u0440\u0435\u0437 \u0441\u0430\u0439\u0442 \u0430\u0431\u043e \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u0443 \u043f\u043e\u0448\u0442\u0443)\n        \u0444\u043e\u0440\u043c\u0456 \u0442\u0430 \u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f \u0434\u0430\u043d\u043e\u0433\u043e \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u041f\u0440\u043e\u0434\u0430\u0432\u0446\u0435\u043c \u0454 \u043f\u043e\u0432\u043d\u0438\u043c \u0442\u0430\n        \u0431\u0435\u0437\u043f\u0435\u0440\u0435\u0447\u043d\u0438\u043c \u043f\u0440\u0438\u0439\u043d\u044f\u0442\u0442\u044f\u043c \u0434\u0430\u043d\u043e\u0433\u043e \u043f\u0443\u0431\u043b\u0456\u0447\u043d\u043e\u0433\u043e \u0434\u043e\u0433\u043e\u0432\u043e\u0440\u0443 \u0442\u0430 \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u0457,\n        \u0432\u0438\u043a\u043b\u0430\u0434\u0435\u043d\u043e\u0457 \u043d\u0430 \u0441\u0430\u0439\u0442\u0456.\n    </p>\n    <p>\n        \u0412\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u043d\u043d\u044f \u043f\u043e\u0441\u043b\u0443\u0433 \u0442\u0430 \u043a\u0443\u043f\u0456\u0432\u043b\u044f \u0442\u043e\u0432\u0430\u0440\u0456\u0432, \u0449\u043e \u043d\u0430\u0434\u0430\u044e\u0442\u044c\u0441\u044f\n        \u0456\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u043c\u0430\u0433\u0430\u0437\u0438\u043d\u043e\u043c https://bellamozzarella.com.ua/, \u043f\u0435\u0440\u0435\u0434\u0431\u0430\u0447\u0430\u0454 \u0437\u0433\u043e\u0434\u0443\n        \u043e\u0441\u043e\u0431\u0438, \u0449\u043e \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0454\u0442\u044c\u0441\u044f \u043f\u043e\u0441\u043b\u0443\u0433\u0430\u043c\u0438 \u0430\u0431\u043e \u043a\u0443\u043f\u0443\u0454 \u0442\u043e\u0432\u0430\u0440, \u0437 \u043f\u0440\u0430\u0432\u0438\u043b\u0430\u043c\u0438,\n        \u0441\u0442\u0440\u043e\u043a\u0430\u043c\u0438, \u043e\u0431\u043c\u0435\u0436\u0435\u043d\u043d\u044f\u043c\u0438 \u0442\u0430 \u0456\u043d\u0448\u0438\u043c\u0438 \u0443\u043c\u043e\u0432\u0430\u043c\u0438 \u0441\u043f\u0456\u0432\u043f\u0440\u0430\u0446\u0456, \u0432\u0438\u043a\u043b\u0430\u0434\u0435\u043d\u0438\u043c\u0438 \u0432\n        \u0434\u0430\u043d\u043e\u043c\u0443 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0456.\n    </p>\n    <p>\n    <b>\u041f\u0440\u0438\u0439\u043c\u0430\u044e\u0447\u0438 \u0443\u043c\u043e\u0432\u0438 \u0434\u0430\u043d\u043e\u0433\u043e \u0434\u043e\u0433\u043e\u0432\u043e\u0440\u0443, \u043f\u043e\u043a\u0443\u043f\u0435\u0446\u044c \u043f\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0436\u0443\u0454, \u0449\u043e:</b>\n    </p>\n    <p>\u0410) \u043d\u0430 \u043c\u043e\u043c\u0435\u043d\u0442 \u043a\u0443\u043f\u0456\u0432\u043b\u0456 \u0442\u043e\u0432\u0430\u0440\u0443 \u0439\u043e\u043c\u0443 \u0432\u0438\u043f\u043e\u0432\u043d\u0438\u043b\u043e\u0441\u044c 18 \u0440\u043e\u043a\u0456\u0432;</p>\n    <p>\n        \u0411) \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u044f, \u0449\u043e \u043d\u0430\u0434\u0430\u0454\u0442\u044c\u0441\u044f \u043f\u0456\u0434 \u0447\u0430\u0441 \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u0442\u043e\u0432\u0430\u0440\u0456\u0432 \u0430\u0431\u043e \u043f\u043e\u0441\u043b\u0443\u0433, \u0454\n        \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u044e \u0442\u0430 \u0430\u043a\u0442\u0443\u0430\u043b\u044c\u043d\u043e\u044e;\n    </p>\n    <p>\n        \u0412) \u043d\u0430\u0434\u0430\u043d\u0430 \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u043d\u0430 \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u044f \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u043d\u0430 \u0437 \u043c\u0435\u0442\u043e\u044e\n        \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u043f\u0440\u043e \u0437\u043c\u0456\u043d\u0438 \u0432 \u0440\u043e\u0431\u043e\u0442\u0456, \u0430\u043a\u0446\u0456\u0439\u043d\u0456 \u043f\u0440\u043e\u043f\u043e\u0437\u0438\u0446\u0456\u0457 \u0447\u0438 \u043d\u0430\u0434\u0430\u043d\u043d\u044f \u0456\u043d\u0448\u043e\u0457\n        \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u0457, \u043f\u043e\u0432\u2019\u044f\u0437\u0430\u043d\u043e\u0457 \u0437 \u0434\u0456\u044f\u043b\u044c\u043d\u0456\u0441\u0442\u044e \u043f\u0440\u043e\u0434\u0430\u0432\u0446\u044f.\n    </p>\n    <p>\n        \u041d\u0430 \u043f\u0456\u0434\u0441\u0442\u0430\u0432\u0456 \u0432\u0438\u0449\u0435\u0437\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043e\u0433\u043e \u0443\u0432\u0430\u0436\u043d\u043e \u043e\u0437\u043d\u0430\u0439\u043e\u043c\u0442\u0435\u0441\u044f \u0437 \u0434\u0430\u043d\u0438\u043c \u0434\u043e\u0433\u043e\u0432\u043e\u0440\u043e\u043c\n        (\u043f\u0443\u0431\u043b\u0456\u0447\u043d\u043e\u044e \u043e\u0444\u0435\u0440\u0442\u043e\u044e), \u0456 \u044f\u043a\u0449\u043e \u0412\u0438 \u043d\u0435 \u0437\u0433\u043e\u0434\u043d\u0456 \u0437 \u0431\u0443\u0434\u044c-\u044f\u043a\u0438\u043c \u0456\u0437 \u043f\u0443\u043d\u043a\u0442\u0456\u0432\n        \u043e\u0444\u0435\u0440\u0442\u0438, \u0431\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0437\u0430\u043b\u0438\u0448\u0442\u0435 \u0441\u0430\u0439\u0442.\n    </p>\n    <p>\n        \u0423 \u0434\u0430\u043d\u043e\u043c\u0443 \u0414\u043e\u0433\u043e\u0432\u043e\u0440\u0456, \u044f\u043a\u0449\u043e \u0437\u043c\u0456\u0441\u0442 \u043d\u0435 \u043f\u043e\u0442\u0440\u0435\u0431\u0443\u0454 \u0456\u043d\u0448\u043e\u0433\u043e, \u0442\u0435\u0440\u043c\u0456\u043d\u0438 \u0441\u043b\u0456\u0434\n        \u0442\u043b\u0443\u043c\u0430\u0447\u0438\u0442\u0438 \u043d\u0430\u0441\u0442\u0443\u043f\u043d\u0438\u043c \u0447\u0438\u043d\u043e\u043c:\n    </p>\n    <p>\n        <b>\xab\u041e\u0444\u0435\u0440\u0442\u0430\xbb</b> \u2014 \u043f\u0443\u0431\u043b\u0456\u0447\u043d\u0430 \u043f\u0440\u043e\u043f\u043e\u0437\u0438\u0446\u0456\u044f \u041f\u0440\u043e\u0434\u0430\u0432\u0446\u044f, \u0430\u0434\u0440\u0435\u0441\u043e\u0432\u0430\u043d\u0430 \u0431\u0443\u0434\u044c-\u044f\u043a\u0456\u0439\n        \u0444\u0456\u0437\u0438\u0447\u043d\u0456\u0439 \u0442\u0430 \u044e\u0440\u0438\u0434\u0438\u0447\u043d\u0456\u0439 \u043e\u0441\u043e\u0431\u0456 \u0437 \u043c\u0435\u0442\u043e\u044e \u0443\u043a\u043b\u0430\u0441\u0442\u0438 \u0434\u043e\u0433\u043e\u0432\u0456\u0440 \u043a\u0443\u043f\u043b\u0456-\u043f\u0440\u043e\u0434\u0430\u0436\u0443 \u043d\u0430\n        \u0456\u0441\u043d\u0443\u044e\u0447\u0438\u0445 \u0443\u043c\u043e\u0432\u0430\u0445, \u0437\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0445 \u0443 \u0414\u043e\u0433\u043e\u0432\u043e\u0440\u0456.\n    </p>\n    <p>\n        <b>\xab\u0422\u043e\u0432\u0430\u0440\xbb</b>\u2014 \u043f\u0435\u0440\u0435\u043b\u0456\u043a \u043d\u0430\u0439\u043c\u0435\u043d\u0443\u0432\u0430\u043d\u044c \u0430\u0441\u043e\u0440\u0442\u0438\u043c\u0435\u043d\u0442\u0443, \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0439 \u043d\u0430\n        \u043e\u0444\u0456\u0446\u0456\u0439\u043d\u043e\u043c\u0443 \u0441\u0430\u0439\u0442\u0456 \u041f\u0440\u043e\u0434\u0430\u0432\u0446\u044f, \u0430\u043b\u0435 \u043d\u0435 \u043e\u0431\u043c\u0435\u0436\u0435\u043d\u0438\u0439 \u0442\u0456\u043b\u044c\u043a\u0438 \u0441\u0430\u0439\u0442\u043e\u043c.\n    </p>\n    <p>\n        <b>\xab\u041f\u0440\u043e\u0434\u0430\u0432\u0435\u0446\u044c\xbb</b>\u2014 \u043a\u043e\u043c\u043f\u0430\u043d\u0456\u044f, \u0449\u043e \u0440\u0435\u0430\u043b\u0456\u0437\u0443\u0454 \u0422\u043e\u0432\u0430\u0440, \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0439 \u0432\n        \u0456\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u043c\u0430\u0433\u0430\u0437\u0438\u043d\u0456, \u0430\u043b\u0435 \u043d\u0435 \u043e\u0431\u043c\u0435\u0436\u0435\u043d\u0438\u0439 \u0442\u0456\u043b\u044c\u043a\u0438 \u0441\u0430\u0439\u0442\u043e\u043c.\n    </p>\n    <p>\n        <b>\xab\u041f\u043e\u043a\u0443\u043f\u0435\u0446\u044c\xbb</b>\u2014 \u0444\u0456\u0437\u0438\u0447\u043d\u0430 \u0430\u0431\u043e \u044e\u0440\u0438\u0434\u0438\u0447\u043d\u0430 \u043e\u0441\u043e\u0431\u0430, \u0449\u043e \u0432\u0441\u0442\u0443\u043f\u0438\u043b\u0430 \u0432\n        \u0434\u043e\u0433\u043e\u0432\u0456\u0440\u043d\u0456 \u0432\u0456\u0434\u043d\u043e\u0441\u0438\u043d\u0438 \u0437 \u041f\u0440\u043e\u0434\u0430\u0432\u0446\u0435\u043c \u043d\u0430 \u0443\u043c\u043e\u0432\u0430\u0445, \u0437\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0445 \u0443 \u0414\u043e\u0433\u043e\u0432\u043e\u0440\u0456.\n    </p>\n    <p>\n        <b>\xab\u0410\u043a\u0446\u0435\u043f\u0442\xbb</b>\u2014 \u043f\u043e\u0432\u043d\u0435 \u0442\u0430 \u0431\u0435\u0437\u0437\u0430\u043f\u0435\u0440\u0435\u0447\u043d\u0435 \u043f\u0440\u0438\u0439\u043d\u044f\u0442\u0442\u044f \u041f\u043e\u043a\u0443\u043f\u0446\u0435\u043c \u0443\u043c\u043e\u0432\n        \u0414\u043e\u0433\u043e\u0432\u043e\u0440\u0443.\n    </p>\n    <p>\n        <b>\xab\u0417\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f\xbb</b>\u2014 \u043e\u043a\u0440\u0435\u043c\u0456 \u043f\u043e\u0437\u0438\u0446\u0456\u0457 \u0437 \u0430\u0441\u043e\u0440\u0442\u0438\u043c\u0435\u043d\u0442\u043d\u043e\u0433\u043e \u043f\u0435\u0440\u0435\u043b\u0456\u043a\u0443\n        \u0422\u043e\u0432\u0430\u0440\u0443, \u0432\u043a\u0430\u0437\u0430\u043d\u0456 \u041f\u043e\u043a\u0443\u043f\u0446\u0435\u043c \u043f\u0440\u0438 \u0440\u043e\u0437\u043c\u0456\u0449\u0435\u043d\u043d\u0456 \u0437\u0430\u044f\u0432\u043a\u0438 \u043d\u0430 \u0456\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u0441\u0430\u0439\u0442\u0456\n        \u041f\u0440\u043e\u0434\u0430\u0432\u0446\u044f \u0430\u0431\u043e \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u0456 \u0431\u0443\u0434\u044c-\u044f\u043a\u0438\u043c \u0456\u043d\u0448\u0438\u043c \u0441\u043f\u043e\u0441\u043e\u0431\u043e\u043c.\n    </p>\n    <p>\n        <b>\xab\u041a\u0443\u0440\u2019\u0454\u0440\u0441\u044c\u043a\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430\xbb</b>\u2014 \u0431\u0435\u0437\u043f\u043e\u0441\u0435\u0440\u0435\u0434\u043d\u044f \u043f\u0435\u0440\u0435\u0434\u0430\u0447\u0430 \u0422\u043e\u0432\u0430\u0440\u0443 \u0432\u0456\u0434\n        \u041f\u0440\u043e\u0434\u0430\u0432\u0446\u044f \u0434\u043e \u041f\u043e\u043a\u0443\u043f\u0446\u044f \u043d\u0435\u0437\u0430\u043b\u0435\u0436\u043d\u0438\u043c \u043f\u0456\u0434\u0440\u044f\u0434\u043d\u0438\u043a\u043e\u043c, \u044f\u043a\u0438\u0439 \u043d\u0430\u0434\u0430\u0454 \u043f\u043e\u0441\u043b\u0443\u0433\u0438\n        \u041f\u0440\u043e\u0434\u0430\u0432\u0446\u044e \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u043d\u043e \u0434\u043e \u043e\u043a\u0440\u0435\u043c\u043e\u0433\u043e \u0443\u043a\u043b\u0430\u0434\u0435\u043d\u043e\u0433\u043e \u0434\u043e\u0433\u043e\u0432\u043e\u0440\u0443. \u041f\u0440\u043e\u0434\u0430\u0432\u0435\u0446\u044c \u043d\u0435\n        \u0437\u0434\u0456\u0439\u0441\u043d\u044e\u0454 \u0441\u0430\u043c\u043e\u0441\u0442\u0456\u0439\u043d\u043e \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0443 \u0422\u043e\u0432\u0430\u0440\u0443.\n    </p>\n    <p>\n        <b>\xab\u0406\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u043c\u0430\u0433\u0430\u0437\u0438\u043d\xbb</b>\u2014 \u0432\u0435\u0431-\u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430 \u041f\u0440\u043e\u0434\u0430\u0432\u0446\u044f\n        https://bellamozzarella.com.ua/\n    </p>\n    <p>\n        <b>\xab\u041c\u0456\u0441\u0446\u0435 \u043f\u0440\u043e\u0434\u0430\u0436\u0443 \u0422\u043e\u0432\u0430\u0440\u0443\xbb</b>\u2014 \u0437\u0430\u043a\u043b\u0430\u0434 \u0433\u0440\u043e\u043c\u0430\u0434\u0441\u044c\u043a\u043e\u0433\u043e \u0445\u0430\u0440\u0447\u0443\u0432\u0430\u043d\u043d\u044f\n        (\u0440\u0435\u0441\u0442\u043e\u0440\u0430\u043d) \u041f\u0440\u043e\u0434\u0430\u0432\u0446\u044f.\n    </p>\n    <br />\n    <p>\n    <b>2. \u041f\u0440\u0435\u0434\u043c\u0435\u0442 \u0434\u043e\u0433\u043e\u0432\u043e\u0440\u0443.</b>\n    </p>\n    <p>\n        2.1. \u041f\u0440\u043e\u0434\u0430\u0432\u0435\u0446\u044c \u0437\u0434\u0456\u0439\u0441\u043d\u044e\u0454 \u043f\u0440\u043e\u0434\u0430\u0436 \u041f\u043e\u043a\u0443\u043f\u0446\u044e \u0422\u043e\u0432\u0430\u0440\u0443 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u043d\u043e \u0434\u043e \u0447\u0438\u043d\u043d\u0438\u0445\n        \u043d\u0430 \u043c\u043e\u043c\u0435\u043d\u0442 \u0437\u0434\u0456\u0439\u0441\u043d\u0435\u043d\u043d\u044f \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u0446\u0456\u043d, \u0430 \u041f\u043e\u043a\u0443\u043f\u0435\u0446\u044c \u043c\u0430\u0454 \u043f\u0440\u0430\u0432\u043e \u0437\u0434\u0456\u0439\u0441\u043d\u0438\u0442\u0438\n        \u043e\u043f\u043b\u0430\u0442\u0443 \u0456 \u043f\u0440\u0438\u0439\u043d\u044f\u0442\u0438 \u0422\u043e\u0432\u0430\u0440 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u043d\u043e \u0434\u043e \u0443\u043c\u043e\u0432 \u0434\u0430\u043d\u043e\u0433\u043e \u0414\u043e\u0433\u043e\u0432\u043e\u0440\u0443.\n    </p>\n    <p>\n        2.2. \u0414\u0430\u043d\u0438\u0439 \u0434\u043e\u0433\u043e\u0432\u0456\u0440 \u0454 \u043e\u0444\u0456\u0446\u0456\u0439\u043d\u0438\u043c \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u043e\u043c \u041f\u0440\u043e\u0434\u0430\u0432\u0446\u044f \u0442\u0430 \u043d\u0435\u0432\u0456\u0434\u2019\u0454\u043c\u043d\u043e\u044e\n        \u0447\u0430\u0441\u0442\u0438\u043d\u043e\u044e \u041e\u0444\u0435\u0440\u0442\u0438.\n    </p>\n    <p>2.3. \u041f\u0440\u043e\u0434\u0430\u0436 \u0422\u043e\u0432\u0430\u0440\u0443 \u0437\u0434\u0456\u0439\u0441\u043d\u044e\u0454\u0442\u044c\u0441\u044f \u0432 \u0437\u0430\u043a\u043b\u0430\u0434\u0456 \u041f\u0440\u043e\u0434\u0430\u0432\u0446\u044f.</p>\n    <br />\n    <p>\n        <b>3. \u041c\u043e\u043c\u0435\u043d\u0442 \u0443\u043a\u043b\u0430\u0434\u0430\u043d\u043d\u044f \u0414\u043e\u0433\u043e\u0432\u043e\u0440\u0443.</b>\n    </p>\n    <p>\n        3.1. \u0422\u0435\u043a\u0441\u0442 \u0434\u043e\u0433\u043e\u0432\u043e\u0440\u0443 \u0454 \u043f\u0443\u0431\u043b\u0456\u0447\u043d\u043e\u044e \u043e\u0444\u0435\u0440\u0442\u043e\u044e (\u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u043d\u043e \u0434\u043e \u0441\u0442\u0430\u0442\u0435\u0439 633,\n        643 \u0426\u0438\u0432\u0456\u043b\u044c\u043d\u043e\u0433\u043e \u041a\u043e\u0434\u0435\u043a\u0441\u0443 \u0423\u043a\u0440\u0430\u0457\u043d\u0438 \u0442\u0430 \u041f\u0440\u0430\u0432\u0438\u043b \u043f\u0440\u043e\u0434\u0430\u0436\u0443 \u0442\u043e\u0432\u0430\u0440\u0456\u0432 \u043d\u0430\n        \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u0442\u0430 \u043f\u043e\u0437\u0430 \u0442\u043e\u0440\u0433\u043e\u0432\u0435\u043b\u044c\u043d\u0438\u043c\u0438 \u0430\u0431\u043e \u043e\u0444\u0456\u0441\u043d\u0438\u043c\u0438 \u043f\u0440\u0438\u043c\u0456\u0449\u0435\u043d\u043d\u044f\u043c\u0438,\n        \u0437\u0430\u0442\u0432\u0435\u0440\u0434\u0436\u0435\u043d\u0438\u0445 \u043d\u0430\u043a\u0430\u0437\u043e\u043c \u041c\u0456\u043d\u0456\u0441\u0442\u0435\u0440\u0441\u0442\u0432\u0430 \u0435\u043a\u043e\u043d\u043e\u043c\u0456\u043a\u0438 \u0423\u043a\u0440\u0430\u0457\u043d\u0438 \u0432\u0456\u0434 19.04.2007 \u2116\n        103).\n    </p>\n    <p>\n        3.2. \u0424\u0430\u043a\u0442 \u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u043d\u044f \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u0432 \u041f\u0440\u043e\u0434\u0430\u0432\u0446\u044f, \u044f\u043a \u0441\u0430\u043c\u043e\u0441\u0442\u0456\u0439\u043d\u043e, \u0442\u0430\u043a \u0456 \u0437\u0430\n        \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u043e\u044e \u043e\u043f\u0435\u0440\u0430\u0442\u043e\u0440\u0430, \u0454 \u0431\u0435\u0437\u0437\u0430\u043f\u0435\u0440\u0435\u0447\u043d\u0438\u043c \u043f\u0440\u0438\u0439\u043d\u044f\u0442\u0442\u044f\u043c \u0443\u043c\u043e\u0432 \u0434\u0430\u043d\u043e\u0433\u043e\n        \u0414\u043e\u0433\u043e\u0432\u043e\u0440\u0443, \u0456 \u041f\u043e\u043a\u0443\u043f\u0435\u0446\u044c \u043d\u0430\u0434\u0430\u043b\u0456 \u0432\u0438\u0441\u0442\u0443\u043f\u0430\u0454 \u044f\u043a \u043e\u0441\u043e\u0431\u0430, \u0449\u043e \u0432\u0441\u0442\u0443\u043f\u0438\u043b\u0430 \u0432\n        \u0434\u043e\u0433\u043e\u0432\u0456\u0440\u043d\u0456 \u0432\u0456\u0434\u043d\u043e\u0441\u0438\u043d\u0438. \u041f\u043e\u043a\u0443\u043f\u0435\u0446\u044c \u0437\u043e\u0431\u043e\u0432\u2019\u044f\u0437\u0430\u043d\u0438\u0439 \u0441\u0430\u043c\u043e\u0441\u0442\u0456\u0439\u043d\u043e\n        \u043e\u0437\u043d\u0430\u0439\u043e\u043c\u043b\u044e\u0432\u0430\u0442\u0438\u0441\u044f \u0437 \u0443\u043c\u043e\u0432\u0430\u043c\u0438 \u0434\u043e\u0433\u043e\u0432\u043e\u0440\u0443, \u043f\u0440\u043e\u0434\u0430\u0432\u0435\u0446\u044c \u043d\u0435 \u0437\u043e\u0431\u043e\u0432\u2019\u044f\u0437\u0430\u043d\u0438\u0439\n        \u0456\u043d\u0444\u043e\u0440\u043c\u0443\u0432\u0430\u0442\u0438 \u043f\u043e\u043a\u0443\u043f\u0446\u044f \u043f\u0440\u043e \u043d\u0430\u044f\u0432\u043d\u0456\u0441\u0442\u044c \u0434\u043e\u0433\u043e\u0432\u043e\u0440\u0443.\n    </p>\n    <p>\n        3.3. \u041c\u043e\u043c\u0435\u043d\u0442\u043e\u043c \u0432\u0441\u0442\u0443\u043f\u0443 \u041f\u043e\u043a\u0443\u043f\u0446\u044f \u0432 \u0434\u043e\u0433\u043e\u0432\u0456\u0440\u043d\u0456 \u0432\u0456\u0434\u043d\u043e\u0441\u0438\u043d\u0438 \u0437 \u041f\u0440\u043e\u0434\u0430\u0432\u0446\u0435\u043c\n        \u0432\u0432\u0430\u0436\u0430\u0454\u0442\u044c\u0441\u044f \u043c\u043e\u043c\u0435\u043d\u0442 \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u0422\u043e\u0432\u0430\u0440\u0443, \u043d\u0435\u0437\u0430\u043b\u0435\u0436\u043d\u043e \u0432\u0456\u0434 \u0441\u043f\u043e\u0441\u043e\u0431\u0443\n        \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u0442\u0430 \u0444\u043e\u0440\u043c\u0438 \u043e\u043f\u043b\u0430\u0442\u0438.\n    </p>\n    <p>\n        3.4. \u041d\u0430 \u043f\u0438\u0441\u044c\u043c\u043e\u0432\u0443 \u0432\u0438\u043c\u043e\u0433\u0443 \u041f\u043e\u043a\u0443\u043f\u0446\u044f \u041f\u0440\u043e\u0434\u0430\u0432\u0435\u0446\u044c \u043e\u0444\u043e\u0440\u043c\u043b\u044e\u0454 \u0434\u043e\u0433\u043e\u0432\u0456\u0440 \u0437\n        \u043f\u0456\u0434\u043f\u0438\u0441\u0430\u043c\u0438 \u0441\u0442\u043e\u0440\u0456\u043d.\n    </p>\n    <p>\n        3.5. \u041f\u043e\u043a\u0443\u043f\u0435\u0446\u044c \u0441\u0430\u043c\u043e\u0441\u0442\u0456\u0439\u043d\u043e \u0442\u0430 \u0437\u0430 \u0432\u043b\u0430\u0441\u043d\u0438\u043c \u0431\u0430\u0436\u0430\u043d\u043d\u044f \u0437\u0432\u2019\u044f\u0437\u0443\u0454\u0442\u044c\u0441\u044f \u0437\n        \u043f\u0440\u043e\u0434\u0430\u0432\u0446\u0435\u043c, \u0449\u043e \u043e\u0437\u043d\u0430\u0447\u0430\u0454, \u0449\u043e \u043f\u043e\u043a\u0443\u043f\u0435\u0446\u044c \u043e\u0437\u043d\u0430\u0439\u043e\u043c\u0438\u0432\u0441\u044f \u0437 \u0434\u0430\u043d\u0438\u043c \u0434\u043e\u0433\u043e\u0432\u043e\u0440\u043e\u043c \u0442\u0430\n        \u043f\u043e\u0433\u043e\u0434\u0436\u0443\u0454\u0442\u044c\u0441\u044f \u0437 \u043d\u0438\u043c.\n    </p>\n    <br />\n    <p>\n        <b>4. \u0426\u0456\u043d\u0430 \u0422\u043e\u0432\u0430\u0440\u0443.</b>\n    </p>\n    <p>\n        4.1. \u0426\u0456\u043d\u0438 \u0432 \u0456\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u043c\u0430\u0433\u0430\u0437\u0438\u043d\u0456 \u0432\u043a\u0430\u0437\u0430\u043d\u0456 \u0432 \u043d\u0430\u0446\u0456\u043e\u043d\u0430\u043b\u044c\u043d\u0456\u0439 \u0432\u0430\u043b\u044e\u0442\u0456 \u0423\u043a\u0440\u0430\u0457\u043d\u0438\n        (\u0433\u0440\u0438\u0432\u043d\u044f) \u0437\u0430 \u043e\u0434\u0438\u043d\u0438\u0446\u044e \u0442\u043e\u0432\u0430\u0440\u0443 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u043d\u043e \u0434\u043e \u0456\u0441\u043d\u0443\u044e\u0447\u043e\u0433\u043e \u043f\u0440\u0435\u0439\u0441\u043a\u0443\u0440\u0430\u043d\u0442\u0430.\n    </p>\n    <p>\n        4.2. \u041f\u0440\u043e\u0434\u0430\u0432\u0435\u0446\u044c \u0437\u0430\u043b\u0438\u0448\u0430\u0454 \u0437\u0430 \u0441\u043e\u0431\u043e\u044e \u043f\u0440\u0430\u0432\u043e \u0437\u043c\u0456\u043d\u044e\u0432\u0430\u0442\u0438 \u0446\u0456\u043d\u0443 \u0422\u043e\u0432\u0430\u0440\u0443 \u0434\u043e\n        \u043c\u043e\u043c\u0435\u043d\u0442\u0443 \u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u043d\u044f \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u0431\u0435\u0437 \u043f\u043e\u043f\u0435\u0440\u0435\u0434\u0436\u0435\u043d\u043d\u044f \u041f\u043e\u043a\u0443\u043f\u0446\u044f.\n    </p>\n    <p>\n        4.3. \u041e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e\u044e \u0454 \u0446\u0456\u043d\u0430, \u0432\u043a\u0430\u0437\u0430\u043d\u0430 \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\u043e\u043c \u043f\u0456\u0434 \u0447\u0430\u0441 \u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u043d\u044f\n        \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f.\n    </p>\n    <p>\n        4.4. \u0426\u0456\u043d\u0438, \u0432\u043a\u0430\u0437\u0430\u043d\u0456 \u043d\u0430 \u0441\u0430\u0439\u0442\u0456 https://bellamozzarella.com.ua/, \u043c\u0430\u044e\u0442\u044c\n        \u043e\u0437\u043d\u0430\u0439\u043e\u043c\u0447\u0438\u0439 \u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440.\n    </p>\n    <br />\n    <p>\n        <b>5. \u041e\u043f\u043b\u0430\u0442\u0430 \u0422\u043e\u0432\u0430\u0440\u0443.</b>\n    </p>\n    <p>\n        \u041f\u043e\u043a\u0443\u043f\u0435\u0446\u044c \u043c\u0430\u0454 \u043c\u043e\u0436\u043b\u0438\u0432\u0456\u0441\u0442\u044c \u0437\u0434\u0456\u0439\u0441\u043d\u0438\u0442\u0438 \u043e\u043f\u043b\u0430\u0442\u0443 \u041f\u0440\u043e\u0434\u0430\u0432\u0446\u044e \u0432 \u0433\u043e\u0442\u0456\u0432\u043a\u043e\u0432\u0456\u0439 \u0430\u0431\u043e\n        \u0431\u0435\u0437\u0433\u043e\u0442\u0456\u0432\u043a\u043e\u0432\u0456\u0439 \u0444\u043e\u0440\u043c\u0456 (\u0437\u0430 \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u043e\u044e \u043f\u043b\u0430\u0442\u0456\u0436\u043d\u043e\u0457 \u043a\u0430\u0440\u0442\u043a\u0438 Visa, Maestro,\n        Mastercard \u0430\u0431\u043e \u0437\u0430 \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u043e\u044e \u0432\u0435\u0431-\u0456\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0443 LiqPay).\n    </p>\n    <p>\n        5.1. \u041f\u0440\u0438 \u0433\u043e\u0442\u0456\u0432\u043a\u043e\u0432\u0456\u0439 \u0444\u043e\u0440\u043c\u0456 \u043e\u043f\u043b\u0430\u0442\u0438 \u041f\u043e\u043a\u0443\u043f\u0435\u0446\u044c \u0437\u043e\u0431\u043e\u0432\u2019\u044f\u0437\u0430\u043d\u0438\u0439 \u0441\u043f\u043b\u0430\u0442\u0438\u0442\u0438\n        \u041f\u0440\u043e\u0434\u0430\u0432\u0446\u044e \u0446\u0456\u043d\u0443 \u0442\u043e\u0432\u0430\u0440\u0443 \u0432 \u043c\u043e\u043c\u0435\u043d\u0442 \u0439\u043e\u0433\u043e \u043f\u0435\u0440\u0435\u0434\u0430\u0447\u0456, \u044f\u043a\u0449\u043e \u0456\u043d\u0448\u0435 \u043d\u0435\n        \u043f\u0435\u0440\u0435\u0434\u0431\u0430\u0447\u0435\u043d\u043e \u0434\u043e\u043c\u043e\u0432\u043b\u0435\u043d\u0456\u0441\u0442\u044e \u0430\u0431\u043e \u0434\u043e\u0433\u043e\u0432\u043e\u0440\u043e\u043c \u043c\u0456\u0436 \u0441\u0442\u043e\u0440\u043e\u043d\u0430\u043c\u0438.\n    </p>\n    <p>\n        5.2. \u041e\u043f\u043b\u0430\u0442\u0430 \u0442\u043e\u0432\u0430\u0440\u0456\u0432 \u0442\u0430 \u043f\u043e\u0441\u043b\u0443\u0433, \u0449\u043e \u043d\u0430\u0434\u0430\u044e\u0442\u044c\u0441\u044f \u0456\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u043c\u0430\u0433\u0430\u0437\u0438\u043d\u043e\u043c\n        https://bellamozzarella.com.ua/, \u0437\u0434\u0456\u0439\u0441\u043d\u044e\u0454\u0442\u044c\u0441\u044f \u0432 \u043d\u0430\u0446\u0456\u043e\u043d\u0430\u043b\u044c\u043d\u0456\u0439 \u0432\u0430\u043b\u044e\u0442\u0456\n        \u0423\u043a\u0440\u0430\u0457\u043d\u0438 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u043d\u043e \u0434\u043e \u0446\u0456\u043d \u0456 \u0442\u0430\u0440\u0438\u0444\u0456\u0432, \u0432\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0445 \u043d\u0430 \u043c\u043e\u043c\u0435\u043d\u0442 \u043a\u0443\u043f\u0456\u0432\u043b\u0456\n        \u0442\u043e\u0432\u0430\u0440\u0456\u0432 \u0430\u0431\u043e \u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f \u043f\u043e\u0441\u043b\u0443\u0433.\n    </p>\n    <p>\n        5.3. \u041e\u043f\u043b\u0430\u0442\u0430 \u0442\u043e\u0432\u0430\u0440\u0456\u0432 \u0442\u0430 \u043f\u043e\u0441\u043b\u0443\u0433, \u0449\u043e \u043d\u0430\u0434\u0430\u044e\u0442\u044c\u0441\u044f \u0456\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u043c\u0430\u0433\u0430\u0437\u0438\u043d\u043e\u043c\n        https://bellamozzarella.com.ua/, \u0437\u0434\u0456\u0439\u0441\u043d\u044e\u0454\u0442\u044c\u0441\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u043d\u043e \u0434\u043e \u0440\u043e\u0437\u0434\u0456\u043b\u0443\n        \xab\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0442\u0430 \u043e\u043f\u043b\u0430\u0442\u0430\xbb, \u043e\u043f\u0443\u0431\u043b\u0456\u043a\u043e\u0432\u0430\u043d\u043e\u0433\u043e \u043d\u0430 \u0441\u0430\u0439\u0442\u0456\n        https://bellamozzarella.com.ua/. \u041e\u043f\u043b\u0430\u0442\u0430 \u0437\u0430\u0440\u0430\u0445\u043e\u0432\u0443\u0454\u0442\u044c\u0441\u044f \u0442\u0456\u043b\u044c\u043a\u0438 \u043f\u0440\u0438\n        \u0443\u043c\u043e\u0432\u0438 \u0434\u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f \u043f\u043e\u0440\u044f\u0434\u043a\u0443, \u043e\u043f\u0443\u0431\u043b\u0456\u043a\u043e\u0432\u0430\u043d\u043e\u0433\u043e \u043d\u0430 \u0441\u0430\u0439\u0442\u0456.\n    </p>\n    <p>\n        5.4. \u0423 \u0440\u0430\u0437\u0456 \u043d\u0435\u043e\u043f\u043b\u0430\u0442\u0438, \u043d\u0435\u043f\u043e\u0432\u043d\u043e\u0457 \u043e\u043f\u043b\u0430\u0442\u0438 \u0430\u0431\u043e \u043d\u0435\u0441\u0432\u043e\u0454\u0447\u0430\u0441\u043d\u043e\u0457 \u043e\u043f\u043b\u0430\u0442\u0438\n        \u0456\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u043c\u0430\u0433\u0430\u0437\u0438\u043d https://bellamozzarella.com.ua/ \u0437\u0430\u043b\u0438\u0448\u0430\u0454 \u0437\u0430 \u0441\u043e\u0431\u043e\u044e\n        \u043f\u0440\u0430\u0432\u043e \u043d\u0435\u043d\u0430\u0434\u0430\u043d\u043d\u044f \u0442\u043e\u0432\u0430\u0440\u0443, \u043f\u0440\u0438\u0437\u0443\u043f\u0438\u043d\u0435\u043d\u043d\u044f \u0430\u0431\u043e \u043f\u043e\u0432\u043d\u0435 \u043d\u0435\u0432\u0438\u043a\u043e\u043d\u0430\u043d\u043d\u044f \u0432\u0437\u044f\u0442\u0438\u0445 \u043d\u0430\n        \u0441\u0435\u0431\u0435 \u0437\u043e\u0431\u043e\u0432\u2019\u044f\u0437\u0430\u043d\u044c \u0456 \u043f\u0440\u0438 \u0446\u044c\u043e\u043c\u0443 \u043d\u0435 \u043d\u0435\u0441\u0435 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u0456 \u0437\u0430 \u043c\u043e\u0436\u043b\u0438\u0432\u0456\n        \u043d\u0430\u0441\u043b\u0456\u0434\u043a\u0438 \u0442\u0430\u043a\u043e\u0433\u043e \u0440\u0456\u0448\u0435\u043d\u043d\u044f / \u0434\u0456\u0439.\n    </p>\n    <p>\n        5.5. \u0422\u043e\u0432\u0430\u0440\u0438 \u0442\u0430 \u043f\u043e\u0441\u043b\u0443\u0433\u0438 \u0433\u0430\u0440\u0430\u043d\u0442\u0443\u044e\u0442\u044c\u0441\u044f \u0456 \u043d\u0430\u0434\u0430\u044e\u0442\u044c\u0441\u044f \u0442\u0456\u043b\u044c\u043a\u0438 \u043f\u043e \u0444\u0430\u043a\u0442\u0443\n        \u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f \u043e\u043f\u043b\u0430\u0442\u0438 \u0456\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u043c\u0430\u0433\u0430\u0437\u0438\u043d\u043e\u043c https://bellamozzarella.com.ua/\n        (\u0437\u0430 \u0443\u043c\u043e\u0432\u0438 \u043d\u0430\u044f\u0432\u043d\u043e\u0441\u0442\u0456 \u0442\u043e\u0432\u0430\u0440\u0443 \u043d\u0430 \u043c\u043e\u043c\u0435\u043d\u0442 \u0444\u0456\u043a\u0441\u0443\u0432\u0430\u043d\u043d\u044f \u043e\u043f\u043b\u0430\u0442\u0438 \u041f\u0440\u043e\u0434\u0430\u0432\u0446\u0435\u043c \u0432\n        \u0456\u043c\u043f\u043e\u0440\u0442\u0435\u0440\u0430, \u0444\u0456\u0437\u0438\u0447\u043d\u043e\u0457 \u043d\u0430\u044f\u0432\u043d\u043e\u0441\u0442\u0456 \u0442\u043e\u0432\u0430\u0440\u0443 \u043d\u0430 \u0441\u043a\u043b\u0430\u0434\u0456 \u041f\u0440\u043e\u0434\u0430\u0432\u0446\u044f, \u043c\u043e\u0436\u043b\u0438\u0432\u043e\u0441\u0442\u0456\n        \u0439\u043e\u0433\u043e \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0438 \u043d\u0430 \u0441\u043a\u043b\u0430\u0434 \u041f\u0440\u043e\u0434\u0430\u0432\u0446\u044f \u0430\u0431\u043e \u043d\u0430 \u0430\u0434\u0440\u0435\u0441\u0443, \u0437\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0443 \u041f\u043e\u043a\u0443\u043f\u0446\u0435\u043c).\n        \u0414\u043e \u043c\u043e\u043c\u0435\u043d\u0442\u0443 \u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f \u043e\u043f\u043b\u0430\u0442\u0438 \u0456\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u043c\u0430\u0433\u0430\u0437\u0438\u043d\n        https://bellamozzarella.com.ua/ \u043d\u0435 \u043c\u0430\u0454 \u043d\u0456\u044f\u043a\u0438\u0445 \u0437\u043e\u0431\u043e\u0432\u2019\u044f\u0437\u0430\u043d\u044c \u043f\u0435\u0440\u0435\u0434\n        \u041f\u043e\u043a\u0443\u043f\u0446\u0435\u043c \u0449\u043e\u0434\u043e \u0442\u043e\u0432\u0430\u0440\u0456\u0432 \u0442\u0430 \u043f\u043e\u0441\u043b\u0443\u0433, \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u0438\u0445 \u041f\u0440\u043e\u0434\u0430\u0432\u0446\u0435\u043c.\n    </p>\n    <p>\n        5.6. \u041f\u0440\u0438 \u0431\u0435\u0437\u0433\u043e\u0442\u0456\u0432\u043a\u043e\u0432\u0456\u0439 \u0444\u043e\u0440\u043c\u0456 \u043e\u043f\u043b\u0430\u0442\u0438 \u043e\u0431\u043e\u0432&apos;\u044f\u0437\u043e\u043a \u041f\u043e\u043a\u0443\u043f\u0446\u044f \u0437\u0456 \u0441\u043f\u043b\u0430\u0442\u0438\n        \u0432\u0430\u0440\u0442\u043e\u0441\u0442\u0456 \u0442\u043e\u0432\u0430\u0440\u0443 \u0432\u0432\u0430\u0436\u0430\u0454\u0442\u044c\u0441\u044f \u0432\u0438\u043a\u043e\u043d\u0430\u043d\u0438\u043c \u0437 \u043c\u043e\u043c\u0435\u043d\u0442\u0443 \u0437\u0430\u0440\u0430\u0445\u0443\u0432\u0430\u043d\u043d\u044f\n        \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u043d\u0438\u0445 \u0433\u0440\u043e\u0448\u043e\u0432\u0438\u0445 \u043a\u043e\u0448\u0442\u0456\u0432 \u043d\u0430 \u0440\u043e\u0437\u0440\u0430\u0445\u0443\u043d\u043a\u043e\u0432\u0438\u0439 \u0440\u0430\u0445\u0443\u043d\u043e\u043a \u041f\u0440\u043e\u0434\u0430\u0432\u0446\u044f.\n    </p>\n    <p>\n        5.7. \u041f\u0440\u0438 \u0431\u0435\u0437\u0433\u043e\u0442\u0456\u0432\u043a\u043e\u0432\u0456\u0439 \u0444\u043e\u0440\u043c\u0456 \u0440\u043e\u0437\u0440\u0430\u0445\u0443\u043d\u043a\u0443 \u041f\u043e\u043a\u0443\u043f\u0435\u0446\u044c \u0437\u043e\u0431\u043e\u0432\u2019\u044f\u0437\u0430\u043d\u0438\u0439\n        \u043f\u0440\u0435\u0434\u2019\u044f\u0432\u0438\u0442\u0438 \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\u0443 \u0430\u0431\u043e \u043a\u0443\u0440\u2019\u0454\u0440\u0443 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442, \u0449\u043e \u043f\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0436\u0443\u0454 \u0444\u0430\u043a\u0442\n        \u043e\u043f\u043b\u0430\u0442\u0438 \u0422\u043e\u0432\u0430\u0440\u0443 (\u043f\u043b\u0430\u0442\u0456\u0436\u043d\u0435 \u0434\u043e\u0440\u0443\u0447\u0435\u043d\u043d\u044f, \u043a\u0432\u0438\u0442\u0430\u043d\u0446\u0456\u044f \u043f\u0440\u043e \u0441\u043f\u043b\u0430\u0442\u0443 \u0442\u043e\u0449\u043e).\n    </p>\n    <p>\n        5.8. \u0426\u0456\u043d\u0438 \u043d\u0430 \u0431\u0443\u0434\u044c-\u044f\u043a\u0456 \u043f\u043e\u0437\u0438\u0446\u0456\u0457 \u0422\u043e\u0432\u0430\u0440\u0443 \u043c\u043e\u0436\u0443\u0442\u044c \u0431\u0443\u0442\u0438 \u0437\u043c\u0456\u043d\u0435\u043d\u0456 \u041f\u0440\u043e\u0434\u0430\u0432\u0446\u0435\u043c \u0432\n        \u043e\u0434\u043d\u043e\u0441\u0442\u043e\u0440\u043e\u043d\u043d\u044c\u043e\u043c\u0443 \u043f\u043e\u0440\u044f\u0434\u043a\u0443.\u0423 \u0440\u0430\u0437\u0456 \u0437\u043c\u0456\u043d\u0438 \u0446\u0456\u043d\u0438 \u043d\u0430 \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u0456 \u043f\u043e\u0437\u0438\u0446\u0456\u0457\n        \u0422\u043e\u0432\u0430\u0440\u0443 \u0434\u043e \u043e\u043f\u043b\u0430\u0442\u0438 \u0417\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u041f\u0440\u043e\u0434\u0430\u0432\u0435\u0446\u044c \u0437\u043e\u0431\u043e\u0432\u2019\u044f\u0437\u0430\u043d\u0438\u0439 \u0443 \u043d\u0430\u0439\u043a\u043e\u0440\u043e\u0442\u0448\u0456\n        \u0441\u0442\u0440\u043e\u043a\u0438 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u0438\u0442\u0438 \u041f\u043e\u043a\u0443\u043f\u0446\u044f \u043f\u0440\u043e \u0442\u0430\u043a\u0456 \u0437\u043c\u0456\u043d\u0438. \u041f\u043e\u043a\u0443\u043f\u0435\u0446\u044c \u043c\u0430\u0454 \u043f\u0440\u0430\u0432\u043e\n        \u043f\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0438 \u0430\u0431\u043e \u0430\u043d\u0443\u043b\u044e\u0432\u0430\u0442\u0438 \u0417\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f. \u0423 \u0440\u0430\u0437\u0456 \u0432\u0456\u0434\u0441\u0443\u0442\u043d\u043e\u0441\u0442\u0456 \u0437\u0432\u2019\u044f\u0437\u043a\u0443 \u0437\n        \u041f\u043e\u043a\u0443\u043f\u0446\u0435\u043c \u0417\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u0432\u0432\u0430\u0436\u0430\u0454\u0442\u044c\u0441\u044f \u0430\u043d\u0443\u043b\u044c\u043e\u0432\u0430\u043d\u0438\u043c \u043f\u0440\u043e\u0442\u044f\u0433\u043e\u043c 24-\u0445 \u0433\u043e\u0434\u0438\u043d \u0437\n        \u043c\u043e\u043c\u0435\u043d\u0442\u0443 \u0437\u043c\u0456\u043d\u0438 \u0446\u0456\u043d\u0438 \u043d\u0430 \u0422\u043e\u0432\u0430\u0440.\n    </p>\n    <br />\n    <p>\n        <b>6. \u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0422\u043e\u0432\u0430\u0440\u0443.</b>\n    </p>\n    <p>\n        6.1. \u041f\u043e\u043a\u0443\u043f\u0435\u0446\u044c \u043c\u0430\u0454 \u043f\u0440\u0430\u0432\u043e \u043e\u0442\u0440\u0438\u043c\u0430\u0442\u0438 \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u0438\u0439 \u043d\u0438\u043c \u0422\u043e\u0432\u0430\u0440 \u0437\u0430 \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u043e\u044e\n        \u0441\u0430\u043c\u043e\u0441\u0442\u0456\u0439\u043d\u043e\u0433\u043e \u0432\u0438\u0432\u043e\u0437\u0443 (\u0441\u0430\u043c\u043e\u0432\u0438\u0432\u0456\u0437) \u0456\u0437 \u0437\u0430\u043a\u043b\u0430\u0434\u0443 \u0433\u0440\u043e\u043c\u0430\u0434\u0441\u044c\u043a\u043e\u0433\u043e \u0445\u0430\u0440\u0447\u0443\u0432\u0430\u043d\u043d\u044f\n        (\u0440\u0435\u0441\u0442\u043e\u0440\u0430\u043d\u0443) \u041f\u0440\u043e\u0434\u0430\u0432\u0446\u044f \u0430\u0431\u043e \u0441\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u0442\u0438\u0441\u044f \u043f\u043e\u0441\u043b\u0443\u0433\u0430\u043c\u0438 \u043a\u0443\u0440\u2019\u0454\u0440\u0441\u044c\u043a\u043e\u0457\n        \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0438. \u041f\u0440\u043e\u0434\u0430\u0432\u0435\u0446\u044c \u0441\u0430\u043c\u043e\u0441\u0442\u0456\u0439\u043d\u043e \u043d\u0435 \u0437\u0434\u0456\u0439\u0441\u043d\u044e\u0454 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0443 \u041f\u043e\u043a\u0443\u043f\u0446\u044e\n        \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043e\u0433\u043e \u0422\u043e\u0432\u0430\u0440\u0443.\n    </p>\n    <p>\n        6.2. \u0421\u0430\u043c\u043e\u0432\u0438\u0432\u0456\u0437 \u0437\u0434\u0456\u0439\u0441\u043d\u044e\u0454\u0442\u044c\u0441\u044f \u041f\u043e\u043a\u0443\u043f\u0446\u0435\u043c \u0456\u0437 \u0437\u0430\u043a\u043b\u0430\u0434\u0443 \u0433\u0440\u043e\u043c\u0430\u0434\u0441\u044c\u043a\u043e\u0433\u043e\n        \u0445\u0430\u0440\u0447\u0443\u0432\u0430\u043d\u043d\u044f (\u0440\u0435\u0441\u0442\u043e\u0440\u0430\u043d\u0443) \u041f\u0440\u043e\u0434\u0430\u0432\u0446\u044f, \u0437\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043e\u0433\u043e \u0432 \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u0456.\n    </p>\n    <p>\n        6.3. \u041a\u0443\u0440\u2019\u0454\u0440\u0441\u044c\u043a\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u041f\u043e\u043a\u0443\u043f\u0446\u044e \u0437\u0434\u0456\u0439\u0441\u043d\u044e\u0454\u0442\u044c\u0441\u044f \u0437\u0430\n        \u043f\u043e\u0433\u043e\u0434\u0436\u0435\u043d\u043d\u044f\u043c \u0456\u0437 \u041f\u043e\u043a\u0443\u043f\u0446\u0435\u043c \u0456 \u0437\u0430 \u0432\u043a\u0430\u0437\u0430\u043d\u043e\u044e \u043d\u0438\u043c \u0430\u0434\u0440\u0435\u0441\u043e\u044e.\n    </p>\n    <br />\n    <p>\n        <b>7. \u041f\u0440\u043e\u0434\u0430\u0436 \u0442\u043e\u0432\u0430\u0440\u0443 \u0442\u0430 \u043d\u0430\u0434\u0430\u043d\u043d\u044f \u043f\u043e\u0441\u043b\u0443\u0433.</b>\n    </p>\n    <p>\n        7.1. \u0406\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u043c\u0430\u0433\u0430\u0437\u0438\u043d https://bellamozzarella.com.ua/ \u043d\u0435 \u0433\u0430\u0440\u0430\u043d\u0442\u0443\u0454\n        \u0431\u0435\u0437\u0443\u043c\u043e\u0432\u043d\u043e\u0433\u043e \u0432\u0438\u043a\u043e\u043d\u0430\u043d\u043d\u044f \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f. \u0423\u0441\u0456 \u043f\u043e\u0441\u043b\u0443\u0433\u0438 \u0442\u0430 \u0442\u043e\u0432\u0430\u0440\u0438 \u043d\u0430\u0434\u0430\u044e\u0442\u044c\u0441\u044f \u0437\u0430\n        \u043f\u0440\u0438\u043d\u0446\u0438\u043f\u043e\u043c \xab\u044f\u043a \u0454\xbb. \u0417\u0430\u0434\u0456\u044f\u043d\u0456 \u0442\u0435\u0445\u043d\u0456\u0447\u043d\u0456 \u0441\u0438\u0441\u0442\u0435\u043c\u0438 (\u0432\u0435\u0431-\u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430 \u0442\u0430 \u0441\u0430\u043c \u0441\u0430\u0439\u0442\n        https://bellamozzarella.com.ua/) \u043c\u043e\u0436\u0443\u0442\u044c \u0432\u043a\u043b\u044e\u0447\u0430\u0442\u0438 \u043d\u0435\u0432\u0438\u044f\u0432\u043b\u0435\u043d\u0456 \u0442\u0435\u0445\u043d\u0456\u0447\u043d\u0456\n        \u043f\u043e\u043c\u0438\u043b\u043a\u0438, \u043d\u0430\u0441\u043b\u0456\u0434\u043a\u043e\u043c \u044f\u043a\u0438\u0445 \u0454 \u043d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u0456\u0441\u0442\u044c \u0432\u0438\u043a\u043e\u043d\u0430\u043d\u043d\u044f \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f,\n        \u043f\u0440\u0438\u0434\u0431\u0430\u043d\u043d\u044f \u0442\u043e\u0432\u0430\u0440\u0443 \u0430\u0431\u043e \u043d\u0435\u0441\u0432\u043e\u0454\u0447\u0430\u0441\u043d\u0435 \u0432\u0438\u043a\u043e\u043d\u0430\u043d\u043d\u044f \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f. \u041a\u0440\u0456\u043c \u0442\u043e\u0433\u043e, \u0434\u043e\n        \u043d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e\u0441\u0442\u0456 \u0432\u0438\u043a\u043e\u043d\u0430\u043d\u043d\u044f \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u0430\u0431\u043e \u0439\u043e\u0433\u043e \u043d\u0435\u0441\u0432\u043e\u0454\u0447\u0430\u0441\u043d\u043e\u0433\u043e \u0432\u0438\u043a\u043e\u043d\u0430\u043d\u043d\u044f\n        \u043c\u043e\u0436\u0443\u0442\u044c \u043f\u0440\u0438\u0437\u0432\u0435\u0441\u0442\u0438 \u043e\u0431\u0441\u0442\u0430\u0432\u0438\u043d\u0438, \u0437\u0443\u043c\u043e\u0432\u043b\u0435\u043d\u0456 \u043b\u044e\u0434\u0441\u044c\u043a\u0438\u043c \u0444\u0430\u043a\u0442\u043e\u0440\u043e\u043c, \u0430\u0431\u043e \u0436\n        \u043e\u0431\u0441\u0442\u0430\u0432\u0438\u043d\u0438 \u043d\u0435\u043f\u0435\u0440\u0435\u0431\u043e\u0440\u043d\u043e\u0457 \u0441\u0438\u043b\u0438.\n    </p>\n    <p>\n        7.2. \u0423 \u0440\u0430\u0437\u0456 \u043d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e\u0441\u0442\u0456 \u0430\u0431\u043e \u043d\u0435\u0441\u0432\u043e\u0454\u0447\u0430\u0441\u043d\u043e\u0433\u043e \u0432\u0438\u043a\u043e\u043d\u0430\u043d\u043d\u044f \u0432\u0437\u044f\u0442\u0438\u0445 \u043d\u0430 \u0441\u0435\u0431\u0435\n        \u0437\u043e\u0431\u043e\u0432\u2019\u044f\u0437\u0430\u043d\u044c \u0437\u0430 \u043e\u0431\u0441\u0442\u0430\u0432\u0438\u043d, \u0449\u043e \u0432\u0438\u043a\u043b\u0430\u0434\u0435\u043d\u0456 \u0432 \u043f. 7.1 (\u0432\u0438\u043a\u043b\u044e\u0447\u0430\u044e\u0447\u0438\n        \u0444\u043e\u0440\u0441-\u043c\u0430\u0436\u043e\u0440), \u0456\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u043c\u0430\u0433\u0430\u0437\u0438\u043d https://bellamozzarella.com.ua/ \u043d\u0435\u0441\u0435\n        \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0430\u043b\u044c\u043d\u0456\u0441\u0442\u044c \u0443 \u043c\u0435\u0436\u0430\u0445 \u0441\u0443\u043c, \u043e\u0442\u0440\u0438\u043c\u0430\u043d\u0438\u0445 \u0432\u0456\u0434 \u043a\u043b\u0456\u0454\u043d\u0442\u0456\u0432 \u044f\u043a \u043e\u043f\u043b\u0430\u0442\u0430 \u0437\u0430\n        \u0442\u043e\u0432\u0430\u0440\u0438 \u0430\u0431\u043e \u043f\u043e\u0441\u043b\u0443\u0433\u0438.\n    </p>\n    <p>\n        7.3. \u0406\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u043c\u0430\u0433\u0430\u0437\u0438\u043d https://bellamozzarella.com.ua/ \u043d\u0435 \u043d\u0435\u0441\u0435 \u0456 \u043d\u0456\n        \u0437\u0430 \u044f\u043a\u0438\u0445 \u043e\u0431\u0441\u0442\u0430\u0432\u0438\u043d \u043d\u0435 \u043c\u043e\u0436\u0435 \u043d\u0435\u0441\u0442\u0438 \u043d\u0456\u044f\u043a\u043e\u0457 \u043c\u0430\u0442\u0435\u0440\u0456\u0430\u043b\u044c\u043d\u043e\u0457 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u0456,\n        \u0449\u043e \u0432\u0438\u0445\u043e\u0434\u0438\u0442\u044c \u0437\u0430 \u043c\u0435\u0436\u0456 \u0441\u0443\u043c, \u043e\u0442\u0440\u0438\u043c\u0430\u043d\u0438\u0445 \u0432\u0456\u0434 \u043a\u043b\u0456\u0454\u043d\u0442\u0430 \u044f\u043a \u043e\u043f\u043b\u0430\u0442\u0430 \u0437\u0430 \u0442\u043e\u0432\u0430\u0440\u0438\n        \u0442\u0430 \u043f\u043e\u0441\u043b\u0443\u0433\u0438.\n    </p>\n    <p>\n        7.4. \u0406\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u043c\u0430\u0433\u0430\u0437\u0438\u043d https://bellamozzarella.com.ua/ \u0437\u0430\u043b\u0438\u0448\u0430\u0454 \u0437\u0430\n        \u0441\u043e\u0431\u043e\u044e \u043f\u0440\u0430\u0432\u043e \u0432\u0456\u0434\u043c\u043e\u0432\u0438\u0442\u0438 \u0432 \u043d\u0430\u0434\u0430\u043d\u043d\u0456 \u043f\u043e\u0441\u043b\u0443\u0433 \u0430\u0431\u043e \u043f\u0440\u043e\u0434\u0430\u0436\u0443 \u0442\u043e\u0432\u0430\u0440\u0443 \u041f\u043e\u043a\u0443\u043f\u0446\u044e \u043d\u0430\n        \u0432\u043b\u0430\u0441\u043d\u0438\u0439 \u0440\u043e\u0437\u0441\u0443\u0434.\n    </p>\n    <p>\n        7.5. \u0413\u0440\u043e\u0448\u043e\u0432\u0456 \u043a\u043e\u0448\u0442\u0438, \u043e\u043f\u043b\u0430\u0447\u0435\u043d\u0456 \u041f\u043e\u043a\u0443\u043f\u0446\u0435\u043c, \u043d\u0435 \u043f\u043e\u0432\u0435\u0440\u0442\u0430\u044e\u0442\u044c\u0441\u044f \u0432 \u043d\u0430\u0441\u0442\u0443\u043f\u043d\u0438\u0445\n        \u0432\u0438\u043f\u0430\u0434\u043a\u0430\u0445:\n    </p>\n    <p>\n        \u0410) \u0432\u0456\u0434\u043c\u043e\u0432\u0430 \u043a\u043b\u0456\u0454\u043d\u0442\u0430 \u0432\u0456\u0434 \u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043e\u0457 \u043f\u043e\u0441\u043b\u0443\u0433\u0438 \u0430\u0431\u043e \u0442\u043e\u0432\u0430\u0440\u0443 \u043f\u0456\u0441\u043b\u044f \u043e\u043f\u043b\u0430\u0442\u0438 \u0442\u0430\n        \u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f \u0432\u0456\u0434 \u043a\u0443\u0440\u2019\u0454\u0440\u0430;\n    </p>\n    <p>\u0411) \u0437\u0430 \u0440\u0456\u0448\u0435\u043d\u043d\u044f\u043c \u0441\u0443\u0434\u0443;</p>\n    <p>\u0412) \u044f\u043a\u0449\u043e \u043d\u0430\u0434\u0430\u043d\u043e \u0442\u043e\u0432\u0430\u0440 \u043d\u0430\u043b\u0435\u0436\u043d\u043e\u0457 \u044f\u043a\u043e\u0441\u0442\u0456.</p>\n    <p>\n        7.6. \u041c\u0456\u0441\u0446\u0435\u043c \u043f\u0440\u043e\u0434\u0430\u0436\u0443 \u0422\u043e\u0432\u0430\u0440\u0443 \u0454 \u0437\u0430\u043a\u043b\u0430\u0434 \u0433\u0440\u043e\u043c\u0430\u0434\u0441\u044c\u043a\u043e\u0433\u043e \u0445\u0430\u0440\u0447\u0443\u0432\u0430\u043d\u043d\u044f\n        (\u0440\u0435\u0441\u0442\u043e\u0440\u0430\u043d) \u041f\u0440\u043e\u0434\u0430\u0432\u0446\u044f.\n    </p>\n    <p>\n    <b>8. \u0412\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0430\u043b\u044c\u043d\u0456\u0441\u0442\u044c \u043f\u0435\u0440\u0435\u0434 \u0442\u0440\u0435\u0442\u0456\u043c\u0438 \u043e\u0441\u043e\u0431\u0430\u043c\u0438.</b>\n    </p>\n    <br />\n    <p>\n        8.1. \u0406\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u043c\u0430\u0433\u0430\u0437\u0438\u043d https://bellamozzarella.com.ua/ \u043d\u0435 \u043d\u0435\u0441\u0435 \u043d\u0456\u044f\u043a\u043e\u0457\n        \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u0456 \u0437\u0430 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u043d\u043d\u044f \u0430\u0431\u043e \u043f\u043e\u0434\u0430\u043b\u044c\u0448\u0435 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u043d\u043d\u044f \u0442\u043e\u0432\u0430\u0440\u0456\u0432 \u0456\n        \u043f\u043e\u0441\u043b\u0443\u0433, \u043f\u0440\u0438\u0434\u0431\u0430\u043d\u0438\u0445 \u0432 \u0456\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u043c\u0430\u0433\u0430\u0437\u0438\u043d\u0456\n        https://bellamozzarella.com.ua/\u0442\u0430 \u0437\u0430 \u0439\u043e\u0433\u043e \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u043e\u044e.\n    </p>\n    <p>\n        8.2. \u0406\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u043c\u0430\u0433\u0430\u0437\u0438\u043d https://bellamozzarella.com.ua/ \u043d\u0435 \u043d\u0435\u0441\u0435\n        \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u0456 \u0437\u0430 \u0432\u043c\u0456\u0441\u0442 \u0442\u0430 \u044f\u043a\u0456\u0441\u0442\u044c \u043f\u0440\u043e\u0434\u0430\u043d\u0438\u0445 \u0442\u043e\u0432\u0430\u0440\u0456\u0432 \u0437\u0430 \u0443\u043c\u043e\u0432\u0438\n        \u043d\u0430\u044f\u0432\u043d\u043e\u0441\u0442\u0456 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0456\u0432 \u0456\u043c\u043f\u043e\u0440\u0442\u0435\u0440\u0430 \u0442\u0430 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0456\u0432, \u0449\u043e \u043f\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0436\u0443\u044e\u0442\u044c\n        \u043f\u0440\u0438\u0434\u0431\u0430\u043d\u043d\u044f \u0434\u0430\u043d\u043e\u0457 \u043f\u0440\u043e\u0434\u0443\u043a\u0446\u0456\u0457 \u0432 \u0456\u043c\u043f\u043e\u0440\u0442\u0435\u0440\u0430.\n    </p>\n    <br />\n    <p>\n        <b>9. \u041f\u0440\u0430\u0432\u0430 \u0442\u0430 \u043e\u0431\u043e\u0432\u2019\u044f\u0437\u043a\u0438 \u0421\u0442\u043e\u0440\u0456\u043d.</b>\n    </p>\n    <p>\n        <b>9.1. \u041f\u0440\u043e\u0434\u0430\u0432\u0435\u0446\u044c \u0437\u043e\u0431\u043e\u0432\u2019\u044f\u0437\u0443\u0454\u0442\u044c\u0441\u044f:</b>\n    </p>\n    <p>\n        9.1.1. \u041d\u0435 \u0440\u043e\u0437\u0433\u043e\u043b\u043e\u0448\u0443\u0432\u0430\u0442\u0438 \u0431\u0443\u0434\u044c-\u044f\u043a\u0443 \u043f\u0440\u0438\u0432\u0430\u0442\u043d\u0443 \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u044e \u041f\u043e\u043a\u0443\u043f\u0446\u044f \u0456 \u043d\u0435\n        \u043d\u0430\u0434\u0430\u0432\u0430\u0442\u0438 \u0434\u043e\u0441\u0442\u0443\u043f \u0434\u043e \u0446\u0456\u0454\u0457 \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u0457 \u0442\u0440\u0435\u0442\u0456\u043c \u043e\u0441\u043e\u0431\u0430\u043c, \u0437\u0430 \u0432\u0438\u043d\u044f\u0442\u043a\u043e\u043c\n        \u0432\u0438\u043f\u0430\u0434\u043a\u0456\u0432, \u043f\u0435\u0440\u0435\u0434\u0431\u0430\u0447\u0435\u043d\u0438\u0445 \u0447\u0438\u043d\u043d\u0438\u043c \u0437\u0430\u043a\u043e\u043d\u043e\u0434\u0430\u0432\u0441\u0442\u0432\u043e\u043c \u0423\u043a\u0440\u0430\u0457\u043d\u0438.\n    </p>\n    <p>\n        9.1.2. \u041d\u0430\u0434\u0430\u0442\u0438 \u041f\u043e\u043a\u0443\u043f\u0446\u044e \u043c\u043e\u0436\u043b\u0438\u0432\u0456\u0441\u0442\u044c \u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f \u0431\u0435\u0437\u043a\u043e\u0448\u0442\u043e\u0432\u043d\u0438\u0445 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u043d\u0438\u0445\n        \u043a\u043e\u043d\u0441\u0443\u043b\u044c\u0442\u0430\u0446\u0456\u0439 \u0437\u0430 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0430\u043c\u0438, \u0432\u043a\u0430\u0437\u0430\u043d\u0438\u043c\u0438 \u043d\u0430 \u0441\u0430\u0439\u0442\u0456\n        (https://bellamozzarella.com.ua/). \u041e\u0431\u0441\u044f\u0433 \u043a\u043e\u043d\u0441\u0443\u043b\u044c\u0442\u0430\u0446\u0456\u0439 \u043e\u0431\u043c\u0435\u0436\u0443\u0454\u0442\u044c\u0441\u044f\n        \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u0438\u043c\u0438 \u043f\u0438\u0442\u0430\u043d\u043d\u044f\u043c\u0438, \u043f\u043e\u0432\u2019\u044f\u0437\u0430\u043d\u0438\u043c\u0438 \u0437 \u0432\u0438\u043a\u043e\u043d\u0430\u043d\u043d\u044f\u043c \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f.\n    </p>\n    <p>\n        9.1.3. \u041f\u0440\u043e\u0434\u0430\u0432\u0435\u0446\u044c \u0437\u0430\u043b\u0438\u0448\u0430\u0454 \u0437\u0430 \u0441\u043e\u0431\u043e\u044e \u043f\u0440\u0430\u0432\u043e \u043d\u0435\u0432\u0438\u043a\u043e\u043d\u0430\u043d\u043d\u044f \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u0432\n        \u0440\u0430\u0437\u0456 \u0432\u0438\u043d\u0438\u043a\u043d\u0435\u043d\u043d\u044f \u0444\u043e\u0440\u0441-\u043c\u0430\u0436\u043e\u0440\u043d\u0438\u0445 \u043e\u0431\u0441\u0442\u0430\u0432\u0438\u043d.\n    </p>\n    <p>\n        9.1.4. \u041f\u0440\u043e\u0434\u0430\u0432\u0435\u0446\u044c \u0437\u0430\u043b\u0438\u0448\u0430\u0454 \u0437\u0430 \u0441\u043e\u0431\u043e\u044e \u043f\u0440\u0430\u0432\u043e \u0437\u043c\u0456\u043d\u044e\u0432\u0430\u0442\u0438 \u0434\u0430\u043d\u0438\u0439 \u0414\u043e\u0433\u043e\u0432\u0456\u0440 \u0432\n        \u043e\u0434\u043d\u043e\u0441\u0442\u043e\u0440\u043e\u043d\u043d\u044c\u043e\u043c\u0443 \u043f\u043e\u0440\u044f\u0434\u043a\u0443 \u0434\u043e \u043c\u043e\u043c\u0435\u043d\u0442\u0443 \u0439\u043e\u0433\u043e \u0443\u043a\u043b\u0430\u0434\u0430\u043d\u043d\u044f.\n    </p>\n    <p>\n        9.2. \u041f\u0440\u043e\u0434\u0430\u0432\u0435\u0446\u044c \u043d\u0435 \u043d\u0435\u0441\u0435 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u0456 \u0437\u0430 \u043d\u0435\u043d\u0430\u043b\u0435\u0436\u043d\u0435 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u043d\u043d\u044f\n        \u0442\u043e\u0432\u0430\u0440\u0456\u0432 \u041f\u043e\u043a\u0443\u043f\u0446\u0435\u043c, \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u0438\u0445 \u0432 \u0456\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u043c\u0430\u0433\u0430\u0437\u0438\u043d\u0456.\n    </p>\n    <p>\n        9.3. \u041f\u0440\u043e\u0434\u0430\u0432\u0435\u0446\u044c \u043c\u0430\u0454 \u043f\u0440\u0430\u0432\u043e \u043f\u0435\u0440\u0435\u0434\u0430\u0442\u0438 \u0441\u0432\u043e\u0457 \u043f\u0440\u0430\u0432\u0430 \u0442\u0430 \u043e\u0431\u043e\u0432\u2019\u044f\u0437\u043a\u0438 \u0437\n        \u0432\u0438\u043a\u043e\u043d\u0430\u043d\u043d\u044f \u0417\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u044c \u0442\u0440\u0435\u0442\u0456\u043c \u043e\u0441\u043e\u0431\u0430\u043c.\n    </p>\n    <p>\n    <b>9.4. \u041f\u043e\u043a\u0443\u043f\u0435\u0446\u044c \u0437\u043e\u0431\u043e\u0432\u2019\u044f\u0437\u0443\u0454\u0442\u044c\u0441\u044f:</b>\n    </p>\n    <p>\n        9.4.1. \u0414\u043e \u043c\u043e\u043c\u0435\u043d\u0442\u0443 \u0437\u0432\u0435\u0440\u043d\u0435\u043d\u043d\u044f \u0432 \u0456\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u043c\u0430\u0433\u0430\u0437\u0438\u043d\n        https://bellamozzarella.com.ua/ \u043e\u0437\u043d\u0430\u0439\u043e\u043c\u0438\u0442\u0438\u0441\u044f \u0437\u0456 \u0437\u043c\u0456\u0441\u0442\u043e\u043c\n        \u0414\u043e\u0433\u043e\u0432\u043e\u0440\u0443-\u043e\u0444\u0435\u0440\u0442\u0438, \u0443\u043c\u043e\u0432\u0430\u043c\u0438 \u043e\u043f\u043b\u0430\u0442\u0438 \u0456 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0438 \u043d\u0430 \u0441\u0430\u0439\u0442\u0456 \u043c\u0430\u0433\u0430\u0437\u0438\u043d\u0443.\n    </p>\n    <p>\n        9.5. \u041f\u0440\u0430\u0432\u043e \u0432\u043b\u0430\u0441\u043d\u043e\u0441\u0442\u0456 \u043d\u0430 \u0417\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f, \u0430 \u0442\u0430\u043a\u043e\u0436 \u0440\u0438\u0437\u0438\u043a \u0439\u043e\u0433\u043e \u0432\u0438\u043f\u0430\u0434\u043a\u043e\u0432\u043e\u0433\u043e\n        \u043f\u043e\u0448\u043a\u043e\u0434\u0436\u0435\u043d\u043d\u044f \u0447\u0438 \u0432\u0442\u0440\u0430\u0442\u0438 \u043f\u0435\u0440\u0435\u0445\u043e\u0434\u044f\u0442\u044c \u0434\u043e \u041f\u043e\u043a\u0443\u043f\u0446\u044f \u0437 \u043c\u043e\u043c\u0435\u043d\u0442\u0443 \u043f\u0435\u0440\u0435\u0434\u0430\u0447\u0456\n        \u0422\u043e\u0432\u0430\u0440\u0443.\n    </p>\n    <br />\n    <p>\n        <b>10. \u0424\u043e\u0440\u0441-\u043c\u0430\u0436\u043e\u0440\u043d\u0456 \u043e\u0431\u0441\u0442\u0430\u0432\u0438\u043d\u0438.</b>\n    </p>\n    <p>\n        10.1. \u0421\u0442\u043e\u0440\u043e\u043d\u0438 \u0437\u0432\u0456\u043b\u044c\u043d\u044f\u044e\u0442\u044c\u0441\u044f \u0432\u0456\u0434 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u0456 \u0437\u0430 \u043d\u0435\u0432\u0438\u043a\u043e\u043d\u0430\u043d\u043d\u044f \u0447\u0438\n        \u043d\u0435\u043d\u0430\u043b\u0435\u0436\u043d\u0435 \u0432\u0438\u043a\u043e\u043d\u0430\u043d\u043d\u044f \u0437\u043e\u0431\u043e\u0432\u2019\u044f\u0437\u0430\u043d\u044c \u0437\u0430 \u0443\u043c\u043e\u0432\u0430\u043c\u0438 \u0414\u043e\u0433\u043e\u0432\u043e\u0440\u0443 \u043d\u0430 \u0447\u0430\u0441 \u0434\u0456\u0457\n        \u043d\u0435\u043f\u0435\u0440\u0435\u0431\u043e\u0440\u043d\u043e\u0457 \u0441\u0438\u043b\u0438. \u041f\u0456\u0434 \u043d\u0435\u043f\u0435\u0440\u0435\u0431\u043e\u0440\u043d\u043e\u044e \u0441\u0438\u043b\u043e\u044e \u0440\u043e\u0437\u0443\u043c\u0456\u044e\u0442\u044c\u0441\u044f \u043d\u0430\u0434\u0437\u0432\u0438\u0447\u0430\u0439\u043d\u0456 \u0456\n        \u043d\u0435\u043f\u0435\u0440\u0435\u0431\u043e\u0440\u043d\u0456 \u0437\u0430 \u0434\u0430\u043d\u0438\u0445 \u0443\u043c\u043e\u0432 \u043e\u0431\u0441\u0442\u0430\u0432\u0438\u043d\u0438, \u0449\u043e \u043f\u0435\u0440\u0435\u0448\u043a\u043e\u0434\u0436\u0430\u044e\u0442\u044c \u0432\u0438\u043a\u043e\u043d\u0430\u043d\u043d\u044e\n        \u0441\u0432\u043e\u0457\u0445 \u0437\u043e\u0431\u043e\u0432\u2019\u044f\u0437\u0430\u043d\u044c \u0421\u0442\u043e\u0440\u043e\u043d\u0430\u043c\u0438 \u0437\u0430 \u0446\u0438\u043c \u0414\u043e\u0433\u043e\u0432\u043e\u0440\u043e\u043c. \u0414\u043e \u043d\u0438\u0445 \u043d\u0430\u043b\u0435\u0436\u0430\u0442\u044c\n        \u0441\u0442\u0438\u0445\u0456\u0439\u043d\u0456 \u044f\u0432\u0438\u0449\u0430 (\u0437\u0435\u043c\u043b\u0435\u0442\u0440\u0443\u0441\u0438, \u043f\u043e\u0432\u0435\u043d\u0456 \u0456 \u0442. \u0456\u043d.), \u043e\u0431\u0441\u0442\u0430\u0432\u0438\u043d\u0438 \u0441\u0443\u0441\u043f\u0456\u043b\u044c\u043d\u043e\u0433\u043e\n        \u0436\u0438\u0442\u0442\u044f (\u0432\u043e\u0454\u043d\u043d\u0456 \u0434\u0456\u0457, \u043d\u0430\u0434\u0437\u0432\u0438\u0447\u0430\u0439\u043d\u0456 \u0441\u0442\u0430\u043d\u0438, \u043d\u0430\u0439\u0431\u0456\u043b\u044c\u0448\u0456 \u0441\u0442\u0440\u0430\u0439\u043a\u0438, \u0435\u043f\u0456\u0434\u0435\u043c\u0456\u0457,\n        \u0442\u043e\u0449\u043e), \u0437\u0430\u0431\u043e\u0440\u043e\u043d\u043d\u0456 \u0437\u0430\u0445\u043e\u0434\u0438 \u0434\u0435\u0440\u0436\u0430\u0432\u043d\u0438\u0445 \u043e\u0440\u0433\u0430\u043d\u0456\u0432 (\u0437\u0430\u0431\u043e\u0440\u043e\u043d\u0430 \u043f\u0435\u0440\u0435\u0432\u0435\u0437\u0435\u043d\u044c,\n        \u0432\u0430\u043b\u044e\u0442\u043d\u0456 \u043e\u0431\u043c\u0435\u0436\u0435\u043d\u043d\u044f, \u043c\u0456\u0436\u043d\u0430\u0440\u043e\u0434\u043d\u0456 \u0441\u0430\u043d\u043a\u0446\u0456\u0457, \u0437\u0430\u0431\u043e\u0440\u043e\u043d\u0438 \u043d\u0430 \u0442\u043e\u0440\u0433\u0456\u0432\u043b\u044e\n        \u0442\u043e\u0449\u043e).\u041f\u0440\u043e\u0442\u044f\u0433\u043e\u043c \u0446\u044c\u043e\u0433\u043e \u0447\u0430\u0441\u0443 \u0421\u0442\u043e\u0440\u043e\u043d\u0438 \u043d\u0435 \u043c\u0430\u044e\u0442\u044c \u0432\u0437\u0430\u0454\u043c\u043d\u0438\u0445 \u043f\u0440\u0435\u0442\u0435\u043d\u0437\u0456\u0439 \u0456\n        \u043a\u043e\u0436\u043d\u0430 \u0437\u0456 \u0441\u0442\u043e\u0440\u0456\u043d \u043f\u0440\u0438\u0439\u043c\u0430\u0454 \u043d\u0430 \u0441\u0435\u0431\u0435 \u0441\u0432\u0456\u0439 \u0440\u0438\u0437\u0438\u043a \u0437\u0430 \u043d\u0430\u0441\u043b\u0456\u0434\u043a\u0430\u043c\u0438\n        \u0444\u043e\u0440\u0441-\u043c\u0430\u0436\u043e\u0440\u043d\u0438\u0445 \u043e\u0431\u0441\u0442\u0430\u0432\u0438\u043d.\n    </p>\n    <br />\n    <p>\n        <b>11. \u0410\u0432\u0442\u043e\u0440\u0441\u044c\u043a\u0456 \u043f\u0440\u0430\u0432\u0430.</b>\n    </p>\n    <p>\n        \u0423\u0441\u044f \u0442\u0435\u043a\u0441\u0442\u043e\u0432\u0430 \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u044f \u0442\u0430 \u0433\u0440\u0430\u0444\u0456\u0447\u043d\u0456 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f, \u0449\u043e \u0440\u043e\u0437\u043c\u0456\u0449\u0435\u043d\u0456 \u043d\u0430\n        \u0441\u0430\u0439\u0442\u0456 \u0456\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u043c\u0430\u0433\u0430\u0437\u0438\u043d\u0443 (https://bellamozzarella.com.ua/), \u0454\n        \u0432\u043b\u0430\u0441\u043d\u0456\u0441\u0442\u044e \u041f\u0440\u043e\u0434\u0430\u0432\u0446\u044f \u0442\u0430 / \u0430\u0431\u043e \u0439\u043e\u0433\u043e \u043f\u043e\u0441\u0442\u0430\u0447\u0430\u043b\u044c\u043d\u0438\u043a\u0456\u0432 \u0456 \u0432\u0438\u0440\u043e\u0431\u043d\u0438\u043a\u0456\u0432 \u0422\u043e\u0432\u0430\u0440\u0443.\n    </p>\n    <br />\n    <p>\n        <b>12. \u0406\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u044f \u0442\u0430 \u0457\u0457 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u043d\u043d\u044f.</b>\n    </p>\n    <p>\n        12.1. \u041f\u043e\u043a\u0443\u043f\u0435\u0446\u044c \u0437\u043e\u0431\u043e\u0432\u2019\u044f\u0437\u0430\u043d\u0438\u0439 \u043d\u0430\u0434\u0430\u0442\u0438 \u0442\u043e\u0447\u043d\u0443 \u0456 \u043f\u0440\u0430\u0432\u0434\u0438\u0432\u0443 \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u044e \u0432\n        \u043e\u0431\u0441\u044f\u0437\u0456, \u043d\u0435\u043e\u0431\u0445\u0456\u0434\u043d\u043e\u043c\u0443 \u0434\u043b\u044f \u043d\u0430\u0434\u0430\u043d\u043d\u044f \u043f\u043e\u0441\u043b\u0443\u0433 \u0442\u0430 / \u0430\u0431\u043e \u043a\u0443\u043f\u0456\u0432\u043b\u0456 \u0442\u043e\u0432\u0430\u0440\u0443, \u044f\u043a\u0456\n        \u0432\u0456\u043d \u043e\u0442\u0440\u0438\u043c\u0443\u0454 \u0430\u0431\u043e \u043a\u0443\u043f\u0443\u0454. \u0406\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u044f, \u043d\u0430\u0434\u0430\u043d\u0430 \u043f\u043e\u043a\u0443\u043f\u0446\u0435\u043c, \u0437\u0430 \u043d\u0435\u043e\u0431\u0445\u0456\u0434\u043d\u043e\u0441\u0442\u0456\n        \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u043e\u043f\u0443\u0431\u043b\u0456\u043a\u043e\u0432\u0430\u043d\u0430 \u0443 \u0432\u0456\u0434\u043a\u0440\u0438\u0442\u0438\u0445 \u0434\u0436\u0435\u0440\u0435\u043b\u0430\u0445.\n    </p>\n    <p>\n        12.2. \u0406\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u043c\u0430\u0433\u0430\u0437\u0438\u043d https://bellamozzarella.com.ua/ \u043c\u0430\u0454 \u043f\u0440\u0430\u0432\u043e \u043d\u0430\n        \u0432\u043b\u0430\u0441\u043d\u0438\u0439 \u0440\u043e\u0437\u0441\u0443\u0434 \u0432\u0438\u043c\u0430\u0433\u0430\u0442\u0438 \u0432\u0456\u0434 \u041f\u043e\u043a\u0443\u043f\u0446\u044f \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0436\u0435\u043d\u043d\u044f\n        \u0430\u0432\u0442\u0435\u043d\u0442\u0438\u0447\u043d\u043e\u0441\u0442\u0456 \u043d\u0430\u0434\u0430\u043d\u043e\u0457 \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u0457.\n    </p>\n    <p>\n        12.3. \u041d\u0430\u0434\u0430\u043d\u043d\u044f \u043d\u0435\u0442\u043e\u0447\u043d\u043e\u0457 \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u0457 \u0430\u0431\u043e \u043d\u0435\u043d\u0430\u0434\u0430\u043d\u043d\u044f \u0442\u0430\u043a\u043e\u0457 \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u0457 \u0437\u0430\n        \u0432\u0438\u043c\u043e\u0433\u043e\u044e \u0456\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u043c\u0430\u0433\u0430\u0437\u0438\u043d\u0443 https://bellamozzarella.com.ua/ \u043c\u043e\u0436\u0435\n        \u0441\u043b\u0443\u0433\u0443\u0432\u0430\u0442\u0438 \u043f\u0440\u0438\u0432\u043e\u0434\u043e\u043c \u0434\u043b\u044f \u043f\u0440\u0438\u0437\u0443\u043f\u0438\u043d\u0435\u043d\u043d\u044f \u043d\u0430\u0434\u0430\u043d\u043d\u044f \u043f\u043e\u0441\u043b\u0443\u0433 \u0430\u0431\u043e \u043f\u0440\u043e\u0434\u0430\u0436\u0443\n        \u0442\u043e\u0432\u0430\u0440\u0443. \u041f\u0440\u0438 \u0446\u044c\u043e\u043c\u0443 \u0456\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u043c\u0430\u0433\u0430\u0437\u0438\u043d https://bellamozzarella.com.ua/\n        \u043d\u0435 \u043d\u0435\u0441\u0435 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u0456 \u0437\u0430 \u0431\u0443\u0434\u044c-\u044f\u043a\u0443 \u0448\u043a\u043e\u0434\u0443, \u0437\u0430\u043f\u043e\u0434\u0456\u044f\u043d\u0443 \u041f\u043e\u043a\u0443\u043f\u0446\u0435\u043c, \u0443\n        \u0432\u0438\u043f\u0430\u0434\u043a\u0443 \u043f\u0440\u0438\u0437\u0443\u043f\u0438\u043d\u0435\u043d\u043d\u044f / \u043d\u0435\u0432\u0438\u043a\u043e\u043d\u0430\u043d\u043d\u044f \u043f\u043e\u0441\u043b\u0443\u0433 \u0430\u0431\u043e \u043d\u0435\u043f\u0440\u043e\u0434\u0430\u0436\u0443 \u0442\u043e\u0432\u0430\u0440\u0443 \u0437\u0430\n        \u0443\u043c\u043e\u0432\u0438 \u043d\u0435\u0432\u0438\u043a\u043e\u043d\u0430\u043d\u043d\u044f \u043f\u0443\u043d\u043a\u0442\u0443 12.1.\n    </p>\n    <p>- \u0432\u0438\u043a\u043e\u043d\u0430\u043d\u043d\u044f \u0443\u043c\u043e\u0432 \u0434\u0430\u043d\u043e\u0433\u043e \u0414\u043e\u0433\u043e\u0432\u043e\u0440\u0443;</p>\n    <p>- \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0438 \u041f\u043e\u043a\u0443\u043f\u0446\u044e \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043e\u0457 \u043d\u0438\u043c \u043f\u0440\u043e\u0434\u0443\u043a\u0446\u0456\u0457.</p>\n    <p>\n        12.5. \u0417\u0434\u0456\u0439\u0441\u043d\u044e\u044e\u0447\u0438 \u0417\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u0422\u043e\u0432\u0430\u0440\u0443 \u0447\u0435\u0440\u0435\u0437 \u0456\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u043c\u0430\u0433\u0430\u0437\u0438\u043d\n        https://bellamozzarella.com.ua/ \u041f\u043e\u043a\u0443\u043f\u0435\u0446\u044c \u0434\u0430\u0454 \u0437\u0433\u043e\u0434\u0443 \u043d\u0430 \u0437\u0431\u0456\u0440 \u0442\u0430\n        \u043e\u043f\u0440\u0430\u0446\u044e\u0432\u0430\u043d\u043d\u044f \u0442\u0430\u043a\u043e\u0457 \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u0457.\n    </p>\n    <p>\n        12.6. \u0414\u043e\u0441\u0442\u0443\u043f \u0434\u043e \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u044c\u043d\u0438\u0445 \u0434\u0430\u043d\u0438\u0445 \u041f\u043e\u043a\u0443\u043f\u0446\u044f \u043c\u0430\u044e\u0442\u044c \u043b\u0438\u0448\u0435 \u043e\u0441\u043e\u0431\u0438, \u044f\u043a\u0456\n        \u0431\u0435\u0437\u043f\u043e\u0441\u0435\u0440\u0435\u0434\u043d\u044c\u043e \u0437\u0430\u043b\u0443\u0447\u0435\u043d\u0456 \u0434\u043e \u0432\u0438\u043a\u043e\u043d\u0430\u043d\u043d\u044f \u0417\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f.\n    </p>\n    <p>\n        12.7. \u041f\u0440\u043e\u0434\u0430\u0432\u0435\u0446\u044c \u0437\u043e\u0431\u043e\u0432\u2019\u044f\u0437\u0443\u0454\u0442\u044c\u0441\u044f: \u0434\u043e\u0442\u0440\u0438\u043c\u0443\u0432\u0430\u0442\u0438\u0441\u044f \u043a\u043e\u043d\u0444\u0456\u0434\u0435\u043d\u0446\u0456\u0439\u043d\u043e\u0441\u0442\u0456\n        \u0441\u0442\u043e\u0441\u043e\u0432\u043d\u043e \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u044c\u043d\u0438\u0445 \u0434\u0430\u043d\u0438\u0445 \u041f\u043e\u043a\u0443\u043f\u0446\u0456\u0432; \u043d\u0435 \u0434\u043e\u043f\u0443\u0441\u043a\u0430\u0442\u0438 \u0441\u043f\u0440\u043e\u0431\u0438\n        \u043d\u0435\u0441\u0430\u043d\u043a\u0446\u0456\u043e\u043d\u043e\u0432\u0430\u043d\u043e\u0433\u043e \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u043d\u043d\u044f \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u044c\u043d\u0438\u0445 \u0434\u0430\u043d\u0438\u0445 \u041f\u043e\u043a\u0443\u043f\u0446\u0456\u0432 \u0442\u0440\u0435\u0442\u0456\u043c\u0438\n        \u043e\u0441\u043e\u0431\u0430\u043c\u0438; \u0432\u0438\u043a\u043b\u044e\u0447\u0438\u0442\u0438 \u0434\u043e\u0441\u0442\u0443\u043f \u0434\u043e \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u044c\u043d\u0438\u0445 \u0434\u0430\u043d\u0438\u0445 \u041f\u043e\u043a\u0443\u043f\u0446\u0456\u0432 \u043e\u0441\u0456\u0431, \u0449\u043e \u043d\u0435\n        \u043c\u0430\u044e\u0442\u044c \u0431\u0435\u0437\u043f\u043e\u0441\u0435\u0440\u0435\u0434\u043d\u044c\u043e\u0433\u043e \u0432\u0456\u0434\u043d\u043e\u0448\u0435\u043d\u043d\u044f \u0434\u043e \u0432\u0438\u043a\u043e\u043d\u0430\u043d\u043d\u044f \u0417\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f, \u043e\u043a\u0440\u0456\u043c\n        \u0432\u0438\u043f\u0430\u0434\u043a\u0456\u0432, \u043f\u0435\u0440\u0435\u0434\u0431\u0430\u0447\u0435\u043d\u0438\u0445 \u0447\u0438\u043d\u043d\u0438\u043c \u0437\u0430\u043a\u043e\u043d\u043e\u0434\u0430\u0432\u0441\u0442\u0432\u043e\u043c \u0423\u043a\u0440\u0430\u0457\u043d\u0438.\n    </p>\n"}})]})})]})}),hg=()=>{const e=Zt().pathname,t=G();return(0,r.useEffect)(()=>{t(Ca())},[t]),(0,r.useEffect)(()=>{window.scrollTo(0,0)},[e]),(0,Ka.jsx)(pg,{})},mg=Pi("dish/getDish",async e=>(await _a().dish.getDish(e)).data),gg=wi({name:"dish",initialState:{data:{},loading:!1,error:null},reducers:{},extraReducers:{[mg.fulfilled]:(e,t)=>{e.loading=!1,e.data=t.payload},[mg.pending]:e=>{e.loading=!0},[mg.rejected]:(e,t)=>{e.loading=!1,e.error=t.payload}}}).reducer,Dg="styles_container__uEnKv",yg="styles_leftBlock__ThFwE",vg="styles_rightBlock__9HUx5",Eg="styles_title__143ra",Ag="styles_dish__hq9Ph",bg="styles_image__-ZuMD",_g="styles_coverContent__PlyP5",Cg="styles_coverPercent__E4Rha",Tg="styles_infoBlock__ZeVfd",kg="styles_parameters__WNzvx",Fg="styles_description__smct2",Sg="styles_ingredientsTitle__jUxbO",wg="styles_ingredients__dBRdR",xg="styles_ingredient__8RQYA",Og="styles_defaultIngredient__hR0Tw",Ng="styles_deleteIngredient__21qZ7",Bg="styles_addIngrediets__j0lrx",Ig="styles_addInfo__-hmJv",Pg="styles_addCurrent__e55mT",Rg="styles_addCheck__jMXiI",Lg="styles_addImage__7nzvJ",Mg="styles_addTitle__ZtNBO",jg="styles_addPrice__iTyoP",zg="styles_footer__S1I+f",Ug="styles_addtoCart__gVATp",Hg="styles_longDescription__v1HGm",Vg=Qn()(e=>{var t;let n=e.t,i=e.product,o=e.addDishToCart;const a=ne((0,r.useState)(i.pizza.ingredient),2),s=a[0],u=a[1],l=ne((0,r.useState)(i.pizza.additives),2),c=l[0],d=l[1],f=ne((0,r.useState)([null===(t=i.pizza.boards[0])||void 0===t?void 0:t.name]),2),p=f[0],h=f[1],m=i.pizza.boards.map(e=>e.name),g=()=>(0,Ka.jsxs)(Ka.Fragment,{children:[(0,Ka.jsx)("h3",{className:Sg,children:n("pages.dish.side")}),(0,Ka.jsx)(vc,{items:m,activeItem:p,setActiveItem:h,activeIndex:0})]}),D=()=>(0,Ka.jsxs)(Ka.Fragment,{children:[(0,Ka.jsx)("h3",{className:Sg,children:n("pages.dish.add")}),(0,Ka.jsx)("ul",{className:Bg,children:Wa(c).map((e,t)=>(0,Ka.jsxs)("li",{onClick:()=>(e=>{const t=c.map(t=>t.name===e.name?J(J({},t),{},{active:!t.active}):t);d(t)})(e),className:e.active&&Pg,children:[e.active&&(0,Ka.jsx)(Uc,{className:Rg}),(0,Ka.jsx)("img",{className:Lg,src:Vi+e.image[0].url,alt:e.name}),(0,Ka.jsxs)("div",{className:Ig,children:[(0,Ka.jsx)("span",{className:Mg,children:e.name}),(0,Ka.jsxs)("span",{className:jg,children:[e.price," ",n("currency")]})]})]},t))})]}),y=()=>(0,Ka.jsxs)(Ka.Fragment,{children:[(0,Ka.jsx)("h3",{className:Sg,children:n("pages.dish.ingredientsDisplay")}),(0,Ka.jsx)("p",{className:wg,children:s&&s.map((e,t)=>e.edit?(0,Ka.jsx)("span",{onClick:()=>(e=>{const t=s.map(t=>t.id===e?J(J({},t),{},{delete:!t.delete}):t);u(t)})(e.id),className:[e.delete?Ng:xg],children:e.name},t):(0,Ka.jsx)("span",{className:Og,children:e.name},t))})]}),v=()=>{let e=i.discount_price?i.discount_price:i.price;return m.length>0&&i.pizza.boards.forEach(t=>{t.name===p[0]&&(e+=t.price)}),c&&c.forEach(t=>{t.active&&(e+=t.price)}),e};console.log("---",window.location.href);const E=i.pizza.active,A={"@context":"https://schema.org","@type":"Product",name:i.name,description:i.short_description||i.long_description,image:Vi+i.image[0].url,sku:String(i.id),brand:{"@type":"Brand",name:"Bella Mozzarella"},offers:{"@type":"Offer",url:window.location.href,priceCurrency:"UAH",price:v(),availability:"https://schema.org/InStock",hasMerchantReturnPolicy:{"@type":"MerchantReturnPolicy",applicableCountry:"UA",returnPolicyCategory:"https://schema.org/MerchantReturnNotPermitted"},shippingDetails:{"@type":"OfferShippingDetails",shippingDestination:{"@type":"DefinedRegion",addressCountry:"UA",addressLocality:"Kharkiv"},shippingRate:{"@type":"MonetaryAmount",value:i.price,currency:"UAH"},deliveryTime:{"@type":"ShippingDeliveryTime",handlingTime:{"@type":"QuantitativeValue",minValue:20,maxValue:60,unitCode:"MIN"},transitTime:{"@type":"QuantitativeValue",minValue:20,maxValue:60,unitCode:"MIN"}}}}};return(0,Ka.jsxs)("div",{className:Dg,children:[(0,Ka.jsxs)("div",{className:yg,children:[(0,Ka.jsx)(Pc,{t:n,path:"dish",title:i.seo.title,keywords:i.seo.keywords,description:i.seo.description,id:i.id,localizations:i.localizations}),(0,Ka.jsx)("script",{type:"application/ld+json",dangerouslySetInnerHTML:{__html:JSON.stringify(A)}}),(0,Ka.jsxs)("div",{className:Ag,children:[i.image&&(0,Ka.jsx)("img",{className:bg,alt:i.name,src:E?!m.length>0||m[0]===p[0]?Vi+i.image[0].url:Vi+i.image[1].url:Vi+i.image[0].url}),(0,Ka.jsx)(oc,{data:i.badge})]})]}),(0,Ka.jsxs)("div",{className:vg,children:[(0,Ka.jsxs)("div",{className:1!=i.category?Cg:_g,id:"cov",children:[(0,Ka.jsxs)("div",{className:Tg,children:[(0,Ka.jsxs)("p",{className:Eg,children:[(0,Ka.jsx)("h1",{children:i.name}),(0,Ka.jsx)(hc,{product:[i]})]}),(0,Ka.jsxs)("p",{className:kg,children:[i.weight,"grams"===i.unit?n("pages.dish.grams"):n("pages.dish.liters")]}),(0,Ka.jsx)("p",{className:Fg,children:i.short_description}),E&&(0,Ka.jsx)(y,{}),E&&m.length>0&&(0,Ka.jsx)(g,{}),E&&c.length>0&&(0,Ka.jsx)(D,{})]}),(0,Ka.jsx)("div",{className:Hg,children:(0,Ka.jsx)("div",{dangerouslySetInnerHTML:{__html:i.long_description}})})]}),(0,Ka.jsx)("div",{className:zg,children:(0,Ka.jsx)("button",{className:Ug,type:"button",onClick:()=>{const e=i.pizza.active,t=e?c.filter(e=>e.active):null,n=e?t.map(e=>e.name).join(", "):null,r=e?s.filter(e=>e.delete&&e.name):null,a=e?r.map(e=>e.name).join(", "):null,u=m.length>0?m[0]===String(p)?Vi+i.image[0].url:Vi+i.image[1].url:Vi+i.image[0].url,l={id:i.id,type:e?oa:ia,name:i.name,image:u,board:m.length>0?p:"",addedBoard:p!==m[0],additives:e?"".concat(n.length>0?"+":""," ").concat(n):"-",price:v(),extraCost:v()-(i.discount_price?i.discount_price:i.price),initialPrice:i.price,count:1,deleteIngredients:"".concat(a&&a.length>0?"-":""," ").concat(a),description:e?"".concat(i.id," / ").concat(p," / - ").concat(a,"/").concat(e?"+ ".concat(n):null):i.short_description};o(l)},children:"".concat(n("pages.dish.addToCart")," ").concat(v()," ").concat(n("currency"))})})]})]})}),Gg=()=>{const e=nn().id,t=en(),n=G();(0,r.useEffect)(()=>{n(mg(e))},[n]);const i=P(e=>e.dish,Y),o=i.data,a=i.loading,s=i.error,u=e=>{n(Ra(e)),t(-1)};return a?(0,Ka.jsx)(Hh,{children:(0,Ka.jsx)(bc,{})}):s?(0,Ka.jsx)("div",{children:"error"}):o.id?(0,Ka.jsx)(Hh,{children:(0,Ka.jsx)(Vg,{product:o,addDishToCart:u})}):void 0},Wg=Pi("combo/getCombo",async e=>(await _a().combos.getCombo(e)).data),Yg=wi({name:"combo",initialState:{data:{},loading:!1,error:null},reducers:{},extraReducers:{[Wg.fulfilled]:(e,t)=>{e.loading=!1,e.data=t.payload},[Wg.pending]:e=>{e.loading=!0},[Wg.rejected]:(e,t)=>{e.loading=!1,e.error=t.payload}}}).reducer;var qg=n(262),Qg=n.n(qg);const Kg="styles_container__fmgde",Xg="styles_leftBlock__ngtBk",Jg="styles_leftBlockTitle__I1S-x",Zg="styles_info__Frk1P",$g="styles_image__hkOsN",eD="styles_badgeWrapper__JuV3Q",tD="styles_dishes__wqOsl",nD="styles_nameleft__AGILg",rD="styles_dish__LCufM",iD="styles_images__dI3FT",oD="styles_imagesActive__X6qEG",aD="styles_price__q0Yv0",sD="styles_title__HldcP",uD="styles_cover__j8QOd",lD="styles_infoBlock__GGNbe",cD="styles_hide__F4Nam",dD="styles_description__HzuUu",fD="styles_addtoCart__QCTSM",pD="styles_comboCard__lgbqQ",hD="styles_infoWrapper__HgoVm",mD="styles_pizzaSide__FDvHD",gD="styles_comboCardActive__vsNFP",DD="styles_sideChoise__MPvO4",yD="styles_cardFooter__0NzEf",vD="styles_buttonFooter__EBeXC",ED="styles_imageContainer__4ezmS",AD="styles_comboInfo__57LJI",bD="styles_comboImage__RZnLe",_D="styles_comboName__zq2Rm",CD="styles_comboDescription__IbWOx",TD="styles_button__VOqnf",kD="styles_rightBlock__VvXrH",FD=Qn()(e=>{let t=e.t,n=e.product,i=e.categories,o=e.addDishToCart;const a=i.length>1&&i[0].dishes[1].pizza.boards.map(e=>e.name);let s=[...n.dishes];s.fill(0);const u=ne((0,r.useState)(!1),2),l=u[0],c=u[1],d=ne((0,r.useState)(null),2),f=d[0],p=d[1],h=ne((0,r.useState)(f),2),m=h[0],g=h[1],D=ne((0,r.useState)(s),2),y=D[0],v=D[1],E=ne((0,r.useState)(null),2),A=E[0],b=E[1],_=Ya(i),C=ne((0,r.useState)(n.dishes.map(()=>a?a[0]:null)),2),T=C[0],k=C[1],F=Bh().width<la,S=n.dishes.map(e=>{const t=e.dishes.map(e=>_.filter(t=>t.id===e.id&&t)[0]);return{dishes:t}});let w=J(J({},n),{},{dishes:S});let x=[];T.forEach(e=>{i[0].dishes[1].pizza.boards.forEach(t=>{t.name===e&&x.push(t.price)})});const O=n.dishes.map((e,t)=>J({},_.filter(n=>n.id===e.dishes[y[t]].id&&n)[0])),N=()=>{let e=n.dishes.map((e,t)=>{const r=e.dishes[y[t]].price,i=r/100*n.percent;return r-Math.round(i)});return Qg()(e)},B=n.percent?N()+Qg()(x):n.price+Qg()(x),I="\u0433\u0440\u043d"===t("currency")?"UAH":"EUR",P=w.dishes.map((e,t)=>{var n;const r=e.dishes[y[t]],i=[];return(null===r||void 0===r||null===(n=r.pizza)||void 0===n?void 0:n.active)&&T[t]&&i.push({"@type":"PropertyValue",name:"Board",value:T[t]}),{"@type":"TypeAndQuantityNode",amountOfThisGood:1,unitCode:"EA",typeOfGood:J({"@type":"Product",name:null===r||void 0===r?void 0:r.name,image:null!==r&&void 0!==r&&r.image?Vi+r.image[0].url:void 0},i.length?{additionalProperty:i}:{})}}),R={"@context":"https://schema.org/","@type":"Product",name:n.name,description:n.short_description||n.long_description,image:n.image?[Vi+n.image[0].url]:[],sku:String(n.id),brand:{"@type":"Brand",name:"Bella Mozzarella"},offers:{"@type":"Offer",url:"undefined"!==typeof window&&window.location?window.location.href:"",priceCurrency:I,price:B,availability:"https://schema.org/InStock",itemCondition:"https://schema.org/NewCondition",includesObject:P}};return(0,Ka.jsxs)("div",{className:Kg,children:[(0,Ka.jsx)("script",{type:"application/ld+json",children:JSON.stringify(R)}),(0,Ka.jsxs)("div",{className:Xg,children:[(0,Ka.jsx)("h3",{className:Jg,children:t("pages.combo.choseCombo")}),l?(0,Ka.jsx)("div",{className:A&&F?cD:tD,children:n.dishes[f||0].dishes.map((e,r)=>(0,Ka.jsxs)("div",{className:rD,onClick:()=>{g(r),b(!0),v(e=>{const t=[...e];return t[f]=r,t})},children:[(0,Ka.jsx)("img",{className:m===r?oD:iD,src:Vi+e.image[0].url,alt:n.name}),(0,Ka.jsx)("p",{className:nD,children:e.name}),(0,Ka.jsxs)("p",{className:aD,children:[e.price,t("currency")]})]},r))}):(0,Ka.jsxs)("div",{className:Zg,children:[(0,Ka.jsx)("div",{className:eD,children:(0,Ka.jsx)(oc,{data:!0})}),(0,Ka.jsx)("img",{className:$g,src:Vi+n.image[0].url,alt:n.name})]})]}),(0,Ka.jsxs)("div",{className:l&&F&&!A?cD:kD,children:[(0,Ka.jsx)("div",{className:uD,children:(0,Ka.jsxs)("div",{className:lD,children:[(0,Ka.jsxs)("div",{className:sD,children:[(0,Ka.jsx)("h1",{children:n.name}),(0,Ka.jsx)(hc,{t:t,product:O})]}),(0,Ka.jsx)("p",{className:dD,children:n.short_description}),(0,Ka.jsxs)(Ka.Fragment,{children:[(0,Ka.jsx)(Pc,{t:t,path:"combo",title:n.seo&&n.seo.title,keywords:n.seo&&n.seo.keywords,description:n.seo&&n.seo.description,id:n.id,localizations:n.localizations}),w.dishes.map((e,r)=>{var i,o,s,u;const d=null===(i=e.dishes[y[r]])||void 0===i?void 0:i.pizza;return(0,Ka.jsxs)("div",{className:f===r?gD:pD,onClick:()=>{b(null),(e=>{l&&f===e?(c(!l),p(null)):l?(p(e),p(e)):(c(!l),p(e),g(e))})(r)},children:[(0,Ka.jsxs)("div",{className:hD,children:[(0,Ka.jsx)("div",{className:ED,children:(0,Ka.jsx)("img",{className:bD,alt:n.name,src:Vi+(null===(o=e.dishes[y[r]])||void 0===o?void 0:o.image[T[r]!==a[0]?1:0].url)})}),(0,Ka.jsxs)("div",{className:AD,children:[(0,Ka.jsx)("h3",{className:_D,children:null===(s=e.dishes[y[r]])||void 0===s?void 0:s.name}),(0,Ka.jsx)("p",{className:CD,children:null===(u=e.dishes[y[r]])||void 0===u?void 0:u.short_description}),(0,Ka.jsxs)("div",{className:yD,children:[d&&d.active&&(0,Ka.jsxs)("span",{className:DD,children:[t("pages.combo.board"),(0,Ka.jsx)("br",{}),T[r]]}),f!==r&&(0,Ka.jsx)("button",{className:TD,type:"button",children:t("pages.combo.change")})]})]})]}),(0,Ka.jsx)("div",{className:mD,children:d&&d.active&&(0,Ka.jsx)(vc,{items:a,activeItem:T,setActiveItem:k,activeIndex:r})})]},r)})]})]})}),(0,Ka.jsx)("div",{className:vD,children:(0,Ka.jsx)("button",{className:fD,type:"button",onClick:()=>{const e=n.dishes.map((e,t)=>{const n=_.filter(n=>n.id===e.dishes[y[t]].id&&n);return n[0]&&n[0].pizza.active?n[0].name+" (".concat(T[t],")"):n[0].name}).join(", "),t={type:aa,id:n.id,name:n.name,image:Vi+n.image[0].url,initialPrice:n.percent?N()+Qg()(x):n.price+Qg()(x),price:n.percent?N()+Qg()(x):n.price+Qg()(x),count:1,description:e};o(t)},children:"".concat(t("pages.combo.addToCart")," ").concat(n.percent?N()+Qg()(x):n.price+Qg()(x)," ").concat(t("currency"))})})]})]})}),SD=()=>{const e=da(),t=nn().id,n=en(),i=G();(0,r.useEffect)(()=>{i(Wg(t))},[i,e]);const o=P(e=>e.combo,Y),a=o.data,s=o.loading,u=o.error,l=P(e=>e.categories,Y),c=l.data,d=l.loading,f=l.error,p=e=>{i(Ra(e)),n(-1)};return s||d?(0,Ka.jsx)(Hh,{children:(0,Ka.jsx)(bc,{})}):u||f?(0,Ka.jsx)("div",{children:"error"}):a.id&&c.length>0?(0,Ka.jsx)(Hh,{children:(0,Ka.jsx)(FD,{product:a,categories:c,addDishToCart:p})}):void 0},wD=Pi("category/getCategory",async e=>(await _a().categories.getCategory(e)).data),xD=wi({name:"category",initialState:{data:{},loading:!1,error:null},reducers:{},extraReducers:{[wD.fulfilled]:(e,t)=>{e.loading=!1,e.data=t.payload},[wD.pending]:e=>{e.loading=!0},[wD.rejected]:(e,t)=>{e.loading=!1,e.error=t.payload}}}).reducer,OD={container:"styles_container__ehMcd",leftSide:"styles_leftSide__Sp-jF",titleTop:"styles_titleTop__fR-hw",title:"styles_title__WMSBa",dishes:"styles_dishes__xqzyO",dish:"styles_dish__5Lphw",dishActive:"styles_dishActive__UrPp4",wrapperImage:"styles_wrapperImage__EzbPg",images:"styles_images__GAdaK",transparencyLeft:"styles_transparencyLeft__nTc5o",transparencyRight:"styles_transparencyRight__1fV3n",name:"styles_name__vAFu3",price:"styles_price__3yYAb",footerWrapper:"styles_footerWrapper__ui-Bf",joinTotal:"styles_joinTotal__WNBJL",joinTotalHide:"styles_joinTotalHide__8WkHI",joinDish:"styles_joinDish__AiP8w",joinPrice:"styles_joinPrice__ThLrS",addToCart:"styles_addToCart__qOCSW",addToCartDisabled:"styles_addToCartDisabled__NQ2BH",preview:"styles_preview__XT4RC",cards:"styles_cards__4Fd8m",toggleContainer:"styles_toggleContainer__aqQUh",toggleContainerActive:"styles_toggleContainerActive__6m53l",rightSide:"styles_rightSide__RfNO0",leftWrapper:"styles_leftWrapper__ODxyJ",rightWrapper:"styles_rightWrapper__WWvTl",rigthContant:"styles_rigthContant__uf3th",card:"styles_card__8NCOL",blank:"styles_blank__3o9kS",imageContainer:"styles_imageContainer__Xf5wG",description:"styles_description__ayt7l",image:"styles_image__8+RQz",info:"styles_info__RmEGA",ingredientsTitle:"styles_ingredientsTitle__5kkD+",divider:"styles_divider__BFuTe"},ND=Qn()(e=>{var t,n,i,o,a,s;let u=e.t,l=e.product,c=e.addDishToCart;const d=l.dishes[0].pizza.boards.map(e=>e.name),f=l.dishes.filter(e=>e.pizza.halves),p=ne((0,r.useState)(-1),2),h=p[0],m=p[1],g=ne((0,r.useState)(-1),2),D=g[0],y=g[1],v=ne((0,r.useState)([d[0]]),2),E=v[0],A=v[1],b=ne((0,r.useState)(!1),2),_=b[0],C=b[1],T=Bh().width<la;let k=0;f[0].pizza.boards.forEach(e=>{e.name===E[0]&&(k=e.price?Number(e.price):0)});const F=f.map(e=>Number(e.price)/2).filter(e=>!Number.isNaN(e)).sort((e,t)=>e-t),S=null!==f&&void 0!==f&&null!==(t=f[0])&&void 0!==t&&null!==(n=t.pizza)&&void 0!==n&&null!==(i=n.boards)&&void 0!==i&&null!==(o=i[0])&&void 0!==o&&o.price?Number(f[0].pizza.boards[0].price):0,w=F[0]||0,x=F[1]||w||0,O=Number((w+x+S+1).toFixed(2)),N=Number(((-1!==h?Number(f[h].price)/2:0)+(-1!==D?Number(f[D].price)/2:0)+k+1).toFixed(2)),B=-1!==h&&-1!==D?N:O,I=e=>(0,Ka.jsxs)("div",{className:OD.footerWrapper,children:[(f[h]||f[D])&&(0,Ka.jsxs)("div",{className:"half"===e.data?OD.joinTotal:OD.joinTotalHide,children:[(0,Ka.jsxs)("div",{className:OD.joinDish,children:[(0,Ka.jsx)("span",{children:f[h]?f[h].name:""}),(0,Ka.jsx)("span",{className:OD.joinPrice,children:f[h]?"".concat(f[h].price).concat(u("currency")):""})]}),(0,Ka.jsxs)("div",{className:OD.joinDish,children:[(0,Ka.jsx)("span",{children:f[D]?f[D].name:""}),(0,Ka.jsx)("span",{className:OD.joinPrice,children:f[D]?"".concat(f[D].price).concat(u("currency")):""})]})]}),(0,Ka.jsx)("button",{className:-1!==h&&-1!==D?OD.addToCart:OD.addToCartDisabled,type:"button",disabled:-1===h&&-1===D,onClick:()=>{T&&!_?R():L()},children:"".concat(u("pages.".concat(e.data,".").concat(e.chooce))," ").concat(f[h]&&f[D]?N+u("currency"):"")})]}),P=f.filter((e,t)=>h===t||D===t?e:null),R=()=>{C(!0)},L=()=>{const e=f[h],t=f[D];if(!e||!t)return;const n={type:sa,name:"".concat(e.name," + ").concat(t.name),count:1,price:N,initialPrice:N,board:E[0],pizzas:[{id:e.id,name:e.name,image:d[0]===E[0]?Vi+e.image[2].url:Vi+e.image[4].url,price:e.price/2+k/2},{id:t.id,name:t.name,image:d[0]===E[0]?Vi+t.image[3].url:Vi+t.image[5].url,price:t.price/2+k/2}],description:"".concat(e.id,"/").concat(t.id,"/").concat(E[0]),text:u("pages.half.description")};c(n)},M=-1!==h?f[h]:null,j=-1!==D?f[D]:null,z=[].concat(M?[{"@type":"TypeAndQuantityNode",amountOfThisGood:.5,unitCode:"EA",typeOfGood:{"@type":"Product",name:M.name,image:Vi+M.image[0].url,additionalProperty:[{"@type":"PropertyValue",name:"Half",value:"Left"},{"@type":"PropertyValue",name:"Board",value:E[0]}]}}]:[]).concat(j?[{"@type":"TypeAndQuantityNode",amountOfThisGood:.5,unitCode:"EA",typeOfGood:{"@type":"Product",name:j.name,image:Vi+j.image[0].url,additionalProperty:[{"@type":"PropertyValue",name:"Half",value:"Right"},{"@type":"PropertyValue",name:"Board",value:E[0]}]}}]:[]),U={"@context":"https://schema.org/","@type":"Product",name:M&&j?"".concat(M.name," + ").concat(j.name):l.name,description:l.short_description||l.long_description,image:l.image?[Vi+l.image[0].url]:"https://bellamozzarella.com.ua/".concat(fs.IMAGES.HALVES),sku:String(l.id),brand:{"@type":"Brand",name:"Bella Mozzarella"},offers:J({"@type":"Offer",url:"undefined"!==typeof window&&window.location?window.location.href:"https://bellamozzarella.com.ua/ru/half",priceCurrency:"UAH",price:B,priceSpecification:{"@type":"PriceSpecification",price:B,priceCurrency:"UAH"},availability:"https://schema.org/InStock",itemCondition:"https://schema.org/NewCondition",shippingDetails:{"@type":"OfferShippingDetails",shippingDestination:{"@type":"DefinedRegion",addressCountry:"UA",addressLocality:"Kharkiv"},shippingRate:{"@type":"MonetaryAmount",value:"199",currency:"UAH"},deliveryTime:{"@type":"ShippingDeliveryTime",handlingTime:{"@type":"QuantitativeValue",minValue:20,maxValue:60,unitCode:"MIN"},transitTime:{"@type":"QuantitativeValue",minValue:20,maxValue:60,unitCode:"MIN"}}},hasMerchantReturnPolicy:{"@type":"MerchantReturnPolicy",applicableCountry:"UA",description:u("pages.dish.errorWithOrder")}},z.length?{includesObject:z}:{})};return(0,Ka.jsxs)("div",{className:OD.container,children:[(0,Ka.jsx)("script",{type:"application/ld+json",children:JSON.stringify(U)}),!T||T&&!_?(0,Ka.jsxs)("div",{className:OD.leftSide,children:[(0,Ka.jsx)(Pc,{t:u,path:"half"}),(0,Ka.jsx)("p",{className:OD.title,children:(0,Ka.jsx)("h2",{children:u("pages.half.choosePizzas")})}),(0,Ka.jsx)("div",{className:OD.dishes,children:f.map((e,t)=>{let n=e.price/2;return n=n.toFixed(),(0,Ka.jsxs)("div",{className:h===t||D===t?OD.dishActive:OD.dish,onClick:()=>(e=>{h===e?m(-1):D===e?y(-1):-1===h?m(e):-1!==h&&-1===D?y(e):-1!==h&&-1!==D&&(m(e),y(-1))})(t),children:[(0,Ka.jsxs)("div",{className:OD.wrapperImage,children:[(0,Ka.jsx)("img",{className:OD.images,src:Vi+e.image[0].url,alt:e.alt_text}),h===t&&-1!==h&&(0,Ka.jsx)("div",{className:OD.transparencyLeft}),D===t&&-1!==D&&(0,Ka.jsx)("div",{className:OD.transparencyRight}),(0,Ka.jsx)(oc,{data:e.badge})]}),(0,Ka.jsx)("p",{className:OD.name,children:e.name}),(0,Ka.jsxs)("p",{className:OD.price,children:[n,u("currency")]})]},t)})}),T&&(-1!==h&&-1!==D?(0,Ka.jsx)(I,{data:"half",chooce:"addToCart"}):(0,Ka.jsx)(I,{data:"half",chooce:"title"}))]}):null,!T||_?(0,Ka.jsxs)("div",{className:OD.rightSide,children:[(0,Ka.jsxs)("div",{className:OD.rigthContant,children:[(0,Ka.jsxs)("div",{className:OD.preview,children:[(0,Ka.jsx)("div",{className:OD.leftWrapper,children:-1!==h&&(0,Ka.jsx)("img",{className:OD.images,alt:f[h].alt_text,src:d[0]!==E[0]?Vi+f[h].image[1].url:Vi+f[h].image[0].url})}),(0,Ka.jsx)("div",{className:OD.rightWrapper,children:-1!==D&&(0,Ka.jsx)("img",{alt:f[h].alt_text,className:OD.images,src:d[0]!==E[0]?Vi+f[D].image[1].url:Vi+f[D].image[0].url})})]}),(0,Ka.jsxs)("p",{className:OD.titleTop,children:[(0,Ka.jsxs)("h1",{children:[null===(a=f[h])||void 0===a?void 0:a.name,f[h]&&f[D]&&" + ",null===(s=f[D])||void 0===s?void 0:s.name]}),f[h]||f[D]?(0,Ka.jsx)(hc,{product:P}):null]}),(0,Ka.jsxs)("p",{className:OD.description,children:[f[h]||f[D]?u("pages.half.weight"):null,f[h]&&f[h].calorie.weight/2,f[h]&&u("pages.half.gram"),f[h]&&f[D]&&" + ",f[D]&&f[D].calorie.weight/2,f[D]&&u("pages.half.gram")]}),(0,Ka.jsx)("div",{className:-1===h&&-1===D?OD.toggleContainer:OD.toggleContainerActive,children:(0,Ka.jsx)(vc,{items:d,activeItem:E,setActiveItem:A,activeIndex:0})}),(0,Ka.jsxs)("div",{className:OD.cards,children:[-1!==h?(0,Ka.jsxs)("div",{className:OD.card,children:[(0,Ka.jsx)("div",{className:OD.imageContainer,children:(0,Ka.jsx)("img",{className:OD.image,src:d[0]!==E[0]?Vi+f[h].image[1].url:Vi+f[h].image[0].url,alt:f[h].alt_text})}),(0,Ka.jsxs)("div",{className:OD.info,children:[(0,Ka.jsx)("div",{className:OD.name,children:f[h].name}),(0,Ka.jsx)("div",{className:OD.description,children:f[h].short_description})]})]}):(0,Ka.jsxs)("div",{className:OD.blank,children:[u("pages.half.choose"),(0,Ka.jsx)("br",{}),u("pages.half.left")]}),-1!==D?(0,Ka.jsxs)("div",{className:OD.card,children:[(0,Ka.jsx)("div",{className:OD.imageContainer,children:(0,Ka.jsx)("img",{className:OD.image,src:d[0]!==E[0]?Vi+f[D].image[1].url:Vi+f[D].image[0].url,alt:f[D].alt_text})}),(0,Ka.jsxs)("div",{className:OD.info,children:[(0,Ka.jsx)("div",{className:OD.name,children:f[D].name}),(0,Ka.jsx)("div",{className:OD.description,children:f[D].short_description})]})]}):(0,Ka.jsxs)("div",{className:OD.blank,children:[u("pages.half.choose"),(0,Ka.jsx)("br",{}),u("pages.half.right")]})]})]}),(0,Ka.jsx)("div",{className:OD.addToCartDish,children:(0,Ka.jsx)(I,{data:"dish",chooce:"addToCart"})})]}):null]})}),BD=()=>{const e=da(),t=en(),n=G();(0,r.useEffect)(()=>{n(wD("en"===e?3:"ru"===e?2:1))},[n]);const i=P(e=>e.category,Y),o=i.data,a=i.loading,s=i.error,u=r=>{n(Ra(r)),t("/".concat(e,"/"))};return a?(0,Ka.jsx)(Hh,{children:(0,Ka.jsx)(bc,{})}):s?(0,Ka.jsx)("div",{children:"error"}):o.id?(0,Ka.jsx)(Hh,{children:(0,Ka.jsx)(ND,{product:o,addDishToCart:u})}):void 0},ID=["uk","ru","en"];const PD=Pi("article/getArticle",async e=>{const t=(await _a().articles.getArticle(e)).data,n=(Array.isArray(null===t||void 0===t?void 0:t.localizations)?t.localizations:[]).filter(e=>(null===e||void 0===e?void 0:e.id)&&(null===e||void 0===e?void 0:e.locale)).filter(e=>e.locale!==(null===t||void 0===t?void 0:t.locale)).map(e=>_a().articles.getArticleByLocale(e.id,e.locale).then(e=>e.data).catch(()=>null)),r=(await Promise.all(n)).filter(Boolean);return function(e,t){const n=Array.isArray(null===e||void 0===e?void 0:e.localizations)?e.localizations:[],r=new Map;(t||[]).forEach(e=>{const t=null===e||void 0===e?void 0:e.locale;t&&r.set(t,e)}),null!==e&&void 0!==e&&e.locale&&r.set(e.locale,e);const i=n.filter(e=>(null===e||void 0===e?void 0:e.id)&&(null===e||void 0===e?void 0:e.locale)).map(e=>{var t,n,i,o,a;const s=r.get(e.locale),u=(null===s||void 0===s||null===(t=s.seo)||void 0===t?void 0:t.url)||(null===s||void 0===s||null===(n=s.attributes)||void 0===n||null===(i=n.seo)||void 0===i?void 0:i.url)||null;return J(J({},e),{},{url:u,slug:u,seo:(null===s||void 0===s?void 0:s.seo)||(null===s||void 0===s||null===(o=s.attributes)||void 0===o?void 0:o.seo)||void 0,title:(null===s||void 0===s?void 0:s.title)||(null===s||void 0===s||null===(a=s.attributes)||void 0===a?void 0:a.title)||void 0})}),o={};return ID.forEach(e=>{const t=r.get(e);t&&(o[e]=t)}),J(J({},e),{},{localizations:i,locales:o})}(t,r)}),RD=wi({name:"article",initialState:{data:{},loading:!1,error:null},reducers:{clearArticle:e=>{e.data={},e.loading=!1,e.error=null}},extraReducers:e=>{e.addCase(PD.pending,e=>{e.loading=!0,e.error=null}).addCase(PD.fulfilled,(e,t)=>{e.loading=!1,e.data=t.payload}).addCase(PD.rejected,(e,t)=>{e.loading=!1,e.error=t.payload||t.error})}}),LD=(RD.actions.clearArticle,RD.reducer);function MD(){}function jD(){}function zD(e){const t=[],n=String(e||"");let r=n.indexOf(","),i=0,o=!1;for(;!o;){-1===r&&(r=n.length,o=!0);const e=n.slice(i,r).trim();!e&&o||t.push(e),i=r+1,r=n.indexOf(",",i)}return t}function UD(e,t){const n=t||{};return(""===e[e.length-1]?[...e,""]:e).join((n.padRight?" ":"")+","+(!1===n.padLeft?"":" ")).trim()}const HD=/^(?:[\$A-Z_a-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088F\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5C\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDC-\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C8A\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309B-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7DC\uA7F1-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC\uDDC0-\uDDF3\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD40-\uDD59\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDD00-\uDD23\uDD4A-\uDD65\uDD6F-\uDD85\uDE80-\uDEA9\uDEB0\uDEB1\uDEC2-\uDEC7\uDF00-\uDF1C\uDF27\uDF30-\uDF45\uDF70-\uDF81\uDFB0-\uDFC4\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC71\uDC72\uDC75\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE3F\uDE40\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61\uDF80-\uDF89\uDF8B\uDF8E\uDF90-\uDFB5\uDFB7\uDFD1\uDFD3]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDEB8\uDF00-\uDF1A\uDF40-\uDF46]|\uD806[\uDC00-\uDC2B\uDCA0-\uDCDF\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEB0-\uDEF8\uDFC0-\uDFE0]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDDB0-\uDDDB\uDEE0-\uDEF2\uDF02\uDF04-\uDF10\uDF12-\uDF33\uDFB0]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD80E\uD80F\uD81C-\uD822\uD840-\uD868\uD86A-\uD86D\uD86F-\uD872\uD874-\uD879\uD880-\uD883\uD885-\uD88C][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2F\uDC41-\uDC46\uDC60-\uDFFF]|\uD810[\uDC00-\uDFFA]|\uD811[\uDC00-\uDE46]|\uD818[\uDD00-\uDD1D]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE70-\uDEBE\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDD40-\uDD6C\uDE40-\uDE7F\uDEA0-\uDEB8\uDEBB-\uDED3\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3\uDFF2-\uDFF6]|\uD823[\uDC00-\uDCD5\uDCFF-\uDD1E\uDD80-\uDDF2]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD32\uDD50-\uDD52\uDD55\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD837[\uDF00-\uDF1E\uDF25-\uDF2A]|\uD838[\uDC30-\uDC6D\uDD00-\uDD2C\uDD37-\uDD3D\uDD4E\uDE90-\uDEAD\uDEC0-\uDEEB]|\uD839[\uDCD0-\uDCEB\uDDD0-\uDDED\uDDF0\uDEC0-\uDEDE\uDEE0-\uDEE2\uDEE4\uDEE5\uDEE7-\uDEED\uDEF0-\uDEF4\uDEFE\uDEFF\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43\uDD4B]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEAD\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0\uDFF0-\uDFFF]|\uD87B[\uDC00-\uDE5D]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A\uDF50-\uDFFF]|\uD88D[\uDC00-\uDC79])(?:[\$0-9A-Z_a-z\xAA\xB5\xB7\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05EF-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u07FD\u0800-\u082D\u0840-\u085B\u0860-\u086A\u0870-\u0887\u0889-\u088F\u0897-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u09FE\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B55-\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3C-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C5C\u0C5D\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDC-\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1-\u0CF3\u0D00-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D81-\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECE\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1369-\u1371\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u1715\u171F-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u180F-\u1819\u1820-\u1878\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1ABF-\u1ADD\u1AE0-\u1AEB\u1B00-\u1B4C\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C8A\u1C90-\u1CBA\u1CBD-\u1CBF\u1CD0-\u1CD2\u1CD4-\u1CFA\u1D00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u200C\u200D\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099-\u309F\u30A1-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7DC\uA7F1-\uA827\uA82C\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF65-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC\uDDC0-\uDDF3\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD40-\uDD59\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDD00-\uDD27\uDD30-\uDD39\uDD40-\uDD65\uDD69-\uDD6D\uDD6F-\uDD85\uDE80-\uDEA9\uDEAB\uDEAC\uDEB0\uDEB1\uDEC2-\uDEC7\uDEFA-\uDF1C\uDF27\uDF30-\uDF50\uDF70-\uDF85\uDFB0-\uDFC4\uDFE0-\uDFF6]|\uD804[\uDC00-\uDC46\uDC66-\uDC75\uDC7F-\uDCBA\uDCC2\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD44-\uDD47\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDC9-\uDDCC\uDDCE-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E-\uDE41\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3B-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74\uDF80-\uDF89\uDF8B\uDF8E\uDF90-\uDFB5\uDFB7-\uDFC0\uDFC2\uDFC5\uDFC7-\uDFCA\uDFCC-\uDFD3\uDFE1\uDFE2]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC5E-\uDC61\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB8\uDEC0-\uDEC9\uDED0-\uDEE3\uDF00-\uDF1A\uDF1D-\uDF2B\uDF30-\uDF39\uDF40-\uDF46]|\uD806[\uDC00-\uDC3A\uDCA0-\uDCE9\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD35\uDD37\uDD38\uDD3B-\uDD43\uDD50-\uDD59\uDDA0-\uDDA7\uDDAA-\uDDD7\uDDDA-\uDDE1\uDDE3\uDDE4\uDE00-\uDE3E\uDE47\uDE50-\uDE99\uDE9D\uDEB0-\uDEF8\uDF60-\uDF67\uDFC0-\uDFE0\uDFF0-\uDFF9]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD8E\uDD90\uDD91\uDD93-\uDD98\uDDA0-\uDDA9\uDDB0-\uDDDB\uDDE0-\uDDE9\uDEE0-\uDEF6\uDF00-\uDF10\uDF12-\uDF3A\uDF3E-\uDF42\uDF50-\uDF5A\uDFB0]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD80E\uD80F\uD81C-\uD822\uD840-\uD868\uD86A-\uD86D\uD86F-\uD872\uD874-\uD879\uD880-\uD883\uD885-\uD88C][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2F\uDC40-\uDC55\uDC60-\uDFFF]|\uD810[\uDC00-\uDFFA]|\uD811[\uDC00-\uDE46]|\uD818[\uDD00-\uDD39]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDE70-\uDEBE\uDEC0-\uDEC9\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDD40-\uDD6C\uDD70-\uDD79\uDE40-\uDE7F\uDEA0-\uDEB8\uDEBB-\uDED3\uDF00-\uDF4A\uDF4F-\uDF87\uDF8F-\uDF9F\uDFE0\uDFE1\uDFE3\uDFE4\uDFF0-\uDFF6]|\uD823[\uDC00-\uDCD5\uDCFF-\uDD1E\uDD80-\uDDF2]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD32\uDD50-\uDD52\uDD55\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD833[\uDCF0-\uDCF9\uDF00-\uDF2D\uDF30-\uDF46]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD837[\uDF00-\uDF1E\uDF25-\uDF2A]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A\uDC30-\uDC6D\uDC8F\uDD00-\uDD2C\uDD30-\uDD3D\uDD40-\uDD49\uDD4E\uDE90-\uDEAE\uDEC0-\uDEF9]|\uD839[\uDCD0-\uDCF9\uDDD0-\uDDFA\uDEC0-\uDEDE\uDEE0-\uDEF5\uDEFE\uDEFF\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4B\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD83E[\uDFF0-\uDFF9]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEAD\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0\uDFF0-\uDFFF]|\uD87B[\uDC00-\uDE5D]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A\uDF50-\uDFFF]|\uD88D[\uDC00-\uDC79]|\uDB40[\uDD00-\uDDEF])*$/,VD=/^(?:[\$A-Z_a-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088F\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5C\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDC-\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C8A\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309B-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7DC\uA7F1-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC\uDDC0-\uDDF3\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD40-\uDD59\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDD00-\uDD23\uDD4A-\uDD65\uDD6F-\uDD85\uDE80-\uDEA9\uDEB0\uDEB1\uDEC2-\uDEC7\uDF00-\uDF1C\uDF27\uDF30-\uDF45\uDF70-\uDF81\uDFB0-\uDFC4\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC71\uDC72\uDC75\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE3F\uDE40\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61\uDF80-\uDF89\uDF8B\uDF8E\uDF90-\uDFB5\uDFB7\uDFD1\uDFD3]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDEB8\uDF00-\uDF1A\uDF40-\uDF46]|\uD806[\uDC00-\uDC2B\uDCA0-\uDCDF\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEB0-\uDEF8\uDFC0-\uDFE0]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDDB0-\uDDDB\uDEE0-\uDEF2\uDF02\uDF04-\uDF10\uDF12-\uDF33\uDFB0]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD80E\uD80F\uD81C-\uD822\uD840-\uD868\uD86A-\uD86D\uD86F-\uD872\uD874-\uD879\uD880-\uD883\uD885-\uD88C][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2F\uDC41-\uDC46\uDC60-\uDFFF]|\uD810[\uDC00-\uDFFA]|\uD811[\uDC00-\uDE46]|\uD818[\uDD00-\uDD1D]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE70-\uDEBE\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDD40-\uDD6C\uDE40-\uDE7F\uDEA0-\uDEB8\uDEBB-\uDED3\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3\uDFF2-\uDFF6]|\uD823[\uDC00-\uDCD5\uDCFF-\uDD1E\uDD80-\uDDF2]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD32\uDD50-\uDD52\uDD55\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD837[\uDF00-\uDF1E\uDF25-\uDF2A]|\uD838[\uDC30-\uDC6D\uDD00-\uDD2C\uDD37-\uDD3D\uDD4E\uDE90-\uDEAD\uDEC0-\uDEEB]|\uD839[\uDCD0-\uDCEB\uDDD0-\uDDED\uDDF0\uDEC0-\uDEDE\uDEE0-\uDEE2\uDEE4\uDEE5\uDEE7-\uDEED\uDEF0-\uDEF4\uDEFE\uDEFF\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43\uDD4B]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEAD\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0\uDFF0-\uDFFF]|\uD87B[\uDC00-\uDE5D]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A\uDF50-\uDFFF]|\uD88D[\uDC00-\uDC79])(?:[\$\x2D0-9A-Z_a-z\xAA\xB5\xB7\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05EF-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u07FD\u0800-\u082D\u0840-\u085B\u0860-\u086A\u0870-\u0887\u0889-\u088F\u0897-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u09FE\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B55-\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3C-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C5C\u0C5D\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDC-\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1-\u0CF3\u0D00-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D81-\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECE\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1369-\u1371\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u1715\u171F-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u180F-\u1819\u1820-\u1878\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1ABF-\u1ADD\u1AE0-\u1AEB\u1B00-\u1B4C\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C8A\u1C90-\u1CBA\u1CBD-\u1CBF\u1CD0-\u1CD2\u1CD4-\u1CFA\u1D00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u200C\u200D\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099-\u309F\u30A1-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7DC\uA7F1-\uA827\uA82C\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF65-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC\uDDC0-\uDDF3\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD40-\uDD59\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDD00-\uDD27\uDD30-\uDD39\uDD40-\uDD65\uDD69-\uDD6D\uDD6F-\uDD85\uDE80-\uDEA9\uDEAB\uDEAC\uDEB0\uDEB1\uDEC2-\uDEC7\uDEFA-\uDF1C\uDF27\uDF30-\uDF50\uDF70-\uDF85\uDFB0-\uDFC4\uDFE0-\uDFF6]|\uD804[\uDC00-\uDC46\uDC66-\uDC75\uDC7F-\uDCBA\uDCC2\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD44-\uDD47\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDC9-\uDDCC\uDDCE-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E-\uDE41\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3B-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74\uDF80-\uDF89\uDF8B\uDF8E\uDF90-\uDFB5\uDFB7-\uDFC0\uDFC2\uDFC5\uDFC7-\uDFCA\uDFCC-\uDFD3\uDFE1\uDFE2]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC5E-\uDC61\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB8\uDEC0-\uDEC9\uDED0-\uDEE3\uDF00-\uDF1A\uDF1D-\uDF2B\uDF30-\uDF39\uDF40-\uDF46]|\uD806[\uDC00-\uDC3A\uDCA0-\uDCE9\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD35\uDD37\uDD38\uDD3B-\uDD43\uDD50-\uDD59\uDDA0-\uDDA7\uDDAA-\uDDD7\uDDDA-\uDDE1\uDDE3\uDDE4\uDE00-\uDE3E\uDE47\uDE50-\uDE99\uDE9D\uDEB0-\uDEF8\uDF60-\uDF67\uDFC0-\uDFE0\uDFF0-\uDFF9]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD8E\uDD90\uDD91\uDD93-\uDD98\uDDA0-\uDDA9\uDDB0-\uDDDB\uDDE0-\uDDE9\uDEE0-\uDEF6\uDF00-\uDF10\uDF12-\uDF3A\uDF3E-\uDF42\uDF50-\uDF5A\uDFB0]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD80E\uD80F\uD81C-\uD822\uD840-\uD868\uD86A-\uD86D\uD86F-\uD872\uD874-\uD879\uD880-\uD883\uD885-\uD88C][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2F\uDC40-\uDC55\uDC60-\uDFFF]|\uD810[\uDC00-\uDFFA]|\uD811[\uDC00-\uDE46]|\uD818[\uDD00-\uDD39]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDE70-\uDEBE\uDEC0-\uDEC9\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDD40-\uDD6C\uDD70-\uDD79\uDE40-\uDE7F\uDEA0-\uDEB8\uDEBB-\uDED3\uDF00-\uDF4A\uDF4F-\uDF87\uDF8F-\uDF9F\uDFE0\uDFE1\uDFE3\uDFE4\uDFF0-\uDFF6]|\uD823[\uDC00-\uDCD5\uDCFF-\uDD1E\uDD80-\uDDF2]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD32\uDD50-\uDD52\uDD55\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD833[\uDCF0-\uDCF9\uDF00-\uDF2D\uDF30-\uDF46]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD837[\uDF00-\uDF1E\uDF25-\uDF2A]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A\uDC30-\uDC6D\uDC8F\uDD00-\uDD2C\uDD30-\uDD3D\uDD40-\uDD49\uDD4E\uDE90-\uDEAE\uDEC0-\uDEF9]|\uD839[\uDCD0-\uDCF9\uDDD0-\uDDFA\uDEC0-\uDEDE\uDEE0-\uDEF5\uDEFE\uDEFF\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4B\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD83E[\uDFF0-\uDFF9]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEAD\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0\uDFF0-\uDFFF]|\uD87B[\uDC00-\uDE5D]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A\uDF50-\uDFFF]|\uD88D[\uDC00-\uDC79]|\uDB40[\uDD00-\uDDEF])*$/,GD={};function WD(e,t){return((t||GD).jsx?VD:HD).test(e)}const YD=/[ \t\n\f\r]/g;function qD(e){return""===e.replace(YD,"")}class QD{constructor(e,t,n){this.normal=t,this.property=e,n&&(this.space=n)}}function KD(e,t){const n={},r={};for(const i of e)Object.assign(n,i.property),Object.assign(r,i.normal);return new QD(n,r,t)}function XD(e){return e.toLowerCase()}QD.prototype.normal={},QD.prototype.property={},QD.prototype.space=void 0;class JD{constructor(e,t){this.attribute=t,this.property=e}}JD.prototype.attribute="",JD.prototype.booleanish=!1,JD.prototype.boolean=!1,JD.prototype.commaOrSpaceSeparated=!1,JD.prototype.commaSeparated=!1,JD.prototype.defined=!1,JD.prototype.mustUseProperty=!1,JD.prototype.number=!1,JD.prototype.overloadedBoolean=!1,JD.prototype.property="",JD.prototype.spaceSeparated=!1,JD.prototype.space=void 0;let ZD=0;const $D=ay(),ey=ay(),ty=ay(),ny=ay(),ry=ay(),iy=ay(),oy=ay();function ay(){return 2**++ZD}const sy=Object.keys(e);class uy extends JD{constructor(t,n,r,i){let o=-1;if(super(t,n),ly(this,"space",i),"number"===typeof r)for(;++o<sy.length;){const t=sy[o];ly(this,sy[o],(r&e[t])===e[t])}}}function ly(e,t,n){n&&(e[t]=n)}function cy(e){const t={},n={};for(const i of Object.entries(e.properties)){var r=ne(i,2);const o=r[0],a=r[1],s=new uy(o,e.transform(e.attributes||{},o),a,e.space);e.mustUseProperty&&e.mustUseProperty.includes(o)&&(s.mustUseProperty=!0),t[o]=s,n[XD(o)]=o,n[XD(s.attribute)]=o}return new QD(t,n,e.space)}uy.prototype.defined=!0;const dy=cy({properties:{ariaActiveDescendant:null,ariaAtomic:ey,ariaAutoComplete:null,ariaBusy:ey,ariaChecked:ey,ariaColCount:ny,ariaColIndex:ny,ariaColSpan:ny,ariaControls:ry,ariaCurrent:null,ariaDescribedBy:ry,ariaDetails:null,ariaDisabled:ey,ariaDropEffect:ry,ariaErrorMessage:null,ariaExpanded:ey,ariaFlowTo:ry,ariaGrabbed:ey,ariaHasPopup:null,ariaHidden:ey,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:ry,ariaLevel:ny,ariaLive:null,ariaModal:ey,ariaMultiLine:ey,ariaMultiSelectable:ey,ariaOrientation:null,ariaOwns:ry,ariaPlaceholder:null,ariaPosInSet:ny,ariaPressed:ey,ariaReadOnly:ey,ariaRelevant:null,ariaRequired:ey,ariaRoleDescription:ry,ariaRowCount:ny,ariaRowIndex:ny,ariaRowSpan:ny,ariaSelected:ey,ariaSetSize:ny,ariaSort:null,ariaValueMax:ny,ariaValueMin:ny,ariaValueNow:ny,ariaValueText:null,role:null},transform:(e,t)=>"role"===t?t:"aria-"+t.slice(4).toLowerCase()});function fy(e,t){return t in e?e[t]:t}function py(e,t){return fy(e,t.toLowerCase())}const hy=cy({attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:iy,acceptCharset:ry,accessKey:ry,action:null,allow:null,allowFullScreen:$D,allowPaymentRequest:$D,allowUserMedia:$D,alpha:$D,alt:null,as:null,async:$D,autoCapitalize:null,autoComplete:ry,autoFocus:$D,autoPlay:$D,blocking:ry,capture:null,charSet:null,checked:$D,cite:null,className:ry,closedBy:null,colorSpace:null,cols:ny,colSpan:ny,command:null,commandFor:null,content:null,contentEditable:ey,controls:$D,controlsList:ry,coords:ny|iy,crossOrigin:null,data:null,dateTime:null,decoding:null,default:$D,defer:$D,dir:null,dirName:null,disabled:$D,download:ty,draggable:ey,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:$D,formTarget:null,headers:ry,height:ny,hidden:ty,high:ny,href:null,hrefLang:null,htmlFor:ry,httpEquiv:ry,id:null,imageSizes:null,imageSrcSet:null,inert:$D,inputMode:null,integrity:null,is:null,isMap:$D,itemId:null,itemProp:ry,itemRef:ry,itemScope:$D,itemType:ry,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:$D,low:ny,manifest:null,max:null,maxLength:ny,media:null,method:null,min:null,minLength:ny,multiple:$D,muted:$D,name:null,nonce:null,noModule:$D,noValidate:$D,onAbort:null,onAfterPrint:null,onAuxClick:null,onBeforeMatch:null,onBeforePrint:null,onBeforeToggle:null,onBeforeUnload:null,onBlur:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onContextLost:null,onContextMenu:null,onContextRestored:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnded:null,onError:null,onFocus:null,onFormData:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLanguageChange:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadEnd:null,onLoadStart:null,onMessage:null,onMessageError:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRejectionHandled:null,onReset:null,onResize:null,onScroll:null,onScrollEnd:null,onSecurityPolicyViolation:null,onSeeked:null,onSeeking:null,onSelect:null,onSlotChange:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnhandledRejection:null,onUnload:null,onVolumeChange:null,onWaiting:null,onWheel:null,open:$D,optimum:ny,pattern:null,ping:ry,placeholder:null,playsInline:$D,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:$D,referrerPolicy:null,rel:ry,required:$D,reversed:$D,rows:ny,rowSpan:ny,sandbox:ry,scope:null,scoped:$D,seamless:$D,selected:$D,shadowRootClonable:$D,shadowRootCustomElementRegistry:$D,shadowRootDelegatesFocus:$D,shadowRootMode:null,shadowRootSerializable:$D,shape:null,size:ny,sizes:null,slot:null,span:ny,spellCheck:ey,src:null,srcDoc:null,srcLang:null,srcSet:null,start:ny,step:null,style:null,tabIndex:ny,target:null,title:null,translate:null,type:null,typeMustMatch:$D,useMap:null,value:ey,width:ny,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:ry,axis:null,background:null,bgColor:null,border:ny,borderColor:null,bottomMargin:ny,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:$D,declare:$D,event:null,face:null,frame:null,frameBorder:null,hSpace:ny,leftMargin:ny,link:null,longDesc:null,lowSrc:null,marginHeight:ny,marginWidth:ny,noResize:$D,noHref:$D,noShade:$D,noWrap:$D,object:null,profile:null,prompt:null,rev:null,rightMargin:ny,rules:null,scheme:null,scrolling:ey,standby:null,summary:null,text:null,topMargin:ny,valueType:null,version:null,vAlign:null,vLink:null,vSpace:ny,allowTransparency:null,autoCorrect:null,autoSave:null,credentialless:$D,disablePictureInPicture:$D,disableRemotePlayback:$D,exportParts:iy,part:ry,prefix:null,property:null,results:ny,security:null,unselectable:null},space:"html",transform:py}),my=cy({attributes:{accentHeight:"accent-height",alignmentBaseline:"alignment-baseline",arabicForm:"arabic-form",baselineShift:"baseline-shift",capHeight:"cap-height",className:"class",clipPath:"clip-path",clipRule:"clip-rule",colorInterpolation:"color-interpolation",colorInterpolationFilters:"color-interpolation-filters",colorProfile:"color-profile",colorRendering:"color-rendering",crossOrigin:"crossorigin",dataType:"datatype",dominantBaseline:"dominant-baseline",enableBackground:"enable-background",fillOpacity:"fill-opacity",fillRule:"fill-rule",floodColor:"flood-color",floodOpacity:"flood-opacity",fontFamily:"font-family",fontSize:"font-size",fontSizeAdjust:"font-size-adjust",fontStretch:"font-stretch",fontStyle:"font-style",fontVariant:"font-variant",fontWeight:"font-weight",glyphName:"glyph-name",glyphOrientationHorizontal:"glyph-orientation-horizontal",glyphOrientationVertical:"glyph-orientation-vertical",hrefLang:"hreflang",horizAdvX:"horiz-adv-x",horizOriginX:"horiz-origin-x",horizOriginY:"horiz-origin-y",imageRendering:"image-rendering",letterSpacing:"letter-spacing",lightingColor:"lighting-color",markerEnd:"marker-end",markerMid:"marker-mid",markerStart:"marker-start",maskType:"mask-type",navDown:"nav-down",navDownLeft:"nav-down-left",navDownRight:"nav-down-right",navLeft:"nav-left",navNext:"nav-next",navPrev:"nav-prev",navRight:"nav-right",navUp:"nav-up",navUpLeft:"nav-up-left",navUpRight:"nav-up-right",onAbort:"onabort",onActivate:"onactivate",onAfterPrint:"onafterprint",onBeforePrint:"onbeforeprint",onBegin:"onbegin",onCancel:"oncancel",onCanPlay:"oncanplay",onCanPlayThrough:"oncanplaythrough",onChange:"onchange",onClick:"onclick",onClose:"onclose",onCopy:"oncopy",onCueChange:"oncuechange",onCut:"oncut",onDblClick:"ondblclick",onDrag:"ondrag",onDragEnd:"ondragend",onDragEnter:"ondragenter",onDragExit:"ondragexit",onDragLeave:"ondragleave",onDragOver:"ondragover",onDragStart:"ondragstart",onDrop:"ondrop",onDurationChange:"ondurationchange",onEmptied:"onemptied",onEnd:"onend",onEnded:"onended",onError:"onerror",onFocus:"onfocus",onFocusIn:"onfocusin",onFocusOut:"onfocusout",onHashChange:"onhashchange",onInput:"oninput",onInvalid:"oninvalid",onKeyDown:"onkeydown",onKeyPress:"onkeypress",onKeyUp:"onkeyup",onLoad:"onload",onLoadedData:"onloadeddata",onLoadedMetadata:"onloadedmetadata",onLoadStart:"onloadstart",onMessage:"onmessage",onMouseDown:"onmousedown",onMouseEnter:"onmouseenter",onMouseLeave:"onmouseleave",onMouseMove:"onmousemove",onMouseOut:"onmouseout",onMouseOver:"onmouseover",onMouseUp:"onmouseup",onMouseWheel:"onmousewheel",onOffline:"onoffline",onOnline:"ononline",onPageHide:"onpagehide",onPageShow:"onpageshow",onPaste:"onpaste",onPause:"onpause",onPlay:"onplay",onPlaying:"onplaying",onPopState:"onpopstate",onProgress:"onprogress",onRateChange:"onratechange",onRepeat:"onrepeat",onReset:"onreset",onResize:"onresize",onScroll:"onscroll",onSeeked:"onseeked",onSeeking:"onseeking",onSelect:"onselect",onShow:"onshow",onStalled:"onstalled",onStorage:"onstorage",onSubmit:"onsubmit",onSuspend:"onsuspend",onTimeUpdate:"ontimeupdate",onToggle:"ontoggle",onUnload:"onunload",onVolumeChange:"onvolumechange",onWaiting:"onwaiting",onZoom:"onzoom",overlinePosition:"overline-position",overlineThickness:"overline-thickness",paintOrder:"paint-order",panose1:"panose-1",pointerEvents:"pointer-events",referrerPolicy:"referrerpolicy",renderingIntent:"rendering-intent",shapeRendering:"shape-rendering",stopColor:"stop-color",stopOpacity:"stop-opacity",strikethroughPosition:"strikethrough-position",strikethroughThickness:"strikethrough-thickness",strokeDashArray:"stroke-dasharray",strokeDashOffset:"stroke-dashoffset",strokeLineCap:"stroke-linecap",strokeLineJoin:"stroke-linejoin",strokeMiterLimit:"stroke-miterlimit",strokeOpacity:"stroke-opacity",strokeWidth:"stroke-width",tabIndex:"tabindex",textAnchor:"text-anchor",textDecoration:"text-decoration",textRendering:"text-rendering",transformOrigin:"transform-origin",typeOf:"typeof",underlinePosition:"underline-position",underlineThickness:"underline-thickness",unicodeBidi:"unicode-bidi",unicodeRange:"unicode-range",unitsPerEm:"units-per-em",vAlphabetic:"v-alphabetic",vHanging:"v-hanging",vIdeographic:"v-ideographic",vMathematical:"v-mathematical",vectorEffect:"vector-effect",vertAdvY:"vert-adv-y",vertOriginX:"vert-origin-x",vertOriginY:"vert-origin-y",wordSpacing:"word-spacing",writingMode:"writing-mode",xHeight:"x-height",playbackOrder:"playbackorder",timelineBegin:"timelinebegin"},properties:{about:oy,accentHeight:ny,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:ny,amplitude:ny,arabicForm:null,ascent:ny,attributeName:null,attributeType:null,azimuth:ny,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:ny,by:null,calcMode:null,capHeight:ny,className:ry,clip:null,clipPath:null,clipPathUnits:null,clipRule:null,color:null,colorInterpolation:null,colorInterpolationFilters:null,colorProfile:null,colorRendering:null,content:null,contentScriptType:null,contentStyleType:null,crossOrigin:null,cursor:null,cx:null,cy:null,d:null,dataType:null,defaultAction:null,descent:ny,diffuseConstant:ny,direction:null,display:null,dur:null,divisor:ny,dominantBaseline:null,download:$D,dx:null,dy:null,edgeMode:null,editable:null,elevation:ny,enableBackground:null,end:null,event:null,exponent:ny,externalResourcesRequired:null,fill:null,fillOpacity:ny,fillRule:null,filter:null,filterRes:null,filterUnits:null,floodColor:null,floodOpacity:null,focusable:null,focusHighlight:null,fontFamily:null,fontSize:null,fontSizeAdjust:null,fontStretch:null,fontStyle:null,fontVariant:null,fontWeight:null,format:null,fr:null,from:null,fx:null,fy:null,g1:iy,g2:iy,glyphName:iy,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:ny,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:ny,horizOriginX:ny,horizOriginY:ny,id:null,ideographic:ny,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:ny,k:ny,k1:ny,k2:ny,k3:ny,k4:ny,kernelMatrix:oy,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:ny,local:null,markerEnd:null,markerMid:null,markerStart:null,markerHeight:null,markerUnits:null,markerWidth:null,mask:null,maskContentUnits:null,maskType:null,maskUnits:null,mathematical:null,max:null,media:null,mediaCharacterEncoding:null,mediaContentEncodings:null,mediaSize:ny,mediaTime:null,method:null,min:null,mode:null,name:null,navDown:null,navDownLeft:null,navDownRight:null,navLeft:null,navNext:null,navPrev:null,navRight:null,navUp:null,navUpLeft:null,navUpRight:null,numOctaves:null,observer:null,offset:null,onAbort:null,onActivate:null,onAfterPrint:null,onBeforePrint:null,onBegin:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnd:null,onEnded:null,onError:null,onFocus:null,onFocusIn:null,onFocusOut:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadStart:null,onMessage:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onMouseWheel:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRepeat:null,onReset:null,onResize:null,onScroll:null,onSeeked:null,onSeeking:null,onSelect:null,onShow:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnload:null,onVolumeChange:null,onWaiting:null,onZoom:null,opacity:null,operator:null,order:null,orient:null,orientation:null,origin:null,overflow:null,overlay:null,overlinePosition:ny,overlineThickness:ny,paintOrder:null,panose1:null,path:null,pathLength:ny,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:ry,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:ny,pointsAtY:ny,pointsAtZ:ny,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:oy,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:oy,rev:oy,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:oy,requiredFeatures:oy,requiredFonts:oy,requiredFormats:oy,resource:null,restart:null,result:null,rotate:null,rx:null,ry:null,scale:null,seed:null,shapeRendering:null,side:null,slope:null,snapshotTime:null,specularConstant:ny,specularExponent:ny,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:ny,strikethroughThickness:ny,string:null,stroke:null,strokeDashArray:oy,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:ny,strokeOpacity:ny,strokeWidth:null,style:null,surfaceScale:ny,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:oy,tabIndex:ny,tableValues:null,target:null,targetX:ny,targetY:ny,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:oy,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:ny,underlineThickness:ny,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:ny,values:null,vAlphabetic:ny,vMathematical:ny,vectorEffect:null,vHanging:ny,vIdeographic:ny,version:null,vertAdvY:ny,vertOriginX:ny,vertOriginY:ny,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:ny,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null},space:"svg",transform:fy}),gy=cy({properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null},space:"xlink",transform:(e,t)=>"xlink:"+t.slice(5).toLowerCase()}),Dy=cy({attributes:{xmlnsxlink:"xmlns:xlink"},properties:{xmlnsXLink:null,xmlns:null},space:"xmlns",transform:py}),yy=cy({properties:{xmlBase:null,xmlLang:null,xmlSpace:null},space:"xml",transform:(e,t)=>"xml:"+t.slice(3).toLowerCase()}),vy=KD([dy,hy,gy,Dy,yy],"html"),Ey=KD([dy,my,gy,Dy,yy],"svg"),Ay=/[A-Z]/g,by=/-[a-z]/g,_y=/^data[-\w.:]+$/i;function Cy(e,t){const n=XD(t);let r=t,i=JD;if(n in e.normal)return e.property[e.normal[n]];if(n.length>4&&"data"===n.slice(0,4)&&_y.test(t)){if("-"===t.charAt(4)){const e=t.slice(5).replace(by,ky);r="data"+e.charAt(0).toUpperCase()+e.slice(1)}else{const e=t.slice(4);if(!by.test(e)){let n=e.replace(Ay,Ty);"-"!==n.charAt(0)&&(n="-"+n),t="data"+n}}i=uy}return new i(r,t)}function Ty(e){return"-"+e.toLowerCase()}function ky(e){return e.charAt(1).toUpperCase()}const Fy={classId:"classID",dataType:"datatype",itemId:"itemID",strokeDashArray:"strokeDasharray",strokeDashOffset:"strokeDashoffset",strokeLineCap:"strokeLinecap",strokeLineJoin:"strokeLinejoin",strokeMiterLimit:"strokeMiterlimit",typeOf:"typeof",xLinkActuate:"xlinkActuate",xLinkArcRole:"xlinkArcrole",xLinkHref:"xlinkHref",xLinkRole:"xlinkRole",xLinkShow:"xlinkShow",xLinkTitle:"xlinkTitle",xLinkType:"xlinkType",xmlnsXLink:"xmlnsXlink"};function Sy(e){const t=String(e||"").trim();return t?t.split(/[ \t\n\r\f]+/g):[]}function wy(e){return e.join(" ").trim()}var xy=n(7294);const Oy=By("end"),Ny=By("start");function By(e){return function(t){const n=t&&t.position&&t.position[e]||{};if("number"===typeof n.line&&n.line>0&&"number"===typeof n.column&&n.column>0)return{line:n.line,column:n.column,offset:"number"===typeof n.offset&&n.offset>-1?n.offset:void 0}}}function Iy(e){return e&&"object"===typeof e?"position"in e||"type"in e?Ry(e.position):"start"in e||"end"in e?Ry(e):"line"in e||"column"in e?Py(e):"":""}function Py(e){return Ly(e&&e.line)+":"+Ly(e&&e.column)}function Ry(e){return Py(e&&e.start)+"-"+Py(e&&e.end)}function Ly(e){return e&&"number"===typeof e?e:1}class My extends Error{constructor(e,t,n){super(),"string"===typeof t&&(n=t,t=void 0);let r="",i={},o=!1;if(t&&(i="line"in t&&"column"in t||"start"in t&&"end"in t?{place:t}:"type"in t?{ancestors:[t],place:t.position}:J({},t)),"string"===typeof e?r=e:!i.cause&&e&&(o=!0,r=e.message,i.cause=e),!i.ruleId&&!i.source&&"string"===typeof n){const e=n.indexOf(":");-1===e?i.ruleId=n:(i.source=n.slice(0,e),i.ruleId=n.slice(e+1))}if(!i.place&&i.ancestors&&i.ancestors){const e=i.ancestors[i.ancestors.length-1];e&&(i.place=e.position)}const a=i.place&&"start"in i.place?i.place.start:i.place;this.ancestors=i.ancestors||void 0,this.cause=i.cause||void 0,this.column=a?a.column:void 0,this.fatal=void 0,this.file="",this.message=r,this.line=a?a.line:void 0,this.name=Iy(i.place)||"1:1",this.place=i.place||void 0,this.reason=this.message,this.ruleId=i.ruleId||void 0,this.source=i.source||void 0,this.stack=o&&i.cause&&"string"===typeof i.cause.stack?i.cause.stack:"",this.actual=void 0,this.expected=void 0,this.note=void 0,this.url=void 0}}My.prototype.file="",My.prototype.name="",My.prototype.reason="",My.prototype.message="",My.prototype.stack="",My.prototype.column=void 0,My.prototype.line=void 0,My.prototype.ancestors=void 0,My.prototype.cause=void 0,My.prototype.fatal=void 0,My.prototype.place=void 0,My.prototype.ruleId=void 0,My.prototype.source=void 0;const jy={}.hasOwnProperty,zy=new Map,Uy=/[A-Z]/g,Hy=new Set(["table","tbody","thead","tfoot","tr"]),Vy=new Set(["td","th"]),Gy="https://github.com/syntax-tree/hast-util-to-jsx-runtime";function Wy(e,t){if(!t||void 0===t.Fragment)throw new TypeError("Expected `Fragment` in options");const n=t.filePath||void 0;let r;if(t.development){if("function"!==typeof t.jsxDEV)throw new TypeError("Expected `jsxDEV` in options when `development: true`");r=function(e,t){return n;function n(n,r,i,o){const a=Array.isArray(i.children),s=Ny(n);return t(r,i,o,a,{columnNumber:s?s.column-1:void 0,fileName:e,lineNumber:s?s.line:void 0},void 0)}}(n,t.jsxDEV)}else{if("function"!==typeof t.jsx)throw new TypeError("Expected `jsx` in production options");if("function"!==typeof t.jsxs)throw new TypeError("Expected `jsxs` in production options");r=function(e,t,n){return r;function r(e,r,i,o){const a=Array.isArray(i.children)?n:t;return o?a(r,i,o):a(r,i)}}(0,t.jsx,t.jsxs)}const i={Fragment:t.Fragment,ancestors:[],components:t.components||{},create:r,elementAttributeNameCase:t.elementAttributeNameCase||"react",evaluater:t.createEvaluater?t.createEvaluater():void 0,filePath:n,ignoreInvalidStyle:t.ignoreInvalidStyle||!1,passKeys:!1!==t.passKeys,passNode:t.passNode||!1,schema:"svg"===t.space?Ey:vy,stylePropertyNameCase:t.stylePropertyNameCase||"dom",tableCellAlignToStyle:!1!==t.tableCellAlignToStyle},o=Yy(i,e,void 0);return o&&"string"!==typeof o?o:i.create(e,i.Fragment,{children:o||void 0},void 0)}function Yy(e,t,n){return"element"===t.type?function(e,t,n){const r=e.schema;let i=r;"svg"===t.tagName.toLowerCase()&&"html"===r.space&&(i=Ey,e.schema=i);e.ancestors.push(t);const o=Jy(e,t.tagName,!1),a=function(e,t){const n={};let r,i;for(i in t.properties)if("children"!==i&&jy.call(t.properties,i)){const o=Xy(e,i,t.properties[i]);if(o){const i=ne(o,2),a=i[0],s=i[1];e.tableCellAlignToStyle&&"align"===a&&"string"===typeof s&&Vy.has(t.tagName)?r=s:n[a]=s}}if(r){(n.style||(n.style={}))["css"===e.stylePropertyNameCase?"text-align":"textAlign"]=r}return n}(e,t);let s=Ky(e,t);Hy.has(t.tagName)&&(s=s.filter(function(e){return"string"!==typeof e||!("object"===typeof(t=e)?"text"===t.type&&qD(t.value):qD(t));var t}));return qy(e,a,o,t),Qy(a,s),e.ancestors.pop(),e.schema=r,e.create(t,o,a,n)}(e,t,n):"mdxFlowExpression"===t.type||"mdxTextExpression"===t.type?function(e,t){if(t.data&&t.data.estree&&e.evaluater){const n=t.data.estree.body[0];return n.type,e.evaluater.evaluateExpression(n.expression)}Zy(e,t.position)}(e,t):"mdxJsxFlowElement"===t.type||"mdxJsxTextElement"===t.type?function(e,t,n){const r=e.schema;let i=r;"svg"===t.name&&"html"===r.space&&(i=Ey,e.schema=i);e.ancestors.push(t);const o=null===t.name?e.Fragment:Jy(e,t.name,!0),a=function(e,t){const n={};for(const r of t.attributes)if("mdxJsxExpressionAttribute"===r.type)if(r.data&&r.data.estree&&e.evaluater){const t=r.data.estree.body[0];MD(t.type);const i=t.expression;MD(i.type);const o=i.properties[0];MD(o.type),Object.assign(n,e.evaluater.evaluateExpression(o.argument))}else Zy(e,t.position);else{const i=r.name;let o;if(r.value&&"object"===typeof r.value)if(r.value.data&&r.value.data.estree&&e.evaluater){const t=r.value.data.estree.body[0];MD(t.type),o=e.evaluater.evaluateExpression(t.expression)}else Zy(e,t.position);else o=null===r.value||r.value;n[i]=o}return n}(e,t),s=Ky(e,t);return qy(e,a,o,t),Qy(a,s),e.ancestors.pop(),e.schema=r,e.create(t,o,a,n)}(e,t,n):"mdxjsEsm"===t.type?function(e,t){if(t.data&&t.data.estree&&e.evaluater)return e.evaluater.evaluateProgram(t.data.estree);Zy(e,t.position)}(e,t):"root"===t.type?function(e,t,n){const r={};return Qy(r,Ky(e,t)),e.create(t,e.Fragment,r,n)}(e,t,n):"text"===t.type?function(e,t){return t.value}(0,t):void 0}function qy(e,t,n,r){"string"!==typeof n&&n!==e.Fragment&&e.passNode&&(t.node=r)}function Qy(e,t){if(t.length>0){const n=t.length>1?t:t[0];n&&(e.children=n)}}function Ky(e,t){const n=[];let r=-1;const i=e.passKeys?new Map:zy;for(;++r<t.children.length;){const o=t.children[r];let a;if(e.passKeys){const e="element"===o.type?o.tagName:"mdxJsxFlowElement"===o.type||"mdxJsxTextElement"===o.type?o.name:void 0;if(e){const t=i.get(e)||0;a=e+"-"+t,i.set(e,t+1)}}const s=Yy(e,o,a);void 0!==s&&n.push(s)}return n}function Xy(e,t,n){const r=Cy(e.schema,t);if(!(null===n||void 0===n||"number"===typeof n&&Number.isNaN(n))){if(Array.isArray(n)&&(n=r.commaSeparated?UD(n):wy(n)),"style"===r.property){let t="object"===typeof n?n:function(e,t){try{return xy(t,{reactCompat:!0})}catch(n){if(e.ignoreInvalidStyle)return{};const t=n,r=new My("Cannot parse `style` attribute",{ancestors:e.ancestors,cause:t,ruleId:"style",source:"hast-util-to-jsx-runtime"});throw r.file=e.filePath||void 0,r.url=Gy+"#cannot-parse-style-attribute",r}}(e,String(n));return"css"===e.stylePropertyNameCase&&(t=function(e){const t={};let n;for(n in e)jy.call(e,n)&&(t[$y(n)]=e[n]);return t}(t)),["style",t]}return["react"===e.elementAttributeNameCase&&r.space?Fy[r.property]||r.property:r.attribute,n]}}function Jy(e,t,n){let r;if(n)if(t.includes(".")){const e=t.split(".");let n,i=-1;for(;++i<e.length;){const t=WD(e[i])?{type:"Identifier",name:e[i]}:{type:"Literal",value:e[i]};n=n?{type:"MemberExpression",object:n,property:t,computed:Boolean(i&&"Literal"===t.type),optional:!1}:t}r=n}else r=WD(t)&&!/^[a-z]/.test(t)?{type:"Identifier",name:t}:{type:"Literal",value:t};else r={type:"Literal",value:t};if("Literal"===r.type){const t=r.value;return jy.call(e.components,t)?e.components[t]:t}if(e.evaluater)return e.evaluater.evaluateExpression(r);Zy(e)}function Zy(e,t){const n=new My("Cannot handle MDX estrees without `createEvaluater`",{ancestors:e.ancestors,place:t,ruleId:"mdx-estree",source:"hast-util-to-jsx-runtime"});throw n.file=e.filePath||void 0,n.url=Gy+"#cannot-handle-mdx-estrees-without-createevaluater",n}function $y(e){let t=e.replace(Uy,ev);return"ms-"===t.slice(0,3)&&(t="-"+t),t}function ev(e){return"-"+e.toLowerCase()}const tv={action:["form"],cite:["blockquote","del","ins","q"],data:["object"],formAction:["button","input"],href:["a","area","base","link"],icon:["menuitem"],itemId:null,manifest:["html"],ping:["a","area"],poster:["video"],src:["audio","embed","iframe","img","input","script","source","track","video"]},nv={};function rv(e,t){const n=t||nv;return iv(e,"boolean"!==typeof n.includeImageAlt||n.includeImageAlt,"boolean"!==typeof n.includeHtml||n.includeHtml)}function iv(e,t,n){if(function(e){return Boolean(e&&"object"===typeof e)}(e)){if("value"in e)return"html"!==e.type||n?e.value:"";if(t&&"alt"in e&&e.alt)return e.alt;if("children"in e)return ov(e.children,t,n)}return Array.isArray(e)?ov(e,t,n):""}function ov(e,t,n){const r=[];let i=-1;for(;++i<e.length;)r[i]=iv(e[i],t,n);return r.join("")}function av(e,t,n,r){const i=e.length;let o,a=0;if(t=t<0?-t>i?0:i+t:t>i?i:t,n=n>0?n:0,r.length<1e4)o=Array.from(r),o.unshift(t,n),e.splice(...o);else for(n&&e.splice(t,n);a<r.length;)o=r.slice(a,a+1e4),o.unshift(t,0),e.splice(...o),a+=1e4,t+=1e4}function sv(e,t){return e.length>0?(av(e,e.length,0,t),e):t}class uv{constructor(e){this.left=e?[...e]:[],this.right=[]}get(e){if(e<0||e>=this.left.length+this.right.length)throw new RangeError("Cannot access index `"+e+"` in a splice buffer of size `"+(this.left.length+this.right.length)+"`");return e<this.left.length?this.left[e]:this.right[this.right.length-e+this.left.length-1]}get length(){return this.left.length+this.right.length}shift(){return this.setCursor(0),this.right.pop()}slice(e,t){const n=null===t||void 0===t?Number.POSITIVE_INFINITY:t;return n<this.left.length?this.left.slice(e,n):e>this.left.length?this.right.slice(this.right.length-n+this.left.length,this.right.length-e+this.left.length).reverse():this.left.slice(e).concat(this.right.slice(this.right.length-n+this.left.length).reverse())}splice(e,t,n){const r=t||0;this.setCursor(Math.trunc(e));const i=this.right.splice(this.right.length-r,Number.POSITIVE_INFINITY);return n&&lv(this.left,n),i.reverse()}pop(){return this.setCursor(Number.POSITIVE_INFINITY),this.left.pop()}push(e){this.setCursor(Number.POSITIVE_INFINITY),this.left.push(e)}pushMany(e){this.setCursor(Number.POSITIVE_INFINITY),lv(this.left,e)}unshift(e){this.setCursor(0),this.right.push(e)}unshiftMany(e){this.setCursor(0),lv(this.right,e.reverse())}setCursor(e){if(!(e===this.left.length||e>this.left.length&&0===this.right.length||e<0&&0===this.left.length))if(e<this.left.length){const t=this.left.splice(e,Number.POSITIVE_INFINITY);lv(this.right,t.reverse())}else{const t=this.right.splice(this.left.length+this.right.length-e,Number.POSITIVE_INFINITY);lv(this.left,t.reverse())}}}function lv(e,t){let n=0;if(t.length<1e4)e.push(...t);else for(;n<t.length;)e.push(...t.slice(n,n+1e4)),n+=1e4}function cv(e){const t={};let n,r,i,o,a,s,u,l=-1;const c=new uv(e);for(;++l<c.length;){for(;l in t;)l=t[l];if(n=c.get(l),l&&"chunkFlow"===n[1].type&&"listItemPrefix"===c.get(l-1)[1].type&&(s=n[1]._tokenizer.events,i=0,i<s.length&&"lineEndingBlank"===s[i][1].type&&(i+=2),i<s.length&&"content"===s[i][1].type))for(;++i<s.length&&"content"!==s[i][1].type;)"chunkText"===s[i][1].type&&(s[i][1]._isInFirstContentOfListItem=!0,i++);if("enter"===n[0])n[1].contentType&&(Object.assign(t,dv(c,l)),l=t[l],u=!0);else if(n[1]._container){for(i=l,r=void 0;i--;)if(o=c.get(i),"lineEnding"===o[1].type||"lineEndingBlank"===o[1].type)"enter"===o[0]&&(r&&(c.get(r)[1].type="lineEndingBlank"),o[1].type="lineEnding",r=i);else if("linePrefix"!==o[1].type&&"listItemIndent"!==o[1].type)break;r&&(n[1].end=J({},c.get(r)[1].start),a=c.slice(r,l),a.unshift(n),c.splice(r,l-r+1,a))}}return av(e,0,Number.POSITIVE_INFINITY,c.slice(0)),!u}function dv(e,t){const n=e.get(t)[1],r=e.get(t)[2];let i=t-1;const o=[];let a=n._tokenizer;a||(a=r.parser[n.contentType](n.start),n._contentTypeTextTrailing&&(a._contentTypeTextTrailing=!0));const s=a.events,u=[],l={};let c,d,f=-1,p=n,h=0,m=0;const g=[m];for(;p;){for(;e.get(++i)[1]!==p;);o.push(i),p._tokenizer||(c=r.sliceStream(p),p.next||c.push(null),d&&a.defineSkip(p.start),p._isInFirstContentOfListItem&&(a._gfmTasklistFirstContentOfListItem=!0),a.write(c),p._isInFirstContentOfListItem&&(a._gfmTasklistFirstContentOfListItem=void 0)),d=p,p=p.next}for(p=n;++f<s.length;)"exit"===s[f][0]&&"enter"===s[f-1][0]&&s[f][1].type===s[f-1][1].type&&s[f][1].start.line!==s[f][1].end.line&&(m=f+1,g.push(m),p._tokenizer=void 0,p.previous=void 0,p=p.next);for(a.events=[],p?(p._tokenizer=void 0,p.previous=void 0):g.pop(),f=g.length;f--;){const t=s.slice(g[f],g[f+1]),n=o.pop();u.push([n,n+t.length-1]),e.splice(n,2,t)}for(u.reverse(),f=-1;++f<u.length;)l[h+u[f][0]]=h+u[f][1],h+=u[f][1]-u[f][0]-1;return l}const fv={}.hasOwnProperty;function pv(e){const t={};let n=-1;for(;++n<e.length;)hv(t,e[n]);return t}function hv(e,t){let n;for(n in t){const r=(fv.call(e,n)?e[n]:void 0)||(e[n]={}),i=t[n];let o;if(i)for(o in i){fv.call(r,o)||(r[o]=[]);const e=i[o];mv(r[o],Array.isArray(e)?e:e?[e]:[])}}}function mv(e,t){let n=-1;const r=[];for(;++n<t.length;)("after"===t[n].add?e:r).push(t[n]);av(e,0,0,r)}const gv=Sv(/[A-Za-z]/),Dv=Sv(/[\dA-Za-z]/),yv=Sv(/[#-'*+\--9=?A-Z^-~]/);function vv(e){return null!==e&&(e<32||127===e)}const Ev=Sv(/\d/),Av=Sv(/[\dA-Fa-f]/),bv=Sv(/[!-/:-@[-`{-~]/);function _v(e){return null!==e&&e<-2}function Cv(e){return null!==e&&(e<0||32===e)}function Tv(e){return-2===e||-1===e||32===e}const kv=Sv(/(?:[!-#%-\*,-\/:;\?@\[-\]_\{\}\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061D-\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C77\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B4E\u1B4F\u1B5A-\u1B60\u1B7D-\u1B7F\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4F\u2E52-\u2E5D\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDD6E\uDEAD\uDED0\uDF55-\uDF59\uDF86-\uDF89]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9\uDFD4\uDFD5\uDFD7\uDFD8]|\uD805[\uDC4B-\uDC4F\uDC5A\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDEB9\uDF3C-\uDF3E]|\uD806[\uDC3B\uDD44-\uDD46\uDDE2\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2\uDF00-\uDF09\uDFE1]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8\uDF43-\uDF4F\uDFFF]|\uD809[\uDC70-\uDC74]|\uD80B[\uDFF1\uDFF2]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDD6D-\uDD6F\uDE97-\uDE9A\uDFE2]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD839\uDDFF|\uD83A[\uDD5E\uDD5F])|(?:[\$\+<->\^`\|~\xA2-\xA6\xA8\xA9\xAC\xAE-\xB1\xB4\xB8\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u0384\u0385\u03F6\u0482\u058D-\u058F\u0606-\u0608\u060B\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u07FE\u07FF\u0888\u09F2\u09F3\u09FA\u09FB\u0AF1\u0B70\u0BF3-\u0BFA\u0C7F\u0D4F\u0D79\u0E3F\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u166D\u17DB\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u1FBD\u1FBF-\u1FC1\u1FCD-\u1FCF\u1FDD-\u1FDF\u1FED-\u1FEF\u1FFD\u1FFE\u2044\u2052\u207A-\u207C\u208A-\u208C\u20A0-\u20C1\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F\u218A\u218B\u2190-\u2307\u230C-\u2328\u232B-\u2429\u2440-\u244A\u249C-\u24E9\u2500-\u2767\u2794-\u27C4\u27C7-\u27E5\u27F0-\u2982\u2999-\u29D7\u29DC-\u29FB\u29FE-\u2B73\u2B76-\u2BFF\u2CE5-\u2CEA\u2E50\u2E51\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFF\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u309B\u309C\u3190\u3191\u3196-\u319F\u31C0-\u31E5\u31EF\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA700-\uA716\uA720\uA721\uA789\uA78A\uA828-\uA82B\uA836-\uA839\uAA77-\uAA79\uAB5B\uAB6A\uAB6B\uFB29\uFBB2-\uFBD2\uFD40-\uFD4F\uFD90\uFD91\uFDC8-\uFDCF\uFDFC-\uFDFF\uFE62\uFE64-\uFE66\uFE69\uFF04\uFF0B\uFF1C-\uFF1E\uFF3E\uFF40\uFF5C\uFF5E\uFFE0-\uFFE6\uFFE8-\uFFEE\uFFFC\uFFFD]|\uD800[\uDD37-\uDD3F\uDD79-\uDD89\uDD8C-\uDD8E\uDD90-\uDD9C\uDDA0\uDDD0-\uDDFC]|\uD802[\uDC77\uDC78\uDEC8]|\uD803[\uDD8E\uDD8F\uDED1-\uDED8]|\uD805\uDF3F|\uD807[\uDFD5-\uDFF1]|\uD81A[\uDF3C-\uDF3F\uDF45]|\uD82F\uDC9C|\uD833[\uDC00-\uDCEF\uDCFA-\uDCFC\uDD00-\uDEB3\uDEBA-\uDED0\uDEE0-\uDEF0\uDF50-\uDFC3]|\uD834[\uDC00-\uDCF5\uDD00-\uDD26\uDD29-\uDD64\uDD6A-\uDD6C\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDDEA\uDE00-\uDE41\uDE45\uDF00-\uDF56]|\uD835[\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85\uDE86]|\uD838[\uDD4F\uDEFF]|\uD83B[\uDCAC\uDCB0\uDD2E\uDEF0\uDEF1]|\uD83C[\uDC00-\uDC2B\uDC30-\uDC93\uDCA0-\uDCAE\uDCB1-\uDCBF\uDCC1-\uDCCF\uDCD1-\uDCF5\uDD0D-\uDDAD\uDDE6-\uDE02\uDE10-\uDE3B\uDE40-\uDE48\uDE50\uDE51\uDE60-\uDE65\uDF00-\uDFFF]|\uD83D[\uDC00-\uDED8\uDEDC-\uDEEC\uDEF0-\uDEFC\uDF00-\uDFD9\uDFE0-\uDFEB\uDFF0]|\uD83E[\uDC00-\uDC0B\uDC10-\uDC47\uDC50-\uDC59\uDC60-\uDC87\uDC90-\uDCAD\uDCB0-\uDCBB\uDCC0\uDCC1\uDCD0-\uDCD8\uDD00-\uDE57\uDE60-\uDE6D\uDE70-\uDE7C\uDE80-\uDE8A\uDE8E-\uDEC6\uDEC8\uDECD-\uDEDC\uDEDF-\uDEEA\uDEEF-\uDEF8\uDF00-\uDF92\uDF94-\uDFEF\uDFFA])/),Fv=Sv(/\s/);function Sv(e){return function(t){return null!==t&&t>-1&&e.test(String.fromCharCode(t))}}function wv(e,t,n,r){const i=r?r-1:Number.POSITIVE_INFINITY;let o=0;return function(r){if(Tv(r))return e.enter(n),a(r);return t(r)};function a(r){return Tv(r)&&o++<i?(e.consume(r),a):(e.exit(n),t(r))}}const xv={tokenize:function(e){const t=e.attempt(this.parser.constructs.contentInitial,function(n){if(null===n)return void e.consume(n);return e.enter("lineEnding"),e.consume(n),e.exit("lineEnding"),wv(e,t,"linePrefix")},function(t){return e.enter("paragraph"),r(t)});let n;return t;function r(t){const r=e.enter("chunkText",{contentType:"text",previous:n});return n&&(n.next=r),n=r,i(t)}function i(t){return null===t?(e.exit("chunkText"),e.exit("paragraph"),void e.consume(t)):_v(t)?(e.consume(t),e.exit("chunkText"),r):(e.consume(t),i)}}};const Ov={tokenize:function(e){const t=this,n=[];let r,i,o,a=0;return s;function s(r){if(a<n.length){const i=n[a];return t.containerState=i[1],e.attempt(i[0].continuation,u,l)(r)}return l(r)}function u(e){if(a++,t.containerState._closeFlow){t.containerState._closeFlow=void 0,r&&y();const n=t.events.length;let i,o=n;for(;o--;)if("exit"===t.events[o][0]&&"chunkFlow"===t.events[o][1].type){i=t.events[o][1].end;break}D(a);let s=n;for(;s<t.events.length;)t.events[s][1].end=J({},i),s++;return av(t.events,o+1,0,t.events.slice(n)),t.events.length=s,l(e)}return s(e)}function l(i){if(a===n.length){if(!r)return f(i);if(r.currentConstruct&&r.currentConstruct.concrete)return h(i);t.interrupt=Boolean(r.currentConstruct&&!r._gfmTableDynamicInterruptHack)}return t.containerState={},e.check(Nv,c,d)(i)}function c(e){return r&&y(),D(a),f(e)}function d(e){return t.parser.lazy[t.now().line]=a!==n.length,o=t.now().offset,h(e)}function f(n){return t.containerState={},e.attempt(Nv,p,h)(n)}function p(e){return a++,n.push([t.currentConstruct,t.containerState]),f(e)}function h(n){return null===n?(r&&y(),D(0),void e.consume(n)):(r=r||t.parser.flow(t.now()),e.enter("chunkFlow",{_tokenizer:r,contentType:"flow",previous:i}),m(n))}function m(n){return null===n?(g(e.exit("chunkFlow"),!0),D(0),void e.consume(n)):_v(n)?(e.consume(n),g(e.exit("chunkFlow")),a=0,t.interrupt=void 0,s):(e.consume(n),m)}function g(e,n){const s=t.sliceStream(e);if(n&&s.push(null),e.previous=i,i&&(i.next=e),i=e,r.defineSkip(e.start),r.write(s),t.parser.lazy[e.start.line]){let e=r.events.length;for(;e--;)if(r.events[e][1].start.offset<o&&(!r.events[e][1].end||r.events[e][1].end.offset>o))return;const n=t.events.length;let i,s,u=n;for(;u--;)if("exit"===t.events[u][0]&&"chunkFlow"===t.events[u][1].type){if(i){s=t.events[u][1].end;break}i=!0}for(D(a),e=n;e<t.events.length;)t.events[e][1].end=J({},s),e++;av(t.events,u+1,0,t.events.slice(n)),t.events.length=e}}function D(r){let i=n.length;for(;i-- >r;){const r=n[i];t.containerState=r[1],r[0].exit.call(t,e)}n.length=r}function y(){r.write([null]),i=void 0,r=void 0,t.containerState._closeFlow=void 0}}},Nv={tokenize:function(e,t,n){return wv(e,e.attempt(this.parser.constructs.document,t,n),"linePrefix",this.parser.constructs.disable.null.includes("codeIndented")?void 0:4)}};const Bv={partial:!0,tokenize:function(e,t,n){return function(t){return Tv(t)?wv(e,r,"linePrefix")(t):r(t)};function r(e){return null===e||_v(e)?t(e):n(e)}}};const Iv={resolve:function(e){return cv(e),e},tokenize:function(e,t){let n;return function(t){return e.enter("content"),n=e.enter("chunkContent",{contentType:"content"}),r(t)};function r(t){return null===t?i(t):_v(t)?e.check(Pv,o,i)(t):(e.consume(t),r)}function i(n){return e.exit("chunkContent"),e.exit("content"),t(n)}function o(t){return e.consume(t),e.exit("chunkContent"),n.next=e.enter("chunkContent",{contentType:"content",previous:n}),n=n.next,r}}},Pv={partial:!0,tokenize:function(e,t,n){const r=this;return function(t){return e.exit("chunkContent"),e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),wv(e,i,"linePrefix")};function i(i){if(null===i||_v(i))return n(i);const o=r.events[r.events.length-1];return!r.parser.constructs.disable.null.includes("codeIndented")&&o&&"linePrefix"===o[1].type&&o[2].sliceSerialize(o[1],!0).length>=4?t(i):e.interrupt(r.parser.constructs.flow,n,t)(i)}}};const Rv={tokenize:function(e){const t=this,n=e.attempt(Bv,function(r){if(null===r)return void e.consume(r);return e.enter("lineEndingBlank"),e.consume(r),e.exit("lineEndingBlank"),t.currentConstruct=void 0,n},e.attempt(this.parser.constructs.flowInitial,r,wv(e,e.attempt(this.parser.constructs.flow,r,e.attempt(Iv,r)),"linePrefix")));return n;function r(r){if(null!==r)return e.enter("lineEnding"),e.consume(r),e.exit("lineEnding"),t.currentConstruct=void 0,n;e.consume(r)}}};const Lv={resolveAll:Uv()},Mv=zv("string"),jv=zv("text");function zv(e){return{resolveAll:Uv("text"===e?Hv:void 0),tokenize:function(t){const n=this,r=this.parser.constructs[e],i=t.attempt(r,o,a);return o;function o(e){return u(e)?i(e):a(e)}function a(e){if(null!==e)return t.enter("data"),t.consume(e),s;t.consume(e)}function s(e){return u(e)?(t.exit("data"),i(e)):(t.consume(e),s)}function u(e){if(null===e)return!0;const t=r[e];let i=-1;if(t)for(;++i<t.length;){const e=t[i];if(!e.previous||e.previous.call(n,n.previous))return!0}return!1}}}}function Uv(e){return function(t,n){let r,i=-1;for(;++i<=t.length;)void 0===r?t[i]&&"data"===t[i][1].type&&(r=i,i++):t[i]&&"data"===t[i][1].type||(i!==r+2&&(t[r][1].end=t[i-1][1].end,t.splice(r+2,i-r-2),i=r+2),r=void 0);return e?e(t,n):t}}function Hv(e,t){let n=0;for(;++n<=e.length;)if((n===e.length||"lineEnding"===e[n][1].type)&&"data"===e[n-1][1].type){const r=e[n-1][1],i=t.sliceStream(r);let o,a=i.length,s=-1,u=0;for(;a--;){const e=i[a];if("string"===typeof e){for(s=e.length;32===e.charCodeAt(s-1);)u++,s--;if(s)break;s=-1}else if(-2===e)o=!0,u++;else if(-1!==e){a++;break}}if(t._contentTypeTextTrailing&&n===e.length&&(u=0),u){const i={type:n===e.length||o||u<2?"lineSuffix":"hardBreakTrailing",start:{_bufferIndex:a?s:r.start._bufferIndex+s,_index:r.start._index+a,line:r.end.line,column:r.end.column-u,offset:r.end.offset-u},end:J({},r.end)};r.end=J({},i.start),r.start.offset===r.end.offset?Object.assign(r,i):(e.splice(n,0,["enter",i,t],["exit",i,t]),n+=2)}n++}return e}const Vv={name:"thematicBreak",tokenize:function(e,t,n){let r,i=0;return function(t){return e.enter("thematicBreak"),function(e){return r=e,o(e)}(t)};function o(o){return o===r?(e.enter("thematicBreakSequence"),a(o)):i>=3&&(null===o||_v(o))?(e.exit("thematicBreak"),t(o)):n(o)}function a(t){return t===r?(e.consume(t),i++,a):(e.exit("thematicBreakSequence"),Tv(t)?wv(e,o,"whitespace")(t):o(t))}}};const Gv={continuation:{tokenize:function(e,t,n){const r=this;return r.containerState._closeFlow=void 0,e.check(Bv,i,o);function i(n){return r.containerState.furtherBlankLines=r.containerState.furtherBlankLines||r.containerState.initialBlankLine,wv(e,t,"listItemIndent",r.containerState.size+1)(n)}function o(n){return r.containerState.furtherBlankLines||!Tv(n)?(r.containerState.furtherBlankLines=void 0,r.containerState.initialBlankLine=void 0,a(n)):(r.containerState.furtherBlankLines=void 0,r.containerState.initialBlankLine=void 0,e.attempt(Yv,t,a)(n))}function a(i){return r.containerState._closeFlow=!0,r.interrupt=void 0,wv(e,e.attempt(Gv,t,n),"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(i)}}},exit:function(e){e.exit(this.containerState.type)},name:"list",tokenize:function(e,t,n){const r=this,i=r.events[r.events.length-1];let o=i&&"linePrefix"===i[1].type?i[2].sliceSerialize(i[1],!0).length:0,a=0;return function(t){const i=r.containerState.type||(42===t||43===t||45===t?"listUnordered":"listOrdered");if("listUnordered"===i?!r.containerState.marker||t===r.containerState.marker:Ev(t)){if(r.containerState.type||(r.containerState.type=i,e.enter(i,{_container:!0})),"listUnordered"===i)return e.enter("listItemPrefix"),42===t||45===t?e.check(Vv,n,u)(t):u(t);if(!r.interrupt||49===t)return e.enter("listItemPrefix"),e.enter("listItemValue"),s(t)}return n(t)};function s(t){return Ev(t)&&++a<10?(e.consume(t),s):(!r.interrupt||a<2)&&(r.containerState.marker?t===r.containerState.marker:41===t||46===t)?(e.exit("listItemValue"),u(t)):n(t)}function u(t){return e.enter("listItemMarker"),e.consume(t),e.exit("listItemMarker"),r.containerState.marker=r.containerState.marker||t,e.check(Bv,r.interrupt?n:l,e.attempt(Wv,d,c))}function l(e){return r.containerState.initialBlankLine=!0,o++,d(e)}function c(t){return Tv(t)?(e.enter("listItemPrefixWhitespace"),e.consume(t),e.exit("listItemPrefixWhitespace"),d):n(t)}function d(n){return r.containerState.size=o+r.sliceSerialize(e.exit("listItemPrefix"),!0).length,t(n)}}},Wv={partial:!0,tokenize:function(e,t,n){const r=this;return wv(e,function(e){const i=r.events[r.events.length-1];return!Tv(e)&&i&&"listItemPrefixWhitespace"===i[1].type?t(e):n(e)},"listItemPrefixWhitespace",r.parser.constructs.disable.null.includes("codeIndented")?void 0:5)}},Yv={partial:!0,tokenize:function(e,t,n){const r=this;return wv(e,function(e){const i=r.events[r.events.length-1];return i&&"listItemIndent"===i[1].type&&i[2].sliceSerialize(i[1],!0).length===r.containerState.size?t(e):n(e)},"listItemIndent",r.containerState.size+1)}};const qv={continuation:{tokenize:function(e,t,n){const r=this;return function(t){if(Tv(t))return wv(e,i,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(t);return i(t)};function i(r){return e.attempt(qv,t,n)(r)}}},exit:function(e){e.exit("blockQuote")},name:"blockQuote",tokenize:function(e,t,n){const r=this;return function(t){if(62===t){const n=r.containerState;return n.open||(e.enter("blockQuote",{_container:!0}),n.open=!0),e.enter("blockQuotePrefix"),e.enter("blockQuoteMarker"),e.consume(t),e.exit("blockQuoteMarker"),i}return n(t)};function i(n){return Tv(n)?(e.enter("blockQuotePrefixWhitespace"),e.consume(n),e.exit("blockQuotePrefixWhitespace"),e.exit("blockQuotePrefix"),t):(e.exit("blockQuotePrefix"),t(n))}}};function Qv(e,t,n,r,i,o,a,s,u){const l=u||Number.POSITIVE_INFINITY;let c=0;return function(t){if(60===t)return e.enter(r),e.enter(i),e.enter(o),e.consume(t),e.exit(o),d;if(null===t||32===t||41===t||vv(t))return n(t);return e.enter(r),e.enter(a),e.enter(s),e.enter("chunkString",{contentType:"string"}),h(t)};function d(n){return 62===n?(e.enter(o),e.consume(n),e.exit(o),e.exit(i),e.exit(r),t):(e.enter(s),e.enter("chunkString",{contentType:"string"}),f(n))}function f(t){return 62===t?(e.exit("chunkString"),e.exit(s),d(t)):null===t||60===t||_v(t)?n(t):(e.consume(t),92===t?p:f)}function p(t){return 60===t||62===t||92===t?(e.consume(t),f):f(t)}function h(i){return c||null!==i&&41!==i&&!Cv(i)?c<l&&40===i?(e.consume(i),c++,h):41===i?(e.consume(i),c--,h):null===i||32===i||40===i||vv(i)?n(i):(e.consume(i),92===i?m:h):(e.exit("chunkString"),e.exit(s),e.exit(a),e.exit(r),t(i))}function m(t){return 40===t||41===t||92===t?(e.consume(t),h):h(t)}}function Kv(e,t,n,r,i,o){const a=this;let s,u=0;return function(t){return e.enter(r),e.enter(i),e.consume(t),e.exit(i),e.enter(o),l};function l(d){return u>999||null===d||91===d||93===d&&!s||94===d&&!u&&"_hiddenFootnoteSupport"in a.parser.constructs?n(d):93===d?(e.exit(o),e.enter(i),e.consume(d),e.exit(i),e.exit(r),t):_v(d)?(e.enter("lineEnding"),e.consume(d),e.exit("lineEnding"),l):(e.enter("chunkString",{contentType:"string"}),c(d))}function c(t){return null===t||91===t||93===t||_v(t)||u++>999?(e.exit("chunkString"),l(t)):(e.consume(t),s||(s=!Tv(t)),92===t?d:c)}function d(t){return 91===t||92===t||93===t?(e.consume(t),u++,c):c(t)}}function Xv(e,t,n,r,i,o){let a;return function(t){if(34===t||39===t||40===t)return e.enter(r),e.enter(i),e.consume(t),e.exit(i),a=40===t?41:t,s;return n(t)};function s(n){return n===a?(e.enter(i),e.consume(n),e.exit(i),e.exit(r),t):(e.enter(o),u(n))}function u(t){return t===a?(e.exit(o),s(a)):null===t?n(t):_v(t)?(e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),wv(e,u,"linePrefix")):(e.enter("chunkString",{contentType:"string"}),l(t))}function l(t){return t===a||null===t||_v(t)?(e.exit("chunkString"),u(t)):(e.consume(t),92===t?c:l)}function c(t){return t===a||92===t?(e.consume(t),l):l(t)}}function Jv(e,t){let n;return function r(i){if(_v(i))return e.enter("lineEnding"),e.consume(i),e.exit("lineEnding"),n=!0,r;if(Tv(i))return wv(e,r,n?"linePrefix":"lineSuffix")(i);return t(i)}}function Zv(e){return e.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}const $v={name:"definition",tokenize:function(e,t,n){const r=this;let i;return function(t){return e.enter("definition"),function(t){return Kv.call(r,e,o,n,"definitionLabel","definitionLabelMarker","definitionLabelString")(t)}(t)};function o(t){return i=Zv(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)),58===t?(e.enter("definitionMarker"),e.consume(t),e.exit("definitionMarker"),a):n(t)}function a(t){return Cv(t)?Jv(e,s)(t):s(t)}function s(t){return Qv(e,u,n,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString")(t)}function u(t){return e.attempt(eE,l,l)(t)}function l(t){return Tv(t)?wv(e,c,"whitespace")(t):c(t)}function c(o){return null===o||_v(o)?(e.exit("definition"),r.parser.defined.push(i),t(o)):n(o)}}},eE={partial:!0,tokenize:function(e,t,n){return function(t){return Cv(t)?Jv(e,r)(t):n(t)};function r(t){return Xv(e,i,n,"definitionTitle","definitionTitleMarker","definitionTitleString")(t)}function i(t){return Tv(t)?wv(e,o,"whitespace")(t):o(t)}function o(e){return null===e||_v(e)?t(e):n(e)}}};const tE={name:"codeIndented",tokenize:function(e,t,n){const r=this;return function(t){return e.enter("codeIndented"),wv(e,i,"linePrefix",5)(t)};function i(e){const t=r.events[r.events.length-1];return t&&"linePrefix"===t[1].type&&t[2].sliceSerialize(t[1],!0).length>=4?o(e):n(e)}function o(t){return null===t?s(t):_v(t)?e.attempt(nE,o,s)(t):(e.enter("codeFlowValue"),a(t))}function a(t){return null===t||_v(t)?(e.exit("codeFlowValue"),o(t)):(e.consume(t),a)}function s(n){return e.exit("codeIndented"),t(n)}}},nE={partial:!0,tokenize:function(e,t,n){const r=this;return i;function i(t){return r.parser.lazy[r.now().line]?n(t):_v(t)?(e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),i):wv(e,o,"linePrefix",5)(t)}function o(e){const o=r.events[r.events.length-1];return o&&"linePrefix"===o[1].type&&o[2].sliceSerialize(o[1],!0).length>=4?t(e):_v(e)?i(e):n(e)}}};const rE={name:"headingAtx",resolve:function(e,t){let n,r,i=e.length-2,o=3;"whitespace"===e[o][1].type&&(o+=2);i-2>o&&"whitespace"===e[i][1].type&&(i-=2);"atxHeadingSequence"===e[i][1].type&&(o===i-1||i-4>o&&"whitespace"===e[i-2][1].type)&&(i-=o+1===i?2:4);i>o&&(n={type:"atxHeadingText",start:e[o][1].start,end:e[i][1].end},r={type:"chunkText",start:e[o][1].start,end:e[i][1].end,contentType:"text"},av(e,o,i-o+1,[["enter",n,t],["enter",r,t],["exit",r,t],["exit",n,t]]));return e},tokenize:function(e,t,n){let r=0;return function(t){return e.enter("atxHeading"),function(t){return e.enter("atxHeadingSequence"),i(t)}(t)};function i(t){return 35===t&&r++<6?(e.consume(t),i):null===t||Cv(t)?(e.exit("atxHeadingSequence"),o(t)):n(t)}function o(n){return 35===n?(e.enter("atxHeadingSequence"),a(n)):null===n||_v(n)?(e.exit("atxHeading"),t(n)):Tv(n)?wv(e,o,"whitespace")(n):(e.enter("atxHeadingText"),s(n))}function a(t){return 35===t?(e.consume(t),a):(e.exit("atxHeadingSequence"),o(t))}function s(t){return null===t||35===t||Cv(t)?(e.exit("atxHeadingText"),o(t)):(e.consume(t),s)}}};const iE={name:"setextUnderline",resolveTo:function(e,t){let n,r,i,o=e.length;for(;o--;)if("enter"===e[o][0]){if("content"===e[o][1].type){n=o;break}"paragraph"===e[o][1].type&&(r=o)}else"content"===e[o][1].type&&e.splice(o,1),i||"definition"!==e[o][1].type||(i=o);const a={type:"setextHeading",start:J({},e[n][1].start),end:J({},e[e.length-1][1].end)};e[r][1].type="setextHeadingText",i?(e.splice(r,0,["enter",a,t]),e.splice(i+1,0,["exit",e[n][1],t]),e[n][1].end=J({},e[i][1].end)):e[n][1]=a;return e.push(["exit",a,t]),e},tokenize:function(e,t,n){const r=this;let i;return function(t){let a,s=r.events.length;for(;s--;)if("lineEnding"!==r.events[s][1].type&&"linePrefix"!==r.events[s][1].type&&"content"!==r.events[s][1].type){a="paragraph"===r.events[s][1].type;break}if(!r.parser.lazy[r.now().line]&&(r.interrupt||a))return e.enter("setextHeadingLine"),i=t,function(t){return e.enter("setextHeadingLineSequence"),o(t)}(t);return n(t)};function o(t){return t===i?(e.consume(t),o):(e.exit("setextHeadingLineSequence"),Tv(t)?wv(e,a,"lineSuffix")(t):a(t))}function a(r){return null===r||_v(r)?(e.exit("setextHeadingLine"),t(r)):n(r)}}};const oE=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","search","section","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"],aE=["pre","script","style","textarea"],sE={concrete:!0,name:"htmlFlow",resolveTo:function(e){let t=e.length;for(;t--&&("enter"!==e[t][0]||"htmlFlow"!==e[t][1].type););t>1&&"linePrefix"===e[t-2][1].type&&(e[t][1].start=e[t-2][1].start,e[t+1][1].start=e[t-2][1].start,e.splice(t-2,2));return e},tokenize:function(e,t,n){const r=this;let i,o,a,s,u;return function(t){return function(t){return e.enter("htmlFlow"),e.enter("htmlFlowData"),e.consume(t),l}(t)};function l(s){return 33===s?(e.consume(s),c):47===s?(e.consume(s),o=!0,p):63===s?(e.consume(s),i=3,r.interrupt?t:I):gv(s)?(e.consume(s),a=String.fromCharCode(s),h):n(s)}function c(o){return 45===o?(e.consume(o),i=2,d):91===o?(e.consume(o),i=5,s=0,f):gv(o)?(e.consume(o),i=4,r.interrupt?t:I):n(o)}function d(i){return 45===i?(e.consume(i),r.interrupt?t:I):n(i)}function f(i){const o="CDATA[";return i===o.charCodeAt(s++)?(e.consume(i),6===s?r.interrupt?t:k:f):n(i)}function p(t){return gv(t)?(e.consume(t),a=String.fromCharCode(t),h):n(t)}function h(s){if(null===s||47===s||62===s||Cv(s)){const u=47===s,l=a.toLowerCase();return u||o||!aE.includes(l)?oE.includes(a.toLowerCase())?(i=6,u?(e.consume(s),m):r.interrupt?t(s):k(s)):(i=7,r.interrupt&&!r.parser.lazy[r.now().line]?n(s):o?g(s):D(s)):(i=1,r.interrupt?t(s):k(s))}return 45===s||Dv(s)?(e.consume(s),a+=String.fromCharCode(s),h):n(s)}function m(i){return 62===i?(e.consume(i),r.interrupt?t:k):n(i)}function g(t){return Tv(t)?(e.consume(t),g):C(t)}function D(t){return 47===t?(e.consume(t),C):58===t||95===t||gv(t)?(e.consume(t),y):Tv(t)?(e.consume(t),D):C(t)}function y(t){return 45===t||46===t||58===t||95===t||Dv(t)?(e.consume(t),y):v(t)}function v(t){return 61===t?(e.consume(t),E):Tv(t)?(e.consume(t),v):D(t)}function E(t){return null===t||60===t||61===t||62===t||96===t?n(t):34===t||39===t?(e.consume(t),u=t,A):Tv(t)?(e.consume(t),E):b(t)}function A(t){return t===u?(e.consume(t),u=null,_):null===t||_v(t)?n(t):(e.consume(t),A)}function b(t){return null===t||34===t||39===t||47===t||60===t||61===t||62===t||96===t||Cv(t)?v(t):(e.consume(t),b)}function _(e){return 47===e||62===e||Tv(e)?D(e):n(e)}function C(t){return 62===t?(e.consume(t),T):n(t)}function T(t){return null===t||_v(t)?k(t):Tv(t)?(e.consume(t),T):n(t)}function k(t){return 45===t&&2===i?(e.consume(t),x):60===t&&1===i?(e.consume(t),O):62===t&&4===i?(e.consume(t),P):63===t&&3===i?(e.consume(t),I):93===t&&5===i?(e.consume(t),B):!_v(t)||6!==i&&7!==i?null===t||_v(t)?(e.exit("htmlFlowData"),F(t)):(e.consume(t),k):(e.exit("htmlFlowData"),e.check(uE,R,F)(t))}function F(t){return e.check(lE,S,R)(t)}function S(t){return e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),w}function w(t){return null===t||_v(t)?F(t):(e.enter("htmlFlowData"),k(t))}function x(t){return 45===t?(e.consume(t),I):k(t)}function O(t){return 47===t?(e.consume(t),a="",N):k(t)}function N(t){if(62===t){const n=a.toLowerCase();return aE.includes(n)?(e.consume(t),P):k(t)}return gv(t)&&a.length<8?(e.consume(t),a+=String.fromCharCode(t),N):k(t)}function B(t){return 93===t?(e.consume(t),I):k(t)}function I(t){return 62===t?(e.consume(t),P):45===t&&2===i?(e.consume(t),I):k(t)}function P(t){return null===t||_v(t)?(e.exit("htmlFlowData"),R(t)):(e.consume(t),P)}function R(n){return e.exit("htmlFlow"),t(n)}}},uE={partial:!0,tokenize:function(e,t,n){return function(r){return e.enter("lineEnding"),e.consume(r),e.exit("lineEnding"),e.attempt(Bv,t,n)}}},lE={partial:!0,tokenize:function(e,t,n){const r=this;return function(t){if(_v(t))return e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),i;return n(t)};function i(e){return r.parser.lazy[r.now().line]?n(e):t(e)}}};const cE={partial:!0,tokenize:function(e,t,n){const r=this;return function(t){if(null===t)return n(t);return e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),i};function i(e){return r.parser.lazy[r.now().line]?n(e):t(e)}}},dE={concrete:!0,name:"codeFenced",tokenize:function(e,t,n){const r=this,i={partial:!0,tokenize:function(e,t,n){let i=0;return a;function a(t){return e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),u}function u(t){return e.enter("codeFencedFence"),Tv(t)?wv(e,l,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(t):l(t)}function l(t){return t===o?(e.enter("codeFencedFenceSequence"),c(t)):n(t)}function c(t){return t===o?(i++,e.consume(t),c):i>=s?(e.exit("codeFencedFenceSequence"),Tv(t)?wv(e,d,"whitespace")(t):d(t)):n(t)}function d(r){return null===r||_v(r)?(e.exit("codeFencedFence"),t(r)):n(r)}}};let o,a=0,s=0;return function(t){return function(t){const n=r.events[r.events.length-1];return a=n&&"linePrefix"===n[1].type?n[2].sliceSerialize(n[1],!0).length:0,o=t,e.enter("codeFenced"),e.enter("codeFencedFence"),e.enter("codeFencedFenceSequence"),u(t)}(t)};function u(t){return t===o?(s++,e.consume(t),u):s<3?n(t):(e.exit("codeFencedFenceSequence"),Tv(t)?wv(e,l,"whitespace")(t):l(t))}function l(n){return null===n||_v(n)?(e.exit("codeFencedFence"),r.interrupt?t(n):e.check(cE,p,y)(n)):(e.enter("codeFencedFenceInfo"),e.enter("chunkString",{contentType:"string"}),c(n))}function c(t){return null===t||_v(t)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),l(t)):Tv(t)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),wv(e,d,"whitespace")(t)):96===t&&t===o?n(t):(e.consume(t),c)}function d(t){return null===t||_v(t)?l(t):(e.enter("codeFencedFenceMeta"),e.enter("chunkString",{contentType:"string"}),f(t))}function f(t){return null===t||_v(t)?(e.exit("chunkString"),e.exit("codeFencedFenceMeta"),l(t)):96===t&&t===o?n(t):(e.consume(t),f)}function p(t){return e.attempt(i,y,h)(t)}function h(t){return e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),m}function m(t){return a>0&&Tv(t)?wv(e,g,"linePrefix",a+1)(t):g(t)}function g(t){return null===t||_v(t)?e.check(cE,p,y)(t):(e.enter("codeFlowValue"),D(t))}function D(t){return null===t||_v(t)?(e.exit("codeFlowValue"),g(t)):(e.consume(t),D)}function y(n){return e.exit("codeFenced"),t(n)}}};const fE=document.createElement("i");function pE(e){const t="&"+e+";";fE.innerHTML=t;const n=fE.textContent;return(59!==n.charCodeAt(n.length-1)||"semi"===e)&&(n!==t&&n)}const hE={name:"characterReference",tokenize:function(e,t,n){const r=this;let i,o,a=0;return function(t){return e.enter("characterReference"),e.enter("characterReferenceMarker"),e.consume(t),e.exit("characterReferenceMarker"),s};function s(t){return 35===t?(e.enter("characterReferenceMarkerNumeric"),e.consume(t),e.exit("characterReferenceMarkerNumeric"),u):(e.enter("characterReferenceValue"),i=31,o=Dv,l(t))}function u(t){return 88===t||120===t?(e.enter("characterReferenceMarkerHexadecimal"),e.consume(t),e.exit("characterReferenceMarkerHexadecimal"),e.enter("characterReferenceValue"),i=6,o=Av,l):(e.enter("characterReferenceValue"),i=7,o=Ev,l(t))}function l(s){if(59===s&&a){const i=e.exit("characterReferenceValue");return o!==Dv||pE(r.sliceSerialize(i))?(e.enter("characterReferenceMarker"),e.consume(s),e.exit("characterReferenceMarker"),e.exit("characterReference"),t):n(s)}return o(s)&&a++<i?(e.consume(s),l):n(s)}}};const mE={name:"characterEscape",tokenize:function(e,t,n){return function(t){return e.enter("characterEscape"),e.enter("escapeMarker"),e.consume(t),e.exit("escapeMarker"),r};function r(r){return bv(r)?(e.enter("characterEscapeValue"),e.consume(r),e.exit("characterEscapeValue"),e.exit("characterEscape"),t):n(r)}}};const gE={name:"lineEnding",tokenize:function(e,t){return function(n){return e.enter("lineEnding"),e.consume(n),e.exit("lineEnding"),wv(e,t,"linePrefix")}}};function DE(e,t,n){const r=[];let i=-1;for(;++i<e.length;){const o=e[i].resolveAll;o&&!r.includes(o)&&(t=o(t,n),r.push(o))}return t}const yE={name:"labelEnd",resolveAll:function(e){let t=-1;const n=[];for(;++t<e.length;){const r=e[t][1];if(n.push(e[t]),"labelImage"===r.type||"labelLink"===r.type||"labelEnd"===r.type){const e="labelImage"===r.type?4:2;r.type="data",t+=e}}e.length!==n.length&&av(e,0,e.length,n);return e},resolveTo:function(e,t){let n,r,i,o,a=e.length,s=0;for(;a--;)if(n=e[a][1],r){if("link"===n.type||"labelLink"===n.type&&n._inactive)break;"enter"===e[a][0]&&"labelLink"===n.type&&(n._inactive=!0)}else if(i){if("enter"===e[a][0]&&("labelImage"===n.type||"labelLink"===n.type)&&!n._balanced&&(r=a,"labelLink"!==n.type)){s=2;break}}else"labelEnd"===n.type&&(i=a);const u={type:"labelLink"===e[r][1].type?"link":"image",start:J({},e[r][1].start),end:J({},e[e.length-1][1].end)},l={type:"label",start:J({},e[r][1].start),end:J({},e[i][1].end)},c={type:"labelText",start:J({},e[r+s+2][1].end),end:J({},e[i-2][1].start)};return o=[["enter",u,t],["enter",l,t]],o=sv(o,e.slice(r+1,r+s+3)),o=sv(o,[["enter",c,t]]),o=sv(o,DE(t.parser.constructs.insideSpan.null,e.slice(r+s+4,i-3),t)),o=sv(o,[["exit",c,t],e[i-2],e[i-1],["exit",l,t]]),o=sv(o,e.slice(i+1)),o=sv(o,[["exit",u,t]]),av(e,r,e.length,o),e},tokenize:function(e,t,n){const r=this;let i,o,a=r.events.length;for(;a--;)if(("labelImage"===r.events[a][1].type||"labelLink"===r.events[a][1].type)&&!r.events[a][1]._balanced){i=r.events[a][1];break}return function(t){if(!i)return n(t);if(i._inactive)return c(t);return o=r.parser.defined.includes(Zv(r.sliceSerialize({start:i.end,end:r.now()}))),e.enter("labelEnd"),e.enter("labelMarker"),e.consume(t),e.exit("labelMarker"),e.exit("labelEnd"),s};function s(t){return 40===t?e.attempt(vE,l,o?l:c)(t):91===t?e.attempt(EE,l,o?u:c)(t):o?l(t):c(t)}function u(t){return e.attempt(AE,l,c)(t)}function l(e){return t(e)}function c(e){return i._balanced=!0,n(e)}}},vE={tokenize:function(e,t,n){return function(t){return e.enter("resource"),e.enter("resourceMarker"),e.consume(t),e.exit("resourceMarker"),r};function r(t){return Cv(t)?Jv(e,i)(t):i(t)}function i(t){return 41===t?l(t):Qv(e,o,a,"resourceDestination","resourceDestinationLiteral","resourceDestinationLiteralMarker","resourceDestinationRaw","resourceDestinationString",32)(t)}function o(t){return Cv(t)?Jv(e,s)(t):l(t)}function a(e){return n(e)}function s(t){return 34===t||39===t||40===t?Xv(e,u,n,"resourceTitle","resourceTitleMarker","resourceTitleString")(t):l(t)}function u(t){return Cv(t)?Jv(e,l)(t):l(t)}function l(r){return 41===r?(e.enter("resourceMarker"),e.consume(r),e.exit("resourceMarker"),e.exit("resource"),t):n(r)}}},EE={tokenize:function(e,t,n){const r=this;return function(t){return Kv.call(r,e,i,o,"reference","referenceMarker","referenceString")(t)};function i(e){return r.parser.defined.includes(Zv(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)))?t(e):n(e)}function o(e){return n(e)}}},AE={tokenize:function(e,t,n){return function(t){return e.enter("reference"),e.enter("referenceMarker"),e.consume(t),e.exit("referenceMarker"),r};function r(r){return 93===r?(e.enter("referenceMarker"),e.consume(r),e.exit("referenceMarker"),e.exit("reference"),t):n(r)}}};const bE={name:"labelStartImage",resolveAll:yE.resolveAll,tokenize:function(e,t,n){const r=this;return function(t){return e.enter("labelImage"),e.enter("labelImageMarker"),e.consume(t),e.exit("labelImageMarker"),i};function i(t){return 91===t?(e.enter("labelMarker"),e.consume(t),e.exit("labelMarker"),e.exit("labelImage"),o):n(t)}function o(e){return 94===e&&"_hiddenFootnoteSupport"in r.parser.constructs?n(e):t(e)}}};function _E(e){return null===e||Cv(e)||Fv(e)?1:kv(e)?2:void 0}const CE={name:"attention",resolveAll:function(e,t){let n,r,i,o,a,s,u,l,c=-1;for(;++c<e.length;)if("enter"===e[c][0]&&"attentionSequence"===e[c][1].type&&e[c][1]._close)for(n=c;n--;)if("exit"===e[n][0]&&"attentionSequence"===e[n][1].type&&e[n][1]._open&&t.sliceSerialize(e[n][1]).charCodeAt(0)===t.sliceSerialize(e[c][1]).charCodeAt(0)){if((e[n][1]._close||e[c][1]._open)&&(e[c][1].end.offset-e[c][1].start.offset)%3&&!((e[n][1].end.offset-e[n][1].start.offset+e[c][1].end.offset-e[c][1].start.offset)%3))continue;s=e[n][1].end.offset-e[n][1].start.offset>1&&e[c][1].end.offset-e[c][1].start.offset>1?2:1;const d=J({},e[n][1].end),f=J({},e[c][1].start);TE(d,-s),TE(f,s),o={type:s>1?"strongSequence":"emphasisSequence",start:d,end:J({},e[n][1].end)},a={type:s>1?"strongSequence":"emphasisSequence",start:J({},e[c][1].start),end:f},i={type:s>1?"strongText":"emphasisText",start:J({},e[n][1].end),end:J({},e[c][1].start)},r={type:s>1?"strong":"emphasis",start:J({},o.start),end:J({},a.end)},e[n][1].end=J({},o.start),e[c][1].start=J({},a.end),u=[],e[n][1].end.offset-e[n][1].start.offset&&(u=sv(u,[["enter",e[n][1],t],["exit",e[n][1],t]])),u=sv(u,[["enter",r,t],["enter",o,t],["exit",o,t],["enter",i,t]]),u=sv(u,DE(t.parser.constructs.insideSpan.null,e.slice(n+1,c),t)),u=sv(u,[["exit",i,t],["enter",a,t],["exit",a,t],["exit",r,t]]),e[c][1].end.offset-e[c][1].start.offset?(l=2,u=sv(u,[["enter",e[c][1],t],["exit",e[c][1],t]])):l=0,av(e,n-1,c-n+3,u),c=n+u.length-l-2;break}c=-1;for(;++c<e.length;)"attentionSequence"===e[c][1].type&&(e[c][1].type="data");return e},tokenize:function(e,t){const n=this.parser.constructs.attentionMarkers.null,r=this.previous,i=_E(r);let o;return function(t){return o=t,e.enter("attentionSequence"),a(t)};function a(s){if(s===o)return e.consume(s),a;const u=e.exit("attentionSequence"),l=_E(s),c=!l||2===l&&i||n.includes(s),d=!i||2===i&&l||n.includes(r);return u._open=Boolean(42===o?c:c&&(i||!d)),u._close=Boolean(42===o?d:d&&(l||!c)),t(s)}}};function TE(e,t){e.column+=t,e.offset+=t,e._bufferIndex+=t}const kE={name:"autolink",tokenize:function(e,t,n){let r=0;return function(t){return e.enter("autolink"),e.enter("autolinkMarker"),e.consume(t),e.exit("autolinkMarker"),e.enter("autolinkProtocol"),i};function i(t){return gv(t)?(e.consume(t),o):64===t?n(t):u(t)}function o(e){return 43===e||45===e||46===e||Dv(e)?(r=1,a(e)):u(e)}function a(t){return 58===t?(e.consume(t),r=0,s):(43===t||45===t||46===t||Dv(t))&&r++<32?(e.consume(t),a):(r=0,u(t))}function s(r){return 62===r?(e.exit("autolinkProtocol"),e.enter("autolinkMarker"),e.consume(r),e.exit("autolinkMarker"),e.exit("autolink"),t):null===r||32===r||60===r||vv(r)?n(r):(e.consume(r),s)}function u(t){return 64===t?(e.consume(t),l):yv(t)?(e.consume(t),u):n(t)}function l(e){return Dv(e)?c(e):n(e)}function c(n){return 46===n?(e.consume(n),r=0,l):62===n?(e.exit("autolinkProtocol").type="autolinkEmail",e.enter("autolinkMarker"),e.consume(n),e.exit("autolinkMarker"),e.exit("autolink"),t):d(n)}function d(t){if((45===t||Dv(t))&&r++<63){const n=45===t?d:c;return e.consume(t),n}return n(t)}}};const FE={name:"htmlText",tokenize:function(e,t,n){const r=this;let i,o,a;return function(t){return e.enter("htmlText"),e.enter("htmlTextData"),e.consume(t),s};function s(t){return 33===t?(e.consume(t),u):47===t?(e.consume(t),E):63===t?(e.consume(t),y):gv(t)?(e.consume(t),_):n(t)}function u(t){return 45===t?(e.consume(t),l):91===t?(e.consume(t),o=0,p):gv(t)?(e.consume(t),D):n(t)}function l(t){return 45===t?(e.consume(t),f):n(t)}function c(t){return null===t?n(t):45===t?(e.consume(t),d):_v(t)?(a=c,N(t)):(e.consume(t),c)}function d(t){return 45===t?(e.consume(t),f):c(t)}function f(e){return 62===e?O(e):45===e?d(e):c(e)}function p(t){const r="CDATA[";return t===r.charCodeAt(o++)?(e.consume(t),6===o?h:p):n(t)}function h(t){return null===t?n(t):93===t?(e.consume(t),m):_v(t)?(a=h,N(t)):(e.consume(t),h)}function m(t){return 93===t?(e.consume(t),g):h(t)}function g(t){return 62===t?O(t):93===t?(e.consume(t),g):h(t)}function D(t){return null===t||62===t?O(t):_v(t)?(a=D,N(t)):(e.consume(t),D)}function y(t){return null===t?n(t):63===t?(e.consume(t),v):_v(t)?(a=y,N(t)):(e.consume(t),y)}function v(e){return 62===e?O(e):y(e)}function E(t){return gv(t)?(e.consume(t),A):n(t)}function A(t){return 45===t||Dv(t)?(e.consume(t),A):b(t)}function b(t){return _v(t)?(a=b,N(t)):Tv(t)?(e.consume(t),b):O(t)}function _(t){return 45===t||Dv(t)?(e.consume(t),_):47===t||62===t||Cv(t)?C(t):n(t)}function C(t){return 47===t?(e.consume(t),O):58===t||95===t||gv(t)?(e.consume(t),T):_v(t)?(a=C,N(t)):Tv(t)?(e.consume(t),C):O(t)}function T(t){return 45===t||46===t||58===t||95===t||Dv(t)?(e.consume(t),T):k(t)}function k(t){return 61===t?(e.consume(t),F):_v(t)?(a=k,N(t)):Tv(t)?(e.consume(t),k):C(t)}function F(t){return null===t||60===t||61===t||62===t||96===t?n(t):34===t||39===t?(e.consume(t),i=t,S):_v(t)?(a=F,N(t)):Tv(t)?(e.consume(t),F):(e.consume(t),w)}function S(t){return t===i?(e.consume(t),i=void 0,x):null===t?n(t):_v(t)?(a=S,N(t)):(e.consume(t),S)}function w(t){return null===t||34===t||39===t||60===t||61===t||96===t?n(t):47===t||62===t||Cv(t)?C(t):(e.consume(t),w)}function x(e){return 47===e||62===e||Cv(e)?C(e):n(e)}function O(r){return 62===r?(e.consume(r),e.exit("htmlTextData"),e.exit("htmlText"),t):n(r)}function N(t){return e.exit("htmlTextData"),e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),B}function B(t){return Tv(t)?wv(e,I,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(t):I(t)}function I(t){return e.enter("htmlTextData"),a(t)}}};const SE={name:"labelStartLink",resolveAll:yE.resolveAll,tokenize:function(e,t,n){const r=this;return function(t){return e.enter("labelLink"),e.enter("labelMarker"),e.consume(t),e.exit("labelMarker"),e.exit("labelLink"),i};function i(e){return 94===e&&"_hiddenFootnoteSupport"in r.parser.constructs?n(e):t(e)}}};const wE={name:"hardBreakEscape",tokenize:function(e,t,n){return function(t){return e.enter("hardBreakEscape"),e.consume(t),r};function r(r){return _v(r)?(e.exit("hardBreakEscape"),t(r)):n(r)}}};const xE={name:"codeText",previous:function(e){return 96!==e||"characterEscape"===this.events[this.events.length-1][1].type},resolve:function(e){let t,n,r=e.length-4,i=3;if(("lineEnding"===e[i][1].type||"space"===e[i][1].type)&&("lineEnding"===e[r][1].type||"space"===e[r][1].type))for(t=i;++t<r;)if("codeTextData"===e[t][1].type){e[i][1].type="codeTextPadding",e[r][1].type="codeTextPadding",i+=2,r-=2;break}t=i-1,r++;for(;++t<=r;)void 0===n?t!==r&&"lineEnding"!==e[t][1].type&&(n=t):t!==r&&"lineEnding"!==e[t][1].type||(e[n][1].type="codeTextData",t!==n+2&&(e[n][1].end=e[t-1][1].end,e.splice(n+2,t-n-2),r-=t-n-2,t=n+2),n=void 0);return e},tokenize:function(e,t,n){let r,i,o=0;return function(t){return e.enter("codeText"),e.enter("codeTextSequence"),a(t)};function a(t){return 96===t?(e.consume(t),o++,a):(e.exit("codeTextSequence"),s(t))}function s(t){return null===t?n(t):32===t?(e.enter("space"),e.consume(t),e.exit("space"),s):96===t?(i=e.enter("codeTextSequence"),r=0,l(t)):_v(t)?(e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),s):(e.enter("codeTextData"),u(t))}function u(t){return null===t||32===t||96===t||_v(t)?(e.exit("codeTextData"),s(t)):(e.consume(t),u)}function l(n){return 96===n?(e.consume(n),r++,l):r===o?(e.exit("codeTextSequence"),e.exit("codeText"),t(n)):(i.type="codeTextData",u(n))}}};const OE={42:Gv,43:Gv,45:Gv,48:Gv,49:Gv,50:Gv,51:Gv,52:Gv,53:Gv,54:Gv,55:Gv,56:Gv,57:Gv,62:qv},NE={91:$v},BE={[-2]:tE,[-1]:tE,32:tE},IE={35:rE,42:Vv,45:[iE,Vv],60:sE,61:iE,95:Vv,96:dE,126:dE},PE={38:hE,92:mE},RE={[-5]:gE,[-4]:gE,[-3]:gE,33:bE,38:hE,42:CE,60:[kE,FE],91:SE,92:[wE,mE],93:yE,95:CE,96:xE},LE={null:[CE,Lv]},ME={null:[42,95]},jE={null:[]};function zE(e,t,n){let r={_bufferIndex:-1,_index:0,line:n&&n.line||1,column:n&&n.column||1,offset:n&&n.offset||0};const i={},o=[];let a=[],s=[],u=!0;const l={attempt:y(function(e,t){v(e,t.from)}),check:y(D),consume:function(e){_v(e)?(r.line++,r.column=1,r.offset+=-3===e?2:1,E()):-1!==e&&(r.column++,r.offset++);r._bufferIndex<0?r._index++:(r._bufferIndex++,r._bufferIndex===a[r._index].length&&(r._bufferIndex=-1,r._index++));c.previous=e,u=!0},enter:function(e,t){const n=t||{};return n.type=e,n.start=h(),c.events.push(["enter",n,c]),s.push(n),n},exit:function(e){const t=s.pop();return t.end=h(),c.events.push(["exit",t,c]),t},interrupt:y(D,{interrupt:!0})},c={code:null,containerState:{},defineSkip:function(e){i[e.line]=e.column,E()},events:[],now:h,parser:e,previous:null,sliceSerialize:function(e,t){return function(e,t){let n=-1;const r=[];let i;for(;++n<e.length;){const o=e[n];let a;if("string"===typeof o)a=o;else switch(o){case-5:a="\r";break;case-4:a="\n";break;case-3:a="\r\n";break;case-2:a=t?" ":"\t";break;case-1:if(!t&&i)continue;a=" ";break;default:a=String.fromCharCode(o)}i=-2===o,r.push(a)}return r.join("")}(p(e),t)},sliceStream:p,write:function(e){if(a=sv(a,e),m(),null!==a[a.length-1])return[];return v(t,0),c.events=DE(o,c.events,c),c.events}};let d,f=t.tokenize.call(c,l);return t.resolveAll&&o.push(t),c;function p(e){return function(e,t){const n=t.start._index,r=t.start._bufferIndex,i=t.end._index,o=t.end._bufferIndex;let a;if(n===i)a=[e[n].slice(r,o)];else{if(a=e.slice(n,i),r>-1){const e=a[0];"string"===typeof e?a[0]=e.slice(r):a.shift()}o>0&&a.push(e[i].slice(0,o))}return a}(a,e)}function h(){const e=r;return{_bufferIndex:e._bufferIndex,_index:e._index,line:e.line,column:e.column,offset:e.offset}}function m(){let e;for(;r._index<a.length;){const t=a[r._index];if("string"===typeof t)for(e=r._index,r._bufferIndex<0&&(r._bufferIndex=0);r._index===e&&r._bufferIndex<t.length;)g(t.charCodeAt(r._bufferIndex));else g(t)}}function g(e){u=void 0,d=e,f=f(e)}function D(e,t){t.restore()}function y(e,t){return function(n,i,o){let a,d,f,p;return Array.isArray(n)?m(n):"tokenize"in n?m([n]):function(e){return t;function t(t){const n=null!==t&&e[t],r=null!==t&&e.null;return m([...Array.isArray(n)?n:n?[n]:[],...Array.isArray(r)?r:r?[r]:[]])(t)}}(n);function m(e){return a=e,d=0,0===e.length?o:g(e[d])}function g(e){return function(n){p=function(){const e=h(),t=c.previous,n=c.currentConstruct,i=c.events.length,o=Array.from(s);return{from:i,restore:a};function a(){r=e,c.previous=t,c.currentConstruct=n,c.events.length=i,s=o,E()}}(),f=e,e.partial||(c.currentConstruct=e);if(e.name&&c.parser.constructs.disable.null.includes(e.name))return y(n);return e.tokenize.call(t?Object.assign(Object.create(c),t):c,l,D,y)(n)}}function D(t){return u=!0,e(f,p),i}function y(e){return u=!0,p.restore(),++d<a.length?g(a[d]):o}}}function v(e,t){e.resolveAll&&!o.includes(e)&&o.push(e),e.resolve&&av(c.events,t,c.events.length-t,e.resolve(c.events.slice(t),c)),e.resolveTo&&(c.events=e.resolveTo(c.events,c))}function E(){r.line in i&&r.column<2&&(r.column=i[r.line],r.offset+=i[r.line]-1)}}const UE=/[\0\t\n\r]/g;function HE(e,t){const n=Number.parseInt(e,t);return n<9||11===n||n>13&&n<32||n>126&&n<160||n>55295&&n<57344||n>64975&&n<65008||65535===(65535&n)||65534===(65535&n)||n>1114111?"\ufffd":String.fromCodePoint(n)}const VE=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;function GE(e,t,n){if(t)return t;if(35===n.charCodeAt(0)){const e=n.charCodeAt(1),t=120===e||88===e;return HE(n.slice(t?2:1),t?16:10)}return pE(n)||e}const WE={}.hasOwnProperty;function YE(e,n,r){return n&&"object"===typeof n&&(r=n,n=void 0),function(e){const t={transforms:[],canContainEols:["emphasis","fragment","heading","paragraph","strong"],enter:{autolink:o(te),autolinkProtocol:T,autolinkEmail:T,atxHeading:o(J),blockQuote:o(Y),characterEscape:T,characterReference:T,codeFenced:o(q),codeFencedFenceInfo:a,codeFencedFenceMeta:a,codeIndented:o(q,a),codeText:o(Q,a),codeTextData:T,data:T,codeFlowValue:T,definition:o(K),definitionDestinationString:a,definitionLabelString:a,definitionTitleString:a,emphasis:o(X),hardBreakEscape:o(Z),hardBreakTrailing:o(Z),htmlFlow:o($,a),htmlFlowData:T,htmlText:o($,a),htmlTextData:T,image:o(ee),label:a,link:o(te),listItem:o(re),listItemValue:f,listOrdered:o(ne,d),listUnordered:o(ne),paragraph:o(ie),reference:j,referenceString:a,resourceDestinationString:a,resourceTitleString:a,setextHeading:o(J),strong:o(oe),thematicBreak:o(se)},exit:{atxHeading:u(),atxHeadingSequence:A,autolink:u(),autolinkEmail:W,autolinkProtocol:G,blockQuote:u(),characterEscapeValue:k,characterReferenceMarkerHexadecimal:U,characterReferenceMarkerNumeric:U,characterReferenceValue:H,characterReference:V,codeFenced:u(g),codeFencedFence:m,codeFencedFenceInfo:p,codeFencedFenceMeta:h,codeFlowValue:k,codeIndented:u(D),codeText:u(O),codeTextData:k,data:k,definition:u(),definitionDestinationString:E,definitionLabelString:y,definitionTitleString:v,emphasis:u(),hardBreakEscape:u(S),hardBreakTrailing:u(S),htmlFlow:u(w),htmlFlowData:k,htmlText:u(x),htmlTextData:k,image:u(B),label:P,labelText:I,lineEnding:F,link:u(N),listItem:u(),listOrdered:u(),listUnordered:u(),paragraph:u(),referenceString:z,resourceDestinationString:R,resourceTitleString:L,resource:M,setextHeading:u(C),setextHeadingLineSequence:_,setextHeadingText:b,strong:u(),thematicBreak:u()}};QE(t,(e||{}).mdastExtensions||[]);const n={};return r;function r(e){let r={type:"root",children:[]};const o={stack:[r],tokenStack:[],config:t,enter:s,exit:l,buffer:a,resume:c,data:n},u=[];let d=-1;for(;++d<e.length;)if("listOrdered"===e[d][1].type||"listUnordered"===e[d][1].type)if("enter"===e[d][0])u.push(d);else{d=i(e,u.pop(),d)}for(d=-1;++d<e.length;){const n=t[e[d][0]];WE.call(n,e[d][1].type)&&n[e[d][1].type].call(Object.assign({sliceSerialize:e[d][2].sliceSerialize},o),e[d][1])}if(o.tokenStack.length>0){const e=o.tokenStack[o.tokenStack.length-1];(e[1]||XE).call(o,void 0,e[0])}for(r.position={start:qE(e.length>0?e[0][1].start:{line:1,column:1,offset:0}),end:qE(e.length>0?e[e.length-2][1].end:{line:1,column:1,offset:0})},d=-1;++d<t.transforms.length;)r=t.transforms[d](r)||r;return r}function i(e,t,n){let r,i,o,a,s=t-1,u=-1,l=!1;for(;++s<=n;){const t=e[s];switch(t[1].type){case"listUnordered":case"listOrdered":case"blockQuote":"enter"===t[0]?u++:u--,a=void 0;break;case"lineEndingBlank":"enter"===t[0]&&(!r||a||u||o||(o=s),a=void 0);break;case"linePrefix":case"listItemValue":case"listItemMarker":case"listItemPrefix":case"listItemPrefixWhitespace":break;default:a=void 0}if(!u&&"enter"===t[0]&&"listItemPrefix"===t[1].type||-1===u&&"exit"===t[0]&&("listUnordered"===t[1].type||"listOrdered"===t[1].type)){if(r){let a=s;for(i=void 0;a--;){const t=e[a];if("lineEnding"===t[1].type||"lineEndingBlank"===t[1].type){if("exit"===t[0])continue;i&&(e[i][1].type="lineEndingBlank",l=!0),t[1].type="lineEnding",i=a}else if("linePrefix"!==t[1].type&&"blockQuotePrefix"!==t[1].type&&"blockQuotePrefixWhitespace"!==t[1].type&&"blockQuoteMarker"!==t[1].type&&"listItemIndent"!==t[1].type)break}o&&(!i||o<i)&&(r._spread=!0),r.end=Object.assign({},i?e[i][1].start:t[1].end),e.splice(i||s,0,["exit",r,t[2]]),s++,n++}if("listItemPrefix"===t[1].type){const i={type:"listItem",_spread:!1,start:Object.assign({},t[1].start),end:void 0};r=i,e.splice(s,0,["enter",i,t[2]]),s++,n++,o=void 0,a=!0}}}return e[t][1]._spread=l,n}function o(e,t){return n;function n(n){s.call(this,e(n),n),t&&t.call(this,n)}}function a(){this.stack.push({type:"fragment",children:[]})}function s(e,t,n){this.stack[this.stack.length-1].children.push(e),this.stack.push(e),this.tokenStack.push([t,n||void 0]),e.position={start:qE(t.start),end:void 0}}function u(e){return t;function t(t){e&&e.call(this,t),l.call(this,t)}}function l(e,t){const n=this.stack.pop(),r=this.tokenStack.pop();if(!r)throw new Error("Cannot close `"+e.type+"` ("+Iy({start:e.start,end:e.end})+"): it\u2019s not open");if(r[0].type!==e.type)if(t)t.call(this,e,r[0]);else{(r[1]||XE).call(this,e,r[0])}n.position.end=qE(e.end)}function c(){return rv(this.stack.pop())}function d(){this.data.expectingFirstListItemValue=!0}function f(e){if(this.data.expectingFirstListItemValue){this.stack[this.stack.length-2].start=Number.parseInt(this.sliceSerialize(e),10),this.data.expectingFirstListItemValue=void 0}}function p(){const e=this.resume();this.stack[this.stack.length-1].lang=e}function h(){const e=this.resume();this.stack[this.stack.length-1].meta=e}function m(){this.data.flowCodeInside||(this.buffer(),this.data.flowCodeInside=!0)}function g(){const e=this.resume();this.stack[this.stack.length-1].value=e.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,""),this.data.flowCodeInside=void 0}function D(){const e=this.resume();this.stack[this.stack.length-1].value=e.replace(/(\r?\n|\r)$/g,"")}function y(e){const t=this.resume(),n=this.stack[this.stack.length-1];n.label=t,n.identifier=Zv(this.sliceSerialize(e)).toLowerCase()}function v(){const e=this.resume();this.stack[this.stack.length-1].title=e}function E(){const e=this.resume();this.stack[this.stack.length-1].url=e}function A(e){const t=this.stack[this.stack.length-1];if(!t.depth){const n=this.sliceSerialize(e).length;t.depth=n}}function b(){this.data.setextHeadingSlurpLineEnding=!0}function _(e){this.stack[this.stack.length-1].depth=61===this.sliceSerialize(e).codePointAt(0)?1:2}function C(){this.data.setextHeadingSlurpLineEnding=void 0}function T(e){const t=this.stack[this.stack.length-1].children;let n=t[t.length-1];n&&"text"===n.type||(n=ae(),n.position={start:qE(e.start),end:void 0},t.push(n)),this.stack.push(n)}function k(e){const t=this.stack.pop();t.value+=this.sliceSerialize(e),t.position.end=qE(e.end)}function F(e){const n=this.stack[this.stack.length-1];if(this.data.atHardBreak){return n.children[n.children.length-1].position.end=qE(e.end),void(this.data.atHardBreak=void 0)}!this.data.setextHeadingSlurpLineEnding&&t.canContainEols.includes(n.type)&&(T.call(this,e),k.call(this,e))}function S(){this.data.atHardBreak=!0}function w(){const e=this.resume();this.stack[this.stack.length-1].value=e}function x(){const e=this.resume();this.stack[this.stack.length-1].value=e}function O(){const e=this.resume();this.stack[this.stack.length-1].value=e}function N(){const e=this.stack[this.stack.length-1];if(this.data.inReference){const t=this.data.referenceType||"shortcut";e.type+="Reference",e.referenceType=t,delete e.url,delete e.title}else delete e.identifier,delete e.label;this.data.referenceType=void 0}function B(){const e=this.stack[this.stack.length-1];if(this.data.inReference){const t=this.data.referenceType||"shortcut";e.type+="Reference",e.referenceType=t,delete e.url,delete e.title}else delete e.identifier,delete e.label;this.data.referenceType=void 0}function I(e){const t=this.sliceSerialize(e),n=this.stack[this.stack.length-2];n.label=function(e){return e.replace(VE,GE)}(t),n.identifier=Zv(t).toLowerCase()}function P(){const e=this.stack[this.stack.length-1],t=this.resume(),n=this.stack[this.stack.length-1];if(this.data.inReference=!0,"link"===n.type){const t=e.children;n.children=t}else n.alt=t}function R(){const e=this.resume();this.stack[this.stack.length-1].url=e}function L(){const e=this.resume();this.stack[this.stack.length-1].title=e}function M(){this.data.inReference=void 0}function j(){this.data.referenceType="collapsed"}function z(e){const t=this.resume(),n=this.stack[this.stack.length-1];n.label=t,n.identifier=Zv(this.sliceSerialize(e)).toLowerCase(),this.data.referenceType="full"}function U(e){this.data.characterReferenceType=e.type}function H(e){const t=this.sliceSerialize(e),n=this.data.characterReferenceType;let r;if(n)r=HE(t,"characterReferenceMarkerNumeric"===n?10:16),this.data.characterReferenceType=void 0;else{r=pE(t)}this.stack[this.stack.length-1].value+=r}function V(e){this.stack.pop().position.end=qE(e.end)}function G(e){k.call(this,e);this.stack[this.stack.length-1].url=this.sliceSerialize(e)}function W(e){k.call(this,e);this.stack[this.stack.length-1].url="mailto:"+this.sliceSerialize(e)}function Y(){return{type:"blockquote",children:[]}}function q(){return{type:"code",lang:null,meta:null,value:""}}function Q(){return{type:"inlineCode",value:""}}function K(){return{type:"definition",identifier:"",label:null,title:null,url:""}}function X(){return{type:"emphasis",children:[]}}function J(){return{type:"heading",depth:0,children:[]}}function Z(){return{type:"break"}}function $(){return{type:"html",value:""}}function ee(){return{type:"image",title:null,url:"",alt:null}}function te(){return{type:"link",title:null,url:"",children:[]}}function ne(e){return{type:"list",ordered:"listOrdered"===e.type,start:null,spread:e._spread,children:[]}}function re(e){return{type:"listItem",spread:e._spread,checked:null,children:[]}}function ie(){return{type:"paragraph",children:[]}}function oe(){return{type:"strong",children:[]}}function ae(){return{type:"text",value:""}}function se(){return{type:"thematicBreak"}}}(r)(function(e){for(;!cv(e););return e}(function(e){const n={constructs:pv([t,...(e||{}).extensions||[]]),content:r(xv),defined:[],document:r(Ov),flow:r(Rv),lazy:{},string:r(Mv),text:r(jv)};return n;function r(e){return function(t){return zE(n,e,t)}}}(r).document().write(function(){let e,t=1,n="",r=!0;return function(i,o,a){const s=[];let u,l,c,d,f;for(i=n+("string"===typeof i?i.toString():new TextDecoder(o||void 0).decode(i)),c=0,n="",r&&(65279===i.charCodeAt(0)&&c++,r=void 0);c<i.length;){if(UE.lastIndex=c,u=UE.exec(i),d=u&&void 0!==u.index?u.index:i.length,f=i.charCodeAt(d),!u){n=i.slice(c);break}if(10===f&&c===d&&e)s.push(-3),e=void 0;else switch(e&&(s.push(-5),e=void 0),c<d&&(s.push(i.slice(c,d)),t+=d-c),f){case 0:s.push(65533),t++;break;case 9:for(l=4*Math.ceil(t/4),s.push(-2);t++<l;)s.push(-1);break;case 10:s.push(-4),t=1;break;default:e=!0,t=1}c=d+1}return a&&(e&&s.push(-5),n&&s.push(n),s.push(null)),s}}()(e,n,!0))))}function qE(e){return{line:e.line,column:e.column,offset:e.offset}}function QE(e,t){let n=-1;for(;++n<t.length;){const r=t[n];Array.isArray(r)?QE(e,r):KE(e,r)}}function KE(e,t){let n;for(n in t)if(WE.call(t,n))switch(n){case"canContainEols":{const r=t[n];r&&e[n].push(...r);break}case"transforms":{const r=t[n];r&&e[n].push(...r);break}case"enter":case"exit":{const r=t[n];r&&Object.assign(e[n],r);break}}}function XE(e,t){throw e?new Error("Cannot close `"+e.type+"` ("+Iy({start:e.start,end:e.end})+"): a different token (`"+t.type+"`, "+Iy({start:t.start,end:t.end})+") is open"):new Error("Cannot close document, a token (`"+t.type+"`, "+Iy({start:t.start,end:t.end})+") is still open")}function JE(e){const t=this;t.parser=function(n){return YE(n,J(J(J({},t.data("settings")),e),{},{extensions:t.data("micromarkExtensions")||[],mdastExtensions:t.data("fromMarkdownExtensions")||[]}))}}const ZE="object"===typeof self?self:globalThis,$E=(e,t)=>{switch(e){case"Function":case"SharedWorker":case"Worker":case"eval":case"setInterval":case"setTimeout":throw new TypeError("unable to deserialize "+e)}return new ZE[e](t)},eA=e=>((e,t)=>{const n=(t,n)=>(e.set(n,t),t),r=i=>{if(e.has(i))return e.get(i);const o=ne(t[i],2),a=o[0],s=o[1];switch(a){case 0:case-1:return n(s,i);case 1:{const e=n([],i);for(const t of s)e.push(r(t));return e}case 2:{const e=n({},i);for(const t of s){var u=ne(t,2);const n=u[0],i=u[1];e[r(n)]=r(i)}return e}case 3:return n(new Date(s),i);case 4:{const e=s.source,t=s.flags;return n(new RegExp(e,t),i)}case 5:{const e=n(new Map,i);for(const t of s){var l=ne(t,2);const n=l[0],i=l[1];e.set(r(n),r(i))}return e}case 6:{const e=n(new Set,i);for(const t of s)e.add(r(t));return e}case 7:{const e=s.name,t=s.message;return n($E(e,t),i)}case 8:return n(BigInt(s),i);case"BigInt":return n(Object(BigInt(s)),i);case"ArrayBuffer":return n(new Uint8Array(s).buffer,s);case"DataView":{const e=new Uint8Array(s).buffer;return n(new DataView(e),s)}}return n($E(a,s),i)};return r})(new Map,e)(0),tA="",nA={}.toString,rA=Object.keys,iA=e=>{const t=typeof e;if("object"!==t||!e)return[0,t];const n=nA.call(e).slice(8,-1);switch(n){case"Array":return[1,tA];case"Object":return[2,tA];case"Date":return[3,tA];case"RegExp":return[4,tA];case"Map":return[5,tA];case"Set":return[6,tA];case"DataView":return[1,n]}return n.includes("Array")?[1,n]:n.includes("Error")?[7,n]:[2,n]},oA=e=>{let t=ne(e,2),n=t[0],r=t[1];return 0===n&&("function"===r||"symbol"===r)},aA=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.json,r=t.lossy;const i=[];return((e,t,n,r)=>{const i=(e,t)=>{const i=r.push(e)-1;return n.set(t,i),i},o=r=>{if(n.has(r))return n.get(r);let a=ne(iA(r),2),s=a[0],u=a[1];switch(s){case 0:{let t=r;switch(u){case"bigint":s=8,t=r.toString();break;case"function":case"symbol":if(e)throw new TypeError("unable to serialize "+u);t=null;break;case"undefined":return i([-1],r)}return i([s,t],r)}case 1:{if(u){let e=r;return"DataView"===u?e=new Uint8Array(r.buffer):"ArrayBuffer"===u&&(e=new Uint8Array(r)),i([u,[...e]],r)}const e=[],t=i([s,e],r);for(const n of r)e.push(o(n));return t}case 2:{if(u)switch(u){case"BigInt":return i([u,r.toString()],r);case"Boolean":case"Number":case"String":return i([u,r.valueOf()],r)}if(t&&"toJSON"in r)return o(r.toJSON());const n=[],a=i([s,n],r);for(const t of rA(r))!e&&oA(iA(r[t]))||n.push([o(t),o(r[t])]);return a}case 3:return i([s,r.toISOString()],r);case 4:{const e=r.source,t=r.flags;return i([s,{source:e,flags:t}],r)}case 5:{const t=[],n=i([s,t],r);for(const i of r){var l=ne(i,2);const n=l[0],r=l[1];(e||!oA(iA(n))&&!oA(iA(r)))&&t.push([o(n),o(r)])}return n}case 6:{const t=[],n=i([s,t],r);for(const i of r)!e&&oA(iA(i))||t.push(o(i));return n}}const c=r.message;return i([s,{name:u,message:c}],r)};return o})(!(n||r),!!n,new Map,i)(e),i},sA="function"===typeof structuredClone?(e,t)=>t&&("json"in t||"lossy"in t)?eA(aA(e,t)):structuredClone(e):(e,t)=>eA(aA(e,t));function uA(e){const t=[];let n=-1,r=0,i=0;for(;++n<e.length;){const o=e.charCodeAt(n);let a="";if(37===o&&Dv(e.charCodeAt(n+1))&&Dv(e.charCodeAt(n+2)))i=2;else if(o<128)/[!#$&-;=?-Z_a-z~]/.test(String.fromCharCode(o))||(a=String.fromCharCode(o));else if(o>55295&&o<57344){const t=e.charCodeAt(n+1);o<56320&&t>56319&&t<57344?(a=String.fromCharCode(o,t),i=1):a="\ufffd"}else a=String.fromCharCode(o);a&&(t.push(e.slice(r,n),encodeURIComponent(a)),r=n+i+1,a=""),i&&(n+=i,i=0)}return t.join("")+e.slice(r)}function lA(e,t){const n=[{type:"text",value:"\u21a9"}];return t>1&&n.push({type:"element",tagName:"sup",properties:{},children:[{type:"text",value:String(t)}]}),n}function cA(e,t){return"Back to reference "+(e+1)+(t>1?"-"+t:"")}const dA=function(e){if(null===e||void 0===e)return pA;if("function"===typeof e)return fA(e);if("object"===typeof e)return Array.isArray(e)?function(e){const t=[];let n=-1;for(;++n<e.length;)t[n]=dA(e[n]);return fA(r);function r(){let e=-1;for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];for(;++e<t.length;)if(t[e].apply(this,r))return!0;return!1}}(e):function(e){const t=e;return fA(n);function n(n){const r=n;let i;for(i in e)if(r[i]!==t[i])return!1;return!0}}(e);if("string"===typeof e)return function(e){return fA(t);function t(t){return t&&t.type===e}}(e);throw new Error("Expected function, string, or object as test")};function fA(e){return function(t,n,r){return Boolean(hA(t)&&e.call(this,t,"number"===typeof n?n:void 0,r||void 0))}}function pA(){return!0}function hA(e){return null!==e&&"object"===typeof e&&"type"in e}const mA=[],gA=!0,DA=!1;function yA(e,t,n,r){let i;"function"===typeof t&&"function"!==typeof n?(r=n,n=t):i=t;const o=dA(i),a=r?-1:1;!function e(i,s,u){const l=i&&"object"===typeof i?i:{};if("string"===typeof l.type){const e="string"===typeof l.tagName?l.tagName:"string"===typeof l.name?l.name:void 0;Object.defineProperty(c,"name",{value:"node ("+i.type+(e?"<"+e+">":"")+")"})}return c;function c(){let l,c,d,f=mA;if((!t||o(i,s,u[u.length-1]||void 0))&&(f=function(e){if(Array.isArray(e))return e;if("number"===typeof e)return[gA,e];return null===e||void 0===e?mA:[e]}(n(i,u)),f[0]===DA))return f;if("children"in i&&i.children){const t=i;if(t.children&&"skip"!==f[0])for(c=(r?t.children.length:-1)+a,d=u.concat(t);c>-1&&c<t.children.length;){const n=t.children[c];if(l=e(n,c,d)(),l[0]===DA)return l;c="number"===typeof l[1]?l[1]:c+a}}return f}}(e,void 0,[])()}function vA(e,t,n,r){let i,o,a;"function"===typeof t&&"function"!==typeof n?(o=void 0,a=t,i=n):(o=t,a=n,i=r),yA(e,o,function(e,t){const n=t[t.length-1],r=n?n.children.indexOf(e):void 0;return a(e,r,n)},i)}function EA(e,t){const n=t.referenceType;let r="]";if("collapsed"===n?r+="[]":"full"===n&&(r+="["+(t.label||t.identifier)+"]"),"imageReference"===t.type)return[{type:"text",value:"!["+t.alt+r}];const i=e.all(t),o=i[0];o&&"text"===o.type?o.value="["+o.value:i.unshift({type:"text",value:"["});const a=i[i.length-1];return a&&"text"===a.type?a.value+=r:i.push({type:"text",value:r}),i}function AA(e){const t=e.spread;return null===t||void 0===t?e.children.length>1:t}function bA(e){const t=String(e),n=/\r?\n|\r/g;let r=n.exec(t),i=0;const o=[];for(;r;)o.push(_A(t.slice(i,r.index),i>0,!0),r[0]),i=r.index+r[0].length,r=n.exec(t);return o.push(_A(t.slice(i),i>0,!1)),o.join("")}function _A(e,t,n){let r=0,i=e.length;if(t){let t=e.codePointAt(r);for(;9===t||32===t;)r++,t=e.codePointAt(r)}if(n){let t=e.codePointAt(i-1);for(;9===t||32===t;)i--,t=e.codePointAt(i-1)}return i>r?e.slice(r,i):""}const CA={blockquote:function(e,t){const n={type:"element",tagName:"blockquote",properties:{},children:e.wrap(e.all(t),!0)};return e.patch(t,n),e.applyData(t,n)},break:function(e,t){const n={type:"element",tagName:"br",properties:{},children:[]};return e.patch(t,n),[e.applyData(t,n),{type:"text",value:"\n"}]},code:function(e,t){const n=t.value?t.value+"\n":"",r={},i=t.lang?t.lang.split(/\s+/):[];i.length>0&&(r.className=["language-"+i[0]]);let o={type:"element",tagName:"code",properties:r,children:[{type:"text",value:n}]};return t.meta&&(o.data={meta:t.meta}),e.patch(t,o),o=e.applyData(t,o),o={type:"element",tagName:"pre",properties:{},children:[o]},e.patch(t,o),o},delete:function(e,t){const n={type:"element",tagName:"del",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)},emphasis:function(e,t){const n={type:"element",tagName:"em",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)},footnoteReference:function(e,t){const n="string"===typeof e.options.clobberPrefix?e.options.clobberPrefix:"user-content-",r=String(t.identifier).toUpperCase(),i=uA(r.toLowerCase()),o=e.footnoteOrder.indexOf(r);let a,s=e.footnoteCounts.get(r);void 0===s?(s=0,e.footnoteOrder.push(r),a=e.footnoteOrder.length):a=o+1,s+=1,e.footnoteCounts.set(r,s);const u={type:"element",tagName:"a",properties:{href:"#"+n+"fn-"+i,id:n+"fnref-"+i+(s>1?"-"+s:""),dataFootnoteRef:!0,ariaDescribedBy:["footnote-label"]},children:[{type:"text",value:String(a)}]};e.patch(t,u);const l={type:"element",tagName:"sup",properties:{},children:[u]};return e.patch(t,l),e.applyData(t,l)},heading:function(e,t){const n={type:"element",tagName:"h"+t.depth,properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)},html:function(e,t){if(e.options.allowDangerousHtml){const n={type:"raw",value:t.value};return e.patch(t,n),e.applyData(t,n)}},imageReference:function(e,t){const n=String(t.identifier).toUpperCase(),r=e.definitionById.get(n);if(!r)return EA(e,t);const i={src:uA(r.url||""),alt:t.alt};null!==r.title&&void 0!==r.title&&(i.title=r.title);const o={type:"element",tagName:"img",properties:i,children:[]};return e.patch(t,o),e.applyData(t,o)},image:function(e,t){const n={src:uA(t.url)};null!==t.alt&&void 0!==t.alt&&(n.alt=t.alt),null!==t.title&&void 0!==t.title&&(n.title=t.title);const r={type:"element",tagName:"img",properties:n,children:[]};return e.patch(t,r),e.applyData(t,r)},inlineCode:function(e,t){const n={type:"text",value:t.value.replace(/\r?\n|\r/g," ")};e.patch(t,n);const r={type:"element",tagName:"code",properties:{},children:[n]};return e.patch(t,r),e.applyData(t,r)},linkReference:function(e,t){const n=String(t.identifier).toUpperCase(),r=e.definitionById.get(n);if(!r)return EA(e,t);const i={href:uA(r.url||"")};null!==r.title&&void 0!==r.title&&(i.title=r.title);const o={type:"element",tagName:"a",properties:i,children:e.all(t)};return e.patch(t,o),e.applyData(t,o)},link:function(e,t){const n={href:uA(t.url)};null!==t.title&&void 0!==t.title&&(n.title=t.title);const r={type:"element",tagName:"a",properties:n,children:e.all(t)};return e.patch(t,r),e.applyData(t,r)},listItem:function(e,t,n){const r=e.all(t),i=n?function(e){let t=!1;if("list"===e.type){t=e.spread||!1;const n=e.children;let r=-1;for(;!t&&++r<n.length;)t=AA(n[r])}return t}(n):AA(t),o={},a=[];if("boolean"===typeof t.checked){const e=r[0];let n;e&&"element"===e.type&&"p"===e.tagName?n=e:(n={type:"element",tagName:"p",properties:{},children:[]},r.unshift(n)),n.children.length>0&&n.children.unshift({type:"text",value:" "}),n.children.unshift({type:"element",tagName:"input",properties:{type:"checkbox",checked:t.checked,disabled:!0},children:[]}),o.className=["task-list-item"]}let s=-1;for(;++s<r.length;){const e=r[s];(i||0!==s||"element"!==e.type||"p"!==e.tagName)&&a.push({type:"text",value:"\n"}),"element"!==e.type||"p"!==e.tagName||i?a.push(e):a.push(...e.children)}const u=r[r.length-1];u&&(i||"element"!==u.type||"p"!==u.tagName)&&a.push({type:"text",value:"\n"});const l={type:"element",tagName:"li",properties:o,children:a};return e.patch(t,l),e.applyData(t,l)},list:function(e,t){const n={},r=e.all(t);let i=-1;for("number"===typeof t.start&&1!==t.start&&(n.start=t.start);++i<r.length;){const e=r[i];if("element"===e.type&&"li"===e.tagName&&e.properties&&Array.isArray(e.properties.className)&&e.properties.className.includes("task-list-item")){n.className=["contains-task-list"];break}}const o={type:"element",tagName:t.ordered?"ol":"ul",properties:n,children:e.wrap(r,!0)};return e.patch(t,o),e.applyData(t,o)},paragraph:function(e,t){const n={type:"element",tagName:"p",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)},root:function(e,t){const n={type:"root",children:e.wrap(e.all(t))};return e.patch(t,n),e.applyData(t,n)},strong:function(e,t){const n={type:"element",tagName:"strong",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)},table:function(e,t){const n=e.all(t),r=n.shift(),i=[];if(r){const n={type:"element",tagName:"thead",properties:{},children:e.wrap([r],!0)};e.patch(t.children[0],n),i.push(n)}if(n.length>0){const r={type:"element",tagName:"tbody",properties:{},children:e.wrap(n,!0)},o=Ny(t.children[1]),a=Oy(t.children[t.children.length-1]);o&&a&&(r.position={start:o,end:a}),i.push(r)}const o={type:"element",tagName:"table",properties:{},children:e.wrap(i,!0)};return e.patch(t,o),e.applyData(t,o)},tableCell:function(e,t){const n={type:"element",tagName:"td",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)},tableRow:function(e,t,n){const r=n?n.children:void 0,i=0===(r?r.indexOf(t):1)?"th":"td",o=n&&"table"===n.type?n.align:void 0,a=o?o.length:t.children.length;let s=-1;const u=[];for(;++s<a;){const n=t.children[s],r={},a=o?o[s]:void 0;a&&(r.align=a);let l={type:"element",tagName:i,properties:r,children:[]};n&&(l.children=e.all(n),e.patch(n,l),l=e.applyData(n,l)),u.push(l)}const l={type:"element",tagName:"tr",properties:{},children:e.wrap(u,!0)};return e.patch(t,l),e.applyData(t,l)},text:function(e,t){const n={type:"text",value:bA(String(t.value))};return e.patch(t,n),e.applyData(t,n)},thematicBreak:function(e,t){const n={type:"element",tagName:"hr",properties:{},children:[]};return e.patch(t,n),e.applyData(t,n)},toml:TA,yaml:TA,definition:TA,footnoteDefinition:TA};function TA(){}const kA=["children"],FA={}.hasOwnProperty,SA={};function wA(e,t){e.position&&(t.position=function(e){const t=Ny(e),n=Oy(e);if(t&&n)return{start:t,end:n}}(e))}function xA(e,t){let n=t;if(e&&e.data){const t=e.data.hName,r=e.data.hChildren,i=e.data.hProperties;if("string"===typeof t)if("element"===n.type)n.tagName=t;else{n={type:"element",tagName:t,properties:{},children:"children"in n?n.children:[n]}}"element"===n.type&&i&&Object.assign(n.properties,sA(i)),"children"in n&&n.children&&null!==r&&void 0!==r&&(n.children=r)}return n}function OA(e,t){const n=t.data||{},r=!("value"in t)||FA.call(n,"hProperties")||FA.call(n,"hChildren")?{type:"element",tagName:"div",properties:{},children:e.all(t)}:{type:"text",value:t.value};return e.patch(t,r),e.applyData(t,r)}function NA(e,t){const n=[];let r=-1;for(t&&n.push({type:"text",value:"\n"});++r<e.length;)r&&n.push({type:"text",value:"\n"}),n.push(e[r]);return t&&e.length>0&&n.push({type:"text",value:"\n"}),n}function BA(e){let t=0,n=e.charCodeAt(t);for(;9===n||32===n;)t++,n=e.charCodeAt(t);return e.slice(t)}function IA(e,t){const n=function(e,t){const n=t||SA,r=new Map,i=new Map,o=new Map,a=J(J({},CA),n.handlers),s={all:function(e){const t=[];if("children"in e){const n=e.children;let r=-1;for(;++r<n.length;){const i=s.one(n[r],e);if(i){if(r&&"break"===n[r-1].type&&(Array.isArray(i)||"text"!==i.type||(i.value=BA(i.value)),!Array.isArray(i)&&"element"===i.type)){const e=i.children[0];e&&"text"===e.type&&(e.value=BA(e.value))}Array.isArray(i)?t.push(...i):t.push(i)}}}return t},applyData:xA,definitionById:r,footnoteById:i,footnoteCounts:o,footnoteOrder:[],handlers:a,one:function(e,t){const n=e.type,r=s.handlers[n];if(FA.call(s.handlers,n)&&r)return r(s,e,t);if(s.options.passThrough&&s.options.passThrough.includes(n)){if("children"in e){e.children;const t=Q(e,kA),n=sA(t);return n.children=s.all(e),n}return sA(e)}return(s.options.unknownHandler||OA)(s,e,t)},options:n,patch:wA,wrap:NA};return vA(e,function(e){if("definition"===e.type||"footnoteDefinition"===e.type){const t="definition"===e.type?r:i,n=String(e.identifier).toUpperCase();t.has(n)||t.set(n,e)}}),s}(e,t),r=n.one(e,void 0),i=function(e){const t="string"===typeof e.options.clobberPrefix?e.options.clobberPrefix:"user-content-",n=e.options.footnoteBackContent||lA,r=e.options.footnoteBackLabel||cA,i=e.options.footnoteLabel||"Footnotes",o=e.options.footnoteLabelTagName||"h2",a=e.options.footnoteLabelProperties||{className:["sr-only"]},s=[];let u=-1;for(;++u<e.footnoteOrder.length;){const i=e.footnoteById.get(e.footnoteOrder[u]);if(!i)continue;const o=e.all(i),a=String(i.identifier).toUpperCase(),l=uA(a.toLowerCase());let c=0;const d=[],f=e.footnoteCounts.get(a);for(;void 0!==f&&++c<=f;){d.length>0&&d.push({type:"text",value:" "});let e="string"===typeof n?n:n(u,c);"string"===typeof e&&(e={type:"text",value:e}),d.push({type:"element",tagName:"a",properties:{href:"#"+t+"fnref-"+l+(c>1?"-"+c:""),dataFootnoteBackref:"",ariaLabel:"string"===typeof r?r:r(u,c),className:["data-footnote-backref"]},children:Array.isArray(e)?e:[e]})}const p=o[o.length-1];if(p&&"element"===p.type&&"p"===p.tagName){const e=p.children[p.children.length-1];e&&"text"===e.type?e.value+=" ":p.children.push({type:"text",value:" "}),p.children.push(...d)}else o.push(...d);const h={type:"element",tagName:"li",properties:{id:t+"fn-"+l},children:e.wrap(o,!0)};e.patch(i,h),s.push(h)}if(0!==s.length)return{type:"element",tagName:"section",properties:{dataFootnotes:!0,className:["footnotes"]},children:[{type:"element",tagName:o,properties:J(J({},sA(a)),{},{id:"footnote-label"}),children:[{type:"text",value:i}]},{type:"text",value:"\n"},{type:"element",tagName:"ol",properties:{},children:e.wrap(s,!0)},{type:"text",value:"\n"}]}}(n),o=Array.isArray(r)?{type:"root",children:r}:r||{type:"root",children:[]};return i&&o.children.push({type:"text",value:"\n"},i),o}function PA(e,t){return e&&"run"in e?async function(n,r){const i=IA(n,J({file:r},t));await e.run(i,r)}:function(n,r){return IA(n,J({file:r},e||t))}}function RA(e){if(e)throw e}var LA=n(3240);function MA(e){if("object"!==typeof e||null===e)return!1;const t=Object.getPrototypeOf(e);return(null===t||t===Object.prototype||null===Object.getPrototypeOf(t))&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)}function jA(){const e=[],t={run:function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];let i=-1;const o=n.pop();if("function"!==typeof o)throw new TypeError("Expected function as last argument, not "+o);!function t(r){const a=e[++i];let s=-1;if(r)o(r);else{for(var u=arguments.length,l=new Array(u>1?u-1:0),c=1;c<u;c++)l[c-1]=arguments[c];for(;++s<n.length;)null!==l[s]&&void 0!==l[s]||(l[s]=n[s]);n=l,a?function(e,t){let n;return i;function i(){for(var t=arguments.length,i=new Array(t),s=0;s<t;s++)i[s]=arguments[s];const u=e.length>i.length;let l;u&&i.push(o);try{l=e.apply(this,i)}catch(r){if(u&&n)throw r;return o(r)}u||(l&&l.then&&"function"===typeof l.then?l.then(a,o):l instanceof Error?o(l):a(l))}function o(e){if(!n){n=!0;for(var r=arguments.length,i=new Array(r>1?r-1:0),o=1;o<r;o++)i[o-1]=arguments[o];t(e,...i)}}function a(e){o(null,e)}}(a,t)(...l):o(null,...l)}}(null,...n)},use:function(n){if("function"!==typeof n)throw new TypeError("Expected `middelware` to be a function, not "+n);return e.push(n),t}};return t}const zA={basename:function(e,t){if(void 0!==t&&"string"!==typeof t)throw new TypeError('"ext" argument must be a string');UA(e);let n,r=0,i=-1,o=e.length;if(void 0===t||0===t.length||t.length>e.length){for(;o--;)if(47===e.codePointAt(o)){if(n){r=o+1;break}}else i<0&&(n=!0,i=o+1);return i<0?"":e.slice(r,i)}if(t===e)return"";let a=-1,s=t.length-1;for(;o--;)if(47===e.codePointAt(o)){if(n){r=o+1;break}}else a<0&&(n=!0,a=o+1),s>-1&&(e.codePointAt(o)===t.codePointAt(s--)?s<0&&(i=o):(s=-1,i=a));r===i?i=a:i<0&&(i=e.length);return e.slice(r,i)},dirname:function(e){if(UA(e),0===e.length)return".";let t,n=-1,r=e.length;for(;--r;)if(47===e.codePointAt(r)){if(t){n=r;break}}else t||(t=!0);return n<0?47===e.codePointAt(0)?"/":".":1===n&&47===e.codePointAt(0)?"//":e.slice(0,n)},extname:function(e){UA(e);let t,n=e.length,r=-1,i=0,o=-1,a=0;for(;n--;){const s=e.codePointAt(n);if(47!==s)r<0&&(t=!0,r=n+1),46===s?o<0?o=n:1!==a&&(a=1):o>-1&&(a=-1);else if(t){i=n+1;break}}if(o<0||r<0||0===a||1===a&&o===r-1&&o===i+1)return"";return e.slice(o,r)},join:function(){let e,t=-1;for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];for(;++t<r.length;)UA(r[t]),r[t]&&(e=void 0===e?r[t]:e+"/"+r[t]);return void 0===e?".":function(e){UA(e);const t=47===e.codePointAt(0);let n=function(e,t){let n,r,i="",o=0,a=-1,s=0,u=-1;for(;++u<=e.length;){if(u<e.length)n=e.codePointAt(u);else{if(47===n)break;n=47}if(47===n){if(a===u-1||1===s);else if(a!==u-1&&2===s){if(i.length<2||2!==o||46!==i.codePointAt(i.length-1)||46!==i.codePointAt(i.length-2))if(i.length>2){if(r=i.lastIndexOf("/"),r!==i.length-1){r<0?(i="",o=0):(i=i.slice(0,r),o=i.length-1-i.lastIndexOf("/")),a=u,s=0;continue}}else if(i.length>0){i="",o=0,a=u,s=0;continue}t&&(i=i.length>0?i+"/..":"..",o=2)}else i.length>0?i+="/"+e.slice(a+1,u):i=e.slice(a+1,u),o=u-a-1;a=u,s=0}else 46===n&&s>-1?s++:s=-1}return i}(e,!t);0!==n.length||t||(n=".");n.length>0&&47===e.codePointAt(e.length-1)&&(n+="/");return t?"/"+n:n}(e)},sep:"/"};function UA(e){if("string"!==typeof e)throw new TypeError("Path must be a string. Received "+JSON.stringify(e))}const HA={cwd:function(){return"/"}};function VA(e){return Boolean(null!==e&&"object"===typeof e&&"href"in e&&e.href&&"protocol"in e&&e.protocol&&void 0===e.auth)}function GA(e){if("string"===typeof e)e=new URL(e);else if(!VA(e)){const t=new TypeError('The "path" argument must be of type string or an instance of URL. Received `'+e+"`");throw t.code="ERR_INVALID_ARG_TYPE",t}if("file:"!==e.protocol){const e=new TypeError("The URL must be of scheme file");throw e.code="ERR_INVALID_URL_SCHEME",e}return function(e){if(""!==e.hostname){const e=new TypeError('File URL host must be "localhost" or empty on darwin');throw e.code="ERR_INVALID_FILE_URL_HOST",e}const t=e.pathname;let n=-1;for(;++n<t.length;)if(37===t.codePointAt(n)&&50===t.codePointAt(n+1)){const e=t.codePointAt(n+2);if(70===e||102===e){const e=new TypeError("File URL path must not include encoded / characters");throw e.code="ERR_INVALID_FILE_URL_PATH",e}}return decodeURIComponent(t)}(e)}const WA=["history","path","basename","stem","extname","dirname"];class YA{constructor(e){let t;t=e?VA(e)?{path:e}:"string"===typeof e||function(e){return Boolean(e&&"object"===typeof e&&"byteLength"in e&&"byteOffset"in e)}(e)?{value:e}:e:{},this.cwd="cwd"in t?"":HA.cwd(),this.data={},this.history=[],this.messages=[],this.value,this.map,this.result,this.stored;let n,r=-1;for(;++r<WA.length;){const e=WA[r];e in t&&void 0!==t[e]&&null!==t[e]&&(this[e]="history"===e?[...t[e]]:t[e])}for(n in t)WA.includes(n)||(this[n]=t[n])}get basename(){return"string"===typeof this.path?zA.basename(this.path):void 0}set basename(e){QA(e,"basename"),qA(e,"basename"),this.path=zA.join(this.dirname||"",e)}get dirname(){return"string"===typeof this.path?zA.dirname(this.path):void 0}set dirname(e){KA(this.basename,"dirname"),this.path=zA.join(e||"",this.basename)}get extname(){return"string"===typeof this.path?zA.extname(this.path):void 0}set extname(e){if(qA(e,"extname"),KA(this.dirname,"extname"),e){if(46!==e.codePointAt(0))throw new Error("`extname` must start with `.`");if(e.includes(".",1))throw new Error("`extname` cannot contain multiple dots")}this.path=zA.join(this.dirname,this.stem+(e||""))}get path(){return this.history[this.history.length-1]}set path(e){VA(e)&&(e=GA(e)),QA(e,"path"),this.path!==e&&this.history.push(e)}get stem(){return"string"===typeof this.path?zA.basename(this.path,this.extname):void 0}set stem(e){QA(e,"stem"),qA(e,"stem"),this.path=zA.join(this.dirname||"",e+(this.extname||""))}fail(e,t,n){const r=this.message(e,t,n);throw r.fatal=!0,r}info(e,t,n){const r=this.message(e,t,n);return r.fatal=void 0,r}message(e,t,n){const r=new My(e,t,n);return this.path&&(r.name=this.path+":"+r.name,r.file=this.path),r.fatal=!1,this.messages.push(r),r}toString(e){if(void 0===this.value)return"";if("string"===typeof this.value)return this.value;return new TextDecoder(e||void 0).decode(this.value)}}function qA(e,t){if(e&&e.includes(zA.sep))throw new Error("`"+t+"` cannot be a path: did not expect `"+zA.sep+"`")}function QA(e,t){if(!e)throw new Error("`"+t+"` cannot be empty")}function KA(e,t){if(!e)throw new Error("Setting `"+t+"` requires `path` to be set too")}const XA=function(e){const t=this.constructor.prototype,n=t[e],r=function(){return n.apply(r,arguments)};return Object.setPrototypeOf(r,t),r},JA={}.hasOwnProperty;class ZA extends XA{constructor(){super("copy"),this.Compiler=void 0,this.Parser=void 0,this.attachers=[],this.compiler=void 0,this.freezeIndex=-1,this.frozen=void 0,this.namespace={},this.parser=void 0,this.transformers=jA()}copy(){const e=new ZA;let t=-1;for(;++t<this.attachers.length;){const n=this.attachers[t];e.use(...n)}return e.data(LA(!0,{},this.namespace)),e}data(e,t){return"string"===typeof e?2===arguments.length?(nb("data",this.frozen),this.namespace[e]=t,this):JA.call(this.namespace,e)&&this.namespace[e]||void 0:e?(nb("data",this.frozen),this.namespace=e,this):this.namespace}freeze(){if(this.frozen)return this;const e=this;for(;++this.freezeIndex<this.attachers.length;){const t=rt(this.attachers[this.freezeIndex]),n=t[0],r=$(t).slice(1);if(!1===r[0])continue;!0===r[0]&&(r[0]=void 0);const i=n.call(e,...r);"function"===typeof i&&this.transformers.use(i)}return this.frozen=!0,this.freezeIndex=Number.POSITIVE_INFINITY,this}parse(e){this.freeze();const t=ob(e),n=this.parser||this.Parser;return eb("parse",n),n(String(t),t)}process(e,t){const n=this;return this.freeze(),eb("process",this.parser||this.Parser),tb("process",this.compiler||this.Compiler),t?r(void 0,t):new Promise(r);function r(r,i){const o=ob(e),a=n.parse(o);function s(e,n){e||!n?i(e):r?r(n):t(void 0,n)}n.run(a,o,function(e,t,r){if(e||!t||!r)return s(e);const i=t,o=n.stringify(i,r);var a;"string"===typeof(a=o)||function(e){return Boolean(e&&"object"===typeof e&&"byteLength"in e&&"byteOffset"in e)}(a)?r.value=o:r.result=o,s(e,r)})}}processSync(e){let t,n=!1;return this.freeze(),eb("processSync",this.parser||this.Parser),tb("processSync",this.compiler||this.Compiler),this.process(e,function(e,r){n=!0,RA(e),t=r}),ib("processSync","process",n),t}run(e,t,n){rb(e),this.freeze();const r=this.transformers;return n||"function"!==typeof t||(n=t,t=void 0),n?i(void 0,n):new Promise(i);function i(i,o){const a=ob(t);r.run(e,a,function(t,r,a){const s=r||e;t?o(t):i?i(s):n(void 0,s,a)})}}runSync(e,t){let n,r=!1;return this.run(e,t,function(e,t){RA(e),n=t,r=!0}),ib("runSync","run",r),n}stringify(e,t){this.freeze();const n=ob(t),r=this.compiler||this.Compiler;return tb("stringify",r),rb(e),r(e,n)}use(e){const t=this.attachers,n=this.namespace;if(nb("use",this.frozen),null===e||void 0===e);else if("function"===typeof e){for(var r=arguments.length,i=new Array(r>1?r-1:0),o=1;o<r;o++)i[o-1]=arguments[o];l(e,i)}else{if("object"!==typeof e)throw new TypeError("Expected usable value, not `"+e+"`");Array.isArray(e)?u(e):s(e)}return this;function a(e){if("function"===typeof e)l(e,[]);else{if("object"!==typeof e)throw new TypeError("Expected usable value, not `"+e+"`");if(Array.isArray(e)){const t=rt(e);l(t[0],$(t).slice(1))}else s(e)}}function s(e){if(!("plugins"in e)&&!("settings"in e))throw new Error("Expected usable value but received an empty preset, which is probably a mistake: presets typically come with `plugins` and sometimes with `settings`, but this has neither");u(e.plugins),e.settings&&(n.settings=LA(!0,n.settings,e.settings))}function u(e){let t=-1;if(null===e||void 0===e);else{if(!Array.isArray(e))throw new TypeError("Expected a list of plugins, not `"+e+"`");for(;++t<e.length;){a(e[t])}}}function l(e,n){let r=-1,i=-1;for(;++r<t.length;)if(t[r][0]===e){i=r;break}if(-1===i)t.push([e,...n]);else if(n.length>0){let r=rt(n),o=r[0],a=$(r).slice(1);const s=t[i][1];MA(s)&&MA(o)&&(o=LA(!0,s,o)),t[i]=[e,o,...a]}}}}const $A=(new ZA).freeze();function eb(e,t){if("function"!==typeof t)throw new TypeError("Cannot `"+e+"` without `parser`")}function tb(e,t){if("function"!==typeof t)throw new TypeError("Cannot `"+e+"` without `compiler`")}function nb(e,t){if(t)throw new Error("Cannot call `"+e+"` on a frozen processor.\nCreate a new processor first, by calling it: use `processor()` instead of `processor`.")}function rb(e){if(!MA(e)||"string"!==typeof e.type)throw new TypeError("Expected node, got `"+e+"`")}function ib(e,t,n){if(!n)throw new Error("`"+e+"` finished async. Use `"+t+"` instead")}function ob(e){return function(e){return Boolean(e&&"object"===typeof e&&"message"in e&&"messages"in e)}(e)?e:new YA(e)}const ab=[],sb={allowDangerousHtml:!0},ub=/^(https?|ircs?|mailto|xmpp)$/i,lb=[{from:"astPlugins",id:"remove-buggy-html-in-markdown-parser"},{from:"allowDangerousHtml",id:"remove-buggy-html-in-markdown-parser"},{from:"allowNode",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"allowElement"},{from:"allowedTypes",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"allowedElements"},{from:"className",id:"remove-classname"},{from:"disallowedTypes",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"disallowedElements"},{from:"escapeHtml",id:"remove-buggy-html-in-markdown-parser"},{from:"includeElementIndex",id:"#remove-includeelementindex"},{from:"includeNodeIndex",id:"change-includenodeindex-to-includeelementindex"},{from:"linkTarget",id:"remove-linktarget"},{from:"plugins",id:"change-plugins-to-remarkplugins",to:"remarkPlugins"},{from:"rawSourcePos",id:"#remove-rawsourcepos"},{from:"renderers",id:"change-renderers-to-components",to:"components"},{from:"source",id:"change-source-to-children",to:"children"},{from:"sourcePos",id:"#remove-sourcepos"},{from:"transformImageUri",id:"#add-urltransform",to:"urlTransform"},{from:"transformLinkUri",id:"#add-urltransform",to:"urlTransform"}];function cb(e){const t=db(e),n=fb(e);return pb(t.runSync(t.parse(n),n),e)}function db(e){const t=e.rehypePlugins||ab,n=e.remarkPlugins||ab,r=e.remarkRehypeOptions?J(J({},e.remarkRehypeOptions),sb):sb;return $A().use(JE).use(n).use(PA,r).use(t)}function fb(e){const t=e.children||"",n=new YA;return"string"===typeof t&&(n.value=t),n}function pb(e,t){const n=t.allowedElements,r=t.allowElement,i=t.components,o=t.disallowedElements,a=t.skipHtml,s=t.unwrapDisallowed,u=t.urlTransform||hb;for(const l of lb)Object.hasOwn(t,l.from)&&jD((l.from,l.to&&l.to,l.id));return vA(e,function(e,t,i){if("raw"===e.type&&i&&"number"===typeof t)return a?i.children.splice(t,1):i.children[t]={type:"text",value:e.value},t;if("element"===e.type){let t;for(t in tv)if(Object.hasOwn(tv,t)&&Object.hasOwn(e.properties,t)){const n=e.properties[t],r=tv[t];(null===r||r.includes(e.tagName))&&(e.properties[t]=u(String(n||""),t,e))}}if("element"===e.type){let a=n?!n.includes(e.tagName):!!o&&o.includes(e.tagName);if(!a&&r&&"number"===typeof t&&(a=!r(e,t,i)),a&&i&&"number"===typeof t)return s&&e.children?i.children.splice(t,1,...e.children):i.children.splice(t,1),t}}),Wy(e,{Fragment:Ka.Fragment,components:i,ignoreInvalidStyle:!0,jsx:Ka.jsx,jsxs:Ka.jsxs,passKeys:!0,passNode:!0})}function hb(e){const t=e.indexOf(":"),n=e.indexOf("?"),r=e.indexOf("#"),i=e.indexOf("/");return-1===t||-1!==i&&t>i||-1!==n&&t>n||-1!==r&&t>r||ub.test(e.slice(0,t))?e:""}function mb(e,t){const n=String(e);if("string"!==typeof t)throw new TypeError("Expected character");let r=0,i=n.indexOf(t);for(;-1!==i;)r++,i=n.indexOf(t,i+t.length);return r}function gb(e,t,n){const r=dA((n||{}).ignore||[]),i=function(e){const t=[];if(!Array.isArray(e))throw new TypeError("Expected find and replace tuple or list of tuples");const n=!e[0]||Array.isArray(e[0])?e:[e];let r=-1;for(;++r<n.length;){const e=n[r];t.push([Db(e[0]),yb(e[1])])}return t}(t);let o=-1;for(;++o<i.length;)yA(e,"text",a);function a(e,t){let n,a=-1;for(;++a<t.length;){const e=t[a],i=n?n.children:void 0;if(r(e,i?i.indexOf(e):void 0,n))return;n=e}if(n)return function(e,t){const n=t[t.length-1],r=i[o][0],a=i[o][1];let s=0;const u=n.children.indexOf(e);let l=!1,c=[];r.lastIndex=0;let d=r.exec(e.value);for(;d;){const n=d.index,i={index:d.index,input:d.input,stack:[...t,e]};let o=a(...d,i);if("string"===typeof o&&(o=o.length>0?{type:"text",value:o}:void 0),!1===o?r.lastIndex=n+1:(s!==n&&c.push({type:"text",value:e.value.slice(s,n)}),Array.isArray(o)?c.push(...o):o&&c.push(o),s=n+d[0].length,l=!0),!r.global)break;d=r.exec(e.value)}l?(s<e.value.length&&c.push({type:"text",value:e.value.slice(s)}),n.children.splice(u,1,...c)):c=[e];return u+c.length}(e,t)}}function Db(e){return"string"===typeof e?new RegExp(function(e){if("string"!==typeof e)throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}(e),"g"):e}function yb(e){return"function"===typeof e?e:function(){return e}}const vb="phrasing",Eb=["autolink","link","image","label"];function Ab(e){this.enter({type:"link",title:null,url:"",children:[]},e)}function bb(e){this.config.enter.autolinkProtocol.call(this,e)}function _b(e){this.config.exit.autolinkProtocol.call(this,e)}function Cb(e){this.config.exit.data.call(this,e);const t=this.stack[this.stack.length-1];t.type,t.url="http://"+this.sliceSerialize(e)}function Tb(e){this.config.exit.autolinkEmail.call(this,e)}function kb(e){this.exit(e)}function Fb(e){gb(e,[[/(https?:\/\/|www(?=\.))([-.\w]+)([^ \t\r\n]*)/gi,Sb],[/(?<=^|[\t-\r \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF]|(?:[!-#%-\*,-\/:;\?@\[-\]_\{\}\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061D-\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C77\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B4E\u1B4F\u1B5A-\u1B60\u1B7D-\u1B7F\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4F\u2E52-\u2E5D\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDD6E\uDEAD\uDED0\uDF55-\uDF59\uDF86-\uDF89]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9\uDFD4\uDFD5\uDFD7\uDFD8]|\uD805[\uDC4B-\uDC4F\uDC5A\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDEB9\uDF3C-\uDF3E]|\uD806[\uDC3B\uDD44-\uDD46\uDDE2\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2\uDF00-\uDF09\uDFE1]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8\uDF43-\uDF4F\uDFFF]|\uD809[\uDC70-\uDC74]|\uD80B[\uDFF1\uDFF2]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDD6D-\uDD6F\uDE97-\uDE9A\uDFE2]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD839\uDDFF|\uD83A[\uDD5E\uDD5F])|(?:[\$\+<->\^`\|~\xA2-\xA6\xA8\xA9\xAC\xAE-\xB1\xB4\xB8\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u0384\u0385\u03F6\u0482\u058D-\u058F\u0606-\u0608\u060B\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u07FE\u07FF\u0888\u09F2\u09F3\u09FA\u09FB\u0AF1\u0B70\u0BF3-\u0BFA\u0C7F\u0D4F\u0D79\u0E3F\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u166D\u17DB\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u1FBD\u1FBF-\u1FC1\u1FCD-\u1FCF\u1FDD-\u1FDF\u1FED-\u1FEF\u1FFD\u1FFE\u2044\u2052\u207A-\u207C\u208A-\u208C\u20A0-\u20C1\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F\u218A\u218B\u2190-\u2307\u230C-\u2328\u232B-\u2429\u2440-\u244A\u249C-\u24E9\u2500-\u2767\u2794-\u27C4\u27C7-\u27E5\u27F0-\u2982\u2999-\u29D7\u29DC-\u29FB\u29FE-\u2B73\u2B76-\u2BFF\u2CE5-\u2CEA\u2E50\u2E51\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFF\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u309B\u309C\u3190\u3191\u3196-\u319F\u31C0-\u31E5\u31EF\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA700-\uA716\uA720\uA721\uA789\uA78A\uA828-\uA82B\uA836-\uA839\uAA77-\uAA79\uAB5B\uAB6A\uAB6B\uFB29\uFBB2-\uFBD2\uFD40-\uFD4F\uFD90\uFD91\uFDC8-\uFDCF\uFDFC-\uFDFF\uFE62\uFE64-\uFE66\uFE69\uFF04\uFF0B\uFF1C-\uFF1E\uFF3E\uFF40\uFF5C\uFF5E\uFFE0-\uFFE6\uFFE8-\uFFEE\uFFFC\uFFFD]|\uD800[\uDD37-\uDD3F\uDD79-\uDD89\uDD8C-\uDD8E\uDD90-\uDD9C\uDDA0\uDDD0-\uDDFC]|\uD802[\uDC77\uDC78\uDEC8]|\uD803[\uDD8E\uDD8F\uDED1-\uDED8]|\uD805\uDF3F|\uD807[\uDFD5-\uDFF1]|\uD81A[\uDF3C-\uDF3F\uDF45]|\uD82F\uDC9C|\uD833[\uDC00-\uDCEF\uDCFA-\uDCFC\uDD00-\uDEB3\uDEBA-\uDED0\uDEE0-\uDEF0\uDF50-\uDFC3]|\uD834[\uDC00-\uDCF5\uDD00-\uDD26\uDD29-\uDD64\uDD6A-\uDD6C\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDDEA\uDE00-\uDE41\uDE45\uDF00-\uDF56]|\uD835[\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85\uDE86]|\uD838[\uDD4F\uDEFF]|\uD83B[\uDCAC\uDCB0\uDD2E\uDEF0\uDEF1]|\uD83C[\uDC00-\uDC2B\uDC30-\uDC93\uDCA0-\uDCAE\uDCB1-\uDCBF\uDCC1-\uDCCF\uDCD1-\uDCF5\uDD0D-\uDDAD\uDDE6-\uDE02\uDE10-\uDE3B\uDE40-\uDE48\uDE50\uDE51\uDE60-\uDE65\uDF00-\uDFFF]|\uD83D[\uDC00-\uDED8\uDEDC-\uDEEC\uDEF0-\uDEFC\uDF00-\uDFD9\uDFE0-\uDFEB\uDFF0]|\uD83E[\uDC00-\uDC0B\uDC10-\uDC47\uDC50-\uDC59\uDC60-\uDC87\uDC90-\uDCAD\uDCB0-\uDCBB\uDCC0\uDCC1\uDCD0-\uDCD8\uDD00-\uDE57\uDE60-\uDE6D\uDE70-\uDE7C\uDE80-\uDE8A\uDE8E-\uDEC6\uDEC8\uDECD-\uDEDC\uDEDF-\uDEEA\uDEEF-\uDEF8\uDF00-\uDF92\uDF94-\uDFEF\uDFFA]))([\+\x2D\.0-9A-Z_a-z]+)@([\x2D0-9A-Z_a-z]+(?:\.[\x2D0-9A-Z_a-z]+)+)/g,wb]],{ignore:["link","linkReference"]})}function Sb(e,t,n,r,i){let o="";if(!xb(i))return!1;if(/^w/i.test(t)&&(n=t+n,t="",o="http://"),!function(e){const t=e.split(".");if(t.length<2||t[t.length-1]&&(/_/.test(t[t.length-1])||!/[a-zA-Z\d]/.test(t[t.length-1]))||t[t.length-2]&&(/_/.test(t[t.length-2])||!/[a-zA-Z\d]/.test(t[t.length-2])))return!1;return!0}(n))return!1;const a=function(e){const t=/[!"&'),.:;<>?\]}]+$/.exec(e);if(!t)return[e,void 0];e=e.slice(0,t.index);let n=t[0],r=n.indexOf(")");const i=mb(e,"(");let o=mb(e,")");for(;-1!==r&&i>o;)e+=n.slice(0,r+1),n=n.slice(r+1),r=n.indexOf(")"),o++;return[e,n]}(n+r);if(!a[0])return!1;const s={type:"link",title:null,url:o+t+a[0],children:[{type:"text",value:t+a[0]}]};return a[1]?[s,{type:"text",value:a[1]}]:s}function wb(e,t,n,r){return!(!xb(r,!0)||/[-\d_]$/.test(n))&&{type:"link",title:null,url:"mailto:"+t+"@"+n,children:[{type:"text",value:t+"@"+n}]}}function xb(e,t){const n=e.input.charCodeAt(e.index-1);return(0===e.index||Fv(n)||kv(n))&&(!t||47!==n)}function Ob(){this.buffer()}function Nb(e){this.enter({type:"footnoteReference",identifier:"",label:""},e)}function Bb(){this.buffer()}function Ib(e){this.enter({type:"footnoteDefinition",identifier:"",label:"",children:[]},e)}function Pb(e){const t=this.resume(),n=this.stack[this.stack.length-1];n.type,n.identifier=Zv(this.sliceSerialize(e)).toLowerCase(),n.label=t}function Rb(e){this.exit(e)}function Lb(e){const t=this.resume(),n=this.stack[this.stack.length-1];n.type,n.identifier=Zv(this.sliceSerialize(e)).toLowerCase(),n.label=t}function Mb(e){this.exit(e)}function jb(e,t,n,r){const i=n.createTracker(r);let o=i.move("[^");const a=n.enter("footnoteReference"),s=n.enter("reference");return o+=i.move(n.safe(n.associationId(e),{after:"]",before:o})),s(),a(),o+=i.move("]"),o}function zb(e){let t=!1;return e&&e.firstLineBlank&&(t=!0),{handlers:{footnoteDefinition:function(e,n,r,i){const o=r.createTracker(i);let a=o.move("[^");const s=r.enter("footnoteDefinition"),u=r.enter("label");a+=o.move(r.safe(r.associationId(e),{before:a,after:"]"})),u(),a+=o.move("]:"),e.children&&e.children.length>0&&(o.shift(4),a+=o.move((t?"\n":" ")+r.indentLines(r.containerFlow(e,o.current()),t?Hb:Ub)));return s(),a},footnoteReference:jb},unsafe:[{character:"[",inConstruct:["label","phrasing","reference"]}]}}function Ub(e,t,n){return 0===t?e:Hb(e,t,n)}function Hb(e,t,n){return(n?"":"    ")+e}jb.peek=function(){return"["};const Vb=["autolink","destinationLiteral","destinationRaw","reference","titleQuote","titleApostrophe"];function Gb(e){this.enter({type:"delete",children:[]},e)}function Wb(e){this.exit(e)}function Yb(e,t,n,r){const i=n.createTracker(r),o=n.enter("strikethrough");let a=i.move("~~");return a+=n.containerPhrasing(e,J(J({},i.current()),{},{before:a,after:"~"})),a+=i.move("~~"),o(),a}function qb(e){return e.length}function Qb(e){return null===e||void 0===e?"":String(e)}function Kb(e){const t="string"===typeof e?e.codePointAt(0):0;return 67===t||99===t?99:76===t||108===t?108:82===t||114===t?114:0}function Xb(e,t,n){return">"+(n?"":" ")+e}function Jb(e,t){return Zb(e,t.inConstruct,!0)&&!Zb(e,t.notInConstruct,!1)}function Zb(e,t,n){if("string"===typeof t&&(t=[t]),!t||0===t.length)return n;let r=-1;for(;++r<t.length;)if(e.includes(t[r]))return!0;return!1}function $b(e,t,n,r){let i=-1;for(;++i<n.unsafe.length;)if("\n"===n.unsafe[i].character&&Jb(n.stack,n.unsafe[i]))return/[ \t]/.test(r.before)?"":" ";return"\\\n"}function e_(e,t,n){return(n?"":"    ")+e}function t_(e){const t=e.options.quote||'"';if('"'!==t&&"'"!==t)throw new Error("Cannot serialize title with `"+t+"` for `options.quote`, expected `\"`, or `'`");return t}function n_(e){return"&#x"+e.toString(16).toUpperCase()+";"}function r_(e,t,n){const r=_E(e),i=_E(t);return void 0===r?void 0===i?"_"===n?{inside:!0,outside:!0}:{inside:!1,outside:!1}:1===i?{inside:!0,outside:!0}:{inside:!1,outside:!0}:1===r?void 0===i?{inside:!1,outside:!1}:1===i?{inside:!0,outside:!0}:{inside:!1,outside:!1}:void 0===i?{inside:!1,outside:!1}:1===i?{inside:!0,outside:!1}:{inside:!1,outside:!1}}function i_(e,t,n,r){const i=function(e){const t=e.options.emphasis||"*";if("*"!==t&&"_"!==t)throw new Error("Cannot serialize emphasis with `"+t+"` for `options.emphasis`, expected `*`, or `_`");return t}(n),o=n.enter("emphasis"),a=n.createTracker(r),s=a.move(i);let u=a.move(n.containerPhrasing(e,J({after:i,before:s},a.current())));const l=u.charCodeAt(0),c=r_(r.before.charCodeAt(r.before.length-1),l,i);c.inside&&(u=n_(l)+u.slice(1));const d=u.charCodeAt(u.length-1),f=r_(r.after.charCodeAt(0),d,i);f.inside&&(u=u.slice(0,-1)+n_(d));const p=a.move(i);return o(),n.attentionEncodeSurroundingInfo={after:f.outside,before:c.outside},s+u+p}function o_(e){return e.value||""}function a_(e,t,n,r){const i=t_(n),o='"'===i?"Quote":"Apostrophe",a=n.enter("image");let s=n.enter("label");const u=n.createTracker(r);let l=u.move("![");return l+=u.move(n.safe(e.alt,J({before:l,after:"]"},u.current()))),l+=u.move("]("),s(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(s=n.enter("destinationLiteral"),l+=u.move("<"),l+=u.move(n.safe(e.url,J({before:l,after:">"},u.current()))),l+=u.move(">")):(s=n.enter("destinationRaw"),l+=u.move(n.safe(e.url,J({before:l,after:e.title?" ":")"},u.current())))),s(),e.title&&(s=n.enter("title".concat(o)),l+=u.move(" "+i),l+=u.move(n.safe(e.title,J({before:l,after:i},u.current()))),l+=u.move(i),s()),l+=u.move(")"),a(),l}function s_(e,t,n,r){const i=e.referenceType,o=n.enter("imageReference");let a=n.enter("label");const s=n.createTracker(r);let u=s.move("![");const l=n.safe(e.alt,J({before:u,after:"]"},s.current()));u+=s.move(l+"]["),a();const c=n.stack;n.stack=[],a=n.enter("reference");const d=n.safe(n.associationId(e),J({before:u,after:"]"},s.current()));return a(),n.stack=c,o(),"full"!==i&&l&&l===d?"shortcut"===i?u=u.slice(0,-1):u+=s.move("]"):u+=s.move(d+"]"),u}function u_(e,t,n){let r=e.value||"",i="`",o=-1;for(;new RegExp("(^|[^`])"+i+"([^`]|$)").test(r);)i+="`";for(/[^ \r\n]/.test(r)&&(/^[ \r\n]/.test(r)&&/[ \r\n]$/.test(r)||/^`|`$/.test(r))&&(r=" "+r+" ");++o<n.unsafe.length;){const e=n.unsafe[o],t=n.compilePattern(e);let i;if(e.atBreak)for(;i=t.exec(r);){let e=i.index;10===r.charCodeAt(e)&&13===r.charCodeAt(e-1)&&e--,r=r.slice(0,e)+" "+r.slice(i.index+1)}}return i+r+i}function l_(e,t){const n=rv(e);return Boolean(!t.options.resourceLink&&e.url&&!e.title&&e.children&&1===e.children.length&&"text"===e.children[0].type&&(n===e.url||"mailto:"+n===e.url)&&/^[a-z][a-z+.-]+:/i.test(e.url)&&!/[\0- <>\u007F]/.test(e.url))}function c_(e,t,n,r){const i=t_(n),o='"'===i?"Quote":"Apostrophe",a=n.createTracker(r);let s,u;if(l_(e,n)){const t=n.stack;n.stack=[],s=n.enter("autolink");let r=a.move("<");return r+=a.move(n.containerPhrasing(e,J({before:r,after:">"},a.current()))),r+=a.move(">"),s(),n.stack=t,r}s=n.enter("link"),u=n.enter("label");let l=a.move("[");return l+=a.move(n.containerPhrasing(e,J({before:l,after:"]("},a.current()))),l+=a.move("]("),u(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(u=n.enter("destinationLiteral"),l+=a.move("<"),l+=a.move(n.safe(e.url,J({before:l,after:">"},a.current()))),l+=a.move(">")):(u=n.enter("destinationRaw"),l+=a.move(n.safe(e.url,J({before:l,after:e.title?" ":")"},a.current())))),u(),e.title&&(u=n.enter("title".concat(o)),l+=a.move(" "+i),l+=a.move(n.safe(e.title,J({before:l,after:i},a.current()))),l+=a.move(i),u()),l+=a.move(")"),s(),l}function d_(e,t,n,r){const i=e.referenceType,o=n.enter("linkReference");let a=n.enter("label");const s=n.createTracker(r);let u=s.move("[");const l=n.containerPhrasing(e,J({before:u,after:"]"},s.current()));u+=s.move(l+"]["),a();const c=n.stack;n.stack=[],a=n.enter("reference");const d=n.safe(n.associationId(e),J({before:u,after:"]"},s.current()));return a(),n.stack=c,o(),"full"!==i&&l&&l===d?"shortcut"===i?u=u.slice(0,-1):u+=s.move("]"):u+=s.move(d+"]"),u}function f_(e){const t=e.options.bullet||"*";if("*"!==t&&"+"!==t&&"-"!==t)throw new Error("Cannot serialize items with `"+t+"` for `options.bullet`, expected `*`, `+`, or `-`");return t}function p_(e){const t=e.options.rule||"*";if("*"!==t&&"-"!==t&&"_"!==t)throw new Error("Cannot serialize rules with `"+t+"` for `options.rule`, expected `*`, `-`, or `_`");return t}Yb.peek=function(){return"~"},i_.peek=function(e,t,n){return n.options.emphasis||"*"},o_.peek=function(){return"<"},a_.peek=function(){return"!"},s_.peek=function(){return"!"},u_.peek=function(){return"`"},c_.peek=function(e,t,n){return l_(e,n)?"<":"["},d_.peek=function(){return"["};const h_=dA(["break","delete","emphasis","footnote","footnoteReference","image","imageReference","inlineCode","inlineMath","link","linkReference","mdxJsxTextElement","mdxTextExpression","strong","text","textDirective"]);function m_(e,t,n,r){const i=function(e){const t=e.options.strong||"*";if("*"!==t&&"_"!==t)throw new Error("Cannot serialize strong with `"+t+"` for `options.strong`, expected `*`, or `_`");return t}(n),o=n.enter("strong"),a=n.createTracker(r),s=a.move(i+i);let u=a.move(n.containerPhrasing(e,J({after:i,before:s},a.current())));const l=u.charCodeAt(0),c=r_(r.before.charCodeAt(r.before.length-1),l,i);c.inside&&(u=n_(l)+u.slice(1));const d=u.charCodeAt(u.length-1),f=r_(r.after.charCodeAt(0),d,i);f.inside&&(u=u.slice(0,-1)+n_(d));const p=a.move(i+i);return o(),n.attentionEncodeSurroundingInfo={after:f.outside,before:c.outside},s+u+p}m_.peek=function(e,t,n){return n.options.strong||"*"};const g_={blockquote:function(e,t,n,r){const i=n.enter("blockquote"),o=n.createTracker(r);o.move("> "),o.shift(2);const a=n.indentLines(n.containerFlow(e,o.current()),Xb);return i(),a},break:$b,code:function(e,t,n,r){const i=function(e){const t=e.options.fence||"`";if("`"!==t&&"~"!==t)throw new Error("Cannot serialize code with `"+t+"` for `options.fence`, expected `` ` `` or `~`");return t}(n),o=e.value||"",a="`"===i?"GraveAccent":"Tilde";if(function(e,t){return Boolean(!1===t.options.fences&&e.value&&!e.lang&&/[^ \r\n]/.test(e.value)&&!/^[\t ]*(?:[\r\n]|$)|(?:^|[\r\n])[\t ]*$/.test(e.value))}(e,n)){const e=n.enter("codeIndented"),t=n.indentLines(o,e_);return e(),t}const s=n.createTracker(r),u=i.repeat(Math.max(function(e,t){const n=String(e);let r=n.indexOf(t),i=r,o=0,a=0;if("string"!==typeof t)throw new TypeError("Expected substring");for(;-1!==r;)r===i?++o>a&&(a=o):o=1,i=r+t.length,r=n.indexOf(t,i);return a}(o,i)+1,3)),l=n.enter("codeFenced");let c=s.move(u);if(e.lang){const t=n.enter("codeFencedLang".concat(a));c+=s.move(n.safe(e.lang,J({before:c,after:" ",encode:["`"]},s.current()))),t()}if(e.lang&&e.meta){const t=n.enter("codeFencedMeta".concat(a));c+=s.move(" "),c+=s.move(n.safe(e.meta,J({before:c,after:"\n",encode:["`"]},s.current()))),t()}return c+=s.move("\n"),o&&(c+=s.move(o+"\n")),c+=s.move(u),l(),c},definition:function(e,t,n,r){const i=t_(n),o='"'===i?"Quote":"Apostrophe",a=n.enter("definition");let s=n.enter("label");const u=n.createTracker(r);let l=u.move("[");return l+=u.move(n.safe(n.associationId(e),J({before:l,after:"]"},u.current()))),l+=u.move("]: "),s(),!e.url||/[\0- \u007F]/.test(e.url)?(s=n.enter("destinationLiteral"),l+=u.move("<"),l+=u.move(n.safe(e.url,J({before:l,after:">"},u.current()))),l+=u.move(">")):(s=n.enter("destinationRaw"),l+=u.move(n.safe(e.url,J({before:l,after:e.title?" ":"\n"},u.current())))),s(),e.title&&(s=n.enter("title".concat(o)),l+=u.move(" "+i),l+=u.move(n.safe(e.title,J({before:l,after:i},u.current()))),l+=u.move(i),s()),a(),l},emphasis:i_,hardBreak:$b,heading:function(e,t,n,r){const i=Math.max(Math.min(6,e.depth||1),1),o=n.createTracker(r);if(function(e,t){let n=!1;return vA(e,function(e){if("value"in e&&/\r?\n|\r/.test(e.value)||"break"===e.type)return n=!0,DA}),Boolean((!e.depth||e.depth<3)&&rv(e)&&(t.options.setext||n))}(e,n)){const t=n.enter("headingSetext"),r=n.enter("phrasing"),a=n.containerPhrasing(e,J(J({},o.current()),{},{before:"\n",after:"\n"}));return r(),t(),a+"\n"+(1===i?"=":"-").repeat(a.length-(Math.max(a.lastIndexOf("\r"),a.lastIndexOf("\n"))+1))}const a="#".repeat(i),s=n.enter("headingAtx"),u=n.enter("phrasing");o.move(a+" ");let l=n.containerPhrasing(e,J({before:"# ",after:"\n"},o.current()));return/^[\t ]/.test(l)&&(l=n_(l.charCodeAt(0))+l.slice(1)),l=l?a+" "+l:a,n.options.closeAtx&&(l+=" "+a),u(),s(),l},html:o_,image:a_,imageReference:s_,inlineCode:u_,link:c_,linkReference:d_,list:function(e,t,n,r){const i=n.enter("list"),o=n.bulletCurrent;let a=e.ordered?function(e){const t=e.options.bulletOrdered||".";if("."!==t&&")"!==t)throw new Error("Cannot serialize items with `"+t+"` for `options.bulletOrdered`, expected `.` or `)`");return t}(n):f_(n);const s=e.ordered?"."===a?")":".":function(e){const t=f_(e),n=e.options.bulletOther;if(!n)return"*"===t?"-":"*";if("*"!==n&&"+"!==n&&"-"!==n)throw new Error("Cannot serialize items with `"+n+"` for `options.bulletOther`, expected `*`, `+`, or `-`");if(n===t)throw new Error("Expected `bullet` (`"+t+"`) and `bulletOther` (`"+n+"`) to be different");return n}(n);let u=!(!t||!n.bulletLastUsed)&&a===n.bulletLastUsed;if(!e.ordered){const t=e.children?e.children[0]:void 0;if("*"!==a&&"-"!==a||!t||t.children&&t.children[0]||"list"!==n.stack[n.stack.length-1]||"listItem"!==n.stack[n.stack.length-2]||"list"!==n.stack[n.stack.length-3]||"listItem"!==n.stack[n.stack.length-4]||0!==n.indexStack[n.indexStack.length-1]||0!==n.indexStack[n.indexStack.length-2]||0!==n.indexStack[n.indexStack.length-3]||(u=!0),p_(n)===a&&t){let t=-1;for(;++t<e.children.length;){const n=e.children[t];if(n&&"listItem"===n.type&&n.children&&n.children[0]&&"thematicBreak"===n.children[0].type){u=!0;break}}}}u&&(a=s),n.bulletCurrent=a;const l=n.containerFlow(e,r);return n.bulletLastUsed=a,n.bulletCurrent=o,i(),l},listItem:function(e,t,n,r){const i=function(e){const t=e.options.listItemIndent||"one";if("tab"!==t&&"one"!==t&&"mixed"!==t)throw new Error("Cannot serialize items with `"+t+"` for `options.listItemIndent`, expected `tab`, `one`, or `mixed`");return t}(n);let o=n.bulletCurrent||f_(n);t&&"list"===t.type&&t.ordered&&(o=("number"===typeof t.start&&t.start>-1?t.start:1)+(!1===n.options.incrementListMarker?0:t.children.indexOf(e))+o);let a=o.length+1;("tab"===i||"mixed"===i&&(t&&"list"===t.type&&t.spread||e.spread))&&(a=4*Math.ceil(a/4));const s=n.createTracker(r);s.move(o+" ".repeat(a-o.length)),s.shift(a);const u=n.enter("listItem"),l=n.indentLines(n.containerFlow(e,s.current()),function(e,t,n){if(t)return(n?"":" ".repeat(a))+e;return(n?o:o+" ".repeat(a-o.length))+e});return u(),l},paragraph:function(e,t,n,r){const i=n.enter("paragraph"),o=n.enter("phrasing"),a=n.containerPhrasing(e,r);return o(),i(),a},root:function(e,t,n,r){const i=e.children.some(function(e){return h_(e)});return(i?n.containerPhrasing:n.containerFlow).call(n,e,r)},strong:m_,text:function(e,t,n,r){return n.safe(e.value,r)},thematicBreak:function(e,t,n){const r=(p_(n)+(n.options.ruleSpaces?" ":"")).repeat(function(e){const t=e.options.ruleRepetition||3;if(t<3)throw new Error("Cannot serialize rules with repetition `"+t+"` for `options.ruleRepetition`, expected `3` or more");return t}(n));return n.options.ruleSpaces?r.slice(0,-1):r}};function D_(e){const t=e._align;this.enter({type:"table",align:t.map(function(e){return"none"===e?null:e}),children:[]},e),this.data.inTable=!0}function y_(e){this.exit(e),this.data.inTable=void 0}function v_(e){this.enter({type:"tableRow",children:[]},e)}function E_(e){this.exit(e)}function A_(e){this.enter({type:"tableCell",children:[]},e)}function b_(e){let t=this.resume();this.data.inTable&&(t=t.replace(/\\([\\|])/g,__));const n=this.stack[this.stack.length-1];n.type,n.value=t,this.exit(e)}function __(e,t){return"|"===t?t:e}function C_(e){const t=e||{},n=t.tableCellPadding,r=t.tablePipeAlign,i=t.stringLength,o=n?" ":"|";return{unsafe:[{character:"\r",inConstruct:"tableCell"},{character:"\n",inConstruct:"tableCell"},{atBreak:!0,character:"|",after:"[\t :-]"},{character:"|",inConstruct:"tableCell"},{atBreak:!0,character:":",after:"-"},{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{inlineCode:function(e,t,n){let r=g_.inlineCode(e,t,n);n.stack.includes("tableCell")&&(r=r.replace(/\|/g,"\\$&"));return r},table:function(e,t,n,r){return s(function(e,t,n){const r=e.children;let i=-1;const o=[],a=t.enter("table");for(;++i<r.length;)o[i]=u(r[i],t,n);return a(),o}(e,n,r),e.align)},tableCell:a,tableRow:function(e,t,n,r){const i=u(e,n,r),o=s([i]);return o.slice(0,o.indexOf("\n"))}}};function a(e,t,n,r){const i=n.enter("tableCell"),a=n.enter("phrasing"),s=n.containerPhrasing(e,J(J({},r),{},{before:o,after:o}));return a(),i(),s}function s(e,t){return function(e,t){const n=t||{},r=(n.align||[]).concat(),i=n.stringLength||qb,o=[],a=[],s=[],u=[];let l=0,c=-1;for(;++c<e.length;){const t=[],r=[];let o=-1;for(e[c].length>l&&(l=e[c].length);++o<e[c].length;){const a=Qb(e[c][o]);if(!1!==n.alignDelimiters){const e=i(a);r[o]=e,(void 0===u[o]||e>u[o])&&(u[o]=e)}t.push(a)}a[c]=t,s[c]=r}let d=-1;if("object"===typeof r&&"length"in r)for(;++d<l;)o[d]=Kb(r[d]);else{const e=Kb(r);for(;++d<l;)o[d]=e}d=-1;const f=[],p=[];for(;++d<l;){const e=o[d];let t="",r="";99===e?(t=":",r=":"):108===e?t=":":114===e&&(r=":");let i=!1===n.alignDelimiters?1:Math.max(1,u[d]-t.length-r.length);const a=t+"-".repeat(i)+r;!1!==n.alignDelimiters&&(i=t.length+i+r.length,i>u[d]&&(u[d]=i),p[d]=i),f[d]=a}a.splice(1,0,f),s.splice(1,0,p),c=-1;const h=[];for(;++c<a.length;){const e=a[c],t=s[c];d=-1;const r=[];for(;++d<l;){const i=e[d]||"";let a="",s="";if(!1!==n.alignDelimiters){const e=u[d]-(t[d]||0),n=o[d];114===n?a=" ".repeat(e):99===n?e%2?(a=" ".repeat(e/2+.5),s=" ".repeat(e/2-.5)):(a=" ".repeat(e/2),s=a):s=" ".repeat(e)}!1===n.delimiterStart||d||r.push("|"),!1===n.padding||!1===n.alignDelimiters&&""===i||!1===n.delimiterStart&&!d||r.push(" "),!1!==n.alignDelimiters&&r.push(a),r.push(i),!1!==n.alignDelimiters&&r.push(s),!1!==n.padding&&r.push(" "),!1===n.delimiterEnd&&d===l-1||r.push("|")}h.push(!1===n.delimiterEnd?r.join("").replace(/ +$/,""):r.join(""))}return h.join("\n")}(e,{align:t,alignDelimiters:r,padding:n,stringLength:i})}function u(e,t,n){const r=e.children;let i=-1;const o=[],s=t.enter("tableRow");for(;++i<r.length;)o[i]=a(r[i],0,t,n);return s(),o}}function T_(e){const t=this.stack[this.stack.length-2];t.type,t.checked="taskListCheckValueChecked"===e.type}function k_(e){const t=this.stack[this.stack.length-2];if(t&&"listItem"===t.type&&"boolean"===typeof t.checked){const e=this.stack[this.stack.length-1];e.type;const n=e.children[0];if(n&&"text"===n.type){const r=t.children;let i,o=-1;for(;++o<r.length;){const e=r[o];if("paragraph"===e.type){i=e;break}}i===e&&(n.value=n.value.slice(1),0===n.value.length?e.children.shift():e.position&&n.position&&"number"===typeof n.position.start.offset&&(n.position.start.column++,n.position.start.offset++,e.position.start=Object.assign({},n.position.start)))}}this.exit(e)}function F_(e,t,n,r){const i=e.children[0],o="boolean"===typeof e.checked&&i&&"paragraph"===i.type,a="["+(e.checked?"x":" ")+"] ",s=n.createTracker(r);o&&s.move(a);let u=g_.listItem(e,t,n,J(J({},r),s.current()));return o&&(u=u.replace(/^(?:[*+-]|\d+\.)([\r\n]| {1,3})/,function(e){return e+a})),u}const S_={tokenize:function(e,t,n){let r=0;return function t(o){if((87===o||119===o)&&r<3)return r++,e.consume(o),t;if(46===o&&3===r)return e.consume(o),i;return n(o)};function i(e){return null===e?n(e):t(e)}},partial:!0},w_={tokenize:function(e,t,n){let r,i,o;return a;function a(t){return 46===t||95===t?e.check(O_,u,s)(t):null===t||Cv(t)||Fv(t)||45!==t&&kv(t)?u(t):(o=!0,e.consume(t),a)}function s(t){return 95===t?r=!0:(i=r,r=void 0),e.consume(t),a}function u(e){return i||r||!o?n(e):t(e)}},partial:!0},x_={tokenize:function(e,t){let n=0,r=0;return i;function i(a){return 40===a?(n++,e.consume(a),i):41===a&&r<n?o(a):33===a||34===a||38===a||39===a||41===a||42===a||44===a||46===a||58===a||59===a||60===a||63===a||93===a||95===a||126===a?e.check(O_,t,o)(a):null===a||Cv(a)||Fv(a)?t(a):(e.consume(a),i)}function o(t){return 41===t&&r++,e.consume(t),i}},partial:!0},O_={tokenize:function(e,t,n){return r;function r(a){return 33===a||34===a||39===a||41===a||42===a||44===a||46===a||58===a||59===a||63===a||95===a||126===a?(e.consume(a),r):38===a?(e.consume(a),o):93===a?(e.consume(a),i):60===a||null===a||Cv(a)||Fv(a)?t(a):n(a)}function i(e){return null===e||40===e||91===e||Cv(e)||Fv(e)?t(e):r(e)}function o(e){return gv(e)?a(e):n(e)}function a(t){return 59===t?(e.consume(t),r):gv(t)?(e.consume(t),a):n(t)}},partial:!0},N_={tokenize:function(e,t,n){return function(t){return e.consume(t),r};function r(e){return Dv(e)?n(e):t(e)}},partial:!0},B_={name:"wwwAutolink",tokenize:function(e,t,n){const r=this;return function(t){if(87!==t&&119!==t||!M_.call(r,r.previous)||H_(r.events))return n(t);return e.enter("literalAutolink"),e.enter("literalAutolinkWww"),e.check(S_,e.attempt(w_,e.attempt(x_,i),n),n)(t)};function i(n){return e.exit("literalAutolinkWww"),e.exit("literalAutolink"),t(n)}},previous:M_},I_={name:"protocolAutolink",tokenize:function(e,t,n){const r=this;let i="",o=!1;return function(t){if((72===t||104===t)&&j_.call(r,r.previous)&&!H_(r.events))return e.enter("literalAutolink"),e.enter("literalAutolinkHttp"),i+=String.fromCodePoint(t),e.consume(t),a;return n(t)};function a(t){if(gv(t)&&i.length<5)return i+=String.fromCodePoint(t),e.consume(t),a;if(58===t){const n=i.toLowerCase();if("http"===n||"https"===n)return e.consume(t),s}return n(t)}function s(t){return 47===t?(e.consume(t),o?u:(o=!0,s)):n(t)}function u(t){return null===t||vv(t)||Cv(t)||Fv(t)||kv(t)?n(t):e.attempt(w_,e.attempt(x_,l),n)(t)}function l(n){return e.exit("literalAutolinkHttp"),e.exit("literalAutolink"),t(n)}},previous:j_},P_={name:"emailAutolink",tokenize:function(e,t,n){const r=this;let i,o;return function(t){if(!U_(t)||!z_.call(r,r.previous)||H_(r.events))return n(t);return e.enter("literalAutolink"),e.enter("literalAutolinkEmail"),a(t)};function a(t){return U_(t)?(e.consume(t),a):64===t?(e.consume(t),s):n(t)}function s(t){return 46===t?e.check(N_,l,u)(t):45===t||95===t||Dv(t)?(o=!0,e.consume(t),s):l(t)}function u(t){return e.consume(t),i=!0,s}function l(a){return o&&i&&gv(r.previous)?(e.exit("literalAutolinkEmail"),e.exit("literalAutolink"),t(a)):n(a)}},previous:z_},R_={};let L_=48;for(;L_<123;)R_[L_]=P_,L_++,58===L_?L_=65:91===L_&&(L_=97);function M_(e){return null===e||40===e||42===e||95===e||91===e||93===e||126===e||Cv(e)}function j_(e){return!gv(e)}function z_(e){return!(47===e||U_(e))}function U_(e){return 43===e||45===e||46===e||95===e||Dv(e)}function H_(e){let t=e.length,n=!1;for(;t--;){const r=e[t][1];if(("labelLink"===r.type||"labelImage"===r.type)&&!r._balanced){n=!0;break}if(r._gfmAutolinkLiteralWalkedInto){n=!1;break}}return e.length>0&&!n&&(e[e.length-1][1]._gfmAutolinkLiteralWalkedInto=!0),n}R_[43]=P_,R_[45]=P_,R_[46]=P_,R_[95]=P_,R_[72]=[P_,I_],R_[104]=[P_,I_],R_[87]=[P_,B_],R_[119]=[P_,B_];const V_={tokenize:function(e,t,n){const r=this;return wv(e,function(e){const i=r.events[r.events.length-1];return i&&"gfmFootnoteDefinitionIndent"===i[1].type&&4===i[2].sliceSerialize(i[1],!0).length?t(e):n(e)},"gfmFootnoteDefinitionIndent",5)},partial:!0};function G_(e,t,n){const r=this;let i=r.events.length;const o=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]);let a;for(;i--;){const e=r.events[i][1];if("labelImage"===e.type){a=e;break}if("gfmFootnoteCall"===e.type||"labelLink"===e.type||"label"===e.type||"image"===e.type||"link"===e.type)break}return function(i){if(!a||!a._balanced)return n(i);const s=Zv(r.sliceSerialize({start:a.end,end:r.now()}));if(94!==s.codePointAt(0)||!o.includes(s.slice(1)))return n(i);return e.enter("gfmFootnoteCallLabelMarker"),e.consume(i),e.exit("gfmFootnoteCallLabelMarker"),t(i)}}function W_(e,t){let n,r=e.length;for(;r--;)if("labelImage"===e[r][1].type&&"enter"===e[r][0]){n=e[r][1];break}e[r+1][1].type="data",e[r+3][1].type="gfmFootnoteCallLabelMarker";const i={type:"gfmFootnoteCall",start:Object.assign({},e[r+3][1].start),end:Object.assign({},e[e.length-1][1].end)},o={type:"gfmFootnoteCallMarker",start:Object.assign({},e[r+3][1].end),end:Object.assign({},e[r+3][1].end)};o.end.column++,o.end.offset++,o.end._bufferIndex++;const a={type:"gfmFootnoteCallString",start:Object.assign({},o.end),end:Object.assign({},e[e.length-1][1].start)},s={type:"chunkString",contentType:"string",start:Object.assign({},a.start),end:Object.assign({},a.end)},u=[e[r+1],e[r+2],["enter",i,t],e[r+3],e[r+4],["enter",o,t],["exit",o,t],["enter",a,t],["enter",s,t],["exit",s,t],["exit",a,t],e[e.length-2],e[e.length-1],["exit",i,t]];return e.splice(r,e.length-r+1,...u),e}function Y_(e,t,n){const r=this,i=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]);let o,a=0;return function(t){return e.enter("gfmFootnoteCall"),e.enter("gfmFootnoteCallLabelMarker"),e.consume(t),e.exit("gfmFootnoteCallLabelMarker"),s};function s(t){return 94!==t?n(t):(e.enter("gfmFootnoteCallMarker"),e.consume(t),e.exit("gfmFootnoteCallMarker"),e.enter("gfmFootnoteCallString"),e.enter("chunkString").contentType="string",u)}function u(s){if(a>999||93===s&&!o||null===s||91===s||Cv(s))return n(s);if(93===s){e.exit("chunkString");const o=e.exit("gfmFootnoteCallString");return i.includes(Zv(r.sliceSerialize(o)))?(e.enter("gfmFootnoteCallLabelMarker"),e.consume(s),e.exit("gfmFootnoteCallLabelMarker"),e.exit("gfmFootnoteCall"),t):n(s)}return Cv(s)||(o=!0),a++,e.consume(s),92===s?l:u}function l(t){return 91===t||92===t||93===t?(e.consume(t),a++,u):u(t)}}function q_(e,t,n){const r=this,i=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]);let o,a,s=0;return function(t){return e.enter("gfmFootnoteDefinition")._container=!0,e.enter("gfmFootnoteDefinitionLabel"),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(t),e.exit("gfmFootnoteDefinitionLabelMarker"),u};function u(t){return 94===t?(e.enter("gfmFootnoteDefinitionMarker"),e.consume(t),e.exit("gfmFootnoteDefinitionMarker"),e.enter("gfmFootnoteDefinitionLabelString"),e.enter("chunkString").contentType="string",l):n(t)}function l(t){if(s>999||93===t&&!a||null===t||91===t||Cv(t))return n(t);if(93===t){e.exit("chunkString");const n=e.exit("gfmFootnoteDefinitionLabelString");return o=Zv(r.sliceSerialize(n)),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(t),e.exit("gfmFootnoteDefinitionLabelMarker"),e.exit("gfmFootnoteDefinitionLabel"),d}return Cv(t)||(a=!0),s++,e.consume(t),92===t?c:l}function c(t){return 91===t||92===t||93===t?(e.consume(t),s++,l):l(t)}function d(t){return 58===t?(e.enter("definitionMarker"),e.consume(t),e.exit("definitionMarker"),i.includes(o)||i.push(o),wv(e,f,"gfmFootnoteDefinitionWhitespace")):n(t)}function f(e){return t(e)}}function Q_(e,t,n){return e.check(Bv,t,e.attempt(V_,t,n))}function K_(e){e.exit("gfmFootnoteDefinition")}function X_(e){let t=(e||{}).singleTilde;const n={name:"strikethrough",tokenize:function(e,n,r){const i=this.previous,o=this.events;let a=0;return function(t){if(126===i&&"characterEscape"!==o[o.length-1][1].type)return r(t);return e.enter("strikethroughSequenceTemporary"),s(t)};function s(o){const u=_E(i);if(126===o)return a>1?r(o):(e.consume(o),a++,s);if(a<2&&!t)return r(o);const l=e.exit("strikethroughSequenceTemporary"),c=_E(o);return l._open=!c||2===c&&Boolean(u),l._close=!u||2===u&&Boolean(c),n(o)}},resolveAll:function(e,t){let n=-1;for(;++n<e.length;)if("enter"===e[n][0]&&"strikethroughSequenceTemporary"===e[n][1].type&&e[n][1]._close){let r=n;for(;r--;)if("exit"===e[r][0]&&"strikethroughSequenceTemporary"===e[r][1].type&&e[r][1]._open&&e[n][1].end.offset-e[n][1].start.offset===e[r][1].end.offset-e[r][1].start.offset){e[n][1].type="strikethroughSequence",e[r][1].type="strikethroughSequence";const i={type:"strikethrough",start:Object.assign({},e[r][1].start),end:Object.assign({},e[n][1].end)},o={type:"strikethroughText",start:Object.assign({},e[r][1].end),end:Object.assign({},e[n][1].start)},a=[["enter",i,t],["enter",e[r][1],t],["exit",e[r][1],t],["enter",o,t]],s=t.parser.constructs.insideSpan.null;s&&av(a,a.length,0,DE(s,e.slice(r+1,n),t)),av(a,a.length,0,[["exit",o,t],["enter",e[n][1],t],["exit",e[n][1],t],["exit",i,t]]),av(e,r-1,n-r+3,a),n=r+a.length-2;break}}n=-1;for(;++n<e.length;)"strikethroughSequenceTemporary"===e[n][1].type&&(e[n][1].type="data");return e}};return null!==t&&void 0!==t||(t=!0),{text:{126:n},insideSpan:{null:[n]},attentionMarkers:{null:[126]}}}class J_{constructor(){this.map=[]}add(e,t,n){!function(e,t,n,r){let i=0;if(0===n&&0===r.length)return;for(;i<e.map.length;){if(e.map[i][0]===t)return e.map[i][1]+=n,void e.map[i][2].push(...r);i+=1}e.map.push([t,n,r])}(this,e,t,n)}consume(e){if(this.map.sort(function(e,t){return e[0]-t[0]}),0===this.map.length)return;let t=this.map.length;const n=[];for(;t>0;)t-=1,n.push(e.slice(this.map[t][0]+this.map[t][1]),this.map[t][2]),e.length=this.map[t][0];n.push(e.slice()),e.length=0;let r=n.pop();for(;r;){for(const t of r)e.push(t);r=n.pop()}this.map.length=0}}function Z_(e,t){let n=!1;const r=[];for(;t<e.length;){const i=e[t];if(n){if("enter"===i[0])"tableContent"===i[1].type&&r.push("tableDelimiterMarker"===e[t+1][1].type?"left":"none");else if("tableContent"===i[1].type){if("tableDelimiterMarker"===e[t-1][1].type){const e=r.length-1;r[e]="left"===r[e]?"center":"right"}}else if("tableDelimiterRow"===i[1].type)break}else"enter"===i[0]&&"tableDelimiterRow"===i[1].type&&(n=!0);t+=1}return r}function $_(e,t,n){const r=this;let i,o=0,a=0;return function(e){let t=r.events.length-1;for(;t>-1;){const e=r.events[t][1].type;if("lineEnding"!==e&&"linePrefix"!==e)break;t--}const i=t>-1?r.events[t][1].type:null,o="tableHead"===i||"tableRow"===i?E:s;if(o===E&&r.parser.lazy[r.now().line])return n(e);return o(e)};function s(t){return e.enter("tableHead"),e.enter("tableRow"),function(e){if(124===e)return u(e);return i=!0,a+=1,u(e)}(t)}function u(t){return null===t?n(t):_v(t)?a>1?(a=0,r.interrupt=!0,e.exit("tableRow"),e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),d):n(t):Tv(t)?wv(e,u,"whitespace")(t):(a+=1,i&&(i=!1,o+=1),124===t?(e.enter("tableCellDivider"),e.consume(t),e.exit("tableCellDivider"),i=!0,u):(e.enter("data"),l(t)))}function l(t){return null===t||124===t||Cv(t)?(e.exit("data"),u(t)):(e.consume(t),92===t?c:l)}function c(t){return 92===t||124===t?(e.consume(t),l):l(t)}function d(t){return r.interrupt=!1,r.parser.lazy[r.now().line]?n(t):(e.enter("tableDelimiterRow"),i=!1,Tv(t)?wv(e,f,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(t):f(t))}function f(t){return 45===t||58===t?h(t):124===t?(i=!0,e.enter("tableCellDivider"),e.consume(t),e.exit("tableCellDivider"),p):v(t)}function p(t){return Tv(t)?wv(e,h,"whitespace")(t):h(t)}function h(t){return 58===t?(a+=1,i=!0,e.enter("tableDelimiterMarker"),e.consume(t),e.exit("tableDelimiterMarker"),m):45===t?(a+=1,m(t)):null===t||_v(t)?y(t):v(t)}function m(t){return 45===t?(e.enter("tableDelimiterFiller"),g(t)):v(t)}function g(t){return 45===t?(e.consume(t),g):58===t?(i=!0,e.exit("tableDelimiterFiller"),e.enter("tableDelimiterMarker"),e.consume(t),e.exit("tableDelimiterMarker"),D):(e.exit("tableDelimiterFiller"),D(t))}function D(t){return Tv(t)?wv(e,y,"whitespace")(t):y(t)}function y(n){return 124===n?f(n):(null===n||_v(n))&&i&&o===a?(e.exit("tableDelimiterRow"),e.exit("tableHead"),t(n)):v(n)}function v(e){return n(e)}function E(t){return e.enter("tableRow"),A(t)}function A(n){return 124===n?(e.enter("tableCellDivider"),e.consume(n),e.exit("tableCellDivider"),A):null===n||_v(n)?(e.exit("tableRow"),t(n)):Tv(n)?wv(e,A,"whitespace")(n):(e.enter("data"),b(n))}function b(t){return null===t||124===t||Cv(t)?(e.exit("data"),A(t)):(e.consume(t),92===t?_:b)}function _(t){return 92===t||124===t?(e.consume(t),b):b(t)}}function eC(e,t){let n,r,i,o=-1,a=!0,s=0,u=[0,0,0,0],l=[0,0,0,0],c=!1,d=0;const f=new J_;for(;++o<e.length;){const p=e[o],h=p[1];"enter"===p[0]?"tableHead"===h.type?(c=!1,0!==d&&(nC(f,t,d,n,r),r=void 0,d=0),n={type:"table",start:Object.assign({},h.start),end:Object.assign({},h.end)},f.add(o,0,[["enter",n,t]])):"tableRow"===h.type||"tableDelimiterRow"===h.type?(a=!0,i=void 0,u=[0,0,0,0],l=[0,o+1,0,0],c&&(c=!1,r={type:"tableBody",start:Object.assign({},h.start),end:Object.assign({},h.end)},f.add(o,0,[["enter",r,t]])),s="tableDelimiterRow"===h.type?2:r?3:1):!s||"data"!==h.type&&"tableDelimiterMarker"!==h.type&&"tableDelimiterFiller"!==h.type?"tableCellDivider"===h.type&&(a?a=!1:(0!==u[1]&&(l[0]=l[1],i=tC(f,t,u,s,void 0,i)),u=l,l=[u[1],o,0,0])):(a=!1,0===l[2]&&(0!==u[1]&&(l[0]=l[1],i=tC(f,t,u,s,void 0,i),u=[0,0,0,0]),l[2]=o)):"tableHead"===h.type?(c=!0,d=o):"tableRow"===h.type||"tableDelimiterRow"===h.type?(d=o,0!==u[1]?(l[0]=l[1],i=tC(f,t,u,s,o,i)):0!==l[1]&&(i=tC(f,t,l,s,o,i)),s=0):!s||"data"!==h.type&&"tableDelimiterMarker"!==h.type&&"tableDelimiterFiller"!==h.type||(l[3]=o)}for(0!==d&&nC(f,t,d,n,r),f.consume(t.events),o=-1;++o<t.events.length;){const e=t.events[o];"enter"===e[0]&&"table"===e[1].type&&(e[1]._align=Z_(t.events,o))}return e}function tC(e,t,n,r,i,o){const a=1===r?"tableHeader":2===r?"tableDelimiter":"tableData";0!==n[0]&&(o.end=Object.assign({},rC(t.events,n[0])),e.add(n[0],0,[["exit",o,t]]));const s=rC(t.events,n[1]);if(o={type:a,start:Object.assign({},s),end:Object.assign({},s)},e.add(n[1],0,[["enter",o,t]]),0!==n[2]){const i=rC(t.events,n[2]),o=rC(t.events,n[3]),a={type:"tableContent",start:Object.assign({},i),end:Object.assign({},o)};if(e.add(n[2],0,[["enter",a,t]]),2!==r){const r=t.events[n[2]],i=t.events[n[3]];if(r[1].end=Object.assign({},i[1].end),r[1].type="chunkText",r[1].contentType="text",n[3]>n[2]+1){const t=n[2]+1,r=n[3]-n[2]-1;e.add(t,r,[])}}e.add(n[3]+1,0,[["exit",a,t]])}return void 0!==i&&(o.end=Object.assign({},rC(t.events,i)),e.add(i,0,[["exit",o,t]]),o=void 0),o}function nC(e,t,n,r,i){const o=[],a=rC(t.events,n);i&&(i.end=Object.assign({},a),o.push(["exit",i,t])),r.end=Object.assign({},a),o.push(["exit",r,t]),e.add(n+1,0,o)}function rC(e,t){const n=e[t],r="enter"===n[0]?"start":"end";return n[1][r]}const iC={name:"tasklistCheck",tokenize:function(e,t,n){const r=this;return function(t){if(null!==r.previous||!r._gfmTasklistFirstContentOfListItem)return n(t);return e.enter("taskListCheck"),e.enter("taskListCheckMarker"),e.consume(t),e.exit("taskListCheckMarker"),i};function i(t){return Cv(t)?(e.enter("taskListCheckValueUnchecked"),e.consume(t),e.exit("taskListCheckValueUnchecked"),o):88===t||120===t?(e.enter("taskListCheckValueChecked"),e.consume(t),e.exit("taskListCheckValueChecked"),o):n(t)}function o(t){return 93===t?(e.enter("taskListCheckMarker"),e.consume(t),e.exit("taskListCheckMarker"),e.exit("taskListCheck"),a):n(t)}function a(r){return _v(r)?t(r):Tv(r)?e.check({tokenize:oC},t,n)(r):n(r)}}};function oC(e,t,n){return wv(e,function(e){return null===e?n(e):t(e)},"whitespace")}const aC={};function sC(e){const t=e||aC,n=this.data(),r=n.micromarkExtensions||(n.micromarkExtensions=[]),i=n.fromMarkdownExtensions||(n.fromMarkdownExtensions=[]),o=n.toMarkdownExtensions||(n.toMarkdownExtensions=[]);r.push(function(e){return pv([{text:R_},{document:{91:{name:"gfmFootnoteDefinition",tokenize:q_,continuation:{tokenize:Q_},exit:K_}},text:{91:{name:"gfmFootnoteCall",tokenize:Y_},93:{name:"gfmPotentialFootnoteCall",add:"after",tokenize:G_,resolveTo:W_}}},X_(e),{flow:{null:{name:"table",tokenize:$_,resolveAll:eC}}},{text:{91:iC}}])}(t)),i.push([{transforms:[Fb],enter:{literalAutolink:Ab,literalAutolinkEmail:bb,literalAutolinkHttp:bb,literalAutolinkWww:bb},exit:{literalAutolink:kb,literalAutolinkEmail:Tb,literalAutolinkHttp:_b,literalAutolinkWww:Cb}},{enter:{gfmFootnoteCallString:Ob,gfmFootnoteCall:Nb,gfmFootnoteDefinitionLabelString:Bb,gfmFootnoteDefinition:Ib},exit:{gfmFootnoteCallString:Pb,gfmFootnoteCall:Rb,gfmFootnoteDefinitionLabelString:Lb,gfmFootnoteDefinition:Mb}},{canContainEols:["delete"],enter:{strikethrough:Gb},exit:{strikethrough:Wb}},{enter:{table:D_,tableData:A_,tableHeader:A_,tableRow:v_},exit:{codeText:b_,table:y_,tableData:E_,tableHeader:E_,tableRow:E_}},{exit:{taskListCheckValueChecked:T_,taskListCheckValueUnchecked:T_,paragraph:k_}}]),o.push(function(e){return{extensions:[{unsafe:[{character:"@",before:"[+\\-.\\w]",after:"[\\-.\\w]",inConstruct:vb,notInConstruct:Eb},{character:".",before:"[Ww]",after:"[\\-.\\w]",inConstruct:vb,notInConstruct:Eb},{character:":",before:"[ps]",after:"\\/",inConstruct:vb,notInConstruct:Eb}]},zb(e),{unsafe:[{character:"~",inConstruct:"phrasing",notInConstruct:Vb}],handlers:{delete:Yb}},C_(e),{unsafe:[{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{listItem:F_}}]}}(t))}const uC=/[#.]/g;function lC(e,t,n){const r=n?function(e){const t=new Map;for(const n of e)t.set(n.toLowerCase(),n);return t}(n):void 0;return function(n,i){let o;for(var a=arguments.length,s=new Array(a>2?a-2:0),u=2;u<a;u++)s[u-2]=arguments[u];if(null===n||void 0===n){o={type:"root",children:[]};const e=i;s.unshift(e)}else{o=function(e,t){const n=e||"",r={};let i,o,a=0;for(;a<n.length;){uC.lastIndex=a;const e=uC.exec(n),t=n.slice(a,e?e.index:n.length);t&&(i?"#"===i?r.id=t:Array.isArray(r.className)?r.className.push(t):r.className=[t]:o=t,a+=t.length),e&&(i=e[0],a++)}return{type:"element",tagName:o||t||"div",properties:r,children:[]}}(n,t);const a=o.tagName.toLowerCase(),u=r?r.get(a):void 0;if(o.tagName=u||a,function(e){if(null===e||"object"!==typeof e||Array.isArray(e))return!0;if("string"!==typeof e.type)return!1;const t=e,n=Object.keys(e);for(const r of n){const e=t[r];if(e&&"object"===typeof e){if(!Array.isArray(e))return!0;const t=e;for(const e of t)if("number"!==typeof e&&"string"!==typeof e)return!0}}if("children"in e&&Array.isArray(e.children))return!0;return!1}(i))s.unshift(i);else for(const t of Object.entries(i)){var l=ne(t,2);const n=l[0],r=l[1];cC(e,o.properties,n,r)}}for(const e of s)dC(o.children,e);return"element"===o.type&&"template"===o.tagName&&(o.content={type:"root",children:o.children},o.children=[]),o}}function cC(e,t,n,r){const i=Cy(e,n);let o;if(null!==r&&void 0!==r){if("number"===typeof r){if(Number.isNaN(r))return;o=r}else o="boolean"===typeof r?r:"string"===typeof r?i.spaceSeparated?Sy(r):i.commaSeparated?zD(r):i.commaOrSpaceSeparated?Sy(zD(r).join(" ")):fC(i,i.property,r):Array.isArray(r)?[...r]:"style"===i.property?function(e){const t=[];for(const r of Object.entries(e)){var n=ne(r,2);const e=n[0],i=n[1];t.push([e,i].join(": "))}return t.join("; ")}(r):String(r);if(Array.isArray(o)){const e=[];for(const t of o)e.push(fC(i,i.property,t));o=e}"className"===i.property&&Array.isArray(t.className)&&(o=t.className.concat(o)),t[i.property]=o}}function dC(e,t){if(null===t||void 0===t);else if("number"===typeof t||"string"===typeof t)e.push({type:"text",value:String(t)});else if(Array.isArray(t))for(const n of t)dC(e,n);else{if("object"!==typeof t||!("type"in t))throw new Error("Expected node, nodes, or string, got `"+t+"`");"root"===t.type?dC(e,t.children):e.push(t)}}function fC(e,t,n){if("string"===typeof n){if(e.number&&n&&!Number.isNaN(Number(n)))return Number(n);if((e.boolean||e.overloadedBoolean)&&(""===n||XD(n)===XD(t)))return!0}return n}const pC=lC(vy,"div"),hC=lC(Ey,"g",["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","solidColor","textArea","textPath"]);function mC(e,t){const n=e.indexOf("\r",t),r=e.indexOf("\n",t);return-1===r?n:-1===n||n+1===r?r:n<r?n:r}const gC={html:"http://www.w3.org/1999/xhtml",mathml:"http://www.w3.org/1998/Math/MathML",svg:"http://www.w3.org/2000/svg",xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"},DC={}.hasOwnProperty,yC=Object.prototype;function vC(e,t){let n;switch(t.nodeName){case"#comment":{const r=t;return n={type:"comment",value:r.data},AC(e,r,n),n}case"#document":case"#document-fragment":{const r=t,i="mode"in r&&("quirks"===r.mode||"limited-quirks"===r.mode);if(n={type:"root",children:EC(e,t.childNodes),data:{quirksMode:i}},e.file&&e.location){const t=String(e.file),r=function(e){const t=String(e),n=[];return{toOffset:function(e){if(e&&"number"===typeof e.line&&"number"===typeof e.column&&!Number.isNaN(e.line)&&!Number.isNaN(e.column)){for(;n.length<e.line;){const e=n[n.length-1],r=mC(t,e),i=-1===r?t.length+1:r+1;if(e===i)break;n.push(i)}const r=(e.line>1?n[e.line-2]:0)+e.column-1;if(r<n[e.line-1])return r}},toPoint:function(e){if("number"===typeof e&&e>-1&&e<=t.length){let r=0;for(;;){let i=n[r];if(void 0===i){const e=mC(t,n[r-1]);i=-1===e?t.length+1:e+1,n[r]=i}if(i>e)return{line:r+1,column:e-(r>0?n[r-1]:0)+1,offset:e};r++}}}}}(t),i=r.toPoint(0),o=r.toPoint(t.length);n.position={start:i,end:o}}return n}case"#documentType":return n={type:"doctype"},AC(e,t,n),n;case"#text":{const r=t;return n={type:"text",value:r.value},AC(e,r,n),n}default:return n=function(e,t){const n=e.schema;e.schema=t.namespaceURI===gC.svg?Ey:vy;let r=-1;const i={};for(;++r<t.attrs.length;){const e=t.attrs[r],n=(e.prefix?e.prefix+":":"")+e.name;DC.call(yC,n)||(i[n]=e.value)}const o="svg"===e.schema.space?hC:pC,a=o(t.tagName,i,EC(e,t.childNodes));if(AC(e,t,a),"template"===a.tagName){const n=t,r=n.sourceCodeLocation,i=r&&r.startTag&&bC(r.startTag),o=r&&r.endTag&&bC(r.endTag),s=vC(e,n.content);i&&o&&e.file&&(s.position={start:i.end,end:o.start}),a.content=s}return e.schema=n,a}(e,t),n}}function EC(e,t){let n=-1;const r=[];for(;++n<t.length;){const i=vC(e,t[n]);r.push(i)}return r}function AC(e,t,n){if("sourceCodeLocation"in t&&t.sourceCodeLocation&&e.file){const r=function(e,t,n){const r=bC(n);if("element"===t.type){const i=t.children[t.children.length-1];if(r&&!n.endTag&&i&&i.position&&i.position.end&&(r.end=Object.assign({},i.position.end)),e.verbose){const r={};let i;if(n.attrs)for(i in n.attrs)DC.call(n.attrs,i)&&(r[Cy(e.schema,i).property]=bC(n.attrs[i]));n.startTag;const o=bC(n.startTag),a=n.endTag?bC(n.endTag):void 0,s={opening:o};a&&(s.closing=a),s.properties=r,t.data={position:s}}}return r}(e,n,t.sourceCodeLocation);r&&(e.location=!0,n.position=r)}}function bC(e){const t=_C({line:e.startLine,column:e.startCol,offset:e.startOffset}),n=_C({line:e.endLine,column:e.endCol,offset:e.endOffset});return t||n?{start:t,end:n}:void 0}function _C(e){return e.line&&e.column?e:void 0}const CC={}.hasOwnProperty;function TC(e,t){const n=t||{};function r(t){let n=r.invalid;const i=r.handlers;if(t&&CC.call(t,e)){const o=String(t[e]);n=CC.call(i,o)?i[o]:r.unknown}if(n){for(var o=arguments.length,a=new Array(o>1?o-1:0),s=1;s<o;s++)a[s-1]=arguments[s];return n.call(this,t,...a)}}return r.handlers=n.handlers||{},r.invalid=n.invalid,r.unknown=n.unknown,r}const kC={},FC={}.hasOwnProperty,SC=TC("type",{handlers:{root:function(e,t){const n={nodeName:"#document",mode:(e.data||{}).quirksMode?"quirks":"no-quirks",childNodes:[]};return n.childNodes=xC(e.children,n,t),OC(e,n),n},element:function(e,t){const n=t;let r=n;"element"===e.type&&"svg"===e.tagName.toLowerCase()&&"html"===n.space&&(r=Ey);const i=[];let o;if(e.properties)for(o in e.properties)if("children"!==o&&FC.call(e.properties,o)){const t=wC(r,o,e.properties[o]);t&&i.push(t)}const a=r.space;const s={nodeName:e.tagName,tagName:e.tagName,attrs:i,namespaceURI:gC[a],childNodes:[],parentNode:null};s.childNodes=xC(e.children,s,r),OC(e,s),"template"===e.tagName&&e.content&&(s.content=function(e,t){const n={nodeName:"#document-fragment",childNodes:[]};return n.childNodes=xC(e.children,n,t),OC(e,n),n}(e.content,r));return s},text:function(e){const t={nodeName:"#text",value:e.value,parentNode:null};return OC(e,t),t},comment:function(e){const t={nodeName:"#comment",data:e.value,parentNode:null};return OC(e,t),t},doctype:function(e){const t={nodeName:"#documentType",name:"html",publicId:"",systemId:"",parentNode:null};return OC(e,t),t}}});function wC(e,t,n){const r=Cy(e,t);if(!1===n||null===n||void 0===n||"number"===typeof n&&Number.isNaN(n)||!n&&r.boolean)return;Array.isArray(n)&&(n=r.commaSeparated?UD(n):wy(n));const i={name:r.attribute,value:!0===n?"":String(n)};if(r.space&&"html"!==r.space&&"svg"!==r.space){const e=i.name.indexOf(":");e<0?i.prefix="":(i.name=i.name.slice(e+1),i.prefix=r.attribute.slice(0,e)),i.namespace=gC[r.space]}return i}function xC(e,t,n){let r=-1;const i=[];if(e)for(;++r<e.length;){const o=SC(e[r],n);o.parentNode=t,i.push(o)}return i}function OC(e,t){const n=e.position;n&&n.start&&n.end&&(n.start.offset,n.end.offset,t.sourceCodeLocation={startLine:n.start.line,startCol:n.start.column,startOffset:n.start.offset,endLine:n.end.line,endCol:n.end.column,endOffset:n.end.offset})}const NC=["area","base","basefont","bgsound","br","col","command","embed","frame","hr","image","img","input","keygen","link","meta","param","source","track","wbr"],BC=new Set([65534,65535,131070,131071,196606,196607,262142,262143,327678,327679,393214,393215,458750,458751,524286,524287,589822,589823,655358,655359,720894,720895,786430,786431,851966,851967,917502,917503,983038,983039,1048574,1048575,1114110,1114111]),IC="\ufffd";var PC;!function(e){e[e.EOF=-1]="EOF",e[e.NULL=0]="NULL",e[e.TABULATION=9]="TABULATION",e[e.CARRIAGE_RETURN=13]="CARRIAGE_RETURN",e[e.LINE_FEED=10]="LINE_FEED",e[e.FORM_FEED=12]="FORM_FEED",e[e.SPACE=32]="SPACE",e[e.EXCLAMATION_MARK=33]="EXCLAMATION_MARK",e[e.QUOTATION_MARK=34]="QUOTATION_MARK",e[e.AMPERSAND=38]="AMPERSAND",e[e.APOSTROPHE=39]="APOSTROPHE",e[e.HYPHEN_MINUS=45]="HYPHEN_MINUS",e[e.SOLIDUS=47]="SOLIDUS",e[e.DIGIT_0=48]="DIGIT_0",e[e.DIGIT_9=57]="DIGIT_9",e[e.SEMICOLON=59]="SEMICOLON",e[e.LESS_THAN_SIGN=60]="LESS_THAN_SIGN",e[e.EQUALS_SIGN=61]="EQUALS_SIGN",e[e.GREATER_THAN_SIGN=62]="GREATER_THAN_SIGN",e[e.QUESTION_MARK=63]="QUESTION_MARK",e[e.LATIN_CAPITAL_A=65]="LATIN_CAPITAL_A",e[e.LATIN_CAPITAL_Z=90]="LATIN_CAPITAL_Z",e[e.RIGHT_SQUARE_BRACKET=93]="RIGHT_SQUARE_BRACKET",e[e.GRAVE_ACCENT=96]="GRAVE_ACCENT",e[e.LATIN_SMALL_A=97]="LATIN_SMALL_A",e[e.LATIN_SMALL_Z=122]="LATIN_SMALL_Z"}(PC||(PC={}));const RC="--",LC="[CDATA[",MC="doctype",jC="script",zC="public",UC="system";function HC(e){return e>=55296&&e<=57343}function VC(e){return 32!==e&&10!==e&&13!==e&&9!==e&&12!==e&&e>=1&&e<=31||e>=127&&e<=159}function GC(e){return e>=64976&&e<=65007||BC.has(e)}var WC;!function(e){e.controlCharacterInInputStream="control-character-in-input-stream",e.noncharacterInInputStream="noncharacter-in-input-stream",e.surrogateInInputStream="surrogate-in-input-stream",e.nonVoidHtmlElementStartTagWithTrailingSolidus="non-void-html-element-start-tag-with-trailing-solidus",e.endTagWithAttributes="end-tag-with-attributes",e.endTagWithTrailingSolidus="end-tag-with-trailing-solidus",e.unexpectedSolidusInTag="unexpected-solidus-in-tag",e.unexpectedNullCharacter="unexpected-null-character",e.unexpectedQuestionMarkInsteadOfTagName="unexpected-question-mark-instead-of-tag-name",e.invalidFirstCharacterOfTagName="invalid-first-character-of-tag-name",e.unexpectedEqualsSignBeforeAttributeName="unexpected-equals-sign-before-attribute-name",e.missingEndTagName="missing-end-tag-name",e.unexpectedCharacterInAttributeName="unexpected-character-in-attribute-name",e.unknownNamedCharacterReference="unknown-named-character-reference",e.missingSemicolonAfterCharacterReference="missing-semicolon-after-character-reference",e.unexpectedCharacterAfterDoctypeSystemIdentifier="unexpected-character-after-doctype-system-identifier",e.unexpectedCharacterInUnquotedAttributeValue="unexpected-character-in-unquoted-attribute-value",e.eofBeforeTagName="eof-before-tag-name",e.eofInTag="eof-in-tag",e.missingAttributeValue="missing-attribute-value",e.missingWhitespaceBetweenAttributes="missing-whitespace-between-attributes",e.missingWhitespaceAfterDoctypePublicKeyword="missing-whitespace-after-doctype-public-keyword",e.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers="missing-whitespace-between-doctype-public-and-system-identifiers",e.missingWhitespaceAfterDoctypeSystemKeyword="missing-whitespace-after-doctype-system-keyword",e.missingQuoteBeforeDoctypePublicIdentifier="missing-quote-before-doctype-public-identifier",e.missingQuoteBeforeDoctypeSystemIdentifier="missing-quote-before-doctype-system-identifier",e.missingDoctypePublicIdentifier="missing-doctype-public-identifier",e.missingDoctypeSystemIdentifier="missing-doctype-system-identifier",e.abruptDoctypePublicIdentifier="abrupt-doctype-public-identifier",e.abruptDoctypeSystemIdentifier="abrupt-doctype-system-identifier",e.cdataInHtmlContent="cdata-in-html-content",e.incorrectlyOpenedComment="incorrectly-opened-comment",e.eofInScriptHtmlCommentLikeText="eof-in-script-html-comment-like-text",e.eofInDoctype="eof-in-doctype",e.nestedComment="nested-comment",e.abruptClosingOfEmptyComment="abrupt-closing-of-empty-comment",e.eofInComment="eof-in-comment",e.incorrectlyClosedComment="incorrectly-closed-comment",e.eofInCdata="eof-in-cdata",e.absenceOfDigitsInNumericCharacterReference="absence-of-digits-in-numeric-character-reference",e.nullCharacterReference="null-character-reference",e.surrogateCharacterReference="surrogate-character-reference",e.characterReferenceOutsideUnicodeRange="character-reference-outside-unicode-range",e.controlCharacterReference="control-character-reference",e.noncharacterCharacterReference="noncharacter-character-reference",e.missingWhitespaceBeforeDoctypeName="missing-whitespace-before-doctype-name",e.missingDoctypeName="missing-doctype-name",e.invalidCharacterSequenceAfterDoctypeName="invalid-character-sequence-after-doctype-name",e.duplicateAttribute="duplicate-attribute",e.nonConformingDoctype="non-conforming-doctype",e.missingDoctype="missing-doctype",e.misplacedDoctype="misplaced-doctype",e.endTagWithoutMatchingOpenElement="end-tag-without-matching-open-element",e.closingOfElementWithOpenChildElements="closing-of-element-with-open-child-elements",e.disallowedContentInNoscriptInHead="disallowed-content-in-noscript-in-head",e.openElementsLeftAfterEof="open-elements-left-after-eof",e.abandonedHeadElementChild="abandoned-head-element-child",e.misplacedStartTagForHeadElement="misplaced-start-tag-for-head-element",e.nestedNoscriptInHead="nested-noscript-in-head",e.eofInElementThatCanContainOnlyText="eof-in-element-that-can-contain-only-text"}(WC||(WC={}));class YC{constructor(e){this.handler=e,this.html="",this.pos=-1,this.lastGapPos=-2,this.gapStack=[],this.skipNextNewLine=!1,this.lastChunkWritten=!1,this.endOfChunkHit=!1,this.bufferWaterline=65536,this.isEol=!1,this.lineStartPos=0,this.droppedBufferSize=0,this.line=1,this.lastErrOffset=-1}get col(){return this.pos-this.lineStartPos+Number(this.lastGapPos!==this.pos)}get offset(){return this.droppedBufferSize+this.pos}getError(e,t){const n=this.line,r=this.col+t,i=this.offset+t;return{code:e,startLine:n,endLine:n,startCol:r,endCol:r,startOffset:i,endOffset:i}}_err(e){this.handler.onParseError&&this.lastErrOffset!==this.offset&&(this.lastErrOffset=this.offset,this.handler.onParseError(this.getError(e,0)))}_addGap(){this.gapStack.push(this.lastGapPos),this.lastGapPos=this.pos}_processSurrogate(e){if(this.pos!==this.html.length-1){const t=this.html.charCodeAt(this.pos+1);if(function(e){return e>=56320&&e<=57343}(t))return this.pos++,this._addGap(),1024*(e-55296)+9216+t}else if(!this.lastChunkWritten)return this.endOfChunkHit=!0,PC.EOF;return this._err(WC.surrogateInInputStream),e}willDropParsedChunk(){return this.pos>this.bufferWaterline}dropParsedChunk(){this.willDropParsedChunk()&&(this.html=this.html.substring(this.pos),this.lineStartPos-=this.pos,this.droppedBufferSize+=this.pos,this.pos=0,this.lastGapPos=-2,this.gapStack.length=0)}write(e,t){this.html.length>0?this.html+=e:this.html=e,this.endOfChunkHit=!1,this.lastChunkWritten=t}insertHtmlAtCurrentPos(e){this.html=this.html.substring(0,this.pos+1)+e+this.html.substring(this.pos+1),this.endOfChunkHit=!1}startsWith(e,t){if(this.pos+e.length>this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,!1;if(t)return this.html.startsWith(e,this.pos);for(let n=0;n<e.length;n++){if((32|this.html.charCodeAt(this.pos+n))!==e.charCodeAt(n))return!1}return!0}peek(e){const t=this.pos+e;if(t>=this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,PC.EOF;const n=this.html.charCodeAt(t);return n===PC.CARRIAGE_RETURN?PC.LINE_FEED:n}advance(){if(this.pos++,this.isEol&&(this.isEol=!1,this.line++,this.lineStartPos=this.pos),this.pos>=this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,PC.EOF;let e=this.html.charCodeAt(this.pos);if(e===PC.CARRIAGE_RETURN)return this.isEol=!0,this.skipNextNewLine=!0,PC.LINE_FEED;if(e===PC.LINE_FEED&&(this.isEol=!0,this.skipNextNewLine))return this.line--,this.skipNextNewLine=!1,this._addGap(),this.advance();this.skipNextNewLine=!1,HC(e)&&(e=this._processSurrogate(e));return null===this.handler.onParseError||e>31&&e<127||e===PC.LINE_FEED||e===PC.CARRIAGE_RETURN||e>159&&e<64976||this._checkForProblematicCharacters(e),e}_checkForProblematicCharacters(e){VC(e)?this._err(WC.controlCharacterInInputStream):GC(e)&&this._err(WC.noncharacterInInputStream)}retreat(e){for(this.pos-=e;this.pos<this.lastGapPos;)this.lastGapPos=this.gapStack.pop(),this.pos--;this.isEol=!1}}var qC,QC;function KC(e,t){for(let n=e.attrs.length-1;n>=0;n--)if(e.attrs[n].name===t)return e.attrs[n].value;return null}!function(e){e[e.CHARACTER=0]="CHARACTER",e[e.NULL_CHARACTER=1]="NULL_CHARACTER",e[e.WHITESPACE_CHARACTER=2]="WHITESPACE_CHARACTER",e[e.START_TAG=3]="START_TAG",e[e.END_TAG=4]="END_TAG",e[e.COMMENT=5]="COMMENT",e[e.DOCTYPE=6]="DOCTYPE",e[e.EOF=7]="EOF",e[e.HIBERNATION=8]="HIBERNATION"}(qC||(qC={}));const XC=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]);QC=String.fromCodePoint;function JC(e){var t;return e>=55296&&e<=57343||e>1114111?65533:null!==(t=XC.get(e))&&void 0!==t?t:e}const ZC=new Uint16Array('\u1d41<\xd5\u0131\u028a\u049d\u057b\u05d0\u0675\u06de\u07a2\u07d6\u080f\u0a4a\u0a91\u0da1\u0e6d\u0f09\u0f26\u10ca\u1228\u12e1\u1415\u149d\u14c3\u14df\u1525\0\0\0\0\0\0\u156b\u16cd\u198d\u1c12\u1ddd\u1f7e\u2060\u21b0\u228d\u23c0\u23fb\u2442\u2824\u2912\u2d08\u2e48\u2fce\u3016\u32ba\u3639\u37ac\u38fe\u3a28\u3a71\u3ae0\u3b2e\u0800EMabcfglmnoprstu\\bfms\x7f\x84\x8b\x90\x95\x98\xa6\xb3\xb9\xc8\xcflig\u803b\xc6\u40c6P\u803b&\u4026cute\u803b\xc1\u40c1reve;\u4102\u0100iyx}rc\u803b\xc2\u40c2;\u4410r;\uc000\ud835\udd04rave\u803b\xc0\u40c0pha;\u4391acr;\u4100d;\u6a53\u0100gp\x9d\xa1on;\u4104f;\uc000\ud835\udd38plyFunction;\u6061ing\u803b\xc5\u40c5\u0100cs\xbe\xc3r;\uc000\ud835\udc9cign;\u6254ilde\u803b\xc3\u40c3ml\u803b\xc4\u40c4\u0400aceforsu\xe5\xfb\xfe\u0117\u011c\u0122\u0127\u012a\u0100cr\xea\xf2kslash;\u6216\u0176\xf6\xf8;\u6ae7ed;\u6306y;\u4411\u0180crt\u0105\u010b\u0114ause;\u6235noullis;\u612ca;\u4392r;\uc000\ud835\udd05pf;\uc000\ud835\udd39eve;\u42d8c\xf2\u0113mpeq;\u624e\u0700HOacdefhilorsu\u014d\u0151\u0156\u0180\u019e\u01a2\u01b5\u01b7\u01ba\u01dc\u0215\u0273\u0278\u027ecy;\u4427PY\u803b\xa9\u40a9\u0180cpy\u015d\u0162\u017aute;\u4106\u0100;i\u0167\u0168\u62d2talDifferentialD;\u6145leys;\u612d\u0200aeio\u0189\u018e\u0194\u0198ron;\u410cdil\u803b\xc7\u40c7rc;\u4108nint;\u6230ot;\u410a\u0100dn\u01a7\u01adilla;\u40b8terDot;\u40b7\xf2\u017fi;\u43a7rcle\u0200DMPT\u01c7\u01cb\u01d1\u01d6ot;\u6299inus;\u6296lus;\u6295imes;\u6297o\u0100cs\u01e2\u01f8kwiseContourIntegral;\u6232eCurly\u0100DQ\u0203\u020foubleQuote;\u601duote;\u6019\u0200lnpu\u021e\u0228\u0247\u0255on\u0100;e\u0225\u0226\u6237;\u6a74\u0180git\u022f\u0236\u023aruent;\u6261nt;\u622fourIntegral;\u622e\u0100fr\u024c\u024e;\u6102oduct;\u6210nterClockwiseContourIntegral;\u6233oss;\u6a2fcr;\uc000\ud835\udc9ep\u0100;C\u0284\u0285\u62d3ap;\u624d\u0580DJSZacefios\u02a0\u02ac\u02b0\u02b4\u02b8\u02cb\u02d7\u02e1\u02e6\u0333\u048d\u0100;o\u0179\u02a5trahd;\u6911cy;\u4402cy;\u4405cy;\u440f\u0180grs\u02bf\u02c4\u02c7ger;\u6021r;\u61a1hv;\u6ae4\u0100ay\u02d0\u02d5ron;\u410e;\u4414l\u0100;t\u02dd\u02de\u6207a;\u4394r;\uc000\ud835\udd07\u0100af\u02eb\u0327\u0100cm\u02f0\u0322ritical\u0200ADGT\u0300\u0306\u0316\u031ccute;\u40b4o\u0174\u030b\u030d;\u42d9bleAcute;\u42ddrave;\u4060ilde;\u42dcond;\u62c4ferentialD;\u6146\u0470\u033d\0\0\0\u0342\u0354\0\u0405f;\uc000\ud835\udd3b\u0180;DE\u0348\u0349\u034d\u40a8ot;\u60dcqual;\u6250ble\u0300CDLRUV\u0363\u0372\u0382\u03cf\u03e2\u03f8ontourIntegra\xec\u0239o\u0274\u0379\0\0\u037b\xbb\u0349nArrow;\u61d3\u0100eo\u0387\u03a4ft\u0180ART\u0390\u0396\u03a1rrow;\u61d0ightArrow;\u61d4e\xe5\u02cang\u0100LR\u03ab\u03c4eft\u0100AR\u03b3\u03b9rrow;\u67f8ightArrow;\u67faightArrow;\u67f9ight\u0100AT\u03d8\u03derrow;\u61d2ee;\u62a8p\u0241\u03e9\0\0\u03efrrow;\u61d1ownArrow;\u61d5erticalBar;\u6225n\u0300ABLRTa\u0412\u042a\u0430\u045e\u047f\u037crrow\u0180;BU\u041d\u041e\u0422\u6193ar;\u6913pArrow;\u61f5reve;\u4311eft\u02d2\u043a\0\u0446\0\u0450ightVector;\u6950eeVector;\u695eector\u0100;B\u0459\u045a\u61bdar;\u6956ight\u01d4\u0467\0\u0471eeVector;\u695fector\u0100;B\u047a\u047b\u61c1ar;\u6957ee\u0100;A\u0486\u0487\u62a4rrow;\u61a7\u0100ct\u0492\u0497r;\uc000\ud835\udc9frok;\u4110\u0800NTacdfglmopqstux\u04bd\u04c0\u04c4\u04cb\u04de\u04e2\u04e7\u04ee\u04f5\u0521\u052f\u0536\u0552\u055d\u0560\u0565G;\u414aH\u803b\xd0\u40d0cute\u803b\xc9\u40c9\u0180aiy\u04d2\u04d7\u04dcron;\u411arc\u803b\xca\u40ca;\u442dot;\u4116r;\uc000\ud835\udd08rave\u803b\xc8\u40c8ement;\u6208\u0100ap\u04fa\u04fecr;\u4112ty\u0253\u0506\0\0\u0512mallSquare;\u65fberySmallSquare;\u65ab\u0100gp\u0526\u052aon;\u4118f;\uc000\ud835\udd3csilon;\u4395u\u0100ai\u053c\u0549l\u0100;T\u0542\u0543\u6a75ilde;\u6242librium;\u61cc\u0100ci\u0557\u055ar;\u6130m;\u6a73a;\u4397ml\u803b\xcb\u40cb\u0100ip\u056a\u056fsts;\u6203onentialE;\u6147\u0280cfios\u0585\u0588\u058d\u05b2\u05ccy;\u4424r;\uc000\ud835\udd09lled\u0253\u0597\0\0\u05a3mallSquare;\u65fcerySmallSquare;\u65aa\u0370\u05ba\0\u05bf\0\0\u05c4f;\uc000\ud835\udd3dAll;\u6200riertrf;\u6131c\xf2\u05cb\u0600JTabcdfgorst\u05e8\u05ec\u05ef\u05fa\u0600\u0612\u0616\u061b\u061d\u0623\u066c\u0672cy;\u4403\u803b>\u403emma\u0100;d\u05f7\u05f8\u4393;\u43dcreve;\u411e\u0180eiy\u0607\u060c\u0610dil;\u4122rc;\u411c;\u4413ot;\u4120r;\uc000\ud835\udd0a;\u62d9pf;\uc000\ud835\udd3eeater\u0300EFGLST\u0635\u0644\u064e\u0656\u065b\u0666qual\u0100;L\u063e\u063f\u6265ess;\u62dbullEqual;\u6267reater;\u6aa2ess;\u6277lantEqual;\u6a7eilde;\u6273cr;\uc000\ud835\udca2;\u626b\u0400Aacfiosu\u0685\u068b\u0696\u069b\u069e\u06aa\u06be\u06caRDcy;\u442a\u0100ct\u0690\u0694ek;\u42c7;\u405eirc;\u4124r;\u610clbertSpace;\u610b\u01f0\u06af\0\u06b2f;\u610dizontalLine;\u6500\u0100ct\u06c3\u06c5\xf2\u06a9rok;\u4126mp\u0144\u06d0\u06d8ownHum\xf0\u012fqual;\u624f\u0700EJOacdfgmnostu\u06fa\u06fe\u0703\u0707\u070e\u071a\u071e\u0721\u0728\u0744\u0778\u078b\u078f\u0795cy;\u4415lig;\u4132cy;\u4401cute\u803b\xcd\u40cd\u0100iy\u0713\u0718rc\u803b\xce\u40ce;\u4418ot;\u4130r;\u6111rave\u803b\xcc\u40cc\u0180;ap\u0720\u072f\u073f\u0100cg\u0734\u0737r;\u412ainaryI;\u6148lie\xf3\u03dd\u01f4\u0749\0\u0762\u0100;e\u074d\u074e\u622c\u0100gr\u0753\u0758ral;\u622bsection;\u62c2isible\u0100CT\u076c\u0772omma;\u6063imes;\u6062\u0180gpt\u077f\u0783\u0788on;\u412ef;\uc000\ud835\udd40a;\u4399cr;\u6110ilde;\u4128\u01eb\u079a\0\u079ecy;\u4406l\u803b\xcf\u40cf\u0280cfosu\u07ac\u07b7\u07bc\u07c2\u07d0\u0100iy\u07b1\u07b5rc;\u4134;\u4419r;\uc000\ud835\udd0dpf;\uc000\ud835\udd41\u01e3\u07c7\0\u07ccr;\uc000\ud835\udca5rcy;\u4408kcy;\u4404\u0380HJacfos\u07e4\u07e8\u07ec\u07f1\u07fd\u0802\u0808cy;\u4425cy;\u440cppa;\u439a\u0100ey\u07f6\u07fbdil;\u4136;\u441ar;\uc000\ud835\udd0epf;\uc000\ud835\udd42cr;\uc000\ud835\udca6\u0580JTaceflmost\u0825\u0829\u082c\u0850\u0863\u09b3\u09b8\u09c7\u09cd\u0a37\u0a47cy;\u4409\u803b<\u403c\u0280cmnpr\u0837\u083c\u0841\u0844\u084dute;\u4139bda;\u439bg;\u67ealacetrf;\u6112r;\u619e\u0180aey\u0857\u085c\u0861ron;\u413ddil;\u413b;\u441b\u0100fs\u0868\u0970t\u0500ACDFRTUVar\u087e\u08a9\u08b1\u08e0\u08e6\u08fc\u092f\u095b\u0390\u096a\u0100nr\u0883\u088fgleBracket;\u67e8row\u0180;BR\u0899\u089a\u089e\u6190ar;\u61e4ightArrow;\u61c6eiling;\u6308o\u01f5\u08b7\0\u08c3bleBracket;\u67e6n\u01d4\u08c8\0\u08d2eeVector;\u6961ector\u0100;B\u08db\u08dc\u61c3ar;\u6959loor;\u630aight\u0100AV\u08ef\u08f5rrow;\u6194ector;\u694e\u0100er\u0901\u0917e\u0180;AV\u0909\u090a\u0910\u62a3rrow;\u61a4ector;\u695aiangle\u0180;BE\u0924\u0925\u0929\u62b2ar;\u69cfqual;\u62b4p\u0180DTV\u0937\u0942\u094cownVector;\u6951eeVector;\u6960ector\u0100;B\u0956\u0957\u61bfar;\u6958ector\u0100;B\u0965\u0966\u61bcar;\u6952ight\xe1\u039cs\u0300EFGLST\u097e\u098b\u0995\u099d\u09a2\u09adqualGreater;\u62daullEqual;\u6266reater;\u6276ess;\u6aa1lantEqual;\u6a7dilde;\u6272r;\uc000\ud835\udd0f\u0100;e\u09bd\u09be\u62d8ftarrow;\u61daidot;\u413f\u0180npw\u09d4\u0a16\u0a1bg\u0200LRlr\u09de\u09f7\u0a02\u0a10eft\u0100AR\u09e6\u09ecrrow;\u67f5ightArrow;\u67f7ightArrow;\u67f6eft\u0100ar\u03b3\u0a0aight\xe1\u03bfight\xe1\u03caf;\uc000\ud835\udd43er\u0100LR\u0a22\u0a2ceftArrow;\u6199ightArrow;\u6198\u0180cht\u0a3e\u0a40\u0a42\xf2\u084c;\u61b0rok;\u4141;\u626a\u0400acefiosu\u0a5a\u0a5d\u0a60\u0a77\u0a7c\u0a85\u0a8b\u0a8ep;\u6905y;\u441c\u0100dl\u0a65\u0a6fiumSpace;\u605flintrf;\u6133r;\uc000\ud835\udd10nusPlus;\u6213pf;\uc000\ud835\udd44c\xf2\u0a76;\u439c\u0480Jacefostu\u0aa3\u0aa7\u0aad\u0ac0\u0b14\u0b19\u0d91\u0d97\u0d9ecy;\u440acute;\u4143\u0180aey\u0ab4\u0ab9\u0aberon;\u4147dil;\u4145;\u441d\u0180gsw\u0ac7\u0af0\u0b0eative\u0180MTV\u0ad3\u0adf\u0ae8ediumSpace;\u600bhi\u0100cn\u0ae6\u0ad8\xeb\u0ad9eryThi\xee\u0ad9ted\u0100GL\u0af8\u0b06reaterGreate\xf2\u0673essLes\xf3\u0a48Line;\u400ar;\uc000\ud835\udd11\u0200Bnpt\u0b22\u0b28\u0b37\u0b3areak;\u6060BreakingSpace;\u40a0f;\u6115\u0680;CDEGHLNPRSTV\u0b55\u0b56\u0b6a\u0b7c\u0ba1\u0beb\u0c04\u0c5e\u0c84\u0ca6\u0cd8\u0d61\u0d85\u6aec\u0100ou\u0b5b\u0b64ngruent;\u6262pCap;\u626doubleVerticalBar;\u6226\u0180lqx\u0b83\u0b8a\u0b9bement;\u6209ual\u0100;T\u0b92\u0b93\u6260ilde;\uc000\u2242\u0338ists;\u6204reater\u0380;EFGLST\u0bb6\u0bb7\u0bbd\u0bc9\u0bd3\u0bd8\u0be5\u626fqual;\u6271ullEqual;\uc000\u2267\u0338reater;\uc000\u226b\u0338ess;\u6279lantEqual;\uc000\u2a7e\u0338ilde;\u6275ump\u0144\u0bf2\u0bfdownHump;\uc000\u224e\u0338qual;\uc000\u224f\u0338e\u0100fs\u0c0a\u0c27tTriangle\u0180;BE\u0c1a\u0c1b\u0c21\u62eaar;\uc000\u29cf\u0338qual;\u62ecs\u0300;EGLST\u0c35\u0c36\u0c3c\u0c44\u0c4b\u0c58\u626equal;\u6270reater;\u6278ess;\uc000\u226a\u0338lantEqual;\uc000\u2a7d\u0338ilde;\u6274ested\u0100GL\u0c68\u0c79reaterGreater;\uc000\u2aa2\u0338essLess;\uc000\u2aa1\u0338recedes\u0180;ES\u0c92\u0c93\u0c9b\u6280qual;\uc000\u2aaf\u0338lantEqual;\u62e0\u0100ei\u0cab\u0cb9verseElement;\u620cghtTriangle\u0180;BE\u0ccb\u0ccc\u0cd2\u62ebar;\uc000\u29d0\u0338qual;\u62ed\u0100qu\u0cdd\u0d0cuareSu\u0100bp\u0ce8\u0cf9set\u0100;E\u0cf0\u0cf3\uc000\u228f\u0338qual;\u62e2erset\u0100;E\u0d03\u0d06\uc000\u2290\u0338qual;\u62e3\u0180bcp\u0d13\u0d24\u0d4eset\u0100;E\u0d1b\u0d1e\uc000\u2282\u20d2qual;\u6288ceeds\u0200;EST\u0d32\u0d33\u0d3b\u0d46\u6281qual;\uc000\u2ab0\u0338lantEqual;\u62e1ilde;\uc000\u227f\u0338erset\u0100;E\u0d58\u0d5b\uc000\u2283\u20d2qual;\u6289ilde\u0200;EFT\u0d6e\u0d6f\u0d75\u0d7f\u6241qual;\u6244ullEqual;\u6247ilde;\u6249erticalBar;\u6224cr;\uc000\ud835\udca9ilde\u803b\xd1\u40d1;\u439d\u0700Eacdfgmoprstuv\u0dbd\u0dc2\u0dc9\u0dd5\u0ddb\u0de0\u0de7\u0dfc\u0e02\u0e20\u0e22\u0e32\u0e3f\u0e44lig;\u4152cute\u803b\xd3\u40d3\u0100iy\u0dce\u0dd3rc\u803b\xd4\u40d4;\u441eblac;\u4150r;\uc000\ud835\udd12rave\u803b\xd2\u40d2\u0180aei\u0dee\u0df2\u0df6cr;\u414cga;\u43a9cron;\u439fpf;\uc000\ud835\udd46enCurly\u0100DQ\u0e0e\u0e1aoubleQuote;\u601cuote;\u6018;\u6a54\u0100cl\u0e27\u0e2cr;\uc000\ud835\udcaaash\u803b\xd8\u40d8i\u016c\u0e37\u0e3cde\u803b\xd5\u40d5es;\u6a37ml\u803b\xd6\u40d6er\u0100BP\u0e4b\u0e60\u0100ar\u0e50\u0e53r;\u603eac\u0100ek\u0e5a\u0e5c;\u63deet;\u63b4arenthesis;\u63dc\u0480acfhilors\u0e7f\u0e87\u0e8a\u0e8f\u0e92\u0e94\u0e9d\u0eb0\u0efcrtialD;\u6202y;\u441fr;\uc000\ud835\udd13i;\u43a6;\u43a0usMinus;\u40b1\u0100ip\u0ea2\u0eadncareplan\xe5\u069df;\u6119\u0200;eio\u0eb9\u0eba\u0ee0\u0ee4\u6abbcedes\u0200;EST\u0ec8\u0ec9\u0ecf\u0eda\u627aqual;\u6aaflantEqual;\u627cilde;\u627eme;\u6033\u0100dp\u0ee9\u0eeeuct;\u620fortion\u0100;a\u0225\u0ef9l;\u621d\u0100ci\u0f01\u0f06r;\uc000\ud835\udcab;\u43a8\u0200Ufos\u0f11\u0f16\u0f1b\u0f1fOT\u803b"\u4022r;\uc000\ud835\udd14pf;\u611acr;\uc000\ud835\udcac\u0600BEacefhiorsu\u0f3e\u0f43\u0f47\u0f60\u0f73\u0fa7\u0faa\u0fad\u1096\u10a9\u10b4\u10bearr;\u6910G\u803b\xae\u40ae\u0180cnr\u0f4e\u0f53\u0f56ute;\u4154g;\u67ebr\u0100;t\u0f5c\u0f5d\u61a0l;\u6916\u0180aey\u0f67\u0f6c\u0f71ron;\u4158dil;\u4156;\u4420\u0100;v\u0f78\u0f79\u611cerse\u0100EU\u0f82\u0f99\u0100lq\u0f87\u0f8eement;\u620builibrium;\u61cbpEquilibrium;\u696fr\xbb\u0f79o;\u43a1ght\u0400ACDFTUVa\u0fc1\u0feb\u0ff3\u1022\u1028\u105b\u1087\u03d8\u0100nr\u0fc6\u0fd2gleBracket;\u67e9row\u0180;BL\u0fdc\u0fdd\u0fe1\u6192ar;\u61e5eftArrow;\u61c4eiling;\u6309o\u01f5\u0ff9\0\u1005bleBracket;\u67e7n\u01d4\u100a\0\u1014eeVector;\u695dector\u0100;B\u101d\u101e\u61c2ar;\u6955loor;\u630b\u0100er\u102d\u1043e\u0180;AV\u1035\u1036\u103c\u62a2rrow;\u61a6ector;\u695biangle\u0180;BE\u1050\u1051\u1055\u62b3ar;\u69d0qual;\u62b5p\u0180DTV\u1063\u106e\u1078ownVector;\u694feeVector;\u695cector\u0100;B\u1082\u1083\u61bear;\u6954ector\u0100;B\u1091\u1092\u61c0ar;\u6953\u0100pu\u109b\u109ef;\u611dndImplies;\u6970ightarrow;\u61db\u0100ch\u10b9\u10bcr;\u611b;\u61b1leDelayed;\u69f4\u0680HOacfhimoqstu\u10e4\u10f1\u10f7\u10fd\u1119\u111e\u1151\u1156\u1161\u1167\u11b5\u11bb\u11bf\u0100Cc\u10e9\u10eeHcy;\u4429y;\u4428FTcy;\u442ccute;\u415a\u0280;aeiy\u1108\u1109\u110e\u1113\u1117\u6abcron;\u4160dil;\u415erc;\u415c;\u4421r;\uc000\ud835\udd16ort\u0200DLRU\u112a\u1134\u113e\u1149ownArrow\xbb\u041eeftArrow\xbb\u089aightArrow\xbb\u0fddpArrow;\u6191gma;\u43a3allCircle;\u6218pf;\uc000\ud835\udd4a\u0272\u116d\0\0\u1170t;\u621aare\u0200;ISU\u117b\u117c\u1189\u11af\u65a1ntersection;\u6293u\u0100bp\u118f\u119eset\u0100;E\u1197\u1198\u628fqual;\u6291erset\u0100;E\u11a8\u11a9\u6290qual;\u6292nion;\u6294cr;\uc000\ud835\udcaear;\u62c6\u0200bcmp\u11c8\u11db\u1209\u120b\u0100;s\u11cd\u11ce\u62d0et\u0100;E\u11cd\u11d5qual;\u6286\u0100ch\u11e0\u1205eeds\u0200;EST\u11ed\u11ee\u11f4\u11ff\u627bqual;\u6ab0lantEqual;\u627dilde;\u627fTh\xe1\u0f8c;\u6211\u0180;es\u1212\u1213\u1223\u62d1rset\u0100;E\u121c\u121d\u6283qual;\u6287et\xbb\u1213\u0580HRSacfhiors\u123e\u1244\u1249\u1255\u125e\u1271\u1276\u129f\u12c2\u12c8\u12d1ORN\u803b\xde\u40deADE;\u6122\u0100Hc\u124e\u1252cy;\u440by;\u4426\u0100bu\u125a\u125c;\u4009;\u43a4\u0180aey\u1265\u126a\u126fron;\u4164dil;\u4162;\u4422r;\uc000\ud835\udd17\u0100ei\u127b\u1289\u01f2\u1280\0\u1287efore;\u6234a;\u4398\u0100cn\u128e\u1298kSpace;\uc000\u205f\u200aSpace;\u6009lde\u0200;EFT\u12ab\u12ac\u12b2\u12bc\u623cqual;\u6243ullEqual;\u6245ilde;\u6248pf;\uc000\ud835\udd4bipleDot;\u60db\u0100ct\u12d6\u12dbr;\uc000\ud835\udcafrok;\u4166\u0ae1\u12f7\u130e\u131a\u1326\0\u132c\u1331\0\0\0\0\0\u1338\u133d\u1377\u1385\0\u13ff\u1404\u140a\u1410\u0100cr\u12fb\u1301ute\u803b\xda\u40dar\u0100;o\u1307\u1308\u619fcir;\u6949r\u01e3\u1313\0\u1316y;\u440eve;\u416c\u0100iy\u131e\u1323rc\u803b\xdb\u40db;\u4423blac;\u4170r;\uc000\ud835\udd18rave\u803b\xd9\u40d9acr;\u416a\u0100di\u1341\u1369er\u0100BP\u1348\u135d\u0100ar\u134d\u1350r;\u405fac\u0100ek\u1357\u1359;\u63dfet;\u63b5arenthesis;\u63ddon\u0100;P\u1370\u1371\u62c3lus;\u628e\u0100gp\u137b\u137fon;\u4172f;\uc000\ud835\udd4c\u0400ADETadps\u1395\u13ae\u13b8\u13c4\u03e8\u13d2\u13d7\u13f3rrow\u0180;BD\u1150\u13a0\u13a4ar;\u6912ownArrow;\u61c5ownArrow;\u6195quilibrium;\u696eee\u0100;A\u13cb\u13cc\u62a5rrow;\u61a5own\xe1\u03f3er\u0100LR\u13de\u13e8eftArrow;\u6196ightArrow;\u6197i\u0100;l\u13f9\u13fa\u43d2on;\u43a5ing;\u416ecr;\uc000\ud835\udcb0ilde;\u4168ml\u803b\xdc\u40dc\u0480Dbcdefosv\u1427\u142c\u1430\u1433\u143e\u1485\u148a\u1490\u1496ash;\u62abar;\u6aeby;\u4412ash\u0100;l\u143b\u143c\u62a9;\u6ae6\u0100er\u1443\u1445;\u62c1\u0180bty\u144c\u1450\u147aar;\u6016\u0100;i\u144f\u1455cal\u0200BLST\u1461\u1465\u146a\u1474ar;\u6223ine;\u407ceparator;\u6758ilde;\u6240ThinSpace;\u600ar;\uc000\ud835\udd19pf;\uc000\ud835\udd4dcr;\uc000\ud835\udcb1dash;\u62aa\u0280cefos\u14a7\u14ac\u14b1\u14b6\u14bcirc;\u4174dge;\u62c0r;\uc000\ud835\udd1apf;\uc000\ud835\udd4ecr;\uc000\ud835\udcb2\u0200fios\u14cb\u14d0\u14d2\u14d8r;\uc000\ud835\udd1b;\u439epf;\uc000\ud835\udd4fcr;\uc000\ud835\udcb3\u0480AIUacfosu\u14f1\u14f5\u14f9\u14fd\u1504\u150f\u1514\u151a\u1520cy;\u442fcy;\u4407cy;\u442ecute\u803b\xdd\u40dd\u0100iy\u1509\u150drc;\u4176;\u442br;\uc000\ud835\udd1cpf;\uc000\ud835\udd50cr;\uc000\ud835\udcb4ml;\u4178\u0400Hacdefos\u1535\u1539\u153f\u154b\u154f\u155d\u1560\u1564cy;\u4416cute;\u4179\u0100ay\u1544\u1549ron;\u417d;\u4417ot;\u417b\u01f2\u1554\0\u155boWidt\xe8\u0ad9a;\u4396r;\u6128pf;\u6124cr;\uc000\ud835\udcb5\u0be1\u1583\u158a\u1590\0\u15b0\u15b6\u15bf\0\0\0\0\u15c6\u15db\u15eb\u165f\u166d\0\u1695\u169b\u16b2\u16b9\0\u16becute\u803b\xe1\u40e1reve;\u4103\u0300;Ediuy\u159c\u159d\u15a1\u15a3\u15a8\u15ad\u623e;\uc000\u223e\u0333;\u623frc\u803b\xe2\u40e2te\u80bb\xb4\u0306;\u4430lig\u803b\xe6\u40e6\u0100;r\xb2\u15ba;\uc000\ud835\udd1erave\u803b\xe0\u40e0\u0100ep\u15ca\u15d6\u0100fp\u15cf\u15d4sym;\u6135\xe8\u15d3ha;\u43b1\u0100ap\u15dfc\u0100cl\u15e4\u15e7r;\u4101g;\u6a3f\u0264\u15f0\0\0\u160a\u0280;adsv\u15fa\u15fb\u15ff\u1601\u1607\u6227nd;\u6a55;\u6a5clope;\u6a58;\u6a5a\u0380;elmrsz\u1618\u1619\u161b\u161e\u163f\u164f\u1659\u6220;\u69a4e\xbb\u1619sd\u0100;a\u1625\u1626\u6221\u0461\u1630\u1632\u1634\u1636\u1638\u163a\u163c\u163e;\u69a8;\u69a9;\u69aa;\u69ab;\u69ac;\u69ad;\u69ae;\u69aft\u0100;v\u1645\u1646\u621fb\u0100;d\u164c\u164d\u62be;\u699d\u0100pt\u1654\u1657h;\u6222\xbb\xb9arr;\u637c\u0100gp\u1663\u1667on;\u4105f;\uc000\ud835\udd52\u0380;Eaeiop\u12c1\u167b\u167d\u1682\u1684\u1687\u168a;\u6a70cir;\u6a6f;\u624ad;\u624bs;\u4027rox\u0100;e\u12c1\u1692\xf1\u1683ing\u803b\xe5\u40e5\u0180cty\u16a1\u16a6\u16a8r;\uc000\ud835\udcb6;\u402amp\u0100;e\u12c1\u16af\xf1\u0288ilde\u803b\xe3\u40e3ml\u803b\xe4\u40e4\u0100ci\u16c2\u16c8onin\xf4\u0272nt;\u6a11\u0800Nabcdefiklnoprsu\u16ed\u16f1\u1730\u173c\u1743\u1748\u1778\u177d\u17e0\u17e6\u1839\u1850\u170d\u193d\u1948\u1970ot;\u6aed\u0100cr\u16f6\u171ek\u0200ceps\u1700\u1705\u170d\u1713ong;\u624cpsilon;\u43f6rime;\u6035im\u0100;e\u171a\u171b\u623dq;\u62cd\u0176\u1722\u1726ee;\u62bded\u0100;g\u172c\u172d\u6305e\xbb\u172drk\u0100;t\u135c\u1737brk;\u63b6\u0100oy\u1701\u1741;\u4431quo;\u601e\u0280cmprt\u1753\u175b\u1761\u1764\u1768aus\u0100;e\u010a\u0109ptyv;\u69b0s\xe9\u170cno\xf5\u0113\u0180ahw\u176f\u1771\u1773;\u43b2;\u6136een;\u626cr;\uc000\ud835\udd1fg\u0380costuvw\u178d\u179d\u17b3\u17c1\u17d5\u17db\u17de\u0180aiu\u1794\u1796\u179a\xf0\u0760rc;\u65efp\xbb\u1371\u0180dpt\u17a4\u17a8\u17adot;\u6a00lus;\u6a01imes;\u6a02\u0271\u17b9\0\0\u17becup;\u6a06ar;\u6605riangle\u0100du\u17cd\u17d2own;\u65bdp;\u65b3plus;\u6a04e\xe5\u1444\xe5\u14adarow;\u690d\u0180ako\u17ed\u1826\u1835\u0100cn\u17f2\u1823k\u0180lst\u17fa\u05ab\u1802ozenge;\u69ebriangle\u0200;dlr\u1812\u1813\u1818\u181d\u65b4own;\u65beeft;\u65c2ight;\u65b8k;\u6423\u01b1\u182b\0\u1833\u01b2\u182f\0\u1831;\u6592;\u65914;\u6593ck;\u6588\u0100eo\u183e\u184d\u0100;q\u1843\u1846\uc000=\u20e5uiv;\uc000\u2261\u20e5t;\u6310\u0200ptwx\u1859\u185e\u1867\u186cf;\uc000\ud835\udd53\u0100;t\u13cb\u1863om\xbb\u13cctie;\u62c8\u0600DHUVbdhmptuv\u1885\u1896\u18aa\u18bb\u18d7\u18db\u18ec\u18ff\u1905\u190a\u1910\u1921\u0200LRlr\u188e\u1890\u1892\u1894;\u6557;\u6554;\u6556;\u6553\u0280;DUdu\u18a1\u18a2\u18a4\u18a6\u18a8\u6550;\u6566;\u6569;\u6564;\u6567\u0200LRlr\u18b3\u18b5\u18b7\u18b9;\u655d;\u655a;\u655c;\u6559\u0380;HLRhlr\u18ca\u18cb\u18cd\u18cf\u18d1\u18d3\u18d5\u6551;\u656c;\u6563;\u6560;\u656b;\u6562;\u655fox;\u69c9\u0200LRlr\u18e4\u18e6\u18e8\u18ea;\u6555;\u6552;\u6510;\u650c\u0280;DUdu\u06bd\u18f7\u18f9\u18fb\u18fd;\u6565;\u6568;\u652c;\u6534inus;\u629flus;\u629eimes;\u62a0\u0200LRlr\u1919\u191b\u191d\u191f;\u655b;\u6558;\u6518;\u6514\u0380;HLRhlr\u1930\u1931\u1933\u1935\u1937\u1939\u193b\u6502;\u656a;\u6561;\u655e;\u653c;\u6524;\u651c\u0100ev\u0123\u1942bar\u803b\xa6\u40a6\u0200ceio\u1951\u1956\u195a\u1960r;\uc000\ud835\udcb7mi;\u604fm\u0100;e\u171a\u171cl\u0180;bh\u1968\u1969\u196b\u405c;\u69c5sub;\u67c8\u016c\u1974\u197el\u0100;e\u1979\u197a\u6022t\xbb\u197ap\u0180;Ee\u012f\u1985\u1987;\u6aae\u0100;q\u06dc\u06db\u0ce1\u19a7\0\u19e8\u1a11\u1a15\u1a32\0\u1a37\u1a50\0\0\u1ab4\0\0\u1ac1\0\0\u1b21\u1b2e\u1b4d\u1b52\0\u1bfd\0\u1c0c\u0180cpr\u19ad\u19b2\u19ddute;\u4107\u0300;abcds\u19bf\u19c0\u19c4\u19ca\u19d5\u19d9\u6229nd;\u6a44rcup;\u6a49\u0100au\u19cf\u19d2p;\u6a4bp;\u6a47ot;\u6a40;\uc000\u2229\ufe00\u0100eo\u19e2\u19e5t;\u6041\xee\u0693\u0200aeiu\u19f0\u19fb\u1a01\u1a05\u01f0\u19f5\0\u19f8s;\u6a4don;\u410ddil\u803b\xe7\u40e7rc;\u4109ps\u0100;s\u1a0c\u1a0d\u6a4cm;\u6a50ot;\u410b\u0180dmn\u1a1b\u1a20\u1a26il\u80bb\xb8\u01adptyv;\u69b2t\u8100\xa2;e\u1a2d\u1a2e\u40a2r\xe4\u01b2r;\uc000\ud835\udd20\u0180cei\u1a3d\u1a40\u1a4dy;\u4447ck\u0100;m\u1a47\u1a48\u6713ark\xbb\u1a48;\u43c7r\u0380;Ecefms\u1a5f\u1a60\u1a62\u1a6b\u1aa4\u1aaa\u1aae\u65cb;\u69c3\u0180;el\u1a69\u1a6a\u1a6d\u42c6q;\u6257e\u0261\u1a74\0\0\u1a88rrow\u0100lr\u1a7c\u1a81eft;\u61baight;\u61bb\u0280RSacd\u1a92\u1a94\u1a96\u1a9a\u1a9f\xbb\u0f47;\u64c8st;\u629birc;\u629aash;\u629dnint;\u6a10id;\u6aefcir;\u69c2ubs\u0100;u\u1abb\u1abc\u6663it\xbb\u1abc\u02ec\u1ac7\u1ad4\u1afa\0\u1b0aon\u0100;e\u1acd\u1ace\u403a\u0100;q\xc7\xc6\u026d\u1ad9\0\0\u1ae2a\u0100;t\u1ade\u1adf\u402c;\u4040\u0180;fl\u1ae8\u1ae9\u1aeb\u6201\xee\u1160e\u0100mx\u1af1\u1af6ent\xbb\u1ae9e\xf3\u024d\u01e7\u1afe\0\u1b07\u0100;d\u12bb\u1b02ot;\u6a6dn\xf4\u0246\u0180fry\u1b10\u1b14\u1b17;\uc000\ud835\udd54o\xe4\u0254\u8100\xa9;s\u0155\u1b1dr;\u6117\u0100ao\u1b25\u1b29rr;\u61b5ss;\u6717\u0100cu\u1b32\u1b37r;\uc000\ud835\udcb8\u0100bp\u1b3c\u1b44\u0100;e\u1b41\u1b42\u6acf;\u6ad1\u0100;e\u1b49\u1b4a\u6ad0;\u6ad2dot;\u62ef\u0380delprvw\u1b60\u1b6c\u1b77\u1b82\u1bac\u1bd4\u1bf9arr\u0100lr\u1b68\u1b6a;\u6938;\u6935\u0270\u1b72\0\0\u1b75r;\u62dec;\u62dfarr\u0100;p\u1b7f\u1b80\u61b6;\u693d\u0300;bcdos\u1b8f\u1b90\u1b96\u1ba1\u1ba5\u1ba8\u622arcap;\u6a48\u0100au\u1b9b\u1b9ep;\u6a46p;\u6a4aot;\u628dr;\u6a45;\uc000\u222a\ufe00\u0200alrv\u1bb5\u1bbf\u1bde\u1be3rr\u0100;m\u1bbc\u1bbd\u61b7;\u693cy\u0180evw\u1bc7\u1bd4\u1bd8q\u0270\u1bce\0\0\u1bd2re\xe3\u1b73u\xe3\u1b75ee;\u62ceedge;\u62cfen\u803b\xa4\u40a4earrow\u0100lr\u1bee\u1bf3eft\xbb\u1b80ight\xbb\u1bbde\xe4\u1bdd\u0100ci\u1c01\u1c07onin\xf4\u01f7nt;\u6231lcty;\u632d\u0980AHabcdefhijlorstuwz\u1c38\u1c3b\u1c3f\u1c5d\u1c69\u1c75\u1c8a\u1c9e\u1cac\u1cb7\u1cfb\u1cff\u1d0d\u1d7b\u1d91\u1dab\u1dbb\u1dc6\u1dcdr\xf2\u0381ar;\u6965\u0200glrs\u1c48\u1c4d\u1c52\u1c54ger;\u6020eth;\u6138\xf2\u1133h\u0100;v\u1c5a\u1c5b\u6010\xbb\u090a\u016b\u1c61\u1c67arow;\u690fa\xe3\u0315\u0100ay\u1c6e\u1c73ron;\u410f;\u4434\u0180;ao\u0332\u1c7c\u1c84\u0100gr\u02bf\u1c81r;\u61catseq;\u6a77\u0180glm\u1c91\u1c94\u1c98\u803b\xb0\u40b0ta;\u43b4ptyv;\u69b1\u0100ir\u1ca3\u1ca8sht;\u697f;\uc000\ud835\udd21ar\u0100lr\u1cb3\u1cb5\xbb\u08dc\xbb\u101e\u0280aegsv\u1cc2\u0378\u1cd6\u1cdc\u1ce0m\u0180;os\u0326\u1cca\u1cd4nd\u0100;s\u0326\u1cd1uit;\u6666amma;\u43ddin;\u62f2\u0180;io\u1ce7\u1ce8\u1cf8\u40f7de\u8100\xf7;o\u1ce7\u1cf0ntimes;\u62c7n\xf8\u1cf7cy;\u4452c\u026f\u1d06\0\0\u1d0arn;\u631eop;\u630d\u0280lptuw\u1d18\u1d1d\u1d22\u1d49\u1d55lar;\u4024f;\uc000\ud835\udd55\u0280;emps\u030b\u1d2d\u1d37\u1d3d\u1d42q\u0100;d\u0352\u1d33ot;\u6251inus;\u6238lus;\u6214quare;\u62a1blebarwedg\xe5\xfan\u0180adh\u112e\u1d5d\u1d67ownarrow\xf3\u1c83arpoon\u0100lr\u1d72\u1d76ef\xf4\u1cb4igh\xf4\u1cb6\u0162\u1d7f\u1d85karo\xf7\u0f42\u026f\u1d8a\0\0\u1d8ern;\u631fop;\u630c\u0180cot\u1d98\u1da3\u1da6\u0100ry\u1d9d\u1da1;\uc000\ud835\udcb9;\u4455l;\u69f6rok;\u4111\u0100dr\u1db0\u1db4ot;\u62f1i\u0100;f\u1dba\u1816\u65bf\u0100ah\u1dc0\u1dc3r\xf2\u0429a\xf2\u0fa6angle;\u69a6\u0100ci\u1dd2\u1dd5y;\u445fgrarr;\u67ff\u0900Dacdefglmnopqrstux\u1e01\u1e09\u1e19\u1e38\u0578\u1e3c\u1e49\u1e61\u1e7e\u1ea5\u1eaf\u1ebd\u1ee1\u1f2a\u1f37\u1f44\u1f4e\u1f5a\u0100Do\u1e06\u1d34o\xf4\u1c89\u0100cs\u1e0e\u1e14ute\u803b\xe9\u40e9ter;\u6a6e\u0200aioy\u1e22\u1e27\u1e31\u1e36ron;\u411br\u0100;c\u1e2d\u1e2e\u6256\u803b\xea\u40ealon;\u6255;\u444dot;\u4117\u0100Dr\u1e41\u1e45ot;\u6252;\uc000\ud835\udd22\u0180;rs\u1e50\u1e51\u1e57\u6a9aave\u803b\xe8\u40e8\u0100;d\u1e5c\u1e5d\u6a96ot;\u6a98\u0200;ils\u1e6a\u1e6b\u1e72\u1e74\u6a99nters;\u63e7;\u6113\u0100;d\u1e79\u1e7a\u6a95ot;\u6a97\u0180aps\u1e85\u1e89\u1e97cr;\u4113ty\u0180;sv\u1e92\u1e93\u1e95\u6205et\xbb\u1e93p\u01001;\u1e9d\u1ea4\u0133\u1ea1\u1ea3;\u6004;\u6005\u6003\u0100gs\u1eaa\u1eac;\u414bp;\u6002\u0100gp\u1eb4\u1eb8on;\u4119f;\uc000\ud835\udd56\u0180als\u1ec4\u1ece\u1ed2r\u0100;s\u1eca\u1ecb\u62d5l;\u69e3us;\u6a71i\u0180;lv\u1eda\u1edb\u1edf\u43b5on\xbb\u1edb;\u43f5\u0200csuv\u1eea\u1ef3\u1f0b\u1f23\u0100io\u1eef\u1e31rc\xbb\u1e2e\u0269\u1ef9\0\0\u1efb\xed\u0548ant\u0100gl\u1f02\u1f06tr\xbb\u1e5dess\xbb\u1e7a\u0180aei\u1f12\u1f16\u1f1als;\u403dst;\u625fv\u0100;D\u0235\u1f20D;\u6a78parsl;\u69e5\u0100Da\u1f2f\u1f33ot;\u6253rr;\u6971\u0180cdi\u1f3e\u1f41\u1ef8r;\u612fo\xf4\u0352\u0100ah\u1f49\u1f4b;\u43b7\u803b\xf0\u40f0\u0100mr\u1f53\u1f57l\u803b\xeb\u40ebo;\u60ac\u0180cip\u1f61\u1f64\u1f67l;\u4021s\xf4\u056e\u0100eo\u1f6c\u1f74ctatio\xee\u0559nential\xe5\u0579\u09e1\u1f92\0\u1f9e\0\u1fa1\u1fa7\0\0\u1fc6\u1fcc\0\u1fd3\0\u1fe6\u1fea\u2000\0\u2008\u205allingdotse\xf1\u1e44y;\u4444male;\u6640\u0180ilr\u1fad\u1fb3\u1fc1lig;\u8000\ufb03\u0269\u1fb9\0\0\u1fbdg;\u8000\ufb00ig;\u8000\ufb04;\uc000\ud835\udd23lig;\u8000\ufb01lig;\uc000fj\u0180alt\u1fd9\u1fdc\u1fe1t;\u666dig;\u8000\ufb02ns;\u65b1of;\u4192\u01f0\u1fee\0\u1ff3f;\uc000\ud835\udd57\u0100ak\u05bf\u1ff7\u0100;v\u1ffc\u1ffd\u62d4;\u6ad9artint;\u6a0d\u0100ao\u200c\u2055\u0100cs\u2011\u2052\u03b1\u201a\u2030\u2038\u2045\u2048\0\u2050\u03b2\u2022\u2025\u2027\u202a\u202c\0\u202e\u803b\xbd\u40bd;\u6153\u803b\xbc\u40bc;\u6155;\u6159;\u615b\u01b3\u2034\0\u2036;\u6154;\u6156\u02b4\u203e\u2041\0\0\u2043\u803b\xbe\u40be;\u6157;\u615c5;\u6158\u01b6\u204c\0\u204e;\u615a;\u615d8;\u615el;\u6044wn;\u6322cr;\uc000\ud835\udcbb\u0880Eabcdefgijlnorstv\u2082\u2089\u209f\u20a5\u20b0\u20b4\u20f0\u20f5\u20fa\u20ff\u2103\u2112\u2138\u0317\u213e\u2152\u219e\u0100;l\u064d\u2087;\u6a8c\u0180cmp\u2090\u2095\u209dute;\u41f5ma\u0100;d\u209c\u1cda\u43b3;\u6a86reve;\u411f\u0100iy\u20aa\u20aerc;\u411d;\u4433ot;\u4121\u0200;lqs\u063e\u0642\u20bd\u20c9\u0180;qs\u063e\u064c\u20c4lan\xf4\u0665\u0200;cdl\u0665\u20d2\u20d5\u20e5c;\u6aa9ot\u0100;o\u20dc\u20dd\u6a80\u0100;l\u20e2\u20e3\u6a82;\u6a84\u0100;e\u20ea\u20ed\uc000\u22db\ufe00s;\u6a94r;\uc000\ud835\udd24\u0100;g\u0673\u061bmel;\u6137cy;\u4453\u0200;Eaj\u065a\u210c\u210e\u2110;\u6a92;\u6aa5;\u6aa4\u0200Eaes\u211b\u211d\u2129\u2134;\u6269p\u0100;p\u2123\u2124\u6a8arox\xbb\u2124\u0100;q\u212e\u212f\u6a88\u0100;q\u212e\u211bim;\u62e7pf;\uc000\ud835\udd58\u0100ci\u2143\u2146r;\u610am\u0180;el\u066b\u214e\u2150;\u6a8e;\u6a90\u8300>;cdlqr\u05ee\u2160\u216a\u216e\u2173\u2179\u0100ci\u2165\u2167;\u6aa7r;\u6a7aot;\u62d7Par;\u6995uest;\u6a7c\u0280adels\u2184\u216a\u2190\u0656\u219b\u01f0\u2189\0\u218epro\xf8\u209er;\u6978q\u0100lq\u063f\u2196les\xf3\u2088i\xed\u066b\u0100en\u21a3\u21adrtneqq;\uc000\u2269\ufe00\xc5\u21aa\u0500Aabcefkosy\u21c4\u21c7\u21f1\u21f5\u21fa\u2218\u221d\u222f\u2268\u227dr\xf2\u03a0\u0200ilmr\u21d0\u21d4\u21d7\u21dbrs\xf0\u1484f\xbb\u2024il\xf4\u06a9\u0100dr\u21e0\u21e4cy;\u444a\u0180;cw\u08f4\u21eb\u21efir;\u6948;\u61adar;\u610firc;\u4125\u0180alr\u2201\u220e\u2213rts\u0100;u\u2209\u220a\u6665it\xbb\u220alip;\u6026con;\u62b9r;\uc000\ud835\udd25s\u0100ew\u2223\u2229arow;\u6925arow;\u6926\u0280amopr\u223a\u223e\u2243\u225e\u2263rr;\u61fftht;\u623bk\u0100lr\u2249\u2253eftarrow;\u61a9ightarrow;\u61aaf;\uc000\ud835\udd59bar;\u6015\u0180clt\u226f\u2274\u2278r;\uc000\ud835\udcbdas\xe8\u21f4rok;\u4127\u0100bp\u2282\u2287ull;\u6043hen\xbb\u1c5b\u0ae1\u22a3\0\u22aa\0\u22b8\u22c5\u22ce\0\u22d5\u22f3\0\0\u22f8\u2322\u2367\u2362\u237f\0\u2386\u23aa\u23b4cute\u803b\xed\u40ed\u0180;iy\u0771\u22b0\u22b5rc\u803b\xee\u40ee;\u4438\u0100cx\u22bc\u22bfy;\u4435cl\u803b\xa1\u40a1\u0100fr\u039f\u22c9;\uc000\ud835\udd26rave\u803b\xec\u40ec\u0200;ino\u073e\u22dd\u22e9\u22ee\u0100in\u22e2\u22e6nt;\u6a0ct;\u622dfin;\u69dcta;\u6129lig;\u4133\u0180aop\u22fe\u231a\u231d\u0180cgt\u2305\u2308\u2317r;\u412b\u0180elp\u071f\u230f\u2313in\xe5\u078ear\xf4\u0720h;\u4131f;\u62b7ed;\u41b5\u0280;cfot\u04f4\u232c\u2331\u233d\u2341are;\u6105in\u0100;t\u2338\u2339\u621eie;\u69dddo\xf4\u2319\u0280;celp\u0757\u234c\u2350\u235b\u2361al;\u62ba\u0100gr\u2355\u2359er\xf3\u1563\xe3\u234darhk;\u6a17rod;\u6a3c\u0200cgpt\u236f\u2372\u2376\u237by;\u4451on;\u412ff;\uc000\ud835\udd5aa;\u43b9uest\u803b\xbf\u40bf\u0100ci\u238a\u238fr;\uc000\ud835\udcben\u0280;Edsv\u04f4\u239b\u239d\u23a1\u04f3;\u62f9ot;\u62f5\u0100;v\u23a6\u23a7\u62f4;\u62f3\u0100;i\u0777\u23aelde;\u4129\u01eb\u23b8\0\u23bccy;\u4456l\u803b\xef\u40ef\u0300cfmosu\u23cc\u23d7\u23dc\u23e1\u23e7\u23f5\u0100iy\u23d1\u23d5rc;\u4135;\u4439r;\uc000\ud835\udd27ath;\u4237pf;\uc000\ud835\udd5b\u01e3\u23ec\0\u23f1r;\uc000\ud835\udcbfrcy;\u4458kcy;\u4454\u0400acfghjos\u240b\u2416\u2422\u2427\u242d\u2431\u2435\u243bppa\u0100;v\u2413\u2414\u43ba;\u43f0\u0100ey\u241b\u2420dil;\u4137;\u443ar;\uc000\ud835\udd28reen;\u4138cy;\u4445cy;\u445cpf;\uc000\ud835\udd5ccr;\uc000\ud835\udcc0\u0b80ABEHabcdefghjlmnoprstuv\u2470\u2481\u2486\u248d\u2491\u250e\u253d\u255a\u2580\u264e\u265e\u2665\u2679\u267d\u269a\u26b2\u26d8\u275d\u2768\u278b\u27c0\u2801\u2812\u0180art\u2477\u247a\u247cr\xf2\u09c6\xf2\u0395ail;\u691barr;\u690e\u0100;g\u0994\u248b;\u6a8bar;\u6962\u0963\u24a5\0\u24aa\0\u24b1\0\0\0\0\0\u24b5\u24ba\0\u24c6\u24c8\u24cd\0\u24f9ute;\u413amptyv;\u69b4ra\xee\u084cbda;\u43bbg\u0180;dl\u088e\u24c1\u24c3;\u6991\xe5\u088e;\u6a85uo\u803b\xab\u40abr\u0400;bfhlpst\u0899\u24de\u24e6\u24e9\u24eb\u24ee\u24f1\u24f5\u0100;f\u089d\u24e3s;\u691fs;\u691d\xeb\u2252p;\u61abl;\u6939im;\u6973l;\u61a2\u0180;ae\u24ff\u2500\u2504\u6aabil;\u6919\u0100;s\u2509\u250a\u6aad;\uc000\u2aad\ufe00\u0180abr\u2515\u2519\u251drr;\u690crk;\u6772\u0100ak\u2522\u252cc\u0100ek\u2528\u252a;\u407b;\u405b\u0100es\u2531\u2533;\u698bl\u0100du\u2539\u253b;\u698f;\u698d\u0200aeuy\u2546\u254b\u2556\u2558ron;\u413e\u0100di\u2550\u2554il;\u413c\xec\u08b0\xe2\u2529;\u443b\u0200cqrs\u2563\u2566\u256d\u257da;\u6936uo\u0100;r\u0e19\u1746\u0100du\u2572\u2577har;\u6967shar;\u694bh;\u61b2\u0280;fgqs\u258b\u258c\u0989\u25f3\u25ff\u6264t\u0280ahlrt\u2598\u25a4\u25b7\u25c2\u25e8rrow\u0100;t\u0899\u25a1a\xe9\u24f6arpoon\u0100du\u25af\u25b4own\xbb\u045ap\xbb\u0966eftarrows;\u61c7ight\u0180ahs\u25cd\u25d6\u25derrow\u0100;s\u08f4\u08a7arpoon\xf3\u0f98quigarro\xf7\u21f0hreetimes;\u62cb\u0180;qs\u258b\u0993\u25falan\xf4\u09ac\u0280;cdgs\u09ac\u260a\u260d\u261d\u2628c;\u6aa8ot\u0100;o\u2614\u2615\u6a7f\u0100;r\u261a\u261b\u6a81;\u6a83\u0100;e\u2622\u2625\uc000\u22da\ufe00s;\u6a93\u0280adegs\u2633\u2639\u263d\u2649\u264bppro\xf8\u24c6ot;\u62d6q\u0100gq\u2643\u2645\xf4\u0989gt\xf2\u248c\xf4\u099bi\xed\u09b2\u0180ilr\u2655\u08e1\u265asht;\u697c;\uc000\ud835\udd29\u0100;E\u099c\u2663;\u6a91\u0161\u2669\u2676r\u0100du\u25b2\u266e\u0100;l\u0965\u2673;\u696alk;\u6584cy;\u4459\u0280;acht\u0a48\u2688\u268b\u2691\u2696r\xf2\u25c1orne\xf2\u1d08ard;\u696bri;\u65fa\u0100io\u269f\u26a4dot;\u4140ust\u0100;a\u26ac\u26ad\u63b0che\xbb\u26ad\u0200Eaes\u26bb\u26bd\u26c9\u26d4;\u6268p\u0100;p\u26c3\u26c4\u6a89rox\xbb\u26c4\u0100;q\u26ce\u26cf\u6a87\u0100;q\u26ce\u26bbim;\u62e6\u0400abnoptwz\u26e9\u26f4\u26f7\u271a\u272f\u2741\u2747\u2750\u0100nr\u26ee\u26f1g;\u67ecr;\u61fdr\xeb\u08c1g\u0180lmr\u26ff\u270d\u2714eft\u0100ar\u09e6\u2707ight\xe1\u09f2apsto;\u67fcight\xe1\u09fdparrow\u0100lr\u2725\u2729ef\xf4\u24edight;\u61ac\u0180afl\u2736\u2739\u273dr;\u6985;\uc000\ud835\udd5dus;\u6a2dimes;\u6a34\u0161\u274b\u274fst;\u6217\xe1\u134e\u0180;ef\u2757\u2758\u1800\u65cange\xbb\u2758ar\u0100;l\u2764\u2765\u4028t;\u6993\u0280achmt\u2773\u2776\u277c\u2785\u2787r\xf2\u08a8orne\xf2\u1d8car\u0100;d\u0f98\u2783;\u696d;\u600eri;\u62bf\u0300achiqt\u2798\u279d\u0a40\u27a2\u27ae\u27bbquo;\u6039r;\uc000\ud835\udcc1m\u0180;eg\u09b2\u27aa\u27ac;\u6a8d;\u6a8f\u0100bu\u252a\u27b3o\u0100;r\u0e1f\u27b9;\u601arok;\u4142\u8400<;cdhilqr\u082b\u27d2\u2639\u27dc\u27e0\u27e5\u27ea\u27f0\u0100ci\u27d7\u27d9;\u6aa6r;\u6a79re\xe5\u25f2mes;\u62c9arr;\u6976uest;\u6a7b\u0100Pi\u27f5\u27f9ar;\u6996\u0180;ef\u2800\u092d\u181b\u65c3r\u0100du\u2807\u280dshar;\u694ahar;\u6966\u0100en\u2817\u2821rtneqq;\uc000\u2268\ufe00\xc5\u281e\u0700Dacdefhilnopsu\u2840\u2845\u2882\u288e\u2893\u28a0\u28a5\u28a8\u28da\u28e2\u28e4\u0a83\u28f3\u2902Dot;\u623a\u0200clpr\u284e\u2852\u2863\u287dr\u803b\xaf\u40af\u0100et\u2857\u2859;\u6642\u0100;e\u285e\u285f\u6720se\xbb\u285f\u0100;s\u103b\u2868to\u0200;dlu\u103b\u2873\u2877\u287bow\xee\u048cef\xf4\u090f\xf0\u13d1ker;\u65ae\u0100oy\u2887\u288cmma;\u6a29;\u443cash;\u6014asuredangle\xbb\u1626r;\uc000\ud835\udd2ao;\u6127\u0180cdn\u28af\u28b4\u28c9ro\u803b\xb5\u40b5\u0200;acd\u1464\u28bd\u28c0\u28c4s\xf4\u16a7ir;\u6af0ot\u80bb\xb7\u01b5us\u0180;bd\u28d2\u1903\u28d3\u6212\u0100;u\u1d3c\u28d8;\u6a2a\u0163\u28de\u28e1p;\u6adb\xf2\u2212\xf0\u0a81\u0100dp\u28e9\u28eeels;\u62a7f;\uc000\ud835\udd5e\u0100ct\u28f8\u28fdr;\uc000\ud835\udcc2pos\xbb\u159d\u0180;lm\u2909\u290a\u290d\u43bctimap;\u62b8\u0c00GLRVabcdefghijlmoprstuvw\u2942\u2953\u297e\u2989\u2998\u29da\u29e9\u2a15\u2a1a\u2a58\u2a5d\u2a83\u2a95\u2aa4\u2aa8\u2b04\u2b07\u2b44\u2b7f\u2bae\u2c34\u2c67\u2c7c\u2ce9\u0100gt\u2947\u294b;\uc000\u22d9\u0338\u0100;v\u2950\u0bcf\uc000\u226b\u20d2\u0180elt\u295a\u2972\u2976ft\u0100ar\u2961\u2967rrow;\u61cdightarrow;\u61ce;\uc000\u22d8\u0338\u0100;v\u297b\u0c47\uc000\u226a\u20d2ightarrow;\u61cf\u0100Dd\u298e\u2993ash;\u62afash;\u62ae\u0280bcnpt\u29a3\u29a7\u29ac\u29b1\u29ccla\xbb\u02deute;\u4144g;\uc000\u2220\u20d2\u0280;Eiop\u0d84\u29bc\u29c0\u29c5\u29c8;\uc000\u2a70\u0338d;\uc000\u224b\u0338s;\u4149ro\xf8\u0d84ur\u0100;a\u29d3\u29d4\u666el\u0100;s\u29d3\u0b38\u01f3\u29df\0\u29e3p\u80bb\xa0\u0b37mp\u0100;e\u0bf9\u0c00\u0280aeouy\u29f4\u29fe\u2a03\u2a10\u2a13\u01f0\u29f9\0\u29fb;\u6a43on;\u4148dil;\u4146ng\u0100;d\u0d7e\u2a0aot;\uc000\u2a6d\u0338p;\u6a42;\u443dash;\u6013\u0380;Aadqsx\u0b92\u2a29\u2a2d\u2a3b\u2a41\u2a45\u2a50rr;\u61d7r\u0100hr\u2a33\u2a36k;\u6924\u0100;o\u13f2\u13f0ot;\uc000\u2250\u0338ui\xf6\u0b63\u0100ei\u2a4a\u2a4ear;\u6928\xed\u0b98ist\u0100;s\u0ba0\u0b9fr;\uc000\ud835\udd2b\u0200Eest\u0bc5\u2a66\u2a79\u2a7c\u0180;qs\u0bbc\u2a6d\u0be1\u0180;qs\u0bbc\u0bc5\u2a74lan\xf4\u0be2i\xed\u0bea\u0100;r\u0bb6\u2a81\xbb\u0bb7\u0180Aap\u2a8a\u2a8d\u2a91r\xf2\u2971rr;\u61aear;\u6af2\u0180;sv\u0f8d\u2a9c\u0f8c\u0100;d\u2aa1\u2aa2\u62fc;\u62facy;\u445a\u0380AEadest\u2ab7\u2aba\u2abe\u2ac2\u2ac5\u2af6\u2af9r\xf2\u2966;\uc000\u2266\u0338rr;\u619ar;\u6025\u0200;fqs\u0c3b\u2ace\u2ae3\u2aeft\u0100ar\u2ad4\u2ad9rro\xf7\u2ac1ightarro\xf7\u2a90\u0180;qs\u0c3b\u2aba\u2aealan\xf4\u0c55\u0100;s\u0c55\u2af4\xbb\u0c36i\xed\u0c5d\u0100;r\u0c35\u2afei\u0100;e\u0c1a\u0c25i\xe4\u0d90\u0100pt\u2b0c\u2b11f;\uc000\ud835\udd5f\u8180\xac;in\u2b19\u2b1a\u2b36\u40acn\u0200;Edv\u0b89\u2b24\u2b28\u2b2e;\uc000\u22f9\u0338ot;\uc000\u22f5\u0338\u01e1\u0b89\u2b33\u2b35;\u62f7;\u62f6i\u0100;v\u0cb8\u2b3c\u01e1\u0cb8\u2b41\u2b43;\u62fe;\u62fd\u0180aor\u2b4b\u2b63\u2b69r\u0200;ast\u0b7b\u2b55\u2b5a\u2b5flle\xec\u0b7bl;\uc000\u2afd\u20e5;\uc000\u2202\u0338lint;\u6a14\u0180;ce\u0c92\u2b70\u2b73u\xe5\u0ca5\u0100;c\u0c98\u2b78\u0100;e\u0c92\u2b7d\xf1\u0c98\u0200Aait\u2b88\u2b8b\u2b9d\u2ba7r\xf2\u2988rr\u0180;cw\u2b94\u2b95\u2b99\u619b;\uc000\u2933\u0338;\uc000\u219d\u0338ghtarrow\xbb\u2b95ri\u0100;e\u0ccb\u0cd6\u0380chimpqu\u2bbd\u2bcd\u2bd9\u2b04\u0b78\u2be4\u2bef\u0200;cer\u0d32\u2bc6\u0d37\u2bc9u\xe5\u0d45;\uc000\ud835\udcc3ort\u026d\u2b05\0\0\u2bd6ar\xe1\u2b56m\u0100;e\u0d6e\u2bdf\u0100;q\u0d74\u0d73su\u0100bp\u2beb\u2bed\xe5\u0cf8\xe5\u0d0b\u0180bcp\u2bf6\u2c11\u2c19\u0200;Ees\u2bff\u2c00\u0d22\u2c04\u6284;\uc000\u2ac5\u0338et\u0100;e\u0d1b\u2c0bq\u0100;q\u0d23\u2c00c\u0100;e\u0d32\u2c17\xf1\u0d38\u0200;Ees\u2c22\u2c23\u0d5f\u2c27\u6285;\uc000\u2ac6\u0338et\u0100;e\u0d58\u2c2eq\u0100;q\u0d60\u2c23\u0200gilr\u2c3d\u2c3f\u2c45\u2c47\xec\u0bd7lde\u803b\xf1\u40f1\xe7\u0c43iangle\u0100lr\u2c52\u2c5ceft\u0100;e\u0c1a\u2c5a\xf1\u0c26ight\u0100;e\u0ccb\u2c65\xf1\u0cd7\u0100;m\u2c6c\u2c6d\u43bd\u0180;es\u2c74\u2c75\u2c79\u4023ro;\u6116p;\u6007\u0480DHadgilrs\u2c8f\u2c94\u2c99\u2c9e\u2ca3\u2cb0\u2cb6\u2cd3\u2ce3ash;\u62adarr;\u6904p;\uc000\u224d\u20d2ash;\u62ac\u0100et\u2ca8\u2cac;\uc000\u2265\u20d2;\uc000>\u20d2nfin;\u69de\u0180Aet\u2cbd\u2cc1\u2cc5rr;\u6902;\uc000\u2264\u20d2\u0100;r\u2cca\u2ccd\uc000<\u20d2ie;\uc000\u22b4\u20d2\u0100At\u2cd8\u2cdcrr;\u6903rie;\uc000\u22b5\u20d2im;\uc000\u223c\u20d2\u0180Aan\u2cf0\u2cf4\u2d02rr;\u61d6r\u0100hr\u2cfa\u2cfdk;\u6923\u0100;o\u13e7\u13e5ear;\u6927\u1253\u1a95\0\0\0\0\0\0\0\0\0\0\0\0\0\u2d2d\0\u2d38\u2d48\u2d60\u2d65\u2d72\u2d84\u1b07\0\0\u2d8d\u2dab\0\u2dc8\u2dce\0\u2ddc\u2e19\u2e2b\u2e3e\u2e43\u0100cs\u2d31\u1a97ute\u803b\xf3\u40f3\u0100iy\u2d3c\u2d45r\u0100;c\u1a9e\u2d42\u803b\xf4\u40f4;\u443e\u0280abios\u1aa0\u2d52\u2d57\u01c8\u2d5alac;\u4151v;\u6a38old;\u69bclig;\u4153\u0100cr\u2d69\u2d6dir;\u69bf;\uc000\ud835\udd2c\u036f\u2d79\0\0\u2d7c\0\u2d82n;\u42dbave\u803b\xf2\u40f2;\u69c1\u0100bm\u2d88\u0df4ar;\u69b5\u0200acit\u2d95\u2d98\u2da5\u2da8r\xf2\u1a80\u0100ir\u2d9d\u2da0r;\u69beoss;\u69bbn\xe5\u0e52;\u69c0\u0180aei\u2db1\u2db5\u2db9cr;\u414dga;\u43c9\u0180cdn\u2dc0\u2dc5\u01cdron;\u43bf;\u69b6pf;\uc000\ud835\udd60\u0180ael\u2dd4\u2dd7\u01d2r;\u69b7rp;\u69b9\u0380;adiosv\u2dea\u2deb\u2dee\u2e08\u2e0d\u2e10\u2e16\u6228r\xf2\u1a86\u0200;efm\u2df7\u2df8\u2e02\u2e05\u6a5dr\u0100;o\u2dfe\u2dff\u6134f\xbb\u2dff\u803b\xaa\u40aa\u803b\xba\u40bagof;\u62b6r;\u6a56lope;\u6a57;\u6a5b\u0180clo\u2e1f\u2e21\u2e27\xf2\u2e01ash\u803b\xf8\u40f8l;\u6298i\u016c\u2e2f\u2e34de\u803b\xf5\u40f5es\u0100;a\u01db\u2e3as;\u6a36ml\u803b\xf6\u40f6bar;\u633d\u0ae1\u2e5e\0\u2e7d\0\u2e80\u2e9d\0\u2ea2\u2eb9\0\0\u2ecb\u0e9c\0\u2f13\0\0\u2f2b\u2fbc\0\u2fc8r\u0200;ast\u0403\u2e67\u2e72\u0e85\u8100\xb6;l\u2e6d\u2e6e\u40b6le\xec\u0403\u0269\u2e78\0\0\u2e7bm;\u6af3;\u6afdy;\u443fr\u0280cimpt\u2e8b\u2e8f\u2e93\u1865\u2e97nt;\u4025od;\u402eil;\u6030enk;\u6031r;\uc000\ud835\udd2d\u0180imo\u2ea8\u2eb0\u2eb4\u0100;v\u2ead\u2eae\u43c6;\u43d5ma\xf4\u0a76ne;\u660e\u0180;tv\u2ebf\u2ec0\u2ec8\u43c0chfork\xbb\u1ffd;\u43d6\u0100au\u2ecf\u2edfn\u0100ck\u2ed5\u2eddk\u0100;h\u21f4\u2edb;\u610e\xf6\u21f4s\u0480;abcdemst\u2ef3\u2ef4\u1908\u2ef9\u2efd\u2f04\u2f06\u2f0a\u2f0e\u402bcir;\u6a23ir;\u6a22\u0100ou\u1d40\u2f02;\u6a25;\u6a72n\u80bb\xb1\u0e9dim;\u6a26wo;\u6a27\u0180ipu\u2f19\u2f20\u2f25ntint;\u6a15f;\uc000\ud835\udd61nd\u803b\xa3\u40a3\u0500;Eaceinosu\u0ec8\u2f3f\u2f41\u2f44\u2f47\u2f81\u2f89\u2f92\u2f7e\u2fb6;\u6ab3p;\u6ab7u\xe5\u0ed9\u0100;c\u0ece\u2f4c\u0300;acens\u0ec8\u2f59\u2f5f\u2f66\u2f68\u2f7eppro\xf8\u2f43urlye\xf1\u0ed9\xf1\u0ece\u0180aes\u2f6f\u2f76\u2f7approx;\u6ab9qq;\u6ab5im;\u62e8i\xed\u0edfme\u0100;s\u2f88\u0eae\u6032\u0180Eas\u2f78\u2f90\u2f7a\xf0\u2f75\u0180dfp\u0eec\u2f99\u2faf\u0180als\u2fa0\u2fa5\u2faalar;\u632eine;\u6312urf;\u6313\u0100;t\u0efb\u2fb4\xef\u0efbrel;\u62b0\u0100ci\u2fc0\u2fc5r;\uc000\ud835\udcc5;\u43c8ncsp;\u6008\u0300fiopsu\u2fda\u22e2\u2fdf\u2fe5\u2feb\u2ff1r;\uc000\ud835\udd2epf;\uc000\ud835\udd62rime;\u6057cr;\uc000\ud835\udcc6\u0180aeo\u2ff8\u3009\u3013t\u0100ei\u2ffe\u3005rnion\xf3\u06b0nt;\u6a16st\u0100;e\u3010\u3011\u403f\xf1\u1f19\xf4\u0f14\u0a80ABHabcdefhilmnoprstux\u3040\u3051\u3055\u3059\u30e0\u310e\u312b\u3147\u3162\u3172\u318e\u3206\u3215\u3224\u3229\u3258\u326e\u3272\u3290\u32b0\u32b7\u0180art\u3047\u304a\u304cr\xf2\u10b3\xf2\u03ddail;\u691car\xf2\u1c65ar;\u6964\u0380cdenqrt\u3068\u3075\u3078\u307f\u308f\u3094\u30cc\u0100eu\u306d\u3071;\uc000\u223d\u0331te;\u4155i\xe3\u116emptyv;\u69b3g\u0200;del\u0fd1\u3089\u308b\u308d;\u6992;\u69a5\xe5\u0fd1uo\u803b\xbb\u40bbr\u0580;abcfhlpstw\u0fdc\u30ac\u30af\u30b7\u30b9\u30bc\u30be\u30c0\u30c3\u30c7\u30cap;\u6975\u0100;f\u0fe0\u30b4s;\u6920;\u6933s;\u691e\xeb\u225d\xf0\u272el;\u6945im;\u6974l;\u61a3;\u619d\u0100ai\u30d1\u30d5il;\u691ao\u0100;n\u30db\u30dc\u6236al\xf3\u0f1e\u0180abr\u30e7\u30ea\u30eer\xf2\u17e5rk;\u6773\u0100ak\u30f3\u30fdc\u0100ek\u30f9\u30fb;\u407d;\u405d\u0100es\u3102\u3104;\u698cl\u0100du\u310a\u310c;\u698e;\u6990\u0200aeuy\u3117\u311c\u3127\u3129ron;\u4159\u0100di\u3121\u3125il;\u4157\xec\u0ff2\xe2\u30fa;\u4440\u0200clqs\u3134\u3137\u313d\u3144a;\u6937dhar;\u6969uo\u0100;r\u020e\u020dh;\u61b3\u0180acg\u314e\u315f\u0f44l\u0200;ips\u0f78\u3158\u315b\u109cn\xe5\u10bbar\xf4\u0fa9t;\u65ad\u0180ilr\u3169\u1023\u316esht;\u697d;\uc000\ud835\udd2f\u0100ao\u3177\u3186r\u0100du\u317d\u317f\xbb\u047b\u0100;l\u1091\u3184;\u696c\u0100;v\u318b\u318c\u43c1;\u43f1\u0180gns\u3195\u31f9\u31fcht\u0300ahlrst\u31a4\u31b0\u31c2\u31d8\u31e4\u31eerrow\u0100;t\u0fdc\u31ada\xe9\u30c8arpoon\u0100du\u31bb\u31bfow\xee\u317ep\xbb\u1092eft\u0100ah\u31ca\u31d0rrow\xf3\u0feaarpoon\xf3\u0551ightarrows;\u61c9quigarro\xf7\u30cbhreetimes;\u62ccg;\u42daingdotse\xf1\u1f32\u0180ahm\u320d\u3210\u3213r\xf2\u0feaa\xf2\u0551;\u600foust\u0100;a\u321e\u321f\u63b1che\xbb\u321fmid;\u6aee\u0200abpt\u3232\u323d\u3240\u3252\u0100nr\u3237\u323ag;\u67edr;\u61fer\xeb\u1003\u0180afl\u3247\u324a\u324er;\u6986;\uc000\ud835\udd63us;\u6a2eimes;\u6a35\u0100ap\u325d\u3267r\u0100;g\u3263\u3264\u4029t;\u6994olint;\u6a12ar\xf2\u31e3\u0200achq\u327b\u3280\u10bc\u3285quo;\u603ar;\uc000\ud835\udcc7\u0100bu\u30fb\u328ao\u0100;r\u0214\u0213\u0180hir\u3297\u329b\u32a0re\xe5\u31f8mes;\u62cai\u0200;efl\u32aa\u1059\u1821\u32ab\u65b9tri;\u69celuhar;\u6968;\u611e\u0d61\u32d5\u32db\u32df\u332c\u3338\u3371\0\u337a\u33a4\0\0\u33ec\u33f0\0\u3428\u3448\u345a\u34ad\u34b1\u34ca\u34f1\0\u3616\0\0\u3633cute;\u415bqu\xef\u27ba\u0500;Eaceinpsy\u11ed\u32f3\u32f5\u32ff\u3302\u330b\u330f\u331f\u3326\u3329;\u6ab4\u01f0\u32fa\0\u32fc;\u6ab8on;\u4161u\xe5\u11fe\u0100;d\u11f3\u3307il;\u415frc;\u415d\u0180Eas\u3316\u3318\u331b;\u6ab6p;\u6abaim;\u62e9olint;\u6a13i\xed\u1204;\u4441ot\u0180;be\u3334\u1d47\u3335\u62c5;\u6a66\u0380Aacmstx\u3346\u334a\u3357\u335b\u335e\u3363\u336drr;\u61d8r\u0100hr\u3350\u3352\xeb\u2228\u0100;o\u0a36\u0a34t\u803b\xa7\u40a7i;\u403bwar;\u6929m\u0100in\u3369\xf0nu\xf3\xf1t;\u6736r\u0100;o\u3376\u2055\uc000\ud835\udd30\u0200acoy\u3382\u3386\u3391\u33a0rp;\u666f\u0100hy\u338b\u338fcy;\u4449;\u4448rt\u026d\u3399\0\0\u339ci\xe4\u1464ara\xec\u2e6f\u803b\xad\u40ad\u0100gm\u33a8\u33b4ma\u0180;fv\u33b1\u33b2\u33b2\u43c3;\u43c2\u0400;deglnpr\u12ab\u33c5\u33c9\u33ce\u33d6\u33de\u33e1\u33e6ot;\u6a6a\u0100;q\u12b1\u12b0\u0100;E\u33d3\u33d4\u6a9e;\u6aa0\u0100;E\u33db\u33dc\u6a9d;\u6a9fe;\u6246lus;\u6a24arr;\u6972ar\xf2\u113d\u0200aeit\u33f8\u3408\u340f\u3417\u0100ls\u33fd\u3404lsetm\xe9\u336ahp;\u6a33parsl;\u69e4\u0100dl\u1463\u3414e;\u6323\u0100;e\u341c\u341d\u6aaa\u0100;s\u3422\u3423\u6aac;\uc000\u2aac\ufe00\u0180flp\u342e\u3433\u3442tcy;\u444c\u0100;b\u3438\u3439\u402f\u0100;a\u343e\u343f\u69c4r;\u633ff;\uc000\ud835\udd64a\u0100dr\u344d\u0402es\u0100;u\u3454\u3455\u6660it\xbb\u3455\u0180csu\u3460\u3479\u349f\u0100au\u3465\u346fp\u0100;s\u1188\u346b;\uc000\u2293\ufe00p\u0100;s\u11b4\u3475;\uc000\u2294\ufe00u\u0100bp\u347f\u348f\u0180;es\u1197\u119c\u3486et\u0100;e\u1197\u348d\xf1\u119d\u0180;es\u11a8\u11ad\u3496et\u0100;e\u11a8\u349d\xf1\u11ae\u0180;af\u117b\u34a6\u05b0r\u0165\u34ab\u05b1\xbb\u117car\xf2\u1148\u0200cemt\u34b9\u34be\u34c2\u34c5r;\uc000\ud835\udcc8tm\xee\xf1i\xec\u3415ar\xe6\u11be\u0100ar\u34ce\u34d5r\u0100;f\u34d4\u17bf\u6606\u0100an\u34da\u34edight\u0100ep\u34e3\u34eapsilo\xee\u1ee0h\xe9\u2eafs\xbb\u2852\u0280bcmnp\u34fb\u355e\u1209\u358b\u358e\u0480;Edemnprs\u350e\u350f\u3511\u3515\u351e\u3523\u352c\u3531\u3536\u6282;\u6ac5ot;\u6abd\u0100;d\u11da\u351aot;\u6ac3ult;\u6ac1\u0100Ee\u3528\u352a;\u6acb;\u628alus;\u6abfarr;\u6979\u0180eiu\u353d\u3552\u3555t\u0180;en\u350e\u3545\u354bq\u0100;q\u11da\u350feq\u0100;q\u352b\u3528m;\u6ac7\u0100bp\u355a\u355c;\u6ad5;\u6ad3c\u0300;acens\u11ed\u356c\u3572\u3579\u357b\u3326ppro\xf8\u32faurlye\xf1\u11fe\xf1\u11f3\u0180aes\u3582\u3588\u331bppro\xf8\u331aq\xf1\u3317g;\u666a\u0680123;Edehlmnps\u35a9\u35ac\u35af\u121c\u35b2\u35b4\u35c0\u35c9\u35d5\u35da\u35df\u35e8\u35ed\u803b\xb9\u40b9\u803b\xb2\u40b2\u803b\xb3\u40b3;\u6ac6\u0100os\u35b9\u35bct;\u6abeub;\u6ad8\u0100;d\u1222\u35c5ot;\u6ac4s\u0100ou\u35cf\u35d2l;\u67c9b;\u6ad7arr;\u697bult;\u6ac2\u0100Ee\u35e4\u35e6;\u6acc;\u628blus;\u6ac0\u0180eiu\u35f4\u3609\u360ct\u0180;en\u121c\u35fc\u3602q\u0100;q\u1222\u35b2eq\u0100;q\u35e7\u35e4m;\u6ac8\u0100bp\u3611\u3613;\u6ad4;\u6ad6\u0180Aan\u361c\u3620\u362drr;\u61d9r\u0100hr\u3626\u3628\xeb\u222e\u0100;o\u0a2b\u0a29war;\u692alig\u803b\xdf\u40df\u0be1\u3651\u365d\u3660\u12ce\u3673\u3679\0\u367e\u36c2\0\0\0\0\0\u36db\u3703\0\u3709\u376c\0\0\0\u3787\u0272\u3656\0\0\u365bget;\u6316;\u43c4r\xeb\u0e5f\u0180aey\u3666\u366b\u3670ron;\u4165dil;\u4163;\u4442lrec;\u6315r;\uc000\ud835\udd31\u0200eiko\u3686\u369d\u36b5\u36bc\u01f2\u368b\0\u3691e\u01004f\u1284\u1281a\u0180;sv\u3698\u3699\u369b\u43b8ym;\u43d1\u0100cn\u36a2\u36b2k\u0100as\u36a8\u36aeppro\xf8\u12c1im\xbb\u12acs\xf0\u129e\u0100as\u36ba\u36ae\xf0\u12c1rn\u803b\xfe\u40fe\u01ec\u031f\u36c6\u22e7es\u8180\xd7;bd\u36cf\u36d0\u36d8\u40d7\u0100;a\u190f\u36d5r;\u6a31;\u6a30\u0180eps\u36e1\u36e3\u3700\xe1\u2a4d\u0200;bcf\u0486\u36ec\u36f0\u36f4ot;\u6336ir;\u6af1\u0100;o\u36f9\u36fc\uc000\ud835\udd65rk;\u6ada\xe1\u3362rime;\u6034\u0180aip\u370f\u3712\u3764d\xe5\u1248\u0380adempst\u3721\u374d\u3740\u3751\u3757\u375c\u375fngle\u0280;dlqr\u3730\u3731\u3736\u3740\u3742\u65b5own\xbb\u1dbbeft\u0100;e\u2800\u373e\xf1\u092e;\u625cight\u0100;e\u32aa\u374b\xf1\u105aot;\u65ecinus;\u6a3alus;\u6a39b;\u69cdime;\u6a3bezium;\u63e2\u0180cht\u3772\u377d\u3781\u0100ry\u3777\u377b;\uc000\ud835\udcc9;\u4446cy;\u445brok;\u4167\u0100io\u378b\u378ex\xf4\u1777head\u0100lr\u3797\u37a0eftarro\xf7\u084fightarrow\xbb\u0f5d\u0900AHabcdfghlmoprstuw\u37d0\u37d3\u37d7\u37e4\u37f0\u37fc\u380e\u381c\u3823\u3834\u3851\u385d\u386b\u38a9\u38cc\u38d2\u38ea\u38f6r\xf2\u03edar;\u6963\u0100cr\u37dc\u37e2ute\u803b\xfa\u40fa\xf2\u1150r\u01e3\u37ea\0\u37edy;\u445eve;\u416d\u0100iy\u37f5\u37farc\u803b\xfb\u40fb;\u4443\u0180abh\u3803\u3806\u380br\xf2\u13adlac;\u4171a\xf2\u13c3\u0100ir\u3813\u3818sht;\u697e;\uc000\ud835\udd32rave\u803b\xf9\u40f9\u0161\u3827\u3831r\u0100lr\u382c\u382e\xbb\u0957\xbb\u1083lk;\u6580\u0100ct\u3839\u384d\u026f\u383f\0\0\u384arn\u0100;e\u3845\u3846\u631cr\xbb\u3846op;\u630fri;\u65f8\u0100al\u3856\u385acr;\u416b\u80bb\xa8\u0349\u0100gp\u3862\u3866on;\u4173f;\uc000\ud835\udd66\u0300adhlsu\u114b\u3878\u387d\u1372\u3891\u38a0own\xe1\u13b3arpoon\u0100lr\u3888\u388cef\xf4\u382digh\xf4\u382fi\u0180;hl\u3899\u389a\u389c\u43c5\xbb\u13faon\xbb\u389aparrows;\u61c8\u0180cit\u38b0\u38c4\u38c8\u026f\u38b6\0\0\u38c1rn\u0100;e\u38bc\u38bd\u631dr\xbb\u38bdop;\u630eng;\u416fri;\u65f9cr;\uc000\ud835\udcca\u0180dir\u38d9\u38dd\u38e2ot;\u62f0lde;\u4169i\u0100;f\u3730\u38e8\xbb\u1813\u0100am\u38ef\u38f2r\xf2\u38a8l\u803b\xfc\u40fcangle;\u69a7\u0780ABDacdeflnoprsz\u391c\u391f\u3929\u392d\u39b5\u39b8\u39bd\u39df\u39e4\u39e8\u39f3\u39f9\u39fd\u3a01\u3a20r\xf2\u03f7ar\u0100;v\u3926\u3927\u6ae8;\u6ae9as\xe8\u03e1\u0100nr\u3932\u3937grt;\u699c\u0380eknprst\u34e3\u3946\u394b\u3952\u395d\u3964\u3996app\xe1\u2415othin\xe7\u1e96\u0180hir\u34eb\u2ec8\u3959op\xf4\u2fb5\u0100;h\u13b7\u3962\xef\u318d\u0100iu\u3969\u396dgm\xe1\u33b3\u0100bp\u3972\u3984setneq\u0100;q\u397d\u3980\uc000\u228a\ufe00;\uc000\u2acb\ufe00setneq\u0100;q\u398f\u3992\uc000\u228b\ufe00;\uc000\u2acc\ufe00\u0100hr\u399b\u399fet\xe1\u369ciangle\u0100lr\u39aa\u39afeft\xbb\u0925ight\xbb\u1051y;\u4432ash\xbb\u1036\u0180elr\u39c4\u39d2\u39d7\u0180;be\u2dea\u39cb\u39cfar;\u62bbq;\u625alip;\u62ee\u0100bt\u39dc\u1468a\xf2\u1469r;\uc000\ud835\udd33tr\xe9\u39aesu\u0100bp\u39ef\u39f1\xbb\u0d1c\xbb\u0d59pf;\uc000\ud835\udd67ro\xf0\u0efbtr\xe9\u39b4\u0100cu\u3a06\u3a0br;\uc000\ud835\udccb\u0100bp\u3a10\u3a18n\u0100Ee\u3980\u3a16\xbb\u397en\u0100Ee\u3992\u3a1e\xbb\u3990igzag;\u699a\u0380cefoprs\u3a36\u3a3b\u3a56\u3a5b\u3a54\u3a61\u3a6airc;\u4175\u0100di\u3a40\u3a51\u0100bg\u3a45\u3a49ar;\u6a5fe\u0100;q\u15fa\u3a4f;\u6259erp;\u6118r;\uc000\ud835\udd34pf;\uc000\ud835\udd68\u0100;e\u1479\u3a66at\xe8\u1479cr;\uc000\ud835\udccc\u0ae3\u178e\u3a87\0\u3a8b\0\u3a90\u3a9b\0\0\u3a9d\u3aa8\u3aab\u3aaf\0\0\u3ac3\u3ace\0\u3ad8\u17dc\u17dftr\xe9\u17d1r;\uc000\ud835\udd35\u0100Aa\u3a94\u3a97r\xf2\u03c3r\xf2\u09f6;\u43be\u0100Aa\u3aa1\u3aa4r\xf2\u03b8r\xf2\u09eba\xf0\u2713is;\u62fb\u0180dpt\u17a4\u3ab5\u3abe\u0100fl\u3aba\u17a9;\uc000\ud835\udd69im\xe5\u17b2\u0100Aa\u3ac7\u3acar\xf2\u03cer\xf2\u0a01\u0100cq\u3ad2\u17b8r;\uc000\ud835\udccd\u0100pt\u17d6\u3adcr\xe9\u17d4\u0400acefiosu\u3af0\u3afd\u3b08\u3b0c\u3b11\u3b15\u3b1b\u3b21c\u0100uy\u3af6\u3afbte\u803b\xfd\u40fd;\u444f\u0100iy\u3b02\u3b06rc;\u4177;\u444bn\u803b\xa5\u40a5r;\uc000\ud835\udd36cy;\u4457pf;\uc000\ud835\udd6acr;\uc000\ud835\udcce\u0100cm\u3b26\u3b29y;\u444el\u803b\xff\u40ff\u0500acdefhiosw\u3b42\u3b48\u3b54\u3b58\u3b64\u3b69\u3b6d\u3b74\u3b7a\u3b80cute;\u417a\u0100ay\u3b4d\u3b52ron;\u417e;\u4437ot;\u417c\u0100et\u3b5d\u3b61tr\xe6\u155fa;\u43b6r;\uc000\ud835\udd37cy;\u4436grarr;\u61ddpf;\uc000\ud835\udd6bcr;\uc000\ud835\udccf\u0100jn\u3b85\u3b87;\u600dj;\u600c'.split("").map(e=>e.charCodeAt(0)));var $C;!function(e){e[e.NUM=35]="NUM",e[e.SEMI=59]="SEMI",e[e.EQUALS=61]="EQUALS",e[e.ZERO=48]="ZERO",e[e.NINE=57]="NINE",e[e.LOWER_A=97]="LOWER_A",e[e.LOWER_F=102]="LOWER_F",e[e.LOWER_X=120]="LOWER_X",e[e.LOWER_Z=122]="LOWER_Z",e[e.UPPER_A=65]="UPPER_A",e[e.UPPER_F=70]="UPPER_F",e[e.UPPER_Z=90]="UPPER_Z"}($C||($C={}));var eT,tT,nT;function rT(e){return e>=$C.ZERO&&e<=$C.NINE}function iT(e){return e>=$C.UPPER_A&&e<=$C.UPPER_F||e>=$C.LOWER_A&&e<=$C.LOWER_F}function oT(e){return e===$C.EQUALS||function(e){return e>=$C.UPPER_A&&e<=$C.UPPER_Z||e>=$C.LOWER_A&&e<=$C.LOWER_Z||rT(e)}(e)}!function(e){e[e.VALUE_LENGTH=49152]="VALUE_LENGTH",e[e.BRANCH_LENGTH=16256]="BRANCH_LENGTH",e[e.JUMP_TABLE=127]="JUMP_TABLE"}(eT||(eT={})),function(e){e[e.EntityStart=0]="EntityStart",e[e.NumericStart=1]="NumericStart",e[e.NumericDecimal=2]="NumericDecimal",e[e.NumericHex=3]="NumericHex",e[e.NamedEntity=4]="NamedEntity"}(tT||(tT={})),function(e){e[e.Legacy=0]="Legacy",e[e.Strict=1]="Strict",e[e.Attribute=2]="Attribute"}(nT||(nT={}));class aT{constructor(e,t,n){this.decodeTree=e,this.emitCodePoint=t,this.errors=n,this.state=tT.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=nT.Strict}startEntity(e){this.decodeMode=e,this.state=tT.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(e,t){switch(this.state){case tT.EntityStart:return e.charCodeAt(t)===$C.NUM?(this.state=tT.NumericStart,this.consumed+=1,this.stateNumericStart(e,t+1)):(this.state=tT.NamedEntity,this.stateNamedEntity(e,t));case tT.NumericStart:return this.stateNumericStart(e,t);case tT.NumericDecimal:return this.stateNumericDecimal(e,t);case tT.NumericHex:return this.stateNumericHex(e,t);case tT.NamedEntity:return this.stateNamedEntity(e,t)}}stateNumericStart(e,t){return t>=e.length?-1:(32|e.charCodeAt(t))===$C.LOWER_X?(this.state=tT.NumericHex,this.consumed+=1,this.stateNumericHex(e,t+1)):(this.state=tT.NumericDecimal,this.stateNumericDecimal(e,t))}addToNumericResult(e,t,n,r){if(t!==n){const i=n-t;this.result=this.result*Math.pow(r,i)+Number.parseInt(e.substr(t,i),r),this.consumed+=i}}stateNumericHex(e,t){const n=t;for(;t<e.length;){const r=e.charCodeAt(t);if(!rT(r)&&!iT(r))return this.addToNumericResult(e,n,t,16),this.emitNumericEntity(r,3);t+=1}return this.addToNumericResult(e,n,t,16),-1}stateNumericDecimal(e,t){const n=t;for(;t<e.length;){const r=e.charCodeAt(t);if(!rT(r))return this.addToNumericResult(e,n,t,10),this.emitNumericEntity(r,2);t+=1}return this.addToNumericResult(e,n,t,10),-1}emitNumericEntity(e,t){var n;if(this.consumed<=t)return null===(n=this.errors)||void 0===n||n.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(e===$C.SEMI)this.consumed+=1;else if(this.decodeMode===nT.Strict)return 0;return this.emitCodePoint(JC(this.result),this.consumed),this.errors&&(e!==$C.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(e,t){const n=this.decodeTree;let r=n[this.treeIndex],i=(r&eT.VALUE_LENGTH)>>14;for(;t<e.length;t++,this.excess++){const o=e.charCodeAt(t);if(this.treeIndex=sT(n,r,this.treeIndex+Math.max(1,i),o),this.treeIndex<0)return 0===this.result||this.decodeMode===nT.Attribute&&(0===i||oT(o))?0:this.emitNotTerminatedNamedEntity();if(r=n[this.treeIndex],i=(r&eT.VALUE_LENGTH)>>14,0!==i){if(o===$C.SEMI)return this.emitNamedEntityData(this.treeIndex,i,this.consumed+this.excess);this.decodeMode!==nT.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var e;const t=this.result,n=(this.decodeTree[t]&eT.VALUE_LENGTH)>>14;return this.emitNamedEntityData(t,n,this.consumed),null===(e=this.errors)||void 0===e||e.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(e,t,n){const r=this.decodeTree;return this.emitCodePoint(1===t?r[e]&~eT.VALUE_LENGTH:r[e+1],n),3===t&&this.emitCodePoint(r[e+2],n),n}end(){var e;switch(this.state){case tT.NamedEntity:return 0===this.result||this.decodeMode===nT.Attribute&&this.result!==this.treeIndex?0:this.emitNotTerminatedNamedEntity();case tT.NumericDecimal:return this.emitNumericEntity(0,2);case tT.NumericHex:return this.emitNumericEntity(0,3);case tT.NumericStart:return null===(e=this.errors)||void 0===e||e.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case tT.EntityStart:return 0}}}function sT(e,t,n,r){const i=(t&eT.BRANCH_LENGTH)>>7,o=t&eT.JUMP_TABLE;if(0===i)return 0!==o&&r===o?n:-1;if(o){const t=r-o;return t<0||t>=i?-1:e[n+t]-1}let a=n,s=a+i-1;for(;a<=s;){const t=a+s>>>1,n=e[t];if(n<r)a=t+1;else{if(!(n>r))return e[t+i];s=t-1}}return-1}var uT,lT,cT,dT,fT;!function(e){e.HTML="http://www.w3.org/1999/xhtml",e.MATHML="http://www.w3.org/1998/Math/MathML",e.SVG="http://www.w3.org/2000/svg",e.XLINK="http://www.w3.org/1999/xlink",e.XML="http://www.w3.org/XML/1998/namespace",e.XMLNS="http://www.w3.org/2000/xmlns/"}(uT||(uT={})),function(e){e.TYPE="type",e.ACTION="action",e.ENCODING="encoding",e.PROMPT="prompt",e.NAME="name",e.COLOR="color",e.FACE="face",e.SIZE="size"}(lT||(lT={})),function(e){e.NO_QUIRKS="no-quirks",e.QUIRKS="quirks",e.LIMITED_QUIRKS="limited-quirks"}(cT||(cT={})),function(e){e.A="a",e.ADDRESS="address",e.ANNOTATION_XML="annotation-xml",e.APPLET="applet",e.AREA="area",e.ARTICLE="article",e.ASIDE="aside",e.B="b",e.BASE="base",e.BASEFONT="basefont",e.BGSOUND="bgsound",e.BIG="big",e.BLOCKQUOTE="blockquote",e.BODY="body",e.BR="br",e.BUTTON="button",e.CAPTION="caption",e.CENTER="center",e.CODE="code",e.COL="col",e.COLGROUP="colgroup",e.DD="dd",e.DESC="desc",e.DETAILS="details",e.DIALOG="dialog",e.DIR="dir",e.DIV="div",e.DL="dl",e.DT="dt",e.EM="em",e.EMBED="embed",e.FIELDSET="fieldset",e.FIGCAPTION="figcaption",e.FIGURE="figure",e.FONT="font",e.FOOTER="footer",e.FOREIGN_OBJECT="foreignObject",e.FORM="form",e.FRAME="frame",e.FRAMESET="frameset",e.H1="h1",e.H2="h2",e.H3="h3",e.H4="h4",e.H5="h5",e.H6="h6",e.HEAD="head",e.HEADER="header",e.HGROUP="hgroup",e.HR="hr",e.HTML="html",e.I="i",e.IMG="img",e.IMAGE="image",e.INPUT="input",e.IFRAME="iframe",e.KEYGEN="keygen",e.LABEL="label",e.LI="li",e.LINK="link",e.LISTING="listing",e.MAIN="main",e.MALIGNMARK="malignmark",e.MARQUEE="marquee",e.MATH="math",e.MENU="menu",e.META="meta",e.MGLYPH="mglyph",e.MI="mi",e.MO="mo",e.MN="mn",e.MS="ms",e.MTEXT="mtext",e.NAV="nav",e.NOBR="nobr",e.NOFRAMES="noframes",e.NOEMBED="noembed",e.NOSCRIPT="noscript",e.OBJECT="object",e.OL="ol",e.OPTGROUP="optgroup",e.OPTION="option",e.P="p",e.PARAM="param",e.PLAINTEXT="plaintext",e.PRE="pre",e.RB="rb",e.RP="rp",e.RT="rt",e.RTC="rtc",e.RUBY="ruby",e.S="s",e.SCRIPT="script",e.SEARCH="search",e.SECTION="section",e.SELECT="select",e.SOURCE="source",e.SMALL="small",e.SPAN="span",e.STRIKE="strike",e.STRONG="strong",e.STYLE="style",e.SUB="sub",e.SUMMARY="summary",e.SUP="sup",e.TABLE="table",e.TBODY="tbody",e.TEMPLATE="template",e.TEXTAREA="textarea",e.TFOOT="tfoot",e.TD="td",e.TH="th",e.THEAD="thead",e.TITLE="title",e.TR="tr",e.TRACK="track",e.TT="tt",e.U="u",e.UL="ul",e.SVG="svg",e.VAR="var",e.WBR="wbr",e.XMP="xmp"}(dT||(dT={})),function(e){e[e.UNKNOWN=0]="UNKNOWN",e[e.A=1]="A",e[e.ADDRESS=2]="ADDRESS",e[e.ANNOTATION_XML=3]="ANNOTATION_XML",e[e.APPLET=4]="APPLET",e[e.AREA=5]="AREA",e[e.ARTICLE=6]="ARTICLE",e[e.ASIDE=7]="ASIDE",e[e.B=8]="B",e[e.BASE=9]="BASE",e[e.BASEFONT=10]="BASEFONT",e[e.BGSOUND=11]="BGSOUND",e[e.BIG=12]="BIG",e[e.BLOCKQUOTE=13]="BLOCKQUOTE",e[e.BODY=14]="BODY",e[e.BR=15]="BR",e[e.BUTTON=16]="BUTTON",e[e.CAPTION=17]="CAPTION",e[e.CENTER=18]="CENTER",e[e.CODE=19]="CODE",e[e.COL=20]="COL",e[e.COLGROUP=21]="COLGROUP",e[e.DD=22]="DD",e[e.DESC=23]="DESC",e[e.DETAILS=24]="DETAILS",e[e.DIALOG=25]="DIALOG",e[e.DIR=26]="DIR",e[e.DIV=27]="DIV",e[e.DL=28]="DL",e[e.DT=29]="DT",e[e.EM=30]="EM",e[e.EMBED=31]="EMBED",e[e.FIELDSET=32]="FIELDSET",e[e.FIGCAPTION=33]="FIGCAPTION",e[e.FIGURE=34]="FIGURE",e[e.FONT=35]="FONT",e[e.FOOTER=36]="FOOTER",e[e.FOREIGN_OBJECT=37]="FOREIGN_OBJECT",e[e.FORM=38]="FORM",e[e.FRAME=39]="FRAME",e[e.FRAMESET=40]="FRAMESET",e[e.H1=41]="H1",e[e.H2=42]="H2",e[e.H3=43]="H3",e[e.H4=44]="H4",e[e.H5=45]="H5",e[e.H6=46]="H6",e[e.HEAD=47]="HEAD",e[e.HEADER=48]="HEADER",e[e.HGROUP=49]="HGROUP",e[e.HR=50]="HR",e[e.HTML=51]="HTML",e[e.I=52]="I",e[e.IMG=53]="IMG",e[e.IMAGE=54]="IMAGE",e[e.INPUT=55]="INPUT",e[e.IFRAME=56]="IFRAME",e[e.KEYGEN=57]="KEYGEN",e[e.LABEL=58]="LABEL",e[e.LI=59]="LI",e[e.LINK=60]="LINK",e[e.LISTING=61]="LISTING",e[e.MAIN=62]="MAIN",e[e.MALIGNMARK=63]="MALIGNMARK",e[e.MARQUEE=64]="MARQUEE",e[e.MATH=65]="MATH",e[e.MENU=66]="MENU",e[e.META=67]="META",e[e.MGLYPH=68]="MGLYPH",e[e.MI=69]="MI",e[e.MO=70]="MO",e[e.MN=71]="MN",e[e.MS=72]="MS",e[e.MTEXT=73]="MTEXT",e[e.NAV=74]="NAV",e[e.NOBR=75]="NOBR",e[e.NOFRAMES=76]="NOFRAMES",e[e.NOEMBED=77]="NOEMBED",e[e.NOSCRIPT=78]="NOSCRIPT",e[e.OBJECT=79]="OBJECT",e[e.OL=80]="OL",e[e.OPTGROUP=81]="OPTGROUP",e[e.OPTION=82]="OPTION",e[e.P=83]="P",e[e.PARAM=84]="PARAM",e[e.PLAINTEXT=85]="PLAINTEXT",e[e.PRE=86]="PRE",e[e.RB=87]="RB",e[e.RP=88]="RP",e[e.RT=89]="RT",e[e.RTC=90]="RTC",e[e.RUBY=91]="RUBY",e[e.S=92]="S",e[e.SCRIPT=93]="SCRIPT",e[e.SEARCH=94]="SEARCH",e[e.SECTION=95]="SECTION",e[e.SELECT=96]="SELECT",e[e.SOURCE=97]="SOURCE",e[e.SMALL=98]="SMALL",e[e.SPAN=99]="SPAN",e[e.STRIKE=100]="STRIKE",e[e.STRONG=101]="STRONG",e[e.STYLE=102]="STYLE",e[e.SUB=103]="SUB",e[e.SUMMARY=104]="SUMMARY",e[e.SUP=105]="SUP",e[e.TABLE=106]="TABLE",e[e.TBODY=107]="TBODY",e[e.TEMPLATE=108]="TEMPLATE",e[e.TEXTAREA=109]="TEXTAREA",e[e.TFOOT=110]="TFOOT",e[e.TD=111]="TD",e[e.TH=112]="TH",e[e.THEAD=113]="THEAD",e[e.TITLE=114]="TITLE",e[e.TR=115]="TR",e[e.TRACK=116]="TRACK",e[e.TT=117]="TT",e[e.U=118]="U",e[e.UL=119]="UL",e[e.SVG=120]="SVG",e[e.VAR=121]="VAR",e[e.WBR=122]="WBR",e[e.XMP=123]="XMP"}(fT||(fT={}));const pT=new Map([[dT.A,fT.A],[dT.ADDRESS,fT.ADDRESS],[dT.ANNOTATION_XML,fT.ANNOTATION_XML],[dT.APPLET,fT.APPLET],[dT.AREA,fT.AREA],[dT.ARTICLE,fT.ARTICLE],[dT.ASIDE,fT.ASIDE],[dT.B,fT.B],[dT.BASE,fT.BASE],[dT.BASEFONT,fT.BASEFONT],[dT.BGSOUND,fT.BGSOUND],[dT.BIG,fT.BIG],[dT.BLOCKQUOTE,fT.BLOCKQUOTE],[dT.BODY,fT.BODY],[dT.BR,fT.BR],[dT.BUTTON,fT.BUTTON],[dT.CAPTION,fT.CAPTION],[dT.CENTER,fT.CENTER],[dT.CODE,fT.CODE],[dT.COL,fT.COL],[dT.COLGROUP,fT.COLGROUP],[dT.DD,fT.DD],[dT.DESC,fT.DESC],[dT.DETAILS,fT.DETAILS],[dT.DIALOG,fT.DIALOG],[dT.DIR,fT.DIR],[dT.DIV,fT.DIV],[dT.DL,fT.DL],[dT.DT,fT.DT],[dT.EM,fT.EM],[dT.EMBED,fT.EMBED],[dT.FIELDSET,fT.FIELDSET],[dT.FIGCAPTION,fT.FIGCAPTION],[dT.FIGURE,fT.FIGURE],[dT.FONT,fT.FONT],[dT.FOOTER,fT.FOOTER],[dT.FOREIGN_OBJECT,fT.FOREIGN_OBJECT],[dT.FORM,fT.FORM],[dT.FRAME,fT.FRAME],[dT.FRAMESET,fT.FRAMESET],[dT.H1,fT.H1],[dT.H2,fT.H2],[dT.H3,fT.H3],[dT.H4,fT.H4],[dT.H5,fT.H5],[dT.H6,fT.H6],[dT.HEAD,fT.HEAD],[dT.HEADER,fT.HEADER],[dT.HGROUP,fT.HGROUP],[dT.HR,fT.HR],[dT.HTML,fT.HTML],[dT.I,fT.I],[dT.IMG,fT.IMG],[dT.IMAGE,fT.IMAGE],[dT.INPUT,fT.INPUT],[dT.IFRAME,fT.IFRAME],[dT.KEYGEN,fT.KEYGEN],[dT.LABEL,fT.LABEL],[dT.LI,fT.LI],[dT.LINK,fT.LINK],[dT.LISTING,fT.LISTING],[dT.MAIN,fT.MAIN],[dT.MALIGNMARK,fT.MALIGNMARK],[dT.MARQUEE,fT.MARQUEE],[dT.MATH,fT.MATH],[dT.MENU,fT.MENU],[dT.META,fT.META],[dT.MGLYPH,fT.MGLYPH],[dT.MI,fT.MI],[dT.MO,fT.MO],[dT.MN,fT.MN],[dT.MS,fT.MS],[dT.MTEXT,fT.MTEXT],[dT.NAV,fT.NAV],[dT.NOBR,fT.NOBR],[dT.NOFRAMES,fT.NOFRAMES],[dT.NOEMBED,fT.NOEMBED],[dT.NOSCRIPT,fT.NOSCRIPT],[dT.OBJECT,fT.OBJECT],[dT.OL,fT.OL],[dT.OPTGROUP,fT.OPTGROUP],[dT.OPTION,fT.OPTION],[dT.P,fT.P],[dT.PARAM,fT.PARAM],[dT.PLAINTEXT,fT.PLAINTEXT],[dT.PRE,fT.PRE],[dT.RB,fT.RB],[dT.RP,fT.RP],[dT.RT,fT.RT],[dT.RTC,fT.RTC],[dT.RUBY,fT.RUBY],[dT.S,fT.S],[dT.SCRIPT,fT.SCRIPT],[dT.SEARCH,fT.SEARCH],[dT.SECTION,fT.SECTION],[dT.SELECT,fT.SELECT],[dT.SOURCE,fT.SOURCE],[dT.SMALL,fT.SMALL],[dT.SPAN,fT.SPAN],[dT.STRIKE,fT.STRIKE],[dT.STRONG,fT.STRONG],[dT.STYLE,fT.STYLE],[dT.SUB,fT.SUB],[dT.SUMMARY,fT.SUMMARY],[dT.SUP,fT.SUP],[dT.TABLE,fT.TABLE],[dT.TBODY,fT.TBODY],[dT.TEMPLATE,fT.TEMPLATE],[dT.TEXTAREA,fT.TEXTAREA],[dT.TFOOT,fT.TFOOT],[dT.TD,fT.TD],[dT.TH,fT.TH],[dT.THEAD,fT.THEAD],[dT.TITLE,fT.TITLE],[dT.TR,fT.TR],[dT.TRACK,fT.TRACK],[dT.TT,fT.TT],[dT.U,fT.U],[dT.UL,fT.UL],[dT.SVG,fT.SVG],[dT.VAR,fT.VAR],[dT.WBR,fT.WBR],[dT.XMP,fT.XMP]]);function hT(e){var t;return null!==(t=pT.get(e))&&void 0!==t?t:fT.UNKNOWN}const mT=fT,gT={[uT.HTML]:new Set([mT.ADDRESS,mT.APPLET,mT.AREA,mT.ARTICLE,mT.ASIDE,mT.BASE,mT.BASEFONT,mT.BGSOUND,mT.BLOCKQUOTE,mT.BODY,mT.BR,mT.BUTTON,mT.CAPTION,mT.CENTER,mT.COL,mT.COLGROUP,mT.DD,mT.DETAILS,mT.DIR,mT.DIV,mT.DL,mT.DT,mT.EMBED,mT.FIELDSET,mT.FIGCAPTION,mT.FIGURE,mT.FOOTER,mT.FORM,mT.FRAME,mT.FRAMESET,mT.H1,mT.H2,mT.H3,mT.H4,mT.H5,mT.H6,mT.HEAD,mT.HEADER,mT.HGROUP,mT.HR,mT.HTML,mT.IFRAME,mT.IMG,mT.INPUT,mT.LI,mT.LINK,mT.LISTING,mT.MAIN,mT.MARQUEE,mT.MENU,mT.META,mT.NAV,mT.NOEMBED,mT.NOFRAMES,mT.NOSCRIPT,mT.OBJECT,mT.OL,mT.P,mT.PARAM,mT.PLAINTEXT,mT.PRE,mT.SCRIPT,mT.SECTION,mT.SELECT,mT.SOURCE,mT.STYLE,mT.SUMMARY,mT.TABLE,mT.TBODY,mT.TD,mT.TEMPLATE,mT.TEXTAREA,mT.TFOOT,mT.TH,mT.THEAD,mT.TITLE,mT.TR,mT.TRACK,mT.UL,mT.WBR,mT.XMP]),[uT.MATHML]:new Set([mT.MI,mT.MO,mT.MN,mT.MS,mT.MTEXT,mT.ANNOTATION_XML]),[uT.SVG]:new Set([mT.TITLE,mT.FOREIGN_OBJECT,mT.DESC]),[uT.XLINK]:new Set,[uT.XML]:new Set,[uT.XMLNS]:new Set},DT=new Set([mT.H1,mT.H2,mT.H3,mT.H4,mT.H5,mT.H6]);new Set([dT.STYLE,dT.SCRIPT,dT.XMP,dT.IFRAME,dT.NOEMBED,dT.NOFRAMES,dT.PLAINTEXT]);var yT;!function(e){e[e.DATA=0]="DATA",e[e.RCDATA=1]="RCDATA",e[e.RAWTEXT=2]="RAWTEXT",e[e.SCRIPT_DATA=3]="SCRIPT_DATA",e[e.PLAINTEXT=4]="PLAINTEXT",e[e.TAG_OPEN=5]="TAG_OPEN",e[e.END_TAG_OPEN=6]="END_TAG_OPEN",e[e.TAG_NAME=7]="TAG_NAME",e[e.RCDATA_LESS_THAN_SIGN=8]="RCDATA_LESS_THAN_SIGN",e[e.RCDATA_END_TAG_OPEN=9]="RCDATA_END_TAG_OPEN",e[e.RCDATA_END_TAG_NAME=10]="RCDATA_END_TAG_NAME",e[e.RAWTEXT_LESS_THAN_SIGN=11]="RAWTEXT_LESS_THAN_SIGN",e[e.RAWTEXT_END_TAG_OPEN=12]="RAWTEXT_END_TAG_OPEN",e[e.RAWTEXT_END_TAG_NAME=13]="RAWTEXT_END_TAG_NAME",e[e.SCRIPT_DATA_LESS_THAN_SIGN=14]="SCRIPT_DATA_LESS_THAN_SIGN",e[e.SCRIPT_DATA_END_TAG_OPEN=15]="SCRIPT_DATA_END_TAG_OPEN",e[e.SCRIPT_DATA_END_TAG_NAME=16]="SCRIPT_DATA_END_TAG_NAME",e[e.SCRIPT_DATA_ESCAPE_START=17]="SCRIPT_DATA_ESCAPE_START",e[e.SCRIPT_DATA_ESCAPE_START_DASH=18]="SCRIPT_DATA_ESCAPE_START_DASH",e[e.SCRIPT_DATA_ESCAPED=19]="SCRIPT_DATA_ESCAPED",e[e.SCRIPT_DATA_ESCAPED_DASH=20]="SCRIPT_DATA_ESCAPED_DASH",e[e.SCRIPT_DATA_ESCAPED_DASH_DASH=21]="SCRIPT_DATA_ESCAPED_DASH_DASH",e[e.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN=22]="SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN",e[e.SCRIPT_DATA_ESCAPED_END_TAG_OPEN=23]="SCRIPT_DATA_ESCAPED_END_TAG_OPEN",e[e.SCRIPT_DATA_ESCAPED_END_TAG_NAME=24]="SCRIPT_DATA_ESCAPED_END_TAG_NAME",e[e.SCRIPT_DATA_DOUBLE_ESCAPE_START=25]="SCRIPT_DATA_DOUBLE_ESCAPE_START",e[e.SCRIPT_DATA_DOUBLE_ESCAPED=26]="SCRIPT_DATA_DOUBLE_ESCAPED",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_DASH=27]="SCRIPT_DATA_DOUBLE_ESCAPED_DASH",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH=28]="SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN=29]="SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN",e[e.SCRIPT_DATA_DOUBLE_ESCAPE_END=30]="SCRIPT_DATA_DOUBLE_ESCAPE_END",e[e.BEFORE_ATTRIBUTE_NAME=31]="BEFORE_ATTRIBUTE_NAME",e[e.ATTRIBUTE_NAME=32]="ATTRIBUTE_NAME",e[e.AFTER_ATTRIBUTE_NAME=33]="AFTER_ATTRIBUTE_NAME",e[e.BEFORE_ATTRIBUTE_VALUE=34]="BEFORE_ATTRIBUTE_VALUE",e[e.ATTRIBUTE_VALUE_DOUBLE_QUOTED=35]="ATTRIBUTE_VALUE_DOUBLE_QUOTED",e[e.ATTRIBUTE_VALUE_SINGLE_QUOTED=36]="ATTRIBUTE_VALUE_SINGLE_QUOTED",e[e.ATTRIBUTE_VALUE_UNQUOTED=37]="ATTRIBUTE_VALUE_UNQUOTED",e[e.AFTER_ATTRIBUTE_VALUE_QUOTED=38]="AFTER_ATTRIBUTE_VALUE_QUOTED",e[e.SELF_CLOSING_START_TAG=39]="SELF_CLOSING_START_TAG",e[e.BOGUS_COMMENT=40]="BOGUS_COMMENT",e[e.MARKUP_DECLARATION_OPEN=41]="MARKUP_DECLARATION_OPEN",e[e.COMMENT_START=42]="COMMENT_START",e[e.COMMENT_START_DASH=43]="COMMENT_START_DASH",e[e.COMMENT=44]="COMMENT",e[e.COMMENT_LESS_THAN_SIGN=45]="COMMENT_LESS_THAN_SIGN",e[e.COMMENT_LESS_THAN_SIGN_BANG=46]="COMMENT_LESS_THAN_SIGN_BANG",e[e.COMMENT_LESS_THAN_SIGN_BANG_DASH=47]="COMMENT_LESS_THAN_SIGN_BANG_DASH",e[e.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH=48]="COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH",e[e.COMMENT_END_DASH=49]="COMMENT_END_DASH",e[e.COMMENT_END=50]="COMMENT_END",e[e.COMMENT_END_BANG=51]="COMMENT_END_BANG",e[e.DOCTYPE=52]="DOCTYPE",e[e.BEFORE_DOCTYPE_NAME=53]="BEFORE_DOCTYPE_NAME",e[e.DOCTYPE_NAME=54]="DOCTYPE_NAME",e[e.AFTER_DOCTYPE_NAME=55]="AFTER_DOCTYPE_NAME",e[e.AFTER_DOCTYPE_PUBLIC_KEYWORD=56]="AFTER_DOCTYPE_PUBLIC_KEYWORD",e[e.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER=57]="BEFORE_DOCTYPE_PUBLIC_IDENTIFIER",e[e.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED=58]="DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED",e[e.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED=59]="DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED",e[e.AFTER_DOCTYPE_PUBLIC_IDENTIFIER=60]="AFTER_DOCTYPE_PUBLIC_IDENTIFIER",e[e.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS=61]="BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS",e[e.AFTER_DOCTYPE_SYSTEM_KEYWORD=62]="AFTER_DOCTYPE_SYSTEM_KEYWORD",e[e.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER=63]="BEFORE_DOCTYPE_SYSTEM_IDENTIFIER",e[e.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED=64]="DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED",e[e.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED=65]="DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED",e[e.AFTER_DOCTYPE_SYSTEM_IDENTIFIER=66]="AFTER_DOCTYPE_SYSTEM_IDENTIFIER",e[e.BOGUS_DOCTYPE=67]="BOGUS_DOCTYPE",e[e.CDATA_SECTION=68]="CDATA_SECTION",e[e.CDATA_SECTION_BRACKET=69]="CDATA_SECTION_BRACKET",e[e.CDATA_SECTION_END=70]="CDATA_SECTION_END",e[e.CHARACTER_REFERENCE=71]="CHARACTER_REFERENCE",e[e.AMBIGUOUS_AMPERSAND=72]="AMBIGUOUS_AMPERSAND"}(yT||(yT={}));const vT={DATA:yT.DATA,RCDATA:yT.RCDATA,RAWTEXT:yT.RAWTEXT,SCRIPT_DATA:yT.SCRIPT_DATA,PLAINTEXT:yT.PLAINTEXT,CDATA_SECTION:yT.CDATA_SECTION};function ET(e){return e>=PC.LATIN_CAPITAL_A&&e<=PC.LATIN_CAPITAL_Z}function AT(e){return function(e){return e>=PC.LATIN_SMALL_A&&e<=PC.LATIN_SMALL_Z}(e)||ET(e)}function bT(e){return AT(e)||function(e){return e>=PC.DIGIT_0&&e<=PC.DIGIT_9}(e)}function _T(e){return e+32}function CT(e){return e===PC.SPACE||e===PC.LINE_FEED||e===PC.TABULATION||e===PC.FORM_FEED}function TT(e){return CT(e)||e===PC.SOLIDUS||e===PC.GREATER_THAN_SIGN}class kT{constructor(e,t){this.options=e,this.handler=t,this.paused=!1,this.inLoop=!1,this.inForeignNode=!1,this.lastStartTagName="",this.active=!1,this.state=yT.DATA,this.returnState=yT.DATA,this.entityStartPos=0,this.consumedAfterSnapshot=-1,this.currentCharacterToken=null,this.currentToken=null,this.currentAttr={name:"",value:""},this.preprocessor=new YC(t),this.currentLocation=this.getCurrentLocation(-1),this.entityDecoder=new aT(ZC,(e,t)=>{this.preprocessor.pos=this.entityStartPos+t-1,this._flushCodePointConsumedAsCharacterReference(e)},t.onParseError?{missingSemicolonAfterCharacterReference:()=>{this._err(WC.missingSemicolonAfterCharacterReference,1)},absenceOfDigitsInNumericCharacterReference:e=>{this._err(WC.absenceOfDigitsInNumericCharacterReference,this.entityStartPos-this.preprocessor.pos+e)},validateNumericCharacterReference:e=>{const t=function(e){return e===PC.NULL?WC.nullCharacterReference:e>1114111?WC.characterReferenceOutsideUnicodeRange:HC(e)?WC.surrogateCharacterReference:GC(e)?WC.noncharacterCharacterReference:VC(e)||e===PC.CARRIAGE_RETURN?WC.controlCharacterReference:null}(e);t&&this._err(t,1)}}:void 0)}_err(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;var n,r;null===(r=(n=this.handler).onParseError)||void 0===r||r.call(n,this.preprocessor.getError(e,t))}getCurrentLocation(e){return this.options.sourceCodeLocationInfo?{startLine:this.preprocessor.line,startCol:this.preprocessor.col-e,startOffset:this.preprocessor.offset-e,endLine:-1,endCol:-1,endOffset:-1}:null}_runParsingLoop(){if(!this.inLoop){for(this.inLoop=!0;this.active&&!this.paused;){this.consumedAfterSnapshot=0;const e=this._consume();this._ensureHibernation()||this._callState(e)}this.inLoop=!1}}pause(){this.paused=!0}resume(e){if(!this.paused)throw new Error("Parser was already resumed");this.paused=!1,this.inLoop||(this._runParsingLoop(),this.paused||null===e||void 0===e||e())}write(e,t,n){this.active=!0,this.preprocessor.write(e,t),this._runParsingLoop(),this.paused||null===n||void 0===n||n()}insertHtmlAtCurrentPos(e){this.active=!0,this.preprocessor.insertHtmlAtCurrentPos(e),this._runParsingLoop()}_ensureHibernation(){return!!this.preprocessor.endOfChunkHit&&(this.preprocessor.retreat(this.consumedAfterSnapshot),this.consumedAfterSnapshot=0,this.active=!1,!0)}_consume(){return this.consumedAfterSnapshot++,this.preprocessor.advance()}_advanceBy(e){this.consumedAfterSnapshot+=e;for(let t=0;t<e;t++)this.preprocessor.advance()}_consumeSequenceIfMatch(e,t){return!!this.preprocessor.startsWith(e,t)&&(this._advanceBy(e.length-1),!0)}_createStartTagToken(){this.currentToken={type:qC.START_TAG,tagName:"",tagID:fT.UNKNOWN,selfClosing:!1,ackSelfClosing:!1,attrs:[],location:this.getCurrentLocation(1)}}_createEndTagToken(){this.currentToken={type:qC.END_TAG,tagName:"",tagID:fT.UNKNOWN,selfClosing:!1,ackSelfClosing:!1,attrs:[],location:this.getCurrentLocation(2)}}_createCommentToken(e){this.currentToken={type:qC.COMMENT,data:"",location:this.getCurrentLocation(e)}}_createDoctypeToken(e){this.currentToken={type:qC.DOCTYPE,name:e,forceQuirks:!1,publicId:null,systemId:null,location:this.currentLocation}}_createCharacterToken(e,t){this.currentCharacterToken={type:e,chars:t,location:this.currentLocation}}_createAttr(e){this.currentAttr={name:e,value:""},this.currentLocation=this.getCurrentLocation(0)}_leaveAttrName(){var e,t;const n=this.currentToken;if(null===KC(n,this.currentAttr.name)){if(n.attrs.push(this.currentAttr),n.location&&this.currentLocation){(null!==(e=(t=n.location).attrs)&&void 0!==e?e:t.attrs=Object.create(null))[this.currentAttr.name]=this.currentLocation,this._leaveAttrValue()}}else this._err(WC.duplicateAttribute)}_leaveAttrValue(){this.currentLocation&&(this.currentLocation.endLine=this.preprocessor.line,this.currentLocation.endCol=this.preprocessor.col,this.currentLocation.endOffset=this.preprocessor.offset)}prepareToken(e){this._emitCurrentCharacterToken(e.location),this.currentToken=null,e.location&&(e.location.endLine=this.preprocessor.line,e.location.endCol=this.preprocessor.col+1,e.location.endOffset=this.preprocessor.offset+1),this.currentLocation=this.getCurrentLocation(-1)}emitCurrentTagToken(){const e=this.currentToken;this.prepareToken(e),e.tagID=hT(e.tagName),e.type===qC.START_TAG?(this.lastStartTagName=e.tagName,this.handler.onStartTag(e)):(e.attrs.length>0&&this._err(WC.endTagWithAttributes),e.selfClosing&&this._err(WC.endTagWithTrailingSolidus),this.handler.onEndTag(e)),this.preprocessor.dropParsedChunk()}emitCurrentComment(e){this.prepareToken(e),this.handler.onComment(e),this.preprocessor.dropParsedChunk()}emitCurrentDoctype(e){this.prepareToken(e),this.handler.onDoctype(e),this.preprocessor.dropParsedChunk()}_emitCurrentCharacterToken(e){if(this.currentCharacterToken){switch(e&&this.currentCharacterToken.location&&(this.currentCharacterToken.location.endLine=e.startLine,this.currentCharacterToken.location.endCol=e.startCol,this.currentCharacterToken.location.endOffset=e.startOffset),this.currentCharacterToken.type){case qC.CHARACTER:this.handler.onCharacter(this.currentCharacterToken);break;case qC.NULL_CHARACTER:this.handler.onNullCharacter(this.currentCharacterToken);break;case qC.WHITESPACE_CHARACTER:this.handler.onWhitespaceCharacter(this.currentCharacterToken)}this.currentCharacterToken=null}}_emitEOFToken(){const e=this.getCurrentLocation(0);e&&(e.endLine=e.startLine,e.endCol=e.startCol,e.endOffset=e.startOffset),this._emitCurrentCharacterToken(e),this.handler.onEof({type:qC.EOF,location:e}),this.active=!1}_appendCharToCurrentCharacterToken(e,t){if(this.currentCharacterToken){if(this.currentCharacterToken.type===e)return void(this.currentCharacterToken.chars+=t);this.currentLocation=this.getCurrentLocation(0),this._emitCurrentCharacterToken(this.currentLocation),this.preprocessor.dropParsedChunk()}this._createCharacterToken(e,t)}_emitCodePoint(e){const t=CT(e)?qC.WHITESPACE_CHARACTER:e===PC.NULL?qC.NULL_CHARACTER:qC.CHARACTER;this._appendCharToCurrentCharacterToken(t,String.fromCodePoint(e))}_emitChars(e){this._appendCharToCurrentCharacterToken(qC.CHARACTER,e)}_startCharacterReference(){this.returnState=this.state,this.state=yT.CHARACTER_REFERENCE,this.entityStartPos=this.preprocessor.pos,this.entityDecoder.startEntity(this._isCharacterReferenceInAttribute()?nT.Attribute:nT.Legacy)}_isCharacterReferenceInAttribute(){return this.returnState===yT.ATTRIBUTE_VALUE_DOUBLE_QUOTED||this.returnState===yT.ATTRIBUTE_VALUE_SINGLE_QUOTED||this.returnState===yT.ATTRIBUTE_VALUE_UNQUOTED}_flushCodePointConsumedAsCharacterReference(e){this._isCharacterReferenceInAttribute()?this.currentAttr.value+=String.fromCodePoint(e):this._emitCodePoint(e)}_callState(e){switch(this.state){case yT.DATA:this._stateData(e);break;case yT.RCDATA:this._stateRcdata(e);break;case yT.RAWTEXT:this._stateRawtext(e);break;case yT.SCRIPT_DATA:this._stateScriptData(e);break;case yT.PLAINTEXT:this._statePlaintext(e);break;case yT.TAG_OPEN:this._stateTagOpen(e);break;case yT.END_TAG_OPEN:this._stateEndTagOpen(e);break;case yT.TAG_NAME:this._stateTagName(e);break;case yT.RCDATA_LESS_THAN_SIGN:this._stateRcdataLessThanSign(e);break;case yT.RCDATA_END_TAG_OPEN:this._stateRcdataEndTagOpen(e);break;case yT.RCDATA_END_TAG_NAME:this._stateRcdataEndTagName(e);break;case yT.RAWTEXT_LESS_THAN_SIGN:this._stateRawtextLessThanSign(e);break;case yT.RAWTEXT_END_TAG_OPEN:this._stateRawtextEndTagOpen(e);break;case yT.RAWTEXT_END_TAG_NAME:this._stateRawtextEndTagName(e);break;case yT.SCRIPT_DATA_LESS_THAN_SIGN:this._stateScriptDataLessThanSign(e);break;case yT.SCRIPT_DATA_END_TAG_OPEN:this._stateScriptDataEndTagOpen(e);break;case yT.SCRIPT_DATA_END_TAG_NAME:this._stateScriptDataEndTagName(e);break;case yT.SCRIPT_DATA_ESCAPE_START:this._stateScriptDataEscapeStart(e);break;case yT.SCRIPT_DATA_ESCAPE_START_DASH:this._stateScriptDataEscapeStartDash(e);break;case yT.SCRIPT_DATA_ESCAPED:this._stateScriptDataEscaped(e);break;case yT.SCRIPT_DATA_ESCAPED_DASH:this._stateScriptDataEscapedDash(e);break;case yT.SCRIPT_DATA_ESCAPED_DASH_DASH:this._stateScriptDataEscapedDashDash(e);break;case yT.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN:this._stateScriptDataEscapedLessThanSign(e);break;case yT.SCRIPT_DATA_ESCAPED_END_TAG_OPEN:this._stateScriptDataEscapedEndTagOpen(e);break;case yT.SCRIPT_DATA_ESCAPED_END_TAG_NAME:this._stateScriptDataEscapedEndTagName(e);break;case yT.SCRIPT_DATA_DOUBLE_ESCAPE_START:this._stateScriptDataDoubleEscapeStart(e);break;case yT.SCRIPT_DATA_DOUBLE_ESCAPED:this._stateScriptDataDoubleEscaped(e);break;case yT.SCRIPT_DATA_DOUBLE_ESCAPED_DASH:this._stateScriptDataDoubleEscapedDash(e);break;case yT.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH:this._stateScriptDataDoubleEscapedDashDash(e);break;case yT.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN:this._stateScriptDataDoubleEscapedLessThanSign(e);break;case yT.SCRIPT_DATA_DOUBLE_ESCAPE_END:this._stateScriptDataDoubleEscapeEnd(e);break;case yT.BEFORE_ATTRIBUTE_NAME:this._stateBeforeAttributeName(e);break;case yT.ATTRIBUTE_NAME:this._stateAttributeName(e);break;case yT.AFTER_ATTRIBUTE_NAME:this._stateAfterAttributeName(e);break;case yT.BEFORE_ATTRIBUTE_VALUE:this._stateBeforeAttributeValue(e);break;case yT.ATTRIBUTE_VALUE_DOUBLE_QUOTED:this._stateAttributeValueDoubleQuoted(e);break;case yT.ATTRIBUTE_VALUE_SINGLE_QUOTED:this._stateAttributeValueSingleQuoted(e);break;case yT.ATTRIBUTE_VALUE_UNQUOTED:this._stateAttributeValueUnquoted(e);break;case yT.AFTER_ATTRIBUTE_VALUE_QUOTED:this._stateAfterAttributeValueQuoted(e);break;case yT.SELF_CLOSING_START_TAG:this._stateSelfClosingStartTag(e);break;case yT.BOGUS_COMMENT:this._stateBogusComment(e);break;case yT.MARKUP_DECLARATION_OPEN:this._stateMarkupDeclarationOpen(e);break;case yT.COMMENT_START:this._stateCommentStart(e);break;case yT.COMMENT_START_DASH:this._stateCommentStartDash(e);break;case yT.COMMENT:this._stateComment(e);break;case yT.COMMENT_LESS_THAN_SIGN:this._stateCommentLessThanSign(e);break;case yT.COMMENT_LESS_THAN_SIGN_BANG:this._stateCommentLessThanSignBang(e);break;case yT.COMMENT_LESS_THAN_SIGN_BANG_DASH:this._stateCommentLessThanSignBangDash(e);break;case yT.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH:this._stateCommentLessThanSignBangDashDash(e);break;case yT.COMMENT_END_DASH:this._stateCommentEndDash(e);break;case yT.COMMENT_END:this._stateCommentEnd(e);break;case yT.COMMENT_END_BANG:this._stateCommentEndBang(e);break;case yT.DOCTYPE:this._stateDoctype(e);break;case yT.BEFORE_DOCTYPE_NAME:this._stateBeforeDoctypeName(e);break;case yT.DOCTYPE_NAME:this._stateDoctypeName(e);break;case yT.AFTER_DOCTYPE_NAME:this._stateAfterDoctypeName(e);break;case yT.AFTER_DOCTYPE_PUBLIC_KEYWORD:this._stateAfterDoctypePublicKeyword(e);break;case yT.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER:this._stateBeforeDoctypePublicIdentifier(e);break;case yT.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED:this._stateDoctypePublicIdentifierDoubleQuoted(e);break;case yT.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED:this._stateDoctypePublicIdentifierSingleQuoted(e);break;case yT.AFTER_DOCTYPE_PUBLIC_IDENTIFIER:this._stateAfterDoctypePublicIdentifier(e);break;case yT.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS:this._stateBetweenDoctypePublicAndSystemIdentifiers(e);break;case yT.AFTER_DOCTYPE_SYSTEM_KEYWORD:this._stateAfterDoctypeSystemKeyword(e);break;case yT.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER:this._stateBeforeDoctypeSystemIdentifier(e);break;case yT.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED:this._stateDoctypeSystemIdentifierDoubleQuoted(e);break;case yT.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED:this._stateDoctypeSystemIdentifierSingleQuoted(e);break;case yT.AFTER_DOCTYPE_SYSTEM_IDENTIFIER:this._stateAfterDoctypeSystemIdentifier(e);break;case yT.BOGUS_DOCTYPE:this._stateBogusDoctype(e);break;case yT.CDATA_SECTION:this._stateCdataSection(e);break;case yT.CDATA_SECTION_BRACKET:this._stateCdataSectionBracket(e);break;case yT.CDATA_SECTION_END:this._stateCdataSectionEnd(e);break;case yT.CHARACTER_REFERENCE:this._stateCharacterReference();break;case yT.AMBIGUOUS_AMPERSAND:this._stateAmbiguousAmpersand(e);break;default:throw new Error("Unknown state")}}_stateData(e){switch(e){case PC.LESS_THAN_SIGN:this.state=yT.TAG_OPEN;break;case PC.AMPERSAND:this._startCharacterReference();break;case PC.NULL:this._err(WC.unexpectedNullCharacter),this._emitCodePoint(e);break;case PC.EOF:this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateRcdata(e){switch(e){case PC.AMPERSAND:this._startCharacterReference();break;case PC.LESS_THAN_SIGN:this.state=yT.RCDATA_LESS_THAN_SIGN;break;case PC.NULL:this._err(WC.unexpectedNullCharacter),this._emitChars(IC);break;case PC.EOF:this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateRawtext(e){switch(e){case PC.LESS_THAN_SIGN:this.state=yT.RAWTEXT_LESS_THAN_SIGN;break;case PC.NULL:this._err(WC.unexpectedNullCharacter),this._emitChars(IC);break;case PC.EOF:this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateScriptData(e){switch(e){case PC.LESS_THAN_SIGN:this.state=yT.SCRIPT_DATA_LESS_THAN_SIGN;break;case PC.NULL:this._err(WC.unexpectedNullCharacter),this._emitChars(IC);break;case PC.EOF:this._emitEOFToken();break;default:this._emitCodePoint(e)}}_statePlaintext(e){switch(e){case PC.NULL:this._err(WC.unexpectedNullCharacter),this._emitChars(IC);break;case PC.EOF:this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateTagOpen(e){if(AT(e))this._createStartTagToken(),this.state=yT.TAG_NAME,this._stateTagName(e);else switch(e){case PC.EXCLAMATION_MARK:this.state=yT.MARKUP_DECLARATION_OPEN;break;case PC.SOLIDUS:this.state=yT.END_TAG_OPEN;break;case PC.QUESTION_MARK:this._err(WC.unexpectedQuestionMarkInsteadOfTagName),this._createCommentToken(1),this.state=yT.BOGUS_COMMENT,this._stateBogusComment(e);break;case PC.EOF:this._err(WC.eofBeforeTagName),this._emitChars("<"),this._emitEOFToken();break;default:this._err(WC.invalidFirstCharacterOfTagName),this._emitChars("<"),this.state=yT.DATA,this._stateData(e)}}_stateEndTagOpen(e){if(AT(e))this._createEndTagToken(),this.state=yT.TAG_NAME,this._stateTagName(e);else switch(e){case PC.GREATER_THAN_SIGN:this._err(WC.missingEndTagName),this.state=yT.DATA;break;case PC.EOF:this._err(WC.eofBeforeTagName),this._emitChars("</"),this._emitEOFToken();break;default:this._err(WC.invalidFirstCharacterOfTagName),this._createCommentToken(2),this.state=yT.BOGUS_COMMENT,this._stateBogusComment(e)}}_stateTagName(e){const t=this.currentToken;switch(e){case PC.SPACE:case PC.LINE_FEED:case PC.TABULATION:case PC.FORM_FEED:this.state=yT.BEFORE_ATTRIBUTE_NAME;break;case PC.SOLIDUS:this.state=yT.SELF_CLOSING_START_TAG;break;case PC.GREATER_THAN_SIGN:this.state=yT.DATA,this.emitCurrentTagToken();break;case PC.NULL:this._err(WC.unexpectedNullCharacter),t.tagName+=IC;break;case PC.EOF:this._err(WC.eofInTag),this._emitEOFToken();break;default:t.tagName+=String.fromCodePoint(ET(e)?_T(e):e)}}_stateRcdataLessThanSign(e){e===PC.SOLIDUS?this.state=yT.RCDATA_END_TAG_OPEN:(this._emitChars("<"),this.state=yT.RCDATA,this._stateRcdata(e))}_stateRcdataEndTagOpen(e){AT(e)?(this.state=yT.RCDATA_END_TAG_NAME,this._stateRcdataEndTagName(e)):(this._emitChars("</"),this.state=yT.RCDATA,this._stateRcdata(e))}handleSpecialEndTag(e){if(!this.preprocessor.startsWith(this.lastStartTagName,!1))return!this._ensureHibernation();this._createEndTagToken();this.currentToken.tagName=this.lastStartTagName;switch(this.preprocessor.peek(this.lastStartTagName.length)){case PC.SPACE:case PC.LINE_FEED:case PC.TABULATION:case PC.FORM_FEED:return this._advanceBy(this.lastStartTagName.length),this.state=yT.BEFORE_ATTRIBUTE_NAME,!1;case PC.SOLIDUS:return this._advanceBy(this.lastStartTagName.length),this.state=yT.SELF_CLOSING_START_TAG,!1;case PC.GREATER_THAN_SIGN:return this._advanceBy(this.lastStartTagName.length),this.emitCurrentTagToken(),this.state=yT.DATA,!1;default:return!this._ensureHibernation()}}_stateRcdataEndTagName(e){this.handleSpecialEndTag(e)&&(this._emitChars("</"),this.state=yT.RCDATA,this._stateRcdata(e))}_stateRawtextLessThanSign(e){e===PC.SOLIDUS?this.state=yT.RAWTEXT_END_TAG_OPEN:(this._emitChars("<"),this.state=yT.RAWTEXT,this._stateRawtext(e))}_stateRawtextEndTagOpen(e){AT(e)?(this.state=yT.RAWTEXT_END_TAG_NAME,this._stateRawtextEndTagName(e)):(this._emitChars("</"),this.state=yT.RAWTEXT,this._stateRawtext(e))}_stateRawtextEndTagName(e){this.handleSpecialEndTag(e)&&(this._emitChars("</"),this.state=yT.RAWTEXT,this._stateRawtext(e))}_stateScriptDataLessThanSign(e){switch(e){case PC.SOLIDUS:this.state=yT.SCRIPT_DATA_END_TAG_OPEN;break;case PC.EXCLAMATION_MARK:this.state=yT.SCRIPT_DATA_ESCAPE_START,this._emitChars("<!");break;default:this._emitChars("<"),this.state=yT.SCRIPT_DATA,this._stateScriptData(e)}}_stateScriptDataEndTagOpen(e){AT(e)?(this.state=yT.SCRIPT_DATA_END_TAG_NAME,this._stateScriptDataEndTagName(e)):(this._emitChars("</"),this.state=yT.SCRIPT_DATA,this._stateScriptData(e))}_stateScriptDataEndTagName(e){this.handleSpecialEndTag(e)&&(this._emitChars("</"),this.state=yT.SCRIPT_DATA,this._stateScriptData(e))}_stateScriptDataEscapeStart(e){e===PC.HYPHEN_MINUS?(this.state=yT.SCRIPT_DATA_ESCAPE_START_DASH,this._emitChars("-")):(this.state=yT.SCRIPT_DATA,this._stateScriptData(e))}_stateScriptDataEscapeStartDash(e){e===PC.HYPHEN_MINUS?(this.state=yT.SCRIPT_DATA_ESCAPED_DASH_DASH,this._emitChars("-")):(this.state=yT.SCRIPT_DATA,this._stateScriptData(e))}_stateScriptDataEscaped(e){switch(e){case PC.HYPHEN_MINUS:this.state=yT.SCRIPT_DATA_ESCAPED_DASH,this._emitChars("-");break;case PC.LESS_THAN_SIGN:this.state=yT.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break;case PC.NULL:this._err(WC.unexpectedNullCharacter),this._emitChars(IC);break;case PC.EOF:this._err(WC.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateScriptDataEscapedDash(e){switch(e){case PC.HYPHEN_MINUS:this.state=yT.SCRIPT_DATA_ESCAPED_DASH_DASH,this._emitChars("-");break;case PC.LESS_THAN_SIGN:this.state=yT.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break;case PC.NULL:this._err(WC.unexpectedNullCharacter),this.state=yT.SCRIPT_DATA_ESCAPED,this._emitChars(IC);break;case PC.EOF:this._err(WC.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this.state=yT.SCRIPT_DATA_ESCAPED,this._emitCodePoint(e)}}_stateScriptDataEscapedDashDash(e){switch(e){case PC.HYPHEN_MINUS:this._emitChars("-");break;case PC.LESS_THAN_SIGN:this.state=yT.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break;case PC.GREATER_THAN_SIGN:this.state=yT.SCRIPT_DATA,this._emitChars(">");break;case PC.NULL:this._err(WC.unexpectedNullCharacter),this.state=yT.SCRIPT_DATA_ESCAPED,this._emitChars(IC);break;case PC.EOF:this._err(WC.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this.state=yT.SCRIPT_DATA_ESCAPED,this._emitCodePoint(e)}}_stateScriptDataEscapedLessThanSign(e){e===PC.SOLIDUS?this.state=yT.SCRIPT_DATA_ESCAPED_END_TAG_OPEN:AT(e)?(this._emitChars("<"),this.state=yT.SCRIPT_DATA_DOUBLE_ESCAPE_START,this._stateScriptDataDoubleEscapeStart(e)):(this._emitChars("<"),this.state=yT.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(e))}_stateScriptDataEscapedEndTagOpen(e){AT(e)?(this.state=yT.SCRIPT_DATA_ESCAPED_END_TAG_NAME,this._stateScriptDataEscapedEndTagName(e)):(this._emitChars("</"),this.state=yT.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(e))}_stateScriptDataEscapedEndTagName(e){this.handleSpecialEndTag(e)&&(this._emitChars("</"),this.state=yT.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(e))}_stateScriptDataDoubleEscapeStart(e){if(this.preprocessor.startsWith(jC,!1)&&TT(this.preprocessor.peek(jC.length))){this._emitCodePoint(e);for(let e=0;e<jC.length;e++)this._emitCodePoint(this._consume());this.state=yT.SCRIPT_DATA_DOUBLE_ESCAPED}else this._ensureHibernation()||(this.state=yT.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(e))}_stateScriptDataDoubleEscaped(e){switch(e){case PC.HYPHEN_MINUS:this.state=yT.SCRIPT_DATA_DOUBLE_ESCAPED_DASH,this._emitChars("-");break;case PC.LESS_THAN_SIGN:this.state=yT.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break;case PC.NULL:this._err(WC.unexpectedNullCharacter),this._emitChars(IC);break;case PC.EOF:this._err(WC.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateScriptDataDoubleEscapedDash(e){switch(e){case PC.HYPHEN_MINUS:this.state=yT.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH,this._emitChars("-");break;case PC.LESS_THAN_SIGN:this.state=yT.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break;case PC.NULL:this._err(WC.unexpectedNullCharacter),this.state=yT.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitChars(IC);break;case PC.EOF:this._err(WC.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this.state=yT.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitCodePoint(e)}}_stateScriptDataDoubleEscapedDashDash(e){switch(e){case PC.HYPHEN_MINUS:this._emitChars("-");break;case PC.LESS_THAN_SIGN:this.state=yT.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break;case PC.GREATER_THAN_SIGN:this.state=yT.SCRIPT_DATA,this._emitChars(">");break;case PC.NULL:this._err(WC.unexpectedNullCharacter),this.state=yT.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitChars(IC);break;case PC.EOF:this._err(WC.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this.state=yT.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitCodePoint(e)}}_stateScriptDataDoubleEscapedLessThanSign(e){e===PC.SOLIDUS?(this.state=yT.SCRIPT_DATA_DOUBLE_ESCAPE_END,this._emitChars("/")):(this.state=yT.SCRIPT_DATA_DOUBLE_ESCAPED,this._stateScriptDataDoubleEscaped(e))}_stateScriptDataDoubleEscapeEnd(e){if(this.preprocessor.startsWith(jC,!1)&&TT(this.preprocessor.peek(jC.length))){this._emitCodePoint(e);for(let e=0;e<jC.length;e++)this._emitCodePoint(this._consume());this.state=yT.SCRIPT_DATA_ESCAPED}else this._ensureHibernation()||(this.state=yT.SCRIPT_DATA_DOUBLE_ESCAPED,this._stateScriptDataDoubleEscaped(e))}_stateBeforeAttributeName(e){switch(e){case PC.SPACE:case PC.LINE_FEED:case PC.TABULATION:case PC.FORM_FEED:break;case PC.SOLIDUS:case PC.GREATER_THAN_SIGN:case PC.EOF:this.state=yT.AFTER_ATTRIBUTE_NAME,this._stateAfterAttributeName(e);break;case PC.EQUALS_SIGN:this._err(WC.unexpectedEqualsSignBeforeAttributeName),this._createAttr("="),this.state=yT.ATTRIBUTE_NAME;break;default:this._createAttr(""),this.state=yT.ATTRIBUTE_NAME,this._stateAttributeName(e)}}_stateAttributeName(e){switch(e){case PC.SPACE:case PC.LINE_FEED:case PC.TABULATION:case PC.FORM_FEED:case PC.SOLIDUS:case PC.GREATER_THAN_SIGN:case PC.EOF:this._leaveAttrName(),this.state=yT.AFTER_ATTRIBUTE_NAME,this._stateAfterAttributeName(e);break;case PC.EQUALS_SIGN:this._leaveAttrName(),this.state=yT.BEFORE_ATTRIBUTE_VALUE;break;case PC.QUOTATION_MARK:case PC.APOSTROPHE:case PC.LESS_THAN_SIGN:this._err(WC.unexpectedCharacterInAttributeName),this.currentAttr.name+=String.fromCodePoint(e);break;case PC.NULL:this._err(WC.unexpectedNullCharacter),this.currentAttr.name+=IC;break;default:this.currentAttr.name+=String.fromCodePoint(ET(e)?_T(e):e)}}_stateAfterAttributeName(e){switch(e){case PC.SPACE:case PC.LINE_FEED:case PC.TABULATION:case PC.FORM_FEED:break;case PC.SOLIDUS:this.state=yT.SELF_CLOSING_START_TAG;break;case PC.EQUALS_SIGN:this.state=yT.BEFORE_ATTRIBUTE_VALUE;break;case PC.GREATER_THAN_SIGN:this.state=yT.DATA,this.emitCurrentTagToken();break;case PC.EOF:this._err(WC.eofInTag),this._emitEOFToken();break;default:this._createAttr(""),this.state=yT.ATTRIBUTE_NAME,this._stateAttributeName(e)}}_stateBeforeAttributeValue(e){switch(e){case PC.SPACE:case PC.LINE_FEED:case PC.TABULATION:case PC.FORM_FEED:break;case PC.QUOTATION_MARK:this.state=yT.ATTRIBUTE_VALUE_DOUBLE_QUOTED;break;case PC.APOSTROPHE:this.state=yT.ATTRIBUTE_VALUE_SINGLE_QUOTED;break;case PC.GREATER_THAN_SIGN:this._err(WC.missingAttributeValue),this.state=yT.DATA,this.emitCurrentTagToken();break;default:this.state=yT.ATTRIBUTE_VALUE_UNQUOTED,this._stateAttributeValueUnquoted(e)}}_stateAttributeValueDoubleQuoted(e){switch(e){case PC.QUOTATION_MARK:this.state=yT.AFTER_ATTRIBUTE_VALUE_QUOTED;break;case PC.AMPERSAND:this._startCharacterReference();break;case PC.NULL:this._err(WC.unexpectedNullCharacter),this.currentAttr.value+=IC;break;case PC.EOF:this._err(WC.eofInTag),this._emitEOFToken();break;default:this.currentAttr.value+=String.fromCodePoint(e)}}_stateAttributeValueSingleQuoted(e){switch(e){case PC.APOSTROPHE:this.state=yT.AFTER_ATTRIBUTE_VALUE_QUOTED;break;case PC.AMPERSAND:this._startCharacterReference();break;case PC.NULL:this._err(WC.unexpectedNullCharacter),this.currentAttr.value+=IC;break;case PC.EOF:this._err(WC.eofInTag),this._emitEOFToken();break;default:this.currentAttr.value+=String.fromCodePoint(e)}}_stateAttributeValueUnquoted(e){switch(e){case PC.SPACE:case PC.LINE_FEED:case PC.TABULATION:case PC.FORM_FEED:this._leaveAttrValue(),this.state=yT.BEFORE_ATTRIBUTE_NAME;break;case PC.AMPERSAND:this._startCharacterReference();break;case PC.GREATER_THAN_SIGN:this._leaveAttrValue(),this.state=yT.DATA,this.emitCurrentTagToken();break;case PC.NULL:this._err(WC.unexpectedNullCharacter),this.currentAttr.value+=IC;break;case PC.QUOTATION_MARK:case PC.APOSTROPHE:case PC.LESS_THAN_SIGN:case PC.EQUALS_SIGN:case PC.GRAVE_ACCENT:this._err(WC.unexpectedCharacterInUnquotedAttributeValue),this.currentAttr.value+=String.fromCodePoint(e);break;case PC.EOF:this._err(WC.eofInTag),this._emitEOFToken();break;default:this.currentAttr.value+=String.fromCodePoint(e)}}_stateAfterAttributeValueQuoted(e){switch(e){case PC.SPACE:case PC.LINE_FEED:case PC.TABULATION:case PC.FORM_FEED:this._leaveAttrValue(),this.state=yT.BEFORE_ATTRIBUTE_NAME;break;case PC.SOLIDUS:this._leaveAttrValue(),this.state=yT.SELF_CLOSING_START_TAG;break;case PC.GREATER_THAN_SIGN:this._leaveAttrValue(),this.state=yT.DATA,this.emitCurrentTagToken();break;case PC.EOF:this._err(WC.eofInTag),this._emitEOFToken();break;default:this._err(WC.missingWhitespaceBetweenAttributes),this.state=yT.BEFORE_ATTRIBUTE_NAME,this._stateBeforeAttributeName(e)}}_stateSelfClosingStartTag(e){switch(e){case PC.GREATER_THAN_SIGN:this.currentToken.selfClosing=!0,this.state=yT.DATA,this.emitCurrentTagToken();break;case PC.EOF:this._err(WC.eofInTag),this._emitEOFToken();break;default:this._err(WC.unexpectedSolidusInTag),this.state=yT.BEFORE_ATTRIBUTE_NAME,this._stateBeforeAttributeName(e)}}_stateBogusComment(e){const t=this.currentToken;switch(e){case PC.GREATER_THAN_SIGN:this.state=yT.DATA,this.emitCurrentComment(t);break;case PC.EOF:this.emitCurrentComment(t),this._emitEOFToken();break;case PC.NULL:this._err(WC.unexpectedNullCharacter),t.data+=IC;break;default:t.data+=String.fromCodePoint(e)}}_stateMarkupDeclarationOpen(e){this._consumeSequenceIfMatch(RC,!0)?(this._createCommentToken(RC.length+1),this.state=yT.COMMENT_START):this._consumeSequenceIfMatch(MC,!1)?(this.currentLocation=this.getCurrentLocation(MC.length+1),this.state=yT.DOCTYPE):this._consumeSequenceIfMatch(LC,!0)?this.inForeignNode?this.state=yT.CDATA_SECTION:(this._err(WC.cdataInHtmlContent),this._createCommentToken(LC.length+1),this.currentToken.data="[CDATA[",this.state=yT.BOGUS_COMMENT):this._ensureHibernation()||(this._err(WC.incorrectlyOpenedComment),this._createCommentToken(2),this.state=yT.BOGUS_COMMENT,this._stateBogusComment(e))}_stateCommentStart(e){switch(e){case PC.HYPHEN_MINUS:this.state=yT.COMMENT_START_DASH;break;case PC.GREATER_THAN_SIGN:{this._err(WC.abruptClosingOfEmptyComment),this.state=yT.DATA;const e=this.currentToken;this.emitCurrentComment(e);break}default:this.state=yT.COMMENT,this._stateComment(e)}}_stateCommentStartDash(e){const t=this.currentToken;switch(e){case PC.HYPHEN_MINUS:this.state=yT.COMMENT_END;break;case PC.GREATER_THAN_SIGN:this._err(WC.abruptClosingOfEmptyComment),this.state=yT.DATA,this.emitCurrentComment(t);break;case PC.EOF:this._err(WC.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break;default:t.data+="-",this.state=yT.COMMENT,this._stateComment(e)}}_stateComment(e){const t=this.currentToken;switch(e){case PC.HYPHEN_MINUS:this.state=yT.COMMENT_END_DASH;break;case PC.LESS_THAN_SIGN:t.data+="<",this.state=yT.COMMENT_LESS_THAN_SIGN;break;case PC.NULL:this._err(WC.unexpectedNullCharacter),t.data+=IC;break;case PC.EOF:this._err(WC.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break;default:t.data+=String.fromCodePoint(e)}}_stateCommentLessThanSign(e){const t=this.currentToken;switch(e){case PC.EXCLAMATION_MARK:t.data+="!",this.state=yT.COMMENT_LESS_THAN_SIGN_BANG;break;case PC.LESS_THAN_SIGN:t.data+="<";break;default:this.state=yT.COMMENT,this._stateComment(e)}}_stateCommentLessThanSignBang(e){e===PC.HYPHEN_MINUS?this.state=yT.COMMENT_LESS_THAN_SIGN_BANG_DASH:(this.state=yT.COMMENT,this._stateComment(e))}_stateCommentLessThanSignBangDash(e){e===PC.HYPHEN_MINUS?this.state=yT.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH:(this.state=yT.COMMENT_END_DASH,this._stateCommentEndDash(e))}_stateCommentLessThanSignBangDashDash(e){e!==PC.GREATER_THAN_SIGN&&e!==PC.EOF&&this._err(WC.nestedComment),this.state=yT.COMMENT_END,this._stateCommentEnd(e)}_stateCommentEndDash(e){const t=this.currentToken;switch(e){case PC.HYPHEN_MINUS:this.state=yT.COMMENT_END;break;case PC.EOF:this._err(WC.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break;default:t.data+="-",this.state=yT.COMMENT,this._stateComment(e)}}_stateCommentEnd(e){const t=this.currentToken;switch(e){case PC.GREATER_THAN_SIGN:this.state=yT.DATA,this.emitCurrentComment(t);break;case PC.EXCLAMATION_MARK:this.state=yT.COMMENT_END_BANG;break;case PC.HYPHEN_MINUS:t.data+="-";break;case PC.EOF:this._err(WC.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break;default:t.data+="--",this.state=yT.COMMENT,this._stateComment(e)}}_stateCommentEndBang(e){const t=this.currentToken;switch(e){case PC.HYPHEN_MINUS:t.data+="--!",this.state=yT.COMMENT_END_DASH;break;case PC.GREATER_THAN_SIGN:this._err(WC.incorrectlyClosedComment),this.state=yT.DATA,this.emitCurrentComment(t);break;case PC.EOF:this._err(WC.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break;default:t.data+="--!",this.state=yT.COMMENT,this._stateComment(e)}}_stateDoctype(e){switch(e){case PC.SPACE:case PC.LINE_FEED:case PC.TABULATION:case PC.FORM_FEED:this.state=yT.BEFORE_DOCTYPE_NAME;break;case PC.GREATER_THAN_SIGN:this.state=yT.BEFORE_DOCTYPE_NAME,this._stateBeforeDoctypeName(e);break;case PC.EOF:{this._err(WC.eofInDoctype),this._createDoctypeToken(null);const e=this.currentToken;e.forceQuirks=!0,this.emitCurrentDoctype(e),this._emitEOFToken();break}default:this._err(WC.missingWhitespaceBeforeDoctypeName),this.state=yT.BEFORE_DOCTYPE_NAME,this._stateBeforeDoctypeName(e)}}_stateBeforeDoctypeName(e){if(ET(e))this._createDoctypeToken(String.fromCharCode(_T(e))),this.state=yT.DOCTYPE_NAME;else switch(e){case PC.SPACE:case PC.LINE_FEED:case PC.TABULATION:case PC.FORM_FEED:break;case PC.NULL:this._err(WC.unexpectedNullCharacter),this._createDoctypeToken(IC),this.state=yT.DOCTYPE_NAME;break;case PC.GREATER_THAN_SIGN:{this._err(WC.missingDoctypeName),this._createDoctypeToken(null);const e=this.currentToken;e.forceQuirks=!0,this.emitCurrentDoctype(e),this.state=yT.DATA;break}case PC.EOF:{this._err(WC.eofInDoctype),this._createDoctypeToken(null);const e=this.currentToken;e.forceQuirks=!0,this.emitCurrentDoctype(e),this._emitEOFToken();break}default:this._createDoctypeToken(String.fromCodePoint(e)),this.state=yT.DOCTYPE_NAME}}_stateDoctypeName(e){const t=this.currentToken;switch(e){case PC.SPACE:case PC.LINE_FEED:case PC.TABULATION:case PC.FORM_FEED:this.state=yT.AFTER_DOCTYPE_NAME;break;case PC.GREATER_THAN_SIGN:this.state=yT.DATA,this.emitCurrentDoctype(t);break;case PC.NULL:this._err(WC.unexpectedNullCharacter),t.name+=IC;break;case PC.EOF:this._err(WC.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:t.name+=String.fromCodePoint(ET(e)?_T(e):e)}}_stateAfterDoctypeName(e){const t=this.currentToken;switch(e){case PC.SPACE:case PC.LINE_FEED:case PC.TABULATION:case PC.FORM_FEED:break;case PC.GREATER_THAN_SIGN:this.state=yT.DATA,this.emitCurrentDoctype(t);break;case PC.EOF:this._err(WC.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._consumeSequenceIfMatch(zC,!1)?this.state=yT.AFTER_DOCTYPE_PUBLIC_KEYWORD:this._consumeSequenceIfMatch(UC,!1)?this.state=yT.AFTER_DOCTYPE_SYSTEM_KEYWORD:this._ensureHibernation()||(this._err(WC.invalidCharacterSequenceAfterDoctypeName),t.forceQuirks=!0,this.state=yT.BOGUS_DOCTYPE,this._stateBogusDoctype(e))}}_stateAfterDoctypePublicKeyword(e){const t=this.currentToken;switch(e){case PC.SPACE:case PC.LINE_FEED:case PC.TABULATION:case PC.FORM_FEED:this.state=yT.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER;break;case PC.QUOTATION_MARK:this._err(WC.missingWhitespaceAfterDoctypePublicKeyword),t.publicId="",this.state=yT.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED;break;case PC.APOSTROPHE:this._err(WC.missingWhitespaceAfterDoctypePublicKeyword),t.publicId="",this.state=yT.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED;break;case PC.GREATER_THAN_SIGN:this._err(WC.missingDoctypePublicIdentifier),t.forceQuirks=!0,this.state=yT.DATA,this.emitCurrentDoctype(t);break;case PC.EOF:this._err(WC.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(WC.missingQuoteBeforeDoctypePublicIdentifier),t.forceQuirks=!0,this.state=yT.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateBeforeDoctypePublicIdentifier(e){const t=this.currentToken;switch(e){case PC.SPACE:case PC.LINE_FEED:case PC.TABULATION:case PC.FORM_FEED:break;case PC.QUOTATION_MARK:t.publicId="",this.state=yT.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED;break;case PC.APOSTROPHE:t.publicId="",this.state=yT.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED;break;case PC.GREATER_THAN_SIGN:this._err(WC.missingDoctypePublicIdentifier),t.forceQuirks=!0,this.state=yT.DATA,this.emitCurrentDoctype(t);break;case PC.EOF:this._err(WC.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(WC.missingQuoteBeforeDoctypePublicIdentifier),t.forceQuirks=!0,this.state=yT.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateDoctypePublicIdentifierDoubleQuoted(e){const t=this.currentToken;switch(e){case PC.QUOTATION_MARK:this.state=yT.AFTER_DOCTYPE_PUBLIC_IDENTIFIER;break;case PC.NULL:this._err(WC.unexpectedNullCharacter),t.publicId+=IC;break;case PC.GREATER_THAN_SIGN:this._err(WC.abruptDoctypePublicIdentifier),t.forceQuirks=!0,this.emitCurrentDoctype(t),this.state=yT.DATA;break;case PC.EOF:this._err(WC.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:t.publicId+=String.fromCodePoint(e)}}_stateDoctypePublicIdentifierSingleQuoted(e){const t=this.currentToken;switch(e){case PC.APOSTROPHE:this.state=yT.AFTER_DOCTYPE_PUBLIC_IDENTIFIER;break;case PC.NULL:this._err(WC.unexpectedNullCharacter),t.publicId+=IC;break;case PC.GREATER_THAN_SIGN:this._err(WC.abruptDoctypePublicIdentifier),t.forceQuirks=!0,this.emitCurrentDoctype(t),this.state=yT.DATA;break;case PC.EOF:this._err(WC.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:t.publicId+=String.fromCodePoint(e)}}_stateAfterDoctypePublicIdentifier(e){const t=this.currentToken;switch(e){case PC.SPACE:case PC.LINE_FEED:case PC.TABULATION:case PC.FORM_FEED:this.state=yT.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS;break;case PC.GREATER_THAN_SIGN:this.state=yT.DATA,this.emitCurrentDoctype(t);break;case PC.QUOTATION_MARK:this._err(WC.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),t.systemId="",this.state=yT.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break;case PC.APOSTROPHE:this._err(WC.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),t.systemId="",this.state=yT.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break;case PC.EOF:this._err(WC.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(WC.missingQuoteBeforeDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=yT.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateBetweenDoctypePublicAndSystemIdentifiers(e){const t=this.currentToken;switch(e){case PC.SPACE:case PC.LINE_FEED:case PC.TABULATION:case PC.FORM_FEED:break;case PC.GREATER_THAN_SIGN:this.emitCurrentDoctype(t),this.state=yT.DATA;break;case PC.QUOTATION_MARK:t.systemId="",this.state=yT.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break;case PC.APOSTROPHE:t.systemId="",this.state=yT.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break;case PC.EOF:this._err(WC.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(WC.missingQuoteBeforeDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=yT.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateAfterDoctypeSystemKeyword(e){const t=this.currentToken;switch(e){case PC.SPACE:case PC.LINE_FEED:case PC.TABULATION:case PC.FORM_FEED:this.state=yT.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER;break;case PC.QUOTATION_MARK:this._err(WC.missingWhitespaceAfterDoctypeSystemKeyword),t.systemId="",this.state=yT.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break;case PC.APOSTROPHE:this._err(WC.missingWhitespaceAfterDoctypeSystemKeyword),t.systemId="",this.state=yT.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break;case PC.GREATER_THAN_SIGN:this._err(WC.missingDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=yT.DATA,this.emitCurrentDoctype(t);break;case PC.EOF:this._err(WC.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(WC.missingQuoteBeforeDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=yT.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateBeforeDoctypeSystemIdentifier(e){const t=this.currentToken;switch(e){case PC.SPACE:case PC.LINE_FEED:case PC.TABULATION:case PC.FORM_FEED:break;case PC.QUOTATION_MARK:t.systemId="",this.state=yT.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break;case PC.APOSTROPHE:t.systemId="",this.state=yT.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break;case PC.GREATER_THAN_SIGN:this._err(WC.missingDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=yT.DATA,this.emitCurrentDoctype(t);break;case PC.EOF:this._err(WC.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(WC.missingQuoteBeforeDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=yT.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateDoctypeSystemIdentifierDoubleQuoted(e){const t=this.currentToken;switch(e){case PC.QUOTATION_MARK:this.state=yT.AFTER_DOCTYPE_SYSTEM_IDENTIFIER;break;case PC.NULL:this._err(WC.unexpectedNullCharacter),t.systemId+=IC;break;case PC.GREATER_THAN_SIGN:this._err(WC.abruptDoctypeSystemIdentifier),t.forceQuirks=!0,this.emitCurrentDoctype(t),this.state=yT.DATA;break;case PC.EOF:this._err(WC.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:t.systemId+=String.fromCodePoint(e)}}_stateDoctypeSystemIdentifierSingleQuoted(e){const t=this.currentToken;switch(e){case PC.APOSTROPHE:this.state=yT.AFTER_DOCTYPE_SYSTEM_IDENTIFIER;break;case PC.NULL:this._err(WC.unexpectedNullCharacter),t.systemId+=IC;break;case PC.GREATER_THAN_SIGN:this._err(WC.abruptDoctypeSystemIdentifier),t.forceQuirks=!0,this.emitCurrentDoctype(t),this.state=yT.DATA;break;case PC.EOF:this._err(WC.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:t.systemId+=String.fromCodePoint(e)}}_stateAfterDoctypeSystemIdentifier(e){const t=this.currentToken;switch(e){case PC.SPACE:case PC.LINE_FEED:case PC.TABULATION:case PC.FORM_FEED:break;case PC.GREATER_THAN_SIGN:this.emitCurrentDoctype(t),this.state=yT.DATA;break;case PC.EOF:this._err(WC.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(WC.unexpectedCharacterAfterDoctypeSystemIdentifier),this.state=yT.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateBogusDoctype(e){const t=this.currentToken;switch(e){case PC.GREATER_THAN_SIGN:this.emitCurrentDoctype(t),this.state=yT.DATA;break;case PC.NULL:this._err(WC.unexpectedNullCharacter);break;case PC.EOF:this.emitCurrentDoctype(t),this._emitEOFToken()}}_stateCdataSection(e){switch(e){case PC.RIGHT_SQUARE_BRACKET:this.state=yT.CDATA_SECTION_BRACKET;break;case PC.EOF:this._err(WC.eofInCdata),this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateCdataSectionBracket(e){e===PC.RIGHT_SQUARE_BRACKET?this.state=yT.CDATA_SECTION_END:(this._emitChars("]"),this.state=yT.CDATA_SECTION,this._stateCdataSection(e))}_stateCdataSectionEnd(e){switch(e){case PC.GREATER_THAN_SIGN:this.state=yT.DATA;break;case PC.RIGHT_SQUARE_BRACKET:this._emitChars("]");break;default:this._emitChars("]]"),this.state=yT.CDATA_SECTION,this._stateCdataSection(e)}}_stateCharacterReference(){let e=this.entityDecoder.write(this.preprocessor.html,this.preprocessor.pos);if(e<0){if(!this.preprocessor.lastChunkWritten)return this.active=!1,this.preprocessor.pos=this.preprocessor.html.length-1,this.consumedAfterSnapshot=0,void(this.preprocessor.endOfChunkHit=!0);e=this.entityDecoder.end()}0===e?(this.preprocessor.pos=this.entityStartPos,this._flushCodePointConsumedAsCharacterReference(PC.AMPERSAND),this.state=!this._isCharacterReferenceInAttribute()&&bT(this.preprocessor.peek(1))?yT.AMBIGUOUS_AMPERSAND:this.returnState):this.state=this.returnState}_stateAmbiguousAmpersand(e){bT(e)?this._flushCodePointConsumedAsCharacterReference(e):(e===PC.SEMICOLON&&this._err(WC.unknownNamedCharacterReference),this.state=this.returnState,this._callState(e))}}const FT=new Set([fT.DD,fT.DT,fT.LI,fT.OPTGROUP,fT.OPTION,fT.P,fT.RB,fT.RP,fT.RT,fT.RTC]),ST=new Set([...FT,fT.CAPTION,fT.COLGROUP,fT.TBODY,fT.TD,fT.TFOOT,fT.TH,fT.THEAD,fT.TR]),wT=new Set([fT.APPLET,fT.CAPTION,fT.HTML,fT.MARQUEE,fT.OBJECT,fT.TABLE,fT.TD,fT.TEMPLATE,fT.TH]),xT=new Set([...wT,fT.OL,fT.UL]),OT=new Set([...wT,fT.BUTTON]),NT=new Set([fT.ANNOTATION_XML,fT.MI,fT.MN,fT.MO,fT.MS,fT.MTEXT]),BT=new Set([fT.DESC,fT.FOREIGN_OBJECT,fT.TITLE]),IT=new Set([fT.TR,fT.TEMPLATE,fT.HTML]),PT=new Set([fT.TBODY,fT.TFOOT,fT.THEAD,fT.TEMPLATE,fT.HTML]),RT=new Set([fT.TABLE,fT.TEMPLATE,fT.HTML]),LT=new Set([fT.TD,fT.TH]);class MT{get currentTmplContentOrNode(){return this._isInTemplate()?this.treeAdapter.getTemplateContent(this.current):this.current}constructor(e,t,n){this.treeAdapter=t,this.handler=n,this.items=[],this.tagIDs=[],this.stackTop=-1,this.tmplCount=0,this.currentTagId=fT.UNKNOWN,this.current=e}_indexOf(e){return this.items.lastIndexOf(e,this.stackTop)}_isInTemplate(){return this.currentTagId===fT.TEMPLATE&&this.treeAdapter.getNamespaceURI(this.current)===uT.HTML}_updateCurrentElement(){this.current=this.items[this.stackTop],this.currentTagId=this.tagIDs[this.stackTop]}push(e,t){this.stackTop++,this.items[this.stackTop]=e,this.current=e,this.tagIDs[this.stackTop]=t,this.currentTagId=t,this._isInTemplate()&&this.tmplCount++,this.handler.onItemPush(e,t,!0)}pop(){const e=this.current;this.tmplCount>0&&this._isInTemplate()&&this.tmplCount--,this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(e,!0)}replace(e,t){const n=this._indexOf(e);this.items[n]=t,n===this.stackTop&&(this.current=t)}insertAfter(e,t,n){const r=this._indexOf(e)+1;this.items.splice(r,0,t),this.tagIDs.splice(r,0,n),this.stackTop++,r===this.stackTop&&this._updateCurrentElement(),this.current&&void 0!==this.currentTagId&&this.handler.onItemPush(this.current,this.currentTagId,r===this.stackTop)}popUntilTagNamePopped(e){let t=this.stackTop+1;do{t=this.tagIDs.lastIndexOf(e,t-1)}while(t>0&&this.treeAdapter.getNamespaceURI(this.items[t])!==uT.HTML);this.shortenToLength(Math.max(t,0))}shortenToLength(e){for(;this.stackTop>=e;){const t=this.current;this.tmplCount>0&&this._isInTemplate()&&(this.tmplCount-=1),this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(t,this.stackTop<e)}}popUntilElementPopped(e){const t=this._indexOf(e);this.shortenToLength(Math.max(t,0))}popUntilPopped(e,t){const n=this._indexOfTagNames(e,t);this.shortenToLength(Math.max(n,0))}popUntilNumberedHeaderPopped(){this.popUntilPopped(DT,uT.HTML)}popUntilTableCellPopped(){this.popUntilPopped(LT,uT.HTML)}popAllUpToHtmlElement(){this.tmplCount=0,this.shortenToLength(1)}_indexOfTagNames(e,t){for(let n=this.stackTop;n>=0;n--)if(e.has(this.tagIDs[n])&&this.treeAdapter.getNamespaceURI(this.items[n])===t)return n;return-1}clearBackTo(e,t){const n=this._indexOfTagNames(e,t);this.shortenToLength(n+1)}clearBackToTableContext(){this.clearBackTo(RT,uT.HTML)}clearBackToTableBodyContext(){this.clearBackTo(PT,uT.HTML)}clearBackToTableRowContext(){this.clearBackTo(IT,uT.HTML)}remove(e){const t=this._indexOf(e);t>=0&&(t===this.stackTop?this.pop():(this.items.splice(t,1),this.tagIDs.splice(t,1),this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(e,!1)))}tryPeekProperlyNestedBodyElement(){return this.stackTop>=1&&this.tagIDs[1]===fT.BODY?this.items[1]:null}contains(e){return this._indexOf(e)>-1}getCommonAncestor(e){const t=this._indexOf(e)-1;return t>=0?this.items[t]:null}isRootHtmlElementCurrent(){return 0===this.stackTop&&this.tagIDs[0]===fT.HTML}hasInDynamicScope(e,t){for(let n=this.stackTop;n>=0;n--){const r=this.tagIDs[n];switch(this.treeAdapter.getNamespaceURI(this.items[n])){case uT.HTML:if(r===e)return!0;if(t.has(r))return!1;break;case uT.SVG:if(BT.has(r))return!1;break;case uT.MATHML:if(NT.has(r))return!1}}return!0}hasInScope(e){return this.hasInDynamicScope(e,wT)}hasInListItemScope(e){return this.hasInDynamicScope(e,xT)}hasInButtonScope(e){return this.hasInDynamicScope(e,OT)}hasNumberedHeaderInScope(){for(let e=this.stackTop;e>=0;e--){const t=this.tagIDs[e];switch(this.treeAdapter.getNamespaceURI(this.items[e])){case uT.HTML:if(DT.has(t))return!0;if(wT.has(t))return!1;break;case uT.SVG:if(BT.has(t))return!1;break;case uT.MATHML:if(NT.has(t))return!1}}return!0}hasInTableScope(e){for(let t=this.stackTop;t>=0;t--)if(this.treeAdapter.getNamespaceURI(this.items[t])===uT.HTML)switch(this.tagIDs[t]){case e:return!0;case fT.TABLE:case fT.HTML:return!1}return!0}hasTableBodyContextInTableScope(){for(let e=this.stackTop;e>=0;e--)if(this.treeAdapter.getNamespaceURI(this.items[e])===uT.HTML)switch(this.tagIDs[e]){case fT.TBODY:case fT.THEAD:case fT.TFOOT:return!0;case fT.TABLE:case fT.HTML:return!1}return!0}hasInSelectScope(e){for(let t=this.stackTop;t>=0;t--)if(this.treeAdapter.getNamespaceURI(this.items[t])===uT.HTML)switch(this.tagIDs[t]){case e:return!0;case fT.OPTION:case fT.OPTGROUP:break;default:return!1}return!0}generateImpliedEndTags(){for(;void 0!==this.currentTagId&&FT.has(this.currentTagId);)this.pop()}generateImpliedEndTagsThoroughly(){for(;void 0!==this.currentTagId&&ST.has(this.currentTagId);)this.pop()}generateImpliedEndTagsWithExclusion(e){for(;void 0!==this.currentTagId&&this.currentTagId!==e&&ST.has(this.currentTagId);)this.pop()}}var jT;!function(e){e[e.Marker=0]="Marker",e[e.Element=1]="Element"}(jT||(jT={}));const zT={type:jT.Marker};class UT{constructor(e){this.treeAdapter=e,this.entries=[],this.bookmark=null}_getNoahArkConditionCandidates(e,t){const n=[],r=t.length,i=this.treeAdapter.getTagName(e),o=this.treeAdapter.getNamespaceURI(e);for(let a=0;a<this.entries.length;a++){const e=this.entries[a];if(e.type===jT.Marker)break;const t=e.element;if(this.treeAdapter.getTagName(t)===i&&this.treeAdapter.getNamespaceURI(t)===o){const e=this.treeAdapter.getAttrList(t);e.length===r&&n.push({idx:a,attrs:e})}}return n}_ensureNoahArkCondition(e){if(this.entries.length<3)return;const t=this.treeAdapter.getAttrList(e),n=this._getNoahArkConditionCandidates(e,t);if(n.length<3)return;const r=new Map(t.map(e=>[e.name,e.value]));let i=0;for(let o=0;o<n.length;o++){const e=n[o];e.attrs.every(e=>r.get(e.name)===e.value)&&(i+=1,i>=3&&this.entries.splice(e.idx,1))}}insertMarker(){this.entries.unshift(zT)}pushElement(e,t){this._ensureNoahArkCondition(e),this.entries.unshift({type:jT.Element,element:e,token:t})}insertElementAfterBookmark(e,t){const n=this.entries.indexOf(this.bookmark);this.entries.splice(n,0,{type:jT.Element,element:e,token:t})}removeEntry(e){const t=this.entries.indexOf(e);-1!==t&&this.entries.splice(t,1)}clearToLastMarker(){const e=this.entries.indexOf(zT);-1===e?this.entries.length=0:this.entries.splice(0,e+1)}getElementEntryInScopeWithTagName(e){const t=this.entries.find(t=>t.type===jT.Marker||this.treeAdapter.getTagName(t.element)===e);return t&&t.type===jT.Element?t:null}getElementEntry(e){return this.entries.find(t=>t.type===jT.Element&&t.element===e)}}const HT={createDocument:()=>({nodeName:"#document",mode:cT.NO_QUIRKS,childNodes:[]}),createDocumentFragment:()=>({nodeName:"#document-fragment",childNodes:[]}),createElement:(e,t,n)=>({nodeName:e,tagName:e,attrs:n,namespaceURI:t,childNodes:[],parentNode:null}),createCommentNode:e=>({nodeName:"#comment",data:e,parentNode:null}),createTextNode:e=>({nodeName:"#text",value:e,parentNode:null}),appendChild(e,t){e.childNodes.push(t),t.parentNode=e},insertBefore(e,t,n){const r=e.childNodes.indexOf(n);e.childNodes.splice(r,0,t),t.parentNode=e},setTemplateContent(e,t){e.content=t},getTemplateContent:e=>e.content,setDocumentType(e,t,n,r){const i=e.childNodes.find(e=>"#documentType"===e.nodeName);if(i)i.name=t,i.publicId=n,i.systemId=r;else{const i={nodeName:"#documentType",name:t,publicId:n,systemId:r,parentNode:null};HT.appendChild(e,i)}},setDocumentMode(e,t){e.mode=t},getDocumentMode:e=>e.mode,detachNode(e){if(e.parentNode){const t=e.parentNode.childNodes.indexOf(e);e.parentNode.childNodes.splice(t,1),e.parentNode=null}},insertText(e,t){if(e.childNodes.length>0){const n=e.childNodes[e.childNodes.length-1];if(HT.isTextNode(n))return void(n.value+=t)}HT.appendChild(e,HT.createTextNode(t))},insertTextBefore(e,t,n){const r=e.childNodes[e.childNodes.indexOf(n)-1];r&&HT.isTextNode(r)?r.value+=t:HT.insertBefore(e,HT.createTextNode(t),n)},adoptAttributes(e,t){const n=new Set(e.attrs.map(e=>e.name));for(let r=0;r<t.length;r++)n.has(t[r].name)||e.attrs.push(t[r])},getFirstChild:e=>e.childNodes[0],getChildNodes:e=>e.childNodes,getParentNode:e=>e.parentNode,getAttrList:e=>e.attrs,getTagName:e=>e.tagName,getNamespaceURI:e=>e.namespaceURI,getTextNodeContent:e=>e.value,getCommentNodeContent:e=>e.data,getDocumentTypeNodeName:e=>e.name,getDocumentTypeNodePublicId:e=>e.publicId,getDocumentTypeNodeSystemId:e=>e.systemId,isTextNode:e=>"#text"===e.nodeName,isCommentNode:e=>"#comment"===e.nodeName,isDocumentTypeNode:e=>"#documentType"===e.nodeName,isElementNode:e=>Object.prototype.hasOwnProperty.call(e,"tagName"),setNodeSourceCodeLocation(e,t){e.sourceCodeLocation=t},getNodeSourceCodeLocation:e=>e.sourceCodeLocation,updateNodeSourceCodeLocation(e,t){e.sourceCodeLocation=J(J({},e.sourceCodeLocation),t)}},VT="html",GT=["+//silmaril//dtd html pro v0r11 19970101//","-//as//dtd html 3.0 aswedit + extensions//","-//advasoft ltd//dtd html 3.0 aswedit + extensions//","-//ietf//dtd html 2.0 level 1//","-//ietf//dtd html 2.0 level 2//","-//ietf//dtd html 2.0 strict level 1//","-//ietf//dtd html 2.0 strict level 2//","-//ietf//dtd html 2.0 strict//","-//ietf//dtd html 2.0//","-//ietf//dtd html 2.1e//","-//ietf//dtd html 3.0//","-//ietf//dtd html 3.2 final//","-//ietf//dtd html 3.2//","-//ietf//dtd html 3//","-//ietf//dtd html level 0//","-//ietf//dtd html level 1//","-//ietf//dtd html level 2//","-//ietf//dtd html level 3//","-//ietf//dtd html strict level 0//","-//ietf//dtd html strict level 1//","-//ietf//dtd html strict level 2//","-//ietf//dtd html strict level 3//","-//ietf//dtd html strict//","-//ietf//dtd html//","-//metrius//dtd metrius presentational//","-//microsoft//dtd internet explorer 2.0 html strict//","-//microsoft//dtd internet explorer 2.0 html//","-//microsoft//dtd internet explorer 2.0 tables//","-//microsoft//dtd internet explorer 3.0 html strict//","-//microsoft//dtd internet explorer 3.0 html//","-//microsoft//dtd internet explorer 3.0 tables//","-//netscape comm. corp.//dtd html//","-//netscape comm. corp.//dtd strict html//","-//o'reilly and associates//dtd html 2.0//","-//o'reilly and associates//dtd html extended 1.0//","-//o'reilly and associates//dtd html extended relaxed 1.0//","-//sq//dtd html 2.0 hotmetal + extensions//","-//softquad software//dtd hotmetal pro 6.0::19990601::extensions to html 4.0//","-//softquad//dtd hotmetal pro 4.0::19971010::extensions to html 4.0//","-//spyglass//dtd html 2.0 extended//","-//sun microsystems corp.//dtd hotjava html//","-//sun microsystems corp.//dtd hotjava strict html//","-//w3c//dtd html 3 1995-03-24//","-//w3c//dtd html 3.2 draft//","-//w3c//dtd html 3.2 final//","-//w3c//dtd html 3.2//","-//w3c//dtd html 3.2s draft//","-//w3c//dtd html 4.0 frameset//","-//w3c//dtd html 4.0 transitional//","-//w3c//dtd html experimental 19960712//","-//w3c//dtd html experimental 970421//","-//w3c//dtd w3 html//","-//w3o//dtd w3 html 3.0//","-//webtechs//dtd mozilla html 2.0//","-//webtechs//dtd mozilla html//"],WT=[...GT,"-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"],YT=new Set(["-//w3o//dtd w3 html strict 3.0//en//","-/w3c/dtd html 4.0 transitional/en","html"]),qT=["-//w3c//dtd xhtml 1.0 frameset//","-//w3c//dtd xhtml 1.0 transitional//"],QT=[...qT,"-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"];function KT(e,t){return t.some(t=>e.startsWith(t))}const XT="text/html",JT="application/xhtml+xml",ZT=new Map(["attributeName","attributeType","baseFrequency","baseProfile","calcMode","clipPathUnits","diffuseConstant","edgeMode","filterUnits","glyphRef","gradientTransform","gradientUnits","kernelMatrix","kernelUnitLength","keyPoints","keySplines","keyTimes","lengthAdjust","limitingConeAngle","markerHeight","markerUnits","markerWidth","maskContentUnits","maskUnits","numOctaves","pathLength","patternContentUnits","patternTransform","patternUnits","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","refX","refY","repeatCount","repeatDur","requiredExtensions","requiredFeatures","specularConstant","specularExponent","spreadMethod","startOffset","stdDeviation","stitchTiles","surfaceScale","systemLanguage","tableValues","targetX","targetY","textLength","viewBox","viewTarget","xChannelSelector","yChannelSelector","zoomAndPan"].map(e=>[e.toLowerCase(),e])),$T=new Map([["xlink:actuate",{prefix:"xlink",name:"actuate",namespace:uT.XLINK}],["xlink:arcrole",{prefix:"xlink",name:"arcrole",namespace:uT.XLINK}],["xlink:href",{prefix:"xlink",name:"href",namespace:uT.XLINK}],["xlink:role",{prefix:"xlink",name:"role",namespace:uT.XLINK}],["xlink:show",{prefix:"xlink",name:"show",namespace:uT.XLINK}],["xlink:title",{prefix:"xlink",name:"title",namespace:uT.XLINK}],["xlink:type",{prefix:"xlink",name:"type",namespace:uT.XLINK}],["xml:lang",{prefix:"xml",name:"lang",namespace:uT.XML}],["xml:space",{prefix:"xml",name:"space",namespace:uT.XML}],["xmlns",{prefix:"",name:"xmlns",namespace:uT.XMLNS}],["xmlns:xlink",{prefix:"xmlns",name:"xlink",namespace:uT.XMLNS}]]),ek=new Map(["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","textPath"].map(e=>[e.toLowerCase(),e])),tk=new Set([fT.B,fT.BIG,fT.BLOCKQUOTE,fT.BODY,fT.BR,fT.CENTER,fT.CODE,fT.DD,fT.DIV,fT.DL,fT.DT,fT.EM,fT.EMBED,fT.H1,fT.H2,fT.H3,fT.H4,fT.H5,fT.H6,fT.HEAD,fT.HR,fT.I,fT.IMG,fT.LI,fT.LISTING,fT.MENU,fT.META,fT.NOBR,fT.OL,fT.P,fT.PRE,fT.RUBY,fT.S,fT.SMALL,fT.SPAN,fT.STRONG,fT.STRIKE,fT.SUB,fT.SUP,fT.TABLE,fT.TT,fT.U,fT.UL,fT.VAR]);function nk(e){for(let t=0;t<e.attrs.length;t++)if("definitionurl"===e.attrs[t].name){e.attrs[t].name="definitionURL";break}}function rk(e){for(let t=0;t<e.attrs.length;t++){const n=ZT.get(e.attrs[t].name);null!=n&&(e.attrs[t].name=n)}}function ik(e){for(let t=0;t<e.attrs.length;t++){const n=$T.get(e.attrs[t].name);n&&(e.attrs[t].prefix=n.prefix,e.attrs[t].name=n.name,e.attrs[t].namespace=n.namespace)}}function ok(e,t,n,r){return(!r||r===uT.HTML)&&function(e,t,n){if(t===uT.MATHML&&e===fT.ANNOTATION_XML)for(let r=0;r<n.length;r++)if(n[r].name===lT.ENCODING){const e=n[r].value.toLowerCase();return e===XT||e===JT}return t===uT.SVG&&(e===fT.FOREIGN_OBJECT||e===fT.DESC||e===fT.TITLE)}(e,t,n)||(!r||r===uT.MATHML)&&function(e,t){return t===uT.MATHML&&(e===fT.MI||e===fT.MO||e===fT.MN||e===fT.MS||e===fT.MTEXT)}(e,t)}var ak;!function(e){e[e.INITIAL=0]="INITIAL",e[e.BEFORE_HTML=1]="BEFORE_HTML",e[e.BEFORE_HEAD=2]="BEFORE_HEAD",e[e.IN_HEAD=3]="IN_HEAD",e[e.IN_HEAD_NO_SCRIPT=4]="IN_HEAD_NO_SCRIPT",e[e.AFTER_HEAD=5]="AFTER_HEAD",e[e.IN_BODY=6]="IN_BODY",e[e.TEXT=7]="TEXT",e[e.IN_TABLE=8]="IN_TABLE",e[e.IN_TABLE_TEXT=9]="IN_TABLE_TEXT",e[e.IN_CAPTION=10]="IN_CAPTION",e[e.IN_COLUMN_GROUP=11]="IN_COLUMN_GROUP",e[e.IN_TABLE_BODY=12]="IN_TABLE_BODY",e[e.IN_ROW=13]="IN_ROW",e[e.IN_CELL=14]="IN_CELL",e[e.IN_SELECT=15]="IN_SELECT",e[e.IN_SELECT_IN_TABLE=16]="IN_SELECT_IN_TABLE",e[e.IN_TEMPLATE=17]="IN_TEMPLATE",e[e.AFTER_BODY=18]="AFTER_BODY",e[e.IN_FRAMESET=19]="IN_FRAMESET",e[e.AFTER_FRAMESET=20]="AFTER_FRAMESET",e[e.AFTER_AFTER_BODY=21]="AFTER_AFTER_BODY",e[e.AFTER_AFTER_FRAMESET=22]="AFTER_AFTER_FRAMESET"}(ak||(ak={}));const sk={startLine:-1,startCol:-1,startOffset:-1,endLine:-1,endCol:-1,endOffset:-1},uk=new Set([fT.TABLE,fT.TBODY,fT.TFOOT,fT.THEAD,fT.TR]),lk={scriptingEnabled:!0,sourceCodeLocationInfo:!1,treeAdapter:HT,onParseError:null};class ck{constructor(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;this.fragmentContext=n,this.scriptHandler=r,this.currentToken=null,this.stopped=!1,this.insertionMode=ak.INITIAL,this.originalInsertionMode=ak.INITIAL,this.headElement=null,this.formElement=null,this.currentNotInHTML=!1,this.tmplInsertionModeStack=[],this.pendingCharacterTokens=[],this.hasNonWhitespacePendingCharacterToken=!1,this.framesetOk=!0,this.skipNextNewLine=!1,this.fosterParentingEnabled=!1,this.options=J(J({},lk),e),this.treeAdapter=this.options.treeAdapter,this.onParseError=this.options.onParseError,this.onParseError&&(this.options.sourceCodeLocationInfo=!0),this.document=null!==t&&void 0!==t?t:this.treeAdapter.createDocument(),this.tokenizer=new kT(this.options,this),this.activeFormattingElements=new UT(this.treeAdapter),this.fragmentContextID=n?hT(this.treeAdapter.getTagName(n)):fT.UNKNOWN,this._setContextModes(null!==n&&void 0!==n?n:this.document,this.fragmentContextID),this.openElements=new MT(this.document,this.treeAdapter,this)}static parse(e,t){const n=new this(t);return n.tokenizer.write(e,!0),n.document}static getFragmentParser(e,t){const n=J(J({},lk),t);null!==e&&void 0!==e||(e=n.treeAdapter.createElement(dT.TEMPLATE,uT.HTML,[]));const r=n.treeAdapter.createElement("documentmock",uT.HTML,[]),i=new this(n,r,e);return i.fragmentContextID===fT.TEMPLATE&&i.tmplInsertionModeStack.unshift(ak.IN_TEMPLATE),i._initTokenizerForFragmentParsing(),i._insertFakeRootElement(),i._resetInsertionMode(),i._findFormInFragmentContext(),i}getFragment(){const e=this.treeAdapter.getFirstChild(this.document),t=this.treeAdapter.createDocumentFragment();return this._adoptNodes(e,t),t}_err(e,t,n){var r;if(!this.onParseError)return;const i=null!==(r=e.location)&&void 0!==r?r:sk,o={code:t,startLine:i.startLine,startCol:i.startCol,startOffset:i.startOffset,endLine:n?i.startLine:i.endLine,endCol:n?i.startCol:i.endCol,endOffset:n?i.startOffset:i.endOffset};this.onParseError(o)}onItemPush(e,t,n){var r,i;null===(i=(r=this.treeAdapter).onItemPush)||void 0===i||i.call(r,e),n&&this.openElements.stackTop>0&&this._setContextModes(e,t)}onItemPop(e,t){var n,r;if(this.options.sourceCodeLocationInfo&&this._setEndLocation(e,this.currentToken),null===(r=(n=this.treeAdapter).onItemPop)||void 0===r||r.call(n,e,this.openElements.current),t){let e,t;if(0===this.openElements.stackTop&&this.fragmentContext)e=this.fragmentContext,t=this.fragmentContextID;else{var i=this.openElements;e=i.current,t=i.currentTagId}this._setContextModes(e,t)}}_setContextModes(e,t){const n=e===this.document||e&&this.treeAdapter.getNamespaceURI(e)===uT.HTML;this.currentNotInHTML=!n,this.tokenizer.inForeignNode=!n&&void 0!==e&&void 0!==t&&!this._isIntegrationPoint(t,e)}_switchToTextParsing(e,t){this._insertElement(e,uT.HTML),this.tokenizer.state=t,this.originalInsertionMode=this.insertionMode,this.insertionMode=ak.TEXT}switchToPlaintextParsing(){this.insertionMode=ak.TEXT,this.originalInsertionMode=ak.IN_BODY,this.tokenizer.state=vT.PLAINTEXT}_getAdjustedCurrentElement(){return 0===this.openElements.stackTop&&this.fragmentContext?this.fragmentContext:this.openElements.current}_findFormInFragmentContext(){let e=this.fragmentContext;for(;e;){if(this.treeAdapter.getTagName(e)===dT.FORM){this.formElement=e;break}e=this.treeAdapter.getParentNode(e)}}_initTokenizerForFragmentParsing(){if(this.fragmentContext&&this.treeAdapter.getNamespaceURI(this.fragmentContext)===uT.HTML)switch(this.fragmentContextID){case fT.TITLE:case fT.TEXTAREA:this.tokenizer.state=vT.RCDATA;break;case fT.STYLE:case fT.XMP:case fT.IFRAME:case fT.NOEMBED:case fT.NOFRAMES:case fT.NOSCRIPT:this.tokenizer.state=vT.RAWTEXT;break;case fT.SCRIPT:this.tokenizer.state=vT.SCRIPT_DATA;break;case fT.PLAINTEXT:this.tokenizer.state=vT.PLAINTEXT}}_setDocumentType(e){const t=e.name||"",n=e.publicId||"",r=e.systemId||"";if(this.treeAdapter.setDocumentType(this.document,t,n,r),e.location){const t=this.treeAdapter.getChildNodes(this.document).find(e=>this.treeAdapter.isDocumentTypeNode(e));t&&this.treeAdapter.setNodeSourceCodeLocation(t,e.location)}}_attachElementToTree(e,t){if(this.options.sourceCodeLocationInfo){const n=t&&J(J({},t),{},{startTag:t});this.treeAdapter.setNodeSourceCodeLocation(e,n)}if(this._shouldFosterParentOnInsertion())this._fosterParentElement(e);else{const t=this.openElements.currentTmplContentOrNode;this.treeAdapter.appendChild(null!==t&&void 0!==t?t:this.document,e)}}_appendElement(e,t){const n=this.treeAdapter.createElement(e.tagName,t,e.attrs);this._attachElementToTree(n,e.location)}_insertElement(e,t){const n=this.treeAdapter.createElement(e.tagName,t,e.attrs);this._attachElementToTree(n,e.location),this.openElements.push(n,e.tagID)}_insertFakeElement(e,t){const n=this.treeAdapter.createElement(e,uT.HTML,[]);this._attachElementToTree(n,null),this.openElements.push(n,t)}_insertTemplate(e){const t=this.treeAdapter.createElement(e.tagName,uT.HTML,e.attrs),n=this.treeAdapter.createDocumentFragment();this.treeAdapter.setTemplateContent(t,n),this._attachElementToTree(t,e.location),this.openElements.push(t,e.tagID),this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(n,null)}_insertFakeRootElement(){const e=this.treeAdapter.createElement(dT.HTML,uT.HTML,[]);this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(e,null),this.treeAdapter.appendChild(this.openElements.current,e),this.openElements.push(e,fT.HTML)}_appendCommentNode(e,t){const n=this.treeAdapter.createCommentNode(e.data);this.treeAdapter.appendChild(t,n),this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(n,e.location)}_insertCharacters(e){let t,n;if(this._shouldFosterParentOnInsertion()){var r=this._findFosterParentingLocation();t=r.parent,n=r.beforeElement,n?this.treeAdapter.insertTextBefore(t,e.chars,n):this.treeAdapter.insertText(t,e.chars)}else t=this.openElements.currentTmplContentOrNode,this.treeAdapter.insertText(t,e.chars);if(!e.location)return;const i=this.treeAdapter.getChildNodes(t),o=n?i.lastIndexOf(n):i.length,a=i[o-1];if(this.treeAdapter.getNodeSourceCodeLocation(a)){const t=e.location,n=t.endLine,r=t.endCol,i=t.endOffset;this.treeAdapter.updateNodeSourceCodeLocation(a,{endLine:n,endCol:r,endOffset:i})}else this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(a,e.location)}_adoptNodes(e,t){for(let n=this.treeAdapter.getFirstChild(e);n;n=this.treeAdapter.getFirstChild(e))this.treeAdapter.detachNode(n),this.treeAdapter.appendChild(t,n)}_setEndLocation(e,t){if(this.treeAdapter.getNodeSourceCodeLocation(e)&&t.location){const n=t.location,r=this.treeAdapter.getTagName(e),i=t.type===qC.END_TAG&&r===t.tagName?{endTag:J({},n),endLine:n.endLine,endCol:n.endCol,endOffset:n.endOffset}:{endLine:n.startLine,endCol:n.startCol,endOffset:n.startOffset};this.treeAdapter.updateNodeSourceCodeLocation(e,i)}}shouldProcessStartTagTokenInForeignContent(e){if(!this.currentNotInHTML)return!1;let t,n;if(0===this.openElements.stackTop&&this.fragmentContext)t=this.fragmentContext,n=this.fragmentContextID;else{var r=this.openElements;t=r.current,n=r.currentTagId}return(e.tagID!==fT.SVG||this.treeAdapter.getTagName(t)!==dT.ANNOTATION_XML||this.treeAdapter.getNamespaceURI(t)!==uT.MATHML)&&(this.tokenizer.inForeignNode||(e.tagID===fT.MGLYPH||e.tagID===fT.MALIGNMARK)&&void 0!==n&&!this._isIntegrationPoint(n,t,uT.HTML))}_processToken(e){switch(e.type){case qC.CHARACTER:this.onCharacter(e);break;case qC.NULL_CHARACTER:this.onNullCharacter(e);break;case qC.COMMENT:this.onComment(e);break;case qC.DOCTYPE:this.onDoctype(e);break;case qC.START_TAG:this._processStartTag(e);break;case qC.END_TAG:this.onEndTag(e);break;case qC.EOF:this.onEof(e);break;case qC.WHITESPACE_CHARACTER:this.onWhitespaceCharacter(e)}}_isIntegrationPoint(e,t,n){return ok(e,this.treeAdapter.getNamespaceURI(t),this.treeAdapter.getAttrList(t),n)}_reconstructActiveFormattingElements(){const e=this.activeFormattingElements.entries.length;if(e){const t=this.activeFormattingElements.entries.findIndex(e=>e.type===jT.Marker||this.openElements.contains(e.element));for(let n=-1===t?e-1:t-1;n>=0;n--){const e=this.activeFormattingElements.entries[n];this._insertElement(e.token,this.treeAdapter.getNamespaceURI(e.element)),e.element=this.openElements.current}}}_closeTableCell(){this.openElements.generateImpliedEndTags(),this.openElements.popUntilTableCellPopped(),this.activeFormattingElements.clearToLastMarker(),this.insertionMode=ak.IN_ROW}_closePElement(){this.openElements.generateImpliedEndTagsWithExclusion(fT.P),this.openElements.popUntilTagNamePopped(fT.P)}_resetInsertionMode(){for(let e=this.openElements.stackTop;e>=0;e--)switch(0===e&&this.fragmentContext?this.fragmentContextID:this.openElements.tagIDs[e]){case fT.TR:return void(this.insertionMode=ak.IN_ROW);case fT.TBODY:case fT.THEAD:case fT.TFOOT:return void(this.insertionMode=ak.IN_TABLE_BODY);case fT.CAPTION:return void(this.insertionMode=ak.IN_CAPTION);case fT.COLGROUP:return void(this.insertionMode=ak.IN_COLUMN_GROUP);case fT.TABLE:return void(this.insertionMode=ak.IN_TABLE);case fT.BODY:return void(this.insertionMode=ak.IN_BODY);case fT.FRAMESET:return void(this.insertionMode=ak.IN_FRAMESET);case fT.SELECT:return void this._resetInsertionModeForSelect(e);case fT.TEMPLATE:return void(this.insertionMode=this.tmplInsertionModeStack[0]);case fT.HTML:return void(this.insertionMode=this.headElement?ak.AFTER_HEAD:ak.BEFORE_HEAD);case fT.TD:case fT.TH:if(e>0)return void(this.insertionMode=ak.IN_CELL);break;case fT.HEAD:if(e>0)return void(this.insertionMode=ak.IN_HEAD)}this.insertionMode=ak.IN_BODY}_resetInsertionModeForSelect(e){if(e>0)for(let t=e-1;t>0;t--){const e=this.openElements.tagIDs[t];if(e===fT.TEMPLATE)break;if(e===fT.TABLE)return void(this.insertionMode=ak.IN_SELECT_IN_TABLE)}this.insertionMode=ak.IN_SELECT}_isElementCausesFosterParenting(e){return uk.has(e)}_shouldFosterParentOnInsertion(){return this.fosterParentingEnabled&&void 0!==this.openElements.currentTagId&&this._isElementCausesFosterParenting(this.openElements.currentTagId)}_findFosterParentingLocation(){for(let e=this.openElements.stackTop;e>=0;e--){const t=this.openElements.items[e];switch(this.openElements.tagIDs[e]){case fT.TEMPLATE:if(this.treeAdapter.getNamespaceURI(t)===uT.HTML)return{parent:this.treeAdapter.getTemplateContent(t),beforeElement:null};break;case fT.TABLE:{const n=this.treeAdapter.getParentNode(t);return n?{parent:n,beforeElement:t}:{parent:this.openElements.items[e-1],beforeElement:null}}}}return{parent:this.openElements.items[0],beforeElement:null}}_fosterParentElement(e){const t=this._findFosterParentingLocation();t.beforeElement?this.treeAdapter.insertBefore(t.parent,e,t.beforeElement):this.treeAdapter.appendChild(t.parent,e)}_isSpecialElement(e,t){const n=this.treeAdapter.getNamespaceURI(e);return gT[n].has(t)}onCharacter(e){if(this.skipNextNewLine=!1,this.tokenizer.inForeignNode)!function(e,t){e._insertCharacters(t),e.framesetOk=!1}(this,e);else switch(this.insertionMode){case ak.INITIAL:Ek(this,e);break;case ak.BEFORE_HTML:Ak(this,e);break;case ak.BEFORE_HEAD:bk(this,e);break;case ak.IN_HEAD:Tk(this,e);break;case ak.IN_HEAD_NO_SCRIPT:kk(this,e);break;case ak.AFTER_HEAD:Fk(this,e);break;case ak.IN_BODY:case ak.IN_CAPTION:case ak.IN_CELL:case ak.IN_TEMPLATE:xk(this,e);break;case ak.TEXT:case ak.IN_SELECT:case ak.IN_SELECT_IN_TABLE:this._insertCharacters(e);break;case ak.IN_TABLE:case ak.IN_TABLE_BODY:case ak.IN_ROW:jk(this,e);break;case ak.IN_TABLE_TEXT:Gk(this,e);break;case ak.IN_COLUMN_GROUP:Qk(this,e);break;case ak.AFTER_BODY:rF(this,e);break;case ak.AFTER_AFTER_BODY:iF(this,e)}}onNullCharacter(e){if(this.skipNextNewLine=!1,this.tokenizer.inForeignNode)!function(e,t){t.chars=IC,e._insertCharacters(t)}(this,e);else switch(this.insertionMode){case ak.INITIAL:Ek(this,e);break;case ak.BEFORE_HTML:Ak(this,e);break;case ak.BEFORE_HEAD:bk(this,e);break;case ak.IN_HEAD:Tk(this,e);break;case ak.IN_HEAD_NO_SCRIPT:kk(this,e);break;case ak.AFTER_HEAD:Fk(this,e);break;case ak.TEXT:this._insertCharacters(e);break;case ak.IN_TABLE:case ak.IN_TABLE_BODY:case ak.IN_ROW:jk(this,e);break;case ak.IN_COLUMN_GROUP:Qk(this,e);break;case ak.AFTER_BODY:rF(this,e);break;case ak.AFTER_AFTER_BODY:iF(this,e)}}onComment(e){if(this.skipNextNewLine=!1,this.currentNotInHTML)yk(this,e);else switch(this.insertionMode){case ak.INITIAL:case ak.BEFORE_HTML:case ak.BEFORE_HEAD:case ak.IN_HEAD:case ak.IN_HEAD_NO_SCRIPT:case ak.AFTER_HEAD:case ak.IN_BODY:case ak.IN_TABLE:case ak.IN_CAPTION:case ak.IN_COLUMN_GROUP:case ak.IN_TABLE_BODY:case ak.IN_ROW:case ak.IN_CELL:case ak.IN_SELECT:case ak.IN_SELECT_IN_TABLE:case ak.IN_TEMPLATE:case ak.IN_FRAMESET:case ak.AFTER_FRAMESET:yk(this,e);break;case ak.IN_TABLE_TEXT:Wk(this,e);break;case ak.AFTER_BODY:!function(e,t){e._appendCommentNode(t,e.openElements.items[0])}(this,e);break;case ak.AFTER_AFTER_BODY:case ak.AFTER_AFTER_FRAMESET:!function(e,t){e._appendCommentNode(t,e.document)}(this,e)}}onDoctype(e){switch(this.skipNextNewLine=!1,this.insertionMode){case ak.INITIAL:!function(e,t){e._setDocumentType(t);const n=t.forceQuirks?cT.QUIRKS:function(e){if(e.name!==VT)return cT.QUIRKS;const t=e.systemId;if(t&&"http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd"===t.toLowerCase())return cT.QUIRKS;let n=e.publicId;if(null!==n){if(n=n.toLowerCase(),YT.has(n))return cT.QUIRKS;let e=null===t?WT:GT;if(KT(n,e))return cT.QUIRKS;if(e=null===t?qT:QT,KT(n,e))return cT.LIMITED_QUIRKS}return cT.NO_QUIRKS}(t);(function(e){return e.name===VT&&null===e.publicId&&(null===e.systemId||"about:legacy-compat"===e.systemId)})(t)||e._err(t,WC.nonConformingDoctype);e.treeAdapter.setDocumentMode(e.document,n),e.insertionMode=ak.BEFORE_HTML}(this,e);break;case ak.BEFORE_HEAD:case ak.IN_HEAD:case ak.IN_HEAD_NO_SCRIPT:case ak.AFTER_HEAD:this._err(e,WC.misplacedDoctype);break;case ak.IN_TABLE_TEXT:Wk(this,e)}}onStartTag(e){this.skipNextNewLine=!1,this.currentToken=e,this._processStartTag(e),e.selfClosing&&!e.ackSelfClosing&&this._err(e,WC.nonVoidHtmlElementStartTagWithTrailingSolidus)}_processStartTag(e){this.shouldProcessStartTagTokenInForeignContent(e)?function(e,t){if(function(e){const t=e.tagID,n=t===fT.FONT&&e.attrs.some(e=>{let t=e.name;return t===lT.COLOR||t===lT.SIZE||t===lT.FACE});return n||tk.has(t)}(t))oF(e),e._startTagOutsideForeignContent(t);else{const n=e._getAdjustedCurrentElement(),r=e.treeAdapter.getNamespaceURI(n);r===uT.MATHML?nk(t):r===uT.SVG&&(!function(e){const t=ek.get(e.tagName);null!=t&&(e.tagName=t,e.tagID=hT(e.tagName))}(t),rk(t)),ik(t),t.selfClosing?e._appendElement(t,r):e._insertElement(t,r),t.ackSelfClosing=!0}}(this,e):this._startTagOutsideForeignContent(e)}_startTagOutsideForeignContent(e){switch(this.insertionMode){case ak.INITIAL:Ek(this,e);break;case ak.BEFORE_HTML:!function(e,t){t.tagID===fT.HTML?(e._insertElement(t,uT.HTML),e.insertionMode=ak.BEFORE_HEAD):Ak(e,t)}(this,e);break;case ak.BEFORE_HEAD:!function(e,t){switch(t.tagID){case fT.HTML:Pk(e,t);break;case fT.HEAD:e._insertElement(t,uT.HTML),e.headElement=e.openElements.current,e.insertionMode=ak.IN_HEAD;break;default:bk(e,t)}}(this,e);break;case ak.IN_HEAD:_k(this,e);break;case ak.IN_HEAD_NO_SCRIPT:!function(e,t){switch(t.tagID){case fT.HTML:Pk(e,t);break;case fT.BASEFONT:case fT.BGSOUND:case fT.HEAD:case fT.LINK:case fT.META:case fT.NOFRAMES:case fT.STYLE:_k(e,t);break;case fT.NOSCRIPT:e._err(t,WC.nestedNoscriptInHead);break;default:kk(e,t)}}(this,e);break;case ak.AFTER_HEAD:!function(e,t){switch(t.tagID){case fT.HTML:Pk(e,t);break;case fT.BODY:e._insertElement(t,uT.HTML),e.framesetOk=!1,e.insertionMode=ak.IN_BODY;break;case fT.FRAMESET:e._insertElement(t,uT.HTML),e.insertionMode=ak.IN_FRAMESET;break;case fT.BASE:case fT.BASEFONT:case fT.BGSOUND:case fT.LINK:case fT.META:case fT.NOFRAMES:case fT.SCRIPT:case fT.STYLE:case fT.TEMPLATE:case fT.TITLE:e._err(t,WC.abandonedHeadElementChild),e.openElements.push(e.headElement,fT.HEAD),_k(e,t),e.openElements.remove(e.headElement);break;case fT.HEAD:e._err(t,WC.misplacedStartTagForHeadElement);break;default:Fk(e,t)}}(this,e);break;case ak.IN_BODY:Pk(this,e);break;case ak.IN_TABLE:zk(this,e);break;case ak.IN_TABLE_TEXT:Wk(this,e);break;case ak.IN_CAPTION:!function(e,t){const n=t.tagID;Yk.has(n)?e.openElements.hasInTableScope(fT.CAPTION)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(fT.CAPTION),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=ak.IN_TABLE,zk(e,t)):Pk(e,t)}(this,e);break;case ak.IN_COLUMN_GROUP:qk(this,e);break;case ak.IN_TABLE_BODY:Kk(this,e);break;case ak.IN_ROW:Jk(this,e);break;case ak.IN_CELL:!function(e,t){const n=t.tagID;Yk.has(n)?(e.openElements.hasInTableScope(fT.TD)||e.openElements.hasInTableScope(fT.TH))&&(e._closeTableCell(),Jk(e,t)):Pk(e,t)}(this,e);break;case ak.IN_SELECT:$k(this,e);break;case ak.IN_SELECT_IN_TABLE:!function(e,t){const n=t.tagID;n===fT.CAPTION||n===fT.TABLE||n===fT.TBODY||n===fT.TFOOT||n===fT.THEAD||n===fT.TR||n===fT.TD||n===fT.TH?(e.openElements.popUntilTagNamePopped(fT.SELECT),e._resetInsertionMode(),e._processStartTag(t)):$k(e,t)}(this,e);break;case ak.IN_TEMPLATE:!function(e,t){switch(t.tagID){case fT.BASE:case fT.BASEFONT:case fT.BGSOUND:case fT.LINK:case fT.META:case fT.NOFRAMES:case fT.SCRIPT:case fT.STYLE:case fT.TEMPLATE:case fT.TITLE:_k(e,t);break;case fT.CAPTION:case fT.COLGROUP:case fT.TBODY:case fT.TFOOT:case fT.THEAD:e.tmplInsertionModeStack[0]=ak.IN_TABLE,e.insertionMode=ak.IN_TABLE,zk(e,t);break;case fT.COL:e.tmplInsertionModeStack[0]=ak.IN_COLUMN_GROUP,e.insertionMode=ak.IN_COLUMN_GROUP,qk(e,t);break;case fT.TR:e.tmplInsertionModeStack[0]=ak.IN_TABLE_BODY,e.insertionMode=ak.IN_TABLE_BODY,Kk(e,t);break;case fT.TD:case fT.TH:e.tmplInsertionModeStack[0]=ak.IN_ROW,e.insertionMode=ak.IN_ROW,Jk(e,t);break;default:e.tmplInsertionModeStack[0]=ak.IN_BODY,e.insertionMode=ak.IN_BODY,Pk(e,t)}}(this,e);break;case ak.AFTER_BODY:!function(e,t){t.tagID===fT.HTML?Pk(e,t):rF(e,t)}(this,e);break;case ak.IN_FRAMESET:!function(e,t){switch(t.tagID){case fT.HTML:Pk(e,t);break;case fT.FRAMESET:e._insertElement(t,uT.HTML);break;case fT.FRAME:e._appendElement(t,uT.HTML),t.ackSelfClosing=!0;break;case fT.NOFRAMES:_k(e,t)}}(this,e);break;case ak.AFTER_FRAMESET:!function(e,t){switch(t.tagID){case fT.HTML:Pk(e,t);break;case fT.NOFRAMES:_k(e,t)}}(this,e);break;case ak.AFTER_AFTER_BODY:!function(e,t){t.tagID===fT.HTML?Pk(e,t):iF(e,t)}(this,e);break;case ak.AFTER_AFTER_FRAMESET:!function(e,t){switch(t.tagID){case fT.HTML:Pk(e,t);break;case fT.NOFRAMES:_k(e,t)}}(this,e)}}onEndTag(e){this.skipNextNewLine=!1,this.currentToken=e,this.currentNotInHTML?function(e,t){if(t.tagID===fT.P||t.tagID===fT.BR)return oF(e),void e._endTagOutsideForeignContent(t);for(let n=e.openElements.stackTop;n>0;n--){const r=e.openElements.items[n];if(e.treeAdapter.getNamespaceURI(r)===uT.HTML){e._endTagOutsideForeignContent(t);break}const i=e.treeAdapter.getTagName(r);if(i.toLowerCase()===t.tagName){t.tagName=i,e.openElements.shortenToLength(n);break}}}(this,e):this._endTagOutsideForeignContent(e)}_endTagOutsideForeignContent(e){switch(this.insertionMode){case ak.INITIAL:Ek(this,e);break;case ak.BEFORE_HTML:!function(e,t){const n=t.tagID;n!==fT.HTML&&n!==fT.HEAD&&n!==fT.BODY&&n!==fT.BR||Ak(e,t)}(this,e);break;case ak.BEFORE_HEAD:!function(e,t){const n=t.tagID;n===fT.HEAD||n===fT.BODY||n===fT.HTML||n===fT.BR?bk(e,t):e._err(t,WC.endTagWithoutMatchingOpenElement)}(this,e);break;case ak.IN_HEAD:!function(e,t){switch(t.tagID){case fT.HEAD:e.openElements.pop(),e.insertionMode=ak.AFTER_HEAD;break;case fT.BODY:case fT.BR:case fT.HTML:Tk(e,t);break;case fT.TEMPLATE:Ck(e,t);break;default:e._err(t,WC.endTagWithoutMatchingOpenElement)}}(this,e);break;case ak.IN_HEAD_NO_SCRIPT:!function(e,t){switch(t.tagID){case fT.NOSCRIPT:e.openElements.pop(),e.insertionMode=ak.IN_HEAD;break;case fT.BR:kk(e,t);break;default:e._err(t,WC.endTagWithoutMatchingOpenElement)}}(this,e);break;case ak.AFTER_HEAD:!function(e,t){switch(t.tagID){case fT.BODY:case fT.HTML:case fT.BR:Fk(e,t);break;case fT.TEMPLATE:Ck(e,t);break;default:e._err(t,WC.endTagWithoutMatchingOpenElement)}}(this,e);break;case ak.IN_BODY:Lk(this,e);break;case ak.TEXT:!function(e,t){var n;t.tagID===fT.SCRIPT&&(null===(n=e.scriptHandler)||void 0===n||n.call(e,e.openElements.current));e.openElements.pop(),e.insertionMode=e.originalInsertionMode}(this,e);break;case ak.IN_TABLE:Uk(this,e);break;case ak.IN_TABLE_TEXT:Wk(this,e);break;case ak.IN_CAPTION:!function(e,t){const n=t.tagID;switch(n){case fT.CAPTION:case fT.TABLE:e.openElements.hasInTableScope(fT.CAPTION)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(fT.CAPTION),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=ak.IN_TABLE,n===fT.TABLE&&Uk(e,t));break;case fT.BODY:case fT.COL:case fT.COLGROUP:case fT.HTML:case fT.TBODY:case fT.TD:case fT.TFOOT:case fT.TH:case fT.THEAD:case fT.TR:break;default:Lk(e,t)}}(this,e);break;case ak.IN_COLUMN_GROUP:!function(e,t){switch(t.tagID){case fT.COLGROUP:e.openElements.currentTagId===fT.COLGROUP&&(e.openElements.pop(),e.insertionMode=ak.IN_TABLE);break;case fT.TEMPLATE:Ck(e,t);break;case fT.COL:break;default:Qk(e,t)}}(this,e);break;case ak.IN_TABLE_BODY:Xk(this,e);break;case ak.IN_ROW:Zk(this,e);break;case ak.IN_CELL:!function(e,t){const n=t.tagID;switch(n){case fT.TD:case fT.TH:e.openElements.hasInTableScope(n)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(n),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=ak.IN_ROW);break;case fT.TABLE:case fT.TBODY:case fT.TFOOT:case fT.THEAD:case fT.TR:e.openElements.hasInTableScope(n)&&(e._closeTableCell(),Zk(e,t));break;case fT.BODY:case fT.CAPTION:case fT.COL:case fT.COLGROUP:case fT.HTML:break;default:Lk(e,t)}}(this,e);break;case ak.IN_SELECT:eF(this,e);break;case ak.IN_SELECT_IN_TABLE:!function(e,t){const n=t.tagID;n===fT.CAPTION||n===fT.TABLE||n===fT.TBODY||n===fT.TFOOT||n===fT.THEAD||n===fT.TR||n===fT.TD||n===fT.TH?e.openElements.hasInTableScope(n)&&(e.openElements.popUntilTagNamePopped(fT.SELECT),e._resetInsertionMode(),e.onEndTag(t)):eF(e,t)}(this,e);break;case ak.IN_TEMPLATE:!function(e,t){t.tagID===fT.TEMPLATE&&Ck(e,t)}(this,e);break;case ak.AFTER_BODY:nF(this,e);break;case ak.IN_FRAMESET:!function(e,t){t.tagID!==fT.FRAMESET||e.openElements.isRootHtmlElementCurrent()||(e.openElements.pop(),e.fragmentContext||e.openElements.currentTagId===fT.FRAMESET||(e.insertionMode=ak.AFTER_FRAMESET))}(this,e);break;case ak.AFTER_FRAMESET:!function(e,t){t.tagID===fT.HTML&&(e.insertionMode=ak.AFTER_AFTER_FRAMESET)}(this,e);break;case ak.AFTER_AFTER_BODY:iF(this,e)}}onEof(e){switch(this.insertionMode){case ak.INITIAL:Ek(this,e);break;case ak.BEFORE_HTML:Ak(this,e);break;case ak.BEFORE_HEAD:bk(this,e);break;case ak.IN_HEAD:Tk(this,e);break;case ak.IN_HEAD_NO_SCRIPT:kk(this,e);break;case ak.AFTER_HEAD:Fk(this,e);break;case ak.IN_BODY:case ak.IN_TABLE:case ak.IN_CAPTION:case ak.IN_COLUMN_GROUP:case ak.IN_TABLE_BODY:case ak.IN_ROW:case ak.IN_CELL:case ak.IN_SELECT:case ak.IN_SELECT_IN_TABLE:Mk(this,e);break;case ak.TEXT:!function(e,t){e._err(t,WC.eofInElementThatCanContainOnlyText),e.openElements.pop(),e.insertionMode=e.originalInsertionMode,e.onEof(t)}(this,e);break;case ak.IN_TABLE_TEXT:Wk(this,e);break;case ak.IN_TEMPLATE:tF(this,e);break;case ak.AFTER_BODY:case ak.IN_FRAMESET:case ak.AFTER_FRAMESET:case ak.AFTER_AFTER_BODY:case ak.AFTER_AFTER_FRAMESET:vk(this,e)}}onWhitespaceCharacter(e){if(this.skipNextNewLine&&(this.skipNextNewLine=!1,e.chars.charCodeAt(0)===PC.LINE_FEED)){if(1===e.chars.length)return;e.chars=e.chars.substr(1)}if(this.tokenizer.inForeignNode)this._insertCharacters(e);else switch(this.insertionMode){case ak.IN_HEAD:case ak.IN_HEAD_NO_SCRIPT:case ak.AFTER_HEAD:case ak.TEXT:case ak.IN_COLUMN_GROUP:case ak.IN_SELECT:case ak.IN_SELECT_IN_TABLE:case ak.IN_FRAMESET:case ak.AFTER_FRAMESET:this._insertCharacters(e);break;case ak.IN_BODY:case ak.IN_CAPTION:case ak.IN_CELL:case ak.IN_TEMPLATE:case ak.AFTER_BODY:case ak.AFTER_AFTER_BODY:case ak.AFTER_AFTER_FRAMESET:wk(this,e);break;case ak.IN_TABLE:case ak.IN_TABLE_BODY:case ak.IN_ROW:jk(this,e);break;case ak.IN_TABLE_TEXT:Vk(this,e)}}}function dk(e,t){let n=e.activeFormattingElements.getElementEntryInScopeWithTagName(t.tagName);return n?e.openElements.contains(n.element)?e.openElements.hasInScope(t.tagID)||(n=null):(e.activeFormattingElements.removeEntry(n),n=null):Rk(e,t),n}function fk(e,t){let n=null,r=e.openElements.stackTop;for(;r>=0;r--){const i=e.openElements.items[r];if(i===t.element)break;e._isSpecialElement(i,e.openElements.tagIDs[r])&&(n=i)}return n||(e.openElements.shortenToLength(Math.max(r,0)),e.activeFormattingElements.removeEntry(t)),n}function pk(e,t,n){let r=t,i=e.openElements.getCommonAncestor(t);for(let o=0,a=i;a!==n;o++,a=i){i=e.openElements.getCommonAncestor(a);const n=e.activeFormattingElements.getElementEntry(a),s=n&&o>=3;!n||s?(s&&e.activeFormattingElements.removeEntry(n),e.openElements.remove(a)):(a=hk(e,n),r===t&&(e.activeFormattingElements.bookmark=n),e.treeAdapter.detachNode(r),e.treeAdapter.appendChild(a,r),r=a)}return r}function hk(e,t){const n=e.treeAdapter.getNamespaceURI(t.element),r=e.treeAdapter.createElement(t.token.tagName,n,t.token.attrs);return e.openElements.replace(t.element,r),t.element=r,r}function mk(e,t,n){const r=hT(e.treeAdapter.getTagName(t));if(e._isElementCausesFosterParenting(r))e._fosterParentElement(n);else{const i=e.treeAdapter.getNamespaceURI(t);r===fT.TEMPLATE&&i===uT.HTML&&(t=e.treeAdapter.getTemplateContent(t)),e.treeAdapter.appendChild(t,n)}}function gk(e,t,n){const r=e.treeAdapter.getNamespaceURI(n.element),i=n.token,o=e.treeAdapter.createElement(i.tagName,r,i.attrs);e._adoptNodes(t,o),e.treeAdapter.appendChild(t,o),e.activeFormattingElements.insertElementAfterBookmark(o,i),e.activeFormattingElements.removeEntry(n),e.openElements.remove(n.element),e.openElements.insertAfter(t,o,i.tagID)}function Dk(e,t){for(let n=0;n<8;n++){const n=dk(e,t);if(!n)break;const r=fk(e,n);if(!r)break;e.activeFormattingElements.bookmark=n;const i=pk(e,r,n.element),o=e.openElements.getCommonAncestor(n.element);e.treeAdapter.detachNode(i),o&&mk(e,o,i),gk(e,r,n)}}function yk(e,t){e._appendCommentNode(t,e.openElements.currentTmplContentOrNode)}function vk(e,t){if(e.stopped=!0,t.location){const n=e.fragmentContext?0:2;for(let r=e.openElements.stackTop;r>=n;r--)e._setEndLocation(e.openElements.items[r],t);if(!e.fragmentContext&&e.openElements.stackTop>=0){const n=e.openElements.items[0],r=e.treeAdapter.getNodeSourceCodeLocation(n);if(r&&!r.endTag&&(e._setEndLocation(n,t),e.openElements.stackTop>=1)){const n=e.openElements.items[1],r=e.treeAdapter.getNodeSourceCodeLocation(n);r&&!r.endTag&&e._setEndLocation(n,t)}}}}function Ek(e,t){e._err(t,WC.missingDoctype,!0),e.treeAdapter.setDocumentMode(e.document,cT.QUIRKS),e.insertionMode=ak.BEFORE_HTML,e._processToken(t)}function Ak(e,t){e._insertFakeRootElement(),e.insertionMode=ak.BEFORE_HEAD,e._processToken(t)}function bk(e,t){e._insertFakeElement(dT.HEAD,fT.HEAD),e.headElement=e.openElements.current,e.insertionMode=ak.IN_HEAD,e._processToken(t)}function _k(e,t){switch(t.tagID){case fT.HTML:Pk(e,t);break;case fT.BASE:case fT.BASEFONT:case fT.BGSOUND:case fT.LINK:case fT.META:e._appendElement(t,uT.HTML),t.ackSelfClosing=!0;break;case fT.TITLE:e._switchToTextParsing(t,vT.RCDATA);break;case fT.NOSCRIPT:e.options.scriptingEnabled?e._switchToTextParsing(t,vT.RAWTEXT):(e._insertElement(t,uT.HTML),e.insertionMode=ak.IN_HEAD_NO_SCRIPT);break;case fT.NOFRAMES:case fT.STYLE:e._switchToTextParsing(t,vT.RAWTEXT);break;case fT.SCRIPT:e._switchToTextParsing(t,vT.SCRIPT_DATA);break;case fT.TEMPLATE:e._insertTemplate(t),e.activeFormattingElements.insertMarker(),e.framesetOk=!1,e.insertionMode=ak.IN_TEMPLATE,e.tmplInsertionModeStack.unshift(ak.IN_TEMPLATE);break;case fT.HEAD:e._err(t,WC.misplacedStartTagForHeadElement);break;default:Tk(e,t)}}function Ck(e,t){e.openElements.tmplCount>0?(e.openElements.generateImpliedEndTagsThoroughly(),e.openElements.currentTagId!==fT.TEMPLATE&&e._err(t,WC.closingOfElementWithOpenChildElements),e.openElements.popUntilTagNamePopped(fT.TEMPLATE),e.activeFormattingElements.clearToLastMarker(),e.tmplInsertionModeStack.shift(),e._resetInsertionMode()):e._err(t,WC.endTagWithoutMatchingOpenElement)}function Tk(e,t){e.openElements.pop(),e.insertionMode=ak.AFTER_HEAD,e._processToken(t)}function kk(e,t){const n=t.type===qC.EOF?WC.openElementsLeftAfterEof:WC.disallowedContentInNoscriptInHead;e._err(t,n),e.openElements.pop(),e.insertionMode=ak.IN_HEAD,e._processToken(t)}function Fk(e,t){e._insertFakeElement(dT.BODY,fT.BODY),e.insertionMode=ak.IN_BODY,Sk(e,t)}function Sk(e,t){switch(t.type){case qC.CHARACTER:xk(e,t);break;case qC.WHITESPACE_CHARACTER:wk(e,t);break;case qC.COMMENT:yk(e,t);break;case qC.START_TAG:Pk(e,t);break;case qC.END_TAG:Lk(e,t);break;case qC.EOF:Mk(e,t)}}function wk(e,t){e._reconstructActiveFormattingElements(),e._insertCharacters(t)}function xk(e,t){e._reconstructActiveFormattingElements(),e._insertCharacters(t),e.framesetOk=!1}function Ok(e,t){e._reconstructActiveFormattingElements(),e._appendElement(t,uT.HTML),e.framesetOk=!1,t.ackSelfClosing=!0}function Nk(e){const t=KC(e,lT.TYPE);return null!=t&&"hidden"===t.toLowerCase()}function Bk(e,t){e._switchToTextParsing(t,vT.RAWTEXT)}function Ik(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,uT.HTML)}function Pk(e,t){switch(t.tagID){case fT.I:case fT.S:case fT.B:case fT.U:case fT.EM:case fT.TT:case fT.BIG:case fT.CODE:case fT.FONT:case fT.SMALL:case fT.STRIKE:case fT.STRONG:!function(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,uT.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}(e,t);break;case fT.A:!function(e,t){const n=e.activeFormattingElements.getElementEntryInScopeWithTagName(dT.A);n&&(Dk(e,t),e.openElements.remove(n.element),e.activeFormattingElements.removeEntry(n)),e._reconstructActiveFormattingElements(),e._insertElement(t,uT.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}(e,t);break;case fT.H1:case fT.H2:case fT.H3:case fT.H4:case fT.H5:case fT.H6:!function(e,t){e.openElements.hasInButtonScope(fT.P)&&e._closePElement(),void 0!==e.openElements.currentTagId&&DT.has(e.openElements.currentTagId)&&e.openElements.pop(),e._insertElement(t,uT.HTML)}(e,t);break;case fT.P:case fT.DL:case fT.OL:case fT.UL:case fT.DIV:case fT.DIR:case fT.NAV:case fT.MAIN:case fT.MENU:case fT.ASIDE:case fT.CENTER:case fT.FIGURE:case fT.FOOTER:case fT.HEADER:case fT.HGROUP:case fT.DIALOG:case fT.DETAILS:case fT.ADDRESS:case fT.ARTICLE:case fT.SEARCH:case fT.SECTION:case fT.SUMMARY:case fT.FIELDSET:case fT.BLOCKQUOTE:case fT.FIGCAPTION:!function(e,t){e.openElements.hasInButtonScope(fT.P)&&e._closePElement(),e._insertElement(t,uT.HTML)}(e,t);break;case fT.LI:case fT.DD:case fT.DT:!function(e,t){e.framesetOk=!1;const n=t.tagID;for(let r=e.openElements.stackTop;r>=0;r--){const t=e.openElements.tagIDs[r];if(n===fT.LI&&t===fT.LI||(n===fT.DD||n===fT.DT)&&(t===fT.DD||t===fT.DT)){e.openElements.generateImpliedEndTagsWithExclusion(t),e.openElements.popUntilTagNamePopped(t);break}if(t!==fT.ADDRESS&&t!==fT.DIV&&t!==fT.P&&e._isSpecialElement(e.openElements.items[r],t))break}e.openElements.hasInButtonScope(fT.P)&&e._closePElement(),e._insertElement(t,uT.HTML)}(e,t);break;case fT.BR:case fT.IMG:case fT.WBR:case fT.AREA:case fT.EMBED:case fT.KEYGEN:Ok(e,t);break;case fT.HR:!function(e,t){e.openElements.hasInButtonScope(fT.P)&&e._closePElement(),e._appendElement(t,uT.HTML),e.framesetOk=!1,t.ackSelfClosing=!0}(e,t);break;case fT.RB:case fT.RTC:!function(e,t){e.openElements.hasInScope(fT.RUBY)&&e.openElements.generateImpliedEndTags(),e._insertElement(t,uT.HTML)}(e,t);break;case fT.RT:case fT.RP:!function(e,t){e.openElements.hasInScope(fT.RUBY)&&e.openElements.generateImpliedEndTagsWithExclusion(fT.RTC),e._insertElement(t,uT.HTML)}(e,t);break;case fT.PRE:case fT.LISTING:!function(e,t){e.openElements.hasInButtonScope(fT.P)&&e._closePElement(),e._insertElement(t,uT.HTML),e.skipNextNewLine=!0,e.framesetOk=!1}(e,t);break;case fT.XMP:!function(e,t){e.openElements.hasInButtonScope(fT.P)&&e._closePElement(),e._reconstructActiveFormattingElements(),e.framesetOk=!1,e._switchToTextParsing(t,vT.RAWTEXT)}(e,t);break;case fT.SVG:!function(e,t){e._reconstructActiveFormattingElements(),rk(t),ik(t),t.selfClosing?e._appendElement(t,uT.SVG):e._insertElement(t,uT.SVG),t.ackSelfClosing=!0}(e,t);break;case fT.HTML:!function(e,t){0===e.openElements.tmplCount&&e.treeAdapter.adoptAttributes(e.openElements.items[0],t.attrs)}(e,t);break;case fT.BASE:case fT.LINK:case fT.META:case fT.STYLE:case fT.TITLE:case fT.SCRIPT:case fT.BGSOUND:case fT.BASEFONT:case fT.TEMPLATE:_k(e,t);break;case fT.BODY:!function(e,t){const n=e.openElements.tryPeekProperlyNestedBodyElement();n&&0===e.openElements.tmplCount&&(e.framesetOk=!1,e.treeAdapter.adoptAttributes(n,t.attrs))}(e,t);break;case fT.FORM:!function(e,t){const n=e.openElements.tmplCount>0;e.formElement&&!n||(e.openElements.hasInButtonScope(fT.P)&&e._closePElement(),e._insertElement(t,uT.HTML),n||(e.formElement=e.openElements.current))}(e,t);break;case fT.NOBR:!function(e,t){e._reconstructActiveFormattingElements(),e.openElements.hasInScope(fT.NOBR)&&(Dk(e,t),e._reconstructActiveFormattingElements()),e._insertElement(t,uT.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}(e,t);break;case fT.MATH:!function(e,t){e._reconstructActiveFormattingElements(),nk(t),ik(t),t.selfClosing?e._appendElement(t,uT.MATHML):e._insertElement(t,uT.MATHML),t.ackSelfClosing=!0}(e,t);break;case fT.TABLE:!function(e,t){e.treeAdapter.getDocumentMode(e.document)!==cT.QUIRKS&&e.openElements.hasInButtonScope(fT.P)&&e._closePElement(),e._insertElement(t,uT.HTML),e.framesetOk=!1,e.insertionMode=ak.IN_TABLE}(e,t);break;case fT.INPUT:!function(e,t){e._reconstructActiveFormattingElements(),e._appendElement(t,uT.HTML),Nk(t)||(e.framesetOk=!1),t.ackSelfClosing=!0}(e,t);break;case fT.PARAM:case fT.TRACK:case fT.SOURCE:!function(e,t){e._appendElement(t,uT.HTML),t.ackSelfClosing=!0}(e,t);break;case fT.IMAGE:!function(e,t){t.tagName=dT.IMG,t.tagID=fT.IMG,Ok(e,t)}(e,t);break;case fT.BUTTON:!function(e,t){e.openElements.hasInScope(fT.BUTTON)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(fT.BUTTON)),e._reconstructActiveFormattingElements(),e._insertElement(t,uT.HTML),e.framesetOk=!1}(e,t);break;case fT.APPLET:case fT.OBJECT:case fT.MARQUEE:!function(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,uT.HTML),e.activeFormattingElements.insertMarker(),e.framesetOk=!1}(e,t);break;case fT.IFRAME:!function(e,t){e.framesetOk=!1,e._switchToTextParsing(t,vT.RAWTEXT)}(e,t);break;case fT.SELECT:!function(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,uT.HTML),e.framesetOk=!1,e.insertionMode=e.insertionMode===ak.IN_TABLE||e.insertionMode===ak.IN_CAPTION||e.insertionMode===ak.IN_TABLE_BODY||e.insertionMode===ak.IN_ROW||e.insertionMode===ak.IN_CELL?ak.IN_SELECT_IN_TABLE:ak.IN_SELECT}(e,t);break;case fT.OPTION:case fT.OPTGROUP:!function(e,t){e.openElements.currentTagId===fT.OPTION&&e.openElements.pop(),e._reconstructActiveFormattingElements(),e._insertElement(t,uT.HTML)}(e,t);break;case fT.NOEMBED:case fT.NOFRAMES:Bk(e,t);break;case fT.FRAMESET:!function(e,t){const n=e.openElements.tryPeekProperlyNestedBodyElement();e.framesetOk&&n&&(e.treeAdapter.detachNode(n),e.openElements.popAllUpToHtmlElement(),e._insertElement(t,uT.HTML),e.insertionMode=ak.IN_FRAMESET)}(e,t);break;case fT.TEXTAREA:!function(e,t){e._insertElement(t,uT.HTML),e.skipNextNewLine=!0,e.tokenizer.state=vT.RCDATA,e.originalInsertionMode=e.insertionMode,e.framesetOk=!1,e.insertionMode=ak.TEXT}(e,t);break;case fT.NOSCRIPT:e.options.scriptingEnabled?Bk(e,t):Ik(e,t);break;case fT.PLAINTEXT:!function(e,t){e.openElements.hasInButtonScope(fT.P)&&e._closePElement(),e._insertElement(t,uT.HTML),e.tokenizer.state=vT.PLAINTEXT}(e,t);break;case fT.COL:case fT.TH:case fT.TD:case fT.TR:case fT.HEAD:case fT.FRAME:case fT.TBODY:case fT.TFOOT:case fT.THEAD:case fT.CAPTION:case fT.COLGROUP:break;default:Ik(e,t)}}function Rk(e,t){const n=t.tagName,r=t.tagID;for(let i=e.openElements.stackTop;i>0;i--){const t=e.openElements.items[i],o=e.openElements.tagIDs[i];if(r===o&&(r!==fT.UNKNOWN||e.treeAdapter.getTagName(t)===n)){e.openElements.generateImpliedEndTagsWithExclusion(r),e.openElements.stackTop>=i&&e.openElements.shortenToLength(i);break}if(e._isSpecialElement(t,o))break}}function Lk(e,t){switch(t.tagID){case fT.A:case fT.B:case fT.I:case fT.S:case fT.U:case fT.EM:case fT.TT:case fT.BIG:case fT.CODE:case fT.FONT:case fT.NOBR:case fT.SMALL:case fT.STRIKE:case fT.STRONG:Dk(e,t);break;case fT.P:!function(e){e.openElements.hasInButtonScope(fT.P)||e._insertFakeElement(dT.P,fT.P),e._closePElement()}(e);break;case fT.DL:case fT.UL:case fT.OL:case fT.DIR:case fT.DIV:case fT.NAV:case fT.PRE:case fT.MAIN:case fT.MENU:case fT.ASIDE:case fT.BUTTON:case fT.CENTER:case fT.FIGURE:case fT.FOOTER:case fT.HEADER:case fT.HGROUP:case fT.DIALOG:case fT.ADDRESS:case fT.ARTICLE:case fT.DETAILS:case fT.SEARCH:case fT.SECTION:case fT.SUMMARY:case fT.LISTING:case fT.FIELDSET:case fT.BLOCKQUOTE:case fT.FIGCAPTION:!function(e,t){const n=t.tagID;e.openElements.hasInScope(n)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(n))}(e,t);break;case fT.LI:!function(e){e.openElements.hasInListItemScope(fT.LI)&&(e.openElements.generateImpliedEndTagsWithExclusion(fT.LI),e.openElements.popUntilTagNamePopped(fT.LI))}(e);break;case fT.DD:case fT.DT:!function(e,t){const n=t.tagID;e.openElements.hasInScope(n)&&(e.openElements.generateImpliedEndTagsWithExclusion(n),e.openElements.popUntilTagNamePopped(n))}(e,t);break;case fT.H1:case fT.H2:case fT.H3:case fT.H4:case fT.H5:case fT.H6:!function(e){e.openElements.hasNumberedHeaderInScope()&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilNumberedHeaderPopped())}(e);break;case fT.BR:!function(e){e._reconstructActiveFormattingElements(),e._insertFakeElement(dT.BR,fT.BR),e.openElements.pop(),e.framesetOk=!1}(e);break;case fT.BODY:!function(e,t){if(e.openElements.hasInScope(fT.BODY)&&(e.insertionMode=ak.AFTER_BODY,e.options.sourceCodeLocationInfo)){const n=e.openElements.tryPeekProperlyNestedBodyElement();n&&e._setEndLocation(n,t)}}(e,t);break;case fT.HTML:!function(e,t){e.openElements.hasInScope(fT.BODY)&&(e.insertionMode=ak.AFTER_BODY,nF(e,t))}(e,t);break;case fT.FORM:!function(e){const t=e.openElements.tmplCount>0,n=e.formElement;t||(e.formElement=null),(n||t)&&e.openElements.hasInScope(fT.FORM)&&(e.openElements.generateImpliedEndTags(),t?e.openElements.popUntilTagNamePopped(fT.FORM):n&&e.openElements.remove(n))}(e);break;case fT.APPLET:case fT.OBJECT:case fT.MARQUEE:!function(e,t){const n=t.tagID;e.openElements.hasInScope(n)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(n),e.activeFormattingElements.clearToLastMarker())}(e,t);break;case fT.TEMPLATE:Ck(e,t);break;default:Rk(e,t)}}function Mk(e,t){e.tmplInsertionModeStack.length>0?tF(e,t):vk(e,t)}function jk(e,t){if(void 0!==e.openElements.currentTagId&&uk.has(e.openElements.currentTagId))switch(e.pendingCharacterTokens.length=0,e.hasNonWhitespacePendingCharacterToken=!1,e.originalInsertionMode=e.insertionMode,e.insertionMode=ak.IN_TABLE_TEXT,t.type){case qC.CHARACTER:Gk(e,t);break;case qC.WHITESPACE_CHARACTER:Vk(e,t)}else Hk(e,t)}function zk(e,t){switch(t.tagID){case fT.TD:case fT.TH:case fT.TR:!function(e,t){e.openElements.clearBackToTableContext(),e._insertFakeElement(dT.TBODY,fT.TBODY),e.insertionMode=ak.IN_TABLE_BODY,Kk(e,t)}(e,t);break;case fT.STYLE:case fT.SCRIPT:case fT.TEMPLATE:_k(e,t);break;case fT.COL:!function(e,t){e.openElements.clearBackToTableContext(),e._insertFakeElement(dT.COLGROUP,fT.COLGROUP),e.insertionMode=ak.IN_COLUMN_GROUP,qk(e,t)}(e,t);break;case fT.FORM:!function(e,t){e.formElement||0!==e.openElements.tmplCount||(e._insertElement(t,uT.HTML),e.formElement=e.openElements.current,e.openElements.pop())}(e,t);break;case fT.TABLE:!function(e,t){e.openElements.hasInTableScope(fT.TABLE)&&(e.openElements.popUntilTagNamePopped(fT.TABLE),e._resetInsertionMode(),e._processStartTag(t))}(e,t);break;case fT.TBODY:case fT.TFOOT:case fT.THEAD:!function(e,t){e.openElements.clearBackToTableContext(),e._insertElement(t,uT.HTML),e.insertionMode=ak.IN_TABLE_BODY}(e,t);break;case fT.INPUT:!function(e,t){Nk(t)?e._appendElement(t,uT.HTML):Hk(e,t),t.ackSelfClosing=!0}(e,t);break;case fT.CAPTION:!function(e,t){e.openElements.clearBackToTableContext(),e.activeFormattingElements.insertMarker(),e._insertElement(t,uT.HTML),e.insertionMode=ak.IN_CAPTION}(e,t);break;case fT.COLGROUP:!function(e,t){e.openElements.clearBackToTableContext(),e._insertElement(t,uT.HTML),e.insertionMode=ak.IN_COLUMN_GROUP}(e,t);break;default:Hk(e,t)}}function Uk(e,t){switch(t.tagID){case fT.TABLE:e.openElements.hasInTableScope(fT.TABLE)&&(e.openElements.popUntilTagNamePopped(fT.TABLE),e._resetInsertionMode());break;case fT.TEMPLATE:Ck(e,t);break;case fT.BODY:case fT.CAPTION:case fT.COL:case fT.COLGROUP:case fT.HTML:case fT.TBODY:case fT.TD:case fT.TFOOT:case fT.TH:case fT.THEAD:case fT.TR:break;default:Hk(e,t)}}function Hk(e,t){const n=e.fosterParentingEnabled;e.fosterParentingEnabled=!0,Sk(e,t),e.fosterParentingEnabled=n}function Vk(e,t){e.pendingCharacterTokens.push(t)}function Gk(e,t){e.pendingCharacterTokens.push(t),e.hasNonWhitespacePendingCharacterToken=!0}function Wk(e,t){let n=0;if(e.hasNonWhitespacePendingCharacterToken)for(;n<e.pendingCharacterTokens.length;n++)Hk(e,e.pendingCharacterTokens[n]);else for(;n<e.pendingCharacterTokens.length;n++)e._insertCharacters(e.pendingCharacterTokens[n]);e.insertionMode=e.originalInsertionMode,e._processToken(t)}const Yk=new Set([fT.CAPTION,fT.COL,fT.COLGROUP,fT.TBODY,fT.TD,fT.TFOOT,fT.TH,fT.THEAD,fT.TR]);function qk(e,t){switch(t.tagID){case fT.HTML:Pk(e,t);break;case fT.COL:e._appendElement(t,uT.HTML),t.ackSelfClosing=!0;break;case fT.TEMPLATE:_k(e,t);break;default:Qk(e,t)}}function Qk(e,t){e.openElements.currentTagId===fT.COLGROUP&&(e.openElements.pop(),e.insertionMode=ak.IN_TABLE,e._processToken(t))}function Kk(e,t){switch(t.tagID){case fT.TR:e.openElements.clearBackToTableBodyContext(),e._insertElement(t,uT.HTML),e.insertionMode=ak.IN_ROW;break;case fT.TH:case fT.TD:e.openElements.clearBackToTableBodyContext(),e._insertFakeElement(dT.TR,fT.TR),e.insertionMode=ak.IN_ROW,Jk(e,t);break;case fT.CAPTION:case fT.COL:case fT.COLGROUP:case fT.TBODY:case fT.TFOOT:case fT.THEAD:e.openElements.hasTableBodyContextInTableScope()&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=ak.IN_TABLE,zk(e,t));break;default:zk(e,t)}}function Xk(e,t){const n=t.tagID;switch(t.tagID){case fT.TBODY:case fT.TFOOT:case fT.THEAD:e.openElements.hasInTableScope(n)&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=ak.IN_TABLE);break;case fT.TABLE:e.openElements.hasTableBodyContextInTableScope()&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=ak.IN_TABLE,Uk(e,t));break;case fT.BODY:case fT.CAPTION:case fT.COL:case fT.COLGROUP:case fT.HTML:case fT.TD:case fT.TH:case fT.TR:break;default:Uk(e,t)}}function Jk(e,t){switch(t.tagID){case fT.TH:case fT.TD:e.openElements.clearBackToTableRowContext(),e._insertElement(t,uT.HTML),e.insertionMode=ak.IN_CELL,e.activeFormattingElements.insertMarker();break;case fT.CAPTION:case fT.COL:case fT.COLGROUP:case fT.TBODY:case fT.TFOOT:case fT.THEAD:case fT.TR:e.openElements.hasInTableScope(fT.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=ak.IN_TABLE_BODY,Kk(e,t));break;default:zk(e,t)}}function Zk(e,t){switch(t.tagID){case fT.TR:e.openElements.hasInTableScope(fT.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=ak.IN_TABLE_BODY);break;case fT.TABLE:e.openElements.hasInTableScope(fT.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=ak.IN_TABLE_BODY,Xk(e,t));break;case fT.TBODY:case fT.TFOOT:case fT.THEAD:(e.openElements.hasInTableScope(t.tagID)||e.openElements.hasInTableScope(fT.TR))&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=ak.IN_TABLE_BODY,Xk(e,t));break;case fT.BODY:case fT.CAPTION:case fT.COL:case fT.COLGROUP:case fT.HTML:case fT.TD:case fT.TH:break;default:Uk(e,t)}}function $k(e,t){switch(t.tagID){case fT.HTML:Pk(e,t);break;case fT.OPTION:e.openElements.currentTagId===fT.OPTION&&e.openElements.pop(),e._insertElement(t,uT.HTML);break;case fT.OPTGROUP:e.openElements.currentTagId===fT.OPTION&&e.openElements.pop(),e.openElements.currentTagId===fT.OPTGROUP&&e.openElements.pop(),e._insertElement(t,uT.HTML);break;case fT.HR:e.openElements.currentTagId===fT.OPTION&&e.openElements.pop(),e.openElements.currentTagId===fT.OPTGROUP&&e.openElements.pop(),e._appendElement(t,uT.HTML),t.ackSelfClosing=!0;break;case fT.INPUT:case fT.KEYGEN:case fT.TEXTAREA:case fT.SELECT:e.openElements.hasInSelectScope(fT.SELECT)&&(e.openElements.popUntilTagNamePopped(fT.SELECT),e._resetInsertionMode(),t.tagID!==fT.SELECT&&e._processStartTag(t));break;case fT.SCRIPT:case fT.TEMPLATE:_k(e,t)}}function eF(e,t){switch(t.tagID){case fT.OPTGROUP:e.openElements.stackTop>0&&e.openElements.currentTagId===fT.OPTION&&e.openElements.tagIDs[e.openElements.stackTop-1]===fT.OPTGROUP&&e.openElements.pop(),e.openElements.currentTagId===fT.OPTGROUP&&e.openElements.pop();break;case fT.OPTION:e.openElements.currentTagId===fT.OPTION&&e.openElements.pop();break;case fT.SELECT:e.openElements.hasInSelectScope(fT.SELECT)&&(e.openElements.popUntilTagNamePopped(fT.SELECT),e._resetInsertionMode());break;case fT.TEMPLATE:Ck(e,t)}}function tF(e,t){e.openElements.tmplCount>0?(e.openElements.popUntilTagNamePopped(fT.TEMPLATE),e.activeFormattingElements.clearToLastMarker(),e.tmplInsertionModeStack.shift(),e._resetInsertionMode(),e.onEof(t)):vk(e,t)}function nF(e,t){var n;if(t.tagID===fT.HTML){if(e.fragmentContext||(e.insertionMode=ak.AFTER_AFTER_BODY),e.options.sourceCodeLocationInfo&&e.openElements.tagIDs[0]===fT.HTML){e._setEndLocation(e.openElements.items[0],t);const r=e.openElements.items[1];r&&!(null===(n=e.treeAdapter.getNodeSourceCodeLocation(r))||void 0===n?void 0:n.endTag)&&e._setEndLocation(r,t)}}else rF(e,t)}function rF(e,t){e.insertionMode=ak.IN_BODY,Sk(e,t)}function iF(e,t){e.insertionMode=ak.IN_BODY,Sk(e,t)}function oF(e){for(;e.treeAdapter.getNamespaceURI(e.openElements.current)!==uT.HTML&&void 0!==e.openElements.currentTagId&&!e._isIntegrationPoint(e.openElements.currentTagId,e.openElements.current);)e.openElements.pop()}new Map([[34,"&quot;"],[38,"&amp;"],[39,"&apos;"],[60,"&lt;"],[62,"&gt;"]]),String.prototype.codePointAt;function aF(e,t){return function(n){let r,i=0,o="";for(;e.exec(n);)i!==r.index&&n.substring(i,r.index),t.get(r[0].charCodeAt(0)),r.index+1;return o+n.substring(i)}}new Map([[34,"&quot;"],[38,"&amp;"],[160,"&nbsp;"]]),new Map([[38,"&amp;"],[60,"&lt;"],[62,"&gt;"],[160,"&nbsp;"]]);new Set([dT.AREA,dT.BASE,dT.BASEFONT,dT.BGSOUND,dT.BR,dT.COL,dT.EMBED,dT.FRAME,dT.HR,dT.IMG,dT.INPUT,dT.KEYGEN,dT.LINK,dT.META,dT.PARAM,dT.SOURCE,dT.TRACK,dT.WBR]);const sF=/<(\/?)(iframe|noembed|noframes|plaintext|script|style|textarea|title|xmp)(?=[\t\n\f\r />])/gi,uF=new Set(["mdxFlowExpression","mdxJsxFlowElement","mdxJsxTextElement","mdxTextExpression","mdxjsEsm"]),lF={sourceCodeLocationInfo:!0,scriptingEnabled:!1};function cF(e,t){const n=function(e){const t="root"===e.type?e.children[0]:e;return Boolean(t&&("doctype"===t.type||"element"===t.type&&"html"===t.tagName.toLowerCase()))}(e),r=TC("type",{handlers:{root:fF,element:pF,text:hF,comment:DF,doctype:mF,raw:yF},unknown:vF}),i={parser:n?new ck(lF):ck.getFragmentParser(void 0,lF),handle(e){r(e,i)},stitches:!1,options:t||{}};r(e,i),EF(i,Ny());const o=function(e,t){const n=t||{};return vC({file:n.file||void 0,location:!1,schema:"svg"===n.space?Ey:vy,verbose:n.verbose||!1},e)}(n?i.parser.document:i.parser.getFragment(),{file:i.options.file});return i.stitches&&vA(o,"comment",function(e,t,n){const r=e;if(r.value.stitch&&n&&void 0!==t){return n.children[t]=r.value.stitch,t}}),"root"===o.type&&1===o.children.length&&o.children[0].type===e.type?o.children[0]:o}function dF(e,t){let n=-1;if(e)for(;++n<e.length;)t.handle(e[n])}function fF(e,t){dF(e.children,t)}function pF(e,t){!function(e,t){const n=e.tagName.toLowerCase();if(t.parser.tokenizer.state===vT.PLAINTEXT)return;EF(t,Ny(e));const r=t.parser.openElements.current;let i="namespaceURI"in r?r.namespaceURI:gC.html;i===gC.html&&"svg"===n&&(i=gC.svg);const o=function(e,t){const n=(t||kC).space;return SC(e,"svg"===n?Ey:vy)}(J(J({},e),{},{children:[]}),{space:i===gC.svg?"svg":"html"}),a={type:qC.START_TAG,tagName:n,tagID:hT(n),selfClosing:!1,ackSelfClosing:!1,attrs:"attrs"in o?o.attrs:[],location:bF(e)};t.parser.currentToken=a,t.parser._processToken(t.parser.currentToken),t.parser.tokenizer.lastStartTagName=n}(e,t),dF(e.children,t),function(e,t){const n=e.tagName.toLowerCase();if(!t.parser.tokenizer.inForeignNode&&NC.includes(n))return;if(t.parser.tokenizer.state===vT.PLAINTEXT)return;EF(t,Oy(e));const r={type:qC.END_TAG,tagName:n,tagID:hT(n),selfClosing:!1,ackSelfClosing:!1,attrs:[],location:bF(e)};t.parser.currentToken=r,t.parser._processToken(t.parser.currentToken),n!==t.parser.tokenizer.lastStartTagName||t.parser.tokenizer.state!==vT.RCDATA&&t.parser.tokenizer.state!==vT.RAWTEXT&&t.parser.tokenizer.state!==vT.SCRIPT_DATA||(t.parser.tokenizer.state=vT.DATA)}(e,t)}function hF(e,t){t.parser.tokenizer.state>4&&(t.parser.tokenizer.state=0);const n={type:qC.CHARACTER,chars:e.value,location:bF(e)};EF(t,Ny(e)),t.parser.currentToken=n,t.parser._processToken(t.parser.currentToken)}function mF(e,t){const n={type:qC.DOCTYPE,name:"html",forceQuirks:!1,publicId:"",systemId:"",location:bF(e)};EF(t,Ny(e)),t.parser.currentToken=n,t.parser._processToken(t.parser.currentToken)}function gF(e,t){t.stitches=!0;const n=function(e){return sA("children"in e?J(J({},e),{},{children:[]}):e)}(e);if("children"in e&&"children"in n){const r=cF({type:"root",children:e.children},t.options);n.children=r.children}DF({type:"comment",value:{stitch:n}},t)}function DF(e,t){const n=e.value,r={type:qC.COMMENT,data:n,location:bF(e)};EF(t,Ny(e)),t.parser.currentToken=r,t.parser._processToken(t.parser.currentToken)}function yF(e,t){if(t.parser.tokenizer.preprocessor.html="",t.parser.tokenizer.preprocessor.pos=-1,t.parser.tokenizer.preprocessor.lastGapPos=-2,t.parser.tokenizer.preprocessor.gapStack=[],t.parser.tokenizer.preprocessor.skipNextNewLine=!1,t.parser.tokenizer.preprocessor.lastChunkWritten=!1,t.parser.tokenizer.preprocessor.endOfChunkHit=!1,t.parser.tokenizer.preprocessor.isEol=!1,AF(t,Ny(e)),t.parser.tokenizer.write(t.options.tagfilter?e.value.replace(sF,"&lt;$1$2"):e.value,!1),t.parser.tokenizer._runParsingLoop(),72===t.parser.tokenizer.state||78===t.parser.tokenizer.state){t.parser.tokenizer.preprocessor.lastChunkWritten=!0;const e=t.parser.tokenizer._consume();t.parser.tokenizer._callState(e)}}function vF(e,t){const n=e;if(!t.options.passThrough||!t.options.passThrough.includes(n.type)){let e="";throw uF.has(n.type)&&(e=". It looks like you are using MDX nodes with `hast-util-raw` (or `rehype-raw`). If you use this because you are using remark or rehype plugins that inject `'html'` nodes, then please raise an issue with that plugin, as its a bad and slow idea. If you use this because you are using markdown syntax, then you have to configure this utility (or plugin) to pass through these nodes (see `passThrough` in docs), but you can also migrate to use the MDX syntax"),new Error("Cannot compile `"+n.type+"` node"+e)}gF(n,t)}function EF(e,t){AF(e,t);const n=e.parser.tokenizer.currentCharacterToken;n&&n.location&&(n.location.endLine=e.parser.tokenizer.preprocessor.line,n.location.endCol=e.parser.tokenizer.preprocessor.col+1,n.location.endOffset=e.parser.tokenizer.preprocessor.offset+1,e.parser.currentToken=n,e.parser._processToken(e.parser.currentToken)),e.parser.tokenizer.paused=!1,e.parser.tokenizer.inLoop=!1,e.parser.tokenizer.active=!1,e.parser.tokenizer.returnState=vT.DATA,e.parser.tokenizer.charRefCode=-1,e.parser.tokenizer.consumedAfterSnapshot=-1,e.parser.tokenizer.currentLocation=null,e.parser.tokenizer.currentCharacterToken=null,e.parser.tokenizer.currentToken=null,e.parser.tokenizer.currentAttr={name:"",value:""}}function AF(e,t){if(t&&void 0!==t.offset){const n={startLine:t.line,startCol:t.column,startOffset:t.offset,endLine:-1,endCol:-1,endOffset:-1};e.parser.tokenizer.preprocessor.lineStartPos=1-t.column,e.parser.tokenizer.preprocessor.droppedBufferSize=t.offset,e.parser.tokenizer.preprocessor.line=t.line,e.parser.tokenizer.currentLocation=n}}function bF(e){const t=Ny(e)||{line:void 0,column:void 0,offset:void 0},n=Oy(e)||{line:void 0,column:void 0,offset:void 0};return{startLine:t.line,startCol:t.column,startOffset:t.offset,endLine:n.line,endCol:n.column,endOffset:n.offset}}function _F(e){return function(t,n){return cF(t,J(J({},e),{},{file:n}))}}const CF={container:"styles_container__QglaV",articleContent:"styles_articleContent__DHq8a",article:"styles_article__+t92J",articleHeader:"styles_articleHeader__ub37N",articleImg:"styles_articleImg__CAmfh",articleTitle:"styles_articleTitle__3wIAB",articleTime:"styles_articleTime__Ioy6O",articleImaWrapper:"styles_articleImaWrapper__Eyen7"},TF=e=>{if(!e)return e;if(/^https?:\/\//i.test(e))return e;const t=(Vi||"").replace(/\/+$/,""),n=e.startsWith("/")?e:"/".concat(e);return"".concat(t).concat(n)},kF=e=>(e||"").replace(/^\/+/,"").replace(/\/+$/,""),FF=Qn()(e=>{var t,n,i,o,a,s,u,l;let c=e.article,d=e.stories,f=e.categories,p=e.settings,h=e.t;const m=Zt(),g=en(),D=nn().id,y=ne((0,r.useState)(!1),2),v=y[0],E=y[1],A=(0,r.useMemo)(()=>(m.pathname||"").replace(/\/+$/,""),[m.pathname]),b=(0,r.useMemo)(()=>(A.split("/")[1]||"uk").toLowerCase(),[A]),_=(0,r.useMemo)(()=>A.replace(/^\/(uk|ru|en)\/article\//,""),[A]),C=(0,r.useMemo)(()=>{const e=Number(D);return Number.isFinite(e)&&e>0?e:null},[D]),T=(0,r.useMemo)(()=>{var e;return null!==c&&void 0!==c&&null!==(e=c.seo)&&void 0!==e&&e.url&&null!==c&&void 0!==c&&c.id?"".concat(c.seo.url,"/").concat(c.id):null},[null===c||void 0===c||null===(t=c.seo)||void 0===t?void 0:t.url,null===c||void 0===c?void 0:c.id]);if((0,r.useEffect)(()=>{if(!C)return E(!1),void g("/".concat(b,"/404"),{replace:!0});if(null===c||void 0===c||!c.id)return void E(!1);if(Number(c.id)!==C)return void E(!1);if(!T)return void E(!1);if(kF(_)!==kF(T))return E(!1),void g("/".concat(b,"/404"),{replace:!0});E(!0)},[C,null===c||void 0===c?void 0:c.id,T,_,b,g]),!v)return null;const k=new Date(c.updated_at),F=k.getDate(),S=k.getMonth()+1,w=k.getFullYear(),x="".concat(F,".").concat(S,".").concat(w),O=TF(null===(n=c.image)||void 0===n?void 0:n.url),N="undefined"!==typeof window&&null!==(i=window.location)&&void 0!==i&&i.origin?window.location.origin:"https://bellamozzarella.com.ua",B="".concat(N,"/").concat(b,"/article/").concat(null===c||void 0===c||null===(o=c.seo)||void 0===o?void 0:o.url,"/").concat(null===c||void 0===c?void 0:c.id),I={"@context":"https://schema.org","@type":"BreadcrumbList",itemListElement:[{"@type":"ListItem",position:1,name:h("pages.blog.main","\u0413\u043b\u0430\u0432\u043d\u0430\u044f"),item:"".concat(N,"/").concat(b)},{"@type":"ListItem",position:2,name:h("pages.blog.blog","\u0411\u043b\u043e\u0433"),item:"".concat(N,"/").concat(b,"/blog")},{"@type":"ListItem",position:3,name:(null===c||void 0===c?void 0:c.title)||"",item:B}]};return(0,Ka.jsxs)("div",{className:CF.container,children:[(0,Ka.jsx)(xl,{cart:!0,categories:f}),(0,Ka.jsx)(Pc,{path:"article",title:null===c||void 0===c||null===(a=c.seo)||void 0===a?void 0:a.title,keywords:null===c||void 0===c||null===(s=c.seo)||void 0===s?void 0:s.keywords,description:null===c||void 0===c||null===(u=c.seo)||void 0===u?void 0:u.description,url:"".concat(null===c||void 0===c||null===(l=c.seo)||void 0===l?void 0:l.url,"/").concat(null===c||void 0===c?void 0:c.id),localizations:c.localizations}),(0,Ka.jsx)(Gh,{data:p}),(0,Ka.jsx)(nm,{data:d}),(0,Ka.jsx)(xl,{categories:f}),(0,Ka.jsx)("script",{type:"application/ld+json",dangerouslySetInnerHTML:{__html:JSON.stringify(I)}}),(0,Ka.jsxs)("div",{className:CF.article,children:[(0,Ka.jsxs)("div",{className:CF.articleHeader,children:[(0,Ka.jsx)("h1",{className:CF.articleTitle,children:c.title}),(0,Ka.jsx)("div",{className:CF.articleTime,children:x})]}),(0,Ka.jsxs)("div",{className:CF.articleBody,children:[(0,Ka.jsx)("div",{className:CF.articleImaWrapper,children:O&&(0,Ka.jsx)("img",{className:CF.articleImg,src:O,alt:null===c||void 0===c?void 0:c.title,loading:"lazy",decoding:"async"})}),(0,Ka.jsx)("div",{className:CF.articleContent,children:(0,Ka.jsx)(cb,{remarkPlugins:[sC],rehypePlugins:[_F],components:{img:e=>(0,Ka.jsx)("img",J(J({},e),{},{src:TF(e.src),loading:"lazy",decoding:"async"})),a(e){const t=TF(e.href),n=/^https?:\/\//i.test(t);return(0,Ka.jsx)("a",J(J({},e),{},{href:t},n?{target:"_blank",rel:"noopener noreferrer"}:{}))}},children:c.content||""})})]})]}),(0,Ka.jsx)(zc,{}),(0,Ka.jsx)(vn,{})]})}),SF=Qn()(e=>{let t=e.t;const n=window.location.pathname,i=n.slice(n.lastIndexOf("/")+1),o=G(),a=P(e=>e.combos.data,Y),s=P(e=>e.stories.data,Y),u=P(e=>e.categories.data,Y),l=P(e=>e.article.data,Y),c=P(e=>e.settings.data,Y);let d=[...u];return d=d.filter(e=>e.visible&&e),d.splice(1,0,{name:t("pages.main.components.combo.title"),position:2,dishes:a,visible:!0}),(0,r.useEffect)(()=>{o(PD(i)),o(Sa()),o(ka()),o(Ca()),o(xa())},[t,o]),l?(0,Ka.jsx)(FF,{article:l,stories:s,categories:d,allCategories:u,settings:c,path:"category"}):null}),wF="styles_container__L94Cm",xF="styles_code__-DEsx",OF="styles_title__5f5Bj",NF="styles_button__bEn8z",BF=Qn()(e=>{let t=e.t;return(0,r.useEffect)(()=>{"undefined"!==typeof window&&(window.prerenderStatusCode=404,window.prerenderReady=!0)},[]),(0,Ka.jsxs)("div",{className:wF,children:[(0,Ka.jsx)(Pc,{t:t,path:"notFound"}),(0,Ka.jsx)("h1",{className:xF,children:"404"}),(0,Ka.jsx)("h2",{className:OF,children:t("pages.notFound.title")}),(0,Ka.jsx)(Bn,{to:"/uk",className:NF,children:t("pages.notFound.goToMain")})]})}),IF=()=>(0,Ka.jsx)(BF,{}),PF=Pi("article/getArticles",async()=>(await _a().articles.getArticles()).data),RF=wi({name:"articles",initialState:{data:{},loading:!1,error:null},reducers:{},extraReducers:{[PF.fulfilled]:(e,t)=>{e.loading=!1,e.data=t.payload},[PF.pending]:e=>{e.loading=!0},[PF.rejected]:(e,t)=>{e.loading=!1,e.error=t.payload}}}).reducer,LF={container:"styles_container__clUWq",loader:"styles_loader__rQKxB",articles:"styles_articles__6I0x0",article:"styles_article__wA-y8",link:"styles_link__E6SVH",pagination:"styles_pagination__e-64M",activePage:"styles_activePage__mRgbl",mainTitle:"styles_mainTitle__GPU0b"},MF=Qn()(e=>{var t;let n=e.categories,i=e.articles,o=void 0===i?[]:i,a=e.t;const s=da(),u=en(),l=nn().page,c=ne((0,r.useState)(Number(l)>0?Number(l):1),2),d=c[0],f=c[1];(0,r.useEffect)(()=>{const e=Number(l);f(e>0?e:1)},[l]);const p=Array.isArray(o)?o:[],h=(0,r.useMemo)(()=>[...p].sort((e,t)=>new Date(t.published_at||t.created_at)-new Date(e.published_at||e.created_at)),[p]),m=Math.max(1,Math.ceil(h.length/10));(0,r.useEffect)(()=>{(d<1||d>m)&&u("/".concat(s,"/blog"),{replace:!0})},[d,m,u,s]);const g=10*(d-1),D=h.slice(g,g+10),y=e=>{e>=1&&e<=m&&(u(1===e?"/".concat(s,"/blog"):"/".concat(s,"/blog/").concat(e),{replace:!1}),window.scrollTo({top:0,behavior:"smooth"}))},v="undefined"!==typeof window&&null!==(t=window.location)&&void 0!==t&&t.origin?window.location.origin:"https://bellamozzarella.com.ua",E=1===d?"".concat(v,"/").concat(s,"/blog"):"".concat(v,"/").concat(s,"/blog/").concat(d),A={"@context":"https://schema.org","@type":"BreadcrumbList",itemListElement:[{"@type":"ListItem",position:1,name:a("pages.blog.main","\u0413\u043b\u0430\u0432\u043d\u0430\u044f"),item:"".concat(v,"/").concat(s)},{"@type":"ListItem",position:2,name:a("pages.blog.blog","\u0411\u043b\u043e\u0433"),item:"".concat(v,"/").concat(s,"/blog")}]},b={"@context":"https://schema.org","@type":"ItemList",name:a("seo.blog.title"),url:E,numberOfItems:D.length,itemListOrder:"https://schema.org/ItemListOrderDescending",itemListElement:D.map((e,t)=>({"@type":"ListItem",position:g+t+1,item:{"@type":"BlogPosting",headline:e.title,url:"".concat(v,"/").concat(s,"/article/").concat(e.seo.url,"/").concat(e.id),datePublished:e.published_at||e.created_at}}))},_=[A,{"@context":"https://schema.org","@type":"CollectionPage",name:a("seo.blog.title"),url:E,isPartOf:{"@type":"WebSite",name:"Bella Mozzarella",url:v}},b];return(0,Ka.jsxs)("div",{className:LF.container,children:[(0,Ka.jsx)(xl,{cart:!0,categories:n}),(0,Ka.jsx)(Pc,{path:"blog",title:a("seo.blog.title"),keywords:a("seo.blog.keywords"),description:a("seo.blog.description"),url:1===d?"blog":"blog/".concat(d)}),(0,Ka.jsx)("script",{type:"application/ld+json",dangerouslySetInnerHTML:{__html:JSON.stringify(_)}}),h.length>0&&(0,Ka.jsxs)(Ka.Fragment,{children:[(0,Ka.jsxs)("div",{className:LF.articles,children:[(0,Ka.jsx)("h1",{className:LF.mainTitle,children:a("seo.blog.mainTitle")}),D.map(e=>(0,Ka.jsx)(Bn,{className:LF.link,to:"/".concat(s,"/article/").concat(e.seo.url,"/").concat(e.id),children:(0,Ka.jsx)("div",{className:LF.article,children:(0,Ka.jsx)("p",{className:LF.title,children:e.title})})},e.id))]}),(0,Ka.jsxs)("div",{className:LF.pagination,children:[(0,Ka.jsxs)("button",{onClick:()=>y(d-1),disabled:1===d,children:["\xab ",a("seo.blog.prev")]}),[...Array(m)].map((e,t)=>{const n=t+1;return(0,Ka.jsx)("button",{onClick:()=>y(n),className:d===n?LF.activePage:"",children:n},n)}),(0,Ka.jsxs)("button",{onClick:()=>y(d+1),disabled:d===m,children:[a("seo.blog.next")," \xbb"]})]})]})]})}),jF=Qn()(e=>{let t=e.t;const n=G(),i=P(e=>e.combos.data,Y),o=P(e=>e.categories.data,Y),a=P(e=>e.articles.data,Y);let s=[...o];return s=s.filter(e=>e.visible&&e),s.splice(1,0,{name:t("pages.main.components.combo.title"),position:2,dishes:i,visible:!0}),(0,r.useEffect)(()=>{n(ka()),n(Ca()),n(PF())},[t,n]),(0,Ka.jsx)(MF,{categories:s,articles:a})});function zF(){const e=Zt().pathname,t=e.split("/")[1];return["uk","ru","en"].includes(t)?function(e){const t=e.toLowerCase(),n=(e,n)=>t.includes(e)&&t.includes(n);return!!n("category","combo")||!!n("category","article")||!!n("category","news")||!!n("category","half")||!!/^\/dostavka\/.+\/category/i.test(t)||!!t.includes("/dostavka/category/")}(e)?(0,Ka.jsx)(yn,{to:"/".concat(t,"/").concat(ec),replace:!0}):(0,Ka.jsx)(vn,{}):(0,Ka.jsx)(yn,{to:"/uk/".concat(ec),replace:!0})}const UF=()=>(0,Ka.jsx)(xn,{children:(0,Ka.jsxs)(Xa,{children:[(0,Ka.jsx)(Yc,{}),(0,Ka.jsx)(hs,{}),(0,Ka.jsx)(bn,{children:(0,Ka.jsxs)(En,{element:(0,Ka.jsx)(zF,{}),children:[(0,Ka.jsx)(En,{path:"/",element:(0,Ka.jsx)(yn,{to:"/uk",replace:!0})}),(0,Ka.jsx)(En,{path:"/".concat(Kl,"/category/:slug"),element:(0,Ka.jsx)(lg,{})}),(0,Ka.jsx)(En,{path:"/".concat(Kl,"/").concat("category/:name"),element:(0,Ka.jsx)(lg,{})}),(0,Ka.jsxs)(En,{path:"/".concat(Kl),element:(0,Ka.jsx)(eg,{}),children:[(0,Ka.jsx)(En,{index:!0,element:(0,Ka.jsx)(Ka.Fragment,{})}),(0,Ka.jsx)(En,{path:Zl,element:(0,Ka.jsx)(Gg,{})}),(0,Ka.jsx)(En,{path:"combo/:id",element:(0,Ka.jsx)(SD,{})}),(0,Ka.jsx)(En,{path:$l,element:(0,Ka.jsx)(BD,{})}),(0,Ka.jsx)(En,{path:"category/:name/dish/:id",element:(0,Ka.jsx)(Gg,{})}),(0,Ka.jsx)(En,{path:"category/:name/combo/:id",element:(0,Ka.jsx)(SD,{})})]}),(0,Ka.jsx)(En,{path:"/".concat(Kl,"/").concat(tc),element:(0,Ka.jsx)(jF,{})}),(0,Ka.jsx)(En,{path:"/".concat(Kl,"/").concat(tc,"/:page"),element:(0,Ka.jsx)(jF,{})}),(0,Ka.jsx)(En,{path:"/".concat(Kl,"/").concat(Xl),element:(0,Ka.jsx)(rg,{})}),(0,Ka.jsx)(En,{path:"/".concat(Kl,"/").concat(Jl),element:(0,Ka.jsx)(hg,{})}),(0,Ka.jsx)(En,{path:"/".concat(Kl,"/").concat("article/:name/:id"),element:(0,Ka.jsx)(SF,{})}),(0,Ka.jsx)(En,{path:"/".concat(Kl,"/").concat(ec),element:(0,Ka.jsx)(IF,{})}),(0,Ka.jsx)(En,{path:"/:lang/*",element:(0,Ka.jsx)(IF,{})}),(0,Ka.jsx)(En,{path:"*",element:(0,Ka.jsx)(IF,{})})]})}),(0,Ka.jsx)(rc,{})]})}),HF={en:{translation:{name:"EN",currency:" \u20b4",charSet:"utf-8",status:"We are temporarily not accepting orders. We apologize to you",seo:{main:{title:"Order Pizza in Kharkiv \u2013 Pizza Delivery Kharkiv",description:"\ud83c\udf55 Order pizza in Kharkiv \u231b Fast delivery. \u2714\ufe0f Build-your-own pizza. \u2705 Low prices. \u260e +38 (098) 43-21-000 \u2b50 Regular bonuses, deals & discounts. \u2668 Always hot.",page:"https://bellamozzarella.com.ua/en"},about:{title:"\ud83c\udf55 Family pizzeria | Bella Mozzarella",keywords:"",description:"Family pizzeria Bella Mozzarella is the most delicious Italian pizza in Kharkiv. Our address: Kharkov, Metrostroiteley street 17-A. Come and make sure."},bonuses:{title:" Bonus program | Bella Mozzarella",keywords:"",description:"Bonus program Bella Mozzarella. Round-the-clock pizza delivery in Kharkov."},delivery:{title:"Food delivery Kharkov around the clock to your home or office | Bella Mozzarella",keywords:"food delivery, food delivery kharkiv, 24/7 food delivery, 24/7 food delivery kharkiv, 24/7 food delivery in kharkiv, food delivery in kharkiv",description:"Food delivery Kharkov around the clock. We deliver food to your home in Kharkov 24/7. Free food delivery for orders over 249 UAH. Call - \u260e 098-43-21-000!"},terms:{title:"Terms of use | Bella Mozzarella",keywords:"",description:""},blog:{mainTitle:"Bellamozzarella Blog \u2013 Recipes and Pizza News in Kharkiv",title:"Blog Bellamozzarella \u2013 recipes and news about pizza in Kharkiv",keywords:"",description:"Interesting articles about pizza and food: popular recipes, tips, new menu items and events in Kharkov. Everything about pizza for gourmets.",next:"Next",prev:"Prev"},half:{title:"\ud83c\udf55 Pizza from halves in Kharkov | Bella Mozzarella",keywords:"",description:"Pizza from 119 hrn. Fast and free pizza delivery to home and office."}},components:{banner:{actionText:"Leave feedback"},apps:{title:"Bella Mozzarella",text:"Download app"},header:{bonus:"Bonus program",delivery:"Shipping and Payment",city:"Kharkiv",error:"For technical reasons currently accepting orders by phone +380 (93) 435 65 81"},badge:{new:"NEW"},navigation:{pizzas:"Pizzas",combos:"Combos",snacks:"Snacks",desserts:"Desserts",drinks:"Drinks",other:"Other",promotions:"Promotions",contacts:"Contact",about:"About us"},category:{new:"New!"},nutritional:{nutriValue:"Nutritional value per 100 g",energy:"Energy value",squirrels:"Squirrels",fats:"Fats",carbohydrates:"Carbohydrates",calories:"kcal",weight:"Weight ",gram:"g"},cart:{button:"Cart"},footer:{joinTheTeam:"Leave a review",joinTheTeamButton:"Review",title1:"Information",f1text1:"Sells",f1text2:"Bonus program",f1text3:"Shipping and Payment",f1text4:"Blog",f1text5:"Reviews",f1text6:"Order pizza",title2:"Contacts",f2text1:"+38 (093) 43 21 000",f2text2:"+38 (097) 43 21 000",f2text3:"+38 (099) 43 21 000",f2text4:"bellamozzarella.com.ua@gmail.com",f2text5:"\u0424\u041e\u041f \u041a\u041e\u0417\u0406\u041d\u0415\u0426\u042c \u0412\u0410\u041b\u0415\u041d\u0422\u0418\u041d\u0410 \u0413\u0420\u0418\u0413\u041e\u0420\u0406\u0412\u041d\u0410",title3:"Take away",f3text1:"Family Pizzeria",f3text2:"User Agreement",f3text3:"Kharkiv, Center, m. University",f3text4:"Sumskaya street, 73",f3text5:"Opening hours: 10:00 - 23:00",f3text6:"Petro Grihorenko Avenue, 18/1",f3text7:"Opening hours: 10:00 - 23:00",f3text8:"Phone for booking: +380 (66) 765 38 36",copyright1:"Bella Mozzarella",copyright2:"\xa9 2020 - 2024"},purchase:{text:"Product added to cart"}},pages:{notFound:{title:"Page not found",goToMain:"Go to main page"},main:{components:{categories:{new:"New",select:"Order",add:"Select",craft:"Collect",title:"Half pizza",description:"Assemble your pizza with two different flavors"},combo:{title:"Combo",leftTitle:"Choose item",subtitle:"Combine"},stories:{link:"Order"},info:{title:"Pizza in Kharkov.",subTitle1:"Pizza delivery in Kharkov.",subTitle2:"How to order pizza in Kharkov?",subTitle3:"Pizza with cheese side in Kharkov.",subTitle4:"Food delivery in Kharkov.",textBolt1:"Advantages of our pizza delivery:",textBolt2:"Our delivery phone numbers:",text1:"This Pizza in Kharkov will delight you with a large amount of toppings and a huge layer of cheese on the top. In the modern world with a crazy rhythm of life, pizza delivery in Kharkov has become very popular. The family pizzeria Bella Mozzarella offers 24-hours pizza delivery in Kharkov. This 24-hours pizza delivery in Kharkov works all year round, at any time of the day or night, in any weather. We will deliver your favorite pizza anywhere in the city. You will receive a prepared dish, chosen to your taste, quickly, during 59 minutes. Our pizzas are prepared by specially trained chefs and we use only fresh ingredients, old recipes and the latest cooking technologies.",text2:"Pizza delivery in Kharkov from Bella Mozzarella offers more than 15 types of pizza. You can choose pizza:",text3:"Delivery in Kharkov is carried out by our couriers with special thermal bags that keep the heat of the cooked pizza. You can always enjoy your favorite hot pizza.",text4:"Ordering pizza Kharkov is very simple, fast and convenient. Our pizza is prepared on very thin dough; it is so tasty that even a piece of this creation is eaten! It is prepared by our chef from fresh, newly purchased products, which are carefully selected. Having ordered pizza in Kharkov at Bella Mozzarella, you will no longer want to exchange for less. To do this, you do not need to have a good memory, remembering many different numbers and you do not need to be a cool programmer to order dishes for different tastes. You just need to call the operator or place an order on the site in just a couple of clicks. 24-hours food delivery in Kharkov from Bella Mozzarella will pleasantly surprise you. We are waiting for you. Each client is unique and important to us. We are always glad to see you. By ordering 24-hours food delivery in Kharkov at Bella Mozzarella, you will receive your favorite, exceptionally high-quality dish.",text5:"More recently, we have begun to delight our guests with new pizzas, adding the ability to order pizza with a cheese board to the menu. Philadelphia cream cheese topping in board of the pizza adds more tenderness to this dish. We also have a board with Philadelphia cream cheese and ham. When you order pizza with any of the boards - our courier will bring you an octagonal pizza. Octagonal pizza from Bella Mozzarella is the first pizza in Kharkov made in such a unique design, which we are sure you will like.",text6:"Bella Mozzarella is not only a food delivery service in Kharkov, but also a family pizzeria. Bella Mozzarella is a place where your soul and body rest. The place, where you can relax alone, with family, with friends or with colleagues. Here you will find Italian dishes that will not leave anyone indifferent. With us you can sit not only inside the restaurant, but also on the summer terrace. Pizza is the most popular here. This dish, beloved by the locals, has come into common use. No one corporate event is complete without pizza. In Bella Mozzarella you can not only sit and relax in the institution itself, but also you can organize a corporate party or celebrate absolutely any holiday. 24-hours pizza delivery in Kharkov works quickly, reliably and efficiently, so you can get not only taste pleasure, but also contemplate the pristine beauty of the dish itself. Bella Mozzarella is not just a family pizzeria, it is the place where you are always welcome and we are always waiting for you. You will be met by polite, hospitable staff, cozy atmosphere, delicious food, quality service and complete relaxation.",text7:"Food delivery in Kharkov from Bella Mozzarella will provide you with comfort, joy, a sense of celebration, will delight you with fast delivery, which will allow you to always be in good shape and in a good mood.",pizzaList1:"with chicken fillet;",pizzaList2:"with mushrooms and chicken fillet;",pizzaList3:"with veal;",pizzaList4:"with hunting sausages;",pizzaList5:"with ham;",pizzaList6:"with seafood;",pizzaList7:"with different types of cheeses.",shippingBenefits1:"24-hours food delivery in Kharkov;",shippingBenefits2:"food delivery in Kharkov - 59 minutes;",shippingBenefits3:"convenient form of payment (cash, by terminal at the courier, Liqpay on the website, non-cash in the mobile application);",shippingBenefits4:"convenient mobile application;",shippingBenefits5:"regular promotions;",shippingBenefits6:"Birthday discounts.",phone1:"+38 (093) 4321000",phone2:"+38 (098) 4321000",phone3:"+38 (099) 4321000"}},restaurant:{name:"Bella Mozzarella",url:"https://bellamozzarella.com.ua/ru",image:"https://bellamozzarella.com.ua/static/media/logo.28c907c65716fcb08be7f50a86201769.svg",telephone:"+380934321000",inLanguage:"en",servesCuisine:["Pizza","Burgers","Mexican"],priceRange:"$$",openingHours:"Mo-Su 10:00-22:00",addressLocality:"Kharkov",addressCountry:"UA",areaServed:"Kharkov",sameAs:["https://www.instagram.com/bellamozzarella.kh/","https://www.facebook.com/BellaMozzarella.com.ua"],target:"https://bellamozzarella.com.ua/en"}},dish:{sizeSmall:"small",sizeMedium:"medium",sizeBig:"big",liters:"ml",cm:"cm",grams:" g",ingredientsDisplay:"Delete ingrediens",side:"Pizza side",classicSide:"Classic",cheeseSide:"\u0421heesy",baconSide:"Cheese & Bacon",add:"Add to pizza",addToCart:"Add to cart",errorWithOrder:"If the dish is of poor quality, a replacement or refund may be possible. Please contact us on the day of your order."},combo:{change:"Change",board:"Board: ",choseCombo:"Choose combo",addToCart:"Add to cart"},half:{choosePizzas:"Choose pizzas for the left and right halves",addToCart:"Combine the halves",choose:"Choose",title:"Choose a pizza halves",left:"the left side",right:"the right side",weight:"Weight ",gram:" g"},cart:{components:{list:{subTitle:"items per",board:"Board: ",additiveTitle:"Add to order?"},bonus:{name:"Get information about my bonuses",enterPhone:"Enter Phone",title:"Use bonuses",subTitle:"You have ",text1:"(No more ",text2:" % of order)"},promo:{title:"Get discount",placeholder:"Enter promocode",text1:"The promocode is valid for a minimum order of "},delivery:{title:"Delivery and Payment",home:"Delivery",cafe:"Pickup",delivery:"Delivery",pickup:"Pickup",name:"Enter Name*",phone:"Enter Phone*",address:"Enter Address*",now:"Delivery for now",onTime:"Delivery on time",time:"Time",comment:"Enter comment",meals:"Quantity cultury to order",nomeals:"Don't add a cultury to order",required:"Fields Name, phone, address, are required",address1:"Sumskaya Street, 73",address2:"Petro Grihorenko Avenue, 18/1"},payment:{method:"Choose a payment method",paymentByCash:"Cash",paymentByCart:"Payment by POS",paymentByOnline:"Payment online"},liqpay:{goToPay:"Go to Pay"}},title:"Shopping Cart",delivery:"Delivery",freeDelivery:"Free delivery from ",discount:"Discount: ",total:"Total: ",checkoutButton:"Checkout for ",payButton:"Pay ",emptyText:"Your shopping cart is empty",doneTitle:"Success",doneText:"Your order is accepted",doneText2:"Order number - ",donePaymentText:"Your order is accepted! Now you can proceed to payment."},terms:{title:"Public offer contract"}},blog:{main:"Main",blog:"Blog"}}},uk:{translation:{name:"UA",currency:" \u20b4",charSet:"utf-8",status:"\u041c\u0438 \u0442\u0438\u043c\u0447\u0430\u0441\u043e\u0432\u043e \u043d\u0435 \u043f\u0440\u0438\u0439\u043c\u0430\u0454\u043c\u043e \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f. \u041f\u0440\u0438\u043d\u043e\u0441\u0438\u043c\u043e \u0432\u0430\u043c \u0441\u0432\u043e\u0457 \u0432\u0438\u0431\u0430\u0447\u0435\u043d\u043d\u044f",seo:{main:{title:"\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0457\u0436\u0456 \u0432 \u0425\u0430\u0440\u043a\u043e\u0432\u0456 \u2014 \u0448\u0432\u0438\u0434\u043a\u043e | Bellamozzarella",description:"\ud83c\udf55 \u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0457\u0436\u0456 \u0432 \u0425\u0430\u0440\u043a\u043e\u0432\u0456: \u043f\u0456\u0446\u0430, \u0431\u0443\u0440\u0433\u0435\u0440\u0438, \u043f\u0430\u0441\u0442\u0430, \u0441\u0430\u043b\u0430\u0442\u0438, \u0441\u043d\u0456\u0434\u0430\u043d\u043a\u0438. \u231b \u0428\u0432\u0438\u0434\u043a\u043e \u043f\u043e \u043c\u0456\u0441\u0442\u0443 \u2705 \u041d\u0438\u0437\u044c\u043a\u0456 \u0446\u0456\u043d\u0438 \u2b50 \u0410\u043a\u0446\u0456\u0457 \u0442\u0430 \u0431\u043e\u043d\u0443\u0441\u0438 \u260e +38 (098) 43-21-000",page:"https://bellamozzarella.com.ua/uk"},about:{title:"\ud83c\udf55 \u0421\u0456\u043c\u0435\u0439\u043d\u0430 \u043f\u0456\u0446\u0435\u0440\u0456\u044f | Bella Mozzarella",keywords:"",description:"\u0421\u0456\u043c\u0435\u0439\u043d\u0430 \u043f\u0456\u0446\u0435\u0440\u0456\u044f Bella Mozzarella \u2013 \u0446\u0435 \u043d\u0430\u0439\u0441\u043c\u0430\u0447\u043d\u0456\u0448\u0430 \u0456\u0442\u0430\u043b\u0456\u0439\u0441\u044c\u043a\u0430 \u043f\u0456\u0446\u0430 \u0443 \u0425\u0430\u0440\u043a\u043e\u0432\u0456. \u041d\u0430\u0448\u0430 \u0430\u0434\u0440\u0435\u0441\u0430: \u0425\u0430\u0440\u043a\u0456\u0432, \u0432\u0443\u043b\u0438\u0446\u044f \u041c\u0435\u0442\u0440\u043e\u0431\u0443\u0434\u0456\u0432\u043d\u0438\u043a\u0456\u0432 17-\u0410. \u041f\u0440\u0438\u0445\u043e\u0434\u044c \u0456 \u043f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0441\u044f."},bonuses:{title:"\u0411\u043e\u043d\u0443\u0441\u043d\u0430 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0430 | Bella Mozzarella",keywords:"",description:"\u0411\u043e\u043d\u0443\u0441\u043d\u0430 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0430 Bella Mozzarella. \u0426\u0456\u043b\u043e\u0434\u043e\u0431\u043e\u0432\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u043f\u0456\u0446\u0438 \u0443 \u0425\u0430\u0440\u043a\u043e\u0432\u0456."},delivery:{title:"\u0423\u043c\u043e\u0432\u0438 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0438 \u0442\u0430 \u043e\u043f\u043b\u0430\u0442\u0438 | Bellamozzarella",keywords:"\u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0457\u0436\u0456, \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0457\u0436\u0456 \u0445\u0430\u0440\u043a\u0456\u0432, \u0446\u0456\u043b\u043e\u0434\u043e\u0431\u043e\u0432\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0457\u0436\u0456, \u0446\u0456\u043b\u043e\u0434\u043e\u0431\u043e\u0432\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0457\u0436\u0456 \u0445\u0430\u0440\u043a\u0456\u0432, \u0446\u0456\u043b\u043e\u0434\u043e\u0431\u043e\u0432\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0457\u0436\u0456 \u0443 \u0445\u0430\u0440\u043a\u043e\u0432\u0456, \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0457\u0436\u0456 \u0443 \u0445\u0430\u0440\u043a\u043e\u0432\u0456",description:"\u2705 \u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0457\u0436\u0456 \u0443 \u0425\u0430\u0440\u043a\u043e\u0432\u0456 \u043f\u0440\u0438 \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u0456 \u0432\u0456\u0434 499 \u0433\u0440\u043d \u0431\u0435\u0437\u043a\u043e\u0448\u0442\u043e\u0432\u043d\u043e. \u041e\u043f\u043b\u0430\u0442\u0430 \u043c\u043e\u0436\u043b\u0438\u0432\u0430 \u0433\u043e\u0442\u0456\u0432\u043a\u043e\u044e, LiqPay \u0430\u0431\u043e \u043a\u0430\u0440\u0442\u043a\u043e\u044e \u0447\u0435\u0440\u0435\u0437 \u0442\u0435\u0440\u043c\u0456\u043d\u0430\u043b."},terms:{title:"\u0423\u0433\u043e\u0434\u0430 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 | Bella Mozzarella",keywords:"",description:""},blog:{mainTitle:"\u0411\u043b\u043e\u0433 Bellamozzarella \u2013 \u0440\u0435\u0446\u0435\u043f\u0442\u0438 \u0442\u0430 \u043d\u043e\u0432\u0438\u043d\u0438 \u043f\u0440\u043e \u043f\u0456\u0446\u0443 \u0443 \u0425\u0430\u0440\u043a\u043e\u0432\u0456",title:"\u0411\u043b\u043e\u0433 Bellamozzarella \u2013 \u0440\u0435\u0446\u0435\u043f\u0442\u0438 \u0442\u0430 \u043d\u043e\u0432\u0438\u043d\u0438 \u043f\u0440\u043e \u043f\u0456\u0446\u0443 \u0443 \u0425\u0430\u0440\u043a\u043e\u0432\u0456",keywords:"",description:"\u0426\u0456\u043a\u0430\u0432\u0456 \u0441\u0442\u0430\u0442\u0442\u0456 \u043f\u0440\u043e \u043f\u0456\u0446\u0443 \u0442\u0430 \u0457\u0436\u0443: \u043f\u043e\u043f\u0443\u043b\u044f\u0440\u043d\u0456 \u0440\u0435\u0446\u0435\u043f\u0442\u0438, \u043f\u043e\u0440\u0430\u0434\u0438, \u043d\u043e\u0432\u0438\u043d\u043a\u0438 \u043c\u0435\u043d\u044e \u0442\u0430 \u043f\u043e\u0434\u0456\u0457 \u0443 \u0425\u0430\u0440\u043a\u043e\u0432\u0456. \u0412\u0441\u0435 \u043f\u0440\u043e \u043f\u0456\u0446\u0443 \u0434\u043b\u044f \u0433\u0443\u0440\u043c\u0430\u043d\u0456\u0432 \u0442\u0430 \u043f\u043e\u0446\u0456\u043d\u043e\u0432\u0443\u0432\u0430\u0447\u0456\u0432",next:"\u041d\u0430\u0441\u0442\u0443\u043f\u043d\u0430",prev:"\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u044f"},half:{title:"\ud83c\udf55 \u041f\u0456\u0446\u0430 \u0437 \u043f\u043e\u043b\u043e\u0432\u0438\u043d\u043e\u043a \u0443 \u0425\u0430\u0440\u044c\u043a\u043e\u0432\u0456 | Bella Mozzarella",keywords:"",description:"\u041f\u0456\u0446\u0430 \u0432\u0456\u0434 119 \u0433\u0440\u0438\u0432\u0435\u043d\u044c. \u0428\u0432\u0438\u0434\u043a\u0430 \u0442\u0430 \u0431\u0435\u0437\u043a\u043e\u0448\u0442\u043e\u0432\u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u043f\u0456\u0446\u0438 \u0434\u043e\u0434\u043e\u043c\u0443 \u0442\u0430 \u0432 \u043e\u0444\u0456\u0441."}},components:{banner:{actionText:"\u0417\u0430\u043b\u0438\u0448\u0438\u0442\u0438 \u0432\u0456\u0434\u0433\u0443\u043a"},apps:{title:"Bella Mozzarella",text:"\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0434\u043e\u0434\u0430\u0442\u043e\u043a"},header:{bonus:"\u0411\u043e\u043d\u0443\u0441\u043d\u0430 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0430",delivery:"\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0442\u0430 \u043e\u043f\u043b\u0430\u0442\u0430",city:"\u0425\u0430\u0440\u043a\u0456\u0432",error:"\u0417 \u0442\u0435\u0445\u043d\u0456\u0447\u043d\u0438\u0445 \u043f\u0440\u0438\u0447\u0438\u043d \u043d\u0430\u0440\u0430\u0437\u0456 \u043f\u0440\u0438\u0439\u043c\u0430\u0454\u043c\u043e \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u0437\u0430 \u043d\u043e\u043c\u0435\u0440\u043e\u043c +380 (93) 435 65 81"},badge:{new:"NEW"},navigation:{pizzas:"\u041f\u0456\u0446\u0430",combos:"\u041a\u043e\u043c\u0431\u043e",snacks:"\u0417\u0430\u043a\u0443\u0441\u043a\u0438",desserts:"\u0414\u0435\u0441\u0435\u0440\u0442\u0438",drinks:"\u041d\u0430\u043f\u043e\u0457",other:"\u0406\u043d\u0448\u0435",promotions:"\u0410\u043a\u0446\u0456\u0457",contacts:"\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u0438",about:"\u041f\u0440\u043e \u043d\u0430\u0441"},category:{new:"\u041d\u043e\u0432\u0438\u043d\u043a\u0430"},nutritional:{nutriValue:"\u0425\u0430\u0440\u0447\u043e\u0432\u0430 \u0446\u0456\u043d\u043d\u0456\u0441\u0442\u044c \u043d\u0430 100 \u0433",energy:"\u0415\u043d\u0435\u0440\u0433. \u0446\u0456\u043d\u043d\u0456\u0441\u0442\u044c",squirrels:"\u0411\u0456\u043b\u043a\u0438",fats:"\u0416\u0438\u0440\u0438",carbohydrates:"\u0412\u0443\u0433\u043b\u0435\u0432\u043e\u0434\u0438",weight:"\u0412\u0430\u0433\u0430 ",gram:"\u0433",calories:"\u043a\u043a\u0430\u043b"},cart:{button:"\u041a\u043e\u0448\u0438\u043a"},footer:{joinTheTeam:"\u0417\u0430\u043b\u0438\u0448\u0456\u0442\u044c \u0432\u0456\u0434\u0433\u0443\u043a",joinTheTeamButton:"\u0412\u0456\u0434\u0433\u0443\u043a",title1:"\u0406\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u044f",f1text1:"\u0410\u043a\u0446\u0456\u0457",f1text2:"\u0411\u043e\u043d\u0443\u0441\u043d\u0430 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0430",f1text3:"\u0423\u043c\u043e\u0432\u0438 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0438 \u0442\u0430 \u043e\u043f\u043b\u0430\u0442\u0438",f1text4:"\u0411\u043b\u043e\u0433",f1text5:"\u0412\u0456\u0434\u0433\u0443\u043a\u0438",f1text6:"\u0417\u0430\u043c\u043e\u0432\u0438\u0442\u0438 \u043f\u0456\u0446\u0443",title2:"\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u0438",f2text1:"+38 (093) 43 21 000",f2text2:"+38 (098) 43 21 000",f2text3:"+38 (099) 43 21 000",f2text4:"bellamozzarella.com.ua@gmail.com",f2text5:"\u0424\u041e\u041f \u041a\u041e\u0417\u0406\u041d\u0415\u0426\u042c \u0412\u0410\u041b\u0415\u041d\u0422\u0418\u041d\u0410 \u0413\u0420\u0418\u0413\u041e\u0420\u0406\u0412\u041d\u0410",title3:"\u0421\u0430\u043c\u043e\u0432\u0438\u0432\u0456\u0437",f3text1:"\u0421\u0456\u043c\u0435\u0439\u043d\u0430 \u043f\u0456\u0446\u0435\u0440\u0456\u044f",f3text2:"\u0423\u0433\u043e\u0434\u0430 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430",f3text3:"\u0425\u0430\u0440\u043a\u0456\u0432, \u0426\u0435\u043d\u0442\u0440, \u043c. \u0423\u043d\u0456\u0432\u0435\u0440\u0441\u0438\u0442\u0435\u0442",f3text4:"\u0432\u0443\u043b\u0438\u0446\u044f \u0421\u0443\u043c\u0441\u044c\u043a\u0430, 73",f3text5:"\u0427\u0430\u0441 \u0440\u043e\u0431\u043e\u0442\u0438: 10:00 - 23:00",f3text6:"\u041f\u0440\u043e\u0441\u043f\u0435\u043a\u0442 \u041f\u0435\u0442\u0440\u0430 \u0413\u0440\u0438\u0433\u043e\u0440\u0435\u043d\u043a\u0430, 18/1",f3text7:"\u0427\u0430\u0441 \u0440\u043e\u0431\u043e\u0442\u0438: 10:00 - 23:00",f3text8:"\u0422\u0435\u043b\u0435\u0444\u043e\u043d \u0434\u043b\u044f \u0431\u0440\u043e\u043d\u044e\u0432\u0430\u043d\u043d\u044f: +380 (66) 765 38 36",copyright1:"Bella Mozzarella",copyright2:"\xa9 2020 - 2024"},purchase:{text:"\u0422\u043e\u0432\u0430\u0440 \u0434\u043e\u0434\u0430\u043d\u0438\u0439 \u0434\u043e \u043a\u043e\u0448\u0438\u043a\u0430"}},pages:{notFound:{title:"\u0421\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u043d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e",goToMain:"\u041d\u0430 \u0433\u043e\u043b\u043e\u0432\u043d\u0443"},main:{components:{categories:{new:"\u041d\u043e\u0432\u0438\u043d\u043a\u0430",select:"\u0417\u0430\u043c\u043e\u0432\u0438\u0442\u0438",add:"\u0412\u0438\u0431\u0440\u0430\u0442\u0438",title:"\u041f\u0456\u0446\u0430 \u0437 \u043f\u043e\u043b\u043e\u0432\u0438\u043d\u043e\u043a",description:"\u0417\u0431\u0435\u0440\u0456\u0442\u044c \u0441\u0432\u043e\u044e \u043f\u0456\u0446\u0443 \u0437 \u0434\u0432\u043e\u043c\u0430 \u0440\u0456\u0437\u043d\u0438\u043c\u0438 \u0441\u043c\u0430\u043a\u0430\u043c\u0438",craft:"\u0417\u0431\u0438\u0440\u0430\u0442\u0438"},combo:{title:"\u041a\u043e\u043c\u0431\u043e",subtitle:"\u041a\u043e\u043c\u0431\u0456\u043d\u0443\u0439"},stories:{link:"\u0417\u0430\u043c\u043e\u0432\u0438\u0442\u0438"},info:{title:"\u041f\u0456\u0446\u0430 \u0425\u0430\u0440\u043a\u0456\u0432.",subTitle1:"\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u043f\u0456\u0446\u0438 \u0425\u0430\u0440\u043a\u0456\u0432.",subTitle2:"\u0417\u0430\u043c\u043e\u0432\u0438\u0442\u0438 \u043f\u0456\u0446\u0443 \u0425\u0430\u0440\u043a\u0456\u0432.",subTitle3:"\u041f\u0456\u0446\u0430 \u0456\u0437 \u0441\u0438\u0440\u043d\u0438\u043c\u0438 \u0431\u043e\u0440\u0442\u0438\u043a\u0430\u043c\u0438 \u0425\u0430\u0440\u043a\u0456\u0432.",subTitle4:"\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0457\u0436\u0456 \u0425\u0430\u0440\u043a\u0456\u0432.",textBolt1:"\u041f\u0435\u0440\u0435\u0432\u0430\u0433\u0438 \u043d\u0430\u0448\u043e\u0457 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0438 \u043f\u0456\u0446\u0438:",textBolt2:"\u041d\u0430\u0448\u0456 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0438 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0438:",text1:"\u041f\u0456\u0446\u0430 \u0425\u0430\u0440\u043a\u0456\u0432 \u043f\u043e\u0440\u0430\u0434\u0443\u0454 \u0412\u0430\u0441 \u0432\u0435\u043b\u0438\u043a\u043e\u044e \u043a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044e \u043d\u0430\u0447\u0438\u043d\u043a\u0438 \u0442\u0430 \u0432\u0435\u043b\u0438\u0447\u0435\u0437\u043d\u0438\u043c \u0448\u0430\u0440\u043e\u043c \u0441\u0438\u0440\u0443 \u0437\u0432\u0435\u0440\u0445\u0443. \u0423 \u0441\u0443\u0447\u0430\u0441\u043d\u043e\u043c\u0443 \u0441\u0432\u0456\u0442\u0456 \u0437 \u0448\u0430\u043b\u0435\u043d\u0438\u043c \u0440\u0438\u0442\u043c\u043e\u043c \u0436\u0438\u0442\u0442\u044f \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u043f\u0456\u0446\u0438 \u0432 \u0425\u0430\u0440\u043a\u043e\u0432\u0456 \u0441\u0442\u0430\u043b\u0430 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0442\u0438\u0441\u044f \u0432\u0435\u043b\u0438\u0447\u0435\u0437\u043d\u043e\u044e \u043f\u043e\u043f\u0443\u043b\u044f\u0440\u043d\u0456\u0441\u0442\u044e. \u0423 \u0441\u0456\u043c\u0435\u0439\u043d\u0456\u0439 \u043f\u0456\u0446\u0435\u0440\u0456\u0457 Bella Mozzarella \u043f\u0440\u0430\u0446\u044e\u0454 \u0446\u0456\u043b\u043e\u0434\u043e\u0431\u043e\u0432\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u043f\u0456\u0446\u0438 \u0443 \u0425\u0430\u0440\u043a\u043e\u0432\u0456. \u0426\u0456\u043b\u043e\u0434\u043e\u0431\u043e\u0432\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u043f\u0456\u0446\u0438 \u0443 \u0425\u0430\u0440\u043a\u043e\u0432\u0456 \u043f\u0440\u0430\u0446\u044e\u0454 \u0446\u0456\u043b\u0438\u0439 \u0440\u0456\u043a, \u0443 \u0431\u0443\u0434\u044c-\u044f\u043a\u0438\u0439 \u0447\u0430\u0441 \u0434\u043d\u044f \u0442\u0430 \u043d\u043e\u0447\u0456, \u0443 \u0431\u0443\u0434\u044c-\u044f\u043a\u0443 \u043f\u043e\u0433\u043e\u0434\u0443. \u041c\u0438 \u0434\u043e\u0441\u0442\u0430\u0432\u0438\u043c\u043e \u0412\u0430\u0448\u0443 \u0443\u043b\u044e\u0431\u043b\u0435\u043d\u0443 \u043f\u0456\u0446\u0443 \u0434\u043e \u0431\u0443\u0434\u044c-\u044f\u043a\u043e\u0457 \u0442\u043e\u0447\u043a\u0438 \u043c\u0456\u0441\u0442\u0430. \u0412\u0438 \u043e\u0442\u0440\u0438\u043c\u0430\u0454\u0442\u0435 \u0433\u043e\u0442\u043e\u0432\u0443, \u043e\u0431\u0440\u0430\u043d\u0443 \u043d\u0430 \u0441\u0432\u0456\u0439 \u0441\u043c\u0430\u043a \u0441\u0442\u0440\u0430\u0432\u0443 \u0448\u0432\u0438\u0434\u043a\u043e, \u043f\u0440\u043e\u0442\u044f\u0433\u043e\u043c 59 \u0445\u0432\u0438\u043b\u0438\u043d. \u041d\u0430\u0448\u0456 \u043f\u0456\u0446\u0438 \u0433\u043e\u0442\u0443\u044e\u0442\u044c\u0441\u044f \u0441\u043f\u0435\u0446\u0456\u0430\u043b\u044c\u043d\u043e \u043d\u0430\u0432\u0447\u0435\u043d\u0438\u043c\u0438 \u043a\u0443\u0445\u0430\u0440\u044f\u043c\u0438, \u0442\u0456\u043b\u044c\u043a\u0438 \u0437\u0456 \u0441\u0432\u0456\u0436\u0438\u0445 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0456\u0432, \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u044e\u0447\u0438 \u0441\u0442\u0430\u0440\u043e\u0432\u0438\u043d\u043d\u0456 \u0440\u0435\u0446\u0435\u043f\u0442\u0438 \u0442\u0430 \u043d\u043e\u0432\u0456\u0442\u043d\u0456 \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0456\u0457 \u043f\u0440\u0438\u0433\u043e\u0442\u0443\u0432\u0430\u043d\u043d\u044f.",text2:"\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u043f\u0456\u0446\u0438 \u0425\u0430\u0440\u043a\u0456\u0432 \u0432\u0456\u0434 Bella Mozzarella \u043f\u0440\u043e\u043f\u043e\u043d\u0443\u0454 \u043f\u043e\u043d\u0430\u0434 15 \u0432\u0438\u0434\u0456\u0432 \u043f\u0456\u0446\u0438. \u0412\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u043e\u0431\u0440\u0430\u0442\u0438 \u043f\u0456\u0446\u0443:",text3:"\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0443 \u0425\u0430\u0440\u043a\u043e\u0432\u0456 \u0437\u0434\u0456\u0439\u0441\u043d\u044e\u0454\u0442\u044c\u0441\u044f \u043d\u0430\u0448\u0438\u043c\u0438 \u043a\u0443\u0440'\u0454\u0440\u0430\u043c\u0438 \u0441\u043f\u0435\u0446\u0456\u0430\u043b\u044c\u043d\u0438\u043c\u0438 \u0442\u0435\u0440\u043c\u043e\u0441\u0443\u043c\u043a\u0430\u043c\u0438, \u0449\u043e \u0437\u0431\u0435\u0440\u0456\u0433\u0430\u044e\u0442\u044c \u0442\u0435\u043f\u043b\u043e \u043f\u0440\u0438\u0433\u043e\u0442\u043e\u0432\u043b\u0435\u043d\u043e\u0457 \u043f\u0456\u0446\u0438. \u0412\u0438 \u0437\u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u0430\u0432\u0436\u0434\u0438 \u043d\u0430\u0441\u043e\u043b\u043e\u0434\u0438\u0442\u0438\u0441\u044f \u0412\u0430\u0448\u043e\u044e \u0443\u043b\u044e\u0431\u043b\u0435\u043d\u043e\u044e \u0433\u0430\u0440\u044f\u0447\u043e\u044e \u043f\u0456\u0446\u0435\u044e.",text4:"\u0417\u0430\u043c\u043e\u0432\u0438\u0442\u0438 \u043f\u0456\u0446\u0443 \u0425\u0430\u0440\u043a\u0456\u0432 \u0434\u0443\u0436\u0435 \u043f\u0440\u043e\u0441\u0442\u043e, \u0448\u0432\u0438\u0434\u043a\u043e, \u0437\u0440\u0443\u0447\u043d\u043e. \u041d\u0430\u0448\u0430 \u043f\u0456\u0446\u0430 \u0433\u043e\u0442\u0443\u0454\u0442\u044c\u0441\u044f \u043d\u0430 \u0434\u0443\u0436\u0435 \u0442\u043e\u043d\u0435\u043d\u044c\u043a\u043e\u043c\u0443 \u0442\u0456\u0441\u0442\u0456, \u0432\u043e\u043d\u0430 \u043d\u0430\u0441\u0442\u0456\u043b\u044c\u043a\u0438 \u0441\u043c\u0430\u0447\u043d\u0430, \u0449\u043e \u0437'\u0457\u0434\u0430\u0454\u0442\u044c\u0441\u044f \u043d\u0430\u0432\u0456\u0442\u044c \u043a\u0440\u0430\u0454\u0447\u043e\u043a \u0446\u044c\u043e\u0433\u043e \u0432\u0438\u0442\u0432\u043e\u0440\u0443. \u0413\u043e\u0442\u0443\u0454 \u0457\u0457 \u043d\u0430\u0448 \u0448\u0435\u0444-\u043a\u0443\u0445\u0430\u0440 \u0437\u0456 \u0441\u0432\u0456\u0436\u0438\u0445, \u0449\u043e\u0439\u043d\u043e \u043a\u0443\u043f\u043b\u0435\u043d\u0438\u0445 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0456\u0432, \u0440\u0435\u0442\u0435\u043b\u044c\u043d\u043e \u0432\u0456\u0434\u0456\u0431\u0440\u0430\u043d\u0438\u0445. \u0417\u0430\u043c\u043e\u0432\u0438\u0432\u0448\u0438 \u043f\u0456\u0446\u0443 \u0432 \u0425\u0430\u0440\u043a\u043e\u0432\u0456 Bella Mozzarella, \u0412\u0438 \u0431\u0456\u043b\u044c\u0448\u0435 \u043d\u0435 \u0437\u0430\u0445\u043e\u0447\u0435\u0442\u0435 \u0440\u043e\u0437\u043c\u0456\u043d\u044e\u0432\u0430\u0442\u0438\u0441\u044f \u043d\u0430 \u043c\u0435\u043d\u0448\u0435. \u0414\u043b\u044f \u0446\u044c\u043e\u0433\u043e \u043d\u0435 \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u043e \u043c\u0430\u0442\u0438 \u0433\u0430\u0440\u043d\u0443 \u043f\u0430\u043c'\u044f\u0442\u044c, \u0437\u0430\u043f\u0430\u043c'\u044f\u0442\u043e\u0432\u0443\u044e\u0447\u0438 \u0431\u0430\u0433\u0430\u0442\u043e \u0440\u0456\u0437\u043d\u0438\u0445 \u043d\u043e\u043c\u0435\u0440\u0456\u0432, \u043d\u0435 \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u043e \u0431\u0443\u0442\u0438 \u043a\u0440\u0443\u0442\u0438\u043c \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0456\u0441\u0442\u043e\u043c, \u043f\u0440\u0438 \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u0456 \u0441\u0442\u0440\u0430\u0432 \u043d\u0430 \u0440\u0456\u0437\u043d\u0438\u0439 \u0441\u043c\u0430\u043a. \u041f\u043e\u0442\u0440\u0456\u0431\u043d\u043e \u043f\u0440\u043e\u0441\u0442\u043e \u0437\u0430\u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0443\u0432\u0430\u0442\u0438 \u043e\u043f\u0435\u0440\u0430\u0442\u043e\u0440\u0443 \u0430\u0431\u043e \u043e\u0444\u043e\u0440\u043c\u0438\u0442\u0438 \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u043d\u0430 \u0441\u0430\u0439\u0442\u0456 \u0432\u0441\u044c\u043e\u0433\u043e \u043a\u0456\u043b\u044c\u043a\u0430 \u043a\u043b\u0456\u043a\u0456\u0432. \u0426\u0456\u043b\u043e\u0434\u043e\u0431\u043e\u0432\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0457\u0436\u0456 \u0443 \u0425\u0430\u0440\u043a\u043e\u0432\u0456 \u0432\u0456\u0434 Bella Mozzarella \u043f\u0440\u0438\u0454\u043c\u043d\u043e \u0437\u0434\u0438\u0432\u0443\u0454 \u0412\u0430\u0441. \u041c\u0438 \u0447\u0435\u043a\u0430\u0454\u043c\u043e \u043d\u0430 \u0412\u0430\u0441. \u041a\u043e\u0436\u0435\u043d \u043a\u043b\u0456\u0454\u043d\u0442 \u0434\u043b\u044f \u043d\u0430\u0441 \u0443\u043d\u0456\u043a\u0430\u043b\u044c\u043d\u0438\u0439 \u0442\u0430 \u0432\u0430\u0436\u043b\u0438\u0432\u0438\u0439. \u041c\u0438 \u0437\u0430\u0432\u0436\u0434\u0438 \u0440\u0430\u0434\u0456 \u0412\u0430\u043c. \u0417\u0430\u043c\u043e\u0432\u0438\u0432\u0448\u0438 \u0446\u0456\u043b\u043e\u0434\u043e\u0431\u043e\u0432\u0443 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0443 \u0457\u0436\u0456 \u0432 \u0425\u0430\u0440\u043a\u043e\u0432\u0456 \u0432 Bella Mozzarella, \u0412\u0438 \u043e\u0442\u0440\u0438\u043c\u0430\u0454\u0442\u0435 \u0443\u043b\u044e\u0431\u043b\u0435\u043d\u0443, \u0432\u0438\u0441\u043e\u043a\u043e\u044f\u043a\u0456\u0441\u043d\u0443 \u0441\u0442\u0440\u0430\u0432\u0443.",text5:"\u0417\u043e\u0432\u0441\u0456\u043c \u043d\u0435\u0434\u0430\u0432\u043d\u043e \u043c\u0438 \u043f\u043e\u0447\u0430\u043b\u0438 \u0442\u0456\u0448\u0438\u0442\u0438 \u0441\u0432\u043e\u0457\u0445 \u0433\u043e\u0441\u0442\u0435\u0439 \u043d\u043e\u0432\u0438\u043c\u0438 \u043f\u0456\u0446\u0430\u043c\u0438, \u0434\u043e\u0434\u0430\u0432\u0448\u0438 \u0432 \u043c\u0435\u043d\u044e \u043c\u043e\u0436\u043b\u0438\u0432\u0456\u0441\u0442\u044c \u0437\u0430\u043c\u043e\u0432\u0438\u0442\u0438 \u043f\u0456\u0446\u0443 \u0456\u0437 \u0441\u0438\u0440\u043d\u0438\u043c \u0431\u043e\u0440\u0442\u0438\u043a\u043e\u043c. \u041f\u0456\u0446\u0430 \u0437 \u0441\u0438\u0440\u043d\u0438\u043c \u0431\u043e\u0440\u0442\u0438\u043a\u043e\u043c \u0432\u0435\u0440\u0448\u043a\u043e\u0432\u043e\u0433\u043e \u0441\u0438\u0440\u0443 \u0424\u0456\u043b\u0430\u0434\u0435\u043b\u044c\u0444\u0456\u044f \u043d\u0430\u0434\u0430\u0454 \u043f\u0456\u0446\u0456 \u0431\u0456\u043b\u044c\u0448\u0435 \u043d\u0456\u0436\u043d\u043e\u0441\u0442\u0456. \u0422\u0430\u043a\u043e\u0436 \u0443 \u043d\u0430\u0441 \u0454 \u0431\u043e\u0440\u0442 \u0437 \u0432\u0435\u0440\u0448\u043a\u043e\u0432\u0438\u043c \u0441\u0438\u0440\u043e\u043c \u0424\u0456\u043b\u0430\u0434\u0435\u043b\u044c\u0444\u0456\u044f \u0442\u0430 \u0448\u0438\u043d\u043a\u043e\u044e. \u041f\u0440\u0438 \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u0456 \u043f\u0456\u0446\u0438 \u0437 \u0431\u0443\u0434\u044c-\u044f\u043a\u0438\u043c \u0431\u043e\u0440\u0442\u0438\u043a\u043e\u043c \u2013 \u043d\u0430\u0448 \u043a\u0443\u0440'\u0454\u0440 \u043f\u0440\u0438\u0432\u0435\u0437\u0435 \u0412\u0430\u043c \u0432\u043e\u0441\u044c\u043c\u0438\u043a\u0443\u0442\u043d\u0443 \u043f\u0456\u0446\u0443. \u0412\u043e\u0441\u044c\u043c\u0438\u043a\u0443\u0442\u043d\u0430 \u043f\u0456\u0446\u0430 \u0432\u0456\u0434 Bella Mozzarella \u2013 \u043f\u0435\u0440\u0448\u0430 \u043f\u0456\u0446\u0430 \u0432 \u0425\u0430\u0440\u043a\u043e\u0432\u0456 \u0432\u0438\u043a\u043e\u043d\u0430\u043d\u0430 \u0432 \u0442\u0430\u043a\u043e\u043c\u0443 \u0443\u043d\u0456\u043a\u0430\u043b\u044c\u043d\u043e\u043c\u0443 \u0434\u0438\u0437\u0430\u0439\u043d\u0456, \u044f\u043a\u0430 \u043c\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456 \u043f\u0440\u0438\u043f\u0430\u0434\u0435 \u0412\u0430\u043c \u0434\u043e \u0441\u043c\u0430\u043a\u0443.",text6:"Bella Mozzarella \u2013 \u0446\u0435 \u043d\u0435 \u0442\u0456\u043b\u044c\u043a\u0438 \u0441\u043b\u0443\u0436\u0431\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0438 \u0457\u0436\u0456 \u0432 \u0425\u0430\u0440\u043a\u043e\u0432\u0456, \u0430 \u0439 \u0441\u0456\u043c\u0435\u0439\u043d\u0430 \u043f\u0456\u0446\u0435\u0440\u0456\u044f. Bella Mozzarella - \u043c\u0456\u0441\u0446\u0435, \u0434\u0435 \u0432\u0456\u0434\u043f\u043e\u0447\u0438\u0432\u0430\u0454 \u0434\u0443\u0448\u0430 \u0442\u0430 \u0442\u0456\u043b\u043e. \u041c\u0456\u0441\u0446\u0435, \u0434\u0435 \u043c\u043e\u0436\u043d\u0430 \u0432\u0456\u0434\u043f\u043e\u0447\u0438\u0442\u0438 \u0441\u0430\u043c\u043e\u043c\u0443, \u0437 \u0441\u0456\u043c'\u0454\u044e, \u0437 \u0434\u0440\u0443\u0437\u044f\u043c\u0438, \u0437 \u043a\u043e\u043b\u0435\u0433\u0430\u043c\u0438. \u0422\u0443\u0442 \u043d\u0430 \u0412\u0430\u0441 \u0447\u0435\u043a\u0430\u044e\u0442\u044c \u0441\u0442\u0440\u0430\u0432\u0438 \u0456\u0442\u0430\u043b\u0456\u0439\u0441\u044c\u043a\u043e\u0457 \u043a\u0443\u0445\u043d\u0456, \u044f\u043a\u0456 \u043d\u0456\u043a\u043e\u0433\u043e \u043d\u0435 \u0437\u0430\u043b\u0438\u0448\u0430\u0442\u044c \u0431\u0430\u0439\u0434\u0443\u0436\u0438\u043c. \u0423 \u043d\u0430\u0441 \u043c\u043e\u0436\u043d\u0430 \u043f\u043e\u0441\u0438\u0434\u0456\u0442\u0438 \u043d\u0435 \u043b\u0438\u0448\u0435 \u0443\u0441\u0435\u0440\u0435\u0434\u0438\u043d\u0456 \u0440\u0435\u0441\u0442\u043e\u0440\u0430\u043d\u0443, \u0430 \u0439 \u043d\u0430 \u043b\u0456\u0442\u043d\u044c\u043e\u043c\u0443 \u043c\u0430\u0439\u0434\u0430\u043d\u0447\u0438\u043a\u0443. \u041d\u0430\u0439\u0431\u0456\u043b\u044c\u0448\u043e\u044e \u043f\u043e\u043f\u0443\u043b\u044f\u0440\u043d\u0456\u0441\u0442\u044e \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0454\u0442\u044c\u0441\u044f \u043f\u0456\u0446\u0430. \u0426\u0435 \u0431\u043b\u044e\u0434\u043e, \u0449\u043e \u043f\u043e\u043b\u044e\u0431\u0438\u043b\u0438\u0441\u044f \u043c\u0456\u0441\u0446\u0435\u0432\u0438\u043c \u0436\u0438\u0442\u0435\u043b\u044f\u043c, \u0449\u0456\u043b\u044c\u043d\u043e \u0443\u0437\u0432\u0438\u0447\u0430\u0457\u043b\u043e\u0441\u044f. \u0416\u043e\u0434\u0435\u043d \u043a\u043e\u0440\u043f\u043e\u0440\u0430\u0442\u0438\u0432, \u0441\u0432\u044f\u0442\u043e \u043d\u0435 \u043e\u0431\u0445\u043e\u0434\u0438\u0442\u044c\u0441\u044f \u0431\u0435\u0437 \u043f\u0456\u0446\u0438. \u0423 Bella Mozzarella \u043c\u043e\u0436\u043d\u0430 \u043d\u0435 \u043b\u0438\u0448\u0435 \u043f\u043e\u0441\u0438\u0434\u0456\u0442\u0438 \u0442\u0430 \u0432\u0456\u0434\u043f\u043e\u0447\u0438\u0442\u0438 \u0443 \u0441\u0430\u043c\u043e\u043c\u0443 \u0437\u0430\u043a\u043b\u0430\u0434\u0456, \u043c\u043e\u0436\u043d\u0430 \u043e\u0440\u0433\u0430\u043d\u0456\u0437\u0443\u0432\u0430\u0442\u0438 \u043a\u043e\u0440\u043f\u043e\u0440\u0430\u0442\u0438\u0432, \u0432\u0456\u0434\u0437\u043d\u0430\u0447\u0438\u0442\u0438 \u0431\u0443\u0434\u044c-\u044f\u043a\u0435 \u0441\u0432\u044f\u0442\u043e. \u0426\u0456\u043b\u043e\u0434\u043e\u0431\u043e\u0432\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u043f\u0456\u0446\u0438 \u0443 \u0425\u0430\u0440\u043a\u043e\u0432\u0456, \u043f\u0440\u0430\u0446\u044e\u0454 \u0448\u0432\u0438\u0434\u043a\u043e, \u043d\u0430\u0434\u0456\u0439\u043d\u043e \u0442\u0430 \u044f\u043a\u0456\u0441\u043d\u043e, \u0442\u0430\u043a\u0438\u043c \u0447\u0438\u043d\u043e\u043c, \u0437\u043c\u043e\u0436\u0435\u0442\u0435 \u043e\u0442\u0440\u0438\u043c\u0430\u0442\u0438 \u043d\u0435 \u0442\u0456\u043b\u044c\u043a\u0438 \u0441\u043c\u0430\u043a\u043e\u0432\u0443 \u043d\u0430\u0441\u043e\u043b\u043e\u0434\u0443, \u0430\u043b\u0435 \u0439 \u0441\u043f\u043e\u0433\u043b\u044f\u0434\u0430\u0442\u0438 \u043f\u0435\u0440\u0432\u043e\u0437\u0434\u0430\u043d\u043d\u0443 \u043a\u0440\u0430\u0441\u0443 \u0441\u0430\u043c\u043e\u0457 \u0441\u0442\u0440\u0430\u0432\u0438. Bella Mozzarella - \u043d\u0435 \u043f\u0440\u043e\u0441\u0442\u043e \u0441\u0456\u043c\u0435\u0439\u043d\u0430 \u043f\u0456\u0446\u0435\u0440\u0456\u044f, \u0446\u0435 \u043c\u0456\u0441\u0446\u0435, \u0434\u0435 \u0437\u0430\u0432\u0436\u0434\u0438 \u0412\u0430\u043c \u0440\u0430\u0434\u0456 \u0456 \u0437\u0430\u0432\u0436\u0434\u0438 \u0412\u0430\u0441 \u0447\u0435\u043a\u0430\u044e\u0442\u044c. \u0412\u0430\u0441 \u0437\u0443\u0441\u0442\u0440\u0456\u043d\u0435 \u0432\u0432\u0456\u0447\u043b\u0438\u0432\u0438\u0439, \u043f\u0440\u0438\u0432\u0456\u0442\u043d\u0438\u0439 \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b, \u0437\u0430\u0442\u0438\u0448\u043d\u0430 \u0430\u0442\u043c\u043e\u0441\u0444\u0435\u0440\u0430, \u0441\u043c\u0430\u0447\u043d\u0430 \u0457\u0436\u0430, \u044f\u043a\u0456\u0441\u043d\u0435 \u043e\u0431\u0441\u043b\u0443\u0433\u043e\u0432\u0443\u0432\u0430\u043d\u043d\u044f \u0442\u0430 \u043f\u043e\u0432\u043d\u0438\u0439 \u0440\u0435\u043b\u0430\u043a\u0441.",text7:"\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0457\u0436\u0456 \u0425\u0430\u0440\u043a\u0456\u0432 \u0432\u0456\u0434 Bella Mozzarella \u0437\u0430\u0431\u0435\u0437\u043f\u0435\u0447\u0438\u0442\u044c \u0432\u0430\u043c \u043a\u043e\u043c\u0444\u043e\u0440\u0442, \u0440\u0430\u0434\u0456\u0441\u0442\u044c, \u0432\u0456\u0434\u0447\u0443\u0442\u0442\u044f \u0441\u0432\u044f\u0442\u0430, \u043f\u043e\u0440\u0430\u0434\u0443\u0454 \u0412\u0430\u0441 \u0448\u0432\u0438\u0434\u043a\u043e\u044e \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u043e\u044e, \u0449\u043e \u0434\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u044c \u0412\u0430\u043c \u0437\u0430\u0432\u0436\u0434\u0438 \u0431\u0443\u0442\u0438 \u0432 \u0445\u043e\u0440\u043e\u0448\u0456\u0439 \u0444\u043e\u0440\u043c\u0456 \u0442\u0430 \u0447\u0443\u0434\u043e\u0432\u043e\u043c\u0443 \u043d\u0430\u0441\u0442\u0440\u043e\u0457.",pizzaList1:"\u0437 \u043a\u0443\u0440\u044f\u0447\u0438\u043c \u0444\u0456\u043b\u0435;",pizzaList2:"\u0437 \u0433\u0440\u0438\u0431\u0430\u043c\u0438 \u0442\u0430 \u043a\u0443\u0440\u044f\u0447\u0438\u043c \u0444\u0456\u043b\u0435;",pizzaList3:"\u0437 \u0442\u0435\u043b\u044f\u0442\u0438\u043d\u043e\u044e;",pizzaList4:"\u0437 \u043c\u0438\u0441\u043b\u0438\u0432\u0441\u044c\u043a\u0438\u043c\u0438 \u043a\u043e\u0432\u0431\u0430\u0441\u043a\u0430\u043c\u0438;",pizzaList5:"\u0437 \u0448\u0438\u043d\u043a\u043e\u044e;",pizzaList6:"\u0437 \u043c\u043e\u0440\u0435\u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430\u043c\u0438;",pizzaList7:"\u0437 \u0440\u0456\u0437\u043d\u0438\u043c\u0438 \u0432\u0438\u0434\u0430\u043c\u0438 \u0441\u0438\u0440\u0456\u0432.",shippingBenefits1:"\u0446\u0456\u043b\u043e\u0434\u043e\u0431\u043e\u0432\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0457\u0436\u0456 \u0443 \u0425\u0430\u0440\u043a\u043e\u0432\u0456;",shippingBenefits2:"\u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0457\u0436\u0456 \u043f\u043e \u0425\u0430\u0440\u043a\u043e\u0432\u0443 - 59 \u0445\u0432\u0438\u043b\u0438\u043d;",shippingBenefits3:"\u0437\u0440\u0443\u0447\u043d\u0430 \u0444\u043e\u0440\u043c\u0430 \u043e\u043f\u043b\u0430\u0442\u0438 (\u0433\u043e\u0442\u0456\u0432\u043a\u043e\u0432\u0430, \u0437\u0430 \u0442\u0435\u0440\u043c\u0456\u043d\u0430\u043b\u043e\u043c \u0443 \u043a\u0443\u0440'\u0454\u0440\u0430, Liqpay \u043d\u0430 \u0441\u0430\u0439\u0442\u0456, \u0431\u0435\u0437\u0433\u043e\u0442\u0456\u0432\u043a\u043e\u0432\u0430 \u0443 \u043c\u043e\u0431\u0456\u043b\u044c\u043d\u043e\u043c\u0443 \u0434\u043e\u0434\u0430\u0442\u043a\u0443);",shippingBenefits4:"\u0437\u0440\u0443\u0447\u043d\u0438\u0439 \u043c\u043e\u0431\u0456\u043b\u044c\u043d\u0438\u0439 \u0434\u043e\u0434\u0430\u0442\u043e\u043a;",shippingBenefits5:"\u0440\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u0456 \u0430\u043a\u0446\u0456\u0457;",shippingBenefits6:"\u0437\u043d\u0438\u0436\u043a\u0438 \u043d\u0430 \u0434\u0435\u043d\u044c \u043d\u0430\u0440\u043e\u0434\u0436\u0435\u043d\u043d\u044f.",phone1:"+38 (093) 4321000",phone2:"+38 (098) 4321000",phone3:"+38 (099) 4321000"}},restaurant:{name:"Bella Mozzarella",url:"https://bellamozzarella.com.ua/uk",image:"https://bellamozzarella.com.ua/static/media/logo.28c907c65716fcb08be7f50a86201769.svg",telephone:"+380934321000",inLanguage:"ru",servesCuisine:["Pizza","Burgers","Mexican"],priceRange:"$$",openingHours:"Mo-Su 10:00-22:00",addressLocality:"\u0425\u0430\u0440\u043a\u0456\u0432",addressCountry:"UA",areaServed:"\u0425\u0430\u0440\u043a\u0456\u0432",sameAs:["https://www.instagram.com/bellamozzarella.kh/","https://www.facebook.com/BellaMozzarella.com.ua"],target:"https://bellamozzarella.com.ua/uk"}},dish:{sizeSmall:"\u043c\u0430\u043b\u0435\u043d\u044c\u043a\u0430",sizeMedium:"\u0441\u0435\u0440\u0435\u0434\u043d\u044f",liters:"\u043c\u043b",sizeBig:"\u0432\u0435\u043b\u0438\u043a\u0430",cm:"\u0441\u043c",grams:" \u0433",ingredientsDisplay:"\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0456\u043d\u0433\u0440\u0435\u0434\u0456\u0454\u043d\u0442\u0438",side:"\u0411\u043e\u0440\u0442\u0438\u043a",classicSide:"\u041a\u043b\u0430\u0441\u0438\u0447\u043d\u0438\u0439",cheeseSide:"\u0421\u0438\u0440\u043d\u0438\u0439",baconSide:"\u0421\u0438\u0440 \u0442\u0430 \u0431\u0435\u043a\u043e\u043d",add:"\u0414\u043e\u0434\u0430\u0442\u0438 \u0434\u043e \u043f\u0456\u0446\u0438",addToCart:"\u0414\u043e\u0434\u0430\u0442\u0438 \u0434\u043e \u043a\u043e\u0448\u0438\u043a\u0430",errorWithOrder:"\u0423 \u0440\u0430\u0437\u0456 \u043d\u0435\u043d\u0430\u043b\u0435\u0436\u043d\u043e\u0457 \u044f\u043a\u043e\u0441\u0442\u0456 \u0441\u0442\u0440\u0430\u0432\u0438 \u043c\u043e\u0436\u043b\u0438\u0432\u0430 \u0437\u0430\u043c\u0456\u043d\u0430 \u0447\u0438 \u043f\u043e\u0432\u0435\u0440\u043d\u0435\u043d\u043d\u044f \u043a\u043e\u0448\u0442\u0456\u0432. \u0417\u0432\u0435\u0440\u043d\u0435\u043d\u043d\u044f \u0432 \u0434\u0435\u043d\u044c \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f."},combo:{change:"\u0417\u043c\u0456\u043d\u0438\u0442\u0438",board:"\u0411\u043e\u0440\u0442\u0438\u043a: ",choseCombo:"\u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u043a\u043e\u043c\u0431\u043e",addToCart:"\u0414\u043e\u0434\u0430\u0442\u0438 \u0434\u043e \u043a\u043e\u0448\u0438\u043a\u0430"},half:{choosePizzas:"\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u043f\u0456\u0446\u0438 \u0434\u043b\u044f \u043b\u0456\u0432\u043e\u0457 \u0442\u0430 \u043f\u0440\u0430\u0432\u043e\u0457 \u043f\u043e\u043b\u043e\u0432\u0438\u043d\u043a\u0438",addToCart:"\u041e\u0431'\u0454\u0434\u043d\u0430\u0442\u0438 \u043f\u043e\u043b\u043e\u0432\u0438\u043d\u043a\u0438",choose:"\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c",title:"\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u043f\u0456\u0446\u0443 \u0437 \u043f\u043e\u043b\u043e\u0432\u0438\u043d\u043e\u043a",left:"\u043b\u0456\u0432\u0443 \u043f\u043e\u043b\u043e\u0432\u0438\u043d\u043a\u0443",right:"\u043f\u0440\u0430\u0432\u0443 \u043f\u043e\u043b\u043e\u0432\u0438\u043d\u043a\u0443",weight:"\u0412\u0430\u0433\u0430 ",gram:" \u0433"},cart:{components:{list:{subTitle:"\u0442\u043e\u0432\u0430\u0440\u0443 \u043d\u0430",board:"\u0411\u043e\u0440\u0442: ",additiveTitle:"\u0414\u043e\u0434\u0430\u0442\u0438 \u0434\u043e \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f?"},bonus:{name:"\u0414\u0456\u0437\u043d\u0430\u0442\u0438\u0441\u044f \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u044e \u043f\u0440\u043e \u043c\u043e\u0457 \u0431\u043e\u043d\u0443\u0441\u0438",enterPhone:"\u0412\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043b\u0435\u0444\u043e\u043d",title:"\u0412\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0432\u0430\u0442\u0438 \u0431\u043e\u043d\u0443\u0441\u0438",subTitle:"\u0423 \u0432\u0430\u0441 \u0454 ",text1:"(\u041d\u0435 \u0431\u0456\u043b\u044c\u0448\u0435 ",text2:" % \u0432\u0456\u0434 \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f)"},promo:{title:"\u041e\u0442\u0440\u0438\u043c\u0430\u0439\u0442\u0435 \u0437\u043d\u0438\u0436\u043a\u0443",placeholder:"\u0412\u0432\u0435\u0441\u0442\u0438 \u043f\u0440\u043e\u043c\u043e\u043a\u043e\u0434",text1:"\u041f\u0440\u043e\u043c\u043e\u043a\u043e\u0434 \u0434\u0456\u0454 \u043f\u0440\u0438 \u043c\u0456\u043d\u0456\u043c\u0430\u043b\u044c\u043d\u043e\u043c\u0443 \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u0456 \u0432\u0456\u0434 "},delivery:{title:"\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0442\u0430 \u043e\u043f\u043b\u0430\u0442\u0430",home:"\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430",cafe:"\u0421\u0430\u043c\u043e\u0432\u0438\u0432\u0456\u0437",delivery:"\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430",pickup:"\u0421\u0430\u043c\u043e\u0432\u0438\u0432\u0456\u0437",name:"\u0406\u043c'\u044f*",phone:"\u0422\u0435\u043b\u0435\u0444\u043e\u043d*",address:"\u0410\u0434\u0440\u0435\u0441\u0430*",now:"\u042f\u043a\u043d\u0430\u0439\u0448\u0432\u0438\u0434\u0448\u0435",onTime:"\u041d\u0430 \u0447\u0430\u0441",time:"\u0427\u0430\u0441",comment:"\u041a\u043e\u043c\u0435\u043d\u0442\u0430\u0440 \u0434\u043e \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f",meals:"\u041a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u043f\u0440\u0438\u043b\u0430\u0434\u0456\u0432",nomeals:"\u041d\u0435 \u0434\u043e\u0434\u0430\u0432\u0430\u0442\u0438 \u043f\u0440\u0438\u043b\u0430\u0434\u0438 \u0434\u043e \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f",required:"*\u0406\u043c'\u044f, \u0442\u0435\u043b\u0435\u0444\u043e\u043d \u0430\u0434\u0440\u0435\u0441\u0430 \u043e\u0431\u043e\u0432'\u044f\u0437\u043a\u043e\u0432\u0430 \u0434\u043e \u0437\u0430\u043f\u043e\u0432\u043d\u0435\u043d\u043d\u044f",address1:"\u0432\u0443\u043b\u0438\u0446\u044f \u0421\u0443\u043c\u0441\u044c\u043a\u0430, 73 ",address2:"\u041f\u0440\u043e\u0441\u043f\u0435\u043a\u0442 \u041f\u0435\u0442\u0440\u0430 \u0413\u0440\u0438\u0433\u043e\u0440\u0435\u043d\u043a\u043e, 18/1 "},payment:{method:"\u041e\u0431\u0435\u0440\u0456\u0442\u044c \u0441\u043f\u043e\u0441\u0456\u0431 \u043e\u043f\u043b\u0430\u0442\u0438",paymentByCash:"\u0413\u043e\u0442\u0456\u0432\u043a\u043e\u044e \u043a\u0443\u0440'\u0454\u0440\u0443",paymentByCart:"\u0427\u0435\u0440\u0435\u0437 \u0442\u0435\u0440\u043c\u0456\u043d\u0430\u043b",paymentByOnline:"\u041a\u0430\u0440\u0442\u043a\u043e\u044e \u043e\u043d\u043b\u0430\u0439\u043d"},liqpay:{goToPay:"\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u0434\u043e \u043e\u043f\u043b\u0430\u0442\u0438"}},title:"\u041a\u043e\u0448\u0438\u043a",delivery:"\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430",freeDelivery:"\u0411\u0435\u0437\u043a\u043e\u0448\u0442\u043e\u0432\u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0432\u0456\u0434 ",discount:"\u0417\u043d\u0438\u0436\u043a\u0430: ",total:"\u0421\u0443\u043c\u0430 \u0434\u043e \u0441\u043f\u043b\u0430\u0442\u0438: ",payButton:"\u0421\u043f\u043b\u0430\u0442\u0438\u0442\u0438 ",checkoutButton:"\u041e\u0444\u043e\u0440\u043c\u0438\u0442\u0438 \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u043d\u0430 ",emptyText:"\u0412\u0430\u0448 \u043a\u043e\u0448\u0438\u043a \u043f\u043e\u0440\u043e\u0436\u043d\u0456\u0439",doneTitle:"\u0423\u0441\u043f\u0456\u0445",doneText:"\u0412\u0430\u0448\u0435 \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u043f\u0440\u0438\u0439\u043d\u044f\u0442\u043e",doneText2:"\u041d\u043e\u043c\u0435\u0440 \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f - ",donePaymentText:"\u0412\u0430\u0448\u0435 \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u043f\u0440\u0438\u0439\u043d\u044f\u0442\u043e! \u0422\u0435\u043f\u0435\u0440 \u0432\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u0434\u043e \u043e\u043f\u043b\u0430\u0442\u0438."},terms:{title:"\u0414\u043e\u0433\u043e\u0432\u0456\u0440 \u043f\u0443\u0431\u043b\u0456\u0447\u043d\u043e\u0457 \u043e\u0444\u0435\u0440\u0442\u0438"}},blog:{main:"\u0413\u043e\u043b\u043e\u0432\u043d\u0430",blog:"\u0411\u043b\u043e\u0433"}}},ru:{translation:{name:"RU",currency:" \u20b4",charSet:"utf-8",status:"\u041c\u044b \u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e \u043d\u0435 \u043f\u0440\u0438\u043d\u0438\u043c\u0430\u0435\u043c \u0437\u0430\u043a\u0430\u0437\u044b. \u041f\u0440\u0438\u043d\u043e\u0441\u0438\u043c \u0432\u0430\u043c \u0441\u0432\u043e\u0438 \u0438\u0437\u0432\u0438\u043d\u0435\u043d\u0438\u044f",seo:{main:{title:"\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0435\u0434\u044b \u0432 \u0425\u0430\u0440\u044c\u043a\u043e\u0432\u0435 | Bellamozzarella",description:"\ud83c\udf55 \u041f\u0438\u0446\u0446\u0430, \u0431\u0443\u0440\u0433\u0435\u0440\u044b, \u0437\u0430\u0432\u0442\u0440\u0430\u043a\u0438, \u0431\u0443\u0440\u0440\u0438\u0442\u043e, \u0441\u0430\u043b\u0430\u0442\u044b \u0438 \u043f\u0430\u0441\u0442\u044b, \u043f\u0435\u0440\u0432\u044b\u0435 \u0438 \u043e\u0441\u043d\u043e\u0432\u043d\u044b\u0435 \u0431\u043b\u044e\u0434\u0430 \u231b \u0411\u044b\u0441\u0442\u0440\u0430\u044f \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0435\u0434\u044b \u2705 \u041d\u0438\u0437\u043a\u0438\u0435 \u0446\u0435\u043d\u044b \u2b50 \u0410\u043a\u0446\u0438\u0438 \u0438 \u0441\u043a\u0438\u0434\u043a\u0438.",page:"https://bellamozzarella.com.ua/ru"},about:{title:"\ud83c\udf55 \u0421\u0435\u043c\u0435\u0439\u043d\u0430\u044f \u043f\u0438\u0446\u0446\u0435\u0440\u0438\u044f | Bella Mozzarella",keywords:"",description:"\u0421\u0435\u043c\u0435\u0439\u043d\u0430\u044f \u043f\u0438\u0446\u0446\u0435\u0440\u0438\u044f Bella Mozzarella \u2013 \u044d\u0442\u043e \u0432\u043a\u0443\u0441\u043d\u0435\u0439\u0448\u0430\u044f \u0438\u0442\u0430\u043b\u044c\u044f\u043d\u0441\u043a\u0430\u044f \u043f\u0438\u0446\u0446\u0430 \u0432 \u0425\u0430\u0440\u044c\u043a\u043e\u0432\u0435. \u041d\u0430\u0448 \u0430\u0434\u0440\u0435\u0441: \u0425\u0430\u0440\u044c\u043a\u043e\u0432, \u0443\u043b\u0438\u0446\u0430 \u041c\u0435\u0442\u0440\u043e\u0441\u0442\u0440\u043e\u0438\u0442\u0435\u043b\u0435\u0439 17-\u0410. \u041f\u0440\u0438\u0445\u043e\u0434\u0438 \u0438 \u0443\u0431\u0435\u0434\u0438\u0441\u044c."},bonuses:{title:"\u0411\u043e\u043d\u0443\u0441\u043d\u0430\u044f \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0430 | Bella Mozzarella",keywords:"",description:"\u0411\u043e\u043d\u0443\u0441\u043d\u0430\u044f \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0430 Bella Mozzarella. \u041a\u0440\u0443\u0433\u043b\u043e\u0441\u0443\u0442\u043e\u0447\u043d\u0430\u044f \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u043f\u0438\u0446\u0446\u044b \u0432 \u0425\u0430\u0440\u044c\u043a\u043e\u0432\u0435."},delivery:{title:"\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0438 \u0438 \u043e\u043f\u043b\u0430\u0442\u044b | Bellamozzarella",keywords:"\u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0435\u0434\u044b, \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0435\u0434\u044b \u0445\u0430\u0440\u044c\u043a\u043e\u0432, \u043a\u0440\u0443\u0433\u043b\u043e\u0441\u0443\u0442\u043e\u0447\u043d\u0430\u044f \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0435\u0434\u044b, \u043a\u0440\u0443\u0433\u043b\u043e\u0441\u0443\u0442\u043e\u0447\u043d\u0430\u044f \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0435\u0434\u044b \u0445\u0430\u0440\u044c\u043a\u043e\u0432, \u043a\u0440\u0443\u0433\u043b\u043e\u0441\u0443\u0442\u043e\u0447\u043d\u0430\u044f \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0435\u0434\u044b \u0432 \u0445\u0430\u0440\u044c\u043a\u043e\u0432\u0435, \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0435\u0434\u044b \u0432 \u0445\u0430\u0440\u044c\u043a\u043e\u0432\u0435",description:'\u2705 \u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0435\u0434\u044b \u0432 \u0425\u0430\u0440\u044c\u043a\u043e\u0432\u0435 \u043f\u0440\u0438 \u0437\u0430\u043a\u0430\u0437\u0435 \u043e\u0442 499 \u0433\u0440\u043d \u0431\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u043e. \u041e\u043f\u043b\u0430\u0442\u0430 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u0430 \u043d\u0430\u043b\u0438\u0447\u043d\u044b\u043c\u0438, LiqPay \u0438\u043b\u0438 \u043a\u0430\u0440\u0442\u043e\u0439 \u0447\u0435\u0440\u0435\u0437 \u0442\u0435\u0440\u043c\u0438\u043d\u0430\u043b."'},terms:{title:"\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0435 \u0441\u043e\u0433\u043b\u0430\u0448\u0435\u043d\u0438\u0435 | Bella Mozzarella",keywords:"",description:""},blog:{mainTitle:"\u0411\u043b\u043e\u0433 Bellamozzarella \u2013 \u0440\u0435\u0446\u0435\u043f\u0442\u044b \u0438 \u043d\u043e\u0432\u043e\u0441\u0442\u0438 \u043e \u043f\u0438\u0446\u0446\u0435 \u0432 \u0425\u0430\u0440\u044c\u043a\u043e\u0432\u0435",title:"\u0411\u043b\u043e\u0433 Bellamozzarella \u2013 \u0440\u0435\u0446\u0435\u043f\u0442\u044b \u0438 \u043d\u043e\u0432\u043e\u0441\u0442\u0438 \u043e \u043f\u0438\u0446\u0446\u0435 \u0432 \u0425\u0430\u0440\u044c\u043a\u043e\u0432\u0435",keywords:"",description:"\u0418\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u044b\u0435 \u0441\u0442\u0430\u0442\u044c\u0438 \u043e \u043f\u0438\u0446\u0446\u0435 \u0438 \u0435\u0434\u0435: \u043f\u043e\u043f\u0443\u043b\u044f\u0440\u043d\u044b\u0435 \u0440\u0435\u0446\u0435\u043f\u0442\u044b, \u0441\u043e\u0432\u0435\u0442\u044b, \u043d\u043e\u0432\u0438\u043d\u043a\u0438 \u043c\u0435\u043d\u044e \u0438 \u0441\u043e\u0431\u044b\u0442\u0438\u044f \u0432 \u0425\u0430\u0440\u044c\u043a\u043e\u0432\u0435. \u0412\u0441\u0451 \u043e \u043f\u0438\u0446\u0446\u0435 \u0434\u043b\u044f \u0433\u0443\u0440\u043c\u0430\u043d\u043e\u0432 \u0438 \u0446\u0435\u043d\u0438\u0442\u0435\u043b\u0435\u0439",next:"\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0430\u044f",prev:"\u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0430\u044f"},half:{title:"\ud83c\udf55 \u041f\u0438\u0446\u0446\u0430 \u0438\u0437 \u043f\u043e\u043b\u043e\u0432\u0438\u043d\u043e\u043a \u0432 \u0425\u0430\u0440\u044c\u043a\u043e\u0432\u0435 | Bella Mozzarella",keywords:"",description:"\u041f\u0438\u0446\u0446\u0430 \u043e\u0442 119 \u0433\u0440\u0438\u0432\u0435\u043d. \u0411\u044b\u0441\u0442\u0440\u0430\u044f \u0438 \u0431\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u0430\u044f \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u043f\u0438\u0446\u0446\u044b \u0434\u043e\u043c\u043e\u0439 \u0438 \u0432 \u043e\u0444\u0438\u0441."}},components:{banner:{actionText:"\u041e\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u043e\u0442\u0437\u044b\u0432"},apps:{title:"Bella Mozzarella",text:"\u0421\u043a\u0430\u0447\u0430\u0442\u044c \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435"},header:{bonus:"\u0411\u043e\u043d\u0443\u0441\u043d\u0430\u044f \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0430",delivery:"\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0438 \u043e\u043f\u043b\u0430\u0442\u0430",city:"\u0425\u0430\u0440\u044c\u043a\u043e\u0432",error:"\u041f\u043e \u0442\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u0438\u043c \u043f\u0440\u0438\u0447\u0438\u043d\u0430\u043c \u0441\u0435\u0439\u0447\u0430\u0441 \u043f\u0440\u0438\u043d\u0438\u043c\u0430\u0435\u043c \u0437\u0430\u043a\u0430\u0437 \u043f\u043e \u043d\u043e\u043c\u0435\u0440\u0443 +380 (93) 435 65 81"},badge:{new:"NEW"},navigation:{pizzas:"\u041f\u0438\u0446\u0446\u0430",combos:"\u041a\u043e\u043c\u0431\u043e",snacks:"\u0417\u0430\u043a\u0443\u0441\u043a\u0438",desserts:"\u0414\u0435\u0441\u0435\u0440\u0442\u044b",drinks:"\u041d\u0430\u043f\u0438\u0442\u043a\u0438",other:"\u0414\u0440\u0443\u0433\u043e\u0435",promotions:"\u0410\u043a\u0446\u0438\u0438",contacts:"\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u044b",about:"\u041e \u043d\u0430\u0441"},category:{new:"\u041d\u043e\u0432\u0438\u043d\u043a\u0430"},nutritional:{nutriValue:"\u041f\u0438\u0449\u0435\u0432\u0430\u044f \u0446\u0435\u043d\u043d\u043e\u0441\u0442\u044c \u043d\u0430 100 \u0433",energy:"\u042d\u043d\u0435\u0440\u0433. \u0446\u0435\u043d\u043d\u043e\u0441\u0442\u044c",squirrels:"\u0411\u0435\u043b\u043a\u0438",fats:"\u0416\u0438\u0440\u044b",carbohydrates:"\u0423\u0433\u043b\u0435\u0432\u043e\u0434\u044b",calories:"\u043a\u043a\u0430\u043b",weight:"\u0412\u0435\u0441 ",gram:"\u0433"},cart:{button:"\u041a\u043e\u0440\u0437\u0438\u043d\u0430"},footer:{joinTheTeam:"\u041e\u0441\u0442\u0430\u0432\u044c\u0442\u0435 \u043e\u0442\u0437\u044b\u0432",joinTheTeamButton:"\u041e\u0442\u0437\u044b\u0432",title1:"\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f",f1text1:"\u0410\u043a\u0446\u0438\u0438",f1text2:"\u0411\u043e\u043d\u0443\u0441\u043d\u0430\u044f \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0430",f1text3:"\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0438 \u0438 \u043e\u043f\u043b\u0430\u0442\u044b",f1text4:"\u0411\u043b\u043e\u0433",f1text5:"\u041e\u0442\u0437\u044b\u0432\u044b",f1text6:"\u0417\u0430\u043a\u0430\u0437\u0430\u0442\u044c \u043f\u0438\u0446\u0446\u0443",title2:"\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u044b",f2text1:"+38 (093) 43 21 000",f2text2:"+38 (098) 43 21 000",f2text3:"+38 (099) 43 21 000",f2text4:"bellamozzarella.com.ua@gmail.com",f2text5:"\u0424\u041e\u041f \u041a\u041e\u0417\u0406\u041d\u0415\u0426\u042c \u0412\u0410\u041b\u0415\u041d\u0422\u0418\u041d\u0410 \u0413\u0420\u0418\u0413\u041e\u0420\u0406\u0412\u041d\u0410",title3:"\u0421\u0430\u043c\u043e\u0432\u044b\u0432\u043e\u0437",f3text1:"\u0421\u0435\u043c\u0435\u0439\u043d\u0430\u044f \u043f\u0438\u0446\u0446\u0435\u0440\u0438\u044f",f3text2:"\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0435 \u0441\u043e\u0433\u043b\u0430\u0448\u0435\u043d\u0438\u0435",f3text3:"\u0425\u0430\u0440\u044c\u043a\u043e\u0432, \u0426\u0435\u043d\u0442\u0440, \u043c. \u0423\u043d\u0438\u0432\u0435\u0440\u0441\u0438\u0442\u0435\u0442",f3text4:"\u0443\u043b\u0438\u0446\u0430 \u0421\u0443\u043c\u0441\u043a\u0430\u044f, 73",f3text5:"\u0412\u0440\u0435\u043c\u044f \u0440\u0430\u0431\u043e\u0442\u044b: 10:00 - 23:00",f3text6:"\u041f\u0440\u043e\u0441\u043f\u0435\u043a\u0442 \u041f\u0435\u0442\u0440\u0430 \u0413\u0440\u0438\u0433\u043e\u0440\u0435\u043d\u043a\u043e, 18/1",f3text7:"\u0412\u0440\u0435\u043c\u044f \u0440\u0430\u0431\u043e\u0442\u044b: 10:00 - 23:00",f3text8:"\u0422\u0435\u043b\u0435\u0444\u043e\u043d \u0434\u043b\u044f \u0431\u0440\u043e\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f: +380 (66) 765 38 36",copyright1:"Bella Mozzarella",copyright2:"\xa9 2020 - 2024"},purchase:{text:"\u0422\u043e\u0432\u0430\u0440 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443"}},pages:{notFound:{title:"\u0421\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u0430",goToMain:"\u041d\u0430 \u0433\u043b\u0430\u0432\u043d\u0443\u044e"},main:{components:{categories:{new:"\u041d\u043e\u0432\u0438\u043d\u043a\u0430",select:"\u0417\u0430\u043a\u0430\u0437\u0430\u0442\u044c",add:"\u0412\u044b\u0431\u0440\u0430\u0442\u044c",craft:"\u0421\u043e\u0431\u0440\u0430\u0442\u044c",title:"\u041f\u0438\u0446\u0446\u0430 \u0438\u0437 \u043f\u043e\u043b\u043e\u0432\u0438\u043d\u043e\u043a",description:"\u0421\u043e\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u0432\u043e\u044e \u043f\u0438\u0446\u0446\u0443 \u0441 \u0434\u0432\u0443\u043c\u044f \u0440\u0430\u0437\u043d\u044b\u043c\u0438 \u0432\u043a\u0443\u0441\u0430\u043c\u0438"},combo:{title:"\u041a\u043e\u043c\u0431\u043e",subtitle:"\u041a\u043e\u043c\u0431\u0438\u043d\u0438\u0440\u0443\u0439"},stories:{link:"\u0417\u0430\u043a\u0430\u0437\u0430\u0442\u044c"},info:{title:"\u041f\u0438\u0446\u0446\u0430 \u0425\u0430\u0440\u044c\u043a\u043e\u0432.",subTitle1:"\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u043f\u0438\u0446\u0446\u044b \u0425\u0430\u0440\u044c\u043a\u043e\u0432.",subTitle2:"\u0417\u0430\u043a\u0430\u0437\u0430\u0442\u044c \u043f\u0438\u0446\u0446\u0443 \u0425\u0430\u0440\u044c\u043a\u043e\u0432.",subTitle3:"\u041f\u0438\u0446\u0446\u0430 \u0441 \u0441\u044b\u0440\u043d\u044b\u043c\u0438 \u0431\u043e\u0440\u0442\u0438\u043a\u0430\u043c\u0438 \u0425\u0430\u0440\u044c\u043a\u043e\u0432.",subTitle4:"\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0435\u0434\u044b \u0425\u0430\u0440\u044c\u043a\u043e\u0432.",textBolt1:"\u041f\u0440\u0435\u0438\u043c\u0443\u0449\u0435\u0441\u0442\u0432\u0430 \u043d\u0430\u0448\u0435\u0439 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0438 \u043f\u0438\u0446\u0446\u044b:",textBolt2:"\u041d\u0430\u0448\u0438 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u044b \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0438:",text1:"\u041f\u0438\u0446\u0446\u0430 \u0425\u0430\u0440\u044c\u043a\u043e\u0432 \u043f\u043e\u0440\u0430\u0434\u0443\u0435\u0442 \u0412\u0430\u0441 \u0431\u043e\u043b\u044c\u0448\u0438\u043c \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e\u043c \u043d\u0430\u0447\u0438\u043d\u043a\u0438 \u0438 \u043e\u0433\u0440\u043e\u043c\u043d\u0435\u0439\u0448\u0438\u043c \u0441\u043b\u043e\u0435\u043c \u0441\u044b\u0440\u0430 \u0441\u0432\u0435\u0440\u0445\u0443. \u0412 \u0441\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e\u043c \u043c\u0438\u0440\u0435 \u0441 \u0431\u0435\u0437\u0443\u043c\u043d\u044b\u043c \u0440\u0438\u0442\u043c\u043e\u043c \u0436\u0438\u0437\u043d\u0438 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u043f\u0438\u0446\u0446\u044b \u0432 \u0425\u0430\u0440\u044c\u043a\u043e\u0432\u0435 \u0441\u0442\u0430\u043b\u0430 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u043e\u0433\u0440\u043e\u043c\u043d\u043e\u0439 \u043f\u043e\u043f\u0443\u043b\u044f\u0440\u043d\u043e\u0441\u0442\u044c\u044e. \u0412 \u0441\u0435\u043c\u0435\u0439\u043d\u043e\u0439 \u043f\u0438\u0446\u0446\u0435\u0440\u0438\u0438 Bella Mozzarella \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u043a\u0440\u0443\u0433\u043b\u043e\u0441\u0443\u0442\u043e\u0447\u043d\u0430\u044f \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u043f\u0438\u0446\u0446\u044b \u0432 \u0425\u0430\u0440\u044c\u043a\u043e\u0432\u0435. \u041a\u0440\u0443\u0433\u043b\u043e\u0441\u0443\u0442\u043e\u0447\u043d\u0430\u044f \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u043f\u0438\u0446\u0446\u044b \u0432 \u0425\u0430\u0440\u044c\u043a\u043e\u0432\u0435 \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u043a\u0440\u0443\u0433\u043b\u043e\u0433\u043e\u0434\u0438\u0447\u043d\u043e, \u0432 \u043b\u044e\u0431\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0434\u043d\u044f \u0438 \u043d\u043e\u0447\u0438, \u0432 \u043b\u044e\u0431\u0443\u044e \u043f\u043e\u0433\u043e\u0434\u0443. \u041c\u044b \u0434\u043e\u0441\u0442\u0430\u0432\u0438\u043c \u0412\u0430\u0448\u0443 \u043b\u044e\u0431\u0438\u043c\u0443\u044e \u043f\u0438\u0446\u0446\u0443 \u0432 \u043b\u044e\u0431\u0443\u044e \u0442\u043e\u0447\u043a\u0443 \u0433\u043e\u0440\u043e\u0434\u0430. \u0412\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u0435 \u0433\u043e\u0442\u043e\u0432\u043e\u0435, \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u0435 \u043d\u0430 \u0441\u0432\u043e\u0439 \u0432\u043a\u0443\u0441 \u0431\u043b\u044e\u0434\u043e \u0431\u044b\u0441\u0442\u0440\u043e, \u0432 \u0442\u0435\u0447\u0435\u043d\u0438\u0438 59 \u043c\u0438\u043d\u0443\u0442. \u041d\u0430\u0448\u0438 \u043f\u0438\u0446\u0446\u044b \u0433\u043e\u0442\u043e\u0432\u044f\u0442\u0441\u044f \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u043e \u043e\u0431\u0443\u0447\u0435\u043d\u043d\u044b\u043c\u0438 \u043f\u043e\u0432\u0430\u0440\u0430\u043c\u0438, \u0442\u043e\u043b\u044c\u043a\u043e \u0438\u0437 \u0441\u0432\u0435\u0436\u0438\u0445 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u0441\u0442\u0430\u0440\u0438\u043d\u043d\u044b\u0435 \u0440\u0435\u0446\u0435\u043f\u0442\u044b \u0438 \u043d\u043e\u0432\u0435\u0439\u0448\u0438\u0435 \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0438 \u043f\u0440\u0438\u0433\u043e\u0442\u043e\u0432\u043b\u0435\u043d\u0438\u044f.",text2:"\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u043f\u0438\u0446\u0446\u044b \u0425\u0430\u0440\u044c\u043a\u043e\u0432 \u043e\u0442 Bella Mozzarella \u043f\u0440\u0435\u0434\u043b\u0430\u0433\u0430\u0435\u0442 \u0431\u043e\u043b\u0435\u0435 15 \u0432\u0438\u0434\u043e\u0432 \u043f\u0438\u0446\u0446\u044b. \u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u044b\u0431\u0440\u0430\u0442\u044c \u043f\u0438\u0446\u0446\u0443:",text3:"\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0432 \u0425\u0430\u0440\u044c\u043a\u043e\u0432\u0435 \u043e\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043d\u0430\u0448\u0438\u043c\u0438 \u043a\u0443\u0440\u044c\u0435\u0440\u0430\u043c\u0438 \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u043c\u0438 \u0442\u0435\u0440\u043c\u043e\u0441\u0443\u043c\u043a\u0430\u043c\u0438, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u044f\u044e\u0442 \u0442\u0435\u043f\u043b\u043e \u043f\u0440\u0438\u0433\u043e\u0442\u043e\u0432\u043b\u0435\u043d\u043d\u043e\u0439 \u043f\u0438\u0446\u0446\u044b. \u0412\u044b \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0441\u0435\u0433\u0434\u0430 \u043d\u0430\u0441\u043b\u0430\u0434\u0438\u0442\u044c\u0441\u044f \u0412\u0430\u0448\u0435\u0439 \u043b\u044e\u0431\u0438\u043c\u043e\u0439\xa0\u0433\u043e\u0440\u044f\u0447\u0435\u0439 \u043f\u0438\u0446\u0446\u0435\u0439.",text4:"\u0417\u0430\u043a\u0430\u0437\u0430\u0442\u044c \u043f\u0438\u0446\u0446\u0443 \u0425\u0430\u0440\u044c\u043a\u043e\u0432 \u043e\u0447\u0435\u043d\u044c \u043f\u0440\u043e\u0441\u0442\u043e, \u0431\u044b\u0441\u0442\u0440\u043e, \u0443\u0434\u043e\u0431\u043d\u043e. \u041d\u0430\u0448\u0430 \u043f\u0438\u0446\u0446\u0430 \u0433\u043e\u0442\u043e\u0432\u0438\u0442\u044c\u0441\u044f \u043d\u0430 \u043e\u0447\u0435\u043d\u044c \u0442\u043e\u043d\u0435\u043d\u044c\u043a\u043e\u043c \u0442\u0435\u0441\u0442\u0435, \u043e\u043d\u0430 \u043d\u0430\u0441\u0442\u043e\u043b\u044c\u043a\u043e \u0432\u043a\u0443\u0441\u043d\u0430\u044f, \u0447\u0442\u043e \u0441\u044a\u0435\u0434\u0430\u0435\u0442\u0441\u044f \u0434\u0430\u0436\u0435 \u043a\u0440\u0430\u044e\u0448\u0435\u043a \u044d\u0442\u043e\u0433\u043e \u0442\u0432\u043e\u0440\u0435\u043d\u0438\u044f. \u0413\u043e\u0442\u043e\u0432\u0438\u0442 \u0435\u0435 \u043d\u0430\u0448 \u0448\u0435\u0444-\u043f\u043e\u0432\u0430\u0440 \u0438\u0437 \u0441\u0432\u0435\u0436\u0438\u0445, \u0442\u043e\u043b\u044c\u043a\u043e \u0447\u0442\u043e \u043a\u0443\u043f\u043b\u0435\u043d\u043d\u044b\u0445 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432, \u0442\u0449\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u043c \u043e\u0431\u0440\u0430\u0437\u043e\u043c \u043e\u0442\u043e\u0431\u0440\u0430\u043d\u043d\u044b\u043c. \u0417\u0430\u043a\u0430\u0437\u0430\u0432 \u043f\u0438\u0446\u0446\u0443 \u0432 \u0425\u0430\u0440\u044c\u043a\u043e\u0432\u0435 \u0432 Bella Mozzarella, \u0412\u044b \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u0435 \u0437\u0430\u0445\u043e\u0442\u0438\u0442\u0435 \u0440\u0430\u0437\u043c\u0435\u043d\u0438\u0432\u0430\u0442\u044c\u0441\u044f \u043d\u0430 \u043c\u0435\u043d\u044c\u0448\u0435\u0435. \u0414\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u043d\u0435 \u043d\u0443\u0436\u043d\u043e \u043e\u0431\u043b\u0430\u0434\u0430\u0442\u044c \u0445\u043e\u0440\u043e\u0448\u0435\u0439 \u043f\u0430\u043c\u044f\u0442\u044c\u044e, \u0437\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u044f \u043c\u043d\u043e\u0433\u043e \u0440\u0430\u0437\u043d\u044b\u0445 \u043d\u043e\u043c\u0435\u0440\u043e\u0432, \u043d\u0435 \u043d\u0443\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u043a\u0440\u0443\u0442\u044b\u043c \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0438\u0441\u0442\u043e\u043c, \u043f\u0440\u0438 \u0437\u0430\u043a\u0430\u0437\u0435 \u0431\u043b\u044e\u0434 \u043d\u0430 \u0440\u0430\u0437\u043d\u044b\u0439 \u0432\u043a\u0443\u0441. \u041d\u0443\u0436\u043d\u043e \u043f\u0440\u043e\u0441\u0442\u043e \u043f\u043e\u0437\u0432\u043e\u043d\u0438\u0442\u044c \u043e\u043f\u0435\u0440\u0430\u0442\u043e\u0440\u0443 \u043b\u0438\u0431\u043e \u043e\u0444\u043e\u0440\u043c\u0438\u0442\u044c \u0437\u0430\u043a\u0430\u0437 \u043d\u0430 \u0441\u0430\u0439\u0442\u0435 \u0432\u0441\u0435\u0433\u043e \u0432 \u043f\u0430\u0440\u0443 \u043a\u043b\u0438\u043a\u043e\u0432. \u041a\u0440\u0443\u0433\u043b\u043e\u0441\u0443\u0442\u043e\u0447\u043d\u0430\u044f \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0435\u0434\u044b \u0432 \u0425\u0430\u0440\u044c\u043a\u043e\u0432\u0435 \u043e\u0442 Bella Mozzarella \u043f\u0440\u0438\u044f\u0442\u043d\u043e \u0443\u0434\u0438\u0432\u0438\u0442 \u0412\u0430\u0441. \u041c\u044b \u0436\u0434\u0435\u043c \u0438\u043c\u0435\u043d\u043d\u043e \u0412\u0430\u0441. \u041a\u0430\u0436\u0434\u044b\u0439 \u043a\u043b\u0438\u0435\u043d\u0442 \u0434\u043b\u044f \u043d\u0430\u0441 \u0443\u043d\u0438\u043a\u0430\u043b\u0435\u043d \u0438 \u0432\u0430\u0436\u0435\u043d. \u041c\u044b \u0440\u0430\u0434\u044b \u0412\u0430\u043c \u0432\u0441\u0435\u0433\u0434\u0430. \u0417\u0430\u043a\u0430\u0437\u0430\u0432 \u043a\u0440\u0443\u0433\u043b\u043e\u0441\u0443\u0442\u043e\u0447\u043d\u0443\u044e \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0443 \u0435\u0434\u044b \u0432 \u0425\u0430\u0440\u044c\u043a\u043e\u0432\u0435 \u0432 Bella Mozzarella, \u0412\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u0435 \u043b\u044e\u0431\u0438\u043c\u043e\u0435, \u0438\u0441\u043a\u043b\u044e\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0432\u044b\u0441\u043e\u043a\u043e\u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0435 \u0431\u043b\u044e\u0434\u043e.",text5:"\u0421\u043e\u0432\u0441\u0435\u043c \u043d\u0435\u0434\u0430\u0432\u043d\u043e \u043c\u044b \u043d\u0430\u0447\u0430\u043b\u0438 \u0440\u0430\u0434\u043e\u0432\u0430\u0442\u044c \u0441\u0432\u043e\u0438\u0445 \u0433\u043e\u0441\u0442\u0435\u0439 \u043d\u043e\u0432\u044b\u043c\u0438 \u043f\u0438\u0446\u0446\u0430\u043c\u0438, \u0434\u043e\u0431\u0430\u0432\u0438\u0432 \u0432 \u043c\u0435\u043d\u044e \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c \u0437\u0430\u043a\u0430\u0437\u0430\u0442\u044c \u043f\u0438\u0446\u0446\u0443 \u0441 \u0441\u044b\u0440\u043d\u044b\u043c \u0431\u043e\u0440\u0442\u0438\u043a\u043e\u043c. \u041f\u0438\u0446\u0446\u0430 \u0441 \u0441\u044b\u0440\u043d\u044b\u043c \u0431\u043e\u0440\u0442\u0438\u043a\u043e\u043c \u0441\u043b\u0438\u0432\u043e\u0447\u043d\u043e\u0433\u043e \u0441\u044b\u0440\u0430 \u0424\u0438\u043b\u0430\u0434\u0435\u043b\u044c\u0444\u0438\u044f \u043f\u0440\u0438\u0434\u0430\u0435\u0442 \u043f\u0438\u0446\u0446\u0435 \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u0435\u0436\u043d\u043e\u0441\u0442\u0438. \u0422\u0430\u043a\u0436\u0435 \u0443 \u043d\u0430\u0441 \u0435\u0441\u0442\u044c \u0431\u043e\u0440\u0442 \u0441 \u0441\u043b\u0438\u0432\u043e\u0447\u043d\u044b\u043c \u0441\u044b\u0440\u043e\u043c \u0424\u0438\u043b\u0430\u0434\u0435\u043b\u044c\u0444\u0438\u044f \u0438 \u0432\u0435\u0442\u0447\u0438\u043d\u043e\u0439. \u041f\u0440\u0438 \u0437\u0430\u043a\u0430\u0437\u0435 \u043f\u0438\u0446\u0446\u044b \u0441 \u043b\u044e\u0431\u044b\u043c \u0438\u0437 \u0431\u043e\u0440\u0442\u0438\u043a\u043e\u0432 \u2013 \u043d\u0430\u0448 \u043a\u0443\u0440\u044c\u0435\u0440 \u043f\u0440\u0438\u0432\u0435\u0437\u0435\u0442 \u0412\u0430\u043c \u0432\u043e\u0441\u044c\u043c\u0438\u0443\u0433\u043e\u043b\u044c\u043d\u0443\u044e \u043f\u0438\u0446\u0446\u0443. \u0412\u043e\u0441\u044c\u043c\u0438\u0443\u0433\u043e\u043b\u044c\u043d\u0430\u044f \u043f\u0438\u0446\u0446\u0430 \u043e\u0442 Bella Mozzarella \u2013 \u043f\u0435\u0440\u0432\u0430\u044f \u043f\u0438\u0446\u0446\u0430 \u0432 \u0425\u0430\u0440\u044c\u043a\u043e\u0432\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u043d\u0430\u044f \u0432 \u0442\u0430\u043a\u043e\u043c \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u043e\u043c \u0434\u0438\u0437\u0430\u0439\u043d\u0435, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u043c\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b \u043f\u0440\u0438\u0434\u0451\u0442\u0441\u044f \u0412\u0430\u043c \u043f\u043e \u0432\u043a\u0443\u0441\u0443.",text6:"Bella Mozzarella \u2013 \u044d\u0442\u043e \u043d\u0435 \u0442\u043e\u043b\u044c\u043a\u043e \u0441\u043b\u0443\u0436\u0431\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0438 \u0435\u0434\u044b \u0432 \u0425\u0430\u0440\u044c\u043a\u043e\u0432\u0435, \u043d\u043e \u0438 \u0441\u0435\u043c\u0435\u0439\u043d\u0430\u044f \u043f\u0438\u0446\u0446\u0435\u0440\u0438\u044f. Bella Mozzarella \u2014 \u043c\u0435\u0441\u0442\u043e, \u0433\u0434\u0435 \u043e\u0442\u0434\u044b\u0445\u0430\u0435\u0442 \u0434\u0443\u0448\u0430 \u0438 \u0442\u0435\u043b\u043e. \u041c\u0435\u0441\u0442\u043e \u0433\u0434\u0435 \u043c\u043e\u0436\u043d\u043e \u043e\u0442\u0434\u043e\u0445\u043d\u0443\u0442\u044c \u0441\u0430\u043c\u043e\u043c\u0443, \u0441 \u0441\u0435\u043c\u044c\u0435\u0439, \u0441 \u0434\u0440\u0443\u0437\u044c\u044f\u043c\u0438, \u0441 \u043a\u043e\u043b\u043b\u0435\u0433\u0430\u043c\u0438. \u0417\u0434\u0435\u0441\u044c \u0412\u0430\u0441 \u0436\u0434\u0443\u0442 \u0431\u043b\u044e\u0434\u0430 \u0438\u0442\u0430\u043b\u044c\u044f\u043d\u0441\u043a\u043e\u0439 \u043a\u0443\u0445\u043d\u0438, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043d\u0438\u043a\u043e\u0433\u043e \u043d\u0435 \u043e\u0441\u0442\u0430\u0432\u044f\u0442 \u0440\u0430\u0432\u043d\u043e\u0434\u0443\u0448\u043d\u044b\u043c. \u0423 \u043d\u0430\u0441 \u043c\u043e\u0436\u043d\u043e \u043f\u043e\u0441\u0438\u0434\u0435\u0442\u044c \u043d\u0435 \u0442\u043e\u043b\u044c\u043a\u043e \u0432\u043d\u0443\u0442\u0440\u0438 \u0440\u0435\u0441\u0442\u043e\u0440\u0430\u043d\u0430, \u0430 \u0438 \u043d\u0430 \u043b\u0435\u0442\u043d\u0435\u0439 \u043f\u043b\u043e\u0449\u0430\u0434\u043a\u0435. \u041d\u0430\u0438\u0431\u043e\u043b\u044c\u0448\u0435\u0439 \u043f\u043e\u043f\u0443\u043b\u044f\u0440\u043d\u043e\u0441\u0442\u044c\u044e \u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u043f\u0438\u0446\u0446\u0430. \u042d\u0442\u043e \u043f\u043e\u043b\u044e\u0431\u0438\u0432\u0448\u0438\u0435\u0441\u044f \u043c\u0435\u0441\u0442\u043d\u044b\u043c \u0436\u0438\u0442\u0435\u043b\u044f\u043c \u0431\u043b\u044e\u0434\u043e, \u043f\u043b\u043e\u0442\u043d\u043e \u0432\u043e\u0448\u043b\u043e \u0432 \u043e\u0431\u0438\u0445\u043e\u0434. \u041d\u0438 \u043e\u0434\u0438\u043d \u043a\u043e\u0440\u043f\u043e\u0440\u0430\u0442\u0438\u0432, \u043f\u0440\u0430\u0437\u0434\u043d\u0438\u043a \u043d\u0435 \u043e\u0431\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u0431\u0435\u0437 \u043f\u0438\u0446\u0446\u044b. \u0412 Bella Mozzarella \u043c\u043e\u0436\u043d\u043e \u043d\u0435 \u0442\u043e\u043b\u044c\u043a\u043e \u043f\u043e\u0441\u0438\u0434\u0435\u0442\u044c \u0438 \u043e\u0442\u0434\u043e\u0445\u043d\u0443\u0442\u044c \u0432 \u0441\u0430\u043c\u043e\u043c \u0437\u0430\u0432\u0435\u0434\u0435\u043d\u0438\u0438, \u043c\u043e\u0436\u043d\u043e \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u0440\u043f\u043e\u0440\u0430\u0442\u0438\u0432, \u043e\u0442\u043c\u0435\u0442\u0438\u0442\u044c \u0430\u0431\u0441\u043e\u043b\u044e\u0442\u043d\u043e \u043b\u044e\u0431\u043e\u0439 \u043f\u0440\u0430\u0437\u0434\u043d\u0438\u043a. \u041a\u0440\u0443\u0433\u043b\u043e\u0441\u0443\u0442\u043e\u0447\u043d\u0430\u044f \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u043f\u0438\u0446\u0446\u044b \u0432 \u0425\u0430\u0440\u044c\u043a\u043e\u0432\u0435, \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u0431\u044b\u0441\u0442\u0440\u043e, \u043d\u0430\u0434\u0435\u0436\u043d\u043e \u0438 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e, \u0442\u0430\u043a\u0438\u043c \u043e\u0431\u0440\u0430\u0437\u043e\u043c, \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u043d\u0435 \u0442\u043e\u043b\u044c\u043a\u043e \u0432\u043a\u0443\u0441\u043e\u0432\u043e\u0435 \u043d\u0430\u0441\u043b\u0430\u0436\u0434\u0435\u043d\u0438\u0435, \u043d\u043e \u0438 \u0441\u043e\u0437\u0435\u0440\u0446\u0430\u0442\u044c \u043f\u0435\u0440\u0432\u043e\u0437\u0434\u0430\u043d\u043d\u0443\u044e \u043a\u0440\u0430\u0441\u043e\u0442\u0443 \u0441\u0430\u043c\u043e\u0433\u043e \u0431\u043b\u044e\u0434\u0430. Bella Mozzarella \u2014 \u043d\u0435 \u043f\u0440\u043e\u0441\u0442\u043e \u0441\u0435\u043c\u0435\u0439\u043d\u0430\u044f \u043f\u0438\u0446\u0446\u0435\u0440\u0438\u044f, \u044d\u0442\u043e \u043c\u0435\u0441\u0442\u043e \u0433\u0434\u0435 \u0432\u0441\u0435\u0433\u0434\u0430 \u0412\u0430\u043c \u0440\u0430\u0434\u044b \u0438 \u0432\u0441\u0435\u0433\u0434\u0430 \u0412\u0430\u0441 \u0436\u0434\u0443\u0442. \u0412\u0430\u0441 \u0432\u0441\u0442\u0440\u0435\u0442\u0438\u0442 \u0432\u0435\u0436\u043b\u0438\u0432\u044b\u0439, \u0440\u0430\u0434\u0443\u0448\u043d\u044b\u0439 \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b, \u0443\u044e\u0442\u043d\u0430\u044f \u0430\u0442\u043c\u043e\u0441\u0444\u0435\u0440\u0430, \u0432\u043a\u0443\u0441\u043d\u0430\u044f \u0435\u0434\u0430, \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0435 \u043e\u0431\u0441\u043b\u0443\u0436\u0438\u0432\u0430\u043d\u0438\u0435 \u0438 \u043f\u043e\u043b\u043d\u044b\u0439 \u0440\u0435\u043b\u0430\u043a\u0441.",text7:"\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0435\u0434\u044b \u0425\u0430\u0440\u044c\u043a\u043e\u0432 \u043e\u0442 Bella Mozzarella \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0438\u0442 \u0432\u0430\u043c \u043a\u043e\u043c\u0444\u043e\u0440\u0442, \u0440\u0430\u0434\u043e\u0441\u0442\u044c, \u043e\u0449\u0443\u0449\u0435\u043d\u0438\u0435 \u043f\u0440\u0430\u0437\u0434\u043d\u0438\u043a\u0430, \u043f\u043e\u0440\u0430\u0434\u0443\u0435\u0442 \u0412\u0430\u0441 \u0431\u044b\u0441\u0442\u0440\u043e\u0439 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u043e\u0439, \u0447\u0442\u043e \u043f\u043e\u0437\u0432\u043e\u043b\u0438\u0442 \u0412\u0430\u043c \u0432\u0441\u0435\u0433\u0434\u0430 \u0431\u044b\u0442\u044c \u0432 \u0445\u043e\u0440\u043e\u0448\u0435\u0439 \u0444\u043e\u0440\u043c\u0435 \u0438 \u043f\u0440\u0435\u043a\u0440\u0430\u0441\u043d\u043e\u043c \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043d\u0438\u0438.",pizzaList1:"\u0441 \u043a\u0443\u0440\u0438\u043d\u044b\u043c \u0444\u0438\u043b\u0435;",pizzaList2:"\u0441 \u0433\u0440\u0438\u0431\u0430\u043c\u0438 \u0438 \u043a\u0443\u0440\u0438\u043d\u044b\u043c \u0444\u0438\u043b\u0435;",pizzaList3:"\u0441 \u0442\u0435\u043b\u044f\u0442\u0438\u043d\u043e\u0439;",pizzaList4:"\u0441 \u043e\u0445\u043e\u0442\u043d\u0438\u0447\u044c\u0438\u043c\u0438 \u043a\u043e\u043b\u0431\u0430\u0441\u043a\u0430\u043c\u0438;",pizzaList5:"\u0441 \u0432\u0435\u0442\u0447\u0438\u043d\u043e\u0439;",pizzaList6:"\u0441 \u043c\u043e\u0440\u0435\u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430\u043c\u0438;",pizzaList7:"\u0441 \u0440\u0430\u0437\u043b\u0438\u0447\u043d\u044b\u043c\u0438 \u0432\u0438\u0434\u0430\u043c\u0438 \u0441\u044b\u0440\u043e\u0432.",shippingBenefits1:"\u043a\u0440\u0443\u0433\u043b\u043e\u0441\u0443\u0442\u043e\u0447\u043d\u0430\u044f \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0435\u0434\u044b \u0432 \u0425\u0430\u0440\u044c\u043a\u043e\u0432\u0435;",shippingBenefits2:"\u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0435\u0434\u044b \u043f\u043e \u0425\u0430\u0440\u044c\u043a\u043e\u0432\u0443 \u2014 59 \u043c\u0438\u043d\u0443\u0442;",shippingBenefits3:"\u0443\u0434\u043e\u0431\u043d\u0430\u044f \u0444\u043e\u0440\u043c\u0430 \u043e\u043f\u043b\u0430\u0442\u044b (\u043d\u0430\u043b\u0438\u0447\u043d\u0430\u044f, \u043f\u043e \u0442\u0435\u0440\u043c\u0438\u043d\u0430\u043b\u0443 \u0443 \u043a\u0443\u0440\u044c\u0435\u0440\u0430, Liqpay \u043d\u0430 \u0441\u0430\u0439\u0442\u0435, \u0431\u0435\u0437\u043d\u0430\u043b\u0438\u0447\u043d\u0430\u044f \u0432 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u043c \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0438);",shippingBenefits4:"\u0443\u0434\u043e\u0431\u043d\u043e\u0435 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435;",shippingBenefits5:"\u0440\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u044b\u0435 \u0430\u043a\u0446\u0438\u0438;",shippingBenefits6:"\u0441\u043a\u0438\u0434\u043a\u0438 \u043d\u0430 \u0434\u0435\u043d\u044c \u0440\u043e\u0436\u0434\u0435\u043d\u0438\u044f.",phone1:"+38 (093) 4321000",phone2:"+38 (098) 4321000",phone3:"+38 (099) 4321000"}},restaurant:{name:"Bella Mozzarella",url:"https://bellamozzarella.com.ua/ru",image:"https://bellamozzarella.com.ua/static/media/logo.28c907c65716fcb08be7f50a86201769.svg",telephone:"+380934321000",inLanguage:"ru",servesCuisine:["Pizza","Burgers","Mexican"],priceRange:"$$",openingHours:"Mo-Su 10:00-22:00",addressLocality:"\u0425\u0430\u0440\u044c\u043a\u043e\u0432",addressCountry:"UA",areaServed:"\u0425\u0430\u0440\u044c\u043a\u043e\u0432",sameAs:["https://www.instagram.com/bellamozzarella.kh/","https://www.facebook.com/BellaMozzarella.com.ua"],target:"https://bellamozzarella.com.ua/ru"}},dish:{sizeSmall:"\u043c\u0430\u043b\u0435\u043d\u044c\u043a\u0430\u044f",sizeMedium:"\u0441\u0440\u0435\u0434\u043d\u044f\u044f",sizeBig:"\u0431\u043e\u043b\u044c\u0448\u0430\u044f",liters:" \u043c\u043b",grams:" \u0433",ingredientsDisplay:"\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0438\u043d\u0433\u0440\u0435\u0434\u0438\u0435\u043d\u0442\u044b",side:"\u0411\u043e\u0440\u0442\u0438\u043a",classicSide:"\u041a\u043b\u0430\u0441\u0441\u0438\u0447\u0435\u0441\u043a\u0438\u0439",cheeseSide:"\u0421\u044b\u0440\u043d\u044b\u0439",baconSide:"\u0421\u044b\u0440 \u0438 \u0431\u0435\u043a\u043e\u043d",add:"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u043f\u0438\u0446\u0446\u0443",addToCart:"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443",errorWithOrder:"\u0412 \u0441\u043b\u0443\u0447\u0430\u0435 \u043d\u0435\u043d\u0430\u0434\u043b\u0435\u0436\u0430\u0449\u0435\u0433\u043e \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0430 \u0431\u043b\u044e\u0434\u0430 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u0430 \u0437\u0430\u043c\u0435\u043d\u0430 \u0438\u043b\u0438 \u0432\u043e\u0437\u0432\u0440\u0430\u0442 \u0441\u0440\u0435\u0434\u0441\u0442\u0432. \u041e\u0431\u0440\u0430\u0449\u0435\u043d\u0438\u0435 \u0432 \u0434\u0435\u043d\u044c \u0437\u0430\u043a\u0430\u0437\u0430."},combo:{change:"\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c",board:"\u0411\u043e\u0440\u0442\u0438\u043a: ",choseCombo:"\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u043a\u043e\u043c\u0431\u043e",addToCart:"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443"},half:{choosePizzas:"\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043f\u0438\u0446\u0446\u044b \u0434\u043b\u044f \u043b\u0435\u0432\u043e\u0439 \u0438 \u043f\u0440\u0430\u0432\u043e\u0439 \u043f\u043e\u043b\u043e\u0432\u0438\u043d\u043a\u0438",addToCart:"\u041e\u0431\u044a\u0435\u0434\u0435\u043d\u0438\u0442\u044c \u043f\u043e\u043b\u043e\u0432\u0438\u043d\u043a\u0438",choose:"\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435",title:"\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043f\u0438\u0446\u0446\u0443 \u0438\u0437 \u043f\u043e\u043b\u043e\u0432\u0438\u043d\u043e\u043a",left:"\u043b\u0435\u0432\u0443\u044e \u043f\u043e\u043b\u043e\u0432\u0438\u043d\u043a\u0443",right:"\u043f\u0440\u0430\u0432\u0443\u044e \u043f\u043e\u043b\u043e\u0432\u0438\u043d\u043a\u0443",weight:"\u0412\u0435\u0441 ",gram:" \u0433"},cart:{components:{list:{subTitle:"\u0442\u043e\u0432\u0430\u0440\u0430 \u043d\u0430",board:"\u0411\u043e\u0440\u0442\u0438\u043a: ",additiveTitle:"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043a \u0437\u0430\u043a\u0430\u0437\u0443?"},bonus:{name:"\u0423\u0437\u043d\u0430\u0442\u044c \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u043c\u043e\u0438\u0445 \u0431\u043e\u043d\u0443\u0441\u0430\u0445",enterPhone:"\u0412\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043b\u0435\u0444\u043e\u043d",title:"\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0431\u043e\u043d\u0443\u0441\u044b",subTitle:"\u0423 \u0432\u0430\u0441 \u0435\u0441\u0442\u044c ",text1:"(\u041d\u0435 \u0431\u043e\u043b\u0435\u0435 ",text2:" % \u043e\u0442 \u0437\u0430\u043a\u0430\u0437\u0430)"},promo:{title:"\u041f\u043e\u043b\u0443\u0447\u0438\u0442\u0435 \u0441\u043a\u0438\u0434\u043a\u0443",placeholder:"\u0412\u0432\u0435\u0441\u0442\u0438 \u043f\u0440\u043e\u043c\u043e\u043a\u043e\u0434",text1:"\u041f\u0440\u043e\u043c\u043e\u043a\u043e\u0434 \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u0435\u0442 \u043f\u0440\u0438 \u043c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u043c \u0437\u0430\u043a\u0430\u0437e \u043e\u0442 "},delivery:{title:"\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0438 \u043e\u043f\u043b\u0430\u0442\u0430",home:"\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430",cafe:"\u0421\u0430\u043c\u043e\u0432\u044b\u0432\u043e\u0437",delivery:"\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430",pickup:"\u0421\u0430\u043c\u043e\u0432\u044b\u0432\u043e\u0437",name:"\u0418\u043c\u044f*",phone:"\u0422\u0435\u043b\u0435\u0444\u043e\u043d*",address:"\u0410\u0434\u0440\u0435\u0441*",now:"\u041d\u0430 \u0441\u0435\u0439\u0447\u0430\u0441",onTime:"\u041d\u0430 \u0432\u0440\u0435\u043c\u044f",time:"\u0412\u0440\u0435\u043c\u044f",comment:"\u041a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439 \u043a \u0437\u0430\u043a\u0430\u0437\u0443",meals:"\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u0440\u0438\u0431\u043e\u0440\u043e\u0432",nomeals:"\u041f\u0440\u0438\u0431\u043e\u0440\u044b \u043d\u0435 \u043d\u0443\u0436\u043d\u044b",required:"*\u0418\u043c\u044f, \u0442\u0435\u043b\u0435\u0444\u043e\u043d \u0430\u0434\u0440\u0435\u0441 \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u043a \u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044e",address1:"\u0443\u043b\u0438\u0446\u0430 \u0421\u0443\u043c\u0441\u043a\u0430\u044f, 73 ",address2:"\u041f\u0440\u043e\u0441\u043f\u0435\u043a\u0442 \u041f\u0435\u0442\u0440\u0430 \u0413\u0440\u0438\u0433\u043e\u0440\u0435\u043d\u043a\u0430, 18/1 "},payment:{method:"\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u043f\u043e\u0441\u043e\u0431 \u043e\u043f\u043b\u0430\u0442\u044b",paymentByCash:"\u041d\u0430\u043b\u0438\u0447\u043d\u044b\u043c\u0438 \u043a\u0443\u0440\u044c\u0435\u0440\u0443",paymentByCart:"\u0427\u0435\u0440\u0435\u0437 \u0442\u0435\u0440\u043c\u0438\u043d\u0430\u043b",paymentByOnline:"\u041a\u0430\u0440\u0442\u043e\u0439 \u043e\u043d\u043b\u0430\u0439\u043d"},liqpay:{goToPay:"\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u043e\u043f\u043b\u0430\u0442\u0435"}},title:"\u041a\u043e\u0440\u0437\u0438\u043d\u0430",delivery:"\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430",freeDelivery:"\u0411\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u0430\u044f \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u043e\u0442 ",discount:"\u0421\u043a\u0438\u0434\u043a\u0430: ",total:"\u0421\u0443\u043c\u043c\u0430 \u043a \u043e\u043f\u043b\u0430\u0442\u0435: ",checkoutButton:"\u041e\u0444\u043e\u0440\u043c\u0438\u0442\u044c \u0437\u0430\u043a\u0430\u0437 \u043d\u0430 ",payButton:"\u041e\u043f\u043b\u0430\u0442\u0438\u0442\u044c ",emptyText:"\u0412\u0430\u0448\u0430 \u043a\u043e\u0440\u0437\u0438\u043d\u0430 \u043f\u0443\u0441\u0442\u0430",doneTitle:"\u0423\u0441\u043f\u0435\u0445",doneText:"\u0412\u0430\u0448 \u0437\u0430\u043a\u0430\u0437 \u043f\u0440\u0438\u043d\u044f\u0442",doneText2:"\u041d\u043e\u043c\u0435\u0440 \u0437\u0430\u043a\u0430\u0437\u0430: ",donePaymentText:"\u0412\u0430\u0448 \u0437\u0430\u043a\u0430\u0437 \u043f\u0440\u0438\u043d\u044f\u0442! \u0422\u0435\u043f\u0435\u0440\u044c \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u043e\u043f\u043b\u0430\u0442\u044b."},terms:{title:"\u0414\u043e\u0433\u043e\u0432\u043e\u0440 \u043f\u0443\u0431\u043b\u0438\u0447\u043d\u043e\u0439 \u043e\u0444\u0435\u0440\u0442\u044b"}},blog:{main:"\u0413\u043b\u0430\u0432\u043d\u0430\u044f",blog:"\u0411\u043b\u043e\u0433"}}}};Zo.init({interpolation:{escapeValue:!1},lng:"uk",resources:HF});const VF=Zo;n.dn(WF);const GF=ni({stories:wa,combos:Fa,categories:Ta,settings:Oa,dish:gg,combo:Yg,category:xD,orders:za,iiko:ks,article:LD,articles:RF,texts:Ha});function WF(e,t){return GF(e,t)}const YF=function(e){var t,n=Fi(),r=e||{},i=r.reducer,o=void 0===i?void 0:i,a=r.middleware,s=void 0===a?n():a,u=r.devTools,l=void 0===u||u,c=r.preloadedState,d=void 0===c?void 0:c,f=r.enhancers,p=void 0===f?void 0:f;if("function"===typeof o)t=o;else{if(!bi(o))throw new Error('"reducer" is a required argument, and must be a function or an object of functions that can be passed to combineReducers');t=ni(o)}var h=s;"function"===typeof h&&(h=h(n));var m=ii.apply(void 0,h),g=ri;l&&(g=Ai(yi({trace:!1},"object"===typeof l&&l)));var D=new Ti(m),y=D;return Array.isArray(p)?y=ci([m],p):"function"===typeof p&&(y=p(D)),ti(t,d,g.apply(void 0,y))}({reducer:WF}),qF=YF,QF=e=>{e&&e instanceof Function&&n.e(453).then(n.bind(n,6453)).then(t=>{let n=t.getCLS,r=t.getFID,i=t.getFCP,o=t.getLCP,a=t.getTTFB;n(e),r(e),i(e),o(e),a(e)})};(async()=>{try{const e=da();await Zo.changeLanguage(e)}catch(e){ca(e)}})();o.createRoot(document.getElementById("root")).render((0,Ka.jsx)(z,{store:qF,children:(0,Ka.jsx)(Ke,{children:(0,Ka.jsx)(v,{i18n:VF,children:(0,Ka.jsx)(UF,{})})})})),QF()})()})();
//# sourceMappingURL=main.420b254c.js.map