/*! For license information please see main.d85e69e6.js.LICENSE.txt */
!function(){var e={4569:function(e,t,n){e.exports=n(8036)},3381:function(e,t,n){"use strict";var r=n(3589),i=n(7297),a=n(9301),o=n(9774),u=n(1804),s=n(9145),l=n(5411),c=n(6789),f=n(4531),d=n(6569),p=n(6261);e.exports=function(e){return new Promise(function(t,n){var h,m=e.data,v=e.headers,g=e.responseType;function y(){e.cancelToken&&e.cancelToken.unsubscribe(h),e.signal&&e.signal.removeEventListener("abort",h)}r.isFormData(m)&&r.isStandardBrowserEnv()&&delete v["Content-Type"];var D=new XMLHttpRequest;if(e.auth){var E=e.auth.username||"",A=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";v.Authorization="Basic "+btoa(E+":"+A)}var b=u(e.baseURL,e.url);function _(){if(D){var r="getAllResponseHeaders"in D?s(D.getAllResponseHeaders()):null,a={data:g&&"text"!==g&&"json"!==g?D.response:D.responseText,status:D.status,statusText:D.statusText,headers:r,config:e,request:D};i(function(e){t(e),y()},function(e){n(e),y()},a),D=null}}if(D.open(e.method.toUpperCase(),o(b,e.params,e.paramsSerializer),!0),D.timeout=e.timeout,"onloadend"in D?D.onloadend=_:D.onreadystatechange=function(){D&&4===D.readyState&&(0!==D.status||D.responseURL&&0===D.responseURL.indexOf("file:"))&&setTimeout(_)},D.onabort=function(){D&&(n(new f("Request aborted",f.ECONNABORTED,e,D)),D=null)},D.onerror=function(){n(new f("Network Error",f.ERR_NETWORK,e,D,D)),D=null},D.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 f(t,r.clarifyTimeoutError?f.ETIMEDOUT:f.ECONNABORTED,e,D)),D=null},r.isStandardBrowserEnv()){var C=(e.withCredentials||l(b))&&e.xsrfCookieName?a.read(e.xsrfCookieName):void 0;C&&(v[e.xsrfHeaderName]=C)}"setRequestHeader"in D&&r.forEach(v,function(e,t){"undefined"===typeof m&&"content-type"===t.toLowerCase()?delete v[t]:D.setRequestHeader(t,e)}),r.isUndefined(e.withCredentials)||(D.withCredentials=!!e.withCredentials),g&&"json"!==g&&(D.responseType=e.responseType),"function"===typeof e.onDownloadProgress&&D.addEventListener("progress",e.onDownloadProgress),"function"===typeof e.onUploadProgress&&D.upload&&D.upload.addEventListener("progress",e.onUploadProgress),(e.cancelToken||e.signal)&&(h=function(e){D&&(n(!e||e&&e.type?new d:e),D.abort(),D=null)},e.cancelToken&&e.cancelToken.subscribe(h),e.signal&&(e.signal.aborted?h():e.signal.addEventListener("abort",h))),m||(m=null);var k=p(b);k&&-1===["http","https","file"].indexOf(k)?n(new f("Unsupported protocol "+k+":",f.ERR_BAD_REQUEST,e)):D.send(m)})}},8036:function(e,t,n){"use strict";var r=n(3589),i=n(4049),a=n(3773),o=n(777);var u=function e(t){var n=new a(t),u=i(a.prototype.request,n);return r.extend(u,a.prototype,n),r.extend(u,n),u.create=function(n){return e(o(t,n))},u}(n(1709));u.Axios=a,u.CanceledError=n(6569),u.CancelToken=n(6857),u.isCancel=n(5517),u.VERSION=n(7600).version,u.toFormData=n(1397),u.AxiosError=n(4531),u.Cancel=u.CanceledError,u.all=function(e){return Promise.all(e)},u.spread=n(8089),u.isAxiosError=n(9580),e.exports=u,e.exports.default=u},6857:function(e,t,n){"use strict";var r=n(6569);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},6569:function(e,t,n){"use strict";var r=n(4531);function i(e){r.call(this,null==e?"canceled":e,r.ERR_CANCELED),this.name="CanceledError"}n(3589).inherits(i,r,{__CANCEL__:!0}),e.exports=i},5517:function(e){"use strict";e.exports=function(e){return!(!e||!e.__CANCEL__)}},3773:function(e,t,n){"use strict";var r=n(3589),i=n(9774),a=n(7470),o=n(2733),u=n(777),s=n(1804),l=n(7835),c=l.validators;function f(e){this.defaults=e,this.interceptors={request:new a,response:new a}}f.prototype.request=function(e,t){"string"===typeof e?(t=t||{}).url=e:t=e||{},(t=u(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 a,s=[];if(this.interceptors.response.forEach(function(e){s.push(e.fulfilled,e.rejected)}),!i){var f=[o,void 0];for(Array.prototype.unshift.apply(f,r),f=f.concat(s),a=Promise.resolve(t);f.length;)a=a.then(f.shift(),f.shift());return a}for(var d=t;r.length;){var p=r.shift(),h=r.shift();try{d=p(d)}catch(m){h(m);break}}try{a=o(d)}catch(m){return Promise.reject(m)}for(;s.length;)a=a.then(s.shift(),s.shift());return a},f.prototype.getUri=function(e){e=u(this.defaults,e);var t=s(e.baseURL,e.url);return i(t,e.params,e.paramsSerializer)},r.forEach(["delete","get","head","options"],function(e){f.prototype[e]=function(t,n){return this.request(u(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(u(i||{},{method:e,headers:t?{"Content-Type":"multipart/form-data"}:{},url:n,data:r}))}}f.prototype[e]=t(),f.prototype[e+"Form"]=t(!0)}),e.exports=f},4531:function(e,t,n){"use strict";var r=n(3589);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 a=i.prototype,o={};["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){o[e]={value:e}}),Object.defineProperties(i,o),Object.defineProperty(a,"isAxiosError",{value:!0}),i.from=function(e,t,n,o,u,s){var l=Object.create(a);return r.toFlatObject(e,l,function(e){return e!==Error.prototype}),i.call(l,e.message,t,n,o,u),l.name=e.name,s&&Object.assign(l,s),l},e.exports=i},7470:function(e,t,n){"use strict";var r=n(3589);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},1804:function(e,t,n){"use strict";var r=n(4044),i=n(9549);e.exports=function(e,t){return e&&!r(t)?i(e,t):t}},2733:function(e,t,n){"use strict";var r=n(3589),i=n(2693),a=n(5517),o=n(1709),u=n(6569);function s(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new u}e.exports=function(e){return s(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||o.adapter)(e).then(function(t){return s(e),t.data=i.call(e,t.data,t.headers,e.transformResponse),t},function(t){return a(t)||(s(e),t&&t.response&&(t.response.data=i.call(e,t.response.data,t.response.headers,e.transformResponse))),Promise.reject(t)})}},777:function(e,t,n){"use strict";var r=n(3589);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 a(n){return r.isUndefined(t[n])?r.isUndefined(e[n])?void 0:i(void 0,e[n]):i(e[n],t[n])}function o(e){if(!r.isUndefined(t[e]))return i(void 0,t[e])}function u(n){return r.isUndefined(t[n])?r.isUndefined(e[n])?void 0:i(void 0,e[n]):i(void 0,t[n])}function s(n){return n in t?i(e[n],t[n]):n in e?i(void 0,e[n]):void 0}var l={url:o,method:o,data:o,baseURL:u,transformRequest:u,transformResponse:u,paramsSerializer:u,timeout:u,timeoutMessage:u,withCredentials:u,adapter:u,responseType:u,xsrfCookieName:u,xsrfHeaderName:u,onUploadProgress:u,onDownloadProgress:u,decompress:u,maxContentLength:u,maxBodyLength:u,beforeRedirect:u,transport:u,httpAgent:u,httpsAgent:u,cancelToken:u,socketPath:u,responseEncoding:u,validateStatus:s};return r.forEach(Object.keys(e).concat(Object.keys(t)),function(e){var t=l[e]||a,i=t(e);r.isUndefined(i)&&t!==s||(n[e]=i)}),n}},7297:function(e,t,n){"use strict";var r=n(4531);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)}},2693:function(e,t,n){"use strict";var r=n(3589),i=n(1709);e.exports=function(e,t,n){var a=this||i;return r.forEach(n,function(n){e=n.call(a,e,t)}),e}},1709:function(e,t,n){"use strict";var r=n(3589),i=n(4341),a=n(4531),o=n(6789),u=n(1397),s={"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:o,adapter:function(){var e;return("undefined"!==typeof XMLHttpRequest||"undefined"!==typeof process&&"[object process]"===Object.prototype.toString.call(process))&&(e=n(3381)),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,a=r.isObject(e),o=t&&t["Content-Type"];if((n=r.isFileList(e))||a&&"multipart/form-data"===o){var s=this.env&&this.env.FormData;return u(n?{"files[]":e}:e,s&&new s)}return a||"application/json"===o?(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,o=!n&&"json"===this.responseType;if(o||i&&r.isString(e)&&e.length)try{return JSON.parse(e)}catch(u){if(o){if("SyntaxError"===u.name)throw a.from(u,a.ERR_BAD_RESPONSE,this,null,this.response);throw u}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:n(3035)},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(s)}),e.exports=c},6789:function(e){"use strict";e.exports={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1}},7600:function(e){e.exports={version:"0.27.2"}},4049:function(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)}}},9774:function(e,t,n){"use strict";var r=n(3589);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 a;if(n)a=n(t);else if(r.isURLSearchParams(t))a=t.toString();else{var o=[];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)),o.push(i(t)+"="+i(e))}))}),a=o.join("&")}if(a){var u=e.indexOf("#");-1!==u&&(e=e.slice(0,u)),e+=(-1===e.indexOf("?")?"?":"&")+a}return e}},9549:function(e){"use strict";e.exports=function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}},9301:function(e,t,n){"use strict";var r=n(3589);e.exports=r.isStandardBrowserEnv()?{write:function(e,t,n,i,a,o){var u=[];u.push(e+"="+encodeURIComponent(t)),r.isNumber(n)&&u.push("expires="+new Date(n).toGMTString()),r.isString(i)&&u.push("path="+i),r.isString(a)&&u.push("domain="+a),!0===o&&u.push("secure"),document.cookie=u.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(){}}},4044:function(e){"use strict";e.exports=function(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}},9580:function(e,t,n){"use strict";var r=n(3589);e.exports=function(e){return r.isObject(e)&&!0===e.isAxiosError}},5411:function(e,t,n){"use strict";var r=n(3589);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}},4341:function(e,t,n){"use strict";var r=n(3589);e.exports=function(e,t){r.forEach(e,function(n,r){r!==t&&r.toUpperCase()===t.toUpperCase()&&(e[t]=n,delete e[r])})}},3035:function(e){e.exports=null},9145:function(e,t,n){"use strict";var r=n(3589),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,a,o={};return e?(r.forEach(e.split("\n"),function(e){if(a=e.indexOf(":"),t=r.trim(e.substr(0,a)).toLowerCase(),n=r.trim(e.substr(a+1)),t){if(o[t]&&i.indexOf(t)>=0)return;o[t]="set-cookie"===t?(o[t]?o[t]:[]).concat([n]):o[t]?o[t]+", "+n:n}}),o):o}},6261:function(e){"use strict";e.exports=function(e){var t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}},8089:function(e){"use strict";e.exports=function(e){return function(t){return e.apply(null,t)}}},1397:function(e,t,n){"use strict";var r=n(3589);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(a,o){if(r.isPlainObject(a)||r.isArray(a)){if(-1!==n.indexOf(a))throw Error("Circular reference detected in "+o);n.push(a),r.forEach(a,function(n,a){if(!r.isUndefined(n)){var u,s=o?o+"."+a:a;if(n&&!o&&"object"===typeof n)if(r.endsWith(a,"{}"))n=JSON.stringify(n);else if(r.endsWith(a,"[]")&&(u=r.toArray(n)))return void u.forEach(function(e){!r.isUndefined(e)&&t.append(s,i(e))});e(n,s)}}),n.pop()}else t.append(o,i(a))}(e),t}},7835:function(e,t,n){"use strict";var r=n(7600).version,i=n(4531),a={};["object","boolean","number","function","string","symbol"].forEach(function(e,t){a[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}});var o={};a.transitional=function(e,t,n){function a(e,t){return"[Axios v"+r+"] Transitional option '"+e+"'"+t+(n?". "+n:"")}return function(n,r,u){if(!1===e)throw new i(a(r," has been removed"+(t?" in "+t:"")),i.ERR_DEPRECATED);return t&&!o[r]&&(o[r]=!0,console.warn(a(r," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(n,r,u)}},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),a=r.length;a-- >0;){var o=r[a],u=t[o];if(u){var s=e[o],l=void 0===s||u(s,o,e);if(!0!==l)throw new i("option "+o+" must be "+l,i.ERR_BAD_OPTION_VALUE)}else if(!0!==n)throw new i("Unknown option "+o,i.ERR_BAD_OPTION)}},validators:a}},3589:function(e,t,n){"use strict";var r,i=n(4049),a=Object.prototype.toString,o=(r=Object.create(null),function(e){var t=a.call(e);return r[t]||(r[t]=t.slice(8,-1).toLowerCase())});function u(e){return e=e.toLowerCase(),function(t){return o(t)===e}}function s(e){return Array.isArray(e)}function l(e){return"undefined"===typeof e}var c=u("ArrayBuffer");function f(e){return null!==e&&"object"===typeof e}function d(e){if("object"!==o(e))return!1;var t=Object.getPrototypeOf(e);return null===t||t===Object.prototype}var p=u("Date"),h=u("File"),m=u("Blob"),v=u("FileList");function g(e){return"[object Function]"===a.call(e)}var y=u("URLSearchParams");function D(e,t){if(null!==e&&"undefined"!==typeof e)if("object"!==typeof e&&(e=[e]),s(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:s,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||a.call(e)===t||g(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:f,isPlainObject:d,isUndefined:l,isDate:p,isFile:h,isBlob:m,isFunction:g,isStream:function(e){return f(e)&&g(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:D,merge:function e(){var t={};function n(n,r){d(t[r])&&d(n)?t[r]=e(t[r],n):d(n)?t[r]=e({},n):s(n)?t[r]=n.slice():t[r]=n}for(var r=0,i=arguments.length;r<i;r++)D(arguments[r],n);return t},extend:function(e,t,n){return D(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,a,o={};t=t||{};do{for(i=(r=Object.getOwnPropertyNames(e)).length;i-- >0;)o[a=r[i]]||(t[a]=e[a],o[a]=!0);e=Object.getPrototypeOf(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},kindOf:o,kindOfTest:u,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:v}},1694:function(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];if(n){var a=typeof n;if("string"===a||"number"===a)e.push(n);else if(Array.isArray(n)){if(n.length){var o=i.apply(null,n);o&&e.push(o)}}else if("object"===a){if(n.toString!==Object.prototype.toString&&!n.toString.toString().includes("[native code]")){e.push(n.toString());continue}for(var u in n)r.call(n,u)&&n[u]&&e.push(u)}}}return e.join(" ")}e.exports?(i.default=i,e.exports=i):void 0===(n=function(){return i}.apply(t,[]))||(e.exports=n)}()},8177:function(e,t,n){!function(){var t;e.exports=(t=n(8926),n(3713),n(3074),n(8228),n(3650),function(){var e=t,n=e.lib.BlockCipher,r=e.algo,i=[],a=[],o=[],u=[],s=[],l=[],c=[],f=[],d=[],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,a[h]=n;var m=e[n],v=e[m],g=e[v],y=257*e[h]^16843008*h;o[n]=y<<24|y>>>8,u[n]=y<<16|y>>>16,s[n]=y<<8|y>>>24,l[n]=y,y=16843009*g^65537*v^257*m^16843008*n,c[h]=y<<24|y>>>8,f[h]=y<<16|y>>>16,d[h]=y<<8|y>>>24,p[h]=y,n?(n=m^e[e[e[g^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),a=this._keySchedule=[],o=0;o<r;o++)o<n?a[o]=t[o]:(l=a[o-1],o%n?n>6&&o%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[o/n|0]<<24),a[o]=a[o-n]^l);for(var u=this._invKeySchedule=[],s=0;s<r;s++){if(o=r-s,s%4)var l=a[o];else l=a[o-4];u[s]=s<4||o<=4?l:c[i[l>>>24]]^f[i[l>>>16&255]]^d[i[l>>>8&255]]^p[i[255&l]]}}},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._keySchedule,o,u,s,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,f,d,p,a),n=e[t+1],e[t+1]=e[t+3],e[t+3]=n},_doCryptBlock:function(e,t,n,r,i,a,o,u){for(var s=this._nRounds,l=e[t]^n[0],c=e[t+1]^n[1],f=e[t+2]^n[2],d=e[t+3]^n[3],p=4,h=1;h<s;h++){var m=r[l>>>24]^i[c>>>16&255]^a[f>>>8&255]^o[255&d]^n[p++],v=r[c>>>24]^i[f>>>16&255]^a[d>>>8&255]^o[255&l]^n[p++],g=r[f>>>24]^i[d>>>16&255]^a[l>>>8&255]^o[255&c]^n[p++],y=r[d>>>24]^i[l>>>16&255]^a[c>>>8&255]^o[255&f]^n[p++];l=m,c=v,f=g,d=y}m=(u[l>>>24]<<24|u[c>>>16&255]<<16|u[f>>>8&255]<<8|u[255&d])^n[p++],v=(u[c>>>24]<<24|u[f>>>16&255]<<16|u[d>>>8&255]<<8|u[255&l])^n[p++],g=(u[f>>>24]<<24|u[d>>>16&255]<<16|u[l>>>8&255]<<8|u[255&c])^n[p++],y=(u[d>>>24]<<24|u[l>>>16&255]<<16|u[c>>>8&255]<<8|u[255&f])^n[p++],e[t]=m,e[t+1]=v,e[t+2]=g,e[t+3]=y},keySize:8});e.AES=n._createHelper(m)}(),t.AES)}()},3650:function(e,t,n){!function(){var t;e.exports=(t=n(8926),n(8228),void(t.lib.Cipher||function(e){var n=t,r=n.lib,i=r.Base,a=r.WordArray,o=r.BufferedBlockAlgorithm,u=n.enc,s=(u.Utf8,u.Base64),l=n.algo.EvpKDF,c=r.Cipher=o.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(){o.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?D:g}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)}}}}()}),f=(r.StreamCipher=c.extend({_doFinalize:function(){return this._process(!0)},blockSize:1}),n.mode={}),d=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=f.CBC=function(){var t=d.extend();function n(t,n,r){var i,a=this._iv;a?(i=a,this._iv=e):i=this._prevBlock;for(var o=0;o<r;o++)t[n+o]^=i[o]}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,a=e.slice(t,t+i);r.decryptBlock(e,t),n.call(this,e,t,i),this._prevBlock=a}}),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,o=[],u=0;u<r;u+=4)o.push(i);var s=a.create(o,r);e.concat(s)},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)}})),v=(n.format={}).OpenSSL={stringify:function(e){var t=e.ciphertext,n=e.salt;return(n?a.create([1398893684,1701076831]).concat(n).concat(t):t).toString(s)},parse:function(e){var t,n=s.parse(e),r=n.words;return 1398893684==r[0]&&1701076831==r[1]&&(t=a.create(r.slice(2,4)),r.splice(0,4),n.sigBytes-=16),m.create({ciphertext:n,salt:t})}},g=r.SerializableCipher=i.extend({cfg:i.extend({format:v}),encrypt:function(e,t,n,r){r=this.cfg.extend(r);var i=e.createEncryptor(n,r),a=i.finalize(t),o=i.cfg;return m.create({ciphertext:a,key:n,iv:o.iv,algorithm:e,mode:o.mode,padding:o.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){r||(r=a.random(8));var i=l.create({keySize:t+n}).compute(e,r),o=a.create(i.words.slice(t),4*n);return i.sigBytes=4*t,m.create({key:i,iv:o,salt:r})}},D=r.PasswordBasedCipher=g.extend({cfg:g.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.iv=i.iv;var a=g.encrypt.call(this,e,t,i.key,r);return a.mixIn(i),a},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);return r.iv=i.iv,g.decrypt.call(this,e,t,i.key,r)}})}()))}()},8926:function(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(2480)}catch(v){}var i=function(){if(r){if("function"===typeof r.getRandomValues)try{return r.getRandomValues(new Uint32Array(1))[0]}catch(v){}if("function"===typeof r.randomBytes)try{return r.randomBytes(4).readInt32LE()}catch(v){}}throw new Error("Native crypto module could not be used to get secure random number.")},a=Object.create||function(){function e(){}return function(t){var n;return e.prototype=t,n=new e,e.prototype=null,n}}(),o={},u=o.lib={},s=u.Base={extend:function(e){var t=a(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=u.WordArray=s.extend({init:function(e,n){e=this.words=e||[],this.sigBytes=n!=t?n:4*e.length},toString:function(e){return(e||f).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 a=0;a<i;a++){var o=n[a>>>2]>>>24-a%4*8&255;t[r+a>>>2]|=o<<24-(r+a)%4*8}else for(var u=0;u<i;u+=4)t[r+u>>>2]=n[u>>>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=s.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=o.enc={},f=c.Hex={stringify:function(e){for(var t=e.words,n=e.sigBytes,r=[],i=0;i<n;i++){var a=t[i>>>2]>>>24-i%4*8&255;r.push((a>>>4).toString(16)),r.push((15&a).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)}},d=c.Latin1={stringify:function(e){for(var t=e.words,n=e.sigBytes,r=[],i=0;i<n;i++){var a=t[i>>>2]>>>24-i%4*8&255;r.push(String.fromCharCode(a))}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(d.stringify(e)))}catch(t){throw new Error("Malformed UTF-8 data")}},parse:function(e){return d.parse(unescape(encodeURIComponent(e)))}},h=u.BufferedBlockAlgorithm=s.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,a=r.sigBytes,o=this.blockSize,u=a/(4*o),s=(u=t?e.ceil(u):e.max((0|u)-this._minBufferSize,0))*o,c=e.min(4*s,a);if(s){for(var f=0;f<s;f+=o)this._doProcessBlock(i,f);n=i.splice(0,s),r.sigBytes-=c}return new l.init(n,c)},clone:function(){var e=s.clone.call(this);return e._data=this._data.clone(),e},_minBufferSize:0}),m=(u.Hasher=h.extend({cfg:s.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)}}}),o.algo={});return o}(Math);return e}()},3713:function(e,t,n){!function(){var t;e.exports=(t=n(8926),function(){var e=t,n=e.lib.WordArray;function r(e,t,r){for(var i=[],a=0,o=0;o<t;o++)if(o%4){var u=r[e.charCodeAt(o-1)]<<o%4*2|r[e.charCodeAt(o)]>>>6-o%4*2;i[a>>>2]|=u<<24-a%4*8,a++}return n.create(i,a)}e.enc.Base64={stringify:function(e){var t=e.words,n=e.sigBytes,r=this._map;e.clamp();for(var i=[],a=0;a<n;a+=3)for(var o=(t[a>>>2]>>>24-a%4*8&255)<<16|(t[a+1>>>2]>>>24-(a+1)%4*8&255)<<8|t[a+2>>>2]>>>24-(a+2)%4*8&255,u=0;u<4&&a+.75*u<n;u++)i.push(r.charAt(o>>>6*(3-u)&63));var s=r.charAt(64);if(s)for(;i.length%4;)i.push(s);return i.join("")},parse:function(e){var t=e.length,n=this._map,i=this._reverseMap;if(!i){i=this._reverseMap=[];for(var a=0;a<n.length;a++)i[n.charCodeAt(a)]=a}var o=n.charAt(64);if(o){var u=e.indexOf(o);-1!==u&&(t=u)}return r(e,t,i)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="}}(),t.enc.Base64)}()},4728:function(e,t,n){!function(){var t;e.exports=(t=n(8926),function(){var e=t,n=e.lib.WordArray;function r(e,t,r){for(var i=[],a=0,o=0;o<t;o++)if(o%4){var u=r[e.charCodeAt(o-1)]<<o%4*2|r[e.charCodeAt(o)]>>>6-o%4*2;i[a>>>2]|=u<<24-a%4*8,a++}return n.create(i,a)}e.enc.Base64url={stringify:function(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=e.words,r=e.sigBytes,i=t?this._safe_map:this._map;e.clamp();for(var a=[],o=0;o<r;o+=3)for(var u=(n[o>>>2]>>>24-o%4*8&255)<<16|(n[o+1>>>2]>>>24-(o+1)%4*8&255)<<8|n[o+2>>>2]>>>24-(o+2)%4*8&255,s=0;s<4&&o+.75*s<r;s++)a.push(i.charAt(u>>>6*(3-s)&63));var l=i.charAt(64);if(l)for(;a.length%4;)a.push(l);return a.join("")},parse:function(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=e.length,i=t?this._safe_map:this._map,a=this._reverseMap;if(!a){a=this._reverseMap=[];for(var o=0;o<i.length;o++)a[i.charCodeAt(o)]=o}var u=i.charAt(64);if(u){var s=e.indexOf(u);-1!==s&&(n=s)}return r(e,n,a)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"}}(),t.enc.Base64url)}()},1551:function(e,t,n){!function(){var t;e.exports=(t=n(8926),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 a=t[i>>>2]>>>16-i%4*8&65535;r.push(String.fromCharCode(a))}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=[],a=0;a<n;a+=2){var o=i(t[a>>>2]>>>16-a%4*8&65535);r.push(String.fromCharCode(o))}return r.join("")},parse:function(e){for(var t=e.length,r=[],a=0;a<t;a++)r[a>>>1]|=i(e.charCodeAt(a)<<16-a%2*16);return n.create(r,2*t)}}}(),t.enc.Utf16)}()},8228:function(e,t,n){!function(){var t;e.exports=(t=n(8926),n(5590),n(5086),function(){var e=t,n=e.lib,r=n.Base,i=n.WordArray,a=e.algo,o=a.MD5,u=a.EvpKDF=r.extend({cfg:r.extend({keySize:4,hasher:o,iterations:1}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){for(var n,r=this.cfg,a=r.hasher.create(),o=i.create(),u=o.words,s=r.keySize,l=r.iterations;u.length<s;){n&&a.update(n),n=a.update(e).finalize(t),a.reset();for(var c=1;c<l;c++)n=a.finalize(n),a.reset();o.concat(n)}return o.sigBytes=4*s,o}});e.EvpKDF=function(e,t,n){return u.create(n).compute(e,t)}}(),t.EvpKDF)}()},1863:function(e,t,n){!function(){var t;e.exports=(t=n(8926),n(3650),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)}()},5086:function(e,t,n){!function(){var t;e.exports=(t=n(8926),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 a=this._oKey=t.clone(),o=this._iKey=t.clone(),u=a.words,s=o.words,l=0;l<n;l++)u[l]^=1549556828,s[l]^=909522486;a.sigBytes=o.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))}})}())}()},9704:function(e,t,n){!function(){var t;e.exports=(t=n(8926),n(3646),n(5533),n(1551),n(3713),n(4728),n(3074),n(5590),n(9517),n(3183),n(4345),n(6319),n(6853),n(77),n(5086),n(3822),n(8228),n(3650),n(5152),n(2992),n(7223),n(5858),n(130),n(2409),n(4823),n(6644),n(1181),n(8413),n(1863),n(8177),n(2550),n(1325),n(2639),n(2130),t)}()},5533:function(e,t,n){!function(){var t;e.exports=(t=n(8926),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)}()},3074:function(e,t,n){!function(){var t;e.exports=(t=n(8926),function(e){var n=t,r=n.lib,i=r.WordArray,a=r.Hasher,o=n.algo,u=[];!function(){for(var t=0;t<64;t++)u[t]=4294967296*e.abs(e.sin(t+1))|0}();var s=o.MD5=a.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 a=this._hash.words,o=e[t+0],s=e[t+1],p=e[t+2],h=e[t+3],m=e[t+4],v=e[t+5],g=e[t+6],y=e[t+7],D=e[t+8],E=e[t+9],A=e[t+10],b=e[t+11],_=e[t+12],C=e[t+13],k=e[t+14],T=e[t+15],x=a[0],S=a[1],w=a[2],F=a[3];x=l(x,S,w,F,o,7,u[0]),F=l(F,x,S,w,s,12,u[1]),w=l(w,F,x,S,p,17,u[2]),S=l(S,w,F,x,h,22,u[3]),x=l(x,S,w,F,m,7,u[4]),F=l(F,x,S,w,v,12,u[5]),w=l(w,F,x,S,g,17,u[6]),S=l(S,w,F,x,y,22,u[7]),x=l(x,S,w,F,D,7,u[8]),F=l(F,x,S,w,E,12,u[9]),w=l(w,F,x,S,A,17,u[10]),S=l(S,w,F,x,b,22,u[11]),x=l(x,S,w,F,_,7,u[12]),F=l(F,x,S,w,C,12,u[13]),w=l(w,F,x,S,k,17,u[14]),x=c(x,S=l(S,w,F,x,T,22,u[15]),w,F,s,5,u[16]),F=c(F,x,S,w,g,9,u[17]),w=c(w,F,x,S,b,14,u[18]),S=c(S,w,F,x,o,20,u[19]),x=c(x,S,w,F,v,5,u[20]),F=c(F,x,S,w,A,9,u[21]),w=c(w,F,x,S,T,14,u[22]),S=c(S,w,F,x,m,20,u[23]),x=c(x,S,w,F,E,5,u[24]),F=c(F,x,S,w,k,9,u[25]),w=c(w,F,x,S,h,14,u[26]),S=c(S,w,F,x,D,20,u[27]),x=c(x,S,w,F,C,5,u[28]),F=c(F,x,S,w,p,9,u[29]),w=c(w,F,x,S,y,14,u[30]),x=f(x,S=c(S,w,F,x,_,20,u[31]),w,F,v,4,u[32]),F=f(F,x,S,w,D,11,u[33]),w=f(w,F,x,S,b,16,u[34]),S=f(S,w,F,x,k,23,u[35]),x=f(x,S,w,F,s,4,u[36]),F=f(F,x,S,w,m,11,u[37]),w=f(w,F,x,S,y,16,u[38]),S=f(S,w,F,x,A,23,u[39]),x=f(x,S,w,F,C,4,u[40]),F=f(F,x,S,w,o,11,u[41]),w=f(w,F,x,S,h,16,u[42]),S=f(S,w,F,x,g,23,u[43]),x=f(x,S,w,F,E,4,u[44]),F=f(F,x,S,w,_,11,u[45]),w=f(w,F,x,S,T,16,u[46]),x=d(x,S=f(S,w,F,x,p,23,u[47]),w,F,o,6,u[48]),F=d(F,x,S,w,y,10,u[49]),w=d(w,F,x,S,k,15,u[50]),S=d(S,w,F,x,v,21,u[51]),x=d(x,S,w,F,_,6,u[52]),F=d(F,x,S,w,h,10,u[53]),w=d(w,F,x,S,A,15,u[54]),S=d(S,w,F,x,s,21,u[55]),x=d(x,S,w,F,D,6,u[56]),F=d(F,x,S,w,T,10,u[57]),w=d(w,F,x,S,g,15,u[58]),S=d(S,w,F,x,C,21,u[59]),x=d(x,S,w,F,m,6,u[60]),F=d(F,x,S,w,b,10,u[61]),w=d(w,F,x,S,p,15,u[62]),S=d(S,w,F,x,E,21,u[63]),a[0]=a[0]+x|0,a[1]=a[1]+S|0,a[2]=a[2]+w|0,a[3]=a[3]+F|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 a=e.floor(r/4294967296),o=r;n[15+(i+64>>>9<<4)]=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),n[14+(i+64>>>9<<4)]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),t.sigBytes=4*(n.length+1),this._process();for(var u=this._hash,s=u.words,l=0;l<4;l++){var c=s[l];s[l]=16711935&(c<<8|c>>>24)|4278255360&(c<<24|c>>>8)}return u},clone:function(){var e=a.clone.call(this);return e._hash=this._hash.clone(),e}});function l(e,t,n,r,i,a,o){var u=e+(t&n|~t&r)+i+o;return(u<<a|u>>>32-a)+t}function c(e,t,n,r,i,a,o){var u=e+(t&r|n&~r)+i+o;return(u<<a|u>>>32-a)+t}function f(e,t,n,r,i,a,o){var u=e+(t^n^r)+i+o;return(u<<a|u>>>32-a)+t}function d(e,t,n,r,i,a,o){var u=e+(n^(t|~r))+i+o;return(u<<a|u>>>32-a)+t}n.MD5=a._createHelper(s),n.HmacMD5=a._createHmacHelper(s)}(Math),t.MD5)}()},5152:function(e,t,n){!function(){var t;e.exports=(t=n(8926),n(3650),t.mode.CFB=function(){var e=t.lib.BlockCipherMode.extend();function n(e,t,n,r){var i,a=this._iv;a?(i=a.slice(0),this._iv=void 0):i=this._prevBlock,r.encryptBlock(i,0);for(var o=0;o<n;o++)e[t+o]^=i[o]}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,a=e.slice(t,t+i);n.call(this,e,t,i,r),this._prevBlock=a}}),e}(),t.mode.CFB)}()},7223:function(e,t,n){!function(){var t;e.exports=(t=n(8926),n(3650),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,a=this._iv,o=this._counter;a&&(o=this._counter=a.slice(0),this._iv=void 0),r(o);var u=o.slice(0);n.encryptBlock(u,0);for(var s=0;s<i;s++)e[t+s]^=u[s]}});return e.Decryptor=i,e}(),t.mode.CTRGladman)}()},2992:function(e,t,n){!function(){var t;e.exports=(t=n(8926),n(3650),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,a=this._counter;i&&(a=this._counter=i.slice(0),this._iv=void 0);var o=a.slice(0);n.encryptBlock(o,0),a[r-1]=a[r-1]+1|0;for(var u=0;u<r;u++)e[t+u]^=o[u]}});return e.Decryptor=n,e}(),t.mode.CTR)}()},130:function(e,t,n){!function(){var t;e.exports=(t=n(8926),n(3650),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)}()},5858:function(e,t,n){!function(){var t;e.exports=(t=n(8926),n(3650),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,a=this._keystream;i&&(a=this._keystream=i.slice(0),this._iv=void 0),n.encryptBlock(a,0);for(var o=0;o<r;o++)e[t+o]^=a[o]}});return e.Decryptor=n,e}(),t.mode.OFB)}()},2409:function(e,t,n){!function(){var t;e.exports=(t=n(8926),n(3650),t.pad.AnsiX923={pad:function(e,t){var n=e.sigBytes,r=4*t,i=r-n%r,a=n+i-1;e.clamp(),e.words[a>>>2]|=i<<24-a%4*8,e.sigBytes+=i},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},t.pad.Ansix923)}()},4823:function(e,t,n){!function(){var t;e.exports=(t=n(8926),n(3650),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)}()},6644:function(e,t,n){!function(){var t;e.exports=(t=n(8926),n(3650),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)}()},8413:function(e,t,n){!function(){var t;e.exports=(t=n(8926),n(3650),t.pad.NoPadding={pad:function(){},unpad:function(){}},t.pad.NoPadding)}()},1181:function(e,t,n){!function(){var t;e.exports=(t=n(8926),n(3650),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)}()},3822:function(e,t,n){!function(){var t;e.exports=(t=n(8926),n(5590),n(5086),function(){var e=t,n=e.lib,r=n.Base,i=n.WordArray,a=e.algo,o=a.SHA1,u=a.HMAC,s=a.PBKDF2=r.extend({cfg:r.extend({keySize:4,hasher:o,iterations:1}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){for(var n=this.cfg,r=u.create(n.hasher,e),a=i.create(),o=i.create([1]),s=a.words,l=o.words,c=n.keySize,f=n.iterations;s.length<c;){var d=r.update(t).finalize(o);r.reset();for(var p=d.words,h=p.length,m=d,v=1;v<f;v++){m=r.finalize(m),r.reset();for(var g=m.words,y=0;y<h;y++)p[y]^=g[y]}a.concat(d),l[0]++}return a.sigBytes=4*c,a}});e.PBKDF2=function(e,t,n){return s.create(n).compute(e,t)}}(),t.PBKDF2)}()},2130:function(e,t,n){!function(){var t;e.exports=(t=n(8926),n(3713),n(3074),n(8228),n(3650),function(){var e=t,n=e.lib.StreamCipher,r=e.algo,i=[],a=[],o=[],u=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++)s.call(this);for(i=0;i<8;i++)r[i]^=n[i+4&7];if(t){var a=t.words,o=a[0],u=a[1],l=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),c=16711935&(u<<8|u>>>24)|4278255360&(u<<24|u>>>8),f=l>>>16|4294901760&c,d=c<<16|65535&l;for(r[0]^=l,r[1]^=f,r[2]^=c,r[3]^=d,r[4]^=l,r[5]^=f,r[6]^=c,r[7]^=d,i=0;i<4;i++)s.call(this)}},_doProcessBlock:function(e,t){var n=this._X;s.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 s(){for(var e=this._X,t=this._C,n=0;n<8;n++)a[n]=t[n];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<a[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<a[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<a[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<a[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<a[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<a[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<a[6]>>>0?1:0)|0,this._b=t[7]>>>0<a[7]>>>0?1:0,n=0;n<8;n++){var r=e[n]+t[n],i=65535&r,u=r>>>16,s=((i*i>>>17)+i*u>>>15)+u*u,l=((4294901760&r)*r|0)+((65535&r)*r|0);o[n]=s^l}e[0]=o[0]+(o[7]<<16|o[7]>>>16)+(o[6]<<16|o[6]>>>16)|0,e[1]=o[1]+(o[0]<<8|o[0]>>>24)+o[7]|0,e[2]=o[2]+(o[1]<<16|o[1]>>>16)+(o[0]<<16|o[0]>>>16)|0,e[3]=o[3]+(o[2]<<8|o[2]>>>24)+o[1]|0,e[4]=o[4]+(o[3]<<16|o[3]>>>16)+(o[2]<<16|o[2]>>>16)|0,e[5]=o[5]+(o[4]<<8|o[4]>>>24)+o[3]|0,e[6]=o[6]+(o[5]<<16|o[5]>>>16)+(o[4]<<16|o[4]>>>16)|0,e[7]=o[7]+(o[6]<<8|o[6]>>>24)+o[5]|0}e.RabbitLegacy=n._createHelper(u)}(),t.RabbitLegacy)}()},2639:function(e,t,n){!function(){var t;e.exports=(t=n(8926),n(3713),n(3074),n(8228),n(3650),function(){var e=t,n=e.lib.StreamCipher,r=e.algo,i=[],a=[],o=[],u=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++)s.call(this);for(n=0;n<8;n++)i[n]^=r[n+4&7];if(t){var a=t.words,o=a[0],u=a[1],l=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),c=16711935&(u<<8|u>>>24)|4278255360&(u<<24|u>>>8),f=l>>>16|4294901760&c,d=c<<16|65535&l;for(i[0]^=l,i[1]^=f,i[2]^=c,i[3]^=d,i[4]^=l,i[5]^=f,i[6]^=c,i[7]^=d,n=0;n<4;n++)s.call(this)}},_doProcessBlock:function(e,t){var n=this._X;s.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 s(){for(var e=this._X,t=this._C,n=0;n<8;n++)a[n]=t[n];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<a[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<a[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<a[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<a[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<a[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<a[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<a[6]>>>0?1:0)|0,this._b=t[7]>>>0<a[7]>>>0?1:0,n=0;n<8;n++){var r=e[n]+t[n],i=65535&r,u=r>>>16,s=((i*i>>>17)+i*u>>>15)+u*u,l=((4294901760&r)*r|0)+((65535&r)*r|0);o[n]=s^l}e[0]=o[0]+(o[7]<<16|o[7]>>>16)+(o[6]<<16|o[6]>>>16)|0,e[1]=o[1]+(o[0]<<8|o[0]>>>24)+o[7]|0,e[2]=o[2]+(o[1]<<16|o[1]>>>16)+(o[0]<<16|o[0]>>>16)|0,e[3]=o[3]+(o[2]<<8|o[2]>>>24)+o[1]|0,e[4]=o[4]+(o[3]<<16|o[3]>>>16)+(o[2]<<16|o[2]>>>16)|0,e[5]=o[5]+(o[4]<<8|o[4]>>>24)+o[3]|0,e[6]=o[6]+(o[5]<<16|o[5]>>>16)+(o[4]<<16|o[4]>>>16)|0,e[7]=o[7]+(o[6]<<8|o[6]>>>24)+o[5]|0}e.Rabbit=n._createHelper(u)}(),t.Rabbit)}()},1325:function(e,t,n){!function(){var t;e.exports=(t=n(8926),n(3713),n(3074),n(8228),n(3650),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 a=0;i<256;i++){var o=i%n,u=t[o>>>2]>>>24-o%4*8&255;a=(a+r[i]+u)%256;var s=r[i];r[i]=r[a],r[a]=s}this._i=this._j=0},_doProcessBlock:function(e,t){e[t]^=a.call(this)},keySize:8,ivSize:0});function a(){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 a=e[t];e[t]=e[n],e[n]=a,r|=e[(e[t]+e[n])%256]<<24-8*i}return this._i=t,this._j=n,r}e.RC4=n._createHelper(i);var o=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--)a.call(this)}});e.RC4Drop=n._createHelper(o)}(),t.RC4)}()},77:function(e,t,n){!function(){var t;e.exports=(t=n(8926),function(){var e=t,n=e.lib,r=n.WordArray,i=n.Hasher,a=e.algo,o=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]),u=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]),s=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]),f=r.create([1352829926,1548603684,1836072691,2053994217,0]),d=a.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 a,d,D,E,A,b,_,C,k,T,x,S=this._hash.words,w=c.words,F=f.words,O=o.words,N=u.words,B=s.words,I=l.words;for(b=a=S[0],_=d=S[1],C=D=S[2],k=E=S[3],T=A=S[4],n=0;n<80;n+=1)x=a+e[t+O[n]]|0,x+=n<16?p(d,D,E)+w[0]:n<32?h(d,D,E)+w[1]:n<48?m(d,D,E)+w[2]:n<64?v(d,D,E)+w[3]:g(d,D,E)+w[4],x=(x=y(x|=0,B[n]))+A|0,a=A,A=E,E=y(D,10),D=d,d=x,x=b+e[t+N[n]]|0,x+=n<16?g(_,C,k)+F[0]:n<32?v(_,C,k)+F[1]:n<48?m(_,C,k)+F[2]:n<64?h(_,C,k)+F[3]:p(_,C,k)+F[4],x=(x=y(x|=0,I[n]))+T|0,b=T,T=k,k=y(C,10),C=_,_=x;x=S[1]+D+k|0,S[1]=S[2]+E+T|0,S[2]=S[3]+A+b|0,S[3]=S[4]+a+_|0,S[4]=S[0]+d+C|0,S[0]=x},_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,a=i.words,o=0;o<5;o++){var u=a[o];a[o]=16711935&(u<<8|u>>>24)|4278255360&(u<<24|u>>>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 v(e,t,n){return e&n|t&~n}function g(e,t,n){return e^(t|~n)}function y(e,t){return e<<t|e>>>32-t}e.RIPEMD160=i._createHelper(d),e.HmacRIPEMD160=i._createHmacHelper(d)}(Math),t.RIPEMD160)}()},5590:function(e,t,n){!function(){var t;e.exports=(t=n(8926),function(){var e=t,n=e.lib,r=n.WordArray,i=n.Hasher,a=e.algo,o=[],u=a.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],a=n[2],u=n[3],s=n[4],l=0;l<80;l++){if(l<16)o[l]=0|e[t+l];else{var c=o[l-3]^o[l-8]^o[l-14]^o[l-16];o[l]=c<<1|c>>>31}var f=(r<<5|r>>>27)+s+o[l];f+=l<20?1518500249+(i&a|~i&u):l<40?1859775393+(i^a^u):l<60?(i&a|i&u|a&u)-1894007588:(i^a^u)-899497514,s=u,u=a,a=i<<30|i>>>2,i=r,r=f}n[0]=n[0]+r|0,n[1]=n[1]+i|0,n[2]=n[2]+a|0,n[3]=n[3]+u|0,n[4]=n[4]+s|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(u),e.HmacSHA1=i._createHmacHelper(u)}(),t.SHA1)}()},3183:function(e,t,n){!function(){var t;e.exports=(t=n(8926),n(9517),function(){var e=t,n=e.lib.WordArray,r=e.algo,i=r.SHA256,a=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(a),e.HmacSHA224=i._createHmacHelper(a)}(),t.SHA224)}()},9517:function(e,t,n){!function(){var t;e.exports=(t=n(8926),function(e){var n=t,r=n.lib,i=r.WordArray,a=r.Hasher,o=n.algo,u=[],s=[];!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&&(u[i]=n(e.pow(r,.5))),s[i]=n(e.pow(r,1/3)),i++),r++}();var l=[],c=o.SHA256=a.extend({_doReset:function(){this._hash=new i.init(u.slice(0))},_doProcessBlock:function(e,t){for(var n=this._hash.words,r=n[0],i=n[1],a=n[2],o=n[3],u=n[4],c=n[5],f=n[6],d=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,v=l[p-2],g=(v<<15|v>>>17)^(v<<13|v>>>19)^v>>>10;l[p]=m+l[p-7]+g+l[p-16]}var y=r&i^r&a^i&a,D=(r<<30|r>>>2)^(r<<19|r>>>13)^(r<<10|r>>>22),E=d+((u<<26|u>>>6)^(u<<21|u>>>11)^(u<<7|u>>>25))+(u&c^~u&f)+s[p]+l[p];d=f,f=c,c=u,u=o+E|0,o=a,a=i,i=r,r=E+(D+y)|0}n[0]=n[0]+r|0,n[1]=n[1]+i|0,n[2]=n[2]+a|0,n[3]=n[3]+o|0,n[4]=n[4]+u|0,n[5]=n[5]+c|0,n[6]=n[6]+f|0,n[7]=n[7]+d|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=a.clone.call(this);return e._hash=this._hash.clone(),e}});n.SHA256=a._createHelper(c),n.HmacSHA256=a._createHmacHelper(c)}(Math),t.SHA256)}()},6853:function(e,t,n){!function(){var t;e.exports=(t=n(8926),n(3646),function(e){var n=t,r=n.lib,i=r.WordArray,a=r.Hasher,o=n.x64.Word,u=n.algo,s=[],l=[],c=[];!function(){for(var e=1,t=0,n=0;n<24;n++){s[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,a=0;a<24;a++){for(var u=0,f=0,d=0;d<7;d++){if(1&i){var p=(1<<d)-1;p<32?f^=1<<p:u^=1<<p-32}128&i?i=i<<1^113:i<<=1}c[a]=o.create(u,f)}}();var f=[];!function(){for(var e=0;e<25;e++)f[e]=o.create()}();var d=u.SHA3=a.extend({cfg:a.cfg.extend({outputLength:512}),_doReset:function(){for(var e=this._state=[],t=0;t<25;t++)e[t]=new o.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 a=e[t+2*i],o=e[t+2*i+1];a=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),o=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),(S=n[i]).high^=o,S.low^=a}for(var u=0;u<24;u++){for(var d=0;d<5;d++){for(var p=0,h=0,m=0;m<5;m++)p^=(S=n[d+5*m]).high,h^=S.low;var v=f[d];v.high=p,v.low=h}for(d=0;d<5;d++){var g=f[(d+4)%5],y=f[(d+1)%5],D=y.high,E=y.low;for(p=g.high^(D<<1|E>>>31),h=g.low^(E<<1|D>>>31),m=0;m<5;m++)(S=n[d+5*m]).high^=p,S.low^=h}for(var A=1;A<25;A++){var b=(S=n[A]).high,_=S.low,C=s[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 k=f[l[A]];k.high=p,k.low=h}var T=f[0],x=n[0];for(T.high=x.high,T.low=x.low,d=0;d<5;d++)for(m=0;m<5;m++){var S=n[A=d+5*m],w=f[A],F=f[(d+1)%5+5*m],O=f[(d+2)%5+5*m];S.high=w.high^~F.high&O.high,S.low=w.low^~F.low&O.low}S=n[0];var N=c[u];S.high^=N.high,S.low^=N.low}},_doFinalize:function(){var t=this._data,n=t.words,r=(this._nDataBytes,8*t.sigBytes),a=32*this.blockSize;n[r>>>5]|=1<<24-r%32,n[(e.ceil((r+1)/a)*a>>>5)-1]|=128,t.sigBytes=4*n.length,this._process();for(var o=this._state,u=this.cfg.outputLength/8,s=u/8,l=[],c=0;c<s;c++){var f=o[c],d=f.high,p=f.low;d=16711935&(d<<8|d>>>24)|4278255360&(d<<24|d>>>8),p=16711935&(p<<8|p>>>24)|4278255360&(p<<24|p>>>8),l.push(p),l.push(d)}return new i.init(l,u)},clone:function(){for(var e=a.clone.call(this),t=e._state=this._state.slice(0),n=0;n<25;n++)t[n]=t[n].clone();return e}});n.SHA3=a._createHelper(d),n.HmacSHA3=a._createHmacHelper(d)}(Math),t.SHA3)}()},6319:function(e,t,n){!function(){var t;e.exports=(t=n(8926),n(3646),n(4345),function(){var e=t,n=e.x64,r=n.Word,i=n.WordArray,a=e.algo,o=a.SHA512,u=a.SHA384=o.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=o._doFinalize.call(this);return e.sigBytes-=16,e}});e.SHA384=o._createHelper(u),e.HmacSHA384=o._createHmacHelper(u)}(),t.SHA384)}()},4345:function(e,t,n){!function(){var t;e.exports=(t=n(8926),n(3646),function(){var e=t,n=e.lib.Hasher,r=e.x64,i=r.Word,a=r.WordArray,o=e.algo;function u(){return i.create.apply(i,arguments)}var s=[u(1116352408,3609767458),u(1899447441,602891725),u(3049323471,3964484399),u(3921009573,2173295548),u(961987163,4081628472),u(1508970993,3053834265),u(2453635748,2937671579),u(2870763221,3664609560),u(3624381080,2734883394),u(310598401,1164996542),u(607225278,1323610764),u(1426881987,3590304994),u(1925078388,4068182383),u(2162078206,991336113),u(2614888103,633803317),u(3248222580,3479774868),u(3835390401,2666613458),u(4022224774,944711139),u(264347078,2341262773),u(604807628,2007800933),u(770255983,1495990901),u(1249150122,1856431235),u(1555081692,3175218132),u(1996064986,2198950837),u(2554220882,3999719339),u(2821834349,766784016),u(2952996808,2566594879),u(3210313671,3203337956),u(3336571891,1034457026),u(3584528711,2466948901),u(113926993,3758326383),u(338241895,168717936),u(666307205,1188179964),u(773529912,1546045734),u(1294757372,1522805485),u(1396182291,2643833823),u(1695183700,2343527390),u(1986661051,1014477480),u(2177026350,1206759142),u(2456956037,344077627),u(2730485921,1290863460),u(2820302411,3158454273),u(3259730800,3505952657),u(3345764771,106217008),u(3516065817,3606008344),u(3600352804,1432725776),u(4094571909,1467031594),u(275423344,851169720),u(430227734,3100823752),u(506948616,1363258195),u(659060556,3750685593),u(883997877,3785050280),u(958139571,3318307427),u(1322822218,3812723403),u(1537002063,2003034995),u(1747873779,3602036899),u(1955562222,1575990012),u(2024104815,1125592928),u(2227730452,2716904306),u(2361852424,442776044),u(2428436474,593698344),u(2756734187,3733110249),u(3204031479,2999351573),u(3329325298,3815920427),u(3391569614,3928383900),u(3515267271,566280711),u(3940187606,3454069534),u(4118630271,4000239992),u(116418474,1914138554),u(174292421,2731055270),u(289380356,3203993006),u(460393269,320620315),u(685471733,587496836),u(852142971,1086792851),u(1017036298,365543100),u(1126000580,2618297676),u(1288033470,3409855158),u(1501505948,4234509866),u(1607167915,987167468),u(1816402316,1246189591)],l=[];!function(){for(var e=0;e<80;e++)l[e]=u()}();var c=o.SHA512=n.extend({_doReset:function(){this._hash=new a.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],a=n[2],o=n[3],u=n[4],c=n[5],f=n[6],d=n[7],p=r.high,h=r.low,m=i.high,v=i.low,g=a.high,y=a.low,D=o.high,E=o.low,A=u.high,b=u.low,_=c.high,C=c.low,k=f.high,T=f.low,x=d.high,S=d.low,w=p,F=h,O=m,N=v,B=g,I=y,P=D,R=E,j=A,L=b,M=_,z=C,U=k,H=T,G=x,V=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),ae=l[W-7],oe=ae.high,ue=ae.low,se=l[W-16],le=se.high,ce=se.low;q=(q=(q=Z+oe+((Y=$+ue)>>>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 fe,de=j&M^~j&U,pe=L&z^~L&H,he=w&O^w&B^O&B,me=F&N^F&I^N&I,ve=(w>>>28|F<<4)^(w<<30|F>>>2)^(w<<25|F>>>7),ge=(F>>>28|w<<4)^(F<<30|w>>>2)^(F<<25|w>>>7),ye=(j>>>14|L<<18)^(j>>>18|L<<14)^(j<<23|L>>>9),De=(L>>>14|j<<18)^(L>>>18|j<<14)^(L<<23|j>>>9),Ee=s[W],Ae=Ee.high,be=Ee.low,_e=G+ye+((fe=V+De)>>>0<V>>>0?1:0),Ce=ge+me;G=U,V=H,U=M,H=z,M=j,z=L,j=P+(_e=(_e=(_e=_e+de+((fe+=pe)>>>0<pe>>>0?1:0))+Ae+((fe+=be)>>>0<be>>>0?1:0))+q+((fe+=Y)>>>0<Y>>>0?1:0))+((L=R+fe|0)>>>0<R>>>0?1:0)|0,P=B,R=I,B=O,I=N,O=w,N=F,w=_e+(ve+he+(Ce>>>0<ge>>>0?1:0))+((F=fe+Ce|0)>>>0<fe>>>0?1:0)|0}h=r.low=h+F,r.high=p+w+(h>>>0<F>>>0?1:0),v=i.low=v+N,i.high=m+O+(v>>>0<N>>>0?1:0),y=a.low=y+I,a.high=g+B+(y>>>0<I>>>0?1:0),E=o.low=E+R,o.high=D+P+(E>>>0<R>>>0?1:0),b=u.low=b+L,u.high=A+j+(b>>>0<L>>>0?1:0),C=c.low=C+z,c.high=_+M+(C>>>0<z>>>0?1:0),T=f.low=T+H,f.high=k+U+(T>>>0<H>>>0?1:0),S=d.low=S+V,d.high=x+G+(S>>>0<V>>>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)}()},2550:function(e,t,n){!function(){var t;e.exports=(t=n(8926),n(3713),n(3074),n(8228),n(3650),function(){var e=t,n=e.lib,r=n.WordArray,i=n.BlockCipher,a=e.algo,o=[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],u=[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],s=[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],f=a.DES=i.extend({_doReset:function(){for(var e=this._key.words,t=[],n=0;n<56;n++){var r=o[n]-1;t[n]=e[r>>>5]>>>31-r%32&1}for(var i=this._subKeys=[],a=0;a<16;a++){var l=i[a]=[],c=s[a];for(n=0;n<24;n++)l[n/6|0]|=t[(u[n]-1+c)%28]<<31-n%6,l[4+(n/6|0)]|=t[28+(u[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 f=this._invSubKeys=[];for(n=0;n<16;n++)f[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],d.call(this,4,252645135),d.call(this,16,65535),p.call(this,2,858993459),p.call(this,8,16711935),d.call(this,1,1431655765);for(var r=0;r<16;r++){for(var i=n[r],a=this._lBlock,o=this._rBlock,u=0,s=0;s<8;s++)u|=l[s][((o^i[s])&c[s])>>>0];this._lBlock=o,this._rBlock=a^u}var f=this._lBlock;this._lBlock=this._rBlock,this._rBlock=f,d.call(this,1,1431655765),p.call(this,8,16711935),p.call(this,2,858993459),d.call(this,16,65535),d.call(this,4,252645135),e[t]=this._lBlock,e[t+1]=this._rBlock},keySize:2,ivSize:2,blockSize:2});function d(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(f);var h=a.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=f.createEncryptor(r.create(t)),this._des2=f.createEncryptor(r.create(n)),this._des3=f.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)}()},3646:function(e,t,n){!function(){var t;e.exports=(t=n(8926),function(e){var n=t,r=n.lib,i=r.Base,a=r.WordArray,o=n.x64={};o.Word=i.extend({init:function(e,t){this.high=e,this.low=t}}),o.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 a.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)}()},2244:function(e,t,n){var r=n(7447),i=n(8051).each;function a(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)}a.prototype={constuctor:a,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=a},4e3:function(e,t,n){var r=n(2244),i=n(8051),a=i.each,o=i.isFunction,u=i.isArray;function s(){if(!window.matchMedia)throw new Error("matchMedia not present, legacy browsers require a polyfill");this.queries={},this.browserIsIncapable=!window.matchMedia("only all").matches}s.prototype={constructor:s,register:function(e,t,n){var i=this.queries,s=n&&this.browserIsIncapable;return i[e]||(i[e]=new r(e,s)),o(t)&&(t={match:t}),u(t)||(t=[t]),a(t,function(t){o(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=s},7447:function(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},8051:function(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++);}}},8153:function(e,t,n){var r=n(4e3);e.exports=new r},1132:function(e){"use strict";var t=Object.prototype.hasOwnProperty,n=Object.prototype.toString,r=Object.defineProperty,i=Object.getOwnPropertyDescriptor,a=function(e){return"function"===typeof Array.isArray?Array.isArray(e):"[object Array]"===n.call(e)},o=function(e){if(!e||"[object Object]"!==n.call(e))return!1;var r,i=t.call(e,"constructor"),a=e.constructor&&e.constructor.prototype&&t.call(e.constructor.prototype,"isPrototypeOf");if(e.constructor&&!i&&!a)return!1;for(r in e);return"undefined"===typeof r||t.call(e,r)},u=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},s=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,f=arguments[0],d=1,p=arguments.length,h=!1;for("boolean"===typeof f&&(h=f,f=arguments[1]||{},d=2),(null==f||"object"!==typeof f&&"function"!==typeof f)&&(f={});d<p;++d)if(null!=(t=arguments[d]))for(n in t)r=s(f,n),f!==(i=s(t,n))&&(h&&i&&(o(i)||(l=a(i)))?(l?(l=!1,c=r&&a(r)?r:[]):c=r&&o(r)?r:{},u(f,{name:n,newValue:e(h,c,i)})):"undefined"!==typeof i&&u(f,{name:n,newValue:i}));return f}},2110:function(e,t,n){"use strict";var r=n(8309),i={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},a={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},o={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},u={};function s(e){return r.isMemo(e)?o:u[e.$$typeof]||i}u[r.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},u[r.Memo]=o;var l=Object.defineProperty,c=Object.getOwnPropertyNames,f=Object.getOwnPropertySymbols,d=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 o=c(n);f&&(o=o.concat(f(n)));for(var u=s(t),m=s(n),v=0;v<o.length;++v){var g=o[v];if(!a[g]&&(!r||!r[g])&&(!m||!m[g])&&(!u||!u[g])){var y=d(n,g);try{l(t,g,y)}catch(D){}}}}return t}},746:function(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,a=n?Symbol.for("react.fragment"):60107,o=n?Symbol.for("react.strict_mode"):60108,u=n?Symbol.for("react.profiler"):60114,s=n?Symbol.for("react.provider"):60109,l=n?Symbol.for("react.context"):60110,c=n?Symbol.for("react.async_mode"):60111,f=n?Symbol.for("react.concurrent_mode"):60111,d=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,v=n?Symbol.for("react.lazy"):60116,g=n?Symbol.for("react.block"):60121,y=n?Symbol.for("react.fundamental"):60117,D=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 f:case a:case u:case o:case p:return e;default:switch(e=e&&e.$$typeof){case l:case d:case v:case m:case s:return e;default:return t}}case i:return t}}}function b(e){return A(e)===f}t.AsyncMode=c,t.ConcurrentMode=f,t.ContextConsumer=l,t.ContextProvider=s,t.Element=r,t.ForwardRef=d,t.Fragment=a,t.Lazy=v,t.Memo=m,t.Portal=i,t.Profiler=u,t.StrictMode=o,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)===s},t.isElement=function(e){return"object"===typeof e&&null!==e&&e.$$typeof===r},t.isForwardRef=function(e){return A(e)===d},t.isFragment=function(e){return A(e)===a},t.isLazy=function(e){return A(e)===v},t.isMemo=function(e){return A(e)===m},t.isPortal=function(e){return A(e)===i},t.isProfiler=function(e){return A(e)===u},t.isStrictMode=function(e){return A(e)===o},t.isSuspense=function(e){return A(e)===p},t.isValidElementType=function(e){return"string"===typeof e||"function"===typeof e||e===a||e===f||e===u||e===o||e===p||e===h||"object"===typeof e&&null!==e&&(e.$$typeof===v||e.$$typeof===m||e.$$typeof===s||e.$$typeof===l||e.$$typeof===d||e.$$typeof===y||e.$$typeof===D||e.$$typeof===E||e.$$typeof===g)},t.typeOf=A},8309:function(e,t,n){"use strict";e.exports=n(746)},1065:function(e){var t=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,n=/\n/g,r=/^\s*/,i=/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/,a=/^:\s*/,o=/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/,u=/^[;\s]*/,s=/^\s+|\s+$/g,l="";function c(e){return e?e.replace(s,l):l}e.exports=function(e,s){if("string"!==typeof e)throw new TypeError("First argument must be a string");if(!e)return[];s=s||{};var f=1,d=1;function p(e){var t=e.match(n);t&&(f+=t.length);var r=e.lastIndexOf("\n");d=~r?e.length-r:d+e.length}function h(){var e={line:f,column:d};return function(t){return t.position=new m(e),D(),t}}function m(e){this.start=e,this.end={line:f,column:d},this.source=s.source}m.prototype.content=e;var v=[];function g(t){var n=new Error(s.source+":"+f+":"+d+": "+t);if(n.reason=t,n.filename=s.source,n.line=f,n.column=d,n.source=e,!s.silent)throw n;v.push(n)}function y(t){var n=t.exec(e);if(n){var r=n[0];return p(r),e=e.slice(r.length),n}}function D(){y(r)}function E(e){var t;for(e=e||[];t=A();)!1!==t&&e.push(t);return e}function A(){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 d+=2,p(r),e=e.slice(n),d+=2,t({type:"comment",comment:r})}}function b(){var e=h(),n=y(i);if(n){if(A(),!y(a))return g("property missing ':'");var r=y(o),s=e({type:"declaration",property:c(n[0].replace(t,l)),value:r?c(r[0].replace(t,l)):l});return y(u),s}}return D(),function(){var e,t=[];for(E(t);e=b();)!1!==e&&(t.push(e),E(t));return t}()}},2176:function(e){"use strict";e.exports=function(e,t,n,r,i,a,o,u){if(!e){var s;if(void 0===t)s=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,a,o,u],c=0;(s=new Error(t.replace(/%s/g,function(){return l[c++]}))).name="Invariant Violation"}throw s.framesToPop=1,s}}},5477:function(e,t,n){var r=n(2806),i=function(e){var t="",n=Object.keys(e);return n.forEach(function(i,a){var o=e[i];(function(e){return/[height|width]$/.test(e)})(i=r(i))&&"number"===typeof o&&(o+="px"),t+=!0===o?i:!1===o?"not "+i:"("+i+": "+o+")",a<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)}},5095:function(e,t,n){var r=/^\s+|\s+$/g,i=/^[-+]0x[0-9a-f]+$/i,a=/^0b[01]+$/i,o=/^0o[0-7]+$/i,u=parseInt,s="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,l="object"==typeof self&&self&&self.Object===Object&&self,c=s||l||Function("return this")(),f=Object.prototype.toString,d=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 v(e){if("number"==typeof e)return e;if(function(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&"[object Symbol]"==f.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=a.test(e);return n||o.test(e)?u(e.slice(2),n?2:8):i.test(e)?NaN:+e}e.exports=function(e,t,n){var r,i,a,o,u,s,l=0,c=!1,f=!1,g=!0;if("function"!=typeof e)throw new TypeError("Expected a function");function y(t){var n=r,a=i;return r=i=void 0,l=t,o=e.apply(a,n)}function D(e){var n=e-s;return void 0===s||n>=t||n<0||f&&e-l>=a}function E(){var e=h();if(D(e))return A(e);u=setTimeout(E,function(e){var n=t-(e-s);return f?p(n,a-(e-l)):n}(e))}function A(e){return u=void 0,g&&r?y(e):(r=i=void 0,o)}function b(){var e=h(),n=D(e);if(r=arguments,i=this,s=e,n){if(void 0===u)return function(e){return l=e,u=setTimeout(E,t),c?y(e):o}(s);if(f)return u=setTimeout(E,t),y(s)}return void 0===u&&(u=setTimeout(E,t)),o}return t=v(t)||0,m(n)&&(c=!!n.leading,a=(f="maxWait"in n)?d(v(n.maxWait)||0,t):a,g="trailing"in n?!!n.trailing:g),b.cancel=function(){void 0!==u&&clearTimeout(u),l=0,r=s=i=u=void 0},b.flush=function(){return void 0===u?o:A(h())},b}},8645:function(e){e.exports=function(e,t){for(var n,r=-1,i=e.length;++r<i;){var a=t(e[r]);void 0!==a&&(n=void 0===n?a:n+a)}return n}},2100:function(e){e.exports=function(e){return e}},763:function(e,t,n){var r;e=n.nmd(e),function(){var i,a="Expected a function",o="__lodash_hash_undefined__",u="__lodash_placeholder__",s=16,l=32,c=64,f=128,d=256,p=1/0,h=9007199254740991,m=NaN,v=4294967295,g=[["ary",f],["bind",1],["bindKey",2],["curry",8],["curryRight",s],["flip",512],["partial",l],["partialRight",c],["rearg",d]],y="[object Arguments]",D="[object Array]",E="[object Boolean]",A="[object Date]",b="[object Error]",_="[object Function]",C="[object GeneratorFunction]",k="[object Map]",T="[object Number]",x="[object Object]",S="[object Promise]",w="[object RegExp]",F="[object Set]",O="[object String]",N="[object Symbol]",B="[object WeakMap]",I="[object ArrayBuffer]",P="[object DataView]",R="[object Float32Array]",j="[object Float64Array]",L="[object Int8Array]",M="[object Int16Array]",z="[object Int32Array]",U="[object Uint8Array]",H="[object Uint8ClampedArray]",G="[object Uint16Array]",V="[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,ae=RegExp(ie.source),oe=/^\s+/,ue=/\s/,se=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,le=/\{\n\/\* \[wrapped with (.+)\] \*/,ce=/,? & /,fe=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,de=/[()=,{}\[\]\/\s]/,pe=/\\(\\)?/g,he=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,me=/\w*$/,ve=/^[-+]0x[0-9a-f]+$/i,ge=/^0b[01]+$/i,ye=/^\[object .+?Constructor\]$/,De=/^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",ke="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",Te="\\u2700-\\u27bf",xe="a-z\\xdf-\\xf6\\xf8-\\xff",Se="A-Z\\xc0-\\xd6\\xd8-\\xde",we="\\ufe0e\\ufe0f",Fe="\\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="["+Fe+"]",Ie="["+ke+"]",Pe="\\d+",Re="["+Te+"]",je="["+xe+"]",Le="[^"+Ce+Fe+Pe+Te+xe+Se+"]",Me="\\ud83c[\\udffb-\\udfff]",ze="[^"+Ce+"]",Ue="(?:\\ud83c[\\udde6-\\uddff]){2}",He="[\\ud800-\\udbff][\\udc00-\\udfff]",Ge="["+Se+"]",Ve="\\u200d",We="(?:"+je+"|"+Le+")",Ye="(?:"+Ge+"|"+Le+")",qe="(?:['\u2019](?:d|ll|m|re|s|t|ve))?",Qe="(?:['\u2019](?:D|LL|M|RE|S|T|VE))?",Ke="(?:"+Ie+"|"+Me+")"+"?",Xe="["+we+"]?",Je=Xe+Ke+("(?:"+Ve+"(?:"+[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(Me+"(?="+Me+")|"+$e+Je,"g"),rt=RegExp([Ge+"?"+je+"+"+qe+"(?="+[Be,Ge,"$"].join("|")+")",Ye+"+"+Qe+"(?="+[Be,Ge+We,"$"].join("|")+")",Ge+"?"+We+"+"+qe,Ge+"+"+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("["+Ve+Ce+ke+we+"]"),at=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,ot=["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"],ut=-1,st={};st[R]=st[j]=st[L]=st[M]=st[z]=st[U]=st[H]=st[G]=st[V]=!0,st[y]=st[D]=st[I]=st[E]=st[P]=st[A]=st[b]=st[_]=st[k]=st[T]=st[x]=st[w]=st[F]=st[O]=st[B]=!1;var lt={};lt[y]=lt[D]=lt[I]=lt[P]=lt[E]=lt[A]=lt[R]=lt[j]=lt[L]=lt[M]=lt[z]=lt[k]=lt[T]=lt[x]=lt[w]=lt[F]=lt[O]=lt[N]=lt[U]=lt[H]=lt[G]=lt[V]=!0,lt[b]=lt[_]=lt[B]=!1;var ct={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},ft=parseFloat,dt=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")(),vt=t&&!t.nodeType&&t,gt=vt&&e&&!e.nodeType&&e,yt=gt&>.exports===vt,Dt=yt&&pt.process,Et=function(){try{var e=gt&>.require&>.require("util").types;return e||Dt&&Dt.binding&&Dt.binding("util")}catch(t){}}(),At=Et&&Et.isArrayBuffer,bt=Et&&Et.isDate,_t=Et&&Et.isMap,Ct=Et&&Et.isRegExp,kt=Et&&Et.isSet,Tt=Et&&Et.isTypedArray;function xt(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,a=null==e?0:e.length;++i<a;){var o=e[i];t(r,o,n(o),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 Ft(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,a=[];++n<r;){var o=e[n];t(o,n,e)&&(a[i++]=o)}return a}function Bt(e,t){return!!(null==e?0:e.length)&&Gt(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 jt(e,t,n,r){var i=-1,a=null==e?0:e.length;for(r&&a&&(n=e[++i]);++i<a;)n=t(n,e[i],i,e);return n}function Lt(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 Mt(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,a=n+(r?1:-1);r?a--:++a<i;)if(t(e[a],a,e))return a;return-1}function Gt(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 Vt(e,t,n,r){for(var i=n-1,a=e.length;++i<a;)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,a){n=r?(r=!1,e):t(n,e,i,a)}),n}function Xt(e,t){for(var n,r=-1,a=e.length;++r<a;){var o=t(e[r]);o!==i&&(n=n===i?o:n+o)}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,vn(e)+1).replace(oe,""):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&&Gt(t,e[n],0)>-1;);return n}function rn(e,t){for(var n=e.length;n--&&Gt(t,e[n],0)>-1;);return n}var an=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"}),on=Qt({"&":"&","<":"<",">":">",'"':""","'":"'"});function un(e){return"\\"+ct[e]}function sn(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 fn(e,t){for(var n=-1,r=e.length,i=0,a=[];++n<r;){var o=e[n];o!==t&&o!==u||(e[n]=u,a[i++]=n)}return a}function dn(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 sn(e)?function(e){var t=nt.lastIndex=0;for(;nt.test(e);)++t;return t}(e):zt(e)}function mn(e){return sn(e)?function(e){return e.match(nt)||[]}(e):function(e){return e.split("")}(e)}function vn(e){for(var t=e.length;t--&&ue.test(e.charAt(t)););return t}var gn=Qt({"&":"&","<":"<",">":">",""":'"',"'":"'"});var yn=function e(t){var n=(t=null==t?mt:yn.defaults(mt.Object(),t,yn.pick(mt,ot))).Array,r=t.Date,ue=t.Error,Ce=t.Function,ke=t.Math,Te=t.Object,xe=t.RegExp,Se=t.String,we=t.TypeError,Fe=n.prototype,Oe=Ce.prototype,Ne=Te.prototype,Be=t["__core-js_shared__"],Ie=Oe.toString,Pe=Ne.hasOwnProperty,Re=0,je=function(){var e=/[^.]+$/.exec(Be&&Be.keys&&Be.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}(),Le=Ne.toString,Me=Ie.call(Te),ze=mt._,Ue=xe("^"+Ie.call(Pe).replace(ie,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),He=yt?t.Buffer:i,Ge=t.Symbol,Ve=t.Uint8Array,We=He?He.allocUnsafe:i,Ye=cn(Te.getPrototypeOf,Te),qe=Te.create,Qe=Ne.propertyIsEnumerable,Ke=Fe.splice,Xe=Ge?Ge.isConcatSpreadable:i,Je=Ge?Ge.iterator:i,Ze=Ge?Ge.toStringTag:i,$e=function(){try{var e=fa(Te,"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=ke.ceil,ht=ke.floor,vt=Te.getOwnPropertySymbols,gt=He?He.isBuffer:i,Dt=t.isFinite,Et=Fe.join,zt=cn(Te.keys,Te),Qt=ke.max,Dn=ke.min,En=r.now,An=t.parseInt,bn=ke.random,_n=Fe.reverse,Cn=fa(t,"DataView"),kn=fa(t,"Map"),Tn=fa(t,"Promise"),xn=fa(t,"Set"),Sn=fa(t,"WeakMap"),wn=fa(Te,"create"),Fn=Sn&&new Sn,On={},Nn=ja(Cn),Bn=ja(kn),In=ja(Tn),Pn=ja(xn),Rn=ja(Sn),jn=Ge?Ge.prototype:i,Ln=jn?jn.valueOf:i,Mn=jn?jn.toString:i;function zn(e){if(tu(e)&&!Vo(e)&&!(e instanceof Vn)){if(e instanceof Gn)return e;if(Pe.call(e,"__wrapped__"))return La(e)}return new Gn(e)}var Un=function(){function e(){}return function(t){if(!eu(t))return{};if(qe)return qe(t);e.prototype=t;var n=new e;return e.prototype=i,n}}();function Hn(){}function Gn(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=i}function Vn(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=v,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=Vo(e),r=!n&&Go(e),i=!n&&!r&&Qo(e),a=!n&&!r&&!i&&lu(e),o=n||r||i||a,u=o?Jt(e.length,Se):[],s=u.length;for(var l in e)!t&&!Pe.call(e,l)||o&&("length"==l||i&&("offset"==l||"parent"==l)||a&&("buffer"==l||"byteLength"==l||"byteOffset"==l)||ya(l,s))||u.push(l);return u}function Jn(e){var t=e.length;return t?e[Qr(0,t-1)]:i}function Zn(e,t){return Ia(wi(e),ur(t,0,e.length))}function $n(e){return Ia(wi(e))}function er(e,t,n){(n!==i&&!zo(e[t],n)||n===i&&!(t in e))&&ar(e,t,n)}function tr(e,t,n){var r=e[t];Pe.call(e,t)&&zo(r,n)&&(n!==i||t in e)||ar(e,t,n)}function nr(e,t){for(var n=e.length;n--;)if(zo(e[n][0],t))return n;return-1}function rr(e,t,n,r){return dr(e,function(e,i,a){t(r,e,n(e),a)}),r}function ir(e,t){return e&&Fi(t,Ou(t),e)}function ar(e,t,n){"__proto__"==t&&$e?$e(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}function or(e,t){for(var r=-1,a=t.length,o=n(a),u=null==e;++r<a;)o[r]=u?i:Tu(e,t[r]);return o}function ur(e,t,n){return e===e&&(n!==i&&(e=e<=n?e:n),t!==i&&(e=e>=t?e:t)),e}function sr(e,t,n,r,a,o){var u,s=1&t,l=2&t,c=4&t;if(n&&(u=a?n(e,r,a,o):n(e)),u!==i)return u;if(!eu(e))return e;var f=Vo(e);if(f){if(u=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),!s)return wi(e,u)}else{var d=ha(e),p=d==_||d==C;if(Qo(e))return _i(e,s);if(d==x||d==y||p&&!a){if(u=l||p?{}:va(e),!s)return l?function(e,t){return Fi(e,pa(e),t)}(e,function(e,t){return e&&Fi(t,Nu(t),e)}(u,e)):function(e,t){return Fi(e,da(e),t)}(e,ir(u,e))}else{if(!lt[d])return a?e:{};u=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 j:case L:case M:case z:case U:case H:case G:case V:return ki(e,n);case k:return new r;case T: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 F:return new r;case N:return i=e,Ln?Te(Ln.call(i)):{}}var i}(e,d,s)}}o||(o=new Kn);var h=o.get(e);if(h)return h;o.set(e,u),ou(e)?e.forEach(function(r){u.add(sr(r,t,n,r,e,o))}):nu(e)&&e.forEach(function(r,i){u.set(i,sr(r,t,n,i,e,o))});var m=f?i:(c?l?ia:ra:l?Nu:Ou)(e);return wt(m||e,function(r,i){m&&(r=e[i=r]),tr(u,i,sr(r,t,n,i,e,o))}),u}function lr(e,t,n){var r=n.length;if(null==e)return!r;for(e=Te(e);r--;){var a=n[r],o=t[a],u=e[a];if(u===i&&!(a in e)||!o(u))return!1}return!0}function cr(e,t,n){if("function"!=typeof e)throw new we(a);return Fa(function(){e.apply(i,n)},t)}function fr(e,t,n,r){var i=-1,a=Bt,o=!0,u=e.length,s=[],l=t.length;if(!u)return s;n&&(t=Pt(t,$t(n))),r?(a=It,o=!1):t.length>=200&&(a=tn,o=!1,t=new Qn(t));e:for(;++i<u;){var c=e[i],f=null==n?c:n(c);if(c=r||0!==c?c:0,o&&f===f){for(var d=l;d--;)if(t[d]===f)continue e;s.push(c)}else a(t,f,r)||s.push(c)}return s}zn.templateSettings={escape:Z,evaluate:$,interpolate:ee,variable:"",imports:{_:zn}},zn.prototype=Hn.prototype,zn.prototype.constructor=zn,Gn.prototype=Un(Hn.prototype),Gn.prototype.constructor=Gn,Vn.prototype=Un(Hn.prototype),Vn.prototype.constructor=Vn,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===o?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?o: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(kn||Yn),string:new Wn}},qn.prototype.delete=function(e){var t=la(this,e).delete(e);return this.size-=t?1:0,t},qn.prototype.get=function(e){return la(this,e).get(e)},qn.prototype.has=function(e){return la(this,e).has(e)},qn.prototype.set=function(e,t){var n=la(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,o),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(!kn||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 dr=Bi(Er),pr=Bi(Ar,!0);function hr(e,t){var n=!0;return dr(e,function(e,r,i){return n=!!t(e,r,i)}),n}function mr(e,t,n){for(var r=-1,a=e.length;++r<a;){var o=e[r],u=t(o);if(null!=u&&(s===i?u===u&&!su(u):n(u,s)))var s=u,l=o}return l}function vr(e,t){var n=[];return dr(e,function(e,r,i){t(e,r,i)&&n.push(e)}),n}function gr(e,t,n,r,i){var a=-1,o=e.length;for(n||(n=ga),i||(i=[]);++a<o;){var u=e[a];t>0&&n(u)?t>1?gr(u,t-1,n,r,i):Rt(i,u):r||(i[i.length]=u)}return i}var yr=Ii(),Dr=Ii(!0);function Er(e,t){return e&&yr(e,t,Ou)}function Ar(e,t){return e&&Dr(e,t,Ou)}function br(e,t){return Nt(t,function(t){return Jo(e[t])})}function _r(e,t){for(var n=0,r=(t=Di(t,e)).length;null!=e&&n<r;)e=e[Ra(t[n++])];return n&&n==r?e:i}function Cr(e,t,n){var r=t(e);return Vo(e)?r:Rt(r,n(e))}function kr(e){return null==e?e===i?"[object Undefined]":"[object Null]":Ze&&Ze in Te(e)?function(e){var t=Pe.call(e,Ze),n=e[Ze];try{e[Ze]=i;var r=!0}catch(o){}var a=Le.call(e);r&&(t?e[Ze]=n:delete e[Ze]);return a}(e):function(e){return Le.call(e)}(e)}function Tr(e,t){return e>t}function xr(e,t){return null!=e&&Pe.call(e,t)}function Sr(e,t){return null!=e&&t in Te(e)}function wr(e,t,r){for(var a=r?It:Bt,o=e[0].length,u=e.length,s=u,l=n(u),c=1/0,f=[];s--;){var d=e[s];s&&t&&(d=Pt(d,$t(t))),c=Dn(d.length,c),l[s]=!r&&(t||o>=120&&d.length>=120)?new Qn(s&&d):i}d=e[0];var p=-1,h=l[0];e:for(;++p<o&&f.length<c;){var m=d[p],v=t?t(m):m;if(m=r||0!==m?m:0,!(h?tn(h,v):a(f,v,r))){for(s=u;--s;){var g=l[s];if(!(g?tn(g,v):a(e[s],v,r)))continue e}h&&h.push(v),f.push(m)}}return f}function Fr(e,t,n){var r=null==(e=xa(e,t=Di(t,e)))?e:e[Ra(Ka(t))];return null==r?i:xt(r,e,n)}function Or(e){return tu(e)&&kr(e)==y}function Nr(e,t,n,r,a){return e===t||(null==e||null==t||!tu(e)&&!tu(t)?e!==e&&t!==t:function(e,t,n,r,a,o){var u=Vo(e),s=Vo(t),l=u?D:ha(e),c=s?D:ha(t),f=(l=l==y?x:l)==x,d=(c=c==y?x:c)==x,p=l==c;if(p&&Qo(e)){if(!Qo(t))return!1;u=!0,f=!1}if(p&&!f)return o||(o=new Kn),u||lu(e)?ta(e,t,n,r,a,o):function(e,t,n,r,i,a,o){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||!a(new Ve(e),new Ve(t)));case E:case A:case T:return zo(+e,+t);case b:return e.name==t.name&&e.message==t.message;case w:case O:return e==t+"";case k:var u=ln;case F:var s=1&r;if(u||(u=dn),e.size!=t.size&&!s)return!1;var l=o.get(e);if(l)return l==t;r|=2,o.set(e,t);var c=ta(u(e),u(t),r,i,a,o);return o.delete(e),c;case N:if(Ln)return Ln.call(e)==Ln.call(t)}return!1}(e,t,l,n,r,a,o);if(!(1&n)){var h=f&&Pe.call(e,"__wrapped__"),m=d&&Pe.call(t,"__wrapped__");if(h||m){var v=h?e.value():e,g=m?t.value():t;return o||(o=new Kn),a(v,g,n,r,o)}}if(!p)return!1;return o||(o=new Kn),function(e,t,n,r,a,o){var u=1&n,s=ra(e),l=s.length,c=ra(t),f=c.length;if(l!=f&&!u)return!1;var d=l;for(;d--;){var p=s[d];if(!(u?p in t:Pe.call(t,p)))return!1}var h=o.get(e),m=o.get(t);if(h&&m)return h==t&&m==e;var v=!0;o.set(e,t),o.set(t,e);var g=u;for(;++d<l;){var y=e[p=s[d]],D=t[p];if(r)var E=u?r(D,y,p,t,e,o):r(y,D,p,e,t,o);if(!(E===i?y===D||a(y,D,n,r,o):E)){v=!1;break}g||(g="constructor"==p)}if(v&&!g){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||(v=!1)}return o.delete(e),o.delete(t),v}(e,t,n,r,a,o)}(e,t,n,r,Nr,a))}function Br(e,t,n,r){var a=n.length,o=a,u=!r;if(null==e)return!o;for(e=Te(e);a--;){var s=n[a];if(u&&s[2]?s[1]!==e[s[0]]:!(s[0]in e))return!1}for(;++a<o;){var l=(s=n[a])[0],c=e[l],f=s[1];if(u&&s[2]){if(c===i&&!(l in e))return!1}else{var d=new Kn;if(r)var p=r(c,f,l,e,t,d);if(!(p===i?Nr(f,c,3,r,d):p))return!1}}return!0}function Ir(e){return!(!eu(e)||(t=e,je&&je in t))&&(Jo(e)?Ue:ye).test(ja(e));var t}function Pr(e){return"function"==typeof e?e:null==e?rs:"object"==typeof e?Vo(e)?Ur(e[0],e[1]):zr(e):ds(e)}function Rr(e){if(!_a(e))return zt(e);var t=[];for(var n in Te(e))Pe.call(e,n)&&"constructor"!=n&&t.push(n);return t}function jr(e){if(!eu(e))return function(e){var t=[];if(null!=e)for(var n in Te(e))t.push(n);return t}(e);var t=_a(e),n=[];for(var r in e)("constructor"!=r||!t&&Pe.call(e,r))&&n.push(r);return n}function Lr(e,t){return e<t}function Mr(e,t){var r=-1,i=Yo(e)?n(e.length):[];return dr(e,function(e,n,a){i[++r]=t(e,n,a)}),i}function zr(e){var t=ca(e);return 1==t.length&&t[0][2]?ka(t[0][0],t[0][1]):function(n){return n===e||Br(n,e,t)}}function Ur(e,t){return Ea(e)&&Ca(t)?ka(Ra(e),t):function(n){var r=Tu(n,e);return r===i&&r===t?xu(n,e):Nr(t,r,3)}}function Hr(e,t,n,r,a){e!==t&&yr(t,function(o,u){if(a||(a=new Kn),eu(o))!function(e,t,n,r,a,o,u){var s=Sa(e,n),l=Sa(t,n),c=u.get(l);if(c)return void er(e,n,c);var f=o?o(s,l,n+"",e,t,u):i,d=f===i;if(d){var p=Vo(l),h=!p&&Qo(l),m=!p&&!h&&lu(l);f=l,p||h||m?Vo(s)?f=s:qo(s)?f=wi(s):h?(d=!1,f=_i(l,!0)):m?(d=!1,f=ki(l,!0)):f=[]:iu(l)||Go(l)?(f=s,Go(s)?f=gu(s):eu(s)&&!Jo(s)||(f=va(l))):d=!1}d&&(u.set(l,f),a(f,l,r,o,u),u.delete(l));er(e,n,f)}(e,t,u,n,Hr,r,a);else{var s=r?r(Sa(e,u),o,u+"",e,t,a):i;s===i&&(s=o),er(e,u,s)}},Nu)}function Gr(e,t){var n=e.length;if(n)return ya(t+=t<0?n:0,n)?e[t]:i}function Vr(e,t,n){t=t.length?Pt(t,function(e){return Vo(e)?function(t){return _r(t,1===e.length?e[0]:e)}:e}):[rs];var r=-1;t=Pt(t,$t(sa()));var i=Mr(e,function(e,n,i){var a=Pt(t,function(t){return t(e)});return{criteria:a,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,a=t.criteria,o=i.length,u=n.length;for(;++r<o;){var s=Ti(i[r],a[r]);if(s)return r>=u?s:s*("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,a={};++r<i;){var o=t[r],u=_r(e,o);n(u,o)&&$r(a,Di(o,e),u)}return a}function Yr(e,t,n,r){var i=r?Vt:Gt,a=-1,o=t.length,u=e;for(e===t&&(t=wi(t)),n&&(u=Pt(e,$t(n)));++a<o;)for(var s=0,l=t[a],c=n?n(l):l;(s=i(u,c,s,r))>-1;)u!==e&&Ke.call(u,s,1),Ke.call(e,s,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!==a){var a=i;ya(i)?Ke.call(e,i,1):fi(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 Oa(Ta(e,t,rs),e+"")}function Jr(e){return Jn(zu(e))}function Zr(e,t){var n=zu(e);return Ia(n,ur(t,0,n.length))}function $r(e,t,n,r){if(!eu(e))return e;for(var a=-1,o=(t=Di(t,e)).length,u=o-1,s=e;null!=s&&++a<o;){var l=Ra(t[a]),c=n;if("__proto__"===l||"constructor"===l||"prototype"===l)return e;if(a!=u){var f=s[l];(c=r?r(f,l,s):i)===i&&(c=eu(f)?f:ya(t[a+1])?[]:{})}tr(s,l,c),s=s[l]}return e}var ei=Fn?function(e,t){return Fn.set(e,t),e}:rs,ti=$e?function(e,t){return $e(e,"toString",{configurable:!0,enumerable:!1,value:es(t),writable:!0})}:rs;function ni(e){return Ia(zu(e))}function ri(e,t,r){var i=-1,a=e.length;t<0&&(t=-t>a?0:a+t),(r=r>a?a:r)<0&&(r+=a),a=t>r?0:r-t>>>0,t>>>=0;for(var o=n(a);++i<a;)o[i]=e[i+t];return o}function ii(e,t){var n;return dr(e,function(e,r,i){return!(n=t(e,r,i))}),!!n}function ai(e,t,n){var r=0,i=null==e?r:e.length;if("number"==typeof t&&t===t&&i<=2147483647){for(;r<i;){var a=r+i>>>1,o=e[a];null!==o&&!su(o)&&(n?o<=t:o<t)?r=a+1:i=a}return i}return oi(e,t,rs,n)}function oi(e,t,n,r){var a=0,o=null==e?0:e.length;if(0===o)return 0;for(var u=(t=n(t))!==t,s=null===t,l=su(t),c=t===i;a<o;){var f=ht((a+o)/2),d=n(e[f]),p=d!==i,h=null===d,m=d===d,v=su(d);if(u)var g=r||m;else g=c?m&&(r||p):s?m&&p&&(r||!h):l?m&&p&&!h&&(r||!v):!h&&!v&&(r?d<=t:d<t);g?a=f+1:o=f}return Dn(o,4294967294)}function ui(e,t){for(var n=-1,r=e.length,i=0,a=[];++n<r;){var o=e[n],u=t?t(o):o;if(!n||!zo(u,s)){var s=u;a[i++]=0===o?0:o}}return a}function si(e){return"number"==typeof e?e:su(e)?m:+e}function li(e){if("string"==typeof e)return e;if(Vo(e))return Pt(e,li)+"";if(su(e))return Mn?Mn.call(e):"";var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function ci(e,t,n){var r=-1,i=Bt,a=e.length,o=!0,u=[],s=u;if(n)o=!1,i=It;else if(a>=200){var l=t?null:Ki(e);if(l)return dn(l);o=!1,i=tn,s=new Qn}else s=t?[]:u;e:for(;++r<a;){var c=e[r],f=t?t(c):c;if(c=n||0!==c?c:0,o&&f===f){for(var d=s.length;d--;)if(s[d]===f)continue e;t&&s.push(f),u.push(c)}else i(s,f,n)||(s!==u&&s.push(f),u.push(c))}return u}function fi(e,t){return null==(e=xa(e,t=Di(t,e)))||delete e[Ra(Ka(t))]}function di(e,t,n,r){return $r(e,t,n(_r(e,t)),r)}function pi(e,t,n,r){for(var i=e.length,a=r?i:-1;(r?a--:++a<i)&&t(e[a],a,e););return n?ri(e,r?0:a,r?a+1:i):ri(e,r?a+1:0,r?i:a)}function hi(e,t){var n=e;return n instanceof Vn&&(n=n.value()),jt(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 a=-1,o=n(i);++a<i;)for(var u=e[a],s=-1;++s<i;)s!=a&&(o[a]=fr(o[a]||u,e[s],t,r));return ci(gr(o,1),t,r)}function vi(e,t,n){for(var r=-1,a=e.length,o=t.length,u={};++r<a;){var s=r<o?t[r]:i;n(u,e[r],s)}return u}function gi(e){return qo(e)?e:[]}function yi(e){return"function"==typeof e?e:rs}function Di(e,t){return Vo(e)?e:Ea(e,t)?[e]:Pa(yu(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 Ve(t).set(new Ve(e)),t}function ki(e,t){var n=t?Ci(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}function Ti(e,t){if(e!==t){var n=e!==i,r=null===e,a=e===e,o=su(e),u=t!==i,s=null===t,l=t===t,c=su(t);if(!s&&!c&&!o&&e>t||o&&u&&l&&!s&&!c||r&&u&&l||!n&&l||!a)return 1;if(!r&&!o&&!c&&e<t||c&&n&&a&&!r&&!o||s&&n&&a||!u&&a||!l)return-1}return 0}function xi(e,t,r,i){for(var a=-1,o=e.length,u=r.length,s=-1,l=t.length,c=Qt(o-u,0),f=n(l+c),d=!i;++s<l;)f[s]=t[s];for(;++a<u;)(d||a<o)&&(f[r[a]]=e[a]);for(;c--;)f[s++]=e[a++];return f}function Si(e,t,r,i){for(var a=-1,o=e.length,u=-1,s=r.length,l=-1,c=t.length,f=Qt(o-s,0),d=n(f+c),p=!i;++a<f;)d[a]=e[a];for(var h=a;++l<c;)d[h+l]=t[l];for(;++u<s;)(p||a<o)&&(d[h+r[u]]=e[a++]);return d}function wi(e,t){var r=-1,i=e.length;for(t||(t=n(i));++r<i;)t[r]=e[r];return t}function Fi(e,t,n,r){var a=!n;n||(n={});for(var o=-1,u=t.length;++o<u;){var s=t[o],l=r?r(n[s],e[s],s,n,e):i;l===i&&(l=e[s]),a?ar(n,s,l):tr(n,s,l)}return n}function Oi(e,t){return function(n,r){var i=Vo(n)?St:rr,a=t?t():{};return i(n,e,sa(r,2),a)}}function Ni(e){return Xr(function(t,n){var r=-1,a=n.length,o=a>1?n[a-1]:i,u=a>2?n[2]:i;for(o=e.length>3&&"function"==typeof o?(a--,o):i,u&&Da(n[0],n[1],u)&&(o=a<3?i:o,a=1),t=Te(t);++r<a;){var s=n[r];s&&e(t,s,r,o)}return t})}function Bi(e,t){return function(n,r){if(null==n)return n;if(!Yo(n))return e(n,r);for(var i=n.length,a=t?i:-1,o=Te(n);(t?a--:++a<i)&&!1!==r(o[a],a,o););return n}}function Ii(e){return function(t,n,r){for(var i=-1,a=Te(t),o=r(t),u=o.length;u--;){var s=o[e?u:++i];if(!1===n(a[s],s,a))break}return t}}function Pi(e){return function(t){var n=sn(t=yu(t))?mn(t):i,r=n?n[0]:t.charAt(0),a=n?Ai(n,1).join(""):t.slice(1);return r[e]()+a}}function Ri(e){return function(t){return jt(Ju(Gu(t).replace(et,"")),e,"")}}function ji(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 eu(r)?r:n}}function Li(e){return function(t,n,r){var a=Te(t);if(!Yo(t)){var o=sa(n,3);t=Ou(t),n=function(e){return o(a[e],e,a)}}var u=e(t,n,r);return u>-1?a[o?t[u]:u]:i}}function Mi(e){return na(function(t){var n=t.length,r=n,o=Gn.prototype.thru;for(e&&t.reverse();r--;){var u=t[r];if("function"!=typeof u)throw new we(a);if(o&&!s&&"wrapper"==oa(u))var s=new Gn([],!0)}for(r=s?r:n;++r<n;){var l=oa(u=t[r]),c="wrapper"==l?aa(u):i;s=c&&Aa(c[0])&&424==c[1]&&!c[4].length&&1==c[9]?s[oa(c[0])].apply(s,c[3]):1==u.length&&Aa(u)?s[l]():s.thru(u)}return function(){var e=arguments,r=e[0];if(s&&1==e.length&&Vo(r))return s.plant(r).value();for(var i=0,a=n?t[i].apply(this,e):r;++i<n;)a=t[i].call(this,a);return a}})}function zi(e,t,r,a,o,u,s,l,c,d){var p=t&f,h=1&t,m=2&t,v=24&t,g=512&t,y=m?i:ji(e);return function f(){for(var D=arguments.length,E=n(D),A=D;A--;)E[A]=arguments[A];if(v)var b=ua(f),_=function(e,t){for(var n=e.length,r=0;n--;)e[n]===t&&++r;return r}(E,b);if(a&&(E=xi(E,a,o,v)),u&&(E=Si(E,u,s,v)),D-=_,v&&D<d){var C=fn(E,b);return qi(e,t,zi,f.placeholder,r,E,C,l,c,d-D)}var k=h?r:this,T=m?k[e]:e;return D=E.length,l?E=function(e,t){var n=e.length,r=Dn(t.length,n),a=wi(e);for(;r--;){var o=t[r];e[r]=ya(o,n)?a[o]:i}return e}(E,l):g&&D>1&&E.reverse(),p&&c<D&&(E.length=c),this&&this!==mt&&this instanceof f&&(T=y||ji(T)),T.apply(k,E)}}function Ui(e,t){return function(n,r){return function(e,t,n,r){return Er(e,function(e,i,a){t(r,n(e),i,a)}),r}(n,e,t(r),{})}}function Hi(e,t){return function(n,r){var a;if(n===i&&r===i)return t;if(n!==i&&(a=n),r!==i){if(a===i)return r;"string"==typeof n||"string"==typeof r?(n=li(n),r=li(r)):(n=si(n),r=si(r)),a=e(n,r)}return a}}function Gi(e){return na(function(t){return t=Pt(t,$t(sa())),Xr(function(n){var r=this;return e(t,function(e){return xt(e,r,n)})})})}function Vi(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 sn(t)?Ai(mn(r),0,e).join(""):r.slice(0,e)}function Wi(e){return function(t,r,a){return a&&"number"!=typeof a&&Da(t,r,a)&&(r=a=i),t=pu(t),r===i?(r=t,t=0):r=pu(r),function(e,t,r,i){for(var a=-1,o=Qt(pt((t-e)/(r||1)),0),u=n(o);o--;)u[i?o:++a]=e,e+=r;return u}(t,r,a=a===i?t<r?1:-1:pu(a),e)}}function Yi(e){return function(t,n){return"string"==typeof t&&"string"==typeof n||(t=vu(t),n=vu(n)),e(t,n)}}function qi(e,t,n,r,a,o,u,s,f,d){var p=8&t;t|=p?l:c,4&(t&=~(p?c:l))||(t&=-4);var h=[e,t,a,p?o:i,p?u:i,p?i:o,p?i:u,s,f,d],m=n.apply(i,h);return Aa(e)&&wa(m,h),m.placeholder=r,Na(m,e,t)}function Qi(e){var t=ke[e];return function(e,n){if(e=vu(e),(n=null==n?0:Dn(hu(n),292))&&Dt(e)){var r=(yu(e)+"e").split("e");return+((r=(yu(t(r[0]+"e"+(+r[1]+n)))+"e").split("e"))[0]+"e"+(+r[1]-n))}return t(e)}}var Ki=xn&&1/dn(new xn([,-0]))[1]==p?function(e){return new xn(e)}:ss;function Xi(e){return function(t){var n=ha(t);return n==k?ln(t):n==F?pn(t):function(e,t){return Pt(t,function(t){return[t,e[t]]})}(t,e(t))}}function Ji(e,t,r,o,p,h,m,v){var g=2&t;if(!g&&"function"!=typeof e)throw new we(a);var y=o?o.length:0;if(y||(t&=-97,o=p=i),m=m===i?m:Qt(hu(m),0),v=v===i?v:hu(v),y-=p?p.length:0,t&c){var D=o,E=p;o=p=i}var A=g?i:aa(e),b=[e,t,r,o,p,D,E,h,m,v];if(A&&function(e,t){var n=e[1],r=t[1],i=n|r,a=i<131,o=r==f&&8==n||r==f&&n==d&&e[7].length<=t[8]||384==r&&t[7].length<=t[8]&&8==n;if(!a&&!o)return e;1&r&&(e[2]=t[2],i|=1&n?0:4);var s=t[3];if(s){var l=e[3];e[3]=l?xi(l,s,t[4]):s,e[4]=l?fn(e[3],u):t[4]}(s=t[5])&&(l=e[5],e[5]=l?Si(l,s,t[6]):s,e[6]=l?fn(e[5],u):t[6]);(s=t[7])&&(e[7]=s);r&f&&(e[8]=null==e[8]?t[8]:Dn(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],o=b[3],p=b[4],!(v=b[9]=b[9]===i?g?0:e.length:Qt(b[9]-y,0))&&24&t&&(t&=-25),t&&1!=t)_=8==t||t==s?function(e,t,r){var a=ji(e);return function o(){for(var u=arguments.length,s=n(u),l=u,c=ua(o);l--;)s[l]=arguments[l];var f=u<3&&s[0]!==c&&s[u-1]!==c?[]:fn(s,c);return(u-=f.length)<r?qi(e,t,zi,o.placeholder,i,s,f,i,i,r-u):xt(this&&this!==mt&&this instanceof o?a:e,this,s)}}(e,t,v):t!=l&&33!=t||p.length?zi.apply(i,b):function(e,t,r,i){var a=1&t,o=ji(e);return function t(){for(var u=-1,s=arguments.length,l=-1,c=i.length,f=n(c+s),d=this&&this!==mt&&this instanceof t?o:e;++l<c;)f[l]=i[l];for(;s--;)f[l++]=arguments[++u];return xt(d,a?r:this,f)}}(e,t,r,o);else var _=function(e,t,n){var r=1&t,i=ji(e);return function t(){return(this&&this!==mt&&this instanceof t?i:e).apply(r?n:this,arguments)}}(e,t,r);return Na((A?ei:wa)(_,b),e,t)}function Zi(e,t,n,r){return e===i||zo(e,Ne[n])&&!Pe.call(r,n)?t:e}function $i(e,t,n,r,a,o){return eu(e)&&eu(t)&&(o.set(t,e),Hr(e,t,i,$i,o),o.delete(t)),e}function ea(e){return iu(e)?i:e}function ta(e,t,n,r,a,o){var u=1&n,s=e.length,l=t.length;if(s!=l&&!(u&&l>s))return!1;var c=o.get(e),f=o.get(t);if(c&&f)return c==t&&f==e;var d=-1,p=!0,h=2&n?new Qn:i;for(o.set(e,t),o.set(t,e);++d<s;){var m=e[d],v=t[d];if(r)var g=u?r(v,m,d,t,e,o):r(m,v,d,e,t,o);if(g!==i){if(g)continue;p=!1;break}if(h){if(!Mt(t,function(e,t){if(!tn(h,t)&&(m===e||a(m,e,n,r,o)))return h.push(t)})){p=!1;break}}else if(m!==v&&!a(m,v,n,r,o)){p=!1;break}}return o.delete(e),o.delete(t),p}function na(e){return Oa(Ta(e,i,Va),e+"")}function ra(e){return Cr(e,Ou,da)}function ia(e){return Cr(e,Nu,pa)}var aa=Fn?function(e){return Fn.get(e)}:ss;function oa(e){for(var t=e.name+"",n=On[t],r=Pe.call(On,t)?n.length:0;r--;){var i=n[r],a=i.func;if(null==a||a==e)return i.name}return t}function ua(e){return(Pe.call(zn,"placeholder")?zn:e).placeholder}function sa(){var e=zn.iteratee||is;return e=e===is?Pr:e,arguments.length?e(arguments[0],arguments[1]):e}function la(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 ca(e){for(var t=Ou(e),n=t.length;n--;){var r=t[n],i=e[r];t[n]=[r,i,Ca(i)]}return t}function fa(e,t){var n=function(e,t){return null==e?i:e[t]}(e,t);return Ir(n)?n:i}var da=vt?function(e){return null==e?[]:(e=Te(e),Nt(vt(e),function(t){return Qe.call(e,t)}))}:ms,pa=vt?function(e){for(var t=[];e;)Rt(t,da(e)),e=Ye(e);return t}:ms,ha=kr;function ma(e,t,n){for(var r=-1,i=(t=Di(t,e)).length,a=!1;++r<i;){var o=Ra(t[r]);if(!(a=null!=e&&n(e,o)))break;e=e[o]}return a||++r!=i?a:!!(i=null==e?0:e.length)&&$o(i)&&ya(o,i)&&(Vo(e)||Go(e))}function va(e){return"function"!=typeof e.constructor||_a(e)?{}:Un(Ye(e))}function ga(e){return Vo(e)||Go(e)||!!(Xe&&e&&e[Xe])}function ya(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 Da(e,t,n){if(!eu(n))return!1;var r=typeof t;return!!("number"==r?Yo(n)&&ya(t,n.length):"string"==r&&t in n)&&zo(n[t],e)}function Ea(e,t){if(Vo(e))return!1;var n=typeof e;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=e&&!su(e))||(ne.test(e)||!te.test(e)||null!=t&&e in Te(t))}function Aa(e){var t=oa(e),n=zn[t];if("function"!=typeof n||!(t in Vn.prototype))return!1;if(e===n)return!0;var r=aa(n);return!!r&&e===r[0]}(Cn&&ha(new Cn(new ArrayBuffer(1)))!=P||kn&&ha(new kn)!=k||Tn&&ha(Tn.resolve())!=S||xn&&ha(new xn)!=F||Sn&&ha(new Sn)!=B)&&(ha=function(e){var t=kr(e),n=t==x?e.constructor:i,r=n?ja(n):"";if(r)switch(r){case Nn:return P;case Bn:return k;case In:return S;case Pn:return F;case Rn:return B}return t});var ba=Be?Jo:vs;function _a(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||Ne)}function Ca(e){return e===e&&!eu(e)}function ka(e,t){return function(n){return null!=n&&(n[e]===t&&(t!==i||e in Te(n)))}}function Ta(e,t,r){return t=Qt(t===i?e.length-1:t,0),function(){for(var i=arguments,a=-1,o=Qt(i.length-t,0),u=n(o);++a<o;)u[a]=i[t+a];a=-1;for(var s=n(t+1);++a<t;)s[a]=i[a];return s[t]=r(u),xt(e,this,s)}}function xa(e,t){return t.length<2?e:_r(e,ri(t,0,-1))}function Sa(e,t){if(("constructor"!==t||"function"!==typeof e[t])&&"__proto__"!=t)return e[t]}var wa=Ba(ei),Fa=ct||function(e,t){return mt.setTimeout(e,t)},Oa=Ba(ti);function Na(e,t,n){var r=t+"";return Oa(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(se,"{\n/* [wrapped with "+t+"] */\n")}(r,function(e,t){return wt(g,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 Ba(e){var t=0,n=0;return function(){var r=En(),a=16-(r-n);if(n=r,a>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(i,arguments)}}function Ia(e,t){var n=-1,r=e.length,a=r-1;for(t=t===i?r:t;++n<t;){var o=Qr(n,a),u=e[o];e[o]=e[n],e[n]=u}return e.length=t,e}var Pa=function(e){var t=Io(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 Ra(e){if("string"==typeof e||su(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function ja(e){if(null!=e){try{return Ie.call(e)}catch(t){}try{return e+""}catch(t){}}return""}function La(e){if(e instanceof Vn)return e.clone();var t=new Gn(e.__wrapped__,e.__chain__);return t.__actions__=wi(e.__actions__),t.__index__=e.__index__,t.__values__=e.__values__,t}var Ma=Xr(function(e,t){return qo(e)?fr(e,gr(t,1,qo,!0)):[]}),za=Xr(function(e,t){var n=Ka(t);return qo(n)&&(n=i),qo(e)?fr(e,gr(t,1,qo,!0),sa(n,2)):[]}),Ua=Xr(function(e,t){var n=Ka(t);return qo(n)&&(n=i),qo(e)?fr(e,gr(t,1,qo,!0),i,n):[]});function Ha(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var i=null==n?0:hu(n);return i<0&&(i=Qt(r+i,0)),Ht(e,sa(t,3),i)}function Ga(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var a=r-1;return n!==i&&(a=hu(n),a=n<0?Qt(r+a,0):Dn(a,r-1)),Ht(e,sa(t,3),a,!0)}function Va(e){return(null==e?0:e.length)?gr(e,1):[]}function Wa(e){return e&&e.length?e[0]:i}var Ya=Xr(function(e){var t=Pt(e,gi);return t.length&&t[0]===e[0]?wr(t):[]}),qa=Xr(function(e){var t=Ka(e),n=Pt(e,gi);return t===Ka(n)?t=i:n.pop(),n.length&&n[0]===e[0]?wr(n,sa(t,2)):[]}),Qa=Xr(function(e){var t=Ka(e),n=Pt(e,gi);return(t="function"==typeof t?t:i)&&n.pop(),n.length&&n[0]===e[0]?wr(n,i,t):[]});function Ka(e){var t=null==e?0:e.length;return t?e[t-1]:i}var Xa=Xr(Ja);function Ja(e,t){return e&&e.length&&t&&t.length?Yr(e,t):e}var Za=na(function(e,t){var n=null==e?0:e.length,r=or(e,t);return qr(e,Pt(t,function(e){return ya(e,n)?+e:e}).sort(Ti)),r});function $a(e){return null==e?e:_n.call(e)}var eo=Xr(function(e){return ci(gr(e,1,qo,!0))}),to=Xr(function(e){var t=Ka(e);return qo(t)&&(t=i),ci(gr(e,1,qo,!0),sa(t,2))}),no=Xr(function(e){var t=Ka(e);return t="function"==typeof t?t:i,ci(gr(e,1,qo,!0),i,t)});function ro(e){if(!e||!e.length)return[];var t=0;return e=Nt(e,function(e){if(qo(e))return t=Qt(e.length,t),!0}),Jt(t,function(t){return Pt(e,qt(t))})}function io(e,t){if(!e||!e.length)return[];var n=ro(e);return null==t?n:Pt(n,function(e){return xt(t,i,e)})}var ao=Xr(function(e,t){return qo(e)?fr(e,t):[]}),oo=Xr(function(e){return mi(Nt(e,qo))}),uo=Xr(function(e){var t=Ka(e);return qo(t)&&(t=i),mi(Nt(e,qo),sa(t,2))}),so=Xr(function(e){var t=Ka(e);return t="function"==typeof t?t:i,mi(Nt(e,qo),i,t)}),lo=Xr(ro);var co=Xr(function(e){var t=e.length,n=t>1?e[t-1]:i;return n="function"==typeof n?(e.pop(),n):i,io(e,n)});function fo(e){var t=zn(e);return t.__chain__=!0,t}function po(e,t){return t(e)}var ho=na(function(e){var t=e.length,n=t?e[0]:0,r=this.__wrapped__,a=function(t){return or(t,e)};return!(t>1||this.__actions__.length)&&r instanceof Vn&&ya(n)?((r=r.slice(n,+n+(t?1:0))).__actions__.push({func:po,args:[a],thisArg:i}),new Gn(r,this.__chain__).thru(function(e){return t&&!e.length&&e.push(i),e})):this.thru(a)});var mo=Oi(function(e,t,n){Pe.call(e,n)?++e[n]:ar(e,n,1)});var vo=Li(Ha),go=Li(Ga);function yo(e,t){return(Vo(e)?wt:dr)(e,sa(t,3))}function Do(e,t){return(Vo(e)?Ft:pr)(e,sa(t,3))}var Eo=Oi(function(e,t,n){Pe.call(e,n)?e[n].push(t):ar(e,n,[t])});var Ao=Xr(function(e,t,r){var i=-1,a="function"==typeof t,o=Yo(e)?n(e.length):[];return dr(e,function(e){o[++i]=a?xt(t,e,r):Fr(e,t,r)}),o}),bo=Oi(function(e,t,n){ar(e,n,t)});function _o(e,t){return(Vo(e)?Pt:Mr)(e,sa(t,3))}var Co=Oi(function(e,t,n){e[n?0:1].push(t)},function(){return[[],[]]});var ko=Xr(function(e,t){if(null==e)return[];var n=t.length;return n>1&&Da(e,t[0],t[1])?t=[]:n>2&&Da(t[0],t[1],t[2])&&(t=[t[0]]),Vr(e,gr(t,1),[])}),To=it||function(){return mt.Date.now()};function xo(e,t,n){return t=n?i:t,t=e&&null==t?e.length:t,Ji(e,f,i,i,i,i,t)}function So(e,t){var n;if("function"!=typeof t)throw new we(a);return e=hu(e),function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=i),n}}var wo=Xr(function(e,t,n){var r=1;if(n.length){var i=fn(n,ua(wo));r|=l}return Ji(e,r,t,n,i)}),Fo=Xr(function(e,t,n){var r=3;if(n.length){var i=fn(n,ua(Fo));r|=l}return Ji(t,r,e,n,i)});function Oo(e,t,n){var r,o,u,s,l,c,f=0,d=!1,p=!1,h=!0;if("function"!=typeof e)throw new we(a);function m(t){var n=r,a=o;return r=o=i,f=t,s=e.apply(a,n)}function v(e){var n=e-c;return c===i||n>=t||n<0||p&&e-f>=u}function g(){var e=To();if(v(e))return y(e);l=Fa(g,function(e){var n=t-(e-c);return p?Dn(n,u-(e-f)):n}(e))}function y(e){return l=i,h&&r?m(e):(r=o=i,s)}function D(){var e=To(),n=v(e);if(r=arguments,o=this,c=e,n){if(l===i)return function(e){return f=e,l=Fa(g,t),d?m(e):s}(c);if(p)return bi(l),l=Fa(g,t),m(c)}return l===i&&(l=Fa(g,t)),s}return t=vu(t)||0,eu(n)&&(d=!!n.leading,u=(p="maxWait"in n)?Qt(vu(n.maxWait)||0,t):u,h="trailing"in n?!!n.trailing:h),D.cancel=function(){l!==i&&bi(l),f=0,r=c=o=l=i},D.flush=function(){return l===i?s:y(To())},D}var No=Xr(function(e,t){return cr(e,1,t)}),Bo=Xr(function(e,t,n){return cr(e,vu(t)||0,n)});function Io(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new we(a);var n=function n(){var r=arguments,i=t?t.apply(this,r):r[0],a=n.cache;if(a.has(i))return a.get(i);var o=e.apply(this,r);return n.cache=a.set(i,o)||a,o};return n.cache=new(Io.Cache||qn),n}function Po(e){if("function"!=typeof e)throw new we(a);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)}}Io.Cache=qn;var Ro=Ei(function(e,t){var n=(t=1==t.length&&Vo(t[0])?Pt(t[0],$t(sa())):Pt(gr(t,1),$t(sa()))).length;return Xr(function(r){for(var i=-1,a=Dn(r.length,n);++i<a;)r[i]=t[i].call(this,r[i]);return xt(e,this,r)})}),jo=Xr(function(e,t){var n=fn(t,ua(jo));return Ji(e,l,i,t,n)}),Lo=Xr(function(e,t){var n=fn(t,ua(Lo));return Ji(e,c,i,t,n)}),Mo=na(function(e,t){return Ji(e,d,i,i,i,t)});function zo(e,t){return e===t||e!==e&&t!==t}var Uo=Yi(Tr),Ho=Yi(function(e,t){return e>=t}),Go=Or(function(){return arguments}())?Or:function(e){return tu(e)&&Pe.call(e,"callee")&&!Qe.call(e,"callee")},Vo=n.isArray,Wo=At?$t(At):function(e){return tu(e)&&kr(e)==I};function Yo(e){return null!=e&&$o(e.length)&&!Jo(e)}function qo(e){return tu(e)&&Yo(e)}var Qo=gt||vs,Ko=bt?$t(bt):function(e){return tu(e)&&kr(e)==A};function Xo(e){if(!tu(e))return!1;var t=kr(e);return t==b||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!iu(e)}function Jo(e){if(!eu(e))return!1;var t=kr(e);return t==_||t==C||"[object AsyncFunction]"==t||"[object Proxy]"==t}function Zo(e){return"number"==typeof e&&e==hu(e)}function $o(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=h}function eu(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function tu(e){return null!=e&&"object"==typeof e}var nu=_t?$t(_t):function(e){return tu(e)&&ha(e)==k};function ru(e){return"number"==typeof e||tu(e)&&kr(e)==T}function iu(e){if(!tu(e)||kr(e)!=x)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)==Me}var au=Ct?$t(Ct):function(e){return tu(e)&&kr(e)==w};var ou=kt?$t(kt):function(e){return tu(e)&&ha(e)==F};function uu(e){return"string"==typeof e||!Vo(e)&&tu(e)&&kr(e)==O}function su(e){return"symbol"==typeof e||tu(e)&&kr(e)==N}var lu=Tt?$t(Tt):function(e){return tu(e)&&$o(e.length)&&!!st[kr(e)]};var cu=Yi(Lr),fu=Yi(function(e,t){return e<=t});function du(e){if(!e)return[];if(Yo(e))return uu(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=ha(e);return(t==k?ln:t==F?dn:zu)(e)}function pu(e){return e?(e=vu(e))===p||e===-1/0?17976931348623157e292*(e<0?-1:1):e===e?e:0:0===e?e:0}function hu(e){var t=pu(e),n=t%1;return t===t?n?t-n:t:0}function mu(e){return e?ur(hu(e),0,v):0}function vu(e){if("number"==typeof e)return e;if(su(e))return m;if(eu(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=eu(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=Zt(e);var n=ge.test(e);return n||De.test(e)?dt(e.slice(2),n?2:8):ve.test(e)?m:+e}function gu(e){return Fi(e,Nu(e))}function yu(e){return null==e?"":li(e)}var Du=Ni(function(e,t){if(_a(t)||Yo(t))Fi(t,Ou(t),e);else for(var n in t)Pe.call(t,n)&&tr(e,n,t[n])}),Eu=Ni(function(e,t){Fi(t,Nu(t),e)}),Au=Ni(function(e,t,n,r){Fi(t,Nu(t),e,r)}),bu=Ni(function(e,t,n,r){Fi(t,Ou(t),e,r)}),_u=na(or);var Cu=Xr(function(e,t){e=Te(e);var n=-1,r=t.length,a=r>2?t[2]:i;for(a&&Da(t[0],t[1],a)&&(r=1);++n<r;)for(var o=t[n],u=Nu(o),s=-1,l=u.length;++s<l;){var c=u[s],f=e[c];(f===i||zo(f,Ne[c])&&!Pe.call(e,c))&&(e[c]=o[c])}return e}),ku=Xr(function(e){return e.push(i,$i),xt(Iu,i,e)});function Tu(e,t,n){var r=null==e?i:_r(e,t);return r===i?n:r}function xu(e,t){return null!=e&&ma(e,t,Sr)}var Su=Ui(function(e,t,n){null!=t&&"function"!=typeof t.toString&&(t=Le.call(t)),e[t]=n},es(rs)),wu=Ui(function(e,t,n){null!=t&&"function"!=typeof t.toString&&(t=Le.call(t)),Pe.call(e,t)?e[t].push(n):e[t]=[n]},sa),Fu=Xr(Fr);function Ou(e){return Yo(e)?Xn(e):Rr(e)}function Nu(e){return Yo(e)?Xn(e,!0):jr(e)}var Bu=Ni(function(e,t,n){Hr(e,t,n)}),Iu=Ni(function(e,t,n,r){Hr(e,t,n,r)}),Pu=na(function(e,t){var n={};if(null==e)return n;var r=!1;t=Pt(t,function(t){return t=Di(t,e),r||(r=t.length>1),t}),Fi(e,ia(e),n),r&&(n=sr(n,7,ea));for(var i=t.length;i--;)fi(n,t[i]);return n});var Ru=na(function(e,t){return null==e?{}:function(e,t){return Wr(e,t,function(t,n){return xu(e,n)})}(e,t)});function ju(e,t){if(null==e)return{};var n=Pt(ia(e),function(e){return[e]});return t=sa(t),Wr(e,n,function(e,n){return t(e,n[0])})}var Lu=Xi(Ou),Mu=Xi(Nu);function zu(e){return null==e?[]:en(e,Ou(e))}var Uu=Ri(function(e,t,n){return t=t.toLowerCase(),e+(n?Hu(t):t)});function Hu(e){return Xu(yu(e).toLowerCase())}function Gu(e){return(e=yu(e))&&e.replace(Ae,an).replace(tt,"")}var Vu=Ri(function(e,t,n){return e+(n?"-":"")+t.toLowerCase()}),Wu=Ri(function(e,t,n){return e+(n?" ":"")+t.toLowerCase()}),Yu=Pi("toLowerCase");var qu=Ri(function(e,t,n){return e+(n?"_":"")+t.toLowerCase()});var Qu=Ri(function(e,t,n){return e+(n?" ":"")+Xu(t)});var Ku=Ri(function(e,t,n){return e+(n?" ":"")+t.toUpperCase()}),Xu=Pi("toUpperCase");function Ju(e,t,n){return e=yu(e),(t=n?i:t)===i?function(e){return at.test(e)}(e)?function(e){return e.match(rt)||[]}(e):function(e){return e.match(fe)||[]}(e):e.match(t)||[]}var Zu=Xr(function(e,t){try{return xt(e,i,t)}catch(n){return Xo(n)?n:new ue(n)}}),$u=na(function(e,t){return wt(t,function(t){t=Ra(t),ar(e,t,wo(e[t],e))}),e});function es(e){return function(){return e}}var ts=Mi(),ns=Mi(!0);function rs(e){return e}function is(e){return Pr("function"==typeof e?e:sr(e,1))}var as=Xr(function(e,t){return function(n){return Fr(n,e,t)}}),os=Xr(function(e,t){return function(n){return Fr(e,n,t)}});function us(e,t,n){var r=Ou(t),i=br(t,r);null!=n||eu(t)&&(i.length||!r.length)||(n=t,t=e,e=this,i=br(t,Ou(t)));var a=!(eu(n)&&"chain"in n)||!!n.chain,o=Jo(e);return wt(i,function(n){var r=t[n];e[n]=r,o&&(e.prototype[n]=function(){var t=this.__chain__;if(a||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 ss(){}var ls=Gi(Pt),cs=Gi(Ot),fs=Gi(Mt);function ds(e){return Ea(e)?qt(Ra(e)):function(e){return function(t){return _r(t,e)}}(e)}var ps=Wi(),hs=Wi(!0);function ms(){return[]}function vs(){return!1}var gs=Hi(function(e,t){return e+t},0),ys=Qi("ceil"),Ds=Hi(function(e,t){return e/t},1),Es=Qi("floor");var As=Hi(function(e,t){return e*t},1),bs=Qi("round"),_s=Hi(function(e,t){return e-t},0);return zn.after=function(e,t){if("function"!=typeof t)throw new we(a);return e=hu(e),function(){if(--e<1)return t.apply(this,arguments)}},zn.ary=xo,zn.assign=Du,zn.assignIn=Eu,zn.assignInWith=Au,zn.assignWith=bu,zn.at=_u,zn.before=So,zn.bind=wo,zn.bindAll=$u,zn.bindKey=Fo,zn.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return Vo(e)?e:[e]},zn.chain=fo,zn.chunk=function(e,t,r){t=(r?Da(e,t,r):t===i)?1:Qt(hu(t),0);var a=null==e?0:e.length;if(!a||t<1)return[];for(var o=0,u=0,s=n(pt(a/t));o<a;)s[u++]=ri(e,o,o+=t);return s},zn.compact=function(e){for(var t=-1,n=null==e?0:e.length,r=0,i=[];++t<n;){var a=e[t];a&&(i[r++]=a)}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(Vo(r)?wi(r):[r],gr(t,1))},zn.cond=function(e){var t=null==e?0:e.length,n=sa();return e=t?Pt(e,function(e){if("function"!=typeof e[1])throw new we(a);return[n(e[0]),e[1]]}):[],Xr(function(n){for(var r=-1;++r<t;){var i=e[r];if(xt(i[0],this,n))return xt(i[1],this,n)}})},zn.conforms=function(e){return function(e){var t=Ou(e);return function(n){return lr(n,e,t)}}(sr(e,1))},zn.constant=es,zn.countBy=mo,zn.create=function(e,t){var n=Un(e);return null==t?n:ir(n,t)},zn.curry=function e(t,n,r){var a=Ji(t,8,i,i,i,i,i,n=r?i:n);return a.placeholder=e.placeholder,a},zn.curryRight=function e(t,n,r){var a=Ji(t,s,i,i,i,i,i,n=r?i:n);return a.placeholder=e.placeholder,a},zn.debounce=Oo,zn.defaults=Cu,zn.defaultsDeep=ku,zn.defer=No,zn.delay=Bo,zn.difference=Ma,zn.differenceBy=za,zn.differenceWith=Ua,zn.drop=function(e,t,n){var r=null==e?0:e.length;return r?ri(e,(t=n||t===i?1:hu(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:hu(t)))<0?0:t):[]},zn.dropRightWhile=function(e,t){return e&&e.length?pi(e,sa(t,3),!0,!0):[]},zn.dropWhile=function(e,t){return e&&e.length?pi(e,sa(t,3),!0):[]},zn.fill=function(e,t,n,r){var a=null==e?0:e.length;return a?(n&&"number"!=typeof n&&Da(e,t,n)&&(n=0,r=a),function(e,t,n,r){var a=e.length;for((n=hu(n))<0&&(n=-n>a?0:a+n),(r=r===i||r>a?a:hu(r))<0&&(r+=a),r=n>r?0:mu(r);n<r;)e[n++]=t;return e}(e,t,n,r)):[]},zn.filter=function(e,t){return(Vo(e)?Nt:vr)(e,sa(t,3))},zn.flatMap=function(e,t){return gr(_o(e,t),1)},zn.flatMapDeep=function(e,t){return gr(_o(e,t),p)},zn.flatMapDepth=function(e,t,n){return n=n===i?1:hu(n),gr(_o(e,t),n)},zn.flatten=Va,zn.flattenDeep=function(e){return(null==e?0:e.length)?gr(e,p):[]},zn.flattenDepth=function(e,t){return(null==e?0:e.length)?gr(e,t=t===i?1:hu(t)):[]},zn.flip=function(e){return Ji(e,512)},zn.flow=ts,zn.flowRight=ns,zn.fromPairs=function(e){for(var t=-1,n=null==e?0:e.length,r={};++t<n;){var i=e[t];r[i[0]]=i[1]}return r},zn.functions=function(e){return null==e?[]:br(e,Ou(e))},zn.functionsIn=function(e){return null==e?[]:br(e,Nu(e))},zn.groupBy=Eo,zn.initial=function(e){return(null==e?0:e.length)?ri(e,0,-1):[]},zn.intersection=Ya,zn.intersectionBy=qa,zn.intersectionWith=Qa,zn.invert=Su,zn.invertBy=wu,zn.invokeMap=Ao,zn.iteratee=is,zn.keyBy=bo,zn.keys=Ou,zn.keysIn=Nu,zn.map=_o,zn.mapKeys=function(e,t){var n={};return t=sa(t,3),Er(e,function(e,r,i){ar(n,t(e,r,i),e)}),n},zn.mapValues=function(e,t){var n={};return t=sa(t,3),Er(e,function(e,r,i){ar(n,r,t(e,r,i))}),n},zn.matches=function(e){return zr(sr(e,1))},zn.matchesProperty=function(e,t){return Ur(e,sr(t,1))},zn.memoize=Io,zn.merge=Bu,zn.mergeWith=Iu,zn.method=as,zn.methodOf=os,zn.mixin=us,zn.negate=Po,zn.nthArg=function(e){return e=hu(e),Xr(function(t){return Gr(t,e)})},zn.omit=Pu,zn.omitBy=function(e,t){return ju(e,Po(sa(t)))},zn.once=function(e){return So(2,e)},zn.orderBy=function(e,t,n,r){return null==e?[]:(Vo(t)||(t=null==t?[]:[t]),Vo(n=r?i:n)||(n=null==n?[]:[n]),Vr(e,t,n))},zn.over=ls,zn.overArgs=Ro,zn.overEvery=cs,zn.overSome=fs,zn.partial=jo,zn.partialRight=Lo,zn.partition=Co,zn.pick=Ru,zn.pickBy=ju,zn.property=ds,zn.propertyOf=function(e){return function(t){return null==e?i:_r(e,t)}},zn.pull=Xa,zn.pullAll=Ja,zn.pullAllBy=function(e,t,n){return e&&e.length&&t&&t.length?Yr(e,t,sa(n,2)):e},zn.pullAllWith=function(e,t,n){return e&&e.length&&t&&t.length?Yr(e,t,i,n):e},zn.pullAt=Za,zn.range=ps,zn.rangeRight=hs,zn.rearg=Mo,zn.reject=function(e,t){return(Vo(e)?Nt:vr)(e,Po(sa(t,3)))},zn.remove=function(e,t){var n=[];if(!e||!e.length)return n;var r=-1,i=[],a=e.length;for(t=sa(t,3);++r<a;){var o=e[r];t(o,r,e)&&(n.push(o),i.push(r))}return qr(e,i),n},zn.rest=function(e,t){if("function"!=typeof e)throw new we(a);return Xr(e,t=t===i?t:hu(t))},zn.reverse=$a,zn.sampleSize=function(e,t,n){return t=(n?Da(e,t,n):t===i)?1:hu(t),(Vo(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(Vo(e)?$n:ni)(e)},zn.slice=function(e,t,n){var r=null==e?0:e.length;return r?(n&&"number"!=typeof n&&Da(e,t,n)?(t=0,n=r):(t=null==t?0:hu(t),n=n===i?r:hu(n)),ri(e,t,n)):[]},zn.sortBy=ko,zn.sortedUniq=function(e){return e&&e.length?ui(e):[]},zn.sortedUniqBy=function(e,t){return e&&e.length?ui(e,sa(t,2)):[]},zn.split=function(e,t,n){return n&&"number"!=typeof n&&Da(e,t,n)&&(t=n=i),(n=n===i?v:n>>>0)?(e=yu(e))&&("string"==typeof t||null!=t&&!au(t))&&!(t=li(t))&&sn(e)?Ai(mn(e),0,n):e.split(t,n):[]},zn.spread=function(e,t){if("function"!=typeof e)throw new we(a);return t=null==t?0:Qt(hu(t),0),Xr(function(n){var r=n[t],i=Ai(n,0,t);return r&&Rt(i,r),xt(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:hu(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:hu(t)))<0?0:t,r):[]},zn.takeRightWhile=function(e,t){return e&&e.length?pi(e,sa(t,3),!1,!0):[]},zn.takeWhile=function(e,t){return e&&e.length?pi(e,sa(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(a);return eu(n)&&(r="leading"in n?!!n.leading:r,i="trailing"in n?!!n.trailing:i),Oo(e,t,{leading:r,maxWait:t,trailing:i})},zn.thru=po,zn.toArray=du,zn.toPairs=Lu,zn.toPairsIn=Mu,zn.toPath=function(e){return Vo(e)?Pt(e,Ra):su(e)?[e]:wi(Pa(yu(e)))},zn.toPlainObject=gu,zn.transform=function(e,t,n){var r=Vo(e),i=r||Qo(e)||lu(e);if(t=sa(t,4),null==n){var a=e&&e.constructor;n=i?r?new a:[]:eu(e)&&Jo(a)?Un(Ye(e)):{}}return(i?wt:Er)(e,function(e,r,i){return t(n,e,r,i)}),n},zn.unary=function(e){return xo(e,1)},zn.union=eo,zn.unionBy=to,zn.unionWith=no,zn.uniq=function(e){return e&&e.length?ci(e):[]},zn.uniqBy=function(e,t){return e&&e.length?ci(e,sa(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||fi(e,t)},zn.unzip=ro,zn.unzipWith=io,zn.update=function(e,t,n){return null==e?e:di(e,t,yi(n))},zn.updateWith=function(e,t,n,r){return r="function"==typeof r?r:i,null==e?e:di(e,t,yi(n),r)},zn.values=zu,zn.valuesIn=function(e){return null==e?[]:en(e,Nu(e))},zn.without=ao,zn.words=Ju,zn.wrap=function(e,t){return jo(yi(t),e)},zn.xor=oo,zn.xorBy=uo,zn.xorWith=so,zn.zip=lo,zn.zipObject=function(e,t){return vi(e||[],t||[],tr)},zn.zipObjectDeep=function(e,t){return vi(e||[],t||[],$r)},zn.zipWith=co,zn.entries=Lu,zn.entriesIn=Mu,zn.extend=Eu,zn.extendWith=Au,us(zn,zn),zn.add=gs,zn.attempt=Zu,zn.camelCase=Uu,zn.capitalize=Hu,zn.ceil=ys,zn.clamp=function(e,t,n){return n===i&&(n=t,t=i),n!==i&&(n=(n=vu(n))===n?n:0),t!==i&&(t=(t=vu(t))===t?t:0),ur(vu(e),t,n)},zn.clone=function(e){return sr(e,4)},zn.cloneDeep=function(e){return sr(e,5)},zn.cloneDeepWith=function(e,t){return sr(e,5,t="function"==typeof t?t:i)},zn.cloneWith=function(e,t){return sr(e,4,t="function"==typeof t?t:i)},zn.conformsTo=function(e,t){return null==t||lr(e,t,Ou(t))},zn.deburr=Gu,zn.defaultTo=function(e,t){return null==e||e!==e?t:e},zn.divide=Ds,zn.endsWith=function(e,t,n){e=yu(e),t=li(t);var r=e.length,a=n=n===i?r:ur(hu(n),0,r);return(n-=t.length)>=0&&e.slice(n,a)==t},zn.eq=zo,zn.escape=function(e){return(e=yu(e))&&J.test(e)?e.replace(K,on):e},zn.escapeRegExp=function(e){return(e=yu(e))&&ae.test(e)?e.replace(ie,"\\$&"):e},zn.every=function(e,t,n){var r=Vo(e)?Ot:hr;return n&&Da(e,t,n)&&(t=i),r(e,sa(t,3))},zn.find=vo,zn.findIndex=Ha,zn.findKey=function(e,t){return Ut(e,sa(t,3),Er)},zn.findLast=go,zn.findLastIndex=Ga,zn.findLastKey=function(e,t){return Ut(e,sa(t,3),Ar)},zn.floor=Es,zn.forEach=yo,zn.forEachRight=Do,zn.forIn=function(e,t){return null==e?e:yr(e,sa(t,3),Nu)},zn.forInRight=function(e,t){return null==e?e:Dr(e,sa(t,3),Nu)},zn.forOwn=function(e,t){return e&&Er(e,sa(t,3))},zn.forOwnRight=function(e,t){return e&&Ar(e,sa(t,3))},zn.get=Tu,zn.gt=Uo,zn.gte=Ho,zn.has=function(e,t){return null!=e&&ma(e,t,xr)},zn.hasIn=xu,zn.head=Wa,zn.identity=rs,zn.includes=function(e,t,n,r){e=Yo(e)?e:zu(e),n=n&&!r?hu(n):0;var i=e.length;return n<0&&(n=Qt(i+n,0)),uu(e)?n<=i&&e.indexOf(t,n)>-1:!!i&&Gt(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:hu(n);return i<0&&(i=Qt(r+i,0)),Gt(e,t,i)},zn.inRange=function(e,t,n){return t=pu(t),n===i?(n=t,t=0):n=pu(n),function(e,t,n){return e>=Dn(t,n)&&e<Qt(t,n)}(e=vu(e),t,n)},zn.invoke=Fu,zn.isArguments=Go,zn.isArray=Vo,zn.isArrayBuffer=Wo,zn.isArrayLike=Yo,zn.isArrayLikeObject=qo,zn.isBoolean=function(e){return!0===e||!1===e||tu(e)&&kr(e)==E},zn.isBuffer=Qo,zn.isDate=Ko,zn.isElement=function(e){return tu(e)&&1===e.nodeType&&!iu(e)},zn.isEmpty=function(e){if(null==e)return!0;if(Yo(e)&&(Vo(e)||"string"==typeof e||"function"==typeof e.splice||Qo(e)||lu(e)||Go(e)))return!e.length;var t=ha(e);if(t==k||t==F)return!e.size;if(_a(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=Xo,zn.isFinite=function(e){return"number"==typeof e&&Dt(e)},zn.isFunction=Jo,zn.isInteger=Zo,zn.isLength=$o,zn.isMap=nu,zn.isMatch=function(e,t){return e===t||Br(e,t,ca(t))},zn.isMatchWith=function(e,t,n){return n="function"==typeof n?n:i,Br(e,t,ca(t),n)},zn.isNaN=function(e){return ru(e)&&e!=+e},zn.isNative=function(e){if(ba(e))throw new ue("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=ru,zn.isObject=eu,zn.isObjectLike=tu,zn.isPlainObject=iu,zn.isRegExp=au,zn.isSafeInteger=function(e){return Zo(e)&&e>=-9007199254740991&&e<=h},zn.isSet=ou,zn.isString=uu,zn.isSymbol=su,zn.isTypedArray=lu,zn.isUndefined=function(e){return e===i},zn.isWeakMap=function(e){return tu(e)&&ha(e)==B},zn.isWeakSet=function(e){return tu(e)&&"[object WeakSet]"==kr(e)},zn.join=function(e,t){return null==e?"":Et.call(e,t)},zn.kebabCase=Vu,zn.last=Ka,zn.lastIndexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var a=r;return n!==i&&(a=(a=hu(n))<0?Qt(r+a,0):Dn(a,r-1)),t===t?function(e,t,n){for(var r=n+1;r--;)if(e[r]===t)return r;return r}(e,t,a):Ht(e,Wt,a,!0)},zn.lowerCase=Wu,zn.lowerFirst=Yu,zn.lt=cu,zn.lte=fu,zn.max=function(e){return e&&e.length?mr(e,rs,Tr):i},zn.maxBy=function(e,t){return e&&e.length?mr(e,sa(t,2),Tr):i},zn.mean=function(e){return Yt(e,rs)},zn.meanBy=function(e,t){return Yt(e,sa(t,2))},zn.min=function(e){return e&&e.length?mr(e,rs,Lr):i},zn.minBy=function(e,t){return e&&e.length?mr(e,sa(t,2),Lr):i},zn.stubArray=ms,zn.stubFalse=vs,zn.stubObject=function(){return{}},zn.stubString=function(){return""},zn.stubTrue=function(){return!0},zn.multiply=As,zn.nth=function(e,t){return e&&e.length?Gr(e,hu(t)):i},zn.noConflict=function(){return mt._===this&&(mt._=ze),this},zn.noop=ss,zn.now=To,zn.pad=function(e,t,n){e=yu(e);var r=(t=hu(t))?hn(e):0;if(!t||r>=t)return e;var i=(t-r)/2;return Vi(ht(i),n)+e+Vi(pt(i),n)},zn.padEnd=function(e,t,n){e=yu(e);var r=(t=hu(t))?hn(e):0;return t&&r<t?e+Vi(t-r,n):e},zn.padStart=function(e,t,n){e=yu(e);var r=(t=hu(t))?hn(e):0;return t&&r<t?Vi(t-r,n)+e:e},zn.parseInt=function(e,t,n){return n||null==t?t=0:t&&(t=+t),An(yu(e).replace(oe,""),t||0)},zn.random=function(e,t,n){if(n&&"boolean"!=typeof n&&Da(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=pu(e),t===i?(t=e,e=0):t=pu(t)),e>t){var r=e;e=t,t=r}if(n||e%1||t%1){var a=bn();return Dn(e+a*(t-e+ft("1e-"+((a+"").length-1))),t)}return Qr(e,t)},zn.reduce=function(e,t,n){var r=Vo(e)?jt:Kt,i=arguments.length<3;return r(e,sa(t,4),n,i,dr)},zn.reduceRight=function(e,t,n){var r=Vo(e)?Lt:Kt,i=arguments.length<3;return r(e,sa(t,4),n,i,pr)},zn.repeat=function(e,t,n){return t=(n?Da(e,t,n):t===i)?1:hu(t),Kr(yu(e),t)},zn.replace=function(){var e=arguments,t=yu(e[0]);return e.length<3?t:t.replace(e[1],e[2])},zn.result=function(e,t,n){var r=-1,a=(t=Di(t,e)).length;for(a||(a=1,e=i);++r<a;){var o=null==e?i:e[Ra(t[r])];o===i&&(r=a,o=n),e=Jo(o)?o.call(e):o}return e},zn.round=bs,zn.runInContext=e,zn.sample=function(e){return(Vo(e)?Jn:Jr)(e)},zn.size=function(e){if(null==e)return 0;if(Yo(e))return uu(e)?hn(e):e.length;var t=ha(e);return t==k||t==F?e.size:Rr(e).length},zn.snakeCase=qu,zn.some=function(e,t,n){var r=Vo(e)?Mt:ii;return n&&Da(e,t,n)&&(t=i),r(e,sa(t,3))},zn.sortedIndex=function(e,t){return ai(e,t)},zn.sortedIndexBy=function(e,t,n){return oi(e,t,sa(n,2))},zn.sortedIndexOf=function(e,t){var n=null==e?0:e.length;if(n){var r=ai(e,t);if(r<n&&zo(e[r],t))return r}return-1},zn.sortedLastIndex=function(e,t){return ai(e,t,!0)},zn.sortedLastIndexBy=function(e,t,n){return oi(e,t,sa(n,2),!0)},zn.sortedLastIndexOf=function(e,t){if(null==e?0:e.length){var n=ai(e,t,!0)-1;if(zo(e[n],t))return n}return-1},zn.startCase=Qu,zn.startsWith=function(e,t,n){return e=yu(e),n=null==n?0:ur(hu(n),0,e.length),t=li(t),e.slice(n,n+t.length)==t},zn.subtract=_s,zn.sum=function(e){return e&&e.length?Xt(e,rs):0},zn.sumBy=function(e,t){return e&&e.length?Xt(e,sa(t,2)):0},zn.template=function(e,t,n){var r=zn.templateSettings;n&&Da(e,t,n)&&(t=i),e=yu(e),t=Au({},t,r,Zi);var a,o,u=Au({},t.imports,r.imports,Zi),s=Ou(u),l=en(u,s),c=0,f=t.interpolate||be,d="__p += '",p=xe((t.escape||be).source+"|"+f.source+"|"+(f===ee?he:be).source+"|"+(t.evaluate||be).source+"|$","g"),h="//# sourceURL="+(Pe.call(t,"sourceURL")?(t.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++ut+"]")+"\n";e.replace(p,function(t,n,r,i,u,s){return r||(r=i),d+=e.slice(c,s).replace(_e,un),n&&(a=!0,d+="' +\n__e("+n+") +\n'"),u&&(o=!0,d+="';\n"+u+";\n__p += '"),r&&(d+="' +\n((__t = ("+r+")) == null ? '' : __t) +\n'"),c=s+t.length,t}),d+="';\n";var m=Pe.call(t,"variable")&&t.variable;if(m){if(de.test(m))throw new ue("Invalid `variable` option passed into `_.template`")}else d="with (obj) {\n"+d+"\n}\n";d=(o?d.replace(W,""):d).replace(Y,"$1").replace(q,"$1;"),d="function("+(m||"obj")+") {\n"+(m?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(a?", __e = _.escape":"")+(o?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+d+"return __p\n}";var v=Zu(function(){return Ce(s,h+"return "+d).apply(i,l)});if(v.source=d,Xo(v))throw v;return v},zn.times=function(e,t){if((e=hu(e))<1||e>h)return[];var n=v,r=Dn(e,v);t=sa(t),e-=v;for(var i=Jt(r,t);++n<e;)t(n);return i},zn.toFinite=pu,zn.toInteger=hu,zn.toLength=mu,zn.toLower=function(e){return yu(e).toLowerCase()},zn.toNumber=vu,zn.toSafeInteger=function(e){return e?ur(hu(e),-9007199254740991,h):0===e?e:0},zn.toString=yu,zn.toUpper=function(e){return yu(e).toUpperCase()},zn.trim=function(e,t,n){if((e=yu(e))&&(n||t===i))return Zt(e);if(!e||!(t=li(t)))return e;var r=mn(e),a=mn(t);return Ai(r,nn(r,a),rn(r,a)+1).join("")},zn.trimEnd=function(e,t,n){if((e=yu(e))&&(n||t===i))return e.slice(0,vn(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=yu(e))&&(n||t===i))return e.replace(oe,"");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(eu(t)){var a="separator"in t?t.separator:a;n="length"in t?hu(t.length):n,r="omission"in t?li(t.omission):r}var o=(e=yu(e)).length;if(sn(e)){var u=mn(e);o=u.length}if(n>=o)return e;var s=n-hn(r);if(s<1)return r;var l=u?Ai(u,0,s).join(""):e.slice(0,s);if(a===i)return l+r;if(u&&(s+=l.length-s),au(a)){if(e.slice(s).search(a)){var c,f=l;for(a.global||(a=xe(a.source,yu(me.exec(a))+"g")),a.lastIndex=0;c=a.exec(f);)var d=c.index;l=l.slice(0,d===i?s:d)}}else if(e.indexOf(li(a),s)!=s){var p=l.lastIndexOf(a);p>-1&&(l=l.slice(0,p))}return l+r},zn.unescape=function(e){return(e=yu(e))&&X.test(e)?e.replace(Q,gn):e},zn.uniqueId=function(e){var t=++Re;return yu(e)+t},zn.upperCase=Ku,zn.upperFirst=Xu,zn.each=yo,zn.eachRight=Do,zn.first=Wa,us(zn,function(){var e={};return Er(zn,function(t,n){Pe.call(zn.prototype,n)||(e[n]=t)}),e}(),{chain:!1}),zn.VERSION="4.17.21",wt(["bind","bindKey","curry","curryRight","partial","partialRight"],function(e){zn[e].placeholder=zn}),wt(["drop","take"],function(e,t){Vn.prototype[e]=function(n){n=n===i?1:Qt(hu(n),0);var r=this.__filtered__&&!t?new Vn(this):this.clone();return r.__filtered__?r.__takeCount__=Dn(n,r.__takeCount__):r.__views__.push({size:Dn(n,v),type:e+(r.__dir__<0?"Right":"")}),r},Vn.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;Vn.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:sa(e,3),type:n}),t.__filtered__=t.__filtered__||r,t}}),wt(["head","last"],function(e,t){var n="take"+(t?"Right":"");Vn.prototype[e]=function(){return this[n](1).value()[0]}}),wt(["initial","tail"],function(e,t){var n="drop"+(t?"":"Right");Vn.prototype[e]=function(){return this.__filtered__?new Vn(this):this[n](1)}}),Vn.prototype.compact=function(){return this.filter(rs)},Vn.prototype.find=function(e){return this.filter(e).head()},Vn.prototype.findLast=function(e){return this.reverse().find(e)},Vn.prototype.invokeMap=Xr(function(e,t){return"function"==typeof e?new Vn(this):this.map(function(n){return Fr(n,e,t)})}),Vn.prototype.reject=function(e){return this.filter(Po(sa(e)))},Vn.prototype.slice=function(e,t){e=hu(e);var n=this;return n.__filtered__&&(e>0||t<0)?new Vn(n):(e<0?n=n.takeRight(-e):e&&(n=n.drop(e)),t!==i&&(n=(t=hu(t))<0?n.dropRight(-t):n.take(t-e)),n)},Vn.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},Vn.prototype.toArray=function(){return this.take(v)},Er(Vn.prototype,function(e,t){var n=/^(?:filter|find|map|reject)|While$/.test(t),r=/^(?:head|last)$/.test(t),a=zn[r?"take"+("last"==t?"Right":""):t],o=r||/^find/.test(t);a&&(zn.prototype[t]=function(){var t=this.__wrapped__,u=r?[1]:arguments,s=t instanceof Vn,l=u[0],c=s||Vo(t),f=function(e){var t=a.apply(zn,Rt([e],u));return r&&d?t[0]:t};c&&n&&"function"==typeof l&&1!=l.length&&(s=c=!1);var d=this.__chain__,p=!!this.__actions__.length,h=o&&!d,m=s&&!p;if(!o&&c){t=m?t:new Vn(this);var v=e.apply(t,u);return v.__actions__.push({func:po,args:[f],thisArg:i}),new Gn(v,d)}return h&&m?e.apply(this,u):(v=this.thru(f),h?r?v.value()[0]:v.value():v)})}),wt(["pop","push","shift","sort","splice","unshift"],function(e){var t=Fe[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(Vo(i)?i:[],e)}return this[n](function(n){return t.apply(Vo(n)?n:[],e)})}}),Er(Vn.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}],Vn.prototype.clone=function(){var e=new Vn(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},Vn.prototype.reverse=function(){if(this.__filtered__){var e=new Vn(this);e.__dir__=-1,e.__filtered__=!0}else(e=this.clone()).__dir__*=-1;return e},Vn.prototype.value=function(){var e=this.__wrapped__.value(),t=this.__dir__,n=Vo(e),r=t<0,i=n?e.length:0,a=function(e,t,n){var r=-1,i=n.length;for(;++r<i;){var a=n[r],o=a.size;switch(a.type){case"drop":e+=o;break;case"dropRight":t-=o;break;case"take":t=Dn(t,e+o);break;case"takeRight":e=Qt(e,t-o)}}return{start:e,end:t}}(0,i,this.__views__),o=a.start,u=a.end,s=u-o,l=r?u:o-1,c=this.__iteratees__,f=c.length,d=0,p=Dn(s,this.__takeCount__);if(!n||!r&&i==s&&p==s)return hi(e,this.__actions__);var h=[];e:for(;s--&&d<p;){for(var m=-1,v=e[l+=t];++m<f;){var g=c[m],y=g.iteratee,D=g.type,E=y(v);if(2==D)v=E;else if(!E){if(1==D)continue e;break e}}h[d++]=v}return h},zn.prototype.at=ho,zn.prototype.chain=function(){return fo(this)},zn.prototype.commit=function(){return new Gn(this.value(),this.__chain__)},zn.prototype.next=function(){this.__values__===i&&(this.__values__=du(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=La(n);r.__index__=0,r.__values__=i,t?a.__wrapped__=r:t=r;var a=r;n=n.__wrapped__}return a.__wrapped__=e,t},zn.prototype.reverse=function(){var e=this.__wrapped__;if(e instanceof Vn){var t=e;return this.__actions__.length&&(t=new Vn(this)),(t=t.reverse()).__actions__.push({func:po,args:[$a],thisArg:i}),new Gn(t,this.__chain__)}return this.thru($a)},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)},7151:function(e,t,n){var r=n(8645),i=n(2100);e.exports=function(e){return e&&e.length?r(e,i):0}},888:function(e,t,n){"use strict";var r=n(9047);function i(){}function a(){}a.resetWarningCache=i,e.exports=function(){function e(e,t,n,i,a,o){if(o!==r){var u=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 u.name="Invariant Violation",u}}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:a,resetWarningCache:i};return n.PropTypes=n,n}},2007:function(e,t,n){e.exports=n(888)()},9047:function(e){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},4463:function(e,t,n){"use strict";var r=n(2791),i=n(5296);function a(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 o=new Set,u={};function s(e,t){l(e,t),l(e+"Capture",t)}function l(e,t){for(u[e]=t,e=0;e<t.length;e++)o.add(t[e])}var c=!("undefined"===typeof window||"undefined"===typeof window.document||"undefined"===typeof window.document.createElement),f=Object.prototype.hasOwnProperty,d=/^[: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,a,o){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=a,this.removeEmptyString=o}var v={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e){v[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];v[t]=new m(t,1,!1,e[1],null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(e){v[e]=new m(e,2,!1,e.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){v[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){v[e]=new m(e,3,!1,e.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(e){v[e]=new m(e,3,!0,e,null,!1,!1)}),["capture","download"].forEach(function(e){v[e]=new m(e,4,!1,e,null,!1,!1)}),["cols","rows","size","span"].forEach(function(e){v[e]=new m(e,6,!1,e,null,!1,!1)}),["rowSpan","start"].forEach(function(e){v[e]=new m(e,5,!1,e.toLowerCase(),null,!1,!1)});var g=/[\-:]([a-z])/g;function y(e){return e[1].toUpperCase()}function D(e,t,n,r){var i=v.hasOwnProperty(t)?v[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!!f.call(h,e)||!f.call(p,e)&&(d.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(g,y);v[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(g,y);v[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(g,y);v[t]=new m(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(e){v[e]=new m(e,1,!1,e.toLowerCase(),null,!1,!1)}),v.xlinkHref=new m("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(e){v[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"),k=Symbol.for("react.profiler"),T=Symbol.for("react.provider"),x=Symbol.for("react.context"),S=Symbol.for("react.forward_ref"),w=Symbol.for("react.suspense"),F=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,j=Object.assign;function L(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 M=!1;function z(e,t){if(!e||M)return"";M=!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"),a=r.stack.split("\n"),o=i.length-1,u=a.length-1;1<=o&&0<=u&&i[o]!==a[u];)u--;for(;1<=o&&0<=u;o--,u--)if(i[o]!==a[u]){if(1!==o||1!==u)do{if(o--,0>--u||i[o]!==a[u]){var s="\n"+i[o].replace(" at new "," at ");return e.displayName&&s.includes("<anonymous>")&&(s=s.replace("<anonymous>",e.displayName)),s}}while(1<=o&&0<=u);break}}}finally{M=!1,Error.prepareStackTrace=n}return(e=e?e.displayName||e.name:"")?L(e):""}function U(e){switch(e.tag){case 5:return L(e.type);case 16:return L("Lazy");case 13:return L("Suspense");case 19:return L("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 k:return"Profiler";case C:return"StrictMode";case w:return"Suspense";case F:return"SuspenseList"}if("object"===typeof e)switch(e.$$typeof){case x:return(e.displayName||"Context")+".Consumer";case T: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 G(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 V(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,a=n.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return i.call(this)},set:function(e){r=""+e,a.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 j({},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=V(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)&&D(e,"checked",t,!1)}function Z(e,t){J(e,t);var n=V(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,V(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=""+V(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(a(91));return j({},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(a(92));if(te(n)){if(1<n.length)throw Error(a(93));n=n[0]}t=n}null==t&&(t=""),n=t}e._wrapperState={initialValue:V(n)}}function ae(e,t){var n=V(t.value),r=V(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 oe(e){var t=e.textContent;t===e._wrapperState.initialValue&&""!==t&&null!==t&&(e.value=t)}function ue(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 se(e,t){return null==e||"http://www.w3.org/1999/xhtml"===e?ue(t):"http://www.w3.org/2000/svg"===e&&"foreignObject"===t?"http://www.w3.org/1999/xhtml":e}var le,ce,fe=(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 de(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 ve(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 ge=j({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(ge[e]&&(null!=t.children||null!=t.dangerouslySetInnerHTML))throw Error(a(137,e));if(null!=t.dangerouslySetInnerHTML){if(null!=t.children)throw Error(a(60));if("object"!==typeof t.dangerouslySetInnerHTML||!("__html"in t.dangerouslySetInnerHTML))throw Error(a(61))}if(null!=t.style&&"object"!==typeof t.style)throw Error(a(62))}}function De(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 ke(e){if(e=Di(e)){if("function"!==typeof be)throw Error(a(280));var t=e.stateNode;t&&(t=Ai(t),be(e.stateNode,e.type,t))}}function Te(e){_e?Ce?Ce.push(e):Ce=[e]:_e=e}function xe(){if(_e){var e=_e,t=Ce;if(Ce=_e=null,ke(e),t)for(e=0;e<t.length;e++)ke(t[e])}}function Se(e,t){return e(t)}function we(){}var Fe=!1;function Oe(e,t,n){if(Fe)return e(t,n);Fe=!0;try{return Se(e,t,n)}finally{Fe=!1,(null!==_e||null!==Ce)&&(we(),xe())}}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(a(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,a,o,u,s){var l=Array.prototype.slice.call(arguments,3);try{t.apply(n,l)}catch(c){this.onError(c)}}var Re=!1,je=null,Le=!1,Me=null,ze={onError:function(e){Re=!0,je=e}};function Ue(e,t,n,r,i,a,o,u,s){Re=!1,je=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 Ge(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 Ve(e){if(He(e)!==e)throw Error(a(188))}function We(e){return null!==(e=function(e){var t=e.alternate;if(!t){if(null===(t=He(e)))throw Error(a(188));return t!==e?null:e}for(var n=e,r=t;;){var i=n.return;if(null===i)break;var o=i.alternate;if(null===o){if(null!==(r=i.return)){n=r;continue}break}if(i.child===o.child){for(o=i.child;o;){if(o===n)return Ve(i),e;if(o===r)return Ve(i),t;o=o.sibling}throw Error(a(188))}if(n.return!==r.return)n=i,r=o;else{for(var u=!1,s=i.child;s;){if(s===n){u=!0,n=i,r=o;break}if(s===r){u=!0,r=i,n=o;break}s=s.sibling}if(!u){for(s=o.child;s;){if(s===n){u=!0,n=o,r=i;break}if(s===r){u=!0,r=o,n=i;break}s=s.sibling}if(!u)throw Error(a(189))}}if(n.alternate!==r)throw Error(a(190))}if(3!==n.tag)throw Error(a(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,at=null;var ot=Math.clz32?Math.clz32:function(e){return e>>>=0,0===e?32:31-(ut(e)/st|0)|0},ut=Math.log,st=Math.LN2;var lt=64,ct=4194304;function ft(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 dt(e,t){var n=e.pendingLanes;if(0===n)return 0;var r=0,i=e.suspendedLanes,a=e.pingedLanes,o=268435455&n;if(0!==o){var u=o&~i;0!==u?r=ft(u):0!==(a&=o)&&(r=ft(a))}else 0!==(o=n&~i)?r=ft(o):0!==a&&(r=ft(a));if(0===r)return 0;if(0!==t&&t!==r&&0===(t&i)&&((i=r&-r)>=(a=t&-t)||16===i&&0!==(4194240&a)))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-ot(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 vt(e){for(var t=[],n=0;31>n;n++)t.push(e);return t}function gt(e,t,n){e.pendingLanes|=t,536870912!==t&&(e.suspendedLanes=0,e.pingedLanes=0),(e=e.eventTimes)[t=31-ot(t)]=n}function yt(e,t){var n=e.entangledLanes|=t;for(e=e.entanglements;n;){var r=31-ot(n),i=1<<r;i&t|e[r]&t&&(e[r]|=t),n&=~i}}var Dt=0;function Et(e){return 1<(e&=-e)?4<e?0!==(268435455&e)?16:536870912:4:1}var At,bt,_t,Ct,kt,Tt=!1,xt=[],St=null,wt=null,Ft=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":Ft=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,a){return null===e||e.nativeEvent!==a?(e={blockedOn:t,domEventName:n,eventSystemFlags:r,nativeEvent:a,targetContainers:[i]},null!==t&&(null!==(t=Di(t))&&bt(t)),e):(e.eventSystemFlags|=r,t=e.targetContainers,null!==i&&-1===t.indexOf(i)&&t.push(i),e)}function jt(e){var t=yi(e.target);if(null!==t){var n=He(t);if(null!==n)if(13===(t=n.tag)){if(null!==(t=Ge(n)))return e.blockedOn=t,void kt(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 Lt(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=Di(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 Mt(e,t,n){Lt(e)&&n.delete(t)}function zt(){Tt=!1,null!==St&&Lt(St)&&(St=null),null!==wt&&Lt(wt)&&(wt=null),null!==Ft&&Lt(Ft)&&(Ft=null),Ot.forEach(Mt),Nt.forEach(Mt)}function Ut(e,t){e.blockedOn===t&&(e.blockedOn=null,Tt||(Tt=!0,i.unstable_scheduleCallback(i.unstable_NormalPriority,zt)))}function Ht(e){function t(t){return Ut(t,e)}if(0<xt.length){Ut(xt[0],e);for(var n=1;n<xt.length;n++){var r=xt[n];r.blockedOn===e&&(r.blockedOn=null)}}for(null!==St&&Ut(St,e),null!==wt&&Ut(wt,e),null!==Ft&&Ut(Ft,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;)jt(n),null===n.blockedOn&&Bt.shift()}var Gt=E.ReactCurrentBatchConfig,Vt=!0;function Wt(e,t,n,r){var i=Dt,a=Gt.transition;Gt.transition=null;try{Dt=1,qt(e,t,n,r)}finally{Dt=i,Gt.transition=a}}function Yt(e,t,n,r){var i=Dt,a=Gt.transition;Gt.transition=null;try{Dt=4,qt(e,t,n,r)}finally{Dt=i,Gt.transition=a}}function qt(e,t,n,r){if(Vt){var i=Kt(e,t,n,r);if(null===i)Vr(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 Ft=Rt(Ft,e,t,n,r,i),!0;case"pointerover":var a=i.pointerId;return Ot.set(a,Rt(Ot.get(a)||null,e,t,n,r,i)),!0;case"gotpointercapture":return a=i.pointerId,Nt.set(a,Rt(Nt.get(a)||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 a=Di(i);if(null!==a&&At(a),null===(a=Kt(e,t,n,r))&&Vr(e,t,r,Qt,n),a===i)break;i=a}null!==i&&r.stopPropagation()}else Vr(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=Ge(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,a=i.length;for(e=0;e<r&&n[e]===i[e];e++);var o=r-e;for(t=1;t<=o&&n[r-t]===i[a-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 an(e){function t(t,n,r,i,a){for(var o in this._reactName=t,this._targetInst=r,this.type=n,this.nativeEvent=i,this.target=a,this.currentTarget=null,e)e.hasOwnProperty(o)&&(t=e[o],this[o]=t?t(i):i[o]);return this.isDefaultPrevented=(null!=i.defaultPrevented?i.defaultPrevented:!1===i.returnValue)?nn:rn,this.isPropagationStopped=rn,this}return j(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 on,un,sn,ln={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},cn=an(ln),fn=j({},ln,{view:0,detail:0}),dn=an(fn),pn=j({},fn,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:kn,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!==sn&&(sn&&"mousemove"===e.type?(on=e.screenX-sn.screenX,un=e.screenY-sn.screenY):un=on=0,sn=e),on)},movementY:function(e){return"movementY"in e?e.movementY:un}}),hn=an(pn),mn=an(j({},pn,{dataTransfer:0})),vn=an(j({},fn,{relatedTarget:0})),gn=an(j({},ln,{animationName:0,elapsedTime:0,pseudoElement:0})),yn=j({},ln,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),Dn=an(yn),En=an(j({},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 kn(){return Cn}var Tn=j({},fn,{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:kn,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}}),xn=an(Tn),Sn=an(j({},pn,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0})),wn=an(j({},fn,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:kn})),Fn=an(j({},ln,{propertyName:0,elapsedTime:0,pseudoElement:0})),On=j({},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=an(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,jn=c&&(!In||Pn&&8<Pn&&11>=Pn),Ln=String.fromCharCode(32),Mn=!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 Gn={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 Vn(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return"input"===t?!!Gn[e.type]:"textarea"===t}function Wn(e,t,n,r){Te(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){Lr(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 ar(e,t){if("click"===e)return Kn(t)}function or(e,t){if("input"===e||"change"===e)return Kn(t)}var ur="function"===typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e===1/t)||e!==e&&t!==t};function sr(e,t){if(ur(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(!f.call(t,i)||!ur(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 fr(e,t){return!(!e||!t)&&(e===t||(!e||3!==e.nodeType)&&(t&&3===t.nodeType?fr(e,t.parentNode):"contains"in e?e.contains(t):!!e.compareDocumentPosition&&!!(16&e.compareDocumentPosition(t))))}function dr(){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=dr(),n=e.focusedElem,r=e.selectionRange;if(t!==n&&n&&n.ownerDocument&&fr(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,a=Math.min(r.start,i);r=void 0===r.end?a:Math.min(r.end,i),!e.extend&&a>r&&(i=r,r=a,a=i),i=cr(n,a);var o=cr(n,r);i&&o&&(1!==e.rangeCount||e.anchorNode!==i.node||e.anchorOffset!==i.offset||e.focusNode!==o.node||e.focusOffset!==o.offset)&&((t=t.createRange()).setStart(i.node,i.offset),e.removeAllRanges(),a>r?(e.addRange(t),e.extend(o.node,o.offset)):(t.setEnd(o.node,o.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,vr=null,gr=null,yr=null,Dr=!1;function Er(e,t,n){var r=n.window===n?n.document:9===n.nodeType?n:n.ownerDocument;Dr||null==vr||vr!==Q(r)||("selectionStart"in(r=vr)&&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&&sr(yr,r)||(yr=r,0<(r=Yr(gr,"onSelect")).length&&(t=new cn("onSelect","select",null,t,n),e.push({event:t,listeners:r}),t.target=vr)))}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 kr(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 Tr=kr("animationend"),xr=kr("animationiteration"),Sr=kr("animationstart"),wr=kr("transitionend"),Fr=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){Fr.set(e,t),s(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(Tr,"onAnimationEnd"),Nr(xr,"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"]),s("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),s("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),s("onBeforeInput",["compositionend","keypress","textInput","paste"]),s("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),s("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),s("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 jr(e,t,n){var r=e.type||"unknown-event";e.currentTarget=n,function(e,t,n,r,i,o,u,s,l){if(Ue.apply(this,arguments),Re){if(!Re)throw Error(a(198));var c=je;Re=!1,je=null,Le||(Le=!0,Me=c)}}(r,t,void 0,e),e.currentTarget=null}function Lr(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 a=void 0;if(t)for(var o=r.length-1;0<=o;o--){var u=r[o],s=u.instance,l=u.currentTarget;if(u=u.listener,s!==a&&i.isPropagationStopped())break e;jr(i,u,l),a=s}else for(o=0;o<r.length;o++){if(s=(u=r[o]).instance,l=u.currentTarget,u=u.listener,s!==a&&i.isPropagationStopped())break e;jr(i,u,l),a=s}}}if(Le)throw e=Me,Le=!1,Me=null,e}function Mr(e,t){var n=t[mi];void 0===n&&(n=t[mi]=new Set);var r=e+"__bubble";n.has(r)||(Gr(t,e,2,!1),n.add(r))}function zr(e,t,n){var r=0;t&&(r|=4),Gr(n,e,r,t)}var Ur="_reactListening"+Math.random().toString(36).slice(2);function Hr(e){if(!e[Ur]){e[Ur]=!0,o.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 Gr(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 Vr(e,t,n,r,i){var a=r;if(0===(1&t)&&0===(2&t)&&null!==r)e:for(;;){if(null===r)return;var o=r.tag;if(3===o||4===o){var u=r.stateNode.containerInfo;if(u===i||8===u.nodeType&&u.parentNode===i)break;if(4===o)for(o=r.return;null!==o;){var s=o.tag;if((3===s||4===s)&&((s=o.stateNode.containerInfo)===i||8===s.nodeType&&s.parentNode===i))return;o=o.return}for(;null!==u;){if(null===(o=yi(u)))return;if(5===(s=o.tag)||6===s){r=a=o;continue e}u=u.parentNode}}r=r.return}Oe(function(){var r=a,i=Ae(n),o=[];e:{var u=Fr.get(e);if(void 0!==u){var s=cn,l=e;switch(e){case"keypress":if(0===tn(n))break e;case"keydown":case"keyup":s=xn;break;case"focusin":l="focus",s=vn;break;case"focusout":l="blur",s=vn;break;case"beforeblur":case"afterblur":s=vn;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":s=hn;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":s=mn;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":s=wn;break;case Tr:case xr:case Sr:s=gn;break;case wr:s=Fn;break;case"scroll":s=dn;break;case"wheel":s=Nn;break;case"copy":case"cut":case"paste":s=Dn;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":s=Sn}var c=0!==(4&t),f=!c&&"scroll"===e,d=c?null!==u?u+"Capture":null:u;c=[];for(var p,h=r;null!==h;){var m=(p=h).stateNode;if(5===p.tag&&null!==m&&(p=m,null!==d&&(null!=(m=Ne(h,d))&&c.push(Wr(h,m,p)))),f)break;h=h.return}0<c.length&&(u=new s(u,l,null,n,i),o.push({event:u,listeners:c}))}}if(0===(7&t)){if(s="mouseout"===e||"pointerout"===e,(!(u="mouseover"===e||"pointerover"===e)||n===Ee||!(l=n.relatedTarget||n.fromElement)||!yi(l)&&!l[hi])&&(s||u)&&(u=i.window===i?i:(u=i.ownerDocument)?u.defaultView||u.parentWindow:window,s?(s=r,null!==(l=(l=n.relatedTarget||n.toElement)?yi(l):null)&&(l!==(f=He(l))||5!==l.tag&&6!==l.tag)&&(l=null)):(s=null,l=r),s!==l)){if(c=hn,m="onMouseLeave",d="onMouseEnter",h="mouse","pointerout"!==e&&"pointerover"!==e||(c=Sn,m="onPointerLeave",d="onPointerEnter",h="pointer"),f=null==s?u:Ei(s),p=null==l?u:Ei(l),(u=new c(m,h+"leave",s,n,i)).target=f,u.relatedTarget=p,m=null,yi(i)===r&&((c=new c(d,h+"enter",l,n,i)).target=p,c.relatedTarget=f,m=c),f=m,s&&l)e:{for(d=l,h=0,p=c=s;p;p=qr(p))h++;for(p=0,m=d;m;m=qr(m))p++;for(;0<h-p;)c=qr(c),h--;for(;0<p-h;)d=qr(d),p--;for(;h--;){if(c===d||null!==d&&c===d.alternate)break e;c=qr(c),d=qr(d)}c=null}else c=null;null!==s&&Qr(o,u,s,c,!1),null!==l&&null!==f&&Qr(o,f,l,c,!0)}if("select"===(s=(u=r?Ei(r):window).nodeName&&u.nodeName.toLowerCase())||"input"===s&&"file"===u.type)var v=Xn;else if(Vn(u))if(Jn)v=or;else{v=ir;var g=rr}else(s=u.nodeName)&&"input"===s.toLowerCase()&&("checkbox"===u.type||"radio"===u.type)&&(v=ar);switch(v&&(v=v(e,r))?Wn(o,v,n,i):(g&&g(e,u,r),"focusout"===e&&(g=u._wrapperState)&&g.controlled&&"number"===u.type&&ee(u,"number",u.value)),g=r?Ei(r):window,e){case"focusin":(Vn(g)||"true"===g.contentEditable)&&(vr=g,gr=r,yr=null);break;case"focusout":yr=gr=vr=null;break;case"mousedown":Dr=!0;break;case"contextmenu":case"mouseup":case"dragend":Dr=!1,Er(o,n,i);break;case"selectionchange":if(mr)break;case"keydown":case"keyup":Er(o,n,i)}var y;if(In)e:{switch(e){case"compositionstart":var D="onCompositionStart";break e;case"compositionend":D="onCompositionEnd";break e;case"compositionupdate":D="onCompositionUpdate";break e}D=void 0}else Hn?zn(e,n)&&(D="onCompositionEnd"):"keydown"===e&&229===n.keyCode&&(D="onCompositionStart");D&&(jn&&"ko"!==n.locale&&(Hn||"onCompositionStart"!==D?"onCompositionEnd"===D&&Hn&&(y=en()):(Zt="value"in(Jt=i)?Jt.value:Jt.textContent,Hn=!0)),0<(g=Yr(r,D)).length&&(D=new En(D,e,null,n,i),o.push({event:D,listeners:g}),y?D.data=y:null!==(y=Un(n))&&(D.data=y))),(y=Rn?function(e,t){switch(e){case"compositionend":return Un(t);case"keypress":return 32!==t.which?null:(Mn=!0,Ln);case"textInput":return(e=t.data)===Ln&&Mn?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 jn&&"ko"!==t.locale?null:t.data}}(e,n))&&(0<(r=Yr(r,"onBeforeInput")).length&&(i=new En("onBeforeInput","beforeinput",null,n,i),o.push({event:i,listeners:r}),i.data=y))}Lr(o,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,a=i.stateNode;5===i.tag&&null!==a&&(i=a,null!=(a=Ne(e,n))&&r.unshift(Wr(e,a,i)),null!=(a=Ne(e,t))&&r.push(Wr(e,a,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 a=t._reactName,o=[];null!==n&&n!==r;){var u=n,s=u.alternate,l=u.stateNode;if(null!==s&&s===r)break;5===u.tag&&null!==l&&(u=l,i?null!=(s=Ne(n,a))&&o.unshift(Wr(n,s,u)):i||null!=(s=Ne(n,a))&&o.push(Wr(n,s,u))),n=n.return}0!==o.length&&e.push({event:t,listeners:o})}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(a(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,ai="function"===typeof Promise?Promise:void 0,oi="function"===typeof queueMicrotask?queueMicrotask:"undefined"!==typeof ai?function(e){return ai.resolve(null).then(e).catch(ui)}:ri;function ui(e){setTimeout(function(){throw e})}function si(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 fi=Math.random().toString(36).slice(2),di="__reactFiber$"+fi,pi="__reactProps$"+fi,hi="__reactContainer$"+fi,mi="__reactEvents$"+fi,vi="__reactListeners$"+fi,gi="__reactHandles$"+fi;function yi(e){var t=e[di];if(t)return t;for(var n=e.parentNode;n;){if(t=n[hi]||n[di]){if(n=t.alternate,null!==t.child||null!==n&&null!==n.child)for(e=ci(e);null!==e;){if(n=e[di])return n;e=ci(e)}return t}n=(e=n).parentNode}return null}function Di(e){return!(e=e[di]||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(a(33))}function Ai(e){return e[pi]||null}var bi=[],_i=-1;function Ci(e){return{current:e}}function ki(e){0>_i||(e.current=bi[_i],bi[_i]=null,_i--)}function Ti(e,t){_i++,bi[_i]=e.current,e.current=t}var xi={},Si=Ci(xi),wi=Ci(!1),Fi=xi;function Oi(e,t){var n=e.type.contextTypes;if(!n)return xi;var r=e.stateNode;if(r&&r.__reactInternalMemoizedUnmaskedChildContext===t)return r.__reactInternalMemoizedMaskedChildContext;var i,a={};for(i in n)a[i]=t[i];return r&&((e=e.stateNode).__reactInternalMemoizedUnmaskedChildContext=t,e.__reactInternalMemoizedMaskedChildContext=a),a}function Ni(e){return null!==(e=e.childContextTypes)&&void 0!==e}function Bi(){ki(wi),ki(Si)}function Ii(e,t,n){if(Si.current!==xi)throw Error(a(168));Ti(Si,t),Ti(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(a(108,G(e)||"Unknown",i));return j({},n,r)}function Ri(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||xi,Fi=Si.current,Ti(Si,e),Ti(wi,wi.current),!0}function ji(e,t,n){var r=e.stateNode;if(!r)throw Error(a(169));n?(e=Pi(e,t,Fi),r.__reactInternalMemoizedMergedChildContext=e,ki(wi),ki(Si),Ti(Si,e)):ki(wi),Ti(wi,n)}var Li=null,Mi=!1,zi=!1;function Ui(e){null===Li?Li=[e]:Li.push(e)}function Hi(){if(!zi&&null!==Li){zi=!0;var e=0,t=Dt;try{var n=Li;for(Dt=1;e<n.length;e++){var r=n[e];do{r=r(!0)}while(null!==r)}Li=null,Mi=!1}catch(i){throw null!==Li&&(Li=Li.slice(e+1)),qe($e,Hi),i}finally{Dt=t,zi=!1}}return null}var Gi=[],Vi=0,Wi=null,Yi=0,qi=[],Qi=0,Ki=null,Xi=1,Ji="";function Zi(e,t){Gi[Vi++]=Yi,Gi[Vi++]=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-ot(r)-1;r&=~(1<<i),n+=1;var a=32-ot(t)+i;if(30<a){var o=i-i%5;a=(r&(1<<o)-1).toString(32),r>>=o,i-=o,Xi=1<<32-ot(t)+i|n<<i|r,Ji=a+e}else Xi=1<<a|n<<i|r,Ji=e}function ea(e){null!==e.return&&(Zi(e,1),$i(e,1,0))}function ta(e){for(;e===Wi;)Wi=Gi[--Vi],Gi[Vi]=null,Yi=Gi[--Vi],Gi[Vi]=null;for(;e===Ki;)Ki=qi[--Qi],qi[Qi]=null,Ji=qi[--Qi],qi[Qi]=null,Xi=qi[--Qi],qi[Qi]=null}var na=null,ra=null,ia=!1,aa=null;function oa(e,t){var n=Nl(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 ua(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,na=e,ra=li(t.firstChild),!0);case 6:return null!==(t=""===e.pendingProps||3!==t.nodeType?null:t)&&(e.stateNode=t,na=e,ra=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=Nl(18,null,null,0)).stateNode=t,n.return=e,e.child=n,na=e,ra=null,!0);default:return!1}}function sa(e){return 0!==(1&e.mode)&&0===(128&e.flags)}function la(e){if(ia){var t=ra;if(t){var n=t;if(!ua(e,t)){if(sa(e))throw Error(a(418));t=li(n.nextSibling);var r=na;t&&ua(e,t)?oa(r,n):(e.flags=-4097&e.flags|2,ia=!1,na=e)}}else{if(sa(e))throw Error(a(418));e.flags=-4097&e.flags|2,ia=!1,na=e}}}function ca(e){for(e=e.return;null!==e&&5!==e.tag&&3!==e.tag&&13!==e.tag;)e=e.return;na=e}function fa(e){if(e!==na)return!1;if(!ia)return ca(e),ia=!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=ra)){if(sa(e))throw da(),Error(a(418));for(;t;)oa(e,t),t=li(t.nextSibling)}if(ca(e),13===e.tag){if(!(e=null!==(e=e.memoizedState)?e.dehydrated:null))throw Error(a(317));e:{for(e=e.nextSibling,t=0;e;){if(8===e.nodeType){var n=e.data;if("/$"===n){if(0===t){ra=li(e.nextSibling);break e}t--}else"$"!==n&&"$!"!==n&&"$?"!==n||t++}e=e.nextSibling}ra=null}}else ra=na?li(e.stateNode.nextSibling):null;return!0}function da(){for(var e=ra;e;)e=li(e.nextSibling)}function pa(){ra=na=null,ia=!1}function ha(e){null===aa?aa=[e]:aa.push(e)}var ma=E.ReactCurrentBatchConfig;function va(e,t){if(e&&e.defaultProps){for(var n in t=j({},t),e=e.defaultProps)void 0===t[n]&&(t[n]=e[n]);return t}return t}var ga=Ci(null),ya=null,Da=null,Ea=null;function Aa(){Ea=Da=ya=null}function ba(e){var t=ga.current;ki(ga),e._currentValue=t}function _a(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 Ca(e,t){ya=e,Ea=Da=null,null!==(e=e.dependencies)&&null!==e.firstContext&&(0!==(e.lanes&t)&&(Eu=!0),e.firstContext=null)}function ka(e){var t=e._currentValue;if(Ea!==e)if(e={context:e,memoizedValue:t,next:null},null===Da){if(null===ya)throw Error(a(308));Da=e,ya.dependencies={lanes:0,firstContext:e}}else Da=Da.next=e;return t}var Ta=null;function xa(e){null===Ta?Ta=[e]:Ta.push(e)}function Sa(e,t,n,r){var i=t.interleaved;return null===i?(n.next=n,xa(t)):(n.next=i.next,i.next=n),t.interleaved=n,wa(e,r)}function wa(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 Fa=!1;function Oa(e){e.updateQueue={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function Na(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 Ba(e,t){return{eventTime:e,lane:t,tag:0,payload:null,callback:null,next:null}}function Ia(e,t,n){var r=e.updateQueue;if(null===r)return null;if(r=r.shared,0!==(2&ws)){var i=r.pending;return null===i?t.next=t:(t.next=i.next,i.next=t),r.pending=t,wa(e,n)}return null===(i=r.interleaved)?(t.next=t,xa(r)):(t.next=i.next,i.next=t),r.interleaved=t,wa(e,n)}function Pa(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 Ra(e,t){var n=e.updateQueue,r=e.alternate;if(null!==r&&n===(r=r.updateQueue)){var i=null,a=null;if(null!==(n=n.firstBaseUpdate)){do{var o={eventTime:n.eventTime,lane:n.lane,tag:n.tag,payload:n.payload,callback:n.callback,next:null};null===a?i=a=o:a=a.next=o,n=n.next}while(null!==n);null===a?i=a=t:a=a.next=t}else i=a=t;return n={baseState:r.baseState,firstBaseUpdate:i,lastBaseUpdate:a,shared:r.shared,effects:r.effects},void(e.updateQueue=n)}null===(e=n.lastBaseUpdate)?n.firstBaseUpdate=t:e.next=t,n.lastBaseUpdate=t}function ja(e,t,n,r){var i=e.updateQueue;Fa=!1;var a=i.firstBaseUpdate,o=i.lastBaseUpdate,u=i.shared.pending;if(null!==u){i.shared.pending=null;var s=u,l=s.next;s.next=null,null===o?a=l:o.next=l,o=s;var c=e.alternate;null!==c&&((u=(c=c.updateQueue).lastBaseUpdate)!==o&&(null===u?c.firstBaseUpdate=l:u.next=l,c.lastBaseUpdate=s))}if(null!==a){var f=i.baseState;for(o=0,c=l=s=null,u=a;;){var d=u.lane,p=u.eventTime;if((r&d)===d){null!==c&&(c=c.next={eventTime:p,lane:0,tag:u.tag,payload:u.payload,callback:u.callback,next:null});e:{var h=e,m=u;switch(d=t,p=n,m.tag){case 1:if("function"===typeof(h=m.payload)){f=h.call(p,f,d);break e}f=h;break e;case 3:h.flags=-65537&h.flags|128;case 0:if(null===(d="function"===typeof(h=m.payload)?h.call(p,f,d):h)||void 0===d)break e;f=j({},f,d);break e;case 2:Fa=!0}}null!==u.callback&&0!==u.lane&&(e.flags|=64,null===(d=i.effects)?i.effects=[u]:d.push(u))}else p={eventTime:p,lane:d,tag:u.tag,payload:u.payload,callback:u.callback,next:null},null===c?(l=c=p,s=f):c=c.next=p,o|=d;if(null===(u=u.next)){if(null===(u=i.shared.pending))break;u=(d=u).next,d.next=null,i.lastBaseUpdate=d,i.shared.pending=null}}if(null===c&&(s=f),i.baseState=s,i.firstBaseUpdate=l,i.lastBaseUpdate=c,null!==(t=i.shared.interleaved)){i=t;do{o|=i.lane,i=i.next}while(i!==t)}else null===a&&(i.shared.lanes=0);js|=o,e.lanes=o,e.memoizedState=f}}function La(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(a(191,i));i.call(r)}}}var Ma=(new r.Component).refs;function za(e,t,n,r){n=null===(n=n(r,t=e.memoizedState))||void 0===n?t:j({},t,n),e.memoizedState=n,0===e.lanes&&(e.updateQueue.baseState=n)}var Ua={isMounted:function(e){return!!(e=e._reactInternals)&&He(e)===e},enqueueSetState:function(e,t,n){e=e._reactInternals;var r=tl(),i=nl(e),a=Ba(r,i);a.payload=t,void 0!==n&&null!==n&&(a.callback=n),null!==(t=Ia(e,a,i))&&(rl(t,e,i,r),Pa(t,e,i))},enqueueReplaceState:function(e,t,n){e=e._reactInternals;var r=tl(),i=nl(e),a=Ba(r,i);a.tag=1,a.payload=t,void 0!==n&&null!==n&&(a.callback=n),null!==(t=Ia(e,a,i))&&(rl(t,e,i,r),Pa(t,e,i))},enqueueForceUpdate:function(e,t){e=e._reactInternals;var n=tl(),r=nl(e),i=Ba(n,r);i.tag=2,void 0!==t&&null!==t&&(i.callback=t),null!==(t=Ia(e,i,r))&&(rl(t,e,r,n),Pa(t,e,r))}};function Ha(e,t,n,r,i,a,o){return"function"===typeof(e=e.stateNode).shouldComponentUpdate?e.shouldComponentUpdate(r,a,o):!t.prototype||!t.prototype.isPureReactComponent||(!sr(n,r)||!sr(i,a))}function Ga(e,t,n){var r=!1,i=xi,a=t.contextType;return"object"===typeof a&&null!==a?a=ka(a):(i=Ni(t)?Fi:Si.current,a=(r=null!==(r=t.contextTypes)&&void 0!==r)?Oi(e,i):xi),t=new t(n,a),e.memoizedState=null!==t.state&&void 0!==t.state?t.state:null,t.updater=Ua,e.stateNode=t,t._reactInternals=e,r&&((e=e.stateNode).__reactInternalMemoizedUnmaskedChildContext=i,e.__reactInternalMemoizedMaskedChildContext=a),t}function Va(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&&Ua.enqueueReplaceState(t,t.state,null)}function Wa(e,t,n,r){var i=e.stateNode;i.props=n,i.state=e.memoizedState,i.refs=Ma,Oa(e);var a=t.contextType;"object"===typeof a&&null!==a?i.context=ka(a):(a=Ni(t)?Fi:Si.current,i.context=Oi(e,a)),i.state=e.memoizedState,"function"===typeof(a=t.getDerivedStateFromProps)&&(za(e,t,a,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&&Ua.enqueueReplaceState(i,i.state,null),ja(e,n,i,r),i.state=e.memoizedState),"function"===typeof i.componentDidMount&&(e.flags|=4194308)}function Ya(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(a(309));var r=n.stateNode}if(!r)throw Error(a(147,e));var i=r,o=""+e;return null!==t&&null!==t.ref&&"function"===typeof t.ref&&t.ref._stringRef===o?t.ref:(t=function(e){var t=i.refs;t===Ma&&(t=i.refs={}),null===e?delete t[o]:t[o]=e},t._stringRef=o,t)}if("string"!==typeof e)throw Error(a(284));if(!n._owner)throw Error(a(290,e))}return e}function qa(e,t){throw e=Object.prototype.toString.call(t),Error(a(31,"[object Object]"===e?"object with keys {"+Object.keys(t).join(", ")+"}":e))}function Qa(e){return(0,e._init)(e._payload)}function Ka(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=Il(e,t)).index=0,e.sibling=null,e}function o(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 u(t){return e&&null===t.alternate&&(t.flags|=2),t}function s(e,t,n,r){return null===t||6!==t.tag?((t=Ll(n,e.mode,r)).return=e,t):((t=i(t,n)).return=e,t)}function l(e,t,n,r){var a=n.type;return a===_?f(e,t,n.props.children,r,n.key):null!==t&&(t.elementType===a||"object"===typeof a&&null!==a&&a.$$typeof===N&&Qa(a)===t.type)?((r=i(t,n.props)).ref=Ya(e,t,n),r.return=e,r):((r=Pl(n.type,n.key,n.props,null,e.mode,r)).ref=Ya(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=Ml(n,e.mode,r)).return=e,t):((t=i(t,n.children||[])).return=e,t)}function f(e,t,n,r,a){return null===t||7!==t.tag?((t=Rl(n,e.mode,r,a)).return=e,t):((t=i(t,n)).return=e,t)}function d(e,t,n){if("string"===typeof t&&""!==t||"number"===typeof t)return(t=Ll(""+t,e.mode,n)).return=e,t;if("object"===typeof t&&null!==t){switch(t.$$typeof){case A:return(n=Pl(t.type,t.key,t.props,null,e.mode,n)).ref=Ya(e,null,t),n.return=e,n;case b:return(t=Ml(t,e.mode,n)).return=e,t;case N:return d(e,(0,t._init)(t._payload),n)}if(te(t)||P(t))return(t=Rl(t,e.mode,n,null)).return=e,t;qa(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:s(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:f(e,t,n,r,null);qa(e,n)}return null}function h(e,t,n,r,i){if("string"===typeof r&&""!==r||"number"===typeof r)return s(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 f(t,e=e.get(n)||null,r,i,null);qa(t,r)}return null}function m(i,a,u,s){for(var l=null,c=null,f=a,m=a=0,v=null;null!==f&&m<u.length;m++){f.index>m?(v=f,f=null):v=f.sibling;var g=p(i,f,u[m],s);if(null===g){null===f&&(f=v);break}e&&f&&null===g.alternate&&t(i,f),a=o(g,a,m),null===c?l=g:c.sibling=g,c=g,f=v}if(m===u.length)return n(i,f),ia&&Zi(i,m),l;if(null===f){for(;m<u.length;m++)null!==(f=d(i,u[m],s))&&(a=o(f,a,m),null===c?l=f:c.sibling=f,c=f);return ia&&Zi(i,m),l}for(f=r(i,f);m<u.length;m++)null!==(v=h(f,i,m,u[m],s))&&(e&&null!==v.alternate&&f.delete(null===v.key?m:v.key),a=o(v,a,m),null===c?l=v:c.sibling=v,c=v);return e&&f.forEach(function(e){return t(i,e)}),ia&&Zi(i,m),l}function v(i,u,s,l){var c=P(s);if("function"!==typeof c)throw Error(a(150));if(null==(s=c.call(s)))throw Error(a(151));for(var f=c=null,m=u,v=u=0,g=null,y=s.next();null!==m&&!y.done;v++,y=s.next()){m.index>v?(g=m,m=null):g=m.sibling;var D=p(i,m,y.value,l);if(null===D){null===m&&(m=g);break}e&&m&&null===D.alternate&&t(i,m),u=o(D,u,v),null===f?c=D:f.sibling=D,f=D,m=g}if(y.done)return n(i,m),ia&&Zi(i,v),c;if(null===m){for(;!y.done;v++,y=s.next())null!==(y=d(i,y.value,l))&&(u=o(y,u,v),null===f?c=y:f.sibling=y,f=y);return ia&&Zi(i,v),c}for(m=r(i,m);!y.done;v++,y=s.next())null!==(y=h(m,i,v,y.value,l))&&(e&&null!==y.alternate&&m.delete(null===y.key?v:y.key),u=o(y,u,v),null===f?c=y:f.sibling=y,f=y);return e&&m.forEach(function(e){return t(i,e)}),ia&&Zi(i,v),c}return function e(r,a,o,s){if("object"===typeof o&&null!==o&&o.type===_&&null===o.key&&(o=o.props.children),"object"===typeof o&&null!==o){switch(o.$$typeof){case A:e:{for(var l=o.key,c=a;null!==c;){if(c.key===l){if((l=o.type)===_){if(7===c.tag){n(r,c.sibling),(a=i(c,o.props.children)).return=r,r=a;break e}}else if(c.elementType===l||"object"===typeof l&&null!==l&&l.$$typeof===N&&Qa(l)===c.type){n(r,c.sibling),(a=i(c,o.props)).ref=Ya(r,c,o),a.return=r,r=a;break e}n(r,c);break}t(r,c),c=c.sibling}o.type===_?((a=Rl(o.props.children,r.mode,s,o.key)).return=r,r=a):((s=Pl(o.type,o.key,o.props,null,r.mode,s)).ref=Ya(r,a,o),s.return=r,r=s)}return u(r);case b:e:{for(c=o.key;null!==a;){if(a.key===c){if(4===a.tag&&a.stateNode.containerInfo===o.containerInfo&&a.stateNode.implementation===o.implementation){n(r,a.sibling),(a=i(a,o.children||[])).return=r,r=a;break e}n(r,a);break}t(r,a),a=a.sibling}(a=Ml(o,r.mode,s)).return=r,r=a}return u(r);case N:return e(r,a,(c=o._init)(o._payload),s)}if(te(o))return m(r,a,o,s);if(P(o))return v(r,a,o,s);qa(r,o)}return"string"===typeof o&&""!==o||"number"===typeof o?(o=""+o,null!==a&&6===a.tag?(n(r,a.sibling),(a=i(a,o)).return=r,r=a):(n(r,a),(a=Ll(o,r.mode,s)).return=r,r=a),u(r)):n(r,a)}}var Xa=Ka(!0),Ja=Ka(!1),Za={},$a=Ci(Za),eo=Ci(Za),to=Ci(Za);function no(e){if(e===Za)throw Error(a(174));return e}function ro(e,t){switch(Ti(to,t),Ti(eo,e),Ti($a,Za),e=t.nodeType){case 9:case 11:t=(t=t.documentElement)?t.namespaceURI:se(null,"");break;default:t=se(t=(e=8===e?t.parentNode:t).namespaceURI||null,e=e.tagName)}ki($a),Ti($a,t)}function io(){ki($a),ki(eo),ki(to)}function ao(e){no(to.current);var t=no($a.current),n=se(t,e.type);t!==n&&(Ti(eo,e),Ti($a,n))}function oo(e){eo.current===e&&(ki($a),ki(eo))}var uo=Ci(0);function so(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 lo=[];function co(){for(var e=0;e<lo.length;e++)lo[e]._workInProgressVersionPrimary=null;lo.length=0}var fo=E.ReactCurrentDispatcher,po=E.ReactCurrentBatchConfig,ho=0,mo=null,vo=null,go=null,yo=!1,Do=!1,Eo=0,Ao=0;function bo(){throw Error(a(321))}function _o(e,t){if(null===t)return!1;for(var n=0;n<t.length&&n<e.length;n++)if(!ur(e[n],t[n]))return!1;return!0}function Co(e,t,n,r,i,o){if(ho=o,mo=t,t.memoizedState=null,t.updateQueue=null,t.lanes=0,fo.current=null===e||null===e.memoizedState?uu:su,e=n(r,i),Do){o=0;do{if(Do=!1,Eo=0,25<=o)throw Error(a(301));o+=1,go=vo=null,t.updateQueue=null,fo.current=lu,e=n(r,i)}while(Do)}if(fo.current=ou,t=null!==vo&&null!==vo.next,ho=0,go=vo=mo=null,yo=!1,t)throw Error(a(300));return e}function ko(){var e=0!==Eo;return Eo=0,e}function To(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return null===go?mo.memoizedState=go=e:go=go.next=e,go}function xo(){if(null===vo){var e=mo.alternate;e=null!==e?e.memoizedState:null}else e=vo.next;var t=null===go?mo.memoizedState:go.next;if(null!==t)go=t,vo=e;else{if(null===e)throw Error(a(310));e={memoizedState:(vo=e).memoizedState,baseState:vo.baseState,baseQueue:vo.baseQueue,queue:vo.queue,next:null},null===go?mo.memoizedState=go=e:go=go.next=e}return go}function So(e,t){return"function"===typeof t?t(e):t}function wo(e){var t=xo(),n=t.queue;if(null===n)throw Error(a(311));n.lastRenderedReducer=e;var r=vo,i=r.baseQueue,o=n.pending;if(null!==o){if(null!==i){var u=i.next;i.next=o.next,o.next=u}r.baseQueue=i=o,n.pending=null}if(null!==i){o=i.next,r=r.baseState;var s=u=null,l=null,c=o;do{var f=c.lane;if((ho&f)===f)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 d={lane:f,action:c.action,hasEagerState:c.hasEagerState,eagerState:c.eagerState,next:null};null===l?(s=l=d,u=r):l=l.next=d,mo.lanes|=f,js|=f}c=c.next}while(null!==c&&c!==o);null===l?u=r:l.next=s,ur(r,t.memoizedState)||(Eu=!0),t.memoizedState=r,t.baseState=u,t.baseQueue=l,n.lastRenderedState=r}if(null!==(e=n.interleaved)){i=e;do{o=i.lane,mo.lanes|=o,js|=o,i=i.next}while(i!==e)}else null===i&&(n.lanes=0);return[t.memoizedState,n.dispatch]}function Fo(e){var t=xo(),n=t.queue;if(null===n)throw Error(a(311));n.lastRenderedReducer=e;var r=n.dispatch,i=n.pending,o=t.memoizedState;if(null!==i){n.pending=null;var u=i=i.next;do{o=e(o,u.action),u=u.next}while(u!==i);ur(o,t.memoizedState)||(Eu=!0),t.memoizedState=o,null===t.baseQueue&&(t.baseState=o),n.lastRenderedState=o}return[o,r]}function Oo(){}function No(e,t){var n=mo,r=xo(),i=t(),o=!ur(r.memoizedState,i);if(o&&(r.memoizedState=i,Eu=!0),r=r.queue,Vo(Po.bind(null,n,r,e),[e]),r.getSnapshot!==t||o||null!==go&&1&go.memoizedState.tag){if(n.flags|=2048,Mo(9,Io.bind(null,n,r,i,t),void 0,null),null===Fs)throw Error(a(349));0!==(30&ho)||Bo(n,t,i)}return i}function Bo(e,t,n){e.flags|=16384,e={getSnapshot:t,value:n},null===(t=mo.updateQueue)?(t={lastEffect:null,stores:null},mo.updateQueue=t,t.stores=[e]):null===(n=t.stores)?t.stores=[e]:n.push(e)}function Io(e,t,n,r){t.value=n,t.getSnapshot=r,Ro(t)&&jo(e)}function Po(e,t,n){return n(function(){Ro(t)&&jo(e)})}function Ro(e){var t=e.getSnapshot;e=e.value;try{var n=t();return!ur(e,n)}catch(r){return!0}}function jo(e){var t=wa(e,1);null!==t&&rl(t,e,1,-1)}function Lo(e){var t=To();return"function"===typeof e&&(e=e()),t.memoizedState=t.baseState=e,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:So,lastRenderedState:e},t.queue=e,e=e.dispatch=nu.bind(null,mo,e),[t.memoizedState,e]}function Mo(e,t,n,r){return e={tag:e,create:t,destroy:n,deps:r,next:null},null===(t=mo.updateQueue)?(t={lastEffect:null,stores:null},mo.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 zo(){return xo().memoizedState}function Uo(e,t,n,r){var i=To();mo.flags|=e,i.memoizedState=Mo(1|t,n,void 0,void 0===r?null:r)}function Ho(e,t,n,r){var i=xo();r=void 0===r?null:r;var a=void 0;if(null!==vo){var o=vo.memoizedState;if(a=o.destroy,null!==r&&_o(r,o.deps))return void(i.memoizedState=Mo(t,n,a,r))}mo.flags|=e,i.memoizedState=Mo(1|t,n,a,r)}function Go(e,t){return Uo(8390656,8,e,t)}function Vo(e,t){return Ho(2048,8,e,t)}function Wo(e,t){return Ho(4,2,e,t)}function Yo(e,t){return Ho(4,4,e,t)}function qo(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 Qo(e,t,n){return n=null!==n&&void 0!==n?n.concat([e]):null,Ho(4,4,qo.bind(null,t,e),n)}function Ko(){}function Xo(e,t){var n=xo();t=void 0===t?null:t;var r=n.memoizedState;return null!==r&&null!==t&&_o(t,r[1])?r[0]:(n.memoizedState=[e,t],e)}function Jo(e,t){var n=xo();t=void 0===t?null:t;var r=n.memoizedState;return null!==r&&null!==t&&_o(t,r[1])?r[0]:(e=e(),n.memoizedState=[e,t],e)}function Zo(e,t,n){return 0===(21&ho)?(e.baseState&&(e.baseState=!1,Eu=!0),e.memoizedState=n):(ur(n,t)||(n=mt(),mo.lanes|=n,js|=n,e.baseState=!0),t)}function $o(e,t){var n=Dt;Dt=0!==n&&4>n?n:4,e(!0);var r=po.transition;po.transition={};try{e(!1),t()}finally{Dt=n,po.transition=r}}function eu(){return xo().memoizedState}function tu(e,t,n){var r=nl(e);if(n={lane:r,action:n,hasEagerState:!1,eagerState:null,next:null},ru(e))iu(t,n);else if(null!==(n=Sa(e,t,n,r))){rl(n,e,r,tl()),au(n,t,r)}}function nu(e,t,n){var r=nl(e),i={lane:r,action:n,hasEagerState:!1,eagerState:null,next:null};if(ru(e))iu(t,i);else{var a=e.alternate;if(0===e.lanes&&(null===a||0===a.lanes)&&null!==(a=t.lastRenderedReducer))try{var o=t.lastRenderedState,u=a(o,n);if(i.hasEagerState=!0,i.eagerState=u,ur(u,o)){var s=t.interleaved;return null===s?(i.next=i,xa(t)):(i.next=s.next,s.next=i),void(t.interleaved=i)}}catch(l){}null!==(n=Sa(e,t,i,r))&&(rl(n,e,r,i=tl()),au(n,t,r))}}function ru(e){var t=e.alternate;return e===mo||null!==t&&t===mo}function iu(e,t){Do=yo=!0;var n=e.pending;null===n?t.next=t:(t.next=n.next,n.next=t),e.pending=t}function au(e,t,n){if(0!==(4194240&n)){var r=t.lanes;n|=r&=e.pendingLanes,t.lanes=n,yt(e,n)}}var ou={readContext:ka,useCallback:bo,useContext:bo,useEffect:bo,useImperativeHandle:bo,useInsertionEffect:bo,useLayoutEffect:bo,useMemo:bo,useReducer:bo,useRef:bo,useState:bo,useDebugValue:bo,useDeferredValue:bo,useTransition:bo,useMutableSource:bo,useSyncExternalStore:bo,useId:bo,unstable_isNewReconciler:!1},uu={readContext:ka,useCallback:function(e,t){return To().memoizedState=[e,void 0===t?null:t],e},useContext:ka,useEffect:Go,useImperativeHandle:function(e,t,n){return n=null!==n&&void 0!==n?n.concat([e]):null,Uo(4194308,4,qo.bind(null,t,e),n)},useLayoutEffect:function(e,t){return Uo(4194308,4,e,t)},useInsertionEffect:function(e,t){return Uo(4,2,e,t)},useMemo:function(e,t){var n=To();return t=void 0===t?null:t,e=e(),n.memoizedState=[e,t],e},useReducer:function(e,t,n){var r=To();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=tu.bind(null,mo,e),[r.memoizedState,e]},useRef:function(e){return e={current:e},To().memoizedState=e},useState:Lo,useDebugValue:Ko,useDeferredValue:function(e){return To().memoizedState=e},useTransition:function(){var e=Lo(!1),t=e[0];return e=$o.bind(null,e[1]),To().memoizedState=e,[t,e]},useMutableSource:function(){},useSyncExternalStore:function(e,t,n){var r=mo,i=To();if(ia){if(void 0===n)throw Error(a(407));n=n()}else{if(n=t(),null===Fs)throw Error(a(349));0!==(30&ho)||Bo(r,t,n)}i.memoizedState=n;var o={value:n,getSnapshot:t};return i.queue=o,Go(Po.bind(null,r,o,e),[e]),r.flags|=2048,Mo(9,Io.bind(null,r,o,n,t),void 0,null),n},useId:function(){var e=To(),t=Fs.identifierPrefix;if(ia){var n=Ji;t=":"+t+"R"+(n=(Xi&~(1<<32-ot(Xi)-1)).toString(32)+n),0<(n=Eo++)&&(t+="H"+n.toString(32)),t+=":"}else t=":"+t+"r"+(n=Ao++).toString(32)+":";return e.memoizedState=t},unstable_isNewReconciler:!1},su={readContext:ka,useCallback:Xo,useContext:ka,useEffect:Vo,useImperativeHandle:Qo,useInsertionEffect:Wo,useLayoutEffect:Yo,useMemo:Jo,useReducer:wo,useRef:zo,useState:function(){return wo(So)},useDebugValue:Ko,useDeferredValue:function(e){return Zo(xo(),vo.memoizedState,e)},useTransition:function(){return[wo(So)[0],xo().memoizedState]},useMutableSource:Oo,useSyncExternalStore:No,useId:eu,unstable_isNewReconciler:!1},lu={readContext:ka,useCallback:Xo,useContext:ka,useEffect:Vo,useImperativeHandle:Qo,useInsertionEffect:Wo,useLayoutEffect:Yo,useMemo:Jo,useReducer:Fo,useRef:zo,useState:function(){return Fo(So)},useDebugValue:Ko,useDeferredValue:function(e){var t=xo();return null===vo?t.memoizedState=e:Zo(t,vo.memoizedState,e)},useTransition:function(){return[Fo(So)[0],xo().memoizedState]},useMutableSource:Oo,useSyncExternalStore:No,useId:eu,unstable_isNewReconciler:!1};function cu(e,t){try{var n="",r=t;do{n+=U(r),r=r.return}while(r);var i=n}catch(a){i="\nError generating stack: "+a.message+"\n"+a.stack}return{value:e,source:t,stack:i,digest:null}}function fu(e,t,n){return{value:e,source:null,stack:null!=n?n:null,digest:null!=t?t:null}}function du(e,t){try{console.error(t.value)}catch(n){setTimeout(function(){throw n})}}var pu="function"===typeof WeakMap?WeakMap:Map;function hu(e,t,n){(n=Ba(-1,n)).tag=3,n.payload={element:null};var r=t.value;return n.callback=function(){Ws||(Ws=!0,Ys=r),du(0,t)},n}function mu(e,t,n){(n=Ba(-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(){du(0,t)}}var a=e.stateNode;return null!==a&&"function"===typeof a.componentDidCatch&&(n.callback=function(){du(0,t),"function"!==typeof r&&(null===qs?qs=new Set([this]):qs.add(this));var e=t.stack;this.componentDidCatch(t.value,{componentStack:null!==e?e:""})}),n}function vu(e,t,n){var r=e.pingCache;if(null===r){r=e.pingCache=new pu;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=Tl.bind(null,e,t,n),t.then(e,e))}function gu(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 yu(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=Ba(-1,1)).tag=2,Ia(n,t,1))),n.lanes|=1),e):(e.flags|=65536,e.lanes=i,e)}var Du=E.ReactCurrentOwner,Eu=!1;function Au(e,t,n,r){t.child=null===e?Ja(t,null,n,r):Xa(t,e.child,n,r)}function bu(e,t,n,r,i){n=n.render;var a=t.ref;return Ca(t,i),r=Co(e,t,n,r,a,i),n=ko(),null===e||Eu?(ia&&n&&ea(t),t.flags|=1,Au(e,t,r,i),t.child):(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~i,Wu(e,t,i))}function _u(e,t,n,r,i){if(null===e){var a=n.type;return"function"!==typeof a||Bl(a)||void 0!==a.defaultProps||null!==n.compare||void 0!==n.defaultProps?((e=Pl(n.type,null,r,t,t.mode,i)).ref=t.ref,e.return=t,t.child=e):(t.tag=15,t.type=a,Cu(e,t,a,r,i))}if(a=e.child,0===(e.lanes&i)){var o=a.memoizedProps;if((n=null!==(n=n.compare)?n:sr)(o,r)&&e.ref===t.ref)return Wu(e,t,i)}return t.flags|=1,(e=Il(a,r)).ref=t.ref,e.return=t,t.child=e}function Cu(e,t,n,r,i){if(null!==e){var a=e.memoizedProps;if(sr(a,r)&&e.ref===t.ref){if(Eu=!1,t.pendingProps=r=a,0===(e.lanes&i))return t.lanes=e.lanes,Wu(e,t,i);0!==(131072&e.flags)&&(Eu=!0)}}return xu(e,t,n,r,i)}function ku(e,t,n){var r=t.pendingProps,i=r.children,a=null!==e?e.memoizedState:null;if("hidden"===r.mode)if(0===(1&t.mode))t.memoizedState={baseLanes:0,cachePool:null,transitions:null},Ti(Is,Bs),Bs|=n;else{if(0===(1073741824&n))return e=null!==a?a.baseLanes|n:n,t.lanes=t.childLanes=1073741824,t.memoizedState={baseLanes:e,cachePool:null,transitions:null},t.updateQueue=null,Ti(Is,Bs),Bs|=e,null;t.memoizedState={baseLanes:0,cachePool:null,transitions:null},r=null!==a?a.baseLanes:n,Ti(Is,Bs),Bs|=r}else null!==a?(r=a.baseLanes|n,t.memoizedState=null):r=n,Ti(Is,Bs),Bs|=r;return Au(e,t,i,n),t.child}function Tu(e,t){var n=t.ref;(null===e&&null!==n||null!==e&&e.ref!==n)&&(t.flags|=512,t.flags|=2097152)}function xu(e,t,n,r,i){var a=Ni(n)?Fi:Si.current;return a=Oi(t,a),Ca(t,i),n=Co(e,t,n,r,a,i),r=ko(),null===e||Eu?(ia&&r&&ea(t),t.flags|=1,Au(e,t,n,i),t.child):(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~i,Wu(e,t,i))}function Su(e,t,n,r,i){if(Ni(n)){var a=!0;Ri(t)}else a=!1;if(Ca(t,i),null===t.stateNode)Vu(e,t),Ga(t,n,r),Wa(t,n,r,i),r=!0;else if(null===e){var o=t.stateNode,u=t.memoizedProps;o.props=u;var s=o.context,l=n.contextType;"object"===typeof l&&null!==l?l=ka(l):l=Oi(t,l=Ni(n)?Fi:Si.current);var c=n.getDerivedStateFromProps,f="function"===typeof c||"function"===typeof o.getSnapshotBeforeUpdate;f||"function"!==typeof o.UNSAFE_componentWillReceiveProps&&"function"!==typeof o.componentWillReceiveProps||(u!==r||s!==l)&&Va(t,o,r,l),Fa=!1;var d=t.memoizedState;o.state=d,ja(t,r,o,i),s=t.memoizedState,u!==r||d!==s||wi.current||Fa?("function"===typeof c&&(za(t,n,c,r),s=t.memoizedState),(u=Fa||Ha(t,n,u,r,d,s,l))?(f||"function"!==typeof o.UNSAFE_componentWillMount&&"function"!==typeof o.componentWillMount||("function"===typeof o.componentWillMount&&o.componentWillMount(),"function"===typeof o.UNSAFE_componentWillMount&&o.UNSAFE_componentWillMount()),"function"===typeof o.componentDidMount&&(t.flags|=4194308)):("function"===typeof o.componentDidMount&&(t.flags|=4194308),t.memoizedProps=r,t.memoizedState=s),o.props=r,o.state=s,o.context=l,r=u):("function"===typeof o.componentDidMount&&(t.flags|=4194308),r=!1)}else{o=t.stateNode,Na(e,t),u=t.memoizedProps,l=t.type===t.elementType?u:va(t.type,u),o.props=l,f=t.pendingProps,d=o.context,"object"===typeof(s=n.contextType)&&null!==s?s=ka(s):s=Oi(t,s=Ni(n)?Fi:Si.current);var p=n.getDerivedStateFromProps;(c="function"===typeof p||"function"===typeof o.getSnapshotBeforeUpdate)||"function"!==typeof o.UNSAFE_componentWillReceiveProps&&"function"!==typeof o.componentWillReceiveProps||(u!==f||d!==s)&&Va(t,o,r,s),Fa=!1,d=t.memoizedState,o.state=d,ja(t,r,o,i);var h=t.memoizedState;u!==f||d!==h||wi.current||Fa?("function"===typeof p&&(za(t,n,p,r),h=t.memoizedState),(l=Fa||Ha(t,n,l,r,d,h,s)||!1)?(c||"function"!==typeof o.UNSAFE_componentWillUpdate&&"function"!==typeof o.componentWillUpdate||("function"===typeof o.componentWillUpdate&&o.componentWillUpdate(r,h,s),"function"===typeof o.UNSAFE_componentWillUpdate&&o.UNSAFE_componentWillUpdate(r,h,s)),"function"===typeof o.componentDidUpdate&&(t.flags|=4),"function"===typeof o.getSnapshotBeforeUpdate&&(t.flags|=1024)):("function"!==typeof o.componentDidUpdate||u===e.memoizedProps&&d===e.memoizedState||(t.flags|=4),"function"!==typeof o.getSnapshotBeforeUpdate||u===e.memoizedProps&&d===e.memoizedState||(t.flags|=1024),t.memoizedProps=r,t.memoizedState=h),o.props=r,o.state=h,o.context=s,r=l):("function"!==typeof o.componentDidUpdate||u===e.memoizedProps&&d===e.memoizedState||(t.flags|=4),"function"!==typeof o.getSnapshotBeforeUpdate||u===e.memoizedProps&&d===e.memoizedState||(t.flags|=1024),r=!1)}return wu(e,t,n,r,a,i)}function wu(e,t,n,r,i,a){Tu(e,t);var o=0!==(128&t.flags);if(!r&&!o)return i&&ji(t,n,!1),Wu(e,t,a);r=t.stateNode,Du.current=t;var u=o&&"function"!==typeof n.getDerivedStateFromError?null:r.render();return t.flags|=1,null!==e&&o?(t.child=Xa(t,e.child,null,a),t.child=Xa(t,null,u,a)):Au(e,t,u,a),t.memoizedState=r.state,i&&ji(t,n,!0),t.child}function Fu(e){var t=e.stateNode;t.pendingContext?Ii(0,t.pendingContext,t.pendingContext!==t.context):t.context&&Ii(0,t.context,!1),ro(e,t.containerInfo)}function Ou(e,t,n,r,i){return pa(),ha(i),t.flags|=256,Au(e,t,n,r),t.child}var Nu,Bu,Iu,Pu,Ru={dehydrated:null,treeContext:null,retryLane:0};function ju(e){return{baseLanes:e,cachePool:null,transitions:null}}function Lu(e,t,n){var r,i=t.pendingProps,o=uo.current,u=!1,s=0!==(128&t.flags);if((r=s)||(r=(null===e||null!==e.memoizedState)&&0!==(2&o)),r?(u=!0,t.flags&=-129):null!==e&&null===e.memoizedState||(o|=1),Ti(uo,1&o),null===e)return la(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):(s=i.children,e=i.fallback,u?(i=t.mode,u=t.child,s={mode:"hidden",children:s},0===(1&i)&&null!==u?(u.childLanes=0,u.pendingProps=s):u=jl(s,i,0,null),e=Rl(e,i,n,null),u.return=t,e.return=t,u.sibling=e,t.child=u,t.child.memoizedState=ju(n),t.memoizedState=Ru,e):Mu(t,s));if(null!==(o=e.memoizedState)&&null!==(r=o.dehydrated))return function(e,t,n,r,i,o,u){if(n)return 256&t.flags?(t.flags&=-257,zu(e,t,u,r=fu(Error(a(422))))):null!==t.memoizedState?(t.child=e.child,t.flags|=128,null):(o=r.fallback,i=t.mode,r=jl({mode:"visible",children:r.children},i,0,null),(o=Rl(o,i,u,null)).flags|=2,r.return=t,o.return=t,r.sibling=o,t.child=r,0!==(1&t.mode)&&Xa(t,e.child,null,u),t.child.memoizedState=ju(u),t.memoizedState=Ru,o);if(0===(1&t.mode))return zu(e,t,u,null);if("$!"===i.data){if(r=i.nextSibling&&i.nextSibling.dataset)var s=r.dgst;return r=s,zu(e,t,u,r=fu(o=Error(a(419)),r,void 0))}if(s=0!==(u&e.childLanes),Eu||s){if(null!==(r=Fs)){switch(u&-u){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|u))?0:i)&&i!==o.retryLane&&(o.retryLane=i,wa(e,i),rl(r,e,i,-1))}return vl(),zu(e,t,u,r=fu(Error(a(421))))}return"$?"===i.data?(t.flags|=128,t.child=e.child,t=Sl.bind(null,e),i._reactRetry=t,null):(e=o.treeContext,ra=li(i.nextSibling),na=t,ia=!0,aa=null,null!==e&&(qi[Qi++]=Xi,qi[Qi++]=Ji,qi[Qi++]=Ki,Xi=e.id,Ji=e.overflow,Ki=t),t=Mu(t,r.children),t.flags|=4096,t)}(e,t,s,i,r,o,n);if(u){u=i.fallback,s=t.mode,r=(o=e.child).sibling;var l={mode:"hidden",children:i.children};return 0===(1&s)&&t.child!==o?((i=t.child).childLanes=0,i.pendingProps=l,t.deletions=null):(i=Il(o,l)).subtreeFlags=14680064&o.subtreeFlags,null!==r?u=Il(r,u):(u=Rl(u,s,n,null)).flags|=2,u.return=t,i.return=t,i.sibling=u,t.child=i,i=u,u=t.child,s=null===(s=e.child.memoizedState)?ju(n):{baseLanes:s.baseLanes|n,cachePool:null,transitions:s.transitions},u.memoizedState=s,u.childLanes=e.childLanes&~n,t.memoizedState=Ru,i}return e=(u=e.child).sibling,i=Il(u,{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 Mu(e,t){return(t=jl({mode:"visible",children:t},e.mode,0,null)).return=e,e.child=t}function zu(e,t,n,r){return null!==r&&ha(r),Xa(t,e.child,null,n),(e=Mu(t,t.pendingProps.children)).flags|=2,t.memoizedState=null,e}function Uu(e,t,n){e.lanes|=t;var r=e.alternate;null!==r&&(r.lanes|=t),_a(e.return,t,n)}function Hu(e,t,n,r,i){var a=e.memoizedState;null===a?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:r,tail:n,tailMode:i}:(a.isBackwards=t,a.rendering=null,a.renderingStartTime=0,a.last=r,a.tail=n,a.tailMode=i)}function Gu(e,t,n){var r=t.pendingProps,i=r.revealOrder,a=r.tail;if(Au(e,t,r.children,n),0!==(2&(r=uo.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&&Uu(e,n,t);else if(19===e.tag)Uu(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(Ti(uo,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===so(e)&&(i=n),n=n.sibling;null===(n=i)?(i=t.child,t.child=null):(i=n.sibling,n.sibling=null),Hu(t,!1,i,n,a);break;case"backwards":for(n=null,i=t.child,t.child=null;null!==i;){if(null!==(e=i.alternate)&&null===so(e)){t.child=i;break}e=i.sibling,i.sibling=n,n=i,i=e}Hu(t,!0,n,null,a);break;case"together":Hu(t,!1,null,null,void 0);break;default:t.memoizedState=null}return t.child}function Vu(e,t){0===(1&t.mode)&&null!==e&&(e.alternate=null,t.alternate=null,t.flags|=2)}function Wu(e,t,n){if(null!==e&&(t.dependencies=e.dependencies),js|=t.lanes,0===(n&t.childLanes))return null;if(null!==e&&t.child!==e.child)throw Error(a(153));if(null!==t.child){for(n=Il(e=t.child,e.pendingProps),t.child=n,n.return=t;null!==e.sibling;)e=e.sibling,(n=n.sibling=Il(e,e.pendingProps)).return=t;n.sibling=null}return t.child}function Yu(e,t){if(!ia)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 qu(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 Qu(e,t,n){var r=t.pendingProps;switch(ta(t),t.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return qu(t),null;case 1:case 17:return Ni(t.type)&&Bi(),qu(t),null;case 3:return r=t.stateNode,io(),ki(wi),ki(Si),co(),r.pendingContext&&(r.context=r.pendingContext,r.pendingContext=null),null!==e&&null!==e.child||(fa(t)?t.flags|=4:null===e||e.memoizedState.isDehydrated&&0===(256&t.flags)||(t.flags|=1024,null!==aa&&(ul(aa),aa=null))),Bu(e,t),qu(t),null;case 5:oo(t);var i=no(to.current);if(n=t.type,null!==e&&null!=t.stateNode)Iu(e,t,n,r,i),e.ref!==t.ref&&(t.flags|=512,t.flags|=2097152);else{if(!r){if(null===t.stateNode)throw Error(a(166));return qu(t),null}if(e=no($a.current),fa(t)){r=t.stateNode,n=t.type;var o=t.memoizedProps;switch(r[di]=t,r[pi]=o,e=0!==(1&t.mode),n){case"dialog":Mr("cancel",r),Mr("close",r);break;case"iframe":case"object":case"embed":Mr("load",r);break;case"video":case"audio":for(i=0;i<Pr.length;i++)Mr(Pr[i],r);break;case"source":Mr("error",r);break;case"img":case"image":case"link":Mr("error",r),Mr("load",r);break;case"details":Mr("toggle",r);break;case"input":X(r,o),Mr("invalid",r);break;case"select":r._wrapperState={wasMultiple:!!o.multiple},Mr("invalid",r);break;case"textarea":ie(r,o),Mr("invalid",r)}for(var s in ye(n,o),i=null,o)if(o.hasOwnProperty(s)){var l=o[s];"children"===s?"string"===typeof l?r.textContent!==l&&(!0!==o.suppressHydrationWarning&&Zr(r.textContent,l,e),i=["children",l]):"number"===typeof l&&r.textContent!==""+l&&(!0!==o.suppressHydrationWarning&&Zr(r.textContent,l,e),i=["children",""+l]):u.hasOwnProperty(s)&&null!=l&&"onScroll"===s&&Mr("scroll",r)}switch(n){case"input":Y(r),$(r,o,!0);break;case"textarea":Y(r),oe(r);break;case"select":case"option":break;default:"function"===typeof o.onClick&&(r.onclick=$r)}r=i,t.updateQueue=r,null!==r&&(t.flags|=4)}else{s=9===i.nodeType?i:i.ownerDocument,"http://www.w3.org/1999/xhtml"===e&&(e=ue(n)),"http://www.w3.org/1999/xhtml"===e?"script"===n?((e=s.createElement("div")).innerHTML="<script><\/script>",e=e.removeChild(e.firstChild)):"string"===typeof r.is?e=s.createElement(n,{is:r.is}):(e=s.createElement(n),"select"===n&&(s=e,r.multiple?s.multiple=!0:r.size&&(s.size=r.size))):e=s.createElementNS(e,n),e[di]=t,e[pi]=r,Nu(e,t,!1,!1),t.stateNode=e;e:{switch(s=De(n,r),n){case"dialog":Mr("cancel",e),Mr("close",e),i=r;break;case"iframe":case"object":case"embed":Mr("load",e),i=r;break;case"video":case"audio":for(i=0;i<Pr.length;i++)Mr(Pr[i],e);i=r;break;case"source":Mr("error",e),i=r;break;case"img":case"image":case"link":Mr("error",e),Mr("load",e),i=r;break;case"details":Mr("toggle",e),i=r;break;case"input":X(e,r),i=K(e,r),Mr("invalid",e);break;case"option":default:i=r;break;case"select":e._wrapperState={wasMultiple:!!r.multiple},i=j({},r,{value:void 0}),Mr("invalid",e);break;case"textarea":ie(e,r),i=re(e,r),Mr("invalid",e)}for(o in ye(n,i),l=i)if(l.hasOwnProperty(o)){var c=l[o];"style"===o?ve(e,c):"dangerouslySetInnerHTML"===o?null!=(c=c?c.__html:void 0)&&fe(e,c):"children"===o?"string"===typeof c?("textarea"!==n||""!==c)&&de(e,c):"number"===typeof c&&de(e,""+c):"suppressContentEditableWarning"!==o&&"suppressHydrationWarning"!==o&&"autoFocus"!==o&&(u.hasOwnProperty(o)?null!=c&&"onScroll"===o&&Mr("scroll",e):null!=c&&D(e,o,c,s))}switch(n){case"input":Y(e),$(e,r,!1);break;case"textarea":Y(e),oe(e);break;case"option":null!=r.value&&e.setAttribute("value",""+V(r.value));break;case"select":e.multiple=!!r.multiple,null!=(o=r.value)?ne(e,!!r.multiple,o,!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 qu(t),null;case 6:if(e&&null!=t.stateNode)Pu(e,t,e.memoizedProps,r);else{if("string"!==typeof r&&null===t.stateNode)throw Error(a(166));if(n=no(to.current),no($a.current),fa(t)){if(r=t.stateNode,n=t.memoizedProps,r[di]=t,(o=r.nodeValue!==n)&&null!==(e=na))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))}o&&(t.flags|=4)}else(r=(9===n.nodeType?n:n.ownerDocument).createTextNode(r))[di]=t,t.stateNode=r}return qu(t),null;case 13:if(ki(uo),r=t.memoizedState,null===e||null!==e.memoizedState&&null!==e.memoizedState.dehydrated){if(ia&&null!==ra&&0!==(1&t.mode)&&0===(128&t.flags))da(),pa(),t.flags|=98560,o=!1;else if(o=fa(t),null!==r&&null!==r.dehydrated){if(null===e){if(!o)throw Error(a(318));if(!(o=null!==(o=t.memoizedState)?o.dehydrated:null))throw Error(a(317));o[di]=t}else pa(),0===(128&t.flags)&&(t.memoizedState=null),t.flags|=4;qu(t),o=!1}else null!==aa&&(ul(aa),aa=null),o=!0;if(!o)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&uo.current)?0===Ps&&(Ps=3):vl())),null!==t.updateQueue&&(t.flags|=4),qu(t),null);case 4:return io(),Bu(e,t),null===e&&Hr(t.stateNode.containerInfo),qu(t),null;case 10:return ba(t.type._context),qu(t),null;case 19:if(ki(uo),null===(o=t.memoizedState))return qu(t),null;if(r=0!==(128&t.flags),null===(s=o.rendering))if(r)Yu(o,!1);else{if(0!==Ps||null!==e&&0!==(128&e.flags))for(e=t.child;null!==e;){if(null!==(s=so(e))){for(t.flags|=128,Yu(o,!1),null!==(r=s.updateQueue)&&(t.updateQueue=r,t.flags|=4),t.subtreeFlags=0,r=n,n=t.child;null!==n;)e=r,(o=n).flags&=14680066,null===(s=o.alternate)?(o.childLanes=0,o.lanes=e,o.child=null,o.subtreeFlags=0,o.memoizedProps=null,o.memoizedState=null,o.updateQueue=null,o.dependencies=null,o.stateNode=null):(o.childLanes=s.childLanes,o.lanes=s.lanes,o.child=s.child,o.subtreeFlags=0,o.deletions=null,o.memoizedProps=s.memoizedProps,o.memoizedState=s.memoizedState,o.updateQueue=s.updateQueue,o.type=s.type,e=s.dependencies,o.dependencies=null===e?null:{lanes:e.lanes,firstContext:e.firstContext}),n=n.sibling;return Ti(uo,1&uo.current|2),t.child}e=e.sibling}null!==o.tail&&Je()>Gs&&(t.flags|=128,r=!0,Yu(o,!1),t.lanes=4194304)}else{if(!r)if(null!==(e=so(s))){if(t.flags|=128,r=!0,null!==(n=e.updateQueue)&&(t.updateQueue=n,t.flags|=4),Yu(o,!0),null===o.tail&&"hidden"===o.tailMode&&!s.alternate&&!ia)return qu(t),null}else 2*Je()-o.renderingStartTime>Gs&&1073741824!==n&&(t.flags|=128,r=!0,Yu(o,!1),t.lanes=4194304);o.isBackwards?(s.sibling=t.child,t.child=s):(null!==(n=o.last)?n.sibling=s:t.child=s,o.last=s)}return null!==o.tail?(t=o.tail,o.rendering=t,o.tail=t.sibling,o.renderingStartTime=Je(),t.sibling=null,n=uo.current,Ti(uo,r?1&n|2:1&n),t):(qu(t),null);case 22:case 23:return dl(),r=null!==t.memoizedState,null!==e&&null!==e.memoizedState!==r&&(t.flags|=8192),r&&0!==(1&t.mode)?0!==(1073741824&Bs)&&(qu(t),6&t.subtreeFlags&&(t.flags|=8192)):qu(t),null;case 24:case 25:return null}throw Error(a(156,t.tag))}function Ku(e,t){switch(ta(t),t.tag){case 1:return Ni(t.type)&&Bi(),65536&(e=t.flags)?(t.flags=-65537&e|128,t):null;case 3:return io(),ki(wi),ki(Si),co(),0!==(65536&(e=t.flags))&&0===(128&e)?(t.flags=-65537&e|128,t):null;case 5:return oo(t),null;case 13:if(ki(uo),null!==(e=t.memoizedState)&&null!==e.dehydrated){if(null===t.alternate)throw Error(a(340));pa()}return 65536&(e=t.flags)?(t.flags=-65537&e|128,t):null;case 19:return ki(uo),null;case 4:return io(),null;case 10:return ba(t.type._context),null;case 22:case 23:return dl(),null;default:return null}}Nu=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}},Bu=function(){},Iu=function(e,t,n,r){var i=e.memoizedProps;if(i!==r){e=t.stateNode,no($a.current);var a,o=null;switch(n){case"input":i=K(e,i),r=K(e,r),o=[];break;case"select":i=j({},i,{value:void 0}),r=j({},r,{value:void 0}),o=[];break;case"textarea":i=re(e,i),r=re(e,r),o=[];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 s=i[c];for(a in s)s.hasOwnProperty(a)&&(n||(n={}),n[a]="")}else"dangerouslySetInnerHTML"!==c&&"children"!==c&&"suppressContentEditableWarning"!==c&&"suppressHydrationWarning"!==c&&"autoFocus"!==c&&(u.hasOwnProperty(c)?o||(o=[]):(o=o||[]).push(c,null));for(c in r){var l=r[c];if(s=null!=i?i[c]:void 0,r.hasOwnProperty(c)&&l!==s&&(null!=l||null!=s))if("style"===c)if(s){for(a in s)!s.hasOwnProperty(a)||l&&l.hasOwnProperty(a)||(n||(n={}),n[a]="");for(a in l)l.hasOwnProperty(a)&&s[a]!==l[a]&&(n||(n={}),n[a]=l[a])}else n||(o||(o=[]),o.push(c,n)),n=l;else"dangerouslySetInnerHTML"===c?(l=l?l.__html:void 0,s=s?s.__html:void 0,null!=l&&s!==l&&(o=o||[]).push(c,l)):"children"===c?"string"!==typeof l&&"number"!==typeof l||(o=o||[]).push(c,""+l):"suppressContentEditableWarning"!==c&&"suppressHydrationWarning"!==c&&(u.hasOwnProperty(c)?(null!=l&&"onScroll"===c&&Mr("scroll",e),o||s===l||(o=[])):(o=o||[]).push(c,l))}n&&(o=o||[]).push("style",n);var c=o;(t.updateQueue=c)&&(t.flags|=4)}},Pu=function(e,t,n,r){n!==r&&(t.flags|=4)};var Xu=!1,Ju=!1,Zu="function"===typeof WeakSet?WeakSet:Set,$u=null;function es(e,t){var n=e.ref;if(null!==n)if("function"===typeof n)try{n(null)}catch(r){kl(e,t,r)}else n.current=null}function ts(e,t,n){try{n()}catch(r){kl(e,t,r)}}var ns=!1;function rs(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 a=i.destroy;i.destroy=void 0,void 0!==a&&ts(t,n,a)}i=i.next}while(i!==r)}}function is(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 as(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 os(e){var t=e.alternate;null!==t&&(e.alternate=null,os(t)),e.child=null,e.deletions=null,e.sibling=null,5===e.tag&&(null!==(t=e.stateNode)&&(delete t[di],delete t[pi],delete t[mi],delete t[vi],delete t[gi])),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 us(e){return 5===e.tag||3===e.tag||4===e.tag}function ss(e){e:for(;;){for(;null===e.sibling;){if(null===e.return||us(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 ls(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(ls(e,t,n),e=e.sibling;null!==e;)ls(e,t,n),e=e.sibling}function cs(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(cs(e,t,n),e=e.sibling;null!==e;)cs(e,t,n),e=e.sibling}var fs=null,ds=!1;function ps(e,t,n){for(n=n.child;null!==n;)hs(e,t,n),n=n.sibling}function hs(e,t,n){if(at&&"function"===typeof at.onCommitFiberUnmount)try{at.onCommitFiberUnmount(it,n)}catch(u){}switch(n.tag){case 5:Ju||es(n,t);case 6:var r=fs,i=ds;fs=null,ps(e,t,n),ds=i,null!==(fs=r)&&(ds?(e=fs,n=n.stateNode,8===e.nodeType?e.parentNode.removeChild(n):e.removeChild(n)):fs.removeChild(n.stateNode));break;case 18:null!==fs&&(ds?(e=fs,n=n.stateNode,8===e.nodeType?si(e.parentNode,n):1===e.nodeType&&si(e,n),Ht(e)):si(fs,n.stateNode));break;case 4:r=fs,i=ds,fs=n.stateNode.containerInfo,ds=!0,ps(e,t,n),fs=r,ds=i;break;case 0:case 11:case 14:case 15:if(!Ju&&(null!==(r=n.updateQueue)&&null!==(r=r.lastEffect))){i=r=r.next;do{var a=i,o=a.destroy;a=a.tag,void 0!==o&&(0!==(2&a)||0!==(4&a))&&ts(n,t,o),i=i.next}while(i!==r)}ps(e,t,n);break;case 1:if(!Ju&&(es(n,t),"function"===typeof(r=n.stateNode).componentWillUnmount))try{r.props=n.memoizedProps,r.state=n.memoizedState,r.componentWillUnmount()}catch(u){kl(n,t,u)}ps(e,t,n);break;case 21:ps(e,t,n);break;case 22:1&n.mode?(Ju=(r=Ju)||null!==n.memoizedState,ps(e,t,n),Ju=r):ps(e,t,n);break;default:ps(e,t,n)}}function ms(e){var t=e.updateQueue;if(null!==t){e.updateQueue=null;var n=e.stateNode;null===n&&(n=e.stateNode=new Zu),t.forEach(function(t){var r=wl.bind(null,e,t);n.has(t)||(n.add(t),t.then(r,r))})}}function vs(e,t){var n=t.deletions;if(null!==n)for(var r=0;r<n.length;r++){var i=n[r];try{var o=e,u=t,s=u;e:for(;null!==s;){switch(s.tag){case 5:fs=s.stateNode,ds=!1;break e;case 3:case 4:fs=s.stateNode.containerInfo,ds=!0;break e}s=s.return}if(null===fs)throw Error(a(160));hs(o,u,i),fs=null,ds=!1;var l=i.alternate;null!==l&&(l.return=null),i.return=null}catch(c){kl(i,t,c)}}if(12854&t.subtreeFlags)for(t=t.child;null!==t;)gs(t,e),t=t.sibling}function gs(e,t){var n=e.alternate,r=e.flags;switch(e.tag){case 0:case 11:case 14:case 15:if(vs(t,e),ys(e),4&r){try{rs(3,e,e.return),is(3,e)}catch(v){kl(e,e.return,v)}try{rs(5,e,e.return)}catch(v){kl(e,e.return,v)}}break;case 1:vs(t,e),ys(e),512&r&&null!==n&&es(n,n.return);break;case 5:if(vs(t,e),ys(e),512&r&&null!==n&&es(n,n.return),32&e.flags){var i=e.stateNode;try{de(i,"")}catch(v){kl(e,e.return,v)}}if(4&r&&null!=(i=e.stateNode)){var o=e.memoizedProps,u=null!==n?n.memoizedProps:o,s=e.type,l=e.updateQueue;if(e.updateQueue=null,null!==l)try{"input"===s&&"radio"===o.type&&null!=o.name&&J(i,o),De(s,u);var c=De(s,o);for(u=0;u<l.length;u+=2){var f=l[u],d=l[u+1];"style"===f?ve(i,d):"dangerouslySetInnerHTML"===f?fe(i,d):"children"===f?de(i,d):D(i,f,d,c)}switch(s){case"input":Z(i,o);break;case"textarea":ae(i,o);break;case"select":var p=i._wrapperState.wasMultiple;i._wrapperState.wasMultiple=!!o.multiple;var h=o.value;null!=h?ne(i,!!o.multiple,h,!1):p!==!!o.multiple&&(null!=o.defaultValue?ne(i,!!o.multiple,o.defaultValue,!0):ne(i,!!o.multiple,o.multiple?[]:"",!1))}i[pi]=o}catch(v){kl(e,e.return,v)}}break;case 6:if(vs(t,e),ys(e),4&r){if(null===e.stateNode)throw Error(a(162));i=e.stateNode,o=e.memoizedProps;try{i.nodeValue=o}catch(v){kl(e,e.return,v)}}break;case 3:if(vs(t,e),ys(e),4&r&&null!==n&&n.memoizedState.isDehydrated)try{Ht(t.containerInfo)}catch(v){kl(e,e.return,v)}break;case 4:default:vs(t,e),ys(e);break;case 13:vs(t,e),ys(e),8192&(i=e.child).flags&&(o=null!==i.memoizedState,i.stateNode.isHidden=o,!o||null!==i.alternate&&null!==i.alternate.memoizedState||(Hs=Je())),4&r&&ms(e);break;case 22:if(f=null!==n&&null!==n.memoizedState,1&e.mode?(Ju=(c=Ju)||f,vs(t,e),Ju=c):vs(t,e),ys(e),8192&r){if(c=null!==e.memoizedState,(e.stateNode.isHidden=c)&&!f&&0!==(1&e.mode))for($u=e,f=e.child;null!==f;){for(d=$u=f;null!==$u;){switch(h=(p=$u).child,p.tag){case 0:case 11:case 14:case 15:rs(4,p,p.return);break;case 1:es(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(v){kl(r,n,v)}}break;case 5:es(p,p.return);break;case 22:if(null!==p.memoizedState){bs(d);continue}}null!==h?(h.return=p,$u=h):bs(d)}f=f.sibling}e:for(f=null,d=e;;){if(5===d.tag){if(null===f){f=d;try{i=d.stateNode,c?"function"===typeof(o=i.style).setProperty?o.setProperty("display","none","important"):o.display="none":(s=d.stateNode,u=void 0!==(l=d.memoizedProps.style)&&null!==l&&l.hasOwnProperty("display")?l.display:null,s.style.display=me("display",u))}catch(v){kl(e,e.return,v)}}}else if(6===d.tag){if(null===f)try{d.stateNode.nodeValue=c?"":d.memoizedProps}catch(v){kl(e,e.return,v)}}else if((22!==d.tag&&23!==d.tag||null===d.memoizedState||d===e)&&null!==d.child){d.child.return=d,d=d.child;continue}if(d===e)break e;for(;null===d.sibling;){if(null===d.return||d.return===e)break e;f===d&&(f=null),d=d.return}f===d&&(f=null),d.sibling.return=d.return,d=d.sibling}}break;case 19:vs(t,e),ys(e),4&r&&ms(e);case 21:}}function ys(e){var t=e.flags;if(2&t){try{e:{for(var n=e.return;null!==n;){if(us(n)){var r=n;break e}n=n.return}throw Error(a(160))}switch(r.tag){case 5:var i=r.stateNode;32&r.flags&&(de(i,""),r.flags&=-33),cs(e,ss(e),i);break;case 3:case 4:var o=r.stateNode.containerInfo;ls(e,ss(e),o);break;default:throw Error(a(161))}}catch(u){kl(e,e.return,u)}e.flags&=-3}4096&t&&(e.flags&=-4097)}function Ds(e,t,n){$u=e,Es(e,t,n)}function Es(e,t,n){for(var r=0!==(1&e.mode);null!==$u;){var i=$u,a=i.child;if(22===i.tag&&r){var o=null!==i.memoizedState||Xu;if(!o){var u=i.alternate,s=null!==u&&null!==u.memoizedState||Ju;u=Xu;var l=Ju;if(Xu=o,(Ju=s)&&!l)for($u=i;null!==$u;)s=(o=$u).child,22===o.tag&&null!==o.memoizedState?_s(i):null!==s?(s.return=o,$u=s):_s(i);for(;null!==a;)$u=a,Es(a,t,n),a=a.sibling;$u=i,Xu=u,Ju=l}As(e)}else 0!==(8772&i.subtreeFlags)&&null!==a?(a.return=i,$u=a):As(e)}}function As(e){for(;null!==$u;){var t=$u;if(0!==(8772&t.flags)){var n=t.alternate;try{if(0!==(8772&t.flags))switch(t.tag){case 0:case 11:case 15:Ju||is(5,t);break;case 1:var r=t.stateNode;if(4&t.flags&&!Ju)if(null===n)r.componentDidMount();else{var i=t.elementType===t.type?n.memoizedProps:va(t.type,n.memoizedProps);r.componentDidUpdate(i,n.memoizedState,r.__reactInternalSnapshotBeforeUpdate)}var o=t.updateQueue;null!==o&&La(t,o,r);break;case 3:var u=t.updateQueue;if(null!==u){if(n=null,null!==t.child)switch(t.child.tag){case 5:case 1:n=t.child.stateNode}La(t,u,n)}break;case 5:var s=t.stateNode;if(null===n&&4&t.flags){n=s;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 f=c.memoizedState;if(null!==f){var d=f.dehydrated;null!==d&&Ht(d)}}}break;default:throw Error(a(163))}Ju||512&t.flags&&as(t)}catch(p){kl(t,t.return,p)}}if(t===e){$u=null;break}if(null!==(n=t.sibling)){n.return=t.return,$u=n;break}$u=t.return}}function bs(e){for(;null!==$u;){var t=$u;if(t===e){$u=null;break}var n=t.sibling;if(null!==n){n.return=t.return,$u=n;break}$u=t.return}}function _s(e){for(;null!==$u;){var t=$u;try{switch(t.tag){case 0:case 11:case 15:var n=t.return;try{is(4,t)}catch(s){kl(t,n,s)}break;case 1:var r=t.stateNode;if("function"===typeof r.componentDidMount){var i=t.return;try{r.componentDidMount()}catch(s){kl(t,i,s)}}var a=t.return;try{as(t)}catch(s){kl(t,a,s)}break;case 5:var o=t.return;try{as(t)}catch(s){kl(t,o,s)}}}catch(s){kl(t,t.return,s)}if(t===e){$u=null;break}var u=t.sibling;if(null!==u){u.return=t.return,$u=u;break}$u=t.return}}var Cs,ks=Math.ceil,Ts=E.ReactCurrentDispatcher,xs=E.ReactCurrentOwner,Ss=E.ReactCurrentBatchConfig,ws=0,Fs=null,Os=null,Ns=0,Bs=0,Is=Ci(0),Ps=0,Rs=null,js=0,Ls=0,Ms=0,zs=null,Us=null,Hs=0,Gs=1/0,Vs=null,Ws=!1,Ys=null,qs=null,Qs=!1,Ks=null,Xs=0,Js=0,Zs=null,$s=-1,el=0;function tl(){return 0!==(6&ws)?Je():-1!==$s?$s:$s=Je()}function nl(e){return 0===(1&e.mode)?1:0!==(2&ws)&&0!==Ns?Ns&-Ns:null!==ma.transition?(0===el&&(el=mt()),el):0!==(e=Dt)?e:e=void 0===(e=window.event)?16:Xt(e.type)}function rl(e,t,n,r){if(50<Js)throw Js=0,Zs=null,Error(a(185));gt(e,n,r),0!==(2&ws)&&e===Fs||(e===Fs&&(0===(2&ws)&&(Ls|=n),4===Ps&&sl(e,Ns)),il(e,r),1===n&&0===ws&&0===(1&t.mode)&&(Gs=Je()+500,Mi&&Hi()))}function il(e,t){var n=e.callbackNode;!function(e,t){for(var n=e.suspendedLanes,r=e.pingedLanes,i=e.expirationTimes,a=e.pendingLanes;0<a;){var o=31-ot(a),u=1<<o,s=i[o];-1===s?0!==(u&n)&&0===(u&r)||(i[o]=pt(u,t)):s<=t&&(e.expiredLanes|=u),a&=~u}}(e,t);var r=dt(e,e===Fs?Ns: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){Mi=!0,Ui(e)}(ll.bind(null,e)):Ui(ll.bind(null,e)),oi(function(){0===(6&ws)&&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=Fl(n,al.bind(null,e))}e.callbackPriority=t,e.callbackNode=n}}function al(e,t){if($s=-1,el=0,0!==(6&ws))throw Error(a(327));var n=e.callbackNode;if(_l()&&e.callbackNode!==n)return null;var r=dt(e,e===Fs?Ns:0);if(0===r)return null;if(0!==(30&r)||0!==(r&e.expiredLanes)||t)t=gl(e,r);else{t=r;var i=ws;ws|=2;var o=ml();for(Fs===e&&Ns===t||(Vs=null,Gs=Je()+500,pl(e,t));;)try{Dl();break}catch(s){hl(e,s)}Aa(),Ts.current=o,ws=i,null!==Os?t=0:(Fs=null,Ns=0,t=Ps)}if(0!==t){if(2===t&&(0!==(i=ht(e))&&(r=i,t=ol(e,i))),1===t)throw n=Rs,pl(e,0),sl(e,r),il(e,Je()),n;if(6===t)sl(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],a=i.getSnapshot;i=i.value;try{if(!ur(a(),i))return!1}catch(u){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=gl(e,r))&&(0!==(o=ht(e))&&(r=o,t=ol(e,o))),1===t))throw n=Rs,pl(e,0),sl(e,r),il(e,Je()),n;switch(e.finishedWork=i,e.finishedLanes=r,t){case 0:case 1:throw Error(a(345));case 2:case 5:bl(e,Us,Vs);break;case 3:if(sl(e,r),(130023424&r)===r&&10<(t=Hs+500-Je())){if(0!==dt(e,0))break;if(((i=e.suspendedLanes)&r)!==r){tl(),e.pingedLanes|=e.suspendedLanes&i;break}e.timeoutHandle=ri(bl.bind(null,e,Us,Vs),t);break}bl(e,Us,Vs);break;case 4:if(sl(e,r),(4194240&r)===r)break;for(t=e.eventTimes,i=-1;0<r;){var u=31-ot(r);o=1<<u,(u=t[u])>i&&(i=u),r&=~o}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*ks(r/1960))-r)){e.timeoutHandle=ri(bl.bind(null,e,Us,Vs),r);break}bl(e,Us,Vs);break;default:throw Error(a(329))}}}return il(e,Je()),e.callbackNode===n?al.bind(null,e):null}function ol(e,t){var n=zs;return e.current.memoizedState.isDehydrated&&(pl(e,t).flags|=256),2!==(e=gl(e,t))&&(t=Us,Us=n,null!==t&&ul(t)),e}function ul(e){null===Us?Us=e:Us.push.apply(Us,e)}function sl(e,t){for(t&=~Ms,t&=~Ls,e.suspendedLanes|=t,e.pingedLanes&=~t,e=e.expirationTimes;0<t;){var n=31-ot(t),r=1<<n;e[n]=-1,t&=~r}}function ll(e){if(0!==(6&ws))throw Error(a(327));_l();var t=dt(e,0);if(0===(1&t))return il(e,Je()),null;var n=gl(e,t);if(0!==e.tag&&2===n){var r=ht(e);0!==r&&(t=r,n=ol(e,r))}if(1===n)throw n=Rs,pl(e,0),sl(e,t),il(e,Je()),n;if(6===n)throw Error(a(345));return e.finishedWork=e.current.alternate,e.finishedLanes=t,bl(e,Us,Vs),il(e,Je()),null}function cl(e,t){var n=ws;ws|=1;try{return e(t)}finally{0===(ws=n)&&(Gs=Je()+500,Mi&&Hi())}}function fl(e){null!==Ks&&0===Ks.tag&&0===(6&ws)&&_l();var t=ws;ws|=1;var n=Ss.transition,r=Dt;try{if(Ss.transition=null,Dt=1,e)return e()}finally{Dt=r,Ss.transition=n,0===(6&(ws=t))&&Hi()}}function dl(){Bs=Is.current,ki(Is)}function pl(e,t){e.finishedWork=null,e.finishedLanes=0;var n=e.timeoutHandle;if(-1!==n&&(e.timeoutHandle=-1,ii(n)),null!==Os)for(n=Os.return;null!==n;){var r=n;switch(ta(r),r.tag){case 1:null!==(r=r.type.childContextTypes)&&void 0!==r&&Bi();break;case 3:io(),ki(wi),ki(Si),co();break;case 5:oo(r);break;case 4:io();break;case 13:case 19:ki(uo);break;case 10:ba(r.type._context);break;case 22:case 23:dl()}n=n.return}if(Fs=e,Os=e=Il(e.current,null),Ns=Bs=t,Ps=0,Rs=null,Ms=Ls=js=0,Us=zs=null,null!==Ta){for(t=0;t<Ta.length;t++)if(null!==(r=(n=Ta[t]).interleaved)){n.interleaved=null;var i=r.next,a=n.pending;if(null!==a){var o=a.next;a.next=i,r.next=o}n.pending=r}Ta=null}return e}function hl(e,t){for(;;){var n=Os;try{if(Aa(),fo.current=ou,yo){for(var r=mo.memoizedState;null!==r;){var i=r.queue;null!==i&&(i.pending=null),r=r.next}yo=!1}if(ho=0,go=vo=mo=null,Do=!1,Eo=0,xs.current=null,null===n||null===n.return){Ps=1,Rs=t,Os=null;break}e:{var o=e,u=n.return,s=n,l=t;if(t=Ns,s.flags|=32768,null!==l&&"object"===typeof l&&"function"===typeof l.then){var c=l,f=s,d=f.tag;if(0===(1&f.mode)&&(0===d||11===d||15===d)){var p=f.alternate;p?(f.updateQueue=p.updateQueue,f.memoizedState=p.memoizedState,f.lanes=p.lanes):(f.updateQueue=null,f.memoizedState=null)}var h=gu(u);if(null!==h){h.flags&=-257,yu(h,u,s,0,t),1&h.mode&&vu(o,c,t),l=c;var m=(t=h).updateQueue;if(null===m){var v=new Set;v.add(l),t.updateQueue=v}else m.add(l);break e}if(0===(1&t)){vu(o,c,t),vl();break e}l=Error(a(426))}else if(ia&&1&s.mode){var g=gu(u);if(null!==g){0===(65536&g.flags)&&(g.flags|=256),yu(g,u,s,0,t),ha(cu(l,s));break e}}o=l=cu(l,s),4!==Ps&&(Ps=2),null===zs?zs=[o]:zs.push(o),o=u;do{switch(o.tag){case 3:o.flags|=65536,t&=-t,o.lanes|=t,Ra(o,hu(0,l,t));break e;case 1:s=l;var y=o.type,D=o.stateNode;if(0===(128&o.flags)&&("function"===typeof y.getDerivedStateFromError||null!==D&&"function"===typeof D.componentDidCatch&&(null===qs||!qs.has(D)))){o.flags|=65536,t&=-t,o.lanes|=t,Ra(o,mu(o,s,t));break e}}o=o.return}while(null!==o)}Al(n)}catch(E){t=E,Os===n&&null!==n&&(Os=n=n.return);continue}break}}function ml(){var e=Ts.current;return Ts.current=ou,null===e?ou:e}function vl(){0!==Ps&&3!==Ps&&2!==Ps||(Ps=4),null===Fs||0===(268435455&js)&&0===(268435455&Ls)||sl(Fs,Ns)}function gl(e,t){var n=ws;ws|=2;var r=ml();for(Fs===e&&Ns===t||(Vs=null,pl(e,t));;)try{yl();break}catch(i){hl(e,i)}if(Aa(),ws=n,Ts.current=r,null!==Os)throw Error(a(261));return Fs=null,Ns=0,Ps}function yl(){for(;null!==Os;)El(Os)}function Dl(){for(;null!==Os&&!Ke();)El(Os)}function El(e){var t=Cs(e.alternate,e,Bs);e.memoizedProps=e.pendingProps,null===t?Al(e):Os=t,xs.current=null}function Al(e){var t=e;do{var n=t.alternate;if(e=t.return,0===(32768&t.flags)){if(null!==(n=Qu(n,t,Bs)))return void(Os=n)}else{if(null!==(n=Ku(n,t)))return n.flags&=32767,void(Os=n);if(null===e)return Ps=6,void(Os=null);e.flags|=32768,e.subtreeFlags=0,e.deletions=null}if(null!==(t=t.sibling))return void(Os=t);Os=t=e}while(null!==t);0===Ps&&(Ps=5)}function bl(e,t,n){var r=Dt,i=Ss.transition;try{Ss.transition=null,Dt=1,function(e,t,n,r){do{_l()}while(null!==Ks);if(0!==(6&ws))throw Error(a(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(a(177));e.callbackNode=null,e.callbackPriority=0;var o=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-ot(n),a=1<<i;t[i]=0,r[i]=-1,e[i]=-1,n&=~a}}(e,o),e===Fs&&(Os=Fs=null,Ns=0),0===(2064&n.subtreeFlags)&&0===(2064&n.flags)||Qs||(Qs=!0,Fl(tt,function(){return _l(),null})),o=0!==(15990&n.flags),0!==(15990&n.subtreeFlags)||o){o=Ss.transition,Ss.transition=null;var u=Dt;Dt=1;var s=ws;ws|=4,xs.current=null,function(e,t){if(ei=Vt,pr(e=dr())){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,o=r.focusNode;r=r.focusOffset;try{n.nodeType,o.nodeType}catch(A){n=null;break e}var u=0,s=-1,l=-1,c=0,f=0,d=e,p=null;t:for(;;){for(var h;d!==n||0!==i&&3!==d.nodeType||(s=u+i),d!==o||0!==r&&3!==d.nodeType||(l=u+r),3===d.nodeType&&(u+=d.nodeValue.length),null!==(h=d.firstChild);)p=d,d=h;for(;;){if(d===e)break t;if(p===n&&++c===i&&(s=u),p===o&&++f===r&&(l=u),null!==(h=d.nextSibling))break;p=(d=p).parentNode}d=h}n=-1===s||-1===l?null:{start:s,end:l}}else n=null}n=n||{start:0,end:0}}else n=null;for(ti={focusedElem:e,selectionRange:n},Vt=!1,$u=t;null!==$u;)if(e=(t=$u).child,0!==(1028&t.subtreeFlags)&&null!==e)e.return=t,$u=e;else for(;null!==$u;){t=$u;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 v=m.memoizedProps,g=m.memoizedState,y=t.stateNode,D=y.getSnapshotBeforeUpdate(t.elementType===t.type?v:va(t.type,v),g);y.__reactInternalSnapshotBeforeUpdate=D}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(a(163))}}catch(A){kl(t,t.return,A)}if(null!==(e=t.sibling)){e.return=t.return,$u=e;break}$u=t.return}m=ns,ns=!1}(e,n),gs(n,e),hr(ti),Vt=!!ei,ti=ei=null,e.current=n,Ds(n,e,i),Xe(),ws=s,Dt=u,Ss.transition=o}else e.current=n;if(Qs&&(Qs=!1,Ks=e,Xs=i),o=e.pendingLanes,0===o&&(qs=null),function(e){if(at&&"function"===typeof at.onCommitFiberRoot)try{at.onCommitFiberRoot(it,e,void 0,128===(128&e.current.flags))}catch(t){}}(n.stateNode),il(e,Je()),null!==t)for(r=e.onRecoverableError,n=0;n<t.length;n++)r((i=t[n]).value,{componentStack:i.stack,digest:i.digest});if(Ws)throw Ws=!1,e=Ys,Ys=null,e;0!==(1&Xs)&&0!==e.tag&&_l(),o=e.pendingLanes,0!==(1&o)?e===Zs?Js++:(Js=0,Zs=e):Js=0,Hi()}(e,t,n,r)}finally{Ss.transition=i,Dt=r}return null}function _l(){if(null!==Ks){var e=Et(Xs),t=Ss.transition,n=Dt;try{if(Ss.transition=null,Dt=16>e?16:e,null===Ks)var r=!1;else{if(e=Ks,Ks=null,Xs=0,0!==(6&ws))throw Error(a(331));var i=ws;for(ws|=4,$u=e.current;null!==$u;){var o=$u,u=o.child;if(0!==(16&$u.flags)){var s=o.deletions;if(null!==s){for(var l=0;l<s.length;l++){var c=s[l];for($u=c;null!==$u;){var f=$u;switch(f.tag){case 0:case 11:case 15:rs(8,f,o)}var d=f.child;if(null!==d)d.return=f,$u=d;else for(;null!==$u;){var p=(f=$u).sibling,h=f.return;if(os(f),f===c){$u=null;break}if(null!==p){p.return=h,$u=p;break}$u=h}}}var m=o.alternate;if(null!==m){var v=m.child;if(null!==v){m.child=null;do{var g=v.sibling;v.sibling=null,v=g}while(null!==v)}}$u=o}}if(0!==(2064&o.subtreeFlags)&&null!==u)u.return=o,$u=u;else e:for(;null!==$u;){if(0!==(2048&(o=$u).flags))switch(o.tag){case 0:case 11:case 15:rs(9,o,o.return)}var y=o.sibling;if(null!==y){y.return=o.return,$u=y;break e}$u=o.return}}var D=e.current;for($u=D;null!==$u;){var E=(u=$u).child;if(0!==(2064&u.subtreeFlags)&&null!==E)E.return=u,$u=E;else e:for(u=D;null!==$u;){if(0!==(2048&(s=$u).flags))try{switch(s.tag){case 0:case 11:case 15:is(9,s)}}catch(b){kl(s,s.return,b)}if(s===u){$u=null;break e}var A=s.sibling;if(null!==A){A.return=s.return,$u=A;break e}$u=s.return}}if(ws=i,Hi(),at&&"function"===typeof at.onPostCommitFiberRoot)try{at.onPostCommitFiberRoot(it,e)}catch(b){}r=!0}return r}finally{Dt=n,Ss.transition=t}}return!1}function Cl(e,t,n){e=Ia(e,t=hu(0,t=cu(n,t),1),1),t=tl(),null!==e&&(gt(e,1,t),il(e,t))}function kl(e,t,n){if(3===e.tag)Cl(e,e,n);else for(;null!==t;){if(3===t.tag){Cl(t,e,n);break}if(1===t.tag){var r=t.stateNode;if("function"===typeof t.type.getDerivedStateFromError||"function"===typeof r.componentDidCatch&&(null===qs||!qs.has(r))){t=Ia(t,e=mu(t,e=cu(n,e),1),1),e=tl(),null!==t&&(gt(t,1,e),il(t,e));break}}t=t.return}}function Tl(e,t,n){var r=e.pingCache;null!==r&&r.delete(t),t=tl(),e.pingedLanes|=e.suspendedLanes&n,Fs===e&&(Ns&n)===n&&(4===Ps||3===Ps&&(130023424&Ns)===Ns&&500>Je()-Hs?pl(e,0):Ms|=n),il(e,t)}function xl(e,t){0===t&&(0===(1&e.mode)?t=1:(t=ct,0===(130023424&(ct<<=1))&&(ct=4194304)));var n=tl();null!==(e=wa(e,t))&&(gt(e,t,n),il(e,n))}function Sl(e){var t=e.memoizedState,n=0;null!==t&&(n=t.retryLane),xl(e,n)}function wl(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(a(314))}null!==r&&r.delete(t),xl(e,n)}function Fl(e,t){return qe(e,t)}function Ol(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 Nl(e,t,n,r){return new Ol(e,t,n,r)}function Bl(e){return!(!(e=e.prototype)||!e.isReactComponent)}function Il(e,t){var n=e.alternate;return null===n?((n=Nl(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 Pl(e,t,n,r,i,o){var u=2;if(r=e,"function"===typeof e)Bl(e)&&(u=1);else if("string"===typeof e)u=5;else e:switch(e){case _:return Rl(n.children,i,o,t);case C:u=8,i|=8;break;case k:return(e=Nl(12,n,t,2|i)).elementType=k,e.lanes=o,e;case w:return(e=Nl(13,n,t,i)).elementType=w,e.lanes=o,e;case F:return(e=Nl(19,n,t,i)).elementType=F,e.lanes=o,e;case B:return jl(n,i,o,t);default:if("object"===typeof e&&null!==e)switch(e.$$typeof){case T:u=10;break e;case x:u=9;break e;case S:u=11;break e;case O:u=14;break e;case N:u=16,r=null;break e}throw Error(a(130,null==e?e:typeof e,""))}return(t=Nl(u,n,t,i)).elementType=e,t.type=r,t.lanes=o,t}function Rl(e,t,n,r){return(e=Nl(7,e,r,t)).lanes=n,e}function jl(e,t,n,r){return(e=Nl(22,e,r,t)).elementType=B,e.lanes=n,e.stateNode={isHidden:!1},e}function Ll(e,t,n){return(e=Nl(6,e,null,t)).lanes=n,e}function Ml(e,t,n){return(t=Nl(4,null!==e.children?e.children:[],e.key,t)).lanes=n,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function zl(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=vt(0),this.expirationTimes=vt(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=vt(0),this.identifierPrefix=r,this.onRecoverableError=i,this.mutableSourceEagerHydrationData=null}function Ul(e,t,n,r,i,a,o,u,s){return e=new zl(e,t,n,u,s),1===t?(t=1,!0===a&&(t|=8)):t=0,a=Nl(3,null,null,t),e.current=a,a.stateNode=e,a.memoizedState={element:r,isDehydrated:n,cache:null,transitions:null,pendingSuspenseBoundaries:null},Oa(a),e}function Hl(e){if(!e)return xi;e:{if(He(e=e._reactInternals)!==e||1!==e.tag)throw Error(a(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(a(171))}if(1===e.tag){var n=e.type;if(Ni(n))return Pi(e,n,t)}return t}function Gl(e,t,n,r,i,a,o,u,s){return(e=Ul(n,r,!0,e,0,a,0,u,s)).context=Hl(null),n=e.current,(a=Ba(r=tl(),i=nl(n))).callback=void 0!==t&&null!==t?t:null,Ia(n,a,i),e.current.lanes=i,gt(e,i,r),il(e,r),e}function Vl(e,t,n,r){var i=t.current,a=tl(),o=nl(i);return n=Hl(n),null===t.context?t.context=n:t.pendingContext=n,(t=Ba(a,o)).payload={element:e},null!==(r=void 0===r?null:r)&&(t.callback=r),null!==(e=Ia(i,t,o))&&(rl(e,i,o,a),Pa(e,i,o)),o}function Wl(e){return(e=e.current).child?(e.child.tag,e.child.stateNode):null}function Yl(e,t){if(null!==(e=e.memoizedState)&&null!==e.dehydrated){var n=e.retryLane;e.retryLane=0!==n&&n<t?n:t}}function ql(e,t){Yl(e,t),(e=e.alternate)&&Yl(e,t)}Cs=function(e,t,n){if(null!==e)if(e.memoizedProps!==t.pendingProps||wi.current)Eu=!0;else{if(0===(e.lanes&n)&&0===(128&t.flags))return Eu=!1,function(e,t,n){switch(t.tag){case 3:Fu(t),pa();break;case 5:ao(t);break;case 1:Ni(t.type)&&Ri(t);break;case 4:ro(t,t.stateNode.containerInfo);break;case 10:var r=t.type._context,i=t.memoizedProps.value;Ti(ga,r._currentValue),r._currentValue=i;break;case 13:if(null!==(r=t.memoizedState))return null!==r.dehydrated?(Ti(uo,1&uo.current),t.flags|=128,null):0!==(n&t.child.childLanes)?Lu(e,t,n):(Ti(uo,1&uo.current),null!==(e=Wu(e,t,n))?e.sibling:null);Ti(uo,1&uo.current);break;case 19:if(r=0!==(n&t.childLanes),0!==(128&e.flags)){if(r)return Gu(e,t,n);t.flags|=128}if(null!==(i=t.memoizedState)&&(i.rendering=null,i.tail=null,i.lastEffect=null),Ti(uo,uo.current),r)break;return null;case 22:case 23:return t.lanes=0,ku(e,t,n)}return Wu(e,t,n)}(e,t,n);Eu=0!==(131072&e.flags)}else Eu=!1,ia&&0!==(1048576&t.flags)&&$i(t,Yi,t.index);switch(t.lanes=0,t.tag){case 2:var r=t.type;Vu(e,t),e=t.pendingProps;var i=Oi(t,Si.current);Ca(t,n),i=Co(null,t,r,e,i,n);var o=ko();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)?(o=!0,Ri(t)):o=!1,t.memoizedState=null!==i.state&&void 0!==i.state?i.state:null,Oa(t),i.updater=Ua,t.stateNode=i,i._reactInternals=t,Wa(t,r,e,n),t=wu(null,t,r,!0,o,n)):(t.tag=0,ia&&o&&ea(t),Au(null,t,i,n),t=t.child),t;case 16:r=t.elementType;e:{switch(Vu(e,t),e=t.pendingProps,r=(i=r._init)(r._payload),t.type=r,i=t.tag=function(e){if("function"===typeof e)return Bl(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=va(r,e),i){case 0:t=xu(null,t,r,e,n);break e;case 1:t=Su(null,t,r,e,n);break e;case 11:t=bu(null,t,r,e,n);break e;case 14:t=_u(null,t,r,va(r.type,e),n);break e}throw Error(a(306,r,""))}return t;case 0:return r=t.type,i=t.pendingProps,xu(e,t,r,i=t.elementType===r?i:va(r,i),n);case 1:return r=t.type,i=t.pendingProps,Su(e,t,r,i=t.elementType===r?i:va(r,i),n);case 3:e:{if(Fu(t),null===e)throw Error(a(387));r=t.pendingProps,i=(o=t.memoizedState).element,Na(e,t),ja(t,r,null,n);var u=t.memoizedState;if(r=u.element,o.isDehydrated){if(o={element:r,isDehydrated:!1,cache:u.cache,pendingSuspenseBoundaries:u.pendingSuspenseBoundaries,transitions:u.transitions},t.updateQueue.baseState=o,t.memoizedState=o,256&t.flags){t=Ou(e,t,r,n,i=cu(Error(a(423)),t));break e}if(r!==i){t=Ou(e,t,r,n,i=cu(Error(a(424)),t));break e}for(ra=li(t.stateNode.containerInfo.firstChild),na=t,ia=!0,aa=null,n=Ja(t,null,r,n),t.child=n;n;)n.flags=-3&n.flags|4096,n=n.sibling}else{if(pa(),r===i){t=Wu(e,t,n);break e}Au(e,t,r,n)}t=t.child}return t;case 5:return ao(t),null===e&&la(t),r=t.type,i=t.pendingProps,o=null!==e?e.memoizedProps:null,u=i.children,ni(r,i)?u=null:null!==o&&ni(r,o)&&(t.flags|=32),Tu(e,t),Au(e,t,u,n),t.child;case 6:return null===e&&la(t),null;case 13:return Lu(e,t,n);case 4:return ro(t,t.stateNode.containerInfo),r=t.pendingProps,null===e?t.child=Xa(t,null,r,n):Au(e,t,r,n),t.child;case 11:return r=t.type,i=t.pendingProps,bu(e,t,r,i=t.elementType===r?i:va(r,i),n);case 7:return Au(e,t,t.pendingProps,n),t.child;case 8:case 12:return Au(e,t,t.pendingProps.children,n),t.child;case 10:e:{if(r=t.type._context,i=t.pendingProps,o=t.memoizedProps,u=i.value,Ti(ga,r._currentValue),r._currentValue=u,null!==o)if(ur(o.value,u)){if(o.children===i.children&&!wi.current){t=Wu(e,t,n);break e}}else for(null!==(o=t.child)&&(o.return=t);null!==o;){var s=o.dependencies;if(null!==s){u=o.child;for(var l=s.firstContext;null!==l;){if(l.context===r){if(1===o.tag){(l=Ba(-1,n&-n)).tag=2;var c=o.updateQueue;if(null!==c){var f=(c=c.shared).pending;null===f?l.next=l:(l.next=f.next,f.next=l),c.pending=l}}o.lanes|=n,null!==(l=o.alternate)&&(l.lanes|=n),_a(o.return,n,t),s.lanes|=n;break}l=l.next}}else if(10===o.tag)u=o.type===t.type?null:o.child;else if(18===o.tag){if(null===(u=o.return))throw Error(a(341));u.lanes|=n,null!==(s=u.alternate)&&(s.lanes|=n),_a(u,n,t),u=o.sibling}else u=o.child;if(null!==u)u.return=o;else for(u=o;null!==u;){if(u===t){u=null;break}if(null!==(o=u.sibling)){o.return=u.return,u=o;break}u=u.return}o=u}Au(e,t,i.children,n),t=t.child}return t;case 9:return i=t.type,r=t.pendingProps.children,Ca(t,n),r=r(i=ka(i)),t.flags|=1,Au(e,t,r,n),t.child;case 14:return i=va(r=t.type,t.pendingProps),_u(e,t,r,i=va(r.type,i),n);case 15:return Cu(e,t,t.type,t.pendingProps,n);case 17:return r=t.type,i=t.pendingProps,i=t.elementType===r?i:va(r,i),Vu(e,t),t.tag=1,Ni(r)?(e=!0,Ri(t)):e=!1,Ca(t,n),Ga(t,r,i),Wa(t,r,i,n),wu(null,t,r,!0,e,n);case 19:return Gu(e,t,n);case 22:return ku(e,t,n)}throw Error(a(156,t.tag))};var Ql="function"===typeof reportError?reportError:function(e){console.error(e)};function Kl(e){this._internalRoot=e}function Xl(e){this._internalRoot=e}function Jl(e){return!(!e||1!==e.nodeType&&9!==e.nodeType&&11!==e.nodeType)}function Zl(e){return!(!e||1!==e.nodeType&&9!==e.nodeType&&11!==e.nodeType&&(8!==e.nodeType||" react-mount-point-unstable "!==e.nodeValue))}function $l(){}function ec(e,t,n,r,i){var a=n._reactRootContainer;if(a){var o=a;if("function"===typeof i){var u=i;i=function(){var e=Wl(o);u.call(e)}}Vl(t,o,e,i)}else o=function(e,t,n,r,i){if(i){if("function"===typeof r){var a=r;r=function(){var e=Wl(o);a.call(e)}}var o=Gl(t,r,e,0,null,!1,0,"",$l);return e._reactRootContainer=o,e[hi]=o.current,Hr(8===e.nodeType?e.parentNode:e),fl(),o}for(;i=e.lastChild;)e.removeChild(i);if("function"===typeof r){var u=r;r=function(){var e=Wl(s);u.call(e)}}var s=Ul(e,0,!1,null,0,!1,0,"",$l);return e._reactRootContainer=s,e[hi]=s.current,Hr(8===e.nodeType?e.parentNode:e),fl(function(){Vl(t,s,n,r)}),s}(n,t,e,i,r);return Wl(o)}Xl.prototype.render=Kl.prototype.render=function(e){var t=this._internalRoot;if(null===t)throw Error(a(409));Vl(e,t,null,null)},Xl.prototype.unmount=Kl.prototype.unmount=function(){var e=this._internalRoot;if(null!==e){this._internalRoot=null;var t=e.containerInfo;fl(function(){Vl(null,e,null,null)}),t[hi]=null}},Xl.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&&jt(e)}},At=function(e){switch(e.tag){case 3:var t=e.stateNode;if(t.current.memoizedState.isDehydrated){var n=ft(t.pendingLanes);0!==n&&(yt(t,1|n),il(t,Je()),0===(6&ws)&&(Gs=Je()+500,Hi()))}break;case 13:fl(function(){var t=wa(e,1);if(null!==t){var n=tl();rl(t,e,1,n)}}),ql(e,1)}},bt=function(e){if(13===e.tag){var t=wa(e,134217728);if(null!==t)rl(t,e,134217728,tl());ql(e,134217728)}},_t=function(e){if(13===e.tag){var t=nl(e),n=wa(e,t);if(null!==n)rl(n,e,t,tl());ql(e,t)}},Ct=function(){return Dt},kt=function(e,t){var n=Dt;try{return Dt=e,t()}finally{Dt=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(a(90));q(r),Z(r,i)}}}break;case"textarea":ae(e,n);break;case"select":null!=(t=n.value)&&ne(e,!!n.multiple,t,!1)}},Se=cl,we=fl;var tc={usingClientEntryPoint:!1,Events:[Di,Ei,Ai,Te,xe,cl]},nc={findFiberByHostInstance:yi,bundleType:0,version:"18.2.0",rendererPackageName:"react-dom"},rc={bundleType:nc.bundleType,version:nc.version,rendererPackageName:nc.rendererPackageName,rendererConfig:nc.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:nc.findFiberByHostInstance||function(){return null},findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null,reconcilerVersion:"18.2.0-next-9e3b772b8-20220608"};if("undefined"!==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__){var ic=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!ic.isDisabled&&ic.supportsFiber)try{it=ic.inject(rc),at=ic}catch(ce){}}t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=tc,t.createPortal=function(e,t){var n=2<arguments.length&&void 0!==arguments[2]?arguments[2]:null;if(!Jl(t))throw Error(a(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(!Jl(e))throw Error(a(299));var n=!1,r="",i=Ql;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=Ul(e,1,!1,null,0,n,0,r,i),e[hi]=t.current,Hr(8===e.nodeType?e.parentNode:e),new Kl(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(a(188));throw e=Object.keys(e).join(","),Error(a(268,e))}return e=null===(e=We(t))?null:e.stateNode},t.flushSync=function(e){return fl(e)},t.hydrate=function(e,t,n){if(!Zl(t))throw Error(a(200));return ec(null,e,t,!0,n)},t.hydrateRoot=function(e,t,n){if(!Jl(e))throw Error(a(405));var r=null!=n&&n.hydratedSources||null,i=!1,o="",u=Ql;if(null!==n&&void 0!==n&&(!0===n.unstable_strictMode&&(i=!0),void 0!==n.identifierPrefix&&(o=n.identifierPrefix),void 0!==n.onRecoverableError&&(u=n.onRecoverableError)),t=Gl(t,null,e,1,null!=n?n:null,i,0,o,u),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 Xl(t)},t.render=function(e,t,n){if(!Zl(t))throw Error(a(200));return ec(null,e,t,!1,n)},t.unmountComponentAtNode=function(e){if(!Zl(e))throw Error(a(40));return!!e._reactRootContainer&&(fl(function(){ec(null,null,e,!1,function(){e._reactRootContainer=null,e[hi]=null})}),!0)},t.unstable_batchedUpdates=cl,t.unstable_renderSubtreeIntoContainer=function(e,t,n,r){if(!Zl(n))throw Error(a(200));if(null==e||void 0===e._reactInternals)throw Error(a(38));return ec(e,t,n,!1,r)},t.version="18.2.0-next-9e3b772b8-20220608"},1250:function(e,t,n){"use strict";var r=n(4164);t.createRoot=r.createRoot,t.hydrateRoot=r.hydrateRoot},4164:function(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(4463)},7507:function(e){var t="undefined"!==typeof Element,n="function"===typeof Map,r="function"===typeof Set,i="function"===typeof ArrayBuffer&&!!ArrayBuffer.isView;function a(e,o){if(e===o)return!0;if(e&&o&&"object"==typeof e&&"object"==typeof o){if(e.constructor!==o.constructor)return!1;var u,s,l,c;if(Array.isArray(e)){if((u=e.length)!=o.length)return!1;for(s=u;0!==s--;)if(!a(e[s],o[s]))return!1;return!0}if(n&&e instanceof Map&&o instanceof Map){if(e.size!==o.size)return!1;for(c=e.entries();!(s=c.next()).done;)if(!o.has(s.value[0]))return!1;for(c=e.entries();!(s=c.next()).done;)if(!a(s.value[1],o.get(s.value[0])))return!1;return!0}if(r&&e instanceof Set&&o instanceof Set){if(e.size!==o.size)return!1;for(c=e.entries();!(s=c.next()).done;)if(!o.has(s.value[0]))return!1;return!0}if(i&&ArrayBuffer.isView(e)&&ArrayBuffer.isView(o)){if((u=e.length)!=o.length)return!1;for(s=u;0!==s--;)if(e[s]!==o[s])return!1;return!0}if(e.constructor===RegExp)return e.source===o.source&&e.flags===o.flags;if(e.valueOf!==Object.prototype.valueOf&&"function"===typeof e.valueOf&&"function"===typeof o.valueOf)return e.valueOf()===o.valueOf();if(e.toString!==Object.prototype.toString&&"function"===typeof e.toString&&"function"===typeof o.toString)return e.toString()===o.toString();if((u=(l=Object.keys(e)).length)!==Object.keys(o).length)return!1;for(s=u;0!==s--;)if(!Object.prototype.hasOwnProperty.call(o,l[s]))return!1;if(t&&e instanceof Element)return!1;for(s=u;0!==s--;)if(("_owner"!==l[s]&&"__v"!==l[s]&&"__o"!==l[s]||!e.$$typeof)&&!a(e[l[s]],o[l[s]]))return!1;return!0}return e!==e&&o!==o}e.exports=function(e,t){try{return a(e,t)}catch(n){if((n.message||"").match(/stack|recursion/i))return console.warn("react-fast-compare cannot handle circular refs"),!1;throw n}}},5361:function(e,t,n){var r;e.exports=(r=n(2791),function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=7)}([function(e,t){e.exports=r},function(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.initialContext=void 0;var i=r(n(0));t.initialContext={defaultInterval:4e3,width:360,height:640};var a=i.default.createContext(t.initialContext);t.default=a},function(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.initialContext=void 0;var i=r(n(0));t.initialContext={stories:[]};var a=i.default.createContext(t.initialContext);t.default=a},function(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});var i=r(n(0));t.default=i.default.createContext({currentId:0,videoDuration:0,bufferAction:!1,pause:!1,next:function(){}})},function(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})(e)}var i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var a=i(n(0)),o=i(n(17));t.default=function(e){var t=e.story,n=e.globalHeader,i=e.children;return a.default.createElement(a.default.Fragment,null,i,t.header&&a.default.createElement("div",{style:{position:"absolute",left:12,top:20,zIndex:19}},"object"===r(t)?n?n(t.header):a.default.createElement(o.default,{heading:t.header.heading,subheading:t.header.subheading,profileImage:t.header.profileImage}):null))}},function(e,t,n){"use strict";function r(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,i=!1,a=void 0;try{for(var o,u=e[Symbol.iterator]();!(r=(o=u.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==u.return||u.return()}finally{if(i)throw a}}return n}}(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 a=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n),Object.defineProperty(e,r,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=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.hasOwnProperty.call(e,n)&&a(t,e,n);return o(t,e),t},s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var l=u(n(0)),c=s(n(18));t.default=function(e){var t=e.story,n=e.action,i=e.customCollapsed,a=e.children,o=r(l.useState(!1),2),u=o[0],s=o[1],f=c.default;return l.default.createElement(l.default.Fragment,null,a,t.seeMore&&l.default.createElement("div",{style:{position:"absolute",margin:"auto",bottom:u?"unset":0,zIndex:9999,width:"100%",height:u?"100%":"auto"}},l.default.createElement(f,{action:n,toggleMore:function(e){n(e?"pause":"play"),s(e)},showContent:u,seeMoreContent:t.seeMore,customCollapsed:i||t.seeMoreCollapsed})))}},function(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});var i=r(n(0)),a=r(n(16));t.default=function(){return i.default.createElement(a.default,null)}},function(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})(e)}function i(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,i=!1,a=void 0;try{for(var o,u=e[Symbol.iterator]();!(r=(o=u.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==u.return||u.return()}finally{if(i)throw a}}return n}}(e,t)||function(e,t){if(e){if("string"==typeof e)return a(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)?a(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 a(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),Object.defineProperty(e,r,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),u=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.hasOwnProperty.call(e,n)&&o(t,e,n);return u(t,e),t},l=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 c=s(n(0)),f=l(n(8)),d=l(n(1)),p=l(n(2)),h=n(13),m=n(14),v=l(n(4)),g=l(n(5)),y=function(e){var t=e.renderers?e.renderers.concat(m.renderers):m.renderers,n={width:e.width,height:e.height,loader:e.loader,header:e.header,storyContainerStyles:e.storyContainerStyles,storyStyles:e.storyStyles,loop:e.loop,defaultInterval:e.defaultInterval,isPaused:e.isPaused,currentIndex:e.currentIndex,onStoryStart:e.onStoryStart,onStoryEnd:e.onStoryEnd,onAllStoriesEnd:e.onAllStoriesEnd,keyboardNavigation:e.keyboardNavigation,preventDefault:e.preventDefault},r=i(c.useState({stories:D(e.stories,t)}),2),a=r[0],o=r[1];return c.useEffect(function(){o({stories:D(e.stories,t)})},[e.stories,e.renderers]),c.default.createElement(d.default.Provider,{value:n},c.default.createElement(p.default.Provider,{value:a},c.default.createElement(f.default,null)))},D=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=h.getRenderer(n,t);return n.originalContent=n.content,n.content=i,n})};y.defaultProps={width:360,height:640,defaultInterval:4e3},t.WithHeader=v.default,t.WithSeeMore=g.default,t.default=y},function(e,t,n){"use strict";function r(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,i=!1,a=void 0;try{for(var o,u=e[Symbol.iterator]();!(r=(o=u.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==u.return||u.return()}finally{if(i)throw a}}return n}}(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 a=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n),Object.defineProperty(e,r,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=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.hasOwnProperty.call(e,n)&&a(t,e,n);return o(t,e),t},s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var l=u(n(0)),c=s(n(1)),f=s(n(2)),d=s(n(3)),p=s(n(9)),h=s(n(10));t.default=function(){var e=r(l.useState(0),2),t=e[0],n=e[1],i=r(l.useState(!0),2),a=i[0],o=i[1],u=r(l.useState(!0),2),s=u[0],v=u[1],g=r(l.useState(0),2),y=g[0],D=g[1],E=l.useRef(),A=l.useRef(!0),b=l.useContext(c.default),_=b.width,C=b.height,k=b.loop,T=b.currentIndex,x=b.isPaused,S=b.keyboardNavigation,w=b.preventDefault,F=b.storyContainerStyles,O=void 0===F?{}:F,N=l.useContext(f.default).stories;l.useEffect(function(){"number"==typeof T&&(T>=0&&T<N.length?P(function(){return T}):console.error("Index out of bounds. Current index was set to value more than the length of stories array.",T))},[T]),l.useEffect(function(){"boolean"==typeof x&&o(x)},[x]),l.useEffect(function(){if("undefined"!=typeof window&&window.document&&"boolean"==typeof S&&S)return document.addEventListener("keydown",B),function(){document.removeEventListener("keydown",B)}},[S]),l.useEffect(function(){return function(){A.current=!1}},[]);var B=function(e){"ArrowLeft"===e.key?R():"ArrowRight"===e.key&&j()},I=function(e,t){o("pause"===e),v(!!t)},P=function(e){n(e),I("pause",!0)},R=function(){P(function(e){return e>0?e-1:e})},j=function(){A.current&&(k?L():M())},L=function(){P(function(e){return(e+1)%N.length})},M=function(){P(function(e){return e<N.length-1?e+1:e})},z=function(e){e.preventDefault(),E.current=setTimeout(function(){I("pause")},200)},U=function(e){return function(t){t.preventDefault(),E.current&&clearTimeout(E.current),a?I("play"):"next"===e?j():R()}};return l.default.createElement("div",{style:Object.assign(Object.assign(Object.assign({},m.container),O),{width:_,height:C})},l.default.createElement(d.default.Provider,{value:{bufferAction:s,videoDuration:y,currentId:t,pause:a,next:j}},l.default.createElement(h.default,null)),l.default.createElement(p.default,{action:I,bufferAction:s,playState:a,story:N[t],getVideoDuration:function(e){D(1e3*e)}}),!w&&l.default.createElement("div",{style:m.overlay},l.default.createElement("div",{style:{width:"50%",zIndex:999},onTouchStart:z,onTouchEnd:U("previous"),onMouseDown:z,onMouseUp:U("previous")}),l.default.createElement("div",{style:{width:"50%",zIndex:999},onTouchStart:z,onTouchEnd:U("next"),onMouseDown:z,onMouseUp:U("next")})))};var m={container:{display:"flex",flexDirection:"column",background:"#111",position:"relative"},overlay:{position:"absolute",height:"inherit",width:"inherit",display:"flex"}}},function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n),Object.defineProperty(e,r,{enumerable:!0,get:function(){return t[n]}})}: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}),a=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var u=a(n(0)),s=o(n(1)),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,n,r=u.useContext(s.default),i=r.width,a=r.height,o=r.loader,c=r.header,f=r.storyStyles,d=function(t,n){if("UPDATE_VIDEO_DURATION"===t)return e.getVideoDuration(n.duration),{ack:"OK"}};return u.default.createElement("div",{style:Object.assign(Object.assign({},l.story),{width:i,height:a})},(t=e.story.content,n={width:i,height:a,loader:o,header:c,storyStyles:f},u.default.createElement(t,{action:e.action,isPaused:e.playState,story:e.story,config:n,messageHandler:d})))}},function(e,t,n){"use strict";function r(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,i=!1,a=void 0;try{for(var o,u=e[Symbol.iterator]();!(r=(o=u.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==u.return||u.return()}finally{if(i)throw a}}return n}}(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 a=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n),Object.defineProperty(e,r,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=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.hasOwnProperty.call(e,n)&&a(t,e,n);return o(t,e),t},s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var l=u(n(0)),c=s(n(11)),f=s(n(3)),d=s(n(1)),p=s(n(2));t.default=function(){var e=r(l.useState(0),2),t=e[0],n=e[1],i=l.useContext(f.default),a=i.currentId,o=i.next,u=i.videoDuration,s=i.pause,m=l.useContext(d.default),v=m.defaultInterval,g=m.onStoryEnd,y=m.onStoryStart,D=m.onAllStoriesEnd,E=l.useContext(p.default).stories;l.useEffect(function(){n(0)},[a,E]),l.useEffect(function(){return s||(A.current=requestAnimationFrame(_)),function(){cancelAnimationFrame(A.current)}},[a,s]);var A=l.useRef(),b=t,_=function e(){0===b&&C(),n(function(e){var t=x();return b=e+100/(t/1e3*60),e+100/(t/1e3*60)}),b<100?A.current=requestAnimationFrame(e):(k(),a===E.length-1&&T(),cancelAnimationFrame(A.current),o())},C=function(){y&&y(a,E[a])},k=function(){g&&g(a,E[a])},T=function(){D&&D(a,E)},x=function(){return"video"===E[a].type?u:"number"==typeof E[a].duration?E[a].duration:v};return l.default.createElement("div",{style:h.progressArr},E.map(function(e,n){return l.default.createElement(c.default,{key:n,count:t,width:1/E.length,active:n===a?1:n<a?2:0})}))};var h={progressArr:{display:"flex",justifyContent:"center",maxWidth:"100%",flexWrap:"row",position:"absolute",width:"98%",padding:5,paddingTop:7,alignSelf:"center",zIndex:1001,filter:"drop-shadow(0 1px 8px #222)"}}},function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n),Object.defineProperty(e,r,{enumerable:!0,get:function(){return t[n]}})}: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}),a=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var u=a(n(0)),s=o(n(12)),l=o(n(3));t.default=function(e){var t=u.useContext(l.default),n=t.bufferAction,r=t.pause,i=e.width,a=e.active;return u.default.createElement(s.default,{width:i,pause:r,bufferAction:n},u.default.createElement("div",{style:Object.assign(Object.assign({},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})),c.inner)}))};var c={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}}},function(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});var i=r(n(0)),a=function(e){var t=e.width,n=e.pause,r=e.bufferAction;return{width:"".concat(100*t,"%"),opacity:n&&!r?0:1}},o={progress:{height:2,maxWidth:"100%",background:"#555",margin:2,borderRadius:2,transition:"opacity 400ms ease-in-out"}};t.default=function(e){return i.default.createElement("div",{style:Object.assign(Object.assign({},o.progress),a(e))},e.children)}},function(e,t,n){"use strict";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}},function(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.renderers=void 0;var i=r(n(15)),a=r(n(19)),o=r(n(20)),u=r(n(21));t.renderers=[i.default,a.default,u.default,o.default]},function(e,t,n){"use strict";function r(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,i=!1,a=void 0;try{for(var o,u=e[Symbol.iterator]();!(r=(o=u.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==u.return||u.return()}finally{if(i)throw a}}return n}}(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 a=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n),Object.defineProperty(e,r,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=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.hasOwnProperty.call(e,n)&&a(t,e,n);return o(t,e),t},s=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=u(n(0)),c=s(n(6)),f=s(n(4)),d=s(n(5));t.renderer=function(e){var t=e.story,n=e.action,i=(e.isPaused,e.config),a=r(l.useState(!1),2),o=a[0],u=a[1],s=i.width,h=i.height,m=i.loader,v=i.storyStyles,g=Object.assign(Object.assign({},p.storyContent),v||{});return l.createElement(f.default,{story:t,globalHeader:i.header},l.createElement(d.default,{story:t,action:n},l.createElement("div",null,l.createElement("img",{style:g,src:t.url,onLoad:function(){u(!0),n("play")}}),!o&&l.createElement("div",{style:{width:s,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}},function(e,t,n){"use strict";n.r(t);var r=n(0),i=n.n(r);function a(){return(a=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}).apply(this,arguments)}function o(e,t){if(null==e)return{};var n,r,i=function(e,t){if(null==e)return{};var n,r,i={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++)n=a[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}t.default=function(e){e.styles;var t=o(e,["styles"]);return i.a.createElement("svg",a({width:"44",height:"44",xmlns:"http://www.w3.org/2000/svg",stroke:"#fff"},t),i.a.createElement("g",{fill:"none",fillRule:"evenodd",strokeWidth:"2"},i.a.createElement("circle",{cx:"22",cy:"22",r:"1"},i.a.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.a.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.a.createElement("circle",{cx:"22",cy:"22",r:"1"},i.a.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.a.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"}))))}},function(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});var i=r(n(0)),a={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:a.main},t&&i.default.createElement("img",{style:a.img,src:t}),i.default.createElement("span",{style:a.text},i.default.createElement("p",{style:a.heading},n),i.default.createElement("p",{style:a.subheading},r)))}},function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n),Object.defineProperty(e,r,{enumerable:!0,get:function(){return t[n]}})}: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}),a=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&r(t,e,n);return i(t,e),t},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var u=a(n(0)),s=o(n(1));t.default=function(e){var t=e.seeMoreContent,n=e.customCollapsed,r=u.useContext(s.default).keyboardNavigation;u.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?u.default.createElement("div",{style:l.seeMoreExpanded},u.default.createElement(t,{close:function(){return e.toggleMore(!1)}})):n?u.default.createElement(n,{action:e.action,toggleMore:e.toggleMore}):u.default.createElement("div",{style:l.seeMore,onClick:function(t){t.preventDefault(),t.stopPropagation(),e.toggleMore(!0)}},u.default.createElement("span",{style:l.seeMoreIcon},"\u2303"),u.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"}}},function(e,t,n){"use strict";function r(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,i=!1,a=void 0;try{for(var o,u=e[Symbol.iterator]();!(r=(o=u.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==u.return||u.return()}finally{if(i)throw a}}return n}}(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 a=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n),Object.defineProperty(e,r,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=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.hasOwnProperty.call(e,n)&&a(t,e,n);return o(t,e),t},s=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=u(n(0)),c=s(n(6)),f=s(n(4)),d=s(n(5));t.renderer=function(e){var t=e.story,n=e.action,i=e.isPaused,a=e.config,o=e.messageHandler,u=r(l.useState(!1),2),s=u[0],h=u[1],m=r(l.useState(!1),2),v=m[0],g=m[1],y=a.width,D=a.height,E=a.loader,A=a.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(f.default,{story:t,globalHeader:a.header},l.createElement(d.default,{story:t,action:n},l.createElement("div",{style:p.videoContainer},l.createElement("video",{ref:_,style:b,src:t.url,controls:!1,onLoadedData:function(){o("UPDATE_VIDEO_DURATION",{duration:_.current.duration}),h(!0),_.current.play().then(function(){n("play")}).catch(function(){g(!0),_.current.play().finally(function(){n("play")})})},playsInline:!0,onWaiting:function(){n("pause",!0)},onPlaying:function(){n("play",!0)},muted:v,autoPlay:!0,"webkit-playsinline":"true"}),!s&&l.createElement("div",{style:{width:y,height:D,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}},function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n),Object.defineProperty(e,r,{enumerable:!0,get:function(){return t[n]}})}: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}),a=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.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 o=a(n(0));t.renderer=function(e){var t=e.story,n=e.action;return o.useEffect(function(){n("play")},[t]),o.createElement("div",{style:u.storyContent},o.createElement("p",{style:u.text},"This story could not be loaded."))};var u={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}},function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n),Object.defineProperty(e,r,{enumerable:!0,get:function(){return t[n]}})}: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}),a=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.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 o=a(n(0));t.renderer=function(e){o.useEffect(function(){e.action("play")},[e.story]);var t=e.story.originalContent;return o.createElement(t,Object.assign({},e))},t.tester=function(e){return{condition:!!e.content,priority:2}},t.default={renderer:t.renderer,tester:t.tester}}]))},8459:function(e,t){"use strict";var n,r=Symbol.for("react.element"),i=Symbol.for("react.portal"),a=Symbol.for("react.fragment"),o=Symbol.for("react.strict_mode"),u=Symbol.for("react.profiler"),s=Symbol.for("react.provider"),l=Symbol.for("react.context"),c=Symbol.for("react.server_context"),f=Symbol.for("react.forward_ref"),d=Symbol.for("react.suspense"),p=Symbol.for("react.suspense_list"),h=Symbol.for("react.memo"),m=Symbol.for("react.lazy"),v=Symbol.for("react.offscreen");function g(e){if("object"===typeof e&&null!==e){var t=e.$$typeof;switch(t){case r:switch(e=e.type){case a:case u:case o:case d:case p:return e;default:switch(e=e&&e.$$typeof){case c:case l:case f:case m:case h:case s:return e;default:return t}}case i:return t}}}n=Symbol.for("react.module.reference")},6900:function(e,t,n){"use strict";n(8459)},8436:function(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=u(n(2791)),a=u(n(1694)),o=n(8026);function u(e){return e&&e.__esModule?e:{default:e}}function s(){return s=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},s.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){f(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 f(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function d(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&&v(e,t)}function v(e,t){return v=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},v(e,t)}function g(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 a=y(this).constructor;n=Reflect.construct(i,arguments,a)}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 D=function(e){m(n,e);var t=g(n);function n(){return d(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,a.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",s({key:"0",type:"button"},n)," ","Previous")}}]),n}(i.default.PureComponent);t.PrevArrow=D;var E=function(e){m(n,e);var t=g(n);function n(){return d(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,o.canGoNext)(this.props)||(e["slick-disabled"]=!0,t=null);var n={key:"1","data-role":"none",className:(0,a.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",s({key:"1",type:"button"},n)," ","Next")}}]),n}(i.default.PureComponent);t.NextArrow=E},5484:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r,i=(r=n(2791))&&r.__esModule?r:{default:r};var a={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=a},3800:function(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=u(n(2791)),a=u(n(1694)),o=n(8026);function u(e){return e&&e.__esModule?e:{default:e}}function s(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 f(e,t){return f=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},f(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 a=p(this).constructor;n=Reflect.construct(i,arguments,a)}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&&f(e,t)}(p,e);var t,n,r,u=d(p);function p(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,p),u.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,u=t.onMouseLeave,c=t.infinite,f=t.slidesToScroll,d=t.slidesToShow,p=t.slideCount,h=t.currentSlide,m=(e={slideCount:p,slidesToScroll:f,slidesToShow:d,infinite:c}).infinite?Math.ceil(e.slideCount/e.slidesToScroll):Math.ceil((e.slideCount-e.slidesToShow)/e.slidesToScroll)+1,v={onMouseEnter:n,onMouseOver:r,onMouseLeave:u},g=[],y=0;y<m;y++){var D=(y+1)*f-1,E=c?D:(0,o.clamp)(D,0,p-1),A=E-(f-1),b=c?A:(0,o.clamp)(A,0,p-1),_=(0,a.default)({"slick-active":c?h>=b&&h<=E:h===b}),C={message:"dots",index:y,slidesToScroll:f,currentSlide:h},k=this.clickHandler.bind(this,C);g=g.concat(i.default.createElement("li",{key:y,className:_},i.default.cloneElement(this.props.customPaging(y),{onClick:k})))}return i.default.cloneElement(this.props.appendDots(g),function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?s(Object(n),!0).forEach(function(t){l(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):s(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}({className:this.props.dotsClass},v))}}],n&&c(t.prototype,n),r&&c(t,r),Object.defineProperty(t,"prototype",{writable:!1}),p}(i.default.PureComponent);t.Dots=h},5717:function(e,t,n){"use strict";var r;t.Z=void 0;var i=((r=n(3178))&&r.__esModule?r:{default:r}).default;t.Z=i},1382:function(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},8293:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InnerSlider=void 0;var r=d(n(2791)),i=d(n(1382)),a=d(n(5095)),o=d(n(1694)),u=n(8026),s=n(4931),l=n(3800),c=n(8436),f=d(n(474));function d(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={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++)n=a[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}function v(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 g(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?v(Object(n),!0).forEach(function(t){_(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):v(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 D(e,t){return D=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},D(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&&D(e,t)}(b,e);var t,n,d,v=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=v.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,u.getHeight)(e)+"px"}}),_(A(t),"componentDidMount",function(){if(t.props.onInit&&t.props.onInit(),t.props.lazyLoad){var e=(0,u.getOnDemandLazySlides)(g(g({},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=g({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 f.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,u.getOnDemandLazySlides)(g(g({},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=g(g({listRef:t.list,trackRef:t.track},t.props),t.state),a=t.didPropsChange(e);a&&t.updateState(i,a,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,a.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=g(g({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 a=(0,u.initializedState)(e);e=g(g(g({},e),a),{},{slideIndex:a.currentSlide});var o=(0,u.getTrackLeft)(e);e=g(g({},e),{},{left:o});var s=(0,u.getTrackCSS)(e);(n||r.default.Children.count(t.props.children)!==r.default.Children.count(e.children))&&(a.trackStyle=s),t.setState(a,i)}),_(A(t),"ssrInit",function(){if(t.props.variableWidth){var e=0,n=0,i=[],a=(0,u.getPreClones)(g(g(g({},t.props),t.state),{},{slideCount:t.props.children.length})),o=(0,u.getPostClones)(g(g(g({},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 s=0;s<a;s++)n+=i[i.length-1-s],e+=i[i.length-1-s];for(var l=0;l<o;l++)e+=i[l];for(var c=0;c<t.state.currentSlide;c++)n+=i[c];var f={width:e+"px",left:-n+"px"};if(t.props.centerMode){var d="".concat(i[t.state.currentSlide],"px");f.left="calc(".concat(f.left," + (100% - ").concat(d,") / 2 ) ")}return{trackStyle:f}}var p=r.default.Children.count(t.props.children),h=g(g(g({},t.props),t.state),{},{slideCount:p}),m=(0,u.getPreClones)(h)+(0,u.getPostClones)(h)+p,v=100/t.props.slidesToShow*m,y=100/m,D=-y*((0,u.getPreClones)(h)+t.state.currentSlide)*v/100;return t.props.centerMode&&(D+=(100-y*v/100)/2),{slideWidth:y+"%",trackStyle:{width:v+"%",left:D+"%"}}}),_(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 a=e.onclick;e.onclick=function(){a(),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=g(g({},t.props),t.state),r=t.state.currentSlide;r<t.state.slideCount+(0,u.getPostClones)(n);r++)if(t.state.lazyLoadedList.indexOf(r)<0){e.push(r);break}for(var i=t.state.currentSlide-1;i>=-(0,u.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,a=r.beforeChange,o=r.onLazyLoad,s=r.speed,l=r.afterChange,c=t.state.currentSlide,f=(0,u.slideHandler)(g(g(g({index:e},t.props),t.state),{},{trackRef:t.track,useCSS:t.props.useCSS&&!n})),d=f.state,p=f.nextState;if(d){a&&a(c,d.currentSlide);var h=d.lazyLoadedList.filter(function(e){return t.state.lazyLoadedList.indexOf(e)<0});o&&h.length>0&&o(h),!t.props.waitForAnimate&&t.animationEndCallback&&(clearTimeout(t.animationEndCallback),l&&l(c),delete t.animationEndCallback),t.setState(d,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(d.currentSlide),delete t.animationEndCallback})},s))})}}),_(A(t),"changeSlide",function(e){var n=arguments.length>1&&void 0!==arguments[1]&&arguments[1],r=g(g({},t.props),t.state),i=(0,u.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 a=t.list.querySelectorAll(".slick-current");a[0]&&a[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,u.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,u.swipeStart)(e,t.props.swipe,t.props.draggable);""!==n&&t.setState(n)}),_(A(t),"swipeMove",function(e){var n=(0,u.swipeMove)(e,g(g(g({},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,u.swipeEnd)(e,g(g(g({},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,u.canGoNext)(g(g({},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,a=(0,o.default)("slick-slider",t.props.className,{"slick-vertical":t.props.vertical,"slick-initialized":!0}),f=g(g({},t.props),t.state),d=(0,u.extractObject)(f,["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(d=g(g({},d),{},{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,u.extractObject)(f,["dotsClass","slideCount","slidesToShow","currentSlide","slidesToScroll","clickHandler","children","customPaging","infinite","appendDots"]),v=t.props.pauseOnDotsHover;m=g(g({},m),{},{clickHandler:t.changeSlide,onMouseEnter:v?t.onDotsLeave:null,onMouseOver:v?t.onDotsOver:null,onMouseLeave:v?t.onDotsLeave:null}),e=r.default.createElement(l.Dots,m)}var y=(0,u.extractObject)(f,["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 D=null;t.props.vertical&&(D={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=g(g({},D),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:a,dir:"ltr",style:t.props.style};return t.props.unslick&&(_={className:"slick-list"},C={className:a}),r.default.createElement("div",C,t.props.unslick?"":n,r.default.createElement("div",h({ref:t.listRefHandler},_),r.default.createElement(s.Track,h({ref:t.trackRefHandler},d),t.props.children)),t.props.unslick?"":i,t.props.unslick?"":e)}),t.list=null,t.track=null,t.state=g(g({},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=g(g({},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 a=i[n];if(!e.hasOwnProperty(a)){t=!0;break}if("object"!==p(e[a])&&"function"!==typeof e[a]&&e[a]!==this.props[a]){t=!0;break}}return t||r.default.Children.count(this.props.children)!==r.default.Children.count(e.children)}}])&&y(t.prototype,n),d&&y(t,d),Object.defineProperty(t,"prototype",{writable:!1}),b}(r.default.Component);t.InnerSlider=C},3178:function(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(2791)),a=n(8293),o=l(n(5477)),u=l(n(5484)),s=n(8026);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 f(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?f(Object(n),!0).forEach(function(t){y(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):f(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=g(e);if(t){var a=g(this).constructor;n=Reflect.construct(i,arguments,a)}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 v(e)}(this,n)}}function v(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function g(e){return g=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},g(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 D=(0,s.canUseDOM)()&&n(8153),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)}(f,e);var t,n,r,l=m(f);function f(e){var t;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,f),y(v(t=l.call(this,e)),"innerSliderRefHandler",function(e){return t.innerSlider=e}),y(v(t),"slickPrev",function(){return t.innerSlider.slickPrev()}),y(v(t),"slickNext",function(){return t.innerSlider.slickNext()}),y(v(t),"slickGoTo",function(e){var n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return t.innerSlider.slickGoTo(e,n)}),y(v(t),"slickPause",function(){return t.innerSlider.pause("paused")}),y(v(t),"slickPlay",function(){return t.innerSlider.autoPlay("play")}),t.state={breakpoint:null},t._responsiveMediaHandlers=[],t}return t=f,(n=[{key:"media",value:function(e,t){D.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,o.default)({minWidth:0,maxWidth:n}):(0,o.default)({minWidth:t[r-1]+1,maxWidth:n}),(0,s.canUseDOM)()&&e.media(i,function(){e.setState({breakpoint:n})})});var n=(0,o.default)({minWidth:t.slice(-1)[0]});(0,s.canUseDOM)()&&this.media(n,function(){e.setState({breakpoint:null})})}}},{key:"componentWillUnmount",value:function(){this._responsiveMediaHandlers.forEach(function(e){D.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":d(d(d({},u.default),this.props),t[0].settings):d(d({},u.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 o=[],s=null,l=0;l<r.length;l+=e.rows*e.slidesPerRow){for(var f=[],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&&(s=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"}}));f.push(i.default.createElement("div",{key:10*l+p},h))}e.variableWidth?o.push(i.default.createElement("div",{key:l,style:{width:s}},f)):o.push(i.default.createElement("div",{key:l},f))}if("unslick"===e){var v="regular slider "+(this.props.className||"");return i.default.createElement("div",{className:v},r)}return o.length<=e.slidesToShow&&(e.unslick=!0),i.default.createElement(a.InnerSlider,c({style:this.props.style,ref:this.innerSliderRefHandler},e),o)}}])&&p(t.prototype,n),r&&p(t,r),Object.defineProperty(t,"prototype",{writable:!1}),f}(i.default.Component);t.default=E},4931:function(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=u(n(2791)),a=u(n(1694)),o=n(8026);function u(e){return e&&e.__esModule?e:{default:e}}function s(){return s=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},s.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 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 a=p(this).constructor;n=Reflect.construct(i,arguments,a)}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 d(e)}(this,n)}}function d(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){v(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 v(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var g=function(e){var t,n,r,i,a;return r=(a=e.rtl?e.slideCount-1-e.index:e.index)<0||a>=e.slideCount,e.centerMode?(i=Math.floor(e.slidesToShow/2),n=(a-e.currentSlide)%e.slideCount===0,a>e.currentSlide-i-1&&a<=e.currentSlide+i&&(t=!0)):t=e.currentSlide<=a&&a<e.currentSlide+e.slidesToShow,{"slick-slide":!0,"slick-active":t,"slick-center":n,"slick-cloned":r,"slick-current":a===(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},D=function(e){var t,n=[],r=[],u=[],s=i.default.Children.count(e.children),l=(0,o.lazyStartIndex)(e),c=(0,o.lazyEndIndex)(e);return i.default.Children.forEach(e.children,function(f,d){var p,h={message:"children",index:d,slidesToScroll:e.slidesToScroll,currentSlide:e.currentSlide};p=!e.lazyLoad||e.lazyLoad&&e.lazyLoadedList.indexOf(d)>=0?f:i.default.createElement("div",null);var v=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:d})),D=p.props.className||"",E=g(m(m({},e),{},{index:d}));if(n.push(i.default.cloneElement(p,{key:"original"+y(p,d),"data-index":d,className:(0,a.default)(E,D),tabIndex:"-1","aria-hidden":!E["slick-active"],style:m(m({outline:"none"},p.props.style||{}),v),onClick:function(t){p.props&&p.props.onClick&&p.props.onClick(t),e.focusOnSelect&&e.focusOnSelect(h)}})),e.infinite&&!1===e.fade){var A=s-d;A<=(0,o.getPreClones)(e)&&s!==e.slidesToShow&&((t=-A)>=l&&(p=f),E=g(m(m({},e),{},{index:t})),r.push(i.default.cloneElement(p,{key:"precloned"+y(p,t),"data-index":t,tabIndex:"-1",className:(0,a.default)(E,D),"aria-hidden":!E["slick-active"],style:m(m({},p.props.style||{}),v),onClick:function(t){p.props&&p.props.onClick&&p.props.onClick(t),e.focusOnSelect&&e.focusOnSelect(h)}}))),s!==e.slidesToShow&&((t=s+d)<c&&(p=f),E=g(m(m({},e),{},{index:t})),u.push(i.default.cloneElement(p,{key:"postcloned"+y(p,t),"data-index":t,tabIndex:"-1",className:(0,a.default)(E,D),"aria-hidden":!E["slick-active"],style:m(m({},p.props.style||{}),v),onClick:function(t){p.props&&p.props.onClick&&p.props.onClick(t),e.focusOnSelect&&e.focusOnSelect(h)}})))}}),e.rtl?r.concat(n,u).reverse():r.concat(n,u)},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)}(o,e);var t,n,r,a=f(o);function o(){var e;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,o);for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return v(d(e=a.call.apply(a,[this].concat(n))),"node",null),v(d(e),"handleRef",function(t){e.node=t}),e}return t=o,(n=[{key:"render",value:function(){var e=D(this.props),t=this.props,n={onMouseEnter:t.onMouseEnter,onMouseOver:t.onMouseOver,onMouseLeave:t.onMouseLeave};return i.default.createElement("div",s({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}),o}(i.default.PureComponent);t.Track=E},8026:function(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=s,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(2791))&&r.__esModule?r:{default:r};function a(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?a(Object(n),!0).forEach(function(t){u(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):a(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function u(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function s(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=f(e),r=d(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=f(e),r=d(e),i=n;i<r;i++)t.push(i);return t};var f=function(e){return e.currentSlide-p(e)};t.lazyStartIndex=f;var d=function(e){return e.currentSlide+h(e)};t.lazyEndIndex=d;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 v=function(e){return e&&e.offsetHeight||0};t.getHeight=v;var g=function(e){var t,n,r,i,a=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===a?i>=35&&i<=135?"up":"down":"vertical"};t.getSwipeDirection=g;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,a=Math.ceil(m(r)),u=e.trackRef&&e.trackRef.node,s=Math.ceil(m(u));if(e.vertical)t=a;else{var l=e.centerMode&&2*parseInt(e.centerPadding);"string"===typeof e.centerPadding&&"%"===e.centerPadding.slice(-1)&&(l*=a/100),t=Math.ceil((a-l)/e.slidesToShow)}var f=r&&v(r.querySelector('[data-index="0"]')),d=f*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||[],g=c(o(o({},e),{},{currentSlide:p,lazyLoadedList:h})),y={slideCount:n,slideWidth:t,listWidth:a,trackWidth:s,currentSlide:p,slideHeight:f,listHeight:d,lazyLoadedList:h=h.concat(g)};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,a=e.index,u=e.slideCount,l=e.lazyLoad,f=e.currentSlide,d=e.centerMode,p=e.slidesToScroll,h=e.slidesToShow,m=e.useCSS,v=e.lazyLoadedList;if(t&&n)return{};var g,D,E,A=a,b={},T={},x=i?a:s(a,0,u-1);if(r){if(!i&&(a<0||a>=u))return{};a<0?A=a+u:a>=u&&(A=a-u),l&&v.indexOf(A)<0&&(v=v.concat(A)),b={animating:!0,currentSlide:A,lazyLoadedList:v,targetSlide:A},T={animating:!1,targetSlide:A}}else g=A,A<0?(g=A+u,i?u%p!==0&&(g=u-u%p):g=0):!y(e)&&A>f?A=g=f:d&&A>=u?(A=i?u:u-1,g=i?0:u-1):A>=u&&(g=A-u,i?u%p!==0&&(g=0):g=u-h),!i&&A+h>=u&&(g=u-h),D=k(o(o({},e),{},{slideIndex:A})),E=k(o(o({},e),{},{slideIndex:g})),i||(D===E&&(A=g),D=E),l&&(v=v.concat(c(o(o({},e),{},{currentSlide:A})))),m?(b={animating:!0,currentSlide:g,trackStyle:C(o(o({},e),{},{left:D})),lazyLoadedList:v,targetSlide:x},T={animating:!1,currentSlide:g,trackStyle:_(o(o({},e),{},{left:E})),swipeLeft:null,targetSlide:x}):b={currentSlide:g,trackStyle:_(o(o({},e),{},{left:E})),lazyLoadedList:v,targetSlide:x};return{state:b,nextState:T}};t.changeSlide=function(e,t){var n,r,i,a,u=e.slidesToScroll,s=e.slidesToShow,l=e.slideCount,c=e.currentSlide,f=e.targetSlide,d=e.lazyLoad,p=e.infinite;if(n=l%u!==0?0:(l-c)%u,"previous"===t.message)a=c-(i=0===n?u:s-n),d&&!p&&(a=-1===(r=c-i)?l-1:r),p||(a=f-u);else if("next"===t.message)a=c+(i=0===n?u:n),d&&!p&&(a=(c+u)%l+n),p||(a=f+u);else if("dots"===t.message)a=t.index*t.slidesToScroll;else if("children"===t.message){if(a=t.index,p){var h=w(o(o({},e),{},{targetSlide:a}));a>t.currentSlide&&"left"===h?a-=l:a<t.currentSlide&&"right"===h&&(a+=l)}}else"index"===t.message&&(a=Number(t.index));return a};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,a=t.swipeToSlide,u=t.verticalSwiping,s=t.rtl,c=t.currentSlide,f=t.edgeFriction,d=t.edgeDragged,p=t.onEdge,h=t.swiped,m=t.swiping,v=t.slideCount,D=t.slidesToScroll,E=t.infinite,A=t.touchObject,b=t.swipeEvent,C=t.listHeight,T=t.listWidth;if(!n){if(r)return l(e);i&&a&&u&&l(e);var x,S={},w=k(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 F=Math.round(Math.sqrt(Math.pow(A.curY-A.startY,2)));if(!u&&!m&&F>10)return{scrolling:!0};u&&(A.swipeLength=F);var O=(s?-1:1)*(A.curX>A.startX?1:-1);u&&(O=A.curY>A.startY?1:-1);var N=Math.ceil(v/D),B=g(t.touchObject,u),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*f,!1===d&&p&&(p(B),S.edgeDragged=!0)),!h&&b&&(b(B),S.swiped=!0),x=i?w+I*(C/T)*O:s?w-I*O:w+I*O,u&&(x=w+I*O),S=o(o({},S),{},{touchObject:A,swipeLeft:x,trackStyle:_(o(o({},t),{},{left:x}))}),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,a=t.listWidth,u=t.touchThreshold,s=t.verticalSwiping,c=t.listHeight,f=t.swipeToSlide,d=t.scrolling,p=t.onSwipe,h=t.targetSlide,m=t.currentSlide,v=t.infinite;if(!n)return r&&l(e),{};var y=s?c/u:a/u,D=g(i,s),b={dragging:!1,edgeDragged:!1,scrolling:!1,swiping:!1,swiped:!1,swipeLeft:null,touchObject:{}};if(d)return b;if(!i.swipeLength)return b;if(i.swipeLength>y){var _,T;l(e),p&&p(D);var x=v?m:h;switch(D){case"left":case"up":T=x+A(t),_=f?E(t,T):T,b.currentDirection=0;break;case"right":case"down":T=x-A(t),_=f?E(t,T):T,b.currentDirection=1;break;default:_=x}b.triggerSlideHandler=_}else{var S=k(t);b.trackStyle=C(o(o({},t),{},{left:S}))}return b};var D=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=D;var E=function(e,t){var n=D(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+v(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 a=!0===e.rtl?e.slideCount-e.currentSlide:e.currentSlide;return Math.abs(n.dataset.index-a)||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 a=e.vertical?"translate3d(0px, "+e.left+"px, 0px)":"translate3d("+e.left+"px, 0px, 0px)",u=e.vertical?"translate3d(0px, "+e.left+"px, 0px)":"translate3d("+e.left+"px, 0px, 0px)",s=e.vertical?"translateY("+e.left+"px)":"translateX("+e.left+"px)";i=o(o({},i),{},{WebkitTransform:a,transform:u,msTransform:s})}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 k=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,a=e.infinite,o=e.centerMode,u=e.slideCount,s=e.slidesToShow,l=e.slidesToScroll,c=e.slideWidth,f=e.listWidth,d=e.variableWidth,p=e.slideHeight,h=e.fade,m=e.vertical;if(h||1===e.slideCount)return 0;var v=0;if(a?(v=-T(e),u%l!==0&&r+l>u&&(v=-(r>u?s-(r-u):u%l)),o&&(v+=parseInt(s/2))):(u%l!==0&&r+l>u&&(v=s-u%l),o&&(v=parseInt(s/2))),t=m?r*p*-1+v*p:r*c*-1+v*c,!0===d){var g,y=i&&i.node;if(g=r+T(e),t=(n=y&&y.childNodes[g])?-1*n.offsetLeft:0,!0===o){g=a?r+T(e):r,n=y&&y.children[g],t=0;for(var D=0;D<g;D++)t-=y&&y.children[D]&&y.children[D].offsetWidth;t-=parseInt(e.centerPadding),t+=n&&(f-n.offsetWidth)/2}}return t};t.getTrackLeft=k;var T=function(e){return e.unslick||!e.infinite?0:e.variableWidth?e.slideCount:e.slidesToShow+(e.centerMode?1:0)};t.getPreClones=T;var x=function(e){return e.unslick||!e.infinite?0:e.slideCount};t.getPostClones=x;var S=function(e){return 1===e.slideCount?1:T(e)+e.slideCount+x(e)};t.getTotalSlides=S;var w=function(e){return e.targetSlide>e.currentSlide?e.targetSlide>e.currentSlide+F(e)?"left":"right":e.targetSlide<e.currentSlide-O(e)?"right":"left"};t.siblingDirection=w;var F=function(e){var t=e.slidesToShow,n=e.centerMode,r=e.rtl,i=e.centerPadding;if(n){var a=(t-1)/2+1;return parseInt(i)>0&&(a+=1),r&&t%2===0&&(a+=1),a}return r?0:t-1};t.slidesOnRight=F;var O=function(e){var t=e.slidesToShow,n=e.centerMode,r=e.rtl,i=e.centerPadding;if(n){var a=(t-1)/2+1;return parseInt(i)>0&&(a+=1),r||t%2!==0||(a+=1),a}return r?t-1:0};t.slidesOnLeft=O;t.canUseDOM=function(){return!("undefined"===typeof window||!window.document||!window.document.createElement)}},6374:function(e,t,n){"use strict";var r=n(2791),i=Symbol.for("react.element"),a=Symbol.for("react.fragment"),o=Object.prototype.hasOwnProperty,u=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,s={key:!0,ref:!0,__self:!0,__source:!0};function l(e,t,n){var r,a={},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)o.call(t,r)&&!s.hasOwnProperty(r)&&(a[r]=t[r]);if(e&&e.defaultProps)for(r in t=e.defaultProps)void 0===a[r]&&(a[r]=t[r]);return{$$typeof:i,type:e,key:l,ref:c,props:a,_owner:u.current}}t.Fragment=a,t.jsx=l,t.jsxs=l},9117:function(e,t){"use strict";var n=Symbol.for("react.element"),r=Symbol.for("react.portal"),i=Symbol.for("react.fragment"),a=Symbol.for("react.strict_mode"),o=Symbol.for("react.profiler"),u=Symbol.for("react.provider"),s=Symbol.for("react.context"),l=Symbol.for("react.forward_ref"),c=Symbol.for("react.suspense"),f=Symbol.for("react.memo"),d=Symbol.for("react.lazy"),p=Symbol.iterator;var h={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},m=Object.assign,v={};function g(e,t,n){this.props=e,this.context=t,this.refs=v,this.updater=n||h}function y(){}function D(e,t,n){this.props=e,this.context=t,this.refs=v,this.updater=n||h}g.prototype.isReactComponent={},g.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")},g.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},y.prototype=g.prototype;var E=D.prototype=new y;E.constructor=D,m(E,g.prototype),E.isPureReactComponent=!0;var A=Array.isArray,b=Object.prototype.hasOwnProperty,_={current:null},C={key:!0,ref:!0,__self:!0,__source:!0};function k(e,t,r){var i,a={},o=null,u=null;if(null!=t)for(i in void 0!==t.ref&&(u=t.ref),void 0!==t.key&&(o=""+t.key),t)b.call(t,i)&&!C.hasOwnProperty(i)&&(a[i]=t[i]);var s=arguments.length-2;if(1===s)a.children=r;else if(1<s){for(var l=Array(s),c=0;c<s;c++)l[c]=arguments[c+2];a.children=l}if(e&&e.defaultProps)for(i in s=e.defaultProps)void 0===a[i]&&(a[i]=s[i]);return{$$typeof:n,type:e,key:o,ref:u,props:a,_owner:_.current}}function T(e){return"object"===typeof e&&null!==e&&e.$$typeof===n}var x=/\/+/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,a,o){var u=typeof e;"undefined"!==u&&"boolean"!==u||(e=null);var s=!1;if(null===e)s=!0;else switch(u){case"string":case"number":s=!0;break;case"object":switch(e.$$typeof){case n:case r:s=!0}}if(s)return o=o(s=e),e=""===a?"."+S(s,0):a,A(o)?(i="",null!=e&&(i=e.replace(x,"$&/")+"/"),w(o,t,i,"",function(e){return e})):null!=o&&(T(o)&&(o=function(e,t){return{$$typeof:n,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}(o,i+(!o.key||s&&s.key===o.key?"":(""+o.key).replace(x,"$&/")+"/")+e)),t.push(o)),1;if(s=0,a=""===a?".":a+":",A(e))for(var l=0;l<e.length;l++){var c=a+S(u=e[l],l);s+=w(u,t,i,c,o)}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;!(u=e.next()).done;)s+=w(u=u.value,t,i,c=a+S(u,l++),o);else if("object"===u)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 s}function F(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:_};t.Children={map:F,forEach:function(e,t,n){F(e,function(){t.apply(this,arguments)},n)},count:function(e){var t=0;return F(e,function(){t++}),t},toArray:function(e){return F(e,function(e){return e})||[]},only:function(e){if(!T(e))throw Error("React.Children.only expected to receive a single React element child.");return e}},t.Component=g,t.Fragment=i,t.Profiler=o,t.PureComponent=D,t.StrictMode=a,t.Suspense=c,t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=I,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),a=e.key,o=e.ref,u=e._owner;if(null!=t){if(void 0!==t.ref&&(o=t.ref,u=_.current),void 0!==t.key&&(a=""+t.key),e.type&&e.type.defaultProps)var s=e.type.defaultProps;for(l in t)b.call(t,l)&&!C.hasOwnProperty(l)&&(i[l]=void 0===t[l]&&void 0!==s?s[l]:t[l])}var l=arguments.length-2;if(1===l)i.children=r;else if(1<l){s=Array(l);for(var c=0;c<l;c++)s[c]=arguments[c+2];i.children=s}return{$$typeof:n,type:e.type,key:a,ref:o,props:i,_owner:u}},t.createContext=function(e){return(e={$$typeof:s,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null}).Provider={$$typeof:u,_context:e},e.Consumer=e},t.createElement=k,t.createFactory=function(e){var t=k.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=T,t.lazy=function(e){return{$$typeof:d,_payload:{_status:-1,_result:e},_init:O}},t.memo=function(e,t){return{$$typeof:f,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=function(){throw Error("act(...) is not supported in production builds of React.")},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.2.0"},2791:function(e,t,n){"use strict";e.exports=n(9117)},184:function(e,t,n){"use strict";e.exports=n(6374)},474:function(e,t,n){"use strict";n.r(t);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,a="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")(),o="function"===typeof requestAnimationFrame?requestAnimationFrame.bind(a):function(e){return setTimeout(function(){return e(Date.now())},1e3/60)};var u=["top","right","bottom","left","width","height","size","weight"],s="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 a(){n&&(n=!1,e()),r&&s()}function u(){o(a)}function s(){var e=Date.now();if(n){if(e-i<2)return;r=!0}else n=!0,r=!1,setTimeout(u,t);i=e}return s}(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),s?(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;u.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},f=function(e){return e&&e.ownerDocument&&e.ownerDocument.defaultView||a},d=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 d;var r=f(e).getComputedStyle(e),i=function(e){for(var t={},n=0,r=["top","right","bottom","left"];n<r.length;n++){var i=r[n],a=e["padding-"+i];t[i]=p(a)}return t}(r),a=i.left+i.right,o=i.top+i.bottom,u=p(r.width),s=p(r.height);if("border-box"===r.boxSizing&&(Math.round(u+a)!==t&&(u-=h(r,"left","right")+a),Math.round(s+o)!==n&&(s-=h(r,"top","bottom")+o)),!function(e){return e===f(e).document.documentElement}(e)){var l=Math.round(u+a)-t,c=Math.round(s+o)-n;1!==Math.abs(l)&&(u-=l),1!==Math.abs(c)&&(s-=c)}return y(i.left,i.top,u,s)}var v="undefined"!==typeof SVGGraphicsElement?function(e){return e instanceof f(e).SVGGraphicsElement}:function(e){return e instanceof f(e).SVGElement&&"function"===typeof e.getBBox};function g(e){return i?v(e)?function(e){var t=e.getBBox();return y(0,0,t.width,t.height)}(e):m(e):d}function y(e,t,n,r){return{x:e,y:t,width:n,height:r}}var D=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=g(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,a="undefined"!==typeof DOMRectReadOnly?DOMRectReadOnly:Object,o=Object.create(a.prototype);return c(o,{x:t,y:n,width:r,height:i,top:n,right:t+r,bottom:i+n,left:t}),o}(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 f(e).Element))throw new TypeError('parameter 1 is not of type "Element".');var t=this.observations_;t.has(e)||(t.set(e,new D(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 f(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)}});var C="undefined"!==typeof a.ResizeObserver?a.ResizeObserver:_;t.default=C},6813:function(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<a(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,o=i>>>1;r<o;){var u=2*(r+1)-1,s=e[u],l=u+1,c=e[l];if(0>a(s,n))l<i&&0>a(c,s)?(e[r]=c,e[l]=n,r=l):(e[r]=s,e[u]=n,r=u);else{if(!(l<i&&0>a(c,n)))break e;e[r]=c,e[l]=n,r=l}}}return t}function a(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 o=performance;t.unstable_now=function(){return o.now()}}else{var u=Date,s=u.now();t.unstable_now=function(){return u.now()-s}}var l=[],c=[],f=1,d=null,p=3,h=!1,m=!1,v=!1,g="function"===typeof setTimeout?setTimeout:null,y="function"===typeof clearTimeout?clearTimeout:null,D="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(v=!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,v&&(v=!1,y(T),T=-1),h=!0;var a=p;try{for(E(n),d=r(l);null!==d&&(!(d.expirationTime>n)||e&&!w());){var o=d.callback;if("function"===typeof o){d.callback=null,p=d.priorityLevel;var u=o(d.expirationTime<=n);n=t.unstable_now(),"function"===typeof u?d.callback=u:d===r(l)&&i(l),E(n)}else i(l);d=r(l)}if(null!==d)var s=!0;else{var f=r(c);null!==f&&I(A,f.startTime-n),s=!1}return s}finally{d=null,p=a,h=!1}}"undefined"!==typeof navigator&&void 0!==navigator.scheduling&&void 0!==navigator.scheduling.isInputPending&&navigator.scheduling.isInputPending.bind(navigator.scheduling);var _,C=!1,k=null,T=-1,x=5,S=-1;function w(){return!(t.unstable_now()-S<x)}function F(){if(null!==k){var e=t.unstable_now();S=e;var n=!0;try{n=k(!0,e)}finally{n?_():(C=!1,k=null)}}else C=!1}if("function"===typeof D)_=function(){D(F)};else if("undefined"!==typeof MessageChannel){var O=new MessageChannel,N=O.port2;O.port1.onmessage=F,_=function(){N.postMessage(null)}}else _=function(){g(F,0)};function B(e){k=e,C||(C=!0,_())}function I(e,n){T=g(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"):x=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,a){var o=t.unstable_now();switch("object"===typeof a&&null!==a?a="number"===typeof(a=a.delay)&&0<a?o+a:o:a=o,e){case 1:var u=-1;break;case 2:u=250;break;case 5:u=1073741823;break;case 4:u=1e4;break;default:u=5e3}return e={id:f++,callback:i,priorityLevel:e,startTime:a,expirationTime:u=a+u,sortIndex:-1},a>o?(e.sortIndex=a,n(c,e),null===r(l)&&e===r(c)&&(v?(y(T),T=-1):v=!0,I(A,a-o))):(e.sortIndex=u,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}}}},5296:function(e,t,n){"use strict";e.exports=n(6813)},9613:function(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 a=Object.keys(e),o=Object.keys(t);if(a.length!==o.length)return!1;for(var u=Object.prototype.hasOwnProperty.bind(t),s=0;s<a.length;s++){var l=a[s];if(!u(l))return!1;var c=e[l],f=t[l];if(!1===(i=n?n.call(r,c,f,l):void 0)||void 0===i&&c!==f)return!1}return!0}},2806:function(e){e.exports=function(e){return e.replace(/[A-Z]/g,function(e){return"-"+e.toLowerCase()}).toLowerCase()}},5792:function(e,t,n){"use strict";var r=(this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}})(n(3009)),i=n(9483);function a(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}a.default=a,e.exports=a},9483:function(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=/^[^-]+$/,a=/^-(webkit|moz|ms|o|khtml)-/,o=/^-(ms)-/,u=function(e,t){return t.toUpperCase()},s=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(o,s):e.replace(a,s)).replace(r,u))}},3009:function(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){var n=null;if(!e||"string"!==typeof e)return n;var r=(0,i.default)(e),a="function"===typeof t;return r.forEach(function(e){if("declaration"===e.type){var r=e.property,i=e.value;a?t(r,i,e):i&&((n=n||{})[r]=i)}}),n};var i=r(n(1065))},1561:function(e,t,n){"use strict";var r=n(2791);var i="function"===typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e===1/t)||e!==e&&t!==t},a=r.useState,o=r.useEffect,u=r.useLayoutEffect,s=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=a({inst:{value:n,getSnapshot:t}}),i=r[0].inst,c=r[1];return u(function(){i.value=n,i.getSnapshot=t,l(i)&&c({inst:i})},[e,n,t]),o(function(){return l(i)&&c({inst:i}),e(function(){l(i)&&c({inst:i})})},[e]),s(n),n};t.useSyncExternalStore=void 0!==r.useSyncExternalStore?r.useSyncExternalStore:c},7595:function(e,t,n){"use strict";var r=n(2791),i=n(7248);var a="function"===typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e===1/t)||e!==e&&t!==t},o=i.useSyncExternalStore,u=r.useRef,s=r.useEffect,l=r.useMemo,c=r.useDebugValue;t.useSyncExternalStoreWithSelector=function(e,t,n,r,i){var f=u(null);if(null===f.current){var d={hasValue:!1,value:null};f.current=d}else d=f.current;f=l(function(){function e(e){if(!s){if(s=!0,o=e,e=r(e),void 0!==i&&d.hasValue){var t=d.value;if(i(t,e))return u=t}return u=e}if(t=u,a(o,e))return t;var n=r(e);return void 0!==i&&i(t,n)?t:(o=e,u=n)}var o,u,s=!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=o(e,f[0],f[1]);return s(function(){d.hasValue=!0,d.value=p},[p]),c(p),p}},7248:function(e,t,n){"use strict";e.exports=n(1561)},327:function(e,t,n){"use strict";e.exports=n(7595)},2480:function(){}},t={};function n(r){var i=t[r];if(void 0!==i)return i.exports;var a=t[r]={id:r,loaded:!1,exports:{}};return e[r].call(a.exports,a,a.exports,n),a.loaded=!0,a.exports}n.m=e,n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,{a:t}),t},n.d=function(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=function(e){return Promise.all(Object.keys(n.f).reduce(function(t,r){return n.f[r](e,t),t},[]))},n.u=function(e){return"static/js/"+e+".46be0a6b.chunk.js"},n.miniCssF=function(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=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},function(){var e={},t="bella-mozzarella-site:";n.l=function(r,i,a,o){if(e[r])e[r].push(i);else{var u,s;if(void 0!==a)for(var l=document.getElementsByTagName("script"),c=0;c<l.length;c++){var f=l[c];if(f.getAttribute("src")==r||f.getAttribute("data-webpack")==t+a){u=f;break}}u||(s=!0,(u=document.createElement("script")).charset="utf-8",u.timeout=120,n.nc&&u.setAttribute("nonce",n.nc),u.setAttribute("data-webpack",t+a),u.src=r),e[r]=[i];var d=function(t,n){u.onerror=u.onload=null,clearTimeout(p);var i=e[r];if(delete e[r],u.parentNode&&u.parentNode.removeChild(u),i&&i.forEach(function(e){return e(n)}),t)return t(n)},p=setTimeout(d.bind(null,void 0,{type:"timeout",target:u}),12e4);u.onerror=d.bind(null,u.onerror),u.onload=d.bind(null,u.onload),s&&document.head.appendChild(u)}}}(),n.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.nmd=function(e){return e.paths=[],e.children||(e.children=[]),e},n.p="/",function(){var e={179:0};n.f.j=function(t,r){var i=n.o(e,t)?e[t]:void 0;if(0!==i)if(i)r.push(i[2]);else{var a=new Promise(function(n,r){i=e[t]=[n,r]});r.push(i[2]=a);var o=n.p+n.u(t),u=new Error;n.l(o,function(r){if(n.o(e,t)&&(0!==(i=e[t])&&(e[t]=void 0),i)){var a=r&&("load"===r.type?"missing":r.type),o=r&&r.target&&r.target.src;u.message="Loading chunk "+t+" failed.\n("+a+": "+o+")",u.name="ChunkLoadError",u.type=a,u.request=o,i[1](u)}},"chunk-"+t,t)}};var t=function(t,r){var i,a,o=r[0],u=r[1],s=r[2],l=0;if(o.some(function(t){return 0!==e[t]})){for(i in u)n.o(u,i)&&(n.m[i]=u[i]);if(s)s(n)}for(t&&t(r);l<o.length;l++)a=o[l],n.o(e,a)&&e[a]&&e[a][0](),e[a]=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))}(),function(){"use strict";var e={};n.r(e),n.d(e,{boolean:function(){return ty},booleanish:function(){return ny},commaOrSpaceSeparated:function(){return uy},commaSeparated:function(){return oy},number:function(){return iy},overloadedBoolean:function(){return ry},spaceSeparated:function(){return ay}});var t={};n.r(t),n.d(t,{attentionMarkers:function(){return WE},contentInitial:function(){return ME},disable:function(){return YE},document:function(){return LE},flow:function(){return UE},flowInitial:function(){return zE},insideSpan:function(){return VE},string:function(){return HE},text:function(){return GE}});var r={};n.r(r),n.d(r,{boolean:function(){return jC},booleanish:function(){return LC},commaOrSpaceSeparated:function(){return GC},commaSeparated:function(){return HC},number:function(){return zC},overloadedBoolean:function(){return MC},spaceSeparated:function(){return UC}});var i=n(2791),a=n(1250);function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function u(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 s(e,t,n){return t&&u(e.prototype,t),n&&u(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}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}var c=/&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g,f={"&":"&","&":"&","<":"<","<":"<",">":">",">":">","'":"'","'":"'",""":'"',""":'"'," ":" "," ":" ","©":"\xa9","©":"\xa9","®":"\xae","®":"\xae","…":"\u2026","…":"\u2026","/":"/","/":"/"},d=function(e){return f[e]};var p,h={bindI18n:"languageChanged",bindI18nStore:"",transEmptyNodeValue:"",transSupportBasicHtmlNodes:!0,transWrapTextNodes:"",transKeepBasicHtmlNodesFor:["br","strong","i","p"],useSuspense:!0,unescape:function(e){return e.replace(c,d)}},m=(0,i.createContext)();var v=function(){function e(){o(this,e),this.usedNamespaces={}}return s(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 g(){return p}function y(e){var t=e.i18n,n=e.defaultNS,r=e.children,a=(0,i.useMemo)(function(){return{i18n:t,defaultNS:n}},[t,n]);return(0,i.createElement)(m.Provider,{value:a},r)}var D=n(7248),E=n(327),A=n(4164);var b=function(e){e()},_=function(){return b},C=i.createContext(null);function k(){return(0,i.useContext)(C)}var T=function(){throw new Error("uSES not initialized!")},x=T,S=function(e,t){return e===t};function w(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:C,t=e===C?k:function(){return(0,i.useContext)(e)};return function(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:S;var r=t(),a=r.store,o=r.subscription,u=r.getServerState,s=x(o.addNestedSub,a.getState,u||a.getState,e,n);return(0,i.useDebugValue)(s),s}}var F=w();n(2110),n(6900);var O={notify:function(){},get:function(){return[]}};function N(e,t){var n,r=O;function i(){o.onStateChange&&o.onStateChange()}function a(){n||(n=t?t.addNestedSub(i):e.subscribe(i),r=function(){var e=_(),t=null,n=null;return{clear:function(){t=null,n=null},notify:function(){e(function(){for(var e=t;e;)e.callback(),e=e.next})},get:function(){for(var e=[],n=t;n;)e.push(n),n=n.next;return e},subscribe:function(e){var 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)}}}}())}var o={addNestedSub:function(e){return a(),r.subscribe(e)},notifyNestedSubs:function(){r.notify()},handleChangeWrapper:i,isSubscribed:function(){return Boolean(n)},trySubscribe:a,tryUnsubscribe:function(){n&&(n(),n=void 0,r.clear(),r=O)},getListeners:function(){return r}};return o}var B=!("undefined"===typeof window||"undefined"===typeof window.document||"undefined"===typeof window.document.createElement)?i.useLayoutEffect:i.useEffect;var I=function(e){var t=e.store,n=e.context,r=e.children,a=e.serverState,o=(0,i.useMemo)(function(){var e=N(t);return{store:t,subscription:e,getServerState:a?function(){return a}:void 0}},[t,a]),u=(0,i.useMemo)(function(){return t.getState()},[t]);B(function(){var e=o.subscription;return e.onStateChange=e.notifyNestedSubs,e.trySubscribe(),u!==t.getState()&&e.notifyNestedSubs(),function(){e.tryUnsubscribe(),e.onStateChange=void 0}},[o,u]);var s=n||C;return i.createElement(s.Provider,{value:o},r)};function P(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:C,t=e===C?k:function(){return(0,i.useContext)(e)};return function(){return t().store}}var R=P();function j(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:C,t=e===C?R:P(e);return function(){return t().dispatch}}var L,M=j();function z(e,t){return e===t?0!==e||0!==t||1/e===1/t:e!==e&&t!==t}function U(e,t){if(z(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(var i=0;i<n.length;i++)if(!Object.prototype.hasOwnProperty.call(t,n[i])||!z(e[n[i]],t[n[i]]))return!1;return!0}function H(e,t){if(null==e)return{};var n,r,i=function(e,t){if(null==e)return{};var n,r,i={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++)n=a[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}function G(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function V(e,t){return V=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},V(e,t)}function W(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)}function Y(e){return Y=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},Y(e)}function q(){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}}function Q(e){return Q="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},Q(e)}function K(e,t){if(t&&("object"===Q(t)||"function"===typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return G(e)}function X(e){var t=q();return function(){var n,r=Y(e);if(t){var i=Y(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return K(this,n)}}function J(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}function Z(e){if("undefined"!==typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}function $(e,t){if(e){if("string"===typeof e)return J(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)?J(e,t):void 0}}function ee(e){return function(e){if(Array.isArray(e))return J(e)}(e)||Z(e)||$(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function te(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 ne(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?te(Object(n),!0).forEach(function(t){l(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):te(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function re(e){if(Array.isArray(e))return e}function ie(){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 ae(e,t){return re(e)||function(e,t){var n=null==e?null:"undefined"!==typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,i,a=[],o=!0,u=!1;try{for(n=n.call(e);!(o=(r=n.next()).done)&&(a.push(r.value),!t||a.length!==t);o=!0);}catch(s){u=!0,i=s}finally{try{o||null==n.return||n.return()}finally{if(u)throw i}}return a}}(e,t)||$(e,t)||ie()}!function(e){x=e}(E.useSyncExternalStoreWithSelector),function(e){0}(D.useSyncExternalStore),L=A.unstable_batchedUpdates,b=L;var oe,ue,se,le=n(7507),ce=n.n(le),fe=n(2176),de=n.n(fe),pe=n(9613),he=n.n(pe),me=["children"],ve=["children"],ge=function(e){return 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}(ge||{}),ye={rel:["amphtml","canonical","alternate"]},De={type:["application/ld+json"]},Ee={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"]},Ae=Object.values(ge),be={accesskey:"accessKey",charset:"charSet",class:"className",contenteditable:"contentEditable",contextmenu:"contextMenu","http-equiv":"httpEquiv",itemprop:"itemProp",tabindex:"tabIndex"},_e=Object.entries(be).reduce(function(e,t){var n=ae(t,2),r=n[0];return e[n[1]]=r,e},{}),Ce="data-rh",ke="defaultTitle",Te="defer",xe="encodeSpecialCharacters",Se="onChangeClientState",we="titleTemplate",Fe="prioritizeSeoTags",Oe=function(e,t){for(var n=e.length-1;n>=0;n-=1){var r=e[n];if(Object.prototype.hasOwnProperty.call(r,t))return r[t]}return null},Ne=function(e){var t=Oe(e,"title"),n=Oe(e,we);if(Array.isArray(t)&&(t=t.join("")),n&&t)return n.replace(/%s/g,function(){return t});var r=Oe(e,ke);return t||r||void 0},Be=function(e){return Oe(e,Se)||function(){}},Ie=function(e,t){return t.filter(function(t){return"undefined"!==typeof t[e]}).map(function(t){return t[e]}).reduce(function(e,t){return ne(ne({},e),t)},{})},Pe=function(e,t){return t.filter(function(e){return"undefined"!==typeof e.base}).map(function(e){return e.base}).reverse().reduce(function(t,n){if(!t.length)for(var r=Object.keys(n),i=0;i<r.length;i+=1){var a=r[i].toLowerCase();if(-1!==e.indexOf(a)&&n[a])return t.concat(n)}return t},[])},Re=function(e,t,n){var r={};return n.filter(function(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(function(t){return t[e]}).reverse().reduce(function(e,n){var i={};n.filter(function(e){for(var n,a=Object.keys(e),o=0;o<a.length;o+=1){var u=a[o],s=u.toLowerCase();-1===t.indexOf(s)||"rel"===n&&"canonical"===e[n].toLowerCase()||"rel"===s&&"stylesheet"===e[s].toLowerCase()||(n=s),-1===t.indexOf(u)||"innerHTML"!==u&&"cssText"!==u&&"itemprop"!==u||(n=u)}if(!n||!e[n])return!1;var l=e[n].toLowerCase();return r[n]||(r[n]={}),i[n]||(i[n]={}),!r[n][l]&&(i[n][l]=!0,!0)}).reverse().forEach(function(t){return e.push(t)});for(var a=Object.keys(i),o=0;o<a.length;o+=1){var u=a[o],s=ne(ne({},r[u]),i[u]);r[u]=s}return e},[]).reverse()},je=function(e,t){if(Array.isArray(e)&&e.length)for(var n=0;n<e.length;n+=1){if(e[n][t])return!0}return!1},Le=function(e){return Array.isArray(e)?e.join(""):e},Me=function(e,t){return Array.isArray(e)?e.reduce(function(e,n){return!function(e,t){for(var n=Object.keys(e),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.default.push(n):e.priority.push(n),e},{priority:[],default:[]}):{default:e,priority:[]}},ze=function(e,t){return ne(ne({},e),{},l({},t,void 0))},Ue=["noscript","script","style"],He=function(e){return!1===(!(arguments.length>1&&void 0!==arguments[1])||arguments[1])?String(e):String(e).replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'")},Ge=function(e){return Object.keys(e).reduce(function(t,n){var r="undefined"!==typeof e[n]?"".concat(n,'="').concat(e[n],'"'):"".concat(n);return t?"".concat(t," ").concat(r):r},"")},Ve=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return Object.keys(e).reduce(function(t,n){return t[be[n]||n]=e[n],t},t)},We=function(e,t){return t.map(function(t,n){var r=l({key:n},Ce,!0);return Object.keys(t).forEach(function(e){var n=be[e]||e;if("innerHTML"===n||"cssText"===n){var i=t.innerHTML||t.cssText;r.dangerouslySetInnerHTML={__html:i}}else r[n]=t[e]}),i.createElement(e,r)})},Ye=function(e,t){var n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];switch(e){case"title":return{toComponent:function(){return function(e,t,n){var r=l({key:t},Ce,!0),a=Ve(n,r);return[i.createElement("title",a,t)]}(0,t.title,t.titleAttributes)},toString:function(){return function(e,t,n,r){var i=Ge(n),a=Le(t);return i?"<".concat(e," ").concat(Ce,'="true" ').concat(i,">").concat(He(a,r),"</").concat(e,">"):"<".concat(e," ").concat(Ce,'="true">').concat(He(a,r),"</").concat(e,">")}(e,t.title,t.titleAttributes,n)}};case"bodyAttributes":case"htmlAttributes":return{toComponent:function(){return Ve(t)},toString:function(){return Ge(t)}};default:return{toComponent:function(){return We(e,t)},toString:function(){return function(e,t){var n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];return t.reduce(function(t,r){var i=r,a=Object.keys(i).filter(function(e){return!("innerHTML"===e||"cssText"===e)}).reduce(function(e,t){var r="undefined"===typeof i[t]?t:"".concat(t,'="').concat(He(i[t],n),'"');return e?"".concat(e," ").concat(r):r},""),o=i.innerHTML||i.cssText||"",u=-1===Ue.indexOf(e);return"".concat(t,"<").concat(e," ").concat(Ce,'="true" ').concat(a).concat(u?"/>":">".concat(o,"</").concat(e,">"))},"")}(e,t,n)}}}},qe=function(e){var t=e.baseTag,n=e.bodyAttributes,r=e.encode,i=void 0===r||r,a=e.htmlAttributes,o=e.noscriptTags,u=e.styleTags,s=e.title,l=void 0===s?"":s,c=e.titleAttributes,f=e.prioritizeSeoTags,d=e.linkTags,p=e.metaTags,h=e.scriptTags,m={toComponent:function(){},toString:function(){return""}};if(f){var v=function(e){var t=e.metaTags,n=e.linkTags,r=e.scriptTags,i=e.encode,a=Me(t,Ee),o=Me(n,ye),u=Me(r,De);return{priorityMethods:{toComponent:function(){return[].concat(ee(We("meta",a.priority)),ee(We("link",o.priority)),ee(We("script",u.priority)))},toString:function(){return"".concat(Ye("meta",a.priority,i)," ").concat(Ye("link",o.priority,i)," ").concat(Ye("script",u.priority,i))}},metaTags:a.default,linkTags:o.default,scriptTags:u.default}}(e);m=v.priorityMethods,d=v.linkTags,p=v.metaTags,h=v.scriptTags}return{priority:m,base:Ye("base",t,i),bodyAttributes:Ye("bodyAttributes",n,i),htmlAttributes:Ye("htmlAttributes",a,i),link:Ye("link",d,i),meta:Ye("meta",p,i),noscript:Ye("noscript",o,i),script:Ye("script",h,i),style:Ye("style",u,i),title:Ye("title",{title:l,titleAttributes:c},i)}},Qe=[],Ke=!("undefined"===typeof window||!window.document||!window.document.createElement),Xe=s(function e(t,n){var r=this;o(this,e),l(this,"instances",[]),l(this,"canUseDOM",Ke),l(this,"context",void 0),l(this,"value",{setHelmet:function(e){r.context.helmet=e},helmetInstances:{get:function(){return r.canUseDOM?Qe:r.instances},add:function(e){(r.canUseDOM?Qe:r.instances).push(e)},remove:function(e){var t=(r.canUseDOM?Qe:r.instances).indexOf(e);(r.canUseDOM?Qe:r.instances).splice(t,1)}}}),this.context=t,this.canUseDOM=n||!1,n||(t.helmet=qe({baseTag:[],bodyAttributes:{},encodeSpecialCharacters:!0,htmlAttributes:{},linkTags:[],metaTags:[],noscriptTags:[],scriptTags:[],styleTags:[],title:"",titleAttributes:{}}))}),Je=i.createContext({}),Ze=(oe=function(e){W(n,e);var t=X(n);function n(e){var r;return o(this,n),l(G(r=t.call(this,e)),"helmetData",void 0),r.helmetData=new Xe(r.props.context||{},n.canUseDOM),r}return s(n,[{key:"render",value:function(){return i.createElement(Je.Provider,{value:this.helmetData.value},this.props.children)}}]),n}(i.Component),l(oe,"canUseDOM",Ke),oe),$e=function(e,t){var n,r=document.head||document.querySelector("head"),i=r.querySelectorAll("".concat(e,"[").concat(Ce,"]")),a=[].slice.call(i),o=[];return t&&t.length&&t.forEach(function(t){var r=document.createElement(e);for(var i in t)if(Object.prototype.hasOwnProperty.call(t,i))if("innerHTML"===i)r.innerHTML=t.innerHTML;else if("cssText"===i)r.styleSheet?r.styleSheet.cssText=t.cssText:r.appendChild(document.createTextNode(t.cssText));else{var u=i,s="undefined"===typeof t[u]?"":t[u];r.setAttribute(i,s)}r.setAttribute(Ce,"true"),a.some(function(e,t){return n=t,r.isEqualNode(e)})?a.splice(n,1):o.push(r)}),a.forEach(function(e){var t;return null===(t=e.parentNode)||void 0===t?void 0:t.removeChild(e)}),o.forEach(function(e){return r.appendChild(e)}),{oldTags:a,newTags:o}},et=function(e,t){var n=document.getElementsByTagName(e)[0];if(n){for(var r=n.getAttribute(Ce),i=r?r.split(","):[],a=ee(i),o=Object.keys(t),u=0,s=o;u<s.length;u++){var l=s[u],c=t[l]||"";n.getAttribute(l)!==c&&n.setAttribute(l,c),-1===i.indexOf(l)&&i.push(l);var f=a.indexOf(l);-1!==f&&a.splice(f,1)}for(var d=a.length-1;d>=0;d-=1)n.removeAttribute(a[d]);i.length===a.length?n.removeAttribute(Ce):n.getAttribute(Ce)!==o.join(",")&&n.setAttribute(Ce,o.join(","))}},tt=function(e,t){var n=e.baseTag,r=e.bodyAttributes,i=e.htmlAttributes,a=e.linkTags,o=e.metaTags,u=e.noscriptTags,s=e.onChangeClientState,l=e.scriptTags,c=e.styleTags,f=e.title,d=e.titleAttributes;et("body",r),et("html",i),function(e,t){"undefined"!==typeof e&&document.title!==e&&(document.title=Le(e)),et("title",t)}(f,d);var p={baseTag:$e("base",n),linkTags:$e("link",a),metaTags:$e("meta",o),noscriptTags:$e("noscript",u),scriptTags:$e("script",l),styleTags:$e("style",c)},h={},m={};Object.keys(p).forEach(function(e){var t=p[e],n=t.newTags,r=t.oldTags;n.length&&(h[e]=n),r.length&&(m[e]=p[e].oldTags)}),t&&t(),s(e,h,m)},nt=null,rt=function(e){nt&&cancelAnimationFrame(nt),e.defer?nt=requestAnimationFrame(function(){tt(e,function(){nt=null})}):(tt(e),nt=null)},it=function(e){W(n,e);var t=X(n);function n(){var e;o(this,n);for(var r=arguments.length,i=new Array(r),a=0;a<r;a++)i[a]=arguments[a];return l(G(e=t.call.apply(t,[this].concat(i))),"rendered",!1),e}return s(n,[{key:"shouldComponentUpdate",value:function(e){return!he()(e,this.props)}},{key:"componentDidUpdate",value:function(){this.emitChange()}},{key:"componentWillUnmount",value:function(){this.props.context.helmetInstances.remove(this),this.emitChange()}},{key:"emitChange",value:function(){var e,t=this.props.context,n=t.helmetInstances,r=t.setHelmet,i=null,a=(e=n.get().map(function(e){var t=ne({},e.props);return delete t.context,t}),{baseTag:Pe(["href"],e),bodyAttributes:Ie("bodyAttributes",e),defer:Oe(e,Te),encode:Oe(e,xe),htmlAttributes:Ie("htmlAttributes",e),linkTags:Re("link",["rel","href"],e),metaTags:Re("meta",["name","charset","http-equiv","property","itemprop"],e),noscriptTags:Re("noscript",["innerHTML"],e),onChangeClientState:Be(e),scriptTags:Re("script",["src","innerHTML"],e),styleTags:Re("style",["cssText"],e),title:Ne(e),titleAttributes:Ie("titleAttributes",e),prioritizeSeoTags:je(e,Fe)});Ze.canUseDOM?rt(a):qe&&(i=qe(a)),r(i)}},{key:"init",value:function(){this.rendered||(this.rendered=!0,this.props.context.helmetInstances.add(this),this.emitChange())}},{key:"render",value:function(){return this.init(),null}}]),n}(i.Component),at=(ue=function(e){W(n,e);var t=X(n);function n(){return o(this,n),t.apply(this,arguments)}return s(n,[{key:"shouldComponentUpdate",value:function(e){return!ce()(ze(this.props,"helmetData"),ze(e,"helmetData"))}},{key:"mapNestedChildrenToProps",value:function(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."))}}},{key:"flattenArrayTypeChildren",value:function(e,t,n,r){return ne(ne({},t),{},l({},e.type,[].concat(ee(t[e.type]||[]),[ne(ne({},n),this.mapNestedChildrenToProps(e,r))])))}},{key:"mapObjectTypeChildren",value:function(e,t,n,r){var i;switch(e.type){case"title":return ne(ne({},t),{},(l(i={},e.type,r),l(i,"titleAttributes",ne({},n)),i));case"body":return ne(ne({},t),{},{bodyAttributes:ne({},n)});case"html":return ne(ne({},t),{},{htmlAttributes:ne({},n)});default:return ne(ne({},t),{},l({},e.type,ne({},n)))}}},{key:"mapArrayTypeChildrenToProps",value:function(e,t){var n=ne({},t);return Object.keys(e).forEach(function(t){n=ne(ne({},n),{},l({},t,e[t]))}),n}},{key:"warnOnInvalidChildren",value:function(e,t){return de()(Ae.some(function(t){return 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(Ae.join(", ")," are allowed. Helmet does not support rendering <").concat(e.type,"> elements. Refer to our API for more information.")),de()(!t||"string"===typeof t||Array.isArray(t)&&!t.some(function(e){return"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}},{key:"mapChildrenToProps",value:function(e,t){var n=this,r={};return i.Children.forEach(e,function(e){if(e&&e.props){var i=e.props,a=i.children,o=H(i,me),u=Object.keys(o).reduce(function(e,t){return e[_e[t]||t]=o[t],e},{}),s=e.type;switch("symbol"===typeof s?s=s.toString():n.warnOnInvalidChildren(e,a),s){case"Symbol(react.fragment)":t=n.mapChildrenToProps(a,t);break;case"link":case"meta":case"noscript":case"script":case"style":r=n.flattenArrayTypeChildren(e,r,u,a);break;default:t=n.mapObjectTypeChildren(e,t,u,a)}}}),this.mapArrayTypeChildrenToProps(r,t)}},{key:"render",value:function(){var e=this.props,t=e.children,n=H(e,ve),r=ne({},n),a=n.helmetData;(t&&(r=this.mapChildrenToProps(t,r)),!a||a instanceof Xe)||(a=new Xe(a.context,!0),delete r.helmetData);return a?i.createElement(it,ne(ne({},r),{},{context:a.value})):i.createElement(Je.Consumer,null,function(e){return i.createElement(it,ne(ne({},r),{},{context:e}))})}}]),n}(i.Component),l(ue,"defaultProps",{defer:!0,encodeSpecialCharacters:!0,prioritizeSeoTags:!1}),ue);function ot(){return ot=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},ot.apply(this,arguments)}!function(e){e.Pop="POP",e.Push="PUSH",e.Replace="REPLACE"}(se||(se={}));var ut=function(e){return e};var st="beforeunload",lt="popstate";function ct(e){e.preventDefault(),e.returnValue=""}function ft(){var e=[];return{get length(){return e.length},push:function(t){return e.push(t),function(){e=e.filter(function(e){return e!==t})}},call:function(t){e.forEach(function(e){return e&&e(t)})}}}function dt(){return Math.random().toString(36).substr(2,8)}function pt(e){var t=e.pathname,n=void 0===t?"/":t,r=e.search,i=void 0===r?"":r,a=e.hash,o=void 0===a?"":a;return i&&"?"!==i&&(n+="?"===i.charAt(0)?i:"?"+i),o&&"#"!==o&&(n+="#"===o.charAt(0)?o:"#"+o),n}function ht(e){var t={};if(e){var n=e.indexOf("#");n>=0&&(t.hash=e.substr(n),e=e.substr(0,n));var r=e.indexOf("?");r>=0&&(t.search=e.substr(r),e=e.substr(0,r)),e&&(t.pathname=e)}return t}var mt=(0,i.createContext)(null);var vt=(0,i.createContext)(null);var gt=(0,i.createContext)({outlet:null,matches:[]});function yt(e,t){if(!e)throw new Error(t)}function Dt(e,t,n){void 0===n&&(n="/");var r=Nt(("string"===typeof t?ht(t):t).pathname||"/",n);if(null==r)return null;var i=Et(e);!function(e){e.sort(function(e,t){return e.score!==t.score?t.score-e.score:function(e,t){var n=e.length===t.length&&e.slice(0,-1).every(function(e,n){return e===t[n]});return n?e[e.length-1]-t[t.length-1]:0}(e.routesMeta.map(function(e){return e.childrenIndex}),t.routesMeta.map(function(e){return e.childrenIndex}))})}(i);for(var a=null,o=0;null==a&&o<i.length;++o)a=wt(i[o],r);return a}function Et(e,t,n,r){return void 0===t&&(t=[]),void 0===n&&(n=[]),void 0===r&&(r=""),e.forEach(function(e,i){var a={relativePath:e.path||"",caseSensitive:!0===e.caseSensitive,childrenIndex:i,route:e};a.relativePath.startsWith("/")&&(a.relativePath.startsWith(r)||yt(!1),a.relativePath=a.relativePath.slice(r.length));var o=Bt([r,a.relativePath]),u=n.concat(a);e.children&&e.children.length>0&&(!0===e.index&&yt(!1),Et(e.children,t,u,o)),(null!=e.path||e.index)&&t.push({path:o,score:St(o,e.index),routesMeta:u})}),t}var At=/^:\w+$/,bt=3,_t=2,Ct=1,kt=10,Tt=-2,xt=function(e){return"*"===e};function St(e,t){var n=e.split("/"),r=n.length;return n.some(xt)&&(r+=Tt),t&&(r+=_t),n.filter(function(e){return!xt(e)}).reduce(function(e,t){return e+(At.test(t)?bt:""===t?Ct:kt)},r)}function wt(e,t){for(var n=e.routesMeta,r={},i="/",a=[],o=0;o<n.length;++o){var u=n[o],s=o===n.length-1,l="/"===i?t:t.slice(i.length)||"/",c=Ft({path:u.relativePath,caseSensitive:u.caseSensitive,end:s},l);if(!c)return null;Object.assign(r,c.params);var f=u.route;a.push({params:r,pathname:Bt([i,c.pathname]),pathnameBase:It(Bt([i,c.pathnameBase])),route:f}),"/"!==c.pathnameBase&&(i=Bt([i,c.pathnameBase]))}return a}function Ft(e,t){"string"===typeof e&&(e={path:e,caseSensitive:!1,end:!0});var n=function(e,t,n){void 0===t&&(t=!1);void 0===n&&(n=!0);var r=[],i="^"+e.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^$?{}|()[\]]/g,"\\$&").replace(/:(\w+)/g,function(e,t){return r.push(t),"([^\\/]+)"});e.endsWith("*")?(r.push("*"),i+="*"===e||"/*"===e?"(.*)$":"(?:\\/(.+)|\\/*)$"):i+=n?"\\/*$":"(?:(?=[.~-]|%[0-9A-F]{2})|\\b|\\/|$)";var a=new RegExp(i,t?void 0:"i");return[a,r]}(e.path,e.caseSensitive,e.end),r=ae(n,2),i=r[0],a=r[1],o=t.match(i);if(!o)return null;var u=o[0],s=u.replace(/(.)\/+$/,"$1"),l=o.slice(1),c=a.reduce(function(e,t,n){if("*"===t){var r=l[n]||"";s=u.slice(0,u.length-r.length).replace(/(.)\/+$/,"$1")}return e[t]=function(e){try{return decodeURIComponent(e)}catch(t){return e}}(l[n]||""),e},{});return{params:c,pathname:u,pathnameBase:s,pattern:e}}function Ot(e,t,n){var r,i="string"===typeof e?ht(e):e,a=""===e||""===i.pathname?"/":i.pathname;if(null==a)r=n;else{var o=t.length-1;if(a.startsWith("..")){for(var u=a.split("/");".."===u[0];)u.shift(),o-=1;i.pathname=u.join("/")}r=o>=0?t[o]:"/"}var s=function(e,t){void 0===t&&(t="/");var n="string"===typeof e?ht(e):e,r=n.pathname,i=n.search,a=void 0===i?"":i,o=n.hash,u=void 0===o?"":o,s=r?r.startsWith("/")?r:function(e,t){var n=t.replace(/\/+$/,"").split("/");return e.split("/").forEach(function(e){".."===e?n.length>1&&n.pop():"."!==e&&n.push(e)}),n.length>1?n.join("/"):"/"}(r,t):t;return{pathname:s,search:Pt(a),hash:Rt(u)}}(i,r);return a&&"/"!==a&&a.endsWith("/")&&!s.pathname.endsWith("/")&&(s.pathname+="/"),s}function Nt(e,t){if("/"===t)return e;if(!e.toLowerCase().startsWith(t.toLowerCase()))return null;var n=e.charAt(t.length);return n&&"/"!==n?null:e.slice(t.length)||"/"}var Bt=function(e){return e.join("/").replace(/\/\/+/g,"/")},It=function(e){return e.replace(/\/+$/,"").replace(/^\/*/,"/")},Pt=function(e){return e&&"?"!==e?e.startsWith("?")?e:"?"+e:""},Rt=function(e){return e&&"#"!==e?e.startsWith("#")?e:"#"+e:""};function jt(e){Lt()||yt(!1);var t=(0,i.useContext)(mt),n=t.basename,r=t.navigator,a=Gt(e),o=a.hash,u=a.pathname,s=a.search,l=u;if("/"!==n){var c=function(e){return""===e||""===e.pathname?"/":"string"===typeof e?ht(e).pathname:e.pathname}(e),f=null!=c&&c.endsWith("/");l="/"===u?n+(f?"/":""):Bt([n,u])}return r.createHref({pathname:l,search:s,hash:o})}function Lt(){return null!=(0,i.useContext)(vt)}function Mt(){return Lt()||yt(!1),(0,i.useContext)(vt).location}function zt(){Lt()||yt(!1);var e=(0,i.useContext)(mt),t=e.basename,n=e.navigator,r=(0,i.useContext)(gt).matches,a=Mt().pathname,o=JSON.stringify(r.map(function(e){return e.pathnameBase})),u=(0,i.useRef)(!1);(0,i.useEffect)(function(){u.current=!0});var s=(0,i.useCallback)(function(e,r){if(void 0===r&&(r={}),u.current)if("number"!==typeof e){var i=Ot(e,JSON.parse(o),a);"/"!==t&&(i.pathname=Bt([t,i.pathname])),(r.replace?n.replace:n.push)(i,r.state)}else n.go(e)},[t,n,o,a]);return s}var Ut=(0,i.createContext)(null);function Ht(){var e=(0,i.useContext)(gt).matches,t=e[e.length-1];return t?t.params:{}}function Gt(e){var t=(0,i.useContext)(gt).matches,n=Mt().pathname,r=JSON.stringify(t.map(function(e){return e.pathnameBase}));return(0,i.useMemo)(function(){return Ot(e,JSON.parse(r),n)},[e,r,n])}function Vt(e,t){return void 0===t&&(t=[]),null==e?null:e.reduceRight(function(n,r,a){return(0,i.createElement)(gt.Provider,{children:void 0!==r.route.element?r.route.element:n,value:{outlet:n,matches:t.concat(e.slice(0,a+1))}})},null)}function Wt(e){var t=e.to,n=e.replace,r=e.state;Lt()||yt(!1);var a=zt();return(0,i.useEffect)(function(){a(t,{replace:n,state:r})}),null}function Yt(e){return function(e){var t=(0,i.useContext)(gt).outlet;return t?(0,i.createElement)(Ut.Provider,{value:e},t):t}(e.context)}function qt(e){yt(!1)}function Qt(e){var t=e.basename,n=void 0===t?"/":t,r=e.children,a=void 0===r?null:r,o=e.location,u=e.navigationType,s=void 0===u?se.Pop:u,l=e.navigator,c=e.static,f=void 0!==c&&c;Lt()&&yt(!1);var d=It(n),p=(0,i.useMemo)(function(){return{basename:d,navigator:l,static:f}},[d,l,f]);"string"===typeof o&&(o=ht(o));var h=o,m=h.pathname,v=void 0===m?"/":m,g=h.search,y=void 0===g?"":g,D=h.hash,E=void 0===D?"":D,A=h.state,b=void 0===A?null:A,_=h.key,C=void 0===_?"default":_,k=(0,i.useMemo)(function(){var e=Nt(v,d);return null==e?null:{pathname:e,search:y,hash:E,state:b,key:C}},[d,v,y,E,b,C]);return null==k?null:(0,i.createElement)(mt.Provider,{value:p},(0,i.createElement)(vt.Provider,{children:a,value:{location:k,navigationType:s}}))}function Kt(e){var t=e.children,n=e.location;return function(e,t){Lt()||yt(!1);var n,r=(0,i.useContext)(gt).matches,a=r[r.length-1],o=a?a.params:{},u=(a&&a.pathname,a?a.pathnameBase:"/"),s=(a&&a.route,Mt());if(t){var l,c="string"===typeof t?ht(t):t;"/"===u||(null==(l=c.pathname)?void 0:l.startsWith(u))||yt(!1),n=c}else n=s;var f=n.pathname||"/",d=Dt(e,{pathname:"/"===u?f:f.slice(u.length)||"/"});return Vt(d&&d.map(function(e){return Object.assign({},e,{params:Object.assign({},o,e.params),pathname:Bt([u,e.pathname]),pathnameBase:"/"===e.pathnameBase?u:Bt([u,e.pathnameBase])})}),r)}(Xt(t),n)}function Xt(e){var t=[];return i.Children.forEach(e,function(e){if((0,i.isValidElement)(e))if(e.type!==i.Fragment){e.type!==qt&&yt(!1);var n={caseSensitive:e.props.caseSensitive,element:e.props.element,index:e.props.index,path:e.props.path};e.props.children&&(n.children=Xt(e.props.children)),t.push(n)}else t.push.apply(t,Xt(e.props.children))}),t}function Jt(){return Jt=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},Jt.apply(this,arguments)}function Zt(e,t){if(null==e)return{};var n,r,i={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}var $t=["onClick","reloadDocument","replace","state","target","to"],en=["aria-current","caseSensitive","className","end","style","to","children"];function tn(e){var t=e.basename,n=e.children,r=e.window,a=(0,i.useRef)();null==a.current&&(a.current=function(e){void 0===e&&(e={});var t=e.window,n=void 0===t?document.defaultView:t,r=n.history;function i(){var e=n.location,t=e.pathname,i=e.search,a=e.hash,o=r.state||{};return[o.idx,ut({pathname:t,search:i,hash:a,state:o.usr||null,key:o.key||"default"})]}var a=null;n.addEventListener(lt,function(){if(a)f.call(a),a=null;else{var e=se.Pop,t=i(),n=t[0],r=t[1];if(f.length){if(null!=n){var o=s-n;o&&(a={action:e,location:r,retry:function(){g(-1*o)}},g(o))}}else v(e)}});var o=se.Pop,u=i(),s=u[0],l=u[1],c=ft(),f=ft();function d(e){return"string"===typeof e?e:pt(e)}function p(e,t){return void 0===t&&(t=null),ut(ot({pathname:l.pathname,hash:"",search:""},"string"===typeof e?ht(e):e,{state:t,key:dt()}))}function h(e,t){return[{usr:e.state,key:e.key,idx:t},d(e)]}function m(e,t,n){return!f.length||(f.call({action:e,location:t,retry:n}),!1)}function v(e){o=e;var t=i();s=t[0],l=t[1],c.call({action:o,location:l})}function g(e){r.go(e)}null==s&&(s=0,r.replaceState(ot({},r.state,{idx:s}),""));var y={get action(){return o},get location(){return l},createHref:d,push:function e(t,i){var a=se.Push,o=p(t,i);if(m(a,o,function(){e(t,i)})){var u=h(o,s+1),l=u[0],c=u[1];try{r.pushState(l,"",c)}catch(f){n.location.assign(c)}v(a)}},replace:function e(t,n){var i=se.Replace,a=p(t,n);if(m(i,a,function(){e(t,n)})){var o=h(a,s),u=o[0],l=o[1];r.replaceState(u,"",l),v(i)}},go:g,back:function(){g(-1)},forward:function(){g(1)},listen:function(e){return c.push(e)},block:function(e){var t=f.push(e);return 1===f.length&&n.addEventListener(st,ct),function(){t(),f.length||n.removeEventListener(st,ct)}}};return y}({window:r}));var o=a.current,u=ae((0,i.useState)({action:o.action,location:o.location}),2),s=u[0],l=u[1];return(0,i.useLayoutEffect)(function(){return o.listen(l)},[o]),(0,i.createElement)(Qt,{basename:t,children:n,location:s.location,navigationType:s.action,navigator:o})}var nn=(0,i.forwardRef)(function(e,t){var n=e.onClick,r=e.reloadDocument,a=e.replace,o=void 0!==a&&a,u=e.state,s=e.target,l=e.to,c=Zt(e,$t),f=jt(l),d=function(e,t){var n=void 0===t?{}:t,r=n.target,a=n.replace,o=n.state,u=zt(),s=Mt(),l=Gt(e);return(0,i.useCallback)(function(t){if(0===t.button&&(!r||"_self"===r)&&!function(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}(t)){t.preventDefault();var n=!!a||pt(s)===pt(l);u(e,{replace:n,state:o})}},[s,u,l,a,o,r,e])}(l,{replace:o,state:u,target:s});return(0,i.createElement)("a",Jt({},c,{href:f,onClick:function(e){n&&n(e),e.defaultPrevented||r||d(e)},ref:t,target:s}))});var rn=(0,i.forwardRef)(function(e,t){var n=e["aria-current"],r=void 0===n?"page":n,a=e.caseSensitive,o=void 0!==a&&a,u=e.className,s=void 0===u?"":u,l=e.end,c=void 0!==l&&l,f=e.style,d=e.to,p=e.children,h=Zt(e,en),m=Mt(),v=Gt(d),g=m.pathname,y=v.pathname;o||(g=g.toLowerCase(),y=y.toLowerCase());var D,E=g===y||!c&&g.startsWith(y)&&"/"===g.charAt(y.length),A=E?r:void 0;D="function"===typeof s?s({isActive:E}):[s,E?"active":null].filter(Boolean).join(" ");var b="function"===typeof f?f({isActive:E}):f;return(0,i.createElement)(nn,Jt({},h,{"aria-current":A,className:D,ref:t,style:b,to:d}),"function"===typeof p?p({isActive:E}):p)});function an(){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 on={};function un(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];"string"===typeof t[0]&&on[t[0]]||("string"===typeof t[0]&&(on[t[0]]=new Date),an.apply(void 0,t))}function sn(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 ln(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 cn(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?ln(Object(n),!0).forEach(function(t){l(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ln(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function fn(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.i18n,r=(0,i.useContext)(m)||{},a=r.i18n,o=r.defaultNS,u=n||a||g();if(u&&!u.reportNamespaces&&(u.reportNamespaces=new v),!u){un("You will need to pass in an i18next instance by using initReactI18next");var s=function(e){return Array.isArray(e)?e[e.length-1]:e},l=[s,{},!1];return l.t=s,l.i18n={},l.ready=!1,l}u.options.react&&void 0!==u.options.react.wait&&un("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");var c=cn(cn(cn({},h),u.options.react),t),f=c.useSuspense,d=c.keyPrefix,p=e||o||u.options&&u.options.defaultNS;p="string"===typeof p?[p]:p||["translation"],u.reportNamespaces.addUsedNamespaces&&u.reportNamespaces.addUsedNamespaces(p);var y=(u.isInitialized||u.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,a=t.languages[t.languages.length-1];if("cimode"===r.toLowerCase())return!0;var o=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&&!o(t.isLanguageChangingTo,e))&&(!!t.hasResourceBundle(r,e)||!(t.services.backendConnector.backend&&(!t.options.resources||t.options.partialBundledLanguages))||!(!o(r,e)||i&&!o(a,e)))}(e,t,n):(un("i18n.languages were undefined or empty",t.languages),!0)}(e,u,c)});function D(){return u.getFixedT(null,"fallback"===c.nsMode?p:p[0],d)}var E=ae((0,i.useState)(D),2),A=E[0],b=E[1],_=p.join(),C=function(e,t){var n=(0,i.useRef)();return(0,i.useEffect)(function(){n.current=t?n.current:e},[e,t]),n.current}(_),k=(0,i.useRef)(!0);(0,i.useEffect)(function(){var e=c.bindI18n,t=c.bindI18nStore;function n(){k.current&&b(D)}return k.current=!0,y||f||sn(u,p,function(){k.current&&b(D)}),y&&C&&C!==_&&k.current&&b(D),e&&u&&u.on(e,n),t&&u&&u.store.on(t,n),function(){k.current=!1,e&&u&&e.split(" ").forEach(function(e){return u.off(e,n)}),t&&u&&t.split(" ").forEach(function(e){return u.store.off(e,n)})}},[u,_]);var T=(0,i.useRef)(!0);(0,i.useEffect)(function(){k.current&&!T.current&&b(D),T.current=!1},[u,d]);var x=[A,u,y];if(x.t=A,x.i18n=u,x.ready=y,y)return x;if(!y&&!f)return x;throw new Promise(function(e){sn(u,p,function(){e()})})}var dn=["forwardedRef"];function pn(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 hn(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?pn(Object(n),!0).forEach(function(t){l(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):pn(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function mn(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return function(n){function r(r){var a=r.forwardedRef,o=H(r,dn),u=ae(fn(e,hn(hn({},o),{},{keyPrefix:t.keyPrefix})),3),s=u[0],l=u[1],c=u[2],f=hn(hn({},o),{},{t:s,i18n:l,tReady:c});return t.withRef&&a?f.ref=a:!t.withRef&&a&&(f.forwardedRef=a),(0,i.createElement)(n,f)}var a;r.displayName="withI18nextTranslation(".concat((a=n).displayName||a.name||("string"===typeof a&&a.length>0?a:"Unknown"),")"),r.WrappedComponent=n;return t.withRef?(0,i.forwardRef)(function(e,t){return(0,i.createElement)(r,Object.assign({},e,{forwardedRef:t}))}):r}}function vn(){vn=function(){return e};var e={},t=Object.prototype,n=t.hasOwnProperty,r="function"==typeof Symbol?Symbol:{},i=r.iterator||"@@iterator",a=r.asyncIterator||"@@asyncIterator",o=r.toStringTag||"@@toStringTag";function u(e,t,n){return Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{u({},"")}catch(T){u=function(e,t,n){return e[t]=n}}function s(e,t,n,r){var i=t&&t.prototype instanceof f?t:f,a=Object.create(i.prototype),o=new _(r||[]);return a._invoke=function(e,t,n){var r="suspendedStart";return function(i,a){if("executing"===r)throw new Error("Generator is already running");if("completed"===r){if("throw"===i)throw a;return k()}for(n.method=i,n.arg=a;;){var o=n.delegate;if(o){var u=E(o,n);if(u){if(u===c)continue;return u}}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 s=l(e,t,n);if("normal"===s.type){if(r=n.done?"completed":"suspendedYield",s.arg===c)continue;return{value:s.arg,done:n.done}}"throw"===s.type&&(r="completed",n.method="throw",n.arg=s.arg)}}}(e,n,o),a}function l(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(T){return{type:"throw",arg:T}}}e.wrap=s;var c={};function f(){}function d(){}function p(){}var h={};u(h,i,function(){return this});var m=Object.getPrototypeOf,v=m&&m(m(C([])));v&&v!==t&&n.call(v,i)&&(h=v);var g=p.prototype=f.prototype=Object.create(h);function y(e){["next","throw","return"].forEach(function(t){u(e,t,function(e){return this._invoke(t,e)})})}function D(e,t){function r(i,a,o,u){var s=l(e[i],e,a);if("throw"!==s.type){var c=s.arg,f=c.value;return f&&"object"==Q(f)&&n.call(f,"__await")?t.resolve(f.__await).then(function(e){r("next",e,o,u)},function(e){r("throw",e,o,u)}):t.resolve(f).then(function(e){c.value=e,o(c)},function(e){return r("throw",e,o,u)})}u(s.arg)}var i;this._invoke=function(e,n){function a(){return new t(function(t,i){r(e,n,t,i)})}return i=i?i.then(a,a):a()}}function E(e,t){var n=e.iterator[t.method];if(void 0===n){if(t.delegate=null,"throw"===t.method){if(e.iterator.return&&(t.method="return",t.arg=void 0,E(e,t),"throw"===t.method))return c;t.method="throw",t.arg=new TypeError("The iterator does not provide a 'throw' method")}return c}var r=l(n,e.iterator,t.arg);if("throw"===r.type)return t.method="throw",t.arg=r.arg,t.delegate=null,c;var i=r.arg;return i?i.done?(t[e.resultName]=i.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=void 0),t.delegate=null,c):i:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,c)}function A(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 b(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function _(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(A,this),this.reset(!0)}function C(e){if(e){var t=e[i];if(t)return t.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var r=-1,a=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 a.next=a}}return{next:k}}function k(){return{value:void 0,done:!0}}return d.prototype=p,u(g,"constructor",p),u(p,"constructor",d),d.displayName=u(p,o,"GeneratorFunction"),e.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===d||"GeneratorFunction"===(t.displayName||t.name))},e.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,p):(e.__proto__=p,u(e,o,"GeneratorFunction")),e.prototype=Object.create(g),e},e.awrap=function(e){return{__await:e}},y(D.prototype),u(D.prototype,a,function(){return this}),e.AsyncIterator=D,e.async=function(t,n,r,i,a){void 0===a&&(a=Promise);var o=new D(s(t,n,r,i),a);return e.isGeneratorFunction(n)?o:o.next().then(function(e){return e.done?e.value:o.next()})},y(g),u(g,o,"Generator"),u(g,i,function(){return this}),u(g,"toString",function(){return"[object Generator]"}),e.keys=function(e){var t=[];for(var n in e)t.push(n);return t.reverse(),function n(){for(;t.length;){var r=t.pop();if(r in e)return n.value=r,n.done=!1,n}return n.done=!0,n}},e.values=C,_.prototype={constructor:_,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(b),!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 o.type="throw",o.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 a=this.tryEntries[i],o=a.completion;if("root"===a.tryLoc)return r("end");if(a.tryLoc<=this.prev){var u=n.call(a,"catchLoc"),s=n.call(a,"finallyLoc");if(u&&s){if(this.prev<a.catchLoc)return r(a.catchLoc,!0);if(this.prev<a.finallyLoc)return r(a.finallyLoc)}else if(u){if(this.prev<a.catchLoc)return r(a.catchLoc,!0)}else{if(!s)throw new Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return r(a.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 a=i;break}}a&&("break"===e||"continue"===e)&&a.tryLoc<=t&&t<=a.finallyLoc&&(a=null);var o=a?a.completion:{};return o.type=e,o.arg=t,a?(this.method="next",this.next=a.finallyLoc,c):this.complete(o)},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),c},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),b(n),c}},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;b(n)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,n){return this.delegate={iterator:C(e),resultName:t,nextLoc:n},"next"===this.method&&(this.arg=void 0),c}},e}function gn(e,t,n,r,i,a,o){try{var u=e[a](o),s=u.value}catch(l){return void n(l)}u.done?t(s):Promise.resolve(s).then(r,i)}function yn(e){return function(){var t=this,n=arguments;return new Promise(function(r,i){var a=e.apply(t,n);function o(e){gn(a,r,i,o,u,"next",e)}function u(e){gn(a,r,i,o,u,"throw",e)}o(void 0)})}}function Dn(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 En(e){return!!e&&!!e[lr]}function An(e){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)===cr}(e)||Array.isArray(e)||!!e[sr]||!!e.constructor[sr]||Sn(e)||wn(e))}function bn(e,t,n){void 0===n&&(n=!1),0===_n(e)?(n?Object.keys:fr)(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[lr];return t?t.i>3?t.i-4:t.i:Array.isArray(e)?1:Sn(e)?2:wn(e)?3:0}function Cn(e,t){return 2===_n(e)?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function kn(e,t){return 2===_n(e)?e.get(t):e[t]}function Tn(e,t,n){var r=_n(e);2===r?e.set(t,n):3===r?(e.delete(t),e.add(n)):e[t]=n}function xn(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}function Sn(e){return ir&&e instanceof Map}function wn(e){return ar&&e instanceof Set}function Fn(e){return e.o||e.t}function On(e){if(Array.isArray(e))return Array.prototype.slice.call(e);var t=dr(e);delete t[lr];for(var n=fr(t),r=0;r<n.length;r++){var i=n[r],a=t[i];!1===a.writable&&(a.writable=!0,a.configurable=!0),(a.get||a.set)&&(t[i]={configurable:!0,writable:!0,enumerable:a.enumerable,value:e[i]})}return Object.create(Object.getPrototypeOf(e),t)}function Nn(e,t){return void 0===t&&(t=!1),In(e)||En(e)||!An(e)||(_n(e)>1&&(e.set=e.add=e.clear=e.delete=Bn),Object.freeze(e),t&&bn(e,function(e,t){return Nn(t,!0)},!0)),e}function Bn(){Dn(2)}function In(e){return null==e||"object"!=typeof e||Object.isFrozen(e)}function Pn(e){var t=pr[e];return t||Dn(18,e),t}function Rn(e,t){pr[e]||(pr[e]=t)}function jn(){return nr}function Ln(e,t){t&&(Pn("Patches"),e.u=[],e.s=[],e.v=t)}function Mn(e){zn(e),e.p.forEach(Hn),e.p=null}function zn(e){e===nr&&(nr=e.l)}function Un(e){return nr={p:[],l:nr,h:e,m:!0,_:0}}function Hn(e){var t=e[lr];0===t.i||1===t.i?t.j():t.O=!0}function Gn(e,t){t._=t.p.length;var n=t.p[0],r=void 0!==e&&e!==n;return t.h.g||Pn("ES5").S(t,e,r),r?(n[lr].P&&(Mn(t),Dn(4)),An(e)&&(e=Vn(t,e),t.l||Yn(t,e)),t.u&&Pn("Patches").M(n[lr].t,e,t.u,t.s)):e=Vn(t,n,[]),Mn(t),t.u&&t.v(t.u,t.s),e!==ur?e:void 0}function Vn(e,t,n){if(In(t))return t;var r=t[lr];if(!r)return bn(t,function(i,a){return Wn(e,r,t,i,a,n)},!0),t;if(r.A!==e)return t;if(!r.P)return Yn(e,r.t,!0),r.t;if(!r.I){r.I=!0,r.A._--;var i=4===r.i||5===r.i?r.o=On(r.k):r.o;bn(3===r.i?new Set(i):i,function(t,a){return Wn(e,r,i,t,a,n)}),Yn(e,i,!1),n&&e.u&&Pn("Patches").R(r,n,e.u,e.s)}return r.o}function Wn(e,t,n,r,i,a){if(En(i)){var o=Vn(e,i,a&&t&&3!==t.i&&!Cn(t.D,r)?a.concat(r):void 0);if(Tn(n,r,o),!En(o))return;e.m=!1}if(An(i)&&!In(i)){if(!e.h.F&&e._<1)return;Vn(e,i),t&&t.A.l||Yn(e,i)}}function Yn(e,t,n){void 0===n&&(n=!1),e.h.F&&e.m&&Nn(t,n)}function qn(e,t){var n=e[lr];return(n?Fn(n):e)[t]}function Qn(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 Kn(e){e.P||(e.P=!0,e.l&&Kn(e.l))}function Xn(e){e.o||(e.o=On(e.t))}function Jn(e,t,n){var r=Sn(t)?Pn("MapSet").N(t,n):wn(t)?Pn("MapSet").T(t,n):e.g?function(e,t){var n=Array.isArray(e),r={i:n?1:0,A:t?t.A:jn(),P:!1,I:!1,D:{},l:t,t:e,k:null,o:null,j:null,C:!1},i=r,a=hr;n&&(i=[r],a=mr);var o=Proxy.revocable(i,a),u=o.revoke,s=o.proxy;return r.k=s,r.j=u,s}(t,n):Pn("ES5").J(t,n);return(n?n.A:jn()).p.push(r),r}function Zn(e){return En(e)||Dn(22,e),function e(t){if(!An(t))return t;var n,r=t[lr],i=_n(t);if(r){if(!r.P&&(r.i<4||!Pn("ES5").K(r)))return r.t;r.I=!0,n=$n(t,i),r.I=!1}else n=$n(t,i);return bn(n,function(t,i){r&&kn(r.t,t)===i||Tn(n,t,e(i))}),3===i?new Set(n):n}(e)}function $n(e,t){switch(t){case 2:return new Map(e);case 3:return Array.from(e)}return On(e)}function er(){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[lr];return hr.get(t,e)},set:function(t){var n=this[lr];hr.set(n,e,t)}},n}function t(e){for(var t=e.length-1;t>=0;t--){var i=e[t][lr];if(!i.P)switch(i.i){case 5:r(i)&&Kn(i);break;case 4:n(i)&&Kn(i)}}}function n(e){for(var t=e.t,n=e.k,r=fr(n),i=r.length-1;i>=0;i--){var a=r[i];if(a!==lr){var o=t[a];if(void 0===o&&!Cn(t,a))return!0;var u=n[a],s=u&&u[lr];if(s?s.t!==o:!xn(u,o))return!0}}var l=!!t[lr];return r.length!==fr(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={};Rn("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 a=dr(n);delete a[lr];for(var o=fr(a),u=0;u<o.length;u++){var s=o[u];a[s]=e(s,t||!!a[s].enumerable)}return Object.create(Object.getPrototypeOf(n),a)}(r,t),a={i:r?5:4,A:n?n.A:jn(),P:!1,I:!1,D:{},l:n,t:t,k:i,o:null,O:!1,C:!1};return Object.defineProperty(i,lr,{value:a,writable:!0}),i},S:function(e,n,i){i?En(n)&&n[lr].A===e&&t(e.p):(e.u&&function e(t){if(t&&"object"==typeof t){var n=t[lr];if(n){var i=n.t,a=n.k,o=n.D,u=n.i;if(4===u)bn(a,function(t){t!==lr&&(void 0!==i[t]||Cn(i,t)?o[t]||e(a[t]):(o[t]=!0,Kn(n)))}),bn(i,function(e){void 0!==a[e]||Cn(a,e)||(o[e]=!1,Kn(n))});else if(5===u){if(r(n)&&(Kn(n),o.length=!0),a.length<i.length)for(var s=a.length;s<i.length;s++)o[s]=!1;else for(var l=i.length;l<a.length;l++)o[l]=!0;for(var c=Math.min(a.length,i.length),f=0;f<c;f++)a.hasOwnProperty(f)||(o[f]=!0),void 0===o[f]&&e(a[f])}}}}(e.p[0]),t(e.p))},K:function(e){return 4===e.i?n(e):r(e)}})}var tr,nr,rr="undefined"!=typeof Symbol&&"symbol"==typeof Symbol("x"),ir="undefined"!=typeof Map,ar="undefined"!=typeof Set,or="undefined"!=typeof Proxy&&void 0!==Proxy.revocable&&"undefined"!=typeof Reflect,ur=rr?Symbol.for("immer-nothing"):((tr={})["immer-nothing"]=!0,tr),sr=rr?Symbol.for("immer-draftable"):"__$immer_draftable",lr=rr?Symbol.for("immer-state"):"__$immer_state",cr=("undefined"!=typeof Symbol&&Symbol.iterator,""+Object.prototype.constructor),fr="undefined"!=typeof Reflect&&Reflect.ownKeys?Reflect.ownKeys:void 0!==Object.getOwnPropertySymbols?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Object.getOwnPropertyNames,dr=Object.getOwnPropertyDescriptors||function(e){var t={};return fr(e).forEach(function(n){t[n]=Object.getOwnPropertyDescriptor(e,n)}),t},pr={},hr={get:function(e,t){if(t===lr)return e;var n=Fn(e);if(!Cn(n,t))return function(e,t,n){var r,i=Qn(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||!An(r)?r:r===qn(e.t,t)?(Xn(e),e.o[t]=Jn(e.A.h,r,e)):r},has:function(e,t){return t in Fn(e)},ownKeys:function(e){return Reflect.ownKeys(Fn(e))},set:function(e,t,n){var r=Qn(Fn(e),t);if(null==r?void 0:r.set)return r.set.call(e.k,n),!0;if(!e.P){var i=qn(Fn(e),t),a=null==i?void 0:i[lr];if(a&&a.t===n)return e.o[t]=n,e.D[t]=!1,!0;if(xn(n,i)&&(void 0!==n||Cn(e.t,t)))return!0;Xn(e),Kn(e)}return e.o[t]===n&&"number"!=typeof n&&(void 0!==n||t in e.o)||(e.o[t]=n,e.D[t]=!0,!0)},deleteProperty:function(e,t){return void 0!==qn(e.t,t)||t in e.t?(e.D[t]=!1,Xn(e),Kn(e)):delete e.D[t],e.o&&delete e.o[t],!0},getOwnPropertyDescriptor:function(e,t){var n=Fn(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(){Dn(11)},getPrototypeOf:function(e){return Object.getPrototypeOf(e.t)},setPrototypeOf:function(){Dn(12)}},mr={};bn(hr,function(e,t){mr[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}}),mr.deleteProperty=function(e,t){return mr.set.call(this,e,t,void 0)},mr.set=function(e,t,n){return hr.set.call(this,e[0],t,n,e[0])};var vr=function(){function e(e){var t=this;this.g=or,this.F=!0,this.produce=function(e,n,r){if("function"==typeof e&&"function"!=typeof n){var i=n;n=e;var a=t;return function(e){var t=this;void 0===e&&(e=i);for(var r=arguments.length,o=Array(r>1?r-1:0),u=1;u<r;u++)o[u-1]=arguments[u];return a.produce(e,function(e){var r;return(r=n).call.apply(r,[t,e].concat(o))})}}var o;if("function"!=typeof n&&Dn(6),void 0!==r&&"function"!=typeof r&&Dn(7),An(e)){var u=Un(t),s=Jn(t,e,void 0),l=!0;try{o=n(s),l=!1}finally{l?Mn(u):zn(u)}return"undefined"!=typeof Promise&&o instanceof Promise?o.then(function(e){return Ln(u,r),Gn(e,u)},function(e){throw Mn(u),e}):(Ln(u,r),Gn(o,u))}if(!e||"object"!=typeof e){if(void 0===(o=n(e))&&(o=e),o===ur&&(o=void 0),t.F&&Nn(o,!0),r){var c=[],f=[];Pn("Patches").M(e,o,c,f),r(c,f)}return o}Dn(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),a=1;a<r;a++)i[a-1]=arguments[a];return t.produceWithPatches(n,function(t){return e.apply(void 0,[t].concat(i))})};var r,i,a=t.produce(e,n,function(e,t){r=e,i=t});return"undefined"!=typeof Promise&&a instanceof Promise?a.then(function(e){return[e,r,i]}):[a,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){An(e)||Dn(8),En(e)&&(e=Zn(e));var t=Un(this),n=Jn(this,e,void 0);return n[lr].C=!0,zn(t),n},t.finishDraft=function(e,t){var n=(e&&e[lr]).A;return Ln(n,t),Gn(void 0,n)},t.setAutoFreeze=function(e){this.F=e},t.setUseProxies=function(e){e&&!or&&Dn(20),this.g=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=Pn("Patches").$;return En(e)?i(e,t):this.produce(e,function(e){return i(e,t)})},e}(),gr=new vr,yr=gr.produce,Dr=(gr.produceWithPatches.bind(gr),gr.setAutoFreeze.bind(gr),gr.setUseProxies.bind(gr),gr.applyPatches.bind(gr),gr.createDraft.bind(gr),gr.finishDraft.bind(gr),yr);function Er(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 Ar="function"===typeof Symbol&&Symbol.observable||"@@observable",br=function(){return Math.random().toString(36).substring(7).split("").join(".")},_r={INIT:"@@redux/INIT"+br(),REPLACE:"@@redux/REPLACE"+br(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+br()}};function Cr(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 kr(e,t,n){var r;if("function"===typeof t&&"function"===typeof n||"function"===typeof n&&"function"===typeof arguments[3])throw new Error(Er(0));if("function"===typeof t&&"undefined"===typeof n&&(n=t,t=void 0),"undefined"!==typeof n){if("function"!==typeof n)throw new Error(Er(1));return n(kr)(e,t)}if("function"!==typeof e)throw new Error(Er(2));var i=e,a=t,o=[],u=o,s=!1;function l(){u===o&&(u=o.slice())}function c(){if(s)throw new Error(Er(3));return a}function f(e){if("function"!==typeof e)throw new Error(Er(4));if(s)throw new Error(Er(5));var t=!0;return l(),u.push(e),function(){if(t){if(s)throw new Error(Er(6));t=!1,l();var n=u.indexOf(e);u.splice(n,1),o=null}}}function d(e){if(!Cr(e))throw new Error(Er(7));if("undefined"===typeof e.type)throw new Error(Er(8));if(s)throw new Error(Er(9));try{s=!0,a=i(a,e)}finally{s=!1}for(var t=o=u,n=0;n<t.length;n++){(0,t[n])()}return e}return d({type:_r.INIT}),(r={dispatch:d,subscribe:f,getState:c,replaceReducer:function(e){if("function"!==typeof e)throw new Error(Er(10));i=e,d({type:_r.REPLACE})}})[Ar]=function(){var e,t=f;return e={subscribe:function(e){if("object"!==typeof e||null===e)throw new Error(Er(11));function n(){e.next&&e.next(c())}return n(),{unsubscribe:t(n)}}},e[Ar]=function(){return this},e},r}function Tr(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 a,o=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(Er(12));if("undefined"===typeof n(void 0,{type:_r.PROBE_UNKNOWN_ACTION()}))throw new Error(Er(13))})}(n)}catch(u){a=u}return function(e,t){if(void 0===e&&(e={}),a)throw a;for(var r=!1,i={},u=0;u<o.length;u++){var s=o[u],l=n[s],c=e[s],f=l(c,t);if("undefined"===typeof f){t&&t.type;throw new Error(Er(14))}i[s]=f,r=r||f!==c}return(r=r||o.length!==Object.keys(e).length)?i:e}}function xr(){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 Sr(){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(Er(15))},i={getState:n.getState,dispatch:function(){return r.apply(void 0,arguments)}},a=t.map(function(e){return e(i)});return r=xr.apply(void 0,a)(n.dispatch),ne(ne({},n),{},{dispatch:r})}}}function wr(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 Fr=wr();Fr.withExtraArgument=wr;var Or=Fr,Nr=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)}}(),Br=function(e,t){var n,r,i,a,o={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]};return a={next:u(0),throw:u(1),return:u(2)},"function"===typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function u(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;o;)try{if(n=1,r&&(i=2&a[0]?r.return:a[0]?r.throw||((i=r.return)&&i.call(r),0):r.next)&&!(i=i.call(r,a[1])).done)return i;switch(r=0,i&&(a=[2&a[0],i.value]),a[0]){case 0:case 1:i=a;break;case 4:return o.label++,{value:a[1],done:!1};case 5:o.label++,r=a[1],a=[0];continue;case 7:a=o.ops.pop(),o.trys.pop();continue;default:if(!(i=(i=o.trys).length>0&&i[i.length-1])&&(6===a[0]||2===a[0])){o=0;continue}if(3===a[0]&&(!i||a[1]>i[0]&&a[1]<i[3])){o.label=a[1];break}if(6===a[0]&&o.label<i[1]){o.label=i[1],i=a;break}if(i&&o.label<i[2]){o.label=i[2],o.ops.push(a);break}i[2]&&o.ops.pop(),o.trys.pop();continue}a=t.call(e,o)}catch(u){a=[6,u],r=0}finally{n=i=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}},Ir=function(e,t){for(var n=0,r=t.length,i=e.length;n<r;n++,i++)e[i]=t[n];return e},Pr=Object.defineProperty,Rr=Object.defineProperties,jr=Object.getOwnPropertyDescriptors,Lr=Object.getOwnPropertySymbols,Mr=Object.prototype.hasOwnProperty,zr=Object.prototype.propertyIsEnumerable,Ur=function(e,t,n){return t in e?Pr(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n},Hr=function(e,t){for(var n in t||(t={}))Mr.call(t,n)&&Ur(e,n,t[n]);if(Lr)for(var r=0,i=Lr(t);r<i.length;r++){n=i[r];zr.call(t,n)&&Ur(e,n,t[n])}return e},Gr=function(e,t){return Rr(e,jr(t))},Vr=function(e,t,n){return new Promise(function(r,i){var a=function(e){try{u(n.next(e))}catch(t){i(t)}},o=function(e){try{u(n.throw(e))}catch(t){i(t)}},u=function(e){return e.done?r(e.value):Promise.resolve(e.value).then(a,o)};u((n=n.apply(e,t)).next())})},Wr="undefined"!==typeof window&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(0!==arguments.length)return"object"===typeof arguments[0]?xr:xr.apply(null,arguments)};"undefined"!==typeof window&&window.__REDUX_DEVTOOLS_EXTENSION__&&window.__REDUX_DEVTOOLS_EXTENSION__;function Yr(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}var qr=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 Nr(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,Ir([void 0],e[0].concat(this)))):new(t.bind.apply(t,Ir([void 0],e.concat(this))))},t}(Array);function Qr(e){return An(e)?Dr(e,function(){}):e}function Kr(){return function(e){return function(e){void 0===e&&(e={});var t=e.thunk,n=void 0===t||t,r=(e.immutableCheck,e.serializableCheck,new qr);n&&(!function(e){return"boolean"===typeof e}(n)?r.push(Or.withExtraArgument(n.extraArgument)):r.push(Or));0;return r}(e)}}function Xr(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 Hr(Hr({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}function Jr(e){var t,n={},r=[],i={addCase:function(e,t){var r="string"===typeof e?e:e.type;if(r in n)throw new Error("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 Zr(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:Qr(e.initialState),i=e.reducers||{},a=Object.keys(i),o={},u={},s={};function l(){var t="function"===typeof e.extraReducers?Jr(e.extraReducers):[e.extraReducers],n=t[0],i=void 0===n?{}:n,a=t[1],o=void 0===a?[]:a,s=t[2],l=void 0===s?void 0:s,c=Hr(Hr({},i),u);return function(e,t,n,r){void 0===n&&(n=[]);var i,a="function"===typeof t?Jr(t):[t,n,r],o=a[0],u=a[1],s=a[2];if(function(e){return"function"===typeof e}(e))i=function(){return Qr(e())};else{var l=Qr(e);i=function(){return l}}function c(e,t){void 0===e&&(e=i());var n=Ir([o[t.type]],u.filter(function(e){return(0,e.matcher)(t)}).map(function(e){return e.reducer}));return 0===n.filter(function(e){return!!e}).length&&(n=[s]),n.reduce(function(e,n){if(n){var r;if(En(e))return void 0===(r=n(e,t))?e:r;if(An(e))return Dr(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,c,o,l)}return a.forEach(function(e){var n,r,a=i[e],l=t+"/"+e;"reducer"in a?(n=a.reducer,r=a.prepare):n=a,o[e]=n,u[l]=n,s[e]=r?Xr(l,r):Xr(l)}),{name:t,reducer:function(e,t){return n||(n=l()),n(e,t)},actions:s,caseReducers:o,getInitialState:function(){return n||(n=l()),n.getInitialState()}}}var $r=function(e){void 0===e&&(e=21);for(var t="",n=e;n--;)t+="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW"[64*Math.random()|0];return t},ei=["name","message","stack","code"],ti=function(e,t){this.payload=e,this.meta=t},ni=function(e,t){this.payload=e,this.meta=t},ri=function(e){if("object"===typeof e&&null!==e){for(var t={},n=0,r=ei;n<r.length;n++){var i=r[n];"string"===typeof e[i]&&(t[i]=e[i])}return t}return{message:String(e)}};function ii(e,t,n){var r=Xr(e+"/fulfilled",function(e,t,n,r){return{payload:e,meta:Gr(Hr({},r||{}),{arg:n,requestId:t,requestStatus:"fulfilled"})}}),i=Xr(e+"/pending",function(e,t,n){return{payload:void 0,meta:Gr(Hr({},n||{}),{arg:t,requestId:e,requestStatus:"pending"})}}),a=Xr(e+"/rejected",function(e,t,r,i,a){return{payload:i,error:(n&&n.serializeError||ri)(e||"Rejected"),meta:Gr(Hr({},a||{}),{arg:r,requestId:t,rejectedWithValue:!!i,requestStatus:"rejected",aborted:"AbortError"===(null==e?void 0:e.name),condition:"ConditionError"===(null==e?void 0:e.name)})}}),o="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(u,s,l){var c,f=(null==n?void 0:n.idGenerator)?n.idGenerator(e):$r(),d=new o,p=new Promise(function(e,t){return d.signal.addEventListener("abort",function(){return t({name:"AbortError",message:c||"Aborted"})})}),h=!1;var m=function(){return Vr(this,null,function(){var o,c,m,v,g;return Br(this,function(y){switch(y.label){case 0:return y.trys.push([0,4,,5]),v=null==(o=null==n?void 0:n.condition)?void 0:o.call(n,e,{getState:s,extra:l}),null===(D=v)||"object"!==typeof D||"function"!==typeof D.then?[3,2]:[4,v];case 1:v=y.sent(),y.label=2;case 2:if(!1===v)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return h=!0,u(i(f,e,null==(c=null==n?void 0:n.getPendingMeta)?void 0:c.call(n,{requestId:f,arg:e},{getState:s,extra:l}))),[4,Promise.race([p,Promise.resolve(t(e,{dispatch:u,getState:s,extra:l,requestId:f,signal:d.signal,rejectWithValue:function(e,t){return new ti(e,t)},fulfillWithValue:function(e,t){return new ni(e,t)}})).then(function(t){if(t instanceof ti)throw t;return t instanceof ni?r(t.payload,f,e,t.meta):r(t,f,e)})])];case 3:return m=y.sent(),[3,5];case 4:return g=y.sent(),m=g instanceof ti?a(null,f,e,g.payload,g.meta):a(g,f,e),[3,5];case 5:return n&&!n.dispatchConditionRejection&&a.match(m)&&m.meta.condition||u(m),[2,m]}var D})})}();return Object.assign(m,{abort:function(e){h&&(c=e,d.abort())},requestId:f,arg:e,unwrap:function(){return m.then(ai)}})}},{pending:i,rejected:a,fulfilled:r,typePrefix:e})}function ai(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}Object.assign;var oi="listenerMiddleware";Xr(oi+"/add"),Xr(oi+"/removeAll"),Xr(oi+"/remove");er();var ui=n(4569),si=n.n(ui),li=s(function e(t){o(this,e),this.r=t}),ci="https://adminbm.kharkiv.ua",fi="https://loyalty.syrve.live",di="xHF4P5Oba5JMJJnUju87UwE5jTB0EIB7FlK6yfa8";function pi(e){return re(e)||Z(e)||$(e)||ie()}function hi(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 mi(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?hi(Object(n),!0).forEach(function(t){l(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):hi(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}var vi={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)}},gi=function(){function e(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};o(this,e),this.init(t,n)}return s(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||vi,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,mi(mi({},{prefix:"".concat(this.prefix,":").concat(t,":")}),this.options))}}]),e}(),yi=new gi,Di=function(){function e(){o(this,e),this.observers={}}return s(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 Ei(){var e,t,n=new Promise(function(n,r){e=n,t=r});return n.resolve=e,n.reject=t,n}function Ai(e){return null==e?"":""+e}function bi(e,t,n){function r(e){return e&&e.indexOf("###")>-1?e.replace(/###/g,"."):e}function i(){return!e||"string"===typeof e}for(var a="string"!==typeof t?[].concat(t):t.split(".");a.length>1;){if(i())return{};var o=r(a.shift());!e[o]&&n&&(e[o]=new n),e=Object.prototype.hasOwnProperty.call(e,o)?e[o]:{}}return i()?{}:{obj:e,k:r(a.shift())}}function _i(e,t,n){var r=bi(e,t,Object);r.obj[r.k]=n}function Ci(e,t){var n=bi(e,t),r=n.obj,i=n.k;if(r)return r[i]}function ki(e,t,n){var r=Ci(e,n);return void 0!==r?r:Ci(t,n)}function Ti(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]):Ti(e[r],t[r],n):e[r]=t[r]);return e}function xi(e){return e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}var Si={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/"};function wi(e){return"string"===typeof e?e.replace(/[&<>"'\/]/g,function(e){return Si[e]}):e}var Fi="undefined"!==typeof window&&window.navigator&&"undefined"===typeof window.navigator.userAgentData&&window.navigator.userAgent&&window.navigator.userAgent.indexOf("MSIE")>-1,Oi=[" ",",","?","!",";"];function Ni(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 Bi(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Ni(Object(n),!0).forEach(function(t){l(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Ni(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function Ii(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=Y(e);if(t){var i=Y(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return K(this,n)}}function Pi(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,a=0;a<r.length;++a){if(!i)return;if("string"===typeof i[r[a]]&&a+1<r.length)return;if(void 0===i[r[a]]){for(var o=2,u=r.slice(a,a+o).join(n),s=i[u];void 0===s&&r.length>a+o;)o++,s=i[u=r.slice(a,a+o).join(n)];if(void 0===s)return;if(null===s)return null;if(t.endsWith(u)){if("string"===typeof s)return s;if(u&&"string"===typeof s[u])return s[u]}var l=r.slice(a+o).join(n);return l?Pi(s,l,n):void 0}i=i[r[a]]}return i}}var Ri=function(e){W(n,e);var t=Ii(n);function n(e){var r,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{ns:["translation"],defaultNS:"translation"};return o(this,n),r=t.call(this),Fi&&Di.call(G(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 s(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,a=void 0!==r.ignoreJSONStructure?r.ignoreJSONStructure:this.options.ignoreJSONStructure,o=[e,t];n&&"string"!==typeof n&&(o=o.concat(n)),n&&"string"===typeof n&&(o=o.concat(i?n.split(i):n)),e.indexOf(".")>-1&&(o=e.split("."));var u=Ci(this.data,o);return u||!a||"string"!==typeof n?u:Pi(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},a=this.options.keySeparator;void 0===a&&(a=".");var o=[e,t];n&&(o=o.concat(a?n.split(a):n)),e.indexOf(".")>-1&&(r=t,t=(o=e.split("."))[1]),this.addNamespaces(t),_i(this.data,o,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 a=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{silent:!1},o=[e,t];e.indexOf(".")>-1&&(r=n,n=t,t=(o=e.split("."))[1]),this.addNamespaces(t);var u=Ci(this.data,o)||{};r?Ti(u,n,i):u=Bi(Bi({},u),n),_i(this.data,o,u),a.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?Bi(Bi({},{}),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}(Di),ji={processors:{},addPostProcessor:function(e){this.processors[e.name]=e},handle:function(e,t,n,r,i){var a=this;return e.forEach(function(e){a.processors[e]&&(t=a.processors[e].process(t,n,r,i))}),t}};function Li(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 Mi(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Li(Object(n),!0).forEach(function(t){l(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Li(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function zi(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=Y(e);if(t){var i=Y(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return K(this,n)}}var Ui={},Hi=function(e){W(n,e);var t=zi(n);function n(e){var r,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return o(this,n),r=t.call(this),Fi&&Di.call(G(r)),function(e,t,n){e.forEach(function(e){t[e]&&(n[e]=t[e])})}(["resourceStore","languageUtils","pluralResolver","interpolator","backendConnector","i18nFormat","utils"],e,G(r)),r.options=i,void 0===r.options.keySeparator&&(r.options.keySeparator="."),r.logger=yi.create("translator"),r}return s(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||[],a=n&&e.indexOf(n)>-1,o=!this.options.userDefinedKeySeparator&&!t.keySeparator&&!this.options.userDefinedNsSeparator&&!t.nsSeparator&&!function(e,t,n){t=t||"",n=n||"";var r=Oi.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("|"),")")),a=!i.test(e);if(!a){var o=e.indexOf(n);o>0&&!i.test(e.substring(0,o))&&(a=!0)}return a}(e,n,r);if(a&&!o){var u=e.match(this.interpolator.nestingRegexp);if(u&&u.length>0)return{key:e,namespaces:i};var s=e.split(n);(n!==r||n===r&&this.options.ns.indexOf(s[0])>-1)&&(i=s.shift()),e=s.join(r)}return"string"===typeof i&&(i=[i]),{key:e,namespaces:i}}},{key:"translate",value:function(e,t,r){var i=this;if("object"!==Q(t)&&this.options.overloadTranslationOptionHandler&&(t=this.options.overloadTranslationOptionHandler(arguments)),t||(t={}),void 0===e||null===e)return"";Array.isArray(e)||(e=[String(e)]);var a=void 0!==t.returnDetails?t.returnDetails:this.options.returnDetails,o=void 0!==t.keySeparator?t.keySeparator:this.options.keySeparator,u=this.extractFromKey(e[e.length-1],t),s=u.key,l=u.namespaces,c=l[l.length-1],f=t.lng||this.language,d=t.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if(f&&"cimode"===f.toLowerCase()){if(d){var p=t.nsSeparator||this.options.nsSeparator;return a?(h.res="".concat(c).concat(p).concat(s),h):"".concat(c).concat(p).concat(s)}return a?(h.res=s,h):s}var h=this.resolve(e,t),m=h&&h.res,v=h&&h.usedKey||s,g=h&&h.exactUsedKey||s,y=Object.prototype.toString.apply(m),D=void 0!==t.joinArrays?t.joinArrays:this.options.joinArrays,E=!this.i18nFormat||this.i18nFormat.handleAsObject;if(E&&m&&("string"!==typeof m&&"boolean"!==typeof m&&"number"!==typeof m)&&["[object Number]","[object Function]","[object RegExp]"].indexOf(y)<0&&("string"!==typeof D||"[object Array]"!==y)){if(!t.returnObjects&&!this.options.returnObjects){this.options.returnedObjectHandler||this.logger.warn("accessing an object - but returnObjects options is not enabled!");var A=this.options.returnedObjectHandler?this.options.returnedObjectHandler(v,m,Mi(Mi({},t),{},{ns:l})):"key '".concat(s," (").concat(this.language,")' returned an object instead of string.");return a?(h.res=A,h):A}if(o){var b="[object Array]"===y,_=b?[]:{},C=b?g:v;for(var k in m)if(Object.prototype.hasOwnProperty.call(m,k)){var T="".concat(C).concat(o).concat(k);_[k]=this.translate(T,Mi(Mi({},t),{joinArrays:!1,ns:l})),_[k]===T&&(_[k]=m[k])}m=_}}else if(E&&"string"===typeof D&&"[object Array]"===y)(m=m.join(D))&&(m=this.extendTranslation(m,e,t,r));else{var x=!1,S=!1,w=void 0!==t.count&&"string"!==typeof t.count,F=n.hasDefaultValue(t),O=w?this.pluralResolver.getSuffix(f,t.count,t):"",N=t["defaultValue".concat(O)]||t.defaultValue;!this.isValidLookup(m)&&F&&(x=!0,m=N),this.isValidLookup(m)||(S=!0,m=s);var B=(t.missingKeyNoValueFallbackToKey||this.options.missingKeyNoValueFallbackToKey)&&S?void 0:m,I=F&&N!==m&&this.options.updateMissing;if(S||x||I){if(this.logger.log(I?"updateKey":"missingKey",f,c,s,I?N:m),o){var P=this.resolve(s,Mi(Mi({},t),{},{keySeparator:!1}));P&&P.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 R=[],j=this.languageUtils.getFallbackCodes(this.options.fallbackLng,t.lng||this.language);if("fallback"===this.options.saveMissingTo&&j&&j[0])for(var L=0;L<j.length;L++)R.push(j[L]);else"all"===this.options.saveMissingTo?R=this.languageUtils.toResolveHierarchy(t.lng||this.language):R.push(t.lng||this.language);var M=function(e,n,r){var a=F&&r!==m?r:B;i.options.missingKeyHandler?i.options.missingKeyHandler(e,c,n,a,I,t):i.backendConnector&&i.backendConnector.saveMissing&&i.backendConnector.saveMissing(e,c,n,a,I,t),i.emit("missingKey",e,c,n,m)};this.options.saveMissing&&(this.options.saveMissingPlurals&&w?R.forEach(function(e){i.pluralResolver.getSuffixes(e,t).forEach(function(n){M([e],s+n,t["defaultValue".concat(n)]||N)})}):M(R,s,N))}m=this.extendTranslation(m,e,t,h,r),S&&m===s&&this.options.appendNamespaceToMissingKey&&(m="".concat(c,":").concat(s)),(S||x)&&this.options.parseMissingKeyHandler&&(m="v1"!==this.options.compatibilityAPI?this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey?"".concat(c,":").concat(s):s,x?m:void 0):this.options.parseMissingKeyHandler(m))}return a?(h.res=m,h):m}},{key:"extendTranslation",value:function(e,t,n,r,i){var a=this;if(this.i18nFormat&&this.i18nFormat.parse)e=this.i18nFormat.parse(e,Mi(Mi({},this.options.interpolation.defaultVariables),n),r.usedLng,r.usedNS,r.usedKey,{resolved:r});else if(!n.skipInterpolation){n.interpolation&&this.interpolator.init(Mi(Mi({},n),{interpolation:Mi(Mi({},this.options.interpolation),n.interpolation)}));var o,u="string"===typeof e&&(n&&n.interpolation&&void 0!==n.interpolation.skipOnVariables?n.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables);if(u){var s=e.match(this.interpolator.nestingRegexp);o=s&&s.length}var l=n.replace&&"string"!==typeof n.replace?n.replace:n;if(this.options.interpolation.defaultVariables&&(l=Mi(Mi({},this.options.interpolation.defaultVariables),l)),e=this.interpolator.interpolate(e,l,n.lng||this.language,n),u){var c=e.match(this.interpolator.nestingRegexp);o<(c&&c.length)&&(n.nest=!1)}!1!==n.nest&&(e=this.interpolator.nest(e,function(){for(var e=arguments.length,r=new Array(e),o=0;o<e;o++)r[o]=arguments[o];return i&&i[0]===r[0]&&!n.context?(a.logger.warn("It seems you are nesting recursively key: ".concat(r[0]," in key: ").concat(t[0])),null):a.translate.apply(a,r.concat([t]))},n)),n.interpolation&&this.interpolator.reset()}var f=n.postProcess||this.options.postProcess,d="string"===typeof f?[f]:f;return void 0!==e&&null!==e&&d&&d.length&&!1!==n.applyPostProcessor&&(e=ji.handle(d,e,t,this.options&&this.options.postProcessPassResolved?Mi({i18nResolved:r},n):n,this)),e}},{key:"resolve",value:function(e){var t,n,r,i,a,o=this,u=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return"string"===typeof e&&(e=[e]),e.forEach(function(e){if(!o.isValidLookup(t)){var s=o.extractFromKey(e,u),l=s.key;n=l;var c=s.namespaces;o.options.fallbackNS&&(c=c.concat(o.options.fallbackNS));var f=void 0!==u.count&&"string"!==typeof u.count,d=f&&!u.ordinal&&0===u.count&&o.pluralResolver.shouldUseIntlApi(),p=void 0!==u.context&&("string"===typeof u.context||"number"===typeof u.context)&&""!==u.context,h=u.lngs?u.lngs:o.languageUtils.toResolveHierarchy(u.lng||o.language,u.fallbackLng);c.forEach(function(e){o.isValidLookup(t)||(a=e,!Ui["".concat(h[0],"-").concat(e)]&&o.utils&&o.utils.hasLoadedNamespace&&!o.utils.hasLoadedNamespace(a)&&(Ui["".concat(h[0],"-").concat(e)]=!0,o.logger.warn('key "'.concat(n,'" for languages "').concat(h.join(", "),'" won\'t get resolved as namespace "').concat(a,'" 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(!o.isValidLookup(t)){i=n;var a,s=[l];if(o.i18nFormat&&o.i18nFormat.addLookupKeys)o.i18nFormat.addLookupKeys(s,l,n,e,u);else{var c;f&&(c=o.pluralResolver.getSuffix(n,u.count,u));var h="".concat(o.options.pluralSeparator,"zero");if(f&&(s.push(l+c),d&&s.push(l+h)),p){var m="".concat(l).concat(o.options.contextSeparator).concat(u.context);s.push(m),f&&(s.push(m+c),d&&s.push(m+h))}}for(;a=s.pop();)o.isValidLookup(t)||(r=a,t=o.getResource(n,e,a,u))}}))})}}),{res:t,usedKey:n,exactUsedKey:r,usedLng:i,usedNS:a}}},{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}(Di);function Gi(e){return e.charAt(0).toUpperCase()+e.slice(1)}var Vi=function(){function e(t){o(this,e),this.options=t,this.supportedLngs=this.options.supportedLngs||!1,this.logger=yi.create("languageUtils")}return s(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]=Gi(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]=Gi(n[1].toLowerCase())),t.indexOf(n[2].toLowerCase())>-1&&(n[2]=Gi(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=[],a=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&&a(this.formatLanguageCode(e)),"languageOnly"!==this.options.load&&"currentOnly"!==this.options.load&&a(this.getScriptPartFromCode(e)),"currentOnly"!==this.options.load&&a(this.getLanguagePartFromCode(e))):"string"===typeof e&&a(this.formatLanguageCode(e)),r.forEach(function(e){i.indexOf(e)<0&&a(n.formatLanguageCode(e))}),i}}]),e}(),Wi=[{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}],Yi={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)}},qi=["v1","v2","v3"],Qi={zero:0,one:1,two:2,few:3,many:4,other:5};var Ki=function(){function e(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};o(this,e),this.languageUtils=t,this.options=n,this.logger=yi.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 Wi.forEach(function(t){t.lngs.forEach(function(n){e[n]={numbers:t.nr,plurals:Yi[t.fc]}})}),e}()}return s(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 Qi[e]-Qi[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 a=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()):a():"v2"===this.options.compatibilityJSON||this.options.simplifyPluralSuffix&&2===e.numbers.length&&1===e.numbers[0]?a():this.options.prepend&&r.toString()?this.options.prepend+r.toString():r.toString()}},{key:"shouldUseIntlApi",value:function(){return!qi.includes(this.options.compatibilityJSON)}}]),e}();function Xi(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 Ji(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Xi(Object(n),!0).forEach(function(t){l(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Xi(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}var Zi=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};o(this,e),this.logger=yi.create("interpolator"),this.options=t,this.format=t.interpolation&&t.interpolation.format||function(e){return e},this.init(t)}return s(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:wi,this.escapeValue=void 0===t.escapeValue||t.escapeValue,this.useRawValueToEscape=void 0!==t.useRawValueToEscape&&t.useRawValueToEscape,this.prefix=t.prefix?xi(t.prefix):t.prefixEscaped||"{{",this.suffix=t.suffix?xi(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?xi(t.nestingPrefix):t.nestingPrefixEscaped||xi("$t("),this.nestingSuffix=t.nestingSuffix?xi(t.nestingSuffix):t.nestingSuffixEscaped||xi(")"),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,a,o,u=this,s=this.options&&this.options.interpolation&&this.options.interpolation.defaultVariables||{};function l(e){return e.replace(/\$/g,"$$$$")}var c=function(e){if(e.indexOf(u.formatSeparator)<0){var i=ki(t,s,e);return u.alwaysFormat?u.format(i,void 0,n,Ji(Ji(Ji({},r),t),{},{interpolationkey:e})):i}var a=e.split(u.formatSeparator),o=a.shift().trim(),l=a.join(u.formatSeparator).trim();return u.format(ki(t,s,o),l,n,Ji(Ji(Ji({},r),t),{},{interpolationkey:o}))};this.resetRegExp();var f=r&&r.missingInterpolationHandler||this.options.missingInterpolationHandler,d=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 u.escapeValue?l(u.escape(e)):l(e)}}].forEach(function(t){for(o=0;i=t.regex.exec(e);){var n=i[1].trim();if(void 0===(a=c(n)))if("function"===typeof f){var s=f(e,i,r);a="string"===typeof s?s:""}else if(r&&r.hasOwnProperty(n))a="";else{if(d){a=i[0];continue}u.logger.warn("missed to pass in variable ".concat(n," for interpolating ").concat(e)),a=""}else"string"===typeof a||u.useRawValueToEscape||(a=Ai(a));var l=t.safeValue(a);if(e=e.replace(i[0],l),d?(t.regex.lastIndex+=a.length,t.regex.lastIndex-=i[0].length):t.regex.lastIndex=0,++o>=u.maxReplaces)break}}),e}},{key:"nest",value:function(e,t){var n,r,i=this,a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},o=Ji({},a);function u(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],i=(i=this.interpolate(i,o)).replace(/'/g,'"');try{o=JSON.parse(i),t&&(o=Ji(Ji({},t),o))}catch(a){return this.logger.warn("failed parsing options string in nesting for key ".concat(e),a),"".concat(e).concat(n).concat(i)}return delete o.defaultValue,e}for(o.applyPostProcessor=!1,delete o.defaultValue;n=this.nestingRegexp.exec(e);){var s=[],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(),s=c,l=!0}if((r=t(u.call(this,n[1].trim(),o),o))&&n[0]===e&&"string"!==typeof r)return r;"string"!==typeof r&&(r=Ai(r)),r||(this.logger.warn("missed to resolve ".concat(n[1]," for nesting ").concat(e)),r=""),l&&(r=s.reduce(function(e,t){return i.format(e,t,a.lng,Ji(Ji({},a),{},{interpolationkey:n[1].trim()}))},r.trim())),e=e.replace(n[0],r),this.regexp.lastIndex=0}return e}}]),e}();function $i(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 ea(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?$i(Object(n),!0).forEach(function(t){l(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):$i(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}var ta=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};o(this,e),this.logger=yi.create("formatter"),this.options=t,this.formats={number:function(e,t,n){return new Intl.NumberFormat(t,n).format(e)},currency:function(e,t,n){return new Intl.NumberFormat(t,ea(ea({},n),{},{style:"currency"})).format(e)},datetime:function(e,t,n){return new Intl.DateTimeFormat(t,ea({},n)).format(e)},relativetime:function(e,t,n){return new Intl.RelativeTimeFormat(t,ea({},n)).format(e,n.range||"day")},list:function(e,t,n){return new Intl.ListFormat(t,ea({},n)).format(e)}},this.init(t)}return s(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:"format",value:function(e,t,n,r){var i=this,a=t.split(this.formatSeparator).reduce(function(e,t){var a=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=pi(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),o=a.formatName,u=a.formatOptions;if(i.formats[o]){var s=e;try{var l=r&&r.formatParams&&r.formatParams[r.interpolationkey]||{},c=l.locale||l.lng||r.locale||r.lng||n;s=i.formats[o](e,c,ea(ea(ea({},u),r),l))}catch(f){i.logger.warn(f)}return s}return i.logger.warn("there was no format function for ".concat(o)),e},e);return a}}]),e}();function na(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 ra(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?na(Object(n),!0).forEach(function(t){l(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):na(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function ia(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=Y(e);if(t){var i=Y(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return K(this,n)}}var aa=function(e){W(n,e);var t=ia(n);function n(e,r,i){var a,u=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return o(this,n),a=t.call(this),Fi&&Di.call(G(a)),a.backend=e,a.store=r,a.services=i,a.languageUtils=i.languageUtils,a.options=u,a.logger=yi.create("backendConnector"),a.waitingReads=[],a.maxParallelReads=u.maxParallelReads||10,a.readingCalls=0,a.maxRetries=u.maxRetries>=0?u.maxRetries:5,a.retryTimeout=u.retryTimeout>=1?u.retryTimeout:350,a.state={},a.queue=[],a.backend&&a.backend.init&&a.backend.init(i,u.backend,u),a}return s(n,[{key:"queueLoad",value:function(e,t,n,r){var i=this,a={},o={},u={},s={};return e.forEach(function(e){var r=!0;t.forEach(function(t){var u="".concat(e,"|").concat(t);!n.reload&&i.store.hasResourceBundle(e,t)?i.state[u]=2:i.state[u]<0||(1===i.state[u]?void 0===o[u]&&(o[u]=!0):(i.state[u]=1,r=!1,void 0===o[u]&&(o[u]=!0),void 0===a[u]&&(a[u]=!0),void 0===s[t]&&(s[t]=!0)))}),r||(u[e]=!0)}),(Object.keys(a).length||Object.keys(o).length)&&this.queue.push({pending:o,pendingCount:Object.keys(o).length,loaded:{},errors:[],callback:r}),{toLoad:Object.keys(a),pending:Object.keys(o),toLoadLanguages:Object.keys(u),toLoadNamespaces:Object.keys(s)}}},{key:"loaded",value:function(e,t,n){var r=e.split("|"),i=r[0],a=r[1];t&&this.emit("failedLoading",i,a,t),n&&this.store.addResourceBundle(i,a,n),this.state[e]=t?-1:2;var o={};this.queue.forEach(function(n){!function(e,t,n,r){var i=bi(e,t,Object),a=i.obj,o=i.k;a[o]=a[o]||[],r&&(a[o]=a[o].concat(n)),r||a[o].push(n)}(n.loaded,[i],a),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){o[e]||(o[e]={});var t=n.loaded[e];t.length&&t.forEach(function(t){void 0===o[e][t]&&(o[e][t]=!0)})}),n.done=!0,n.errors.length?n.callback(n.errors):n.callback())}),this.emit("loaded",o),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,a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:this.retryTimeout,o=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:a,callback:o}):(this.readingCalls++,this.backend[n](e,t,function(u,s){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)}u&&s&&i<r.maxRetries?setTimeout(function(){r.read.call(r,e,t,n,i+1,2*a,o)},a):o(u,s)})):o(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 a=this.queueLoad(e,t,r,i);if(!a.toLoad.length)return a.pending.length||i(),null;a.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],a=r[1];this.read(i,a,"read",void 0,void 0,function(r,o){r&&t.logger.warn("".concat(n,"loading namespace ").concat(a," for language ").concat(i," failed"),r),!r&&o&&t.logger.log("".concat(n,"loaded namespace ").concat(a," for language ").concat(i),o),t.loaded(e,r,o)})}},{key:"saveMissing",value:function(e,t,n,r,i){var a=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,ra(ra({},a),{},{isUpdate:i})),e&&e[0]&&this.store.addResource(e[0],t,n,r))}}]),n}(Di);function oa(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 ua(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 sa(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?ua(Object(n),!0).forEach(function(t){l(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ua(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function la(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=Y(e);if(t){var i=Y(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return K(this,n)}}function ca(){}var fa=function(e){W(n,e);var t=la(n);function n(){var e,r,i=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},a=arguments.length>1?arguments[1]:void 0;if(o(this,n),e=t.call(this),Fi&&Di.call(G(e)),e.options=oa(i),e.services={},e.logger=yi,e.modules={external:[]},r=G(e),Object.getOwnPropertyNames(Object.getPrototypeOf(r)).forEach(function(e){"function"===typeof r[e]&&(r[e]=r[e].bind(r))}),a&&!e.isInitialized&&!i.isClone){if(!e.options.initImmediate)return e.init(i,a),K(e,G(e));setTimeout(function(){e.init(i,a)},0)}return e}return s(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"===Q(e[1])&&(t=e[1]),"string"===typeof e[1]&&(t.defaultValue=e[1]),"string"===typeof e[2]&&(t.tDescription=e[2]),"object"===Q(e[2])||"object"===Q(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=sa(sa(sa({},r),this.options),oa(t)),"v1"!==this.options.compatibilityAPI&&(this.options.interpolation=sa(sa({},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 a;this.modules.logger?yi.init(i(this.modules.logger),this.options):yi.init(null,this.options),this.modules.formatter?a=this.modules.formatter:"undefined"!==typeof Intl&&(a=ta);var o=new Vi(this.options);this.store=new Ri(this.options.resources,this.options);var u=this.services;u.logger=yi,u.resourceStore=this.store,u.languageUtils=o,u.pluralResolver=new Ki(o,{prepend:this.options.pluralSeparator,compatibilityJSON:this.options.compatibilityJSON,simplifyPluralSuffix:this.options.simplifyPluralSuffix}),!a||this.options.interpolation.format&&this.options.interpolation.format!==r.interpolation.format||(u.formatter=i(a),u.formatter.init(u,this.options),this.options.interpolation.format=u.formatter.format.bind(u.formatter)),u.interpolator=new Zi(this.options),u.utils={hasLoadedNamespace:this.hasLoadedNamespace.bind(this)},u.backendConnector=new aa(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 Hi(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=ca),this.options.fallbackLng&&!this.services.languageDetector&&!this.options.lng){var s=this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);s.length>0&&"dev"!==s[0]&&(this.options.lng=s[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 l=Ei(),c=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),l.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?c():setTimeout(c,0),l}},{key:"loadResources",value:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:ca,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=[],a=function(e){e&&t.services.languageUtils.toResolveHierarchy(e).forEach(function(e){i.indexOf(e)<0&&i.push(e)})};if(r)a(r);else this.services.languageUtils.getFallbackCodes(this.options.fallbackLng).forEach(function(e){return a(e)});this.options.preload&&this.options.preload.forEach(function(e){return a(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=Ei();return e||(e=this.languages),t||(t=this.options.ns),n||(n=ca),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&&ji.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=Ei();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)},a=function(a){e||a||!n.services.languageDetector||(a=[]);var o="string"===typeof a?a:n.services.languageUtils.getBestMatchFromCodes(a);o&&(n.language||i(o),n.translator.language||n.translator.changeLanguage(o),n.services.languageDetector&&n.services.languageDetector.cacheUserLanguage(o)),n.loadResources(o,function(e){!function(e,a){a?(i(a),n.translator.changeLanguage(a),n.isLanguageChangingTo=void 0,n.emit("languageChanged",a),n.logger.log("languageChanged",a)):n.isLanguageChangingTo=void 0,r.resolve(function(){return n.t.apply(n,arguments)}),t&&t(e,function(){return n.t.apply(n,arguments)})}(e,o)})};return e||!this.services.languageDetector||this.services.languageDetector.async?!e&&this.services.languageDetector&&this.services.languageDetector.async?this.services.languageDetector.detect(a):a(e):a(this.services.languageDetector.detect()),r}},{key:"getFixedT",value:function(e,t,n){var r=this,i=function e(t,i){var a;if("object"!==Q(i)){for(var o=arguments.length,u=new Array(o>2?o-2:0),s=2;s<o;s++)u[s-2]=arguments[s];a=r.options.overloadTranslationOptionHandler([t,i].concat(u))}else a=sa({},i);a.lng=a.lng||e.lng,a.lngs=a.lngs||e.lngs,a.ns=a.ns||e.ns,a.keyPrefix=a.keyPrefix||n||e.keyPrefix;var l=r.options.keySeparator||".",c=a.keyPrefix?"".concat(a.keyPrefix).concat(l).concat(t):t;return r.t(c,a)};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,a=this.languages[this.languages.length-1];if("cimode"===r.toLowerCase())return!0;var o=function(e,n){var r=t.services.backendConnector.state["".concat(e,"|").concat(n)];return-1===r||2===r};if(n.precheck){var u=n.precheck(this,o);if(void 0!==u)return u}return!!this.hasResourceBundle(r,e)||(!(this.services.backendConnector.backend&&(!this.options.resources||this.options.partialBundledLanguages))||!(!o(r,e)||i&&!o(a,e)))}},{key:"loadNamespaces",value:function(e,t){var n=this,r=Ei();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=Ei();"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]:ca,i=sa(sa(sa({},this.options),t),{isClone:!0}),a=new n(i);return["store","services","language"].forEach(function(t){a[t]=e[t]}),a.services=sa({},this.services),a.services.utils={hasLoadedNamespace:a.hasLoadedNamespace.bind(a)},a.translator=new Hi(a.services,a.options),a.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];a.emit.apply(a,[e].concat(n))}),a.init(i,r),a.translator.options=a.options,a.translator.backendConnector.services.utils={hasLoadedNamespace:a.hasLoadedNamespace.bind(a)},a}},{key:"toJSON",value:function(){return{options:this.options,store:this.store,language:this.language,languages:this.languages,resolvedLanguage:this.resolvedLanguage}}}]),n}(Di);l(fa,"createInstance",function(){return new fa(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},arguments.length>1?arguments[1]:void 0)});var da=fa.createInstance();da.createInstance=fa.createInstance;da.createInstance,da.init,da.loadResources,da.reloadResources,da.use,da.changeLanguage,da.getFixedT,da.t,da.exists,da.setDefaultNamespace,da.hasLoadedNamespace,da.loadNamespaces,da.loadLanguages;var pa=da,ha="https://www.facebook.com/BellaMozzarella.com.ua",ma="https://www.instagram.com/bellamozzarella.kh/",va="https://www.youtube.com/channel/UCjpkxtXuTT4WhN4ZGkGonXg",ga="https://play.google.com/store/apps/details?id=com.bellamozzarella&hl=ru&gl=US",ya="https://apps.apple.com/ua/app/bella-mozzarella-\u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430-\u0435\u0434\u044b/id1532048319",Da="dish",Ea="pizza",Aa="combo",ba="half",_a=["delivery","pickup"],Ca=1024,ka=function(e){console.log("LOGGER:",e)},Ta=function(){var e=window.location.pathname.slice(1,3),t=Object.keys(pa.options.resources).find(function(t){return t===e});return t||"uk"},xa=function(){var e=yn(vn().mark(function e(){var t;return vn().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,t=Ta(),e.next=4,pa.changeLanguage(t);case 4:e.next=9;break;case 6:e.prev=6,e.t0=e.catch(0),ka(e.t0);case 9:case"end":return e.stop()}},e,null,[[0,6]])}));return function(){return e.apply(this,arguments)}}(),Sa=function(e){W(n,e);var t=X(n);function n(){return o(this,n),t.apply(this,arguments)}return s(n,[{key:"getStories",value:function(){var e=yn(vn().mark(function e(){var t;return vn().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return t=Ta(),e.abrupt("return",this.r({method:"GET",url:"".concat(ci,"/stories?_locale=").concat(t)}));case 2:case"end":return e.stop()}},e,this)}));return function(){return e.apply(this,arguments)}}()}]),n}(li);var wa=function(e){W(n,e);var t=X(n);function n(){return o(this,n),t.apply(this,arguments)}return s(n,[{key:"getCombos",value:function(){var e=yn(vn().mark(function e(){var t;return vn().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return t=Ta(),e.abrupt("return",this.r({method:"GET",url:"".concat(ci,"/combos?_locale=").concat(t)}));case 2:case"end":return e.stop()}},e,this)}));return function(){return e.apply(this,arguments)}}()},{key:"getCombo",value:function(){var e=yn(vn().mark(function e(t){var n;return vn().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return n=Ta(),e.abrupt("return",this.r({method:"GET",url:"".concat(ci,"/combos/").concat(t,"?_locale=").concat(n)}));case 2:case"end":return e.stop()}},e,this)}));return function(t){return e.apply(this,arguments)}}()}]),n}(li);var Fa=function(e){W(n,e);var t=X(n);function n(){return o(this,n),t.apply(this,arguments)}return s(n,[{key:"getCategories",value:function(){var e=yn(vn().mark(function e(){var t;return vn().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return t=Ta(),e.abrupt("return",this.r({method:"GET",url:"".concat(ci,"/categories?_locale=").concat(t)}));case 2:case"end":return e.stop()}},e,this)}));return function(){return e.apply(this,arguments)}}()},{key:"getCategory",value:function(){var e=yn(vn().mark(function e(t){var n;return vn().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return n=Ta(),e.abrupt("return",this.r({method:"GET",url:"".concat(ci,"/categories/").concat(t,"?_locale=").concat(n)}));case 2:case"end":return e.stop()}},e,this)}));return function(t){return e.apply(this,arguments)}}()}]),n}(li);var Oa=function(e){W(n,e);var t=X(n);function n(){return o(this,n),t.apply(this,arguments)}return s(n,[{key:"authIiko",value:function(){var e=yn(vn().mark(function e(){return vn().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",this.r({method:"GET",url:"".concat(fi,"/api/0/auth/access_token?user_id=").concat("bellamozzarella2020","&user_secret=").concat("e0l0IZ3OSlj9")}));case 1:case"end":return e.stop()}},e,this)}));return function(){return e.apply(this,arguments)}}()},{key:"getUser",value:function(){var e=yn(vn().mark(function e(t,n){return vn().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",this.r({method:"GET",url:"".concat(fi,"/api/0/customers/get_customer_by_phone?access_token=").concat(t,"&organization=4b57f51e-dae2-11ea-aa5d-0025906bfe47&phone=").concat(n)}));case 1:case"end":return e.stop()}},e,this)}));return function(t,n){return e.apply(this,arguments)}}()}]),n}(li);var Na=function(e){W(n,e);var t=X(n);function n(){return o(this,n),t.apply(this,arguments)}return s(n,[{key:"getSettings",value:function(){var e=yn(vn().mark(function e(){return vn().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",this.r({method:"GET",url:"".concat(ci,"/settings")}));case 1:case"end":return e.stop()}},e,this)}));return function(){return e.apply(this,arguments)}}()}]),n}(li);var Ba=function(e){W(n,e);var t=X(n);function n(){return o(this,n),t.apply(this,arguments)}return s(n,[{key:"getDish",value:function(){var e=yn(vn().mark(function e(t){var n;return vn().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return n=Ta(),e.abrupt("return",this.r({method:"GET",url:"".concat(ci,"/dishes/").concat(t,"?_locale=").concat(n)}));case 2:case"end":return e.stop()}},e,this)}));return function(t){return e.apply(this,arguments)}}()}]),n}(li);var Ia=function(e){W(n,e);var t=X(n);function n(){return o(this,n),t.apply(this,arguments)}return s(n,[{key:"createOrder",value:function(){var e=yn(vn().mark(function e(t){return vn().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",this.r({method:"POST",url:"".concat(ci,"/orders"),data:t}));case 1:case"end":return e.stop()}},e,this)}));return function(t){return e.apply(this,arguments)}}()},{key:"sendEmail",value:function(){var e=yn(vn().mark(function e(t){var n;return vn().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return n={service_id:"service_39apqgm",template_id:"template_qegrotf",user_id:"ni9XCffo4Ysxb3xU4",template_params:ne({reply_to:"cipollino2.kh.ua@gmail.com"},t),accessToken:"vKiQwPZY9mQ0tqPG2vXF7"},e.abrupt("return",this.r({method:"POST",url:"".concat("https://api.emailjs.com").concat("/api/v1.0/email/send"),data:n}));case 2:case"end":return e.stop()}},e,this)}));return function(t){return e.apply(this,arguments)}}()},{key:"createOrderWithOnlinePayment",value:function(){var e=yn(vn().mark(function e(t){return vn().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",this.r({method:"POST",url:"".concat("https://bm.kharkiv.ua","/order"),data:t}));case 1:case"end":return e.stop()}},e,this)}));return function(t){return e.apply(this,arguments)}}()}]),n}(li);var Pa=function(e){W(n,e);var t=X(n);function n(){return o(this,n),t.apply(this,arguments)}return s(n,[{key:"getArticles",value:function(){var e=yn(vn().mark(function e(){var t;return vn().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return t=Ta(),e.abrupt("return",this.r({method:"GET",url:"".concat(ci,"/articles?_locale=").concat(t,"&_sort=published_at:DESC&_limit=-1")}));case 2:case"end":return e.stop()}},e,this)}));return function(){return e.apply(this,arguments)}}()},{key:"getArticle",value:function(){var e=yn(vn().mark(function e(t){var n;return vn().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return n=Ta(),e.abrupt("return",this.r({method:"GET",url:"".concat(ci,"/articles/").concat(t,"?_locale=").concat(n)}));case 2:case"end":return e.stop()}},e,this)}));return function(t){return e.apply(this,arguments)}}()},{key:"getArticleByLocale",value:function(){var e=yn(vn().mark(function e(t,n){return vn().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",this.r({method:"GET",url:"".concat(ci,"/articles/").concat(t,"?_locale=").concat(n)}));case 1:case"end":return e.stop()}},e,this)}));return function(t,n){return e.apply(this,arguments)}}()}]),n}(li);var Ra,ja,La=s(function e(t){var n;o(this,e),this.req=si().create({headers:{"Content-Type":"application/json; charset=utf-8"},baseURL:t}),this.req.interceptors.response.use(function(e){return e},function(e){var t;if(404===(null===(t=e.response)||void 0===t?void 0:t.status)){var n=Ta();window.location.href="/".concat(n,"/404")}return Promise.reject(e)}),this.stories=(n=this.req,new Sa(n)),this.combos=function(e){return new wa(e)}(this.req),this.categories=function(e){return new Fa(e)}(this.req),this.iiko=function(e){return new Oa(e)}(this.req),this.settings=function(e){return new Na(e)}(this.req),this.dish=function(e){return new Ba(e)}(this.req),this.orders=function(e){return new Ia(e)}(this.req),this.articles=function(e){return new Pa(e)}(this.req)});function Ma(e){return Ra||(Ra=new La(e)),Ra}var za,Ua,Ha,Ga,Va=ii("categories/getCategories",yn(vn().mark(function e(){var t;return vn().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,Ma().categories.getCategories();case 2:return t=e.sent,e.abrupt("return",t.data);case 4:case"end":return e.stop()}},e)}))),Wa=Zr({name:"categories",initialState:{data:[],loading:!1,error:null},reducers:{},extraReducers:(ja={},l(ja,Va.fulfilled,function(e,t){e.loading=!1,e.data=t.payload}),l(ja,Va.pending,function(e){e.loading=!0}),l(ja,Va.rejected,function(e,t){e.loading=!1,e.error=t.payload}),ja)}).reducer,Ya=ii("combos/getCombos",yn(vn().mark(function e(){var t;return vn().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,Ma().combos.getCombos();case 2:return t=e.sent,e.abrupt("return",t.data);case 4:case"end":return e.stop()}},e)}))),qa=Zr({name:"combos",initialState:{data:[],loading:!1,error:null},reducers:{},extraReducers:(za={},l(za,Ya.fulfilled,function(e,t){e.loading=!1,e.data=t.payload}),l(za,Ya.pending,function(e){e.loading=!0}),l(za,Ya.rejected,function(e,t){e.loading=!1,e.error=t.payload}),za)}).reducer,Qa=ii("stories/getStories",yn(vn().mark(function e(){var t;return vn().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,Ma().stories.getStories();case 2:return t=e.sent,e.abrupt("return",t.data);case 4:case"end":return e.stop()}},e)}))),Ka=Zr({name:"stories",initialState:{data:[],loading:!1,error:null},reducers:{},extraReducers:(Ua={},l(Ua,Qa.fulfilled,function(e,t){e.loading=!1,e.data=t.payload}),l(Ua,Qa.pending,function(e){e.loading=!0}),l(Ua,Qa.rejected,function(e,t){e.loading=!1,e.error=t.payload}),Ua)}).reducer,Xa=ii("settings/getSettings",yn(vn().mark(function e(){var t;return vn().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,Ma().settings.getSettings();case 2:return t=e.sent,e.abrupt("return",t.data);case 4:case"end":return e.stop()}},e)}))),Ja=Zr({name:"settings",initialState:{data:[],loading:!1,error:null},reducers:{},extraReducers:(Ha={},l(Ha,Xa.fulfilled,function(e,t){e.loading=!1,e.data=t.payload}),l(Ha,Xa.pending,function(e){e.loading=!0}),l(Ha,Xa.rejected,function(e,t){e.loading=!1,e.error=t.payload}),Ha)}).reducer,Za=function(e,t,n){return e.data.map(function(e){var r;return e.description===t.description&&e.name===t.name?(r=n&&"dec"===n?e.count-1:e.count+1,ne(ne({},e),{},{count:r})):e})},$a=ii("orders/createOrder",function(){var e=yn(vn().mark(function e(t){var n,r;return vn().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(!0!==(n=t.orderFormatFields).online_payment){e.next=16;break}return e.prev=2,e.next=5,Ma().orders.createOrder(n);case 5:return e.next=7,Ma().orders.createOrderWithOnlinePayment(n);case 7:return r=e.sent,e.abrupt("return",r.data);case 11:return e.prev=11,e.t0=e.catch(2),e.abrupt("return",e.t0);case 14:case 21:e.next=26;break;case 16:return e.prev=16,e.next=19,Ma().orders.createOrder(n);case 19:return e.next=21,Ma().orders.sendEmail(n);case 23:return e.prev=23,e.t1=e.catch(16),e.abrupt("return",e.t1);case 26:case"end":return e.stop()}},e,null,[[2,11],[16,23]])}));return function(t){return e.apply(this,arguments)}}()),eo=Zr({name:"orders",initialState:{data:[],orderId:null,loading:!1,error:null,id:null},reducers:{addOrder:function(e,t){!function(e,t){return e.data.length>0&&e.data.some(function(e){return e.description===t.description&&e.name===t.name})}(e,t.payload)?e.data=[].concat(ee(e.data),[t.payload]):e.data=Za(e,t.payload)},updateOrder:function(e,t){e.data=Za(e,t.payload.order,t.payload.sign)},cleanOrder:function(e){e.data=[]},deleteOrder:function(e,t){t.payload.type===Da?e.data=e.data.filter(function(e){return e.name!==t.payload.name&&e}):e.data=e.data.filter(function(e){return e.description!==t.payload.description&&e})}},extraReducers:(Ga={},l(Ga,$a.fulfilled,function(e,t){var n,r,i,a;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===(a=i.data)||void 0===a?void 0:a.id}),l(Ga,$a.pending,function(e){e.loading=!0}),l(Ga,$a.rejected,function(e,t){e.loading=!1,e.error=t.payload}),Ga)}),to=eo.actions,no=to.addOrder,ro=to.updateOrder,io=to.deleteOrder,ao=to.cleanOrder,oo=eo.reducer,uo=n(763),so=n.n(uo),lo=function(e,t){var n=e;return n=t?n.slice().sort(function(e,t){return e.position_cart-t.position_cart}):n.slice().sort(function(e,t){return e.position-t.position}),n},co=function(e){var t,n=e.map(function(e){return e.dishes.map(function(e){return e})});return(t=[]).concat.apply(t,ee(n))},fo=function(e){var t=e.map(function(e){return e.count});return so().sum(t)},po="styles_container__Hr5JW",ho=n(184),mo=function(e){var t=e.children;return(0,ho.jsx)("div",{className:po,children:t})},vo={color:void 0,size:void 0,className:void 0,style:void 0,attr:void 0},go=i.createContext&&i.createContext(vo),yo=function(){return yo=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},yo.apply(this,arguments)},Do=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 Eo(e){return e&&e.map(function(e,t){return i.createElement(e.tag,yo({key:t},e.attr),Eo(e.child))})}function Ao(e){return function(t){return i.createElement(bo,yo({attr:yo({},e.attr)},t),Eo(e.child))}}function bo(e){var t=function(t){var n,r=e.attr,a=e.size,o=e.title,u=Do(e,["attr","size","title"]),s=a||t.size||"1em";return t.className&&(n=t.className),e.className&&(n=(n?n+" ":"")+e.className),i.createElement("svg",yo({stroke:"currentColor",fill:"currentColor",strokeWidth:"0"},t.attr,r,u,{className:n,style:yo(yo({color:e.color||t.color},t.style),e.style),height:s,width:s,xmlns:"http://www.w3.org/2000/svg"}),o&&i.createElement("title",null,o),e.children)};return void 0!==go?i.createElement(go.Consumer,null,function(e){return t(e)}):t(vo)}function _o(e){return Ao({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 Co(e){return Ao({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 ko(e){return Ao({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 To(e){return Ao({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 xo(e){return Ao({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)}var So=n.p+"static/media/arrow_down.a90cc934899c70fe75cb5779a9f13075.svg";var wo=n.p+"static/media/icon.d17659a8ebba2a0a2ac588a1a51b514c.svg";var Fo=n.p+"static/media/logo.28c907c65716fcb08be7f50a86201769.svg";var Oo={ICONS:{ARROW_RIGHT:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQEAYAAABPYyMiAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAABgAAAAYADwa0LPAAAAB3RJTUUH5QoeCCIs61Jj5wAAAHlJREFUSMdjYMABfj34evDrwZSUXxlfLn65+PTpz7xP9z7dU1dnoBf4cvfL3S93xcV/fv2q8FXhypVfVV++ffn24sXPZ5/PfT6npTXqkFGHjDqEWg5horpL2Bl4GXgZGenv8z9fdb/qXr1KtygYtXjUYppZDAP0qo4BSbhfj2gcrfwAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjEtMTAtMzBUMDg6MzQ6NDQrMDA6MDCXRl0PAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIxLTEwLTMwVDA4OjM0OjQ0KzAwOjAw5hvlswAAAABJRU5ErkJggg==",ARROW_DOWN:So,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:Fo,LOGO_MINI:wo,LOGO_MINI2X:wo,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"}},No={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"},Bo=mn()(function(e){var t,n,r=e.t,a=ae((0,i.useState)(!1),2),o=a[0],u=a[1],s=Ta(),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===Oo||void 0===Oo||null===(n=Oo.IMAGES)||void 0===n?void 0:n.LOGO)?Oo.IMAGES.LOGO.startsWith("http")?Oo.IMAGES.LOGO:"".concat(l).concat(Oo.IMAGES.LOGO.startsWith("/")?"":"/").concat(Oo.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"]}]},f={"@context":"https://schema.org","@type":"WebSite",name:"Bella Mozzarella",url:l,inLanguage:s||"uk"};return(0,ho.jsxs)(ho.Fragment,{children:[(0,ho.jsx)("script",{type:"application/ld+json",children:JSON.stringify([c,f])}),(0,ho.jsxs)("div",{className:No.mobile,children:[(0,ho.jsx)("div",{className:No.leftSide,children:(0,ho.jsx)("div",{className:No.city,children:r("components.header.city")})}),(0,ho.jsx)(nn,{to:"/".concat(s,"/"),className:No.logoLink,children:(0,ho.jsx)("img",{className:No.logo,src:Oo.IMAGES.LOGO,alt:"Logo"})}),(0,ho.jsx)("div",{className:No.rightSide,children:(0,ho.jsx)("div",{className:No.languageWrapper,children:(0,ho.jsx)(Tl,{})})})]}),(0,ho.jsx)("div",{className:No.desktop,children:(0,ho.jsxs)("div",{className:No.block,children:[(0,ho.jsxs)("div",{className:No.phones,children:[(0,ho.jsxs)("div",{className:o?No.collapseOpen:No.collapseClose,children:[(0,ho.jsx)("div",{className:No.city,children:r("components.header.city")}),(0,ho.jsxs)("a",{className:No.phone,href:"tel:+380934321000",children:[(0,ho.jsx)("span",{className:No.phoneIcon,children:(0,ho.jsx)(ko,{})}),"(093) 43-21-000"]}),(0,ho.jsxs)("a",{className:No.phone,href:"tel:+380984321000",children:[(0,ho.jsx)("span",{className:No.phoneIcon,children:(0,ho.jsx)(ko,{})}),"(098) 43-21-000"]}),(0,ho.jsxs)("a",{className:No.phone,href:"tel:+380994321000",children:[(0,ho.jsx)("span",{className:No.phoneIcon,children:(0,ho.jsx)(ko,{})}),"(099) 43-21-000"]})]}),(0,ho.jsx)("div",{className:o?No.collapseControlOpen:No.collapseControlClose,children:o?(0,ho.jsx)(xo,{onClick:function(){return u(!1)}}):(0,ho.jsx)(To,{onClick:function(){return u(!0)}})})]}),(0,ho.jsx)(nn,{to:"/".concat(s,"/"),className:No.logoLink,children:(0,ho.jsx)("img",{className:No.logo,src:Oo.IMAGES.LOGO,alt:"Logo"})}),(0,ho.jsx)("div",{className:No.rightSide,children:(0,ho.jsx)("div",{className:No.languageWrapper,children:(0,ho.jsx)(Tl,{})})})]})})]})}),Io=function(){return Io=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},Io.apply(this,arguments)};var Po="",Ro=null,jo=null,Lo=null;function Mo(){Po="",null!==Ro&&Ro.disconnect(),null!==jo&&(window.clearTimeout(jo),jo=null)}function zo(e){return["BUTTON","INPUT","SELECT","TEXTAREA"].includes(e.tagName)&&!e.hasAttribute("disabled")||["A","AREA"].includes(e.tagName)&&e.hasAttribute("href")}function Uo(){var e=null;if("#"===Po)e=document.body;else{var t=Po.replace("#","");null===(e=document.getElementById(t))&&"#top"===Po&&(e=document.body)}if(null!==e){Lo(e);var n=e.getAttribute("tabindex");return null!==n||zo(e)||e.setAttribute("tabindex",-1),e.focus({preventScroll:!0}),null!==n||zo(e)||(e.blur(),e.removeAttribute("tabindex")),Mo(),!0}return!1}function Ho(e){return i.forwardRef(function(t,n){var r="";"string"===typeof t.to&&t.to.includes("#")?r="#"+t.to.split("#").slice(1).join("#"):"object"===typeof t.to&&"string"===typeof t.to.hash&&(r=t.to.hash);var a={};e===rn&&(a.isActive=function(e,t){return e&&e.isExact&&t.hash===r});var o=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 i.createElement(e,Io({},a,o,{onClick:function(e){var n;Mo(),Po=t.elementId?"#"+t.elementId:r,t.onClick&&t.onClick(e),""===Po||e.defaultPrevented||0!==e.button||t.target&&"_self"!==t.target||e.metaKey||e.altKey||e.ctrlKey||e.shiftKey||(Lo=t.scroll||function(e){return t.smooth?e.scrollIntoView({behavior:"smooth"}):e.scrollIntoView()},n=t.timeout,window.setTimeout(function(){!1===Uo()&&(null===Ro&&(Ro=new MutationObserver(Uo)),Ro.observe(document,{attributes:!0,childList:!0,subtree:!0}),jo=window.setTimeout(function(){Mo()},n||1e4))},0))},ref:n}),t.children)})}var Go,Vo=Ho(nn),Wo=(Ho(rn),ii("iiko/getBonus",function(){var e=yn(vn().mark(function e(t){var n,r;return vn().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,Ma().iiko.authIiko(t.replace(" ",""));case 2:return n=e.sent,e.next=5,Ma().iiko.getUser(n.data,t);case 5:return r=e.sent,e.abrupt("return",r.data.walletBalances[0].balance);case 7:case"end":return e.stop()}},e)}));return function(t){return e.apply(this,arguments)}}())),Yo=Zr({name:"iiko",initialState:{data:null,loading:!1,error:null},reducers:{},extraReducers:(Go={},l(Go,Wo.fulfilled,function(e,t){e.loading=!1,e.data=t.payload}),l(Go,Wo.pending,function(e){e.loading=!0}),l(Go,Wo.rejected,function(e,t){e.loading=!1,e.error=t.payload}),Go)}).reducer;function qo(e){return Ao({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 Qo(e){return Ao({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 Ko(e){return Ao({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 Xo=n(5717),Jo=Ea,Zo=function(e,t){var n=e/100*50;return t.balance>=n?e-n:t.balance},$o=function(e,t){if(t){var n=e.filter(function(e){return e.type===Jo}),r=[];n.forEach(function(e){if(e.count>1)for(var t=0;t<e.count;t++)r.push(e.initialPrice);else r.push(e.initialPrice)});var i=Math.floor(r.length/3),a=r.sort(function(e,t){return e-t}).slice(0,3*i),o=r.sort(function(e,t){return e-t}).slice(0,i);return{sum:so().sum(a)>0?so().sum(a):0,sale:so().sum(o)>0?so().sum(o):0}}return{sum:0,sale:0}},eu=function(e,t,n,r){var i=$o(n,null===r||void 0===r?void 0:r.promotion1).sale>0,a=[];n.forEach(function(e){if(e.type===Ea)for(var t=0;t<e.count;t++)a.push(e)});var o=a.sort(function(e,t){return e.initialPrice-t.initialPrice}),u=Math.trunc(o.length/3);return o=o.slice(3*u),t===_a[0]?i&&e.type===Ea?e.extraCost&&e.extraCost>0?e.initialPrice+e.extraCost:o.length>0?o.some(function(t){return e.id===t.id})?e.initialPrice:e.price:e.initialPrice?e.initialPrice:e.price:e.price:t===_a[1]?e.type===Ea?e.initialPrice>e.price||e.extraCost&&e.extraCost>0?e.initialPrice+e.extraCost:e.price:e.initialPrice:void 0},tu=function(e,t,n){var r=[];e.forEach(function(e){for(var t=0;t<e.count;t++)r.push(e)});var i=r.map(function(r){return eu(r,t,e,n)});return so().sum(i)},nu=function(e,t,n,r,i,a){var o=n.discount_for_pickup,u=n.promo_active,s=n.promo_start,l=n.promo_text,c=n.promo_discount,f=n.actiive_bonus,d=n.promotion1,p=$o(e,d).sale,h=so().sum(e.filter(function(e){return e.type===Aa}).map(function(e){return e.count>1?e.count*e.price:e.price})),m=tu(e,t,n)-h,v=0;(p&&t===_a[0]&&(v+=p),o&&t===_a[1])&&(v+=m/100*o);return console.log("---",v),u&&l===i&&m>s&&!p&&(v+=c),f&&r&&(v+=Zo(m,a)),Math.ceil(v)},ru={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"},iu=function(e){var t=e.t,n=e.orders,r=e.categories,i=e.delivery,a=e.settings,o={dots:!1,infinite:!1,speed:500,variableWidth:!0,swipeToSlide:!0},u=M(),s=function(e){return e.type===ba?e.pizzas.map(function(e,t){return(0,ho.jsx)("img",{className:ru.imageHalves,src:e.image},t)}):e.type===Aa?(0,ho.jsx)("img",{className:ru.imageCombo,src:e.image}):(0,ho.jsx)("img",{className:ru.imageDish,src:e.image})},l=function(e){return e.type===ba?(0,ho.jsxs)("div",{className:ru.description,children:[t("pages.cart.components.list.board"),e.board]}):e.type===Aa?(0,ho.jsx)("div",{className:ru.description,children:e.description}):e.type===Ea?(0,ho.jsxs)("div",{children:[(0,ho.jsxs)("div",{className:ru.description,children:[e.board&&t("pages.cart.components.list.board"),e.board]}),e.additives.length>1&&(0,ho.jsx)("div",{className:ru.description,children:e.additives&&e.additives}),e.deleteIngredients.length>1&&(0,ho.jsx)("div",{className:ru.description,children:e.deleteIngredients&&e.deleteIngredients})]}):(0,ho.jsx)("div",{className:ru.description,children:e.description})},c=function(){return n.map(function(e,r){return function(e,r){return(0,ho.jsxs)("div",{className:ru.dish,children:[(0,ho.jsxs)("div",{className:ru.dishInfoWrapper,children:[s(e),(0,ho.jsxs)("div",{className:ru.dishInfo,children:[(0,ho.jsx)("h3",{className:ru.dishName,children:e.name}),l(e)]})]}),(0,ho.jsxs)("div",{className:ru.subtotal,children:[(0,ho.jsx)("div",{children:"".concat(e.count*eu(e,i,n,a)," ").concat(t("currency"))}),(0,ho.jsxs)("div",{className:ru.quantity,children:[(0,ho.jsx)("button",{onClick:function(){return u(1===e.count?io(e):ro({order:e,sign:"dec"}))},children:"-"}),(0,ho.jsx)("div",{className:ru.quantityInput,children:e.count}),(0,ho.jsx)("button",{onClick:function(){return u(ro({order:e,sign:"inc"}))},children:"+"})]})]})]},r)}(e,r)})};return(0,ho.jsxs)("div",{className:ru.container,children:[(0,ho.jsx)("h3",{className:ru.subTitle,children:"".concat(fo(n)," ").concat(t("pages.cart.components.list.subTitle")," ").concat(tu(n,i,a)," ").concat(t("currency"))}),(0,ho.jsx)(c,{}),function(){var e=co(r).filter(function(e){return e.cart});return(0,ho.jsxs)("div",{children:[(0,ho.jsx)("div",{className:ru.additiveTitle,children:t("pages.cart.components.list.additiveTitle")}),(0,ho.jsx)(Xo.Z,ne(ne({},o),{},{children:lo(e).map(function(e,n){return(0,ho.jsx)("div",{onClick:function(){return function(e){var t={id:e.id,type:Da,name:e.name,image:ci+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};u(no(t))}(e)},children:(0,ho.jsxs)("article",{className:ru.additiveItem,children:[(0,ho.jsx)("img",{className:ru.additiveImage,src:ci+e.image[0].url,alt:e.alt_text}),(0,ho.jsxs)("div",{className:ru.additiveBlock,children:[(0,ho.jsx)("h4",{className:ru.additiveName,children:e.name}),(0,ho.jsxs)("span",{children:[e.price," ",t("currency")]})]})]})},n)})}))]})}()]})};function au(e){return au="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},au(e)}function ou(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function uu(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 su(e,t,n){return t&&uu(e.prototype,t),n&&uu(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function lu(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&&fu(e,t)}function cu(e){return cu=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},cu(e)}function fu(e,t){return fu=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},fu(e,t)}function du(e,t){if(null==e)return{};var n,r,i=function(e,t){if(null==e)return{};var n,r,i={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++)n=a[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}function pu(e,t){if(t&&("object"===typeof 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)}function hu(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=cu(e);if(t){var i=cu(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return pu(this,n)}}function mu(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&null!==(e=cu(e)););return e}function vu(){return vu="undefined"!==typeof Reflect&&Reflect.get?Reflect.get:function(e,t,n){var r=mu(e,t);if(r){var i=Object.getOwnPropertyDescriptor(r,t);return i.get?i.get.call(arguments.length<3?e:n):i.value}},vu.apply(this,arguments)}function gu(e,t,n,r){return gu="undefined"!==typeof Reflect&&Reflect.set?Reflect.set:function(e,t,n,r){var i,a=mu(e,t);if(a){if((i=Object.getOwnPropertyDescriptor(a,t)).set)return i.set.call(r,n),!0;if(!i.writable)return!1}if(i=Object.getOwnPropertyDescriptor(r,t)){if(!i.writable)return!1;i.value=n,Object.defineProperty(r,t,i)}else!function(e,t,n){t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n}(r,t,n);return!0},gu(e,t,n,r)}function yu(e,t,n,r,i){if(!gu(e,t,n,r||e)&&i)throw new Error("failed to set property");return n}function Du(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)return;var r,i,a=[],o=!0,u=!1;try{for(n=n.call(e);!(o=(r=n.next()).done)&&(a.push(r.value),!t||a.length!==t);o=!0);}catch(s){u=!0,i=s}finally{try{o||null==n.return||n.return()}finally{if(u)throw i}}return a}(e,t)||function(e,t){if(!e)return;if("string"===typeof e)return Eu(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Eu(e,t)}(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 Eu(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 Au=function(){function e(t){ou(this,e),Object.assign(this,{inserted:"",rawInserted:"",skip:!1,tailShift:0},t)}return su(e,[{key:"aggregate",value:function(e){return this.rawInserted+=e.rawInserted,this.skip=this.skip||e.skip,this.inserted+=e.inserted,this.tailShift+=e.tailShift,this}},{key:"offset",get:function(){return this.tailShift+this.inserted.length}}]),e}();function bu(e){return"string"===typeof e||e instanceof String}var _u="NONE",Cu="LEFT",ku="FORCE_LEFT",Tu="RIGHT",xu="FORCE_RIGHT";function Su(e){return e.replace(/([.*+?^=!:${}()|[\]\/\\])/g,"\\$1")}function wu(e){return Array.isArray(e)?e:[e,new Au]}function Fu(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(!Fu(t[n],e[n]))return!1;return!0}if(r!=i)return!1;if(t&&e&&"object"===au(t)&&"object"===au(e)){var a=t instanceof Date,o=e instanceof Date;if(a&&o)return t.getTime()==e.getTime();if(a!=o)return!1;var u=t instanceof RegExp,s=e instanceof RegExp;if(u&&s)return t.toString()==e.toString();if(u!=s)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(!Fu(e[l[n]],t[l[n]]))return!1;return!0}return!(!t||!e||"function"!==typeof t||"function"!==typeof e)&&t.toString()===e.toString()}var Ou=function(){function e(t,n,r,i){for(ou(this,e),this.value=t,this.cursorPos=n,this.oldValue=r,this.oldSelection=i;this.value.slice(0,this.startChangePos)!==this.oldValue.slice(0,this.startChangePos);)--this.oldSelection.start}return su(e,[{key:"startChangePos",get:function(){return Math.min(this.cursorPos,this.oldSelection.start)}},{key:"insertedCount",get:function(){return this.cursorPos-this.startChangePos}},{key:"inserted",get:function(){return this.value.substr(this.startChangePos,this.insertedCount)}},{key:"removedCount",get:function(){return Math.max(this.oldSelection.end-this.startChangePos||this.oldValue.length-this.value.length,0)}},{key:"removed",get:function(){return this.oldValue.substr(this.startChangePos,this.removedCount)}},{key:"head",get:function(){return this.value.substring(0,this.startChangePos)}},{key:"tail",get:function(){return this.value.substring(this.startChangePos+this.insertedCount)}},{key:"removeDirection",get:function(){return!this.removedCount||this.insertedCount?_u:this.oldSelection.end!==this.cursorPos&&this.oldSelection.start!==this.cursorPos||this.oldSelection.end!==this.oldSelection.start?Cu:Tu}}]),e}(),Nu=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,r=arguments.length>2?arguments[2]:void 0;ou(this,e),this.value=t,this.from=n,this.stop=r}return su(e,[{key:"toString",value:function(){return this.value}},{key:"extend",value:function(e){this.value+=String(e)}},{key:"appendTo",value:function(e){return e.append(this.toString(),{tail:!0}).aggregate(e._appendPlaceholder())}},{key:"state",get:function(){return{value:this.value,from:this.from,stop:this.stop}},set:function(e){Object.assign(this,e)}},{key:"unshift",value:function(e){if(!this.value.length||null!=e&&this.from>=e)return"";var t=this.value[0];return this.value=this.value.slice(1),t}},{key:"shift",value:function(){if(!this.value.length)return"";var e=this.value[this.value.length-1];return this.value=this.value.slice(0,-1),e}}]),e}();function Bu(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return new Bu.InputMask(e,t)}var Iu=function(){function e(t){ou(this,e),this._value="",this._update(Object.assign({},e.DEFAULTS,t)),this.isInitialized=!0}return su(e,[{key:"updateOptions",value:function(e){Object.keys(e).length&&this.withValueRefresh(this._update.bind(this,e))}},{key:"_update",value:function(e){Object.assign(this,e)}},{key:"state",get:function(){return{_value:this.value}},set:function(e){this._value=e._value}},{key:"reset",value:function(){this._value=""}},{key:"value",get:function(){return this._value},set:function(e){this.resolve(e)}},{key:"resolve",value:function(e){return this.reset(),this.append(e,{input:!0},""),this.doCommit(),this.value}},{key:"unmaskedValue",get:function(){return this.value},set:function(e){this.reset(),this.append(e,{},""),this.doCommit()}},{key:"typedValue",get:function(){return this.doParse(this.value)},set:function(e){this.value=this.doFormat(e)}},{key:"rawInputValue",get:function(){return this.extractInput(0,this.value.length,{raw:!0})},set:function(e){this.reset(),this.append(e,{raw:!0},""),this.doCommit()}},{key:"isComplete",get:function(){return!0}},{key:"isFilled",get:function(){return this.isComplete}},{key:"nearestInputPos",value:function(e,t){return e}},{key:"extractInput",value:function(){var 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)}},{key:"extractTail",value:function(){var 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 Nu(this.extractInput(e,t),e)}},{key:"appendTail",value:function(e){return bu(e)&&(e=new Nu(String(e))),e.appendTo(this)}},{key:"_appendCharRaw",value:function(e){return e?(this._value+=e,new Au({inserted:e,rawInserted:e})):new Au}},{key:"_appendChar",value:function(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=arguments.length>2?arguments[2]:void 0,i=this.state,a=Du(wu(this.doPrepare(e,n)),2);if(e=a[0],(t=(t=a[1]).aggregate(this._appendCharRaw(e,n))).inserted){var o,u=!1!==this.doValidate(n);if(u&&null!=r){var s=this.state;!0===this.overwrite&&(o=r.state,r.unshift(this.value.length));var l=this.appendTail(r);(u=l.rawInserted===r.toString())&&l.inserted||"shift"!==this.overwrite||(this.state=s,o=r.state,r.shift(),u=(l=this.appendTail(r)).rawInserted===r.toString()),u&&l.inserted&&(this.state=s)}u||(t=new Au,this.state=i,r&&o&&(r.state=o))}return t}},{key:"_appendPlaceholder",value:function(){return new Au}},{key:"_appendEager",value:function(){return new Au}},{key:"append",value:function(e,t,n){if(!bu(e))throw new Error("value should be string");var r=new Au,i=bu(n)?new Nu(String(n)):n;t&&t.tail&&(t._beforeTailState=this.state);for(var a=0;a<e.length;++a)r.aggregate(this._appendChar(e[a],t,i));return null!=i&&(r.tailShift+=this.appendTail(i).tailShift),this.eager&&null!==t&&void 0!==t&&t.input&&e&&r.aggregate(this._appendEager()),r}},{key:"remove",value:function(){var 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 Au}},{key:"withValueRefresh",value:function(e){if(this._refreshing||!this.isInitialized)return e();this._refreshing=!0;var 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}},{key:"runIsolated",value:function(e){if(this._isolated||!this.isInitialized)return e(this);this._isolated=!0;var t=this.state,n=e(this);return this.state=t,delete this._isolated,n}},{key:"doPrepare",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this.prepare?this.prepare(e,this,t):e}},{key:"doValidate",value:function(e){return(!this.validate||this.validate(this.value,this,e))&&(!this.parent||this.parent.doValidate(e))}},{key:"doCommit",value:function(){this.commit&&this.commit(this.value,this)}},{key:"doFormat",value:function(e){return this.format?this.format(e,this):e}},{key:"doParse",value:function(e){return this.parse?this.parse(e,this):e}},{key:"splice",value:function(e,t,n,r){var i,a=e+t,o=this.extractTail(a);this.eager&&(r=function(e){switch(e){case Cu:return ku;case Tu:return xu;default:return e}}(r),i=this.extractInput(0,a,{raw:!0}));var u=this.nearestInputPos(e,t>1&&0!==e&&!this.eager?_u:r),s=new Au({tailShift:u-e}).aggregate(this.remove(u));if(this.eager&&r!==_u&&i===this.rawInputValue)if(r===ku)for(var l;i===this.rawInputValue&&(l=this.value.length);)s.aggregate(new Au({tailShift:-1})).aggregate(this.remove(l-1));else r===xu&&o.unshift();return s.aggregate(this.append(n,{input:!0},o))}},{key:"maskEquals",value:function(e){return this.mask===e}}]),e}();function Pu(e){if(null==e)throw new Error("mask property should be defined");return e instanceof RegExp?Bu.MaskedRegExp:bu(e)?Bu.MaskedPattern:e instanceof Date||e===Date?Bu.MaskedDate:e instanceof Number||"number"===typeof e||e===Number?Bu.MaskedNumber:Array.isArray(e)||e===Array?Bu.MaskedDynamic:Bu.Masked&&e.prototype instanceof Bu.Masked?e:e instanceof Bu.Masked?e.constructor:e instanceof Function?Bu.MaskedFunction:(console.warn("Mask not found for mask",e),Bu.Masked)}function Ru(e){if(Bu.Masked&&e instanceof Bu.Masked)return e;var t=(e=Object.assign({},e)).mask;if(Bu.Masked&&t instanceof Bu.Masked)return t;var n=Pu(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)}Iu.DEFAULTS={format:function(e){return e},parse:function(e){return e}},Bu.Masked=Iu,Bu.createMask=Ru;var ju=["mask"],Lu={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]/,"*":/./},Mu=function(){function e(t){ou(this,e);var n=t.mask,r=du(t,ju);this.masked=Ru({mask:n}),Object.assign(this,r)}return su(e,[{key:"reset",value:function(){this.isFilled=!1,this.masked.reset()}},{key:"remove",value:function(){var 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 Au}},{key:"value",get:function(){return this.masked.value||(this.isFilled&&!this.isOptional?this.placeholderChar:"")}},{key:"unmaskedValue",get:function(){return this.masked.unmaskedValue}},{key:"isComplete",get:function(){return Boolean(this.masked.value)||this.isOptional}},{key:"_appendChar",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(this.isFilled)return new Au;var 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}},{key:"append",value:function(){var e;return(e=this.masked).append.apply(e,arguments)}},{key:"_appendPlaceholder",value:function(){var e=new Au;return this.isFilled||this.isOptional||(this.isFilled=!0,e.inserted=this.placeholderChar),e}},{key:"_appendEager",value:function(){return new Au}},{key:"extractTail",value:function(){var e;return(e=this.masked).extractTail.apply(e,arguments)}},{key:"appendTail",value:function(){var e;return(e=this.masked).appendTail.apply(e,arguments)}},{key:"extractInput",value:function(){var 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)}},{key:"nearestInputPos",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:_u,n=this.value.length,r=Math.min(Math.max(e,0),n);switch(t){case Cu:case ku:return this.isComplete?r:0;case Tu:case xu:return this.isComplete?r:n;default:return r}}},{key:"doValidate",value:function(){var e,t;return(e=this.masked).doValidate.apply(e,arguments)&&(!this.parent||(t=this.parent).doValidate.apply(t,arguments))}},{key:"doCommit",value:function(){this.masked.doCommit()}},{key:"state",get:function(){return{masked:this.masked.state,isFilled:this.isFilled}},set:function(e){this.masked.state=e.masked,this.isFilled=e.isFilled}}]),e}(),zu=function(){function e(t){ou(this,e),Object.assign(this,t),this._value="",this.isFixed=!0}return su(e,[{key:"value",get:function(){return this._value}},{key:"unmaskedValue",get:function(){return this.isUnmasking?this.value:""}},{key:"reset",value:function(){this._isRawInput=!1,this._value=""}},{key:"remove",value:function(){var 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 Au}},{key:"nearestInputPos",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:_u,n=this._value.length;switch(t){case Cu:case ku:return 0;default:return n}}},{key:"extractInput",value:function(){var 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)||""}},{key:"isComplete",get:function(){return!0}},{key:"isFilled",get:function(){return Boolean(this._value)}},{key:"_appendChar",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=new Au;if(this._value)return n;var r=this.char===e&&(this.isUnmasking||t.input||t.raw)&&!this.eager&&!t.tail;return r&&(n.rawInserted=this.char),this._value=n.inserted=this.char,this._isRawInput=r&&(t.raw||t.input),n}},{key:"_appendEager",value:function(){return this._appendChar(this.char)}},{key:"_appendPlaceholder",value:function(){var e=new Au;return this._value||(this._value=e.inserted=this.char),e}},{key:"extractTail",value:function(){return arguments.length>1&&void 0!==arguments[1]||this.value.length,new Nu("")}},{key:"appendTail",value:function(e){return bu(e)&&(e=new Nu(String(e))),e.appendTo(this)}},{key:"append",value:function(e,t,n){var r=this._appendChar(e[0],t);return null!=n&&(r.tailShift+=this.appendTail(n).tailShift),r}},{key:"doCommit",value:function(){}},{key:"state",get:function(){return{_value:this._value,_isRawInput:this._isRawInput}},set:function(e){Object.assign(this,e)}}]),e}(),Uu=["chunks"],Hu=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;ou(this,e),this.chunks=t,this.from=n}return su(e,[{key:"toString",value:function(){return this.chunks.map(String).join("")}},{key:"extend",value:function(t){if(String(t)){bu(t)&&(t=new Nu(String(t)));var n=this.chunks[this.chunks.length-1],r=n&&(n.stop===t.stop||null==t.stop)&&t.from===n.from+n.toString().length;if(t instanceof Nu)r?n.extend(t.toString()):this.chunks.push(t);else if(t instanceof e){if(null==t.stop)for(var i;t.chunks.length&&null==t.chunks[0].stop;)(i=t.chunks.shift()).from+=t.from,this.extend(i);t.toString()&&(t.stop=t.blockIndex,this.chunks.push(t))}}}},{key:"appendTo",value:function(t){if(!(t instanceof Bu.MaskedPattern))return new Nu(this.toString()).appendTo(t);for(var n=new Au,r=0;r<this.chunks.length&&!n.skip;++r){var i=this.chunks[r],a=t._mapPosToBlock(t.value.length),o=i.stop,u=void 0;if(null!=o&&(!a||a.index<=o)&&((i instanceof e||t._stops.indexOf(o)>=0)&&n.aggregate(t._appendPlaceholder(o)),u=i instanceof e&&t._blocks[o]),u){var s=u.appendTail(i);s.skip=!1,n.aggregate(s),t._value+=s.inserted;var l=i.toString().slice(s.rawInserted.length);l&&n.aggregate(t.append(l,{tail:!0}))}else n.aggregate(t.append(i.toString(),{tail:!0}))}return n}},{key:"state",get:function(){return{chunks:this.chunks.map(function(e){return e.state}),from:this.from,stop:this.stop,blockIndex:this.blockIndex}},set:function(t){var n=t.chunks,r=du(t,Uu);Object.assign(this,r),this.chunks=n.map(function(t){var n="chunks"in t?new e:new Nu;return n.state=t,n})}},{key:"unshift",value:function(e){if(!this.chunks.length||null!=e&&this.from>=e)return"";for(var t=null!=e?e-this.from:e,n=0;n<this.chunks.length;){var r=this.chunks[n],i=r.unshift(t);if(r.toString()){if(!i)break;++n}else this.chunks.splice(n,1);if(i)return i}return""}},{key:"shift",value:function(){if(!this.chunks.length)return"";for(var e=this.chunks.length-1;0<=e;){var 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""}}]),e}(),Gu=function(){function e(t,n){ou(this,e),this.masked=t,this._log=[];var r=t._mapPosToBlock(n)||(n<0?{index:0,offset:0}:{index:this.masked._blocks.length,offset:0}),i=r.offset,a=r.index;this.offset=i,this.index=a,this.ok=!1}return su(e,[{key:"block",get:function(){return this.masked._blocks[this.index]}},{key:"pos",get:function(){return this.masked._blockStartPos(this.index)+this.offset}},{key:"state",get:function(){return{index:this.index,offset:this.offset,ok:this.ok}},set:function(e){Object.assign(this,e)}},{key:"pushState",value:function(){this._log.push(this.state)}},{key:"popState",value:function(){var e=this._log.pop();return this.state=e,e}},{key:"bindBlock",value:function(){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))}},{key:"_pushLeft",value:function(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}},{key:"_pushRight",value:function(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}},{key:"pushLeftBeforeFilled",value:function(){var e=this;return this._pushLeft(function(){if(!e.block.isFixed&&e.block.value)return e.offset=e.block.nearestInputPos(e.offset,ku),0!==e.offset||void 0})}},{key:"pushLeftBeforeInput",value:function(){var e=this;return this._pushLeft(function(){if(!e.block.isFixed)return e.offset=e.block.nearestInputPos(e.offset,Cu),!0})}},{key:"pushLeftBeforeRequired",value:function(){var e=this;return this._pushLeft(function(){if(!(e.block.isFixed||e.block.isOptional&&!e.block.value))return e.offset=e.block.nearestInputPos(e.offset,Cu),!0})}},{key:"pushRightBeforeFilled",value:function(){var e=this;return this._pushRight(function(){if(!e.block.isFixed&&e.block.value)return e.offset=e.block.nearestInputPos(e.offset,xu),e.offset!==e.block.value.length||void 0})}},{key:"pushRightBeforeInput",value:function(){var e=this;return this._pushRight(function(){if(!e.block.isFixed)return e.offset=e.block.nearestInputPos(e.offset,_u),!0})}},{key:"pushRightBeforeRequired",value:function(){var e=this;return this._pushRight(function(){if(!(e.block.isFixed||e.block.isOptional&&!e.block.value))return e.offset=e.block.nearestInputPos(e.offset,_u),!0})}}]),e}(),Vu=function(e){lu(n,e);var t=hu(n);function n(){return ou(this,n),t.apply(this,arguments)}return su(n,[{key:"_update",value:function(e){e.mask&&(e.validate=function(t){return t.search(e.mask)>=0}),vu(cu(n.prototype),"_update",this).call(this,e)}}]),n}(Iu);Bu.MaskedRegExp=Vu;var Wu=["_blocks"],Yu=function(e){lu(n,e);var t=hu(n);function n(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return ou(this,n),e.definitions=Object.assign({},Lu,e.definitions),t.call(this,Object.assign({},n.DEFAULTS,e))}return su(n,[{key:"_update",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e.definitions=Object.assign({},this.definitions,e.definitions),vu(cu(n.prototype),"_update",this).call(this,e),this._rebuildMask()}},{key:"_rebuildMask",value:function(){var e=this,t=this.definitions;this._blocks=[],this._stops=[],this._maskedBlocks={};var r=this.mask;if(r&&t)for(var i=!1,a=!1,o=0;o<r.length;++o){if(this.blocks){var u=function(){var t=r.slice(o),n=Object.keys(e.blocks).filter(function(e){return 0===t.indexOf(e)});n.sort(function(e,t){return t.length-e.length});var i=n[0];if(i){var a=Ru(Object.assign({parent:e,lazy:e.lazy,eager:e.eager,placeholderChar:e.placeholderChar,overwrite:e.overwrite},e.blocks[i]));return a&&(e._blocks.push(a),e._maskedBlocks[i]||(e._maskedBlocks[i]=[]),e._maskedBlocks[i].push(e._blocks.length-1)),o+=i.length-1,"continue"}}();if("continue"===u)continue}var s=r[o],l=s in t;if(s!==n.STOP_CHAR)if("{"!==s&&"}"!==s)if("["!==s&&"]"!==s){if(s===n.ESCAPE_CHAR){if(++o,!(s=r[o]))break;l=!1}var c=l?new Mu({parent:this,lazy:this.lazy,eager:this.eager,placeholderChar:this.placeholderChar,mask:t[s],isOptional:a}):new zu({char:s,eager:this.eager,isUnmasking:i});this._blocks.push(c)}else a=!a;else i=!i;else this._stops.push(this._blocks.length)}}},{key:"state",get:function(){return Object.assign({},vu(cu(n.prototype),"state",this),{_blocks:this._blocks.map(function(e){return e.state})})},set:function(e){var t=e._blocks,r=du(e,Wu);this._blocks.forEach(function(e,n){return e.state=t[n]}),yu(cu(n.prototype),"state",r,this,!0)}},{key:"reset",value:function(){vu(cu(n.prototype),"reset",this).call(this),this._blocks.forEach(function(e){return e.reset()})}},{key:"isComplete",get:function(){return this._blocks.every(function(e){return e.isComplete})}},{key:"isFilled",get:function(){return this._blocks.every(function(e){return e.isFilled})}},{key:"isFixed",get:function(){return this._blocks.every(function(e){return e.isFixed})}},{key:"isOptional",get:function(){return this._blocks.every(function(e){return e.isOptional})}},{key:"doCommit",value:function(){this._blocks.forEach(function(e){return e.doCommit()}),vu(cu(n.prototype),"doCommit",this).call(this)}},{key:"unmaskedValue",get:function(){return this._blocks.reduce(function(e,t){return e+t.unmaskedValue},"")},set:function(e){yu(cu(n.prototype),"unmaskedValue",e,this,!0)}},{key:"value",get:function(){return this._blocks.reduce(function(e,t){return e+t.value},"")},set:function(e){yu(cu(n.prototype),"value",e,this,!0)}},{key:"appendTail",value:function(e){return vu(cu(n.prototype),"appendTail",this).call(this,e).aggregate(this._appendPlaceholder())}},{key:"_appendEager",value:function(){var e,t=new Au,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(var r=n;r<this._blocks.length;++r){var i=this._blocks[r]._appendEager();if(!i.inserted)break;t.aggregate(i)}return t}},{key:"_appendCharRaw",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=this._mapPosToBlock(this.value.length),r=new Au;if(!n)return r;for(var i=n.index;;++i){var a,o=this._blocks[i];if(!o)break;var u=o._appendChar(e,Object.assign({},t,{_beforeTailState:null===(a=t._beforeTailState)||void 0===a?void 0:a._blocks[i]})),s=u.skip;if(r.aggregate(u),s||u.rawInserted)break}return r}},{key:"extractTail",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.value.length,r=new Hu;return t===n||this._forEachBlocksInRange(t,n,function(t,n,i,a){var o=t.extractTail(i,a);o.stop=e._findStopBefore(n),o.from=e._blockStartPos(n),o instanceof Hu&&(o.blockIndex=n),r.extend(o)}),r}},{key:"extractInput",value:function(){var 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"";var r="";return this._forEachBlocksInRange(e,t,function(e,t,i,a){r+=e.extractInput(i,a,n)}),r}},{key:"_findStopBefore",value:function(e){for(var t,n=0;n<this._stops.length;++n){var r=this._stops[n];if(!(r<=e))break;t=r}return t}},{key:"_appendPlaceholder",value:function(e){var t=this,n=new Au;if(this.lazy&&null==e)return n;var r=this._mapPosToBlock(this.value.length);if(!r)return n;var i=r.index,a=null!=e?e:this._blocks.length;return this._blocks.slice(i,a).forEach(function(r){if(!r.lazy||null!=e){var i=null!=r._blocks?[r._blocks.length]:[],a=r._appendPlaceholder.apply(r,i);t._value+=a.inserted,n.aggregate(a)}}),n}},{key:"_mapPosToBlock",value:function(e){for(var t="",n=0;n<this._blocks.length;++n){var r=this._blocks[n],i=t.length;if(e<=(t+=r.value).length)return{index:n,offset:e-i}}}},{key:"_blockStartPos",value:function(e){return this._blocks.slice(0,e).reduce(function(e,t){return e+t.value.length},0)}},{key:"_forEachBlocksInRange",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.value.length,n=arguments.length>2?arguments[2]:void 0,r=this._mapPosToBlock(e);if(r){var i=this._mapPosToBlock(t),a=i&&r.index===i.index,o=r.offset,u=i&&a?i.offset:this._blocks[r.index].value.length;if(n(this._blocks[r.index],r.index,o,u),i&&!a){for(var s=r.index+1;s<i.index;++s)n(this._blocks[s],s,0,this._blocks[s].value.length);n(this._blocks[i.index],i.index,0,i.offset)}}}},{key:"remove",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.value.length,r=vu(cu(n.prototype),"remove",this).call(this,e,t);return this._forEachBlocksInRange(e,t,function(e,t,n,i){r.aggregate(e.remove(n,i))}),r}},{key:"nearestInputPos",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:_u;if(!this._blocks.length)return 0;var n=new Gu(this,e);if(t===_u)return n.pushRightBeforeInput()?n.pos:(n.popState(),n.pushLeftBeforeInput()?n.pos:this.value.length);if(t===Cu||t===ku){if(t===Cu){if(n.pushRightBeforeFilled(),n.ok&&n.pos===e)return e;n.popState()}if(n.pushLeftBeforeInput(),n.pushLeftBeforeRequired(),n.pushLeftBeforeFilled(),t===Cu){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===ku?0:(n.popState(),n.ok?n.pos:(n.popState(),n.ok?n.pos:0))}return t===Tu||t===xu?(n.pushRightBeforeInput(),n.pushRightBeforeRequired(),n.pushRightBeforeFilled()?n.pos:t===xu?this.value.length:(n.popState(),n.ok?n.pos:(n.popState(),n.ok?n.pos:this.nearestInputPos(e,Cu)))):e}},{key:"maskedBlock",value:function(e){return this.maskedBlocks(e)[0]}},{key:"maskedBlocks",value:function(e){var t=this,n=this._maskedBlocks[e];return n?n.map(function(e){return t._blocks[e]}):[]}}]),n}(Iu);Yu.DEFAULTS={lazy:!0,placeholderChar:"_"},Yu.STOP_CHAR="`",Yu.ESCAPE_CHAR="\\",Yu.InputDefinition=Mu,Yu.FixedDefinition=zu,Bu.MaskedPattern=Yu;var qu=function(e){lu(n,e);var t=hu(n);function n(){return ou(this,n),t.apply(this,arguments)}return su(n,[{key:"_matchFrom",get:function(){return this.maxLength-String(this.from).length}},{key:"_update",value:function(e){e=Object.assign({to:this.to||0,from:this.from||0,maxLength:this.maxLength||0},e);var t=String(e.to).length;null!=e.maxLength&&(t=Math.max(t,e.maxLength)),e.maxLength=t;for(var r=String(e.from).padStart(t,"0"),i=String(e.to).padStart(t,"0"),a=0;a<i.length&&i[a]===r[a];)++a;e.mask=i.slice(0,a).replace(/0/g,"\\0")+"0".repeat(t-a),vu(cu(n.prototype),"_update",this).call(this,e)}},{key:"isComplete",get:function(){return vu(cu(n.prototype),"isComplete",this)&&Boolean(this.value)}},{key:"boundaries",value:function(e){var t="",n="",r=Du(e.match(/^(\D*)(\d*)(\D*)/)||[],3),i=r[1],a=r[2];return a&&(t="0".repeat(i.length)+a,n="9".repeat(i.length)+a),[t=t.padEnd(this.maxLength,"0"),n=n.padEnd(this.maxLength,"9")]}},{key:"doPrepare",value:function(e){var t,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=Du(wu(vu(cu(n.prototype),"doPrepare",this).call(this,e.replace(/\D/g,""),r)),2);if(e=i[0],t=i[1],!this.autofix||!e)return e;var a=String(this.from).padStart(this.maxLength,"0"),o=String(this.to).padStart(this.maxLength,"0"),u=this.value+e;if(u.length>this.maxLength)return"";var s=Du(this.boundaries(u),2),l=s[0],c=s[1];return Number(c)<this.from?a[u.length-1]:Number(l)>this.to?"pad"===this.autofix&&u.length<this.maxLength?["",t.aggregate(this.append(a[u.length-1]+e,r))]:o[u.length-1]:e}},{key:"doValidate",value:function(){var e,t=this.value;if(-1===t.search(/[^0]/)&&t.length<=this._matchFrom)return!0;for(var r=Du(this.boundaries(t),2),i=r[0],a=r[1],o=arguments.length,u=new Array(o),s=0;s<o;s++)u[s]=arguments[s];return this.from<=Number(a)&&Number(i)<=this.to&&(e=vu(cu(n.prototype),"doValidate",this)).call.apply(e,[this].concat(u))}}]),n}(Yu);Bu.MaskedRange=qu;var Qu=function(e){lu(n,e);var t=hu(n);function n(e){return ou(this,n),t.call(this,Object.assign({},n.DEFAULTS,e))}return su(n,[{key:"_update",value:function(e){e.mask===Date&&delete e.mask,e.pattern&&(e.mask=e.pattern);var t=e.blocks;e.blocks=Object.assign({},n.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(function(t){var n=e.blocks[t];!("autofix"in n)&&"autofix"in e&&(n.autofix=e.autofix)}),vu(cu(n.prototype),"_update",this).call(this,e)}},{key:"doValidate",value:function(){for(var e,t=this.date,r=arguments.length,i=new Array(r),a=0;a<r;a++)i[a]=arguments[a];return(e=vu(cu(n.prototype),"doValidate",this)).call.apply(e,[this].concat(i))&&(!this.isComplete||this.isDateExist(this.value)&&null!=t&&(null==this.min||this.min<=t)&&(null==this.max||t<=this.max))}},{key:"isDateExist",value:function(e){return this.format(this.parse(e,this),this).indexOf(e)>=0}},{key:"date",get:function(){return this.typedValue},set:function(e){this.typedValue=e}},{key:"typedValue",get:function(){return this.isComplete?vu(cu(n.prototype),"typedValue",this):null},set:function(e){yu(cu(n.prototype),"typedValue",e,this,!0)}},{key:"maskEquals",value:function(e){return e===Date||vu(cu(n.prototype),"maskEquals",this).call(this,e)}}]),n}(Yu);Qu.DEFAULTS={pattern:"d{.}`m{.}`Y",format:function(e){return e?[String(e.getDate()).padStart(2,"0"),String(e.getMonth()+1).padStart(2,"0"),e.getFullYear()].join("."):""},parse:function(e){var t=Du(e.split("."),3),n=t[0],r=t[1],i=t[2];return new Date(i,r-1,n)}},Qu.GET_DEFAULT_BLOCKS=function(){return{d:{mask:qu,from:1,to:31,maxLength:2},m:{mask:qu,from:1,to:12,maxLength:2},Y:{mask:qu,from:1900,to:9999}}},Bu.MaskedDate=Qu;var Ku=function(){function e(){ou(this,e)}return su(e,[{key:"selectionStart",get:function(){var e;try{e=this._unsafeSelectionStart}catch(t){}return null!=e?e:this.value.length}},{key:"selectionEnd",get:function(){var e;try{e=this._unsafeSelectionEnd}catch(t){}return null!=e?e:this.value.length}},{key:"select",value:function(e,t){if(null!=e&&null!=t&&(e!==this.selectionStart||t!==this.selectionEnd))try{this._unsafeSelect(e,t)}catch(n){}}},{key:"_unsafeSelect",value:function(e,t){}},{key:"isActive",get:function(){return!1}},{key:"bindEvents",value:function(e){}},{key:"unbindEvents",value:function(){}}]),e}();Bu.MaskElement=Ku;var Xu=function(e){lu(n,e);var t=hu(n);function n(e){var r;return ou(this,n),(r=t.call(this)).input=e,r._handlers={},r}return su(n,[{key:"rootElement",get:function(){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}},{key:"isActive",get:function(){return this.input===this.rootElement.activeElement}},{key:"_unsafeSelectionStart",get:function(){return this.input.selectionStart}},{key:"_unsafeSelectionEnd",get:function(){return this.input.selectionEnd}},{key:"_unsafeSelect",value:function(e,t){this.input.setSelectionRange(e,t)}},{key:"value",get:function(){return this.input.value},set:function(e){this.input.value=e}},{key:"bindEvents",value:function(e){var t=this;Object.keys(e).forEach(function(r){return t._toggleEventHandler(n.EVENTS_MAP[r],e[r])})}},{key:"unbindEvents",value:function(){var e=this;Object.keys(this._handlers).forEach(function(t){return e._toggleEventHandler(t)})}},{key:"_toggleEventHandler",value:function(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)}}]),n}(Ku);Xu.EVENTS_MAP={selectionChange:"keydown",input:"input",drop:"drop",click:"click",focus:"focus",commit:"blur"},Bu.HTMLMaskElement=Xu;var Ju=function(e){lu(n,e);var t=hu(n);function n(){return ou(this,n),t.apply(this,arguments)}return su(n,[{key:"_unsafeSelectionStart",get:function(){var 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}},{key:"_unsafeSelectionEnd",get:function(){var 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}},{key:"_unsafeSelect",value:function(e,t){if(this.rootElement.createRange){var n=this.rootElement.createRange();n.setStart(this.input.firstChild||this.input,e),n.setEnd(this.input.lastChild||this.input,t);var r=this.rootElement,i=r.getSelection&&r.getSelection();i&&(i.removeAllRanges(),i.addRange(n))}}},{key:"value",get:function(){return this.input.textContent},set:function(e){this.input.textContent=e}}]),n}(Xu);Bu.HTMLContenteditableMaskElement=Ju;var Zu=["mask"],$u=function(){function e(t,n){ou(this,e),this.el=t instanceof Ku?t:t.isContentEditable&&"INPUT"!==t.tagName&&"TEXTAREA"!==t.tagName?new Ju(t):new Xu(t),this.masked=Ru(n),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()}return su(e,[{key:"mask",get:function(){return this.masked.mask},set:function(e){if(!this.maskEquals(e))if(e instanceof Bu.Masked||this.masked.constructor!==Pu(e)){var t=Ru({mask:e});t.unmaskedValue=this.masked.unmaskedValue,this.masked=t}else this.masked.updateOptions({mask:e})}},{key:"maskEquals",value:function(e){var t;return null==e||(null===(t=this.masked)||void 0===t?void 0:t.maskEquals(e))}},{key:"value",get:function(){return this._value},set:function(e){this.masked.value=e,this.updateControl(),this.alignCursor()}},{key:"unmaskedValue",get:function(){return this._unmaskedValue},set:function(e){this.masked.unmaskedValue=e,this.updateControl(),this.alignCursor()}},{key:"typedValue",get:function(){return this.masked.typedValue},set:function(e){this.masked.typedValue=e,this.updateControl(),this.alignCursor()}},{key:"_bindEvents",value:function(){this.el.bindEvents({selectionChange:this._saveSelection,input:this._onInput,drop:this._onDrop,click:this._onClick,focus:this._onFocus,commit:this._onChange})}},{key:"_unbindEvents",value:function(){this.el&&this.el.unbindEvents()}},{key:"_fireEvent",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];var i=this._listeners[e];i&&i.forEach(function(e){return e.apply(void 0,n)})}},{key:"selectionStart",get:function(){return this._cursorChanging?this._changingCursorPos:this.el.selectionStart}},{key:"cursorPos",get:function(){return this._cursorChanging?this._changingCursorPos:this.el.selectionEnd},set:function(e){this.el&&this.el.isActive&&(this.el.select(e,e),this._saveSelection())}},{key:"_saveSelection",value:function(){this.value!==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}}},{key:"updateValue",value:function(){this.masked.value=this.el.value,this._value=this.masked.value}},{key:"updateControl",value:function(){var e=this.masked.unmaskedValue,t=this.masked.value,n=this.unmaskedValue!==e||this.value!==t;this._unmaskedValue=e,this._value=t,this.el.value!==t&&(this.el.value=t),n&&this._fireChangeEvents()}},{key:"updateOptions",value:function(e){var t=e.mask,n=du(e,Zu),r=!this.maskEquals(t),i=!Fu(this.masked,n);r&&(this.mask=t),i&&this.masked.updateOptions(n),(r||i)&&this.updateControl()}},{key:"updateCursor",value:function(e){null!=e&&(this.cursorPos=e,this._delayUpdateCursor(e))}},{key:"_delayUpdateCursor",value:function(e){var t=this;this._abortUpdateCursor(),this._changingCursorPos=e,this._cursorChanging=setTimeout(function(){t.el&&(t.cursorPos=t._changingCursorPos,t._abortUpdateCursor())},10)}},{key:"_fireChangeEvents",value:function(){this._fireEvent("accept",this._inputEvent),this.masked.isComplete&&this._fireEvent("complete",this._inputEvent)}},{key:"_abortUpdateCursor",value:function(){this._cursorChanging&&(clearTimeout(this._cursorChanging),delete this._cursorChanging)}},{key:"alignCursor",value:function(){this.cursorPos=this.masked.nearestInputPos(this.masked.nearestInputPos(this.cursorPos,Cu))}},{key:"alignCursorFriendly",value:function(){this.selectionStart===this.cursorPos&&this.alignCursor()}},{key:"on",value:function(e,t){return this._listeners[e]||(this._listeners[e]=[]),this._listeners[e].push(t),this}},{key:"off",value:function(e,t){if(!this._listeners[e])return this;if(!t)return delete this._listeners[e],this;var n=this._listeners[e].indexOf(t);return n>=0&&this._listeners[e].splice(n,1),this}},{key:"_onInput",value:function(e){if(this._inputEvent=e,this._abortUpdateCursor(),!this._selection)return this.updateValue();var t=new Ou(this.el.value,this.cursorPos,this.value,this._selection),n=this.masked.rawInputValue,r=this.masked.splice(t.startChangePos,t.removed.length,t.inserted,t.removeDirection).offset,i=n===this.masked.rawInputValue?t.removeDirection:_u,a=this.masked.nearestInputPos(t.startChangePos+r,i);i!==_u&&(a=this.masked.nearestInputPos(a,_u)),this.updateControl(),this.updateCursor(a),delete this._inputEvent}},{key:"_onChange",value:function(){this.value!==this.el.value&&this.updateValue(),this.masked.doCommit(),this.updateControl(),this._saveSelection()}},{key:"_onDrop",value:function(e){e.preventDefault(),e.stopPropagation()}},{key:"_onFocus",value:function(e){this.alignCursorFriendly()}},{key:"_onClick",value:function(e){this.alignCursorFriendly()}},{key:"destroy",value:function(){this._unbindEvents(),this._listeners.length=0,delete this.el}}]),e}();Bu.InputMask=$u;var es=function(e){lu(n,e);var t=hu(n);function n(){return ou(this,n),t.apply(this,arguments)}return su(n,[{key:"_update",value:function(e){e.enum&&(e.mask="*".repeat(e.enum[0].length)),vu(cu(n.prototype),"_update",this).call(this,e)}},{key:"doValidate",value:function(){for(var e,t=this,r=arguments.length,i=new Array(r),a=0;a<r;a++)i[a]=arguments[a];return this.enum.some(function(e){return e.indexOf(t.unmaskedValue)>=0})&&(e=vu(cu(n.prototype),"doValidate",this)).call.apply(e,[this].concat(i))}}]),n}(Yu);Bu.MaskedEnum=es;var ts=function(e){lu(n,e);var t=hu(n);function n(e){return ou(this,n),t.call(this,Object.assign({},n.DEFAULTS,e))}return su(n,[{key:"_update",value:function(e){vu(cu(n.prototype),"_update",this).call(this,e),this._updateRegExps()}},{key:"_updateRegExps",value:function(){var e="^"+(this.allowNegative?"[+|\\-]?":""),t=(this.scale?"("+Su(this.radix)+"\\d{0,"+this.scale+"})?":"")+"$";this._numberRegExpInput=new RegExp(e+"(0|([1-9]+\\d*))?"+t),this._numberRegExp=new RegExp(e+"\\d*"+t),this._mapToRadixRegExp=new RegExp("["+this.mapToRadix.map(Su).join("")+"]","g"),this._thousandsSeparatorRegExp=new RegExp(Su(this.thousandsSeparator),"g")}},{key:"_removeThousandsSeparators",value:function(e){return e.replace(this._thousandsSeparatorRegExp,"")}},{key:"_insertThousandsSeparators",value:function(e){var t=e.split(this.radix);return t[0]=t[0].replace(/\B(?=(\d{3})+(?!\d))/g,this.thousandsSeparator),t.join(this.radix)}},{key:"doPrepare",value:function(e){var t;e=e.replace(this._mapToRadixRegExp,this.radix);for(var r=this._removeThousandsSeparators(e),i=arguments.length,a=new Array(i>1?i-1:0),o=1;o<i;o++)a[o-1]=arguments[o];var u=Du(wu((t=vu(cu(n.prototype),"doPrepare",this)).call.apply(t,[this,r].concat(a))),2),s=u[0],l=u[1];return e&&!r&&(l.skip=!0),[s,l]}},{key:"_separatorsCount",value:function(e){for(var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=0,r=0;r<e;++r)this._value.indexOf(this.thousandsSeparator,r)===r&&(++n,t&&(e+=this.thousandsSeparator.length));return n}},{key:"_separatorsCountFromSlice",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this._value;return this._separatorsCount(this._removeThousandsSeparators(e).length,!0)}},{key:"extractInput",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.value.length,r=arguments.length>2?arguments[2]:void 0,i=Du(this._adjustRangeWithSeparators(e,t),2);return e=i[0],t=i[1],this._removeThousandsSeparators(vu(cu(n.prototype),"extractInput",this).call(this,e,t,r))}},{key:"_appendCharRaw",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!this.thousandsSeparator)return vu(cu(n.prototype),"_appendCharRaw",this).call(this,e,t);var r=t.tail&&t._beforeTailState?t._beforeTailState._value:this._value,i=this._separatorsCountFromSlice(r);this._value=this._removeThousandsSeparators(this.value);var a=vu(cu(n.prototype),"_appendCharRaw",this).call(this,e,t);this._value=this._insertThousandsSeparators(this._value);var o=t.tail&&t._beforeTailState?t._beforeTailState._value:this._value,u=this._separatorsCountFromSlice(o);return a.tailShift+=(u-i)*this.thousandsSeparator.length,a.skip=!a.rawInserted&&e===this.thousandsSeparator,a}},{key:"_findSeparatorAround",value:function(e){if(this.thousandsSeparator){var t=e-this.thousandsSeparator.length+1,n=this.value.indexOf(this.thousandsSeparator,t);if(n<=e)return n}return-1}},{key:"_adjustRangeWithSeparators",value:function(e,t){var n=this._findSeparatorAround(e);n>=0&&(e=n);var r=this._findSeparatorAround(t);return r>=0&&(t=r+this.thousandsSeparator.length),[e,t]}},{key:"remove",value:function(){var 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=Du(this._adjustRangeWithSeparators(e,t),2);e=n[0],t=n[1];var r=this.value.slice(0,e),i=this.value.slice(t),a=this._separatorsCount(r.length);this._value=this._insertThousandsSeparators(this._removeThousandsSeparators(r+i));var o=this._separatorsCountFromSlice(r);return new Au({tailShift:(o-a)*this.thousandsSeparator.length})}},{key:"nearestInputPos",value:function(e,t){if(!this.thousandsSeparator)return e;switch(t){case _u:case Cu:case ku:var n=this._findSeparatorAround(e-1);if(n>=0){var r=n+this.thousandsSeparator.length;if(e<r||this.value.length<=r||t===ku)return n}break;case Tu:case xu:var i=this._findSeparatorAround(e);if(i>=0)return i+this.thousandsSeparator.length}return e}},{key:"doValidate",value:function(e){var t=(e.input?this._numberRegExpInput:this._numberRegExp).test(this._removeThousandsSeparators(this.value));if(t){var r=this.number;t=t&&!isNaN(r)&&(null==this.min||this.min>=0||this.min<=this.number)&&(null==this.max||this.max<=0||this.number<=this.max)}return t&&vu(cu(n.prototype),"doValidate",this).call(this,e)}},{key:"doCommit",value:function(){if(this.value){var e=this.number,t=e;null!=this.min&&(t=Math.max(t,this.min)),null!=this.max&&(t=Math.min(t,this.max)),t!==e&&(this.unmaskedValue=String(t));var r=this.value;this.normalizeZeros&&(r=this._normalizeZeros(r)),this.padFractionalZeros&&this.scale>0&&(r=this._padFractionalZeros(r)),this._value=r}vu(cu(n.prototype),"doCommit",this).call(this)}},{key:"_normalizeZeros",value:function(e){var t=this._removeThousandsSeparators(e).split(this.radix);return t[0]=t[0].replace(/^(\D*)(0*)(\d*)/,function(e,t,n,r){return 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))}},{key:"_padFractionalZeros",value:function(e){if(!e)return e;var t=e.split(this.radix);return t.length<2&&t.push(""),t[1]=t[1].padEnd(this.scale,"0"),t.join(this.radix)}},{key:"unmaskedValue",get:function(){return this._removeThousandsSeparators(this._normalizeZeros(this.value)).replace(this.radix,".")},set:function(e){yu(cu(n.prototype),"unmaskedValue",e.replace(".",this.radix),this,!0)}},{key:"typedValue",get:function(){return Number(this.unmaskedValue)},set:function(e){yu(cu(n.prototype),"unmaskedValue",String(e),this,!0)}},{key:"number",get:function(){return this.typedValue},set:function(e){this.typedValue=e}},{key:"allowNegative",get:function(){return this.signed||null!=this.min&&this.min<0||null!=this.max&&this.max<0}}]),n}(Iu);ts.DEFAULTS={radix:",",thousandsSeparator:"",mapToRadix:["."],scale:2,signed:!1,normalizeZeros:!0,padFractionalZeros:!1},Bu.MaskedNumber=ts;var ns=function(e){lu(n,e);var t=hu(n);function n(){return ou(this,n),t.apply(this,arguments)}return su(n,[{key:"_update",value:function(e){e.mask&&(e.validate=e.mask),vu(cu(n.prototype),"_update",this).call(this,e)}}]),n}(Iu);Bu.MaskedFunction=ns;var rs=["compiledMasks","currentMaskRef","currentMask"],is=function(e){lu(n,e);var t=hu(n);function n(e){var r;return ou(this,n),(r=t.call(this,Object.assign({},n.DEFAULTS,e))).currentMask=null,r}return su(n,[{key:"_update",value:function(e){vu(cu(n.prototype),"_update",this).call(this,e),"mask"in e&&(this.compiledMasks=Array.isArray(e.mask)?e.mask.map(function(e){return Ru(e)}):[])}},{key:"_appendCharRaw",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=this._applyDispatch(e,t);return this.currentMask&&n.aggregate(this.currentMask._appendChar(e,t)),n}},{key:"_applyDispatch",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.tail&&null!=t._beforeTailState?t._beforeTailState._value:this.value,r=this.rawInputValue,i=t.tail&&null!=t._beforeTailState?t._beforeTailState._rawInputValue:r,a=r.slice(i.length),o=this.currentMask,u=new Au,s=o&&o.state;if(this.currentMask=this.doDispatch(e,Object.assign({},t)),this.currentMask)if(this.currentMask!==o){if(this.currentMask.reset(),i){var l=this.currentMask.append(i,{raw:!0});u.tailShift=l.inserted.length-n.length}a&&(u.tailShift+=this.currentMask.append(a,{raw:!0,tail:!0}).tailShift)}else this.currentMask.state=s;return u}},{key:"_appendPlaceholder",value:function(){var e=this._applyDispatch.apply(this,arguments);return this.currentMask&&e.aggregate(this.currentMask._appendPlaceholder()),e}},{key:"_appendEager",value:function(){var e=this._applyDispatch.apply(this,arguments);return this.currentMask&&e.aggregate(this.currentMask._appendEager()),e}},{key:"doDispatch",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this.dispatch(e,this,t)}},{key:"doValidate",value:function(){for(var e,t,r=arguments.length,i=new Array(r),a=0;a<r;a++)i[a]=arguments[a];return(e=vu(cu(n.prototype),"doValidate",this)).call.apply(e,[this].concat(i))&&(!this.currentMask||(t=this.currentMask).doValidate.apply(t,i))}},{key:"reset",value:function(){var e;null===(e=this.currentMask)||void 0===e||e.reset(),this.compiledMasks.forEach(function(e){return e.reset()})}},{key:"value",get:function(){return this.currentMask?this.currentMask.value:""},set:function(e){yu(cu(n.prototype),"value",e,this,!0)}},{key:"unmaskedValue",get:function(){return this.currentMask?this.currentMask.unmaskedValue:""},set:function(e){yu(cu(n.prototype),"unmaskedValue",e,this,!0)}},{key:"typedValue",get:function(){return this.currentMask?this.currentMask.typedValue:""},set:function(e){var t=String(e);this.currentMask&&(this.currentMask.typedValue=e,t=this.currentMask.unmaskedValue),this.unmaskedValue=t}},{key:"isComplete",get:function(){var e;return Boolean(null===(e=this.currentMask)||void 0===e?void 0:e.isComplete)}},{key:"isFilled",get:function(){var e;return Boolean(null===(e=this.currentMask)||void 0===e?void 0:e.isFilled)}},{key:"remove",value:function(){var e,t=new Au;this.currentMask&&t.aggregate((e=this.currentMask).remove.apply(e,arguments)).aggregate(this._applyDispatch());return t}},{key:"state",get:function(){return Object.assign({},vu(cu(n.prototype),"state",this),{_rawInputValue:this.rawInputValue,compiledMasks:this.compiledMasks.map(function(e){return e.state}),currentMaskRef:this.currentMask,currentMask:this.currentMask&&this.currentMask.state})},set:function(e){var t=e.compiledMasks,r=e.currentMaskRef,i=e.currentMask,a=du(e,rs);this.compiledMasks.forEach(function(e,n){return e.state=t[n]}),null!=r&&(this.currentMask=r,this.currentMask.state=i),yu(cu(n.prototype),"state",a,this,!0)}},{key:"extractInput",value:function(){var e;return this.currentMask?(e=this.currentMask).extractInput.apply(e,arguments):""}},{key:"extractTail",value:function(){for(var e,t,r=arguments.length,i=new Array(r),a=0;a<r;a++)i[a]=arguments[a];return this.currentMask?(e=this.currentMask).extractTail.apply(e,i):(t=vu(cu(n.prototype),"extractTail",this)).call.apply(t,[this].concat(i))}},{key:"doCommit",value:function(){this.currentMask&&this.currentMask.doCommit(),vu(cu(n.prototype),"doCommit",this).call(this)}},{key:"nearestInputPos",value:function(){for(var e,t,r=arguments.length,i=new Array(r),a=0;a<r;a++)i[a]=arguments[a];return this.currentMask?(e=this.currentMask).nearestInputPos.apply(e,i):(t=vu(cu(n.prototype),"nearestInputPos",this)).call.apply(t,[this].concat(i))}},{key:"overwrite",get:function(){return this.currentMask?this.currentMask.overwrite:vu(cu(n.prototype),"overwrite",this)},set:function(e){console.warn('"overwrite" option is not available in dynamic mask, use this option in siblings')}},{key:"eager",get:function(){return this.currentMask?this.currentMask.eager:vu(cu(n.prototype),"eager",this)},set:function(e){console.warn('"eager" option is not available in dynamic mask, use this option in siblings')}},{key:"maskEquals",value:function(e){return Array.isArray(e)&&this.compiledMasks.every(function(t,n){var r;return t.maskEquals(null===(r=e[n])||void 0===r?void 0:r.mask)})}}]),n}(Iu);is.DEFAULTS={dispatch:function(e,t,n){if(t.compiledMasks.length){var r=t.rawInputValue,i=t.compiledMasks.map(function(t,i){return t.reset(),t.append(r,{raw:!0}),t.append(e,n),{weight:t.rawInputValue.length,index:i}});return i.sort(function(e,t){return t.weight-e.weight}),t.compiledMasks[i[0].index]}}},Bu.MaskedDynamic=is;var as={MASKED:"value",UNMASKED:"unmaskedValue",TYPED:"typedValue"};function os(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:as.MASKED,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:as.MASKED,r=Ru(e);return function(e){return r.runIsolated(function(r){return r[t]=e,r[n]})}}Bu.PIPE_TYPE=as,Bu.createPipe=os,Bu.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 os.apply(void 0,n)(e)};try{globalThis.IMask=Bu}catch(jS){}function us(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 ss(e){return ss=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},ss(e)}function ls(e,t){return ls=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},ls(e,t)}function cs(e,t){if(null==e)return{};var n,r,i=function(e,t){if(null==e)return{};var n,r,i={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++)n=a[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}function fs(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function ds(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(jS){return!1}}();return function(){var n,r=ss(e);if(t){var i=ss(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return function(e,t){if(t&&("object"===typeof t||"function"===typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return fs(e)}(this,n)}}var ps=n(2007),hs=n.n(ps),ms={mask:hs().oneOfType([hs().array,hs().func,hs().string,hs().instanceOf(RegExp),hs().oneOf([Date,Number,Bu.Masked]),hs().instanceOf(Bu.Masked)]),value:hs().any,unmask:hs().oneOfType([hs().bool,hs().oneOf(["typed"])]),prepare:hs().func,validate:hs().func,commit:hs().func,overwrite:hs().oneOfType([hs().bool,hs().oneOf(["shift"])]),eager:hs().bool,onAccept:hs().func,onComplete:hs().func,placeholderChar:hs().string,lazy:hs().bool,definitions:hs().object,blocks:hs().object,pattern:hs().string,format:hs().func,parse:hs().func,autofix:hs().oneOfType([hs().bool,hs().oneOf(["pad"])]),radix:hs().string,thousandsSeparator:hs().string,mapToRadix:hs().arrayOf(hs().string),scale:hs().number,signed:hs().bool,normalizeZeros:hs().bool,padFractionalZeros:hs().bool,min:hs().oneOfType([hs().number,hs().instanceOf(Date)]),max:hs().oneOfType([hs().number,hs().instanceOf(Date)]),dispatch:hs().func,inputRef:hs().func},vs=Object.keys(ms),gs=["value","unmask","onAccept","onComplete","inputRef"],ys=vs.filter(function(e){return gs.indexOf(e)<0});var Ds=["inputRef"],Es=function(e){var t=function(t){!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&&ls(e,t)}(u,t);var n,r,a,o=ds(u);function u(e){var t;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,u),(t=o.call(this,e))._inputRef=t._inputRef.bind(fs(t)),t}return n=u,r=[{key:"componentDidMount",value:function(){this.props.mask&&this.initMask()}},{key:"componentDidUpdate",value:function(){var e=this.props,t=this._extractMaskOptionsFromProps(e);t.mask?this.maskRef?(this.maskRef.updateOptions(t),"value"in e&&(e.value!==this.maskValue||"string"!==typeof e.value&&""===this.maskRef.value&&!this.maskRef.el.isActive)&&(this.maskValue=e.value)):this.initMask(t):(this.destroyMask(),"value"in e&&(this.element.value=e.value))}},{key:"componentWillUnmount",value:function(){this.destroyMask()}},{key:"_inputRef",value:function(e){this.element=e,this.props.inputRef&&this.props.inputRef(e)}},{key:"initMask",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this._extractMaskOptionsFromProps(this.props);this.maskRef=Bu(this.element,e).on("accept",this._onAccept.bind(this)).on("complete",this._onComplete.bind(this)),"value"in this.props&&(this.maskValue=this.props.value)}},{key:"destroyMask",value:function(){this.maskRef&&(this.maskRef.destroy(),delete this.maskRef)}},{key:"_extractMaskOptionsFromProps",value:function(e){var t=Object.assign({},e);return Object.keys(t).filter(function(e){return ys.indexOf(e)<0}).forEach(function(e){delete t[e]}),t}},{key:"_extractNonMaskProps",value:function(e){var t=Object.assign({},e);return vs.forEach(function(e){delete t[e]}),t}},{key:"maskValue",get:function(){return"typed"===this.props.unmask?this.maskRef.typedValue:this.props.unmask?this.maskRef.unmaskedValue:this.maskRef.value},set:function(e){e=null==e?"":e,"typed"===this.props.unmask?this.maskRef.typedValue=e:this.props.unmask?this.maskRef.unmaskedValue=e:this.maskRef.value=e}},{key:"_onAccept",value:function(e){this.props.onAccept&&this.maskRef&&this.props.onAccept(this.maskValue,this.maskRef,e)}},{key:"_onComplete",value:function(e){this.props.onComplete&&this.maskRef&&this.props.onComplete(this.maskValue,this.maskRef,e)}},{key:"render",value:function(){return i.createElement(e,Object.assign({},this._extractNonMaskProps(this.props),{inputRef:this._inputRef}))}}],r&&us(n.prototype,r),a&&us(n,a),Object.defineProperty(n,"prototype",{writable:!1}),u}(i.Component),n=e.displayName||e.name||"Component";return t.displayName="IMask(".concat(n,")"),t.propTypes=ms,t}(function(e){var t=e.inputRef,n=cs(e,Ds);return i.createElement("input",Object.assign({},n,{ref:t}))}),As=i.forwardRef(function(e,t){return i.createElement(Es,Object.assign({},e,{ref:t}))});var bs={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+"},_s=function(e){var t=e.t,n=e.phone,r=e.getIikoBonuses,i=e.iiko,a=e.setBonus;return(0,ho.jsxs)("div",{className:bs.container,children:[(0,ho.jsxs)("div",{className:bs.header,children:[(0,ho.jsx)("h3",{className:bs.name,children:t("pages.cart.components.bonus.name")}),(0,ho.jsx)(As,{className:bs.number,mask:"+{00} (000) 00 00 000",value:n,onAccept:function(e){return r(e)},placeholder:t("pages.cart.components.bonus.enterPhone")})]}),null!==i&&19===n.length&&(0,ho.jsxs)("label",{className:bs.label,children:[(0,ho.jsx)("input",{className:bs.checkbox,name:"isGoing",type:"checkbox",onChange:function(e){return a(e.target.checked)}}),(0,ho.jsxs)("div",{className:bs.info,children:[(0,ho.jsxs)("div",{className:bs.textBlock,children:[(0,ho.jsx)("p",{className:bs.title,children:t("pages.cart.components.bonus.title")}),(0,ho.jsxs)("p",{className:bs.subTitle,children:[t("pages.cart.components.bonus.subTitle"),i,t("currency")]}),(0,ho.jsxs)("p",{className:bs.text,children:[t("pages.cart.components.bonus.text1"),"50",t("pages.cart.components.bonus.text2")]})]}),(0,ho.jsx)("span",{className:bs.newChecknox})]})]})]})},Cs="styles_container__ECauy",ks="styles_header__K+7Q0",Ts="styles_name__xpOSq",xs="styles_number__yfHzt",Ss="styles_text__UE2gj",ws=function(e){var t=e.t,n=e.promo,r=e.setPromo,i=e.promoStart;return(0,ho.jsx)("div",{className:Cs,children:(0,ho.jsxs)("div",{className:ks,children:[(0,ho.jsx)("h3",{className:Ts,children:t("pages.cart.components.promo.title")}),(0,ho.jsx)("input",{className:xs,value:n,onChange:function(e){return r(e.target.value)},placeholder:t("pages.cart.components.promo.placeholder")}),(0,ho.jsxs)("p",{className:Ss,children:[t("pages.cart.components.promo.text1"),i,t("currency")]})]})})};function Fs(e){return Ao({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 Os(e){return Ao({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)}var Ns={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"},Bs=function(e){var t=e.t,n=e.delivery,r=e.setDelivery,i=e.phone1,a=e.phone2,o=e.setPhone2,u=e.name,s=e.setName,l=e.address,c=e.setAddress,f=e.setAddressPickUp,d=e.time,p=e.setTime,h=e.comment,m=e.setComment,v=e.isCutlery,g=e.setIsCutlery,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,ho.jsxs)("div",{className:Ns.container,children:[(0,ho.jsx)("h3",{className:Ns.title,children:t("pages.cart.components.delivery.title")}),(0,ho.jsxs)("ul",{className:Ns.choise,children:[(0,ho.jsx)("li",{className:n===_a[0]&&Ns.current,onClick:function(){return r(_a[0])},children:t("pages.cart.components.delivery.home")}),(0,ho.jsx)("li",{className:n===_a[1]&&Ns.current,onClick:function(){return r(_a[1])},children:t("pages.cart.components.delivery.cafe")})]}),(0,ho.jsx)("input",{type:"text",value:u,placeholder:t("pages.cart.components.delivery.name"),onChange:function(e){return s(e.target.value)},className:Ns.inputName}),19!==i.length&&(0,ho.jsx)(As,{className:Ns.inputPhone,mask:"+{00} (000) 00 00 000",value:a,onAccept:function(e){return o(e)},placeholder:t("pages.cart.components.delivery.phone")}),n===_a[0]?(0,ho.jsx)("input",{type:"text",value:l,placeholder:t("pages.cart.components.delivery.address"),onChange:function(e){return c(e.target.value)},className:Ns.inputAddress}):(0,ho.jsx)("select",{className:Ns.select,onChange:function(e){return f(e.target.value)},children:y.map(function(e,t){return(0,ho.jsx)("option",{className:Ns.option,value:e.value,children:e.label},t)})}),(0,ho.jsxs)("ul",{className:Ns.timeDelivery,children:[(0,ho.jsx)("li",{children:(0,ho.jsxs)("label",{children:[(0,ho.jsx)("input",{type:"radio",value:"now",checked:"now"===d,onChange:function(e){return p(e.target.value)}}),(0,ho.jsx)("span",{children:t("pages.cart.components.delivery.now")})]})}),(0,ho.jsx)("li",{children:(0,ho.jsxs)("label",{children:[(0,ho.jsx)("input",{type:"radio",value:"time",checked:"now"!==d,onChange:function(){return p("")}}),(0,ho.jsxs)("span",{children:[t("pages.cart.components.delivery.onTime")," "]})]})}),"now"!==d&&(0,ho.jsx)("input",{type:"text",value:d,placeholder:t("pages.cart.components.delivery.time"),className:Ns.inputTime,onChange:function(e){return p(e.target.value)}})]}),(0,ho.jsx)("textarea",{className:Ns.comment,maxLength:90,value:h,onChange:function(e){return m(e.target.value)},placeholder:t("pages.cart.components.delivery.comment")}),(0,ho.jsxs)("div",{className:Ns.cutlery,children:[(0,ho.jsxs)("span",{className:Ns.nomeals,children:[(0,ho.jsx)("span",{children:(0,ho.jsx)(Fs,{className:Ns.icon})}),(0,ho.jsx)("label",{className:Ns.label,children:t("pages.cart.components.delivery.nomeals")})]}),(0,ho.jsxs)("span",{className:Ns.meals,children:[(0,ho.jsx)("span",{children:(0,ho.jsx)(Os,{className:Ns.icon})}),(0,ho.jsx)("label",{className:Ns.label,children:t("pages.cart.components.delivery.meals")})]}),(0,ho.jsxs)("div",{className:Ns.quantity,children:[(0,ho.jsx)("button",{onClick:function(){return g(v>=1?v-1:0)},children:"-"}),(0,ho.jsx)("div",{className:Ns.quantityInput,children:v}),(0,ho.jsx)("button",{onClick:function(){return g(v+1)},children:"+"})]})]}),(0,ho.jsx)("label",{className:Ns.required,children:t("pages.cart.components.delivery.required")})]})};function Is(e){return Ao({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 Ps(e){return Ao({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 Rs(e){return Ao({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 js(e){return Ao({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)}var Ls={title:"styles_title__Lz43L",payMethod:"styles_payMethod__6UEay",current:"styles_current__mgPHe",payTitle:"styles_payTitle__ag8U-",iconPay:"styles_iconPay__eApsF"},Ms=function(e){var t=e.t,n=e.paymentArray,r=e.payment,i=e.setPayment;return(0,ho.jsxs)("div",{className:Ls.container,children:[(0,ho.jsx)("p",{className:Ls.title,children:t("pages.cart.components.payment.method")}),(0,ho.jsxs)("ul",{className:Ls.payMethod,children:[(0,ho.jsxs)("li",{className:n&&n[0].name===r&&Ls.current,onClick:function(){return i(n[0].name)},children:[(0,ho.jsx)(Is,{className:Ls.iconPay}),(0,ho.jsx)("span",{children:t("pages.cart.components.payment.paymentByCash")})]}),(0,ho.jsxs)("li",{className:n&&n[1].name===r&&Ls.current,onClick:function(){return i(n[1].name)},children:[(0,ho.jsx)(Rs,{className:Ls.iconPay}),(0,ho.jsx)("span",{children:t("pages.cart.components.payment.paymentByCart")})]}),n&&n[2]&&(0,ho.jsxs)("li",{className:n&&n[2].name===r&&Ls.current,onClick:function(){return i(n[2].name)},children:[(0,ho.jsx)(Ko,{className:Ls.iconPay}),(0,ho.jsx)("span",{children:t("pages.cart.components.payment.paymentByOnline")})]})]})]})},zs=n(9704),Us=n.n(zs),Hs="styles_button__6ZK3H",Gs=mn()(function(e){var t,n=e.t,r=e.id,i=e.amount,a={version:"3",public_key:"i70065418369",private_key:di,action:"pay",amount:i,currency:"UAH",description:"BellaMozzarella, ...".concat(r),result_url:"https://bellamozzarella.com.ua/uk/",server_url:"https://bm.kharkiv.ua/order/update_payment",order_id:r},o=(t=JSON.stringify(a),window.btoa(unescape(encodeURIComponent(t)))),u=di+o+di,s=Us().SHA1(u),l=Us().enc.Base64.stringify(s);return(0,ho.jsxs)("form",{method:"POST",action:"https://www.liqpay.ua/api/3/checkout",acceptCharset:"utf-8",children:[(0,ho.jsx)("input",{type:"hidden",name:"data",value:o}),(0,ho.jsx)("input",{type:"hidden",name:"signature",value:l}),r&&(0,ho.jsx)("button",{className:Hs,children:n("pages.cart.components.liqpay.goToPay")})]})}),Vs=function(e){var t=new Date,n=e.orders.map(function(e){return e.type===ba?"\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,a=e.phone1.length>=18?e.phone1:e.phone2,o="delivery"===e.deliveryMethod?e.addressDelivery:e.addressPickUp,u=JSON.stringify(n),s=e.isCutlery,l=function(e){var t=e.map(function(e){return e.price*e.count});return so().sum(t)}(e.orders),c=e.bonus?Zo(e.totalProductsCost,e.iiko):0,f=e.cost,d="".concat(t.getHours(),":").concat(t.getMinutes()),p=e.delivery,h=e.deliveryPrice,m=e.payment,v=e.comment,g=0===e.time.length?"\u041d\u0430 \u0441\u0435\u0439\u0447\u0430\u0441":e.time,y="paymentByOnline"===e.online_payment||"-",D="#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(d,' </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(D,'; padding: 12px;" width="160"><strong>\u0418\u043c\u044f:</strong></td>\n <td style="background-color:').concat(D,'; 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(a,'</td>\n </tr>\n <tr>\n <td style="background-color:').concat(D,'; padding: 12px;" width="160"><strong>\u0410\u0434\u0440\u0435\u0441:</strong></td>\n <td style="background-color:').concat(D,'; padding: 12px;" width="340">').concat(o,'</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(function(e,t){return'\n <tr>\n <td width="50" align="center" style="'.concat("background-color:".concat(t%2?E:D,";"),'">\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:D,";"),'" width="350">').concat(e.name,", ").concat(e.description,'</td>\n <td style="').concat("background-color:".concat(t%2?E:D,";"),'" align="center" width="50">').concat(e.count,'</td>\n <td style="').concat("background-color:".concat(t%2?E:D,";"),'" 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(f,'\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(D,'; 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(D,'; 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(D,'; 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(D,'; 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(g,'</td>\n </tr>\n <tr>\n <td style="background-color:').concat(D,'; padding: 12px;" width="160"><strong>\u041f\u0440\u0438\u0431\u043e\u0440\u044b:</strong></td>\n <td style="background-color:').concat(D,'; padding: 12px;" width="340">').concat(s,'</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(v,'</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:a,address:o,order:u,price:l,cutlery:s,bonus:c,cost:f,time:d,delivery:p,cost_delivery:h,payment:m,comment:v,delivery_time:g,online_payment:y,platform:"\u0412\u0435\u0431",my_html:A,techValue:!0}},Ws="styles_container__w0MmT",Ys="styles_title__IL7cI",qs="styles_block__GRyvt",Qs="styles_delivery__gvDe4",Ks="styles_discount__EsBFK",Xs="styles_freeDelivery__uNL3X",Js="styles_button__sKd1B",Zs="styles_payment__8TAtk",$s="styles_empty__gctbe",el="styles_emptyCart__Spwg5",tl="styles_emptyText__ssGVG",nl="styles_cartDone__DL8ip",rl="styles_doneTitle__oknzU",il="styles_doneText__lky9M",al="styles_donePaymentText__AMVU0",ol="styles_buttonNotActive__wVCVj",ul=mn()(function(e){var t=e.t,n=e.data,r=e.settings,a=e.iiko,o=e.categories,u=e.getIikoBonus,s=e.createNewOrder,l=e.visibleCart,c=e.isVisibleCart,f=e.cleanOrder,d=ae((0,i.useState)(0),2),p=d[0],h=d[1],m=ae((0,i.useState)("+{38"),2),v=m[0],g=m[1],y=ae((0,i.useState)("+{38"),2),D=y[0],E=y[1],A=ae((0,i.useState)(""),2),b=A[0],_=A[1],C=ae((0,i.useState)(""),2),k=C[0],T=C[1],x=ae((0,i.useState)(t("pages.cart.components.delivery.address1")),2),S=x[0],w=x[1],F=ae((0,i.useState)(!1),2),O=F[0],N=F[1],B=ae((0,i.useState)(_a[0]),2),I=B[0],P=B[1],R=ae((0,i.useState)("now"),2),j=R[0],L=R[1],M=ae((0,i.useState)(""),2),z=M[0],U=M[1],H=ae((0,i.useState)(1),2),G=H[0],V=H[1],W=ae((0,i.useState)(""),2),Y=W[0],q=W[1],Q=ae((0,i.useState)(""),2),K=Q[0],X=Q[1],J=n.data,Z=n.loading,$=n.error,ee=n.id;(0,i.useEffect)(function(){var e=localStorage.getItem("addressDelivery");e&&T(e)},[]),(0,i.useEffect)(function(){var e=Math.floor(9001*Math.random()+1e3);h(e)},[]),(0,i.useEffect)(function(){},[]);var te=Mt().search,ne=zt(),re=[{name:"paymentByCash",on:r.payment_by_cash},{name:"paymentByCart",on:r.payment_by_cart},{name:"paymentByOnline",on:r.payment_by_online_web}];re=re.filter(function(e){return e.on&&e});var ie=O&&19===v.length,oe=function(){return function(e,t,n,r,i,a){var o=n.free_delivery,u=n.cost_delivery,s=0;return t===_a[0]&&(s=tu(e,t,n)-nu(e,t,n,r,i,a))<o&&!r&&(s+=u),t===_a[1]&&(s=tu(e,t,n)-nu(e,t,n,r,i,a)),Math.ceil(s)}(J,I,r,ie,K,a)},ue=function(){var e=b.length>0,t=(v.length>=19?v:D).length>=19,n=I===_a[0]?k:S,r=n&&n.length>0,i=Y&&Y.length>0;return e&&t&&r&&i},se=a&&ie?Math.ceil(Zo(tu(J,I,r),a)):0;return"?order=true"===te&&$?(0,ho.jsxs)(Xl,{visibleCart:l,isVisibleCart:c,children:[(0,ho.jsx)("h2",{className:Ys,children:t("pages.cart.title")}),(0,ho.jsx)("br",{}),(0,ho.jsxs)("p",{children:["Error: ",$]})]}):"?order=true"===te&&Z?(0,ho.jsxs)(Xl,{visibleCart:l,isVisibleCart:c,children:[(0,ho.jsx)("h2",{className:Ys,children:t("pages.cart.title")}),(0,ho.jsx)(fc,{})]}):"?order=true"!==te||$?"?payment=true"===te&&n.data.length>0?(0,ho.jsxs)(Xl,{visibleCart:l,isVisibleCart:c,children:[(0,ho.jsx)("h2",{className:Ys,children:t("pages.cart.title")}),(0,ho.jsxs)("div",{className:$s,children:[(0,ho.jsx)(Co,{className:nl}),(0,ho.jsxs)("p",{className:rl,children:[" ",t("pages.cart.doneTitle")]}),(0,ho.jsx)("p",{className:al,children:t("pages.cart.donePaymentText")}),(0,ho.jsxs)("p",{className:il,children:[t("pages.cart.doneText2"),p]})]}),ee&&(0,ho.jsx)("div",{className:Zs,children:(0,ho.jsx)(Gs,{amount:oe(),id:ee,cleanOrder:f})})]}):0===J.length?(0,ho.jsxs)(Xl,{visibleCart:l,isVisibleCart:c,children:[(0,ho.jsx)("h2",{className:Ys,children:t("pages.cart.title")}),(0,ho.jsxs)("div",{className:$s,children:[(0,ho.jsx)("img",{className:el,src:Oo.IMAGES.EMPTY_CART,alt:"Empty cart"}),(0,ho.jsxs)("p",{className:tl,children:[" ",t("pages.cart.emptyText")]})]})]}):(0,ho.jsx)(Xl,{visibleCart:l,isVisibleCart:c,children:(0,ho.jsxs)("div",{className:Ws,children:[(0,ho.jsx)("h2",{className:Ys,children:t("pages.cart.title")}),(0,ho.jsx)(iu,{t:t,orders:J,categories:o,delivery:I,settings:r}),(0,ho.jsx)(_s,{t:t,phone:v,getIikoBonuses:function(e){g(e),19===e.length&&u(e)},iiko:a,setBonus:N}),r.promo_active&&(0,ho.jsx)(ws,{t:t,promo:K,setPromo:X,promoStart:r.promo_start}),(0,ho.jsx)(Bs,{t:t,delivery:I,setDelivery:P,phone1:v,phone2:D,setPhone2:E,name:b,setName:_,address:k,setAddress:T,setAddressPickUp:w,time:j,setTime:L,comment:z,setComment:U,isCutlery:G,setIsCutlery:V}),(0,ho.jsx)(Ms,{t:t,paymentArray:re,payment:Y,setPayment:q}),(0,ho.jsxs)("div",{className:qs,children:[(0,ho.jsxs)("div",{className:Qs,children:[(0,ho.jsxs)("span",{children:[t("pages.cart.delivery"),(0,ho.jsx)("br",{}),1e4!==r.free_delivery&&(0,ho.jsxs)("span",{className:Xs,children:[t("pages.cart.freeDelivery"),r&&r.free_delivery+1]})]}),r.free_delivery&&r.cost_delivery&&(0,ho.jsx)("span",{children:"".concat(I===_a[0]?tu(J,I,r)>r.free_delivery?"0":r.cost_delivery:"0").concat(t("currency"))})]}),(0,ho.jsxs)("div",{className:Ks,children:[(0,ho.jsx)("span",{children:t("pages.cart.discount")}),(0,ho.jsx)("span",{children:nu(J,I,r,ie,K,a)})]}),(0,ho.jsxs)("div",{className:Qs,children:[(0,ho.jsx)("span",{children:t("pages.cart.total")}),(0,ho.jsxs)("span",{children:[oe(),t("currency")]})]}),(0,ho.jsxs)("button",{id:"createOrder",className:ue()?Js:ol,onClick:ue()&&function(){var e=Vs({orderId:p,name:b,phone1:v,phone2:D,addressDelivery:k,addressPickUp:S,orders:J,bonus:se,iiko:a,cost:oe(),deliveryMethod:I,delivery:t("pages.cart.components.delivery.".concat(I)),deliveryPrice:oe()>r.free_delivery?"0":r.cost_delivery,settings:r,payment:t("pages.cart.components.payment.".concat(Y)),online_payment:Y,comment:z,time:j,isCutlery:G}),n=J.map(function(e){return{item_id:e.id,item_name:e.name}});window.dataLayer.push({ecommerce:null}),window.dataLayer.push({event:"purchase",ecommerce:{transaction_id:p,value:oe(),currency:"UAH",items:n}}),s(e),"paymentByOnline"===Y?ne("?payment=true"):(f(),ne("?order=true"))},children:[t("pages.cart.checkoutButton"),oe(),t("currency")]})]})]})}):(0,ho.jsxs)(Xl,{visibleCart:l,isVisibleCart:c,children:[(0,ho.jsx)("h2",{className:Ys,children:t("pages.cart.title")}),(0,ho.jsxs)("div",{className:$s,children:[(0,ho.jsx)(Qo,{className:nl}),(0,ho.jsxs)("p",{className:rl,children:[" ",t("pages.cart.doneTitle")]}),(0,ho.jsxs)("p",{className:il,children:[" ",t("pages.cart.doneText")]}),(0,ho.jsxs)("p",{className:il,children:[t("pages.cart.doneText2"),p]})]})]})}),sl=function(e){var t=e.visibleCart,n=e.isVisibleCart,r=F(function(e){return e.orders},U),i=F(function(e){return e.settings.data},U),a=F(function(e){return e.iiko.data},U),o=F(function(e){return e.categories.data},U),u=M();return(0,ho.jsx)(ul,{data:r,settings:i,iiko:a,categories:o,getIikoBonus:function(e){u(Wo(e))},createNewOrder:function(e){u($a({orderFormatFields:e}))},visibleCart:t,isVisibleCart:n,cleanOrder:function(){u(ao({}))}})},ll="styles_container__XW+Px",cl="styles_desktop__D1eMU",fl="styles_containerFixed__-gfzf",dl="styles_nav__DQDx7",pl="styles_item__kNaSi",hl="styles_link__WIwta",ml="styles_activeLink__HsP31",vl="styles_miniLogo__q9mtq",gl="styles_animation__mvsLj",yl="styles_mobile__pCLK4",Dl=mn()(function(e){var t=e.cart,n=e.categories,r=void 0===n?[]:n,a=ae((0,i.useState)(!1),2),o=a[0],u=a[1],s=ae((0,i.useState)(0),2),l=s[0],c=s[1],f=Ta();window.addEventListener("scroll",function(){return c(pageYOffset)});for(var d=F(function(e){return e.orders.data},U),p=fo(d),h=lo(r).map(function(e){return e.name}),m=document.querySelectorAll('[data="nav"]'),v=[],g=0;g<m.length;++g)v.push(m[g].offsetTop);var y=function(e){var t=v.length===e+1?v[e]:v[e+1]-v[e];return l+5>v[e]&&l<v[e]+t-5};return(0,ho.jsxs)("div",{className:"".concat(ll," ").concat(t?cl:yl," ").concat(l>(t?105:440)?fl:""," "),children:[(0,ho.jsx)(Vo,{to:"/".concat(f),className:"".concat(vl," ").concat(l>(t?105:440)?gl:""),children:(0,ho.jsx)("img",{src:Oo.IMAGES.LOGO,alt:"Logo"})}),(0,ho.jsx)("nav",{className:dl,children:h.length>2&&h.map(function(e,t){return(0,ho.jsx)("li",{className:pl,children:(0,ho.jsx)(Vo,{className:y(t)?ml:hl,to:"/".concat(f,"/#").concat(e),smooth:!0,children:e})},t)})}),(0,ho.jsx)(jl,{visibleCart:o,isVisibleCart:u,count:p}),(0,ho.jsx)(sl,{visibleCart:o,isVisibleCart:u})]})}),El="styles_container__qXKxl",Al="styles_select__73dUq",bl="styles_item__HjxE1",_l="styles_language__AyT0f",Cl="styles_activeLanguage__1s-Si",kl="styles_list__RiK6n",Tl=mn()(function(e){var t=e.i18n,n=zt(),r=Mt().pathname,i=Object.keys(t.options.resources),a=Ta(),o=function(e){var i="UA"===e?"uk":e.toLowerCase();n("/".concat(i).concat(r.slice(3))),t.changeLanguage(i)},u="uk"===a?"UA":a.toLocaleUpperCase();return r.toLowerCase().includes("article")||r.toLowerCase().includes("category")?(0,ho.jsx)("div",{}):(0,ho.jsxs)("div",{className:El,children:[(0,ho.jsx)("select",{className:Al,value:u,onChange:function(e){return o(e.target.value)},children:Object.values(t.options.resources).map(function(e,t){return(0,ho.jsx)("option",{value:e.translation.name,children:e.translation.name},t)})}),(0,ho.jsx)("div",{className:kl,children:Object.values(t.options.resources).map(function(e,t){return(0,ho.jsx)("div",{className:bl,onClick:function(){return o(i[t])},children:(0,ho.jsx)("span",{className:i[t]===a?Cl:_l,children:e.translation.name})},t)})})]})});function xl(e){return Ao({tag:"svg",attr:{viewBox:"0 0 24 24"},child:[{tag:"g",attr:{},child:[{tag:"path",attr:{fill:"none",d:"M0 0h24v24H0z"}},{tag:"path",attr:{d:"M15.366 3.438L18.577 9H22v2h-1.167l-.757 9.083a1 1 0 0 1-.996.917H4.92a1 1 0 0 1-.996-.917L3.166 11H2V9h3.422l3.212-5.562 1.732 1L7.732 9h8.535l-2.633-4.562 1.732-1zM13 13h-2v4h2v-4zm-4 0H7v4h2v-4zm8 0h-2v4h2v-4z"}}]}]})(e)}var Sl="styles_mobile__dv5b8",wl="styles_cartIcon__t5MwG",Fl="styles_desktop__rGDWW",Ol="styles_countLittle__C-N8V",Nl="styles_button__jlH6J",Bl="styles_divider__28tDY",Il="styles_arrow__XSULy",Pl="styles_arrowCount__kAXK7",Rl="styles_count__8gcPi",jl=mn()(function(e){var t=e.t,n=e.visibleCart,r=e.isVisibleCart,i=e.count;return(0,ho.jsxs)(ho.Fragment,{children:[(0,ho.jsxs)("div",{className:Sl,onClick:function(){return r(!n)},children:[i>0&&(0,ho.jsx)("div",{className:Ol,children:(0,ho.jsx)("span",{children:i})}),(0,ho.jsx)(xl,{className:wl})]}),(0,ho.jsx)("div",{className:Fl,children:(0,ho.jsxs)("button",{className:Nl,onClick:function(){return r(!n)},children:[t("components.cart.button"),(0,ho.jsx)("span",{className:Bl,children:"|"}),(0,ho.jsxs)("span",{className:Pl,children:[(0,ho.jsx)(_o,{className:Il}),(0,ho.jsx)("span",{className:Rl,children:i})]})]})})]})}),Ll=":lang",Ml="delivery",zl="terms",Ul="dish/:id",Hl="half",Gl="404",Vl="blog",Wl={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"},Yl=mn()(function(e){var t,n,r=e.t,i=Ta(),a="en"===i?"category/delivery-pizza-kharkov":"ru"===i?"category/dostavka-pizza-kharkov":"category/dostavka-pizza-kharkiv",o="undefined"!==typeof window&&null!==(t=window.location)&&void 0!==t&&t.origin?window.location.origin:"https://bellamozzarella.com.ua",u="string"===typeof(null===Oo||void 0===Oo||null===(n=Oo.IMAGES)||void 0===n?void 0:n.LOGO)?Oo.IMAGES.LOGO.startsWith("http")?Oo.IMAGES.LOGO:"".concat(o).concat(Oo.IMAGES.LOGO.startsWith("/")?"":"/").concat(Oo.IMAGES.LOGO):"".concat(o,"/logo.png"),s=r("components.footer.f2text1"),l=r("components.footer.f2text2"),c=r("components.footer.f2text3"),f=r("components.footer.f2text4"),d={"@context":"https://schema.org","@type":"Organization",name:"Bella Mozzarella",url:o,logo:u,sameAs:[ha,ma,va].filter(Boolean),contactPoint:[s&&ne({"@type":"ContactPoint",telephone:s.replace(/\s+/g,""),contactType:"customer service",areaServed:"UA",availableLanguage:["uk","ru","en"]},f?{email:f}:{}),l&&ne({"@type":"ContactPoint",telephone:l.replace(/\s+/g,""),contactType:"customer service",areaServed:"UA",availableLanguage:["uk","ru","en"]},f?{email:f}:{}),c&&ne({"@type":"ContactPoint",telephone:c.replace(/\s+/g,""),contactType:"customer service",areaServed:"UA",availableLanguage:["uk","ru","en"]},f?{email:f}:{})].filter(Boolean)},p={"@context":"https://schema.org","@type":"WebSite",name:"Bella Mozzarella",url:o,inLanguage:i||"uk",potentialAction:{"@type":"SearchAction",target:"".concat(o,"/search?query={search_term_string}"),"query-input":"required name=search_term_string"}},h=[ga&&{"@context":"https://schema.org","@type":"SoftwareApplication",name:"Bella Mozzarella (Android)",operatingSystem:"Android",applicationCategory:"FoodOrderingApp",downloadUrl:ga},ya&&{"@context":"https://schema.org","@type":"SoftwareApplication",name:"Bella Mozzarella (iOS)",operatingSystem:"iOS",applicationCategory:"FoodOrderingApp",downloadUrl:ya}].filter(Boolean);return(0,ho.jsxs)("div",{className:Wl.container,children:[(0,ho.jsx)("script",{type:"application/ld+json",children:JSON.stringify([d,p].concat(ee(h)))}),(0,ho.jsx)("div",{className:Wl.callUs,children:(0,ho.jsx)("a",{href:"tel:+38 099 43 21 000",children:(0,ho.jsx)(Ps,{className:Wl.callUsIcon})})}),(0,ho.jsxs)("div",{className:Wl.team,children:[(0,ho.jsxs)("div",{className:Wl.teamBlock,children:[(0,ho.jsx)("img",{className:Wl.teamIconPeople,src:Oo.ICONS.PEOPLE,alt:"People"}),(0,ho.jsx)("h4",{className:Wl.teamTitle,children:r("components.footer.joinTheTeam")})]}),(0,ho.jsx)("button",{className:Wl.teamButton,onClick:function(){window.open("https://share.google/qkSWjgDYBqvEs8Mbo","_blank")},children:r("components.footer.joinTheTeamButton")}),(0,ho.jsx)(qo,{className:Wl.teamIconArrow})]}),(0,ho.jsxs)("div",{className:Wl.footer,children:[(0,ho.jsxs)("div",{className:Wl.desktopRow,children:[(0,ho.jsxs)("section",{className:Wl.block,children:[(0,ho.jsx)("p",{className:Wl.title,children:r("components.footer.title1")}),(0,ho.jsx)(nn,{className:Wl.link,to:"".concat(i,"/").concat(Ml),children:(0,ho.jsx)("p",{className:Wl.text,children:r("components.footer.f1text3")})}),(0,ho.jsx)(nn,{className:Wl.link,to:"".concat(i,"/").concat(zl),children:(0,ho.jsx)("p",{className:Wl.text,children:r("components.footer.f3text2")})}),(0,ho.jsx)(nn,{className:Wl.link,to:"".concat(i,"/").concat(Vl),children:(0,ho.jsx)("p",{className:Wl.text,children:r("components.footer.f1text4")})}),(0,ho.jsx)("a",{href:"https://share.google/qkSWjgDYBqvEs8Mbo",target:"_blank",rel:"nofollow noopener noreferrer",className:Wl.link,children:(0,ho.jsx)("p",{className:Wl.text,children:r("components.footer.f1text5")})}),(0,ho.jsx)(nn,{className:Wl.link,to:"".concat(i,"/").concat(a),onClick:function(){return window.scrollTo({top:0,behavior:"smooth"})},children:(0,ho.jsx)("p",{className:Wl.text,children:r("components.footer.f1text6")})})]}),(0,ho.jsxs)("section",{className:Wl.block,children:[(0,ho.jsx)("p",{className:Wl.title,children:r("components.footer.title2")}),(0,ho.jsx)("a",{className:Wl.phone,href:"tel:".concat(r("components.footer.f2text1")),children:(0,ho.jsx)("p",{className:Wl.text,children:r("components.footer.f2text1")})}),(0,ho.jsx)("a",{className:Wl.phone,href:"tel:".concat(r("components.footer.f2text2")),children:(0,ho.jsx)("p",{className:Wl.text,children:r("components.footer.f2text2")})}),(0,ho.jsx)("a",{className:Wl.phone,href:"tel:".concat(r("components.footer.f2text3")),children:(0,ho.jsx)("p",{className:Wl.text,children:r("components.footer.f2text3")})}),(0,ho.jsx)("a",{className:Wl.phone,href:"mailto:".concat(r("components.footer.f2text4")),children:(0,ho.jsx)("p",{className:Wl.text,children:r("components.footer.f2text4")})}),(0,ho.jsx)("p",{className:Wl.text2,children:r("components.footer.f2text5")})]}),(0,ho.jsxs)("section",{className:Wl.block,children:[(0,ho.jsx)("p",{className:Wl.title,children:r("components.footer.title3")}),(0,ho.jsx)("div",{className:"address",children:(0,ho.jsxs)("div",{children:[(0,ho.jsx)("div",{className:Wl.text,children:r("components.footer.f3text3")}),(0,ho.jsx)("p",{className:Wl.text})]})}),(0,ho.jsx)("p",{className:Wl.text,children:r("components.footer.f3text4")}),(0,ho.jsx)("p",{className:Wl.text,children:r("components.footer.f3text5")}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{className:Wl.text,children:r("components.footer.f3text6")}),(0,ho.jsx)("p",{className:Wl.text,children:r("components.footer.f3text7")}),(0,ho.jsx)("p",{className:Wl.text,children:r("components.footer.f3text8")})]}),(0,ho.jsx)("div",{className:Wl.desktopMobApps,children:(0,ho.jsxs)("div",{className:Wl.apps,children:[(0,ho.jsx)("a",{href:ga,rel:"nofollow noopener noreferrer",children:(0,ho.jsx)("img",{className:Wl.appsImage,src:Oo.IMAGES.GOOGLE_PLAY,alt:"Google play"})}),(0,ho.jsx)("a",{href:ya,rel:"nofollow noopener noreferrer",children:(0,ho.jsx)("img",{className:Wl.appsImage,src:Oo.IMAGES.APP_STORE,alt:"App store"})})]})})]}),(0,ho.jsx)("div",{className:Wl.strip}),(0,ho.jsxs)("div",{className:Wl.row,children:[(0,ho.jsxs)("div",{className:Wl.social,children:[(0,ho.jsx)("a",{className:Wl.socialIconBackground,href:ha,rel:"nofollow noopener noreferrer",children:(0,ho.jsx)("img",{className:Wl.socialIconFacebook,src:Oo.ICONS.FACEBOOK,alt:"Facebook"})}),(0,ho.jsx)("a",{className:Wl.socialIconBackground,href:ma,rel:"nofollow noopener noreferrer",children:(0,ho.jsx)("img",{className:Wl.socialIconInstagram,src:Oo.ICONS.INSTAGRAM,alt:"Instagram"})}),(0,ho.jsx)("a",{className:Wl.socialIconBackground,href:va,rel:"nofollow noopener noreferrer",children:(0,ho.jsx)("img",{className:Wl.socialIconYoutube,src:Oo.ICONS.YOUTUBE,alt:"YouTube"})})]}),(0,ho.jsxs)("div",{className:Wl.mobileApps,children:[(0,ho.jsxs)("div",{className:Wl.apps,children:[(0,ho.jsx)("a",{href:ga,rel:"nofollow noopener noreferrer",children:(0,ho.jsx)("img",{className:Wl.appsImage,src:Oo.IMAGES.GOOGLE_PLAY,alt:"Google Play"})}),(0,ho.jsx)("a",{href:ya,rel:"nofollow noopener noreferrer",children:(0,ho.jsx)("img",{className:Wl.appsImage,src:Oo.IMAGES.APP_STORE,alt:"App Store"})})]}),(0,ho.jsx)(Tl,{})]}),(0,ho.jsxs)("div",{className:Wl.copyright,children:[(0,ho.jsx)("p",{className:Wl.copyrightText1,children:r("components.footer.copyright1")}),(0,ho.jsxs)("p",{className:Wl.copyrightText2,children:[r("components.footer.copyright2")," | Designed & Developed"," ","by Volodymyr Bunchykov"]})]})]})]})]})}),ql={badgeDish:"styles_badgeDish__xY0nP",badgeHalf:"styles_badgeHalf__1OZtl",badge:"styles_badge__i3xMr"},Ql=mn()(function(e){var t=e.t,n=e.data,r=Mt().pathname,i=r.includes(Hl.slice(6)),a=r.includes(Ul.slice(6,-3));return null!==n&&void 0!==n&&n.new?(0,ho.jsx)("div",{className:ql.container,children:(0,ho.jsxs)("div",{className:i?ql.badgeHalf:a?ql.badgeDish:ql.badge,children:[n.text,t("components.badge.new")]})}):null!==n&&void 0!==n&&n.enable_text?(0,ho.jsx)("div",{className:ql.container,children:(0,ho.jsx)("div",{className:i?ql.badgeHalf:a?ql.badgeDish:ql.badge,children:n.text})}):null}),Kl={container:"styles_container__g-qW8",close:"styles_close__h1NqO",closeIcon:"styles_closeIcon__Wr0r8",content:"styles_content__hgBFM"},Xl=mn()(function(e){var t=e.visibleCart,n=e.isVisibleCart,r=e.children,a=Ta(),o=(0,i.useRef)(null),u=zt();(0,i.useEffect)(function(){var e=function(e){o.current&&!o.current.contains(e.target)&&(n(!t),u("../".concat(a,"/")))};return document.addEventListener("mousedown",e),function(){document.removeEventListener("mousedown",e)}},[o,a]);return t?(0,ho.jsxs)("div",{className:t?Kl.container:Kl.notVisible,children:[(0,ho.jsx)("div",{className:Kl.close,onClick:function(){n(!t),u("../".concat(a,"/"))},children:(0,ho.jsx)(js,{fontSize:45,className:Kl.closeIcon})}),(0,ho.jsx)("div",{ref:o,className:Kl.content,children:r})]}):(0,ho.jsx)("div",{})}),Jl="styles_infoIcon__BfgkK",Zl="styles_nutritional__RmQ+R",$l="styles_nutriValue__IbDrP",ec="styles_title__HXXxc",tc="styles_titleHide__75eHf";function nc(e){return Ao({tag:"svg",attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"none",stroke:"#000",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)}var rc=mn()(function(e){var t=e.t,n=e.product,r=ae((0,i.useState)(!1),2),a=r[0],o=r[1],u=Mt().search.includes("combo"),s=Mt().search.includes("half");return(0,ho.jsxs)("div",{children:[(0,ho.jsx)(nc,{className:Jl,onClick:function(){return o(!a)}}),a&&n&&(0,ho.jsx)("div",{className:Zl,children:n.map(function(e,n){var r=e.calorie,i=function(e){if(null===e||void 0===e||!e.calorie)return null;var 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,ho.jsxs)("div",{children:[i&&(0,ho.jsx)("script",{type:"application/ld+json",children:JSON.stringify(i)}),(0,ho.jsx)("p",{className:u||s?ec:tc,children:e.name}),(0,ho.jsx)("p",{children:(0,ho.jsx)("span",{className:$l,children:t("components.nutritional.nutriValue")})}),(0,ho.jsxs)("p",{children:[(0,ho.jsx)("span",{children:t("components.nutritional.energy")}),(0,ho.jsxs)("span",{children:[r.energy," ",t("components.nutritional.calories")]})]}),(0,ho.jsxs)("p",{children:[(0,ho.jsx)("span",{children:t("components.nutritional.squirrels")}),(0,ho.jsxs)("span",{children:[r.protein," ",t("components.nutritional.gram")]})]}),(0,ho.jsxs)("p",{children:[(0,ho.jsx)("span",{children:t("components.nutritional.fats")}),(0,ho.jsxs)("span",{children:[r.fats," ",t("components.nutritional.gram")]})]}),(0,ho.jsxs)("p",{children:[(0,ho.jsx)("span",{children:t("components.nutritional.carbohydrates")}),(0,ho.jsxs)("span",{children:[r.carbohydrates," ",t("components.nutritional.gram")]})]}),(0,ho.jsxs)("p",{children:[(0,ho.jsx)("span",{children:t("components.nutritional.weight")})," ",(0,ho.jsxs)("span",{children:[r.weight," ",t("components.nutritional.gram")]})]})]},n)})})]})}),ic="styles_container__+6PXV",ac="styles_board__Ge95t",oc="styles_activeBoard__UXhO+",uc="styles_hoverColor__fHUdn",sc=function(e){var t=e.items,n=e.activeItem,r=e.setActiveItem,i=e.activeIndex;return(0,ho.jsxs)("ul",{className:ic,children:[t.map(function(e,t){return(0,ho.jsx)("li",{onClick:function(){var t=ee(n);t[i]=e,r(t)},className:e===n[i]?oc:ac,children:e},t)}),(0,ho.jsx)("div",{className:uc})]})},lc="styles_container__CFwPo",cc="styles_loader__nUrec",fc=function(){return(0,ho.jsx)("div",{className:lc,children:(0,ho.jsx)("div",{className:cc})})},dc="styles_icon__28Zdk",pc=function(e){var t=e.data;return t.icon.vegetarian?(0,ho.jsx)("span",{children:(0,ho.jsx)("img",{className:dc,src:Oo.ICONS.PLANT,alt:"Plant"})}):t.icon.spicy?(0,ho.jsx)("span",{children:(0,ho.jsx)("img",{className:dc,src:Oo.ICONS.PEPPER,alt:"Pepper"})}):t.icon.very_spicy?(0,ho.jsxs)("span",{children:[(0,ho.jsx)("img",{className:dc,src:Oo.ICONS.PEPPER,alt:"Pepper"}),(0,ho.jsx)("img",{className:dc,src:Oo.ICONS.PEPPER,alt:"Pepper"})]}):null},hc={},mc=["uk","ru","en"],vc="uk",gc={uk:"uk-UA",ru:"ru-UA",en:"en"},yc=new RegExp("^/(?:".concat(mc.join("|"),")/?$")),Dc=function(e){return e.replace(/\/+$/,"")},Ec=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return Dc(t.filter(Boolean).join("/"))},Ac=function(e,t){return e&&e.get&&e.get(t)||void 0},bc=new Set(["blog","terms","delivery","half"]);function _c(e,t){if(e&&t){if("object"===typeof e&&!Array.isArray(e)){var 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 r,i=new RegExp("".concat(t,"\\s*:\\s*([^,]+)"),"i"),a=e.match(i),o=null===a||void 0===a||null===(r=a[1])||void 0===r?void 0:r.trim();return o||void 0}}}var Cc=mn()(function(e){var t,n=e.t,r=e.path,a=e.title,o=e.keywords,u=e.description,s=e.url,l=e.id,c=e.localizations,f=Ta(),d=window.location,p=d.origin,h=d.pathname,m=d.search,v=d.hash;(0,i.useEffect)(function(){if(h&&"/"!==h&&!yc.test(h)&&h.endsWith("/")){var e=h.replace(/\/+$/,""),t="".concat(p).concat(e).concat(m).concat(v);window.location.replace(t)}},[p,h,m,v]);var g=(0,i.useMemo)(function(){return mc.includes(f)?f:vc},[f]),y=(0,i.useMemo)(function(){return Array.isArray(c)?c:null!==c&&void 0!==c&&c.data&&Array.isArray(c.data)?c.data:[]},[c]),D=(0,i.useMemo)(function(){if("category"===r){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,i,a,o=c[0];return null!==(t=null===o||void 0===o||null===(n=o.seo)||void 0===n?void 0:n.canonical)&&void 0!==t?t:null===o||void 0===o||null===(i=o.attributes)||void 0===i||null===(a=i.seo)||void 0===a?void 0:a.canonical}}},[r,c]),E=function(e){var t=e.match(/\/(dish|combo|half)\//);return(null===t||void 0===t?void 0:t[1])||null}(h),A=(0,i.useMemo)(function(){return l&&("dish"===r||"combo"===r||"half"===r)?r:l&&E?E:null},[r,E,l]),b=(0,i.useMemo)(function(){var e=new Map;return l&&f&&e.set(f,l),y.forEach(function(t){null!==t&&void 0!==t&&t.locale&&null!==t&&void 0!==t&&t.id&&e.set(t.locale,t.id)}),e},[l,f,y]),_=(0,i.useMemo)(function(){var e=new Map;return s&&f&&e.set(f,s),y.forEach(function(t){var n,r,i,a,o,u=null===t||void 0===t?void 0:t.locale,s=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===(a=t.attributes)||void 0===a?void 0:a.url)&&void 0!==n?n:null===t||void 0===t||null===(o=t.attributes)||void 0===o?void 0:o.slug;u&&s&&e.set(u,s)}),e},[s,f,y]),C=(0,i.useMemo)(function(){if("article"===r){var e=h.match(/\/article\/([^/]+)\/\d+(?:\/)?$/);return(null===e||void 0===e?void 0:e[1])||s||void 0}},[h,r,s]),k=function(e){var t=function(e,t){return e&&e.get&&e.get(t)||void 0}(b,e);if(A)return t?Dc("".concat(p,"/").concat(e,"/").concat(A,"/").concat(t)):null;if("category"===r){var n=_c(D,e)||Ac(_,e)||s;return n?Dc("".concat(p,"/").concat(e,"/category/").concat(n)):null}if("article"===r){if(!t)return null;var i=Ac(_,e)||C;return Ec(p,e,"article",i,String(t))}return bc.has(r)?Dc("".concat(p,"/").concat(e,"/").concat(r)):yc.test(h)?Dc("".concat(p,"/").concat(e,"/")):null},T=(0,i.useMemo)(function(){if(A&&l)return Dc("".concat(p,"/").concat(f,"/").concat(A,"/").concat(l));if("category"===r){var e=_c(D,f)||s;return Dc(l?"".concat(p,"/").concat(f,"/category/").concat(l):e?"".concat(p,"/").concat(f,"/category/").concat(e):"".concat(p,"/").concat(f,"/"))}return"article"===r?l&&(s||C)?Ec(p,f,"article",s||C,String(l)):s||C?Ec(p,f,"article",s||C):Dc("".concat(p,"/").concat(f,"/")):bc.has(r)?Dc("".concat(p,"/").concat(f,"/").concat(r)):Dc("".concat(p,"/").concat(f,"/"))},[p,f,A,r,l,s,C,D]),x=A?null!==l&&void 0!==l?l:"":("category"===r||"article"===r||bc.has(r))&&null!==(t=null!==l&&void 0!==l?l:s)&&void 0!==t?t:"",S="".concat(r,"|").concat(x,"|").concat(f),w=null!==a&&void 0!==a?a:n("seo.".concat(r,".title")),F=null!==u&&void 0!==u?u:n("seo.".concat(r,".description")),O="string"===typeof o&&o.trim().length>0?o:"";if("notFound"===r)return(0,ho.jsxs)(at,{defer:!1,prioritizeSeoTags:!0,className:hc.container,htmlAttributes:{lang:g},children:[(0,ho.jsx)("meta",{charSet:n("charSet")}),(0,ho.jsx)("title",{children:"404"}),(0,ho.jsx)("meta",{name:"robots",content:"noindex, nofollow"}),(0,ho.jsx)("meta",{name:"prerender-status-code",content:"404"}),(0,ho.jsx)("meta",{name:"prerender-cacheable",content:"false"})]},S);if(A){var N=k(vc);return(0,ho.jsxs)(at,{defer:!1,prioritizeSeoTags:!0,className:hc.container,htmlAttributes:{lang:g},children:[(0,ho.jsx)("meta",{charSet:n("charSet")}),w&&(0,ho.jsx)("title",{children:w}),F&&(0,ho.jsx)("meta",{name:"description",content:F}),O&&(0,ho.jsx)("meta",{name:"keywords",content:O}),l?(0,ho.jsxs)(ho.Fragment,{children:[(0,ho.jsx)("link",{rel:"canonical",href:T}),mc.map(function(e){var t=k(e);return t?(0,ho.jsx)("link",{rel:"alternate",href:t,hrefLang:gc[e]||e},"alt-".concat(e)):null}),N&&(0,ho.jsx)("link",{rel:"alternate",href:N,hrefLang:"x-default"})]}):null]},S)}var B=k(vc);return(0,ho.jsxs)(at,{defer:!1,prioritizeSeoTags:!0,className:hc.container,htmlAttributes:{lang:g},children:[(0,ho.jsx)("meta",{charSet:n("charSet")}),w&&(0,ho.jsx)("title",{children:w}),F&&(0,ho.jsx)("meta",{name:"description",content:F}),O&&(0,ho.jsx)("meta",{name:"keywords",content:O}),(0,ho.jsx)("link",{rel:"canonical",href:T}),mc.map(function(e){if("article"===r&&e===f)return(0,ho.jsx)("link",{rel:"alternate",href:T,hrefLang:gc[e]||e},"alt-".concat(e));var t=k(e);return t?(0,ho.jsx)("link",{rel:"alternate",href:t,hrefLang:gc[e]||e},"alt-".concat(e)):null}),B&&(0,ho.jsx)("link",{rel:"alternate",href:B,hrefLang:"x-default"})]},S)}),kc="styles_container__KXFcJ",Tc="styles_block__7c8jM",xc="styles_text__1Cy9-",Sc="styles_blockActive__rKtjz",wc=mn()(function(e){var t=e.t,n=ae((0,i.useState)(!1),2),r=n[0],a=n[1],o=F(function(e){return e.orders.data},U);return(0,i.useEffect)(function(){o.length>0&&(a(!0),setTimeout(function(){return a(!1)},3e3))},[o]),(0,ho.jsx)("div",{className:kc,children:(0,ho.jsx)("div",{className:r?Sc:Tc,children:(0,ho.jsx)("p",{className:xc,children:t("components.purchase.text")})})})});function Fc(e){return Ao({tag:"svg",attr:{viewBox:"0 0 20 20",fill:"currentColor"},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 Oc(e){return Ao({tag:"svg",attr:{fill:"none",viewBox:"0 0 24 24",stroke:"currentColor"},child:[{tag:"path",attr:{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"2",d:"M19 9l-7 7-7-7"}}]})(e)}function Nc(e){return Ao({tag:"svg",attr:{fill:"none",viewBox:"0 0 24 24",stroke:"currentColor"},child:[{tag:"path",attr:{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"2",d:"M6 18L18 6M6 6l12 12"}}]})(e)}var Bc={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"},Ic="@apps",Pc=mn()(function(e){var t=e.t,n=ae((0,i.useState)(!1),2),r=n[0],a=n[1];(0,i.useEffect)(function(){"1"!==localStorage.getItem(Ic)&&setTimeout(function(){return a(!0)},5e3)},[]);return(0,ho.jsxs)("div",{className:r?Bc.container:Bc.containerNone,children:[(0,ho.jsxs)("div",{className:Bc.header,children:[(0,ho.jsx)(Nc,{className:Bc.delete,onClick:function(){a(!1),localStorage.setItem(Ic,"1")}}),(0,ho.jsxs)("div",{children:[(0,ho.jsx)("p",{className:Bc.title,children:t("components.apps.title")}),(0,ho.jsx)("p",{className:Bc.subTitle,children:t("components.apps.text")})]})]}),(0,ho.jsxs)("div",{className:Bc.apps,children:[(0,ho.jsx)("a",{href:ya,children:(0,ho.jsx)("img",{className:Bc.image,src:Oo.IMAGES.APP_STORE,alt:"App store"})}),(0,ho.jsx)("a",{href:ga,children:(0,ho.jsx)("img",{className:Bc.image,src:Oo.IMAGES.GOOGLE_PLAY,alt:"Google play"})})]})]})});function Rc(){return Rc="undefined"!==typeof Reflect&&Reflect.get?Reflect.get.bind():function(e,t,n){var r=function(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&null!==(e=Y(e)););return e}(e,t);if(r){var i=Object.getOwnPropertyDescriptor(r,t);return i.get?i.get.call(arguments.length<3?e:n):i.value}},Rc.apply(this,arguments)}function jc(e,t,n){return jc=q()?Reflect.construct.bind():function(e,t,n){var r=[null];r.push.apply(r,t);var i=new(Function.bind.apply(e,r));return n&&V(i,n.prototype),i},jc.apply(null,arguments)}function Lc(e){var t="function"===typeof Map?new Map:void 0;return Lc=function(e){if(null===e||!function(e){return-1!==Function.toString.call(e).indexOf("[native code]")}(e))return e;if("function"!==typeof e)throw new TypeError("Super expression must either be null or a function");if("undefined"!==typeof t){if(t.has(e))return t.get(e);t.set(e,n)}function n(){return jc(e,arguments,Y(this).constructor)}return n.prototype=Object.create(e.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),V(n,e)},Lc(e)}function Mc(e,t){var n="undefined"!==typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=$(e))||t&&e&&"number"===typeof e.length){n&&(e=n);var r=0,i=function(){};return{s:i,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,o=!0,u=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return o=e.done,e},e:function(e){u=!0,a=e},f:function(){try{o||null==n.return||n.return()}finally{if(u)throw a}}}}var zc=nf(),Uc=function(e){return Zc(e,zc)},Hc=nf();Uc.write=function(e){return Zc(e,Hc)};var Gc=nf();Uc.onStart=function(e){return Zc(e,Gc)};var Vc=nf();Uc.onFrame=function(e){return Zc(e,Vc)};var Wc=nf();Uc.onFinish=function(e){return Zc(e,Wc)};var Yc=[];Uc.setTimeout=function(e,t){var n=Uc.now()+t,r={time:n,handler:e,cancel:function e(){var t=Yc.findIndex(function(t){return t.cancel==e});~t&&Yc.splice(t,1),Xc-=~t?1:0}};return Yc.splice(qc(n),0,r),Xc+=1,$c(),r};var qc=function(e){return~(~Yc.findIndex(function(t){return t.time>e})||~Yc.length)};Uc.cancel=function(e){Gc.delete(e),Vc.delete(e),Wc.delete(e),zc.delete(e),Hc.delete(e)},Uc.sync=function(e){Jc=!0,Uc.batchedUpdates(e),Jc=!1},Uc.throttle=function(e){var t;function n(){try{e.apply(void 0,ee(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,Uc.onStart(n)}return r.handler=e,r.cancel=function(){Gc.delete(n),t=null},r};var Qc="undefined"!=typeof window?window.requestAnimationFrame:function(){};Uc.use=function(e){return Qc=e},Uc.now="undefined"!=typeof performance?function(){return performance.now()}:Date.now,Uc.batchedUpdates=function(e){return e()},Uc.catch=console.error,Uc.frameLoop="always",Uc.advance=function(){"demand"!==Uc.frameLoop?console.warn("Cannot call the manual advancement of rafz whilst frameLoop is not set as demand"):tf()};var Kc=-1,Xc=0,Jc=!1;function Zc(e,t){Jc?(t.delete(e),e(0)):(t.add(e),$c())}function $c(){Kc<0&&(Kc=0,"demand"!==Uc.frameLoop&&Qc(ef))}function ef(){~Kc&&(Qc(ef),Uc.batchedUpdates(tf))}function tf(){var e=Kc;Kc=Uc.now();var t=qc(Kc);t&&(rf(Yc.splice(0,t),function(e){return e.handler()}),Xc-=t),Xc?(Gc.flush(),zc.flush(e?Math.min(64,Kc-e):16.667),Vc.flush(),Hc.flush(),Wc.flush()):Kc=-1}function nf(){var e=new Set,t=e;return{add:function(n){Xc+=t!=e||e.has(n)?0:1,e.add(n)},delete:function(n){return Xc-=t==e&&e.has(n)?1:0,e.delete(n)},flush:function(n){t.size&&(e=new Set,Xc-=t.size,rf(t,function(t){return t(n)&&e.add(t)}),Xc+=e.size,t=e)}}}function rf(e,t){e.forEach(function(e){try{t(e)}catch(jS){Uc.catch(jS)}})}function af(){}var of={arr:Array.isArray,obj:function(e){return!!e&&"Object"===e.constructor.name},fun:function(e){return"function"===typeof e},str:function(e){return"string"===typeof e},num:function(e){return"number"===typeof e},und:function(e){return void 0===e}};function uf(e,t){if(of.arr(e)){if(!of.arr(t)||e.length!==t.length)return!1;for(var n=0;n<e.length;n++)if(e[n]!==t[n])return!1;return!0}return e===t}var sf=function(e,t){return e.forEach(t)};function lf(e,t,n){if(of.arr(e))for(var r=0;r<e.length;r++)t.call(n,e[r],"".concat(r));else for(var i in e)e.hasOwnProperty(i)&&t.call(n,e[i],i)}var cf=function(e){return of.und(e)?[]:of.arr(e)?e:[e]};function ff(e,t){if(e.size){var n=Array.from(e);e.clear(),sf(n,t)}}var df,pf,hf=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 ff(e,function(e){return e.apply(void 0,n)})},mf=function(){return"undefined"===typeof window||!window.navigator||/ServerSideRendering|^Deno\//.test(window.navigator.userAgent)},vf=null,gf=!1,yf=af,Df=function(e){e.to&&(pf=e.to),e.now&&(Uc.now=e.now),void 0!==e.colors&&(vf=e.colors),null!=e.skipAnimation&&(gf=e.skipAnimation),e.createStringInterpolator&&(df=e.createStringInterpolator),e.requestAnimationFrame&&Uc.use(e.requestAnimationFrame),e.batchedUpdates&&(Uc.batchedUpdates=e.batchedUpdates),e.willAdvance&&(yf=e.willAdvance),e.frameLoop&&(Uc.frameLoop=e.frameLoop)},Ef=Object.freeze({__proto__:null,get createStringInterpolator(){return df},get to(){return pf},get colors(){return vf},get skipAnimation(){return gf},get willAdvance(){return yf},assign:Df}),Af=new Set,bf=[],_f=[],Cf=0,kf={get idle(){return!Af.size&&!bf.length},start:function(e){Cf>e.priority?(Af.add(e),Uc.onStart(Tf)):(xf(e),Uc(wf))},advance:wf,sort:function(e){if(Cf)Uc.onFrame(function(){return kf.sort(e)});else{var t=bf.indexOf(e);~t&&(bf.splice(t,1),Sf(e))}},clear:function(){bf=[],Af.clear()}};function Tf(){Af.forEach(xf),Af.clear(),Uc(wf)}function xf(e){bf.includes(e)||Sf(e)}function Sf(e){bf.splice(function(e,t){var n=e.findIndex(t);return n<0?e.length:n}(bf,function(t){return t.priority>e.priority}),0,e)}function wf(e){for(var t=_f,n=0;n<bf.length;n++){var r=bf[n];Cf=r.priority,r.idle||(yf(r),r.advance(e),r.idle||t.push(r))}return Cf=0,(_f=bf).length=0,(bf=t).length>0}var Ff="[-+]?\\d*\\.?\\d+",Of=Ff+"%";function Nf(){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 Bf=new RegExp("rgb"+Nf(Ff,Ff,Ff)),If=new RegExp("rgba"+Nf(Ff,Ff,Ff,Ff)),Pf=new RegExp("hsl"+Nf(Ff,Of,Of)),Rf=new RegExp("hsla"+Nf(Ff,Of,Of,Ff)),jf=/^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,Lf=/^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,Mf=/^#([0-9a-fA-F]{6})$/,zf=/^#([0-9a-fA-F]{8})$/;function Uf(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 Hf(e,t,n){var r=n<.5?n*(1+t):n+t-n*t,i=2*n-r,a=Uf(i,r,e+1/3),o=Uf(i,r,e),u=Uf(i,r,e-1/3);return Math.round(255*a)<<24|Math.round(255*o)<<16|Math.round(255*u)<<8}function Gf(e){var t=parseInt(e,10);return t<0?0:t>255?255:t}function Vf(e){return(parseFloat(e)%360+360)%360/360}function Wf(e){var t=parseFloat(e);return t<0?0:t>1?255:Math.round(255*t)}function Yf(e){var t=parseFloat(e);return t<0?0:t>100?1:t/100}function qf(e){var t=function(e){var t;return"number"===typeof e?e>>>0===e&&e>=0&&e<=4294967295?e:null:(t=Mf.exec(e))?parseInt(t[1]+"ff",16)>>>0:vf&&void 0!==vf[e]?vf[e]:(t=Bf.exec(e))?(Gf(t[1])<<24|Gf(t[2])<<16|Gf(t[3])<<8|255)>>>0:(t=If.exec(e))?(Gf(t[1])<<24|Gf(t[2])<<16|Gf(t[3])<<8|Wf(t[4]))>>>0:(t=jf.exec(e))?parseInt(t[1]+t[1]+t[2]+t[2]+t[3]+t[3]+"ff",16)>>>0:(t=zf.exec(e))?parseInt(t[1],16)>>>0:(t=Lf.exec(e))?parseInt(t[1]+t[1]+t[2]+t[2]+t[3]+t[3]+t[4]+t[4],16)>>>0:(t=Pf.exec(e))?(255|Hf(Vf(t[1]),Yf(t[2]),Yf(t[3])))>>>0:(t=Rf.exec(e))?(Hf(Vf(t[1]),Yf(t[2]),Yf(t[3]))|Wf(t[4]))>>>0:null}(e);if(null===t)return e;var n=(16711680&(t=t||0))>>>16,r=(65280&t)>>>8,i=(255&t)/255;return"rgba(".concat((4278190080&t)>>>24,", ").concat(n,", ").concat(r,", ").concat(i,")")}var Qf=function e(t,n,r){if(of.fun(t))return t;if(of.arr(t))return e({range:t,output:n,extrapolate:r});if(of.str(t.output[0]))return df(t);var i=t,a=i.output,o=i.range||[0,1],u=i.extrapolateLeft||i.extrapolate||"extend",s=i.extrapolateRight||i.extrapolate||"extend",l=i.easing||function(e){return e};return function(e){var 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,a,o,u,s){var l=s?s(e):e;if(l<t){if("identity"===o)return l;"clamp"===o&&(l=t)}if(l>n){if("identity"===u)return l;"clamp"===u&&(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=a(l),r===-1/0?l=-l:i===1/0?l+=r:l=l*(i-r)+r;return l}(e,o[t],o[t+1],a[t],a[t+1],l,u,s,i.map)}};function Kf(){return Kf=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},Kf.apply(this,arguments)}var Xf=Symbol.for("FluidValue.get"),Jf=Symbol.for("FluidValue.observers"),Zf=function(e){return Boolean(e&&e[Xf])},$f=function(e){return e&&e[Xf]?e[Xf]():e},ed=function(e){return e[Jf]||null};function td(e,t){var n=e[Jf];n&&n.forEach(function(e){!function(e,t){e.eventObserved?e.eventObserved(t):e(t)}(e,t)})}var nd=s(function e(t){if(o(this,e),this[Xf]=void 0,this[Jf]=void 0,!t&&!(t=this.get))throw Error("Unknown getter");rd(this,t)}),rd=function(e,t){return ud(e,Xf,t)};function id(e,t){if(e[Xf]){var n=e[Jf];n||ud(e,Jf,n=new Set),n.has(t)||(n.add(t),e.observerAdded&&e.observerAdded(n.size,t))}return t}function ad(e,t){var n=e[Jf];if(n&&n.has(t)){var r=n.size-1;r?n.delete(t):e[Jf]=null,e.observerRemoved&&e.observerRemoved(r,t)}}var od,ud=function(e,t,n){return Object.defineProperty(e,t,{value:n,writable:!0,configurable:!0})},sd=/[+\-]?(?:0|[1-9]\d*)(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,ld=/(#(?:[0-9a-f]{2}){2,4}|(#[0-9a-f]{3})|(rgb|hsl)a?\((-?\d+%?[,\s]+){2,3}\s*[\d\.]+%?\))/gi,cd=new RegExp("(".concat(sd.source,")(%|[a-z]+)"),"i"),fd=/rgba\(([0-9\.-]+), ([0-9\.-]+), ([0-9\.-]+), ([0-9\.-]+)\)/gi,dd=/var\((--[a-zA-Z0-9-_]+),? ?([a-zA-Z0-9 ()%#.,-]+)?\)/,pd=function e(t){var n=ae(hd(t),2),r=n[0],i=n[1];if(!r||mf())return t;var a=window.getComputedStyle(document.documentElement).getPropertyValue(r);if(a)return a.trim();if(i&&i.startsWith("--")){var o=window.getComputedStyle(document.documentElement).getPropertyValue(i);return o||t}return i&&dd.test(i)?e(i):i||t},hd=function(e){var t=dd.exec(e);if(!t)return[,];var n=ae(t,3);return[n[1],n[2]]},md=function(e,t,n,r,i){return"rgba(".concat(Math.round(t),", ").concat(Math.round(n),", ").concat(Math.round(r),", ").concat(i,")")},vd=function(e){od||(od=vf?new RegExp("(".concat(Object.keys(vf).join("|"),")(?!\\w)"),"g"):/^\b$/);var t=e.output.map(function(e){return $f(e).replace(dd,pd).replace(ld,qf).replace(od,qf)}),n=t.map(function(e){return e.match(sd).map(Number)}),r=n[0].map(function(e,t){return n.map(function(e){if(!(t in e))throw Error('The arity of each "output" value must be equal');return e[t]})}),i=r.map(function(t){return Qf(Kf({},e,{output:t}))});return function(e){var n,r=!cd.test(t[0])&&(null==(n=t.find(function(e){return cd.test(e)}))?void 0:n.replace(sd,"")),a=0;return t[0].replace(sd,function(){return"".concat(i[a++](e)).concat(r||"")}).replace(fd,md)}},gd="react-spring: ",yd=function(e){var t=e,n=!1;if("function"!=typeof t)throw new TypeError("".concat(gd,"once requires a function parameter"));return function(){n||(t.apply(void 0,arguments),n=!0)}},Dd=yd(console.warn);var Ed=yd(console.warn);function Ad(e){return of.str(e)&&("#"==e[0]||/\d/.test(e)||!mf()&&dd.test(e)||e in(vf||{}))}var bd=mf()?i.useEffect:i.useLayoutEffect;function _d(){var e=(0,i.useState)()[1],t=function(){var e=(0,i.useRef)(!1);return bd(function(){return e.current=!0,function(){e.current=!1}},[]),e}();return function(){t.current&&e(Math.random())}}var Cd=function(e){return(0,i.useEffect)(e,kd)},kd=[];function Td(e){var t=(0,i.useRef)();return(0,i.useEffect)(function(){t.current=e}),t.current}var xd=Symbol.for("Animated:node"),Sd=function(e){return e&&e[xd]},wd=function(e,t){return n=e,r=xd,i=t,Object.defineProperty(n,r,{value:i,writable:!0,configurable:!0});var n,r,i},Fd=function(e){return e&&e[xd]&&e[xd].getPayload()},Od=function(){function e(){o(this,e),this.payload=void 0,wd(this,this)}return s(e,[{key:"getPayload",value:function(){return this.payload||[]}}]),e}(),Nd=function(e){W(n,e);var t=X(n);function n(e){var r;return o(this,n),(r=t.call(this)).done=!0,r.elapsedTime=void 0,r.lastPosition=void 0,r.lastVelocity=void 0,r.v0=void 0,r.durationProgress=0,r._value=e,of.num(r._value)&&(r.lastPosition=r._value),r}return s(n,[{key:"getPayload",value:function(){return[this]}},{key:"getValue",value:function(){return this._value}},{key:"setValue",value:function(e,t){return of.num(e)&&(this.lastPosition=e,t&&(e=Math.round(e/t)*t,this.done&&(this.lastPosition=e))),this._value!==e&&(this._value=e,!0)}},{key:"reset",value:function(){var e=this.done;this.done=!1,of.num(this._value)&&(this.elapsedTime=0,this.durationProgress=0,this.lastPosition=this._value,e&&(this.lastVelocity=null),this.v0=null)}}],[{key:"create",value:function(e){return new n(e)}}]),n}(Od),Bd=function(e){W(n,e);var t=X(n);function n(e){var r;return o(this,n),(r=t.call(this,0))._string=null,r._toString=void 0,r._toString=Qf({output:[e,e]}),r}return s(n,[{key:"getValue",value:function(){var e=this._string;return null==e?this._string=this._toString(this._value):e}},{key:"setValue",value:function(e){if(of.str(e)){if(e==this._string)return!1;this._string=e,this._value=1}else{if(!Rc(Y(n.prototype),"setValue",this).call(this,e))return!1;this._string=null}return!0}},{key:"reset",value:function(e){e&&(this._toString=Qf({output:[this.getValue(),e]})),this._value=0,Rc(Y(n.prototype),"reset",this).call(this)}}],[{key:"create",value:function(e){return new n(e)}}]),n}(Nd),Id={dependencies:null},Pd=function(e){W(n,e);var t=X(n);function n(e){var r;return o(this,n),(r=t.call(this)).source=e,r.setValue(e),r}return s(n,[{key:"getValue",value:function(e){var t={};return lf(this.source,function(n,r){var i;(i=n)&&i[xd]===i?t[r]=n.getValue(e):Zf(n)?t[r]=$f(n):e||(t[r]=n)}),t}},{key:"setValue",value:function(e){this.source=e,this.payload=this._makePayload(e)}},{key:"reset",value:function(){this.payload&&sf(this.payload,function(e){return e.reset()})}},{key:"_makePayload",value:function(e){if(e){var t=new Set;return lf(e,this._addToPayload,t),Array.from(t)}}},{key:"_addToPayload",value:function(e){var t=this;Id.dependencies&&Zf(e)&&Id.dependencies.add(e);var n=Fd(e);n&&sf(n,function(e){return t.add(e)})}}]),n}(Od),Rd=function(e){W(n,e);var t=X(n);function n(e){return o(this,n),t.call(this,e)}return s(n,[{key:"getValue",value:function(){return this.source.map(function(e){return e.getValue()})}},{key:"setValue",value:function(e){var t=this.getPayload();return e.length==t.length?t.map(function(t,n){return t.setValue(e[n])}).some(Boolean):(Rc(Y(n.prototype),"setValue",this).call(this,e.map(jd)),!0)}}],[{key:"create",value:function(e){return new n(e)}}]),n}(Pd);function jd(e){return(Ad(e)?Bd:Nd).create(e)}function Ld(e){var t=Sd(e);return t?t.constructor:of.arr(e)?Rd:Ad(e)?Bd:Nd}function Md(){return Md=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},Md.apply(this,arguments)}var zd=function(e,t){var n=!of.fun(e)||e.prototype&&e.prototype.isReactComponent;return(0,i.forwardRef)(function(r,a){var o=(0,i.useRef)(null),u=n&&(0,i.useCallback)(function(e){o.current=function(e,t){e&&(of.fun(e)?e(t):e.current=t);return t}(a,e)},[a]),s=function(e,t){var n=new Set;Id.dependencies=n,e.style&&(e=Md({},e,{style:t.createAnimatedStyle(e.style)}));return e=new Pd(e),Id.dependencies=null,[e,n]}(r,t),l=ae(s,2),c=l[0],f=l[1],d=_d(),p=function(){var e=o.current;n&&!e||!1===(!!e&&t.applyAnimatedValues(e,c.getValue(!0)))&&d()},h=new Ud(p,f),m=(0,i.useRef)();bd(function(){return m.current=h,sf(f,function(e){return id(e,h)}),function(){m.current&&(sf(m.current.deps,function(e){return ad(e,m.current)}),Uc.cancel(m.current.update))}}),(0,i.useEffect)(p,[]),Cd(function(){return function(){var e=m.current;sf(e.deps,function(t){return ad(t,e)})}});var v=t.getComponentProps(c.getValue());return i.createElement(e,Md({},v,{ref:u}))})},Ud=function(){function e(t,n){o(this,e),this.update=t,this.deps=n}return s(e,[{key:"eventObserved",value:function(e){"change"==e.type&&Uc.write(this.update)}}]),e}();var Hd=Symbol.for("AnimatedComponent"),Gd=function(e){return of.str(e)?e:e&&of.str(e.displayName)?e.displayName:of.fun(e)&&e.name||null};function Vd(){return Vd=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},Vd.apply(this,arguments)}function Wd(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 of.fun(e)?e.apply(void 0,n):e}var Yd=function(e,t){return!0===e||!!(t&&e&&(of.fun(e)?e(t):cf(e).includes(t)))},qd=function(e,t){return of.obj(e)?t&&e[t]:e},Qd=function(e,t){return!0===e.default?e[t]:e.default?e.default[t]:void 0},Kd=function(e){return e},Xd=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Kd,n=Jd;e.default&&!0!==e.default&&(e=e.default,n=Object.keys(e));var r,i={},a=Mc(n);try{for(a.s();!(r=a.n()).done;){var o=r.value,u=t(e[o],o);of.und(u)||(i[o]=u)}}catch(s){a.e(s)}finally{a.f()}return i},Jd=["config","onProps","onStart","onChange","onPause","onResume","onRest"],Zd={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 $d(e){var t=function(e){var t={},n=0;if(lf(e,function(e,r){Zd[r]||(t[r]=e,n++)}),n)return t}(e);if(t){var n={to:t};return lf(e,function(e,r){return r in t||(n[r]=e)}),n}return Vd({},e)}function ep(e){return e=$f(e),of.arr(e)?e.map(ep):Ad(e)?Ef.createStringInterpolator({range:[0,1],output:[e,e]})(1):e}function tp(e){for(var t in e)return!0;return!1}function np(e){return of.fun(e)||of.arr(e)&&of.obj(e[0])}function rp(e,t){var n;null==(n=e.ref)||n.delete(e),null==t||t.delete(e)}function ip(e,t){var n;t&&e.ref!==t&&(null==(n=e.ref)||n.delete(e),t.add(e),e.ref=t)}var ap=1.70158,op=1.525*ap,up=ap+1,sp=2*Math.PI/3,lp=2*Math.PI/4.5,cp=function(e){var 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},fp={linear:function(e){return e},easeInQuad:function(e){return e*e},easeOutQuad:function(e){return 1-(1-e)*(1-e)},easeInOutQuad:function(e){return e<.5?2*e*e:1-Math.pow(-2*e+2,2)/2},easeInCubic:function(e){return e*e*e},easeOutCubic:function(e){return 1-Math.pow(1-e,3)},easeInOutCubic:function(e){return e<.5?4*e*e*e:1-Math.pow(-2*e+2,3)/2},easeInQuart:function(e){return e*e*e*e},easeOutQuart:function(e){return 1-Math.pow(1-e,4)},easeInOutQuart:function(e){return e<.5?8*e*e*e*e:1-Math.pow(-2*e+2,4)/2},easeInQuint:function(e){return e*e*e*e*e},easeOutQuint:function(e){return 1-Math.pow(1-e,5)},easeInOutQuint:function(e){return e<.5?16*e*e*e*e*e:1-Math.pow(-2*e+2,5)/2},easeInSine:function(e){return 1-Math.cos(e*Math.PI/2)},easeOutSine:function(e){return Math.sin(e*Math.PI/2)},easeInOutSine:function(e){return-(Math.cos(Math.PI*e)-1)/2},easeInExpo:function(e){return 0===e?0:Math.pow(2,10*e-10)},easeOutExpo:function(e){return 1===e?1:1-Math.pow(2,-10*e)},easeInOutExpo:function(e){return 0===e?0:1===e?1:e<.5?Math.pow(2,20*e-10)/2:(2-Math.pow(2,-20*e+10))/2},easeInCirc:function(e){return 1-Math.sqrt(1-Math.pow(e,2))},easeOutCirc:function(e){return Math.sqrt(1-Math.pow(e-1,2))},easeInOutCirc:function(e){return e<.5?(1-Math.sqrt(1-Math.pow(2*e,2)))/2:(Math.sqrt(1-Math.pow(-2*e+2,2))+1)/2},easeInBack:function(e){return up*e*e*e-ap*e*e},easeOutBack:function(e){return 1+up*Math.pow(e-1,3)+ap*Math.pow(e-1,2)},easeInOutBack:function(e){return e<.5?Math.pow(2*e,2)*(7.189819*e-op)/2:(Math.pow(2*e-2,2)*((op+1)*(2*e-2)+op)+2)/2},easeInElastic:function(e){return 0===e?0:1===e?1:-Math.pow(2,10*e-10)*Math.sin((10*e-10.75)*sp)},easeOutElastic:function(e){return 0===e?0:1===e?1:Math.pow(2,-10*e)*Math.sin((10*e-.75)*sp)+1},easeInOutElastic:function(e){return 0===e?0:1===e?1:e<.5?-Math.pow(2,20*e-10)*Math.sin((20*e-11.125)*lp)/2:Math.pow(2,-20*e+10)*Math.sin((20*e-11.125)*lp)/2+1},easeInBounce:function(e){return 1-cp(1-e)},easeOutBounce:cp,easeInOutBounce:function(e){return e<.5?(1-cp(1-2*e))/2:(1+cp(2*e-1))/2}},dp=Vd({},{tension:170,friction:26},{mass:1,damping:1,easing:fp.linear,clamp:!1}),pp=s(function e(){o(this,e),this.tension=void 0,this.friction=void 0,this.frequency=void 0,this.damping=void 0,this.mass=void 0,this.velocity=0,this.restVelocity=void 0,this.precision=void 0,this.progress=void 0,this.duration=void 0,this.easing=void 0,this.clamp=void 0,this.bounce=void 0,this.decay=void 0,this.round=void 0,Object.assign(this,dp)});function hp(e,t){if(of.und(t.decay)){var n=!of.und(t.tension)||!of.und(t.friction);!n&&of.und(t.frequency)&&of.und(t.damping)&&of.und(t.mass)||(e.duration=void 0,e.decay=void 0),n&&(e.frequency=void 0)}else e.duration=void 0}var mp=[],vp=s(function e(){o(this,e),this.changed=!1,this.values=mp,this.toValues=null,this.fromValues=mp,this.to=void 0,this.from=void 0,this.config=new pp,this.immediate=!1});function gp(e,t){var n=t.key,r=t.props,i=t.defaultProps,a=t.state,o=t.actions;return new Promise(function(t,u){var s,l,c,f=Yd(null!=(s=r.cancel)?s:null==i?void 0:i.cancel,n);if(f)m();else{of.und(r.pause)||(a.paused=Yd(r.pause,n));var d=null==i?void 0:i.pause;!0!==d&&(d=a.paused||Yd(d,n)),l=Wd(r.delay||0,n),d?(a.resumeQueue.add(h),o.pause()):(o.resume(),h())}function p(){a.resumeQueue.add(h),a.timeouts.delete(c),c.cancel(),l=c.time-Uc.now()}function h(){l>0&&!Ef.skipAnimation?(a.delayed=!0,c=Uc.setTimeout(m,l),a.pauseQueue.add(p),a.timeouts.add(c)):m()}function m(){a.delayed&&(a.delayed=!1),a.pauseQueue.delete(p),a.timeouts.delete(c),e<=(a.cancelId||0)&&(f=!0);try{o.start(Vd({},r,{callId:e,cancel:f}),t)}catch(n){u(n)}}})}var yp=function(e,t){return 1==t.length?t[0]:t.some(function(e){return e.cancelled})?Ap(e.get()):t.every(function(e){return e.noop})?Dp(e.get()):Ep(e.get(),t.every(function(e){return e.finished}))},Dp=function(e){return{value:e,noop:!0,finished:!0,cancelled:!1}},Ep=function(e,t){return{value:e,finished:t,cancelled:arguments.length>2&&void 0!==arguments[2]&&arguments[2]}},Ap=function(e){return{value:e,cancelled:!0,finished:!1}};function bp(e,t,n,r){var i=t.callId,a=t.parentId,o=t.onRest,u=n.asyncTo,s=n.promise;return a||e!==u||t.reset?n.promise=yn(vn().mark(function l(){var c,f,d,p,h,m,v,g;return vn().wrap(function(l){for(;;)switch(l.prev=l.next){case 0:if(n.asyncId=i,n.asyncTo=e,c=Xd(t,function(e,t){return"onRest"===t?void 0:e}),p=new Promise(function(e,t){return f=e,d=t}),h=function(e){var t=i<=(n.cancelId||0)&&Ap(r)||i!==n.asyncId&&Ep(r,!1);if(t)throw e.result=t,d(e),e},m=function(e,t){var a=new Cp,o=new kp;return yn(vn().mark(function u(){var s,l;return vn().wrap(function(u){for(;;)switch(u.prev=u.next){case 0:if(!Ef.skipAnimation){u.next=5;break}throw _p(n),o.result=Ep(r,!1),d(o),o;case 5:return h(a),(s=of.obj(e)?Vd({},e):Vd({},t,{to:e})).parentId=i,lf(c,function(e,t){of.und(s[t])&&(s[t]=e)}),u.next=11,r.start(s);case 11:if(l=u.sent,h(a),!n.paused){u.next=16;break}return u.next=16,new Promise(function(e){n.resumeQueue.add(e)});case 16:return u.abrupt("return",l);case 17:case"end":return u.stop()}},u)}))()},!Ef.skipAnimation){l.next=9;break}return _p(n),l.abrupt("return",Ep(r,!1));case 9:return l.prev=9,g=of.arr(e)?function(){var e=yn(vn().mark(function e(t){var n,r,i;return vn().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:n=Mc(t),e.prev=1,n.s();case 3:if((r=n.n()).done){e.next=9;break}return i=r.value,e.next=7,m(i);case 7:e.next=3;break;case 9:e.next=14;break;case 11:e.prev=11,e.t0=e.catch(1),n.e(e.t0);case 14:return e.prev=14,n.f(),e.finish(14);case 17:case"end":return e.stop()}},e,null,[[1,11,14,17]])}));return function(t){return e.apply(this,arguments)}}()(e):Promise.resolve(e(m,r.stop.bind(r))),l.next=13,Promise.all([g.then(f),p]);case 13:v=Ep(r.get(),!0,!1),l.next=27;break;case 16:if(l.prev=16,l.t0=l.catch(9),!(l.t0 instanceof Cp)){l.next=22;break}v=l.t0.result,l.next=27;break;case 22:if(!(l.t0 instanceof kp)){l.next=26;break}v=l.t0.result,l.next=27;break;case 26:throw l.t0;case 27:return l.prev=27,i==n.asyncId&&(n.asyncId=a,n.asyncTo=a?u:void 0,n.promise=a?s:void 0),l.finish(27);case 30:return of.fun(o)&&Uc.batchedUpdates(function(){o(v,r,r.item)}),l.abrupt("return",v);case 32:case"end":return l.stop()}},l,null,[[9,16,27,30]])}))():s}function _p(e,t){ff(e.timeouts,function(e){return e.cancel()}),e.pauseQueue.clear(),e.resumeQueue.clear(),e.asyncId=e.asyncTo=e.promise=void 0,t&&(e.cancelId=t)}var Cp=function(e){W(n,e);var t=X(n);function n(){var e;return o(this,n),(e=t.call(this,"An async animation has been interrupted. You see this error because you forgot to use `await` or `.catch(...)` on its returned promise.")).result=void 0,e}return s(n)}(Lc(Error)),kp=function(e){W(n,e);var t=X(n);function n(){var e;return o(this,n),(e=t.call(this,"SkipAnimationSignal")).result=void 0,e}return s(n)}(Lc(Error)),Tp=function(e){return e instanceof Sp},xp=1,Sp=function(e){W(n,e);var t=X(n);function n(){var e;o(this,n);for(var r=arguments.length,i=new Array(r),a=0;a<r;a++)i[a]=arguments[a];return(e=t.call.apply(t,[this].concat(i))).id=xp++,e.key=void 0,e._priority=0,e}return s(n,[{key:"priority",get:function(){return this._priority},set:function(e){this._priority!=e&&(this._priority=e,this._onPriorityChange(e))}},{key:"get",value:function(){var e=Sd(this);return e&&e.getValue()}},{key:"to",value:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return Ef.to(this,t)}},{key:"interpolate",value:function(){Dd("".concat(gd,'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 Ef.to(this,t)}},{key:"toJSON",value:function(){return this.get()}},{key:"observerAdded",value:function(e){1==e&&this._attach()}},{key:"observerRemoved",value:function(e){0==e&&this._detach()}},{key:"_attach",value:function(){}},{key:"_detach",value:function(){}},{key:"_onChange",value:function(e){td(this,{type:"change",parent:this,value:e,idle:arguments.length>1&&void 0!==arguments[1]&&arguments[1]})}},{key:"_onPriorityChange",value:function(e){this.idle||kf.sort(this),td(this,{type:"priority",parent:this,priority:e})}}]),n}(nd),wp=Symbol.for("SpringPhase"),Fp=function(e){return(1&e[wp])>0},Op=function(e){return(2&e[wp])>0},Np=function(e){return(4&e[wp])>0},Bp=function(e,t){return t?e[wp]|=3:e[wp]&=-3},Ip=function(e,t){return t?e[wp]|=4:e[wp]&=-5},Pp=function(e){W(n,e);var t=X(n);function n(e,r){var i;if(o(this,n),(i=t.call(this)).key=void 0,i.animation=new vp,i.queue=void 0,i.defaultProps={},i._state={paused:!1,delayed:!1,pauseQueue:new Set,resumeQueue:new Set,timeouts:new Set},i._pendingCalls=new Set,i._lastCallId=0,i._lastToId=0,i._memoizedDuration=0,!of.und(e)||!of.und(r)){var a=of.obj(e)?Vd({},e):Vd({},r,{from:e});of.und(a.default)&&(a.default=!0),i.start(a)}return i}return s(n,[{key:"idle",get:function(){return!(Op(this)||this._state.asyncTo)||Np(this)}},{key:"goal",get:function(){return $f(this.animation.to)}},{key:"velocity",get:function(){var e=Sd(this);return e instanceof Nd?e.lastVelocity||0:e.getPayload().map(function(e){return e.lastVelocity||0})}},{key:"hasAnimated",get:function(){return Fp(this)}},{key:"isAnimating",get:function(){return Op(this)}},{key:"isPaused",get:function(){return Np(this)}},{key:"isDelayed",get:function(){return this._state.delayed}},{key:"advance",value:function(e){var t=this,n=!0,r=!1,i=this.animation,a=i.config,o=i.toValues,u=Fd(i.to);!u&&Zf(i.to)&&(o=cf($f(i.to))),i.values.forEach(function(s,l){if(!s.done){var c=s.constructor==Bd?1:u?u[l].lastPosition:o[l],f=i.immediate,d=c;if(!f){if(d=s.lastPosition,a.tension<=0)return void(s.done=!0);var p,h=s.elapsedTime+=e,m=i.fromValues[l],v=null!=s.v0?s.v0:s.v0=of.arr(a.velocity)?a.velocity[l]:a.velocity;if(of.und(a.duration))if(a.decay){var g=!0===a.decay?.998:a.decay,y=Math.exp(-(1-g)*h);d=m+v/(1-g)*(1-y),f=Math.abs(s.lastPosition-d)<.1,p=v*y}else{p=null==s.lastVelocity?v:s.lastVelocity;for(var D=a.precision||(m==c?.005:Math.min(1,.001*Math.abs(c-m))),E=a.restVelocity||D/10,A=a.clamp?0:a.bounce,b=!of.und(A),_=m==c?s.v0>0:m<c,C=Math.ceil(e/1),k=0;k<C&&(Math.abs(p)>E||!(f=Math.abs(c-d)<=D));++k){b&&(d==c||d>c==_)&&(p=-p*A,d=c),d+=1*(p+=1*((1e-6*-a.tension*(d-c)+.001*-a.friction*p)/a.mass))}}else{var T=1;a.duration>0&&(t._memoizedDuration!==a.duration&&(t._memoizedDuration=a.duration,s.durationProgress>0&&(s.elapsedTime=a.duration*s.durationProgress,h=s.elapsedTime+=e)),T=(T=(a.progress||0)+h/t._memoizedDuration)>1?1:T<0?0:T,s.durationProgress=T),p=((d=m+a.easing(T)*(c-m))-s.lastPosition)/e,f=1==T}s.lastVelocity=p,Number.isNaN(d)&&(console.warn("Got NaN while animating:",t),f=!0)}u&&!u[l].done&&(f=!1),f?s.done=!0:n=!1,s.setValue(d,a.round)&&(r=!0)}});var s=Sd(this),l=s.getValue();if(n){var c=$f(i.to);l===c&&!r||a.decay?r&&a.decay&&this._onChange(l):(s.setValue(c),this._onChange(c)),this._stop()}else r&&this._onChange(l)}},{key:"set",value:function(e){var t=this;return Uc.batchedUpdates(function(){t._stop(),t._focus(e),t._set(e)}),this}},{key:"pause",value:function(){this._update({pause:!0})}},{key:"resume",value:function(){this._update({pause:!1})}},{key:"finish",value:function(){var e=this;if(Op(this)){var t=this.animation,n=t.to,r=t.config;Uc.batchedUpdates(function(){e._onStart(),r.decay||e._set(n,!1),e._stop()})}return this}},{key:"update",value:function(e){return(this.queue||(this.queue=[])).push(e),this}},{key:"start",value:function(e,t){var n,r=this;return of.und(e)?(n=this.queue||[],this.queue=[]):n=[of.obj(e)?e:Vd({},t,{to:e})],Promise.all(n.map(function(e){return r._update(e)})).then(function(e){return yp(r,e)})}},{key:"stop",value:function(e){var t=this,n=this.animation.to;return this._focus(this.get()),_p(this._state,e&&this._lastCallId),Uc.batchedUpdates(function(){return t._stop(n,e)}),this}},{key:"reset",value:function(){this._update({reset:!0})}},{key:"eventObserved",value:function(e){"change"==e.type?this._start():"priority"==e.type&&(this.priority=e.priority+1)}},{key:"_prepareNode",value:function(e){var t=this.key||"",n=e.to,r=e.from;(null==(n=of.obj(n)?n[t]:n)||np(n))&&(n=void 0),null==(r=of.obj(r)?r[t]:r)&&(r=void 0);var i={to:n,from:r};if(!Fp(this)){if(e.reverse){var a=[r,n];n=a[0],r=a[1]}r=$f(r),of.und(r)?Sd(this)||this._set(n):this._set(r)}return i}},{key:"_update",value:function(e,t){var n=this,r=Vd({},e),i=this.key,a=this.defaultProps;r.default&&Object.assign(a,Xd(r,function(e,t){return/^on/.test(t)?qd(e,i):e})),Hp(this,r,"onProps"),Gp(this,"onProps",r,this);var o=this._prepareNode(r);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?");var u=this._state;return gp(++this._lastCallId,{key:i,props:r,defaultProps:a,state:u,actions:{pause:function(){Np(n)||(Ip(n,!0),hf(u.pauseQueue),Gp(n,"onPause",Ep(n,Rp(n,n.animation.to)),n))},resume:function(){Np(n)&&(Ip(n,!1),Op(n)&&n._resume(),hf(u.resumeQueue),Gp(n,"onResume",Ep(n,Rp(n,n.animation.to)),n))},start:this._merge.bind(this,o)}}).then(function(e){if(r.loop&&e.finished&&(!t||!e.noop)){var i=jp(r);if(i)return n._update(i,!0)}return e})}},{key:"_merge",value:function(e,t,n){var r=this;if(t.cancel)return this.stop(!0),n(Ap(this));var i=!of.und(e.to),a=!of.und(e.from);if(i||a){if(!(t.callId>this._lastToId))return n(Ap(this));this._lastToId=t.callId}var o=this.key,u=this.defaultProps,s=this.animation,l=s.to,c=s.from,f=e.to,d=void 0===f?l:f,p=e.from,h=void 0===p?c:p;if(!a||i||t.default&&!of.und(d)||(d=h),t.reverse){var m=[h,d];d=m[0],h=m[1]}var v=!uf(h,c);v&&(s.from=h),h=$f(h);var g=!uf(d,l);g&&this._focus(d);var y=np(t.to),D=s.config,E=D.decay,A=D.velocity;(i||a)&&(D.velocity=0),t.config&&!y&&function(e,t,n){for(var r in n&&(hp(n=Vd({},n),t),t=Vd({},n,t)),hp(e,t),Object.assign(e,t),dp)null==e[r]&&(e[r]=dp[r]);var i=e.mass,a=e.frequency,o=e.damping;of.und(a)||(a<.01&&(a=.01),o<0&&(o=0),e.tension=Math.pow(2*Math.PI/a,2)*i,e.friction=4*Math.PI*o*i/a)}(D,Wd(t.config,o),t.config!==u.config?Wd(u.config,o):void 0);var b=Sd(this);if(!b||of.und(d))return n(Ep(this,!0));var _=of.und(t.reset)?a&&!t.default:!of.und(h)&&Yd(t.reset,o),C=_?h:this.get(),k=ep(d),T=of.num(k)||of.arr(k)||Ad(k),x=!y&&(!T||Yd(u.immediate||t.immediate,o));if(g){var S=Ld(d);if(S!==b.constructor){if(!x)throw Error("Cannot animate between ".concat(b.constructor.name," and ").concat(S.name,', as the "to" prop suggests'));b=this._set(k)}}var w=b.constructor,F=Zf(d),O=!1;if(!F){var N=_||!Fp(this)&&v;(g||N)&&(F=!(O=uf(ep(C),k))),(uf(s.immediate,x)||x)&&uf(D.decay,E)&&uf(D.velocity,A)||(F=!0)}if(O&&Op(this)&&(s.changed&&!_?F=!0:F||this._stop(l)),!y&&((F||Zf(l))&&(s.values=b.getPayload(),s.toValues=Zf(d)?null:w==Bd?[1]:cf(k)),s.immediate!=x&&(s.immediate=x,x||_||this._set(l)),F)){var B=s.onRest;sf(Up,function(e){return Hp(r,t,e)});var I=Ep(this,Rp(this,l));hf(this._pendingCalls,I),this._pendingCalls.add(n),s.changed&&Uc.batchedUpdates(function(){s.changed=!_,null==B||B(I,r),_?Wd(u.onRest,I):null==s.onStart||s.onStart(I,r)})}_&&this._set(C),y?n(bp(t.to,t,this._state,this)):F?this._start():Op(this)&&!g?this._pendingCalls.add(n):n(Dp(C))}},{key:"_focus",value:function(e){var t=this.animation;e!==t.to&&(ed(this)&&this._detach(),t.to=e,ed(this)&&this._attach())}},{key:"_attach",value:function(){var e=0,t=this.animation.to;Zf(t)&&(id(t,this),Tp(t)&&(e=t.priority+1)),this.priority=e}},{key:"_detach",value:function(){var e=this.animation.to;Zf(e)&&ad(e,this)}},{key:"_set",value:function(e){var t=this,n=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],r=$f(e);if(!of.und(r)){var i=Sd(this);if(!i||!uf(r,i.getValue())){var a=Ld(r);i&&i.constructor==a?i.setValue(r):wd(this,a.create(r)),i&&Uc.batchedUpdates(function(){t._onChange(r,n)})}}return Sd(this)}},{key:"_onStart",value:function(){var e=this.animation;e.changed||(e.changed=!0,Gp(this,"onStart",Ep(this,Rp(this,e.to)),this))}},{key:"_onChange",value:function(e,t){t||(this._onStart(),Wd(this.animation.onChange,e,this)),Wd(this.defaultProps.onChange,e,this),Rc(Y(n.prototype),"_onChange",this).call(this,e,t)}},{key:"_start",value:function(){var e=this.animation;Sd(this).reset($f(e.to)),e.immediate||(e.fromValues=e.values.map(function(e){return e.lastPosition})),Op(this)||(Bp(this,!0),Np(this)||this._resume())}},{key:"_resume",value:function(){Ef.skipAnimation?this.finish():kf.start(this)}},{key:"_stop",value:function(e,t){if(Op(this)){Bp(this,!1);var n=this.animation;sf(n.values,function(e){e.done=!0}),n.toValues&&(n.onChange=n.onPause=n.onResume=void 0),td(this,{type:"idle",parent:this});var r=t?Ap(this.get()):Ep(this.get(),Rp(this,null!=e?e:n.to));hf(this._pendingCalls,r),n.changed&&(n.changed=!1,Gp(this,"onRest",r,this))}}}]),n}(Sp);function Rp(e,t){var n=ep(t);return uf(ep(e.get()),n)}function jp(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e.loop,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:e.to,r=Wd(t);if(r){var i=!0!==r&&$d(r),a=(i||e).reverse,o=!i||i.reset;return Lp(Vd({},e,{loop:t,default:!1,pause:void 0,to:!a||np(n)?n:void 0,from:o?e.from:void 0,reset:o},i))}}function Lp(e){var t=e=$d(e),n=t.to,r=t.from,i=new Set;return of.obj(n)&&zp(n,i),of.obj(r)&&zp(r,i),e.keys=i.size?Array.from(i):null,e}function Mp(e){var t=Lp(e);return of.und(t.default)&&(t.default=Xd(t)),t}function zp(e,t){lf(e,function(e,n){return null!=e&&t.add(n)})}var Up=["onStart","onRest","onChange","onPause","onResume"];function Hp(e,t,n){e.animation[n]=t[n]!==Qd(t,n)?qd(t[n],e.key):void 0}function Gp(e,t){for(var n,r,i,a,o,u,s=arguments.length,l=new Array(s>2?s-2:0),c=2;c<s;c++)l[c-2]=arguments[c];null==(i=(a=e.animation)[t])||(n=i).call.apply(n,[a].concat(l)),null==(o=(u=e.defaultProps)[t])||(r=o).call.apply(r,[u].concat(l))}var Vp=["onStart","onChange","onRest"],Wp=1,Yp=function(){function e(t,n){o(this,e),this.id=Wp++,this.springs={},this.queue=[],this.ref=void 0,this._flush=void 0,this._initialProps=void 0,this._lastAsyncId=0,this._active=new Set,this._changed=new Set,this._started=!1,this._item=void 0,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),n&&(this._flush=n),t&&this.start(Vd({default:!0},t))}return s(e,[{key:"idle",get:function(){return!this._state.asyncTo&&Object.values(this.springs).every(function(e){return e.idle&&!e.isDelayed&&!e.isPaused})}},{key:"item",get:function(){return this._item},set:function(e){this._item=e}},{key:"get",value:function(){var e={};return this.each(function(t,n){return e[n]=t.get()}),e}},{key:"set",value:function(e){for(var t in e){var n=e[t];of.und(n)||this.springs[t].set(n)}}},{key:"update",value:function(e){return e&&this.queue.push(Lp(e)),this}},{key:"start",value:function(e){var t=this.queue;return e?t=cf(e).map(Lp):this.queue=[],this._flush?this._flush(this,t):(eh(this,t),qp(this,t))}},{key:"stop",value:function(e,t){if(e!==!!e&&(t=e),t){var n=this.springs;sf(cf(t),function(t){return n[t].stop(!!e)})}else _p(this._state,this._lastAsyncId),this.each(function(t){return t.stop(!!e)});return this}},{key:"pause",value:function(e){if(of.und(e))this.start({pause:!0});else{var t=this.springs;sf(cf(e),function(e){return t[e].pause()})}return this}},{key:"resume",value:function(e){if(of.und(e))this.start({pause:!1});else{var t=this.springs;sf(cf(e),function(e){return t[e].resume()})}return this}},{key:"each",value:function(e){lf(this.springs,e)}},{key:"_onFrame",value:function(){var e=this,t=this._events,n=t.onStart,r=t.onChange,i=t.onRest,a=this._active.size>0,o=this._changed.size>0;(a&&!this._started||o&&!this._started)&&(this._started=!0,ff(n,function(t){var n=ae(t,2),r=n[0],i=n[1];i.value=e.get(),r(i,e,e._item)}));var u=!a&&this._started,s=o||u&&i.size?this.get():null;o&&r.size&&ff(r,function(t){var n=ae(t,2),r=n[0],i=n[1];i.value=s,r(i,e,e._item)}),u&&(this._started=!1,ff(i,function(t){var n=ae(t,2),r=n[0],i=n[1];i.value=s,r(i,e,e._item)}))}},{key:"eventObserved",value:function(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)}Uc.onFrame(this._onFrame)}}]),e}();function qp(e,t){return Promise.all(t.map(function(t){return Qp(e,t)})).then(function(t){return yp(e,t)})}function Qp(e,t,n){return Kp.apply(this,arguments)}function Kp(){return Kp=yn(vn().mark(function e(t,n,r){var i,a,o,u,s,l,c,f,d,p,h,m,v;return vn().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(i=n.keys,a=n.to,o=n.from,u=n.loop,s=n.onRest,l=n.onResolve,c=of.obj(n.default)&&n.default,u&&(n.loop=!1),!1===a&&(n.to=null),!1===o&&(n.from=null),(f=of.arr(a)||of.fun(a)?a:void 0)?(n.to=void 0,n.onRest=void 0,c&&(c.onRest=void 0)):sf(Vp,function(e){var r=n[e];if(of.fun(r)){var i=t._events[e];n[e]=function(e){var t=e.finished,n=e.cancelled,a=i.get(r);a?(t||(a.finished=!1),n&&(a.cancelled=!0)):i.set(r,{value:null,finished:t||!1,cancelled:n||!1})},c&&(c[e]=n[e])}}),d=t._state,n.pause===!d.paused?(d.paused=n.pause,hf(n.pause?d.pauseQueue:d.resumeQueue)):d.paused&&(n.pause=!0),p=(i||Object.keys(t.springs)).map(function(e){return t.springs[e].start(n)}),h=!0===n.cancel||!0===Qd(n,"cancel"),(f||h&&d.asyncId)&&p.push(gp(++t._lastAsyncId,{props:n,state:d,actions:{pause:af,resume:af,start:function(e,n){h?(_p(d,t._lastAsyncId),n(Ap(t))):(e.onRest=s,n(bp(f,e,d,t)))}}})),!d.paused){e.next=15;break}return e.next=15,new Promise(function(e){d.resumeQueue.add(e)});case 15:return e.t0=yp,e.t1=t,e.next=19,Promise.all(p);case 19:if(e.t2=e.sent,m=(0,e.t0)(e.t1,e.t2),!u||!m.finished||r&&m.noop){e.next=26;break}if(!(v=jp(n,u,a))){e.next=26;break}return eh(t,[v]),e.abrupt("return",Qp(t,v,!0));case 26:return l&&Uc.batchedUpdates(function(){return l(m,t,t.item)}),e.abrupt("return",m);case 28:case"end":return e.stop()}},e)})),Kp.apply(this,arguments)}function Xp(e,t){var n=Vd({},e.springs);return t&&sf(cf(t),function(e){of.und(e.keys)&&(e=Lp(e)),of.obj(e.to)||(e=Vd({},e,{to:void 0})),$p(n,e,function(e){return Zp(e)})}),Jp(e,n),n}function Jp(e,t){lf(t,function(t,n){e.springs[n]||(e.springs[n]=t,id(t,e))})}function Zp(e,t){var n=new Pp;return n.key=e,t&&id(n,t),n}function $p(e,t,n){t.keys&&sf(t.keys,function(r){(e[r]||(e[r]=n(r)))._prepareNode(t)})}function eh(e,t){sf(t,function(t){$p(e.springs,t,function(t){return Zp(t,e)})})}function th(e,t){if(null==e)return{};var n,r,i={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}var nh=["children"],rh=function(e){var t=e.children,n=th(e,nh),r=(0,i.useContext)(ih),a=n.pause||!!r.pause,o=n.immediate||!!r.immediate;n=function(e,t){var n=ae((0,i.useState)(function(){return{inputs:t,result:e()}}),1)[0],r=(0,i.useRef)(),a=r.current,o=a;if(o){var u=Boolean(t&&o.inputs&&function(e,t){if(e.length!==t.length)return!1;for(var n=0;n<e.length;n++)if(e[n]!==t[n])return!1;return!0}(t,o.inputs));u||(o={inputs:t,result:e()})}else o=n;return(0,i.useEffect)(function(){r.current=o,a==n&&(n.inputs=n.result=void 0)},[o]),o.result}(function(){return{pause:a,immediate:o}},[a,o]);var u=ih.Provider;return i.createElement(u,{value:n},t)},ih=function(e,t){return Object.assign(e,i.createContext(t)),e.Provider._context=e,e.Consumer._context=e,e}(rh,{});rh.Provider=ih.Provider,rh.Consumer=ih.Consumer;var ah=function(){var e=[],t=function(t){Ed("".concat(gd,'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'));var r=[];return sf(e,function(e,i){if(of.und(t))r.push(e.start());else{var a=n(t,e,i);a&&r.push(e.start(a))}}),r};t.current=e,t.add=function(t){e.includes(t)||e.push(t)},t.delete=function(t){var n=e.indexOf(t);~n&&e.splice(n,1)},t.pause=function(){var t=arguments;return sf(e,function(e){return e.pause.apply(e,ee(t))}),this},t.resume=function(){var t=arguments;return sf(e,function(e){return e.resume.apply(e,ee(t))}),this},t.set=function(t){sf(e,function(e){return e.set(t)})},t.start=function(t){var n=this,r=[];return sf(e,function(e,i){if(of.und(t))r.push(e.start());else{var a=n._getProps(t,e,i);a&&r.push(e.start(a))}}),r},t.stop=function(){var t=arguments;return sf(e,function(e){return e.stop.apply(e,ee(t))}),this},t.update=function(t){var n=this;return sf(e,function(e,r){return e.update(n._getProps(t,e,r))}),this};var n=function(e,t,n){return of.fun(e)?e(n,t):e};return t._getProps=n,t};function oh(e,t,n){var r=arguments,a=of.fun(t)&&t;a&&!n&&(n=[]);var o=(0,i.useMemo)(function(){return a||3==r.length?ah():void 0},[]),u=(0,i.useRef)(0),s=_d(),l=(0,i.useMemo)(function(){return{ctrls:[],queue:[],flush:function(e,t){var n=Xp(e,t);return u.current>0&&!l.queue.length&&!Object.keys(n).some(function(t){return!e.springs[t]})?qp(e,t):new Promise(function(r){Jp(e,n),l.queue.push(function(){r(qp(e,t))}),s()})}}},[]),c=(0,i.useRef)(ee(l.ctrls)),f=[],d=Td(e)||0;function p(e,n){for(var r=e;r<n;r++){var i=c.current[r]||(c.current[r]=new Yp(null,l.flush)),o=a?a(r,i):t[r];o&&(f[r]=Mp(o))}}(0,i.useMemo)(function(){sf(c.current.slice(e,d),function(e){rp(e,o),e.stop(!0)}),c.current.length=e,p(d,e)},[e]),(0,i.useMemo)(function(){p(0,Math.min(d,e))},n);var h=c.current.map(function(e,t){return Xp(e,f[t])}),m=(0,i.useContext)(rh),v=Td(m),g=m!==v&&tp(m);bd(function(){u.current++,l.ctrls=c.current;var e=l.queue;e.length&&(l.queue=[],sf(e,function(e){return e()})),sf(c.current,function(e,t){null==o||o.add(e),g&&e.start({default:m});var n=f[t];n&&(ip(e,n.ref),e.ref?e.queue.push(n):e.start(n))})}),Cd(function(){return function(){sf(l.ctrls,function(e){return e.stop(!0)})}});var y=h.map(function(e){return Vd({},e)});return o?[y,o]:y}function uh(e,t){var n=of.fun(e),r=ae(oh(1,n?e:[e],n?t||[]:t),2),i=ae(r[0],1)[0],a=r[1];return n||2==arguments.length?[i,a]:i}var sh;!function(e){e.MOUNT="mount",e.ENTER="enter",e.UPDATE="update",e.LEAVE="leave"}(sh||(sh={}));var lh=function(e){W(n,e);var t=X(n);function n(e,r){var i;o(this,n),(i=t.call(this)).key=void 0,i.idle=!0,i.calc=void 0,i._active=new Set,i.source=e,i.calc=Qf.apply(void 0,ee(r));var a=i._get(),u=Ld(a);return wd(G(i),u.create(a)),i}return s(n,[{key:"advance",value:function(e){var t=this._get();uf(t,this.get())||(Sd(this).setValue(t),this._onChange(t,this.idle)),!this.idle&&fh(this._active)&&dh(this)}},{key:"_get",value:function(){var e=of.arr(this.source)?this.source.map($f):cf($f(this.source));return this.calc.apply(this,ee(e))}},{key:"_start",value:function(){var e=this;this.idle&&!fh(this._active)&&(this.idle=!1,sf(Fd(this),function(e){e.done=!1}),Ef.skipAnimation?(Uc.batchedUpdates(function(){return e.advance()}),dh(this)):kf.start(this))}},{key:"_attach",value:function(){var e=this,t=1;sf(cf(this.source),function(n){Zf(n)&&id(n,e),Tp(n)&&(n.idle||e._active.add(n),t=Math.max(t,n.priority+1))}),this.priority=t,this._start()}},{key:"_detach",value:function(){var e=this;sf(cf(this.source),function(t){Zf(t)&&ad(t,e)}),this._active.clear(),dh(this)}},{key:"eventObserved",value:function(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=cf(this.source).reduce(function(e,t){return Math.max(e,(Tp(t)?t.priority:0)+1)},0))}}]),n}(Sp);function ch(e){return!1!==e.idle}function fh(e){return!e.size||Array.from(e).every(ch)}function dh(e){e.idle||(e.idle=!0,sf(Fd(e),function(e){e.done=!0}),td(e,{type:"idle",parent:e}))}Ef.assign({createStringInterpolator:vd,to:function(e,t){return new lh(e,t)}});kf.advance;function ph(e,t){if(null==e)return{};var n,r,i={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}var hh=["style","children","scrollTop","scrollLeft"],mh=/^--/;function vh(e,t){return null==t||"boolean"===typeof t||""===t?"":"number"!==typeof t||0===t||mh.test(e)||yh.hasOwnProperty(e)&&yh[e]?(""+t).trim():t+"px"}var gh={};var yh={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},Dh=["Webkit","Ms","Moz","O"];yh=Object.keys(yh).reduce(function(e,t){return Dh.forEach(function(n){return e[function(e,t){return e+t.charAt(0).toUpperCase()+t.substring(1)}(n,t)]=e[t]}),e},yh);var Eh=["x","y","z"],Ah=/^(matrix|translate|scale|rotate|skew)/,bh=/^(translate)/,_h=/^(rotate|skew)/,Ch=function(e,t){return of.num(e)&&0!==e?e+t:e},kh=function e(t,n){return of.arr(t)?t.every(function(t){return e(t,n)}):of.num(t)?t===n:parseFloat(t)===n},Th=function(e){W(n,e);var t=X(n);function n(e){o(this,n);var r=e.x,i=e.y,a=e.z,u=ph(e,Eh),s=[],l=[];return(r||i||a)&&(s.push([r||0,i||0,a||0]),l.push(function(e){return["translate3d(".concat(e.map(function(e){return Ch(e,"px")}).join(","),")"),kh(e,0)]})),lf(u,function(e,t){if("transform"===t)s.push([e||""]),l.push(function(e){return[e,""===e]});else if(Ah.test(t)){if(delete u[t],of.und(e))return;var n=bh.test(t)?"px":_h.test(t)?"deg":"";s.push(cf(e)),l.push("rotate3d"===t?function(e){var t=ae(e,4),r=t[0],i=t[1],a=t[2],o=t[3];return["rotate3d(".concat(r,",").concat(i,",").concat(a,",").concat(Ch(o,n),")"),kh(o,0)]}:function(e){return["".concat(t,"(").concat(e.map(function(e){return Ch(e,n)}).join(","),")"),kh(e,t.startsWith("scale")?1:0)]})}}),s.length&&(u.transform=new xh(s,l)),t.call(this,u)}return s(n)}(Pd),xh=function(e){W(n,e);var t=X(n);function n(e,r){var i;return o(this,n),(i=t.call(this))._value=null,i.inputs=e,i.transforms=r,i}return s(n,[{key:"get",value:function(){return this._value||(this._value=this._get())}},{key:"_get",value:function(){var e=this,t="",n=!0;return sf(this.inputs,function(r,i){var a=$f(r[0]),o=ae(e.transforms[i](of.arr(a)?a:r.map($f)),2),u=o[0],s=o[1];t+=" "+u,n=n&&s}),n?"none":t}},{key:"observerAdded",value:function(e){var t=this;1==e&&sf(this.inputs,function(e){return sf(e,function(e){return Zf(e)&&id(e,t)})})}},{key:"observerRemoved",value:function(e){var t=this;0==e&&sf(this.inputs,function(e){return sf(e,function(e){return Zf(e)&&ad(e,t)})})}},{key:"eventObserved",value:function(e){"change"==e.type&&(this._value=null),td(this,e)}}]),n}(nd),Sh=["scrollTop","scrollLeft"];Ef.assign({batchedUpdates:A.unstable_batchedUpdates,createStringInterpolator:vd,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 wh=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.applyAnimatedValues,r=void 0===n?function(){return!1}:n,i=t.createAnimatedStyle,a=void 0===i?function(e){return new Pd(e)}:i,o=t.getComponentProps,u={applyAnimatedValues:r,createAnimatedStyle:a,getComponentProps:void 0===o?function(e){return e}:o},s=function e(t){var n=Gd(t)||"Anonymous";return(t=of.str(t)?e[t]||(e[t]=zd(t,u)):t[Hd]||(t[Hd]=zd(t,u))).displayName="Animated(".concat(n,")"),t};return lf(e,function(t,n){of.arr(e)&&(n=Gd(t)),s[n]=s(t)}),{animated:s}}(["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;var n="filter"===e.nodeName||e.parentNode&&"filter"===e.parentNode.nodeName,r=t,i=r.style,a=r.children,o=r.scrollTop,u=r.scrollLeft,s=ph(r,hh),l=Object.values(s),c=Object.keys(s).map(function(t){return n||e.hasAttribute(t)?t:gh[t]||(gh[t]=t.replace(/([A-Z])/g,function(e){return"-"+e.toLowerCase()}))});for(var f in void 0!==a&&(e.textContent=a),i)if(i.hasOwnProperty(f)){var d=vh(f,i[f]);mh.test(f)?e.style.setProperty(f,d):e.style[f]=d}c.forEach(function(t,n){e.setAttribute(t,l[n])}),void 0!==o&&(e.scrollTop=o),void 0!==u&&(e.scrollLeft=u)},createAnimatedStyle:function(e){return new Th(e)},getComponentProps:function(e){return ph(e,Sh)}}),Fh=wh.animated,Oh=function(){var e=window;return{width:e.innerWidth,height:e.innerHeight}},Nh=function(){var e=ae((0,i.useState)(Oh()),2),t=e[0],n=e[1];return(0,i.useEffect)(function(){function e(){n(Oh())}return window.addEventListener("resize",e),function(){return window.removeEventListener("resize",e)}},[]),t},Bh="undefined"!==typeof document?document:{},Ih=function(){var e=(0,i.useRef)(),t=Bh.documentElement,n=Bh.body;return[function(){if(n&&n.style&&!e.current){var 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}},function(){n&&n.style&&e.current&&(t.style.position="",t.style.overflow="",n.style.position="",n.style.overflow="",n.style.paddingRight="",e.current=!1)}]},Ph="styles_container__Vy8SA",Rh="styles_link__fUXGZ",jh="styles_close__rA17k",Lh="styles_contant__2kqiC",Mh="styles_dawn__w0v5F",zh="styles_wrapper__8WXJk",Uh=function(e){var t=e.children,n=Ta(),r=ae((0,i.useState)(!1),2),a=r[0],o=r[1],u=(0,i.useRef)(null),s=zt(),l=Nh().width,c=ae(Ih(),2),f=c[0],d=c[1];(0,i.useEffect)(function(){return f(),function(){d()}},[]),(0,i.useEffect)(function(){var e=function(e){u.current&&!u.current.contains(e.target)&&(0===window.history.state.idx?s("/".concat(n,"/"),{replace:!0}):s(-1))};return document.addEventListener("mousedown",e),function(){document.removeEventListener("mousedown",e)}},[u]);var p=l<Ca,h=uh({from:{opacity:0},to:{opacity:1},leave:{opacity:0},config:{duration:"300"},reverse:a}),m=uh({from:{opacity:0,transform:"translateY(100%)"},to:{opacity:1,transform:"translateY(0%)"},leave:{opacity:0,transform:"translateY(100%)"},config:{duration:"500"},reverse:a}),v=uh({from:{opacity:0},to:{opacity:1},leave:{opacity:0},config:{duration:"500"},reverse:a}),g=uh({from:{opacity:0},to:{opacity:1},leave:{opacity:0},config:{duration:"500"},reverse:a});return(0,ho.jsxs)(Fh.div,{style:p?h:v,className:p?Ph:zh,children:[(0,ho.jsxs)(Fh.div,{style:p?m:g,ref:u,className:Lh,children:[(0,ho.jsx)("div",{className:Mh,onClick:function(){o(!0),setTimeout(s(-1),700)},children:(0,ho.jsx)(Oc,{})}),(0,ho.jsx)(nn,{to:{},onClick:function(){0===window.history.state.idx?(s("/".concat(n,"/"),{replace:!0}),location.reload()):s(-1)},className:Rh,children:(0,ho.jsx)(Nc,{className:jh})}),(0,ho.jsx)("div",{className:Lh,children:t})]}),(0,ho.jsx)(Yt,{})]})},Hh="styles_notWork__CbpBJ",Gh=mn()(function(e){var t=e.t,n=e.data.work_site;return n&&!n&&(0,ho.jsx)("div",{className:Hh,children:t("status")})}),Vh=n(5361),Wh=n.n(Vh),Yh={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]},Qh="mousemove",Kh="mouseup";function Xh(e,t){if(0===t)return e;var 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 Jh(e){var t,n=e.trackMouse,r=i.useRef(Object.assign({},qh)),a=i.useRef(Object.assign({},Yh)),o=i.useRef(Object.assign({},a.current));for(t in o.current=Object.assign({},a.current),a.current=Object.assign(Object.assign({},Yh),e),Yh)void 0===a.current[t]&&(a.current[t]=Yh[t]);var u=i.useMemo(function(){return function(e,t){var n=function(t){var n="touches"in t;n&&t.touches.length>1||e(function(e,i){i.trackMouse&&!n&&(document.addEventListener(Qh,r),document.addEventListener(Kh,o));var a=n?t.touches[0]:t,u=Xh([a.clientX,a.clientY],i.rotationAngle);return i.onTouchStartOrOnMouseDown&&i.onTouchStartOrOnMouseDown({event:t}),Object.assign(Object.assign(Object.assign({},e),qh),{initial:u.slice(),xy:u,start:t.timeStamp||0})})},r=function(t){e(function(e,n){var 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;var i=r?t.touches[0]:t,a=ae(Xh([i.clientX,i.clientY],n.rotationAngle),2),o=a[0],u=a[1],s=o-e.xy[0],l=u-e.xy[1],c=Math.abs(s),f=Math.abs(l),d=(t.timeStamp||0)-e.start,p=Math.sqrt(c*c+f*f)/(d||1),h=[s/(d||1),l/(d||1)],m=function(e,t,n,r){return e>t?n>0?"Right":"Left":r>0?"Down":"Up"}(c,f,s,l),v="number"===typeof n.delta?n.delta:n.delta[m.toLowerCase()]||Yh.delta;if(c<v&&f<v&&!e.swiping)return e;var g={absX:c,absY:f,deltaX:s,deltaY:l,dir:m,event:t,first:e.first,initial:e.initial,velocity:p,vxvy:h};g.first&&n.onSwipeStart&&n.onSwipeStart(g),n.onSwiping&&n.onSwiping(g);var 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:g,swiping:!0})})},i=function(t){e(function(e,n){var 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);var 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})})},a=function(){document.removeEventListener(Qh,r),document.removeEventListener(Kh,o)},o=function(e){a(),i(e)},u=function(e,t){var a=function(){};if(e&&e.addEventListener){var o=Object.assign(Object.assign({},Yh.touchEventOptions),t.touchEventOptions),u=[["touchstart",n,o],["touchmove",r,Object.assign(Object.assign({},o),t.preventScrollOnSwipe?{passive:!1}:{})],["touchend",i,o]];u.forEach(function(t){var n=ae(t,3),r=n[0],i=n[1],a=n[2];return e.addEventListener(r,i,a)}),a=function(){return u.forEach(function(t){var n=ae(t,2),r=n[0],i=n[1];return e.removeEventListener(r,i)})}}return a},s={ref:function(t){null!==t&&e(function(e,n){if(e.el===t)return e;var r={};return e.el&&e.el!==t&&e.cleanUpTouch&&(e.cleanUpTouch(),r.cleanUpTouch=void 0),n.trackTouch&&t&&(r.cleanUpTouch=u(t,n)),Object.assign(Object.assign(Object.assign({},e),{el:t}),r)})}};return t.trackMouse&&(s.onMouseDown=n),[s,u]}(function(e){return r.current=e(r.current,a.current)},{trackMouse:n})},[n]),s=ae(u,2),l=s[0],c=s[1];return r.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}))}(r.current,a.current,o.current,c),l}var Zh={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"},$h="stories",em=mn()(function(e){var t,n=e.t,r=e.data,a=Nh(),o=a.width,u=a.height,s=ae((0,i.useState)(0),2),l=s[0],c=s[1],f=ae((0,i.useState)(0),2),d=f[0],p=f[1],h=JSON.parse(localStorage.getItem($h)),m=ae(Ih(),2),v=m[0],g=m[1],y=lo(r);(0,i.useEffect)(function(){return l>0&&(window.scrollTo(0,0),v()),function(){g()}},[l]);var D=o>Ca?350:o,E=o>Ca?650:u+5,A=function(){c(0),p(0)},b=Jh(ne({onSwipedDown:function(){A()}},{delta:10,preventScrollOnSwipe:!1,trackTouch:!0,trackMouse:!1,rotationAngle:0,swipeDuration:1/0,touchEventOptions:{passive:!0}})),_=function(){d+1===1&&1===l?(c(0),p(0)):d+1===1?(c(l-1),p(0)):p(d-1)},C=function(){var e,t;d+1===(null===(e=y[l-1])||void 0===e?void 0:e.contant.length)&&l===y.length?(c(1),p(0)):d+1===(null===(t=y[l-1])||void 0===t?void 0:t.contant.length)?(c(l+1),p(0)):p(d+1)},k=null===(t=y[l-1])||void 0===t?void 0:t.contant.map(function(e,t){var i,a=null!==(i=y[l-1])&&void 0!==i&&i.combo?"combo/".concat(y[l-1].combo.id):r[l-1].dish?"dish/".concat(y[l-1].dish.id):"";return{url:"".concat(ci).concat(e.url),seeMoreCollapsed:function(){if(y[l-1].contant.length===t+1&&a.length>0)return(0,ho.jsx)("div",{className:Zh.wrapperLink,onClick:A,children:(0,ho.jsx)(nn,{className:Zh.link,to:"".concat(a),children:n("pages.main.components.stories.link")})})},seeMore:function(){return null}}}),T=function(){if(l>0)return(0,ho.jsxs)("div",{className:Zh.wrapperStories,children:[(0,ho.jsx)("div",{className:Zh.close,onClick:function(){return c(0)},children:(0,ho.jsx)(Nc,{className:Zh.close})}),(0,ho.jsx)("div",ne(ne({className:Zh.back},b),{},{onClick:_})),(0,ho.jsx)("div",ne(ne({className:Zh.next},b),{},{onClick:C})),(0,ho.jsx)(Wh(),{currentIndex:d,stories:k,defaultInterval:15e3,width:D,height:E,keyboardNavigation:!0,onStoryEnd:function(){p(function(e){return e+1})},onStoryStart:function(){!function(e){if(!h){var t=[e];localStorage.setItem($h,JSON.stringify(t))}if(-1===(null===h||void 0===h?void 0:h.indexOf(e))){var n=[].concat(ee(h),[e]);localStorage.setItem($h,JSON.stringify(n))}}(y[l-1].id),p(function(e){return e+1-1})},onAllStoriesEnd:function(){l<y.length?(c(l+1),p(0)):(c(1),p(0))}})]})};return(0,ho.jsxs)("div",{className:Zh.container,children:[(0,ho.jsx)(T,{}),(0,ho.jsxs)("div",{className:Zh.preview,children:[(0,ho.jsx)("div",{className:Zh.emptyStory}),y.map(function(e,t){return(0,ho.jsx)("div",{onClick:function(){return c(t+1)},children:(0,ho.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))?Zh.previewImage:Zh.previewImageNew,src:ci+e.preview[0].url})},t)})]})]})}),tm="styles_container__ThWSx",nm="styles_title__ZHkEI",rm="styles_block__nOyK7",im="styles_emptyCombo__fLbop",am="styles_name__F-4GV",om="styles_item__kwgic",um="styles_image__9mGB3",sm="styles_info__H3kYU",lm="styles_link__HDmL4",cm=mn()(function(e){var t=e.data,n=e.t,r=(Mt().pathname.split("/")[1]||"uk").toLowerCase(),i=["uk","ru","en"].includes(r)?r:"uk";return(0,ho.jsxs)("section",{className:tm,children:[(0,ho.jsx)("h2",{className:nm,children:t.length>0&&n("pages.main.components.combo.subtitle")}),(0,ho.jsxs)("div",{className:rm,children:[(0,ho.jsx)("div",{className:im}),lo(t).map(function(e){return(0,ho.jsx)(nn,{to:(t=e.id,"/".concat(i,"/combo/").concat(t)),className:lm,children:(0,ho.jsxs)("article",{className:om,children:[(0,ho.jsx)("img",{className:um,src:ci+e.image[0].url,alt:e.name}),(0,ho.jsxs)("div",{className:sm,children:[(0,ho.jsx)("p",{className:am,children:e.name}),(0,ho.jsxs)("span",{children:[e.price," ",n("currency")]})]})]})},e.id);var t})]})]})});function fm(e){return Ao({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)}var dm,pm,hm,mm="styles_wrapper__sjH8V",vm="styles_title__2l7mV",gm="styles_block__O9ryh",ym="styles_dish__PPRCp",Dm="styles_dishContainer__O9Hz7",Em="styles_imageWrapper__99Fsw",Am="styles_image__a32iv",bm="styles_info__cj3d0",_m="styles_about__XLqdr",Cm="styles_name__DIe6x",km="styles_description__WIzjo",Tm="styles_oldPrice__IS2yr",xm="styles_price__rdbEH",Sm="styles_newPrice__D68gw",wm="styles_priceHalves__chLXG",Fm="styles_link__o26M9",Om="styles_purchase__RQVbt",Nm="styles_buttons__1RRoq",Bm="styles_addToShoppingCart__uyest",Im="styles_addToNewShoppingCart__Fz0yO",Pm="styles_shoppingCart__41MQa",Rm="styles_shoppingNewCart__db7oW",jm="styles_addToCart__zRfqJ",Lm="styles_addToNewCart__vdiLa",Mm="styles_addToCartHalves__F1im+",zm="styles_container__dobI3",Um=function(e){var t=e.dish,n=e.t;return(0,ho.jsxs)(ho.Fragment,{children:[(0,ho.jsxs)("span",{className:wm,children:[t.pizza&&t.pizza.active,t.price,n("currency")]}),(0,ho.jsx)("button",{className:Mm,children:n("pages.main.components.categories.craft")})]})},Hm=function(e){var t=e.dish,n=e.onPressBuyDish,r=e.t;return(0,ho.jsxs)(ho.Fragment,{children:[(0,ho.jsxs)("span",{className:t.discount_price?Sm:xm,children:[t.discount_price&&(0,ho.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,ho.jsxs)("div",{className:Nm,children:[(0,ho.jsx)("button",{className:t.discount_price?Lm:jm,children:r("pages.main.components.categories.select")}),!t.dishes&&(0,ho.jsx)("button",{className:t.discount_price?Im:Bm,onClick:function(e){return n(e,t)},children:(0,ho.jsx)(fm,{size:20,className:t.discount_price?Rm:Pm})})]})]})},Gm=mn()(function(e){var t=e.t,n=e.data,r=e.anchors,a=e.addDishToCart,o=e.path,u=(0,i.useMemo)(function(){if("undefined"===typeof window)return"/uk";var e=(window.location.pathname.split("/")[1]||"uk").toLowerCase();return["uk","ru","en"].includes(e)?"/".concat(e):"/uk"},[]),s=n[0]?n[0].dishes.filter(function(e){return e.pizza&&e.pizza.active&&e.pizza.halves&&e}):[],l=JSON.parse(JSON.stringify(n));s.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}});var c=function(e,t){e.preventDefault();var n={id:t.id,type:t.pizza.active?Ea:Da,name:t.name,image:ci+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};a(n)},f=function(e){var n=e.data;return(0,ho.jsxs)(ho.Fragment,{children:[(0,ho.jsx)("h3",{className:vm,children:n.name}),(0,ho.jsx)("div",{className:zm,children:(0,ho.jsx)("div",{className:gm,children:lo(n.dishes).map(function(e,n){return function(e,n){var r={"@context":"https://schema.org/","@type":"Product",name:e.name,description:e.short_description,image:e.modificate?Oo.IMAGES.HALVES:ci+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,ho.jsxs)("article",{className:ym,children:[(0,ho.jsx)("script",{type:"application/ld+json",children:JSON.stringify(r)}),(0,ho.jsx)(nn,{to:{pathname:e.modificate?"category"===o?"".concat(u,"/half"):"".concat("","half"):e.dishes?"".concat("","combo/").concat(e.id):"".concat("","dish/").concat(e.id)},className:Fm,children:(0,ho.jsxs)("div",{className:Dm,children:[(0,ho.jsxs)("div",{className:Em,children:[(0,ho.jsx)("img",{alt:e.alt_text?e.alt_text:e.name,className:Am,src:e.modificate?Oo.IMAGES.HALVES:ci+e.image[0].url,loading:"lazy"}),!e.modificate&&(0,ho.jsx)(Ql,{data:e.badge})]}),(0,ho.jsxs)("div",{className:bm,children:[(0,ho.jsxs)("div",{className:_m,children:[(0,ho.jsxs)("p",{className:Cm,children:[e.name,e.icon&&(0,ho.jsx)(pc,{data:e})]}),(0,ho.jsx)("p",{className:km,children:e.short_description})]}),(0,ho.jsx)("div",{className:Om,children:e.modificate?(0,ho.jsx)(Um,{dish:e,t:t}):(0,ho.jsx)(Hm,{dish:e,onPressBuyDish:c,t:t})})]})]})},e.id)]},n)}(e,n)})})})]})};return(0,ho.jsx)("div",{className:mm,children:l.length>=1&&lo(l).map(function(e,t){return(0,ho.jsxs)("div",{children:[(0,ho.jsx)("div",{id:r[t],data:"nav"}),(0,ho.jsx)(f,{data:e})]},t)})})}),Vm="styles_description__q9WhG",Wm=mn()(function(e){var t=e.i18n,n=e.text,r=Ta(),i=Object.keys(t.options.resources);return n?(0,ho.jsx)("div",{className:Vm,children:(0,ho.jsx)("div",{dangerouslySetInnerHTML:{__html:n}})}):r===i[0]?(0,ho.jsxs)("div",{className:Vm,children:[(0,ho.jsx)("h1",{children:"Pizza Kharkiv - food delivery from Bellamozzarella"})," ",(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"The modern pace of life requires effective solutions, and that is why the opportunity to receive ready-made meals without unnecessary hassle becomes an important aspect. By choosing Bella mozzarella, you enjoy authentic cuisine at any moment - at home or at work. We offer a wide selection of dishes suitable for different occasions and tastes."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("h2",{children:"Delivery where freshness and natural ingredients are the foundation of our philosophy"})," ",(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"All dishes are prepared using only fresh and high-quality ingredients that preserve their taste and beneficial properties. Products are selected with great care, which guarantees the high quality of every dish you receive. We strive to ensure that every meal brings real pleasure, which is why we do not have pre-cooked meals for reheating - everything is prepared upon order."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("h2",{children:"You can order food from a perfectly selected menu for any occasion"})," ",(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"Bellamozzarella offers a wide selection of dishes suitable for any needs. Having a business meeting? Hosting dinner at home? Our menu includes options for all occasions: from light snacks to hearty main dishes. You will always find something that suits you perfectly."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("h2",{children:"Lunches in Kharkiv - hearty dishes for a complete lunch"})," ",(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"If you are looking for nutritious options for office lunches or home dinners, our assortment of meat and fish dishes will impress you with its variety. Dishes made from chicken, pork, or beef are perfectly complemented by side dishes, creating balanced meals that allow you to experience true enjoyment from food delivery."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("h2",{children:"Fast and light snacks for an active day"})," ",(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"Sometimes all you need is a quick and light snack, and for this we offer a wide selection of salads and sandwiches. They are perfect for a quick break during work or a light lunch. Thanks to the variety of the menu, you can maintain a high level of energy throughout the day. Also, be sure to check out our collection of drinks."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("h2",{children:"Variety for every taste"})," ",(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"The Bella Mozzarella menu brings together the best dishes of Ukrainian and international cuisine. Everyone can find their favorite food, regardless of whether you prefer traditional flavors or want to try something new. This makes it easy to choose what you like and enjoy not only the taste but also the comfort of our service."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("h2",{children:"Fast pizza and burger delivery Kharkiv"})," ",(0,ho.jsx)("br",{}),(0,ho.jsxs)("p",{children:["Pizza and food delivery in Kharkiv from Bella Mozzarella offers more than 15 types of pizza. You can choose pizza: ",(0,ho.jsx)("br",{}),"- with chicken fillet; ",(0,ho.jsx)("br",{}),"- with mushrooms and chicken fillet; ",(0,ho.jsx)("br",{}),"- with veal; ",(0,ho.jsx)("br",{}),"- with hunting sausages; ",(0,ho.jsx)("br",{}),"- with ham; ",(0,ho.jsx)("br",{}),"- with seafood; ",(0,ho.jsx)("br",{}),"- with various types of cheese.",(0,ho.jsx)("br",{}),"Delivery in Kharkiv is carried out by our couriers using special thermal bags that keep the prepared pizza warm. You will always be able to enjoy your favorite hot pizza. Order delivery is carried directly to your apartment."]}),(0,ho.jsx)("br",{}),(0,ho.jsx)("h2",{children:"Order food delivery Kharkiv"}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"Ordering food in Kharkiv is very simple, fast, and convenient. Our pizza is prepared on very thin dough and is so delicious that even the crust of this culinary creation is eaten. It is prepared by our chef using fresh, newly purchased and carefully selected ingredients. By ordering pizza in Kharkiv from Bella Mozzarella, you will no longer want to settle for less. There is no need to have a good memory to remember many different phone numbers, and no need to be a skilled programmer when ordering dishes for different tastes. You just need to call the operator or place an order on the website in just a few clicks. Round-the-clock food delivery in Kharkiv from Bella Mozzarella will pleasantly surprise you. We are waiting for you. Every customer is unique and important to us. We are always happy to see you. By ordering 24/7 food delivery in Kharkiv from Bella Mozzarella, you will receive your favorite high-quality dish."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("h3",{children:"Pizza with cheese crusts Kharkiv."})," ",(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"Quite recently, we started delighting our guests with new pizzas by adding the option to order pizza with a cheese crust to the menu. Pizza with a creamy Philadelphia cheese crust gives the pizza extra tenderness. We also offer a crust with Philadelphia cheese and ham. When ordering pizza with any crust, our cour'er will deliver an octagonal pizza to you. The octagonal pizza from Bella Mozzarella is the first pizza in Kharkiv made in such a unique design, which we are confident you will enjoy."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("h3",{children:"Advantages of our pizza delivery:"})," ",(0,ho.jsx)("br",{}),(0,ho.jsxs)("ol",{children:[(0,ho.jsx)("li",{children:"1. round-the-clock food delivery in Kharkiv; "}),(0,ho.jsx)("li",{children:"2. food delivery around Kharkiv - 59 minutes; "}),(0,ho.jsx)("li",{children:"3. convenient payment options (cash, terminal payment to the cour'er, Liqpay on the website, non-cash payment in the mobile application);"}),(0,ho.jsx)("li",{children:"4. convenient mobile application; "}),(0,ho.jsx)("li",{children:"5. regular promotions; "}),(0,ho.jsx)("li",{children:"6. birthday discounts. "})]}),(0,ho.jsx)("p",{children:"Bella Mozzarella is not only a food delivery service in Kharkiv, but also a family pizzeria. Bella Mozzarella is a place where the soul and body can relax. A place where you can relax alone, with family, with friends, or with colleagues. Here you will find Italian cuisine dishes that will leave no one indifferent. You can sit not only inside the restaurant but also on the summer terrace. Pizza is the most popular dish. This dish, loved by local residents, has firmly become part of everyday life. No corporate event or celebration is complete without pizza. At Bella Mozzarella, you can not only relax and dine in the restaurant itself, but also organize a corporate event or celebrate any occasion. Round-the-clock pizza delivery in Kharkiv works quickly, reliably, and efficiently, allowing you to enjoy not only the taste but also the appearance of the dish. Bella Mozzarella is not just a family pizzeria, it is a place where you are always welcome and always expected. You will be greeted by polite and friendly staff, a cozy atmosphere, delicious food, quality service, and complete relaxation."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("h3",{children:"Easy Ordering Process"})," ",(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"Ordering food from us is very simple. Just a few clicks on our website and your dish is already on its way to you. We offer a convenient and intuitive interface so you can order food in Kharkiv without any difficulties. Whether you are ordering lunch for the office or dinner at home, our team always works quickly and reliably."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("h3",{children:"Why Choose Us?"})," ",(0,ho.jsx)("br",{}),(0,ho.jsxs)("ol",{children:[(0,ho.jsxs)("li",{children:[" ","- High product quality: we use only fresh and natural ingredients to prepare every dish."," "]}),(0,ho.jsxs)("li",{children:[" ","- Fast delivery: we guarantee that your food will be delivered on time, hot, and ready to eat regardless of weather conditions or time of year."," "]}),(0,ho.jsxs)("li",{children:[" ","- Convenient ordering process: an easy and fast ordering process on our website allows you to place a food order at any convenient time around the clock."," "]})]}),(0,ho.jsx)("br",{}),(0,ho.jsx)("h3",{children:"Order Food Right Now"})," ",(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"Do not waste time cooking when you can quickly order food in Kharkiv and receive it hot and fresh right at your door. We offer home or office delivery in Kharkiv so you can enjoy delicious dishes at any moment."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("h4",{children:"Food delivery from Bellamozzarella is your best choice for receiving a tasty and nutritious meal without unnecessary worries. Order right now, and we will deliver food prepared from fresh ingredients with care for your comfort!"})," ",(0,ho.jsx)("br",{}),(0,ho.jsx)("br",{}),(0,ho.jsx)("h3",{children:"Fast food delivery Kharkiv."})," ",(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"Fast food delivery in Kharkiv from Bella Mozzarella will provide you with comfort, joy, and a festive feeling, delight you with prompt delivery, and allow you to always stay in good shape and excellent mood."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"Our delivery phone numbers:"})," ",(0,ho.jsx)("br",{}),(0,ho.jsxs)("ul",{children:[(0,ho.jsx)("li",{children:"+38 (093) 4321000"}),(0,ho.jsx)("li",{children:"+38 (098) 4321000"}),(0,ho.jsx)("li",{children:"+38 (099) 4321000"})]})]}):r===i[1]?(0,ho.jsxs)("div",{className:Vm,children:[(0,ho.jsx)("h1",{children:"\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0457\u0436\u0456 \u0432 \u0425\u0430\u0440\u043a\u043e\u0432\u0456"})," ",(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"\u0421\u0443\u0447\u0430\u0441\u043d\u0438\u0439 \u0440\u0438\u0442\u043c \u0436\u0438\u0442\u0442\u044f \u0432\u0438\u043c\u0430\u0433\u0430\u0454 \u0435\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u0438\u0445 \u0440\u0456\u0448\u0435\u043d\u044c, \u0456 \u0441\u0430\u043c\u0435 \u0442\u043e\u043c\u0443 \u043c\u043e\u0436\u043b\u0438\u0432\u0456\u0441\u0442\u044c \u043e\u0442\u0440\u0438\u043c\u0430\u0442\u0438 \u0433\u043e\u0442\u043e\u0432\u0456 \u0441\u0442\u0440\u0430\u0432\u0438 \u0431\u0435\u0437 \u0437\u0430\u0439\u0432\u043e\u0433\u043e \u043a\u043b\u043e\u043f\u043e\u0442\u0443 \u0441\u0442\u0430\u0454 \u0432\u0430\u0436\u043b\u0438\u0432\u0438\u043c \u0430\u0441\u043f\u0435\u043a\u0442\u043e\u043c. \u041e\u0431\u0438\u0440\u0430\u044e\u0447\u0438 Bella mozzarella, \u0432\u0438 \u043d\u0430\u0441\u043e\u043b\u043e\u0434\u0436\u0443\u0454\u0442\u0435\u0441\u044c \u0430\u0432\u0442\u0435\u043d\u0442\u0438\u0447\u043d\u043e\u044e \u043a\u0443\u0445\u043d\u0435\u044e \u0432 \u0431\u0443\u0434\u044c-\u044f\u043a\u0438\u0439 \u043c\u043e\u043c\u0435\u043d\u0442 - \u0432\u0434\u043e\u043c\u0430 \u0447\u0438 \u043d\u0430 \u0440\u043e\u0431\u043e\u0442\u0456. \u041c\u0438 \u043f\u0440\u043e\u043f\u043e\u043d\u0443\u0454\u043c\u043e \u0432\u0435\u043b\u0438\u043a\u0438\u0439 \u0432\u0438\u0431\u0456\u0440 \u0441\u0442\u0440\u0430\u0432, \u044f\u043a\u0456 \u043f\u0456\u0434\u0445\u043e\u0434\u044f\u0442\u044c \u0434\u043b\u044f \u0440\u0456\u0437\u043d\u0438\u0445 \u0432\u0438\u043f\u0430\u0434\u043a\u0456\u0432 \u0442\u0430 \u0441\u043c\u0430\u043a\u0456\u0432."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("h2",{children:"\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u043f\u0440\u0438 \u044f\u043a\u043e\u0457 \u0441\u0432\u0456\u0436\u0456\u0441\u0442\u044c \u0442\u0430 \u043d\u0430\u0442\u0443\u0440\u0430\u043b\u044c\u043d\u0456\u0441\u0442\u044c \u2013 \u043e\u0441\u043d\u043e\u0432\u0430 \u043d\u0430\u0448\u043e\u0457 \u0444\u0456\u043b\u043e\u0441\u043e\u0444\u0456\u0457"}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"\u0412\u0441\u0456 \u0441\u0442\u0440\u0430\u0432\u0438 \u0433\u043e\u0442\u0443\u044e\u0442\u044c\u0441\u044f \u0437 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u043d\u043d\u044f\u043c \u0442\u0456\u043b\u044c\u043a\u0438 \u0441\u0432\u0456\u0436\u0438\u0445 \u0456 \u044f\u043a\u0456\u0441\u043d\u0438\u0445 \u0456\u043d\u0433\u0440\u0435\u0434\u0456\u0454\u043d\u0442\u0456\u0432, \u044f\u043a\u0456 \u0437\u0431\u0435\u0440\u0456\u0433\u0430\u044e\u0442\u044c \u0441\u0432\u0456\u0439 \u0441\u043c\u0430\u043a \u0442\u0430 \u043a\u043e\u0440\u0438\u0441\u043d\u0456 \u0432\u043b\u0430\u0441\u0442\u0438\u0432\u043e\u0441\u0442\u0456. \u041f\u0440\u043e\u0434\u0443\u043a\u0442\u0438 \u043e\u0431\u0438\u0440\u0430\u044e\u0442\u044c\u0441\u044f \u0437 \u0440\u0435\u0442\u0435\u043b\u044c\u043d\u0456\u0441\u0442\u044e, \u0449\u043e \u0433\u0430\u0440\u0430\u043d\u0442\u0443\u0454 \u0432\u0438\u0441\u043e\u043a\u0443 \u044f\u043a\u0456\u0441\u0442\u044c \u043a\u043e\u0436\u043d\u043e\u0457 \u0441\u0442\u0440\u0430\u0432\u0438, \u044f\u043a\u0443 \u0432\u0438 \u043e\u0442\u0440\u0438\u043c\u0443\u0454\u0442\u0435. \u041c\u0438 \u043f\u0440\u0430\u0433\u043d\u0435\u043c\u043e, \u0449\u043e\u0431 \u043a\u043e\u0436\u043d\u0430 \u0441\u0442\u0440\u0430\u0432\u0430 \u043f\u0440\u0438\u043d\u043e\u0441\u0438\u043b\u0430 \u0441\u043f\u0440\u0430\u0432\u0436\u043d\u044e \u043d\u0430\u0441\u043e\u043b\u043e\u0434\u0443 \u0442\u043e\u043c\u0443 \u043d\u0435 \u043c\u0430\u0454\u043c\u043e \u0433\u043e\u0442\u043e\u0432\u0438\u0445 \u0441\u0442\u0440\u0430\u0432 \u043f\u0456\u0434 \u0440\u043e\u0437\u0456\u0433\u0440\u0456\u0432, \u0432\u0441\u0435 \u0433\u043e\u0442\u0443\u0454\u0442\u044c\u0441\u044f \u043f\u0440\u0438 \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u0456."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("h2",{children:"\u0417\u0430\u043c\u043e\u0432\u0438\u0442\u0438 \u0457\u0436\u0443 \u0437 \u0456\u0434\u0435\u0430\u043b\u044c\u043d\u043e \u043f\u0456\u0434\u0456\u0431\u0440\u0430\u043d\u043e\u0433\u043e \u043c\u0435\u043d\u044e \u043c\u043e\u0436\u043d\u0430 \u0434\u043b\u044f \u043a\u043e\u0436\u043d\u043e\u0457 \u043f\u043e\u0434\u0456\u0457"}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"Bellamozzarella \u043f\u0440\u043e\u043f\u043e\u043d\u0443\u0454 \u0448\u0438\u0440\u043e\u043a\u0438\u0439 \u0432\u0438\u0431\u0456\u0440 \u0431\u043b\u044e\u0434, \u0449\u043e \u043f\u0456\u0434\u0445\u043e\u0434\u044f\u0442\u044c \u0434\u043b\u044f \u0431\u0443\u0434\u044c-\u044f\u043a\u0438\u0445 \u043f\u043e\u0442\u0440\u0435\u0431. \u041f\u0440\u043e\u0432\u043e\u0434\u0438\u0442\u0435 \u0434\u0456\u043b\u043e\u0432\u0443 \u0437\u0443\u0441\u0442\u0440\u0456\u0447? \u0412\u043b\u0430\u0448\u0442\u043e\u0432\u0443\u0454\u0442\u0435 \u0432\u0435\u0447\u0435\u0440\u044e \u0432\u0434\u043e\u043c\u0430? \u041d\u0430\u0448\u0435 \u043c\u0435\u043d\u044e \u0432\u043a\u043b\u044e\u0447\u0430\u0454 \u0432\u0430\u0440\u0456\u0430\u043d\u0442\u0438 \u0434\u043b\u044f \u0432\u0441\u0456\u0445 \u0432\u0438\u043f\u0430\u0434\u043a\u0456\u0432: \u0432\u0456\u0434 \u043b\u0435\u0433\u043a\u0438\u0445 \u043f\u0435\u0440\u0435\u043a\u0443\u0441\u0456\u0432 \u0434\u043e \u0441\u0438\u0442\u043d\u0438\u0445 \u043e\u0441\u043d\u043e\u0432\u043d\u0438\u0445 \u0441\u0442\u0440\u0430\u0432. \u0412\u0438 \u0437\u0430\u0432\u0436\u0434\u0438 \u0437\u043d\u0430\u0439\u0434\u0435\u0442\u0435, \u0449\u043e \u043f\u0456\u0434\u0445\u043e\u0434\u0438\u0442\u044c \u0441\u0430\u043c\u0435 \u0432\u0430\u043c."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("h2",{children:"\u041e\u0431\u0456\u0434\u0438 \u0443 \u0425\u0430\u0440\u043a\u043e\u0432\u0456 - \u0441\u0438\u0442\u043d\u0456 \u0441\u0442\u0440\u0430\u0432\u0438 \u0434\u043b\u044f \u043a\u043e\u043c\u043b\u0435\u043a\u0441\u043d\u043e\u0433\u043e \u043e\u0431\u0456\u0434\u0443"})," ",(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"\u042f\u043a\u0449\u043e \u0432\u0438 \u0448\u0443\u043a\u0430\u0454\u0442\u0435 \u043f\u043e\u0436\u0438\u0432\u043d\u0456 \u0432\u0430\u0440\u0456\u0430\u043d\u0442\u0438 \u0434\u043b\u044f \u043e\u0431\u0456\u0434\u0443 \u0432 \u043e\u0444\u0456\u0441\u0456 \u0430\u0431\u043e \u0432\u0435\u0447\u0435\u0440\u0456 \u0432\u0434\u043e\u043c\u0430, \u043d\u0430\u0448 \u0430\u0441\u043e\u0440\u0442\u0438\u043c\u0435\u043d\u0442 \u043c\u2019\u044f\u0441\u043d\u0438\u0445 \u0442\u0430 \u0440\u0438\u0431\u043d\u0438\u0445 \u0431\u043b\u044e\u0434 \u0432\u0440\u0430\u0437\u0438\u0442\u044c \u0432\u0430\u0441 \u0440\u0456\u0437\u043d\u043e\u043c\u0430\u043d\u0456\u0442\u043d\u0456\u0441\u0442\u044e. \u0421\u0442\u0440\u0430\u0432\u0438 \u0437 \u043a\u0443\u0440\u044f\u0442\u0438\u043d\u0438, \u0441\u0432\u0438\u043d\u0438\u043d\u0438 \u0430\u0431\u043e \u044f\u043b\u043e\u0432\u0438\u0447\u0438\u043d\u0438 \u0456\u0434\u0435\u0430\u043b\u044c\u043d\u043e \u0434\u043e\u043f\u043e\u0432\u043d\u0435\u043d\u0456 \u0433\u0430\u0440\u043d\u0456\u0440\u0430\u043c\u0438, \u0449\u043e \u0441\u0442\u0432\u043e\u0440\u044e\u044e\u0442\u044c \u0437\u0431\u0430\u043b\u0430\u043d\u0441\u043e\u0432\u0430\u043d\u0435 \u0445\u0430\u0440\u0447\u0443\u0432\u0430\u043d\u043d\u044f, \u044f\u043a\u0435 \u0434\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u044c \u0432\u0430\u043c \u0432\u0456\u0434\u0447\u0443\u0442\u0438 \u0441\u043f\u0440\u0430\u0432\u0436\u043d\u044e \u043d\u0430\u0441\u043e\u043b\u043e\u0434\u0443 \u0432\u0456\u0434 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0438 \u0457\u0436\u0456."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("h2",{children:"\u0428\u0432\u0438\u0434\u043a\u0456 \u0442\u0430 \u043b\u0435\u0433\u043a\u0456 \u043f\u0435\u0440\u0435\u043a\u0443\u0441\u0438 \u0434\u043b\u044f \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0433\u043e \u0434\u043d\u044f"})," ",(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"\u0406\u043d\u043e\u0434\u0456 \u043f\u043e\u0442\u0440\u0456\u0431\u0435\u043d \u043b\u0438\u0448\u0435 \u0448\u0432\u0438\u0434\u043a\u0438\u0439 \u0442\u0430 \u043b\u0435\u0433\u043a\u0438\u0439 \u043f\u0435\u0440\u0435\u043a\u0443\u0441, \u0456 \u0434\u043b\u044f \u0446\u044c\u043e\u0433\u043e \u0443 \u043d\u0430\u0441 \u0454 \u0448\u0438\u0440\u043e\u043a\u0438\u0439 \u0432\u0438\u0431\u0456\u0440 \u0441\u0430\u043b\u0430\u0442\u0456\u0432 \u0442\u0430 \u0441\u0435\u043d\u0434\u0432\u0456\u0447\u0456\u0432. \u0412\u043e\u043d\u0438 \u0456\u0434\u0435\u0430\u043b\u044c\u043d\u043e \u043f\u0456\u0434\u0445\u043e\u0434\u044f\u0442\u044c \u0434\u043b\u044f \u0448\u0432\u0438\u0434\u043a\u043e\u0457 \u043f\u0435\u0440\u0435\u0440\u0432\u0438 \u043f\u0456\u0434 \u0447\u0430\u0441 \u0440\u043e\u0431\u043e\u0442\u0438 \u0430\u0431\u043e \u0434\u043b\u044f \u043b\u0435\u0433\u043a\u043e\u0433\u043e \u043e\u0431\u0456\u0434\u0443. \u0417\u0430\u0432\u0434\u044f\u043a\u0438 \u0440\u0456\u0437\u043d\u043e\u043c\u0430\u043d\u0456\u0442\u0442\u044e \u043c\u0435\u043d\u044e \u0432\u0438 \u0437\u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u0432\u0430\u0442\u0438 \u0435\u043d\u0435\u0440\u0433\u0456\u044e \u043d\u0430 \u0432\u0438\u0441\u043e\u043a\u043e\u043c\u0443 \u0440\u0456\u0432\u043d\u0456 \u043f\u0440\u043e\u0442\u044f\u0433\u043e\u043c \u0432\u0441\u044c\u043e\u0433\u043e \u0434\u043d\u044f. \u0422\u0430\u043a\u043e\u0436 \u0437\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0443\u0432\u0430\u0433\u0443 \u043d\u0430 \u043d\u0430\u0448\u0443 \u043a\u043e\u043b\u0435\u043a\u0446\u0456\u044e \u043d\u0430\u043f\u043e\u0457\u0432."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("h2",{children:"\u0420\u0456\u0437\u043d\u043e\u043c\u0430\u043d\u0456\u0442\u0442\u044f \u0434\u043b\u044f \u043a\u043e\u0436\u043d\u043e\u0433\u043e \u0441\u043c\u0430\u043a\u0443"})," ",(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"\u041c\u0435\u043d\u044e \u0431\u0435\u043b\u043b\u0430 \u043c\u043e\u0446\u0446\u0430\u0440\u0435\u043b\u043b\u0430 \u043e\u0431 \u0454\u0434\u043d\u0443\u0454 \u043a\u0440\u0430\u0449\u0456 \u0441\u0442\u0440\u0430\u0432\u0438 \u0443\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u043e\u0457 \u0442\u0430 \u043c\u0456\u0436\u043d\u0430\u0440\u043e\u0434\u043d\u043e\u0457 \u043a\u0443\u0445\u043d\u0456. \u0414\u043b\u044f \u043a\u043e\u0436\u043d\u043e\u0433\u043e \u0437\u043d\u0430\u0439\u0434\u0435\u0442\u044c\u0441\u044f \u0443\u043b\u044e\u0431\u043b\u0435\u043d\u0430 \u0457\u0436\u0430, \u043d\u0435\u0437\u0430\u043b\u0435\u0436\u043d\u043e \u0432\u0456\u0434 \u0442\u043e\u0433\u043e, \u0447\u0438 \u0432 \u0456\u0434\u0434\u0430\u0454\u0442\u0435 \u0432\u0438 \u043f\u0435\u0440\u0435\u0432\u0430\u0433\u0443 \u0442\u0440\u0430\u0434\u0438\u0446\u0456\u0439\u043d\u0438\u043c \u0441\u043c\u0430\u043a\u0430\u043c \u0447\u0438 \u0445\u043e\u0447\u0435\u0442\u0435 \u0441\u043f\u0440\u043e\u0431\u0443\u0432\u0430\u0442\u0438 \u0449\u043e\u0441\u044c \u043d\u043e\u0432\u0435. \u0426\u0435 \u0434\u043e\u0437\u0432\u043e\u043b\u044f\u0454 \u043b\u0435\u0433\u043a\u043e \u043e\u0431\u0440\u0430\u0442\u0438 \u0442\u0435, \u0449\u043e \u0432\u0430\u043c \u0434\u043e \u0434\u0443\u0448\u0456, \u0456 \u043d\u0430\u0441\u043e\u043b\u043e\u0434\u0436\u0443\u0432\u0430\u0442\u0438\u0441\u044f \u043d\u0435 \u0442\u0456\u043b\u044c\u043a\u0438 \u0441\u043c\u0430\u043a\u043e\u043c, \u0430\u043b\u0435 \u0439 \u043a\u043e\u043c\u0444\u043e\u0440\u0442\u043e\u043c \u043e\u0431\u0441\u043b\u0443\u0433\u043e\u0432\u0443\u0432\u0430\u043d\u043d\u044f."}),(0,ho.jsx)("br",{}),(0,ho.jsxs)("h2",{children:["\u0428\u0432\u0438\u0434\u043a\u0430",(0,ho.jsx)("a",{href:"https://bellamozzarella.com.ua/uk/category/dostavka-pizza-kharkiv",children:"\xa0\u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u043f\u0456\u0446\u0438\xa0"}),"\u0442\u0430 \u0431\u0443\u0440\u0433\u0435\u0440\u0456\u0432 \u0425\u0430\u0440\u043a\u0456\u0432"]}),(0,ho.jsx)("br",{}),(0,ho.jsxs)("p",{children:[(0,ho.jsx)("a",{href:"https://bellamozzarella.com.ua/uk/category/dostavka-pizza-kharkiv",children:"\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u043f\u0456\u0446\u0438\xa0"}),"\u0442\u0430 \u0457\u0436i \u0432 \u0425\u0430\u0440\u043a\u043e\u0432\u0456 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: ",(0,ho.jsx)("br",{}),"- \u0437 \u043a\u0443\u0440\u044f\u0447\u0438\u043c \u0444\u0456\u043b\u0435; ",(0,ho.jsx)("br",{}),"- \u0437 \u0433\u0440\u0438\u0431\u0430\u043c\u0438 \u0442\u0430 \u043a\u0443\u0440\u044f\u0447\u0438\u043c \u0444\u0456\u043b\u0435; ",(0,ho.jsx)("br",{}),"- \u0437 \u0442\u0435\u043b\u044f\u0442\u0438\u043d\u043e\u044e; ",(0,ho.jsx)("br",{}),"- \u0437 \u043c\u0438\u0441\u043b\u0438\u0432\u0441\u044c\u043a\u0438\u043c\u0438 \u043a\u043e\u0432\u0431\u0430\u0441\u043a\u0430\u043c\u0438; ",(0,ho.jsx)("br",{}),"- \u0437 \u0448\u0438\u043d\u043a\u043e\u044e; ",(0,ho.jsx)("br",{}),"- \u0437 \u043c\u043e\u0440\u0435\u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430\u043c\u0438; ",(0,ho.jsx)("br",{}),"- \u0437 \u0440\u0456\u0437\u043d\u0438\u043c\u0438 \u0432\u0438\u0434\u0430\u043c\u0438 \u0441\u0438\u0440\u0456\u0432.",(0,ho.jsx)("br",{}),"\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. \u0417\u0430\u043d\u043e\u0441 \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u0443 \u043d\u0430\u0441 \u0441\u0430\u043c\u0435 \u0434\u043e \u0432\u0430\u0448\u043e\u0457 \u043a\u0432\u0430\u0440\u0442\u0438\u0440\u0438."]}),(0,ho.jsx)("br",{}),(0,ho.jsx)("h2",{children:"\u0417\u0430\u043c\u043e\u0432\u0438\u0442\u0438 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0443 \u0457\u0436\u0456 \u0425\u0430\u0440\u043a\u0456\u0432"}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"\u0417\u0430\u043c\u043e\u0432\u0438\u0442\u0438 \u0457\u0436\u0443 \u0432 \u0425\u0430\u0440\u043a\u043e\u0432\u0456 \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."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("h3",{children:"\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."})," ",(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"\u0417\u043e\u0432\u0441\u0456\u043c \u043d\u0435\u0449\u043e\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."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("h3",{children:"\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:"})," ",(0,ho.jsx)("br",{}),(0,ho.jsxs)("ol",{children:[(0,ho.jsx)("li",{children:"1. \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; "}),(0,ho.jsx)("li",{children:"2. \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; "}),(0,ho.jsx)("li",{children:"3. \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);"}),(0,ho.jsx)("li",{children:"4. \u0437\u0440\u0443\u0447\u043d\u0438\u0439 \u043c\u043e\u0431\u0456\u043b\u044c\u043d\u0438\u0439 \u0434\u043e\u0434\u0430\u0442\u043e\u043a; "}),(0,ho.jsx)("li",{children:"5. \u0440\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u0456 \u0430\u043a\u0446\u0456\u0457; "}),(0,ho.jsx)("li",{children:"6. \u0437\u043d\u0438\u0436\u043a\u0438 \u043d\u0430 \u0434\u0435\u043d\u044c \u043d\u0430\u0440\u043e\u0434\u0436\u0435\u043d\u043d\u044f. "})]}),(0,ho.jsxs)("p",{children:["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"," ",(0,ho.jsx)("a",{href:"https://bellamozzarella.com.ua/uk/category/dostavka-pizza-kharkiv",children:"\xa0\u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u043f\u0456\u0446\u0438\xa0"}),"\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 \u0412\u0430\u0441 \u0437\u0430\u0432\u0436\u0434\u0438 \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."]}),(0,ho.jsx)("br",{}),(0,ho.jsx)("h3",{children:"\u041b\u0435\u0433\u043a\u0438\u0439 \u041f\u0440\u043e\u0446\u0435\u0441 \u0417\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f"})," ",(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"\u0417\u0430\u043c\u043e\u0432\u0438\u0442\u0438 \u0457\u0436\u0443 \u0443 \u043d\u0430\u0441 \u0434\u0443\u0436\u0435 \u043f\u0440\u043e\u0441\u0442\u043e. \u0412\u0441\u044c\u043e\u0433\u043e \u043a\u0456\u043b\u044c\u043a\u0430 \u043a\u043b\u0456\u043a\u0456\u0432 \u043d\u0430 \u043d\u0430\u0448\u043e\u043c\u0443 \u0441\u0430\u0439\u0442\u0456 \u2013 \u0456 \u0432\u0430\u0448\u0430 \u0441\u0442\u0440\u0430\u0432\u0430 \u0432\u0436\u0435 \u043d\u0430 \u0448\u043b\u044f\u0445\u0443 \u0434\u043e \u0432\u0430\u0441. \u041c\u0438 \u043f\u0440\u043e\u043f\u043e\u043d\u0443\u0454\u043c\u043e \u0437\u0440\u0443\u0447\u043d\u0438\u0439 \u0442\u0430 \u0456\u043d\u0442\u0443\u0457\u0442\u0438\u0432\u043d\u043e \u0437\u0440\u043e\u0437\u0443\u043c\u0456\u043b\u0438\u0439 \u0456\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441, \u0449\u043e\u0431 \u0432\u0438 \u043c\u043e\u0433\u043b\u0438 \u0437\u0430\u043c\u043e\u0432\u0438\u0442\u0438 \u0457\u0436\u0443 \u0443 \u0425\u0430\u0440\u043a\u043e\u0432\u0456 \u0431\u0435\u0437 \u0437\u0430\u0439\u0432\u0438\u0445 \u0442\u0440\u0443\u0434\u043d\u043e\u0449\u0456\u0432. \u041d\u0435\u0437\u0430\u043b\u0435\u0436\u043d\u043e \u0432\u0456\u0434 \u0442\u043e\u0433\u043e, \u0447\u0438 \u0437\u0430\u043c\u043e\u0432\u043b\u044f\u0454\u0442\u0435 \u0432\u0438 \u043e\u0431\u0456\u0434 \u0432 \u043e\u0444\u0456\u0441 \u0430\u0431\u043e \u0432\u0435\u0447\u0435\u0440\u044e \u0434\u043e\u0434\u043e\u043c\u0443, \u043d\u0430\u0448\u0430 \u043a\u043e\u043c\u0430\u043d\u0434\u0430 \u0437\u0430\u0432\u0436\u0434\u0438 \u043f\u0440\u0430\u0446\u044e\u0454 \u0448\u0432\u0438\u0434\u043a\u043e \u0442\u0430 \u043d\u0430\u0434\u0456\u0439\u043d\u043e."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("h3",{children:"\u0427\u043e\u043c\u0443 \u041e\u0431\u0438\u0440\u0430\u044e\u0442\u044c \u041d\u0430\u0441? "})," ",(0,ho.jsx)("br",{}),(0,ho.jsxs)("ol",{children:[(0,ho.jsx)("li",{children:"- \u0412\u0438\u0441\u043e\u043a\u0430 \u044f\u043a\u0456\u0441\u0442\u044c \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0456\u0432:\u041c\u0438 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0454\u043c\u043e \u043b\u0438\u0448\u0435 \u0441\u0432\u0456\u0436\u0456 \u0442\u0430 \u043d\u0430\u0442\u0443\u0440\u0430\u043b\u044c\u043d\u0456 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438 \u0434\u043b\u044f \u043f\u0440\u0438\u0433\u043e\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u043a\u043e\u0436\u043d\u043e\u0457 \u0441\u0442\u0440\u0430\u0432\u0438."}),(0,ho.jsx)("li",{children:"- \u0428\u0432\u0438\u0434\u043a\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430: \u041c\u0438 \u0433\u0430\u0440\u0430\u043d\u0442\u0443\u0454\u043c\u043e, \u0449\u043e \u0432\u0430\u0448\u0430 \u0457\u0436\u0430 \u0431\u0443\u0434\u0435 \u0434\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0430 \u0432\u0447\u0430\u0441\u043d\u043e, \u0433\u0430\u0440\u044f\u0447\u043e\u044e \u0442\u0430 \u0433\u043e\u0442\u043e\u0432\u043e\u044e \u0434\u043e \u0432\u0436\u0438\u0432\u0430\u043d\u043d\u044f \u043d\u0435 \u0437\u0430\u043b\u0435\u0436\u043d\u043e \u0432\u0456\u0434 \u043f\u043e\u0433\u043e\u0434\u0438 \u0447\u0438 \u043f\u043e\u0440\u0438 \u0440\u043e\u043a\u0443."}),(0,ho.jsx)("li",{children:"- \u0417\u0440\u0443\u0447\u043d\u0438\u0439 \u043f\u0440\u043e\u0446\u0435\u0441 \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f: \u041b\u0435\u0433\u043a\u0438\u0439 \u0442\u0430 \u0448\u0432\u0438\u0434\u043a\u0438\u0439 \u043f\u0440\u043e\u0446\u0435\u0441 \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u043d\u0430 \u043d\u0430\u0448\u043e\u043c\u0443 \u0441\u0430\u0439\u0442\u0456 \u0434\u043e\u0437\u0432\u043e\u043b\u044f\u0454 \u0432\u0430\u043c \u0437\u0440\u043e\u0431\u0438\u0442\u0438 \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u0457\u0436\u0456 \u0443 \u0431\u0443\u0434\u044c-\u044f\u043a\u0438\u0439 \u0437\u0440\u0443\u0447\u043d\u0438\u0439 \u0447\u0430\u0441 \u0446\u0456\u043b\u043e\u0434\u043e\u0431\u043e\u0432\u043e."})]}),(0,ho.jsx)("br",{}),(0,ho.jsx)("h3",{children:"\u0417\u0430\u043c\u043e\u0432\u043b\u044f\u0439\u0442\u0435 \u0407\u0436\u0443 \u041f\u0440\u044f\u043c\u043e \u0417\u0430\u0440\u0430\u0437"})," ",(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"\u041d\u0435 \u0432\u0438\u0442\u0440\u0430\u0447\u0430\u0439\u0442\u0435 \u0447\u0430\u0441 \u043d\u0430 \u043f\u0440\u0438\u0433\u043e\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u0457\u0436\u0456, \u043a\u043e\u043b\u0438 \u0432\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u0448\u0432\u0438\u0434\u043a\u043e \u0437\u0430\u043c\u043e\u0432\u0438\u0442\u0438 \u0457\u0436\u0443 \u0443 \u0425\u0430\u0440\u043a\u043e\u0432\u0456 \u0456 \u043e\u0442\u0440\u0438\u043c\u0430\u0442\u0438 \u0457\u0457 \u0433\u0430\u0440\u044f\u0447\u043e\u044e \u0442\u0430 \u0441\u0432\u0456\u0436\u043e\u044e \u043f\u0440\u044f\u043c\u043e \u0434\u043e \u0434\u0432\u0435\u0440\u0435\u0439. \u041c\u0438 \u043f\u0440\u043e\u043f\u043e\u043d\u0443\u0454\u043c\u043e \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0443 \u0434\u043e\u0434\u043e\u043c\u0443 \u0432 \u0425\u0430\u0440\u043a\u043e\u0432\u0456 \u0430\u0431\u043e \u0434\u043e \u043e\u0444\u0456\u0441\u0443, \u0449\u043e\u0431 \u0432\u0438 \u043c\u043e\u0433\u043b\u0438 \u043d\u0430\u0441\u043e\u043b\u043e\u0434\u0436\u0443\u0432\u0430\u0442\u0438\u0441\u044f \u0441\u043c\u0430\u0447\u043d\u0438\u043c\u0438 \u0441\u0442\u0440\u0430\u0432\u0430\u043c\u0438 \u0432 \u0431\u0443\u0434\u044c-\u044f\u043a\u0438\u0439 \u043c\u043e\u043c\u0435\u043d\u0442."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("h4",{children:"\u0414\u0441\u0442\u0430\u0432\u043a\u0430 \u0457\u0436\u0456 \u0432\u0456\u0434 Bellamozzarella \u2013 \u0446\u0435 \u0432\u0430\u0448 \u043d\u0430\u0439\u043a\u0440\u0430\u0449\u0438\u0439 \u0432\u0438\u0431\u0456\u0440 \u0434\u043b\u044f \u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f \u0441\u043c\u0430\u0447\u043d\u043e\u0457, \u043f\u043e\u0436\u0438\u0432\u043d\u043e\u0457 \u0441\u0442\u0440\u0430\u0432\u0438 \u0431\u0435\u0437 \u0437\u0430\u0439\u0432\u0438\u0445 \u0442\u0443\u0440\u0431\u043e\u0442. \u0417\u0430\u043c\u043e\u0432\u043b\u044f\u0439\u0442\u0435 \u043f\u0440\u044f\u043c\u043e \u0437\u0430\u0440\u0430\u0437, \u0456 \u043c\u0438 \u0434\u043e\u0441\u0442\u0430\u0432\u0438\u043c\u043e \u0432\u0430\u043c \u0457\u0436\u0443, \u043f\u0440\u0438\u0433\u043e\u0442\u043e\u0432\u0430\u043d\u0443 \u0437\u0456 \u0441\u0432\u0456\u0436\u0438\u0445 \u0456\u043d\u0433\u0440\u0435\u0434\u0456\u0454\u043d\u0442\u0456\u0432 \u0442\u0430 \u0437 \u0442\u0443\u0440\u0431\u043e\u0442\u043e\u044e \u043f\u0440\u043e \u0432\u0430\u0448 \u043a\u043e\u043c\u0444\u043e\u0440\u0442!"}),(0,ho.jsx)("br",{}),(0,ho.jsx)("br",{}),(0,ho.jsx)("h3",{children:"\u0428\u0432\u0438\u0434\u043a\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0457\u0436\u0456 \u0425\u0430\u0440\u043a\u0456\u0432."})," ",(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"\u0429\u0432\u0438\u0434\u043a\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0457\u0436\u0456 \u0432 \u0425\u0430\u0440\u043a\u043e\u0432\u0456 \u0432\u0456\u0434 Bella Mozzarella \u0437\u0430\u0431\u0435\u0437\u043f\u0435\u0447\u0438\u0442\u044c \u0412\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."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"\u041d\u0430\u0448\u0456 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0438 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0438: "})," ",(0,ho.jsx)("br",{}),(0,ho.jsxs)("ul",{children:[(0,ho.jsx)("li",{children:"+38 (093) 4321000"}),(0,ho.jsx)("li",{children:"+38 (098) 4321000"}),(0,ho.jsx)("li",{children:"+38 (099) 4321000"})]})]}):r===i[2]?(0,ho.jsxs)("div",{className:Vm,children:[(0,ho.jsx)("h1",{children:"\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0435\u0434\u044b \u0432 \u0425\u0430\u0440\u044c\u043a\u043e\u0432\u0435"})," ",(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"\u0421\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u0439 \u0440\u0438\u0442\u043c \u0436\u0438\u0437\u043d\u0438 \u0442\u0440\u0435\u0431\u0443\u0435\u0442 \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u044b\u0445 \u0440\u0435\u0448\u0435\u043d\u0438\u0439, \u0438 \u0438\u043c\u0435\u043d\u043d\u043e \u043f\u043e\u044d\u0442\u043e\u043c\u0443 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0433\u043e\u0442\u043e\u0432\u044b\u0435 \u0431\u043b\u044e\u0434\u0430 \u0431\u0435\u0437 \u043b\u0438\u0448\u043d\u0438\u0445 \u0445\u043b\u043e\u043f\u043e\u0442 \u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0441\u044f \u0432\u0430\u0436\u043d\u044b\u043c \u0430\u0441\u043f\u0435\u043a\u0442\u043e\u043c. \u0412\u044b\u0431\u0438\u0440\u0430\u044f Bella mozzarella, \u0432\u044b \u043d\u0430\u0441\u043b\u0430\u0436\u0434\u0430\u0435\u0442\u0435\u0441\u044c \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0447\u043d\u043e\u0439 \u043a\u0443\u0445\u043d\u0435\u0439 \u0432 \u043b\u044e\u0431\u043e\u0439 \u043c\u043e\u043c\u0435\u043d\u0442 - \u0434\u043e\u043c\u0430 \u0438\u043b\u0438 \u043d\u0430 \u0440\u0430\u0431\u043e\u0442\u0435. \u041c\u044b \u043f\u0440\u0435\u0434\u043b\u0430\u0433\u0430\u0435\u043c \u0431\u043e\u043b\u044c\u0448\u043e\u0439 \u0432\u044b\u0431\u043e\u0440 \u0431\u043b\u044e\u0434, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043f\u043e\u0434\u0445\u043e\u0434\u044f\u0442 \u0434\u043b\u044f \u0440\u0430\u0437\u043d\u044b\u0445 \u0441\u043b\u0443\u0447\u0430\u0435\u0432 \u0438 \u0432\u043a\u0443\u0441\u043e\u0432."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("h2",{children:"\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430, \u043f\u0440\u0438 \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u0441\u0432\u0435\u0436\u0435\u0441\u0442\u044c \u0438 \u043d\u0430\u0442\u0443\u0440\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u044c - \u043e\u0441\u043d\u043e\u0432\u0430 \u043d\u0430\u0448\u0435\u0439 \u0444\u0438\u043b\u043e\u0441\u043e\u0444\u0438\u0438"}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"\u0412\u0441\u0435 \u0431\u043b\u044e\u0434\u0430 \u0433\u043e\u0442\u043e\u0432\u044f\u0442\u0441\u044f \u0441 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u0442\u043e\u043b\u044c\u043a\u043e \u0441\u0432\u0435\u0436\u0438\u0445 \u0438 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0445 \u0438\u043d\u0433\u0440\u0435\u0434\u0438\u0435\u043d\u0442\u043e\u0432, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u044f\u044e\u0442 \u0441\u0432\u043e\u0439 \u0432\u043a\u0443\u0441 \u0438 \u043f\u043e\u043b\u0435\u0437\u043d\u044b\u0435 \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430. \u041f\u0440\u043e\u0434\u0443\u043a\u0442\u044b \u043f\u043e\u0434\u0431\u0438\u0440\u0430\u044e\u0442\u0441\u044f \u0441 \u043e\u0441\u043e\u0431\u043e\u0439 \u0442\u0449\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c\u044e, \u0447\u0442\u043e \u0433\u0430\u0440\u0430\u043d\u0442\u0438\u0440\u0443\u0435\u0442 \u0432\u044b\u0441\u043e\u043a\u043e\u0435 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u043a\u0430\u0436\u0434\u043e\u0433\u043e \u0431\u043b\u044e\u0434\u0430, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u0432\u044b \u043f\u043e\u043b\u0443\u0447\u0430\u0435\u0442\u0435. \u041c\u044b \u0441\u0442\u0440\u0435\u043c\u0438\u043c\u0441\u044f, \u0447\u0442\u043e\u0431\u044b \u043a\u0430\u0436\u0434\u043e\u0435 \u0431\u043b\u044e\u0434\u043e \u043f\u0440\u0438\u043d\u043e\u0441\u0438\u043b\u043e \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0435 \u0443\u0434\u043e\u0432\u043e\u043b\u044c\u0441\u0442\u0432\u0438\u0435, \u043f\u043e\u044d\u0442\u043e\u043c\u0443 \u0443 \u043d\u0430\u0441 \u043d\u0435\u0442 \u0433\u043e\u0442\u043e\u0432\u044b\u0445 \u0431\u043b\u044e\u0434 \u043f\u043e\u0434 \u0440\u0430\u0437\u043e\u0433\u0440\u0435\u0432 - \u0432\u0441\u0451 \u0433\u043e\u0442\u043e\u0432\u0438\u0442\u0441\u044f \u043f\u0440\u0438 \u0437\u0430\u043a\u0430\u0437\u0435."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("h2",{children:"\u0417\u0430\u043a\u0430\u0437\u0430\u0442\u044c \u0435\u0434\u0443 \u0438\u0437 \u0438\u0434\u0435\u0430\u043b\u044c\u043d\u043e \u043f\u043e\u0434\u043e\u0431\u0440\u0430\u043d\u043d\u043e\u0433\u043e \u043c\u0435\u043d\u044e \u043c\u043e\u0436\u043d\u043e \u0434\u043b\u044f \u043b\u044e\u0431\u043e\u0433\u043e \u0441\u043e\u0431\u044b\u0442\u0438\u044f"}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"Bellamozzarella \u043f\u0440\u0435\u0434\u043b\u0430\u0433\u0430\u0435\u0442 \u0448\u0438\u0440\u043e\u043a\u0438\u0439 \u0432\u044b\u0431\u043e\u0440 \u0431\u043b\u044e\u0434, \u043f\u043e\u0434\u0445\u043e\u0434\u044f\u0449\u0438\u0445 \u0434\u043b\u044f \u043b\u044e\u0431\u044b\u0445 \u043f\u043e\u0442\u0440\u0435\u0431\u043d\u043e\u0441\u0442\u0435\u0439. \u041f\u0440\u043e\u0432\u043e\u0434\u0438\u0442\u0435 \u0434\u0435\u043b\u043e\u0432\u0443\u044e \u0432\u0441\u0442\u0440\u0435\u0447\u0443? \u0423\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u0442\u0435 \u0443\u0436\u0438\u043d \u0434\u043e\u043c\u0430? \u041d\u0430\u0448\u0435 \u043c\u0435\u043d\u044e \u0432\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u044b \u0434\u043b\u044f \u0432\u0441\u0435\u0445 \u0441\u043b\u0443\u0447\u0430\u0435\u0432: \u043e\u0442 \u043b\u0451\u0433\u043a\u0438\u0445 \u043f\u0435\u0440\u0435\u043a\u0443\u0441\u043e\u0432 \u0434\u043e \u0441\u044b\u0442\u043d\u044b\u0445 \u043e\u0441\u043d\u043e\u0432\u043d\u044b\u0445 \u0431\u043b\u044e\u0434. \u0412\u044b \u0432\u0441\u0435\u0433\u0434\u0430 \u043d\u0430\u0439\u0434\u0451\u0442\u0435 \u0442\u043e, \u0447\u0442\u043e \u043f\u043e\u0434\u0445\u043e\u0434\u0438\u0442 \u0438\u043c\u0435\u043d\u043d\u043e \u0432\u0430\u043c."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("h2",{children:"\u041e\u0431\u0435\u0434\u044b \u0432 \u0425\u0430\u0440\u044c\u043a\u043e\u0432\u0435 - \u0441\u044b\u0442\u043d\u044b\u0435 \u0431\u043b\u044e\u0434\u0430 \u0434\u043b\u044f \u043a\u043e\u043c\u043f\u043b\u0435\u043a\u0441\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0434\u0430"})," ",(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"\u0415\u0441\u043b\u0438 \u0432\u044b \u0438\u0449\u0435\u0442\u0435 \u043f\u0438\u0442\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u044b \u0434\u043b\u044f \u043e\u0431\u0435\u0434\u0430 \u0432 \u043e\u0444\u0438\u0441\u0435 \u0438\u043b\u0438 \u0443\u0436\u0438\u043d\u0430 \u0434\u043e\u043c\u0430, \u043d\u0430\u0448 \u0430\u0441\u0441\u043e\u0440\u0442\u0438\u043c\u0435\u043d\u0442 \u043c\u044f\u0441\u043d\u044b\u0445 \u0438 \u0440\u044b\u0431\u043d\u044b\u0445 \u0431\u043b\u044e\u0434 \u0443\u0434\u0438\u0432\u0438\u0442 \u0432\u0430\u0441 \u0440\u0430\u0437\u043d\u043e\u043e\u0431\u0440\u0430\u0437\u0438\u0435\u043c. \u0411\u043b\u044e\u0434\u0430 \u0438\u0437 \u043a\u0443\u0440\u0438\u0446\u044b, \u0441\u0432\u0438\u043d\u0438\u043d\u044b \u0438\u043b\u0438 \u0433\u043e\u0432\u044f\u0434\u0438\u043d\u044b \u0438\u0434\u0435\u0430\u043b\u044c\u043d\u043e \u0434\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u044b \u0433\u0430\u0440\u043d\u0438\u0440\u0430\u043c\u0438, \u0441\u043e\u0437\u0434\u0430\u044e\u0449\u0438\u043c\u0438 \u0441\u0431\u0430\u043b\u0430\u043d\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u043f\u0438\u0442\u0430\u043d\u0438\u0435, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u043f\u043e\u0437\u0432\u043e\u043b\u0438\u0442 \u0432\u0430\u043c \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0435 \u0443\u0434\u043e\u0432\u043e\u043b\u044c\u0441\u0442\u0432\u0438\u0435 \u043e\u0442 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0438 \u0435\u0434\u044b."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("h2",{children:"\u0411\u044b\u0441\u0442\u0440\u044b\u0435 \u0438 \u043b\u0451\u0433\u043a\u0438\u0435 \u043f\u0435\u0440\u0435\u043a\u0443\u0441\u044b \u0434\u043b\u044f \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0433\u043e \u0434\u043d\u044f"})," ",(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"\u0418\u043d\u043e\u0433\u0434\u0430 \u043d\u0443\u0436\u0435\u043d \u0432\u0441\u0435\u0433\u043e \u043b\u0438\u0448\u044c \u0431\u044b\u0441\u0442\u0440\u044b\u0439 \u0438 \u043b\u0451\u0433\u043a\u0438\u0439 \u043f\u0435\u0440\u0435\u043a\u0443\u0441, \u0438 \u0434\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u0443 \u043d\u0430\u0441 \u0435\u0441\u0442\u044c \u0448\u0438\u0440\u043e\u043a\u0438\u0439 \u0432\u044b\u0431\u043e\u0440 \u0441\u0430\u043b\u0430\u0442\u043e\u0432 \u0438 \u0441\u044d\u043d\u0434\u0432\u0438\u0447\u0435\u0439. \u041e\u043d\u0438 \u0438\u0434\u0435\u0430\u043b\u044c\u043d\u043e \u043f\u043e\u0434\u0445\u043e\u0434\u044f\u0442 \u0434\u043b\u044f \u0431\u044b\u0441\u0442\u0440\u043e\u0433\u043e \u043f\u0435\u0440\u0435\u0440\u044b\u0432\u0430 \u0432\u043e \u0432\u0440\u0435\u043c\u044f \u0440\u0430\u0431\u043e\u0442\u044b \u0438\u043b\u0438 \u043b\u0451\u0433\u043a\u043e\u0433\u043e \u043e\u0431\u0435\u0434\u0430. \u0411\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u044f \u0440\u0430\u0437\u043d\u043e\u043e\u0431\u0440\u0430\u0437\u0438\u044e \u043c\u0435\u043d\u044e \u0432\u044b \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0442\u044c \u044d\u043d\u0435\u0440\u0433\u0438\u044e \u043d\u0430 \u0432\u044b\u0441\u043e\u043a\u043e\u043c \u0443\u0440\u043e\u0432\u043d\u0435 \u043d\u0430 \u043f\u0440\u043e\u0442\u044f\u0436\u0435\u043d\u0438\u0438 \u0432\u0441\u0435\u0433\u043e \u0434\u043d\u044f. \u0422\u0430\u043a\u0436\u0435 \u043e\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043d\u0438\u043c\u0430\u043d\u0438\u0435 \u043d\u0430 \u043d\u0430\u0448\u0443 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e \u043d\u0430\u043f\u0438\u0442\u043a\u043e\u0432."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("h2",{children:"\u0420\u0430\u0437\u043d\u043e\u043e\u0431\u0440\u0430\u0437\u0438\u0435 \u0434\u043b\u044f \u043a\u0430\u0436\u0434\u043e\u0433\u043e \u0432\u043a\u0443\u0441\u0430"})," ",(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"\u041c\u0435\u043d\u044e \u0411\u0435\u043b\u043b\u0430 \u041c\u043e\u0446\u0446\u0430\u0440\u0435\u043b\u043b\u0430 \u043e\u0431\u044a\u0435\u0434\u0438\u043d\u044f\u0435\u0442 \u043b\u0443\u0447\u0448\u0438\u0435 \u0431\u043b\u044e\u0434\u0430 \u0443\u043a\u0440\u0430\u0438\u043d\u0441\u043a\u043e\u0439 \u0438 \u043c\u0435\u0436\u0434\u0443\u043d\u0430\u0440\u043e\u0434\u043d\u043e\u0439 \u043a\u0443\u0445\u043d\u0438. \u0414\u043b\u044f \u043a\u0430\u0436\u0434\u043e\u0433\u043e \u043d\u0430\u0439\u0434\u0451\u0442\u0441\u044f \u043b\u044e\u0431\u0438\u043c\u0430\u044f \u0435\u0434\u0430, \u043d\u0435\u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e \u043e\u0442 \u0442\u043e\u0433\u043e, \u043f\u0440\u0435\u0434\u043f\u043e\u0447\u0438\u0442\u0430\u0435\u0442\u0435 \u043b\u0438 \u0432\u044b \u0442\u0440\u0430\u0434\u0438\u0446\u0438\u043e\u043d\u043d\u044b\u0435 \u0432\u043a\u0443\u0441\u044b \u0438\u043b\u0438 \u0445\u043e\u0442\u0438\u0442\u0435 \u043f\u043e\u043f\u0440\u043e\u0431\u043e\u0432\u0430\u0442\u044c \u0447\u0442\u043e-\u0442\u043e \u043d\u043e\u0432\u043e\u0435. \u042d\u0442\u043e \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u043b\u0435\u0433\u043a\u043e \u0432\u044b\u0431\u0440\u0430\u0442\u044c \u0442\u043e, \u0447\u0442\u043e \u0432\u0430\u043c \u043f\u043e \u0434\u0443\u0448\u0435, \u0438 \u043d\u0430\u0441\u043b\u0430\u0436\u0434\u0430\u0442\u044c\u0441\u044f \u043d\u0435 \u0442\u043e\u043b\u044c\u043a\u043e \u0432\u043a\u0443\u0441\u043e\u043c, \u043d\u043e \u0438 \u043a\u043e\u043c\u0444\u043e\u0440\u0442\u043e\u043c \u043e\u0431\u0441\u043b\u0443\u0436\u0438\u0432\u0430\u043d\u0438\u044f."}),(0,ho.jsx)("br",{}),(0,ho.jsxs)("h2",{children:["\u0411\u044b\u0441\u0442\u0440\u0430\u044f",(0,ho.jsx)("a",{href:"https://bellamozzarella.com.ua/uk/category/dostavka-pizza-kharkiv",children:"\xa0\u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u043f\u0438\u0446\u0446\u044b\xa0"}),"\u0438 \u0431\u0443\u0440\u0433\u0435\u0440\u043e\u0432 \u0425\u0430\u0440\u044c\u043a\u043e\u0432"]}),(0,ho.jsx)("br",{}),(0,ho.jsxs)("p",{children:[(0,ho.jsx)("a",{href:"https://bellamozzarella.com.ua/uk/category/dostavka-pizza-kharkiv",children:"\xa0\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u043f\u0438\u0446\u0446\u044b\xa0"}),"\u0438 \u0435\u0434\u044b \u0432 \u0425\u0430\u0440\u044c\u043a\u043e\u0432\u0435 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: ",(0,ho.jsx)("br",{}),"- \u0441 \u043a\u0443\u0440\u0438\u043d\u044b\u043c \u0444\u0438\u043b\u0435; ",(0,ho.jsx)("br",{}),"- \u0441 \u0433\u0440\u0438\u0431\u0430\u043c\u0438 \u0438 \u043a\u0443\u0440\u0438\u043d\u044b\u043c \u0444\u0438\u043b\u0435; ",(0,ho.jsx)("br",{}),"- \u0441 \u0442\u0435\u043b\u044f\u0442\u0438\u043d\u043e\u0439; ",(0,ho.jsx)("br",{}),"- \u0441 \u043e\u0445\u043e\u0442\u043d\u0438\u0447\u044c\u0438\u043c\u0438 \u043a\u043e\u043b\u0431\u0430\u0441\u043a\u0430\u043c\u0438; ",(0,ho.jsx)("br",{}),"- \u0441 \u0432\u0435\u0442\u0447\u0438\u043d\u043e\u0439; ",(0,ho.jsx)("br",{}),"- \u0441 \u043c\u043e\u0440\u0435\u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430\u043c\u0438; ",(0,ho.jsx)("br",{}),"- \u0441 \u0440\u0430\u0437\u043b\u0438\u0447\u043d\u044b\u043c\u0438 \u0432\u0438\u0434\u0430\u043c\u0438 \u0441\u044b\u0440\u043e\u0432.",(0,ho.jsx)("br",{}),"\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u043f\u043e \u0425\u0430\u0440\u044c\u043a\u043e\u0432\u0443 \u043e\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043d\u0430\u0448\u0438\u043c\u0438 \u043a\u0443\u0440'\u0435\u0440\u0430\u043c\u0438 \u0432 \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0445 \u0442\u0435\u0440\u043c\u043e\u0441\u0443\u043c\u043a\u0430\u0445, \u0441\u043e\u0445\u0440\u0430\u043d\u044f\u044e\u0449\u0438\u0445 \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 \u0432\u0441\u0435\u0433\u0434\u0430 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u043d\u0430\u0441\u043b\u0430\u0434\u0438\u0442\u044c\u0441\u044f \u0432\u0430\u0448\u0435\u0439 \u043b\u044e\u0431\u0438\u043c\u043e\u0439 \u0433\u043e\u0440\u044f\u0447\u0435\u0439 \u043f\u0438\u0446\u0446\u0435\u0439. \u0417\u0430\u043d\u043e\u0441 \u0437\u0430\u043a\u0430\u0437\u0430 \u0443 \u043d\u0430\u0441 \u043e\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043f\u0440\u044f\u043c\u043e \u0434\u043e \u0432\u0430\u0448\u0435\u0439 \u043a\u0432\u0430\u0440\u0442\u0438\u0440\u044b."]}),(0,ho.jsx)("br",{}),(0,ho.jsx)("h2",{children:"\u0417\u0430\u043a\u0430\u0437\u0430\u0442\u044c \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0443 \u0435\u0434\u044b \u0425\u0430\u0440\u044c\u043a\u043e\u0432"}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"\u0417\u0430\u043a\u0430\u0437\u0430\u0442\u044c \u0435\u0434\u0443 \u0432 \u0425\u0430\u0440\u044c\u043a\u043e\u0432\u0435 \u043e\u0447\u0435\u043d\u044c \u043f\u0440\u043e\u0441\u0442\u043e, \u0431\u044b\u0441\u0442\u0440\u043e \u0438 \u0443\u0434\u043e\u0431\u043d\u043e. \u041d\u0430\u0448\u0430 \u043f\u0438\u0446\u0446\u0430 \u0433\u043e\u0442\u043e\u0432\u0438\u0442\u0441\u044f \u043d\u0430 \u043e\u0447\u0435\u043d\u044c \u0442\u043e\u043d\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\u0435\u0448\u0435\u043a \u044d\u0442\u043e\u0433\u043e \u043a\u0443\u043b\u0438\u043d\u0430\u0440\u043d\u043e\u0433\u043e \u0448\u0435\u0434\u0435\u0432\u0440\u0430. \u0413\u043e\u0442\u043e\u0432\u0438\u0442 \u0435\u0451 \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 \u0438 \u0442\u0449\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u043e\u0442\u043e\u0431\u0440\u0430\u043d\u043d\u044b\u0445 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432. \u0417\u0430\u043a\u0430\u0437\u0430\u0432 \u043f\u0438\u0446\u0446\u0443 \u0432 \u0425\u0430\u0440\u044c\u043a\u043e\u0432\u0435 Bella Mozzarella, \u0432\u044b \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u0435 \u0437\u0430\u0445\u043e\u0442\u0438\u0442\u0435 \u0441\u043e\u0433\u043b\u0430\u0448\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 \u0438\u043c\u0435\u0442\u044c \u0445\u043e\u0440\u043e\u0448\u0443\u044e \u043f\u0430\u043c\u044f\u0442\u044c, \u0437\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u044f \u043c\u043d\u043e\u0436\u0435\u0441\u0442\u0432\u043e \u0440\u0430\u0437\u043d\u044b\u0445 \u043d\u043e\u043c\u0435\u0440\u043e\u0432, \u0438 \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 \u043b\u044e\u0431\u043e\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 \u0438\u043b\u0438 \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 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \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 \u0432\u0430\u0441 \u0443\u0434\u0438\u0432\u0438\u0442. \u041c\u044b \u0436\u0434\u0451\u043c \u0432\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 \u0432\u0441\u0435\u0433\u0434\u0430 \u0440\u0430\u0434\u044b \u0432\u0430\u043c. \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, \u0432\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u0435 \u043b\u044e\u0431\u0438\u043c\u043e\u0435, \u0432\u044b\u0441\u043e\u043a\u043e\u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0435 \u0431\u043b\u044e\u0434\u043e."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("h3",{children:"\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."})," ",(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"\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 \u043d\u0430\u0448\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 \u0431\u043e\u0440\u0442\u0438\u043a\u043e\u043c \u0438\u0437 \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\u0451\u0442 \u043f\u0438\u0446\u0446\u0435 \u043e\u0441\u043e\u0431\u0443\u044e \u043d\u0435\u0436\u043d\u043e\u0441\u0442\u044c. \u0422\u0430\u043a\u0436\u0435 \u0443 \u043d\u0430\u0441 \u0435\u0441\u0442\u044c \u0431\u043e\u0440\u0442\u0438\u043a \u0441 \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 \u0431\u043e\u0440\u0442\u0438\u043a\u043e\u043c \u043d\u0430\u0448 \u043a\u0443\u0440'\u0435\u0440 \u043f\u0440\u0438\u0432\u0435\u0437\u0451\u0442 \u0432\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 - \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\u044b\u0439, \u043c\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u043f\u0440\u0438\u0434\u0451\u0442\u0441\u044f \u0432\u0430\u043c \u043f\u043e \u0432\u043a\u0443\u0441\u0443."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("h3",{children:"\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:"})," ",(0,ho.jsx)("br",{}),(0,ho.jsxs)("ol",{children:[(0,ho.jsx)("li",{children:"1. \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; "}),(0,ho.jsx)("li",{children:"2. \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0435\u0434\u044b \u043f\u043e \u0425\u0430\u0440\u044c\u043a\u043e\u0432\u0443 - 59 \u043c\u0438\u043d\u0443\u0442; "}),(0,ho.jsx)("li",{children:"3. \u0443\u0434\u043e\u0431\u043d\u0430\u044f \u0444\u043e\u0440\u043c\u0430 \u043e\u043f\u043b\u0430\u0442\u044b (\u043d\u0430\u043b\u0438\u0447\u043d\u044b\u0435, \u043e\u043f\u043b\u0430\u0442\u0430 \u0442\u0435\u0440\u043c\u0438\u043d\u0430\u043b\u043e\u043c \u0443 \u043a\u0443\u0440'\u0435\u0440\u0430, Liqpay \u043d\u0430 \u0441\u0430\u0439\u0442\u0435, \u0431\u0435\u0437\u043d\u0430\u043b\u0438\u0447\u043d\u0430\u044f \u043e\u043f\u043b\u0430\u0442\u0430 \u0432 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u043c \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0438);"}),(0,ho.jsx)("li",{children:"4. \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; "}),(0,ho.jsx)("li",{children:"5. \u0440\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u044b\u0435 \u0430\u043a\u0446\u0438\u0438; "}),(0,ho.jsx)("li",{children:"6. \u0441\u043a\u0438\u0434\u043a\u0438 \u043a\u043e \u0434\u043d\u044e \u0440\u043e\u0436\u0434\u0435\u043d\u0438\u044f. "})]}),(0,ho.jsxs)("p",{children:["Bella Mozzarella - \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 - \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 \u043e\u0434\u043d\u043e\u043c\u0443, \u0441 \u0441\u0435\u043c\u044c\u0451\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 \u0432\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, \u043d\u043e \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 \u0431\u043b\u044e\u0434\u043e, \u043f\u043e\u043b\u044e\u0431\u0438\u0432\u0448\u0435\u0435\u0441\u044f \u043c\u0435\u0441\u0442\u043d\u044b\u043c \u0436\u0438\u0442\u0435\u043b\u044f\u043c, \u043f\u0440\u043e\u0447\u043d\u043e \u0432\u043e\u0448\u043b\u043e \u0432 \u043f\u043e\u0432\u0441\u0435\u0434\u043d\u0435\u0432\u043d\u0443\u044e \u0436\u0438\u0437\u043d\u044c. \u041d\u0438 \u043e\u0434\u0438\u043d \u043a\u043e\u0440\u043f\u043e\u0440\u0430\u0442\u0438\u0432 \u0438\u043b\u0438 \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, \u043d\u043e \u0438 \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u0440\u043f\u043e\u0440\u0430\u0442\u0438\u0432 \u0438\u043b\u0438 \u043e\u0442\u043c\u0435\u0442\u0438\u0442\u044c \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",(0,ho.jsx)("a",{href:"https://bellamozzarella.com.ua/uk/category/dostavka-pizza-kharkiv",children:"\xa0\u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u043f\u0438\u0446\u0446\u044b\xa0"}),"\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\u0451\u0436\u043d\u043e \u0438 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e, \u0431\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u044f \u0447\u0435\u043c\u0443 \u0432\u044b \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 \u0443\u0434\u043e\u0432\u043e\u043b\u044c\u0441\u0442\u0432\u0438\u0435, \u043d\u043e \u0438 \u043d\u0430\u0441\u043b\u0430\u0434\u0438\u0442\u044c\u0441\u044f \u0432\u043d\u0435\u0448\u043d\u0438\u043c \u0432\u0438\u0434\u043e\u043c \u0431\u043b\u044e\u0434\u0430. Bella Mozzarella - \u044d\u0442\u043e \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\u0430\u043c \u0432\u0441\u0435\u0433\u0434\u0430 \u0440\u0430\u0434\u044b \u0438 \u0432\u0430\u0441 \u0432\u0441\u0435\u0433\u0434\u0430 \u0436\u0434\u0443\u0442. \u0412\u0430\u0441 \u0432\u0441\u0442\u0440\u0435\u0442\u0438\u0442 \u0432\u0435\u0436\u043b\u0438\u0432\u044b\u0439 \u0438 \u043f\u0440\u0438\u0432\u0435\u0442\u043b\u0438\u0432\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."]}),(0,ho.jsx)("br",{}),(0,ho.jsx)("h3",{children:"\u041b\u0451\u0433\u043a\u0438\u0439 \u043f\u0440\u043e\u0446\u0435\u0441\u0441 \u0437\u0430\u043a\u0430\u0437\u0430"})," ",(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"\u0417\u0430\u043a\u0430\u0437\u0430\u0442\u044c \u0435\u0434\u0443 \u0443 \u043d\u0430\u0441 \u043e\u0447\u0435\u043d\u044c \u043f\u0440\u043e\u0441\u0442\u043e. \u0412\u0441\u0435\u0433\u043e \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u043a\u043b\u0438\u043a\u043e\u0432 \u043d\u0430 \u043d\u0430\u0448\u0435\u043c \u0441\u0430\u0439\u0442\u0435 - \u0438 \u0432\u0430\u0448\u0435 \u0431\u043b\u044e\u0434\u043e \u0443\u0436\u0435 \u0432 \u043f\u0443\u0442\u0438 \u043a \u0432\u0430\u043c. \u041c\u044b \u043f\u0440\u0435\u0434\u043b\u0430\u0433\u0430\u0435\u043c \u0443\u0434\u043e\u0431\u043d\u044b\u0439 \u0438 \u0438\u043d\u0442\u0443\u0438\u0442\u0438\u0432\u043d\u043e \u043f\u043e\u043d\u044f\u0442\u043d\u044b\u0439 \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441, \u0447\u0442\u043e\u0431\u044b \u0432\u044b \u043c\u043e\u0433\u043b\u0438 \u0437\u0430\u043a\u0430\u0437\u0430\u0442\u044c \u0435\u0434\u0443 \u0432 \u0425\u0430\u0440\u044c\u043a\u043e\u0432\u0435 \u0431\u0435\u0437 \u043b\u0438\u0448\u043d\u0438\u0445 \u0441\u043b\u043e\u0436\u043d\u043e\u0441\u0442\u0435\u0439. \u041d\u0435\u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e \u043e\u0442 \u0442\u043e\u0433\u043e, \u0437\u0430\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442\u0435 \u043b\u0438 \u0432\u044b \u043e\u0431\u0435\u0434 \u0432 \u043e\u0444\u0438\u0441 \u0438\u043b\u0438 \u0443\u0436\u0438\u043d \u0434\u043e\u043c\u043e\u0439, \u043d\u0430\u0448\u0430 \u043a\u043e\u043c\u0430\u043d\u0434\u0430 \u0432\u0441\u0435\u0433\u0434\u0430 \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u0431\u044b\u0441\u0442\u0440\u043e \u0438 \u043d\u0430\u0434\u0451\u0436\u043d\u043e."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("h3",{children:"\u041f\u043e\u0447\u0435\u043c\u0443 \u0432\u044b\u0431\u0438\u0440\u0430\u044e\u0442 \u043d\u0430\u0441?"})," ",(0,ho.jsx)("br",{}),(0,ho.jsxs)("ol",{children:[(0,ho.jsx)("li",{children:"- \u0412\u044b\u0441\u043e\u043a\u043e\u0435 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432: \u043c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c \u0442\u043e\u043b\u044c\u043a\u043e \u0441\u0432\u0435\u0436\u0438\u0435 \u0438 \u043d\u0430\u0442\u0443\u0440\u0430\u043b\u044c\u043d\u044b\u0435 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u044b \u0434\u043b\u044f \u043f\u0440\u0438\u0433\u043e\u0442\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u043a\u0430\u0436\u0434\u043e\u0433\u043e \u0431\u043b\u044e\u0434\u0430."}),(0,ho.jsx)("li",{children:"- \u0411\u044b\u0441\u0442\u0440\u0430\u044f \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430: \u043c\u044b \u0433\u0430\u0440\u0430\u043d\u0442\u0438\u0440\u0443\u0435\u043c, \u0447\u0442\u043e \u0432\u0430\u0448\u0430 \u0435\u0434\u0430 \u0431\u0443\u0434\u0435\u0442 \u0434\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0430 \u0432\u043e\u0432\u0440\u0435\u043c\u044f, \u0433\u043e\u0440\u044f\u0447\u0435\u0439 \u0438 \u0433\u043e\u0442\u043e\u0432\u043e\u0439 \u043a \u0443\u043f\u043e\u0442\u0440\u0435\u0431\u043b\u0435\u043d\u0438\u044e \u043d\u0435\u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e \u043e\u0442 \u043f\u043e\u0433\u043e\u0434\u044b \u0438\u043b\u0438 \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0433\u043e\u0434\u0430."}),(0,ho.jsx)("li",{children:"- \u0423\u0434\u043e\u0431\u043d\u044b\u0439 \u043f\u0440\u043e\u0446\u0435\u0441\u0441 \u0437\u0430\u043a\u0430\u0437\u0430: \u043f\u0440\u043e\u0441\u0442\u043e\u0439 \u0438 \u0431\u044b\u0441\u0442\u0440\u044b\u0439 \u043f\u0440\u043e\u0446\u0435\u0441\u0441 \u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u044f \u0437\u0430\u043a\u0430\u0437\u0430 \u043d\u0430 \u043d\u0430\u0448\u0435\u043c \u0441\u0430\u0439\u0442\u0435 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0437\u0430\u043a\u0430\u0437 \u0435\u0434\u044b \u0432 \u043b\u044e\u0431\u043e\u0435 \u0443\u0434\u043e\u0431\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u043a\u0440\u0443\u0433\u043b\u043e\u0441\u0443\u0442\u043e\u0447\u043d\u043e."})]}),(0,ho.jsx)("br",{}),(0,ho.jsx)("h3",{children:"\u0417\u0430\u043a\u0430\u0437\u044b\u0432\u0430\u0439\u0442\u0435 \u0435\u0434\u0443 \u043f\u0440\u044f\u043c\u043e \u0441\u0435\u0439\u0447\u0430\u0441"})," ",(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"\u041d\u0435 \u0442\u0440\u0430\u0442\u044c\u0442\u0435 \u0432\u0440\u0435\u043c\u044f \u043d\u0430 \u043f\u0440\u0438\u0433\u043e\u0442\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u0435\u0434\u044b, \u043a\u043e\u0433\u0434\u0430 \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0431\u044b\u0441\u0442\u0440\u043e \u0437\u0430\u043a\u0430\u0437\u0430\u0442\u044c \u0435\u0434\u0443 \u0432 \u0425\u0430\u0440\u044c\u043a\u043e\u0432\u0435 \u0438 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0435\u0451 \u0433\u043e\u0440\u044f\u0447\u0435\u0439 \u0438 \u0441\u0432\u0435\u0436\u0435\u0439 \u043f\u0440\u044f\u043c\u043e \u043a \u0434\u0432\u0435\u0440\u0438. \u041c\u044b \u043f\u0440\u0435\u0434\u043b\u0430\u0433\u0430\u0435\u043c \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0443 \u043f\u043e \u0425\u0430\u0440\u044c\u043a\u043e\u0432\u0443 \u043d\u0430 \u0434\u043e\u043c \u0438\u043b\u0438 \u0432 \u043e\u0444\u0438\u0441, \u0447\u0442\u043e\u0431\u044b \u0432\u044b \u043c\u043e\u0433\u043b\u0438 \u043d\u0430\u0441\u043b\u0430\u0436\u0434\u0430\u0442\u044c\u0441\u044f \u0432\u043a\u0443\u0441\u043d\u044b\u043c\u0438 \u0431\u043b\u044e\u0434\u0430\u043c\u0438 \u0432 \u043b\u044e\u0431\u043e\u0435 \u0432\u0440\u0435\u043c\u044f."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("h4",{children:"\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0435\u0434\u044b \u043e\u0442 Bellamozzarella - \u044d\u0442\u043e \u0432\u0430\u0448 \u043b\u0443\u0447\u0448\u0438\u0439 \u0432\u044b\u0431\u043e\u0440 \u0434\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0432\u043a\u0443\u0441\u043d\u043e\u0433\u043e \u0438 \u043f\u0438\u0442\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u0431\u043b\u044e\u0434\u0430 \u0431\u0435\u0437 \u043b\u0438\u0448\u043d\u0438\u0445 \u0437\u0430\u0431\u043e\u0442. \u0417\u0430\u043a\u0430\u0437\u044b\u0432\u0430\u0439\u0442\u0435 \u043f\u0440\u044f\u043c\u043e \u0441\u0435\u0439\u0447\u0430\u0441, \u0438 \u043c\u044b \u0434\u043e\u0441\u0442\u0430\u0432\u0438\u043c \u0432\u0430\u043c \u0435\u0434\u0443, \u043f\u0440\u0438\u0433\u043e\u0442\u043e\u0432\u043b\u0435\u043d\u043d\u0443\u044e \u0438\u0437 \u0441\u0432\u0435\u0436\u0438\u0445 \u0438\u043d\u0433\u0440\u0435\u0434\u0438\u0435\u043d\u0442\u043e\u0432 \u0438 \u0441 \u0437\u0430\u0431\u043e\u0442\u043e\u0439 \u043e \u0432\u0430\u0448\u0435\u043c \u043a\u043e\u043c\u0444\u043e\u0440\u0442\u0435!"}),(0,ho.jsx)("br",{}),(0,ho.jsx)("br",{}),(0,ho.jsx)("h3",{children:"\u0411\u044b\u0441\u0442\u0440\u0430\u044f \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0435\u0434\u044b \u0425\u0430\u0440\u044c\u043a\u043e\u0432."})," ",(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"\u0411\u044b\u0441\u0442\u0440\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\u043e\u0434\u0430\u0440\u0438\u0442 \u0432\u0430\u043c \u043a\u043e\u043c\u0444\u043e\u0440\u0442, \u0440\u0430\u0434\u043e\u0441\u0442\u044c \u0438 \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 \u043e\u043f\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u043e\u0439 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u043e\u0439 \u0438 \u043f\u043e\u0437\u0432\u043e\u043b\u0438\u0442 \u0432\u0430\u043c \u0432\u0441\u0435\u0433\u0434\u0430 \u0431\u044b\u0442\u044c \u0432 \u043e\u0442\u043b\u0438\u0447\u043d\u043e\u0439 \u0444\u043e\u0440\u043c\u0435 \u0438 \u0445\u043e\u0440\u043e\u0448\u0435\u043c \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043d\u0438\u0438."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"\u041d\u0430\u0448\u0438 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u044b \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0438:"})," ",(0,ho.jsx)("br",{}),(0,ho.jsxs)("ul",{children:[(0,ho.jsx)("li",{children:"+38 (093) 4321000"}),(0,ho.jsx)("li",{children:"+38 (098) 4321000"}),(0,ho.jsx)("li",{children:"+38 (099) 4321000"})]})]}):void 0}),Ym="styles_backdrop__99neL",qm="styles_modal__7bevx",Qm="styles_image__kgOtr",Km="styles_actionButton__QurE8",Xm="styles_closeButton__APL7A",Jm="promoModalNextShowAt",Zm=mn()(function(e){var t=e.t,n=e.image,r=e.link,a=e.close_delay_ms,o=e.redirect_delay_ms,u=ae((0,i.useState)(!1),2),s=u[0],l=u[1];(0,i.useEffect)(function(){var e,t,n=function(){try{var t=window.localStorage.getItem(Jm),n=Date.now(),r=!1;if(t){var i=parseInt(t,10);(Number.isNaN(i)||n>=i)&&(r=!0)}else r=!0;r&&(e=setTimeout(function(){l(!0)},3e3))}catch(jS){e=setTimeout(function(){l(!0)},3e3)}};return"complete"===document.readyState?n():(t=function(){n()},window.addEventListener("load",t)),function(){e&&clearTimeout(e),t&&window.removeEventListener("load",t)}},[]);var c=function(e){l(!1);try{var t=Date.now()+e;window.localStorage.setItem(Jm,String(t))}catch(jS){console.log(jS)}};if(!s)return null;var f=function(){c(a)};return(0,ho.jsx)("div",{className:Ym,onClick:f,children:(0,ho.jsxs)("div",{className:qm,onClick:function(e){return e.stopPropagation()},children:[(0,ho.jsx)("button",{type:"button",className:Xm,onClick:f,"aria-label":"Close",children:"x"}),n&&(0,ho.jsx)("img",{className:Qm,src:"".concat(ci).concat(n),alt:t("promo.bannerAlt")||"Promo"}),r&&(0,ho.jsx)("button",{type:"button",className:Km,onClick:function(){c(o),r&&window.open(r,"_blank")},children:t("components.banner.actionText")})]})})}),$m="styles_container__efdiJ",ev=mn()(function(e){var t,n,r,i,a,o=e.stories,u=e.combos,s=e.categories,l=e.nav,c=e.settings,f=e.addDishToCart,d=e.t,p=Mt(),h=p.pathname.includes("dish")||p.pathname.includes("combo"),m=1===s.length&&s[0].long_description,v=c.close_delay_ms,g=c.redirect_delay_ms,y=c.banner,D=c.banner_active,E=c.banner_link,A=null!==(n={ru:"ru",uk:"uk",en:"en"}[((null===p||void 0===p||null===(t=p.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(function(e){return 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:d("pages.main.restaurant.name"),url:d("pages.main.restaurant.url"),image:d("pages.main.restaurant.image"),telephone:d("pages.main.restaurant.telephone"),inLanguage:d("pages.mainrestaurant.inLanguage"),servesCuisine:d("pages.main.restaurant.servesCuisine",{returnObjects:!0}),priceRange:d("pages.main.restaurant.priceRange"),openingHours:d("pages.main.restaurant.openingHours"),address:{"@type":"PostalAddress",addressLocality:d("pages.main.restaurant.addressLocality"),addressCountry:d("pages.main.restaurant.addressCountry")},areaServed:{"@type":"City",name:d("pages.main.restaurant.areaServed")},sameAs:d("pages.main.restaurant.sameAs",{returnObjects:!0}),potentialAction:{"@type":"OrderAction",target:d("pages.main.restaurant.target")}};return(0,ho.jsxs)("div",{className:$m,children:[v&&g&&y&&E&&D&&(0,ho.jsx)(Zm,{close_delay_ms:v,redirect_delay_ms:g,image:b.url,link:E}),(0,ho.jsx)("script",{type:"application/ld+json",dangerouslySetInnerHTML:{__html:JSON.stringify(_)}}),(0,ho.jsx)(Dl,{cart:!0,categories:s}),(0,ho.jsx)(Cc,{path:"main",title:d("seo.main.title"),keywords:"",description:d("seo.main.description"),url:null===(i=s[0])||void 0===i||null===(a=i.seo)||void 0===a?void 0:a.url}),(0,ho.jsx)(Gh,{data:c}),(0,ho.jsx)(em,{data:o}),(0,ho.jsx)(cm,{data:u,path:"main"}),(0,ho.jsx)(Dl,{categories:s}),(0,ho.jsx)(Gm,{data:s,anchors:l,addDishToCart:f,path:"main"}),!h&&(0,ho.jsx)(Wm,{text:m}),(0,ho.jsx)(wc,{}),(0,ho.jsx)(Yt,{})]})}),tv=mn()(function(e){var t=e.t,n=M(),r=F(function(e){return e.combos.data},U),a=F(function(e){return e.stories.data},U),o=F(function(e){return e.categories.data},U),u=F(function(e){return e.settings.data},U),s=ee(o);s=s.filter(function(e){return e.visible&&e}),s.splice(1,0,{name:t("pages.main.components.combo.title"),position:2,dishes:r,visible:!0});var l=lo(s).map(function(e){return e.name});(0,i.useEffect)(function(){n(Qa()),n(Ya()),n(Va()),n(Xa())},[t,n]);return(0,ho.jsx)(ev,{stories:a,combos:r,categories:s,nav:l,settings:u,addDishToCart:function(e){n(no(e))}})}),nv="styles_container__Faq+9",rv=mn()(function(e){var t=e.t,n=e.i18n,r=Ta(),i=Object.keys(n.options.resources||{});return(0,ho.jsxs)(ho.Fragment,{children:[(0,ho.jsx)(Cc,{t:t,path:"delivery"}),(0,ho.jsx)(Dl,{cart:!0}),(0,ho.jsx)(Dl,{}),(0,ho.jsx)("div",{className:nv,children:r===i[0]?(0,ho.jsxs)("div",{className:nv,children:[(0,ho.jsx)("br",{}),(0,ho.jsx)("h1",{children:"Food delivery in Kharkiv"}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"Food delivery in Kharkiv is free for orders over UAH 499. For orders up to UAH 499, delivery costs UAH 89. On holidays, the minimum order amount may change."}),(0,ho.jsx)("p",{children:"When ordering more than UAH 2,000, a prepayment of 50% of the order value is required. The waiting time for the courier at the specified address cannot exceed 20 minutes."}),(0,ho.jsx)("p",{children:"When picking up from Sumska Street 73 and Petra Hryhorenka Avenue 18/1, a 15% discount applies."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"Promotions and discounts are not cumulative. Bonuses are 5% of the order amount made through the application and do not apply to promotional items."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"Delivery operators are ready to accept your orders from 10:00 to 22:30. The time of receipt and delivery of the order may change for technical reasons."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"If there is no light in the building or the elevator is not working, the courier goes up to the fifth floor."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"Food delivery in Kharkiv from Bella Mozzarella is tasty, fast, and inexpensive. Bella Mozzarella is a place where all your preferences and wishes will be taken into account. The food is prepared only by professional chefs according to special recipes and only from fresh products, so by ordering food delivery in Kharkiv you can be sure of its quality."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"Our menu has a huge selection of dishes for any, even the most sophisticated taste. We have a large selection of pizzas, burgers, salads, first courses, side dishes, sauces, and various drinks."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"We offer more than 30 types of pizza, which can completely replace a full meal; several types of first courses; more than 5 kinds of the most popular and healthy salads; and most importantly, all of this is always fresh and reasonably priced."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"As a gift for a review on Google, we offer a choice of: Corrida, Margherita, Caccia Bella pizzas, as well as Pollo and Bella Cheddar burgers."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("iframe",{src:"https://www.google.com/maps/d/u/0/embed?mid=1PNRAfLYy4A9zl9Gf5jjBlH23ZcU4qgEz&ehbc=2E312F",width:"640",height:"480",title:"Delivery zones map"}),(0,ho.jsx)("br",{}),(0,ho.jsx)("h2",{children:"Order food"}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"You can order food in Kharkiv anywhere in the city, to any convenient place. You can order delivery to the office for yourself and your colleagues, or to your home for a festive table. Even while on vacation, outdoors, you don't have to stand at the stove after a long working week, because our delivery service and professional chefs will cook your favorite dishes for you."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"Delivery works very quickly, so you can enjoy your favorite dishes in a short time after placing an order. Ordering pizza in Kharkiv from Bella Mozzarella is a pleasant addition to any situation!"}),(0,ho.jsx)("br",{}),(0,ho.jsx)("h3",{children:"How to order"}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"You can place an order on the website or by calling our operator. You can pay in cash, via LiqPay when ordering on the site, or by card via a terminal (please specify this when placing an order on the site or inform the operator in advance)."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"Enjoy your favorite Italian dishes in any weather and at any time of the year!"}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"We have also expanded our delivery area. Now you can order delivery to some locations in the region marked in yellow on the map. Delivery conditions: order from 999 UAH, delivery cost is 89 UAH."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"Please note that on holidays the minimum order amount for free delivery and the waiting time may increase."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"Please check all delivery details with the operator."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"Delivery phones:"}),(0,ho.jsx)("br",{}),(0,ho.jsxs)("ul",{children:[(0,ho.jsx)("li",{children:"+38 (093) 4321000"}),(0,ho.jsx)("li",{children:"+38 (098) 4321000"}),(0,ho.jsx)("li",{children:"+38 (099) 4321000"})]}),(0,ho.jsx)("br",{})]}):r===i[1]?(0,ho.jsxs)("div",{className:nv,children:[(0,ho.jsx)("br",{}),(0,ho.jsx)("h1",{children:"\u0423\u043c\u043e\u0432\u0438 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0438 \u0442\u0430 \u043e\u043f\u043b\u0430\u0442\u0438 \u0432 \u0425\u0430\u0440\u043a\u043e\u0432\u0456"}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u044c \u0443 \u0425\u0430\u0440\u043a\u043e\u0432\u0456 \u043f\u0440\u043e\u0432\u043e\u0434\u0438\u0442\u044c\u0441\u044f \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. \u0417\u0430 \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u0434\u043e 499 \u0433\u0440\u043d \u0432\u0430\u0440\u0442\u0456\u0441\u0442\u044c \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0438 \u0441\u043a\u043b\u0430\u0434\u0430\u0454 89 \u0433\u0440\u043d. \u0423 \u0441\u0432\u044f\u0442\u043a\u043e\u0432\u0456 \u0434\u043d\u0456 \u043c\u0456\u043d\u0456\u043c\u0430\u043b\u044c\u043d\u0430 \u0441\u0443\u043c\u0430 \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u043c\u043e\u0436\u0435 \u0437\u043c\u0456\u043d\u044e\u0432\u0430\u0442\u0438\u0441\u044f."}),(0,ho.jsx)("p",{children:"\u041f\u0440\u0438 \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u0456 \u043f\u043e\u043d\u0430\u0434 2000 \u0433\u0440\u043d \u0432\u043d\u043e\u0441\u0438\u0442\u044c\u0441\u044f \u043f\u0435\u0440\u0435\u0434\u043f\u043b\u0430\u0442\u0430 50% \u0432\u0456\u0434 \u0432\u0430\u0440\u0442\u043e\u0441\u0442\u0456 \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f. \u0427\u0430\u0441 \u043e\u0447\u0456\u043a\u0443\u0432\u0430\u043d\u043d\u044f \u043a\u0443\u0440'\u0454\u0440\u0430 \u0437\u0430 \u0432\u043a\u0430\u0437\u0430\u043d\u043e\u044e \u0430\u0434\u0440\u0435\u0441\u043e\u044e \u043d\u0435 \u043c\u043e\u0436\u0435 \u043f\u0435\u0440\u0435\u0432\u0438\u0449\u0443\u0432\u0430\u0442\u0438 20 \u0445\u0432\u0438\u043b\u0438\u043d."}),(0,ho.jsx)("p",{children:"\u041f\u0440\u0438 \u0441\u0430\u043c\u043e\u0432\u0438\u0432\u0435\u0437\u0435\u043d\u043d\u0456 \u0437 \u0432\u0443\u043b. \u0421\u0443\u043c\u0441\u044c\u043a\u043e\u0457 73 \u0442\u0430 \u043f\u0440. \u041f\u0435\u0442\u0440\u0430 \u0413\u0440\u0438\u0433\u043e\u0440\u0435\u043d\u043a\u0430 18/1 \u0434\u0456\u0454 \u0437\u043d\u0438\u0436\u043a\u0430 15%."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"\u0410\u043a\u0446\u0456\u0457 \u0442\u0430 \u0437\u043d\u0438\u0436\u043a\u0438 \u043d\u0435 \u043f\u0456\u0434\u0441\u0443\u043c\u043e\u0432\u0443\u044e\u0442\u044c\u0441\u044f. \u0411\u043e\u043d\u0443\u0441\u0430\u043c\u0438 \u043d\u0430\u0440\u0430\u0445\u043e\u0432\u0443\u0454\u0442\u044c\u0441\u044f 5% \u0432\u0456\u0434 \u0441\u0443\u043c\u0438 \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f, \u0437\u0440\u043e\u0431\u043b\u0435\u043d\u043e\u0433\u043e \u0447\u0435\u0440\u0435\u0437 \u0437\u0430\u0441\u0442\u043e\u0441\u0443\u043d\u043e\u043a, \u2014 \u0432\u043e\u043d\u0438 \u043d\u0435 \u043f\u043e\u0448\u0438\u0440\u044e\u044e\u0442\u044c\u0441\u044f \u043d\u0430 \u0430\u043a\u0446\u0456\u0439\u043d\u0456 \u043f\u043e\u0437\u0438\u0446\u0456\u0457."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"\u041e\u043f\u0435\u0440\u0430\u0442\u043e\u0440\u0438 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0438 \u0433\u043e\u0442\u043e\u0432\u0456 \u043f\u0440\u0438\u0439\u043c\u0430\u0442\u0438 \u0432\u0430\u0448\u0456 \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u0437 10:00 \u0434\u043e 22:30. \u0427\u0430\u0441 \u043f\u0440\u0438\u0439\u043e\u043c\u0443 \u0442\u0430 \u0432\u0438\u0434\u0430\u0447\u0456 \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u043c\u043e\u0436\u0435 \u0437\u043c\u0456\u043d\u044e\u0432\u0430\u0442\u0438\u0441\u044f \u0437 \u0442\u0435\u0445\u043d\u0456\u0447\u043d\u0438\u0445 \u043f\u0440\u0438\u0447\u0438\u043d."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"\u042f\u043a\u0449\u043e \u0432 \u0431\u0443\u0434\u0438\u043d\u043a\u0443 \u043d\u0435\u043c\u0430\u0454 \u0441\u0432\u0456\u0442\u043b\u0430 \u0430\u0431\u043e \u043d\u0435 \u043f\u0440\u0430\u0446\u044e\u0454 \u043b\u0456\u0444\u0442, \u043a\u0443\u0440\u2019\u0454\u0440 \u043f\u0456\u0434\u043d\u0456\u043c\u0430\u0454\u0442\u044c\u0441\u044f \u0434\u043e \u043f\u2019\u044f\u0442\u043e\u0433\u043e \u043f\u043e\u0432\u0435\u0440\u0445\u0443."}),(0,ho.jsx)("br",{}),(0,ho.jsxs)("p",{children:[(0,ho.jsx)("a",{href:"https://bellamozzarella.com.ua/uk",children:"\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0457\u0436\u0456 \u0425\u0430\u0440\u043a\u0456\u0432"}),"\xa0 \u0432\u0456\u0434 Bella Mozzarella \u2013 \u0446\u0435 \u0441\u043c\u0430\u0447\u043d\u043e, \u0448\u0432\u0438\u0434\u043a\u043e \u0442\u0430 \u043d\u0435\u0434\u043e\u0440\u043e\u0433\u043e. Bella Mozzarella \u2013 \u0446\u0435 \u043c\u0456\u0441\u0446\u0435, \u0434\u0435 \u0432\u0440\u0430\u0445\u0443\u044e\u0442\u044c \u0443\u0441\u0456 \u0432\u0430\u0448\u0456 \u0432\u043f\u043e\u0434\u043e\u0431\u0430\u043d\u043d\u044f \u0442\u0430 \u043f\u043e\u0431\u0430\u0436\u0430\u043d\u043d\u044f. \u0407\u0436\u0430 \u0433\u043e\u0442\u0443\u0454\u0442\u044c\u0441\u044f \u043f\u0440\u043e\u0444\u0435\u0441\u0456\u0439\u043d\u0438\u043c\u0438 \u043c\u0430\u0439\u0441\u0442\u0440\u0430\u043c\u0438 \u0437\u0430 \u0441\u043f\u0435\u0446\u0456\u0430\u043b\u044c\u043d\u0438\u043c\u0438 \u0440\u0435\u0446\u0435\u043f\u0442\u0430\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."]}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"\u0423 \u043d\u0430\u0448\u043e\u043c\u0443 \u043c\u0435\u043d\u044e \u0454 \u0432\u0435\u043b\u0438\u043a\u0438\u0439 \u0432\u0438\u0431\u0456\u0440 \u0441\u0442\u0440\u0430\u0432 \u043d\u0430 \u0431\u0443\u0434\u044c-\u044f\u043a\u0438\u0439, \u043d\u0430\u0432\u0456\u0442\u044c \u043d\u0430\u0439\u0432\u0438\u0448\u0443\u043a\u0430\u043d\u0456\u0448\u0438\u0439 \u0441\u043c\u0430\u043a: \u043f\u0456\u0446\u0430, \u0431\u0443\u0440\u0433\u0435\u0440\u0438, \u0441\u0430\u043b\u0430\u0442\u0438, \u043f\u0435\u0440\u0448\u0456 \u0441\u0442\u0440\u0430\u0432\u0438, \u0433\u0430\u0440\u043d\u0456\u0440\u0438, \u0441\u043e\u0443\u0441\u0438 \u0442\u0430 \u0440\u0456\u0437\u043d\u043e\u043c\u0430\u043d\u0456\u0442\u043d\u0456 \u043d\u0430\u043f\u043e\u0457."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"\u0412 \u0430\u0441\u043e\u0440\u0442\u0438\u043c\u0435\u043d\u0442\u0456 \u043f\u043e\u043d\u0430\u0434 30 \u0432\u0438\u0434\u0456\u0432 \u043f\u0456\u0446\u0438, \u0434\u0435\u043a\u0456\u043b\u044c\u043a\u0430 \u0432\u0438\u0434\u0456\u0432 \u043f\u0435\u0440\u0448\u0438\u0445 \u0441\u0442\u0440\u0430\u0432, \u0431\u0456\u043b\u044c\u0448 \u043d\u0456\u0436 5 \u0432\u0438\u0434\u0456\u0432 \u043d\u0430\u0439\u043f\u043e\u043f\u0443\u043b\u044f\u0440\u043d\u0456\u0448\u0438\u0445 \u0456 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u0445 \u0441\u0430\u043b\u0430\u0442\u0456\u0432, \u0456 \u0432\u0441\u0435 \u0446\u0435 \u0437\u0430\u0432\u0436\u0434\u0438 \u0441\u0432\u0456\u0436\u0435 \u0442\u0430 \u0437\u0430 \u043f\u0440\u0438\u0439\u043d\u044f\u0442\u043d\u0438\u043c\u0438 \u0446\u0456\u043d\u0430\u043c\u0438."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"\u042f\u043a \u043f\u043e\u0434\u0430\u0440\u0443\u043d\u043e\u043a \u0437\u0430 \u0432\u0456\u0434\u0433\u0443\u043a \u0443 Google \u043c\u0438 \u043f\u0440\u043e\u043f\u043e\u043d\u0443\u0454\u043c\u043e \u043f\u043e\u0434\u0430\u0440\u0443\u043d\u043e\u043a \u043d\u0430 \u0432\u0438\u0431\u0456\u0440: \u043f\u0456\u0446\u0438 \u041a\u043e\u0440\u0456\u0434\u0430, \u041c\u0430\u0440\u0433\u0430\u0440\u0438\u0442\u0430, \u041a\u0430\u0447\u0447\u0430 \u0411\u0435\u043b\u043b\u0430, \u0430 \u0442\u0430\u043a\u043e\u0436 \u0431\u0443\u0440\u0433\u0435\u0440\u0438 \u041f\u043e\u043b\u043b\u043e \u0442\u0430 \u0411\u0435\u043b\u043b\u0430 \u0427\u0435\u0434\u0434\u0435\u0440."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("iframe",{src:"https://www.google.com/maps/d/u/0/embed?mid=1PNRAfLYy4A9zl9Gf5jjBlH23ZcU4qgEz&ehbc=2E312F",width:"640",height:"480",title:"\u041a\u0430\u0440\u0442\u0430 \u0437\u043e\u043d\u0438 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0438"}),(0,ho.jsx)("br",{}),(0,ho.jsx)("h2",{children:"\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u044c \u043f\u043e \u0440\u0430\u0439\u043e\u043d\u0430\u043c \u043c\u0456\u0441\u0442\u0430 \u0425\u0430\u0440\u043a\u043e\u0432\u0430"}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"\u0412\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u0430\u043c\u043e\u0432\u0438\u0442\u0438 \u0457\u0436\u0443 \u0432 \u0431\u0443\u0434\u044c-\u044f\u043a\u0443 \u0442\u043e\u0447\u043a\u0443 \u043c\u0456\u0441\u0442\u0430. \u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u043c\u043e\u0436\u043b\u0438\u0432\u0430 \u044f\u043a \u0432 \u043e\u0444\u0456\u0441 \u0434\u043b\u044f \u0441\u0435\u0431\u0435 \u0442\u0430 \u043a\u043e\u043b\u0435\u0433, \u0442\u0430\u043a \u0456 \u0434\u043e\u0434\u043e\u043c\u0443 \u0434\u043e \u0441\u0432\u044f\u0442\u043a\u043e\u0432\u043e\u0433\u043e \u0441\u0442\u043e\u043b\u0443 \u0447\u0438 \u043f\u0456\u0434 \u0447\u0430\u0441 \u0432\u0456\u0434\u043f\u043e\u0447\u0438\u043d\u043a\u0443 \u043d\u0430 \u043f\u0440\u0438\u0440\u043e\u0434\u0456 \u2014 \u0432\u0430\u043c \u043d\u0435 \u0434\u043e\u0432\u0435\u0434\u0435\u0442\u044c\u0441\u044f \u0441\u0442\u043e\u044f\u0442\u0438 \u0431\u0456\u043b\u044f \u043f\u043b\u0438\u0442\u0438 \u043f\u0456\u0441\u043b\u044f \u043d\u0430\u043f\u0440\u0443\u0436\u0435\u043d\u043e\u0433\u043e \u0440\u043e\u0431\u043e\u0447\u043e\u0433\u043e \u0442\u0438\u0436\u043d\u044f."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u043f\u0440\u0430\u0446\u044e\u0454 \u0434\u0443\u0436\u0435 \u0448\u0432\u0438\u0434\u043a\u043e, \u0442\u043e\u0436 \u043d\u0430\u0441\u043e\u043b\u043e\u0434\u0438\u0442\u0438\u0441\u044f \u0443\u043b\u044e\u0431\u043b\u0435\u043d\u0438\u043c\u0438 \u0441\u0442\u0440\u0430\u0432\u0430\u043c\u0438 \u0432\u0438 \u0437\u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0436\u0435 \u0447\u0435\u0440\u0435\u0437 \u043a\u043e\u0440\u043e\u0442\u043a\u0438\u0439 \u0447\u0430\u0441 \u043f\u0456\u0441\u043b\u044f \u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u043d\u044f \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f. \u041f\u0456\u0446\u0430 \u0425\u0430\u0440\u043a\u0456\u0432 \u0432\u0456\u0434 Bella Mozzarella \u2014 \u043f\u0440\u0438\u0454\u043c\u043d\u0435 \u0434\u043e\u043f\u043e\u0432\u043d\u0435\u043d\u043d\u044f \u0434\u043e \u0431\u0443\u0434\u044c-\u044f\u043a\u043e\u0457 \u0441\u0438\u0442\u0443\u0430\u0446\u0456\u0457!"}),(0,ho.jsx)("br",{}),(0,ho.jsxs)("ul",{children:[(0,ho.jsx)("li",{children:(0,ho.jsx)("a",{href:"https://bellamozzarella.com.ua/uk/article/piza-novi-budunku/185",children:"\u041f\u0456\u0446\u0430 \u043d\u043e\u0432\u0456 \u0431\u0443\u0434\u0438\u043d\u043a\u0438"})}),(0,ho.jsx)("li",{children:(0,ho.jsx)("a",{href:"https://bellamozzarella.com.ua/uk/article/piza-holodna-gora/187",children:"\u041f\u0456\u0446\u0430 \u0425\u043e\u043b\u043e\u0434\u043d\u0430 \u0433\u043e\u0440\u0430"})}),(0,ho.jsx)("li",{children:(0,ho.jsx)("a",{href:"https://bellamozzarella.com.ua/uk/article/piza-oleksiivka/189",children:"\u041f\u0456\u0446\u0430 \u043e\u043b\u0435\u043a\u0441\u0456\u0457\u0432\u043a\u0430"})}),(0,ho.jsx)("li",{children:(0,ho.jsx)("a",{href:"https://bellamozzarella.com.ua/uk/article/piza-saltivka/191",children:"\u041f\u0456\u0446\u0430 \u0441\u0430\u043b\u0442\u0456\u0432\u043a\u0430"})}),(0,ho.jsx)("li",{children:(0,ho.jsx)("a",{href:"https://bellamozzarella.com.ua/uk/article/piza-htz/193",children:"\u041f\u0456\u0446\u0430 \u0425\u0422\u0417"})}),(0,ho.jsx)("li",{children:(0,ho.jsx)("a",{href:"https://bellamozzarella.com.ua/uk/article/piza-v-centri/195",children:"\u041f\u0456\u0446\u0430 \u0432 \u0446\u0435\u043d\u0442\u0440\u0456"})}),(0,ho.jsx)("li",{children:(0,ho.jsx)("a",{href:"https://bellamozzarella.com.ua/uk/article/piza-nemushlya/197",children:"\u041f\u0456\u0446\u0430 \u041d\u0435\u043c\u0438\u0448\u043b\u044f"})})]}),(0,ho.jsx)("br",{}),(0,ho.jsx)("h3",{children:"\u042f\u043a \u0437\u0430\u043c\u043e\u0432\u0438\u0442\u0438?"}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"\u0417\u0430\u043c\u043e\u0432\u0438\u0442\u0438 \u0457\u0436\u0443 \u0432 Bella Mozzarella \u043c\u043e\u0436\u043d\u0430 \u0431\u0443\u0434\u044c-\u044f\u043a\u0438\u043c \u0437\u0440\u0443\u0447\u043d\u0438\u043c \u0441\u043f\u043e\u0441\u043e\u0431\u043e\u043c: \u0447\u0435\u0440\u0435\u0437 \u0441\u0430\u0439\u0442 \u0430\u0431\u043e \u0437\u0430\u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0443\u0432\u0430\u0432\u0448\u0438 \u043e\u043f\u0435\u0440\u0430\u0442\u043e\u0440\u0443. \u041e\u043f\u043b\u0430\u0442\u0430 \u043c\u043e\u0436\u043b\u0438\u0432\u0430 \u0433\u043e\u0442\u0456\u0432\u043a\u043e\u044e, \u0447\u0435\u0440\u0435\u0437 \u0441\u0438\u0441\u0442\u0435\u043c\u0443 LiqPay \u0430\u0431\u043e \u043a\u0430\u0440\u0442\u043a\u043e\u044e \u0447\u0435\u0440\u0435\u0437 \u0442\u0435\u0440\u043c\u0456\u043d\u0430\u043b (\u0437\u0430\u0437\u0434\u0430\u043b\u0435\u0433\u0456\u0434\u044c \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u0442\u0435 \u043f\u0440\u043e \u0446\u0435 \u043f\u0440\u0438 \u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u043d\u0456 \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f)."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"\u041d\u0430\u0441\u043e\u043b\u043e\u0434\u0436\u0443\u0439\u0442\u0435\u0441\u044c \u0443\u043b\u044e\u0431\u043b\u0435\u043d\u0438\u043c\u0438 \u0441\u0442\u0440\u0430\u0432\u0430\u043c\u0438 \u0456\u0442\u0430\u043b\u0456\u0439\u0441\u044c\u043a\u043e\u0457 \u043a\u0443\u0445\u043d\u0456 \u0432 \u0431\u0443\u0434\u044c-\u044f\u043a\u0443 \u043f\u043e\u0440\u0443 \u0440\u043e\u043a\u0443!"}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"\u0422\u0430\u043a\u043e\u0436 \u043c\u0438 \u0440\u043e\u0437\u0448\u0438\u0440\u0438\u043b\u0438 \u0437\u043e\u043d\u0443 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0438. \u0422\u0435\u043f\u0435\u0440 \u0432\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u0430\u043c\u043e\u0432\u0438\u0442\u0438 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0443 \u0432 \u0434\u0435\u044f\u043a\u0456 \u0442\u043e\u0447\u043a\u0438 \u043e\u0431\u043b\u0430\u0441\u0442\u0456, \u043f\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0456 \u043d\u0430 \u043a\u0430\u0440\u0442\u0456 \u0436\u043e\u0432\u0442\u0438\u043c \u043a\u043e\u043b\u044c\u043e\u0440\u043e\u043c. \u0423\u043c\u043e\u0432\u0438: \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u0432\u0456\u0434 999 \u0433\u0440\u043d, \u0432\u0430\u0440\u0442\u0456\u0441\u0442\u044c \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0438 \u2014 89 \u0433\u0440\u043d."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"\u0417\u0432\u0435\u0440\u043d\u0456\u0442\u044c \u0443\u0432\u0430\u0433\u0443, \u0449\u043e \u0443 \u0441\u0432\u044f\u0442\u043a\u043e\u0432\u0456 \u0434\u043d\u0456 \u0432\u0430\u0440\u0442\u0456\u0441\u0442\u044c \u043c\u0456\u043d\u0456\u043c\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u0434\u043b\u044f \u0431\u0435\u0437\u043a\u043e\u0448\u0442\u043e\u0432\u043d\u043e\u0457 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0438 \u0442\u0430 \u0447\u0430\u0441 \u043e\u0447\u0456\u043a\u0443\u0432\u0430\u043d\u043d\u044f \u043c\u043e\u0436\u0443\u0442\u044c \u0437\u0431\u0456\u043b\u044c\u0448\u0443\u0432\u0430\u0442\u0438\u0441\u044f."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"\u0423\u0441\u0456 \u0434\u0435\u0442\u0430\u043b\u0456 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0438 \u0443\u0442\u043e\u0447\u043d\u044e\u0439\u0442\u0435 \u0443 \u043e\u043f\u0435\u0440\u0430\u0442\u043e\u0440\u0430."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"\u0422\u0435\u043b\u0435\u0444\u043e\u043d\u0438 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0438:"}),(0,ho.jsx)("br",{}),(0,ho.jsxs)("ul",{children:[(0,ho.jsx)("li",{children:"+38 (093) 4321000"}),(0,ho.jsx)("li",{children:"+38 (098) 4321000"}),(0,ho.jsx)("li",{children:"+38 (099) 4321000"})]}),(0,ho.jsx)("br",{})]}):(0,ho.jsxs)("div",{className:nv,children:[(0,ho.jsx)("br",{}),(0,ho.jsx)("h1",{children:"\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0438 \u0438 \u043e\u043f\u043b\u0430\u0442\u044b \u0432 \u0425\u0430\u0440\u044c\u043a\u043e\u0432\u0435"}),(0,ho.jsx)("br",{}),(0,ho.jsxs)("p",{children:["\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0437\u0430\u043a\u0430\u0437\u043e\u0432 \u0432 \u0425\u0430\u0440\u044c\u043a\u043e\u0432\u0435 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0441\u044f \u043f\u0440\u0438 \u0437\u0430\u043a\u0430\u0437\u0435 \u043e\u0442 499 \u0433\u0440\u043d. \u0431\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u043e. \u041f\u0440\u0438 \u0441\u0443\u043c\u043c\u0435 \u0437\u0430\u043a\u0430\u0437\u0430 \u0434\u043e 499 \u0433\u0440\u043d. \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0441\u0442\u043e\u0438\u0442 79 \u0433\u0440\u043d. \u0412 \u043f\u0440\u0430\u0437\u0434\u043d\u0438\u0447\u043d\u044b\u0435 \u0434\u043d\u0438 \u043c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0441\u0443\u043c\u043c\u0430 \u0437\u0430\u043a\u0430\u0437\u0430 \u043c\u043e\u0436\u0435\u0442 \u043c\u0435\u043d\u044f\u0442\u044c\u0441\u044f. \u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u043f\u043e \u0432\u0441\u0435\u043c\u0443 \u0433\u043e\u0440\u043e\u0434\u0443. \u041f\u0440\u0438 \u0437\u0430\u043a\u0430\u0437\u0435 \u043e\u0442 2000 \u0433\u0440\u043d \u2014 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u0430 \u043f\u0440\u0435\u0434\u043e\u043f\u043b\u0430\u0442\u0430 50%. \u041f\u0440\u0438 \u0441\u0430\u043c\u043e\u0432\u044b\u0432\u043e\u0437\u0435 \u0441 \u0443\u043b. C\u0443\u043c\u0441\u043a\u043e\u0439 73 \u0438 \u043f\u0440. \u041f\u0435\u0442\u0440\u0430 \u0413\u0440\u0438\u0433\u043e\u0440\u0435\u043d\u043a\u0430 18/1 \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u0435\u0442 \u0441\u043a\u0438\u0434\u043a\u0430 15%.",(0,ho.jsx)("p",{children:"\u0410\u043a\u0446\u0438\u0438 \u0438 \u0441\u043a\u0438\u0434\u043a\u0438 \u043d\u0435 \u0441\u0443\u043c\u043c\u0438\u0440\u0443\u044e\u0442\u0441\u044f. \u0411\u043e\u043d\u0443\u0441\u0430\u043c\u0438 \u043d\u0430\u0447\u0438\u0441\u043b\u044f\u0435\u0442\u0441\u044f 5% \u043e\u0442 \u0441\u0443\u043c\u043c\u044b \u0437\u0430\u043a\u0430\u0437\u0430, \u0441\u0434\u0435\u043b\u0430\u043d\u043d\u043e\u0433\u043e \u0447\u0435\u0440\u0435\u0437 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435, \u043d\u0435 \u0440\u0430\u0441\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u044f\u0435\u0442\u0441\u044f \u043d\u0430 \u0430\u043a\u0446\u0438\u043e\u043d\u043d\u044b\u0435 \u043f\u043e\u0437\u0438\u0446\u0438\u0438."}),(0,ho.jsx)("br",{}),"\u041e\u043f\u0435\u0440\u0430\u0442\u043e\u0440\u044b \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0438 \u0433\u043e\u0442\u043e\u0432\u044b \u043f\u0440\u0438\u043d\u0438\u043c\u0430\u0442\u044c \u0432\u0430\u0448\u0438 \u0437\u0430\u043a\u0430\u0437\u044b \u0441 10:00 \u0434\u043e 22:30. \u0412\u0440\u0435\u043c\u044f \u043f\u0440\u0438\u0435\u043c\u0430 \u0438 \u0432\u044b\u0434\u0430\u0447\u0438 \u0437\u0430\u043a\u0430\u0437\u0430 \u043c\u043e\u0436\u0435\u0442 \u0438\u0437\u043c\u0435\u043d\u044f\u0442\u044c\u0441\u044f \u043f\u043e \u0442\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u0438\u043c \u043f\u0440\u0438\u0447\u0438\u043d\u0430\u043c."]}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"\u0415\u0441\u043b\u0438 \u0432 \u0434\u043e\u043c\u0435 \u043d\u0435\u0442 \u0441\u0432\u0435\u0442\u0430 \u0438\u043b\u0438 \u043d\u0435 \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u043b\u0438\u0444\u0442, \u043a\u0443\u0440\u044c\u0435\u0440 \u043f\u043e\u0434\u043d\u0438\u043c\u0430\u0435\u0442\u0441\u044f \u043d\u0430 \u043f\u044f\u0442\u044b\u0439 \u044d\u0442\u0430\u0436."}),(0,ho.jsx)("br",{}),(0,ho.jsxs)("p",{children:[(0,ho.jsx)("a",{href:"https://bellamozzarella.com.ua/ru",children:"\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0435\u0434\u044b \u0425\u0430\u0440\u044c\u043a\u043e\u0432"}),"\xa0 \u043e\u0442 Bella Mozzarella \u2013 \u044d\u0442\u043e \u0432\u043a\u0443\u0441\u043d\u043e, \u0431\u044b\u0441\u0442\u0440\u043e \u0438 \u043d\u0435\u0434\u043e\u0440\u043e\u0433\u043e. Bella Mozzarella \u2013 \u044d\u0442\u043e \u043c\u0435\u0441\u0442\u043e, \u0433\u0434\u0435 \u0443\u0447\u0442\u0443\u0442 \u0432\u0441\u0435 \u0412\u0430\u0448\u0438 \u043f\u0440\u0435\u0434\u043f\u043e\u0447\u0442\u0435\u043d\u0438\u044f \u0438 \u043f\u043e\u0436\u0435\u043b\u0430\u043d\u0438\u044f. \u0415\u0434\u0430 \u043f\u0440\u0438\u0433\u043e\u0442\u043e\u0432\u043b\u0435\u043d\u0430 \u0442\u043e\u043b\u044c\u043a\u043e \u043f\u0440\u043e\u0444\u0435\u0441\u0441\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u043c\u0438 \u043c\u0430\u0441\u0442\u0435\u0440\u0430\u043c\u0438 \u043f\u043e \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u043c \u0440\u0435\u0446\u0435\u043f\u0442\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, \u043f\u043e\u044d\u0442\u043e\u043c\u0443 \u0437\u0430\u043a\u0430\u0437\u0430\u0432 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0443 \u0435\u0434\u044b \u0432 \u0425\u0430\u0440\u044c\u043a\u043e\u0432\u0435, \u0412\u044b \u0441\u0430\u043c\u0438 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0432 \u044d\u0442\u043e\u043c \u0443\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f."]}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"\u0423 \u043d\u0430\u0441 \u0432 \u043c\u0435\u043d\u044e \u0435\u0441\u0442\u044c \u043e\u0433\u0440\u043e\u043c\u043d\u044b\u0439 \u0432\u044b\u0431\u043e\u0440 \u0431\u043b\u044e\u0434 \u043d\u0430 \u043b\u044e\u0431\u043e\u0439, \u0434\u0430\u0436\u0435 \u0441\u0430\u043c\u044b\u0439 \u0438\u0437\u044b\u0441\u043a\u0430\u043d\u043d\u044b\u0439 \u0432\u043a\u0443\u0441. \u0423 \u043d\u0430\u0441 \u0435\u0441\u0442\u044c \u043e\u0433\u0440\u043e\u043c\u043d\u044b\u0439 \u0432\u044b\u0431\u043e\u0440 \u043f\u0438\u0446\u0446, \u0431\u0443\u0440\u0433\u0435\u0440\u043e\u0432, \u0441\u0430\u043b\u0430\u0442\u043e\u0432, \u043f\u0435\u0440\u0432\u044b\u0445 \u0431\u043b\u044e\u0434, \u0433\u0430\u0440\u043d\u0438\u0440\u043e\u0432, \u0441\u043e\u0443\u0441\u043e\u0432, \u0438 \u0440\u0430\u0437\u043d\u044b\u0445 \u043d\u0430\u043f\u0438\u0442\u043a\u043e\u0432. \u0423 \u043d\u0430\u0441 \u0432 \u0430\u0441\u0441\u043e\u0440\u0442\u0438\u043c\u0435\u043d\u0442\u0435 \u0431\u043e\u043b\u0435\u0435 30 \u0432\u0438\u0434\u043e\u0432 \u043f\u0438\u0446\u0446, \u0447\u0442\u043e \u0432\u043f\u043e\u043b\u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0437\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u043f\u043e\u043b\u043d\u043e\u0446\u0435\u043d\u043d\u044b\u0439 \u043f\u0440\u0438\u0435\u043c \u043f\u0438\u0449\u0438, \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0440\u0430\u0437\u043d\u043e\u0432\u0438\u0434\u043d\u043e\u0441\u0442\u0435\u0439 \u043f\u0435\u0440\u0432\u044b\u0445 \u0431\u043b\u044e\u0434, \u0431\u043e\u043b\u0435\u0435 5 \u0432\u0438\u0434\u043e\u0432 \u0441\u0430\u043c\u044b\u0445 \u043f\u043e\u043f\u0443\u043b\u044f\u0440\u043d\u044b\u0445 \u0438 \u043f\u043e\u043b\u0435\u0437\u043d\u044b\u0445 \u0441\u0430\u043b\u0430\u0442\u043e\u0432, \u0430 \u0441\u0430\u043c\u043e\u0435 \u0433\u043b\u0430\u0432\u043d\u043e\u0435 \u0432\u0441\u0451 \u044d\u0442\u043e \u0432\u0441\u0435\u0433\u0434\u0430 \u0441\u0432\u0435\u0436\u0435\u0435 \u0438 \u043f\u043e \u043f\u0440\u0438\u0435\u043c\u043b\u0435\u043c\u044b\u043c \u0446\u0435\u043d\u0430\u043c."}),(0,ho.jsx)("p",{children:"\u041f\u0440\u0438 \u0437\u0430\u043a\u0430\u0437\u0435 \u0432\u044b\u0448\u0435 2000 \u0433\u0440\u043d \u0432\u043d\u043e\u0441\u0438\u0442\u0441\u044f \u043f\u0440\u0435\u0434\u043e\u043f\u043b\u0430\u0442\u0430 50% \u043e\u0442 \u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u0438 \u0437\u0430\u043a\u0430\u0437\u0430"}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"\u0412 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u043f\u043e\u0434\u0430\u0440\u043a\u0430 \u0437\u0430 \u043e\u0442\u0437\u044b\u0432 \u0432 Google \u043c\u044b \u043f\u0440\u0435\u0434\u043b\u0430\u0433\u0430\u0435\u043c \u043f\u043e\u0434\u0430\u0440\u043e\u043a \u043f\u043e \u0432\u044b\u0431\u043e\u0440\u0443: \u043f\u0438\u0446\u0446\u044b \u041a\u043e\u0440\u0440\u0438\u0434\u0430, \u041c\u0430\u0440\u0433\u0430\u0440\u0438\u0442\u0430, \u041a\u0430\u0447\u0447\u0430 \u0411\u0435\u043b\u043b\u0430, \u0430 \u0442\u0430\u043a\u0436\u0435 \u0431\u0443\u0440\u0433\u0435\u0440\u044b \u041f\u043e\u043b\u043b\u043e \u0438 \u0411\u0435\u043b\u043b\u0430 \u0427\u0435\u0434\u0434\u0435\u0440."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("iframe",{src:"https://www.google.com/maps/d/u/0/embed?mid=1PNRAfLYy4A9zl9Gf5jjBlH23ZcU4qgEz&ehbc=2E312F",width:"640",height:"480"}),(0,ho.jsx)("h2",{children:"\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0437\u0430\u043a\u0430\u0437\u043e\u0432 \u043f\u043e \u0440\u0430\u0439\u043e\u043d\u0430\u043c \u0433\u043e\u0440\u043e\u0434\u0430 \u0425\u0430\u0440\u044c\u043a\u043e\u0432\u0430"}),(0,ho.jsx)("br",{}),(0,ho.jsxs)("p",{children:["\u0417\u0430\u043a\u0430\u0437\u0430\u0442\u044c \u043f\u0438\u0446\u0446\u0443 \u0432 \u0425\u0430\u0440\u044c\u043a\u043e\u0432\u0435 \u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0432 \u043b\u044e\u0431\u0443\u044e \u0442\u043e\u0447\u043a\u0443 \u0433\u043e\u0440\u043e\u0434\u0430, \u0432 \u043b\u044e\u0431\u043e\u0435 \u043c\u0435\u0441\u0442\u043e, \u0443\u0434\u043e\u0431\u043d\u043e\u0435 \u0434\u043b\u044f \u0412\u0430\u0441. \u0417\u0430\u043a\u0430\u0437\u0430\u0442\u044c \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0443 \u0435\u0434\u044b \u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043a\u0430\u043a \u0432 \u043e\u0444\u0438\u0441 \u0434\u043b\u044f \u0441\u0435\u0431\u044f, \u0442\u0430\u043a \u0438 \u0434\u043b\u044f \u043a\u043e\u043b\u043b\u0435\u0433, \u0430 \u0441\u0430\u043c\u043e\u0435 \u0433\u043b\u0430\u0432\u043d\u043e\u0435, \u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u0430\u043a\u0430\u0437\u0430\u0442\u044c \u0435\u0435 \u0438 \u0434\u043e\u043c\u043e\u0439 \u043a \u043f\u0440\u0430\u0437\u0434\u043d\u0438\u0447\u043d\u043e\u043c\u0443 \u0441\u0442\u043e\u043b\u0443, \u0438 \u043d\u0430\u0445\u043e\u0434\u044f\u0441\u044c \u043d\u0430 \u043e\u0442\u0434\u044b\u0445\u0435, \u0431\u0443\u0434\u0443\u0447\u0438 \u0434\u0430\u0436\u0435 \u043d\u0430 \u043f\u0440\u0438\u0440\u043e\u0434\u0435, \u0438 \u0412\u0430\u043c \u043d\u0435 \u043f\u0440\u0438\u0434\u0435\u0442\u0441\u044f \u0441\u0442\u043e\u044f\u0442\u044c \u0443 \u043f\u043b\u0438\u0442\u044b, \u0432\u044b\u0431\u0438\u0432\u0430\u044f\u0441\u044c \u0438\u0437 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0445 \u0441\u0438\u043b \u043f\u043e\u0441\u043b\u0435 \u0434\u043e\u043b\u0433\u043e\u0439 \u0442\u0440\u0443\u0434\u043e\u0432\u043e\u0439 \u0440\u0430\u0431\u043e\u0447\u0435\u0439 \u043d\u0435\u0434\u0435\u043b\u0438, \u043f\u043e\u0442\u043e\u043c\u0443 \u0447\u0442\u043e \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0435\u0434\u044b, \u0430 \u0442\u0430\u043a\u0436\u0435 \u043d\u0430\u0448\u0438 \u043f\u0440\u043e\u0444\u0435\u0441\u0441\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0435 \u043f\u043e\u0432\u0430\u0440\u0430 \u043f\u0440\u0438\u0433\u043e\u0442\u043e\u0432\u044f\u0442 \u0412\u0430\u0448\u0443 \u043b\u044e\u0431\u0438\u043c\u0443\u044e \u0435\u0434\u0443 \u0432\u043c\u0435\u0441\u0442\u043e \u0432\u0430\u0441, \u0438 \u0432\u044b \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u043d\u0430\u0441\u043b\u0430\u0434\u0438\u0442\u044c\u0441\u044f \u043f\u043e\u043b\u043d\u043e\u0446\u0435\u043d\u043d\u044b\u043c \u043e\u0442\u0434\u044b\u0445\u043e\u043c \u0438 \u0412\u0430\u0448\u0438\u043c\u0438 \u043b\u044e\u0431\u0438\u043c\u044b\u043c\u0438 \u0431\u043b\u044e\u0434\u0430\u043c\u0438. \u041a \u0442\u043e\u043c\u0443 \u0436\u0435 \u0432\u043a\u0443\u0441\u043e\u0432\u044b\u0435 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0430 \u043d\u0430\u0448\u0438\u0445 \u0431\u043b\u044e\u0434 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u043e\u0446\u0435\u043d\u0438\u0442\u044c \u043d\u0435 \u0442\u043e\u043b\u044c\u043a\u043e \u0412\u044b, \u043d\u043e \u0438 \u0412\u0430\u0448\u0430 \u0441\u0435\u043c\u044c\u044f, \u0434\u0440\u0443\u0437\u044c\u044f \u0438 \u043a\u043e\u043b\u043b\u0435\u0433\u0438.",(0,ho.jsxs)("ul",{children:[(0,ho.jsx)("li",{children:(0,ho.jsx)("a",{href:"https://bellamozzarella.com.ua/ru/article/pizza-novue-doma/186",children:"\u041f\u0438\u0446\u0446\u0430 \u043d\u043e\u0432\u044b\u0435 \u0434\u043e\u043c\u0430"})}),(0,ho.jsx)("li",{children:(0,ho.jsx)("a",{href:"https://bellamozzarella.com.ua/ru/article/pizza-holodnaya-gora/188",children:"\u041f\u0438\u0446\u0446\u0430 \u0425\u043e\u043b\u043e\u0434\u043d\u0430\u044f \u0433\u043e\u0440\u0430"})}),(0,ho.jsx)("li",{children:(0,ho.jsx)("a",{href:"https://bellamozzarella.com.ua/ru/article/pizza-alekseevka/190",children:"\u041f\u0438\u0446\u0446\u0430 \u0430\u043b\u0435\u043a\u0441\u0435\u0435\u0432\u043a\u0430"})}),(0,ho.jsx)("li",{children:(0,ho.jsx)("a",{href:"https://bellamozzarella.com.ua/ru/article/pizza-saltovka/192",children:"\u041f\u0438\u0446\u0446\u0430 \u0441\u0430\u043b\u0442\u043e\u0432\u043a\u0430"})}),(0,ho.jsx)("li",{children:(0,ho.jsx)("a",{href:"https://bellamozzarella.com.ua/ru/article/pizza-htz/194",children:"\u041f\u0438\u0446\u0446\u0430 \u0445\u0442\u0437"})}),(0,ho.jsx)("li",{children:(0,ho.jsx)("a",{href:"https://bellamozzarella.com.ua/ru/article/pizza-v-centre/196",children:"\u041f\u0438\u0446\u0446\u0430 \u0432 \u0446\u0435\u043d\u0442\u0440\u0435"})}),(0,ho.jsx)("li",{children:(0,ho.jsx)("a",{href:"https://bellamozzarella.com.ua/ru/article/pizza-nemushlya/198",children:"\u041f\u0438\u0446\u0446\u0430 \u041d\u0435\u043c\u044b\u0448\u043b\u044f"})})]})]}),(0,ho.jsx)("br",{}),(0,ho.jsxs)("p",{children:["\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u043e\u0447\u0435\u043d\u044c \u0431\u044b\u0441\u0442\u0440\u043e, \u0430 \u0437\u043d\u0430\u0447\u0438\u0442 \u043f\u043e\u043b\u0430\u043a\u043e\u043c\u0438\u0442\u044c\u0441\u044f \u043b\u044e\u0431\u0438\u043c\u044b\u043c\u0438 \u0431\u043b\u044e\u0434\u0430\u043c\u0438 \u0412\u044b \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0432 \u0434\u043e\u0432\u043e\u043b\u044c\u043d\u043e \u043a\u043e\u0440\u043e\u0442\u043a\u0438\u0439 \u043f\u0435\u0440\u0438\u043e\u0434 \u043e\u0442 \u043c\u043e\u043c\u0435\u043d\u0442\u0430 \u0441\u0434\u0435\u043b\u0430\u043d\u043d\u043e\u0433\u043e \u0412\u0430\u043c\u0438 \u0443 \u043d\u0430\u0441 \u0437\u0430\u043a\u0430\u0437\u0430. \u0417\u0430\u043a\u0430\u0437\u0430\u0442\u044c \u043f\u0438\u0446\u0446\u0443 \u0425\u0430\u0440\u044c\u043a\u043e\u0432 \u0438\u0437 Bella Mozzarella \u2014 \u043f\u0440\u0438\u044f\u0442\u043d\u043e\u0435 \u0434\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u043a \u043b\u044e\u0431\u043e\u0439 \u0441\u0438\u0442\u0443\u0430\u0446\u0438\u0438!"," "]}),(0,ho.jsx)("br",{}),(0,ho.jsx)("h3",{children:"\u041a\u0430\u043a \u0437\u0430\u043a\u0430\u0437\u0430\u0442\u044c?"}),(0,ho.jsx)("br",{}),(0,ho.jsxs)("p",{children:[(0,ho.jsx)("a",{href:"https://bellamozzarella.com.ua/ru/category/dostavka-pizza-kharkov\n",children:"\u0417\u0430\u043a\u0430\u0437\u0430\u0442\u044c \u043f\u0438\u0446\u0446\u0443 \u0432 \u0425\u0430\u0440\u044c\u043a\u043e\u0432\u0435"})," ","\u0432 Bella Mozzarella \u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043b\u044e\u0431\u044b\u043c \u0443\u0434\u043e\u0431\u043d\u044b\u043c \u0434\u043b\u044f \u0412\u0430\u0441 \u0441\u043f\u043e\u0441\u043e\u0431\u043e\u043c, \u043a\u0430\u043a \u043e\u0444\u043e\u0440\u043c\u0438\u0432 \u0441\u0432\u043e\u0439 \u0437\u0430\u043a\u0430\u0437 \u043d\u0430 \u0441\u0430\u0439\u0442\u0435, \u0442\u0430\u043a \u0438 \u0441\u0432\u044f\u0437\u0430\u0432\u0448\u0438\u0441\u044c \u0441 \u043d\u0430\u0448\u0438\u043c \u043e\u043f\u0435\u0440\u0430\u0442\u043e\u0440\u043e\u043c \u043f\u043e \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0443. \u0417\u0430\u043a\u0430\u0437\u0430\u0432 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0443 \u0435\u0434\u044b \u0432 \u0425\u0430\u0440\u044c\u043a\u043e\u0432\u0435 \u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043e\u043f\u043b\u0430\u0442\u0438\u0442\u044c \u0441\u0432\u043e\u0439 \u0437\u0430\u043a\u0430\u0437 \u0443\u0434\u043e\u0431\u043d\u044b\u043c \u0434\u043b\u044f \u0412\u0430\u0441 \u0441\u043f\u043e\u0441\u043e\u0431\u043e\u043c: \u043d\u0430\u043b\u0438\u0447\u043d\u044b\u043c\u0438, \u0447\u0435\u0440\u0435\u0437 \u0441\u0438\u0441\u0442\u0435\u043c\u0443 LiqPay, \u043e\u0444\u043e\u0440\u043c\u0438\u0432 \u0437\u0430\u043a\u0430\u0437 \u043d\u0430 \u0441\u0430\u0439\u0442\u0435, \u043b\u0438\u0431\u043e \u043f\u0440\u0438 \u043f\u043e\u043c\u043e\u0449\u0438 \u0442\u0435\u0440\u043c\u0438\u043d\u0430\u043b\u0430, \u0443\u043a\u0430\u0437\u0430\u0432 \u044d\u0442\u043e \u043f\u0440\u0438 \u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u0438 \u0437\u0430\u043a\u0430\u0437\u0430 \u0447\u0435\u0440\u0435\u0437 \u0441\u0430\u0439\u0442, \u043b\u0438\u0431\u043e \u0437\u0430\u0440\u0430\u043d\u0435\u0435 \u0441\u043e\u043e\u0431\u0449\u0438\u0432 \u043e\u0431 \u044d\u0442\u043e\u043c \u043e\u043f\u0435\u0440\u0430\u0442\u043e\u0440\u0443 \u043f\u043e \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0443."]}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"\u041d\u0430\u0441\u043b\u0430\u0436\u0434\u0430\u0439\u0442\u0435\u0441\u044c \u043b\u044e\u0431\u0438\u043c\u044b\u043c\u0438 \u0431\u043b\u044e\u0434\u0430\u043c\u0438 \u0438\u0442\u0430\u043b\u044c\u044f\u043d\u0441\u043a\u043e\u0439 \u043a\u0443\u0445\u043d\u0438 \u0432 \u043b\u044e\u0431\u0443\u044e \u043f\u043e\u0433\u043e\u0434\u0443, \u0432 \u043b\u044e\u0431\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0433\u043e\u0434\u0430!"}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"\u0422\u0430\u043a \u0436\u0435 \u043c\u044b \u0440\u0430\u0441\u0448\u0438\u0440\u0438\u043b\u0438 \u043d\u0430\u0448\u0443 \u0417\u043e\u043d\u0443 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0438. \u0422\u0435\u043f\u0435\u0440\u044c \u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u0430\u043a\u0430\u0437\u0430\u0442\u044c \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0443 \u0432 \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0442\u043e\u0447\u043a\u0438 \u043e\u0431\u043b\u0430\u0441\u0442\u0438, \u043e\u043d\u0438 \u043e\u0442\u043c\u0435\u0447\u0435\u043d\u044b \u043d\u0430 \u043a\u0430\u0440\u0442\u0435 \u0436\u0451\u043b\u0442\u044b\u043c \u0446\u0432\u0435\u0442\u043e\u043c. \u0423\u0441\u043b\u043e\u0432\u0438\u044f \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0438: \u0437\u0430\u043a\u0430\u0437 \u043e\u0442 999 \u0433\u0440\u043d. , \u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0438 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 79 \u0433\u0440\u043d."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"\u041e\u0431\u0440\u0430\u0449\u0430\u0435\u043c \u0412\u0430\u0448\u0435 \u0432\u043d\u0438\u043c\u0430\u043d\u0438\u0435, \u0447\u0442\u043e \u0432 \u043f\u0440\u0430\u0437\u0434\u043d\u0438\u0447\u043d\u044b\u0435 \u0434\u043d\u0438 \u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c \u043c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0437\u0430\u043a\u0430\u0437\u0430 \u0434\u043b\u044f \u0431\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u043e\u0439 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0438, \u0430 \u0442\u0430\u043a \u0436\u0435 \u0432\u0440\u0435\u043c\u044f \u043e\u0436\u0438\u0434\u0430\u043d\u0438\u044f \u0437\u0430\u043a\u0430\u0437\u0430 \u043c\u043e\u0433\u0443\u0442 \u0443\u0432\u0435\u043b\u0438\u0447\u0438\u0432\u0430\u0442\u044c\u0441\u044f."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"\u0412\u0441\u0435 \u0434\u0435\u0442\u0430\u043b\u0438 \u043f\u043e \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0435 \u0443\u0442\u043e\u0447\u043d\u044f\u0439\u0442\u0435 \u0443 \u043e\u043f\u0435\u0440\u0430\u0442\u043e\u0440\u0430."}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"\u041d\u0443 \u0447\u0442\u043e, \u0433\u043e\u0442\u043e\u0432\u044b \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0437\u0430\u043a\u0430\u0437?"}),(0,ho.jsx)("br",{}),(0,ho.jsx)("p",{children:"\u0422\u0435\u043b\u0435\u0444\u043e\u043d\u044b \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0438:"}),(0,ho.jsx)("br",{}),(0,ho.jsxs)("ul",{children:[(0,ho.jsx)("li",{children:"+38 (093) 4321000"}),(0,ho.jsx)("li",{children:"+38 (098) 4321000"}),(0,ho.jsx)("li",{children:"+38 (099) 4321000"})]}),(0,ho.jsx)("br",{})]})})]})}),iv=function(){var e=Mt().pathname,t=M();return(0,i.useEffect)(function(){t(Va())},[t]),(0,i.useEffect)(function(){window.scrollTo(0,0)},[e]),(0,ho.jsx)(rv,{})},av="styles_container__IJyge",ov="styles_subTitle__lfH-+",uv="styles_subTitleInner__Nh0+L",sv=function(e){return(e||"").toString().trim().replace(/^\/+/,"").replace(/\/+$/,"").toLowerCase()},lv=function(e){var t,n,r,a,o=e.categories,u=e.settings,s=e.addDishToCart,l=e.allCategories,c=Mt(),f=zt(),d=c.pathname.includes("dish")||c.pathname.includes("combo"),p=window.location.pathname,h=(0,i.useMemo)(function(){var e=(p.split("/")[1]||"uk").toLowerCase();return["uk","ru","en"].includes(e)?e:"uk"},[p]);(0,i.useEffect)(function(){var e=window.location,t=e.pathname,n=e.search,r=e.hash;if(t.length>1&&t.endsWith("/")&&!/^\/(?:uk|ru|en)\/?$/.test(t)){var i=t.replace(/\/+$/,"");f("".concat(i).concat(n).concat(r),{replace:!0})}},[f]);var m=p.slice(p.lastIndexOf("/")+1),v=ae((0,i.useState)(!1),2),g=v[0],y=v[1],D=(0,i.useMemo)(function(){var e=Array.isArray(l)?l:[];if(!m)return[];if(/^-?\d+$/.test(m||"")){var t=parseInt(m,10);return e.filter(function(e){return e&&e.id===t})}var n=sv(m);return e.filter(function(e){var t,r=sv(null===e||void 0===e||null===(t=e.seo)||void 0===t?void 0:t.url);return e&&r&&r===n})},[l,m]),E=D[0],A=(0,i.useMemo)(function(){return lo(D).map(function(e){return e.name})},[D]),b=["uk","ru","en"],_=(0,i.useMemo)(function(){var e;return function(e){if(!e)return null;if("object"===typeof e&&!Array.isArray(e)){var t=[];return b.forEach(function(n){var r=e[n];"string"===typeof r&&r.trim()&&t.push({locale:n,url:r.trim()})}),t.length?t:null}if("string"===typeof e){var n=[];return b.forEach(function(t){var r,i=new RegExp("".concat(t,"\\s*:\\s*([^,]+)"),"i"),a=e.match(i),o=null===a||void 0===a||null===(r=a[1])||void 0===r?void 0:r.trim();o&&n.push({locale:t,url:o})}),n.length?n: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,i.useMemo)(function(){return 1===D.length&&D[0].long_description},[D]),k=(0,i.useMemo)(function(){var e,t=null===D||void 0===D||null===(e=D[0])||void 0===e?void 0:e.json_schema;if(!t)return null;if("string"===typeof t){var n=t.trim();if(!n)return null;try{return JSON.parse(n),n}catch(jS){return console.log("json_schema is string but not valid JSON",jS),null}}if("object"===typeof t)try{return JSON.stringify(t)}catch(jS){return console.log("json_schema stringify error",jS),null}return null},[D]),T=(0,i.useMemo)(function(){var e,t=null===D||void 0===D||null===(e=D[0])||void 0===e?void 0:e.subTitle;if("string"!==typeof t)return null;var n=t.trim();return n||null},[D]);return(0,i.useEffect)(function(){d||(Array.isArray(l)&&0!==l.length?(y(!0),E||f("/".concat(h,"/404"),{replace:!0})):y(!1))},[l,E,d,f,h]),(0,i.useMemo)(function(){return!!d||!!g&&!!E},[d,g,E])?(0,ho.jsxs)("div",{className:av,children:[(0,ho.jsx)(Dl,{cart:!0,categories:o}),k&&(0,ho.jsx)("script",{type:"application/ld+json",dangerouslySetInnerHTML:{__html:k}}),(0,ho.jsx)(Cc,{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===(r=E.seo)||void 0===r?void 0:r.description,url:null===E||void 0===E||null===(a=E.seo)||void 0===a?void 0:a.url,localizations:_}),(0,ho.jsx)(Gh,{data:u}),T&&(0,ho.jsx)("div",{className:ov,children:(0,ho.jsx)("div",{className:uv,dangerouslySetInnerHTML:{__html:T}})}),(0,ho.jsx)(Dl,{categories:o}),(0,ho.jsx)(Gm,{data:D,anchors:A,addDishToCart:s,path:"category"}),!d&&(0,ho.jsx)(Wm,{text:C}),(0,ho.jsx)(wc,{}),(0,ho.jsx)(Yt,{})]}):(0,ho.jsx)(fc,{})},cv=mn()(function(e){var t=e.t,n=M(),r=F(function(e){return e.combos.data},U),a=F(function(e){return e.stories.data},U),o=F(function(e){return e.categories.data},U),u=F(function(e){return e.settings.data},U),s=ee(o);s=s.filter(function(e){return e.visible&&e}),s.splice(1,0,{name:t("pages.main.components.combo.title"),position:2,dishes:r,visible:!0}),(0,i.useEffect)(function(){n(Qa()),n(Ya()),n(Va()),n(Xa())},[t,n]);return(0,ho.jsx)(lv,{stories:a,combos:r,categories:s,allCategories:o,settings:u,addDishToCart:function(e){n(no(e))},path:"category"})}),fv="styles_container__A+SSN",dv="styles_title__ATU7X",pv="styles_content__6-YKF",hv=mn()(function(e){var t=e.t;return(0,ho.jsxs)(ho.Fragment,{children:[(0,ho.jsx)(Cc,{t:t,path:"terms"}),(0,ho.jsx)(Dl,{cart:!0}),(0,ho.jsx)(Dl,{}),(0,ho.jsx)("div",{className:fv,children:(0,ho.jsxs)("div",{className:pv,children:[(0,ho.jsx)("p",{className:dv,children:t("pages.terms.title")}),(0,ho.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'\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"}})]})})]})}),mv=function(){var e=Mt().pathname,t=M();return(0,i.useEffect)(function(){t(Va())},[t]),(0,i.useEffect)(function(){window.scrollTo(0,0)},[e]),(0,ho.jsx)(hv,{})},vv=ii("dish/getDish",function(){var e=yn(vn().mark(function e(t){var n;return vn().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,Ma().dish.getDish(t);case 2:return n=e.sent,e.abrupt("return",n.data);case 4:case"end":return e.stop()}},e)}));return function(t){return e.apply(this,arguments)}}()),gv=Zr({name:"dish",initialState:{data:{},loading:!1,error:null},reducers:{},extraReducers:(dm={},l(dm,vv.fulfilled,function(e,t){e.loading=!1,e.data=t.payload}),l(dm,vv.pending,function(e){e.loading=!0}),l(dm,vv.rejected,function(e,t){e.loading=!1,e.error=t.payload}),dm)}).reducer,yv="styles_container__uEnKv",Dv="styles_leftBlock__ThFwE",Ev="styles_rightBlock__9HUx5",Av="styles_title__143ra",bv="styles_dish__hq9Ph",_v="styles_image__-ZuMD",Cv="styles_coverContent__PlyP5",kv="styles_coverPercent__E4Rha",Tv="styles_infoBlock__ZeVfd",xv="styles_parameters__WNzvx",Sv="styles_description__smct2",wv="styles_ingredientsTitle__jUxbO",Fv="styles_ingredients__dBRdR",Ov="styles_ingredient__8RQYA",Nv="styles_defaultIngredient__hR0Tw",Bv="styles_deleteIngredient__21qZ7",Iv="styles_addIngrediets__j0lrx",Pv="styles_addInfo__-hmJv",Rv="styles_addCurrent__e55mT",jv="styles_addCheck__jMXiI",Lv="styles_addImage__7nzvJ",Mv="styles_addTitle__ZtNBO",zv="styles_addPrice__iTyoP",Uv="styles_footer__S1I+f",Hv="styles_addtoCart__gVATp",Gv="styles_longDescription__v1HGm",Vv=mn()(function(e){var t,n=e.t,r=e.product,a=e.addDishToCart,o=ae((0,i.useState)(r.pizza.ingredient),2),u=o[0],s=o[1],l=ae((0,i.useState)(r.pizza.additives),2),c=l[0],f=l[1],d=ae((0,i.useState)([null===(t=r.pizza.boards[0])||void 0===t?void 0:t.name]),2),p=d[0],h=d[1],m=r.pizza.boards.map(function(e){return e.name}),v=function(){return(0,ho.jsxs)(ho.Fragment,{children:[(0,ho.jsx)("h3",{className:wv,children:n("pages.dish.side")}),(0,ho.jsx)(sc,{items:m,activeItem:p,setActiveItem:h,activeIndex:0})]})},g=function(){return(0,ho.jsxs)(ho.Fragment,{children:[(0,ho.jsx)("h3",{className:wv,children:n("pages.dish.add")}),(0,ho.jsx)("ul",{className:Iv,children:lo(c).map(function(e,t){return(0,ho.jsxs)("li",{onClick:function(){return function(e){var t=c.map(function(t){return t.name===e.name?ne(ne({},t),{},{active:!t.active}):t});f(t)}(e)},className:e.active&&Rv,children:[e.active&&(0,ho.jsx)(Fc,{className:jv}),(0,ho.jsx)("img",{className:Lv,src:ci+e.image[0].url,alt:e.name}),(0,ho.jsxs)("div",{className:Pv,children:[(0,ho.jsx)("span",{className:Mv,children:e.name}),(0,ho.jsxs)("span",{className:zv,children:[e.price," ",n("currency")]})]})]},t)})})]})},y=function(){return(0,ho.jsxs)(ho.Fragment,{children:[(0,ho.jsx)("h3",{className:wv,children:n("pages.dish.ingredientsDisplay")}),(0,ho.jsx)("p",{className:Fv,children:u&&u.map(function(e,t){return e.edit?(0,ho.jsx)("span",{onClick:function(){return function(e){var t=u.map(function(t){return t.id===e?ne(ne({},t),{},{delete:!t.delete}):t});s(t)}(e.id)},className:[e.delete?Bv:Ov],children:e.name},t):(0,ho.jsx)("span",{className:Nv,children:e.name},t)})})]})},D=function(){var e=r.discount_price?r.discount_price:r.price;return m.length>0&&r.pizza.boards.forEach(function(t){t.name===p[0]&&(e+=t.price)}),c&&c.forEach(function(t){t.active&&(e+=t.price)}),e};console.log("---",window.location.href);var E=r.pizza.active,A={"@context":"https://schema.org","@type":"Product",name:r.name,description:r.short_description||r.long_description,image:ci+r.image[0].url,sku:String(r.id),brand:{"@type":"Brand",name:"Bella Mozzarella"},offers:{"@type":"Offer",url:window.location.href,priceCurrency:"UAH",price:D(),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:r.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,ho.jsxs)("div",{className:yv,children:[(0,ho.jsxs)("div",{className:Dv,children:[(0,ho.jsx)(Cc,{t:n,path:"dish",title:r.seo.title,keywords:r.seo.keywords,description:r.seo.description,id:r.id,localizations:r.localizations}),(0,ho.jsx)("script",{type:"application/ld+json",dangerouslySetInnerHTML:{__html:JSON.stringify(A)}}),(0,ho.jsxs)("div",{className:bv,children:[r.image&&(0,ho.jsx)("img",{className:_v,alt:r.name,src:E?!m.length>0||m[0]===p[0]?ci+r.image[0].url:ci+r.image[1].url:ci+r.image[0].url}),(0,ho.jsx)(Ql,{data:r.badge})]})]}),(0,ho.jsxs)("div",{className:Ev,children:[(0,ho.jsxs)("div",{className:1!=r.category?kv:Cv,id:"cov",children:[(0,ho.jsxs)("div",{className:Tv,children:[(0,ho.jsxs)("p",{className:Av,children:[(0,ho.jsx)("h1",{children:r.name}),(0,ho.jsx)(rc,{product:[r]})]}),(0,ho.jsxs)("p",{className:xv,children:[r.weight,"grams"===r.unit?n("pages.dish.grams"):n("pages.dish.liters")]}),(0,ho.jsx)("p",{className:Sv,children:r.short_description}),E&&(0,ho.jsx)(y,{}),E&&m.length>0&&(0,ho.jsx)(v,{}),E&&c.length>0&&(0,ho.jsx)(g,{})]}),(0,ho.jsx)("div",{className:Gv,children:(0,ho.jsx)("div",{dangerouslySetInnerHTML:{__html:r.long_description}})})]}),(0,ho.jsx)("div",{className:Uv,children:(0,ho.jsx)("button",{className:Hv,type:"button",onClick:function(){var e=r.pizza.active,t=e?c.filter(function(e){return e.active}):null,n=e?t.map(function(e){return e.name}).join(", "):null,i=e?u.filter(function(e){return e.delete&&e.name}):null,o=e?i.map(function(e){return e.name}).join(", "):null,s=m.length>0?m[0]===String(p)?ci+r.image[0].url:ci+r.image[1].url:ci+r.image[0].url,l={id:r.id,type:e?Ea:Da,name:r.name,image:s,board:m.length>0?p:"",addedBoard:p!==m[0],additives:e?"".concat(n.length>0?"+":""," ").concat(n):"-",price:D(),extraCost:D()-(r.discount_price?r.discount_price:r.price),initialPrice:r.price,count:1,deleteIngredients:"".concat(o&&o.length>0?"-":""," ").concat(o),description:e?"".concat(r.id," / ").concat(p," / - ").concat(o,"/").concat(e?"+ ".concat(n):null):r.short_description};a(l)},children:"".concat(n("pages.dish.addToCart")," ").concat(D()," ").concat(n("currency"))})})]})]})}),Wv=function(){var e=Ht().id,t=zt(),n=M();(0,i.useEffect)(function(){n(vv(e))},[n]);var r=F(function(e){return e.dish},U),a=r.data,o=r.loading,u=r.error;return o?(0,ho.jsx)(Uh,{children:(0,ho.jsx)(fc,{})}):u?(0,ho.jsx)("div",{children:"error"}):a.id?(0,ho.jsx)(Uh,{children:(0,ho.jsx)(Vv,{product:a,addDishToCart:function(e){n(no(e)),t(-1)}})}):void 0},Yv=ii("combo/getCombo",function(){var e=yn(vn().mark(function e(t){var n;return vn().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,Ma().combos.getCombo(t);case 2:return n=e.sent,e.abrupt("return",n.data);case 4:case"end":return e.stop()}},e)}));return function(t){return e.apply(this,arguments)}}()),qv=Zr({name:"combo",initialState:{data:{},loading:!1,error:null},reducers:{},extraReducers:(pm={},l(pm,Yv.fulfilled,function(e,t){e.loading=!1,e.data=t.payload}),l(pm,Yv.pending,function(e){e.loading=!0}),l(pm,Yv.rejected,function(e,t){e.loading=!1,e.error=t.payload}),pm)}).reducer,Qv=n(7151),Kv=n.n(Qv),Xv="styles_container__fmgde",Jv="styles_leftBlock__ngtBk",Zv="styles_leftBlockTitle__I1S-x",$v="styles_info__Frk1P",eg="styles_image__hkOsN",tg="styles_badgeWrapper__JuV3Q",ng="styles_dishes__wqOsl",rg="styles_nameleft__AGILg",ig="styles_dish__LCufM",ag="styles_images__dI3FT",og="styles_imagesActive__X6qEG",ug="styles_price__q0Yv0",sg="styles_title__HldcP",lg="styles_cover__j8QOd",cg="styles_infoBlock__GGNbe",fg="styles_hide__F4Nam",dg="styles_description__HzuUu",pg="styles_addtoCart__QCTSM",hg="styles_comboCard__lgbqQ",mg="styles_infoWrapper__HgoVm",vg="styles_pizzaSide__FDvHD",gg="styles_comboCardActive__vsNFP",yg="styles_sideChoise__MPvO4",Dg="styles_cardFooter__0NzEf",Eg="styles_buttonFooter__EBeXC",Ag="styles_imageContainer__4ezmS",bg="styles_comboInfo__57LJI",_g="styles_comboImage__RZnLe",Cg="styles_comboName__zq2Rm",kg="styles_comboDescription__IbWOx",Tg="styles_button__VOqnf",xg="styles_rightBlock__VvXrH",Sg=mn()(function(e){var t=e.t,n=e.product,r=e.categories,a=e.addDishToCart,o=r.length>1&&r[0].dishes[1].pizza.boards.map(function(e){return e.name}),u=ee(n.dishes);u.fill(0);var s=ae((0,i.useState)(!1),2),l=s[0],c=s[1],f=ae((0,i.useState)(null),2),d=f[0],p=f[1],h=ae((0,i.useState)(d),2),m=h[0],v=h[1],g=ae((0,i.useState)(u),2),y=g[0],D=g[1],E=ae((0,i.useState)(null),2),A=E[0],b=E[1],_=co(r),C=ae((0,i.useState)(n.dishes.map(function(){return o?o[0]:null})),2),k=C[0],T=C[1],x=Nh().width<Ca,S=n.dishes.map(function(e){var t=e.dishes.map(function(e){return _.filter(function(t){return t.id===e.id&&t})[0]});return{dishes:t}}),w=ne(ne({},n),{},{dishes:S}),F=[];k.forEach(function(e){r[0].dishes[1].pizza.boards.forEach(function(t){t.name===e&&F.push(t.price)})});var O=n.dishes.map(function(e,t){return ne({},_.filter(function(n){return n.id===e.dishes[y[t]].id&&n})[0])}),N=function(){var e=n.dishes.map(function(e,t){var r=e.dishes[y[t]].price,i=r/100*n.percent;return r-Math.round(i)});return Kv()(e)},B=n.percent?N()+Kv()(F):n.price+Kv()(F),I="\u0433\u0440\u043d"===t("currency")?"UAH":"EUR",P=w.dishes.map(function(e,t){var n,r=e.dishes[y[t]],i=[];return(null===r||void 0===r||null===(n=r.pizza)||void 0===n?void 0:n.active)&&k[t]&&i.push({"@type":"PropertyValue",name:"Board",value:k[t]}),{"@type":"TypeAndQuantityNode",amountOfThisGood:1,unitCode:"EA",typeOfGood:ne({"@type":"Product",name:null===r||void 0===r?void 0:r.name,image:null!==r&&void 0!==r&&r.image?ci+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?[ci+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,ho.jsxs)("div",{className:Xv,children:[(0,ho.jsx)("script",{type:"application/ld+json",children:JSON.stringify(R)}),(0,ho.jsxs)("div",{className:Jv,children:[(0,ho.jsx)("h3",{className:Zv,children:t("pages.combo.choseCombo")}),l?(0,ho.jsx)("div",{className:A&&x?fg:ng,children:n.dishes[d||0].dishes.map(function(e,r){return(0,ho.jsxs)("div",{className:ig,onClick:function(){v(r),b(!0),D(function(e){var t=ee(e);return t[d]=r,t})},children:[(0,ho.jsx)("img",{className:m===r?og:ag,src:ci+e.image[0].url,alt:n.name}),(0,ho.jsx)("p",{className:rg,children:e.name}),(0,ho.jsxs)("p",{className:ug,children:[e.price,t("currency")]})]},r)})}):(0,ho.jsxs)("div",{className:$v,children:[(0,ho.jsx)("div",{className:tg,children:(0,ho.jsx)(Ql,{data:!0})}),(0,ho.jsx)("img",{className:eg,src:ci+n.image[0].url,alt:n.name})]})]}),(0,ho.jsxs)("div",{className:l&&x&&!A?fg:xg,children:[(0,ho.jsx)("div",{className:lg,children:(0,ho.jsxs)("div",{className:cg,children:[(0,ho.jsxs)("div",{className:sg,children:[(0,ho.jsx)("h1",{children:n.name}),(0,ho.jsx)(rc,{t:t,product:O})]}),(0,ho.jsx)("p",{className:dg,children:n.short_description}),(0,ho.jsxs)(ho.Fragment,{children:[(0,ho.jsx)(Cc,{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(function(e,r){var i,a,u,s,f=null===(i=e.dishes[y[r]])||void 0===i?void 0:i.pizza;return(0,ho.jsxs)("div",{className:d===r?gg:hg,onClick:function(){b(null),function(e){l&&d===e?(c(!l),p(null)):l?(p(e),p(e)):(c(!l),p(e),v(e))}(r)},children:[(0,ho.jsxs)("div",{className:mg,children:[(0,ho.jsx)("div",{className:Ag,children:(0,ho.jsx)("img",{className:_g,alt:n.name,src:ci+(null===(a=e.dishes[y[r]])||void 0===a?void 0:a.image[k[r]!==o[0]?1:0].url)})}),(0,ho.jsxs)("div",{className:bg,children:[(0,ho.jsx)("h3",{className:Cg,children:null===(u=e.dishes[y[r]])||void 0===u?void 0:u.name}),(0,ho.jsx)("p",{className:kg,children:null===(s=e.dishes[y[r]])||void 0===s?void 0:s.short_description}),(0,ho.jsxs)("div",{className:Dg,children:[f&&f.active&&(0,ho.jsxs)("span",{className:yg,children:[t("pages.combo.board"),(0,ho.jsx)("br",{}),k[r]]}),d!==r&&(0,ho.jsx)("button",{className:Tg,type:"button",children:t("pages.combo.change")})]})]})]}),(0,ho.jsx)("div",{className:vg,children:f&&f.active&&(0,ho.jsx)(sc,{items:o,activeItem:k,setActiveItem:T,activeIndex:r})})]},r)})]})]})}),(0,ho.jsx)("div",{className:Eg,children:(0,ho.jsx)("button",{className:pg,type:"button",onClick:function(){var e=n.dishes.map(function(e,t){var n=_.filter(function(n){return n.id===e.dishes[y[t]].id&&n});return n[0]&&n[0].pizza.active?n[0].name+" (".concat(k[t],")"):n[0].name}).join(", "),t={type:Aa,id:n.id,name:n.name,image:ci+n.image[0].url,initialPrice:n.percent?N()+Kv()(F):n.price+Kv()(F),price:n.percent?N()+Kv()(F):n.price+Kv()(F),count:1,description:e};a(t)},children:"".concat(t("pages.combo.addToCart")," ").concat(n.percent?N()+Kv()(F):n.price+Kv()(F)," ").concat(t("currency"))})})]})]})}),wg=function(){var e=Ta(),t=Ht().id,n=zt(),r=M();(0,i.useEffect)(function(){r(Yv(t))},[r,e]);var a=F(function(e){return e.combo},U),o=a.data,u=a.loading,s=a.error,l=F(function(e){return e.categories},U),c=l.data,f=l.loading,d=l.error;return u||f?(0,ho.jsx)(Uh,{children:(0,ho.jsx)(fc,{})}):s||d?(0,ho.jsx)("div",{children:"error"}):o.id&&c.length>0?(0,ho.jsx)(Uh,{children:(0,ho.jsx)(Sg,{product:o,categories:c,addDishToCart:function(e){r(no(e)),n(-1)}})}):void 0},Fg=ii("category/getCategory",function(){var e=yn(vn().mark(function e(t){var n;return vn().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,Ma().categories.getCategory(t);case 2:return n=e.sent,e.abrupt("return",n.data);case 4:case"end":return e.stop()}},e)}));return function(t){return e.apply(this,arguments)}}()),Og=Zr({name:"category",initialState:{data:{},loading:!1,error:null},reducers:{},extraReducers:(hm={},l(hm,Fg.fulfilled,function(e,t){e.loading=!1,e.data=t.payload}),l(hm,Fg.pending,function(e){e.loading=!0}),l(hm,Fg.rejected,function(e,t){e.loading=!1,e.error=t.payload}),hm)}).reducer,Ng={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"},Bg=mn()(function(e){var t,n,r,a,o,u,s=e.t,l=e.product,c=e.addDishToCart,f=l.dishes[0].pizza.boards.map(function(e){return e.name}),d=l.dishes.filter(function(e){return e.pizza.halves}),p=ae((0,i.useState)(-1),2),h=p[0],m=p[1],v=ae((0,i.useState)(-1),2),g=v[0],y=v[1],D=ae((0,i.useState)([f[0]]),2),E=D[0],A=D[1],b=ae((0,i.useState)(!1),2),_=b[0],C=b[1],k=Nh().width<Ca,T=0;d[0].pizza.boards.forEach(function(e){e.name===E[0]&&(T=e.price?Number(e.price):0)});var x=d.map(function(e){return Number(e.price)/2}).filter(function(e){return!Number.isNaN(e)}).sort(function(e,t){return e-t}),S=null!==d&&void 0!==d&&null!==(t=d[0])&&void 0!==t&&null!==(n=t.pizza)&&void 0!==n&&null!==(r=n.boards)&&void 0!==r&&null!==(a=r[0])&&void 0!==a&&a.price?Number(d[0].pizza.boards[0].price):0,w=x[0]||0,F=x[1]||w||0,O=Number((w+F+S+1).toFixed(2)),N=Number(((-1!==h?Number(d[h].price)/2:0)+(-1!==g?Number(d[g].price)/2:0)+T+1).toFixed(2)),B=-1!==h&&-1!==g?N:O,I=function(e){return(0,ho.jsxs)("div",{className:Ng.footerWrapper,children:[(d[h]||d[g])&&(0,ho.jsxs)("div",{className:"half"===e.data?Ng.joinTotal:Ng.joinTotalHide,children:[(0,ho.jsxs)("div",{className:Ng.joinDish,children:[(0,ho.jsx)("span",{children:d[h]?d[h].name:""}),(0,ho.jsx)("span",{className:Ng.joinPrice,children:d[h]?"".concat(d[h].price).concat(s("currency")):""})]}),(0,ho.jsxs)("div",{className:Ng.joinDish,children:[(0,ho.jsx)("span",{children:d[g]?d[g].name:""}),(0,ho.jsx)("span",{className:Ng.joinPrice,children:d[g]?"".concat(d[g].price).concat(s("currency")):""})]})]}),(0,ho.jsx)("button",{className:-1!==h&&-1!==g?Ng.addToCart:Ng.addToCartDisabled,type:"button",disabled:-1===h&&-1===g,onClick:function(){k&&!_?R():j()},children:"".concat(s("pages.".concat(e.data,".").concat(e.chooce))," ").concat(d[h]&&d[g]?N+s("currency"):"")})]})},P=d.filter(function(e,t){return h===t||g===t?e:null}),R=function(){C(!0)},j=function(){var e=d[h],t=d[g];if(e&&t){var n={type:ba,name:"".concat(e.name," + ").concat(t.name),count:1,price:N,initialPrice:N,board:E[0],pizzas:[{id:e.id,name:e.name,image:f[0]===E[0]?ci+e.image[2].url:ci+e.image[4].url,price:e.price/2+T/2},{id:t.id,name:t.name,image:f[0]===E[0]?ci+t.image[3].url:ci+t.image[5].url,price:t.price/2+T/2}],description:"".concat(e.id,"/").concat(t.id,"/").concat(E[0]),text:s("pages.half.description")};c(n)}},L=-1!==h?d[h]:null,M=-1!==g?d[g]:null,z=[].concat(L?[{"@type":"TypeAndQuantityNode",amountOfThisGood:.5,unitCode:"EA",typeOfGood:{"@type":"Product",name:L.name,image:ci+L.image[0].url,additionalProperty:[{"@type":"PropertyValue",name:"Half",value:"Left"},{"@type":"PropertyValue",name:"Board",value:E[0]}]}}]:[]).concat(M?[{"@type":"TypeAndQuantityNode",amountOfThisGood:.5,unitCode:"EA",typeOfGood:{"@type":"Product",name:M.name,image:ci+M.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:L&&M?"".concat(L.name," + ").concat(M.name):l.name,description:l.short_description||l.long_description,image:l.image?[ci+l.image[0].url]:"https://bellamozzarella.com.ua/".concat(Oo.IMAGES.HALVES),sku:String(l.id),brand:{"@type":"Brand",name:"Bella Mozzarella"},offers:ne({"@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:s("pages.dish.errorWithOrder")}},z.length?{includesObject:z}:{})};return(0,ho.jsxs)("div",{className:Ng.container,children:[(0,ho.jsx)("script",{type:"application/ld+json",children:JSON.stringify(U)}),!k||k&&!_?(0,ho.jsxs)("div",{className:Ng.leftSide,children:[(0,ho.jsx)(Cc,{t:s,path:"half"}),(0,ho.jsx)("p",{className:Ng.title,children:(0,ho.jsx)("h2",{children:s("pages.half.choosePizzas")})}),(0,ho.jsx)("div",{className:Ng.dishes,children:d.map(function(e,t){var n=e.price/2;return n=n.toFixed(),(0,ho.jsxs)("div",{className:h===t||g===t?Ng.dishActive:Ng.dish,onClick:function(){return function(e){h===e?m(-1):g===e?y(-1):-1===h?m(e):-1!==h&&-1===g?y(e):-1!==h&&-1!==g&&(m(e),y(-1))}(t)},children:[(0,ho.jsxs)("div",{className:Ng.wrapperImage,children:[(0,ho.jsx)("img",{className:Ng.images,src:ci+e.image[0].url,alt:e.alt_text}),h===t&&-1!==h&&(0,ho.jsx)("div",{className:Ng.transparencyLeft}),g===t&&-1!==g&&(0,ho.jsx)("div",{className:Ng.transparencyRight}),(0,ho.jsx)(Ql,{data:e.badge})]}),(0,ho.jsx)("p",{className:Ng.name,children:e.name}),(0,ho.jsxs)("p",{className:Ng.price,children:[n,s("currency")]})]},t)})}),k&&(-1!==h&&-1!==g?(0,ho.jsx)(I,{data:"half",chooce:"addToCart"}):(0,ho.jsx)(I,{data:"half",chooce:"title"}))]}):null,!k||_?(0,ho.jsxs)("div",{className:Ng.rightSide,children:[(0,ho.jsxs)("div",{className:Ng.rigthContant,children:[(0,ho.jsxs)("div",{className:Ng.preview,children:[(0,ho.jsx)("div",{className:Ng.leftWrapper,children:-1!==h&&(0,ho.jsx)("img",{className:Ng.images,alt:d[h].alt_text,src:f[0]!==E[0]?ci+d[h].image[1].url:ci+d[h].image[0].url})}),(0,ho.jsx)("div",{className:Ng.rightWrapper,children:-1!==g&&(0,ho.jsx)("img",{alt:d[h].alt_text,className:Ng.images,src:f[0]!==E[0]?ci+d[g].image[1].url:ci+d[g].image[0].url})})]}),(0,ho.jsxs)("p",{className:Ng.titleTop,children:[(0,ho.jsxs)("h1",{children:[null===(o=d[h])||void 0===o?void 0:o.name,d[h]&&d[g]&&" + ",null===(u=d[g])||void 0===u?void 0:u.name]}),d[h]||d[g]?(0,ho.jsx)(rc,{product:P}):null]}),(0,ho.jsxs)("p",{className:Ng.description,children:[d[h]||d[g]?s("pages.half.weight"):null,d[h]&&d[h].calorie.weight/2,d[h]&&s("pages.half.gram"),d[h]&&d[g]&&" + ",d[g]&&d[g].calorie.weight/2,d[g]&&s("pages.half.gram")]}),(0,ho.jsx)("div",{className:-1===h&&-1===g?Ng.toggleContainer:Ng.toggleContainerActive,children:(0,ho.jsx)(sc,{items:f,activeItem:E,setActiveItem:A,activeIndex:0})}),(0,ho.jsxs)("div",{className:Ng.cards,children:[-1!==h?(0,ho.jsxs)("div",{className:Ng.card,children:[(0,ho.jsx)("div",{className:Ng.imageContainer,children:(0,ho.jsx)("img",{className:Ng.image,src:f[0]!==E[0]?ci+d[h].image[1].url:ci+d[h].image[0].url,alt:d[h].alt_text})}),(0,ho.jsxs)("div",{className:Ng.info,children:[(0,ho.jsx)("div",{className:Ng.name,children:d[h].name}),(0,ho.jsx)("div",{className:Ng.description,children:d[h].short_description})]})]}):(0,ho.jsxs)("div",{className:Ng.blank,children:[s("pages.half.choose"),(0,ho.jsx)("br",{}),s("pages.half.left")]}),-1!==g?(0,ho.jsxs)("div",{className:Ng.card,children:[(0,ho.jsx)("div",{className:Ng.imageContainer,children:(0,ho.jsx)("img",{className:Ng.image,src:f[0]!==E[0]?ci+d[g].image[1].url:ci+d[g].image[0].url,alt:d[g].alt_text})}),(0,ho.jsxs)("div",{className:Ng.info,children:[(0,ho.jsx)("div",{className:Ng.name,children:d[g].name}),(0,ho.jsx)("div",{className:Ng.description,children:d[g].short_description})]})]}):(0,ho.jsxs)("div",{className:Ng.blank,children:[s("pages.half.choose"),(0,ho.jsx)("br",{}),s("pages.half.right")]})]})]}),(0,ho.jsx)("div",{className:Ng.addToCartDish,children:(0,ho.jsx)(I,{data:"dish",chooce:"addToCart"})})]}):null]})}),Ig=function(){var e=Ta(),t=zt(),n=M();(0,i.useEffect)(function(){n(Fg("en"===e?3:"ru"===e?2:1))},[n]);var r=F(function(e){return e.category},U),a=r.data,o=r.loading,u=r.error;return o?(0,ho.jsx)(Uh,{children:(0,ho.jsx)(fc,{})}):u?(0,ho.jsx)("div",{children:"error"}):a.id?(0,ho.jsx)(Uh,{children:(0,ho.jsx)(Bg,{product:a,addDishToCart:function(r){n(no(r)),t("/".concat(e,"/"))}})}):void 0},Pg=["uk","ru","en"];function Rg(e,t){var n=Array.isArray(null===e||void 0===e?void 0:e.localizations)?e.localizations:[],r=new Map;(t||[]).forEach(function(e){var 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);var i=n.filter(function(e){return(null===e||void 0===e?void 0:e.id)&&(null===e||void 0===e?void 0:e.locale)}).map(function(e){var t,n,i,a,o,u=r.get(e.locale),s=(null===u||void 0===u||null===(t=u.seo)||void 0===t?void 0:t.url)||(null===u||void 0===u||null===(n=u.attributes)||void 0===n||null===(i=n.seo)||void 0===i?void 0:i.url)||null;return ne(ne({},e),{},{url:s,slug:s,seo:(null===u||void 0===u?void 0:u.seo)||(null===u||void 0===u||null===(a=u.attributes)||void 0===a?void 0:a.seo)||void 0,title:(null===u||void 0===u?void 0:u.title)||(null===u||void 0===u||null===(o=u.attributes)||void 0===o?void 0:o.title)||void 0})}),a={};return Pg.forEach(function(e){var t=r.get(e);t&&(a[e]=t)}),ne(ne({},e),{},{localizations:i,locales:a})}var jg=ii("article/getArticle",function(){var e=yn(vn().mark(function e(t){var n,r,i,a,o,u;return vn().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,Ma().articles.getArticle(t);case 2:return n=e.sent,r=n.data,i=Array.isArray(null===r||void 0===r?void 0:r.localizations)?r.localizations:[],a=i.filter(function(e){return(null===e||void 0===e?void 0:e.id)&&(null===e||void 0===e?void 0:e.locale)}).filter(function(e){return e.locale!==(null===r||void 0===r?void 0:r.locale)}).map(function(e){return Ma().articles.getArticleByLocale(e.id,e.locale).then(function(e){return e.data}).catch(function(){return null})}),e.next=8,Promise.all(a);case 8:return o=e.sent,u=o.filter(Boolean),e.abrupt("return",Rg(r,u));case 11:case"end":return e.stop()}},e)}));return function(t){return e.apply(this,arguments)}}()),Lg=Zr({name:"article",initialState:{data:{},loading:!1,error:null},reducers:{clearArticle:function(e){e.data={},e.loading=!1,e.error=null}},extraReducers:function(e){e.addCase(jg.pending,function(e){e.loading=!0,e.error=null}).addCase(jg.fulfilled,function(e,t){e.loading=!1,e.data=t.payload}).addCase(jg.rejected,function(e,t){e.loading=!1,e.error=t.payload||t.error})}}),Mg=(Lg.actions.clearArticle,Lg.reducer);function zg(){}function Ug(){}function Hg(e){for(var t=[],n=String(e||""),r=n.indexOf(","),i=0,a=!1;!a;){-1===r&&(r=n.length,a=!0);var o=n.slice(i,r).trim();!o&&a||t.push(o),i=r+1,r=n.indexOf(",",i)}return t}function Gg(e,t){var n=t||{};return(""===e[e.length-1]?[].concat(ee(e),[""]):e).join((n.padRight?" ":"")+","+(!1===n.padLeft?"":" ")).trim()}var Vg=/^(?:[\$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-\u088E\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\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\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-\u1C88\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-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\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\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\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\uDE80-\uDEA9\uDEB0\uDEB1\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\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]|\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]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDEE0-\uDEF2\uDFB0]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE70-\uDEBE\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDE40-\uDE7F\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD50-\uDD52\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]|\uD838[\uDD00-\uDD2C\uDD37-\uDD3D\uDD4E\uDE90-\uDEAD\uDEC0-\uDEEB]|\uD839[\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]|\uD86D[\uDC00-\uDF38\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A])(?:[\$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-\u088E\u0898-\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\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\u0CDD\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\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-\u0ECD\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-\u1ACE\u1B00-\u1B4C\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\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-\u30FA\u30FC-\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-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\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\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\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\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\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\uDE80-\uDEA9\uDEAB\uDEAC\uDEB0\uDEB1\uDF00-\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\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]|\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\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]|\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\uDEE0-\uDEF6\uDFB0]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\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[\uDE40-\uDE7F\uDF00-\uDF4A\uDF4F-\uDF87\uDF8F-\uDF9F\uDFE0\uDFE1\uDFE3\uDFE4\uDFF0\uDFF1]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD50-\uDD52\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD833[\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]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A\uDD00-\uDD2C\uDD30-\uDD3D\uDD40-\uDD49\uDD4E\uDE90-\uDEAE\uDEC0-\uDEF9]|\uD839[\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]|\uD86D[\uDC00-\uDF38\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A]|\uDB40[\uDD00-\uDDEF])*$/,Wg=/^(?:[\$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-\u088E\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\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\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-\u1C88\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-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\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\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\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\uDE80-\uDEA9\uDEB0\uDEB1\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\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]|\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]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDEE0-\uDEF2\uDFB0]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE70-\uDEBE\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDE40-\uDE7F\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD50-\uDD52\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]|\uD838[\uDD00-\uDD2C\uDD37-\uDD3D\uDD4E\uDE90-\uDEAD\uDEC0-\uDEEB]|\uD839[\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]|\uD86D[\uDC00-\uDF38\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A])(?:[\$\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-\u088E\u0898-\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\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\u0CDD\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\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-\u0ECD\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-\u1ACE\u1B00-\u1B4C\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\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-\u30FA\u30FC-\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-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\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\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\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\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\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\uDE80-\uDEA9\uDEAB\uDEAC\uDEB0\uDEB1\uDF00-\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\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]|\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\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]|\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\uDEE0-\uDEF6\uDFB0]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\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[\uDE40-\uDE7F\uDF00-\uDF4A\uDF4F-\uDF87\uDF8F-\uDF9F\uDFE0\uDFE1\uDFE3\uDFE4\uDFF0\uDFF1]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD50-\uDD52\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD833[\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]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A\uDD00-\uDD2C\uDD30-\uDD3D\uDD40-\uDD49\uDD4E\uDE90-\uDEAE\uDEC0-\uDEF9]|\uD839[\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]|\uD86D[\uDC00-\uDF38\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A]|\uDB40[\uDD00-\uDDEF])*$/,Yg={};function qg(e,t){return((t||Yg).jsx?Wg:Vg).test(e)}var Qg=/[ \t\n\f\r]/g;function Kg(e){return""===e.replace(Qg,"")}var Xg=s(function e(t,n,r){o(this,e),this.normal=n,this.property=t,r&&(this.space=r)});function Jg(e,t){var n,r={},i={},a=Mc(e);try{for(a.s();!(n=a.n()).done;){var o=n.value;Object.assign(r,o.property),Object.assign(i,o.normal)}}catch(u){a.e(u)}finally{a.f()}return new Xg(r,i,t)}function Zg(e){return e.toLowerCase()}Xg.prototype.normal={},Xg.prototype.property={},Xg.prototype.space=void 0;var $g=s(function e(t,n){o(this,e),this.attribute=n,this.property=t});$g.prototype.attribute="",$g.prototype.booleanish=!1,$g.prototype.boolean=!1,$g.prototype.commaOrSpaceSeparated=!1,$g.prototype.commaSeparated=!1,$g.prototype.defined=!1,$g.prototype.mustUseProperty=!1,$g.prototype.number=!1,$g.prototype.overloadedBoolean=!1,$g.prototype.property="",$g.prototype.spaceSeparated=!1,$g.prototype.space=void 0;var ey=0,ty=sy(),ny=sy(),ry=sy(),iy=sy(),ay=sy(),oy=sy(),uy=sy();function sy(){return Math.pow(2,++ey)}var ly=Object.keys(e),cy=function(t){W(r,t);var n=X(r);function r(t,i,a,u){var s;o(this,r);var l=-1;if(fy(G(s=n.call(this,t,i)),"space",u),"number"===typeof a)for(;++l<ly.length;){var c=ly[l];fy(G(s),ly[l],(a&e[c])===e[c])}return s}return s(r)}($g);function fy(e,t,n){n&&(e[t]=n)}function dy(e){for(var t={},n={},r=0,i=Object.entries(e.properties);r<i.length;r++){var a=ae(i[r],2),o=a[0],u=a[1],s=new cy(o,e.transform(e.attributes||{},o),u,e.space);e.mustUseProperty&&e.mustUseProperty.includes(o)&&(s.mustUseProperty=!0),t[o]=s,n[Zg(o)]=o,n[Zg(s.attribute)]=o}return new Xg(t,n,e.space)}cy.prototype.defined=!0;var py=dy({properties:{ariaActiveDescendant:null,ariaAtomic:ny,ariaAutoComplete:null,ariaBusy:ny,ariaChecked:ny,ariaColCount:iy,ariaColIndex:iy,ariaColSpan:iy,ariaControls:ay,ariaCurrent:null,ariaDescribedBy:ay,ariaDetails:null,ariaDisabled:ny,ariaDropEffect:ay,ariaErrorMessage:null,ariaExpanded:ny,ariaFlowTo:ay,ariaGrabbed:ny,ariaHasPopup:null,ariaHidden:ny,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:ay,ariaLevel:iy,ariaLive:null,ariaModal:ny,ariaMultiLine:ny,ariaMultiSelectable:ny,ariaOrientation:null,ariaOwns:ay,ariaPlaceholder:null,ariaPosInSet:iy,ariaPressed:ny,ariaReadOnly:ny,ariaRelevant:null,ariaRequired:ny,ariaRoleDescription:ay,ariaRowCount:iy,ariaRowIndex:iy,ariaRowSpan:iy,ariaSelected:ny,ariaSetSize:iy,ariaSort:null,ariaValueMax:iy,ariaValueMin:iy,ariaValueNow:iy,ariaValueText:null,role:null},transform:function(e,t){return"role"===t?t:"aria-"+t.slice(4).toLowerCase()}});function hy(e,t){return t in e?e[t]:t}function my(e,t){return hy(e,t.toLowerCase())}var vy=dy({attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:oy,acceptCharset:ay,accessKey:ay,action:null,allow:null,allowFullScreen:ty,allowPaymentRequest:ty,allowUserMedia:ty,alt:null,as:null,async:ty,autoCapitalize:null,autoComplete:ay,autoFocus:ty,autoPlay:ty,blocking:ay,capture:null,charSet:null,checked:ty,cite:null,className:ay,cols:iy,colSpan:null,content:null,contentEditable:ny,controls:ty,controlsList:ay,coords:iy|oy,crossOrigin:null,data:null,dateTime:null,decoding:null,default:ty,defer:ty,dir:null,dirName:null,disabled:ty,download:ry,draggable:ny,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:ty,formTarget:null,headers:ay,height:iy,hidden:ry,high:iy,href:null,hrefLang:null,htmlFor:ay,httpEquiv:ay,id:null,imageSizes:null,imageSrcSet:null,inert:ty,inputMode:null,integrity:null,is:null,isMap:ty,itemId:null,itemProp:ay,itemRef:ay,itemScope:ty,itemType:ay,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:ty,low:iy,manifest:null,max:null,maxLength:iy,media:null,method:null,min:null,minLength:iy,multiple:ty,muted:ty,name:null,nonce:null,noModule:ty,noValidate:ty,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:ty,optimum:iy,pattern:null,ping:ay,placeholder:null,playsInline:ty,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:ty,referrerPolicy:null,rel:ay,required:ty,reversed:ty,rows:iy,rowSpan:iy,sandbox:ay,scope:null,scoped:ty,seamless:ty,selected:ty,shadowRootClonable:ty,shadowRootDelegatesFocus:ty,shadowRootMode:null,shape:null,size:iy,sizes:null,slot:null,span:iy,spellCheck:ny,src:null,srcDoc:null,srcLang:null,srcSet:null,start:iy,step:null,style:null,tabIndex:iy,target:null,title:null,translate:null,type:null,typeMustMatch:ty,useMap:null,value:ny,width:iy,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:ay,axis:null,background:null,bgColor:null,border:iy,borderColor:null,bottomMargin:iy,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:ty,declare:ty,event:null,face:null,frame:null,frameBorder:null,hSpace:iy,leftMargin:iy,link:null,longDesc:null,lowSrc:null,marginHeight:iy,marginWidth:iy,noResize:ty,noHref:ty,noShade:ty,noWrap:ty,object:null,profile:null,prompt:null,rev:null,rightMargin:iy,rules:null,scheme:null,scrolling:ny,standby:null,summary:null,text:null,topMargin:iy,valueType:null,version:null,vAlign:null,vLink:null,vSpace:iy,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:ty,disableRemotePlayback:ty,prefix:null,property:null,results:iy,security:null,unselectable:null},space:"html",transform:my}),gy=dy({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",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:uy,accentHeight:iy,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:iy,amplitude:iy,arabicForm:null,ascent:iy,attributeName:null,attributeType:null,azimuth:iy,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:iy,by:null,calcMode:null,capHeight:iy,className:ay,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:iy,diffuseConstant:iy,direction:null,display:null,dur:null,divisor:iy,dominantBaseline:null,download:ty,dx:null,dy:null,edgeMode:null,editable:null,elevation:iy,enableBackground:null,end:null,event:null,exponent:iy,externalResourcesRequired:null,fill:null,fillOpacity:iy,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:oy,g2:oy,glyphName:oy,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:iy,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:iy,horizOriginX:iy,horizOriginY:iy,id:null,ideographic:iy,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:iy,k:iy,k1:iy,k2:iy,k3:iy,k4:iy,kernelMatrix:uy,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:iy,local:null,markerEnd:null,markerMid:null,markerStart:null,markerHeight:null,markerUnits:null,markerWidth:null,mask:null,maskContentUnits:null,maskUnits:null,mathematical:null,max:null,media:null,mediaCharacterEncoding:null,mediaContentEncodings:null,mediaSize:iy,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:iy,overlineThickness:iy,paintOrder:null,panose1:null,path:null,pathLength:iy,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:ay,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:iy,pointsAtY:iy,pointsAtZ:iy,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:uy,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:uy,rev:uy,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:uy,requiredFeatures:uy,requiredFonts:uy,requiredFormats:uy,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:iy,specularExponent:iy,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:iy,strikethroughThickness:iy,string:null,stroke:null,strokeDashArray:uy,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:iy,strokeOpacity:iy,strokeWidth:null,style:null,surfaceScale:iy,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:uy,tabIndex:iy,tableValues:null,target:null,targetX:iy,targetY:iy,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:uy,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:iy,underlineThickness:iy,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:iy,values:null,vAlphabetic:iy,vMathematical:iy,vectorEffect:null,vHanging:iy,vIdeographic:iy,version:null,vertAdvY:iy,vertOriginX:iy,vertOriginY:iy,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:iy,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null},space:"svg",transform:hy}),yy=dy({properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null},space:"xlink",transform:function(e,t){return"xlink:"+t.slice(5).toLowerCase()}}),Dy=dy({attributes:{xmlnsxlink:"xmlns:xlink"},properties:{xmlnsXLink:null,xmlns:null},space:"xmlns",transform:my}),Ey=dy({properties:{xmlBase:null,xmlLang:null,xmlSpace:null},space:"xml",transform:function(e,t){return"xml:"+t.slice(3).toLowerCase()}}),Ay=Jg([py,vy,yy,Dy,Ey],"html"),by=Jg([py,gy,yy,Dy,Ey],"svg"),_y=/[A-Z]/g,Cy=/-[a-z]/g,ky=/^data[-\w.:]+$/i;function Ty(e,t){var n=Zg(t),r=t,i=$g;if(n in e.normal)return e.property[e.normal[n]];if(n.length>4&&"data"===n.slice(0,4)&&ky.test(t)){if("-"===t.charAt(4)){var a=t.slice(5).replace(Cy,Sy);r="data"+a.charAt(0).toUpperCase()+a.slice(1)}else{var o=t.slice(4);if(!Cy.test(o)){var u=o.replace(_y,xy);"-"!==u.charAt(0)&&(u="-"+u),t="data"+u}}i=cy}return new i(r,t)}function xy(e){return"-"+e.toLowerCase()}function Sy(e){return e.charAt(1).toUpperCase()}var wy={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 Fy(e){var t=String(e||"").trim();return t?t.split(/[ \t\n\r\f]+/g):[]}function Oy(e){return e.join(" ").trim()}var Ny=n(5792),By=Py("end"),Iy=Py("start");function Py(e){return function(t){var 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 Ry(e){return e&&"object"===typeof e?"position"in e||"type"in e?Ly(e.position):"start"in e||"end"in e?Ly(e):"line"in e||"column"in e?jy(e):"":""}function jy(e){return My(e&&e.line)+":"+My(e&&e.column)}function Ly(e){return jy(e&&e.start)+"-"+jy(e&&e.end)}function My(e){return e&&"number"===typeof e?e:1}var zy=function(e){W(n,e);var t=X(n);function n(e,r,i){var a;o(this,n),a=t.call(this),"string"===typeof r&&(i=r,r=void 0);var u="",s={},l=!1;if(r&&(s="line"in r&&"column"in r||"start"in r&&"end"in r?{place:r}:"type"in r?{ancestors:[r],place:r.position}:ne({},r)),"string"===typeof e?u=e:!s.cause&&e&&(l=!0,u=e.message,s.cause=e),!s.ruleId&&!s.source&&"string"===typeof i){var c=i.indexOf(":");-1===c?s.ruleId=i:(s.source=i.slice(0,c),s.ruleId=i.slice(c+1))}if(!s.place&&s.ancestors&&s.ancestors){var f=s.ancestors[s.ancestors.length-1];f&&(s.place=f.position)}var d=s.place&&"start"in s.place?s.place.start:s.place;return a.ancestors=s.ancestors||void 0,a.cause=s.cause||void 0,a.column=d?d.column:void 0,a.fatal=void 0,a.file="",a.message=u,a.line=d?d.line:void 0,a.name=Ry(s.place)||"1:1",a.place=s.place||void 0,a.reason=a.message,a.ruleId=s.ruleId||void 0,a.source=s.source||void 0,a.stack=l&&s.cause&&"string"===typeof s.cause.stack?s.cause.stack:"",a.actual=void 0,a.expected=void 0,a.note=void 0,a.url=void 0,a}return s(n)}(Lc(Error));zy.prototype.file="",zy.prototype.name="",zy.prototype.reason="",zy.prototype.message="",zy.prototype.stack="",zy.prototype.column=void 0,zy.prototype.line=void 0,zy.prototype.ancestors=void 0,zy.prototype.cause=void 0,zy.prototype.fatal=void 0,zy.prototype.place=void 0,zy.prototype.ruleId=void 0,zy.prototype.source=void 0;var Uy={}.hasOwnProperty,Hy=new Map,Gy=/[A-Z]/g,Vy=new Set(["table","tbody","thead","tfoot","tr"]),Wy=new Set(["td","th"]),Yy="https://github.com/syntax-tree/hast-util-to-jsx-runtime";function qy(e,t){if(!t||void 0===t.Fragment)throw new TypeError("Expected `Fragment` in options");var n,r=t.filePath||void 0;if(t.development){if("function"!==typeof t.jsxDEV)throw new TypeError("Expected `jsxDEV` in options when `development: true`");n=function(e,t){return n;function n(n,r,i,a){var o=Array.isArray(i.children),u=Iy(n);return t(r,i,a,o,{columnNumber:u?u.column-1:void 0,fileName:e,lineNumber:u?u.line:void 0},void 0)}}(r,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");n=function(e,t,n){return r;function r(e,r,i,a){var o=Array.isArray(i.children)?n:t;return a?o(r,i,a):o(r,i)}}(0,t.jsx,t.jsxs)}var i={Fragment:t.Fragment,ancestors:[],components:t.components||{},create:n,elementAttributeNameCase:t.elementAttributeNameCase||"react",evaluater:t.createEvaluater?t.createEvaluater():void 0,filePath:r,ignoreInvalidStyle:t.ignoreInvalidStyle||!1,passKeys:!1!==t.passKeys,passNode:t.passNode||!1,schema:"svg"===t.space?by:Ay,stylePropertyNameCase:t.stylePropertyNameCase||"dom",tableCellAlignToStyle:!1!==t.tableCellAlignToStyle},a=Qy(i,e,void 0);return a&&"string"!==typeof a?a:i.create(e,i.Fragment,{children:a||void 0},void 0)}function Qy(e,t,n){return"element"===t.type?function(e,t,n){var r=e.schema,i=r;"svg"===t.tagName.toLowerCase()&&"html"===r.space&&(i=by,e.schema=i);e.ancestors.push(t);var a=$y(e,t.tagName,!1),o=function(e,t){var n,r,i={};for(r in t.properties)if("children"!==r&&Uy.call(t.properties,r)){var a=Zy(e,r,t.properties[r]);if(a){var o=ae(a,2),u=o[0],s=o[1];e.tableCellAlignToStyle&&"align"===u&&"string"===typeof s&&Wy.has(t.tagName)?n=s:i[u]=s}}if(n){(i.style||(i.style={}))["css"===e.stylePropertyNameCase?"text-align":"textAlign"]=n}return i}(e,t),u=Jy(e,t);Vy.has(t.tagName)&&(u=u.filter(function(e){return"string"!==typeof e||!("object"===typeof(t=e)?"text"===t.type&&Kg(t.value):Kg(t));var t}));return Ky(e,o,a,t),Xy(o,u),e.ancestors.pop(),e.schema=r,e.create(t,a,o,n)}(e,t,n):"mdxFlowExpression"===t.type||"mdxTextExpression"===t.type?function(e,t){if(t.data&&t.data.estree&&e.evaluater){var n=t.data.estree.body[0];return n.type,e.evaluater.evaluateExpression(n.expression)}eD(e,t.position)}(e,t):"mdxJsxFlowElement"===t.type||"mdxJsxTextElement"===t.type?function(e,t,n){var r=e.schema,i=r;"svg"===t.name&&"html"===r.space&&(i=by,e.schema=i);e.ancestors.push(t);var a=null===t.name?e.Fragment:$y(e,t.name,!0),o=function(e,t){var n,r={},i=Mc(t.attributes);try{for(i.s();!(n=i.n()).done;){var a=n.value;if("mdxJsxExpressionAttribute"===a.type)if(a.data&&a.data.estree&&e.evaluater){var o=a.data.estree.body[0];zg(o.type);var u=o.expression;zg(u.type);var s=u.properties[0];zg(s.type),Object.assign(r,e.evaluater.evaluateExpression(s.argument))}else eD(e,t.position);else{var l=a.name,c=void 0;if(a.value&&"object"===typeof a.value)if(a.value.data&&a.value.data.estree&&e.evaluater){var f=a.value.data.estree.body[0];zg(f.type),c=e.evaluater.evaluateExpression(f.expression)}else eD(e,t.position);else c=null===a.value||a.value;r[l]=c}}}catch(d){i.e(d)}finally{i.f()}return r}(e,t),u=Jy(e,t);return Ky(e,o,a,t),Xy(o,u),e.ancestors.pop(),e.schema=r,e.create(t,a,o,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);eD(e,t.position)}(e,t):"root"===t.type?function(e,t,n){var r={};return Xy(r,Jy(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 Ky(e,t,n,r){"string"!==typeof n&&n!==e.Fragment&&e.passNode&&(t.node=r)}function Xy(e,t){if(t.length>0){var n=t.length>1?t:t[0];n&&(e.children=n)}}function Jy(e,t){for(var n=[],r=-1,i=e.passKeys?new Map:Hy;++r<t.children.length;){var a=t.children[r],o=void 0;if(e.passKeys){var u="element"===a.type?a.tagName:"mdxJsxFlowElement"===a.type||"mdxJsxTextElement"===a.type?a.name:void 0;if(u){var s=i.get(u)||0;o=u+"-"+s,i.set(u,s+1)}}var l=Qy(e,a,o);void 0!==l&&n.push(l)}return n}function Zy(e,t,n){var r=Ty(e.schema,t);if(!(null===n||void 0===n||"number"===typeof n&&Number.isNaN(n))){if(Array.isArray(n)&&(n=r.commaSeparated?Gg(n):Oy(n)),"style"===r.property){var i="object"===typeof n?n:function(e,t){try{return Ny(t,{reactCompat:!0})}catch(i){if(e.ignoreInvalidStyle)return{};var n=i,r=new zy("Cannot parse `style` attribute",{ancestors:e.ancestors,cause:n,ruleId:"style",source:"hast-util-to-jsx-runtime"});throw r.file=e.filePath||void 0,r.url=Yy+"#cannot-parse-style-attribute",r}}(e,String(n));return"css"===e.stylePropertyNameCase&&(i=function(e){var t,n={};for(t in e)Uy.call(e,t)&&(n[tD(t)]=e[t]);return n}(i)),["style",i]}return["react"===e.elementAttributeNameCase&&r.space?wy[r.property]||r.property:r.attribute,n]}}function $y(e,t,n){var r;if(n)if(t.includes(".")){for(var i,a=t.split("."),o=-1;++o<a.length;){var u=qg(a[o])?{type:"Identifier",name:a[o]}:{type:"Literal",value:a[o]};i=i?{type:"MemberExpression",object:i,property:u,computed:Boolean(o&&"Literal"===u.type),optional:!1}:u}r=i}else r=qg(t)&&!/^[a-z]/.test(t)?{type:"Identifier",name:t}:{type:"Literal",value:t};else r={type:"Literal",value:t};if("Literal"===r.type){var s=r.value;return Uy.call(e.components,s)?e.components[s]:s}if(e.evaluater)return e.evaluater.evaluateExpression(r);eD(e)}function eD(e,t){var n=new zy("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=Yy+"#cannot-handle-mdx-estrees-without-createevaluater",n}function tD(e){var t=e.replace(Gy,nD);return"ms-"===t.slice(0,3)&&(t="-"+t),t}function nD(e){return"-"+e.toLowerCase()}var rD={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"]},iD={};function aD(e,t){var n=t||iD;return oD(e,"boolean"!==typeof n.includeImageAlt||n.includeImageAlt,"boolean"!==typeof n.includeHtml||n.includeHtml)}function oD(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 uD(e.children,t,n)}return Array.isArray(e)?uD(e,t,n):""}function uD(e,t,n){for(var r=[],i=-1;++i<e.length;)r[i]=oD(e[i],t,n);return r.join("")}function sD(e,t,n,r){var i,a=e.length,o=0;if(t=t<0?-t>a?0:a+t:t>a?a:t,n=n>0?n:0,r.length<1e4)(i=Array.from(r)).unshift(t,n),e.splice.apply(e,ee(i));else for(n&&e.splice(t,n);o<r.length;)(i=r.slice(o,o+1e4)).unshift(t,0),e.splice.apply(e,ee(i)),o+=1e4,t+=1e4}function lD(e,t){return e.length>0?(sD(e,e.length,0,t),e):t}var cD=function(){function e(t){o(this,e),this.left=t?ee(t):[],this.right=[]}return s(e,[{key:"get",value:function(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]}},{key:"length",get:function(){return this.left.length+this.right.length}},{key:"shift",value:function(){return this.setCursor(0),this.right.pop()}},{key:"slice",value:function(e,t){var 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())}},{key:"splice",value:function(e,t,n){var r=t||0;this.setCursor(Math.trunc(e));var i=this.right.splice(this.right.length-r,Number.POSITIVE_INFINITY);return n&&fD(this.left,n),i.reverse()}},{key:"pop",value:function(){return this.setCursor(Number.POSITIVE_INFINITY),this.left.pop()}},{key:"push",value:function(e){this.setCursor(Number.POSITIVE_INFINITY),this.left.push(e)}},{key:"pushMany",value:function(e){this.setCursor(Number.POSITIVE_INFINITY),fD(this.left,e)}},{key:"unshift",value:function(e){this.setCursor(0),this.right.push(e)}},{key:"unshiftMany",value:function(e){this.setCursor(0),fD(this.right,e.reverse())}},{key:"setCursor",value:function(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){var t=this.left.splice(e,Number.POSITIVE_INFINITY);fD(this.right,t.reverse())}else{var n=this.right.splice(this.left.length+this.right.length-e,Number.POSITIVE_INFINITY);fD(this.left,n.reverse())}}}]),e}();function fD(e,t){var n=0;if(t.length<1e4)e.push.apply(e,ee(t));else for(;n<t.length;)e.push.apply(e,ee(t.slice(n,n+1e4))),n+=1e4}function dD(e){for(var t,n,r,i,a,o,u,s={},l=-1,c=new cD(e);++l<c.length;){for(;l in s;)l=s[l];if(t=c.get(l),l&&"chunkFlow"===t[1].type&&"listItemPrefix"===c.get(l-1)[1].type&&((r=0)<(o=t[1]._tokenizer.events).length&&"lineEndingBlank"===o[r][1].type&&(r+=2),r<o.length&&"content"===o[r][1].type))for(;++r<o.length&&"content"!==o[r][1].type;)"chunkText"===o[r][1].type&&(o[r][1]._isInFirstContentOfListItem=!0,r++);if("enter"===t[0])t[1].contentType&&(Object.assign(s,pD(c,l)),l=s[l],u=!0);else if(t[1]._container){for(r=l,n=void 0;r--;)if("lineEnding"===(i=c.get(r))[1].type||"lineEndingBlank"===i[1].type)"enter"===i[0]&&(n&&(c.get(n)[1].type="lineEndingBlank"),i[1].type="lineEnding",n=r);else if("linePrefix"!==i[1].type&&"listItemIndent"!==i[1].type)break;n&&(t[1].end=ne({},c.get(n)[1].start),(a=c.slice(n,l)).unshift(t),c.splice(n,l-n+1,a))}}return sD(e,0,Number.POSITIVE_INFINITY,c.slice(0)),!u}function pD(e,t){var n=e.get(t)[1],r=e.get(t)[2],i=t-1,a=[],o=n._tokenizer;o||(o=r.parser[n.contentType](n.start),n._contentTypeTextTrailing&&(o._contentTypeTextTrailing=!0));for(var u,s,l=o.events,c=[],f={},d=-1,p=n,h=0,m=0,v=[m];p;){for(;e.get(++i)[1]!==p;);a.push(i),p._tokenizer||(u=r.sliceStream(p),p.next||u.push(null),s&&o.defineSkip(p.start),p._isInFirstContentOfListItem&&(o._gfmTasklistFirstContentOfListItem=!0),o.write(u),p._isInFirstContentOfListItem&&(o._gfmTasklistFirstContentOfListItem=void 0)),s=p,p=p.next}for(p=n;++d<l.length;)"exit"===l[d][0]&&"enter"===l[d-1][0]&&l[d][1].type===l[d-1][1].type&&l[d][1].start.line!==l[d][1].end.line&&(m=d+1,v.push(m),p._tokenizer=void 0,p.previous=void 0,p=p.next);for(o.events=[],p?(p._tokenizer=void 0,p.previous=void 0):v.pop(),d=v.length;d--;){var g=l.slice(v[d],v[d+1]),y=a.pop();c.push([y,y+g.length-1]),e.splice(y,2,g)}for(c.reverse(),d=-1;++d<c.length;)f[h+c[d][0]]=h+c[d][1],h+=c[d][1]-c[d][0]-1;return f}var hD={}.hasOwnProperty;function mD(e){for(var t={},n=-1;++n<e.length;)vD(t,e[n]);return t}function vD(e,t){var n;for(n in t){var r=(hD.call(e,n)?e[n]:void 0)||(e[n]={}),i=t[n],a=void 0;if(i)for(a in i){hD.call(r,a)||(r[a]=[]);var o=i[a];gD(r[a],Array.isArray(o)?o:o?[o]:[])}}}function gD(e,t){for(var n=-1,r=[];++n<t.length;)("after"===t[n].add?e:r).push(t[n]);sD(e,0,0,r)}var yD=FD(/[A-Za-z]/),DD=FD(/[\dA-Za-z]/),ED=FD(/[#-'*+\--9=?A-Z^-~]/);function AD(e){return null!==e&&(e<32||127===e)}var bD=FD(/\d/),_D=FD(/[\dA-Fa-f]/),CD=FD(/[!-/:-@[-`{-~]/);function kD(e){return null!==e&&e<-2}function TD(e){return null!==e&&(e<0||32===e)}function xD(e){return-2===e||-1===e||32===e}var SD=FD(/(?:[!-#%-\*,-\/:;\?@\[-\]_\{\}\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\u1B5A-\u1B60\u1B7D\u1B7E\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[\uDEAD\uDF55-\uDF59\uDF86-\uDF89]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\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]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8\uDFFF]|\uD809[\uDC70-\uDC74]|\uD80B[\uDFF1\uDFF2]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDE97-\uDE9A\uDFE2]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\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-\u20C0\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-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u2767\u2794-\u27C4\u27C7-\u27E5\u27F0-\u2982\u2999-\u29D7\u29DC-\u29FB\u29FE-\u2B73\u2B76-\u2B95\u2B97-\u2BFF\u2CE5-\u2CEA\u2E50\u2E51\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFB\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u309B\u309C\u3190\u3191\u3196-\u319F\u31C0-\u31E3\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-\uFBC2\uFD40-\uFD4F\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]|\uD805\uDF3F|\uD807[\uDFD5-\uDFF1]|\uD81A[\uDF3C-\uDF3F\uDF45]|\uD82F\uDC9C|\uD833[\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-\uDED7\uDEDD-\uDEEC\uDEF0-\uDEFC\uDF00-\uDF73\uDF80-\uDFD8\uDFE0-\uDFEB\uDFF0]|\uD83E[\uDC00-\uDC0B\uDC10-\uDC47\uDC50-\uDC59\uDC60-\uDC87\uDC90-\uDCAD\uDCB0\uDCB1\uDD00-\uDE53\uDE60-\uDE6D\uDE70-\uDE74\uDE78-\uDE7C\uDE80-\uDE86\uDE90-\uDEAC\uDEB0-\uDEBA\uDEC0-\uDEC5\uDED0-\uDED9\uDEE0-\uDEE7\uDEF0-\uDEF6\uDF00-\uDF92\uDF94-\uDFCA])/),wD=FD(/\s/);function FD(e){return function(t){return null!==t&&t>-1&&e.test(String.fromCharCode(t))}}function OD(e,t,n,r){var i=r?r-1:Number.POSITIVE_INFINITY,a=0;return function(r){if(xD(r))return e.enter(n),o(r);return t(r)};function o(r){return xD(r)&&a++<i?(e.consume(r),o):(e.exit(n),t(r))}}var ND={tokenize:function(e){var t,n=e.attempt(this.parser.constructs.contentInitial,function(t){if(null===t)return void e.consume(t);return e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),OD(e,n,"linePrefix")},function(t){return e.enter("paragraph"),r(t)});return n;function r(n){var r=e.enter("chunkText",{contentType:"text",previous:t});return t&&(t.next=r),t=r,i(n)}function i(t){return null===t?(e.exit("chunkText"),e.exit("paragraph"),void e.consume(t)):kD(t)?(e.consume(t),e.exit("chunkText"),r):(e.consume(t),i)}}};var BD={tokenize:function(e){var t,n,r,i=this,a=[],o=0;return u;function u(t){if(o<a.length){var n=a[o];return i.containerState=n[1],e.attempt(n[0].continuation,s,l)(t)}return l(t)}function s(e){if(o++,i.containerState._closeFlow){i.containerState._closeFlow=void 0,t&&y();for(var n,r=i.events.length,a=r;a--;)if("exit"===i.events[a][0]&&"chunkFlow"===i.events[a][1].type){n=i.events[a][1].end;break}g(o);for(var s=r;s<i.events.length;)i.events[s][1].end=ne({},n),s++;return sD(i.events,a+1,0,i.events.slice(r)),i.events.length=s,l(e)}return u(e)}function l(n){if(o===a.length){if(!t)return d(n);if(t.currentConstruct&&t.currentConstruct.concrete)return h(n);i.interrupt=Boolean(t.currentConstruct&&!t._gfmTableDynamicInterruptHack)}return i.containerState={},e.check(ID,c,f)(n)}function c(e){return t&&y(),g(o),d(e)}function f(e){return i.parser.lazy[i.now().line]=o!==a.length,r=i.now().offset,h(e)}function d(t){return i.containerState={},e.attempt(ID,p,h)(t)}function p(e){return o++,a.push([i.currentConstruct,i.containerState]),d(e)}function h(r){return null===r?(t&&y(),g(0),void e.consume(r)):(t=t||i.parser.flow(i.now()),e.enter("chunkFlow",{_tokenizer:t,contentType:"flow",previous:n}),m(r))}function m(t){return null===t?(v(e.exit("chunkFlow"),!0),g(0),void e.consume(t)):kD(t)?(e.consume(t),v(e.exit("chunkFlow")),o=0,i.interrupt=void 0,u):(e.consume(t),m)}function v(e,a){var u=i.sliceStream(e);if(a&&u.push(null),e.previous=n,n&&(n.next=e),n=e,t.defineSkip(e.start),t.write(u),i.parser.lazy[e.start.line]){for(var s=t.events.length;s--;)if(t.events[s][1].start.offset<r&&(!t.events[s][1].end||t.events[s][1].end.offset>r))return;for(var l,c,f=i.events.length,d=f;d--;)if("exit"===i.events[d][0]&&"chunkFlow"===i.events[d][1].type){if(l){c=i.events[d][1].end;break}l=!0}for(g(o),s=f;s<i.events.length;)i.events[s][1].end=ne({},c),s++;sD(i.events,d+1,0,i.events.slice(f)),i.events.length=s}}function g(t){for(var n=a.length;n-- >t;){var r=a[n];i.containerState=r[1],r[0].exit.call(i,e)}a.length=t}function y(){t.write([null]),n=void 0,t=void 0,i.containerState._closeFlow=void 0}}},ID={tokenize:function(e,t,n){return OD(e,e.attempt(this.parser.constructs.document,t,n),"linePrefix",this.parser.constructs.disable.null.includes("codeIndented")?void 0:4)}};var PD={partial:!0,tokenize:function(e,t,n){return function(t){return xD(t)?OD(e,r,"linePrefix")(t):r(t)};function r(e){return null===e||kD(e)?t(e):n(e)}}};var RD={resolve:function(e){return dD(e),e},tokenize:function(e,t){var n;return function(t){return e.enter("content"),n=e.enter("chunkContent",{contentType:"content"}),r(t)};function r(t){return null===t?i(t):kD(t)?e.check(jD,a,i)(t):(e.consume(t),r)}function i(n){return e.exit("chunkContent"),e.exit("content"),t(n)}function a(t){return e.consume(t),e.exit("chunkContent"),n.next=e.enter("chunkContent",{contentType:"content",previous:n}),n=n.next,r}}},jD={partial:!0,tokenize:function(e,t,n){var r=this;return function(t){return e.exit("chunkContent"),e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),OD(e,i,"linePrefix")};function i(i){if(null===i||kD(i))return n(i);var a=r.events[r.events.length-1];return!r.parser.constructs.disable.null.includes("codeIndented")&&a&&"linePrefix"===a[1].type&&a[2].sliceSerialize(a[1],!0).length>=4?t(i):e.interrupt(r.parser.constructs.flow,n,t)(i)}}};var LD={tokenize:function(e){var t=this,n=e.attempt(PD,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,OD(e,e.attempt(this.parser.constructs.flow,r,e.attempt(RD,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)}}};var MD={resolveAll:GD()},zD=HD("string"),UD=HD("text");function HD(e){return{resolveAll:GD("text"===e?VD:void 0),tokenize:function(t){var n=this,r=this.parser.constructs[e],i=t.attempt(r,a,o);return a;function a(e){return s(e)?i(e):o(e)}function o(e){if(null!==e)return t.enter("data"),t.consume(e),u;t.consume(e)}function u(e){return s(e)?(t.exit("data"),i(e)):(t.consume(e),u)}function s(e){if(null===e)return!0;var t=r[e],i=-1;if(t)for(;++i<t.length;){var a=t[i];if(!a.previous||a.previous.call(n,n.previous))return!0}return!1}}}}function GD(e){return function(t,n){var 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 VD(e,t){for(var n=0;++n<=e.length;)if((n===e.length||"lineEnding"===e[n][1].type)&&"data"===e[n-1][1].type){for(var r=e[n-1][1],i=t.sliceStream(r),a=i.length,o=-1,u=0,s=void 0;a--;){var l=i[a];if("string"===typeof l){for(o=l.length;32===l.charCodeAt(o-1);)u++,o--;if(o)break;o=-1}else if(-2===l)s=!0,u++;else if(-1!==l){a++;break}}if(t._contentTypeTextTrailing&&n===e.length&&(u=0),u){var c={type:n===e.length||s||u<2?"lineSuffix":"hardBreakTrailing",start:{_bufferIndex:a?o:r.start._bufferIndex+o,_index:r.start._index+a,line:r.end.line,column:r.end.column-u,offset:r.end.offset-u},end:ne({},r.end)};r.end=ne({},c.start),r.start.offset===r.end.offset?Object.assign(r,c):(e.splice(n,0,["enter",c,t],["exit",c,t]),n+=2)}n++}return e}var WD={name:"thematicBreak",tokenize:function(e,t,n){var r,i=0;return function(t){return e.enter("thematicBreak"),function(e){return r=e,a(e)}(t)};function a(a){return a===r?(e.enter("thematicBreakSequence"),o(a)):i>=3&&(null===a||kD(a))?(e.exit("thematicBreak"),t(a)):n(a)}function o(t){return t===r?(e.consume(t),i++,o):(e.exit("thematicBreakSequence"),xD(t)?OD(e,a,"whitespace")(t):a(t))}}};var YD={continuation:{tokenize:function(e,t,n){var r=this;return r.containerState._closeFlow=void 0,e.check(PD,i,a);function i(n){return r.containerState.furtherBlankLines=r.containerState.furtherBlankLines||r.containerState.initialBlankLine,OD(e,t,"listItemIndent",r.containerState.size+1)(n)}function a(n){return r.containerState.furtherBlankLines||!xD(n)?(r.containerState.furtherBlankLines=void 0,r.containerState.initialBlankLine=void 0,o(n)):(r.containerState.furtherBlankLines=void 0,r.containerState.initialBlankLine=void 0,e.attempt(QD,t,o)(n))}function o(i){return r.containerState._closeFlow=!0,r.interrupt=void 0,OD(e,e.attempt(YD,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){var r=this,i=r.events[r.events.length-1],a=i&&"linePrefix"===i[1].type?i[2].sliceSerialize(i[1],!0).length:0,o=0;return function(t){var i=r.containerState.type||(42===t||43===t||45===t?"listUnordered":"listOrdered");if("listUnordered"===i?!r.containerState.marker||t===r.containerState.marker:bD(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(WD,n,s)(t):s(t);if(!r.interrupt||49===t)return e.enter("listItemPrefix"),e.enter("listItemValue"),u(t)}return n(t)};function u(t){return bD(t)&&++o<10?(e.consume(t),u):(!r.interrupt||o<2)&&(r.containerState.marker?t===r.containerState.marker:41===t||46===t)?(e.exit("listItemValue"),s(t)):n(t)}function s(t){return e.enter("listItemMarker"),e.consume(t),e.exit("listItemMarker"),r.containerState.marker=r.containerState.marker||t,e.check(PD,r.interrupt?n:l,e.attempt(qD,f,c))}function l(e){return r.containerState.initialBlankLine=!0,a++,f(e)}function c(t){return xD(t)?(e.enter("listItemPrefixWhitespace"),e.consume(t),e.exit("listItemPrefixWhitespace"),f):n(t)}function f(n){return r.containerState.size=a+r.sliceSerialize(e.exit("listItemPrefix"),!0).length,t(n)}}},qD={partial:!0,tokenize:function(e,t,n){var r=this;return OD(e,function(e){var i=r.events[r.events.length-1];return!xD(e)&&i&&"listItemPrefixWhitespace"===i[1].type?t(e):n(e)},"listItemPrefixWhitespace",r.parser.constructs.disable.null.includes("codeIndented")?void 0:5)}},QD={partial:!0,tokenize:function(e,t,n){var r=this;return OD(e,function(e){var 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)}};var KD={continuation:{tokenize:function(e,t,n){var r=this;return function(t){if(xD(t))return OD(e,i,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(t);return i(t)};function i(r){return e.attempt(KD,t,n)(r)}}},exit:function(e){e.exit("blockQuote")},name:"blockQuote",tokenize:function(e,t,n){var r=this;return function(t){if(62===t){var a=r.containerState;return a.open||(e.enter("blockQuote",{_container:!0}),a.open=!0),e.enter("blockQuotePrefix"),e.enter("blockQuoteMarker"),e.consume(t),e.exit("blockQuoteMarker"),i}return n(t)};function i(n){return xD(n)?(e.enter("blockQuotePrefixWhitespace"),e.consume(n),e.exit("blockQuotePrefixWhitespace"),e.exit("blockQuotePrefix"),t):(e.exit("blockQuotePrefix"),t(n))}}};function XD(e,t,n,r,i,a,o,u,s){var l=s||Number.POSITIVE_INFINITY,c=0;return function(t){if(60===t)return e.enter(r),e.enter(i),e.enter(a),e.consume(t),e.exit(a),f;if(null===t||32===t||41===t||AD(t))return n(t);return e.enter(r),e.enter(o),e.enter(u),e.enter("chunkString",{contentType:"string"}),h(t)};function f(n){return 62===n?(e.enter(a),e.consume(n),e.exit(a),e.exit(i),e.exit(r),t):(e.enter(u),e.enter("chunkString",{contentType:"string"}),d(n))}function d(t){return 62===t?(e.exit("chunkString"),e.exit(u),f(t)):null===t||60===t||kD(t)?n(t):(e.consume(t),92===t?p:d)}function p(t){return 60===t||62===t||92===t?(e.consume(t),d):d(t)}function h(i){return c||null!==i&&41!==i&&!TD(i)?c<l&&40===i?(e.consume(i),c++,h):41===i?(e.consume(i),c--,h):null===i||32===i||40===i||AD(i)?n(i):(e.consume(i),92===i?m:h):(e.exit("chunkString"),e.exit(u),e.exit(o),e.exit(r),t(i))}function m(t){return 40===t||41===t||92===t?(e.consume(t),h):h(t)}}function JD(e,t,n,r,i,a){var o,u=this,s=0;return function(t){return e.enter(r),e.enter(i),e.consume(t),e.exit(i),e.enter(a),l};function l(f){return s>999||null===f||91===f||93===f&&!o||94===f&&!s&&"_hiddenFootnoteSupport"in u.parser.constructs?n(f):93===f?(e.exit(a),e.enter(i),e.consume(f),e.exit(i),e.exit(r),t):kD(f)?(e.enter("lineEnding"),e.consume(f),e.exit("lineEnding"),l):(e.enter("chunkString",{contentType:"string"}),c(f))}function c(t){return null===t||91===t||93===t||kD(t)||s++>999?(e.exit("chunkString"),l(t)):(e.consume(t),o||(o=!xD(t)),92===t?f:c)}function f(t){return 91===t||92===t||93===t?(e.consume(t),s++,c):c(t)}}function ZD(e,t,n,r,i,a){var o;return function(t){if(34===t||39===t||40===t)return e.enter(r),e.enter(i),e.consume(t),e.exit(i),o=40===t?41:t,u;return n(t)};function u(n){return n===o?(e.enter(i),e.consume(n),e.exit(i),e.exit(r),t):(e.enter(a),s(n))}function s(t){return t===o?(e.exit(a),u(o)):null===t?n(t):kD(t)?(e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),OD(e,s,"linePrefix")):(e.enter("chunkString",{contentType:"string"}),l(t))}function l(t){return t===o||null===t||kD(t)?(e.exit("chunkString"),s(t)):(e.consume(t),92===t?c:l)}function c(t){return t===o||92===t?(e.consume(t),l):l(t)}}function $D(e,t){var n;return function r(i){if(kD(i))return e.enter("lineEnding"),e.consume(i),e.exit("lineEnding"),n=!0,r;if(xD(i))return OD(e,r,n?"linePrefix":"lineSuffix")(i);return t(i)}}function eE(e){return e.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}var tE={name:"definition",tokenize:function(e,t,n){var r,i=this;return function(t){return e.enter("definition"),function(t){return JD.call(i,e,a,n,"definitionLabel","definitionLabelMarker","definitionLabelString")(t)}(t)};function a(t){return r=eE(i.sliceSerialize(i.events[i.events.length-1][1]).slice(1,-1)),58===t?(e.enter("definitionMarker"),e.consume(t),e.exit("definitionMarker"),o):n(t)}function o(t){return TD(t)?$D(e,u)(t):u(t)}function u(t){return XD(e,s,n,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString")(t)}function s(t){return e.attempt(nE,l,l)(t)}function l(t){return xD(t)?OD(e,c,"whitespace")(t):c(t)}function c(a){return null===a||kD(a)?(e.exit("definition"),i.parser.defined.push(r),t(a)):n(a)}}},nE={partial:!0,tokenize:function(e,t,n){return function(t){return TD(t)?$D(e,r)(t):n(t)};function r(t){return ZD(e,i,n,"definitionTitle","definitionTitleMarker","definitionTitleString")(t)}function i(t){return xD(t)?OD(e,a,"whitespace")(t):a(t)}function a(e){return null===e||kD(e)?t(e):n(e)}}};var rE={name:"codeIndented",tokenize:function(e,t,n){var r=this;return function(t){return e.enter("codeIndented"),OD(e,i,"linePrefix",5)(t)};function i(e){var t=r.events[r.events.length-1];return t&&"linePrefix"===t[1].type&&t[2].sliceSerialize(t[1],!0).length>=4?a(e):n(e)}function a(t){return null===t?u(t):kD(t)?e.attempt(iE,a,u)(t):(e.enter("codeFlowValue"),o(t))}function o(t){return null===t||kD(t)?(e.exit("codeFlowValue"),a(t)):(e.consume(t),o)}function u(n){return e.exit("codeIndented"),t(n)}}},iE={partial:!0,tokenize:function(e,t,n){var r=this;return i;function i(t){return r.parser.lazy[r.now().line]?n(t):kD(t)?(e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),i):OD(e,a,"linePrefix",5)(t)}function a(e){var a=r.events[r.events.length-1];return a&&"linePrefix"===a[1].type&&a[2].sliceSerialize(a[1],!0).length>=4?t(e):kD(e)?i(e):n(e)}}};var aE={name:"headingAtx",resolve:function(e,t){var n,r,i=e.length-2,a=3;"whitespace"===e[a][1].type&&(a+=2);i-2>a&&"whitespace"===e[i][1].type&&(i-=2);"atxHeadingSequence"===e[i][1].type&&(a===i-1||i-4>a&&"whitespace"===e[i-2][1].type)&&(i-=a+1===i?2:4);i>a&&sD(e,a,i-a+1,[["enter",n={type:"atxHeadingText",start:e[a][1].start,end:e[i][1].end},t],["enter",r={type:"chunkText",start:e[a][1].start,end:e[i][1].end,contentType:"text"},t],["exit",r,t],["exit",n,t]]);return e},tokenize:function(e,t,n){var 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||TD(t)?(e.exit("atxHeadingSequence"),a(t)):n(t)}function a(n){return 35===n?(e.enter("atxHeadingSequence"),o(n)):null===n||kD(n)?(e.exit("atxHeading"),t(n)):xD(n)?OD(e,a,"whitespace")(n):(e.enter("atxHeadingText"),u(n))}function o(t){return 35===t?(e.consume(t),o):(e.exit("atxHeadingSequence"),a(t))}function u(t){return null===t||35===t||TD(t)?(e.exit("atxHeadingText"),a(t)):(e.consume(t),u)}}};var oE={name:"setextUnderline",resolveTo:function(e,t){var n,r,i,a=e.length;for(;a--;)if("enter"===e[a][0]){if("content"===e[a][1].type){n=a;break}"paragraph"===e[a][1].type&&(r=a)}else"content"===e[a][1].type&&e.splice(a,1),i||"definition"!==e[a][1].type||(i=a);var o={type:"setextHeading",start:ne({},e[n][1].start),end:ne({},e[e.length-1][1].end)};e[r][1].type="setextHeadingText",i?(e.splice(r,0,["enter",o,t]),e.splice(i+1,0,["exit",e[n][1],t]),e[n][1].end=ne({},e[i][1].end)):e[n][1]=o;return e.push(["exit",o,t]),e},tokenize:function(e,t,n){var r,i=this;return function(t){var o,u=i.events.length;for(;u--;)if("lineEnding"!==i.events[u][1].type&&"linePrefix"!==i.events[u][1].type&&"content"!==i.events[u][1].type){o="paragraph"===i.events[u][1].type;break}if(!i.parser.lazy[i.now().line]&&(i.interrupt||o))return e.enter("setextHeadingLine"),r=t,function(t){return e.enter("setextHeadingLineSequence"),a(t)}(t);return n(t)};function a(t){return t===r?(e.consume(t),a):(e.exit("setextHeadingLineSequence"),xD(t)?OD(e,o,"lineSuffix")(t):o(t))}function o(r){return null===r||kD(r)?(e.exit("setextHeadingLine"),t(r)):n(r)}}};var uE=["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"],sE=["pre","script","style","textarea"],lE={concrete:!0,name:"htmlFlow",resolveTo:function(e){var 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){var r,i,a,o,u,s=this;return function(t){return function(t){return e.enter("htmlFlow"),e.enter("htmlFlowData"),e.consume(t),l}(t)};function l(o){return 33===o?(e.consume(o),c):47===o?(e.consume(o),i=!0,p):63===o?(e.consume(o),r=3,s.interrupt?t:I):yD(o)?(e.consume(o),a=String.fromCharCode(o),h):n(o)}function c(i){return 45===i?(e.consume(i),r=2,f):91===i?(e.consume(i),r=5,o=0,d):yD(i)?(e.consume(i),r=4,s.interrupt?t:I):n(i)}function f(r){return 45===r?(e.consume(r),s.interrupt?t:I):n(r)}function d(r){var i="CDATA[";return r===i.charCodeAt(o++)?(e.consume(r),6===o?s.interrupt?t:T:d):n(r)}function p(t){return yD(t)?(e.consume(t),a=String.fromCharCode(t),h):n(t)}function h(o){if(null===o||47===o||62===o||TD(o)){var u=47===o,l=a.toLowerCase();return u||i||!sE.includes(l)?uE.includes(a.toLowerCase())?(r=6,u?(e.consume(o),m):s.interrupt?t(o):T(o)):(r=7,s.interrupt&&!s.parser.lazy[s.now().line]?n(o):i?v(o):g(o)):(r=1,s.interrupt?t(o):T(o))}return 45===o||DD(o)?(e.consume(o),a+=String.fromCharCode(o),h):n(o)}function m(r){return 62===r?(e.consume(r),s.interrupt?t:T):n(r)}function v(t){return xD(t)?(e.consume(t),v):C(t)}function g(t){return 47===t?(e.consume(t),C):58===t||95===t||yD(t)?(e.consume(t),y):xD(t)?(e.consume(t),g):C(t)}function y(t){return 45===t||46===t||58===t||95===t||DD(t)?(e.consume(t),y):D(t)}function D(t){return 61===t?(e.consume(t),E):xD(t)?(e.consume(t),D):g(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):xD(t)?(e.consume(t),E):b(t)}function A(t){return t===u?(e.consume(t),u=null,_):null===t||kD(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||TD(t)?D(t):(e.consume(t),b)}function _(e){return 47===e||62===e||xD(e)?g(e):n(e)}function C(t){return 62===t?(e.consume(t),k):n(t)}function k(t){return null===t||kD(t)?T(t):xD(t)?(e.consume(t),k):n(t)}function T(t){return 45===t&&2===r?(e.consume(t),F):60===t&&1===r?(e.consume(t),O):62===t&&4===r?(e.consume(t),P):63===t&&3===r?(e.consume(t),I):93===t&&5===r?(e.consume(t),B):!kD(t)||6!==r&&7!==r?null===t||kD(t)?(e.exit("htmlFlowData"),x(t)):(e.consume(t),T):(e.exit("htmlFlowData"),e.check(cE,R,x)(t))}function x(t){return e.check(fE,S,R)(t)}function S(t){return e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),w}function w(t){return null===t||kD(t)?x(t):(e.enter("htmlFlowData"),T(t))}function F(t){return 45===t?(e.consume(t),I):T(t)}function O(t){return 47===t?(e.consume(t),a="",N):T(t)}function N(t){if(62===t){var n=a.toLowerCase();return sE.includes(n)?(e.consume(t),P):T(t)}return yD(t)&&a.length<8?(e.consume(t),a+=String.fromCharCode(t),N):T(t)}function B(t){return 93===t?(e.consume(t),I):T(t)}function I(t){return 62===t?(e.consume(t),P):45===t&&2===r?(e.consume(t),I):T(t)}function P(t){return null===t||kD(t)?(e.exit("htmlFlowData"),R(t)):(e.consume(t),P)}function R(n){return e.exit("htmlFlow"),t(n)}}},cE={partial:!0,tokenize:function(e,t,n){return function(r){return e.enter("lineEnding"),e.consume(r),e.exit("lineEnding"),e.attempt(PD,t,n)}}},fE={partial:!0,tokenize:function(e,t,n){var r=this;return function(t){if(kD(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)}}};var dE={partial:!0,tokenize:function(e,t,n){var 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)}}},pE={concrete:!0,name:"codeFenced",tokenize:function(e,t,n){var r,i=this,a={partial:!0,tokenize:function(e,t,n){var a=0;return o;function o(t){return e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),s}function s(t){return e.enter("codeFencedFence"),xD(t)?OD(e,l,"linePrefix",i.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(t):l(t)}function l(t){return t===r?(e.enter("codeFencedFenceSequence"),c(t)):n(t)}function c(t){return t===r?(a++,e.consume(t),c):a>=u?(e.exit("codeFencedFenceSequence"),xD(t)?OD(e,f,"whitespace")(t):f(t)):n(t)}function f(r){return null===r||kD(r)?(e.exit("codeFencedFence"),t(r)):n(r)}}},o=0,u=0;return function(t){return function(t){var n=i.events[i.events.length-1];return o=n&&"linePrefix"===n[1].type?n[2].sliceSerialize(n[1],!0).length:0,r=t,e.enter("codeFenced"),e.enter("codeFencedFence"),e.enter("codeFencedFenceSequence"),s(t)}(t)};function s(t){return t===r?(u++,e.consume(t),s):u<3?n(t):(e.exit("codeFencedFenceSequence"),xD(t)?OD(e,l,"whitespace")(t):l(t))}function l(n){return null===n||kD(n)?(e.exit("codeFencedFence"),i.interrupt?t(n):e.check(dE,p,y)(n)):(e.enter("codeFencedFenceInfo"),e.enter("chunkString",{contentType:"string"}),c(n))}function c(t){return null===t||kD(t)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),l(t)):xD(t)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),OD(e,f,"whitespace")(t)):96===t&&t===r?n(t):(e.consume(t),c)}function f(t){return null===t||kD(t)?l(t):(e.enter("codeFencedFenceMeta"),e.enter("chunkString",{contentType:"string"}),d(t))}function d(t){return null===t||kD(t)?(e.exit("chunkString"),e.exit("codeFencedFenceMeta"),l(t)):96===t&&t===r?n(t):(e.consume(t),d)}function p(t){return e.attempt(a,y,h)(t)}function h(t){return e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),m}function m(t){return o>0&&xD(t)?OD(e,v,"linePrefix",o+1)(t):v(t)}function v(t){return null===t||kD(t)?e.check(dE,p,y)(t):(e.enter("codeFlowValue"),g(t))}function g(t){return null===t||kD(t)?(e.exit("codeFlowValue"),v(t)):(e.consume(t),g)}function y(n){return e.exit("codeFenced"),t(n)}}};var hE=document.createElement("i");function mE(e){var t="&"+e+";";hE.innerHTML=t;var n=hE.textContent;return(59!==n.charCodeAt(n.length-1)||"semi"===e)&&(n!==t&&n)}var vE={name:"characterReference",tokenize:function(e,t,n){var r,i,a=this,o=0;return function(t){return e.enter("characterReference"),e.enter("characterReferenceMarker"),e.consume(t),e.exit("characterReferenceMarker"),u};function u(t){return 35===t?(e.enter("characterReferenceMarkerNumeric"),e.consume(t),e.exit("characterReferenceMarkerNumeric"),s):(e.enter("characterReferenceValue"),r=31,i=DD,l(t))}function s(t){return 88===t||120===t?(e.enter("characterReferenceMarkerHexadecimal"),e.consume(t),e.exit("characterReferenceMarkerHexadecimal"),e.enter("characterReferenceValue"),r=6,i=_D,l):(e.enter("characterReferenceValue"),r=7,i=bD,l(t))}function l(u){if(59===u&&o){var s=e.exit("characterReferenceValue");return i!==DD||mE(a.sliceSerialize(s))?(e.enter("characterReferenceMarker"),e.consume(u),e.exit("characterReferenceMarker"),e.exit("characterReference"),t):n(u)}return i(u)&&o++<r?(e.consume(u),l):n(u)}}};var gE={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 CD(r)?(e.enter("characterEscapeValue"),e.consume(r),e.exit("characterEscapeValue"),e.exit("characterEscape"),t):n(r)}}};var yE={name:"lineEnding",tokenize:function(e,t){return function(n){return e.enter("lineEnding"),e.consume(n),e.exit("lineEnding"),OD(e,t,"linePrefix")}}};function DE(e,t,n){for(var r=[],i=-1;++i<e.length;){var a=e[i].resolveAll;a&&!r.includes(a)&&(t=a(t,n),r.push(a))}return t}var EE={name:"labelEnd",resolveAll:function(e){var t=-1,n=[];for(;++t<e.length;){var r=e[t][1];if(n.push(e[t]),"labelImage"===r.type||"labelLink"===r.type||"labelEnd"===r.type){var i="labelImage"===r.type?4:2;r.type="data",t+=i}}e.length!==n.length&&sD(e,0,e.length,n);return e},resolveTo:function(e,t){var n,r,i,a,o=e.length,u=0;for(;o--;)if(n=e[o][1],r){if("link"===n.type||"labelLink"===n.type&&n._inactive)break;"enter"===e[o][0]&&"labelLink"===n.type&&(n._inactive=!0)}else if(i){if("enter"===e[o][0]&&("labelImage"===n.type||"labelLink"===n.type)&&!n._balanced&&(r=o,"labelLink"!==n.type)){u=2;break}}else"labelEnd"===n.type&&(i=o);var s={type:"labelLink"===e[r][1].type?"link":"image",start:ne({},e[r][1].start),end:ne({},e[e.length-1][1].end)},l={type:"label",start:ne({},e[r][1].start),end:ne({},e[i][1].end)},c={type:"labelText",start:ne({},e[r+u+2][1].end),end:ne({},e[i-2][1].start)};return a=lD(a=[["enter",s,t],["enter",l,t]],e.slice(r+1,r+u+3)),a=lD(a,[["enter",c,t]]),a=lD(a,DE(t.parser.constructs.insideSpan.null,e.slice(r+u+4,i-3),t)),a=lD(a,[["exit",c,t],e[i-2],e[i-1],["exit",l,t]]),a=lD(a,e.slice(i+1)),a=lD(a,[["exit",s,t]]),sD(e,r,e.length,a),e},tokenize:function(e,t,n){var r,i,a=this,o=a.events.length;for(;o--;)if(("labelImage"===a.events[o][1].type||"labelLink"===a.events[o][1].type)&&!a.events[o][1]._balanced){r=a.events[o][1];break}return function(t){if(!r)return n(t);if(r._inactive)return c(t);return i=a.parser.defined.includes(eE(a.sliceSerialize({start:r.end,end:a.now()}))),e.enter("labelEnd"),e.enter("labelMarker"),e.consume(t),e.exit("labelMarker"),e.exit("labelEnd"),u};function u(t){return 40===t?e.attempt(AE,l,i?l:c)(t):91===t?e.attempt(bE,l,i?s:c)(t):i?l(t):c(t)}function s(t){return e.attempt(_E,l,c)(t)}function l(e){return t(e)}function c(e){return r._balanced=!0,n(e)}}},AE={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 TD(t)?$D(e,i)(t):i(t)}function i(t){return 41===t?l(t):XD(e,a,o,"resourceDestination","resourceDestinationLiteral","resourceDestinationLiteralMarker","resourceDestinationRaw","resourceDestinationString",32)(t)}function a(t){return TD(t)?$D(e,u)(t):l(t)}function o(e){return n(e)}function u(t){return 34===t||39===t||40===t?ZD(e,s,n,"resourceTitle","resourceTitleMarker","resourceTitleString")(t):l(t)}function s(t){return TD(t)?$D(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)}}},bE={tokenize:function(e,t,n){var r=this;return function(t){return JD.call(r,e,i,a,"reference","referenceMarker","referenceString")(t)};function i(e){return r.parser.defined.includes(eE(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)))?t(e):n(e)}function a(e){return n(e)}}},_E={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)}}};var CE={name:"labelStartImage",resolveAll:EE.resolveAll,tokenize:function(e,t,n){var 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"),a):n(t)}function a(e){return 94===e&&"_hiddenFootnoteSupport"in r.parser.constructs?n(e):t(e)}}};function kE(e){return null===e||TD(e)||wD(e)?1:SD(e)?2:void 0}var TE={name:"attention",resolveAll:function(e,t){var n,r,i,a,o,u,s,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;u=e[n][1].end.offset-e[n][1].start.offset>1&&e[c][1].end.offset-e[c][1].start.offset>1?2:1;var f=ne({},e[n][1].end),d=ne({},e[c][1].start);xE(f,-u),xE(d,u),a={type:u>1?"strongSequence":"emphasisSequence",start:f,end:ne({},e[n][1].end)},o={type:u>1?"strongSequence":"emphasisSequence",start:ne({},e[c][1].start),end:d},i={type:u>1?"strongText":"emphasisText",start:ne({},e[n][1].end),end:ne({},e[c][1].start)},r={type:u>1?"strong":"emphasis",start:ne({},a.start),end:ne({},o.end)},e[n][1].end=ne({},a.start),e[c][1].start=ne({},o.end),s=[],e[n][1].end.offset-e[n][1].start.offset&&(s=lD(s,[["enter",e[n][1],t],["exit",e[n][1],t]])),s=lD(s,[["enter",r,t],["enter",a,t],["exit",a,t],["enter",i,t]]),s=lD(s,DE(t.parser.constructs.insideSpan.null,e.slice(n+1,c),t)),s=lD(s,[["exit",i,t],["enter",o,t],["exit",o,t],["exit",r,t]]),e[c][1].end.offset-e[c][1].start.offset?(l=2,s=lD(s,[["enter",e[c][1],t],["exit",e[c][1],t]])):l=0,sD(e,n-1,c-n+3,s),c=n+s.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){var n,r=this.parser.constructs.attentionMarkers.null,i=this.previous,a=kE(i);return function(t){return n=t,e.enter("attentionSequence"),o(t)};function o(u){if(u===n)return e.consume(u),o;var s=e.exit("attentionSequence"),l=kE(u),c=!l||2===l&&a||r.includes(u),f=!a||2===a&&l||r.includes(i);return s._open=Boolean(42===n?c:c&&(a||!f)),s._close=Boolean(42===n?f:f&&(l||!c)),t(u)}}};function xE(e,t){e.column+=t,e.offset+=t,e._bufferIndex+=t}var SE={name:"autolink",tokenize:function(e,t,n){var 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 yD(t)?(e.consume(t),a):64===t?n(t):s(t)}function a(e){return 43===e||45===e||46===e||DD(e)?(r=1,o(e)):s(e)}function o(t){return 58===t?(e.consume(t),r=0,u):(43===t||45===t||46===t||DD(t))&&r++<32?(e.consume(t),o):(r=0,s(t))}function u(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||AD(r)?n(r):(e.consume(r),u)}function s(t){return 64===t?(e.consume(t),l):ED(t)?(e.consume(t),s):n(t)}function l(e){return DD(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):f(n)}function f(t){if((45===t||DD(t))&&r++<63){var i=45===t?f:c;return e.consume(t),i}return n(t)}}};var wE={name:"htmlText",tokenize:function(e,t,n){var r,i,a,o=this;return function(t){return e.enter("htmlText"),e.enter("htmlTextData"),e.consume(t),u};function u(t){return 33===t?(e.consume(t),s):47===t?(e.consume(t),E):63===t?(e.consume(t),y):yD(t)?(e.consume(t),_):n(t)}function s(t){return 45===t?(e.consume(t),l):91===t?(e.consume(t),i=0,p):yD(t)?(e.consume(t),g):n(t)}function l(t){return 45===t?(e.consume(t),d):n(t)}function c(t){return null===t?n(t):45===t?(e.consume(t),f):kD(t)?(a=c,N(t)):(e.consume(t),c)}function f(t){return 45===t?(e.consume(t),d):c(t)}function d(e){return 62===e?O(e):45===e?f(e):c(e)}function p(t){var r="CDATA[";return t===r.charCodeAt(i++)?(e.consume(t),6===i?h:p):n(t)}function h(t){return null===t?n(t):93===t?(e.consume(t),m):kD(t)?(a=h,N(t)):(e.consume(t),h)}function m(t){return 93===t?(e.consume(t),v):h(t)}function v(t){return 62===t?O(t):93===t?(e.consume(t),v):h(t)}function g(t){return null===t||62===t?O(t):kD(t)?(a=g,N(t)):(e.consume(t),g)}function y(t){return null===t?n(t):63===t?(e.consume(t),D):kD(t)?(a=y,N(t)):(e.consume(t),y)}function D(e){return 62===e?O(e):y(e)}function E(t){return yD(t)?(e.consume(t),A):n(t)}function A(t){return 45===t||DD(t)?(e.consume(t),A):b(t)}function b(t){return kD(t)?(a=b,N(t)):xD(t)?(e.consume(t),b):O(t)}function _(t){return 45===t||DD(t)?(e.consume(t),_):47===t||62===t||TD(t)?C(t):n(t)}function C(t){return 47===t?(e.consume(t),O):58===t||95===t||yD(t)?(e.consume(t),k):kD(t)?(a=C,N(t)):xD(t)?(e.consume(t),C):O(t)}function k(t){return 45===t||46===t||58===t||95===t||DD(t)?(e.consume(t),k):T(t)}function T(t){return 61===t?(e.consume(t),x):kD(t)?(a=T,N(t)):xD(t)?(e.consume(t),T):C(t)}function x(t){return null===t||60===t||61===t||62===t||96===t?n(t):34===t||39===t?(e.consume(t),r=t,S):kD(t)?(a=x,N(t)):xD(t)?(e.consume(t),x):(e.consume(t),w)}function S(t){return t===r?(e.consume(t),r=void 0,F):null===t?n(t):kD(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||TD(t)?C(t):(e.consume(t),w)}function F(e){return 47===e||62===e||TD(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 xD(t)?OD(e,I,"linePrefix",o.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(t):I(t)}function I(t){return e.enter("htmlTextData"),a(t)}}};var FE={name:"labelStartLink",resolveAll:EE.resolveAll,tokenize:function(e,t,n){var 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)}}};var OE={name:"hardBreakEscape",tokenize:function(e,t,n){return function(t){return e.enter("hardBreakEscape"),e.consume(t),r};function r(r){return kD(r)?(e.exit("hardBreakEscape"),t(r)):n(r)}}};var NE,BE,IE,PE,RE,jE={name:"codeText",previous:function(e){return 96!==e||"characterEscape"===this.events[this.events.length-1][1].type},resolve:function(e){var 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){var r,i,a=0;return function(t){return e.enter("codeText"),e.enter("codeTextSequence"),o(t)};function o(t){return 96===t?(e.consume(t),a++,o):(e.exit("codeTextSequence"),u(t))}function u(t){return null===t?n(t):32===t?(e.enter("space"),e.consume(t),e.exit("space"),u):96===t?(i=e.enter("codeTextSequence"),r=0,l(t)):kD(t)?(e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),u):(e.enter("codeTextData"),s(t))}function s(t){return null===t||32===t||96===t||kD(t)?(e.exit("codeTextData"),u(t)):(e.consume(t),s)}function l(n){return 96===n?(e.consume(n),r++,l):r===a?(e.exit("codeTextSequence"),e.exit("codeText"),t(n)):(i.type="codeTextData",s(n))}}};var LE=(l(NE={},42,YD),l(NE,43,YD),l(NE,45,YD),l(NE,48,YD),l(NE,49,YD),l(NE,50,YD),l(NE,51,YD),l(NE,52,YD),l(NE,53,YD),l(NE,54,YD),l(NE,55,YD),l(NE,56,YD),l(NE,57,YD),l(NE,62,KD),NE),ME=l({},91,tE),zE=(l(BE={},-2,rE),l(BE,-1,rE),l(BE,32,rE),BE),UE=(l(IE={},35,aE),l(IE,42,WD),l(IE,45,[oE,WD]),l(IE,60,lE),l(IE,61,oE),l(IE,95,WD),l(IE,96,pE),l(IE,126,pE),IE),HE=(l(PE={},38,vE),l(PE,92,gE),PE),GE=(l(RE={},-5,yE),l(RE,-4,yE),l(RE,-3,yE),l(RE,33,CE),l(RE,38,vE),l(RE,42,TE),l(RE,60,[SE,wE]),l(RE,91,FE),l(RE,92,[OE,gE]),l(RE,93,EE),l(RE,95,TE),l(RE,96,jE),RE),VE={null:[TE,MD]},WE={null:[42,95]},YE={null:[]};function qE(e,t,n){var r={_bufferIndex:-1,_index:0,line:n&&n.line||1,column:n&&n.column||1,offset:n&&n.offset||0},i={},a=[],o=[],u=[],s={attempt:v(function(e,t){g(e,t.from)}),check:v(m),consume:function(e){kD(e)?(r.line++,r.column=1,r.offset+=-3===e?2:1,y()):-1!==e&&(r.column++,r.offset++);r._bufferIndex<0?r._index++:(r._bufferIndex++,r._bufferIndex===o[r._index].length&&(r._bufferIndex=-1,r._index++));l.previous=e},enter:function(e,t){var n=t||{};return n.type=e,n.start=d(),l.events.push(["enter",n,l]),u.push(n),n},exit:function(e){var t=u.pop();return t.end=d(),l.events.push(["exit",t,l]),t},interrupt:v(m,{interrupt:!0})},l={code:null,containerState:{},defineSkip:function(e){i[e.line]=e.column,y()},events:[],now:d,parser:e,previous:null,sliceSerialize:function(e,t){return function(e,t){var n,r=-1,i=[];for(;++r<e.length;){var a=e[r],o=void 0;if("string"===typeof a)o=a;else switch(a){case-5:o="\r";break;case-4:o="\n";break;case-3:o="\r\n";break;case-2:o=t?" ":"\t";break;case-1:if(!t&&n)continue;o=" ";break;default:o=String.fromCharCode(a)}n=-2===a,i.push(o)}return i.join("")}(f(e),t)},sliceStream:f,write:function(e){if(o=lD(o,e),p(),null!==o[o.length-1])return[];return g(t,0),l.events=DE(a,l.events,l),l.events}},c=t.tokenize.call(l,s);return t.resolveAll&&a.push(t),l;function f(e){return function(e,t){var n,r=t.start._index,i=t.start._bufferIndex,a=t.end._index,o=t.end._bufferIndex;if(r===a)n=[e[r].slice(i,o)];else{if(n=e.slice(r,a),i>-1){var u=n[0];"string"===typeof u?n[0]=u.slice(i):n.shift()}o>0&&n.push(e[a].slice(0,o))}return n}(o,e)}function d(){var e=r;return{_bufferIndex:e._bufferIndex,_index:e._index,line:e.line,column:e.column,offset:e.offset}}function p(){for(var e;r._index<o.length;){var t=o[r._index];if("string"===typeof t)for(e=r._index,r._bufferIndex<0&&(r._bufferIndex=0);r._index===e&&r._bufferIndex<t.length;)h(t.charCodeAt(r._bufferIndex));else h(t)}}function h(e){c=c(e)}function m(e,t){t.restore()}function v(e,t){return function(n,i,a){var o,c,f,p;return Array.isArray(n)?h(n):"tokenize"in n?h([n]):function(e){return t;function t(t){var n=null!==t&&e[t],r=null!==t&&e.null;return h([].concat(ee(Array.isArray(n)?n:n?[n]:[]),ee(Array.isArray(r)?r:r?[r]:[])))(t)}}(n);function h(e){return o=e,c=0,0===e.length?a:m(e[c])}function m(e){return function(n){p=function(){var e=d(),t=l.previous,n=l.currentConstruct,i=l.events.length,a=Array.from(u);return{from:i,restore:o};function o(){r=e,l.previous=t,l.currentConstruct=n,l.events.length=i,u=a,y()}}(),f=e,e.partial||(l.currentConstruct=e);if(e.name&&l.parser.constructs.disable.null.includes(e.name))return g(n);return e.tokenize.call(t?Object.assign(Object.create(l),t):l,s,v,g)(n)}}function v(t){return e(f,p),i}function g(e){return p.restore(),++c<o.length?m(o[c]):a}}}function g(e,t){e.resolveAll&&!a.includes(e)&&a.push(e),e.resolve&&sD(l.events,t,l.events.length-t,e.resolve(l.events.slice(t),l)),e.resolveTo&&(l.events=e.resolveTo(l.events,l))}function y(){r.line in i&&r.column<2&&(r.column=i[r.line],r.offset+=i[r.line]-1)}}var QE=/[\0\t\n\r]/g;function KE(e,t){var 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)}var XE=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;function JE(e,t,n){if(t)return t;if(35===n.charCodeAt(0)){var r=n.charCodeAt(1),i=120===r||88===r;return KE(n.slice(i?2:1),i?16:10)}return mE(n)||e}var ZE={}.hasOwnProperty;function $E(e,n,r){return"string"!==typeof n&&(r=n,n=void 0),function(e){var t={transforms:[],canContainEols:["emphasis","fragment","heading","paragraph","strong"],enter:{autolink:a(te),autolinkProtocol:k,autolinkEmail:k,atxHeading:a(J),blockQuote:a(Y),characterEscape:k,characterReference:k,codeFenced:a(q),codeFencedFenceInfo:o,codeFencedFenceMeta:o,codeIndented:a(q,o),codeText:a(Q,o),codeTextData:k,data:k,codeFlowValue:k,definition:a(K),definitionDestinationString:o,definitionLabelString:o,definitionTitleString:o,emphasis:a(X),hardBreakEscape:a(Z),hardBreakTrailing:a(Z),htmlFlow:a($,o),htmlFlowData:k,htmlText:a($,o),htmlTextData:k,image:a(ee),label:o,link:a(te),listItem:a(re),listItemValue:d,listOrdered:a(ne,f),listUnordered:a(ne),paragraph:a(ie),reference:M,referenceString:o,resourceDestinationString:o,resourceTitleString:o,setextHeading:a(J),strong:a(ae),thematicBreak:a(ue)},exit:{atxHeading:s(),atxHeadingSequence:A,autolink:s(),autolinkEmail:W,autolinkProtocol:V,blockQuote:s(),characterEscapeValue:T,characterReferenceMarkerHexadecimal:U,characterReferenceMarkerNumeric:U,characterReferenceValue:H,characterReference:G,codeFenced:s(v),codeFencedFence:m,codeFencedFenceInfo:p,codeFencedFenceMeta:h,codeFlowValue:T,codeIndented:s(g),codeText:s(O),codeTextData:T,data:T,definition:s(),definitionDestinationString:E,definitionLabelString:y,definitionTitleString:D,emphasis:s(),hardBreakEscape:s(S),hardBreakTrailing:s(S),htmlFlow:s(w),htmlFlowData:T,htmlText:s(F),htmlTextData:T,image:s(B),label:P,labelText:I,lineEnding:x,link:s(N),listItem:s(),listOrdered:s(),listUnordered:s(),paragraph:s(),referenceString:z,resourceDestinationString:R,resourceTitleString:j,resource:L,setextHeading:s(C),setextHeadingLineSequence:_,setextHeadingText:b,strong:s(),thematicBreak:s()}};tA(t,(e||{}).mdastExtensions||[]);var n={};return r;function r(e){for(var r={type:"root",children:[]},a={stack:[r],tokenStack:[],config:t,enter:u,exit:l,buffer:o,resume:c,data:n},s=[],f=-1;++f<e.length;){if("listOrdered"===e[f][1].type||"listUnordered"===e[f][1].type)if("enter"===e[f][0])s.push(f);else f=i(e,s.pop(),f)}for(f=-1;++f<e.length;){var d=t[e[f][0]];ZE.call(d,e[f][1].type)&&d[e[f][1].type].call(Object.assign({sliceSerialize:e[f][2].sliceSerialize},a),e[f][1])}if(a.tokenStack.length>0){var p=a.tokenStack[a.tokenStack.length-1];(p[1]||rA).call(a,void 0,p[0])}for(r.position={start:eA(e.length>0?e[0][1].start:{line:1,column:1,offset:0}),end:eA(e.length>0?e[e.length-2][1].end:{line:1,column:1,offset:0})},f=-1;++f<t.transforms.length;)r=t.transforms[f](r)||r;return r}function i(e,t,n){for(var r,i,a,o,u=t-1,s=-1,l=!1;++u<=n;){var c=e[u];switch(c[1].type){case"listUnordered":case"listOrdered":case"blockQuote":"enter"===c[0]?s++:s--,o=void 0;break;case"lineEndingBlank":"enter"===c[0]&&(!r||o||s||a||(a=u),o=void 0);break;case"linePrefix":case"listItemValue":case"listItemMarker":case"listItemPrefix":case"listItemPrefixWhitespace":break;default:o=void 0}if(!s&&"enter"===c[0]&&"listItemPrefix"===c[1].type||-1===s&&"exit"===c[0]&&("listUnordered"===c[1].type||"listOrdered"===c[1].type)){if(r){var f=u;for(i=void 0;f--;){var d=e[f];if("lineEnding"===d[1].type||"lineEndingBlank"===d[1].type){if("exit"===d[0])continue;i&&(e[i][1].type="lineEndingBlank",l=!0),d[1].type="lineEnding",i=f}else if("linePrefix"!==d[1].type&&"blockQuotePrefix"!==d[1].type&&"blockQuotePrefixWhitespace"!==d[1].type&&"blockQuoteMarker"!==d[1].type&&"listItemIndent"!==d[1].type)break}a&&(!i||a<i)&&(r._spread=!0),r.end=Object.assign({},i?e[i][1].start:c[1].end),e.splice(i||u,0,["exit",r,c[2]]),u++,n++}if("listItemPrefix"===c[1].type){var p={type:"listItem",_spread:!1,start:Object.assign({},c[1].start),end:void 0};r=p,e.splice(u,0,["enter",p,c[2]]),u++,n++,a=void 0,o=!0}}}return e[t][1]._spread=l,n}function a(e,t){return n;function n(n){u.call(this,e(n),n),t&&t.call(this,n)}}function o(){this.stack.push({type:"fragment",children:[]})}function u(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:eA(t.start),end:void 0}}function s(e){return t;function t(t){e&&e.call(this,t),l.call(this,t)}}function l(e,t){var n=this.stack.pop(),r=this.tokenStack.pop();if(!r)throw new Error("Cannot close `"+e.type+"` ("+Ry({start:e.start,end:e.end})+"): it\u2019s not open");r[0].type!==e.type&&(t?t.call(this,e,r[0]):(r[1]||rA).call(this,e,r[0])),n.position.end=eA(e.end)}function c(){return aD(this.stack.pop())}function f(){this.data.expectingFirstListItemValue=!0}function d(e){this.data.expectingFirstListItemValue&&(this.stack[this.stack.length-2].start=Number.parseInt(this.sliceSerialize(e),10),this.data.expectingFirstListItemValue=void 0)}function p(){var e=this.resume();this.stack[this.stack.length-1].lang=e}function h(){var e=this.resume();this.stack[this.stack.length-1].meta=e}function m(){this.data.flowCodeInside||(this.buffer(),this.data.flowCodeInside=!0)}function v(){var 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 g(){var e=this.resume();this.stack[this.stack.length-1].value=e.replace(/(\r?\n|\r)$/g,"")}function y(e){var t=this.resume(),n=this.stack[this.stack.length-1];n.label=t,n.identifier=eE(this.sliceSerialize(e)).toLowerCase()}function D(){var e=this.resume();this.stack[this.stack.length-1].title=e}function E(){var e=this.resume();this.stack[this.stack.length-1].url=e}function A(e){var t=this.stack[this.stack.length-1];if(!t.depth){var 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 k(e){var t=this.stack[this.stack.length-1].children,n=t[t.length-1];n&&"text"===n.type||((n=oe()).position={start:eA(e.start),end:void 0},t.push(n)),this.stack.push(n)}function T(e){var t=this.stack.pop();t.value+=this.sliceSerialize(e),t.position.end=eA(e.end)}function x(e){var n=this.stack[this.stack.length-1];if(this.data.atHardBreak)return n.children[n.children.length-1].position.end=eA(e.end),void(this.data.atHardBreak=void 0);!this.data.setextHeadingSlurpLineEnding&&t.canContainEols.includes(n.type)&&(k.call(this,e),T.call(this,e))}function S(){this.data.atHardBreak=!0}function w(){var e=this.resume();this.stack[this.stack.length-1].value=e}function F(){var e=this.resume();this.stack[this.stack.length-1].value=e}function O(){var e=this.resume();this.stack[this.stack.length-1].value=e}function N(){var e=this.stack[this.stack.length-1];if(this.data.inReference){var 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(){var e=this.stack[this.stack.length-1];if(this.data.inReference){var 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){var t=this.sliceSerialize(e),n=this.stack[this.stack.length-2];n.label=function(e){return e.replace(XE,JE)}(t),n.identifier=eE(t).toLowerCase()}function P(){var 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){var r=e.children;n.children=r}else n.alt=t}function R(){var e=this.resume();this.stack[this.stack.length-1].url=e}function j(){var e=this.resume();this.stack[this.stack.length-1].title=e}function L(){this.data.inReference=void 0}function M(){this.data.referenceType="collapsed"}function z(e){var t=this.resume(),n=this.stack[this.stack.length-1];n.label=t,n.identifier=eE(this.sliceSerialize(e)).toLowerCase(),this.data.referenceType="full"}function U(e){this.data.characterReferenceType=e.type}function H(e){var t,n=this.sliceSerialize(e),r=this.data.characterReferenceType;r?(t=KE(n,"characterReferenceMarkerNumeric"===r?10:16),this.data.characterReferenceType=void 0):t=mE(n);this.stack[this.stack.length-1].value+=t}function G(e){this.stack.pop().position.end=eA(e.end)}function V(e){T.call(this,e),this.stack[this.stack.length-1].url=this.sliceSerialize(e)}function W(e){T.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 ae(){return{type:"strong",children:[]}}function oe(){return{type:"text",value:""}}function ue(){return{type:"thematicBreak"}}}(r)(function(e){for(;!dD(e););return e}(function(e){var n={constructs:mD([t].concat(ee((e||{}).extensions||[]))),content:r(ND),defined:[],document:r(BD),flow:r(LD),lazy:{},string:r(zD),text:r(UD)};return n;function r(e){return function(t){return qE(n,e,t)}}}(r).document().write(function(){var e,t=1,n="",r=!0;return function(i,a,o){var u,s,l,c,f,d=[];for(i=n+("string"===typeof i?i.toString():new TextDecoder(a||void 0).decode(i)),l=0,n="",r&&(65279===i.charCodeAt(0)&&l++,r=void 0);l<i.length;){if(QE.lastIndex=l,c=(u=QE.exec(i))&&void 0!==u.index?u.index:i.length,f=i.charCodeAt(c),!u){n=i.slice(l);break}if(10===f&&l===c&&e)d.push(-3),e=void 0;else switch(e&&(d.push(-5),e=void 0),l<c&&(d.push(i.slice(l,c)),t+=c-l),f){case 0:d.push(65533),t++;break;case 9:for(s=4*Math.ceil(t/4),d.push(-2);t++<s;)d.push(-1);break;case 10:d.push(-4),t=1;break;default:e=!0,t=1}l=c+1}return o&&(e&&d.push(-5),n&&d.push(n),d.push(null)),d}}()(e,n,!0))))}function eA(e){return{line:e.line,column:e.column,offset:e.offset}}function tA(e,t){for(var n=-1;++n<t.length;){var r=t[n];Array.isArray(r)?tA(e,r):nA(e,r)}}function nA(e,t){var n;for(n in t)if(ZE.call(t,n))switch(n){case"canContainEols":var r,i=t[n];if(i)(r=e[n]).push.apply(r,ee(i));break;case"transforms":var a,o=t[n];if(o)(a=e[n]).push.apply(a,ee(o));break;case"enter":case"exit":var u=t[n];u&&Object.assign(e[n],u)}}function rA(e,t){throw e?new Error("Cannot close `"+e.type+"` ("+Ry({start:e.start,end:e.end})+"): a different token (`"+t.type+"`, "+Ry({start:t.start,end:t.end})+") is open"):new Error("Cannot close document, a token (`"+t.type+"`, "+Ry({start:t.start,end:t.end})+") is still open")}function iA(e){var t=this;t.parser=function(n){return $E(n,ne(ne(ne({},t.data("settings")),e),{},{extensions:t.data("micromarkExtensions")||[],mdastExtensions:t.data("fromMarkdownExtensions")||[]}))}}var aA="object"===typeof self?self:globalThis,oA=function(e){return function(e,t){var n=function(t,n){return e.set(n,t),t};return function r(i){if(e.has(i))return e.get(i);var a=ae(t[i],2),o=a[0],u=a[1];switch(o){case 0:case-1:return n(u,i);case 1:var s,l=n([],i),c=Mc(u);try{for(c.s();!(s=c.n()).done;){var f=s.value;l.push(r(f))}}catch(B){c.e(B)}finally{c.f()}return l;case 2:var d,p=n({},i),h=Mc(u);try{for(h.s();!(d=h.n()).done;){var m=ae(d.value,2),v=m[0],g=m[1];p[r(v)]=r(g)}}catch(B){h.e(B)}finally{h.f()}return p;case 3:return n(new Date(u),i);case 4:var y=u.source,D=u.flags;return n(new RegExp(y,D),i);case 5:var E,A=n(new Map,i),b=Mc(u);try{for(b.s();!(E=b.n()).done;){var _=ae(E.value,2),C=_[0],k=_[1];A.set(r(C),r(k))}}catch(B){b.e(B)}finally{b.f()}return A;case 6:var T,x=n(new Set,i),S=Mc(u);try{for(S.s();!(T=S.n()).done;){var w=T.value;x.add(r(w))}}catch(B){S.e(B)}finally{S.f()}return x;case 7:var F=u.name,O=u.message;return n(new aA[F](O),i);case 8:return n(BigInt(u),i);case"BigInt":return n(Object(BigInt(u)),i);case"ArrayBuffer":return n(new Uint8Array(u).buffer,u);case"DataView":var N=new Uint8Array(u).buffer;return n(new DataView(N),u)}return n(new aA[o](u),i)}}(new Map,e)(0)},uA="",sA={}.toString,lA=Object.keys,cA=function(e){var t=typeof e;if("object"!==t||!e)return[0,t];var n=sA.call(e).slice(8,-1);switch(n){case"Array":return[1,uA];case"Object":return[2,uA];case"Date":return[3,uA];case"RegExp":return[4,uA];case"Map":return[5,uA];case"Set":return[6,uA];case"DataView":return[1,n]}return n.includes("Array")?[1,n]:n.includes("Error")?[7,n]:[2,n]},fA=function(e){var t=ae(e,2),n=t[0],r=t[1];return 0===n&&("function"===r||"symbol"===r)},dA=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.json,r=t.lossy,i=[];return function(e,t,n,r){var i=function(e,t){var i=r.push(e)-1;return n.set(t,i),i};return function r(a){if(n.has(a))return n.get(a);var o=ae(cA(a),2),u=o[0],s=o[1];switch(u){case 0:var l=a;switch(s){case"bigint":u=8,l=a.toString();break;case"function":case"symbol":if(e)throw new TypeError("unable to serialize "+s);l=null;break;case"undefined":return i([-1],a)}return i([u,l],a);case 1:if(s){var c=a;return"DataView"===s?c=new Uint8Array(a.buffer):"ArrayBuffer"===s&&(c=new Uint8Array(a)),i([s,ee(c)],a)}var f,d=[],p=i([u,d],a),h=Mc(a);try{for(h.s();!(f=h.n()).done;){var m=f.value;d.push(r(m))}}catch(R){h.e(R)}finally{h.f()}return p;case 2:if(s)switch(s){case"BigInt":return i([s,a.toString()],a);case"Boolean":case"Number":case"String":return i([s,a.valueOf()],a)}if(t&&"toJSON"in a)return r(a.toJSON());var v,g=[],y=i([u,g],a),D=Mc(lA(a));try{for(D.s();!(v=D.n()).done;){var E=v.value;!e&&fA(cA(a[E]))||g.push([r(E),r(a[E])])}}catch(R){D.e(R)}finally{D.f()}return y;case 3:return i([u,a.toISOString()],a);case 4:var A=a.source,b=a.flags;return i([u,{source:A,flags:b}],a);case 5:var _,C=[],k=i([u,C],a),T=Mc(a);try{for(T.s();!(_=T.n()).done;){var x=ae(_.value,2),S=x[0],w=x[1];(e||!fA(cA(S))&&!fA(cA(w)))&&C.push([r(S),r(w)])}}catch(R){T.e(R)}finally{T.f()}return k;case 6:var F,O=[],N=i([u,O],a),B=Mc(a);try{for(B.s();!(F=B.n()).done;){var I=F.value;!e&&fA(cA(I))||O.push(r(I))}}catch(R){B.e(R)}finally{B.f()}return N}var P=a.message;return i([u,{name:s,message:P}],a)}}(!(n||r),!!n,new Map,i)(e),i},pA="function"===typeof structuredClone?function(e,t){return t&&("json"in t||"lossy"in t)?oA(dA(e,t)):structuredClone(e)}:function(e,t){return oA(dA(e,t))};function hA(e){for(var t=[],n=-1,r=0,i=0;++n<e.length;){var a=e.charCodeAt(n),o="";if(37===a&&DD(e.charCodeAt(n+1))&&DD(e.charCodeAt(n+2)))i=2;else if(a<128)/[!#$&-;=?-Z_a-z~]/.test(String.fromCharCode(a))||(o=String.fromCharCode(a));else if(a>55295&&a<57344){var u=e.charCodeAt(n+1);a<56320&&u>56319&&u<57344?(o=String.fromCharCode(a,u),i=1):o="\ufffd"}else o=String.fromCharCode(a);o&&(t.push(e.slice(r,n),encodeURIComponent(o)),r=n+i+1,o=""),i&&(n+=i,i=0)}return t.join("")+e.slice(r)}function mA(e,t){var n=[{type:"text",value:"\u21a9"}];return t>1&&n.push({type:"element",tagName:"sup",properties:{},children:[{type:"text",value:String(t)}]}),n}function vA(e,t){return"Back to reference "+(e+1)+(t>1?"-"+t:"")}var gA=function(e){if(null===e||void 0===e)return EA;if("function"===typeof e)return DA(e);if("object"===typeof e)return Array.isArray(e)?yA(e):function(e){var t=e;return DA(n);function n(n){var r,i=n;for(r in e)if(i[r]!==t[r])return!1;return!0}}(e);if("string"===typeof e)return function(e){return DA(t);function t(t){return t&&t.type===e}}(e);throw new Error("Expected function, string, or object as test")};function yA(e){for(var t=[],n=-1;++n<e.length;)t[n]=gA(e[n]);return DA(function(){for(var e=-1,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})}function DA(e){return function(t,n,r){return Boolean(AA(t)&&e.call(this,t,"number"===typeof n?n:void 0,r||void 0))}}function EA(){return!0}function AA(e){return null!==e&&"object"===typeof e&&"type"in e}var bA=[],_A=!0,CA=!1;function kA(e,t,n,r){var i;"function"===typeof t&&"function"!==typeof n?(r=n,n=t):i=t;var a=gA(i),o=r?-1:1;!function e(i,u,s){var l=i&&"object"===typeof i?i:{};if("string"===typeof l.type){var c="string"===typeof l.tagName?l.tagName:"string"===typeof l.name?l.name:void 0;Object.defineProperty(f,"name",{value:"node ("+i.type+(c?"<"+c+">":"")+")"})}return f;function f(){var l,c,f,d=bA;if((!t||a(i,u,s[s.length-1]||void 0))&&(d=function(e){if(Array.isArray(e))return e;if("number"===typeof e)return[_A,e];return null===e||void 0===e?bA:[e]}(n(i,s)),d[0]===CA))return d;if("children"in i&&i.children){var p=i;if(p.children&&"skip"!==d[0])for(c=(r?p.children.length:-1)+o,f=s.concat(p);c>-1&&c<p.children.length;){var h=p.children[c];if((l=e(h,c,f)())[0]===CA)return l;c="number"===typeof l[1]?l[1]:c+o}}return d}}(e,void 0,[])()}function TA(e,t,n,r){var i,a,o;"function"===typeof t&&"function"!==typeof n?(a=void 0,o=t,i=n):(a=t,o=n,i=r),kA(e,a,function(e,t){var n=t[t.length-1],r=n?n.children.indexOf(e):void 0;return o(e,r,n)},i)}function xA(e,t){var n=t.referenceType,r="]";if("collapsed"===n?r+="[]":"full"===n&&(r+="["+(t.label||t.identifier)+"]"),"imageReference"===t.type)return[{type:"text",value:"!["+t.alt+r}];var i=e.all(t),a=i[0];a&&"text"===a.type?a.value="["+a.value:i.unshift({type:"text",value:"["});var o=i[i.length-1];return o&&"text"===o.type?o.value+=r:i.push({type:"text",value:r}),i}function SA(e){var t=e.spread;return null===t||void 0===t?e.children.length>1:t}function wA(e){for(var t=String(e),n=/\r?\n|\r/g,r=n.exec(t),i=0,a=[];r;)a.push(FA(t.slice(i,r.index),i>0,!0),r[0]),i=r.index+r[0].length,r=n.exec(t);return a.push(FA(t.slice(i),i>0,!1)),a.join("")}function FA(e,t,n){var r=0,i=e.length;if(t)for(var a=e.codePointAt(r);9===a||32===a;)r++,a=e.codePointAt(r);if(n)for(var o=e.codePointAt(i-1);9===o||32===o;)i--,o=e.codePointAt(i-1);return i>r?e.slice(r,i):""}var OA={blockquote:function(e,t){var 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){var n={type:"element",tagName:"br",properties:{},children:[]};return e.patch(t,n),[e.applyData(t,n),{type:"text",value:"\n"}]},code:function(e,t){var n=t.value?t.value+"\n":"",r={};t.lang&&(r.className=["language-"+t.lang]);var i={type:"element",tagName:"code",properties:r,children:[{type:"text",value:n}]};return t.meta&&(i.data={meta:t.meta}),e.patch(t,i),i={type:"element",tagName:"pre",properties:{},children:[i=e.applyData(t,i)]},e.patch(t,i),i},delete:function(e,t){var n={type:"element",tagName:"del",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)},emphasis:function(e,t){var n={type:"element",tagName:"em",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)},footnoteReference:function(e,t){var n,r="string"===typeof e.options.clobberPrefix?e.options.clobberPrefix:"user-content-",i=String(t.identifier).toUpperCase(),a=hA(i.toLowerCase()),o=e.footnoteOrder.indexOf(i),u=e.footnoteCounts.get(i);void 0===u?(u=0,e.footnoteOrder.push(i),n=e.footnoteOrder.length):n=o+1,u+=1,e.footnoteCounts.set(i,u);var s={type:"element",tagName:"a",properties:{href:"#"+r+"fn-"+a,id:r+"fnref-"+a+(u>1?"-"+u:""),dataFootnoteRef:!0,ariaDescribedBy:["footnote-label"]},children:[{type:"text",value:String(n)}]};e.patch(t,s);var l={type:"element",tagName:"sup",properties:{},children:[s]};return e.patch(t,l),e.applyData(t,l)},heading:function(e,t){var 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){var n={type:"raw",value:t.value};return e.patch(t,n),e.applyData(t,n)}},imageReference:function(e,t){var n=String(t.identifier).toUpperCase(),r=e.definitionById.get(n);if(!r)return xA(e,t);var i={src:hA(r.url||""),alt:t.alt};null!==r.title&&void 0!==r.title&&(i.title=r.title);var a={type:"element",tagName:"img",properties:i,children:[]};return e.patch(t,a),e.applyData(t,a)},image:function(e,t){var n={src:hA(t.url)};null!==t.alt&&void 0!==t.alt&&(n.alt=t.alt),null!==t.title&&void 0!==t.title&&(n.title=t.title);var r={type:"element",tagName:"img",properties:n,children:[]};return e.patch(t,r),e.applyData(t,r)},inlineCode:function(e,t){var n={type:"text",value:t.value.replace(/\r?\n|\r/g," ")};e.patch(t,n);var r={type:"element",tagName:"code",properties:{},children:[n]};return e.patch(t,r),e.applyData(t,r)},linkReference:function(e,t){var n=String(t.identifier).toUpperCase(),r=e.definitionById.get(n);if(!r)return xA(e,t);var i={href:hA(r.url||"")};null!==r.title&&void 0!==r.title&&(i.title=r.title);var a={type:"element",tagName:"a",properties:i,children:e.all(t)};return e.patch(t,a),e.applyData(t,a)},link:function(e,t){var n={href:hA(t.url)};null!==t.title&&void 0!==t.title&&(n.title=t.title);var 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){var r=e.all(t),i=n?function(e){var t=!1;if("list"===e.type){t=e.spread||!1;for(var n=e.children,r=-1;!t&&++r<n.length;)t=SA(n[r])}return t}(n):SA(t),a={},o=[];if("boolean"===typeof t.checked){var u,s=r[0];s&&"element"===s.type&&"p"===s.tagName?u=s:(u={type:"element",tagName:"p",properties:{},children:[]},r.unshift(u)),u.children.length>0&&u.children.unshift({type:"text",value:" "}),u.children.unshift({type:"element",tagName:"input",properties:{type:"checkbox",checked:t.checked,disabled:!0},children:[]}),a.className=["task-list-item"]}for(var l=-1;++l<r.length;){var c=r[l];(i||0!==l||"element"!==c.type||"p"!==c.tagName)&&o.push({type:"text",value:"\n"}),"element"!==c.type||"p"!==c.tagName||i?o.push(c):o.push.apply(o,ee(c.children))}var f=r[r.length-1];f&&(i||"element"!==f.type||"p"!==f.tagName)&&o.push({type:"text",value:"\n"});var d={type:"element",tagName:"li",properties:a,children:o};return e.patch(t,d),e.applyData(t,d)},list:function(e,t){var n={},r=e.all(t),i=-1;for("number"===typeof t.start&&1!==t.start&&(n.start=t.start);++i<r.length;){var a=r[i];if("element"===a.type&&"li"===a.tagName&&a.properties&&Array.isArray(a.properties.className)&&a.properties.className.includes("task-list-item")){n.className=["contains-task-list"];break}}var 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){var n={type:"element",tagName:"p",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)},root:function(e,t){var n={type:"root",children:e.wrap(e.all(t))};return e.patch(t,n),e.applyData(t,n)},strong:function(e,t){var n={type:"element",tagName:"strong",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)},table:function(e,t){var n=e.all(t),r=n.shift(),i=[];if(r){var a={type:"element",tagName:"thead",properties:{},children:e.wrap([r],!0)};e.patch(t.children[0],a),i.push(a)}if(n.length>0){var o={type:"element",tagName:"tbody",properties:{},children:e.wrap(n,!0)},u=Iy(t.children[1]),s=By(t.children[t.children.length-1]);u&&s&&(o.position={start:u,end:s}),i.push(o)}var l={type:"element",tagName:"table",properties:{},children:e.wrap(i,!0)};return e.patch(t,l),e.applyData(t,l)},tableCell:function(e,t){var n={type:"element",tagName:"td",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)},tableRow:function(e,t,n){for(var r=n?n.children:void 0,i=0===(r?r.indexOf(t):1)?"th":"td",a=n&&"table"===n.type?n.align:void 0,o=a?a.length:t.children.length,u=-1,s=[];++u<o;){var l=t.children[u],c={},f=a?a[u]:void 0;f&&(c.align=f);var d={type:"element",tagName:i,properties:c,children:[]};l&&(d.children=e.all(l),e.patch(l,d),d=e.applyData(l,d)),s.push(d)}var p={type:"element",tagName:"tr",properties:{},children:e.wrap(s,!0)};return e.patch(t,p),e.applyData(t,p)},text:function(e,t){var n={type:"text",value:wA(String(t.value))};return e.patch(t,n),e.applyData(t,n)},thematicBreak:function(e,t){var n={type:"element",tagName:"hr",properties:{},children:[]};return e.patch(t,n),e.applyData(t,n)},toml:NA,yaml:NA,definition:NA,footnoteDefinition:NA};function NA(){}var BA=["children"],IA={}.hasOwnProperty,PA={};function RA(e,t){e.position&&(t.position=function(e){var t=Iy(e),n=By(e);if(t&&n)return{start:t,end:n}}(e))}function jA(e,t){var n=t;if(e&&e.data){var r=e.data.hName,i=e.data.hChildren,a=e.data.hProperties;if("string"===typeof r)if("element"===n.type)n.tagName=r;else n={type:"element",tagName:r,properties:{},children:"children"in n?n.children:[n]};"element"===n.type&&a&&Object.assign(n.properties,pA(a)),"children"in n&&n.children&&null!==i&&void 0!==i&&(n.children=i)}return n}function LA(e,t){var n=t.data||{},r=!("value"in t)||IA.call(n,"hProperties")||IA.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 MA(e,t){var n=[],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 zA(e){for(var t=0,n=e.charCodeAt(t);9===n||32===n;)t++,n=e.charCodeAt(t);return e.slice(t)}function UA(e,t){var n=function(e,t){var n=t||PA,r=new Map,i=new Map,a=new Map,o=ne(ne({},OA),n.handlers),u={all:function(e){var t=[];if("children"in e)for(var n=e.children,r=-1;++r<n.length;){var i=u.one(n[r],e);if(i){if(r&&"break"===n[r-1].type&&(Array.isArray(i)||"text"!==i.type||(i.value=zA(i.value)),!Array.isArray(i)&&"element"===i.type)){var a=i.children[0];a&&"text"===a.type&&(a.value=zA(a.value))}Array.isArray(i)?t.push.apply(t,ee(i)):t.push(i)}}return t},applyData:jA,definitionById:r,footnoteById:i,footnoteCounts:a,footnoteOrder:[],handlers:o,one:function(e,t){var n=e.type,r=u.handlers[n];if(IA.call(u.handlers,n)&&r)return r(u,e,t);if(u.options.passThrough&&u.options.passThrough.includes(n)){if("children"in e){e.children;var i=H(e,BA),a=pA(i);return a.children=u.all(e),a}return pA(e)}return(u.options.unknownHandler||LA)(u,e,t)},options:n,patch:RA,wrap:MA};return TA(e,function(e){if("definition"===e.type||"footnoteDefinition"===e.type){var t="definition"===e.type?r:i,n=String(e.identifier).toUpperCase();t.has(n)||t.set(n,e)}}),u}(e,t),r=n.one(e,void 0),i=function(e){for(var t="string"===typeof e.options.clobberPrefix?e.options.clobberPrefix:"user-content-",n=e.options.footnoteBackContent||mA,r=e.options.footnoteBackLabel||vA,i=e.options.footnoteLabel||"Footnotes",a=e.options.footnoteLabelTagName||"h2",o=e.options.footnoteLabelProperties||{className:["sr-only"]},u=[],s=-1;++s<e.footnoteOrder.length;){var l=e.footnoteById.get(e.footnoteOrder[s]);if(l){for(var c=e.all(l),f=String(l.identifier).toUpperCase(),d=hA(f.toLowerCase()),p=0,h=[],m=e.footnoteCounts.get(f);void 0!==m&&++p<=m;){h.length>0&&h.push({type:"text",value:" "});var v="string"===typeof n?n:n(s,p);"string"===typeof v&&(v={type:"text",value:v}),h.push({type:"element",tagName:"a",properties:{href:"#"+t+"fnref-"+d+(p>1?"-"+p:""),dataFootnoteBackref:"",ariaLabel:"string"===typeof r?r:r(s,p),className:["data-footnote-backref"]},children:Array.isArray(v)?v:[v]})}var g=c[c.length-1];if(g&&"element"===g.type&&"p"===g.tagName){var y,D=g.children[g.children.length-1];D&&"text"===D.type?D.value+=" ":g.children.push({type:"text",value:" "}),(y=g.children).push.apply(y,h)}else c.push.apply(c,h);var E={type:"element",tagName:"li",properties:{id:t+"fn-"+d},children:e.wrap(c,!0)};e.patch(l,E),u.push(E)}}if(0!==u.length)return{type:"element",tagName:"section",properties:{dataFootnotes:!0,className:["footnotes"]},children:[{type:"element",tagName:a,properties:ne(ne({},pA(o)),{},{id:"footnote-label"}),children:[{type:"text",value:i}]},{type:"text",value:"\n"},{type:"element",tagName:"ol",properties:{},children:e.wrap(u,!0)},{type:"text",value:"\n"}]}}(n),a=Array.isArray(r)?{type:"root",children:r}:r||{type:"root",children:[]};return i&&a.children.push({type:"text",value:"\n"},i),a}function HA(e,t){return e&&"run"in e?function(){var n=yn(vn().mark(function n(r,i){var a;return vn().wrap(function(n){for(;;)switch(n.prev=n.next){case 0:return a=UA(r,ne({file:i},t)),n.next=3,e.run(a,i);case 3:case"end":return n.stop()}},n)}));return function(e,t){return n.apply(this,arguments)}}():function(n,r){return UA(n,ne({file:r},e||t))}}function GA(e){if(e)throw e}var VA=n(1132);function WA(e){if("object"!==typeof e||null===e)return!1;var t=Object.getPrototypeOf(e);return(null===t||t===Object.prototype||null===Object.getPrototypeOf(t))&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)}function YA(){var e=[],t={run:function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];var i=-1,a=n.pop();if("function"!==typeof a)throw new TypeError("Expected function as last argument, not "+a);(function t(r){var o=e[++i],u=-1;if(r)a(r);else{for(var s=arguments.length,l=new Array(s>1?s-1:0),c=1;c<s;c++)l[c-1]=arguments[c];for(;++u<n.length;)null!==l[u]&&void 0!==l[u]||(l[u]=n[u]);n=l,o?function(e,t){var n;return i;function i(){for(var t=arguments.length,i=new Array(t),u=0;u<t;u++)i[u]=arguments[u];var s,l=e.length>i.length;l&&i.push(a);try{s=e.apply(this,i)}catch(r){if(l&&n)throw r;return a(r)}l||(s&&s.then&&"function"===typeof s.then?s.then(o,a):s instanceof Error?a(s):o(s))}function a(e){if(!n){n=!0;for(var r=arguments.length,i=new Array(r>1?r-1:0),a=1;a<r;a++)i[a-1]=arguments[a];t.apply(void 0,[e].concat(i))}}function o(e){a(null,e)}}(o,t).apply(void 0,l):a.apply(void 0,[null].concat(l))}}).apply(void 0,[null].concat(ee(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}var qA={basename:function(e,t){if(void 0!==t&&"string"!==typeof t)throw new TypeError('"ext" argument must be a string');QA(e);var n,r=0,i=-1,a=e.length;if(void 0===t||0===t.length||t.length>e.length){for(;a--;)if(47===e.codePointAt(a)){if(n){r=a+1;break}}else i<0&&(n=!0,i=a+1);return i<0?"":e.slice(r,i)}if(t===e)return"";var o=-1,u=t.length-1;for(;a--;)if(47===e.codePointAt(a)){if(n){r=a+1;break}}else o<0&&(n=!0,o=a+1),u>-1&&(e.codePointAt(a)===t.codePointAt(u--)?u<0&&(i=a):(u=-1,i=o));r===i?i=o:i<0&&(i=e.length);return e.slice(r,i)},dirname:function(e){if(QA(e),0===e.length)return".";var 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){QA(e);var t,n=e.length,r=-1,i=0,a=-1,o=0;for(;n--;){var u=e.codePointAt(n);if(47!==u)r<0&&(t=!0,r=n+1),46===u?a<0?a=n:1!==o&&(o=1):a>-1&&(o=-1);else if(t){i=n+1;break}}if(a<0||r<0||0===o||1===o&&a===r-1&&a===i+1)return"";return e.slice(a,r)},join:function(){for(var e,t=-1,n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];for(;++t<r.length;)QA(r[t]),r[t]&&(e=void 0===e?r[t]:e+"/"+r[t]);return void 0===e?".":function(e){QA(e);var t=47===e.codePointAt(0),n=function(e,t){var n,r,i="",a=0,o=-1,u=0,s=-1;for(;++s<=e.length;){if(s<e.length)n=e.codePointAt(s);else{if(47===n)break;n=47}if(47===n){if(o===s-1||1===u);else if(o!==s-1&&2===u){if(i.length<2||2!==a||46!==i.codePointAt(i.length-1)||46!==i.codePointAt(i.length-2))if(i.length>2){if((r=i.lastIndexOf("/"))!==i.length-1){r<0?(i="",a=0):a=(i=i.slice(0,r)).length-1-i.lastIndexOf("/"),o=s,u=0;continue}}else if(i.length>0){i="",a=0,o=s,u=0;continue}t&&(i=i.length>0?i+"/..":"..",a=2)}else i.length>0?i+="/"+e.slice(o+1,s):i=e.slice(o+1,s),a=s-o-1;o=s,u=0}else 46===n&&u>-1?u++:u=-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 QA(e){if("string"!==typeof e)throw new TypeError("Path must be a string. Received "+JSON.stringify(e))}var KA={cwd:function(){return"/"}};function XA(e){return Boolean(null!==e&&"object"===typeof e&&"href"in e&&e.href&&"protocol"in e&&e.protocol&&void 0===e.auth)}function JA(e){if("string"===typeof e)e=new URL(e);else if(!XA(e)){var 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){var n=new TypeError("The URL must be of scheme file");throw n.code="ERR_INVALID_URL_SCHEME",n}return function(e){if(""!==e.hostname){var t=new TypeError('File URL host must be "localhost" or empty on darwin');throw t.code="ERR_INVALID_FILE_URL_HOST",t}var n=e.pathname,r=-1;for(;++r<n.length;)if(37===n.codePointAt(r)&&50===n.codePointAt(r+1)){var i=n.codePointAt(r+2);if(70===i||102===i){var a=new TypeError("File URL path must not include encoded / characters");throw a.code="ERR_INVALID_FILE_URL_PATH",a}}return decodeURIComponent(n)}(e)}var ZA=["history","path","basename","stem","extname","dirname"],$A=function(){function e(t){var n;o(this,e),n=t?XA(t)?{path:t}:"string"===typeof t||function(e){return Boolean(e&&"object"===typeof e&&"byteLength"in e&&"byteOffset"in e)}(t)?{value:t}:t:{},this.cwd="cwd"in n?"":KA.cwd(),this.data={},this.history=[],this.messages=[],this.value,this.map,this.result,this.stored;for(var r,i=-1;++i<ZA.length;){var a=ZA[i];a in n&&void 0!==n[a]&&null!==n[a]&&(this[a]="history"===a?ee(n[a]):n[a])}for(r in n)ZA.includes(r)||(this[r]=n[r])}return s(e,[{key:"basename",get:function(){return"string"===typeof this.path?qA.basename(this.path):void 0},set:function(e){tb(e,"basename"),eb(e,"basename"),this.path=qA.join(this.dirname||"",e)}},{key:"dirname",get:function(){return"string"===typeof this.path?qA.dirname(this.path):void 0},set:function(e){nb(this.basename,"dirname"),this.path=qA.join(e||"",this.basename)}},{key:"extname",get:function(){return"string"===typeof this.path?qA.extname(this.path):void 0},set:function(e){if(eb(e,"extname"),nb(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=qA.join(this.dirname,this.stem+(e||""))}},{key:"path",get:function(){return this.history[this.history.length-1]},set:function(e){XA(e)&&(e=JA(e)),tb(e,"path"),this.path!==e&&this.history.push(e)}},{key:"stem",get:function(){return"string"===typeof this.path?qA.basename(this.path,this.extname):void 0},set:function(e){tb(e,"stem"),eb(e,"stem"),this.path=qA.join(this.dirname||"",e+(this.extname||""))}},{key:"fail",value:function(e,t,n){var r=this.message(e,t,n);throw r.fatal=!0,r}},{key:"info",value:function(e,t,n){var r=this.message(e,t,n);return r.fatal=void 0,r}},{key:"message",value:function(e,t,n){var r=new zy(e,t,n);return this.path&&(r.name=this.path+":"+r.name,r.file=this.path),r.fatal=!1,this.messages.push(r),r}},{key:"toString",value:function(e){return void 0===this.value?"":"string"===typeof this.value?this.value:new TextDecoder(e||void 0).decode(this.value)}}]),e}();function eb(e,t){if(e&&e.includes(qA.sep))throw new Error("`"+t+"` cannot be a path: did not expect `"+qA.sep+"`")}function tb(e,t){if(!e)throw new Error("`"+t+"` cannot be empty")}function nb(e,t){if(!e)throw new Error("Setting `"+t+"` requires `path` to be set too")}var rb=function(e){var t=this.constructor.prototype,n=t[e],r=function e(){return n.apply(e,arguments)};return Object.setPrototypeOf(r,t),r},ib={}.hasOwnProperty,ab=function(e){W(n,e);var t=X(n);function n(){var e;return o(this,n),(e=t.call(this,"copy")).Compiler=void 0,e.Parser=void 0,e.attachers=[],e.compiler=void 0,e.freezeIndex=-1,e.frozen=void 0,e.namespace={},e.parser=void 0,e.transformers=YA(),e}return s(n,[{key:"copy",value:function(){for(var e=new n,t=-1;++t<this.attachers.length;){var r=this.attachers[t];e.use.apply(e,ee(r))}return e.data(VA(!0,{},this.namespace)),e}},{key:"data",value:function(e,t){return"string"===typeof e?2===arguments.length?(lb("data",this.frozen),this.namespace[e]=t,this):ib.call(this.namespace,e)&&this.namespace[e]||void 0:e?(lb("data",this.frozen),this.namespace=e,this):this.namespace}},{key:"freeze",value:function(){if(this.frozen)return this;for(var e=this;++this.freezeIndex<this.attachers.length;){var t=pi(this.attachers[this.freezeIndex]),n=t[0],r=t.slice(1);if(!1!==r[0]){!0===r[0]&&(r[0]=void 0);var i=n.call.apply(n,[e].concat(ee(r)));"function"===typeof i&&this.transformers.use(i)}}return this.frozen=!0,this.freezeIndex=Number.POSITIVE_INFINITY,this}},{key:"parse",value:function(e){this.freeze();var t=db(e),n=this.parser||this.Parser;return ub("parse",n),n(String(t),t)}},{key:"process",value:function(e,t){var n=this;return this.freeze(),ub("process",this.parser||this.Parser),sb("process",this.compiler||this.Compiler),t?r(void 0,t):new Promise(r);function r(r,i){var a=db(e),o=n.parse(a);function u(e,n){e||!n?i(e):r?r(n):t(void 0,n)}n.run(o,a,function(e,t,r){if(e||!t||!r)return u(e);var i,a=t,o=n.stringify(a,r);"string"===typeof(i=o)||function(e){return Boolean(e&&"object"===typeof e&&"byteLength"in e&&"byteOffset"in e)}(i)?r.value=o:r.result=o,u(e,r)})}}},{key:"processSync",value:function(e){var t,n=!1;return this.freeze(),ub("processSync",this.parser||this.Parser),sb("processSync",this.compiler||this.Compiler),this.process(e,function(e,r){n=!0,GA(e),t=r}),fb("processSync","process",n),t}},{key:"run",value:function(e,t,n){cb(e),this.freeze();var r=this.transformers;return n||"function"!==typeof t||(n=t,t=void 0),n?i(void 0,n):new Promise(i);function i(i,a){var o=db(t);r.run(e,o,function(t,r,o){var u=r||e;t?a(t):i?i(u):n(void 0,u,o)})}}},{key:"runSync",value:function(e,t){var n,r=!1;return this.run(e,t,function(e,t){GA(e),n=t,r=!0}),fb("runSync","run",r),n}},{key:"stringify",value:function(e,t){this.freeze();var n=db(t),r=this.compiler||this.Compiler;return sb("stringify",r),cb(e),r(e,n)}},{key:"use",value:function(e){var t=this.attachers,n=this.namespace;if(lb("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),a=1;a<r;a++)i[a-1]=arguments[a];l(e,i)}else{if("object"!==typeof e)throw new TypeError("Expected usable value, not `"+e+"`");Array.isArray(e)?s(e):u(e)}return this;function o(e){if("function"===typeof e)l(e,[]);else{if("object"!==typeof e)throw new TypeError("Expected usable value, not `"+e+"`");if(Array.isArray(e)){var t=pi(e);l(t[0],t.slice(1))}else u(e)}}function u(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");s(e.plugins),e.settings&&(n.settings=VA(!0,n.settings,e.settings))}function s(e){var 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;){o(e[t])}}}function l(e,n){for(var r=-1,i=-1;++r<t.length;)if(t[r][0]===e){i=r;break}if(-1===i)t.push([e].concat(ee(n)));else if(n.length>0){var a=pi(n),o=a[0],u=a.slice(1),s=t[i][1];WA(s)&&WA(o)&&(o=VA(!0,s,o)),t[i]=[e,o].concat(ee(u))}}}}]),n}(rb),ob=(new ab).freeze();function ub(e,t){if("function"!==typeof t)throw new TypeError("Cannot `"+e+"` without `parser`")}function sb(e,t){if("function"!==typeof t)throw new TypeError("Cannot `"+e+"` without `compiler`")}function lb(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 cb(e){if(!WA(e)||"string"!==typeof e.type)throw new TypeError("Expected node, got `"+e+"`")}function fb(e,t,n){if(!n)throw new Error("`"+e+"` finished async. Use `"+t+"` instead")}function db(e){return function(e){return Boolean(e&&"object"===typeof e&&"message"in e&&"messages"in e)}(e)?e:new $A(e)}var pb=[],hb={allowDangerousHtml:!0},mb=/^(https?|ircs?|mailto|xmpp)$/i,vb=[{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 gb(e){var t=yb(e),n=Db(e);return Eb(t.runSync(t.parse(n),n),e)}function yb(e){var t=e.rehypePlugins||pb,n=e.remarkPlugins||pb,r=e.remarkRehypeOptions?ne(ne({},e.remarkRehypeOptions),hb):hb;return ob().use(iA).use(n).use(HA,r).use(t)}function Db(e){var t=e.children||"",n=new $A;return"string"===typeof t&&(n.value=t),n}function Eb(e,t){var n,r=t.allowedElements,i=t.allowElement,a=t.components,o=t.disallowedElements,u=t.skipHtml,s=t.unwrapDisallowed,l=t.urlTransform||Ab,c=Mc(vb);try{for(c.s();!(n=c.n()).done;){var f=n.value;Object.hasOwn(t,f.from)&&Ug((f.from,f.to&&f.to,f.id))}}catch(d){c.e(d)}finally{c.f()}return TA(e,function(e,t,n){if("raw"===e.type&&n&&"number"===typeof t)return u?n.children.splice(t,1):n.children[t]={type:"text",value:e.value},t;var a;if("element"===e.type)for(a in rD)if(Object.hasOwn(rD,a)&&Object.hasOwn(e.properties,a)){var c=e.properties[a],f=rD[a];(null===f||f.includes(e.tagName))&&(e.properties[a]=l(String(c||""),a,e))}if("element"===e.type){var d=r?!r.includes(e.tagName):!!o&&o.includes(e.tagName);if(!d&&i&&"number"===typeof t&&(d=!i(e,t,n)),d&&n&&"number"===typeof t){var p;if(s&&e.children)(p=n.children).splice.apply(p,[t,1].concat(ee(e.children)));else n.children.splice(t,1);return t}}}),qy(e,{Fragment:ho.Fragment,components:a,ignoreInvalidStyle:!0,jsx:ho.jsx,jsxs:ho.jsxs,passKeys:!0,passNode:!0})}function Ab(e){var 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||mb.test(e.slice(0,t))?e:""}function bb(e,t){var n=String(e);if("string"!==typeof t)throw new TypeError("Expected character");for(var r=0,i=n.indexOf(t);-1!==i;)r++,i=n.indexOf(t,i+t.length);return r}function _b(e,t,n){for(var r=gA((n||{}).ignore||[]),i=function(e){var t=[];if(!Array.isArray(e))throw new TypeError("Expected find and replace tuple or list of tuples");var n=!e[0]||Array.isArray(e[0])?e:[e],r=-1;for(;++r<n.length;){var i=n[r];t.push([Cb(i[0]),kb(i[1])])}return t}(t),a=-1;++a<i.length;)kA(e,"text",o);function o(e,t){for(var n,o=-1;++o<t.length;){var u=t[o],s=n?n.children:void 0;if(r(u,s?s.indexOf(u):void 0,n))return;n=u}if(n)return function(e,t){var n=t[t.length-1],r=i[a][0],o=i[a][1],u=0,s=n.children,l=s.indexOf(e),c=!1,f=[];r.lastIndex=0;var d=r.exec(e.value);for(;d;){var p=d.index,h={index:d.index,input:d.input,stack:[].concat(ee(t),[e])},m=o.apply(void 0,ee(d).concat([h]));if("string"===typeof m&&(m=m.length>0?{type:"text",value:m}:void 0),!1===m)r.lastIndex=p+1;else{var v;if(u!==p&&f.push({type:"text",value:e.value.slice(u,p)}),Array.isArray(m))(v=f).push.apply(v,ee(m));else m&&f.push(m);u=p+d[0].length,c=!0}if(!r.global)break;d=r.exec(e.value)}if(c){var g;u<e.value.length&&f.push({type:"text",value:e.value.slice(u)}),(g=n.children).splice.apply(g,[l,1].concat(ee(f)))}else f=[e];return l+f.length}(e,t)}}function Cb(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 kb(e){return"function"===typeof e?e:function(){return e}}var Tb="phrasing",xb=["autolink","link","image","label"];function Sb(e){this.enter({type:"link",title:null,url:"",children:[]},e)}function wb(e){this.config.enter.autolinkProtocol.call(this,e)}function Fb(e){this.config.exit.autolinkProtocol.call(this,e)}function Ob(e){this.config.exit.data.call(this,e);var t=this.stack[this.stack.length-1];t.type,t.url="http://"+this.sliceSerialize(e)}function Nb(e){this.config.exit.autolinkEmail.call(this,e)}function Bb(e){this.exit(e)}function Ib(e){_b(e,[[/(https?:\/\/|www(?=\.))([-.\w]+)([^ \t\r\n]*)/gi,Pb],[/(?<=^|[\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\u1B5A-\u1B60\u1B7D\u1B7E\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[\uDEAD\uDF55-\uDF59\uDF86-\uDF89]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\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]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8\uDFFF]|\uD809[\uDC70-\uDC74]|\uD80B[\uDFF1\uDFF2]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDE97-\uDE9A\uDFE2]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\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-\u20C0\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-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u2767\u2794-\u27C4\u27C7-\u27E5\u27F0-\u2982\u2999-\u29D7\u29DC-\u29FB\u29FE-\u2B73\u2B76-\u2B95\u2B97-\u2BFF\u2CE5-\u2CEA\u2E50\u2E51\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFB\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u309B\u309C\u3190\u3191\u3196-\u319F\u31C0-\u31E3\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-\uFBC2\uFD40-\uFD4F\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]|\uD805\uDF3F|\uD807[\uDFD5-\uDFF1]|\uD81A[\uDF3C-\uDF3F\uDF45]|\uD82F\uDC9C|\uD833[\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-\uDED7\uDEDD-\uDEEC\uDEF0-\uDEFC\uDF00-\uDF73\uDF80-\uDFD8\uDFE0-\uDFEB\uDFF0]|\uD83E[\uDC00-\uDC0B\uDC10-\uDC47\uDC50-\uDC59\uDC60-\uDC87\uDC90-\uDCAD\uDCB0\uDCB1\uDD00-\uDE53\uDE60-\uDE6D\uDE70-\uDE74\uDE78-\uDE7C\uDE80-\uDE86\uDE90-\uDEAC\uDEB0-\uDEBA\uDEC0-\uDEC5\uDED0-\uDED9\uDEE0-\uDEE7\uDEF0-\uDEF6\uDF00-\uDF92\uDF94-\uDFCA]))([\+\x2D\.0-9A-Z_a-z]+)@([\x2D0-9A-Z_a-z]+(?:\.[\x2D0-9A-Z_a-z]+)+)/g,Rb]],{ignore:["link","linkReference"]})}function Pb(e,t,n,r,i){var a="";if(!jb(i))return!1;if(/^w/i.test(t)&&(n=t+n,t="",a="http://"),!function(e){var 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;var o=function(e){var t=/[!"&'),.:;<>?\]}]+$/.exec(e);if(!t)return[e,void 0];e=e.slice(0,t.index);var n=t[0],r=n.indexOf(")"),i=bb(e,"("),a=bb(e,")");for(;-1!==r&&i>a;)e+=n.slice(0,r+1),r=(n=n.slice(r+1)).indexOf(")"),a++;return[e,n]}(n+r);if(!o[0])return!1;var u={type:"link",title:null,url:a+t+o[0],children:[{type:"text",value:t+o[0]}]};return o[1]?[u,{type:"text",value:o[1]}]:u}function Rb(e,t,n,r){return!(!jb(r,!0)||/[-\d_]$/.test(n))&&{type:"link",title:null,url:"mailto:"+t+"@"+n,children:[{type:"text",value:t+"@"+n}]}}function jb(e,t){var n=e.input.charCodeAt(e.index-1);return(0===e.index||wD(n)||SD(n))&&(!t||47!==n)}function Lb(){this.buffer()}function Mb(e){this.enter({type:"footnoteReference",identifier:"",label:""},e)}function zb(){this.buffer()}function Ub(e){this.enter({type:"footnoteDefinition",identifier:"",label:"",children:[]},e)}function Hb(e){var t=this.resume(),n=this.stack[this.stack.length-1];n.type,n.identifier=eE(this.sliceSerialize(e)).toLowerCase(),n.label=t}function Gb(e){this.exit(e)}function Vb(e){var t=this.resume(),n=this.stack[this.stack.length-1];n.type,n.identifier=eE(this.sliceSerialize(e)).toLowerCase(),n.label=t}function Wb(e){this.exit(e)}function Yb(e,t,n,r){var i=n.createTracker(r),a=i.move("[^"),o=n.enter("footnoteReference"),u=n.enter("reference");return a+=i.move(n.safe(n.associationId(e),{after:"]",before:a})),u(),o(),a+=i.move("]")}function qb(e){var t=!1;return e&&e.firstLineBlank&&(t=!0),{handlers:{footnoteDefinition:function(e,n,r,i){var a=r.createTracker(i),o=a.move("[^"),u=r.enter("footnoteDefinition"),s=r.enter("label");o+=a.move(r.safe(r.associationId(e),{before:o,after:"]"})),s(),o+=a.move("]:"),e.children&&e.children.length>0&&(a.shift(4),o+=a.move((t?"\n":" ")+r.indentLines(r.containerFlow(e,a.current()),t?Kb:Qb)));return u(),o},footnoteReference:Yb},unsafe:[{character:"[",inConstruct:["label","phrasing","reference"]}]}}function Qb(e,t,n){return 0===t?e:Kb(e,t,n)}function Kb(e,t,n){return(n?"":" ")+e}Yb.peek=function(){return"["};var Xb=["autolink","destinationLiteral","destinationRaw","reference","titleQuote","titleApostrophe"];function Jb(e){this.enter({type:"delete",children:[]},e)}function Zb(e){this.exit(e)}function $b(e,t,n,r){var i=n.createTracker(r),a=n.enter("strikethrough"),o=i.move("~~");return o+=n.containerPhrasing(e,ne(ne({},i.current()),{},{before:o,after:"~"})),o+=i.move("~~"),a(),o}function e_(e){return e.length}function t_(e){return null===e||void 0===e?"":String(e)}function n_(e){var 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 r_(e,t,n){return">"+(n?"":" ")+e}function i_(e,t){return a_(e,t.inConstruct,!0)&&!a_(e,t.notInConstruct,!1)}function a_(e,t,n){if("string"===typeof t&&(t=[t]),!t||0===t.length)return n;for(var r=-1;++r<t.length;)if(e.includes(t[r]))return!0;return!1}function o_(e,t,n,r){for(var i=-1;++i<n.unsafe.length;)if("\n"===n.unsafe[i].character&&i_(n.stack,n.unsafe[i]))return/[ \t]/.test(r.before)?"":" ";return"\\\n"}function u_(e,t,n){return(n?"":" ")+e}function s_(e){var t=e.options.quote||'"';if('"'!==t&&"'"!==t)throw new Error("Cannot serialize title with `"+t+"` for `options.quote`, expected `\"`, or `'`");return t}function l_(e){return"&#x"+e.toString(16).toUpperCase()+";"}function c_(e,t,n){var r=kE(e),i=kE(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 f_(e,t,n,r){var i=function(e){var t=e.options.emphasis||"*";if("*"!==t&&"_"!==t)throw new Error("Cannot serialize emphasis with `"+t+"` for `options.emphasis`, expected `*`, or `_`");return t}(n),a=n.enter("emphasis"),o=n.createTracker(r),u=o.move(i),s=o.move(n.containerPhrasing(e,ne({after:i,before:u},o.current()))),l=s.charCodeAt(0),c=c_(r.before.charCodeAt(r.before.length-1),l,i);c.inside&&(s=l_(l)+s.slice(1));var f=s.charCodeAt(s.length-1),d=c_(r.after.charCodeAt(0),f,i);d.inside&&(s=s.slice(0,-1)+l_(f));var p=o.move(i);return a(),n.attentionEncodeSurroundingInfo={after:d.outside,before:c.outside},u+s+p}function d_(e){return e.value||""}function p_(e,t,n,r){var i=s_(n),a='"'===i?"Quote":"Apostrophe",o=n.enter("image"),u=n.enter("label"),s=n.createTracker(r),l=s.move("![");return l+=s.move(n.safe(e.alt,ne({before:l,after:"]"},s.current()))),l+=s.move("]("),u(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(u=n.enter("destinationLiteral"),l+=s.move("<"),l+=s.move(n.safe(e.url,ne({before:l,after:">"},s.current()))),l+=s.move(">")):(u=n.enter("destinationRaw"),l+=s.move(n.safe(e.url,ne({before:l,after:e.title?" ":")"},s.current())))),u(),e.title&&(u=n.enter("title".concat(a)),l+=s.move(" "+i),l+=s.move(n.safe(e.title,ne({before:l,after:i},s.current()))),l+=s.move(i),u()),l+=s.move(")"),o(),l}function h_(e,t,n,r){var i=e.referenceType,a=n.enter("imageReference"),o=n.enter("label"),u=n.createTracker(r),s=u.move("!["),l=n.safe(e.alt,ne({before:s,after:"]"},u.current()));s+=u.move(l+"]["),o();var c=n.stack;n.stack=[],o=n.enter("reference");var f=n.safe(n.associationId(e),ne({before:s,after:"]"},u.current()));return o(),n.stack=c,a(),"full"!==i&&l&&l===f?"shortcut"===i?s=s.slice(0,-1):s+=u.move("]"):s+=u.move(f+"]"),s}function m_(e,t,n){for(var r=e.value||"",i="`",a=-1;new RegExp("(^|[^`])"+i+"([^`]|$)").test(r);)i+="`";for(/[^ \r\n]/.test(r)&&(/^[ \r\n]/.test(r)&&/[ \r\n]$/.test(r)||/^`|`$/.test(r))&&(r=" "+r+" ");++a<n.unsafe.length;){var o=n.unsafe[a],u=n.compilePattern(o),s=void 0;if(o.atBreak)for(;s=u.exec(r);){var l=s.index;10===r.charCodeAt(l)&&13===r.charCodeAt(l-1)&&l--,r=r.slice(0,l)+" "+r.slice(s.index+1)}}return i+r+i}function v_(e,t){var n=aD(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 g_(e,t,n,r){var i,a,o=s_(n),u='"'===o?"Quote":"Apostrophe",s=n.createTracker(r);if(v_(e,n)){var l=n.stack;n.stack=[],i=n.enter("autolink");var c=s.move("<");return c+=s.move(n.containerPhrasing(e,ne({before:c,after:">"},s.current()))),c+=s.move(">"),i(),n.stack=l,c}i=n.enter("link"),a=n.enter("label");var f=s.move("[");return f+=s.move(n.containerPhrasing(e,ne({before:f,after:"]("},s.current()))),f+=s.move("]("),a(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(a=n.enter("destinationLiteral"),f+=s.move("<"),f+=s.move(n.safe(e.url,ne({before:f,after:">"},s.current()))),f+=s.move(">")):(a=n.enter("destinationRaw"),f+=s.move(n.safe(e.url,ne({before:f,after:e.title?" ":")"},s.current())))),a(),e.title&&(a=n.enter("title".concat(u)),f+=s.move(" "+o),f+=s.move(n.safe(e.title,ne({before:f,after:o},s.current()))),f+=s.move(o),a()),f+=s.move(")"),i(),f}function y_(e,t,n,r){var i=e.referenceType,a=n.enter("linkReference"),o=n.enter("label"),u=n.createTracker(r),s=u.move("["),l=n.containerPhrasing(e,ne({before:s,after:"]"},u.current()));s+=u.move(l+"]["),o();var c=n.stack;n.stack=[],o=n.enter("reference");var f=n.safe(n.associationId(e),ne({before:s,after:"]"},u.current()));return o(),n.stack=c,a(),"full"!==i&&l&&l===f?"shortcut"===i?s=s.slice(0,-1):s+=u.move("]"):s+=u.move(f+"]"),s}function D_(e){var t=e.options.bullet||"*";if("*"!==t&&"+"!==t&&"-"!==t)throw new Error("Cannot serialize items with `"+t+"` for `options.bullet`, expected `*`, `+`, or `-`");return t}function E_(e){var t=e.options.rule||"*";if("*"!==t&&"-"!==t&&"_"!==t)throw new Error("Cannot serialize rules with `"+t+"` for `options.rule`, expected `*`, `-`, or `_`");return t}$b.peek=function(){return"~"},f_.peek=function(e,t,n){return n.options.emphasis||"*"},d_.peek=function(){return"<"},p_.peek=function(){return"!"},h_.peek=function(){return"!"},m_.peek=function(){return"`"},g_.peek=function(e,t,n){return v_(e,n)?"<":"["},y_.peek=function(){return"["};var A_=gA(["break","delete","emphasis","footnote","footnoteReference","image","imageReference","inlineCode","inlineMath","link","linkReference","mdxJsxTextElement","mdxTextExpression","strong","text","textDirective"]);function b_(e,t,n,r){var i=function(e){var t=e.options.strong||"*";if("*"!==t&&"_"!==t)throw new Error("Cannot serialize strong with `"+t+"` for `options.strong`, expected `*`, or `_`");return t}(n),a=n.enter("strong"),o=n.createTracker(r),u=o.move(i+i),s=o.move(n.containerPhrasing(e,ne({after:i,before:u},o.current()))),l=s.charCodeAt(0),c=c_(r.before.charCodeAt(r.before.length-1),l,i);c.inside&&(s=l_(l)+s.slice(1));var f=s.charCodeAt(s.length-1),d=c_(r.after.charCodeAt(0),f,i);d.inside&&(s=s.slice(0,-1)+l_(f));var p=o.move(i+i);return a(),n.attentionEncodeSurroundingInfo={after:d.outside,before:c.outside},u+s+p}b_.peek=function(e,t,n){return n.options.strong||"*"};var __={blockquote:function(e,t,n,r){var i=n.enter("blockquote"),a=n.createTracker(r);a.move("> "),a.shift(2);var o=n.indentLines(n.containerFlow(e,a.current()),r_);return i(),o},break:o_,code:function(e,t,n,r){var i=function(e){var t=e.options.fence||"`";if("`"!==t&&"~"!==t)throw new Error("Cannot serialize code with `"+t+"` for `options.fence`, expected `` ` `` or `~`");return t}(n),a=e.value||"",o="`"===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)){var u=n.enter("codeIndented"),s=n.indentLines(a,u_);return u(),s}var l=n.createTracker(r),c=i.repeat(Math.max(function(e,t){var n=String(e),r=n.indexOf(t),i=r,a=0,o=0;if("string"!==typeof t)throw new TypeError("Expected substring");for(;-1!==r;)r===i?++a>o&&(o=a):a=1,i=r+t.length,r=n.indexOf(t,i);return o}(a,i)+1,3)),f=n.enter("codeFenced"),d=l.move(c);if(e.lang){var p=n.enter("codeFencedLang".concat(o));d+=l.move(n.safe(e.lang,ne({before:d,after:" ",encode:["`"]},l.current()))),p()}if(e.lang&&e.meta){var h=n.enter("codeFencedMeta".concat(o));d+=l.move(" "),d+=l.move(n.safe(e.meta,ne({before:d,after:"\n",encode:["`"]},l.current()))),h()}return d+=l.move("\n"),a&&(d+=l.move(a+"\n")),d+=l.move(c),f(),d},definition:function(e,t,n,r){var i=s_(n),a='"'===i?"Quote":"Apostrophe",o=n.enter("definition"),u=n.enter("label"),s=n.createTracker(r),l=s.move("[");return l+=s.move(n.safe(n.associationId(e),ne({before:l,after:"]"},s.current()))),l+=s.move("]: "),u(),!e.url||/[\0- \u007F]/.test(e.url)?(u=n.enter("destinationLiteral"),l+=s.move("<"),l+=s.move(n.safe(e.url,ne({before:l,after:">"},s.current()))),l+=s.move(">")):(u=n.enter("destinationRaw"),l+=s.move(n.safe(e.url,ne({before:l,after:e.title?" ":"\n"},s.current())))),u(),e.title&&(u=n.enter("title".concat(a)),l+=s.move(" "+i),l+=s.move(n.safe(e.title,ne({before:l,after:i},s.current()))),l+=s.move(i),u()),o(),l},emphasis:f_,hardBreak:o_,heading:function(e,t,n,r){var i=Math.max(Math.min(6,e.depth||1),1),a=n.createTracker(r);if(function(e,t){var n=!1;return TA(e,function(e){if("value"in e&&/\r?\n|\r/.test(e.value)||"break"===e.type)return n=!0,CA}),Boolean((!e.depth||e.depth<3)&&aD(e)&&(t.options.setext||n))}(e,n)){var o=n.enter("headingSetext"),u=n.enter("phrasing"),s=n.containerPhrasing(e,ne(ne({},a.current()),{},{before:"\n",after:"\n"}));return u(),o(),s+"\n"+(1===i?"=":"-").repeat(s.length-(Math.max(s.lastIndexOf("\r"),s.lastIndexOf("\n"))+1))}var l="#".repeat(i),c=n.enter("headingAtx"),f=n.enter("phrasing");a.move(l+" ");var d=n.containerPhrasing(e,ne({before:"# ",after:"\n"},a.current()));return/^[\t ]/.test(d)&&(d=l_(d.charCodeAt(0))+d.slice(1)),d=d?l+" "+d:l,n.options.closeAtx&&(d+=" "+l),f(),c(),d},html:d_,image:p_,imageReference:h_,inlineCode:m_,link:g_,linkReference:y_,list:function(e,t,n,r){var i=n.enter("list"),a=n.bulletCurrent,o=e.ordered?function(e){var t=e.options.bulletOrdered||".";if("."!==t&&")"!==t)throw new Error("Cannot serialize items with `"+t+"` for `options.bulletOrdered`, expected `.` or `)`");return t}(n):D_(n),u=e.ordered?"."===o?")":".":function(e){var t=D_(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),s=!(!t||!n.bulletLastUsed)&&o===n.bulletLastUsed;if(!e.ordered){var l=e.children?e.children[0]:void 0;if("*"!==o&&"-"!==o||!l||l.children&&l.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]||(s=!0),E_(n)===o&&l)for(var c=-1;++c<e.children.length;){var f=e.children[c];if(f&&"listItem"===f.type&&f.children&&f.children[0]&&"thematicBreak"===f.children[0].type){s=!0;break}}}s&&(o=u),n.bulletCurrent=o;var d=n.containerFlow(e,r);return n.bulletLastUsed=o,n.bulletCurrent=a,i(),d},listItem:function(e,t,n,r){var i=function(e){var 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),a=n.bulletCurrent||D_(n);t&&"list"===t.type&&t.ordered&&(a=("number"===typeof t.start&&t.start>-1?t.start:1)+(!1===n.options.incrementListMarker?0:t.children.indexOf(e))+a);var o=a.length+1;("tab"===i||"mixed"===i&&(t&&"list"===t.type&&t.spread||e.spread))&&(o=4*Math.ceil(o/4));var u=n.createTracker(r);u.move(a+" ".repeat(o-a.length)),u.shift(o);var s=n.enter("listItem"),l=n.indentLines(n.containerFlow(e,u.current()),function(e,t,n){if(t)return(n?"":" ".repeat(o))+e;return(n?a:a+" ".repeat(o-a.length))+e});return s(),l},paragraph:function(e,t,n,r){var i=n.enter("paragraph"),a=n.enter("phrasing"),o=n.containerPhrasing(e,r);return a(),i(),o},root:function(e,t,n,r){var i=e.children.some(function(e){return A_(e)});return(i?n.containerPhrasing:n.containerFlow).call(n,e,r)},strong:b_,text:function(e,t,n,r){return n.safe(e.value,r)},thematicBreak:function(e,t,n){var r=(E_(n)+(n.options.ruleSpaces?" ":"")).repeat(function(e){var 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 C_(e){var t=e._align;this.enter({type:"table",align:t.map(function(e){return"none"===e?null:e}),children:[]},e),this.data.inTable=!0}function k_(e){this.exit(e),this.data.inTable=void 0}function T_(e){this.enter({type:"tableRow",children:[]},e)}function x_(e){this.exit(e)}function S_(e){this.enter({type:"tableCell",children:[]},e)}function w_(e){var t=this.resume();this.data.inTable&&(t=t.replace(/\\([\\|])/g,F_));var n=this.stack[this.stack.length-1];n.type,n.value=t,this.exit(e)}function F_(e,t){return"|"===t?t:e}function O_(e){var t=e||{},n=t.tableCellPadding,r=t.tablePipeAlign,i=t.stringLength,a=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){var r=__.inlineCode(e,t,n);n.stack.includes("tableCell")&&(r=r.replace(/\|/g,"\\$&"));return r},table:function(e,t,n,r){return u(function(e,t,n){var r=e.children,i=-1,a=[],o=t.enter("table");for(;++i<r.length;)a[i]=s(r[i],t,n);return o(),a}(e,n,r),e.align)},tableCell:o,tableRow:function(e,t,n,r){var i=s(e,n,r),a=u([i]);return a.slice(0,a.indexOf("\n"))}}};function o(e,t,n,r){var i=n.enter("tableCell"),o=n.enter("phrasing"),u=n.containerPhrasing(e,ne(ne({},r),{},{before:a,after:a}));return o(),i(),u}function u(e,t){return function(e,t){for(var n=t||{},r=(n.align||[]).concat(),i=n.stringLength||e_,a=[],o=[],u=[],s=[],l=0,c=-1;++c<e.length;){var f=[],d=[],p=-1;for(e[c].length>l&&(l=e[c].length);++p<e[c].length;){var h=t_(e[c][p]);if(!1!==n.alignDelimiters){var m=i(h);d[p]=m,(void 0===s[p]||m>s[p])&&(s[p]=m)}f.push(h)}o[c]=f,u[c]=d}var v=-1;if("object"===typeof r&&"length"in r)for(;++v<l;)a[v]=n_(r[v]);else for(var g=n_(r);++v<l;)a[v]=g;v=-1;for(var y=[],D=[];++v<l;){var E=a[v],A="",b="";99===E?(A=":",b=":"):108===E?A=":":114===E&&(b=":");var _=!1===n.alignDelimiters?1:Math.max(1,s[v]-A.length-b.length),C=A+"-".repeat(_)+b;!1!==n.alignDelimiters&&((_=A.length+_+b.length)>s[v]&&(s[v]=_),D[v]=_),y[v]=C}o.splice(1,0,y),u.splice(1,0,D),c=-1;for(var k=[];++c<o.length;){var T=o[c],x=u[c];v=-1;for(var S=[];++v<l;){var w=T[v]||"",F="",O="";if(!1!==n.alignDelimiters){var N=s[v]-(x[v]||0),B=a[v];114===B?F=" ".repeat(N):99===B?N%2?(F=" ".repeat(N/2+.5),O=" ".repeat(N/2-.5)):O=F=" ".repeat(N/2):O=" ".repeat(N)}!1===n.delimiterStart||v||S.push("|"),!1===n.padding||!1===n.alignDelimiters&&""===w||!1===n.delimiterStart&&!v||S.push(" "),!1!==n.alignDelimiters&&S.push(F),S.push(w),!1!==n.alignDelimiters&&S.push(O),!1!==n.padding&&S.push(" "),!1===n.delimiterEnd&&v===l-1||S.push("|")}k.push(!1===n.delimiterEnd?S.join("").replace(/ +$/,""):S.join(""))}return k.join("\n")}(e,{align:t,alignDelimiters:r,padding:n,stringLength:i})}function s(e,t,n){for(var r=e.children,i=-1,a=[],u=t.enter("tableRow");++i<r.length;)a[i]=o(r[i],0,t,n);return u(),a}}function N_(e){var t=this.stack[this.stack.length-2];t.type,t.checked="taskListCheckValueChecked"===e.type}function B_(e){var t=this.stack[this.stack.length-2];if(t&&"listItem"===t.type&&"boolean"===typeof t.checked){var n=this.stack[this.stack.length-1];n.type;var r=n.children[0];if(r&&"text"===r.type){for(var i,a=t.children,o=-1;++o<a.length;){var u=a[o];if("paragraph"===u.type){i=u;break}}i===n&&(r.value=r.value.slice(1),0===r.value.length?n.children.shift():n.position&&r.position&&"number"===typeof r.position.start.offset&&(r.position.start.column++,r.position.start.offset++,n.position.start=Object.assign({},r.position.start)))}}this.exit(e)}function I_(e,t,n,r){var i=e.children[0],a="boolean"===typeof e.checked&&i&&"paragraph"===i.type,o="["+(e.checked?"x":" ")+"] ",u=n.createTracker(r);a&&u.move(o);var s=__.listItem(e,t,n,ne(ne({},r),u.current()));return a&&(s=s.replace(/^(?:[*+-]|\d+\.)([\r\n]| {1,3})/,function(e){return e+o})),s}var P_={tokenize:function(e,t,n){var r=0;return function t(a){if((87===a||119===a)&&r<3)return r++,e.consume(a),t;if(46===a&&3===r)return e.consume(a),i;return n(a)};function i(e){return null===e?n(e):t(e)}},partial:!0},R_={tokenize:function(e,t,n){var r,i,a;return o;function o(t){return 46===t||95===t?e.check(L_,s,u)(t):null===t||TD(t)||wD(t)||45!==t&&SD(t)?s(t):(a=!0,e.consume(t),o)}function u(t){return 95===t?r=!0:(i=r,r=void 0),e.consume(t),o}function s(e){return i||r||!a?n(e):t(e)}},partial:!0},j_={tokenize:function(e,t){var n=0,r=0;return i;function i(o){return 40===o?(n++,e.consume(o),i):41===o&&r<n?a(o):33===o||34===o||38===o||39===o||41===o||42===o||44===o||46===o||58===o||59===o||60===o||63===o||93===o||95===o||126===o?e.check(L_,t,a)(o):null===o||TD(o)||wD(o)?t(o):(e.consume(o),i)}function a(t){return 41===t&&r++,e.consume(t),i}},partial:!0},L_={tokenize:function(e,t,n){return r;function r(o){return 33===o||34===o||39===o||41===o||42===o||44===o||46===o||58===o||59===o||63===o||95===o||126===o?(e.consume(o),r):38===o?(e.consume(o),a):93===o?(e.consume(o),i):60===o||null===o||TD(o)||wD(o)?t(o):n(o)}function i(e){return null===e||40===e||91===e||TD(e)||wD(e)?t(e):r(e)}function a(e){return yD(e)?o(e):n(e)}function o(t){return 59===t?(e.consume(t),r):yD(t)?(e.consume(t),o):n(t)}},partial:!0},M_={tokenize:function(e,t,n){return function(t){return e.consume(t),r};function r(e){return DD(e)?n(e):t(e)}},partial:!0},z_={name:"wwwAutolink",tokenize:function(e,t,n){var r=this;return function(t){if(87!==t&&119!==t||!W_.call(r,r.previous)||K_(r.events))return n(t);return e.enter("literalAutolink"),e.enter("literalAutolinkWww"),e.check(P_,e.attempt(R_,e.attempt(j_,i),n),n)(t)};function i(n){return e.exit("literalAutolinkWww"),e.exit("literalAutolink"),t(n)}},previous:W_},U_={name:"protocolAutolink",tokenize:function(e,t,n){var r=this,i="",a=!1;return function(t){if((72===t||104===t)&&Y_.call(r,r.previous)&&!K_(r.events))return e.enter("literalAutolink"),e.enter("literalAutolinkHttp"),i+=String.fromCodePoint(t),e.consume(t),o;return n(t)};function o(t){if(yD(t)&&i.length<5)return i+=String.fromCodePoint(t),e.consume(t),o;if(58===t){var r=i.toLowerCase();if("http"===r||"https"===r)return e.consume(t),u}return n(t)}function u(t){return 47===t?(e.consume(t),a?s:(a=!0,u)):n(t)}function s(t){return null===t||AD(t)||TD(t)||wD(t)||SD(t)?n(t):e.attempt(R_,e.attempt(j_,l),n)(t)}function l(n){return e.exit("literalAutolinkHttp"),e.exit("literalAutolink"),t(n)}},previous:Y_},H_={name:"emailAutolink",tokenize:function(e,t,n){var r,i,a=this;return function(t){if(!Q_(t)||!q_.call(a,a.previous)||K_(a.events))return n(t);return e.enter("literalAutolink"),e.enter("literalAutolinkEmail"),o(t)};function o(t){return Q_(t)?(e.consume(t),o):64===t?(e.consume(t),u):n(t)}function u(t){return 46===t?e.check(M_,l,s)(t):45===t||95===t||DD(t)?(i=!0,e.consume(t),u):l(t)}function s(t){return e.consume(t),r=!0,u}function l(o){return i&&r&&yD(a.previous)?(e.exit("literalAutolinkEmail"),e.exit("literalAutolink"),t(o)):n(o)}},previous:q_},G_={};for(var V_=48;V_<123;)G_[V_]=H_,58===++V_?V_=65:91===V_&&(V_=97);function W_(e){return null===e||40===e||42===e||95===e||91===e||93===e||126===e||TD(e)}function Y_(e){return!yD(e)}function q_(e){return!(47===e||Q_(e))}function Q_(e){return 43===e||45===e||46===e||95===e||DD(e)}function K_(e){for(var t=e.length,n=!1;t--;){var 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}G_[43]=H_,G_[45]=H_,G_[46]=H_,G_[95]=H_,G_[72]=[H_,U_],G_[104]=[H_,U_],G_[87]=[H_,z_],G_[119]=[H_,z_];var X_={tokenize:function(e,t,n){var r=this;return OD(e,function(e){var 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 J_(){var e;return{document:l({},91,{name:"gfmFootnoteDefinition",tokenize:tC,continuation:{tokenize:nC},exit:rC}),text:(e={},l(e,91,{name:"gfmFootnoteCall",tokenize:eC}),l(e,93,{name:"gfmPotentialFootnoteCall",add:"after",tokenize:Z_,resolveTo:$_}),e)}}function Z_(e,t,n){for(var r,i=this,a=i.events.length,o=i.parser.gfmFootnotes||(i.parser.gfmFootnotes=[]);a--;){var u=i.events[a][1];if("labelImage"===u.type){r=u;break}if("gfmFootnoteCall"===u.type||"labelLink"===u.type||"label"===u.type||"image"===u.type||"link"===u.type)break}return function(a){if(!r||!r._balanced)return n(a);var u=eE(i.sliceSerialize({start:r.end,end:i.now()}));if(94!==u.codePointAt(0)||!o.includes(u.slice(1)))return n(a);return e.enter("gfmFootnoteCallLabelMarker"),e.consume(a),e.exit("gfmFootnoteCallLabelMarker"),t(a)}}function $_(e,t){for(var n=e.length;n--;)if("labelImage"===e[n][1].type&&"enter"===e[n][0]){e[n][1];break}e[n+1][1].type="data",e[n+3][1].type="gfmFootnoteCallLabelMarker";var r={type:"gfmFootnoteCall",start:Object.assign({},e[n+3][1].start),end:Object.assign({},e[e.length-1][1].end)},i={type:"gfmFootnoteCallMarker",start:Object.assign({},e[n+3][1].end),end:Object.assign({},e[n+3][1].end)};i.end.column++,i.end.offset++,i.end._bufferIndex++;var a={type:"gfmFootnoteCallString",start:Object.assign({},i.end),end:Object.assign({},e[e.length-1][1].start)},o={type:"chunkString",contentType:"string",start:Object.assign({},a.start),end:Object.assign({},a.end)},u=[e[n+1],e[n+2],["enter",r,t],e[n+3],e[n+4],["enter",i,t],["exit",i,t],["enter",a,t],["enter",o,t],["exit",o,t],["exit",a,t],e[e.length-2],e[e.length-1],["exit",r,t]];return e.splice.apply(e,[n,e.length-n+1].concat(u)),e}function eC(e,t,n){var r,i=this,a=i.parser.gfmFootnotes||(i.parser.gfmFootnotes=[]),o=0;return function(t){return e.enter("gfmFootnoteCall"),e.enter("gfmFootnoteCallLabelMarker"),e.consume(t),e.exit("gfmFootnoteCallLabelMarker"),u};function u(t){return 94!==t?n(t):(e.enter("gfmFootnoteCallMarker"),e.consume(t),e.exit("gfmFootnoteCallMarker"),e.enter("gfmFootnoteCallString"),e.enter("chunkString").contentType="string",s)}function s(u){if(o>999||93===u&&!r||null===u||91===u||TD(u))return n(u);if(93===u){e.exit("chunkString");var c=e.exit("gfmFootnoteCallString");return a.includes(eE(i.sliceSerialize(c)))?(e.enter("gfmFootnoteCallLabelMarker"),e.consume(u),e.exit("gfmFootnoteCallLabelMarker"),e.exit("gfmFootnoteCall"),t):n(u)}return TD(u)||(r=!0),o++,e.consume(u),92===u?l:s}function l(t){return 91===t||92===t||93===t?(e.consume(t),o++,s):s(t)}}function tC(e,t,n){var r,i,a=this,o=a.parser.gfmFootnotes||(a.parser.gfmFootnotes=[]),u=0;return function(t){return e.enter("gfmFootnoteDefinition")._container=!0,e.enter("gfmFootnoteDefinitionLabel"),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(t),e.exit("gfmFootnoteDefinitionLabelMarker"),s};function s(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(u>999||93===t&&!i||null===t||91===t||TD(t))return n(t);if(93===t){e.exit("chunkString");var o=e.exit("gfmFootnoteDefinitionLabelString");return r=eE(a.sliceSerialize(o)),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(t),e.exit("gfmFootnoteDefinitionLabelMarker"),e.exit("gfmFootnoteDefinitionLabel"),f}return TD(t)||(i=!0),u++,e.consume(t),92===t?c:l}function c(t){return 91===t||92===t||93===t?(e.consume(t),u++,l):l(t)}function f(t){return 58===t?(e.enter("definitionMarker"),e.consume(t),e.exit("definitionMarker"),o.includes(r)||o.push(r),OD(e,d,"gfmFootnoteDefinitionWhitespace")):n(t)}function d(e){return t(e)}}function nC(e,t,n){return e.check(PD,t,e.attempt(X_,t,n))}function rC(e){e.exit("gfmFootnoteDefinition")}function iC(e){var t=(e||{}).singleTilde,n={name:"strikethrough",tokenize:function(e,n,r){var i=this.previous,a=this.events,o=0;return function(t){if(126===i&&"characterEscape"!==a[a.length-1][1].type)return r(t);return e.enter("strikethroughSequenceTemporary"),u(t)};function u(a){var s=kE(i);if(126===a)return o>1?r(a):(e.consume(a),o++,u);if(o<2&&!t)return r(a);var l=e.exit("strikethroughSequenceTemporary"),c=kE(a);return l._open=!c||2===c&&Boolean(s),l._close=!s||2===s&&Boolean(c),n(a)}},resolveAll:function(e,t){var n=-1;for(;++n<e.length;)if("enter"===e[n][0]&&"strikethroughSequenceTemporary"===e[n][1].type&&e[n][1]._close)for(var r=n;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";var i={type:"strikethrough",start:Object.assign({},e[r][1].start),end:Object.assign({},e[n][1].end)},a={type:"strikethroughText",start:Object.assign({},e[r][1].end),end:Object.assign({},e[n][1].start)},o=[["enter",i,t],["enter",e[r][1],t],["exit",e[r][1],t],["enter",a,t]],u=t.parser.constructs.insideSpan.null;u&&sD(o,o.length,0,DE(u,e.slice(r+1,n),t)),sD(o,o.length,0,[["exit",a,t],["enter",e[n][1],t],["exit",e[n][1],t],["exit",i,t]]),sD(e,r-1,n-r+3,o),n=r+o.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:l({},126,n),insideSpan:{null:[n]},attentionMarkers:{null:[126]}}}var aC=function(){function e(){o(this,e),this.map=[]}return s(e,[{key:"add",value:function(e,t,n){!function(e,t,n,r){var i=0;if(0===n&&0===r.length)return;for(;i<e.map.length;){var a;if(e.map[i][0]===t)return e.map[i][1]+=n,void(a=e.map[i][2]).push.apply(a,ee(r));i+=1}e.map.push([t,n,r])}(this,e,t,n)}},{key:"consume",value:function(e){if(this.map.sort(function(e,t){return e[0]-t[0]}),0!==this.map.length){for(var t=this.map.length,n=[];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;for(var r=n.pop();r;){var i,a=Mc(r);try{for(a.s();!(i=a.n()).done;){var o=i.value;e.push(o)}}catch(u){a.e(u)}finally{a.f()}r=n.pop()}this.map.length=0}}}]),e}();function oC(e,t){for(var n=!1,r=[];t<e.length;){var 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){var a=r.length-1;r[a]="left"===r[a]?"center":"right"}}else if("tableDelimiterRow"===i[1].type)break}else"enter"===i[0]&&"tableDelimiterRow"===i[1].type&&(n=!0);t+=1}return r}function uC(e,t,n){var r,i=this,a=0,o=0;return function(e){var t=i.events.length-1;for(;t>-1;){var r=i.events[t][1].type;if("lineEnding"!==r&&"linePrefix"!==r)break;t--}var a=t>-1?i.events[t][1].type:null,o="tableHead"===a||"tableRow"===a?E:u;if(o===E&&i.parser.lazy[i.now().line])return n(e);return o(e)};function u(t){return e.enter("tableHead"),e.enter("tableRow"),function(e){if(124===e)return s(e);return r=!0,o+=1,s(e)}(t)}function s(t){return null===t?n(t):kD(t)?o>1?(o=0,i.interrupt=!0,e.exit("tableRow"),e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),f):n(t):xD(t)?OD(e,s,"whitespace")(t):(o+=1,r&&(r=!1,a+=1),124===t?(e.enter("tableCellDivider"),e.consume(t),e.exit("tableCellDivider"),r=!0,s):(e.enter("data"),l(t)))}function l(t){return null===t||124===t||TD(t)?(e.exit("data"),s(t)):(e.consume(t),92===t?c:l)}function c(t){return 92===t||124===t?(e.consume(t),l):l(t)}function f(t){return i.interrupt=!1,i.parser.lazy[i.now().line]?n(t):(e.enter("tableDelimiterRow"),r=!1,xD(t)?OD(e,d,"linePrefix",i.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(t):d(t))}function d(t){return 45===t||58===t?h(t):124===t?(r=!0,e.enter("tableCellDivider"),e.consume(t),e.exit("tableCellDivider"),p):D(t)}function p(t){return xD(t)?OD(e,h,"whitespace")(t):h(t)}function h(t){return 58===t?(o+=1,r=!0,e.enter("tableDelimiterMarker"),e.consume(t),e.exit("tableDelimiterMarker"),m):45===t?(o+=1,m(t)):null===t||kD(t)?y(t):D(t)}function m(t){return 45===t?(e.enter("tableDelimiterFiller"),v(t)):D(t)}function v(t){return 45===t?(e.consume(t),v):58===t?(r=!0,e.exit("tableDelimiterFiller"),e.enter("tableDelimiterMarker"),e.consume(t),e.exit("tableDelimiterMarker"),g):(e.exit("tableDelimiterFiller"),g(t))}function g(t){return xD(t)?OD(e,y,"whitespace")(t):y(t)}function y(n){return 124===n?d(n):(null===n||kD(n))&&r&&a===o?(e.exit("tableDelimiterRow"),e.exit("tableHead"),t(n)):D(n)}function D(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||kD(n)?(e.exit("tableRow"),t(n)):xD(n)?OD(e,A,"whitespace")(n):(e.enter("data"),b(n))}function b(t){return null===t||124===t||TD(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 sC(e,t){for(var n,r,i,a=-1,o=!0,u=0,s=[0,0,0,0],l=[0,0,0,0],c=!1,f=0,d=new aC;++a<e.length;){var p=e[a],h=p[1];"enter"===p[0]?"tableHead"===h.type?(c=!1,0!==f&&(cC(d,t,f,n,r),r=void 0,f=0),n={type:"table",start:Object.assign({},h.start),end:Object.assign({},h.end)},d.add(a,0,[["enter",n,t]])):"tableRow"===h.type||"tableDelimiterRow"===h.type?(o=!0,i=void 0,s=[0,0,0,0],l=[0,a+1,0,0],c&&(c=!1,r={type:"tableBody",start:Object.assign({},h.start),end:Object.assign({},h.end)},d.add(a,0,[["enter",r,t]])),u="tableDelimiterRow"===h.type?2:r?3:1):!u||"data"!==h.type&&"tableDelimiterMarker"!==h.type&&"tableDelimiterFiller"!==h.type?"tableCellDivider"===h.type&&(o?o=!1:(0!==s[1]&&(l[0]=l[1],i=lC(d,t,s,u,void 0,i)),l=[(s=l)[1],a,0,0])):(o=!1,0===l[2]&&(0!==s[1]&&(l[0]=l[1],i=lC(d,t,s,u,void 0,i),s=[0,0,0,0]),l[2]=a)):"tableHead"===h.type?(c=!0,f=a):"tableRow"===h.type||"tableDelimiterRow"===h.type?(f=a,0!==s[1]?(l[0]=l[1],i=lC(d,t,s,u,a,i)):0!==l[1]&&(i=lC(d,t,l,u,a,i)),u=0):!u||"data"!==h.type&&"tableDelimiterMarker"!==h.type&&"tableDelimiterFiller"!==h.type||(l[3]=a)}for(0!==f&&cC(d,t,f,n,r),d.consume(t.events),a=-1;++a<t.events.length;){var m=t.events[a];"enter"===m[0]&&"table"===m[1].type&&(m[1]._align=oC(t.events,a))}return e}function lC(e,t,n,r,i,a){var o=1===r?"tableHeader":2===r?"tableDelimiter":"tableData";0!==n[0]&&(a.end=Object.assign({},fC(t.events,n[0])),e.add(n[0],0,[["exit",a,t]]));var u=fC(t.events,n[1]);if(a={type:o,start:Object.assign({},u),end:Object.assign({},u)},e.add(n[1],0,[["enter",a,t]]),0!==n[2]){var s=fC(t.events,n[2]),l=fC(t.events,n[3]),c={type:"tableContent",start:Object.assign({},s),end:Object.assign({},l)};if(e.add(n[2],0,[["enter",c,t]]),2!==r){var f=t.events[n[2]],d=t.events[n[3]];if(f[1].end=Object.assign({},d[1].end),f[1].type="chunkText",f[1].contentType="text",n[3]>n[2]+1){var p=n[2]+1,h=n[3]-n[2]-1;e.add(p,h,[])}}e.add(n[3]+1,0,[["exit",c,t]])}return void 0!==i&&(a.end=Object.assign({},fC(t.events,i)),e.add(i,0,[["exit",a,t]]),a=void 0),a}function cC(e,t,n,r,i){var a=[],o=fC(t.events,n);i&&(i.end=Object.assign({},o),a.push(["exit",i,t])),r.end=Object.assign({},o),a.push(["exit",r,t]),e.add(n+1,0,a)}function fC(e,t){var n=e[t],r="enter"===n[0]?"start":"end";return n[1][r]}var dC={name:"tasklistCheck",tokenize:function(e,t,n){var 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 TD(t)?(e.enter("taskListCheckValueUnchecked"),e.consume(t),e.exit("taskListCheckValueUnchecked"),a):88===t||120===t?(e.enter("taskListCheckValueChecked"),e.consume(t),e.exit("taskListCheckValueChecked"),a):n(t)}function a(t){return 93===t?(e.enter("taskListCheckMarker"),e.consume(t),e.exit("taskListCheckMarker"),e.exit("taskListCheck"),o):n(t)}function o(r){return kD(r)?t(r):xD(r)?e.check({tokenize:pC},t,n)(r):n(r)}}};function pC(e,t,n){return OD(e,function(e){return null===e?n(e):t(e)},"whitespace")}var hC={};function mC(e){var t=e||hC,n=this.data(),r=n.micromarkExtensions||(n.micromarkExtensions=[]),i=n.fromMarkdownExtensions||(n.fromMarkdownExtensions=[]),a=n.toMarkdownExtensions||(n.toMarkdownExtensions=[]);r.push(function(e){return mD([{text:G_},J_(),iC(e),{flow:{null:{name:"table",tokenize:uC,resolveAll:sC}}},{text:l({},91,dC)}])}(t)),i.push([{transforms:[Ib],enter:{literalAutolink:Sb,literalAutolinkEmail:wb,literalAutolinkHttp:wb,literalAutolinkWww:wb},exit:{literalAutolink:Bb,literalAutolinkEmail:Nb,literalAutolinkHttp:Fb,literalAutolinkWww:Ob}},{enter:{gfmFootnoteCallString:Lb,gfmFootnoteCall:Mb,gfmFootnoteDefinitionLabelString:zb,gfmFootnoteDefinition:Ub},exit:{gfmFootnoteCallString:Hb,gfmFootnoteCall:Gb,gfmFootnoteDefinitionLabelString:Vb,gfmFootnoteDefinition:Wb}},{canContainEols:["delete"],enter:{strikethrough:Jb},exit:{strikethrough:Zb}},{enter:{table:C_,tableData:S_,tableHeader:S_,tableRow:T_},exit:{codeText:w_,table:k_,tableData:x_,tableHeader:x_,tableRow:x_}},{exit:{taskListCheckValueChecked:N_,taskListCheckValueUnchecked:N_,paragraph:B_}}]),a.push(function(e){return{extensions:[{unsafe:[{character:"@",before:"[+\\-.\\w]",after:"[\\-.\\w]",inConstruct:Tb,notInConstruct:xb},{character:".",before:"[Ww]",after:"[\\-.\\w]",inConstruct:Tb,notInConstruct:xb},{character:":",before:"[ps]",after:"\\/",inConstruct:Tb,notInConstruct:xb}]},qb(e),{unsafe:[{character:"~",inConstruct:"phrasing",notInConstruct:Xb}],handlers:{delete:$b}},O_(e),{unsafe:[{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{listItem:I_}}]}}(t))}var vC=/[#.]/g;function gC(e,t,n){var r=n?function(e){var t,n=new Map,r=Mc(e);try{for(r.s();!(t=r.n()).done;){var i=t.value;n.set(i.toLowerCase(),i)}}catch(a){r.e(a)}finally{r.f()}return n}(n):void 0;return function(n,i){for(var a,o=arguments.length,u=new Array(o>2?o-2:0),s=2;s<o;s++)u[s-2]=arguments[s];if(null===n||void 0===n){a={type:"root",children:[]};var l=i;u.unshift(l)}else{a=function(e,t){for(var n,r,i=e||"",a={},o=0;o<i.length;){vC.lastIndex=o;var u=vC.exec(i),s=i.slice(o,u?u.index:i.length);s&&(n?"#"===n?a.id=s:Array.isArray(a.className)?a.className.push(s):a.className=[s]:r=s,o+=s.length),u&&(n=u[0],o++)}return{type:"element",tagName:r||t||"div",properties:a,children:[]}}(n,t);var c=a.tagName.toLowerCase(),f=r?r.get(c):void 0;if(a.tagName=f||c,function(e){if(null===e||"object"!==typeof e||Array.isArray(e))return!0;if("string"!==typeof e.type)return!1;for(var t=e,n=Object.keys(e),r=0,i=n;r<i.length;r++){var a=t[i[r]];if(a&&"object"===typeof a){if(!Array.isArray(a))return!0;var o,u=Mc(a);try{for(u.s();!(o=u.n()).done;){var s=o.value;if("number"!==typeof s&&"string"!==typeof s)return!0}}catch(l){u.e(l)}finally{u.f()}}}if("children"in e&&Array.isArray(e.children))return!0;return!1}(i))u.unshift(i);else for(var d=0,p=Object.entries(i);d<p.length;d++){var h=ae(p[d],2),m=h[0],v=h[1];yC(e,a.properties,m,v)}}for(var g=0,y=u;g<y.length;g++){var D=y[g];DC(a.children,D)}return"element"===a.type&&"template"===a.tagName&&(a.content={type:"root",children:a.children},a.children=[]),a}}function yC(e,t,n,r){var i,a=Ty(e,n);if(null!==r&&void 0!==r){if("number"===typeof r){if(Number.isNaN(r))return;i=r}else i="boolean"===typeof r?r:"string"===typeof r?a.spaceSeparated?Fy(r):a.commaSeparated?Hg(r):a.commaOrSpaceSeparated?Fy(Hg(r).join(" ")):EC(a,a.property,r):Array.isArray(r)?ee(r):"style"===a.property?function(e){for(var t=[],n=0,r=Object.entries(e);n<r.length;n++){var i=ae(r[n],2),a=i[0],o=i[1];t.push([a,o].join(": "))}return t.join("; ")}(r):String(r);if(Array.isArray(i)){var o,u=[],s=Mc(i);try{for(s.s();!(o=s.n()).done;){var l=o.value;u.push(EC(a,a.property,l))}}catch(c){s.e(c)}finally{s.f()}i=u}"className"===a.property&&Array.isArray(t.className)&&(i=t.className.concat(i)),t[a.property]=i}}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)){var n,r=Mc(t);try{for(r.s();!(n=r.n()).done;){DC(e,n.value)}}catch(i){r.e(i)}finally{r.f()}}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 EC(e,t,n){if("string"===typeof n){if(e.number&&n&&!Number.isNaN(Number(n)))return Number(n);if((e.boolean||e.overloadedBoolean)&&(""===n||Zg(n)===Zg(t)))return!0}return n}var AC=gC(Ay,"div"),bC=gC(by,"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 _C(e,t){var n=e.indexOf("\r",t),r=e.indexOf("\n",t);return-1===r?n:-1===n||n+1===r?r:n<r?n:r}var CC={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/"},kC={}.hasOwnProperty,TC=Object.prototype;function xC(e,t){var n;switch(t.nodeName){case"#comment":return wC(e,t,n={type:"comment",value:t.data}),n;case"#document":case"#document-fragment":var r=t,i="mode"in r&&("quirks"===r.mode||"limited-quirks"===r.mode);if(n={type:"root",children:SC(e,t.childNodes),data:{quirksMode:i}},e.file&&e.location){var a=String(e.file),o=function(e){var 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;){var r=n[n.length-1],i=_C(t,r),a=-1===i?t.length+1:i+1;if(r===a)break;n.push(a)}var o=(e.line>1?n[e.line-2]:0)+e.column-1;if(o<n[e.line-1])return o}},toPoint:function(e){if("number"===typeof e&&e>-1&&e<=t.length)for(var r=0;;){var i=n[r];if(void 0===i){var a=_C(t,n[r-1]);i=-1===a?t.length+1:a+1,n[r]=i}if(i>e)return{line:r+1,column:e-(r>0?n[r-1]:0)+1,offset:e};r++}}}}(a),u=o.toPoint(0),s=o.toPoint(a.length);n.position={start:u,end:s}}return n;case"#documentType":return wC(e,t,n={type:"doctype"}),n;case"#text":return wC(e,t,n={type:"text",value:t.value}),n;default:return n=function(e,t){var n=e.schema;e.schema=t.namespaceURI===CC.svg?by:Ay;var r=-1,i={};for(;++r<t.attrs.length;){var a=t.attrs[r],o=(a.prefix?a.prefix+":":"")+a.name;kC.call(TC,o)||(i[o]=a.value)}var u="svg"===e.schema.space?bC:AC,s=u(t.tagName,i,SC(e,t.childNodes));if(wC(e,t,s),"template"===s.tagName){var l=t,c=l.sourceCodeLocation,f=c&&c.startTag&&FC(c.startTag),d=c&&c.endTag&&FC(c.endTag),p=xC(e,l.content);f&&d&&e.file&&(p.position={start:f.end,end:d.start}),s.content=p}return e.schema=n,s}(e,t),n}}function SC(e,t){for(var n=-1,r=[];++n<t.length;){var i=xC(e,t[n]);r.push(i)}return r}function wC(e,t,n){if("sourceCodeLocation"in t&&t.sourceCodeLocation&&e.file){var r=function(e,t,n){var r=FC(n);if("element"===t.type){var 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){var a,o={};if(n.attrs)for(a in n.attrs)kC.call(n.attrs,a)&&(o[Ty(e.schema,a).property]=FC(n.attrs[a]));n.startTag;var u=FC(n.startTag),s=n.endTag?FC(n.endTag):void 0,l={opening:u};s&&(l.closing=s),l.properties=o,t.data={position:l}}}return r}(e,n,t.sourceCodeLocation);r&&(e.location=!0,n.position=r)}}function FC(e){var t=OC({line:e.startLine,column:e.startCol,offset:e.startOffset}),n=OC({line:e.endLine,column:e.endCol,offset:e.endOffset});return t||n?{start:t,end:n}:void 0}function OC(e){return e.line&&e.column?e:void 0}var NC=s(function e(t,n,r){o(this,e),this.property=t,this.normal=n,r&&(this.space=r)});function BC(e,t){for(var n={},r={},i=-1;++i<e.length;)Object.assign(n,e[i].property),Object.assign(r,e[i].normal);return new NC(n,r,t)}function IC(e){return e.toLowerCase()}NC.prototype.property={},NC.prototype.normal={},NC.prototype.space=null;var PC=s(function e(t,n){o(this,e),this.property=t,this.attribute=n});PC.prototype.space=null,PC.prototype.boolean=!1,PC.prototype.booleanish=!1,PC.prototype.overloadedBoolean=!1,PC.prototype.number=!1,PC.prototype.commaSeparated=!1,PC.prototype.spaceSeparated=!1,PC.prototype.commaOrSpaceSeparated=!1,PC.prototype.mustUseProperty=!1,PC.prototype.defined=!1;var RC=0,jC=VC(),LC=VC(),MC=VC(),zC=VC(),UC=VC(),HC=VC(),GC=VC();function VC(){return Math.pow(2,++RC)}var WC=Object.keys(r),YC=function(e){W(n,e);var t=X(n);function n(e,i,a,u){var s;o(this,n);var l=-1;if(qC(G(s=t.call(this,e,i)),"space",u),"number"===typeof a)for(;++l<WC.length;){var c=WC[l];qC(G(s),WC[l],(a&r[c])===r[c])}return s}return s(n)}(PC);function qC(e,t,n){n&&(e[t]=n)}YC.prototype.defined=!0;var QC={}.hasOwnProperty;function KC(e){var t,n={},r={};for(t in e.properties)if(QC.call(e.properties,t)){var i=e.properties[t],a=new YC(t,e.transform(e.attributes||{},t),i,e.space);e.mustUseProperty&&e.mustUseProperty.includes(t)&&(a.mustUseProperty=!0),n[t]=a,r[IC(t)]=t,r[IC(a.attribute)]=t}return new NC(n,r,e.space)}var XC=KC({space:"xlink",transform:function(e,t){return"xlink:"+t.slice(5).toLowerCase()},properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null}}),JC=KC({space:"xml",transform:function(e,t){return"xml:"+t.slice(3).toLowerCase()},properties:{xmlLang:null,xmlBase:null,xmlSpace:null}});function ZC(e,t){return t in e?e[t]:t}function $C(e,t){return ZC(e,t.toLowerCase())}var ek=KC({space:"xmlns",attributes:{xmlnsxlink:"xmlns:xlink"},transform:$C,properties:{xmlns:null,xmlnsXLink:null}}),tk=KC({transform:function(e,t){return"role"===t?t:"aria-"+t.slice(4).toLowerCase()},properties:{ariaActiveDescendant:null,ariaAtomic:LC,ariaAutoComplete:null,ariaBusy:LC,ariaChecked:LC,ariaColCount:zC,ariaColIndex:zC,ariaColSpan:zC,ariaControls:UC,ariaCurrent:null,ariaDescribedBy:UC,ariaDetails:null,ariaDisabled:LC,ariaDropEffect:UC,ariaErrorMessage:null,ariaExpanded:LC,ariaFlowTo:UC,ariaGrabbed:LC,ariaHasPopup:null,ariaHidden:LC,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:UC,ariaLevel:zC,ariaLive:null,ariaModal:LC,ariaMultiLine:LC,ariaMultiSelectable:LC,ariaOrientation:null,ariaOwns:UC,ariaPlaceholder:null,ariaPosInSet:zC,ariaPressed:LC,ariaReadOnly:LC,ariaRelevant:null,ariaRequired:LC,ariaRoleDescription:UC,ariaRowCount:zC,ariaRowIndex:zC,ariaRowSpan:zC,ariaSelected:LC,ariaSetSize:zC,ariaSort:null,ariaValueMax:zC,ariaValueMin:zC,ariaValueNow:zC,ariaValueText:null,role:null}}),nk=KC({space:"html",attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},transform:$C,mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:HC,acceptCharset:UC,accessKey:UC,action:null,allow:null,allowFullScreen:jC,allowPaymentRequest:jC,allowUserMedia:jC,alt:null,as:null,async:jC,autoCapitalize:null,autoComplete:UC,autoFocus:jC,autoPlay:jC,blocking:UC,capture:null,charSet:null,checked:jC,cite:null,className:UC,cols:zC,colSpan:null,content:null,contentEditable:LC,controls:jC,controlsList:UC,coords:zC|HC,crossOrigin:null,data:null,dateTime:null,decoding:null,default:jC,defer:jC,dir:null,dirName:null,disabled:jC,download:MC,draggable:LC,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:jC,formTarget:null,headers:UC,height:zC,hidden:jC,high:zC,href:null,hrefLang:null,htmlFor:UC,httpEquiv:UC,id:null,imageSizes:null,imageSrcSet:null,inert:jC,inputMode:null,integrity:null,is:null,isMap:jC,itemId:null,itemProp:UC,itemRef:UC,itemScope:jC,itemType:UC,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:jC,low:zC,manifest:null,max:null,maxLength:zC,media:null,method:null,min:null,minLength:zC,multiple:jC,muted:jC,name:null,nonce:null,noModule:jC,noValidate:jC,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:jC,optimum:zC,pattern:null,ping:UC,placeholder:null,playsInline:jC,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:jC,referrerPolicy:null,rel:UC,required:jC,reversed:jC,rows:zC,rowSpan:zC,sandbox:UC,scope:null,scoped:jC,seamless:jC,selected:jC,shadowRootClonable:jC,shadowRootDelegatesFocus:jC,shadowRootMode:null,shape:null,size:zC,sizes:null,slot:null,span:zC,spellCheck:LC,src:null,srcDoc:null,srcLang:null,srcSet:null,start:zC,step:null,style:null,tabIndex:zC,target:null,title:null,translate:null,type:null,typeMustMatch:jC,useMap:null,value:LC,width:zC,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:UC,axis:null,background:null,bgColor:null,border:zC,borderColor:null,bottomMargin:zC,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:jC,declare:jC,event:null,face:null,frame:null,frameBorder:null,hSpace:zC,leftMargin:zC,link:null,longDesc:null,lowSrc:null,marginHeight:zC,marginWidth:zC,noResize:jC,noHref:jC,noShade:jC,noWrap:jC,object:null,profile:null,prompt:null,rev:null,rightMargin:zC,rules:null,scheme:null,scrolling:LC,standby:null,summary:null,text:null,topMargin:zC,valueType:null,version:null,vAlign:null,vLink:null,vSpace:zC,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:jC,disableRemotePlayback:jC,prefix:null,property:null,results:zC,security:null,unselectable:null}}),rk=KC({space:"svg",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",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"},transform:ZC,properties:{about:GC,accentHeight:zC,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:zC,amplitude:zC,arabicForm:null,ascent:zC,attributeName:null,attributeType:null,azimuth:zC,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:zC,by:null,calcMode:null,capHeight:zC,className:UC,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:zC,diffuseConstant:zC,direction:null,display:null,dur:null,divisor:zC,dominantBaseline:null,download:jC,dx:null,dy:null,edgeMode:null,editable:null,elevation:zC,enableBackground:null,end:null,event:null,exponent:zC,externalResourcesRequired:null,fill:null,fillOpacity:zC,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:HC,g2:HC,glyphName:HC,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:zC,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:zC,horizOriginX:zC,horizOriginY:zC,id:null,ideographic:zC,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:zC,k:zC,k1:zC,k2:zC,k3:zC,k4:zC,kernelMatrix:GC,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:zC,local:null,markerEnd:null,markerMid:null,markerStart:null,markerHeight:null,markerUnits:null,markerWidth:null,mask:null,maskContentUnits:null,maskUnits:null,mathematical:null,max:null,media:null,mediaCharacterEncoding:null,mediaContentEncodings:null,mediaSize:zC,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:zC,overlineThickness:zC,paintOrder:null,panose1:null,path:null,pathLength:zC,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:UC,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:zC,pointsAtY:zC,pointsAtZ:zC,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:GC,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:GC,rev:GC,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:GC,requiredFeatures:GC,requiredFonts:GC,requiredFormats:GC,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:zC,specularExponent:zC,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:zC,strikethroughThickness:zC,string:null,stroke:null,strokeDashArray:GC,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:zC,strokeOpacity:zC,strokeWidth:null,style:null,surfaceScale:zC,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:GC,tabIndex:zC,tableValues:null,target:null,targetX:zC,targetY:zC,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:GC,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:zC,underlineThickness:zC,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:zC,values:null,vAlphabetic:zC,vMathematical:zC,vectorEffect:null,vHanging:zC,vIdeographic:zC,version:null,vertAdvY:zC,vertOriginX:zC,vertOriginY:zC,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:zC,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null}}),ik=BC([JC,XC,ek,tk,nk],"html"),ak=BC([JC,XC,ek,tk,rk],"svg"),ok=/^data[-\w.:]+$/i,uk=/-[a-z]/g,sk=/[A-Z]/g;function lk(e){return"-"+e.toLowerCase()}function ck(e){return e.charAt(1).toUpperCase()}var fk={}.hasOwnProperty;function dk(e,t){var n=t||{};function r(t){var n=r.invalid,i=r.handlers;if(t&&fk.call(t,e)){var a=String(t[e]);n=fk.call(i,a)?i[a]:r.unknown}if(n){for(var o,u=arguments.length,s=new Array(u>1?u-1:0),l=1;l<u;l++)s[l-1]=arguments[l];return(o=n).call.apply(o,[this,t].concat(s))}}return r.handlers=n.handlers||{},r.invalid=n.invalid,r.unknown=n.unknown,r}var pk={},hk={}.hasOwnProperty,mk=dk("type",{handlers:{root:function(e,t){var n={nodeName:"#document",mode:(e.data||{}).quirksMode?"quirks":"no-quirks",childNodes:[]};return n.childNodes=gk(e.children,n,t),yk(e,n),n},element:function(e,t){var n=t,r=n;"element"===e.type&&"svg"===e.tagName.toLowerCase()&&"html"===n.space&&(r=ak);var i,a=[];if(e.properties)for(i in e.properties)if("children"!==i&&hk.call(e.properties,i)){var o=vk(r,i,e.properties[i]);o&&a.push(o)}var u=r.space;var s={nodeName:e.tagName,tagName:e.tagName,attrs:a,namespaceURI:CC[u],childNodes:[],parentNode:null};s.childNodes=gk(e.children,s,r),yk(e,s),"template"===e.tagName&&e.content&&(s.content=function(e,t){var n={nodeName:"#document-fragment",childNodes:[]};return n.childNodes=gk(e.children,n,t),yk(e,n),n}(e.content,r));return s},text:function(e){var t={nodeName:"#text",value:e.value,parentNode:null};return yk(e,t),t},comment:function(e){var t={nodeName:"#comment",data:e.value,parentNode:null};return yk(e,t),t},doctype:function(e){var t={nodeName:"#documentType",name:"html",publicId:"",systemId:"",parentNode:null};return yk(e,t),t}}});function vk(e,t,n){var r=function(e,t){var n=IC(t),r=t,i=PC;if(n in e.normal)return e.property[e.normal[n]];if(n.length>4&&"data"===n.slice(0,4)&&ok.test(t)){if("-"===t.charAt(4)){var a=t.slice(5).replace(uk,ck);r="data"+a.charAt(0).toUpperCase()+a.slice(1)}else{var o=t.slice(4);if(!uk.test(o)){var u=o.replace(sk,lk);"-"!==u.charAt(0)&&(u="-"+u),t="data"+u}}i=YC}return new i(r,t)}(e,t);if(!(!1===n||null===n||void 0===n||"number"===typeof n&&Number.isNaN(n)||!n&&r.boolean)){Array.isArray(n)&&(n=r.commaSeparated?Gg(n):Oy(n));var i={name:r.attribute,value:!0===n?"":String(n)};if(r.space&&"html"!==r.space&&"svg"!==r.space){var a=i.name.indexOf(":");a<0?i.prefix="":(i.name=i.name.slice(a+1),i.prefix=r.attribute.slice(0,a)),i.namespace=CC[r.space]}return i}}function gk(e,t,n){var r=-1,i=[];if(e)for(;++r<e.length;){var a=mk(e[r],n);a.parentNode=t,i.push(a)}return i}function yk(e,t){var 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})}var Dk,Ek=["area","base","basefont","bgsound","br","col","command","embed","frame","hr","image","img","input","keygen","link","meta","param","source","track","wbr"],Ak=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]),bk="\ufffd";!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"}(Dk||(Dk={}));var _k,Ck="--",kk="[CDATA[",Tk="doctype",xk="script",Sk="public",wk="system";function Fk(e){return e>=55296&&e<=57343}function Ok(e){return 32!==e&&10!==e&&13!==e&&9!==e&&12!==e&&e>=1&&e<=31||e>=127&&e<=159}function Nk(e){return e>=64976&&e<=65007||Ak.has(e)}!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"}(_k||(_k={}));var Bk,Ik=function(){function e(t){o(this,e),this.handler=t,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}return s(e,[{key:"col",get:function(){return this.pos-this.lineStartPos+Number(this.lastGapPos!==this.pos)}},{key:"offset",get:function(){return this.droppedBufferSize+this.pos}},{key:"getError",value:function(e,t){var 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}}},{key:"_err",value:function(e){this.handler.onParseError&&this.lastErrOffset!==this.offset&&(this.lastErrOffset=this.offset,this.handler.onParseError(this.getError(e,0)))}},{key:"_addGap",value:function(){this.gapStack.push(this.lastGapPos),this.lastGapPos=this.pos}},{key:"_processSurrogate",value:function(e){if(this.pos!==this.html.length-1){var 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,Dk.EOF;return this._err(_k.surrogateInInputStream),e}},{key:"willDropParsedChunk",value:function(){return this.pos>this.bufferWaterline}},{key:"dropParsedChunk",value:function(){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)}},{key:"write",value:function(e,t){this.html.length>0?this.html+=e:this.html=e,this.endOfChunkHit=!1,this.lastChunkWritten=t}},{key:"insertHtmlAtCurrentPos",value:function(e){this.html=this.html.substring(0,this.pos+1)+e+this.html.substring(this.pos+1),this.endOfChunkHit=!1}},{key:"startsWith",value:function(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(var n=0;n<e.length;n++){if((32|this.html.charCodeAt(this.pos+n))!==e.charCodeAt(n))return!1}return!0}},{key:"peek",value:function(e){var t=this.pos+e;if(t>=this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,Dk.EOF;var n=this.html.charCodeAt(t);return n===Dk.CARRIAGE_RETURN?Dk.LINE_FEED:n}},{key:"advance",value:function(){if(this.pos++,this.isEol&&(this.isEol=!1,this.line++,this.lineStartPos=this.pos),this.pos>=this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,Dk.EOF;var e=this.html.charCodeAt(this.pos);return e===Dk.CARRIAGE_RETURN?(this.isEol=!0,this.skipNextNewLine=!0,Dk.LINE_FEED):e===Dk.LINE_FEED&&(this.isEol=!0,this.skipNextNewLine)?(this.line--,this.skipNextNewLine=!1,this._addGap(),this.advance()):(this.skipNextNewLine=!1,Fk(e)&&(e=this._processSurrogate(e)),null===this.handler.onParseError||e>31&&e<127||e===Dk.LINE_FEED||e===Dk.CARRIAGE_RETURN||e>159&&e<64976||this._checkForProblematicCharacters(e),e)}},{key:"_checkForProblematicCharacters",value:function(e){Ok(e)?this._err(_k.controlCharacterInInputStream):Nk(e)&&this._err(_k.noncharacterInInputStream)}},{key:"retreat",value:function(e){for(this.pos-=e;this.pos<this.lastGapPos;)this.lastGapPos=this.gapStack.pop(),this.pos--;this.isEol=!1}}]),e}();function Pk(e,t){for(var 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"}(Bk||(Bk={}));var Rk,jk,Lk=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(function(e){return e.charCodeAt(0)})),Mk=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]]);Rk=String.fromCodePoint;function zk(e){var t;return e>=55296&&e<=57343||e>1114111?65533:null!==(t=Mk.get(e))&&void 0!==t?t:e}!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"}(jk||(jk={}));var Uk,Hk,Gk;function Vk(e){return e>=jk.ZERO&&e<=jk.NINE}function Wk(e){return e>=jk.UPPER_A&&e<=jk.UPPER_F||e>=jk.LOWER_A&&e<=jk.LOWER_F}function Yk(e){return e===jk.EQUALS||function(e){return e>=jk.UPPER_A&&e<=jk.UPPER_Z||e>=jk.LOWER_A&&e<=jk.LOWER_Z||Vk(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"}(Uk||(Uk={})),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"}(Hk||(Hk={})),function(e){e[e.Legacy=0]="Legacy",e[e.Strict=1]="Strict",e[e.Attribute=2]="Attribute"}(Gk||(Gk={}));var qk=function(){function e(t,n,r){o(this,e),this.decodeTree=t,this.emitCodePoint=n,this.errors=r,this.state=Hk.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=Gk.Strict}return s(e,[{key:"startEntity",value:function(e){this.decodeMode=e,this.state=Hk.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}},{key:"write",value:function(e,t){switch(this.state){case Hk.EntityStart:return e.charCodeAt(t)===jk.NUM?(this.state=Hk.NumericStart,this.consumed+=1,this.stateNumericStart(e,t+1)):(this.state=Hk.NamedEntity,this.stateNamedEntity(e,t));case Hk.NumericStart:return this.stateNumericStart(e,t);case Hk.NumericDecimal:return this.stateNumericDecimal(e,t);case Hk.NumericHex:return this.stateNumericHex(e,t);case Hk.NamedEntity:return this.stateNamedEntity(e,t)}}},{key:"stateNumericStart",value:function(e,t){return t>=e.length?-1:(32|e.charCodeAt(t))===jk.LOWER_X?(this.state=Hk.NumericHex,this.consumed+=1,this.stateNumericHex(e,t+1)):(this.state=Hk.NumericDecimal,this.stateNumericDecimal(e,t))}},{key:"addToNumericResult",value:function(e,t,n,r){if(t!==n){var i=n-t;this.result=this.result*Math.pow(r,i)+Number.parseInt(e.substr(t,i),r),this.consumed+=i}}},{key:"stateNumericHex",value:function(e,t){for(var n=t;t<e.length;){var r=e.charCodeAt(t);if(!Vk(r)&&!Wk(r))return this.addToNumericResult(e,n,t,16),this.emitNumericEntity(r,3);t+=1}return this.addToNumericResult(e,n,t,16),-1}},{key:"stateNumericDecimal",value:function(e,t){for(var n=t;t<e.length;){var r=e.charCodeAt(t);if(!Vk(r))return this.addToNumericResult(e,n,t,10),this.emitNumericEntity(r,2);t+=1}return this.addToNumericResult(e,n,t,10),-1}},{key:"emitNumericEntity",value:function(e,t){var n;if(this.consumed<=t)return null===(n=this.errors)||void 0===n||n.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(e===jk.SEMI)this.consumed+=1;else if(this.decodeMode===Gk.Strict)return 0;return this.emitCodePoint(zk(this.result),this.consumed),this.errors&&(e!==jk.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}},{key:"stateNamedEntity",value:function(e,t){for(var n=this.decodeTree,r=n[this.treeIndex],i=(r&Uk.VALUE_LENGTH)>>14;t<e.length;t++,this.excess++){var a=e.charCodeAt(t);if(this.treeIndex=Qk(n,r,this.treeIndex+Math.max(1,i),a),this.treeIndex<0)return 0===this.result||this.decodeMode===Gk.Attribute&&(0===i||Yk(a))?0:this.emitNotTerminatedNamedEntity();if(0!==(i=((r=n[this.treeIndex])&Uk.VALUE_LENGTH)>>14)){if(a===jk.SEMI)return this.emitNamedEntityData(this.treeIndex,i,this.consumed+this.excess);this.decodeMode!==Gk.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}},{key:"emitNotTerminatedNamedEntity",value:function(){var e,t=this.result,n=(this.decodeTree[t]&Uk.VALUE_LENGTH)>>14;return this.emitNamedEntityData(t,n,this.consumed),null===(e=this.errors)||void 0===e||e.missingSemicolonAfterCharacterReference(),this.consumed}},{key:"emitNamedEntityData",value:function(e,t,n){var r=this.decodeTree;return this.emitCodePoint(1===t?r[e]&~Uk.VALUE_LENGTH:r[e+1],n),3===t&&this.emitCodePoint(r[e+2],n),n}},{key:"end",value:function(){var e;switch(this.state){case Hk.NamedEntity:return 0===this.result||this.decodeMode===Gk.Attribute&&this.result!==this.treeIndex?0:this.emitNotTerminatedNamedEntity();case Hk.NumericDecimal:return this.emitNumericEntity(0,2);case Hk.NumericHex:return this.emitNumericEntity(0,3);case Hk.NumericStart:return null===(e=this.errors)||void 0===e||e.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case Hk.EntityStart:return 0}}}]),e}();function Qk(e,t,n,r){var i=(t&Uk.BRANCH_LENGTH)>>7,a=t&Uk.JUMP_TABLE;if(0===i)return 0!==a&&r===a?n:-1;if(a){var o=r-a;return o<0||o>=i?-1:e[n+o]-1}for(var u=n,s=u+i-1;u<=s;){var l=u+s>>>1,c=e[l];if(c<r)u=l+1;else{if(!(c>r))return e[l+i];s=l-1}}return-1}var Kk,Xk,Jk,Zk,$k,eT;!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/"}(Xk||(Xk={})),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"}(Jk||(Jk={})),function(e){e.NO_QUIRKS="no-quirks",e.QUIRKS="quirks",e.LIMITED_QUIRKS="limited-quirks"}(Zk||(Zk={})),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"}($k||($k={})),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"}(eT||(eT={}));var tT=new Map([[$k.A,eT.A],[$k.ADDRESS,eT.ADDRESS],[$k.ANNOTATION_XML,eT.ANNOTATION_XML],[$k.APPLET,eT.APPLET],[$k.AREA,eT.AREA],[$k.ARTICLE,eT.ARTICLE],[$k.ASIDE,eT.ASIDE],[$k.B,eT.B],[$k.BASE,eT.BASE],[$k.BASEFONT,eT.BASEFONT],[$k.BGSOUND,eT.BGSOUND],[$k.BIG,eT.BIG],[$k.BLOCKQUOTE,eT.BLOCKQUOTE],[$k.BODY,eT.BODY],[$k.BR,eT.BR],[$k.BUTTON,eT.BUTTON],[$k.CAPTION,eT.CAPTION],[$k.CENTER,eT.CENTER],[$k.CODE,eT.CODE],[$k.COL,eT.COL],[$k.COLGROUP,eT.COLGROUP],[$k.DD,eT.DD],[$k.DESC,eT.DESC],[$k.DETAILS,eT.DETAILS],[$k.DIALOG,eT.DIALOG],[$k.DIR,eT.DIR],[$k.DIV,eT.DIV],[$k.DL,eT.DL],[$k.DT,eT.DT],[$k.EM,eT.EM],[$k.EMBED,eT.EMBED],[$k.FIELDSET,eT.FIELDSET],[$k.FIGCAPTION,eT.FIGCAPTION],[$k.FIGURE,eT.FIGURE],[$k.FONT,eT.FONT],[$k.FOOTER,eT.FOOTER],[$k.FOREIGN_OBJECT,eT.FOREIGN_OBJECT],[$k.FORM,eT.FORM],[$k.FRAME,eT.FRAME],[$k.FRAMESET,eT.FRAMESET],[$k.H1,eT.H1],[$k.H2,eT.H2],[$k.H3,eT.H3],[$k.H4,eT.H4],[$k.H5,eT.H5],[$k.H6,eT.H6],[$k.HEAD,eT.HEAD],[$k.HEADER,eT.HEADER],[$k.HGROUP,eT.HGROUP],[$k.HR,eT.HR],[$k.HTML,eT.HTML],[$k.I,eT.I],[$k.IMG,eT.IMG],[$k.IMAGE,eT.IMAGE],[$k.INPUT,eT.INPUT],[$k.IFRAME,eT.IFRAME],[$k.KEYGEN,eT.KEYGEN],[$k.LABEL,eT.LABEL],[$k.LI,eT.LI],[$k.LINK,eT.LINK],[$k.LISTING,eT.LISTING],[$k.MAIN,eT.MAIN],[$k.MALIGNMARK,eT.MALIGNMARK],[$k.MARQUEE,eT.MARQUEE],[$k.MATH,eT.MATH],[$k.MENU,eT.MENU],[$k.META,eT.META],[$k.MGLYPH,eT.MGLYPH],[$k.MI,eT.MI],[$k.MO,eT.MO],[$k.MN,eT.MN],[$k.MS,eT.MS],[$k.MTEXT,eT.MTEXT],[$k.NAV,eT.NAV],[$k.NOBR,eT.NOBR],[$k.NOFRAMES,eT.NOFRAMES],[$k.NOEMBED,eT.NOEMBED],[$k.NOSCRIPT,eT.NOSCRIPT],[$k.OBJECT,eT.OBJECT],[$k.OL,eT.OL],[$k.OPTGROUP,eT.OPTGROUP],[$k.OPTION,eT.OPTION],[$k.P,eT.P],[$k.PARAM,eT.PARAM],[$k.PLAINTEXT,eT.PLAINTEXT],[$k.PRE,eT.PRE],[$k.RB,eT.RB],[$k.RP,eT.RP],[$k.RT,eT.RT],[$k.RTC,eT.RTC],[$k.RUBY,eT.RUBY],[$k.S,eT.S],[$k.SCRIPT,eT.SCRIPT],[$k.SEARCH,eT.SEARCH],[$k.SECTION,eT.SECTION],[$k.SELECT,eT.SELECT],[$k.SOURCE,eT.SOURCE],[$k.SMALL,eT.SMALL],[$k.SPAN,eT.SPAN],[$k.STRIKE,eT.STRIKE],[$k.STRONG,eT.STRONG],[$k.STYLE,eT.STYLE],[$k.SUB,eT.SUB],[$k.SUMMARY,eT.SUMMARY],[$k.SUP,eT.SUP],[$k.TABLE,eT.TABLE],[$k.TBODY,eT.TBODY],[$k.TEMPLATE,eT.TEMPLATE],[$k.TEXTAREA,eT.TEXTAREA],[$k.TFOOT,eT.TFOOT],[$k.TD,eT.TD],[$k.TH,eT.TH],[$k.THEAD,eT.THEAD],[$k.TITLE,eT.TITLE],[$k.TR,eT.TR],[$k.TRACK,eT.TRACK],[$k.TT,eT.TT],[$k.U,eT.U],[$k.UL,eT.UL],[$k.SVG,eT.SVG],[$k.VAR,eT.VAR],[$k.WBR,eT.WBR],[$k.XMP,eT.XMP]]);function nT(e){var t;return null!==(t=tT.get(e))&&void 0!==t?t:eT.UNKNOWN}var rT,iT=eT,aT=(l(Kk={},Xk.HTML,new Set([iT.ADDRESS,iT.APPLET,iT.AREA,iT.ARTICLE,iT.ASIDE,iT.BASE,iT.BASEFONT,iT.BGSOUND,iT.BLOCKQUOTE,iT.BODY,iT.BR,iT.BUTTON,iT.CAPTION,iT.CENTER,iT.COL,iT.COLGROUP,iT.DD,iT.DETAILS,iT.DIR,iT.DIV,iT.DL,iT.DT,iT.EMBED,iT.FIELDSET,iT.FIGCAPTION,iT.FIGURE,iT.FOOTER,iT.FORM,iT.FRAME,iT.FRAMESET,iT.H1,iT.H2,iT.H3,iT.H4,iT.H5,iT.H6,iT.HEAD,iT.HEADER,iT.HGROUP,iT.HR,iT.HTML,iT.IFRAME,iT.IMG,iT.INPUT,iT.LI,iT.LINK,iT.LISTING,iT.MAIN,iT.MARQUEE,iT.MENU,iT.META,iT.NAV,iT.NOEMBED,iT.NOFRAMES,iT.NOSCRIPT,iT.OBJECT,iT.OL,iT.P,iT.PARAM,iT.PLAINTEXT,iT.PRE,iT.SCRIPT,iT.SECTION,iT.SELECT,iT.SOURCE,iT.STYLE,iT.SUMMARY,iT.TABLE,iT.TBODY,iT.TD,iT.TEMPLATE,iT.TEXTAREA,iT.TFOOT,iT.TH,iT.THEAD,iT.TITLE,iT.TR,iT.TRACK,iT.UL,iT.WBR,iT.XMP])),l(Kk,Xk.MATHML,new Set([iT.MI,iT.MO,iT.MN,iT.MS,iT.MTEXT,iT.ANNOTATION_XML])),l(Kk,Xk.SVG,new Set([iT.TITLE,iT.FOREIGN_OBJECT,iT.DESC])),l(Kk,Xk.XLINK,new Set),l(Kk,Xk.XML,new Set),l(Kk,Xk.XMLNS,new Set),Kk),oT=new Set([iT.H1,iT.H2,iT.H3,iT.H4,iT.H5,iT.H6]);new Set([$k.STYLE,$k.SCRIPT,$k.XMP,$k.IFRAME,$k.NOEMBED,$k.NOFRAMES,$k.PLAINTEXT]);!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"}(rT||(rT={}));var uT={DATA:rT.DATA,RCDATA:rT.RCDATA,RAWTEXT:rT.RAWTEXT,SCRIPT_DATA:rT.SCRIPT_DATA,PLAINTEXT:rT.PLAINTEXT,CDATA_SECTION:rT.CDATA_SECTION};function sT(e){return e>=Dk.LATIN_CAPITAL_A&&e<=Dk.LATIN_CAPITAL_Z}function lT(e){return function(e){return e>=Dk.LATIN_SMALL_A&&e<=Dk.LATIN_SMALL_Z}(e)||sT(e)}function cT(e){return lT(e)||function(e){return e>=Dk.DIGIT_0&&e<=Dk.DIGIT_9}(e)}function fT(e){return e+32}function dT(e){return e===Dk.SPACE||e===Dk.LINE_FEED||e===Dk.TABULATION||e===Dk.FORM_FEED}function pT(e){return dT(e)||e===Dk.SOLIDUS||e===Dk.GREATER_THAN_SIGN}var hT,mT=function(){function e(t,n){var r=this;o(this,e),this.options=t,this.handler=n,this.paused=!1,this.inLoop=!1,this.inForeignNode=!1,this.lastStartTagName="",this.active=!1,this.state=rT.DATA,this.returnState=rT.DATA,this.entityStartPos=0,this.consumedAfterSnapshot=-1,this.currentCharacterToken=null,this.currentToken=null,this.currentAttr={name:"",value:""},this.preprocessor=new Ik(n),this.currentLocation=this.getCurrentLocation(-1),this.entityDecoder=new qk(Lk,function(e,t){r.preprocessor.pos=r.entityStartPos+t-1,r._flushCodePointConsumedAsCharacterReference(e)},n.onParseError?{missingSemicolonAfterCharacterReference:function(){r._err(_k.missingSemicolonAfterCharacterReference,1)},absenceOfDigitsInNumericCharacterReference:function(e){r._err(_k.absenceOfDigitsInNumericCharacterReference,r.entityStartPos-r.preprocessor.pos+e)},validateNumericCharacterReference:function(e){var t=function(e){return e===Dk.NULL?_k.nullCharacterReference:e>1114111?_k.characterReferenceOutsideUnicodeRange:Fk(e)?_k.surrogateCharacterReference:Nk(e)?_k.noncharacterCharacterReference:Ok(e)||e===Dk.CARRIAGE_RETURN?_k.controlCharacterReference:null}(e);t&&r._err(t,1)}}:void 0)}return s(e,[{key:"_err",value:function(e){var t,n,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;null===(n=(t=this.handler).onParseError)||void 0===n||n.call(t,this.preprocessor.getError(e,r))}},{key:"getCurrentLocation",value:function(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}},{key:"_runParsingLoop",value:function(){if(!this.inLoop){for(this.inLoop=!0;this.active&&!this.paused;){this.consumedAfterSnapshot=0;var e=this._consume();this._ensureHibernation()||this._callState(e)}this.inLoop=!1}}},{key:"pause",value:function(){this.paused=!0}},{key:"resume",value:function(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())}},{key:"write",value:function(e,t,n){this.active=!0,this.preprocessor.write(e,t),this._runParsingLoop(),this.paused||null===n||void 0===n||n()}},{key:"insertHtmlAtCurrentPos",value:function(e){this.active=!0,this.preprocessor.insertHtmlAtCurrentPos(e),this._runParsingLoop()}},{key:"_ensureHibernation",value:function(){return!!this.preprocessor.endOfChunkHit&&(this.preprocessor.retreat(this.consumedAfterSnapshot),this.consumedAfterSnapshot=0,this.active=!1,!0)}},{key:"_consume",value:function(){return this.consumedAfterSnapshot++,this.preprocessor.advance()}},{key:"_advanceBy",value:function(e){this.consumedAfterSnapshot+=e;for(var t=0;t<e;t++)this.preprocessor.advance()}},{key:"_consumeSequenceIfMatch",value:function(e,t){return!!this.preprocessor.startsWith(e,t)&&(this._advanceBy(e.length-1),!0)}},{key:"_createStartTagToken",value:function(){this.currentToken={type:Bk.START_TAG,tagName:"",tagID:eT.UNKNOWN,selfClosing:!1,ackSelfClosing:!1,attrs:[],location:this.getCurrentLocation(1)}}},{key:"_createEndTagToken",value:function(){this.currentToken={type:Bk.END_TAG,tagName:"",tagID:eT.UNKNOWN,selfClosing:!1,ackSelfClosing:!1,attrs:[],location:this.getCurrentLocation(2)}}},{key:"_createCommentToken",value:function(e){this.currentToken={type:Bk.COMMENT,data:"",location:this.getCurrentLocation(e)}}},{key:"_createDoctypeToken",value:function(e){this.currentToken={type:Bk.DOCTYPE,name:e,forceQuirks:!1,publicId:null,systemId:null,location:this.currentLocation}}},{key:"_createCharacterToken",value:function(e,t){this.currentCharacterToken={type:e,chars:t,location:this.currentLocation}}},{key:"_createAttr",value:function(e){this.currentAttr={name:e,value:""},this.currentLocation=this.getCurrentLocation(0)}},{key:"_leaveAttrName",value:function(){var e,t,n=this.currentToken;null===Pk(n,this.currentAttr.name)?(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())):this._err(_k.duplicateAttribute)}},{key:"_leaveAttrValue",value:function(){this.currentLocation&&(this.currentLocation.endLine=this.preprocessor.line,this.currentLocation.endCol=this.preprocessor.col,this.currentLocation.endOffset=this.preprocessor.offset)}},{key:"prepareToken",value:function(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)}},{key:"emitCurrentTagToken",value:function(){var e=this.currentToken;this.prepareToken(e),e.tagID=nT(e.tagName),e.type===Bk.START_TAG?(this.lastStartTagName=e.tagName,this.handler.onStartTag(e)):(e.attrs.length>0&&this._err(_k.endTagWithAttributes),e.selfClosing&&this._err(_k.endTagWithTrailingSolidus),this.handler.onEndTag(e)),this.preprocessor.dropParsedChunk()}},{key:"emitCurrentComment",value:function(e){this.prepareToken(e),this.handler.onComment(e),this.preprocessor.dropParsedChunk()}},{key:"emitCurrentDoctype",value:function(e){this.prepareToken(e),this.handler.onDoctype(e),this.preprocessor.dropParsedChunk()}},{key:"_emitCurrentCharacterToken",value:function(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 Bk.CHARACTER:this.handler.onCharacter(this.currentCharacterToken);break;case Bk.NULL_CHARACTER:this.handler.onNullCharacter(this.currentCharacterToken);break;case Bk.WHITESPACE_CHARACTER:this.handler.onWhitespaceCharacter(this.currentCharacterToken)}this.currentCharacterToken=null}}},{key:"_emitEOFToken",value:function(){var e=this.getCurrentLocation(0);e&&(e.endLine=e.startLine,e.endCol=e.startCol,e.endOffset=e.startOffset),this._emitCurrentCharacterToken(e),this.handler.onEof({type:Bk.EOF,location:e}),this.active=!1}},{key:"_appendCharToCurrentCharacterToken",value:function(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)}},{key:"_emitCodePoint",value:function(e){var t=dT(e)?Bk.WHITESPACE_CHARACTER:e===Dk.NULL?Bk.NULL_CHARACTER:Bk.CHARACTER;this._appendCharToCurrentCharacterToken(t,String.fromCodePoint(e))}},{key:"_emitChars",value:function(e){this._appendCharToCurrentCharacterToken(Bk.CHARACTER,e)}},{key:"_startCharacterReference",value:function(){this.returnState=this.state,this.state=rT.CHARACTER_REFERENCE,this.entityStartPos=this.preprocessor.pos,this.entityDecoder.startEntity(this._isCharacterReferenceInAttribute()?Gk.Attribute:Gk.Legacy)}},{key:"_isCharacterReferenceInAttribute",value:function(){return this.returnState===rT.ATTRIBUTE_VALUE_DOUBLE_QUOTED||this.returnState===rT.ATTRIBUTE_VALUE_SINGLE_QUOTED||this.returnState===rT.ATTRIBUTE_VALUE_UNQUOTED}},{key:"_flushCodePointConsumedAsCharacterReference",value:function(e){this._isCharacterReferenceInAttribute()?this.currentAttr.value+=String.fromCodePoint(e):this._emitCodePoint(e)}},{key:"_callState",value:function(e){switch(this.state){case rT.DATA:this._stateData(e);break;case rT.RCDATA:this._stateRcdata(e);break;case rT.RAWTEXT:this._stateRawtext(e);break;case rT.SCRIPT_DATA:this._stateScriptData(e);break;case rT.PLAINTEXT:this._statePlaintext(e);break;case rT.TAG_OPEN:this._stateTagOpen(e);break;case rT.END_TAG_OPEN:this._stateEndTagOpen(e);break;case rT.TAG_NAME:this._stateTagName(e);break;case rT.RCDATA_LESS_THAN_SIGN:this._stateRcdataLessThanSign(e);break;case rT.RCDATA_END_TAG_OPEN:this._stateRcdataEndTagOpen(e);break;case rT.RCDATA_END_TAG_NAME:this._stateRcdataEndTagName(e);break;case rT.RAWTEXT_LESS_THAN_SIGN:this._stateRawtextLessThanSign(e);break;case rT.RAWTEXT_END_TAG_OPEN:this._stateRawtextEndTagOpen(e);break;case rT.RAWTEXT_END_TAG_NAME:this._stateRawtextEndTagName(e);break;case rT.SCRIPT_DATA_LESS_THAN_SIGN:this._stateScriptDataLessThanSign(e);break;case rT.SCRIPT_DATA_END_TAG_OPEN:this._stateScriptDataEndTagOpen(e);break;case rT.SCRIPT_DATA_END_TAG_NAME:this._stateScriptDataEndTagName(e);break;case rT.SCRIPT_DATA_ESCAPE_START:this._stateScriptDataEscapeStart(e);break;case rT.SCRIPT_DATA_ESCAPE_START_DASH:this._stateScriptDataEscapeStartDash(e);break;case rT.SCRIPT_DATA_ESCAPED:this._stateScriptDataEscaped(e);break;case rT.SCRIPT_DATA_ESCAPED_DASH:this._stateScriptDataEscapedDash(e);break;case rT.SCRIPT_DATA_ESCAPED_DASH_DASH:this._stateScriptDataEscapedDashDash(e);break;case rT.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN:this._stateScriptDataEscapedLessThanSign(e);break;case rT.SCRIPT_DATA_ESCAPED_END_TAG_OPEN:this._stateScriptDataEscapedEndTagOpen(e);break;case rT.SCRIPT_DATA_ESCAPED_END_TAG_NAME:this._stateScriptDataEscapedEndTagName(e);break;case rT.SCRIPT_DATA_DOUBLE_ESCAPE_START:this._stateScriptDataDoubleEscapeStart(e);break;case rT.SCRIPT_DATA_DOUBLE_ESCAPED:this._stateScriptDataDoubleEscaped(e);break;case rT.SCRIPT_DATA_DOUBLE_ESCAPED_DASH:this._stateScriptDataDoubleEscapedDash(e);break;case rT.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH:this._stateScriptDataDoubleEscapedDashDash(e);break;case rT.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN:this._stateScriptDataDoubleEscapedLessThanSign(e);break;case rT.SCRIPT_DATA_DOUBLE_ESCAPE_END:this._stateScriptDataDoubleEscapeEnd(e);break;case rT.BEFORE_ATTRIBUTE_NAME:this._stateBeforeAttributeName(e);break;case rT.ATTRIBUTE_NAME:this._stateAttributeName(e);break;case rT.AFTER_ATTRIBUTE_NAME:this._stateAfterAttributeName(e);break;case rT.BEFORE_ATTRIBUTE_VALUE:this._stateBeforeAttributeValue(e);break;case rT.ATTRIBUTE_VALUE_DOUBLE_QUOTED:this._stateAttributeValueDoubleQuoted(e);break;case rT.ATTRIBUTE_VALUE_SINGLE_QUOTED:this._stateAttributeValueSingleQuoted(e);break;case rT.ATTRIBUTE_VALUE_UNQUOTED:this._stateAttributeValueUnquoted(e);break;case rT.AFTER_ATTRIBUTE_VALUE_QUOTED:this._stateAfterAttributeValueQuoted(e);break;case rT.SELF_CLOSING_START_TAG:this._stateSelfClosingStartTag(e);break;case rT.BOGUS_COMMENT:this._stateBogusComment(e);break;case rT.MARKUP_DECLARATION_OPEN:this._stateMarkupDeclarationOpen(e);break;case rT.COMMENT_START:this._stateCommentStart(e);break;case rT.COMMENT_START_DASH:this._stateCommentStartDash(e);break;case rT.COMMENT:this._stateComment(e);break;case rT.COMMENT_LESS_THAN_SIGN:this._stateCommentLessThanSign(e);break;case rT.COMMENT_LESS_THAN_SIGN_BANG:this._stateCommentLessThanSignBang(e);break;case rT.COMMENT_LESS_THAN_SIGN_BANG_DASH:this._stateCommentLessThanSignBangDash(e);break;case rT.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH:this._stateCommentLessThanSignBangDashDash(e);break;case rT.COMMENT_END_DASH:this._stateCommentEndDash(e);break;case rT.COMMENT_END:this._stateCommentEnd(e);break;case rT.COMMENT_END_BANG:this._stateCommentEndBang(e);break;case rT.DOCTYPE:this._stateDoctype(e);break;case rT.BEFORE_DOCTYPE_NAME:this._stateBeforeDoctypeName(e);break;case rT.DOCTYPE_NAME:this._stateDoctypeName(e);break;case rT.AFTER_DOCTYPE_NAME:this._stateAfterDoctypeName(e);break;case rT.AFTER_DOCTYPE_PUBLIC_KEYWORD:this._stateAfterDoctypePublicKeyword(e);break;case rT.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER:this._stateBeforeDoctypePublicIdentifier(e);break;case rT.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED:this._stateDoctypePublicIdentifierDoubleQuoted(e);break;case rT.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED:this._stateDoctypePublicIdentifierSingleQuoted(e);break;case rT.AFTER_DOCTYPE_PUBLIC_IDENTIFIER:this._stateAfterDoctypePublicIdentifier(e);break;case rT.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS:this._stateBetweenDoctypePublicAndSystemIdentifiers(e);break;case rT.AFTER_DOCTYPE_SYSTEM_KEYWORD:this._stateAfterDoctypeSystemKeyword(e);break;case rT.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER:this._stateBeforeDoctypeSystemIdentifier(e);break;case rT.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED:this._stateDoctypeSystemIdentifierDoubleQuoted(e);break;case rT.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED:this._stateDoctypeSystemIdentifierSingleQuoted(e);break;case rT.AFTER_DOCTYPE_SYSTEM_IDENTIFIER:this._stateAfterDoctypeSystemIdentifier(e);break;case rT.BOGUS_DOCTYPE:this._stateBogusDoctype(e);break;case rT.CDATA_SECTION:this._stateCdataSection(e);break;case rT.CDATA_SECTION_BRACKET:this._stateCdataSectionBracket(e);break;case rT.CDATA_SECTION_END:this._stateCdataSectionEnd(e);break;case rT.CHARACTER_REFERENCE:this._stateCharacterReference();break;case rT.AMBIGUOUS_AMPERSAND:this._stateAmbiguousAmpersand(e);break;default:throw new Error("Unknown state")}}},{key:"_stateData",value:function(e){switch(e){case Dk.LESS_THAN_SIGN:this.state=rT.TAG_OPEN;break;case Dk.AMPERSAND:this._startCharacterReference();break;case Dk.NULL:this._err(_k.unexpectedNullCharacter),this._emitCodePoint(e);break;case Dk.EOF:this._emitEOFToken();break;default:this._emitCodePoint(e)}}},{key:"_stateRcdata",value:function(e){switch(e){case Dk.AMPERSAND:this._startCharacterReference();break;case Dk.LESS_THAN_SIGN:this.state=rT.RCDATA_LESS_THAN_SIGN;break;case Dk.NULL:this._err(_k.unexpectedNullCharacter),this._emitChars(bk);break;case Dk.EOF:this._emitEOFToken();break;default:this._emitCodePoint(e)}}},{key:"_stateRawtext",value:function(e){switch(e){case Dk.LESS_THAN_SIGN:this.state=rT.RAWTEXT_LESS_THAN_SIGN;break;case Dk.NULL:this._err(_k.unexpectedNullCharacter),this._emitChars(bk);break;case Dk.EOF:this._emitEOFToken();break;default:this._emitCodePoint(e)}}},{key:"_stateScriptData",value:function(e){switch(e){case Dk.LESS_THAN_SIGN:this.state=rT.SCRIPT_DATA_LESS_THAN_SIGN;break;case Dk.NULL:this._err(_k.unexpectedNullCharacter),this._emitChars(bk);break;case Dk.EOF:this._emitEOFToken();break;default:this._emitCodePoint(e)}}},{key:"_statePlaintext",value:function(e){switch(e){case Dk.NULL:this._err(_k.unexpectedNullCharacter),this._emitChars(bk);break;case Dk.EOF:this._emitEOFToken();break;default:this._emitCodePoint(e)}}},{key:"_stateTagOpen",value:function(e){if(lT(e))this._createStartTagToken(),this.state=rT.TAG_NAME,this._stateTagName(e);else switch(e){case Dk.EXCLAMATION_MARK:this.state=rT.MARKUP_DECLARATION_OPEN;break;case Dk.SOLIDUS:this.state=rT.END_TAG_OPEN;break;case Dk.QUESTION_MARK:this._err(_k.unexpectedQuestionMarkInsteadOfTagName),this._createCommentToken(1),this.state=rT.BOGUS_COMMENT,this._stateBogusComment(e);break;case Dk.EOF:this._err(_k.eofBeforeTagName),this._emitChars("<"),this._emitEOFToken();break;default:this._err(_k.invalidFirstCharacterOfTagName),this._emitChars("<"),this.state=rT.DATA,this._stateData(e)}}},{key:"_stateEndTagOpen",value:function(e){if(lT(e))this._createEndTagToken(),this.state=rT.TAG_NAME,this._stateTagName(e);else switch(e){case Dk.GREATER_THAN_SIGN:this._err(_k.missingEndTagName),this.state=rT.DATA;break;case Dk.EOF:this._err(_k.eofBeforeTagName),this._emitChars("</"),this._emitEOFToken();break;default:this._err(_k.invalidFirstCharacterOfTagName),this._createCommentToken(2),this.state=rT.BOGUS_COMMENT,this._stateBogusComment(e)}}},{key:"_stateTagName",value:function(e){var t=this.currentToken;switch(e){case Dk.SPACE:case Dk.LINE_FEED:case Dk.TABULATION:case Dk.FORM_FEED:this.state=rT.BEFORE_ATTRIBUTE_NAME;break;case Dk.SOLIDUS:this.state=rT.SELF_CLOSING_START_TAG;break;case Dk.GREATER_THAN_SIGN:this.state=rT.DATA,this.emitCurrentTagToken();break;case Dk.NULL:this._err(_k.unexpectedNullCharacter),t.tagName+=bk;break;case Dk.EOF:this._err(_k.eofInTag),this._emitEOFToken();break;default:t.tagName+=String.fromCodePoint(sT(e)?fT(e):e)}}},{key:"_stateRcdataLessThanSign",value:function(e){e===Dk.SOLIDUS?this.state=rT.RCDATA_END_TAG_OPEN:(this._emitChars("<"),this.state=rT.RCDATA,this._stateRcdata(e))}},{key:"_stateRcdataEndTagOpen",value:function(e){lT(e)?(this.state=rT.RCDATA_END_TAG_NAME,this._stateRcdataEndTagName(e)):(this._emitChars("</"),this.state=rT.RCDATA,this._stateRcdata(e))}},{key:"handleSpecialEndTag",value:function(e){if(!this.preprocessor.startsWith(this.lastStartTagName,!1))return!this._ensureHibernation();switch(this._createEndTagToken(),this.currentToken.tagName=this.lastStartTagName,this.preprocessor.peek(this.lastStartTagName.length)){case Dk.SPACE:case Dk.LINE_FEED:case Dk.TABULATION:case Dk.FORM_FEED:return this._advanceBy(this.lastStartTagName.length),this.state=rT.BEFORE_ATTRIBUTE_NAME,!1;case Dk.SOLIDUS:return this._advanceBy(this.lastStartTagName.length),this.state=rT.SELF_CLOSING_START_TAG,!1;case Dk.GREATER_THAN_SIGN:return this._advanceBy(this.lastStartTagName.length),this.emitCurrentTagToken(),this.state=rT.DATA,!1;default:return!this._ensureHibernation()}}},{key:"_stateRcdataEndTagName",value:function(e){this.handleSpecialEndTag(e)&&(this._emitChars("</"),this.state=rT.RCDATA,this._stateRcdata(e))}},{key:"_stateRawtextLessThanSign",value:function(e){e===Dk.SOLIDUS?this.state=rT.RAWTEXT_END_TAG_OPEN:(this._emitChars("<"),this.state=rT.RAWTEXT,this._stateRawtext(e))}},{key:"_stateRawtextEndTagOpen",value:function(e){lT(e)?(this.state=rT.RAWTEXT_END_TAG_NAME,this._stateRawtextEndTagName(e)):(this._emitChars("</"),this.state=rT.RAWTEXT,this._stateRawtext(e))}},{key:"_stateRawtextEndTagName",value:function(e){this.handleSpecialEndTag(e)&&(this._emitChars("</"),this.state=rT.RAWTEXT,this._stateRawtext(e))}},{key:"_stateScriptDataLessThanSign",value:function(e){switch(e){case Dk.SOLIDUS:this.state=rT.SCRIPT_DATA_END_TAG_OPEN;break;case Dk.EXCLAMATION_MARK:this.state=rT.SCRIPT_DATA_ESCAPE_START,this._emitChars("<!");break;default:this._emitChars("<"),this.state=rT.SCRIPT_DATA,this._stateScriptData(e)}}},{key:"_stateScriptDataEndTagOpen",value:function(e){lT(e)?(this.state=rT.SCRIPT_DATA_END_TAG_NAME,this._stateScriptDataEndTagName(e)):(this._emitChars("</"),this.state=rT.SCRIPT_DATA,this._stateScriptData(e))}},{key:"_stateScriptDataEndTagName",value:function(e){this.handleSpecialEndTag(e)&&(this._emitChars("</"),this.state=rT.SCRIPT_DATA,this._stateScriptData(e))}},{key:"_stateScriptDataEscapeStart",value:function(e){e===Dk.HYPHEN_MINUS?(this.state=rT.SCRIPT_DATA_ESCAPE_START_DASH,this._emitChars("-")):(this.state=rT.SCRIPT_DATA,this._stateScriptData(e))}},{key:"_stateScriptDataEscapeStartDash",value:function(e){e===Dk.HYPHEN_MINUS?(this.state=rT.SCRIPT_DATA_ESCAPED_DASH_DASH,this._emitChars("-")):(this.state=rT.SCRIPT_DATA,this._stateScriptData(e))}},{key:"_stateScriptDataEscaped",value:function(e){switch(e){case Dk.HYPHEN_MINUS:this.state=rT.SCRIPT_DATA_ESCAPED_DASH,this._emitChars("-");break;case Dk.LESS_THAN_SIGN:this.state=rT.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break;case Dk.NULL:this._err(_k.unexpectedNullCharacter),this._emitChars(bk);break;case Dk.EOF:this._err(_k.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this._emitCodePoint(e)}}},{key:"_stateScriptDataEscapedDash",value:function(e){switch(e){case Dk.HYPHEN_MINUS:this.state=rT.SCRIPT_DATA_ESCAPED_DASH_DASH,this._emitChars("-");break;case Dk.LESS_THAN_SIGN:this.state=rT.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break;case Dk.NULL:this._err(_k.unexpectedNullCharacter),this.state=rT.SCRIPT_DATA_ESCAPED,this._emitChars(bk);break;case Dk.EOF:this._err(_k.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this.state=rT.SCRIPT_DATA_ESCAPED,this._emitCodePoint(e)}}},{key:"_stateScriptDataEscapedDashDash",value:function(e){switch(e){case Dk.HYPHEN_MINUS:this._emitChars("-");break;case Dk.LESS_THAN_SIGN:this.state=rT.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break;case Dk.GREATER_THAN_SIGN:this.state=rT.SCRIPT_DATA,this._emitChars(">");break;case Dk.NULL:this._err(_k.unexpectedNullCharacter),this.state=rT.SCRIPT_DATA_ESCAPED,this._emitChars(bk);break;case Dk.EOF:this._err(_k.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this.state=rT.SCRIPT_DATA_ESCAPED,this._emitCodePoint(e)}}},{key:"_stateScriptDataEscapedLessThanSign",value:function(e){e===Dk.SOLIDUS?this.state=rT.SCRIPT_DATA_ESCAPED_END_TAG_OPEN:lT(e)?(this._emitChars("<"),this.state=rT.SCRIPT_DATA_DOUBLE_ESCAPE_START,this._stateScriptDataDoubleEscapeStart(e)):(this._emitChars("<"),this.state=rT.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(e))}},{key:"_stateScriptDataEscapedEndTagOpen",value:function(e){lT(e)?(this.state=rT.SCRIPT_DATA_ESCAPED_END_TAG_NAME,this._stateScriptDataEscapedEndTagName(e)):(this._emitChars("</"),this.state=rT.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(e))}},{key:"_stateScriptDataEscapedEndTagName",value:function(e){this.handleSpecialEndTag(e)&&(this._emitChars("</"),this.state=rT.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(e))}},{key:"_stateScriptDataDoubleEscapeStart",value:function(e){if(this.preprocessor.startsWith(xk,!1)&&pT(this.preprocessor.peek(xk.length))){this._emitCodePoint(e);for(var t=0;t<xk.length;t++)this._emitCodePoint(this._consume());this.state=rT.SCRIPT_DATA_DOUBLE_ESCAPED}else this._ensureHibernation()||(this.state=rT.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(e))}},{key:"_stateScriptDataDoubleEscaped",value:function(e){switch(e){case Dk.HYPHEN_MINUS:this.state=rT.SCRIPT_DATA_DOUBLE_ESCAPED_DASH,this._emitChars("-");break;case Dk.LESS_THAN_SIGN:this.state=rT.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break;case Dk.NULL:this._err(_k.unexpectedNullCharacter),this._emitChars(bk);break;case Dk.EOF:this._err(_k.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this._emitCodePoint(e)}}},{key:"_stateScriptDataDoubleEscapedDash",value:function(e){switch(e){case Dk.HYPHEN_MINUS:this.state=rT.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH,this._emitChars("-");break;case Dk.LESS_THAN_SIGN:this.state=rT.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break;case Dk.NULL:this._err(_k.unexpectedNullCharacter),this.state=rT.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitChars(bk);break;case Dk.EOF:this._err(_k.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this.state=rT.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitCodePoint(e)}}},{key:"_stateScriptDataDoubleEscapedDashDash",value:function(e){switch(e){case Dk.HYPHEN_MINUS:this._emitChars("-");break;case Dk.LESS_THAN_SIGN:this.state=rT.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break;case Dk.GREATER_THAN_SIGN:this.state=rT.SCRIPT_DATA,this._emitChars(">");break;case Dk.NULL:this._err(_k.unexpectedNullCharacter),this.state=rT.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitChars(bk);break;case Dk.EOF:this._err(_k.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this.state=rT.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitCodePoint(e)}}},{key:"_stateScriptDataDoubleEscapedLessThanSign",value:function(e){e===Dk.SOLIDUS?(this.state=rT.SCRIPT_DATA_DOUBLE_ESCAPE_END,this._emitChars("/")):(this.state=rT.SCRIPT_DATA_DOUBLE_ESCAPED,this._stateScriptDataDoubleEscaped(e))}},{key:"_stateScriptDataDoubleEscapeEnd",value:function(e){if(this.preprocessor.startsWith(xk,!1)&&pT(this.preprocessor.peek(xk.length))){this._emitCodePoint(e);for(var t=0;t<xk.length;t++)this._emitCodePoint(this._consume());this.state=rT.SCRIPT_DATA_ESCAPED}else this._ensureHibernation()||(this.state=rT.SCRIPT_DATA_DOUBLE_ESCAPED,this._stateScriptDataDoubleEscaped(e))}},{key:"_stateBeforeAttributeName",value:function(e){switch(e){case Dk.SPACE:case Dk.LINE_FEED:case Dk.TABULATION:case Dk.FORM_FEED:break;case Dk.SOLIDUS:case Dk.GREATER_THAN_SIGN:case Dk.EOF:this.state=rT.AFTER_ATTRIBUTE_NAME,this._stateAfterAttributeName(e);break;case Dk.EQUALS_SIGN:this._err(_k.unexpectedEqualsSignBeforeAttributeName),this._createAttr("="),this.state=rT.ATTRIBUTE_NAME;break;default:this._createAttr(""),this.state=rT.ATTRIBUTE_NAME,this._stateAttributeName(e)}}},{key:"_stateAttributeName",value:function(e){switch(e){case Dk.SPACE:case Dk.LINE_FEED:case Dk.TABULATION:case Dk.FORM_FEED:case Dk.SOLIDUS:case Dk.GREATER_THAN_SIGN:case Dk.EOF:this._leaveAttrName(),this.state=rT.AFTER_ATTRIBUTE_NAME,this._stateAfterAttributeName(e);break;case Dk.EQUALS_SIGN:this._leaveAttrName(),this.state=rT.BEFORE_ATTRIBUTE_VALUE;break;case Dk.QUOTATION_MARK:case Dk.APOSTROPHE:case Dk.LESS_THAN_SIGN:this._err(_k.unexpectedCharacterInAttributeName),this.currentAttr.name+=String.fromCodePoint(e);break;case Dk.NULL:this._err(_k.unexpectedNullCharacter),this.currentAttr.name+=bk;break;default:this.currentAttr.name+=String.fromCodePoint(sT(e)?fT(e):e)}}},{key:"_stateAfterAttributeName",value:function(e){switch(e){case Dk.SPACE:case Dk.LINE_FEED:case Dk.TABULATION:case Dk.FORM_FEED:break;case Dk.SOLIDUS:this.state=rT.SELF_CLOSING_START_TAG;break;case Dk.EQUALS_SIGN:this.state=rT.BEFORE_ATTRIBUTE_VALUE;break;case Dk.GREATER_THAN_SIGN:this.state=rT.DATA,this.emitCurrentTagToken();break;case Dk.EOF:this._err(_k.eofInTag),this._emitEOFToken();break;default:this._createAttr(""),this.state=rT.ATTRIBUTE_NAME,this._stateAttributeName(e)}}},{key:"_stateBeforeAttributeValue",value:function(e){switch(e){case Dk.SPACE:case Dk.LINE_FEED:case Dk.TABULATION:case Dk.FORM_FEED:break;case Dk.QUOTATION_MARK:this.state=rT.ATTRIBUTE_VALUE_DOUBLE_QUOTED;break;case Dk.APOSTROPHE:this.state=rT.ATTRIBUTE_VALUE_SINGLE_QUOTED;break;case Dk.GREATER_THAN_SIGN:this._err(_k.missingAttributeValue),this.state=rT.DATA,this.emitCurrentTagToken();break;default:this.state=rT.ATTRIBUTE_VALUE_UNQUOTED,this._stateAttributeValueUnquoted(e)}}},{key:"_stateAttributeValueDoubleQuoted",value:function(e){switch(e){case Dk.QUOTATION_MARK:this.state=rT.AFTER_ATTRIBUTE_VALUE_QUOTED;break;case Dk.AMPERSAND:this._startCharacterReference();break;case Dk.NULL:this._err(_k.unexpectedNullCharacter),this.currentAttr.value+=bk;break;case Dk.EOF:this._err(_k.eofInTag),this._emitEOFToken();break;default:this.currentAttr.value+=String.fromCodePoint(e)}}},{key:"_stateAttributeValueSingleQuoted",value:function(e){switch(e){case Dk.APOSTROPHE:this.state=rT.AFTER_ATTRIBUTE_VALUE_QUOTED;break;case Dk.AMPERSAND:this._startCharacterReference();break;case Dk.NULL:this._err(_k.unexpectedNullCharacter),this.currentAttr.value+=bk;break;case Dk.EOF:this._err(_k.eofInTag),this._emitEOFToken();break;default:this.currentAttr.value+=String.fromCodePoint(e)}}},{key:"_stateAttributeValueUnquoted",value:function(e){switch(e){case Dk.SPACE:case Dk.LINE_FEED:case Dk.TABULATION:case Dk.FORM_FEED:this._leaveAttrValue(),this.state=rT.BEFORE_ATTRIBUTE_NAME;break;case Dk.AMPERSAND:this._startCharacterReference();break;case Dk.GREATER_THAN_SIGN:this._leaveAttrValue(),this.state=rT.DATA,this.emitCurrentTagToken();break;case Dk.NULL:this._err(_k.unexpectedNullCharacter),this.currentAttr.value+=bk;break;case Dk.QUOTATION_MARK:case Dk.APOSTROPHE:case Dk.LESS_THAN_SIGN:case Dk.EQUALS_SIGN:case Dk.GRAVE_ACCENT:this._err(_k.unexpectedCharacterInUnquotedAttributeValue),this.currentAttr.value+=String.fromCodePoint(e);break;case Dk.EOF:this._err(_k.eofInTag),this._emitEOFToken();break;default:this.currentAttr.value+=String.fromCodePoint(e)}}},{key:"_stateAfterAttributeValueQuoted",value:function(e){switch(e){case Dk.SPACE:case Dk.LINE_FEED:case Dk.TABULATION:case Dk.FORM_FEED:this._leaveAttrValue(),this.state=rT.BEFORE_ATTRIBUTE_NAME;break;case Dk.SOLIDUS:this._leaveAttrValue(),this.state=rT.SELF_CLOSING_START_TAG;break;case Dk.GREATER_THAN_SIGN:this._leaveAttrValue(),this.state=rT.DATA,this.emitCurrentTagToken();break;case Dk.EOF:this._err(_k.eofInTag),this._emitEOFToken();break;default:this._err(_k.missingWhitespaceBetweenAttributes),this.state=rT.BEFORE_ATTRIBUTE_NAME,this._stateBeforeAttributeName(e)}}},{key:"_stateSelfClosingStartTag",value:function(e){switch(e){case Dk.GREATER_THAN_SIGN:this.currentToken.selfClosing=!0,this.state=rT.DATA,this.emitCurrentTagToken();break;case Dk.EOF:this._err(_k.eofInTag),this._emitEOFToken();break;default:this._err(_k.unexpectedSolidusInTag),this.state=rT.BEFORE_ATTRIBUTE_NAME,this._stateBeforeAttributeName(e)}}},{key:"_stateBogusComment",value:function(e){var t=this.currentToken;switch(e){case Dk.GREATER_THAN_SIGN:this.state=rT.DATA,this.emitCurrentComment(t);break;case Dk.EOF:this.emitCurrentComment(t),this._emitEOFToken();break;case Dk.NULL:this._err(_k.unexpectedNullCharacter),t.data+=bk;break;default:t.data+=String.fromCodePoint(e)}}},{key:"_stateMarkupDeclarationOpen",value:function(e){this._consumeSequenceIfMatch(Ck,!0)?(this._createCommentToken(Ck.length+1),this.state=rT.COMMENT_START):this._consumeSequenceIfMatch(Tk,!1)?(this.currentLocation=this.getCurrentLocation(Tk.length+1),this.state=rT.DOCTYPE):this._consumeSequenceIfMatch(kk,!0)?this.inForeignNode?this.state=rT.CDATA_SECTION:(this._err(_k.cdataInHtmlContent),this._createCommentToken(kk.length+1),this.currentToken.data="[CDATA[",this.state=rT.BOGUS_COMMENT):this._ensureHibernation()||(this._err(_k.incorrectlyOpenedComment),this._createCommentToken(2),this.state=rT.BOGUS_COMMENT,this._stateBogusComment(e))}},{key:"_stateCommentStart",value:function(e){switch(e){case Dk.HYPHEN_MINUS:this.state=rT.COMMENT_START_DASH;break;case Dk.GREATER_THAN_SIGN:this._err(_k.abruptClosingOfEmptyComment),this.state=rT.DATA;var t=this.currentToken;this.emitCurrentComment(t);break;default:this.state=rT.COMMENT,this._stateComment(e)}}},{key:"_stateCommentStartDash",value:function(e){var t=this.currentToken;switch(e){case Dk.HYPHEN_MINUS:this.state=rT.COMMENT_END;break;case Dk.GREATER_THAN_SIGN:this._err(_k.abruptClosingOfEmptyComment),this.state=rT.DATA,this.emitCurrentComment(t);break;case Dk.EOF:this._err(_k.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break;default:t.data+="-",this.state=rT.COMMENT,this._stateComment(e)}}},{key:"_stateComment",value:function(e){var t=this.currentToken;switch(e){case Dk.HYPHEN_MINUS:this.state=rT.COMMENT_END_DASH;break;case Dk.LESS_THAN_SIGN:t.data+="<",this.state=rT.COMMENT_LESS_THAN_SIGN;break;case Dk.NULL:this._err(_k.unexpectedNullCharacter),t.data+=bk;break;case Dk.EOF:this._err(_k.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break;default:t.data+=String.fromCodePoint(e)}}},{key:"_stateCommentLessThanSign",value:function(e){var t=this.currentToken;switch(e){case Dk.EXCLAMATION_MARK:t.data+="!",this.state=rT.COMMENT_LESS_THAN_SIGN_BANG;break;case Dk.LESS_THAN_SIGN:t.data+="<";break;default:this.state=rT.COMMENT,this._stateComment(e)}}},{key:"_stateCommentLessThanSignBang",value:function(e){e===Dk.HYPHEN_MINUS?this.state=rT.COMMENT_LESS_THAN_SIGN_BANG_DASH:(this.state=rT.COMMENT,this._stateComment(e))}},{key:"_stateCommentLessThanSignBangDash",value:function(e){e===Dk.HYPHEN_MINUS?this.state=rT.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH:(this.state=rT.COMMENT_END_DASH,this._stateCommentEndDash(e))}},{key:"_stateCommentLessThanSignBangDashDash",value:function(e){e!==Dk.GREATER_THAN_SIGN&&e!==Dk.EOF&&this._err(_k.nestedComment),this.state=rT.COMMENT_END,this._stateCommentEnd(e)}},{key:"_stateCommentEndDash",value:function(e){var t=this.currentToken;switch(e){case Dk.HYPHEN_MINUS:this.state=rT.COMMENT_END;break;case Dk.EOF:this._err(_k.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break;default:t.data+="-",this.state=rT.COMMENT,this._stateComment(e)}}},{key:"_stateCommentEnd",value:function(e){var t=this.currentToken;switch(e){case Dk.GREATER_THAN_SIGN:this.state=rT.DATA,this.emitCurrentComment(t);break;case Dk.EXCLAMATION_MARK:this.state=rT.COMMENT_END_BANG;break;case Dk.HYPHEN_MINUS:t.data+="-";break;case Dk.EOF:this._err(_k.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break;default:t.data+="--",this.state=rT.COMMENT,this._stateComment(e)}}},{key:"_stateCommentEndBang",value:function(e){var t=this.currentToken;switch(e){case Dk.HYPHEN_MINUS:t.data+="--!",this.state=rT.COMMENT_END_DASH;break;case Dk.GREATER_THAN_SIGN:this._err(_k.incorrectlyClosedComment),this.state=rT.DATA,this.emitCurrentComment(t);break;case Dk.EOF:this._err(_k.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break;default:t.data+="--!",this.state=rT.COMMENT,this._stateComment(e)}}},{key:"_stateDoctype",value:function(e){switch(e){case Dk.SPACE:case Dk.LINE_FEED:case Dk.TABULATION:case Dk.FORM_FEED:this.state=rT.BEFORE_DOCTYPE_NAME;break;case Dk.GREATER_THAN_SIGN:this.state=rT.BEFORE_DOCTYPE_NAME,this._stateBeforeDoctypeName(e);break;case Dk.EOF:this._err(_k.eofInDoctype),this._createDoctypeToken(null);var t=this.currentToken;t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(_k.missingWhitespaceBeforeDoctypeName),this.state=rT.BEFORE_DOCTYPE_NAME,this._stateBeforeDoctypeName(e)}}},{key:"_stateBeforeDoctypeName",value:function(e){if(sT(e))this._createDoctypeToken(String.fromCharCode(fT(e))),this.state=rT.DOCTYPE_NAME;else switch(e){case Dk.SPACE:case Dk.LINE_FEED:case Dk.TABULATION:case Dk.FORM_FEED:break;case Dk.NULL:this._err(_k.unexpectedNullCharacter),this._createDoctypeToken(bk),this.state=rT.DOCTYPE_NAME;break;case Dk.GREATER_THAN_SIGN:this._err(_k.missingDoctypeName),this._createDoctypeToken(null);var t=this.currentToken;t.forceQuirks=!0,this.emitCurrentDoctype(t),this.state=rT.DATA;break;case Dk.EOF:this._err(_k.eofInDoctype),this._createDoctypeToken(null);var n=this.currentToken;n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break;default:this._createDoctypeToken(String.fromCodePoint(e)),this.state=rT.DOCTYPE_NAME}}},{key:"_stateDoctypeName",value:function(e){var t=this.currentToken;switch(e){case Dk.SPACE:case Dk.LINE_FEED:case Dk.TABULATION:case Dk.FORM_FEED:this.state=rT.AFTER_DOCTYPE_NAME;break;case Dk.GREATER_THAN_SIGN:this.state=rT.DATA,this.emitCurrentDoctype(t);break;case Dk.NULL:this._err(_k.unexpectedNullCharacter),t.name+=bk;break;case Dk.EOF:this._err(_k.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:t.name+=String.fromCodePoint(sT(e)?fT(e):e)}}},{key:"_stateAfterDoctypeName",value:function(e){var t=this.currentToken;switch(e){case Dk.SPACE:case Dk.LINE_FEED:case Dk.TABULATION:case Dk.FORM_FEED:break;case Dk.GREATER_THAN_SIGN:this.state=rT.DATA,this.emitCurrentDoctype(t);break;case Dk.EOF:this._err(_k.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._consumeSequenceIfMatch(Sk,!1)?this.state=rT.AFTER_DOCTYPE_PUBLIC_KEYWORD:this._consumeSequenceIfMatch(wk,!1)?this.state=rT.AFTER_DOCTYPE_SYSTEM_KEYWORD:this._ensureHibernation()||(this._err(_k.invalidCharacterSequenceAfterDoctypeName),t.forceQuirks=!0,this.state=rT.BOGUS_DOCTYPE,this._stateBogusDoctype(e))}}},{key:"_stateAfterDoctypePublicKeyword",value:function(e){var t=this.currentToken;switch(e){case Dk.SPACE:case Dk.LINE_FEED:case Dk.TABULATION:case Dk.FORM_FEED:this.state=rT.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER;break;case Dk.QUOTATION_MARK:this._err(_k.missingWhitespaceAfterDoctypePublicKeyword),t.publicId="",this.state=rT.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED;break;case Dk.APOSTROPHE:this._err(_k.missingWhitespaceAfterDoctypePublicKeyword),t.publicId="",this.state=rT.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED;break;case Dk.GREATER_THAN_SIGN:this._err(_k.missingDoctypePublicIdentifier),t.forceQuirks=!0,this.state=rT.DATA,this.emitCurrentDoctype(t);break;case Dk.EOF:this._err(_k.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(_k.missingQuoteBeforeDoctypePublicIdentifier),t.forceQuirks=!0,this.state=rT.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}},{key:"_stateBeforeDoctypePublicIdentifier",value:function(e){var t=this.currentToken;switch(e){case Dk.SPACE:case Dk.LINE_FEED:case Dk.TABULATION:case Dk.FORM_FEED:break;case Dk.QUOTATION_MARK:t.publicId="",this.state=rT.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED;break;case Dk.APOSTROPHE:t.publicId="",this.state=rT.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED;break;case Dk.GREATER_THAN_SIGN:this._err(_k.missingDoctypePublicIdentifier),t.forceQuirks=!0,this.state=rT.DATA,this.emitCurrentDoctype(t);break;case Dk.EOF:this._err(_k.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(_k.missingQuoteBeforeDoctypePublicIdentifier),t.forceQuirks=!0,this.state=rT.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}},{key:"_stateDoctypePublicIdentifierDoubleQuoted",value:function(e){var t=this.currentToken;switch(e){case Dk.QUOTATION_MARK:this.state=rT.AFTER_DOCTYPE_PUBLIC_IDENTIFIER;break;case Dk.NULL:this._err(_k.unexpectedNullCharacter),t.publicId+=bk;break;case Dk.GREATER_THAN_SIGN:this._err(_k.abruptDoctypePublicIdentifier),t.forceQuirks=!0,this.emitCurrentDoctype(t),this.state=rT.DATA;break;case Dk.EOF:this._err(_k.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:t.publicId+=String.fromCodePoint(e)}}},{key:"_stateDoctypePublicIdentifierSingleQuoted",value:function(e){var t=this.currentToken;switch(e){case Dk.APOSTROPHE:this.state=rT.AFTER_DOCTYPE_PUBLIC_IDENTIFIER;break;case Dk.NULL:this._err(_k.unexpectedNullCharacter),t.publicId+=bk;break;case Dk.GREATER_THAN_SIGN:this._err(_k.abruptDoctypePublicIdentifier),t.forceQuirks=!0,this.emitCurrentDoctype(t),this.state=rT.DATA;break;case Dk.EOF:this._err(_k.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:t.publicId+=String.fromCodePoint(e)}}},{key:"_stateAfterDoctypePublicIdentifier",value:function(e){var t=this.currentToken;switch(e){case Dk.SPACE:case Dk.LINE_FEED:case Dk.TABULATION:case Dk.FORM_FEED:this.state=rT.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS;break;case Dk.GREATER_THAN_SIGN:this.state=rT.DATA,this.emitCurrentDoctype(t);break;case Dk.QUOTATION_MARK:this._err(_k.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),t.systemId="",this.state=rT.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break;case Dk.APOSTROPHE:this._err(_k.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),t.systemId="",this.state=rT.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break;case Dk.EOF:this._err(_k.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(_k.missingQuoteBeforeDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=rT.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}},{key:"_stateBetweenDoctypePublicAndSystemIdentifiers",value:function(e){var t=this.currentToken;switch(e){case Dk.SPACE:case Dk.LINE_FEED:case Dk.TABULATION:case Dk.FORM_FEED:break;case Dk.GREATER_THAN_SIGN:this.emitCurrentDoctype(t),this.state=rT.DATA;break;case Dk.QUOTATION_MARK:t.systemId="",this.state=rT.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break;case Dk.APOSTROPHE:t.systemId="",this.state=rT.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break;case Dk.EOF:this._err(_k.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(_k.missingQuoteBeforeDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=rT.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}},{key:"_stateAfterDoctypeSystemKeyword",value:function(e){var t=this.currentToken;switch(e){case Dk.SPACE:case Dk.LINE_FEED:case Dk.TABULATION:case Dk.FORM_FEED:this.state=rT.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER;break;case Dk.QUOTATION_MARK:this._err(_k.missingWhitespaceAfterDoctypeSystemKeyword),t.systemId="",this.state=rT.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break;case Dk.APOSTROPHE:this._err(_k.missingWhitespaceAfterDoctypeSystemKeyword),t.systemId="",this.state=rT.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break;case Dk.GREATER_THAN_SIGN:this._err(_k.missingDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=rT.DATA,this.emitCurrentDoctype(t);break;case Dk.EOF:this._err(_k.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(_k.missingQuoteBeforeDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=rT.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}},{key:"_stateBeforeDoctypeSystemIdentifier",value:function(e){var t=this.currentToken;switch(e){case Dk.SPACE:case Dk.LINE_FEED:case Dk.TABULATION:case Dk.FORM_FEED:break;case Dk.QUOTATION_MARK:t.systemId="",this.state=rT.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break;case Dk.APOSTROPHE:t.systemId="",this.state=rT.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break;case Dk.GREATER_THAN_SIGN:this._err(_k.missingDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=rT.DATA,this.emitCurrentDoctype(t);break;case Dk.EOF:this._err(_k.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(_k.missingQuoteBeforeDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=rT.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}},{key:"_stateDoctypeSystemIdentifierDoubleQuoted",value:function(e){var t=this.currentToken;switch(e){case Dk.QUOTATION_MARK:this.state=rT.AFTER_DOCTYPE_SYSTEM_IDENTIFIER;break;case Dk.NULL:this._err(_k.unexpectedNullCharacter),t.systemId+=bk;break;case Dk.GREATER_THAN_SIGN:this._err(_k.abruptDoctypeSystemIdentifier),t.forceQuirks=!0,this.emitCurrentDoctype(t),this.state=rT.DATA;break;case Dk.EOF:this._err(_k.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:t.systemId+=String.fromCodePoint(e)}}},{key:"_stateDoctypeSystemIdentifierSingleQuoted",value:function(e){var t=this.currentToken;switch(e){case Dk.APOSTROPHE:this.state=rT.AFTER_DOCTYPE_SYSTEM_IDENTIFIER;break;case Dk.NULL:this._err(_k.unexpectedNullCharacter),t.systemId+=bk;break;case Dk.GREATER_THAN_SIGN:this._err(_k.abruptDoctypeSystemIdentifier),t.forceQuirks=!0,this.emitCurrentDoctype(t),this.state=rT.DATA;break;case Dk.EOF:this._err(_k.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:t.systemId+=String.fromCodePoint(e)}}},{key:"_stateAfterDoctypeSystemIdentifier",value:function(e){var t=this.currentToken;switch(e){case Dk.SPACE:case Dk.LINE_FEED:case Dk.TABULATION:case Dk.FORM_FEED:break;case Dk.GREATER_THAN_SIGN:this.emitCurrentDoctype(t),this.state=rT.DATA;break;case Dk.EOF:this._err(_k.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(_k.unexpectedCharacterAfterDoctypeSystemIdentifier),this.state=rT.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}},{key:"_stateBogusDoctype",value:function(e){var t=this.currentToken;switch(e){case Dk.GREATER_THAN_SIGN:this.emitCurrentDoctype(t),this.state=rT.DATA;break;case Dk.NULL:this._err(_k.unexpectedNullCharacter);break;case Dk.EOF:this.emitCurrentDoctype(t),this._emitEOFToken()}}},{key:"_stateCdataSection",value:function(e){switch(e){case Dk.RIGHT_SQUARE_BRACKET:this.state=rT.CDATA_SECTION_BRACKET;break;case Dk.EOF:this._err(_k.eofInCdata),this._emitEOFToken();break;default:this._emitCodePoint(e)}}},{key:"_stateCdataSectionBracket",value:function(e){e===Dk.RIGHT_SQUARE_BRACKET?this.state=rT.CDATA_SECTION_END:(this._emitChars("]"),this.state=rT.CDATA_SECTION,this._stateCdataSection(e))}},{key:"_stateCdataSectionEnd",value:function(e){switch(e){case Dk.GREATER_THAN_SIGN:this.state=rT.DATA;break;case Dk.RIGHT_SQUARE_BRACKET:this._emitChars("]");break;default:this._emitChars("]]"),this.state=rT.CDATA_SECTION,this._stateCdataSection(e)}}},{key:"_stateCharacterReference",value:function(){var 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(Dk.AMPERSAND),this.state=!this._isCharacterReferenceInAttribute()&&cT(this.preprocessor.peek(1))?rT.AMBIGUOUS_AMPERSAND:this.returnState):this.state=this.returnState}},{key:"_stateAmbiguousAmpersand",value:function(e){cT(e)?this._flushCodePointConsumedAsCharacterReference(e):(e===Dk.SEMICOLON&&this._err(_k.unknownNamedCharacterReference),this.state=this.returnState,this._callState(e))}}]),e}(),vT=new Set([eT.DD,eT.DT,eT.LI,eT.OPTGROUP,eT.OPTION,eT.P,eT.RB,eT.RP,eT.RT,eT.RTC]),gT=new Set([].concat(ee(vT),[eT.CAPTION,eT.COLGROUP,eT.TBODY,eT.TD,eT.TFOOT,eT.TH,eT.THEAD,eT.TR])),yT=new Set([eT.APPLET,eT.CAPTION,eT.HTML,eT.MARQUEE,eT.OBJECT,eT.TABLE,eT.TD,eT.TEMPLATE,eT.TH]),DT=new Set([].concat(ee(yT),[eT.OL,eT.UL])),ET=new Set([].concat(ee(yT),[eT.BUTTON])),AT=new Set([eT.ANNOTATION_XML,eT.MI,eT.MN,eT.MO,eT.MS,eT.MTEXT]),bT=new Set([eT.DESC,eT.FOREIGN_OBJECT,eT.TITLE]),_T=new Set([eT.TR,eT.TEMPLATE,eT.HTML]),CT=new Set([eT.TBODY,eT.TFOOT,eT.THEAD,eT.TEMPLATE,eT.HTML]),kT=new Set([eT.TABLE,eT.TEMPLATE,eT.HTML]),TT=new Set([eT.TD,eT.TH]),xT=function(){function e(t,n,r){o(this,e),this.treeAdapter=n,this.handler=r,this.items=[],this.tagIDs=[],this.stackTop=-1,this.tmplCount=0,this.currentTagId=eT.UNKNOWN,this.current=t}return s(e,[{key:"currentTmplContentOrNode",get:function(){return this._isInTemplate()?this.treeAdapter.getTemplateContent(this.current):this.current}},{key:"_indexOf",value:function(e){return this.items.lastIndexOf(e,this.stackTop)}},{key:"_isInTemplate",value:function(){return this.currentTagId===eT.TEMPLATE&&this.treeAdapter.getNamespaceURI(this.current)===Xk.HTML}},{key:"_updateCurrentElement",value:function(){this.current=this.items[this.stackTop],this.currentTagId=this.tagIDs[this.stackTop]}},{key:"push",value:function(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)}},{key:"pop",value:function(){var e=this.current;this.tmplCount>0&&this._isInTemplate()&&this.tmplCount--,this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(e,!0)}},{key:"replace",value:function(e,t){var n=this._indexOf(e);this.items[n]=t,n===this.stackTop&&(this.current=t)}},{key:"insertAfter",value:function(e,t,n){var 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)}},{key:"popUntilTagNamePopped",value:function(e){var t=this.stackTop+1;do{t=this.tagIDs.lastIndexOf(e,t-1)}while(t>0&&this.treeAdapter.getNamespaceURI(this.items[t])!==Xk.HTML);this.shortenToLength(Math.max(t,0))}},{key:"shortenToLength",value:function(e){for(;this.stackTop>=e;){var t=this.current;this.tmplCount>0&&this._isInTemplate()&&(this.tmplCount-=1),this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(t,this.stackTop<e)}}},{key:"popUntilElementPopped",value:function(e){var t=this._indexOf(e);this.shortenToLength(Math.max(t,0))}},{key:"popUntilPopped",value:function(e,t){var n=this._indexOfTagNames(e,t);this.shortenToLength(Math.max(n,0))}},{key:"popUntilNumberedHeaderPopped",value:function(){this.popUntilPopped(oT,Xk.HTML)}},{key:"popUntilTableCellPopped",value:function(){this.popUntilPopped(TT,Xk.HTML)}},{key:"popAllUpToHtmlElement",value:function(){this.tmplCount=0,this.shortenToLength(1)}},{key:"_indexOfTagNames",value:function(e,t){for(var n=this.stackTop;n>=0;n--)if(e.has(this.tagIDs[n])&&this.treeAdapter.getNamespaceURI(this.items[n])===t)return n;return-1}},{key:"clearBackTo",value:function(e,t){var n=this._indexOfTagNames(e,t);this.shortenToLength(n+1)}},{key:"clearBackToTableContext",value:function(){this.clearBackTo(kT,Xk.HTML)}},{key:"clearBackToTableBodyContext",value:function(){this.clearBackTo(CT,Xk.HTML)}},{key:"clearBackToTableRowContext",value:function(){this.clearBackTo(_T,Xk.HTML)}},{key:"remove",value:function(e){var 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)))}},{key:"tryPeekProperlyNestedBodyElement",value:function(){return this.stackTop>=1&&this.tagIDs[1]===eT.BODY?this.items[1]:null}},{key:"contains",value:function(e){return this._indexOf(e)>-1}},{key:"getCommonAncestor",value:function(e){var t=this._indexOf(e)-1;return t>=0?this.items[t]:null}},{key:"isRootHtmlElementCurrent",value:function(){return 0===this.stackTop&&this.tagIDs[0]===eT.HTML}},{key:"hasInDynamicScope",value:function(e,t){for(var n=this.stackTop;n>=0;n--){var r=this.tagIDs[n];switch(this.treeAdapter.getNamespaceURI(this.items[n])){case Xk.HTML:if(r===e)return!0;if(t.has(r))return!1;break;case Xk.SVG:if(bT.has(r))return!1;break;case Xk.MATHML:if(AT.has(r))return!1}}return!0}},{key:"hasInScope",value:function(e){return this.hasInDynamicScope(e,yT)}},{key:"hasInListItemScope",value:function(e){return this.hasInDynamicScope(e,DT)}},{key:"hasInButtonScope",value:function(e){return this.hasInDynamicScope(e,ET)}},{key:"hasNumberedHeaderInScope",value:function(){for(var e=this.stackTop;e>=0;e--){var t=this.tagIDs[e];switch(this.treeAdapter.getNamespaceURI(this.items[e])){case Xk.HTML:if(oT.has(t))return!0;if(yT.has(t))return!1;break;case Xk.SVG:if(bT.has(t))return!1;break;case Xk.MATHML:if(AT.has(t))return!1}}return!0}},{key:"hasInTableScope",value:function(e){for(var t=this.stackTop;t>=0;t--)if(this.treeAdapter.getNamespaceURI(this.items[t])===Xk.HTML)switch(this.tagIDs[t]){case e:return!0;case eT.TABLE:case eT.HTML:return!1}return!0}},{key:"hasTableBodyContextInTableScope",value:function(){for(var e=this.stackTop;e>=0;e--)if(this.treeAdapter.getNamespaceURI(this.items[e])===Xk.HTML)switch(this.tagIDs[e]){case eT.TBODY:case eT.THEAD:case eT.TFOOT:return!0;case eT.TABLE:case eT.HTML:return!1}return!0}},{key:"hasInSelectScope",value:function(e){for(var t=this.stackTop;t>=0;t--)if(this.treeAdapter.getNamespaceURI(this.items[t])===Xk.HTML)switch(this.tagIDs[t]){case e:return!0;case eT.OPTION:case eT.OPTGROUP:break;default:return!1}return!0}},{key:"generateImpliedEndTags",value:function(){for(;void 0!==this.currentTagId&&vT.has(this.currentTagId);)this.pop()}},{key:"generateImpliedEndTagsThoroughly",value:function(){for(;void 0!==this.currentTagId&&gT.has(this.currentTagId);)this.pop()}},{key:"generateImpliedEndTagsWithExclusion",value:function(e){for(;void 0!==this.currentTagId&&this.currentTagId!==e&&gT.has(this.currentTagId);)this.pop()}}]),e}();!function(e){e[e.Marker=0]="Marker",e[e.Element=1]="Element"}(hT||(hT={}));var ST={type:hT.Marker},wT=function(){function e(t){o(this,e),this.treeAdapter=t,this.entries=[],this.bookmark=null}return s(e,[{key:"_getNoahArkConditionCandidates",value:function(e,t){for(var n=[],r=t.length,i=this.treeAdapter.getTagName(e),a=this.treeAdapter.getNamespaceURI(e),o=0;o<this.entries.length;o++){var u=this.entries[o];if(u.type===hT.Marker)break;var s=u.element;if(this.treeAdapter.getTagName(s)===i&&this.treeAdapter.getNamespaceURI(s)===a){var l=this.treeAdapter.getAttrList(s);l.length===r&&n.push({idx:o,attrs:l})}}return n}},{key:"_ensureNoahArkCondition",value:function(e){if(!(this.entries.length<3)){var t=this.treeAdapter.getAttrList(e),n=this._getNoahArkConditionCandidates(e,t);if(!(n.length<3))for(var r=new Map(t.map(function(e){return[e.name,e.value]})),i=0,a=0;a<n.length;a++){var o=n[a];o.attrs.every(function(e){return r.get(e.name)===e.value})&&(i+=1)>=3&&this.entries.splice(o.idx,1)}}}},{key:"insertMarker",value:function(){this.entries.unshift(ST)}},{key:"pushElement",value:function(e,t){this._ensureNoahArkCondition(e),this.entries.unshift({type:hT.Element,element:e,token:t})}},{key:"insertElementAfterBookmark",value:function(e,t){var n=this.entries.indexOf(this.bookmark);this.entries.splice(n,0,{type:hT.Element,element:e,token:t})}},{key:"removeEntry",value:function(e){var t=this.entries.indexOf(e);-1!==t&&this.entries.splice(t,1)}},{key:"clearToLastMarker",value:function(){var e=this.entries.indexOf(ST);-1===e?this.entries.length=0:this.entries.splice(0,e+1)}},{key:"getElementEntryInScopeWithTagName",value:function(e){var t=this,n=this.entries.find(function(n){return n.type===hT.Marker||t.treeAdapter.getTagName(n.element)===e});return n&&n.type===hT.Element?n:null}},{key:"getElementEntry",value:function(e){return this.entries.find(function(t){return t.type===hT.Element&&t.element===e})}}]),e}(),FT={createDocument:function(){return{nodeName:"#document",mode:Zk.NO_QUIRKS,childNodes:[]}},createDocumentFragment:function(){return{nodeName:"#document-fragment",childNodes:[]}},createElement:function(e,t,n){return{nodeName:e,tagName:e,attrs:n,namespaceURI:t,childNodes:[],parentNode:null}},createCommentNode:function(e){return{nodeName:"#comment",data:e,parentNode:null}},createTextNode:function(e){return{nodeName:"#text",value:e,parentNode:null}},appendChild:function(e,t){e.childNodes.push(t),t.parentNode=e},insertBefore:function(e,t,n){var r=e.childNodes.indexOf(n);e.childNodes.splice(r,0,t),t.parentNode=e},setTemplateContent:function(e,t){e.content=t},getTemplateContent:function(e){return e.content},setDocumentType:function(e,t,n,r){var i=e.childNodes.find(function(e){return"#documentType"===e.nodeName});if(i)i.name=t,i.publicId=n,i.systemId=r;else{var a={nodeName:"#documentType",name:t,publicId:n,systemId:r,parentNode:null};FT.appendChild(e,a)}},setDocumentMode:function(e,t){e.mode=t},getDocumentMode:function(e){return e.mode},detachNode:function(e){if(e.parentNode){var t=e.parentNode.childNodes.indexOf(e);e.parentNode.childNodes.splice(t,1),e.parentNode=null}},insertText:function(e,t){if(e.childNodes.length>0){var n=e.childNodes[e.childNodes.length-1];if(FT.isTextNode(n))return void(n.value+=t)}FT.appendChild(e,FT.createTextNode(t))},insertTextBefore:function(e,t,n){var r=e.childNodes[e.childNodes.indexOf(n)-1];r&&FT.isTextNode(r)?r.value+=t:FT.insertBefore(e,FT.createTextNode(t),n)},adoptAttributes:function(e,t){for(var n=new Set(e.attrs.map(function(e){return e.name})),r=0;r<t.length;r++)n.has(t[r].name)||e.attrs.push(t[r])},getFirstChild:function(e){return e.childNodes[0]},getChildNodes:function(e){return e.childNodes},getParentNode:function(e){return e.parentNode},getAttrList:function(e){return e.attrs},getTagName:function(e){return e.tagName},getNamespaceURI:function(e){return e.namespaceURI},getTextNodeContent:function(e){return e.value},getCommentNodeContent:function(e){return e.data},getDocumentTypeNodeName:function(e){return e.name},getDocumentTypeNodePublicId:function(e){return e.publicId},getDocumentTypeNodeSystemId:function(e){return e.systemId},isTextNode:function(e){return"#text"===e.nodeName},isCommentNode:function(e){return"#comment"===e.nodeName},isDocumentTypeNode:function(e){return"#documentType"===e.nodeName},isElementNode:function(e){return Object.prototype.hasOwnProperty.call(e,"tagName")},setNodeSourceCodeLocation:function(e,t){e.sourceCodeLocation=t},getNodeSourceCodeLocation:function(e){return e.sourceCodeLocation},updateNodeSourceCodeLocation:function(e,t){e.sourceCodeLocation=ne(ne({},e.sourceCodeLocation),t)}},OT="html",NT=["+//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//"],BT=[].concat(NT,["-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"]),IT=new Set(["-//w3o//dtd w3 html strict 3.0//en//","-/w3c/dtd html 4.0 transitional/en","html"]),PT=["-//w3c//dtd xhtml 1.0 frameset//","-//w3c//dtd xhtml 1.0 transitional//"],RT=[].concat(PT,["-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"]);function jT(e,t){return t.some(function(t){return e.startsWith(t)})}var LT="text/html",MT="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(function(e){return[e.toLowerCase(),e]})),UT=new Map([["xlink:actuate",{prefix:"xlink",name:"actuate",namespace:Xk.XLINK}],["xlink:arcrole",{prefix:"xlink",name:"arcrole",namespace:Xk.XLINK}],["xlink:href",{prefix:"xlink",name:"href",namespace:Xk.XLINK}],["xlink:role",{prefix:"xlink",name:"role",namespace:Xk.XLINK}],["xlink:show",{prefix:"xlink",name:"show",namespace:Xk.XLINK}],["xlink:title",{prefix:"xlink",name:"title",namespace:Xk.XLINK}],["xlink:type",{prefix:"xlink",name:"type",namespace:Xk.XLINK}],["xml:lang",{prefix:"xml",name:"lang",namespace:Xk.XML}],["xml:space",{prefix:"xml",name:"space",namespace:Xk.XML}],["xmlns",{prefix:"",name:"xmlns",namespace:Xk.XMLNS}],["xmlns:xlink",{prefix:"xmlns",name:"xlink",namespace:Xk.XMLNS}]]),HT=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(function(e){return[e.toLowerCase(),e]})),GT=new Set([eT.B,eT.BIG,eT.BLOCKQUOTE,eT.BODY,eT.BR,eT.CENTER,eT.CODE,eT.DD,eT.DIV,eT.DL,eT.DT,eT.EM,eT.EMBED,eT.H1,eT.H2,eT.H3,eT.H4,eT.H5,eT.H6,eT.HEAD,eT.HR,eT.I,eT.IMG,eT.LI,eT.LISTING,eT.MENU,eT.META,eT.NOBR,eT.OL,eT.P,eT.PRE,eT.RUBY,eT.S,eT.SMALL,eT.SPAN,eT.STRONG,eT.STRIKE,eT.SUB,eT.SUP,eT.TABLE,eT.TT,eT.U,eT.UL,eT.VAR]);function VT(e){for(var t=0;t<e.attrs.length;t++)if("definitionurl"===e.attrs[t].name){e.attrs[t].name="definitionURL";break}}function WT(e){for(var t=0;t<e.attrs.length;t++){var n=zT.get(e.attrs[t].name);null!=n&&(e.attrs[t].name=n)}}function YT(e){for(var t=0;t<e.attrs.length;t++){var n=UT.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 qT(e,t,n,r){return(!r||r===Xk.HTML)&&function(e,t,n){if(t===Xk.MATHML&&e===eT.ANNOTATION_XML)for(var r=0;r<n.length;r++)if(n[r].name===Jk.ENCODING){var i=n[r].value.toLowerCase();return i===LT||i===MT}return t===Xk.SVG&&(e===eT.FOREIGN_OBJECT||e===eT.DESC||e===eT.TITLE)}(e,t,n)||(!r||r===Xk.MATHML)&&function(e,t){return t===Xk.MATHML&&(e===eT.MI||e===eT.MO||e===eT.MN||e===eT.MS||e===eT.MTEXT)}(e,t)}var QT;!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"}(QT||(QT={}));var KT={startLine:-1,startCol:-1,startOffset:-1,endLine:-1,endCol:-1,endOffset:-1},XT=new Set([eT.TABLE,eT.TBODY,eT.TFOOT,eT.THEAD,eT.TR]),JT={scriptingEnabled:!0,sourceCodeLocationInfo:!1,treeAdapter:FT,onParseError:null},ZT=function(){function e(t,n){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;o(this,e),this.fragmentContext=r,this.scriptHandler=i,this.currentToken=null,this.stopped=!1,this.insertionMode=QT.INITIAL,this.originalInsertionMode=QT.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=ne(ne({},JT),t),this.treeAdapter=this.options.treeAdapter,this.onParseError=this.options.onParseError,this.onParseError&&(this.options.sourceCodeLocationInfo=!0),this.document=null!==n&&void 0!==n?n:this.treeAdapter.createDocument(),this.tokenizer=new mT(this.options,this),this.activeFormattingElements=new wT(this.treeAdapter),this.fragmentContextID=r?nT(this.treeAdapter.getTagName(r)):eT.UNKNOWN,this._setContextModes(null!==r&&void 0!==r?r:this.document,this.fragmentContextID),this.openElements=new xT(this.document,this.treeAdapter,this)}return s(e,[{key:"getFragment",value:function(){var e=this.treeAdapter.getFirstChild(this.document),t=this.treeAdapter.createDocumentFragment();return this._adoptNodes(e,t),t}},{key:"_err",value:function(e,t,n){var r;if(this.onParseError){var i=null!==(r=e.location)&&void 0!==r?r:KT,a={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(a)}}},{key:"onItemPush",value:function(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)}},{key:"onItemPop",value:function(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){var i,a;if(0===this.openElements.stackTop&&this.fragmentContext)i=this.fragmentContext,a=this.fragmentContextID;else{var o=this.openElements;i=o.current,a=o.currentTagId}this._setContextModes(i,a)}}},{key:"_setContextModes",value:function(e,t){var n=e===this.document||e&&this.treeAdapter.getNamespaceURI(e)===Xk.HTML;this.currentNotInHTML=!n,this.tokenizer.inForeignNode=!n&&void 0!==e&&void 0!==t&&!this._isIntegrationPoint(t,e)}},{key:"_switchToTextParsing",value:function(e,t){this._insertElement(e,Xk.HTML),this.tokenizer.state=t,this.originalInsertionMode=this.insertionMode,this.insertionMode=QT.TEXT}},{key:"switchToPlaintextParsing",value:function(){this.insertionMode=QT.TEXT,this.originalInsertionMode=QT.IN_BODY,this.tokenizer.state=uT.PLAINTEXT}},{key:"_getAdjustedCurrentElement",value:function(){return 0===this.openElements.stackTop&&this.fragmentContext?this.fragmentContext:this.openElements.current}},{key:"_findFormInFragmentContext",value:function(){for(var e=this.fragmentContext;e;){if(this.treeAdapter.getTagName(e)===$k.FORM){this.formElement=e;break}e=this.treeAdapter.getParentNode(e)}}},{key:"_initTokenizerForFragmentParsing",value:function(){if(this.fragmentContext&&this.treeAdapter.getNamespaceURI(this.fragmentContext)===Xk.HTML)switch(this.fragmentContextID){case eT.TITLE:case eT.TEXTAREA:this.tokenizer.state=uT.RCDATA;break;case eT.STYLE:case eT.XMP:case eT.IFRAME:case eT.NOEMBED:case eT.NOFRAMES:case eT.NOSCRIPT:this.tokenizer.state=uT.RAWTEXT;break;case eT.SCRIPT:this.tokenizer.state=uT.SCRIPT_DATA;break;case eT.PLAINTEXT:this.tokenizer.state=uT.PLAINTEXT}}},{key:"_setDocumentType",value:function(e){var t=this,n=e.name||"",r=e.publicId||"",i=e.systemId||"";if(this.treeAdapter.setDocumentType(this.document,n,r,i),e.location){var a=this.treeAdapter.getChildNodes(this.document).find(function(e){return t.treeAdapter.isDocumentTypeNode(e)});a&&this.treeAdapter.setNodeSourceCodeLocation(a,e.location)}}},{key:"_attachElementToTree",value:function(e,t){if(this.options.sourceCodeLocationInfo){var n=t&&ne(ne({},t),{},{startTag:t});this.treeAdapter.setNodeSourceCodeLocation(e,n)}if(this._shouldFosterParentOnInsertion())this._fosterParentElement(e);else{var r=this.openElements.currentTmplContentOrNode;this.treeAdapter.appendChild(null!==r&&void 0!==r?r:this.document,e)}}},{key:"_appendElement",value:function(e,t){var n=this.treeAdapter.createElement(e.tagName,t,e.attrs);this._attachElementToTree(n,e.location)}},{key:"_insertElement",value:function(e,t){var n=this.treeAdapter.createElement(e.tagName,t,e.attrs);this._attachElementToTree(n,e.location),this.openElements.push(n,e.tagID)}},{key:"_insertFakeElement",value:function(e,t){var n=this.treeAdapter.createElement(e,Xk.HTML,[]);this._attachElementToTree(n,null),this.openElements.push(n,t)}},{key:"_insertTemplate",value:function(e){var t=this.treeAdapter.createElement(e.tagName,Xk.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)}},{key:"_insertFakeRootElement",value:function(){var e=this.treeAdapter.createElement($k.HTML,Xk.HTML,[]);this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(e,null),this.treeAdapter.appendChild(this.openElements.current,e),this.openElements.push(e,eT.HTML)}},{key:"_appendCommentNode",value:function(e,t){var n=this.treeAdapter.createCommentNode(e.data);this.treeAdapter.appendChild(t,n),this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(n,e.location)}},{key:"_insertCharacters",value:function(e){var t,n;if(this._shouldFosterParentOnInsertion()){var r=this._findFosterParentingLocation();t=r.parent,(n=r.beforeElement)?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){var i=this.treeAdapter.getChildNodes(t),a=n?i.lastIndexOf(n):i.length,o=i[a-1];if(this.treeAdapter.getNodeSourceCodeLocation(o)){var u=e.location,s=u.endLine,l=u.endCol,c=u.endOffset;this.treeAdapter.updateNodeSourceCodeLocation(o,{endLine:s,endCol:l,endOffset:c})}else this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(o,e.location)}}},{key:"_adoptNodes",value:function(e,t){for(var n=this.treeAdapter.getFirstChild(e);n;n=this.treeAdapter.getFirstChild(e))this.treeAdapter.detachNode(n),this.treeAdapter.appendChild(t,n)}},{key:"_setEndLocation",value:function(e,t){if(this.treeAdapter.getNodeSourceCodeLocation(e)&&t.location){var n=t.location,r=this.treeAdapter.getTagName(e),i=t.type===Bk.END_TAG&&r===t.tagName?{endTag:ne({},n),endLine:n.endLine,endCol:n.endCol,endOffset:n.endOffset}:{endLine:n.startLine,endCol:n.startCol,endOffset:n.startOffset};this.treeAdapter.updateNodeSourceCodeLocation(e,i)}}},{key:"shouldProcessStartTagTokenInForeignContent",value:function(e){if(!this.currentNotInHTML)return!1;var 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!==eT.SVG||this.treeAdapter.getTagName(t)!==$k.ANNOTATION_XML||this.treeAdapter.getNamespaceURI(t)!==Xk.MATHML)&&(this.tokenizer.inForeignNode||(e.tagID===eT.MGLYPH||e.tagID===eT.MALIGNMARK)&&void 0!==n&&!this._isIntegrationPoint(n,t,Xk.HTML))}},{key:"_processToken",value:function(e){switch(e.type){case Bk.CHARACTER:this.onCharacter(e);break;case Bk.NULL_CHARACTER:this.onNullCharacter(e);break;case Bk.COMMENT:this.onComment(e);break;case Bk.DOCTYPE:this.onDoctype(e);break;case Bk.START_TAG:this._processStartTag(e);break;case Bk.END_TAG:this.onEndTag(e);break;case Bk.EOF:this.onEof(e);break;case Bk.WHITESPACE_CHARACTER:this.onWhitespaceCharacter(e)}}},{key:"_isIntegrationPoint",value:function(e,t,n){return qT(e,this.treeAdapter.getNamespaceURI(t),this.treeAdapter.getAttrList(t),n)}},{key:"_reconstructActiveFormattingElements",value:function(){var e=this,t=this.activeFormattingElements.entries.length;if(t)for(var n=this.activeFormattingElements.entries.findIndex(function(t){return t.type===hT.Marker||e.openElements.contains(t.element)}),r=-1===n?t-1:n-1;r>=0;r--){var i=this.activeFormattingElements.entries[r];this._insertElement(i.token,this.treeAdapter.getNamespaceURI(i.element)),i.element=this.openElements.current}}},{key:"_closeTableCell",value:function(){this.openElements.generateImpliedEndTags(),this.openElements.popUntilTableCellPopped(),this.activeFormattingElements.clearToLastMarker(),this.insertionMode=QT.IN_ROW}},{key:"_closePElement",value:function(){this.openElements.generateImpliedEndTagsWithExclusion(eT.P),this.openElements.popUntilTagNamePopped(eT.P)}},{key:"_resetInsertionMode",value:function(){for(var e=this.openElements.stackTop;e>=0;e--)switch(0===e&&this.fragmentContext?this.fragmentContextID:this.openElements.tagIDs[e]){case eT.TR:return void(this.insertionMode=QT.IN_ROW);case eT.TBODY:case eT.THEAD:case eT.TFOOT:return void(this.insertionMode=QT.IN_TABLE_BODY);case eT.CAPTION:return void(this.insertionMode=QT.IN_CAPTION);case eT.COLGROUP:return void(this.insertionMode=QT.IN_COLUMN_GROUP);case eT.TABLE:return void(this.insertionMode=QT.IN_TABLE);case eT.BODY:return void(this.insertionMode=QT.IN_BODY);case eT.FRAMESET:return void(this.insertionMode=QT.IN_FRAMESET);case eT.SELECT:return void this._resetInsertionModeForSelect(e);case eT.TEMPLATE:return void(this.insertionMode=this.tmplInsertionModeStack[0]);case eT.HTML:return void(this.insertionMode=this.headElement?QT.AFTER_HEAD:QT.BEFORE_HEAD);case eT.TD:case eT.TH:if(e>0)return void(this.insertionMode=QT.IN_CELL);break;case eT.HEAD:if(e>0)return void(this.insertionMode=QT.IN_HEAD)}this.insertionMode=QT.IN_BODY}},{key:"_resetInsertionModeForSelect",value:function(e){if(e>0)for(var t=e-1;t>0;t--){var n=this.openElements.tagIDs[t];if(n===eT.TEMPLATE)break;if(n===eT.TABLE)return void(this.insertionMode=QT.IN_SELECT_IN_TABLE)}this.insertionMode=QT.IN_SELECT}},{key:"_isElementCausesFosterParenting",value:function(e){return XT.has(e)}},{key:"_shouldFosterParentOnInsertion",value:function(){return this.fosterParentingEnabled&&void 0!==this.openElements.currentTagId&&this._isElementCausesFosterParenting(this.openElements.currentTagId)}},{key:"_findFosterParentingLocation",value:function(){for(var e=this.openElements.stackTop;e>=0;e--){var t=this.openElements.items[e];switch(this.openElements.tagIDs[e]){case eT.TEMPLATE:if(this.treeAdapter.getNamespaceURI(t)===Xk.HTML)return{parent:this.treeAdapter.getTemplateContent(t),beforeElement:null};break;case eT.TABLE:var 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}}},{key:"_fosterParentElement",value:function(e){var t=this._findFosterParentingLocation();t.beforeElement?this.treeAdapter.insertBefore(t.parent,e,t.beforeElement):this.treeAdapter.appendChild(t.parent,e)}},{key:"_isSpecialElement",value:function(e,t){var n=this.treeAdapter.getNamespaceURI(e);return aT[n].has(t)}},{key:"onCharacter",value:function(e){if(this.skipNextNewLine=!1,this.tokenizer.inForeignNode)!function(e,t){e._insertCharacters(t),e.framesetOk=!1}(this,e);else switch(this.insertionMode){case QT.INITIAL:sx(this,e);break;case QT.BEFORE_HTML:lx(this,e);break;case QT.BEFORE_HEAD:cx(this,e);break;case QT.IN_HEAD:px(this,e);break;case QT.IN_HEAD_NO_SCRIPT:hx(this,e);break;case QT.AFTER_HEAD:mx(this,e);break;case QT.IN_BODY:case QT.IN_CAPTION:case QT.IN_CELL:case QT.IN_TEMPLATE:yx(this,e);break;case QT.TEXT:case QT.IN_SELECT:case QT.IN_SELECT_IN_TABLE:this._insertCharacters(e);break;case QT.IN_TABLE:case QT.IN_TABLE_BODY:case QT.IN_ROW:xx(this,e);break;case QT.IN_TABLE_TEXT:Nx(this,e);break;case QT.IN_COLUMN_GROUP:Rx(this,e);break;case QT.AFTER_BODY:Wx(this,e);break;case QT.AFTER_AFTER_BODY:Yx(this,e)}}},{key:"onNullCharacter",value:function(e){if(this.skipNextNewLine=!1,this.tokenizer.inForeignNode)!function(e,t){t.chars=bk,e._insertCharacters(t)}(this,e);else switch(this.insertionMode){case QT.INITIAL:sx(this,e);break;case QT.BEFORE_HTML:lx(this,e);break;case QT.BEFORE_HEAD:cx(this,e);break;case QT.IN_HEAD:px(this,e);break;case QT.IN_HEAD_NO_SCRIPT:hx(this,e);break;case QT.AFTER_HEAD:mx(this,e);break;case QT.TEXT:this._insertCharacters(e);break;case QT.IN_TABLE:case QT.IN_TABLE_BODY:case QT.IN_ROW:xx(this,e);break;case QT.IN_COLUMN_GROUP:Rx(this,e);break;case QT.AFTER_BODY:Wx(this,e);break;case QT.AFTER_AFTER_BODY:Yx(this,e)}}},{key:"onComment",value:function(e){if(this.skipNextNewLine=!1,this.currentNotInHTML)ox(this,e);else switch(this.insertionMode){case QT.INITIAL:case QT.BEFORE_HTML:case QT.BEFORE_HEAD:case QT.IN_HEAD:case QT.IN_HEAD_NO_SCRIPT:case QT.AFTER_HEAD:case QT.IN_BODY:case QT.IN_TABLE:case QT.IN_CAPTION:case QT.IN_COLUMN_GROUP:case QT.IN_TABLE_BODY:case QT.IN_ROW:case QT.IN_CELL:case QT.IN_SELECT:case QT.IN_SELECT_IN_TABLE:case QT.IN_TEMPLATE:case QT.IN_FRAMESET:case QT.AFTER_FRAMESET:ox(this,e);break;case QT.IN_TABLE_TEXT:Bx(this,e);break;case QT.AFTER_BODY:!function(e,t){e._appendCommentNode(t,e.openElements.items[0])}(this,e);break;case QT.AFTER_AFTER_BODY:case QT.AFTER_AFTER_FRAMESET:!function(e,t){e._appendCommentNode(t,e.document)}(this,e)}}},{key:"onDoctype",value:function(e){switch(this.skipNextNewLine=!1,this.insertionMode){case QT.INITIAL:!function(e,t){e._setDocumentType(t);var n=t.forceQuirks?Zk.QUIRKS:function(e){if(e.name!==OT)return Zk.QUIRKS;var t=e.systemId;if(t&&"http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd"===t.toLowerCase())return Zk.QUIRKS;var n=e.publicId;if(null!==n){if(n=n.toLowerCase(),IT.has(n))return Zk.QUIRKS;var r=null===t?BT:NT;if(jT(n,r))return Zk.QUIRKS;if(jT(n,r=null===t?PT:RT))return Zk.LIMITED_QUIRKS}return Zk.NO_QUIRKS}(t);(function(e){return e.name===OT&&null===e.publicId&&(null===e.systemId||"about:legacy-compat"===e.systemId)})(t)||e._err(t,_k.nonConformingDoctype);e.treeAdapter.setDocumentMode(e.document,n),e.insertionMode=QT.BEFORE_HTML}(this,e);break;case QT.BEFORE_HEAD:case QT.IN_HEAD:case QT.IN_HEAD_NO_SCRIPT:case QT.AFTER_HEAD:this._err(e,_k.misplacedDoctype);break;case QT.IN_TABLE_TEXT:Bx(this,e)}}},{key:"onStartTag",value:function(e){this.skipNextNewLine=!1,this.currentToken=e,this._processStartTag(e),e.selfClosing&&!e.ackSelfClosing&&this._err(e,_k.nonVoidHtmlElementStartTagWithTrailingSolidus)}},{key:"_processStartTag",value:function(e){this.shouldProcessStartTagTokenInForeignContent(e)?function(e,t){if(function(e){var t=e.tagID,n=t===eT.FONT&&e.attrs.some(function(e){var t=e.name;return t===Jk.COLOR||t===Jk.SIZE||t===Jk.FACE});return n||GT.has(t)}(t))qx(e),e._startTagOutsideForeignContent(t);else{var n=e._getAdjustedCurrentElement(),r=e.treeAdapter.getNamespaceURI(n);r===Xk.MATHML?VT(t):r===Xk.SVG&&(!function(e){var t=HT.get(e.tagName);null!=t&&(e.tagName=t,e.tagID=nT(e.tagName))}(t),WT(t)),YT(t),t.selfClosing?e._appendElement(t,r):e._insertElement(t,r),t.ackSelfClosing=!0}}(this,e):this._startTagOutsideForeignContent(e)}},{key:"_startTagOutsideForeignContent",value:function(e){switch(this.insertionMode){case QT.INITIAL:sx(this,e);break;case QT.BEFORE_HTML:!function(e,t){t.tagID===eT.HTML?(e._insertElement(t,Xk.HTML),e.insertionMode=QT.BEFORE_HEAD):lx(e,t)}(this,e);break;case QT.BEFORE_HEAD:!function(e,t){switch(t.tagID){case eT.HTML:_x(e,t);break;case eT.HEAD:e._insertElement(t,Xk.HTML),e.headElement=e.openElements.current,e.insertionMode=QT.IN_HEAD;break;default:cx(e,t)}}(this,e);break;case QT.IN_HEAD:fx(this,e);break;case QT.IN_HEAD_NO_SCRIPT:!function(e,t){switch(t.tagID){case eT.HTML:_x(e,t);break;case eT.BASEFONT:case eT.BGSOUND:case eT.HEAD:case eT.LINK:case eT.META:case eT.NOFRAMES:case eT.STYLE:fx(e,t);break;case eT.NOSCRIPT:e._err(t,_k.nestedNoscriptInHead);break;default:hx(e,t)}}(this,e);break;case QT.AFTER_HEAD:!function(e,t){switch(t.tagID){case eT.HTML:_x(e,t);break;case eT.BODY:e._insertElement(t,Xk.HTML),e.framesetOk=!1,e.insertionMode=QT.IN_BODY;break;case eT.FRAMESET:e._insertElement(t,Xk.HTML),e.insertionMode=QT.IN_FRAMESET;break;case eT.BASE:case eT.BASEFONT:case eT.BGSOUND:case eT.LINK:case eT.META:case eT.NOFRAMES:case eT.SCRIPT:case eT.STYLE:case eT.TEMPLATE:case eT.TITLE:e._err(t,_k.abandonedHeadElementChild),e.openElements.push(e.headElement,eT.HEAD),fx(e,t),e.openElements.remove(e.headElement);break;case eT.HEAD:e._err(t,_k.misplacedStartTagForHeadElement);break;default:mx(e,t)}}(this,e);break;case QT.IN_BODY:_x(this,e);break;case QT.IN_TABLE:Sx(this,e);break;case QT.IN_TABLE_TEXT:Bx(this,e);break;case QT.IN_CAPTION:!function(e,t){var n=t.tagID;Ix.has(n)?e.openElements.hasInTableScope(eT.CAPTION)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(eT.CAPTION),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=QT.IN_TABLE,Sx(e,t)):_x(e,t)}(this,e);break;case QT.IN_COLUMN_GROUP:Px(this,e);break;case QT.IN_TABLE_BODY:jx(this,e);break;case QT.IN_ROW:Mx(this,e);break;case QT.IN_CELL:!function(e,t){var n=t.tagID;Ix.has(n)?(e.openElements.hasInTableScope(eT.TD)||e.openElements.hasInTableScope(eT.TH))&&(e._closeTableCell(),Mx(e,t)):_x(e,t)}(this,e);break;case QT.IN_SELECT:Ux(this,e);break;case QT.IN_SELECT_IN_TABLE:!function(e,t){var n=t.tagID;n===eT.CAPTION||n===eT.TABLE||n===eT.TBODY||n===eT.TFOOT||n===eT.THEAD||n===eT.TR||n===eT.TD||n===eT.TH?(e.openElements.popUntilTagNamePopped(eT.SELECT),e._resetInsertionMode(),e._processStartTag(t)):Ux(e,t)}(this,e);break;case QT.IN_TEMPLATE:!function(e,t){switch(t.tagID){case eT.BASE:case eT.BASEFONT:case eT.BGSOUND:case eT.LINK:case eT.META:case eT.NOFRAMES:case eT.SCRIPT:case eT.STYLE:case eT.TEMPLATE:case eT.TITLE:fx(e,t);break;case eT.CAPTION:case eT.COLGROUP:case eT.TBODY:case eT.TFOOT:case eT.THEAD:e.tmplInsertionModeStack[0]=QT.IN_TABLE,e.insertionMode=QT.IN_TABLE,Sx(e,t);break;case eT.COL:e.tmplInsertionModeStack[0]=QT.IN_COLUMN_GROUP,e.insertionMode=QT.IN_COLUMN_GROUP,Px(e,t);break;case eT.TR:e.tmplInsertionModeStack[0]=QT.IN_TABLE_BODY,e.insertionMode=QT.IN_TABLE_BODY,jx(e,t);break;case eT.TD:case eT.TH:e.tmplInsertionModeStack[0]=QT.IN_ROW,e.insertionMode=QT.IN_ROW,Mx(e,t);break;default:e.tmplInsertionModeStack[0]=QT.IN_BODY,e.insertionMode=QT.IN_BODY,_x(e,t)}}(this,e);break;case QT.AFTER_BODY:!function(e,t){t.tagID===eT.HTML?_x(e,t):Wx(e,t)}(this,e);break;case QT.IN_FRAMESET:!function(e,t){switch(t.tagID){case eT.HTML:_x(e,t);break;case eT.FRAMESET:e._insertElement(t,Xk.HTML);break;case eT.FRAME:e._appendElement(t,Xk.HTML),t.ackSelfClosing=!0;break;case eT.NOFRAMES:fx(e,t)}}(this,e);break;case QT.AFTER_FRAMESET:!function(e,t){switch(t.tagID){case eT.HTML:_x(e,t);break;case eT.NOFRAMES:fx(e,t)}}(this,e);break;case QT.AFTER_AFTER_BODY:!function(e,t){t.tagID===eT.HTML?_x(e,t):Yx(e,t)}(this,e);break;case QT.AFTER_AFTER_FRAMESET:!function(e,t){switch(t.tagID){case eT.HTML:_x(e,t);break;case eT.NOFRAMES:fx(e,t)}}(this,e)}}},{key:"onEndTag",value:function(e){this.skipNextNewLine=!1,this.currentToken=e,this.currentNotInHTML?function(e,t){if(t.tagID===eT.P||t.tagID===eT.BR)return qx(e),void e._endTagOutsideForeignContent(t);for(var n=e.openElements.stackTop;n>0;n--){var r=e.openElements.items[n];if(e.treeAdapter.getNamespaceURI(r)===Xk.HTML){e._endTagOutsideForeignContent(t);break}var i=e.treeAdapter.getTagName(r);if(i.toLowerCase()===t.tagName){t.tagName=i,e.openElements.shortenToLength(n);break}}}(this,e):this._endTagOutsideForeignContent(e)}},{key:"_endTagOutsideForeignContent",value:function(e){switch(this.insertionMode){case QT.INITIAL:sx(this,e);break;case QT.BEFORE_HTML:!function(e,t){var n=t.tagID;n!==eT.HTML&&n!==eT.HEAD&&n!==eT.BODY&&n!==eT.BR||lx(e,t)}(this,e);break;case QT.BEFORE_HEAD:!function(e,t){var n=t.tagID;n===eT.HEAD||n===eT.BODY||n===eT.HTML||n===eT.BR?cx(e,t):e._err(t,_k.endTagWithoutMatchingOpenElement)}(this,e);break;case QT.IN_HEAD:!function(e,t){switch(t.tagID){case eT.HEAD:e.openElements.pop(),e.insertionMode=QT.AFTER_HEAD;break;case eT.BODY:case eT.BR:case eT.HTML:px(e,t);break;case eT.TEMPLATE:dx(e,t);break;default:e._err(t,_k.endTagWithoutMatchingOpenElement)}}(this,e);break;case QT.IN_HEAD_NO_SCRIPT:!function(e,t){switch(t.tagID){case eT.NOSCRIPT:e.openElements.pop(),e.insertionMode=QT.IN_HEAD;break;case eT.BR:hx(e,t);break;default:e._err(t,_k.endTagWithoutMatchingOpenElement)}}(this,e);break;case QT.AFTER_HEAD:!function(e,t){switch(t.tagID){case eT.BODY:case eT.HTML:case eT.BR:mx(e,t);break;case eT.TEMPLATE:dx(e,t);break;default:e._err(t,_k.endTagWithoutMatchingOpenElement)}}(this,e);break;case QT.IN_BODY:kx(this,e);break;case QT.TEXT:!function(e,t){var n;t.tagID===eT.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 QT.IN_TABLE:wx(this,e);break;case QT.IN_TABLE_TEXT:Bx(this,e);break;case QT.IN_CAPTION:!function(e,t){var n=t.tagID;switch(n){case eT.CAPTION:case eT.TABLE:e.openElements.hasInTableScope(eT.CAPTION)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(eT.CAPTION),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=QT.IN_TABLE,n===eT.TABLE&&wx(e,t));break;case eT.BODY:case eT.COL:case eT.COLGROUP:case eT.HTML:case eT.TBODY:case eT.TD:case eT.TFOOT:case eT.TH:case eT.THEAD:case eT.TR:break;default:kx(e,t)}}(this,e);break;case QT.IN_COLUMN_GROUP:!function(e,t){switch(t.tagID){case eT.COLGROUP:e.openElements.currentTagId===eT.COLGROUP&&(e.openElements.pop(),e.insertionMode=QT.IN_TABLE);break;case eT.TEMPLATE:dx(e,t);break;case eT.COL:break;default:Rx(e,t)}}(this,e);break;case QT.IN_TABLE_BODY:Lx(this,e);break;case QT.IN_ROW:zx(this,e);break;case QT.IN_CELL:!function(e,t){var n=t.tagID;switch(n){case eT.TD:case eT.TH:e.openElements.hasInTableScope(n)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(n),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=QT.IN_ROW);break;case eT.TABLE:case eT.TBODY:case eT.TFOOT:case eT.THEAD:case eT.TR:e.openElements.hasInTableScope(n)&&(e._closeTableCell(),zx(e,t));break;case eT.BODY:case eT.CAPTION:case eT.COL:case eT.COLGROUP:case eT.HTML:break;default:kx(e,t)}}(this,e);break;case QT.IN_SELECT:Hx(this,e);break;case QT.IN_SELECT_IN_TABLE:!function(e,t){var n=t.tagID;n===eT.CAPTION||n===eT.TABLE||n===eT.TBODY||n===eT.TFOOT||n===eT.THEAD||n===eT.TR||n===eT.TD||n===eT.TH?e.openElements.hasInTableScope(n)&&(e.openElements.popUntilTagNamePopped(eT.SELECT),e._resetInsertionMode(),e.onEndTag(t)):Hx(e,t)}(this,e);break;case QT.IN_TEMPLATE:!function(e,t){t.tagID===eT.TEMPLATE&&dx(e,t)}(this,e);break;case QT.AFTER_BODY:Vx(this,e);break;case QT.IN_FRAMESET:!function(e,t){t.tagID!==eT.FRAMESET||e.openElements.isRootHtmlElementCurrent()||(e.openElements.pop(),e.fragmentContext||e.openElements.currentTagId===eT.FRAMESET||(e.insertionMode=QT.AFTER_FRAMESET))}(this,e);break;case QT.AFTER_FRAMESET:!function(e,t){t.tagID===eT.HTML&&(e.insertionMode=QT.AFTER_AFTER_FRAMESET)}(this,e);break;case QT.AFTER_AFTER_BODY:Yx(this,e)}}},{key:"onEof",value:function(e){switch(this.insertionMode){case QT.INITIAL:sx(this,e);break;case QT.BEFORE_HTML:lx(this,e);break;case QT.BEFORE_HEAD:cx(this,e);break;case QT.IN_HEAD:px(this,e);break;case QT.IN_HEAD_NO_SCRIPT:hx(this,e);break;case QT.AFTER_HEAD:mx(this,e);break;case QT.IN_BODY:case QT.IN_TABLE:case QT.IN_CAPTION:case QT.IN_COLUMN_GROUP:case QT.IN_TABLE_BODY:case QT.IN_ROW:case QT.IN_CELL:case QT.IN_SELECT:case QT.IN_SELECT_IN_TABLE:Tx(this,e);break;case QT.TEXT:!function(e,t){e._err(t,_k.eofInElementThatCanContainOnlyText),e.openElements.pop(),e.insertionMode=e.originalInsertionMode,e.onEof(t)}(this,e);break;case QT.IN_TABLE_TEXT:Bx(this,e);break;case QT.IN_TEMPLATE:Gx(this,e);break;case QT.AFTER_BODY:case QT.IN_FRAMESET:case QT.AFTER_FRAMESET:case QT.AFTER_AFTER_BODY:case QT.AFTER_AFTER_FRAMESET:ux(this,e)}}},{key:"onWhitespaceCharacter",value:function(e){if(this.skipNextNewLine&&(this.skipNextNewLine=!1,e.chars.charCodeAt(0)===Dk.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 QT.IN_HEAD:case QT.IN_HEAD_NO_SCRIPT:case QT.AFTER_HEAD:case QT.TEXT:case QT.IN_COLUMN_GROUP:case QT.IN_SELECT:case QT.IN_SELECT_IN_TABLE:case QT.IN_FRAMESET:case QT.AFTER_FRAMESET:this._insertCharacters(e);break;case QT.IN_BODY:case QT.IN_CAPTION:case QT.IN_CELL:case QT.IN_TEMPLATE:case QT.AFTER_BODY:case QT.AFTER_AFTER_BODY:case QT.AFTER_AFTER_FRAMESET:gx(this,e);break;case QT.IN_TABLE:case QT.IN_TABLE_BODY:case QT.IN_ROW:xx(this,e);break;case QT.IN_TABLE_TEXT:Ox(this,e)}}}],[{key:"parse",value:function(e,t){var n=new this(t);return n.tokenizer.write(e,!0),n.document}},{key:"getFragmentParser",value:function(e,t){var n=ne(ne({},JT),t);null!==e&&void 0!==e||(e=n.treeAdapter.createElement($k.TEMPLATE,Xk.HTML,[]));var r=n.treeAdapter.createElement("documentmock",Xk.HTML,[]),i=new this(n,r,e);return i.fragmentContextID===eT.TEMPLATE&&i.tmplInsertionModeStack.unshift(QT.IN_TEMPLATE),i._initTokenizerForFragmentParsing(),i._insertFakeRootElement(),i._resetInsertionMode(),i._findFormInFragmentContext(),i}}]),e}();function $T(e,t){var 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):Cx(e,t),n}function ex(e,t){for(var n=null,r=e.openElements.stackTop;r>=0;r--){var 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 tx(e,t,n){for(var r=t,i=e.openElements.getCommonAncestor(t),a=0,o=i;o!==n;a++,o=i){i=e.openElements.getCommonAncestor(o);var u=e.activeFormattingElements.getElementEntry(o),s=u&&a>=3;!u||s?(s&&e.activeFormattingElements.removeEntry(u),e.openElements.remove(o)):(o=nx(e,u),r===t&&(e.activeFormattingElements.bookmark=u),e.treeAdapter.detachNode(r),e.treeAdapter.appendChild(o,r),r=o)}return r}function nx(e,t){var 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 rx(e,t,n){var r=nT(e.treeAdapter.getTagName(t));if(e._isElementCausesFosterParenting(r))e._fosterParentElement(n);else{var i=e.treeAdapter.getNamespaceURI(t);r===eT.TEMPLATE&&i===Xk.HTML&&(t=e.treeAdapter.getTemplateContent(t)),e.treeAdapter.appendChild(t,n)}}function ix(e,t,n){var r=e.treeAdapter.getNamespaceURI(n.element),i=n.token,a=e.treeAdapter.createElement(i.tagName,r,i.attrs);e._adoptNodes(t,a),e.treeAdapter.appendChild(t,a),e.activeFormattingElements.insertElementAfterBookmark(a,i),e.activeFormattingElements.removeEntry(n),e.openElements.remove(n.element),e.openElements.insertAfter(t,a,i.tagID)}function ax(e,t){for(var n=0;n<8;n++){var r=$T(e,t);if(!r)break;var i=ex(e,r);if(!i)break;e.activeFormattingElements.bookmark=r;var a=tx(e,i,r.element),o=e.openElements.getCommonAncestor(r.element);e.treeAdapter.detachNode(a),o&&rx(e,o,a),ix(e,i,r)}}function ox(e,t){e._appendCommentNode(t,e.openElements.currentTmplContentOrNode)}function ux(e,t){if(e.stopped=!0,t.location){for(var n=e.fragmentContext?0:2,r=e.openElements.stackTop;r>=n;r--)e._setEndLocation(e.openElements.items[r],t);if(!e.fragmentContext&&e.openElements.stackTop>=0){var i=e.openElements.items[0],a=e.treeAdapter.getNodeSourceCodeLocation(i);if(a&&!a.endTag&&(e._setEndLocation(i,t),e.openElements.stackTop>=1)){var o=e.openElements.items[1],u=e.treeAdapter.getNodeSourceCodeLocation(o);u&&!u.endTag&&e._setEndLocation(o,t)}}}}function sx(e,t){e._err(t,_k.missingDoctype,!0),e.treeAdapter.setDocumentMode(e.document,Zk.QUIRKS),e.insertionMode=QT.BEFORE_HTML,e._processToken(t)}function lx(e,t){e._insertFakeRootElement(),e.insertionMode=QT.BEFORE_HEAD,e._processToken(t)}function cx(e,t){e._insertFakeElement($k.HEAD,eT.HEAD),e.headElement=e.openElements.current,e.insertionMode=QT.IN_HEAD,e._processToken(t)}function fx(e,t){switch(t.tagID){case eT.HTML:_x(e,t);break;case eT.BASE:case eT.BASEFONT:case eT.BGSOUND:case eT.LINK:case eT.META:e._appendElement(t,Xk.HTML),t.ackSelfClosing=!0;break;case eT.TITLE:e._switchToTextParsing(t,uT.RCDATA);break;case eT.NOSCRIPT:e.options.scriptingEnabled?e._switchToTextParsing(t,uT.RAWTEXT):(e._insertElement(t,Xk.HTML),e.insertionMode=QT.IN_HEAD_NO_SCRIPT);break;case eT.NOFRAMES:case eT.STYLE:e._switchToTextParsing(t,uT.RAWTEXT);break;case eT.SCRIPT:e._switchToTextParsing(t,uT.SCRIPT_DATA);break;case eT.TEMPLATE:e._insertTemplate(t),e.activeFormattingElements.insertMarker(),e.framesetOk=!1,e.insertionMode=QT.IN_TEMPLATE,e.tmplInsertionModeStack.unshift(QT.IN_TEMPLATE);break;case eT.HEAD:e._err(t,_k.misplacedStartTagForHeadElement);break;default:px(e,t)}}function dx(e,t){e.openElements.tmplCount>0?(e.openElements.generateImpliedEndTagsThoroughly(),e.openElements.currentTagId!==eT.TEMPLATE&&e._err(t,_k.closingOfElementWithOpenChildElements),e.openElements.popUntilTagNamePopped(eT.TEMPLATE),e.activeFormattingElements.clearToLastMarker(),e.tmplInsertionModeStack.shift(),e._resetInsertionMode()):e._err(t,_k.endTagWithoutMatchingOpenElement)}function px(e,t){e.openElements.pop(),e.insertionMode=QT.AFTER_HEAD,e._processToken(t)}function hx(e,t){var n=t.type===Bk.EOF?_k.openElementsLeftAfterEof:_k.disallowedContentInNoscriptInHead;e._err(t,n),e.openElements.pop(),e.insertionMode=QT.IN_HEAD,e._processToken(t)}function mx(e,t){e._insertFakeElement($k.BODY,eT.BODY),e.insertionMode=QT.IN_BODY,vx(e,t)}function vx(e,t){switch(t.type){case Bk.CHARACTER:yx(e,t);break;case Bk.WHITESPACE_CHARACTER:gx(e,t);break;case Bk.COMMENT:ox(e,t);break;case Bk.START_TAG:_x(e,t);break;case Bk.END_TAG:kx(e,t);break;case Bk.EOF:Tx(e,t)}}function gx(e,t){e._reconstructActiveFormattingElements(),e._insertCharacters(t)}function yx(e,t){e._reconstructActiveFormattingElements(),e._insertCharacters(t),e.framesetOk=!1}function Dx(e,t){e._reconstructActiveFormattingElements(),e._appendElement(t,Xk.HTML),e.framesetOk=!1,t.ackSelfClosing=!0}function Ex(e){var t=Pk(e,Jk.TYPE);return null!=t&&"hidden"===t.toLowerCase()}function Ax(e,t){e._switchToTextParsing(t,uT.RAWTEXT)}function bx(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,Xk.HTML)}function _x(e,t){switch(t.tagID){case eT.I:case eT.S:case eT.B:case eT.U:case eT.EM:case eT.TT:case eT.BIG:case eT.CODE:case eT.FONT:case eT.SMALL:case eT.STRIKE:case eT.STRONG:!function(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,Xk.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}(e,t);break;case eT.A:!function(e,t){var n=e.activeFormattingElements.getElementEntryInScopeWithTagName($k.A);n&&(ax(e,t),e.openElements.remove(n.element),e.activeFormattingElements.removeEntry(n)),e._reconstructActiveFormattingElements(),e._insertElement(t,Xk.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}(e,t);break;case eT.H1:case eT.H2:case eT.H3:case eT.H4:case eT.H5:case eT.H6:!function(e,t){e.openElements.hasInButtonScope(eT.P)&&e._closePElement(),void 0!==e.openElements.currentTagId&&oT.has(e.openElements.currentTagId)&&e.openElements.pop(),e._insertElement(t,Xk.HTML)}(e,t);break;case eT.P:case eT.DL:case eT.OL:case eT.UL:case eT.DIV:case eT.DIR:case eT.NAV:case eT.MAIN:case eT.MENU:case eT.ASIDE:case eT.CENTER:case eT.FIGURE:case eT.FOOTER:case eT.HEADER:case eT.HGROUP:case eT.DIALOG:case eT.DETAILS:case eT.ADDRESS:case eT.ARTICLE:case eT.SEARCH:case eT.SECTION:case eT.SUMMARY:case eT.FIELDSET:case eT.BLOCKQUOTE:case eT.FIGCAPTION:!function(e,t){e.openElements.hasInButtonScope(eT.P)&&e._closePElement(),e._insertElement(t,Xk.HTML)}(e,t);break;case eT.LI:case eT.DD:case eT.DT:!function(e,t){e.framesetOk=!1;for(var n=t.tagID,r=e.openElements.stackTop;r>=0;r--){var i=e.openElements.tagIDs[r];if(n===eT.LI&&i===eT.LI||(n===eT.DD||n===eT.DT)&&(i===eT.DD||i===eT.DT)){e.openElements.generateImpliedEndTagsWithExclusion(i),e.openElements.popUntilTagNamePopped(i);break}if(i!==eT.ADDRESS&&i!==eT.DIV&&i!==eT.P&&e._isSpecialElement(e.openElements.items[r],i))break}e.openElements.hasInButtonScope(eT.P)&&e._closePElement(),e._insertElement(t,Xk.HTML)}(e,t);break;case eT.BR:case eT.IMG:case eT.WBR:case eT.AREA:case eT.EMBED:case eT.KEYGEN:Dx(e,t);break;case eT.HR:!function(e,t){e.openElements.hasInButtonScope(eT.P)&&e._closePElement(),e._appendElement(t,Xk.HTML),e.framesetOk=!1,t.ackSelfClosing=!0}(e,t);break;case eT.RB:case eT.RTC:!function(e,t){e.openElements.hasInScope(eT.RUBY)&&e.openElements.generateImpliedEndTags(),e._insertElement(t,Xk.HTML)}(e,t);break;case eT.RT:case eT.RP:!function(e,t){e.openElements.hasInScope(eT.RUBY)&&e.openElements.generateImpliedEndTagsWithExclusion(eT.RTC),e._insertElement(t,Xk.HTML)}(e,t);break;case eT.PRE:case eT.LISTING:!function(e,t){e.openElements.hasInButtonScope(eT.P)&&e._closePElement(),e._insertElement(t,Xk.HTML),e.skipNextNewLine=!0,e.framesetOk=!1}(e,t);break;case eT.XMP:!function(e,t){e.openElements.hasInButtonScope(eT.P)&&e._closePElement(),e._reconstructActiveFormattingElements(),e.framesetOk=!1,e._switchToTextParsing(t,uT.RAWTEXT)}(e,t);break;case eT.SVG:!function(e,t){e._reconstructActiveFormattingElements(),WT(t),YT(t),t.selfClosing?e._appendElement(t,Xk.SVG):e._insertElement(t,Xk.SVG),t.ackSelfClosing=!0}(e,t);break;case eT.HTML:!function(e,t){0===e.openElements.tmplCount&&e.treeAdapter.adoptAttributes(e.openElements.items[0],t.attrs)}(e,t);break;case eT.BASE:case eT.LINK:case eT.META:case eT.STYLE:case eT.TITLE:case eT.SCRIPT:case eT.BGSOUND:case eT.BASEFONT:case eT.TEMPLATE:fx(e,t);break;case eT.BODY:!function(e,t){var n=e.openElements.tryPeekProperlyNestedBodyElement();n&&0===e.openElements.tmplCount&&(e.framesetOk=!1,e.treeAdapter.adoptAttributes(n,t.attrs))}(e,t);break;case eT.FORM:!function(e,t){var n=e.openElements.tmplCount>0;e.formElement&&!n||(e.openElements.hasInButtonScope(eT.P)&&e._closePElement(),e._insertElement(t,Xk.HTML),n||(e.formElement=e.openElements.current))}(e,t);break;case eT.NOBR:!function(e,t){e._reconstructActiveFormattingElements(),e.openElements.hasInScope(eT.NOBR)&&(ax(e,t),e._reconstructActiveFormattingElements()),e._insertElement(t,Xk.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}(e,t);break;case eT.MATH:!function(e,t){e._reconstructActiveFormattingElements(),VT(t),YT(t),t.selfClosing?e._appendElement(t,Xk.MATHML):e._insertElement(t,Xk.MATHML),t.ackSelfClosing=!0}(e,t);break;case eT.TABLE:!function(e,t){e.treeAdapter.getDocumentMode(e.document)!==Zk.QUIRKS&&e.openElements.hasInButtonScope(eT.P)&&e._closePElement(),e._insertElement(t,Xk.HTML),e.framesetOk=!1,e.insertionMode=QT.IN_TABLE}(e,t);break;case eT.INPUT:!function(e,t){e._reconstructActiveFormattingElements(),e._appendElement(t,Xk.HTML),Ex(t)||(e.framesetOk=!1),t.ackSelfClosing=!0}(e,t);break;case eT.PARAM:case eT.TRACK:case eT.SOURCE:!function(e,t){e._appendElement(t,Xk.HTML),t.ackSelfClosing=!0}(e,t);break;case eT.IMAGE:!function(e,t){t.tagName=$k.IMG,t.tagID=eT.IMG,Dx(e,t)}(e,t);break;case eT.BUTTON:!function(e,t){e.openElements.hasInScope(eT.BUTTON)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(eT.BUTTON)),e._reconstructActiveFormattingElements(),e._insertElement(t,Xk.HTML),e.framesetOk=!1}(e,t);break;case eT.APPLET:case eT.OBJECT:case eT.MARQUEE:!function(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,Xk.HTML),e.activeFormattingElements.insertMarker(),e.framesetOk=!1}(e,t);break;case eT.IFRAME:!function(e,t){e.framesetOk=!1,e._switchToTextParsing(t,uT.RAWTEXT)}(e,t);break;case eT.SELECT:!function(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,Xk.HTML),e.framesetOk=!1,e.insertionMode=e.insertionMode===QT.IN_TABLE||e.insertionMode===QT.IN_CAPTION||e.insertionMode===QT.IN_TABLE_BODY||e.insertionMode===QT.IN_ROW||e.insertionMode===QT.IN_CELL?QT.IN_SELECT_IN_TABLE:QT.IN_SELECT}(e,t);break;case eT.OPTION:case eT.OPTGROUP:!function(e,t){e.openElements.currentTagId===eT.OPTION&&e.openElements.pop(),e._reconstructActiveFormattingElements(),e._insertElement(t,Xk.HTML)}(e,t);break;case eT.NOEMBED:case eT.NOFRAMES:Ax(e,t);break;case eT.FRAMESET:!function(e,t){var n=e.openElements.tryPeekProperlyNestedBodyElement();e.framesetOk&&n&&(e.treeAdapter.detachNode(n),e.openElements.popAllUpToHtmlElement(),e._insertElement(t,Xk.HTML),e.insertionMode=QT.IN_FRAMESET)}(e,t);break;case eT.TEXTAREA:!function(e,t){e._insertElement(t,Xk.HTML),e.skipNextNewLine=!0,e.tokenizer.state=uT.RCDATA,e.originalInsertionMode=e.insertionMode,e.framesetOk=!1,e.insertionMode=QT.TEXT}(e,t);break;case eT.NOSCRIPT:e.options.scriptingEnabled?Ax(e,t):bx(e,t);break;case eT.PLAINTEXT:!function(e,t){e.openElements.hasInButtonScope(eT.P)&&e._closePElement(),e._insertElement(t,Xk.HTML),e.tokenizer.state=uT.PLAINTEXT}(e,t);break;case eT.COL:case eT.TH:case eT.TD:case eT.TR:case eT.HEAD:case eT.FRAME:case eT.TBODY:case eT.TFOOT:case eT.THEAD:case eT.CAPTION:case eT.COLGROUP:break;default:bx(e,t)}}function Cx(e,t){for(var n=t.tagName,r=t.tagID,i=e.openElements.stackTop;i>0;i--){var a=e.openElements.items[i],o=e.openElements.tagIDs[i];if(r===o&&(r!==eT.UNKNOWN||e.treeAdapter.getTagName(a)===n)){e.openElements.generateImpliedEndTagsWithExclusion(r),e.openElements.stackTop>=i&&e.openElements.shortenToLength(i);break}if(e._isSpecialElement(a,o))break}}function kx(e,t){switch(t.tagID){case eT.A:case eT.B:case eT.I:case eT.S:case eT.U:case eT.EM:case eT.TT:case eT.BIG:case eT.CODE:case eT.FONT:case eT.NOBR:case eT.SMALL:case eT.STRIKE:case eT.STRONG:ax(e,t);break;case eT.P:!function(e){e.openElements.hasInButtonScope(eT.P)||e._insertFakeElement($k.P,eT.P),e._closePElement()}(e);break;case eT.DL:case eT.UL:case eT.OL:case eT.DIR:case eT.DIV:case eT.NAV:case eT.PRE:case eT.MAIN:case eT.MENU:case eT.ASIDE:case eT.BUTTON:case eT.CENTER:case eT.FIGURE:case eT.FOOTER:case eT.HEADER:case eT.HGROUP:case eT.DIALOG:case eT.ADDRESS:case eT.ARTICLE:case eT.DETAILS:case eT.SEARCH:case eT.SECTION:case eT.SUMMARY:case eT.LISTING:case eT.FIELDSET:case eT.BLOCKQUOTE:case eT.FIGCAPTION:!function(e,t){var n=t.tagID;e.openElements.hasInScope(n)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(n))}(e,t);break;case eT.LI:!function(e){e.openElements.hasInListItemScope(eT.LI)&&(e.openElements.generateImpliedEndTagsWithExclusion(eT.LI),e.openElements.popUntilTagNamePopped(eT.LI))}(e);break;case eT.DD:case eT.DT:!function(e,t){var n=t.tagID;e.openElements.hasInScope(n)&&(e.openElements.generateImpliedEndTagsWithExclusion(n),e.openElements.popUntilTagNamePopped(n))}(e,t);break;case eT.H1:case eT.H2:case eT.H3:case eT.H4:case eT.H5:case eT.H6:!function(e){e.openElements.hasNumberedHeaderInScope()&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilNumberedHeaderPopped())}(e);break;case eT.BR:!function(e){e._reconstructActiveFormattingElements(),e._insertFakeElement($k.BR,eT.BR),e.openElements.pop(),e.framesetOk=!1}(e);break;case eT.BODY:!function(e,t){if(e.openElements.hasInScope(eT.BODY)&&(e.insertionMode=QT.AFTER_BODY,e.options.sourceCodeLocationInfo)){var n=e.openElements.tryPeekProperlyNestedBodyElement();n&&e._setEndLocation(n,t)}}(e,t);break;case eT.HTML:!function(e,t){e.openElements.hasInScope(eT.BODY)&&(e.insertionMode=QT.AFTER_BODY,Vx(e,t))}(e,t);break;case eT.FORM:!function(e){var t=e.openElements.tmplCount>0,n=e.formElement;t||(e.formElement=null),(n||t)&&e.openElements.hasInScope(eT.FORM)&&(e.openElements.generateImpliedEndTags(),t?e.openElements.popUntilTagNamePopped(eT.FORM):n&&e.openElements.remove(n))}(e);break;case eT.APPLET:case eT.OBJECT:case eT.MARQUEE:!function(e,t){var n=t.tagID;e.openElements.hasInScope(n)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(n),e.activeFormattingElements.clearToLastMarker())}(e,t);break;case eT.TEMPLATE:dx(e,t);break;default:Cx(e,t)}}function Tx(e,t){e.tmplInsertionModeStack.length>0?Gx(e,t):ux(e,t)}function xx(e,t){if(void 0!==e.openElements.currentTagId&&XT.has(e.openElements.currentTagId))switch(e.pendingCharacterTokens.length=0,e.hasNonWhitespacePendingCharacterToken=!1,e.originalInsertionMode=e.insertionMode,e.insertionMode=QT.IN_TABLE_TEXT,t.type){case Bk.CHARACTER:Nx(e,t);break;case Bk.WHITESPACE_CHARACTER:Ox(e,t)}else Fx(e,t)}function Sx(e,t){switch(t.tagID){case eT.TD:case eT.TH:case eT.TR:!function(e,t){e.openElements.clearBackToTableContext(),e._insertFakeElement($k.TBODY,eT.TBODY),e.insertionMode=QT.IN_TABLE_BODY,jx(e,t)}(e,t);break;case eT.STYLE:case eT.SCRIPT:case eT.TEMPLATE:fx(e,t);break;case eT.COL:!function(e,t){e.openElements.clearBackToTableContext(),e._insertFakeElement($k.COLGROUP,eT.COLGROUP),e.insertionMode=QT.IN_COLUMN_GROUP,Px(e,t)}(e,t);break;case eT.FORM:!function(e,t){e.formElement||0!==e.openElements.tmplCount||(e._insertElement(t,Xk.HTML),e.formElement=e.openElements.current,e.openElements.pop())}(e,t);break;case eT.TABLE:!function(e,t){e.openElements.hasInTableScope(eT.TABLE)&&(e.openElements.popUntilTagNamePopped(eT.TABLE),e._resetInsertionMode(),e._processStartTag(t))}(e,t);break;case eT.TBODY:case eT.TFOOT:case eT.THEAD:!function(e,t){e.openElements.clearBackToTableContext(),e._insertElement(t,Xk.HTML),e.insertionMode=QT.IN_TABLE_BODY}(e,t);break;case eT.INPUT:!function(e,t){Ex(t)?e._appendElement(t,Xk.HTML):Fx(e,t),t.ackSelfClosing=!0}(e,t);break;case eT.CAPTION:!function(e,t){e.openElements.clearBackToTableContext(),e.activeFormattingElements.insertMarker(),e._insertElement(t,Xk.HTML),e.insertionMode=QT.IN_CAPTION}(e,t);break;case eT.COLGROUP:!function(e,t){e.openElements.clearBackToTableContext(),e._insertElement(t,Xk.HTML),e.insertionMode=QT.IN_COLUMN_GROUP}(e,t);break;default:Fx(e,t)}}function wx(e,t){switch(t.tagID){case eT.TABLE:e.openElements.hasInTableScope(eT.TABLE)&&(e.openElements.popUntilTagNamePopped(eT.TABLE),e._resetInsertionMode());break;case eT.TEMPLATE:dx(e,t);break;case eT.BODY:case eT.CAPTION:case eT.COL:case eT.COLGROUP:case eT.HTML:case eT.TBODY:case eT.TD:case eT.TFOOT:case eT.TH:case eT.THEAD:case eT.TR:break;default:Fx(e,t)}}function Fx(e,t){var n=e.fosterParentingEnabled;e.fosterParentingEnabled=!0,vx(e,t),e.fosterParentingEnabled=n}function Ox(e,t){e.pendingCharacterTokens.push(t)}function Nx(e,t){e.pendingCharacterTokens.push(t),e.hasNonWhitespacePendingCharacterToken=!0}function Bx(e,t){var n=0;if(e.hasNonWhitespacePendingCharacterToken)for(;n<e.pendingCharacterTokens.length;n++)Fx(e,e.pendingCharacterTokens[n]);else for(;n<e.pendingCharacterTokens.length;n++)e._insertCharacters(e.pendingCharacterTokens[n]);e.insertionMode=e.originalInsertionMode,e._processToken(t)}var Ix=new Set([eT.CAPTION,eT.COL,eT.COLGROUP,eT.TBODY,eT.TD,eT.TFOOT,eT.TH,eT.THEAD,eT.TR]);function Px(e,t){switch(t.tagID){case eT.HTML:_x(e,t);break;case eT.COL:e._appendElement(t,Xk.HTML),t.ackSelfClosing=!0;break;case eT.TEMPLATE:fx(e,t);break;default:Rx(e,t)}}function Rx(e,t){e.openElements.currentTagId===eT.COLGROUP&&(e.openElements.pop(),e.insertionMode=QT.IN_TABLE,e._processToken(t))}function jx(e,t){switch(t.tagID){case eT.TR:e.openElements.clearBackToTableBodyContext(),e._insertElement(t,Xk.HTML),e.insertionMode=QT.IN_ROW;break;case eT.TH:case eT.TD:e.openElements.clearBackToTableBodyContext(),e._insertFakeElement($k.TR,eT.TR),e.insertionMode=QT.IN_ROW,Mx(e,t);break;case eT.CAPTION:case eT.COL:case eT.COLGROUP:case eT.TBODY:case eT.TFOOT:case eT.THEAD:e.openElements.hasTableBodyContextInTableScope()&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=QT.IN_TABLE,Sx(e,t));break;default:Sx(e,t)}}function Lx(e,t){var n=t.tagID;switch(t.tagID){case eT.TBODY:case eT.TFOOT:case eT.THEAD:e.openElements.hasInTableScope(n)&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=QT.IN_TABLE);break;case eT.TABLE:e.openElements.hasTableBodyContextInTableScope()&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=QT.IN_TABLE,wx(e,t));break;case eT.BODY:case eT.CAPTION:case eT.COL:case eT.COLGROUP:case eT.HTML:case eT.TD:case eT.TH:case eT.TR:break;default:wx(e,t)}}function Mx(e,t){switch(t.tagID){case eT.TH:case eT.TD:e.openElements.clearBackToTableRowContext(),e._insertElement(t,Xk.HTML),e.insertionMode=QT.IN_CELL,e.activeFormattingElements.insertMarker();break;case eT.CAPTION:case eT.COL:case eT.COLGROUP:case eT.TBODY:case eT.TFOOT:case eT.THEAD:case eT.TR:e.openElements.hasInTableScope(eT.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=QT.IN_TABLE_BODY,jx(e,t));break;default:Sx(e,t)}}function zx(e,t){switch(t.tagID){case eT.TR:e.openElements.hasInTableScope(eT.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=QT.IN_TABLE_BODY);break;case eT.TABLE:e.openElements.hasInTableScope(eT.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=QT.IN_TABLE_BODY,Lx(e,t));break;case eT.TBODY:case eT.TFOOT:case eT.THEAD:(e.openElements.hasInTableScope(t.tagID)||e.openElements.hasInTableScope(eT.TR))&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=QT.IN_TABLE_BODY,Lx(e,t));break;case eT.BODY:case eT.CAPTION:case eT.COL:case eT.COLGROUP:case eT.HTML:case eT.TD:case eT.TH:break;default:wx(e,t)}}function Ux(e,t){switch(t.tagID){case eT.HTML:_x(e,t);break;case eT.OPTION:e.openElements.currentTagId===eT.OPTION&&e.openElements.pop(),e._insertElement(t,Xk.HTML);break;case eT.OPTGROUP:e.openElements.currentTagId===eT.OPTION&&e.openElements.pop(),e.openElements.currentTagId===eT.OPTGROUP&&e.openElements.pop(),e._insertElement(t,Xk.HTML);break;case eT.HR:e.openElements.currentTagId===eT.OPTION&&e.openElements.pop(),e.openElements.currentTagId===eT.OPTGROUP&&e.openElements.pop(),e._appendElement(t,Xk.HTML),t.ackSelfClosing=!0;break;case eT.INPUT:case eT.KEYGEN:case eT.TEXTAREA:case eT.SELECT:e.openElements.hasInSelectScope(eT.SELECT)&&(e.openElements.popUntilTagNamePopped(eT.SELECT),e._resetInsertionMode(),t.tagID!==eT.SELECT&&e._processStartTag(t));break;case eT.SCRIPT:case eT.TEMPLATE:fx(e,t)}}function Hx(e,t){switch(t.tagID){case eT.OPTGROUP:e.openElements.stackTop>0&&e.openElements.currentTagId===eT.OPTION&&e.openElements.tagIDs[e.openElements.stackTop-1]===eT.OPTGROUP&&e.openElements.pop(),e.openElements.currentTagId===eT.OPTGROUP&&e.openElements.pop();break;case eT.OPTION:e.openElements.currentTagId===eT.OPTION&&e.openElements.pop();break;case eT.SELECT:e.openElements.hasInSelectScope(eT.SELECT)&&(e.openElements.popUntilTagNamePopped(eT.SELECT),e._resetInsertionMode());break;case eT.TEMPLATE:dx(e,t)}}function Gx(e,t){e.openElements.tmplCount>0?(e.openElements.popUntilTagNamePopped(eT.TEMPLATE),e.activeFormattingElements.clearToLastMarker(),e.tmplInsertionModeStack.shift(),e._resetInsertionMode(),e.onEof(t)):ux(e,t)}function Vx(e,t){var n;if(t.tagID===eT.HTML){if(e.fragmentContext||(e.insertionMode=QT.AFTER_AFTER_BODY),e.options.sourceCodeLocationInfo&&e.openElements.tagIDs[0]===eT.HTML){e._setEndLocation(e.openElements.items[0],t);var r=e.openElements.items[1];r&&!(null===(n=e.treeAdapter.getNodeSourceCodeLocation(r))||void 0===n?void 0:n.endTag)&&e._setEndLocation(r,t)}}else Wx(e,t)}function Wx(e,t){e.insertionMode=QT.IN_BODY,vx(e,t)}function Yx(e,t){e.insertionMode=QT.IN_BODY,vx(e,t)}function qx(e){for(;e.treeAdapter.getNamespaceURI(e.openElements.current)!==Xk.HTML&&void 0!==e.openElements.currentTagId&&!e._isIntegrationPoint(e.openElements.currentTagId,e.openElements.current);)e.openElements.pop()}new Map([[34,"""],[38,"&"],[39,"'"],[60,"<"],[62,">"]]),String.prototype.codePointAt;function Qx(e,t){return function(n){for(var r,i=0,a="";e.exec(n);)i!==r.index&&n.substring(i,r.index),t.get(r[0].charCodeAt(0)),r.index+1;return a+n.substring(i)}}new Map([[34,"""],[38,"&"],[160," "]]),new Map([[38,"&"],[60,"<"],[62,">"],[160," "]]),new Set([$k.AREA,$k.BASE,$k.BASEFONT,$k.BGSOUND,$k.BR,$k.COL,$k.EMBED,$k.FRAME,$k.HR,$k.IMG,$k.INPUT,$k.KEYGEN,$k.LINK,$k.META,$k.PARAM,$k.SOURCE,$k.TRACK,$k.WBR]);var Kx=/<(\/?)(iframe|noembed|noframes|plaintext|script|style|textarea|title|xmp)(?=[\t\n\f\r />])/gi,Xx=new Set(["mdxFlowExpression","mdxJsxFlowElement","mdxJsxTextElement","mdxTextExpression","mdxjsEsm"]),Jx={sourceCodeLocationInfo:!0,scriptingEnabled:!1};function Zx(e,t){var n=function(e){var t="root"===e.type?e.children[0]:e;return Boolean(t&&("doctype"===t.type||"element"===t.type&&"html"===t.tagName.toLowerCase()))}(e),r=dk("type",{handlers:{root:eS,element:tS,text:nS,comment:aS,doctype:rS,raw:oS},unknown:uS}),i={parser:n?new ZT(Jx):ZT.getFragmentParser(void 0,Jx),handle:function(e){r(e,i)},stitches:!1,options:t||{}};r(e,i),sS(i,Iy());var a=function(e,t){var n=t||{};return xC({file:n.file||void 0,location:!1,schema:"svg"===n.space?by:Ay,verbose:n.verbose||!1},e)}(n?i.parser.document:i.parser.getFragment(),{file:i.options.file});return i.stitches&&TA(a,"comment",function(e,t,n){var r=e;if(r.value.stitch&&n&&void 0!==t)return n.children[t]=r.value.stitch,t}),"root"===a.type&&1===a.children.length&&a.children[0].type===e.type?a.children[0]:a}function $x(e,t){var n=-1;if(e)for(;++n<e.length;)t.handle(e[n])}function eS(e,t){$x(e.children,t)}function tS(e,t){!function(e,t){var n=e.tagName.toLowerCase();if(t.parser.tokenizer.state===uT.PLAINTEXT)return;sS(t,Iy(e));var r=t.parser.openElements.current,i="namespaceURI"in r?r.namespaceURI:CC.html;i===CC.html&&"svg"===n&&(i=CC.svg);var a=function(e,t){var n=(t||pk).space;return mk(e,"svg"===n?ak:ik)}(ne(ne({},e),{},{children:[]}),{space:i===CC.svg?"svg":"html"}),o={type:Bk.START_TAG,tagName:n,tagID:nT(n),selfClosing:!1,ackSelfClosing:!1,attrs:"attrs"in a?a.attrs:[],location:cS(e)};t.parser.currentToken=o,t.parser._processToken(t.parser.currentToken),t.parser.tokenizer.lastStartTagName=n}(e,t),$x(e.children,t),function(e,t){var n=e.tagName.toLowerCase();if(!t.parser.tokenizer.inForeignNode&&Ek.includes(n))return;if(t.parser.tokenizer.state===uT.PLAINTEXT)return;sS(t,By(e));var r={type:Bk.END_TAG,tagName:n,tagID:nT(n),selfClosing:!1,ackSelfClosing:!1,attrs:[],location:cS(e)};t.parser.currentToken=r,t.parser._processToken(t.parser.currentToken),n!==t.parser.tokenizer.lastStartTagName||t.parser.tokenizer.state!==uT.RCDATA&&t.parser.tokenizer.state!==uT.RAWTEXT&&t.parser.tokenizer.state!==uT.SCRIPT_DATA||(t.parser.tokenizer.state=uT.DATA)}(e,t)}function nS(e,t){t.parser.tokenizer.state>4&&(t.parser.tokenizer.state=0);var n={type:Bk.CHARACTER,chars:e.value,location:cS(e)};sS(t,Iy(e)),t.parser.currentToken=n,t.parser._processToken(t.parser.currentToken)}function rS(e,t){var n={type:Bk.DOCTYPE,name:"html",forceQuirks:!1,publicId:"",systemId:"",location:cS(e)};sS(t,Iy(e)),t.parser.currentToken=n,t.parser._processToken(t.parser.currentToken)}function iS(e,t){t.stitches=!0;var n=function(e){return pA("children"in e?ne(ne({},e),{},{children:[]}):e)}(e);if("children"in e&&"children"in n){var r=Zx({type:"root",children:e.children},t.options);n.children=r.children}aS({type:"comment",value:{stitch:n}},t)}function aS(e,t){var n=e.value,r={type:Bk.COMMENT,data:n,location:cS(e)};sS(t,Iy(e)),t.parser.currentToken=r,t.parser._processToken(t.parser.currentToken)}function oS(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,lS(t,Iy(e)),t.parser.tokenizer.write(t.options.tagfilter?e.value.replace(Kx,"<$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;var n=t.parser.tokenizer._consume();t.parser.tokenizer._callState(n)}}function uS(e,t){var n=e;if(!t.options.passThrough||!t.options.passThrough.includes(n.type)){var r="";throw Xx.has(n.type)&&(r=". 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"+r)}iS(n,t)}function sS(e,t){lS(e,t);var 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=uT.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 lS(e,t){if(t&&void 0!==t.offset){var 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 cS(e){var t=Iy(e)||{line:void 0,column:void 0,offset:void 0},n=By(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 fS(e){return function(t,n){return Zx(t,ne(ne({},e),{},{file:n}))}}var dS,pS={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"},hS=function(e){if(!e)return e;if(/^https?:\/\//i.test(e))return e;var t=(ci||"").replace(/\/+$/,""),n=e.startsWith("/")?e:"/".concat(e);return"".concat(t).concat(n)},mS=function(e){return(e||"").replace(/^\/+/,"").replace(/\/+$/,"")},vS=mn()(function(e){var t,n,r,a,o,u,s,l,c=e.article,f=e.stories,d=e.categories,p=e.settings,h=e.t,m=Mt(),v=zt(),g=Ht().id,y=ae((0,i.useState)(!1),2),D=y[0],E=y[1],A=(0,i.useMemo)(function(){return(m.pathname||"").replace(/\/+$/,"")},[m.pathname]),b=(0,i.useMemo)(function(){return(A.split("/")[1]||"uk").toLowerCase()},[A]),_=(0,i.useMemo)(function(){return A.replace(/^\/(uk|ru|en)\/article\//,"")},[A]),C=(0,i.useMemo)(function(){var e=Number(g);return Number.isFinite(e)&&e>0?e:null},[g]),k=(0,i.useMemo)(function(){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,i.useEffect)(function(){if(!C)return E(!1),void v("/".concat(b,"/404"),{replace:!0});if(null!==c&&void 0!==c&&c.id)if(Number(c.id)===C)if(k){if(mS(_)!==mS(k))return E(!1),void v("/".concat(b,"/404"),{replace:!0});E(!0)}else E(!1);else E(!1);else E(!1)},[C,null===c||void 0===c?void 0:c.id,k,_,b,v]),!D)return null;var T=new Date(c.updated_at),x=T.getDate(),S=T.getMonth()+1,w=T.getFullYear(),F="".concat(x,".").concat(S,".").concat(w),O=hS(null===(n=c.image)||void 0===n?void 0:n.url),N="undefined"!==typeof window&&null!==(r=window.location)&&void 0!==r&&r.origin?window.location.origin:"https://bellamozzarella.com.ua",B="".concat(N,"/").concat(b,"/article/").concat(null===c||void 0===c||null===(a=c.seo)||void 0===a?void 0:a.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,ho.jsxs)("div",{className:pS.container,children:[(0,ho.jsx)(Dl,{cart:!0,categories:d}),(0,ho.jsx)(Cc,{path:"article",title:null===c||void 0===c||null===(o=c.seo)||void 0===o?void 0:o.title,keywords:null===c||void 0===c||null===(u=c.seo)||void 0===u?void 0:u.keywords,description:null===c||void 0===c||null===(s=c.seo)||void 0===s?void 0:s.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,ho.jsx)(Gh,{data:p}),(0,ho.jsx)(em,{data:f}),(0,ho.jsx)(Dl,{categories:d}),(0,ho.jsx)("script",{type:"application/ld+json",dangerouslySetInnerHTML:{__html:JSON.stringify(I)}}),(0,ho.jsxs)("div",{className:pS.article,children:[(0,ho.jsxs)("div",{className:pS.articleHeader,children:[(0,ho.jsx)("h1",{className:pS.articleTitle,children:c.title}),(0,ho.jsx)("div",{className:pS.articleTime,children:F})]}),(0,ho.jsxs)("div",{className:pS.articleBody,children:[(0,ho.jsx)("div",{className:pS.articleImaWrapper,children:O&&(0,ho.jsx)("img",{className:pS.articleImg,src:O,alt:null===c||void 0===c?void 0:c.title,loading:"lazy",decoding:"async"})}),(0,ho.jsx)("div",{className:pS.articleContent,children:(0,ho.jsx)(gb,{remarkPlugins:[mC],rehypePlugins:[fS],components:{img:function(e){return(0,ho.jsx)("img",ne(ne({},e),{},{src:hS(e.src),loading:"lazy",decoding:"async"}))},a:function(e){var t=hS(e.href),n=/^https?:\/\//i.test(t);return(0,ho.jsx)("a",ne(ne({},e),{},{href:t},n?{target:"_blank",rel:"noopener noreferrer"}:{}))}},children:c.content||""})})]})]}),(0,ho.jsx)(wc,{}),(0,ho.jsx)(Yt,{})]})}),gS=mn()(function(e){var t=e.t,n=window.location.pathname,r=n.slice(n.lastIndexOf("/")+1),a=M(),o=F(function(e){return e.combos.data},U),u=F(function(e){return e.stories.data},U),s=F(function(e){return e.categories.data},U),l=F(function(e){return e.article.data},U),c=F(function(e){return e.settings.data},U),f=ee(s);return f=f.filter(function(e){return e.visible&&e}),f.splice(1,0,{name:t("pages.main.components.combo.title"),position:2,dishes:o,visible:!0}),(0,i.useEffect)(function(){a(jg(r)),a(Qa()),a(Ya()),a(Va()),a(Xa())},[t,a]),l?(0,ho.jsx)(vS,{article:l,stories:u,categories:f,allCategories:s,settings:c,path:"category"}):null}),yS="styles_container__L94Cm",DS="styles_code__-DEsx",ES="styles_title__5f5Bj",AS="styles_button__bEn8z",bS=mn()(function(e){var t=e.t;return(0,i.useEffect)(function(){"undefined"!==typeof window&&(window.prerenderStatusCode=404,window.prerenderReady=!0)},[]),(0,ho.jsxs)("div",{className:yS,children:[(0,ho.jsx)(Cc,{t:t,path:"notFound"}),(0,ho.jsx)("h1",{className:DS,children:"404"}),(0,ho.jsx)("h2",{className:ES,children:t("pages.notFound.title")}),(0,ho.jsx)(nn,{to:"/uk",className:AS,children:t("pages.notFound.goToMain")})]})}),_S=function(){return(0,ho.jsx)(bS,{})},CS=ii("article/getArticles",yn(vn().mark(function e(){var t;return vn().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,Ma().articles.getArticles();case 2:return t=e.sent,e.abrupt("return",t.data);case 4:case"end":return e.stop()}},e)}))),kS=Zr({name:"articles",initialState:{data:{},loading:!1,error:null},reducers:{},extraReducers:(dS={},l(dS,CS.fulfilled,function(e,t){e.loading=!1,e.data=t.payload}),l(dS,CS.pending,function(e){e.loading=!0}),l(dS,CS.rejected,function(e,t){e.loading=!1,e.error=t.payload}),dS)}).reducer,TS={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"},xS=mn()(function(e){var t,n=e.categories,r=e.articles,a=void 0===r?[]:r,o=e.t,u=Ta(),s=zt(),l=Ht().page,c=ae((0,i.useState)(Number(l)>0?Number(l):1),2),f=c[0],d=c[1];(0,i.useEffect)(function(){var e=Number(l);d(e>0?e:1)},[l]);var p=Array.isArray(a)?a:[],h=(0,i.useMemo)(function(){return ee(p).sort(function(e,t){return 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,i.useEffect)(function(){(f<1||f>m)&&s("/".concat(u,"/blog"),{replace:!0})},[f,m,s,u]);var v=10*(f-1),g=h.slice(v,v+10),y=function(e){e>=1&&e<=m&&(s(1===e?"/".concat(u,"/blog"):"/".concat(u,"/blog/").concat(e),{replace:!1}),window.scrollTo({top:0,behavior:"smooth"}))},D="undefined"!==typeof window&&null!==(t=window.location)&&void 0!==t&&t.origin?window.location.origin:"https://bellamozzarella.com.ua",E=1===f?"".concat(D,"/").concat(u,"/blog"):"".concat(D,"/").concat(u,"/blog/").concat(f),A={"@context":"https://schema.org","@type":"BreadcrumbList",itemListElement:[{"@type":"ListItem",position:1,name:o("pages.blog.main","\u0413\u043b\u0430\u0432\u043d\u0430\u044f"),item:"".concat(D,"/").concat(u)},{"@type":"ListItem",position:2,name:o("pages.blog.blog","\u0411\u043b\u043e\u0433"),item:"".concat(D,"/").concat(u,"/blog")}]},b={"@context":"https://schema.org","@type":"ItemList",name:o("seo.blog.title"),url:E,numberOfItems:g.length,itemListOrder:"https://schema.org/ItemListOrderDescending",itemListElement:g.map(function(e,t){return{"@type":"ListItem",position:v+t+1,item:{"@type":"BlogPosting",headline:e.title,url:"".concat(D,"/").concat(u,"/article/").concat(e.seo.url,"/").concat(e.id),datePublished:e.published_at||e.created_at}}})},_=[A,{"@context":"https://schema.org","@type":"CollectionPage",name:o("seo.blog.title"),url:E,isPartOf:{"@type":"WebSite",name:"Bella Mozzarella",url:D}},b];return(0,ho.jsxs)("div",{className:TS.container,children:[(0,ho.jsx)(Dl,{cart:!0,categories:n}),(0,ho.jsx)(Cc,{path:"blog",title:o("seo.blog.title"),keywords:o("seo.blog.keywords"),description:o("seo.blog.description"),url:1===f?"blog":"blog/".concat(f)}),(0,ho.jsx)("script",{type:"application/ld+json",dangerouslySetInnerHTML:{__html:JSON.stringify(_)}}),h.length>0&&(0,ho.jsxs)(ho.Fragment,{children:[(0,ho.jsxs)("div",{className:TS.articles,children:[(0,ho.jsx)("h1",{className:TS.mainTitle,children:o("seo.blog.mainTitle")}),g.map(function(e){return(0,ho.jsx)(nn,{className:TS.link,to:"/".concat(u,"/article/").concat(e.seo.url,"/").concat(e.id),children:(0,ho.jsx)("div",{className:TS.article,children:(0,ho.jsx)("p",{className:TS.title,children:e.title})})},e.id)})]}),(0,ho.jsxs)("div",{className:TS.pagination,children:[(0,ho.jsxs)("button",{onClick:function(){return y(f-1)},disabled:1===f,children:["\xab ",o("seo.blog.prev")]}),ee(Array(m)).map(function(e,t){var n=t+1;return(0,ho.jsx)("button",{onClick:function(){return y(n)},className:f===n?TS.activePage:"",children:n},n)}),(0,ho.jsxs)("button",{onClick:function(){return y(f+1)},disabled:f===m,children:[o("seo.blog.next")," \xbb"]})]})]})]})}),SS=mn()(function(e){var t=e.t,n=M(),r=F(function(e){return e.combos.data},U),a=F(function(e){return e.categories.data},U),o=F(function(e){return e.articles.data},U),u=ee(a);return u=u.filter(function(e){return e.visible&&e}),u.splice(1,0,{name:t("pages.main.components.combo.title"),position:2,dishes:r,visible:!0}),(0,i.useEffect)(function(){n(Ya()),n(Va()),n(CS())},[t,n]),(0,ho.jsx)(xS,{categories:u,articles:o})});function wS(){var e=Mt().pathname,t=e.split("/")[1];return["uk","ru","en"].includes(t)?function(e){var t=e.toLowerCase(),n=function(e,n){return 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,ho.jsx)(Wt,{to:"/".concat(t,"/").concat(Gl),replace:!0}):(0,ho.jsx)(Yt,{}):(0,ho.jsx)(Wt,{to:"/uk/".concat(Gl),replace:!0})}var FS=function(){return(0,ho.jsx)(tn,{children:(0,ho.jsxs)(mo,{children:[(0,ho.jsx)(Pc,{}),(0,ho.jsx)(Bo,{}),(0,ho.jsx)(Kt,{children:(0,ho.jsxs)(qt,{element:(0,ho.jsx)(wS,{}),children:[(0,ho.jsx)(qt,{path:"/",element:(0,ho.jsx)(Wt,{to:"/uk",replace:!0})}),(0,ho.jsx)(qt,{path:"/".concat(Ll,"/category/:slug"),element:(0,ho.jsx)(cv,{})}),(0,ho.jsx)(qt,{path:"/".concat(Ll,"/").concat("category/:name"),element:(0,ho.jsx)(cv,{})}),(0,ho.jsxs)(qt,{path:"/".concat(Ll),element:(0,ho.jsx)(tv,{}),children:[(0,ho.jsx)(qt,{index:!0,element:(0,ho.jsx)(ho.Fragment,{})}),(0,ho.jsx)(qt,{path:Ul,element:(0,ho.jsx)(Wv,{})}),(0,ho.jsx)(qt,{path:"combo/:id",element:(0,ho.jsx)(wg,{})}),(0,ho.jsx)(qt,{path:Hl,element:(0,ho.jsx)(Ig,{})}),(0,ho.jsx)(qt,{path:"category/:name/dish/:id",element:(0,ho.jsx)(Wv,{})}),(0,ho.jsx)(qt,{path:"category/:name/combo/:id",element:(0,ho.jsx)(wg,{})})]}),(0,ho.jsx)(qt,{path:"/".concat(Ll,"/").concat(Vl),element:(0,ho.jsx)(SS,{})}),(0,ho.jsx)(qt,{path:"/".concat(Ll,"/").concat(Vl,"/:page"),element:(0,ho.jsx)(SS,{})}),(0,ho.jsx)(qt,{path:"/".concat(Ll,"/").concat(Ml),element:(0,ho.jsx)(iv,{})}),(0,ho.jsx)(qt,{path:"/".concat(Ll,"/").concat(zl),element:(0,ho.jsx)(mv,{})}),(0,ho.jsx)(qt,{path:"/".concat(Ll,"/").concat("article/:name/:id"),element:(0,ho.jsx)(gS,{})}),(0,ho.jsx)(qt,{path:"/".concat(Ll,"/").concat(Gl),element:(0,ho.jsx)(_S,{})}),(0,ho.jsx)(qt,{path:"/:lang/*",element:(0,ho.jsx)(_S,{})}),(0,ho.jsx)(qt,{path:"*",element:(0,ho.jsx)(_S,{})})]})}),(0,ho.jsx)(Yl,{})]})})},OS={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"}}}};pa.init({interpolation:{escapeValue:!1},lng:"uk",resources:OS});var NS=pa,BS=Tr({stories:Ka,combos:qa,categories:Wa,settings:Ja,dish:gv,combo:qv,category:Og,orders:oo,iiko:Yo,article:Mg,articles:kS});var IS=function(e){var t,n=Kr(),r=e||{},i=r.reducer,a=void 0===i?void 0:i,o=r.middleware,u=void 0===o?n():o,s=r.devTools,l=void 0===s||s,c=r.preloadedState,f=void 0===c?void 0:c,d=r.enhancers,p=void 0===d?void 0:d;if("function"===typeof a)t=a;else{if(!Yr(a))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=Tr(a)}var h=u;"function"===typeof h&&(h=h(n));var m=Sr.apply(void 0,h),v=xr;l&&(v=Wr(Hr({trace:!1},"object"===typeof l&&l)));var g=[m];return Array.isArray(p)?g=Ir([m],p):"function"===typeof p&&(g=p(g)),kr(t,f,v.apply(void 0,g))}({reducer:function(e,t){return BS(e,t)}}),PS=IS,RS=function(e){e&&e instanceof Function&&n.e(787).then(n.bind(n,787)).then(function(t){var n=t.getCLS,r=t.getFID,i=t.getFCP,a=t.getLCP,o=t.getTTFB;n(e),r(e),i(e),a(e),o(e)})};xa(),a.createRoot(document.getElementById("root")).render((0,ho.jsx)(I,{store:PS,children:(0,ho.jsx)(Ze,{children:(0,ho.jsx)(y,{i18n:NS,children:(0,ho.jsx)(FS,{})})})})),RS()}()}();
//# sourceMappingURL=main.d85e69e6.js.map