!function(e){var t={};function n(i){if(t[i])return t[i].exports;var s=t[i]={i:i,l:!1,exports:{}};return e[i].call(s.exports,s,s.exports,n),s.l=!0,s.exports}n.m=e,n.c=t,n.d=function(e,t,i){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:i})},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 i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var s in e)n.d(i,s,function(t){return e[t]}.bind(null,s));return i},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="./src/pyp/scripts/main.js")}({"./node_modules/@babel/runtime/helpers/asyncToGenerator.js":function(e,t){function n(e,t,n,i,s,o,r){try{var a=e[o](r),l=a.value}catch(e){return void n(e)}a.done?t(l):Promise.resolve(l).then(i,s)}e.exports=function(e){return function(){var t=this,i=arguments;return new Promise((function(s,o){var r=e.apply(t,i);function a(e){n(r,s,o,a,l,"next",e)}function l(e){n(r,s,o,a,l,"throw",e)}a(void 0)}))}},e.exports.default=e.exports,e.exports.__esModule=!0},"./node_modules/@babel/runtime/helpers/defineProperty.js":function(e,t){e.exports=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e},e.exports.default=e.exports,e.exports.__esModule=!0},"./node_modules/@babel/runtime/regenerator/index.js":function(e,t,n){e.exports=n("./node_modules/regenerator-runtime/runtime.js")},"./node_modules/axios/index.js":function(e,t,n){e.exports=n("./node_modules/axios/lib/axios.js")},"./node_modules/axios/lib/adapters/xhr.js":function(e,t,n){"use strict";var i=n("./node_modules/axios/lib/utils.js"),s=n("./node_modules/axios/lib/core/settle.js"),o=n("./node_modules/axios/lib/helpers/cookies.js"),r=n("./node_modules/axios/lib/helpers/buildURL.js"),a=n("./node_modules/axios/lib/core/buildFullPath.js"),l=n("./node_modules/axios/lib/helpers/parseHeaders.js"),c=n("./node_modules/axios/lib/helpers/isURLSameOrigin.js"),u=n("./node_modules/axios/lib/core/createError.js");e.exports=function(e){return new Promise((function(t,n){var d=e.data,p=e.headers;i.isFormData(d)&&delete p["Content-Type"],(i.isBlob(d)||i.isFile(d))&&d.type&&delete p["Content-Type"];var f=new XMLHttpRequest;if(e.auth){var h=e.auth.username||"",v=unescape(encodeURIComponent(e.auth.password))||"";p.Authorization="Basic "+btoa(h+":"+v)}var m=a(e.baseURL,e.url);if(f.open(e.method.toUpperCase(),r(m,e.params,e.paramsSerializer),!0),f.timeout=e.timeout,f.onreadystatechange=function(){if(f&&4===f.readyState&&(0!==f.status||f.responseURL&&0===f.responseURL.indexOf("file:"))){var i="getAllResponseHeaders"in f?l(f.getAllResponseHeaders()):null,o={data:e.responseType&&"text"!==e.responseType?f.response:f.responseText,status:f.status,statusText:f.statusText,headers:i,config:e,request:f};s(t,n,o),f=null}},f.onabort=function(){f&&(n(u("Request aborted",e,"ECONNABORTED",f)),f=null)},f.onerror=function(){n(u("Network Error",e,null,f)),f=null},f.ontimeout=function(){var t="timeout of "+e.timeout+"ms exceeded";e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),n(u(t,e,"ECONNABORTED",f)),f=null},i.isStandardBrowserEnv()){var g=(e.withCredentials||c(m))&&e.xsrfCookieName?o.read(e.xsrfCookieName):void 0;g&&(p[e.xsrfHeaderName]=g)}if("setRequestHeader"in f&&i.forEach(p,(function(e,t){void 0===d&&"content-type"===t.toLowerCase()?delete p[t]:f.setRequestHeader(t,e)})),i.isUndefined(e.withCredentials)||(f.withCredentials=!!e.withCredentials),e.responseType)try{f.responseType=e.responseType}catch(t){if("json"!==e.responseType)throw t}"function"==typeof e.onDownloadProgress&&f.addEventListener("progress",e.onDownloadProgress),"function"==typeof e.onUploadProgress&&f.upload&&f.upload.addEventListener("progress",e.onUploadProgress),e.cancelToken&&e.cancelToken.promise.then((function(e){f&&(f.abort(),n(e),f=null)})),d||(d=null),f.send(d)}))}},"./node_modules/axios/lib/axios.js":function(e,t,n){"use strict";var i=n("./node_modules/axios/lib/utils.js"),s=n("./node_modules/axios/lib/helpers/bind.js"),o=n("./node_modules/axios/lib/core/Axios.js"),r=n("./node_modules/axios/lib/core/mergeConfig.js");function a(e){var t=new o(e),n=s(o.prototype.request,t);return i.extend(n,o.prototype,t),i.extend(n,t),n}var l=a(n("./node_modules/axios/lib/defaults.js"));l.Axios=o,l.create=function(e){return a(r(l.defaults,e))},l.Cancel=n("./node_modules/axios/lib/cancel/Cancel.js"),l.CancelToken=n("./node_modules/axios/lib/cancel/CancelToken.js"),l.isCancel=n("./node_modules/axios/lib/cancel/isCancel.js"),l.all=function(e){return Promise.all(e)},l.spread=n("./node_modules/axios/lib/helpers/spread.js"),e.exports=l,e.exports.default=l},"./node_modules/axios/lib/cancel/Cancel.js":function(e,t,n){"use strict";function i(e){this.message=e}i.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},i.prototype.__CANCEL__=!0,e.exports=i},"./node_modules/axios/lib/cancel/CancelToken.js":function(e,t,n){"use strict";var i=n("./node_modules/axios/lib/cancel/Cancel.js");function s(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;e((function(e){n.reason||(n.reason=new i(e),t(n.reason))}))}s.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},s.source=function(){var e;return{token:new s((function(t){e=t})),cancel:e}},e.exports=s},"./node_modules/axios/lib/cancel/isCancel.js":function(e,t,n){"use strict";e.exports=function(e){return!(!e||!e.__CANCEL__)}},"./node_modules/axios/lib/core/Axios.js":function(e,t,n){"use strict";var i=n("./node_modules/axios/lib/utils.js"),s=n("./node_modules/axios/lib/helpers/buildURL.js"),o=n("./node_modules/axios/lib/core/InterceptorManager.js"),r=n("./node_modules/axios/lib/core/dispatchRequest.js"),a=n("./node_modules/axios/lib/core/mergeConfig.js");function l(e){this.defaults=e,this.interceptors={request:new o,response:new o}}l.prototype.request=function(e){"string"==typeof e?(e=arguments[1]||{}).url=arguments[0]:e=e||{},(e=a(this.defaults,e)).method?e.method=e.method.toLowerCase():this.defaults.method?e.method=this.defaults.method.toLowerCase():e.method="get";var t=[r,void 0],n=Promise.resolve(e);for(this.interceptors.request.forEach((function(e){t.unshift(e.fulfilled,e.rejected)})),this.interceptors.response.forEach((function(e){t.push(e.fulfilled,e.rejected)}));t.length;)n=n.then(t.shift(),t.shift());return n},l.prototype.getUri=function(e){return e=a(this.defaults,e),s(e.url,e.params,e.paramsSerializer).replace(/^\?/,"")},i.forEach(["delete","get","head","options"],(function(e){l.prototype[e]=function(t,n){return this.request(a(n||{},{method:e,url:t}))}})),i.forEach(["post","put","patch"],(function(e){l.prototype[e]=function(t,n,i){return this.request(a(i||{},{method:e,url:t,data:n}))}})),e.exports=l},"./node_modules/axios/lib/core/InterceptorManager.js":function(e,t,n){"use strict";var i=n("./node_modules/axios/lib/utils.js");function s(){this.handlers=[]}s.prototype.use=function(e,t){return this.handlers.push({fulfilled:e,rejected:t}),this.handlers.length-1},s.prototype.eject=function(e){this.handlers[e]&&(this.handlers[e]=null)},s.prototype.forEach=function(e){i.forEach(this.handlers,(function(t){null!==t&&e(t)}))},e.exports=s},"./node_modules/axios/lib/core/buildFullPath.js":function(e,t,n){"use strict";var i=n("./node_modules/axios/lib/helpers/isAbsoluteURL.js"),s=n("./node_modules/axios/lib/helpers/combineURLs.js");e.exports=function(e,t){return e&&!i(t)?s(e,t):t}},"./node_modules/axios/lib/core/createError.js":function(e,t,n){"use strict";var i=n("./node_modules/axios/lib/core/enhanceError.js");e.exports=function(e,t,n,s,o){var r=new Error(e);return i(r,t,n,s,o)}},"./node_modules/axios/lib/core/dispatchRequest.js":function(e,t,n){"use strict";var i=n("./node_modules/axios/lib/utils.js"),s=n("./node_modules/axios/lib/core/transformData.js"),o=n("./node_modules/axios/lib/cancel/isCancel.js"),r=n("./node_modules/axios/lib/defaults.js");function a(e){e.cancelToken&&e.cancelToken.throwIfRequested()}e.exports=function(e){return a(e),e.headers=e.headers||{},e.data=s(e.data,e.headers,e.transformRequest),e.headers=i.merge(e.headers.common||{},e.headers[e.method]||{},e.headers),i.forEach(["delete","get","head","post","put","patch","common"],(function(t){delete e.headers[t]})),(e.adapter||r.adapter)(e).then((function(t){return a(e),t.data=s(t.data,t.headers,e.transformResponse),t}),(function(t){return o(t)||(a(e),t&&t.response&&(t.response.data=s(t.response.data,t.response.headers,e.transformResponse))),Promise.reject(t)}))}},"./node_modules/axios/lib/core/enhanceError.js":function(e,t,n){"use strict";e.exports=function(e,t,n,i,s){return e.config=t,n&&(e.code=n),e.request=i,e.response=s,e.isAxiosError=!0,e.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}},e}},"./node_modules/axios/lib/core/mergeConfig.js":function(e,t,n){"use strict";var i=n("./node_modules/axios/lib/utils.js");e.exports=function(e,t){t=t||{};var n={},s=["url","method","data"],o=["headers","auth","proxy","params"],r=["baseURL","transformRequest","transformResponse","paramsSerializer","timeout","timeoutMessage","withCredentials","adapter","responseType","xsrfCookieName","xsrfHeaderName","onUploadProgress","onDownloadProgress","decompress","maxContentLength","maxBodyLength","maxRedirects","transport","httpAgent","httpsAgent","cancelToken","socketPath","responseEncoding"],a=["validateStatus"];function l(e,t){return i.isPlainObject(e)&&i.isPlainObject(t)?i.merge(e,t):i.isPlainObject(t)?i.merge({},t):i.isArray(t)?t.slice():t}function c(s){i.isUndefined(t[s])?i.isUndefined(e[s])||(n[s]=l(void 0,e[s])):n[s]=l(e[s],t[s])}i.forEach(s,(function(e){i.isUndefined(t[e])||(n[e]=l(void 0,t[e]))})),i.forEach(o,c),i.forEach(r,(function(s){i.isUndefined(t[s])?i.isUndefined(e[s])||(n[s]=l(void 0,e[s])):n[s]=l(void 0,t[s])})),i.forEach(a,(function(i){i in t?n[i]=l(e[i],t[i]):i in e&&(n[i]=l(void 0,e[i]))}));var u=s.concat(o).concat(r).concat(a),d=Object.keys(e).concat(Object.keys(t)).filter((function(e){return-1===u.indexOf(e)}));return i.forEach(d,c),n}},"./node_modules/axios/lib/core/settle.js":function(e,t,n){"use strict";var i=n("./node_modules/axios/lib/core/createError.js");e.exports=function(e,t,n){var s=n.config.validateStatus;n.status&&s&&!s(n.status)?t(i("Request failed with status code "+n.status,n.config,null,n.request,n)):e(n)}},"./node_modules/axios/lib/core/transformData.js":function(e,t,n){"use strict";var i=n("./node_modules/axios/lib/utils.js");e.exports=function(e,t,n){return i.forEach(n,(function(n){e=n(e,t)})),e}},"./node_modules/axios/lib/defaults.js":function(e,t,n){"use strict";(function(t){var i=n("./node_modules/axios/lib/utils.js"),s=n("./node_modules/axios/lib/helpers/normalizeHeaderName.js"),o={"Content-Type":"application/x-www-form-urlencoded"};function r(e,t){!i.isUndefined(e)&&i.isUndefined(e["Content-Type"])&&(e["Content-Type"]=t)}var a,l={adapter:(("undefined"!=typeof XMLHttpRequest||void 0!==t&&"[object process]"===Object.prototype.toString.call(t))&&(a=n("./node_modules/axios/lib/adapters/xhr.js")),a),transformRequest:[function(e,t){return s(t,"Accept"),s(t,"Content-Type"),i.isFormData(e)||i.isArrayBuffer(e)||i.isBuffer(e)||i.isStream(e)||i.isFile(e)||i.isBlob(e)?e:i.isArrayBufferView(e)?e.buffer:i.isURLSearchParams(e)?(r(t,"application/x-www-form-urlencoded;charset=utf-8"),e.toString()):i.isObject(e)?(r(t,"application/json;charset=utf-8"),JSON.stringify(e)):e}],transformResponse:[function(e){if("string"==typeof e)try{e=JSON.parse(e)}catch(e){}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,validateStatus:function(e){return e>=200&&e<300}};l.headers={common:{Accept:"application/json, text/plain, */*"}},i.forEach(["delete","get","head"],(function(e){l.headers[e]={}})),i.forEach(["post","put","patch"],(function(e){l.headers[e]=i.merge(o)})),e.exports=l}).call(this,n("./node_modules/process/browser.js"))},"./node_modules/axios/lib/helpers/bind.js":function(e,t,n){"use strict";e.exports=function(e,t){return function(){for(var n=new Array(arguments.length),i=0;i<n.length;i++)n[i]=arguments[i];return e.apply(t,n)}}},"./node_modules/axios/lib/helpers/buildURL.js":function(e,t,n){"use strict";var i=n("./node_modules/axios/lib/utils.js");function s(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}e.exports=function(e,t,n){if(!t)return e;var o;if(n)o=n(t);else if(i.isURLSearchParams(t))o=t.toString();else{var r=[];i.forEach(t,(function(e,t){null!=e&&(i.isArray(e)?t+="[]":e=[e],i.forEach(e,(function(e){i.isDate(e)?e=e.toISOString():i.isObject(e)&&(e=JSON.stringify(e)),r.push(s(t)+"="+s(e))})))})),o=r.join("&")}if(o){var a=e.indexOf("#");-1!==a&&(e=e.slice(0,a)),e+=(-1===e.indexOf("?")?"?":"&")+o}return e}},"./node_modules/axios/lib/helpers/combineURLs.js":function(e,t,n){"use strict";e.exports=function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}},"./node_modules/axios/lib/helpers/cookies.js":function(e,t,n){"use strict";var i=n("./node_modules/axios/lib/utils.js");e.exports=i.isStandardBrowserEnv()?{write:function(e,t,n,s,o,r){var a=[];a.push(e+"="+encodeURIComponent(t)),i.isNumber(n)&&a.push("expires="+new Date(n).toGMTString()),i.isString(s)&&a.push("path="+s),i.isString(o)&&a.push("domain="+o),!0===r&&a.push("secure"),document.cookie=a.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(){}}},"./node_modules/axios/lib/helpers/isAbsoluteURL.js":function(e,t,n){"use strict";e.exports=function(e){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(e)}},"./node_modules/axios/lib/helpers/isURLSameOrigin.js":function(e,t,n){"use strict";var i=n("./node_modules/axios/lib/utils.js");e.exports=i.isStandardBrowserEnv()?function(){var e,t=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");function s(e){var i=e;return t&&(n.setAttribute("href",i),i=n.href),n.setAttribute("href",i),{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=s(window.location.href),function(t){var n=i.isString(t)?s(t):t;return n.protocol===e.protocol&&n.host===e.host}}():function(){return!0}},"./node_modules/axios/lib/helpers/normalizeHeaderName.js":function(e,t,n){"use strict";var i=n("./node_modules/axios/lib/utils.js");e.exports=function(e,t){i.forEach(e,(function(n,i){i!==t&&i.toUpperCase()===t.toUpperCase()&&(e[t]=n,delete e[i])}))}},"./node_modules/axios/lib/helpers/parseHeaders.js":function(e,t,n){"use strict";var i=n("./node_modules/axios/lib/utils.js"),s=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];e.exports=function(e){var t,n,o,r={};return e?(i.forEach(e.split("\n"),(function(e){if(o=e.indexOf(":"),t=i.trim(e.substr(0,o)).toLowerCase(),n=i.trim(e.substr(o+1)),t){if(r[t]&&s.indexOf(t)>=0)return;r[t]="set-cookie"===t?(r[t]?r[t]:[]).concat([n]):r[t]?r[t]+", "+n:n}})),r):r}},"./node_modules/axios/lib/helpers/spread.js":function(e,t,n){"use strict";e.exports=function(e){return function(t){return e.apply(null,t)}}},"./node_modules/axios/lib/utils.js":function(e,t,n){"use strict";var i=n("./node_modules/axios/lib/helpers/bind.js"),s=Object.prototype.toString;function o(e){return"[object Array]"===s.call(e)}function r(e){return void 0===e}function a(e){return null!==e&&"object"==typeof e}function l(e){if("[object Object]"!==s.call(e))return!1;var t=Object.getPrototypeOf(e);return null===t||t===Object.prototype}function c(e){return"[object Function]"===s.call(e)}function u(e,t){if(null!=e)if("object"!=typeof e&&(e=[e]),o(e))for(var n=0,i=e.length;n<i;n++)t.call(null,e[n],n,e);else for(var s in e)Object.prototype.hasOwnProperty.call(e,s)&&t.call(null,e[s],s,e)}e.exports={isArray:o,isArrayBuffer:function(e){return"[object ArrayBuffer]"===s.call(e)},isBuffer:function(e){return null!==e&&!r(e)&&null!==e.constructor&&!r(e.constructor)&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)},isFormData:function(e){return"undefined"!=typeof FormData&&e instanceof FormData},isArrayBufferView:function(e){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&e.buffer instanceof ArrayBuffer},isString:function(e){return"string"==typeof e},isNumber:function(e){return"number"==typeof e},isObject:a,isPlainObject:l,isUndefined:r,isDate:function(e){return"[object Date]"===s.call(e)},isFile:function(e){return"[object File]"===s.call(e)},isBlob:function(e){return"[object Blob]"===s.call(e)},isFunction:c,isStream:function(e){return a(e)&&c(e.pipe)},isURLSearchParams:function(e){return"undefined"!=typeof URLSearchParams&&e instanceof URLSearchParams},isStandardBrowserEnv:function(){return("undefined"==typeof navigator||"ReactNative"!==navigator.product&&"NativeScript"!==navigator.product&&"NS"!==navigator.product)&&("undefined"!=typeof window&&"undefined"!=typeof document)},forEach:u,merge:function e(){var t={};function n(n,i){l(t[i])&&l(n)?t[i]=e(t[i],n):l(n)?t[i]=e({},n):o(n)?t[i]=n.slice():t[i]=n}for(var i=0,s=arguments.length;i<s;i++)u(arguments[i],n);return t},extend:function(e,t,n){return u(t,(function(t,s){e[s]=n&&"function"==typeof t?i(t,n):t})),e},trim:function(e){return e.replace(/^\s*/,"").replace(/\s*$/,"")},stripBOM:function(e){return 65279===e.charCodeAt(0)&&(e=e.slice(1)),e}}},"./node_modules/core-js/es/array/includes.js":function(e,t,n){n("./node_modules/core-js/modules/es.array.includes.js");var i=n("./node_modules/core-js/internals/entry-unbind.js");e.exports=i("Array","includes")},"./node_modules/core-js/es/object/entries.js":function(e,t,n){n("./node_modules/core-js/modules/es.object.entries.js");var i=n("./node_modules/core-js/internals/path.js");e.exports=i.Object.entries},"./node_modules/core-js/es/object/values.js":function(e,t,n){n("./node_modules/core-js/modules/es.object.values.js");var i=n("./node_modules/core-js/internals/path.js");e.exports=i.Object.values},"./node_modules/core-js/es/promise/index.js":function(e,t,n){n("./node_modules/core-js/modules/es.aggregate-error.js"),n("./node_modules/core-js/modules/es.object.to-string.js"),n("./node_modules/core-js/modules/es.promise.js"),n("./node_modules/core-js/modules/es.promise.all-settled.js"),n("./node_modules/core-js/modules/es.promise.any.js"),n("./node_modules/core-js/modules/es.promise.finally.js"),n("./node_modules/core-js/modules/es.string.iterator.js"),n("./node_modules/core-js/modules/web.dom-collections.iterator.js");var i=n("./node_modules/core-js/internals/path.js");e.exports=i.Promise},"./node_modules/core-js/internals/a-function.js":function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(String(e)+" is not a function");return e}},"./node_modules/core-js/internals/a-possible-prototype.js":function(e,t,n){var i=n("./node_modules/core-js/internals/is-object.js");e.exports=function(e){if(!i(e)&&null!==e)throw TypeError("Can't set "+String(e)+" as a prototype");return e}},"./node_modules/core-js/internals/add-to-unscopables.js":function(e,t,n){var i=n("./node_modules/core-js/internals/well-known-symbol.js"),s=n("./node_modules/core-js/internals/object-create.js"),o=n("./node_modules/core-js/internals/object-define-property.js"),r=i("unscopables"),a=Array.prototype;null==a[r]&&o.f(a,r,{configurable:!0,value:s(null)}),e.exports=function(e){a[r][e]=!0}},"./node_modules/core-js/internals/an-instance.js":function(e,t){e.exports=function(e,t,n){if(!(e instanceof t))throw TypeError("Incorrect "+(n?n+" ":"")+"invocation");return e}},"./node_modules/core-js/internals/an-object.js":function(e,t,n){var i=n("./node_modules/core-js/internals/is-object.js");e.exports=function(e){if(!i(e))throw TypeError(String(e)+" is not an object");return e}},"./node_modules/core-js/internals/array-includes.js":function(e,t,n){var i=n("./node_modules/core-js/internals/to-indexed-object.js"),s=n("./node_modules/core-js/internals/to-length.js"),o=n("./node_modules/core-js/internals/to-absolute-index.js"),r=function(e){return function(t,n,r){var a,l=i(t),c=s(l.length),u=o(r,c);if(e&&n!=n){for(;c>u;)if((a=l[u++])!=a)return!0}else for(;c>u;u++)if((e||u in l)&&l[u]===n)return e||u||0;return!e&&-1}};e.exports={includes:r(!0),indexOf:r(!1)}},"./node_modules/core-js/internals/check-correctness-of-iteration.js":function(e,t,n){var i=n("./node_modules/core-js/internals/well-known-symbol.js")("iterator"),s=!1;try{var o=0,r={next:function(){return{done:!!o++}},return:function(){s=!0}};r[i]=function(){return this},Array.from(r,(function(){throw 2}))}catch(e){}e.exports=function(e,t){if(!t&&!s)return!1;var n=!1;try{var o={};o[i]=function(){return{next:function(){return{done:n=!0}}}},e(o)}catch(e){}return n}},"./node_modules/core-js/internals/classof-raw.js":function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},"./node_modules/core-js/internals/classof.js":function(e,t,n){var i=n("./node_modules/core-js/internals/to-string-tag-support.js"),s=n("./node_modules/core-js/internals/classof-raw.js"),o=n("./node_modules/core-js/internals/well-known-symbol.js")("toStringTag"),r="Arguments"==s(function(){return arguments}());e.exports=i?s:function(e){var t,n,i;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=Object(e),o))?n:r?s(t):"Object"==(i=s(t))&&"function"==typeof t.callee?"Arguments":i}},"./node_modules/core-js/internals/copy-constructor-properties.js":function(e,t,n){var i=n("./node_modules/core-js/internals/has.js"),s=n("./node_modules/core-js/internals/own-keys.js"),o=n("./node_modules/core-js/internals/object-get-own-property-descriptor.js"),r=n("./node_modules/core-js/internals/object-define-property.js");e.exports=function(e,t){for(var n=s(t),a=r.f,l=o.f,c=0;c<n.length;c++){var u=n[c];i(e,u)||a(e,u,l(t,u))}}},"./node_modules/core-js/internals/correct-prototype-getter.js":function(e,t,n){var i=n("./node_modules/core-js/internals/fails.js");e.exports=!i((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype}))},"./node_modules/core-js/internals/create-iterator-constructor.js":function(e,t,n){"use strict";var i=n("./node_modules/core-js/internals/iterators-core.js").IteratorPrototype,s=n("./node_modules/core-js/internals/object-create.js"),o=n("./node_modules/core-js/internals/create-property-descriptor.js"),r=n("./node_modules/core-js/internals/set-to-string-tag.js"),a=n("./node_modules/core-js/internals/iterators.js"),l=function(){return this};e.exports=function(e,t,n){var c=t+" Iterator";return e.prototype=s(i,{next:o(1,n)}),r(e,c,!1,!0),a[c]=l,e}},"./node_modules/core-js/internals/create-non-enumerable-property.js":function(e,t,n){var i=n("./node_modules/core-js/internals/descriptors.js"),s=n("./node_modules/core-js/internals/object-define-property.js"),o=n("./node_modules/core-js/internals/create-property-descriptor.js");e.exports=i?function(e,t,n){return s.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},"./node_modules/core-js/internals/create-property-descriptor.js":function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},"./node_modules/core-js/internals/define-iterator.js":function(e,t,n){"use strict";var i=n("./node_modules/core-js/internals/export.js"),s=n("./node_modules/core-js/internals/create-iterator-constructor.js"),o=n("./node_modules/core-js/internals/object-get-prototype-of.js"),r=n("./node_modules/core-js/internals/object-set-prototype-of.js"),a=n("./node_modules/core-js/internals/set-to-string-tag.js"),l=n("./node_modules/core-js/internals/create-non-enumerable-property.js"),c=n("./node_modules/core-js/internals/redefine.js"),u=n("./node_modules/core-js/internals/well-known-symbol.js"),d=n("./node_modules/core-js/internals/is-pure.js"),p=n("./node_modules/core-js/internals/iterators.js"),f=n("./node_modules/core-js/internals/iterators-core.js"),h=f.IteratorPrototype,v=f.BUGGY_SAFARI_ITERATORS,m=u("iterator"),g=function(){return this};e.exports=function(e,t,n,u,f,y,b){s(n,t,u);var _,j,w,x=function(e){if(e===f&&$)return $;if(!v&&e in C)return C[e];switch(e){case"keys":case"values":case"entries":return function(){return new n(this,e)}}return function(){return new n(this)}},k=t+" Iterator",S=!1,C=e.prototype,T=C[m]||C["@@iterator"]||f&&C[f],$=!v&&T||x(f),E="Array"==t&&C.entries||T;if(E&&(_=o(E.call(new e)),h!==Object.prototype&&_.next&&(d||o(_)===h||(r?r(_,h):"function"!=typeof _[m]&&l(_,m,g)),a(_,k,!0,!0),d&&(p[k]=g))),"values"==f&&T&&"values"!==T.name&&(S=!0,$=function(){return T.call(this)}),d&&!b||C[m]===$||l(C,m,$),p[t]=$,f)if(j={values:x("values"),keys:y?$:x("keys"),entries:x("entries")},b)for(w in j)(v||S||!(w in C))&&c(C,w,j[w]);else i({target:t,proto:!0,forced:v||S},j);return j}},"./node_modules/core-js/internals/descriptors.js":function(e,t,n){var i=n("./node_modules/core-js/internals/fails.js");e.exports=!i((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},"./node_modules/core-js/internals/document-create-element.js":function(e,t,n){var i=n("./node_modules/core-js/internals/global.js"),s=n("./node_modules/core-js/internals/is-object.js"),o=i.document,r=s(o)&&s(o.createElement);e.exports=function(e){return r?o.createElement(e):{}}},"./node_modules/core-js/internals/dom-iterables.js":function(e,t){e.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},"./node_modules/core-js/internals/engine-is-ios.js":function(e,t,n){var i=n("./node_modules/core-js/internals/engine-user-agent.js");e.exports=/(?:iphone|ipod|ipad).*applewebkit/i.test(i)},"./node_modules/core-js/internals/engine-is-node.js":function(e,t,n){var i=n("./node_modules/core-js/internals/classof-raw.js"),s=n("./node_modules/core-js/internals/global.js");e.exports="process"==i(s.process)},"./node_modules/core-js/internals/engine-is-webos-webkit.js":function(e,t,n){var i=n("./node_modules/core-js/internals/engine-user-agent.js");e.exports=/web0s(?!.*chrome)/i.test(i)},"./node_modules/core-js/internals/engine-user-agent.js":function(e,t,n){var i=n("./node_modules/core-js/internals/get-built-in.js");e.exports=i("navigator","userAgent")||""},"./node_modules/core-js/internals/engine-v8-version.js":function(e,t,n){var i,s,o=n("./node_modules/core-js/internals/global.js"),r=n("./node_modules/core-js/internals/engine-user-agent.js"),a=o.process,l=a&&a.versions,c=l&&l.v8;c?s=(i=c.split("."))[0]+i[1]:r&&(!(i=r.match(/Edge\/(\d+)/))||i[1]>=74)&&(i=r.match(/Chrome\/(\d+)/))&&(s=i[1]),e.exports=s&&+s},"./node_modules/core-js/internals/entry-unbind.js":function(e,t,n){var i=n("./node_modules/core-js/internals/global.js"),s=n("./node_modules/core-js/internals/function-bind-context.js"),o=Function.call;e.exports=function(e,t,n){return s(o,i[e].prototype[t],n)}},"./node_modules/core-js/internals/enum-bug-keys.js":function(e,t){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},"./node_modules/core-js/internals/export.js":function(e,t,n){var i=n("./node_modules/core-js/internals/global.js"),s=n("./node_modules/core-js/internals/object-get-own-property-descriptor.js").f,o=n("./node_modules/core-js/internals/create-non-enumerable-property.js"),r=n("./node_modules/core-js/internals/redefine.js"),a=n("./node_modules/core-js/internals/set-global.js"),l=n("./node_modules/core-js/internals/copy-constructor-properties.js"),c=n("./node_modules/core-js/internals/is-forced.js");e.exports=function(e,t){var n,u,d,p,f,h=e.target,v=e.global,m=e.stat;if(n=v?i:m?i[h]||a(h,{}):(i[h]||{}).prototype)for(u in t){if(p=t[u],d=e.noTargetGet?(f=s(n,u))&&f.value:n[u],!c(v?u:h+(m?".":"#")+u,e.forced)&&void 0!==d){if(typeof p==typeof d)continue;l(p,d)}(e.sham||d&&d.sham)&&o(p,"sham",!0),r(n,u,p,e)}}},"./node_modules/core-js/internals/fails.js":function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},"./node_modules/core-js/internals/function-bind-context.js":function(e,t,n){var i=n("./node_modules/core-js/internals/a-function.js");e.exports=function(e,t,n){if(i(e),void 0===t)return e;switch(n){case 0:return function(){return e.call(t)};case 1:return function(n){return e.call(t,n)};case 2:return function(n,i){return e.call(t,n,i)};case 3:return function(n,i,s){return e.call(t,n,i,s)}}return function(){return e.apply(t,arguments)}}},"./node_modules/core-js/internals/get-built-in.js":function(e,t,n){var i=n("./node_modules/core-js/internals/path.js"),s=n("./node_modules/core-js/internals/global.js"),o=function(e){return"function"==typeof e?e:void 0};e.exports=function(e,t){return arguments.length<2?o(i[e])||o(s[e]):i[e]&&i[e][t]||s[e]&&s[e][t]}},"./node_modules/core-js/internals/get-iterator-method.js":function(e,t,n){var i=n("./node_modules/core-js/internals/classof.js"),s=n("./node_modules/core-js/internals/iterators.js"),o=n("./node_modules/core-js/internals/well-known-symbol.js")("iterator");e.exports=function(e){if(null!=e)return e[o]||e["@@iterator"]||s[i(e)]}},"./node_modules/core-js/internals/global.js":function(e,t,n){(function(t){var n=function(e){return e&&e.Math==Math&&e};e.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof t&&t)||function(){return this}()||Function("return this")()}).call(this,n("./node_modules/webpack/buildin/global.js"))},"./node_modules/core-js/internals/has.js":function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},"./node_modules/core-js/internals/hidden-keys.js":function(e,t){e.exports={}},"./node_modules/core-js/internals/host-report-errors.js":function(e,t,n){var i=n("./node_modules/core-js/internals/global.js");e.exports=function(e,t){var n=i.console;n&&n.error&&(1===arguments.length?n.error(e):n.error(e,t))}},"./node_modules/core-js/internals/html.js":function(e,t,n){var i=n("./node_modules/core-js/internals/get-built-in.js");e.exports=i("document","documentElement")},"./node_modules/core-js/internals/ie8-dom-define.js":function(e,t,n){var i=n("./node_modules/core-js/internals/descriptors.js"),s=n("./node_modules/core-js/internals/fails.js"),o=n("./node_modules/core-js/internals/document-create-element.js");e.exports=!i&&!s((function(){return 7!=Object.defineProperty(o("div"),"a",{get:function(){return 7}}).a}))},"./node_modules/core-js/internals/indexed-object.js":function(e,t,n){var i=n("./node_modules/core-js/internals/fails.js"),s=n("./node_modules/core-js/internals/classof-raw.js"),o="".split;e.exports=i((function(){return!Object("z").propertyIsEnumerable(0)}))?function(e){return"String"==s(e)?o.call(e,""):Object(e)}:Object},"./node_modules/core-js/internals/inspect-source.js":function(e,t,n){var i=n("./node_modules/core-js/internals/shared-store.js"),s=Function.toString;"function"!=typeof i.inspectSource&&(i.inspectSource=function(e){return s.call(e)}),e.exports=i.inspectSource},"./node_modules/core-js/internals/internal-state.js":function(e,t,n){var i,s,o,r=n("./node_modules/core-js/internals/native-weak-map.js"),a=n("./node_modules/core-js/internals/global.js"),l=n("./node_modules/core-js/internals/is-object.js"),c=n("./node_modules/core-js/internals/create-non-enumerable-property.js"),u=n("./node_modules/core-js/internals/has.js"),d=n("./node_modules/core-js/internals/shared-store.js"),p=n("./node_modules/core-js/internals/shared-key.js"),f=n("./node_modules/core-js/internals/hidden-keys.js"),h=a.WeakMap;if(r){var v=d.state||(d.state=new h),m=v.get,g=v.has,y=v.set;i=function(e,t){return t.facade=e,y.call(v,e,t),t},s=function(e){return m.call(v,e)||{}},o=function(e){return g.call(v,e)}}else{var b=p("state");f[b]=!0,i=function(e,t){return t.facade=e,c(e,b,t),t},s=function(e){return u(e,b)?e[b]:{}},o=function(e){return u(e,b)}}e.exports={set:i,get:s,has:o,enforce:function(e){return o(e)?s(e):i(e,{})},getterFor:function(e){return function(t){var n;if(!l(t)||(n=s(t)).type!==e)throw TypeError("Incompatible receiver, "+e+" required");return n}}}},"./node_modules/core-js/internals/is-array-iterator-method.js":function(e,t,n){var i=n("./node_modules/core-js/internals/well-known-symbol.js"),s=n("./node_modules/core-js/internals/iterators.js"),o=i("iterator"),r=Array.prototype;e.exports=function(e){return void 0!==e&&(s.Array===e||r[o]===e)}},"./node_modules/core-js/internals/is-forced.js":function(e,t,n){var i=n("./node_modules/core-js/internals/fails.js"),s=/#|\.prototype\./,o=function(e,t){var n=a[r(e)];return n==c||n!=l&&("function"==typeof t?i(t):!!t)},r=o.normalize=function(e){return String(e).replace(s,".").toLowerCase()},a=o.data={},l=o.NATIVE="N",c=o.POLYFILL="P";e.exports=o},"./node_modules/core-js/internals/is-object.js":function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},"./node_modules/core-js/internals/is-pure.js":function(e,t){e.exports=!1},"./node_modules/core-js/internals/iterate.js":function(e,t,n){var i=n("./node_modules/core-js/internals/an-object.js"),s=n("./node_modules/core-js/internals/is-array-iterator-method.js"),o=n("./node_modules/core-js/internals/to-length.js"),r=n("./node_modules/core-js/internals/function-bind-context.js"),a=n("./node_modules/core-js/internals/get-iterator-method.js"),l=n("./node_modules/core-js/internals/iterator-close.js"),c=function(e,t){this.stopped=e,this.result=t};e.exports=function(e,t,n){var u,d,p,f,h,v,m,g=n&&n.that,y=!(!n||!n.AS_ENTRIES),b=!(!n||!n.IS_ITERATOR),_=!(!n||!n.INTERRUPTED),j=r(t,g,1+y+_),w=function(e){return u&&l(u),new c(!0,e)},x=function(e){return y?(i(e),_?j(e[0],e[1],w):j(e[0],e[1])):_?j(e,w):j(e)};if(b)u=e;else{if("function"!=typeof(d=a(e)))throw TypeError("Target is not iterable");if(s(d)){for(p=0,f=o(e.length);f>p;p++)if((h=x(e[p]))&&h instanceof c)return h;return new c(!1)}u=d.call(e)}for(v=u.next;!(m=v.call(u)).done;){try{h=x(m.value)}catch(e){throw l(u),e}if("object"==typeof h&&h&&h instanceof c)return h}return new c(!1)}},"./node_modules/core-js/internals/iterator-close.js":function(e,t,n){var i=n("./node_modules/core-js/internals/an-object.js");e.exports=function(e){var t=e.return;if(void 0!==t)return i(t.call(e)).value}},"./node_modules/core-js/internals/iterators-core.js":function(e,t,n){"use strict";var i,s,o,r=n("./node_modules/core-js/internals/fails.js"),a=n("./node_modules/core-js/internals/object-get-prototype-of.js"),l=n("./node_modules/core-js/internals/create-non-enumerable-property.js"),c=n("./node_modules/core-js/internals/has.js"),u=n("./node_modules/core-js/internals/well-known-symbol.js"),d=n("./node_modules/core-js/internals/is-pure.js"),p=u("iterator"),f=!1;[].keys&&("next"in(o=[].keys())?(s=a(a(o)))!==Object.prototype&&(i=s):f=!0);var h=null==i||r((function(){var e={};return i[p].call(e)!==e}));h&&(i={}),d&&!h||c(i,p)||l(i,p,(function(){return this})),e.exports={IteratorPrototype:i,BUGGY_SAFARI_ITERATORS:f}},"./node_modules/core-js/internals/iterators.js":function(e,t){e.exports={}},"./node_modules/core-js/internals/microtask.js":function(e,t,n){var i,s,o,r,a,l,c,u,d=n("./node_modules/core-js/internals/global.js"),p=n("./node_modules/core-js/internals/object-get-own-property-descriptor.js").f,f=n("./node_modules/core-js/internals/task.js").set,h=n("./node_modules/core-js/internals/engine-is-ios.js"),v=n("./node_modules/core-js/internals/engine-is-webos-webkit.js"),m=n("./node_modules/core-js/internals/engine-is-node.js"),g=d.MutationObserver||d.WebKitMutationObserver,y=d.document,b=d.process,_=d.Promise,j=p(d,"queueMicrotask"),w=j&&j.value;w||(i=function(){var e,t;for(m&&(e=b.domain)&&e.exit();s;){t=s.fn,s=s.next;try{t()}catch(e){throw s?r():o=void 0,e}}o=void 0,e&&e.enter()},h||m||v||!g||!y?_&&_.resolve?(c=_.resolve(void 0),u=c.then,r=function(){u.call(c,i)}):r=m?function(){b.nextTick(i)}:function(){f.call(d,i)}:(a=!0,l=y.createTextNode(""),new g(i).observe(l,{characterData:!0}),r=function(){l.data=a=!a})),e.exports=w||function(e){var t={fn:e,next:void 0};o&&(o.next=t),s||(s=t,r()),o=t}},"./node_modules/core-js/internals/native-promise-constructor.js":function(e,t,n){var i=n("./node_modules/core-js/internals/global.js");e.exports=i.Promise},"./node_modules/core-js/internals/native-symbol.js":function(e,t,n){var i=n("./node_modules/core-js/internals/engine-is-node.js"),s=n("./node_modules/core-js/internals/engine-v8-version.js"),o=n("./node_modules/core-js/internals/fails.js");e.exports=!!Object.getOwnPropertySymbols&&!o((function(){return!Symbol.sham&&(i?38===s:s>37&&s<41)}))},"./node_modules/core-js/internals/native-weak-map.js":function(e,t,n){var i=n("./node_modules/core-js/internals/global.js"),s=n("./node_modules/core-js/internals/inspect-source.js"),o=i.WeakMap;e.exports="function"==typeof o&&/native code/.test(s(o))},"./node_modules/core-js/internals/new-promise-capability.js":function(e,t,n){"use strict";var i=n("./node_modules/core-js/internals/a-function.js"),s=function(e){var t,n;this.promise=new e((function(e,i){if(void 0!==t||void 0!==n)throw TypeError("Bad Promise constructor");t=e,n=i})),this.resolve=i(t),this.reject=i(n)};e.exports.f=function(e){return new s(e)}},"./node_modules/core-js/internals/object-create.js":function(e,t,n){var i,s=n("./node_modules/core-js/internals/an-object.js"),o=n("./node_modules/core-js/internals/object-define-properties.js"),r=n("./node_modules/core-js/internals/enum-bug-keys.js"),a=n("./node_modules/core-js/internals/hidden-keys.js"),l=n("./node_modules/core-js/internals/html.js"),c=n("./node_modules/core-js/internals/document-create-element.js"),u=n("./node_modules/core-js/internals/shared-key.js"),d=u("IE_PROTO"),p=function(){},f=function(e){return"<script>"+e+"<\/script>"},h=function(){try{i=document.domain&&new ActiveXObject("htmlfile")}catch(e){}var e,t;h=i?function(e){e.write(f("")),e.close();var t=e.parentWindow.Object;return e=null,t}(i):((t=c("iframe")).style.display="none",l.appendChild(t),t.src=String("javascript:"),(e=t.contentWindow.document).open(),e.write(f("document.F=Object")),e.close(),e.F);for(var n=r.length;n--;)delete h.prototype[r[n]];return h()};a[d]=!0,e.exports=Object.create||function(e,t){var n;return null!==e?(p.prototype=s(e),n=new p,p.prototype=null,n[d]=e):n=h(),void 0===t?n:o(n,t)}},"./node_modules/core-js/internals/object-define-properties.js":function(e,t,n){var i=n("./node_modules/core-js/internals/descriptors.js"),s=n("./node_modules/core-js/internals/object-define-property.js"),o=n("./node_modules/core-js/internals/an-object.js"),r=n("./node_modules/core-js/internals/object-keys.js");e.exports=i?Object.defineProperties:function(e,t){o(e);for(var n,i=r(t),a=i.length,l=0;a>l;)s.f(e,n=i[l++],t[n]);return e}},"./node_modules/core-js/internals/object-define-property.js":function(e,t,n){var i=n("./node_modules/core-js/internals/descriptors.js"),s=n("./node_modules/core-js/internals/ie8-dom-define.js"),o=n("./node_modules/core-js/internals/an-object.js"),r=n("./node_modules/core-js/internals/to-primitive.js"),a=Object.defineProperty;t.f=i?a:function(e,t,n){if(o(e),t=r(t,!0),o(n),s)try{return a(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},"./node_modules/core-js/internals/object-get-own-property-descriptor.js":function(e,t,n){var i=n("./node_modules/core-js/internals/descriptors.js"),s=n("./node_modules/core-js/internals/object-property-is-enumerable.js"),o=n("./node_modules/core-js/internals/create-property-descriptor.js"),r=n("./node_modules/core-js/internals/to-indexed-object.js"),a=n("./node_modules/core-js/internals/to-primitive.js"),l=n("./node_modules/core-js/internals/has.js"),c=n("./node_modules/core-js/internals/ie8-dom-define.js"),u=Object.getOwnPropertyDescriptor;t.f=i?u:function(e,t){if(e=r(e),t=a(t,!0),c)try{return u(e,t)}catch(e){}if(l(e,t))return o(!s.f.call(e,t),e[t])}},"./node_modules/core-js/internals/object-get-own-property-names.js":function(e,t,n){var i=n("./node_modules/core-js/internals/object-keys-internal.js"),s=n("./node_modules/core-js/internals/enum-bug-keys.js").concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return i(e,s)}},"./node_modules/core-js/internals/object-get-own-property-symbols.js":function(e,t){t.f=Object.getOwnPropertySymbols},"./node_modules/core-js/internals/object-get-prototype-of.js":function(e,t,n){var i=n("./node_modules/core-js/internals/has.js"),s=n("./node_modules/core-js/internals/to-object.js"),o=n("./node_modules/core-js/internals/shared-key.js"),r=n("./node_modules/core-js/internals/correct-prototype-getter.js"),a=o("IE_PROTO"),l=Object.prototype;e.exports=r?Object.getPrototypeOf:function(e){return e=s(e),i(e,a)?e[a]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?l:null}},"./node_modules/core-js/internals/object-keys-internal.js":function(e,t,n){var i=n("./node_modules/core-js/internals/has.js"),s=n("./node_modules/core-js/internals/to-indexed-object.js"),o=n("./node_modules/core-js/internals/array-includes.js").indexOf,r=n("./node_modules/core-js/internals/hidden-keys.js");e.exports=function(e,t){var n,a=s(e),l=0,c=[];for(n in a)!i(r,n)&&i(a,n)&&c.push(n);for(;t.length>l;)i(a,n=t[l++])&&(~o(c,n)||c.push(n));return c}},"./node_modules/core-js/internals/object-keys.js":function(e,t,n){var i=n("./node_modules/core-js/internals/object-keys-internal.js"),s=n("./node_modules/core-js/internals/enum-bug-keys.js");e.exports=Object.keys||function(e){return i(e,s)}},"./node_modules/core-js/internals/object-property-is-enumerable.js":function(e,t,n){"use strict";var i={}.propertyIsEnumerable,s=Object.getOwnPropertyDescriptor,o=s&&!i.call({1:2},1);t.f=o?function(e){var t=s(this,e);return!!t&&t.enumerable}:i},"./node_modules/core-js/internals/object-set-prototype-of.js":function(e,t,n){var i=n("./node_modules/core-js/internals/an-object.js"),s=n("./node_modules/core-js/internals/a-possible-prototype.js");e.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,n={};try{(e=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set).call(n,[]),t=n instanceof Array}catch(e){}return function(n,o){return i(n),s(o),t?e.call(n,o):n.__proto__=o,n}}():void 0)},"./node_modules/core-js/internals/object-to-array.js":function(e,t,n){var i=n("./node_modules/core-js/internals/descriptors.js"),s=n("./node_modules/core-js/internals/object-keys.js"),o=n("./node_modules/core-js/internals/to-indexed-object.js"),r=n("./node_modules/core-js/internals/object-property-is-enumerable.js").f,a=function(e){return function(t){for(var n,a=o(t),l=s(a),c=l.length,u=0,d=[];c>u;)n=l[u++],i&&!r.call(a,n)||d.push(e?[n,a[n]]:a[n]);return d}};e.exports={entries:a(!0),values:a(!1)}},"./node_modules/core-js/internals/object-to-string.js":function(e,t,n){"use strict";var i=n("./node_modules/core-js/internals/to-string-tag-support.js"),s=n("./node_modules/core-js/internals/classof.js");e.exports=i?{}.toString:function(){return"[object "+s(this)+"]"}},"./node_modules/core-js/internals/own-keys.js":function(e,t,n){var i=n("./node_modules/core-js/internals/get-built-in.js"),s=n("./node_modules/core-js/internals/object-get-own-property-names.js"),o=n("./node_modules/core-js/internals/object-get-own-property-symbols.js"),r=n("./node_modules/core-js/internals/an-object.js");e.exports=i("Reflect","ownKeys")||function(e){var t=s.f(r(e)),n=o.f;return n?t.concat(n(e)):t}},"./node_modules/core-js/internals/path.js":function(e,t,n){var i=n("./node_modules/core-js/internals/global.js");e.exports=i},"./node_modules/core-js/internals/perform.js":function(e,t){e.exports=function(e){try{return{error:!1,value:e()}}catch(e){return{error:!0,value:e}}}},"./node_modules/core-js/internals/promise-resolve.js":function(e,t,n){var i=n("./node_modules/core-js/internals/an-object.js"),s=n("./node_modules/core-js/internals/is-object.js"),o=n("./node_modules/core-js/internals/new-promise-capability.js");e.exports=function(e,t){if(i(e),s(t)&&t.constructor===e)return t;var n=o.f(e);return(0,n.resolve)(t),n.promise}},"./node_modules/core-js/internals/redefine-all.js":function(e,t,n){var i=n("./node_modules/core-js/internals/redefine.js");e.exports=function(e,t,n){for(var s in t)i(e,s,t[s],n);return e}},"./node_modules/core-js/internals/redefine.js":function(e,t,n){var i=n("./node_modules/core-js/internals/global.js"),s=n("./node_modules/core-js/internals/create-non-enumerable-property.js"),o=n("./node_modules/core-js/internals/has.js"),r=n("./node_modules/core-js/internals/set-global.js"),a=n("./node_modules/core-js/internals/inspect-source.js"),l=n("./node_modules/core-js/internals/internal-state.js"),c=l.get,u=l.enforce,d=String(String).split("String");(e.exports=function(e,t,n,a){var l,c=!!a&&!!a.unsafe,p=!!a&&!!a.enumerable,f=!!a&&!!a.noTargetGet;"function"==typeof n&&("string"!=typeof t||o(n,"name")||s(n,"name",t),(l=u(n)).source||(l.source=d.join("string"==typeof t?t:""))),e!==i?(c?!f&&e[t]&&(p=!0):delete e[t],p?e[t]=n:s(e,t,n)):p?e[t]=n:r(t,n)})(Function.prototype,"toString",(function(){return"function"==typeof this&&c(this).source||a(this)}))},"./node_modules/core-js/internals/require-object-coercible.js":function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},"./node_modules/core-js/internals/set-global.js":function(e,t,n){var i=n("./node_modules/core-js/internals/global.js"),s=n("./node_modules/core-js/internals/create-non-enumerable-property.js");e.exports=function(e,t){try{s(i,e,t)}catch(n){i[e]=t}return t}},"./node_modules/core-js/internals/set-species.js":function(e,t,n){"use strict";var i=n("./node_modules/core-js/internals/get-built-in.js"),s=n("./node_modules/core-js/internals/object-define-property.js"),o=n("./node_modules/core-js/internals/well-known-symbol.js"),r=n("./node_modules/core-js/internals/descriptors.js"),a=o("species");e.exports=function(e){var t=i(e),n=s.f;r&&t&&!t[a]&&n(t,a,{configurable:!0,get:function(){return this}})}},"./node_modules/core-js/internals/set-to-string-tag.js":function(e,t,n){var i=n("./node_modules/core-js/internals/object-define-property.js").f,s=n("./node_modules/core-js/internals/has.js"),o=n("./node_modules/core-js/internals/well-known-symbol.js")("toStringTag");e.exports=function(e,t,n){e&&!s(e=n?e:e.prototype,o)&&i(e,o,{configurable:!0,value:t})}},"./node_modules/core-js/internals/shared-key.js":function(e,t,n){var i=n("./node_modules/core-js/internals/shared.js"),s=n("./node_modules/core-js/internals/uid.js"),o=i("keys");e.exports=function(e){return o[e]||(o[e]=s(e))}},"./node_modules/core-js/internals/shared-store.js":function(e,t,n){var i=n("./node_modules/core-js/internals/global.js"),s=n("./node_modules/core-js/internals/set-global.js"),o=i["__core-js_shared__"]||s("__core-js_shared__",{});e.exports=o},"./node_modules/core-js/internals/shared.js":function(e,t,n){var i=n("./node_modules/core-js/internals/is-pure.js"),s=n("./node_modules/core-js/internals/shared-store.js");(e.exports=function(e,t){return s[e]||(s[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.10.1",mode:i?"pure":"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})},"./node_modules/core-js/internals/species-constructor.js":function(e,t,n){var i=n("./node_modules/core-js/internals/an-object.js"),s=n("./node_modules/core-js/internals/a-function.js"),o=n("./node_modules/core-js/internals/well-known-symbol.js")("species");e.exports=function(e,t){var n,r=i(e).constructor;return void 0===r||null==(n=i(r)[o])?t:s(n)}},"./node_modules/core-js/internals/string-multibyte.js":function(e,t,n){var i=n("./node_modules/core-js/internals/to-integer.js"),s=n("./node_modules/core-js/internals/require-object-coercible.js"),o=function(e){return function(t,n){var o,r,a=String(s(t)),l=i(n),c=a.length;return l<0||l>=c?e?"":void 0:(o=a.charCodeAt(l))<55296||o>56319||l+1===c||(r=a.charCodeAt(l+1))<56320||r>57343?e?a.charAt(l):o:e?a.slice(l,l+2):r-56320+(o-55296<<10)+65536}};e.exports={codeAt:o(!1),charAt:o(!0)}},"./node_modules/core-js/internals/task.js":function(e,t,n){var i,s,o,r=n("./node_modules/core-js/internals/global.js"),a=n("./node_modules/core-js/internals/fails.js"),l=n("./node_modules/core-js/internals/function-bind-context.js"),c=n("./node_modules/core-js/internals/html.js"),u=n("./node_modules/core-js/internals/document-create-element.js"),d=n("./node_modules/core-js/internals/engine-is-ios.js"),p=n("./node_modules/core-js/internals/engine-is-node.js"),f=r.location,h=r.setImmediate,v=r.clearImmediate,m=r.process,g=r.MessageChannel,y=r.Dispatch,b=0,_={},j=function(e){if(_.hasOwnProperty(e)){var t=_[e];delete _[e],t()}},w=function(e){return function(){j(e)}},x=function(e){j(e.data)},k=function(e){r.postMessage(e+"",f.protocol+"//"+f.host)};h&&v||(h=function(e){for(var t=[],n=1;arguments.length>n;)t.push(arguments[n++]);return _[++b]=function(){("function"==typeof e?e:Function(e)).apply(void 0,t)},i(b),b},v=function(e){delete _[e]},p?i=function(e){m.nextTick(w(e))}:y&&y.now?i=function(e){y.now(w(e))}:g&&!d?(o=(s=new g).port2,s.port1.onmessage=x,i=l(o.postMessage,o,1)):r.addEventListener&&"function"==typeof postMessage&&!r.importScripts&&f&&"file:"!==f.protocol&&!a(k)?(i=k,r.addEventListener("message",x,!1)):i="onreadystatechange"in u("script")?function(e){c.appendChild(u("script")).onreadystatechange=function(){c.removeChild(this),j(e)}}:function(e){setTimeout(w(e),0)}),e.exports={set:h,clear:v}},"./node_modules/core-js/internals/to-absolute-index.js":function(e,t,n){var i=n("./node_modules/core-js/internals/to-integer.js"),s=Math.max,o=Math.min;e.exports=function(e,t){var n=i(e);return n<0?s(n+t,0):o(n,t)}},"./node_modules/core-js/internals/to-indexed-object.js":function(e,t,n){var i=n("./node_modules/core-js/internals/indexed-object.js"),s=n("./node_modules/core-js/internals/require-object-coercible.js");e.exports=function(e){return i(s(e))}},"./node_modules/core-js/internals/to-integer.js":function(e,t){var n=Math.ceil,i=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?i:n)(e)}},"./node_modules/core-js/internals/to-length.js":function(e,t,n){var i=n("./node_modules/core-js/internals/to-integer.js"),s=Math.min;e.exports=function(e){return e>0?s(i(e),9007199254740991):0}},"./node_modules/core-js/internals/to-object.js":function(e,t,n){var i=n("./node_modules/core-js/internals/require-object-coercible.js");e.exports=function(e){return Object(i(e))}},"./node_modules/core-js/internals/to-primitive.js":function(e,t,n){var i=n("./node_modules/core-js/internals/is-object.js");e.exports=function(e,t){if(!i(e))return e;var n,s;if(t&&"function"==typeof(n=e.toString)&&!i(s=n.call(e)))return s;if("function"==typeof(n=e.valueOf)&&!i(s=n.call(e)))return s;if(!t&&"function"==typeof(n=e.toString)&&!i(s=n.call(e)))return s;throw TypeError("Can't convert object to primitive value")}},"./node_modules/core-js/internals/to-string-tag-support.js":function(e,t,n){var i={};i[n("./node_modules/core-js/internals/well-known-symbol.js")("toStringTag")]="z",e.exports="[object z]"===String(i)},"./node_modules/core-js/internals/uid.js":function(e,t){var n=0,i=Math.random();e.exports=function(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++n+i).toString(36)}},"./node_modules/core-js/internals/use-symbol-as-uid.js":function(e,t,n){var i=n("./node_modules/core-js/internals/native-symbol.js");e.exports=i&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},"./node_modules/core-js/internals/well-known-symbol.js":function(e,t,n){var i=n("./node_modules/core-js/internals/global.js"),s=n("./node_modules/core-js/internals/shared.js"),o=n("./node_modules/core-js/internals/has.js"),r=n("./node_modules/core-js/internals/uid.js"),a=n("./node_modules/core-js/internals/native-symbol.js"),l=n("./node_modules/core-js/internals/use-symbol-as-uid.js"),c=s("wks"),u=i.Symbol,d=l?u:u&&u.withoutSetter||r;e.exports=function(e){return o(c,e)&&(a||"string"==typeof c[e])||(a&&o(u,e)?c[e]=u[e]:c[e]=d("Symbol."+e)),c[e]}},"./node_modules/core-js/modules/es.aggregate-error.js":function(e,t,n){"use strict";var i=n("./node_modules/core-js/internals/export.js"),s=n("./node_modules/core-js/internals/object-get-prototype-of.js"),o=n("./node_modules/core-js/internals/object-set-prototype-of.js"),r=n("./node_modules/core-js/internals/object-create.js"),a=n("./node_modules/core-js/internals/create-non-enumerable-property.js"),l=n("./node_modules/core-js/internals/create-property-descriptor.js"),c=n("./node_modules/core-js/internals/iterate.js"),u=function(e,t){var n=this;if(!(n instanceof u))return new u(e,t);o&&(n=o(new Error(void 0),s(n))),void 0!==t&&a(n,"message",String(t));var i=[];return c(e,i.push,{that:i}),a(n,"errors",i),n};u.prototype=r(Error.prototype,{constructor:l(5,u),message:l(5,""),name:l(5,"AggregateError")}),i({global:!0},{AggregateError:u})},"./node_modules/core-js/modules/es.array.includes.js":function(e,t,n){"use strict";var i=n("./node_modules/core-js/internals/export.js"),s=n("./node_modules/core-js/internals/array-includes.js").includes,o=n("./node_modules/core-js/internals/add-to-unscopables.js");i({target:"Array",proto:!0},{includes:function(e){return s(this,e,arguments.length>1?arguments[1]:void 0)}}),o("includes")},"./node_modules/core-js/modules/es.array.iterator.js":function(e,t,n){"use strict";var i=n("./node_modules/core-js/internals/to-indexed-object.js"),s=n("./node_modules/core-js/internals/add-to-unscopables.js"),o=n("./node_modules/core-js/internals/iterators.js"),r=n("./node_modules/core-js/internals/internal-state.js"),a=n("./node_modules/core-js/internals/define-iterator.js"),l=r.set,c=r.getterFor("Array Iterator");e.exports=a(Array,"Array",(function(e,t){l(this,{type:"Array Iterator",target:i(e),index:0,kind:t})}),(function(){var e=c(this),t=e.target,n=e.kind,i=e.index++;return!t||i>=t.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:i,done:!1}:"values"==n?{value:t[i],done:!1}:{value:[i,t[i]],done:!1}}),"values"),o.Arguments=o.Array,s("keys"),s("values"),s("entries")},"./node_modules/core-js/modules/es.object.entries.js":function(e,t,n){var i=n("./node_modules/core-js/internals/export.js"),s=n("./node_modules/core-js/internals/object-to-array.js").entries;i({target:"Object",stat:!0},{entries:function(e){return s(e)}})},"./node_modules/core-js/modules/es.object.to-string.js":function(e,t,n){var i=n("./node_modules/core-js/internals/to-string-tag-support.js"),s=n("./node_modules/core-js/internals/redefine.js"),o=n("./node_modules/core-js/internals/object-to-string.js");i||s(Object.prototype,"toString",o,{unsafe:!0})},"./node_modules/core-js/modules/es.object.values.js":function(e,t,n){var i=n("./node_modules/core-js/internals/export.js"),s=n("./node_modules/core-js/internals/object-to-array.js").values;i({target:"Object",stat:!0},{values:function(e){return s(e)}})},"./node_modules/core-js/modules/es.promise.all-settled.js":function(e,t,n){"use strict";var i=n("./node_modules/core-js/internals/export.js"),s=n("./node_modules/core-js/internals/a-function.js"),o=n("./node_modules/core-js/internals/new-promise-capability.js"),r=n("./node_modules/core-js/internals/perform.js"),a=n("./node_modules/core-js/internals/iterate.js");i({target:"Promise",stat:!0},{allSettled:function(e){var t=this,n=o.f(t),i=n.resolve,l=n.reject,c=r((function(){var n=s(t.resolve),o=[],r=0,l=1;a(e,(function(e){var s=r++,a=!1;o.push(void 0),l++,n.call(t,e).then((function(e){a||(a=!0,o[s]={status:"fulfilled",value:e},--l||i(o))}),(function(e){a||(a=!0,o[s]={status:"rejected",reason:e},--l||i(o))}))})),--l||i(o)}));return c.error&&l(c.value),n.promise}})},"./node_modules/core-js/modules/es.promise.any.js":function(e,t,n){"use strict";var i=n("./node_modules/core-js/internals/export.js"),s=n("./node_modules/core-js/internals/a-function.js"),o=n("./node_modules/core-js/internals/get-built-in.js"),r=n("./node_modules/core-js/internals/new-promise-capability.js"),a=n("./node_modules/core-js/internals/perform.js"),l=n("./node_modules/core-js/internals/iterate.js");i({target:"Promise",stat:!0},{any:function(e){var t=this,n=r.f(t),i=n.resolve,c=n.reject,u=a((function(){var n=s(t.resolve),r=[],a=0,u=1,d=!1;l(e,(function(e){var s=a++,l=!1;r.push(void 0),u++,n.call(t,e).then((function(e){l||d||(d=!0,i(e))}),(function(e){l||d||(l=!0,r[s]=e,--u||c(new(o("AggregateError"))(r,"No one promise resolved")))}))})),--u||c(new(o("AggregateError"))(r,"No one promise resolved"))}));return u.error&&c(u.value),n.promise}})},"./node_modules/core-js/modules/es.promise.finally.js":function(e,t,n){"use strict";var i=n("./node_modules/core-js/internals/export.js"),s=n("./node_modules/core-js/internals/is-pure.js"),o=n("./node_modules/core-js/internals/native-promise-constructor.js"),r=n("./node_modules/core-js/internals/fails.js"),a=n("./node_modules/core-js/internals/get-built-in.js"),l=n("./node_modules/core-js/internals/species-constructor.js"),c=n("./node_modules/core-js/internals/promise-resolve.js"),u=n("./node_modules/core-js/internals/redefine.js");i({target:"Promise",proto:!0,real:!0,forced:!!o&&r((function(){o.prototype.finally.call({then:function(){}},(function(){}))}))},{finally:function(e){var t=l(this,a("Promise")),n="function"==typeof e;return this.then(n?function(n){return c(t,e()).then((function(){return n}))}:e,n?function(n){return c(t,e()).then((function(){throw n}))}:e)}}),s||"function"!=typeof o||o.prototype.finally||u(o.prototype,"finally",a("Promise").prototype.finally)},"./node_modules/core-js/modules/es.promise.js":function(e,t,n){"use strict";var i,s,o,r,a=n("./node_modules/core-js/internals/export.js"),l=n("./node_modules/core-js/internals/is-pure.js"),c=n("./node_modules/core-js/internals/global.js"),u=n("./node_modules/core-js/internals/get-built-in.js"),d=n("./node_modules/core-js/internals/native-promise-constructor.js"),p=n("./node_modules/core-js/internals/redefine.js"),f=n("./node_modules/core-js/internals/redefine-all.js"),h=n("./node_modules/core-js/internals/set-to-string-tag.js"),v=n("./node_modules/core-js/internals/set-species.js"),m=n("./node_modules/core-js/internals/is-object.js"),g=n("./node_modules/core-js/internals/a-function.js"),y=n("./node_modules/core-js/internals/an-instance.js"),b=n("./node_modules/core-js/internals/inspect-source.js"),_=n("./node_modules/core-js/internals/iterate.js"),j=n("./node_modules/core-js/internals/check-correctness-of-iteration.js"),w=n("./node_modules/core-js/internals/species-constructor.js"),x=n("./node_modules/core-js/internals/task.js").set,k=n("./node_modules/core-js/internals/microtask.js"),S=n("./node_modules/core-js/internals/promise-resolve.js"),C=n("./node_modules/core-js/internals/host-report-errors.js"),T=n("./node_modules/core-js/internals/new-promise-capability.js"),$=n("./node_modules/core-js/internals/perform.js"),E=n("./node_modules/core-js/internals/internal-state.js"),O=n("./node_modules/core-js/internals/is-forced.js"),P=n("./node_modules/core-js/internals/well-known-symbol.js"),A=n("./node_modules/core-js/internals/engine-is-node.js"),z=n("./node_modules/core-js/internals/engine-v8-version.js"),I=P("species"),L="Promise",M=E.get,D=E.set,F=E.getterFor(L),N=d,H=c.TypeError,B=c.document,q=c.process,R=u("fetch"),V=T.f,U=V,W=!!(B&&B.createEvent&&c.dispatchEvent),G="function"==typeof PromiseRejectionEvent,X=O(L,(function(){if(!(b(N)!==String(N))){if(66===z)return!0;if(!A&&!G)return!0}if(l&&!N.prototype.finally)return!0;if(z>=51&&/native code/.test(N))return!1;var e=N.resolve(1),t=function(e){e((function(){}),(function(){}))};return(e.constructor={})[I]=t,!(e.then((function(){}))instanceof t)})),Y=X||!j((function(e){N.all(e).catch((function(){}))})),Z=function(e){var t;return!(!m(e)||"function"!=typeof(t=e.then))&&t},J=function(e,t){if(!e.notified){e.notified=!0;var n=e.reactions;k((function(){for(var i=e.value,s=1==e.state,o=0;n.length>o;){var r,a,l,c=n[o++],u=s?c.ok:c.fail,d=c.resolve,p=c.reject,f=c.domain;try{u?(s||(2===e.rejection&&te(e),e.rejection=1),!0===u?r=i:(f&&f.enter(),r=u(i),f&&(f.exit(),l=!0)),r===c.promise?p(H("Promise-chain cycle")):(a=Z(r))?a.call(r,d,p):d(r)):p(i)}catch(e){f&&!l&&f.exit(),p(e)}}e.reactions=[],e.notified=!1,t&&!e.rejection&&Q(e)}))}},K=function(e,t,n){var i,s;W?((i=B.createEvent("Event")).promise=t,i.reason=n,i.initEvent(e,!1,!0),c.dispatchEvent(i)):i={promise:t,reason:n},!G&&(s=c["on"+e])?s(i):"unhandledrejection"===e&&C("Unhandled promise rejection",n)},Q=function(e){x.call(c,(function(){var t,n=e.facade,i=e.value;if(ee(e)&&(t=$((function(){A?q.emit("unhandledRejection",i,n):K("unhandledrejection",n,i)})),e.rejection=A||ee(e)?2:1,t.error))throw t.value}))},ee=function(e){return 1!==e.rejection&&!e.parent},te=function(e){x.call(c,(function(){var t=e.facade;A?q.emit("rejectionHandled",t):K("rejectionhandled",t,e.value)}))},ne=function(e,t,n){return function(i){e(t,i,n)}},ie=function(e,t,n){e.done||(e.done=!0,n&&(e=n),e.value=t,e.state=2,J(e,!0))},se=function(e,t,n){if(!e.done){e.done=!0,n&&(e=n);try{if(e.facade===t)throw H("Promise can't be resolved itself");var i=Z(t);i?k((function(){var n={done:!1};try{i.call(t,ne(se,n,e),ne(ie,n,e))}catch(t){ie(n,t,e)}})):(e.value=t,e.state=1,J(e,!1))}catch(t){ie({done:!1},t,e)}}};X&&(N=function(e){y(this,N,L),g(e),i.call(this);var t=M(this);try{e(ne(se,t),ne(ie,t))}catch(e){ie(t,e)}},(i=function(e){D(this,{type:L,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:0,value:void 0})}).prototype=f(N.prototype,{then:function(e,t){var n=F(this),i=V(w(this,N));return i.ok="function"!=typeof e||e,i.fail="function"==typeof t&&t,i.domain=A?q.domain:void 0,n.parent=!0,n.reactions.push(i),0!=n.state&&J(n,!1),i.promise},catch:function(e){return this.then(void 0,e)}}),s=function(){var e=new i,t=M(e);this.promise=e,this.resolve=ne(se,t),this.reject=ne(ie,t)},T.f=V=function(e){return e===N||e===o?new s(e):U(e)},l||"function"!=typeof d||(r=d.prototype.then,p(d.prototype,"then",(function(e,t){var n=this;return new N((function(e,t){r.call(n,e,t)})).then(e,t)}),{unsafe:!0}),"function"==typeof R&&a({global:!0,enumerable:!0,forced:!0},{fetch:function(e){return S(N,R.apply(c,arguments))}}))),a({global:!0,wrap:!0,forced:X},{Promise:N}),h(N,L,!1,!0),v(L),o=u(L),a({target:L,stat:!0,forced:X},{reject:function(e){var t=V(this);return t.reject.call(void 0,e),t.promise}}),a({target:L,stat:!0,forced:l||X},{resolve:function(e){return S(l&&this===o?N:this,e)}}),a({target:L,stat:!0,forced:Y},{all:function(e){var t=this,n=V(t),i=n.resolve,s=n.reject,o=$((function(){var n=g(t.resolve),o=[],r=0,a=1;_(e,(function(e){var l=r++,c=!1;o.push(void 0),a++,n.call(t,e).then((function(e){c||(c=!0,o[l]=e,--a||i(o))}),s)})),--a||i(o)}));return o.error&&s(o.value),n.promise},race:function(e){var t=this,n=V(t),i=n.reject,s=$((function(){var s=g(t.resolve);_(e,(function(e){s.call(t,e).then(n.resolve,i)}))}));return s.error&&i(s.value),n.promise}})},"./node_modules/core-js/modules/es.string.iterator.js":function(e,t,n){"use strict";var i=n("./node_modules/core-js/internals/string-multibyte.js").charAt,s=n("./node_modules/core-js/internals/internal-state.js"),o=n("./node_modules/core-js/internals/define-iterator.js"),r=s.set,a=s.getterFor("String Iterator");o(String,"String",(function(e){r(this,{type:"String Iterator",string:String(e),index:0})}),(function(){var e,t=a(this),n=t.string,s=t.index;return s>=n.length?{value:void 0,done:!0}:(e=i(n,s),t.index+=e.length,{value:e,done:!1})}))},"./node_modules/core-js/modules/web.dom-collections.iterator.js":function(e,t,n){var i=n("./node_modules/core-js/internals/global.js"),s=n("./node_modules/core-js/internals/dom-iterables.js"),o=n("./node_modules/core-js/modules/es.array.iterator.js"),r=n("./node_modules/core-js/internals/create-non-enumerable-property.js"),a=n("./node_modules/core-js/internals/well-known-symbol.js"),l=a("iterator"),c=a("toStringTag"),u=o.values;for(var d in s){var p=i[d],f=p&&p.prototype;if(f){if(f[l]!==u)try{r(f,l,u)}catch(e){f[l]=u}if(f[c]||r(f,c,d),s[d])for(var h in o)if(f[h]!==o[h])try{r(f,h,o[h])}catch(e){f[h]=o[h]}}}},'./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/style-compiler/index.js?{"optionsId":"0","vue":true,"id":"data-v-2a502c3e","scoped":true,"sourceMap":false}!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/lib/selector.js?type=styles&index=0!./src/pyp/scripts/components/pyp-start-screen.vue':function(e,t,n){(e.exports=n("./node_modules/css-loader/dist/runtime/api.js")(!1)).push([e.i,"",""])},'./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/style-compiler/index.js?{"optionsId":"0","vue":true,"id":"data-v-4fbe7dd4","scoped":true,"sourceMap":false}!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/lib/selector.js?type=styles&index=0!./src/pyp/scripts/components/pyp-button-circle.vue':function(e,t,n){(e.exports=n("./node_modules/css-loader/dist/runtime/api.js")(!1)).push([e.i,"\n.pyp-button-circle[data-v-4fbe7dd4]{position:relative;width:44px;height:44px;cursor:pointer\n}\n.pyp-button-circle .icon[data-v-4fbe7dd4]{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)\n}",""])},'./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/style-compiler/index.js?{"optionsId":"0","vue":true,"id":"data-v-f4852e0e","scoped":true,"sourceMap":false}!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/lib/selector.js?type=styles&index=0!./src/pyp/scripts/components/pyp-button.vue':function(e,t,n){(e.exports=n("./node_modules/css-loader/dist/runtime/api.js")(!1)).push([e.i,'\n.pyp-button[data-v-f4852e0e]{cursor:pointer;position:relative;height:44px;display:flex;align-items:center\n}\n.pyp-button .button-text[data-v-f4852e0e]{font-family:"Balsamiq Sans",sans-serif;font-weight:700;text-transform:uppercase;position:absolute;font-size:18px;text-align:center;left:15px;width:100%\n}\n.pyp-button .icon[data-v-f4852e0e]{position:absolute;color:#fff;font-size:24px\n}\n.pyp-button .icon.disabled[data-v-f4852e0e]{color:#9f9f9f\n}',""])},'./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/style-compiler/index.js?{"optionsId":"0","vue":true,"scoped":false,"sourceMap":false}!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/lib/selector.js?type=styles&index=0!./src/common/scripts/components/interactive-video.vue':function(e,t,n){(e.exports=n("./node_modules/css-loader/dist/runtime/api.js")(!1)).push([e.i,"\n.interactive-video .interactive-video__blocks>.xblock{opacity:1;transform:translate3d(0, 0, 0);transition:all .3s\n}\n.interactive-video .interactive-video__blocks>.xblock:not(.iv-slide--open){transform:translate3d(0, -100px, 0);opacity:0;pointer-events:none;position:absolute;width:100%;left:0\n}\n.interactive-video .int-header__btn--fullscreen{display:none\n}\n.interactive-video__blocks{pointer-events:none;position:absolute;top:0;right:0;left:0;z-index:51\n}\n.interactive-video--halted .interactive-video__blocks{pointer-events:initial\n}\n.interactive-video__blocks .int-header__content{padding-left:60px\n}\n.interactive-video__blocks .fade-back-enter-active,.interactive-video__blocks .fade-back-enter{transition:all .15s .2s\n}\n.interactive-video__blocks .fade-back-enter-active{opacity:1\n}\n.interactive-video__blocks .fade-back-enter{opacity:0\n}\nbody:not(.pk-faux-fullscreen) .interactive-video--halted .video-player{pointer-events:none\n}\n.interactive-video__back{width:44px;height:44px;padding:0;display:flex;align-items:center;justify-content:center;position:absolute;top:7px;left:7px\n}\n.pk-faux-fullscreen .interactive-video--halted .video-player{position:fixed;pointer-events:none\n}\n.pk-faux-fullscreen .interactive-video--halted .interactive-video__blocks{display:flex;align-items:center;justify-content:center;z-index:9999;position:fixed;top:0;right:0;bottom:0;left:0\n}\n.pk-faux-fullscreen .interactive-video--halted .int{width:776px;max-width:100%\n}\n[data-publication-theme=pyp] .video-player__control-fullscreen{display:none\n}\n[data-publication-theme=izzi-pdf] .interactive-video__back,[data-publication-theme=pyp-pdf] .interactive-video__back{right:1px;left:auto;box-shadow:none;background-color:#fafafa\n}\n[data-publication-theme=izzi-pdf] .interactive-video__back:hover,[data-publication-theme=pyp-pdf] .interactive-video__back:hover{background-color:#fafafa;box-shadow:unset;color:#000\n}",""])},'./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/style-compiler/index.js?{"optionsId":"0","vue":true,"scoped":false,"sourceMap":false}!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/lib/selector.js?type=styles&index=0!./src/common/scripts/components/izzi-dismiss.vue':function(e,t,n){(e.exports=n("./node_modules/css-loader/dist/runtime/api.js")(!1)).push([e.i,"\n.izzi-dismiss{border:1px solid #ccc;padding:15px;border-radius:10px;background-color:#fff\n}\n.izzi-dismiss--dismissed{display:none\n}\n.izzi-dismiss__footer{padding:15px 0;display:flex;justify-content:center\n}",""])},'./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/style-compiler/index.js?{"optionsId":"0","vue":true,"scoped":false,"sourceMap":false}!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/lib/selector.js?type=styles&index=0!./src/pyp/scripts/components/pyp-actions.vue':function(e,t,n){(e.exports=n("./node_modules/css-loader/dist/runtime/api.js")(!1)).push([e.i,"\n.pyp-actions .pyp-action-button .icon{position:absolute;font-size:16px !important\n}\n.pyp-actions .close-btn-box{width:64px;height:64px;display:flex;align-items:center;justify-content:center;position:absolute;right:-10px;top:-8px;border-radius:50px;background:#4da5ad\n}\n.pyp-actions .close-btn-box .pyp-action-button{box-shadow:-1px -2px 0px 1px rgba(0,0,0,.25),1px 1px 0px 0px rgba(255,255,255,.25);border-radius:50px\n}\n.pyp-actions .close-btn-box .pyp-action-button .icon{font-size:20px !important\n}",""])},'./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/style-compiler/index.js?{"optionsId":"0","vue":true,"scoped":false,"sourceMap":false}!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/lib/selector.js?type=styles&index=0!./src/pyp/scripts/components/pyp-header.vue':function(e,t,n){(e.exports=n("./node_modules/css-loader/dist/runtime/api.js")(!1)).push([e.i,"\n.pyp-header{height:80px;padding:0 10px;position:fixed;top:0;right:0;left:0;display:none;align-items:center;z-index:1000\n}\n.pyp-header__wrap{width:100%;max-width:1200px;margin:0 auto;border-radius:50px;display:flex;align-self:center;align-items:center;justify-content:space-between\n}\n.int-fullscreen--on .pyp-header{display:none\n}\n.header-branding{display:flex;align-self:center\n}\n.header-branding a{display:block\n}\n.header-branding img{top:5px;position:relative\n}\n.header-nav{display:flex;align-items:center\n}\n.header-nav ul{margin:0;padding:0;list-style:none;display:flex\n}\n.header-toggle{border:none;outline:none;appearance:none;-moz-appearance:none;-webkit-appearance:none;box-shadow:none;background:transparent;margin-right:auto;display:flex;align-items:center;color:#fff\n}\n.header-actions{background-color:#fff\n}\n@media(max-width: 930px){\n.header-nav{position:absolute;top:80px;left:-100%\n}\n.header-nav ul{flex-direction:column\n}\n.is-nav-visible .header-nav{left:0\n}\n}\n@media(min-width: 930px){\n.header-toggle{display:none\n}\n}",""])},"./node_modules/css-loader/dist/runtime/api.js":function(e,t,n){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=function(e,t){var n=e[1]||"",i=e[3];if(!i)return n;if(t&&"function"==typeof btoa){var s=(r=i,"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(r))))+" */"),o=i.sources.map((function(e){return"/*# sourceURL="+i.sourceRoot+e+" */"}));return[n].concat(o).concat([s]).join("\n")}var r;return[n].join("\n")}(t,e);return t[2]?"@media "+t[2]+"{"+n+"}":n})).join("")},t.i=function(e,n){"string"==typeof e&&(e=[[null,e,""]]);for(var i={},s=0;s<this.length;s++){var o=this[s][0];null!=o&&(i[o]=!0)}for(s=0;s<e.length;s++){var r=e[s];null!=r[0]&&i[r[0]]||(n&&!r[2]?r[2]=n:n&&(r[2]="("+r[2]+") and ("+n+")"),t.push(r))}},t}},"./node_modules/dayjs/dayjs.min.js":function(e,t,n){e.exports=function(){"use strict";var e="millisecond",t="second",n="minute",i="hour",s="day",o="week",r="month",a="quarter",l="year",c="date",u=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[^0-9]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,d=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,p={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_")},f=function(e,t,n){var i=String(e);return!i||i.length>=t?e:""+Array(t+1-i.length).join(n)+e},h={s:f,z:function(e){var t=-e.utcOffset(),n=Math.abs(t),i=Math.floor(n/60),s=n%60;return(t<=0?"+":"-")+f(i,2,"0")+":"+f(s,2,"0")},m:function e(t,n){if(t.date()<n.date())return-e(n,t);var i=12*(n.year()-t.year())+(n.month()-t.month()),s=t.clone().add(i,r),o=n-s<0,a=t.clone().add(i+(o?-1:1),r);return+(-(i+(n-s)/(o?s-a:a-s))||0)},a:function(e){return e<0?Math.ceil(e)||0:Math.floor(e)},p:function(u){return{M:r,y:l,w:o,d:s,D:c,h:i,m:n,s:t,ms:e,Q:a}[u]||String(u||"").toLowerCase().replace(/s$/,"")},u:function(e){return void 0===e}},v="en",m={};m[v]=p;var g=function(e){return e instanceof j},y=function(e,t,n){var i;if(!e)return v;if("string"==typeof e)m[e]&&(i=e),t&&(m[e]=t,i=e);else{var s=e.name;m[s]=e,i=s}return!n&&i&&(v=i),i||!n&&v},b=function(e,t){if(g(e))return e.clone();var n="object"==typeof t?t:{};return n.date=e,n.args=arguments,new j(n)},_=h;_.l=y,_.i=g,_.w=function(e,t){return b(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var j=function(){function p(e){this.$L=y(e.locale,null,!0),this.parse(e)}var f=p.prototype;return f.parse=function(e){this.$d=function(e){var t=e.date,n=e.utc;if(null===t)return new Date(NaN);if(_.u(t))return new Date;if(t instanceof Date)return new Date(t);if("string"==typeof t&&!/Z$/i.test(t)){var i=t.match(u);if(i){var s=i[2]-1||0,o=(i[7]||"0").substring(0,3);return n?new Date(Date.UTC(i[1],s,i[3]||1,i[4]||0,i[5]||0,i[6]||0,o)):new Date(i[1],s,i[3]||1,i[4]||0,i[5]||0,i[6]||0,o)}}return new Date(t)}(e),this.$x=e.x||{},this.init()},f.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},f.$utils=function(){return _},f.isValid=function(){return!("Invalid Date"===this.$d.toString())},f.isSame=function(e,t){var n=b(e);return this.startOf(t)<=n&&n<=this.endOf(t)},f.isAfter=function(e,t){return b(e)<this.startOf(t)},f.isBefore=function(e,t){return this.endOf(t)<b(e)},f.$g=function(e,t,n){return _.u(e)?this[t]:this.set(n,e)},f.unix=function(){return Math.floor(this.valueOf()/1e3)},f.valueOf=function(){return this.$d.getTime()},f.startOf=function(e,a){var u=this,d=!!_.u(a)||a,p=_.p(e),f=function(e,t){var n=_.w(u.$u?Date.UTC(u.$y,t,e):new Date(u.$y,t,e),u);return d?n:n.endOf(s)},h=function(e,t){return _.w(u.toDate()[e].apply(u.toDate("s"),(d?[0,0,0,0]:[23,59,59,999]).slice(t)),u)},v=this.$W,m=this.$M,g=this.$D,y="set"+(this.$u?"UTC":"");switch(p){case l:return d?f(1,0):f(31,11);case r:return d?f(1,m):f(0,m+1);case o:var b=this.$locale().weekStart||0,j=(v<b?v+7:v)-b;return f(d?g-j:g+(6-j),m);case s:case c:return h(y+"Hours",0);case i:return h(y+"Minutes",1);case n:return h(y+"Seconds",2);case t:return h(y+"Milliseconds",3);default:return this.clone()}},f.endOf=function(e){return this.startOf(e,!1)},f.$set=function(o,a){var u,d=_.p(o),p="set"+(this.$u?"UTC":""),f=(u={},u[s]=p+"Date",u[c]=p+"Date",u[r]=p+"Month",u[l]=p+"FullYear",u[i]=p+"Hours",u[n]=p+"Minutes",u[t]=p+"Seconds",u[e]=p+"Milliseconds",u)[d],h=d===s?this.$D+(a-this.$W):a;if(d===r||d===l){var v=this.clone().set(c,1);v.$d[f](h),v.init(),this.$d=v.set(c,Math.min(this.$D,v.daysInMonth())).$d}else f&&this.$d[f](h);return this.init(),this},f.set=function(e,t){return this.clone().$set(e,t)},f.get=function(e){return this[_.p(e)]()},f.add=function(e,a){var c,u=this;e=Number(e);var d=_.p(a),p=function(t){var n=b(u);return _.w(n.date(n.date()+Math.round(t*e)),u)};if(d===r)return this.set(r,this.$M+e);if(d===l)return this.set(l,this.$y+e);if(d===s)return p(1);if(d===o)return p(7);var f=(c={},c[n]=6e4,c[i]=36e5,c[t]=1e3,c)[d]||1,h=this.$d.getTime()+e*f;return _.w(h,this)},f.subtract=function(e,t){return this.add(-1*e,t)},f.format=function(e){var t=this;if(!this.isValid())return"Invalid Date";var n=e||"YYYY-MM-DDTHH:mm:ssZ",i=_.z(this),s=this.$locale(),o=this.$H,r=this.$m,a=this.$M,l=s.weekdays,c=s.months,u=function(e,i,s,o){return e&&(e[i]||e(t,n))||s[i].substr(0,o)},p=function(e){return _.s(o%12||12,e,"0")},f=s.meridiem||function(e,t,n){var i=e<12?"AM":"PM";return n?i.toLowerCase():i},h={YY:String(this.$y).slice(-2),YYYY:this.$y,M:a+1,MM:_.s(a+1,2,"0"),MMM:u(s.monthsShort,a,c,3),MMMM:u(c,a),D:this.$D,DD:_.s(this.$D,2,"0"),d:String(this.$W),dd:u(s.weekdaysMin,this.$W,l,2),ddd:u(s.weekdaysShort,this.$W,l,3),dddd:l[this.$W],H:String(o),HH:_.s(o,2,"0"),h:p(1),hh:p(2),a:f(o,r,!0),A:f(o,r,!1),m:String(r),mm:_.s(r,2,"0"),s:String(this.$s),ss:_.s(this.$s,2,"0"),SSS:_.s(this.$ms,3,"0"),Z:i};return n.replace(d,(function(e,t){return t||h[e]||i.replace(":","")}))},f.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},f.diff=function(e,c,u){var d,p=_.p(c),f=b(e),h=6e4*(f.utcOffset()-this.utcOffset()),v=this-f,m=_.m(this,f);return m=(d={},d[l]=m/12,d[r]=m,d[a]=m/3,d[o]=(v-h)/6048e5,d[s]=(v-h)/864e5,d[i]=v/36e5,d[n]=v/6e4,d[t]=v/1e3,d)[p]||v,u?m:_.a(m)},f.daysInMonth=function(){return this.endOf(r).$D},f.$locale=function(){return m[this.$L]},f.locale=function(e,t){if(!e)return this.$L;var n=this.clone(),i=y(e,t,!0);return i&&(n.$L=i),n},f.clone=function(){return _.w(this.$d,this)},f.toDate=function(){return new Date(this.valueOf())},f.toJSON=function(){return this.isValid()?this.toISOString():null},f.toISOString=function(){return this.$d.toISOString()},f.toString=function(){return this.$d.toUTCString()},p}(),w=j.prototype;return b.prototype=w,[["$ms",e],["$s",t],["$m",n],["$H",i],["$W",s],["$M",r],["$y",l],["$D",c]].forEach((function(e){w[e[1]]=function(t){return this.$g(t,e[0],e[1])}})),b.extend=function(e,t){return e.$i||(e(t,j,b),e.$i=!0),b},b.locale=y,b.isDayjs=g,b.unix=function(e){return b(1e3*e)},b.en=m[v],b.Ls=m,b.p={},b}()},"./node_modules/jquery/dist/jquery.js":function(e,t,n){var i;
/*!
 * jQuery JavaScript Library v3.6.0
 * https://jquery.com/
 *
 * Includes Sizzle.js
 * https://sizzlejs.com/
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license
 * https://jquery.org/license
 *
 * Date: 2021-03-02T17:08Z
 */!function(t,n){"use strict";"object"==typeof e.exports?e.exports=t.document?n(t,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return n(e)}:n(t)}("undefined"!=typeof window?window:this,(function(n,s){"use strict";var o=[],r=Object.getPrototypeOf,a=o.slice,l=o.flat?function(e){return o.flat.call(e)}:function(e){return o.concat.apply([],e)},c=o.push,u=o.indexOf,d={},p=d.toString,f=d.hasOwnProperty,h=f.toString,v=h.call(Object),m={},g=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},y=function(e){return null!=e&&e===e.window},b=n.document,_={type:!0,src:!0,nonce:!0,noModule:!0};function j(e,t,n){var i,s,o=(n=n||b).createElement("script");if(o.text=e,t)for(i in _)(s=t[i]||t.getAttribute&&t.getAttribute(i))&&o.setAttribute(i,s);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?d[p.call(e)]||"object":typeof e}var x=function(e,t){return new x.fn.init(e,t)};function k(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!g(e)&&!y(e)&&("array"===n||0===t||"number"==typeof t&&t>0&&t-1 in e)}x.fn=x.prototype={jquery:"3.6.0",constructor:x,length:0,toArray:function(){return a.call(this)},get:function(e){return null==e?a.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=x.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return x.each(this,e)},map:function(e){return this.pushStack(x.map(this,(function(t,n){return e.call(t,n,t)})))},slice:function(){return this.pushStack(a.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(x.grep(this,(function(e,t){return(t+1)%2})))},odd:function(){return this.pushStack(x.grep(this,(function(e,t){return t%2})))},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n<t?[this[n]]:[])},end:function(){return this.prevObject||this.constructor()},push:c,sort:o.sort,splice:o.splice},x.extend=x.fn.extend=function(){var e,t,n,i,s,o,r=arguments[0]||{},a=1,l=arguments.length,c=!1;for("boolean"==typeof r&&(c=r,r=arguments[a]||{},a++),"object"==typeof r||g(r)||(r={}),a===l&&(r=this,a--);a<l;a++)if(null!=(e=arguments[a]))for(t in e)i=e[t],"__proto__"!==t&&r!==i&&(c&&i&&(x.isPlainObject(i)||(s=Array.isArray(i)))?(n=r[t],o=s&&!Array.isArray(n)?[]:s||x.isPlainObject(n)?n:{},s=!1,r[t]=x.extend(c,o,i)):void 0!==i&&(r[t]=i));return r},x.extend({expando:"jQuery"+("3.6.0"+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isPlainObject:function(e){var t,n;return!(!e||"[object Object]"!==p.call(e))&&(!(t=r(e))||"function"==typeof(n=f.call(t,"constructor")&&t.constructor)&&h.call(n)===v)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},globalEval:function(e,t,n){j(e,{nonce:t&&t.nonce},n)},each:function(e,t){var n,i=0;if(k(e))for(n=e.length;i<n&&!1!==t.call(e[i],i,e[i]);i++);else for(i in e)if(!1===t.call(e[i],i,e[i]))break;return e},makeArray:function(e,t){var n=t||[];return null!=e&&(k(Object(e))?x.merge(n,"string"==typeof e?[e]:e):c.call(n,e)),n},inArray:function(e,t,n){return null==t?-1:u.call(t,e,n)},merge:function(e,t){for(var n=+t.length,i=0,s=e.length;i<n;i++)e[s++]=t[i];return e.length=s,e},grep:function(e,t,n){for(var i=[],s=0,o=e.length,r=!n;s<o;s++)!t(e[s],s)!==r&&i.push(e[s]);return i},map:function(e,t,n){var i,s,o=0,r=[];if(k(e))for(i=e.length;o<i;o++)null!=(s=t(e[o],o,n))&&r.push(s);else for(o in e)null!=(s=t(e[o],o,n))&&r.push(s);return l(r)},guid:1,support:m}),"function"==typeof Symbol&&(x.fn[Symbol.iterator]=o[Symbol.iterator]),x.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),(function(e,t){d["[object "+t+"]"]=t.toLowerCase()}));var S=
/*!
   * Sizzle CSS Selector Engine v2.3.6
   * https://sizzlejs.com/
   *
   * Copyright JS Foundation and other contributors
   * Released under the MIT license
   * https://js.foundation/
   *
   * Date: 2021-02-16
   */
function(e){var t,n,i,s,o,r,a,l,c,u,d,p,f,h,v,m,g,y,b,_="sizzle"+1*new Date,j=e.document,w=0,x=0,k=le(),S=le(),C=le(),T=le(),$=function(e,t){return e===t&&(d=!0),0},E={}.hasOwnProperty,O=[],P=O.pop,A=O.push,z=O.push,I=O.slice,L=function(e,t){for(var n=0,i=e.length;n<i;n++)if(e[n]===t)return n;return-1},M="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",D="[\\x20\\t\\r\\n\\f]",F="(?:\\\\[\\da-fA-F]{1,6}"+D+"?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",N="\\["+D+"*("+F+")(?:"+D+"*([*^$|!~]?=)"+D+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+F+"))|)"+D+"*\\]",H=":("+F+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+N+")*)|.*)\\)|)",B=new RegExp(D+"+","g"),q=new RegExp("^"+D+"+|((?:^|[^\\\\])(?:\\\\.)*)"+D+"+$","g"),R=new RegExp("^"+D+"*,"+D+"*"),V=new RegExp("^"+D+"*([>+~]|"+D+")"+D+"*"),U=new RegExp(D+"|>"),W=new RegExp(H),G=new RegExp("^"+F+"$"),X={ID:new RegExp("^#("+F+")"),CLASS:new RegExp("^\\.("+F+")"),TAG:new RegExp("^("+F+"|[*])"),ATTR:new RegExp("^"+N),PSEUDO:new RegExp("^"+H),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+D+"*(even|odd|(([+-]|)(\\d*)n|)"+D+"*(?:([+-]|)"+D+"*(\\d+)|))"+D+"*\\)|)","i"),bool:new RegExp("^(?:"+M+")$","i"),needsContext:new RegExp("^"+D+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+D+"*((?:-\\d)?\\d*)"+D+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Z=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Q=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+D+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},ie=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,se=function(e,t){return t?"\0"===e?"�":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){p()},re=_e((function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()}),{dir:"parentNode",next:"legend"});try{z.apply(O=I.call(j.childNodes),j.childNodes),O[j.childNodes.length].nodeType}catch(e){z={apply:O.length?function(e,t){A.apply(e,I.call(t))}:function(e,t){for(var n=e.length,i=0;e[n++]=t[i++];);e.length=n-1}}}function ae(e,t,i,s){var o,a,c,u,d,h,g,y=t&&t.ownerDocument,j=t?t.nodeType:9;if(i=i||[],"string"!=typeof e||!e||1!==j&&9!==j&&11!==j)return i;if(!s&&(p(t),t=t||f,v)){if(11!==j&&(d=Q.exec(e)))if(o=d[1]){if(9===j){if(!(c=t.getElementById(o)))return i;if(c.id===o)return i.push(c),i}else if(y&&(c=y.getElementById(o))&&b(t,c)&&c.id===o)return i.push(c),i}else{if(d[2])return z.apply(i,t.getElementsByTagName(e)),i;if((o=d[3])&&n.getElementsByClassName&&t.getElementsByClassName)return z.apply(i,t.getElementsByClassName(o)),i}if(n.qsa&&!T[e+" "]&&(!m||!m.test(e))&&(1!==j||"object"!==t.nodeName.toLowerCase())){if(g=e,y=t,1===j&&(U.test(e)||V.test(e))){for((y=ee.test(e)&&ge(t.parentNode)||t)===t&&n.scope||((u=t.getAttribute("id"))?u=u.replace(ie,se):t.setAttribute("id",u=_)),a=(h=r(e)).length;a--;)h[a]=(u?"#"+u:":scope")+" "+be(h[a]);g=h.join(",")}try{return z.apply(i,y.querySelectorAll(g)),i}catch(t){T(e,!0)}finally{u===_&&t.removeAttribute("id")}}}return l(e.replace(q,"$1"),t,i,s)}function le(){var e=[];return function t(n,s){return e.push(n+" ")>i.cacheLength&&delete t[e.shift()],t[n+" "]=s}}function ce(e){return e[_]=!0,e}function ue(e){var t=f.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function de(e,t){for(var n=e.split("|"),s=n.length;s--;)i.attrHandle[n[s]]=t}function pe(e,t){var n=t&&e,i=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(i)return i;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function fe(e){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e}}function he(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function ve(e){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&re(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function me(e){return ce((function(t){return t=+t,ce((function(n,i){for(var s,o=e([],n.length,t),r=o.length;r--;)n[s=o[r]]&&(n[s]=!(i[s]=n[s]))}))}))}function ge(e){return e&&void 0!==e.getElementsByTagName&&e}for(t in n=ae.support={},o=ae.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},p=ae.setDocument=function(e){var t,s,r=e?e.ownerDocument||e:j;return r!=f&&9===r.nodeType&&r.documentElement?(h=(f=r).documentElement,v=!o(f),j!=f&&(s=f.defaultView)&&s.top!==s&&(s.addEventListener?s.addEventListener("unload",oe,!1):s.attachEvent&&s.attachEvent("onunload",oe)),n.scope=ue((function(e){return h.appendChild(e).appendChild(f.createElement("div")),void 0!==e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length})),n.attributes=ue((function(e){return e.className="i",!e.getAttribute("className")})),n.getElementsByTagName=ue((function(e){return e.appendChild(f.createComment("")),!e.getElementsByTagName("*").length})),n.getElementsByClassName=K.test(f.getElementsByClassName),n.getById=ue((function(e){return h.appendChild(e).id=_,!f.getElementsByName||!f.getElementsByName(_).length})),n.getById?(i.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},i.find.ID=function(e,t){if(void 0!==t.getElementById&&v){var n=t.getElementById(e);return n?[n]:[]}}):(i.filter.ID=function(e){var t=e.replace(te,ne);return function(e){var n=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}},i.find.ID=function(e,t){if(void 0!==t.getElementById&&v){var n,i,s,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];for(s=t.getElementsByName(e),i=0;o=s[i++];)if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),i.find.TAG=n.getElementsByTagName?function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):n.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,i=[],s=0,o=t.getElementsByTagName(e);if("*"===e){for(;n=o[s++];)1===n.nodeType&&i.push(n);return i}return o},i.find.CLASS=n.getElementsByClassName&&function(e,t){if(void 0!==t.getElementsByClassName&&v)return t.getElementsByClassName(e)},g=[],m=[],(n.qsa=K.test(f.querySelectorAll))&&(ue((function(e){var t;h.appendChild(e).innerHTML="<a id='"+_+"'></a><select id='"+_+"-\r\\' msallowcapture=''><option selected=''></option></select>",e.querySelectorAll("[msallowcapture^='']").length&&m.push("[*^$]="+D+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||m.push("\\["+D+"*(?:value|"+M+")"),e.querySelectorAll("[id~="+_+"-]").length||m.push("~="),(t=f.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||m.push("\\["+D+"*name"+D+"*="+D+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||m.push(":checked"),e.querySelectorAll("a#"+_+"+*").length||m.push(".#.+[+~]"),e.querySelectorAll("\\\f"),m.push("[\\r\\n\\f]")})),ue((function(e){e.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var t=f.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&m.push("name"+D+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&m.push(":enabled",":disabled"),h.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&m.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),m.push(",.*:")}))),(n.matchesSelector=K.test(y=h.matches||h.webkitMatchesSelector||h.mozMatchesSelector||h.oMatchesSelector||h.msMatchesSelector))&&ue((function(e){n.disconnectedMatch=y.call(e,"*"),y.call(e,"[s!='']:x"),g.push("!=",H)})),m=m.length&&new RegExp(m.join("|")),g=g.length&&new RegExp(g.join("|")),t=K.test(h.compareDocumentPosition),b=t||K.test(h.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,i=t&&t.parentNode;return e===i||!(!i||1!==i.nodeType||!(n.contains?n.contains(i):e.compareDocumentPosition&&16&e.compareDocumentPosition(i)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},$=t?function(e,t){if(e===t)return d=!0,0;var i=!e.compareDocumentPosition-!t.compareDocumentPosition;return i||(1&(i=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!n.sortDetached&&t.compareDocumentPosition(e)===i?e==f||e.ownerDocument==j&&b(j,e)?-1:t==f||t.ownerDocument==j&&b(j,t)?1:u?L(u,e)-L(u,t):0:4&i?-1:1)}:function(e,t){if(e===t)return d=!0,0;var n,i=0,s=e.parentNode,o=t.parentNode,r=[e],a=[t];if(!s||!o)return e==f?-1:t==f?1:s?-1:o?1:u?L(u,e)-L(u,t):0;if(s===o)return pe(e,t);for(n=e;n=n.parentNode;)r.unshift(n);for(n=t;n=n.parentNode;)a.unshift(n);for(;r[i]===a[i];)i++;return i?pe(r[i],a[i]):r[i]==j?-1:a[i]==j?1:0},f):f},ae.matches=function(e,t){return ae(e,null,null,t)},ae.matchesSelector=function(e,t){if(p(e),n.matchesSelector&&v&&!T[t+" "]&&(!g||!g.test(t))&&(!m||!m.test(t)))try{var i=y.call(e,t);if(i||n.disconnectedMatch||e.document&&11!==e.document.nodeType)return i}catch(e){T(t,!0)}return ae(t,f,null,[e]).length>0},ae.contains=function(e,t){return(e.ownerDocument||e)!=f&&p(e),b(e,t)},ae.attr=function(e,t){(e.ownerDocument||e)!=f&&p(e);var s=i.attrHandle[t.toLowerCase()],o=s&&E.call(i.attrHandle,t.toLowerCase())?s(e,t,!v):void 0;return void 0!==o?o:n.attributes||!v?e.getAttribute(t):(o=e.getAttributeNode(t))&&o.specified?o.value:null},ae.escape=function(e){return(e+"").replace(ie,se)},ae.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},ae.uniqueSort=function(e){var t,i=[],s=0,o=0;if(d=!n.detectDuplicates,u=!n.sortStable&&e.slice(0),e.sort($),d){for(;t=e[o++];)t===e[o]&&(s=i.push(o));for(;s--;)e.splice(i[s],1)}return u=null,e},s=ae.getText=function(e){var t,n="",i=0,o=e.nodeType;if(o){if(1===o||9===o||11===o){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=s(e)}else if(3===o||4===o)return e.nodeValue}else for(;t=e[i++];)n+=s(t);return n},(i=ae.selectors={cacheLength:50,createPseudo:ce,match:X,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||ae.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&ae.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return X.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&W.test(n)&&(t=r(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=k[e+" "];return t||(t=new RegExp("(^|"+D+")"+e+"("+D+"|$)"))&&k(e,(function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")}))},ATTR:function(e,t,n){return function(i){var s=ae.attr(i,e);return null==s?"!="===t:!t||(s+="","="===t?s===n:"!="===t?s!==n:"^="===t?n&&0===s.indexOf(n):"*="===t?n&&s.indexOf(n)>-1:"$="===t?n&&s.slice(-n.length)===n:"~="===t?(" "+s.replace(B," ")+" ").indexOf(n)>-1:"|="===t&&(s===n||s.slice(0,n.length+1)===n+"-"))}},CHILD:function(e,t,n,i,s){var o="nth"!==e.slice(0,3),r="last"!==e.slice(-4),a="of-type"===t;return 1===i&&0===s?function(e){return!!e.parentNode}:function(t,n,l){var c,u,d,p,f,h,v=o!==r?"nextSibling":"previousSibling",m=t.parentNode,g=a&&t.nodeName.toLowerCase(),y=!l&&!a,b=!1;if(m){if(o){for(;v;){for(p=t;p=p[v];)if(a?p.nodeName.toLowerCase()===g:1===p.nodeType)return!1;h=v="only"===e&&!h&&"nextSibling"}return!0}if(h=[r?m.firstChild:m.lastChild],r&&y){for(b=(f=(c=(u=(d=(p=m)[_]||(p[_]={}))[p.uniqueID]||(d[p.uniqueID]={}))[e]||[])[0]===w&&c[1])&&c[2],p=f&&m.childNodes[f];p=++f&&p&&p[v]||(b=f=0)||h.pop();)if(1===p.nodeType&&++b&&p===t){u[e]=[w,f,b];break}}else if(y&&(b=f=(c=(u=(d=(p=t)[_]||(p[_]={}))[p.uniqueID]||(d[p.uniqueID]={}))[e]||[])[0]===w&&c[1]),!1===b)for(;(p=++f&&p&&p[v]||(b=f=0)||h.pop())&&((a?p.nodeName.toLowerCase()!==g:1!==p.nodeType)||!++b||(y&&((u=(d=p[_]||(p[_]={}))[p.uniqueID]||(d[p.uniqueID]={}))[e]=[w,b]),p!==t)););return(b-=s)===i||b%i==0&&b/i>=0}}},PSEUDO:function(e,t){var n,s=i.pseudos[e]||i.setFilters[e.toLowerCase()]||ae.error("unsupported pseudo: "+e);return s[_]?s(t):s.length>1?(n=[e,e,"",t],i.setFilters.hasOwnProperty(e.toLowerCase())?ce((function(e,n){for(var i,o=s(e,t),r=o.length;r--;)e[i=L(e,o[r])]=!(n[i]=o[r])})):function(e){return s(e,0,n)}):s}},pseudos:{not:ce((function(e){var t=[],n=[],i=a(e.replace(q,"$1"));return i[_]?ce((function(e,t,n,s){for(var o,r=i(e,null,s,[]),a=e.length;a--;)(o=r[a])&&(e[a]=!(t[a]=o))})):function(e,s,o){return t[0]=e,i(t,null,o,n),t[0]=null,!n.pop()}})),has:ce((function(e){return function(t){return ae(e,t).length>0}})),contains:ce((function(e){return e=e.replace(te,ne),function(t){return(t.textContent||s(t)).indexOf(e)>-1}})),lang:ce((function(e){return G.test(e||"")||ae.error("unsupported lang: "+e),e=e.replace(te,ne).toLowerCase(),function(t){var n;do{if(n=v?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(n=n.toLowerCase())===e||0===n.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}})),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===h},focus:function(e){return e===f.activeElement&&(!f.hasFocus||f.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:ve(!1),disabled:ve(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!i.pseudos.empty(e)},header:function(e){return J.test(e.nodeName)},input:function(e){return Z.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:me((function(){return[0]})),last:me((function(e,t){return[t-1]})),eq:me((function(e,t,n){return[n<0?n+t:n]})),even:me((function(e,t){for(var n=0;n<t;n+=2)e.push(n);return e})),odd:me((function(e,t){for(var n=1;n<t;n+=2)e.push(n);return e})),lt:me((function(e,t,n){for(var i=n<0?n+t:n>t?t:n;--i>=0;)e.push(i);return e})),gt:me((function(e,t,n){for(var i=n<0?n+t:n;++i<t;)e.push(i);return e}))}}).pseudos.nth=i.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})i.pseudos[t]=fe(t);for(t in{submit:!0,reset:!0})i.pseudos[t]=he(t);function ye(){}function be(e){for(var t=0,n=e.length,i="";t<n;t++)i+=e[t].value;return i}function _e(e,t,n){var i=t.dir,s=t.next,o=s||i,r=n&&"parentNode"===o,a=x++;return t.first?function(t,n,s){for(;t=t[i];)if(1===t.nodeType||r)return e(t,n,s);return!1}:function(t,n,l){var c,u,d,p=[w,a];if(l){for(;t=t[i];)if((1===t.nodeType||r)&&e(t,n,l))return!0}else for(;t=t[i];)if(1===t.nodeType||r)if(u=(d=t[_]||(t[_]={}))[t.uniqueID]||(d[t.uniqueID]={}),s&&s===t.nodeName.toLowerCase())t=t[i]||t;else{if((c=u[o])&&c[0]===w&&c[1]===a)return p[2]=c[2];if(u[o]=p,p[2]=e(t,n,l))return!0}return!1}}function je(e){return e.length>1?function(t,n,i){for(var s=e.length;s--;)if(!e[s](t,n,i))return!1;return!0}:e[0]}function we(e,t,n,i,s){for(var o,r=[],a=0,l=e.length,c=null!=t;a<l;a++)(o=e[a])&&(n&&!n(o,i,s)||(r.push(o),c&&t.push(a)));return r}function xe(e,t,n,i,s,o){return i&&!i[_]&&(i=xe(i)),s&&!s[_]&&(s=xe(s,o)),ce((function(o,r,a,l){var c,u,d,p=[],f=[],h=r.length,v=o||function(e,t,n){for(var i=0,s=t.length;i<s;i++)ae(e,t[i],n);return n}(t||"*",a.nodeType?[a]:a,[]),m=!e||!o&&t?v:we(v,p,e,a,l),g=n?s||(o?e:h||i)?[]:r:m;if(n&&n(m,g,a,l),i)for(c=we(g,f),i(c,[],a,l),u=c.length;u--;)(d=c[u])&&(g[f[u]]=!(m[f[u]]=d));if(o){if(s||e){if(s){for(c=[],u=g.length;u--;)(d=g[u])&&c.push(m[u]=d);s(null,g=[],c,l)}for(u=g.length;u--;)(d=g[u])&&(c=s?L(o,d):p[u])>-1&&(o[c]=!(r[c]=d))}}else g=we(g===r?g.splice(h,g.length):g),s?s(null,r,g,l):z.apply(r,g)}))}function ke(e){for(var t,n,s,o=e.length,r=i.relative[e[0].type],a=r||i.relative[" "],l=r?1:0,u=_e((function(e){return e===t}),a,!0),d=_e((function(e){return L(t,e)>-1}),a,!0),p=[function(e,n,i){var s=!r&&(i||n!==c)||((t=n).nodeType?u(e,n,i):d(e,n,i));return t=null,s}];l<o;l++)if(n=i.relative[e[l].type])p=[_e(je(p),n)];else{if((n=i.filter[e[l].type].apply(null,e[l].matches))[_]){for(s=++l;s<o&&!i.relative[e[s].type];s++);return xe(l>1&&je(p),l>1&&be(e.slice(0,l-1).concat({value:" "===e[l-2].type?"*":""})).replace(q,"$1"),n,l<s&&ke(e.slice(l,s)),s<o&&ke(e=e.slice(s)),s<o&&be(e))}p.push(n)}return je(p)}return ye.prototype=i.filters=i.pseudos,i.setFilters=new ye,r=ae.tokenize=function(e,t){var n,s,o,r,a,l,c,u=S[e+" "];if(u)return t?0:u.slice(0);for(a=e,l=[],c=i.preFilter;a;){for(r in n&&!(s=R.exec(a))||(s&&(a=a.slice(s[0].length)||a),l.push(o=[])),n=!1,(s=V.exec(a))&&(n=s.shift(),o.push({value:n,type:s[0].replace(q," ")}),a=a.slice(n.length)),i.filter)!(s=X[r].exec(a))||c[r]&&!(s=c[r](s))||(n=s.shift(),o.push({value:n,type:r,matches:s}),a=a.slice(n.length));if(!n)break}return t?a.length:a?ae.error(e):S(e,l).slice(0)},a=ae.compile=function(e,t){var n,s=[],o=[],a=C[e+" "];if(!a){for(t||(t=r(e)),n=t.length;n--;)(a=ke(t[n]))[_]?s.push(a):o.push(a);(a=C(e,function(e,t){var n=t.length>0,s=e.length>0,o=function(o,r,a,l,u){var d,h,m,g=0,y="0",b=o&&[],_=[],j=c,x=o||s&&i.find.TAG("*",u),k=w+=null==j?1:Math.random()||.1,S=x.length;for(u&&(c=r==f||r||u);y!==S&&null!=(d=x[y]);y++){if(s&&d){for(h=0,r||d.ownerDocument==f||(p(d),a=!v);m=e[h++];)if(m(d,r||f,a)){l.push(d);break}u&&(w=k)}n&&((d=!m&&d)&&g--,o&&b.push(d))}if(g+=y,n&&y!==g){for(h=0;m=t[h++];)m(b,_,r,a);if(o){if(g>0)for(;y--;)b[y]||_[y]||(_[y]=P.call(l));_=we(_)}z.apply(l,_),u&&!o&&_.length>0&&g+t.length>1&&ae.uniqueSort(l)}return u&&(w=k,c=j),b};return n?ce(o):o}(o,s))).selector=e}return a},l=ae.select=function(e,t,n,s){var o,l,c,u,d,p="function"==typeof e&&e,f=!s&&r(e=p.selector||e);if(n=n||[],1===f.length){if((l=f[0]=f[0].slice(0)).length>2&&"ID"===(c=l[0]).type&&9===t.nodeType&&v&&i.relative[l[1].type]){if(!(t=(i.find.ID(c.matches[0].replace(te,ne),t)||[])[0]))return n;p&&(t=t.parentNode),e=e.slice(l.shift().value.length)}for(o=X.needsContext.test(e)?0:l.length;o--&&(c=l[o],!i.relative[u=c.type]);)if((d=i.find[u])&&(s=d(c.matches[0].replace(te,ne),ee.test(l[0].type)&&ge(t.parentNode)||t))){if(l.splice(o,1),!(e=s.length&&be(l)))return z.apply(n,s),n;break}}return(p||a(e,f))(s,t,!v,n,!t||ee.test(e)&&ge(t.parentNode)||t),n},n.sortStable=_.split("").sort($).join("")===_,n.detectDuplicates=!!d,p(),n.sortDetached=ue((function(e){return 1&e.compareDocumentPosition(f.createElement("fieldset"))})),ue((function(e){return e.innerHTML="<a href='#'></a>","#"===e.firstChild.getAttribute("href")}))||de("type|href|height|width",(function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)})),n.attributes&&ue((function(e){return e.innerHTML="<input/>",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")}))||de("value",(function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue})),ue((function(e){return null==e.getAttribute("disabled")}))||de(M,(function(e,t,n){var i;if(!n)return!0===e[t]?t.toLowerCase():(i=e.getAttributeNode(t))&&i.specified?i.value:null})),ae}(n);x.find=S,x.expr=S.selectors,x.expr[":"]=x.expr.pseudos,x.uniqueSort=x.unique=S.uniqueSort,x.text=S.getText,x.isXMLDoc=S.isXML,x.contains=S.contains,x.escapeSelector=S.escape;var C=function(e,t,n){for(var i=[],s=void 0!==n;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(s&&x(e).is(n))break;i.push(e)}return i},T=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},$=x.expr.match.needsContext;function E(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var O=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function P(e,t,n){return g(t)?x.grep(e,(function(e,i){return!!t.call(e,i,e)!==n})):t.nodeType?x.grep(e,(function(e){return e===t!==n})):"string"!=typeof t?x.grep(e,(function(e){return u.call(t,e)>-1!==n})):x.filter(t,e,n)}x.filter=function(e,t,n){var i=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===i.nodeType?x.find.matchesSelector(i,e)?[i]:[]:x.find.matches(e,x.grep(t,(function(e){return 1===e.nodeType})))},x.fn.extend({find:function(e){var t,n,i=this.length,s=this;if("string"!=typeof e)return this.pushStack(x(e).filter((function(){for(t=0;t<i;t++)if(x.contains(s[t],this))return!0})));for(n=this.pushStack([]),t=0;t<i;t++)x.find(e,s[t],n);return i>1?x.uniqueSort(n):n},filter:function(e){return this.pushStack(P(this,e||[],!1))},not:function(e){return this.pushStack(P(this,e||[],!0))},is:function(e){return!!P(this,"string"==typeof e&&$.test(e)?x(e):e||[],!1).length}});var A,z=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(x.fn.init=function(e,t,n){var i,s;if(!e)return this;if(n=n||A,"string"==typeof e){if(!(i="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:z.exec(e))||!i[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(i[1]){if(t=t instanceof x?t[0]:t,x.merge(this,x.parseHTML(i[1],t&&t.nodeType?t.ownerDocument||t:b,!0)),O.test(i[1])&&x.isPlainObject(t))for(i in t)g(this[i])?this[i](t[i]):this.attr(i,t[i]);return this}return(s=b.getElementById(i[2]))&&(this[0]=s,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):g(e)?void 0!==n.ready?n.ready(e):e(x):x.makeArray(e,this)}).prototype=x.fn,A=x(b);var I=/^(?:parents|prev(?:Until|All))/,L={children:!0,contents:!0,next:!0,prev:!0};function M(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}x.fn.extend({has:function(e){var t=x(e,this),n=t.length;return this.filter((function(){for(var e=0;e<n;e++)if(x.contains(this,t[e]))return!0}))},closest:function(e,t){var n,i=0,s=this.length,o=[],r="string"!=typeof e&&x(e);if(!$.test(e))for(;i<s;i++)for(n=this[i];n&&n!==t;n=n.parentNode)if(n.nodeType<11&&(r?r.index(n)>-1:1===n.nodeType&&x.find.matchesSelector(n,e))){o.push(n);break}return this.pushStack(o.length>1?x.uniqueSort(o):o)},index:function(e){return e?"string"==typeof e?u.call(x(e),this[0]):u.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(x.uniqueSort(x.merge(this.get(),x(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),x.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return C(e,"parentNode")},parentsUntil:function(e,t,n){return C(e,"parentNode",n)},next:function(e){return M(e,"nextSibling")},prev:function(e){return M(e,"previousSibling")},nextAll:function(e){return C(e,"nextSibling")},prevAll:function(e){return C(e,"previousSibling")},nextUntil:function(e,t,n){return C(e,"nextSibling",n)},prevUntil:function(e,t,n){return C(e,"previousSibling",n)},siblings:function(e){return T((e.parentNode||{}).firstChild,e)},children:function(e){return T(e.firstChild)},contents:function(e){return null!=e.contentDocument&&r(e.contentDocument)?e.contentDocument:(E(e,"template")&&(e=e.content||e),x.merge([],e.childNodes))}},(function(e,t){x.fn[e]=function(n,i){var s=x.map(this,t,n);return"Until"!==e.slice(-5)&&(i=n),i&&"string"==typeof i&&(s=x.filter(i,s)),this.length>1&&(L[e]||x.uniqueSort(s),I.test(e)&&s.reverse()),this.pushStack(s)}}));var D=/[^\x20\t\r\n\f]+/g;function F(e){return e}function N(e){throw e}function H(e,t,n,i){var s;try{e&&g(s=e.promise)?s.call(e).done(t).fail(n):e&&g(s=e.then)?s.call(e,t,n):t.apply(void 0,[e].slice(i))}catch(e){n.apply(void 0,[e])}}x.Callbacks=function(e){e="string"==typeof e?function(e){var t={};return x.each(e.match(D)||[],(function(e,n){t[n]=!0})),t}(e):x.extend({},e);var t,n,i,s,o=[],r=[],a=-1,l=function(){for(s=s||e.once,i=t=!0;r.length;a=-1)for(n=r.shift();++a<o.length;)!1===o[a].apply(n[0],n[1])&&e.stopOnFalse&&(a=o.length,n=!1);e.memory||(n=!1),t=!1,s&&(o=n?[]:"")},c={add:function(){return o&&(n&&!t&&(a=o.length-1,r.push(n)),function t(n){x.each(n,(function(n,i){g(i)?e.unique&&c.has(i)||o.push(i):i&&i.length&&"string"!==w(i)&&t(i)}))}(arguments),n&&!t&&l()),this},remove:function(){return x.each(arguments,(function(e,t){for(var n;(n=x.inArray(t,o,n))>-1;)o.splice(n,1),n<=a&&a--})),this},has:function(e){return e?x.inArray(e,o)>-1:o.length>0},empty:function(){return o&&(o=[]),this},disable:function(){return s=r=[],o=n="",this},disabled:function(){return!o},lock:function(){return s=r=[],n||t||(o=n=""),this},locked:function(){return!!s},fireWith:function(e,n){return s||(n=[e,(n=n||[]).slice?n.slice():n],r.push(n),t||l()),this},fire:function(){return c.fireWith(this,arguments),this},fired:function(){return!!i}};return c},x.extend({Deferred:function(e){var t=[["notify","progress",x.Callbacks("memory"),x.Callbacks("memory"),2],["resolve","done",x.Callbacks("once memory"),x.Callbacks("once memory"),0,"resolved"],["reject","fail",x.Callbacks("once memory"),x.Callbacks("once memory"),1,"rejected"]],i="pending",s={state:function(){return i},always:function(){return o.done(arguments).fail(arguments),this},catch:function(e){return s.then(null,e)},pipe:function(){var e=arguments;return x.Deferred((function(n){x.each(t,(function(t,i){var s=g(e[i[4]])&&e[i[4]];o[i[1]]((function(){var e=s&&s.apply(this,arguments);e&&g(e.promise)?e.promise().progress(n.notify).done(n.resolve).fail(n.reject):n[i[0]+"With"](this,s?[e]:arguments)}))})),e=null})).promise()},then:function(e,i,s){var o=0;function r(e,t,i,s){return function(){var a=this,l=arguments,c=function(){var n,c;if(!(e<o)){if((n=i.apply(a,l))===t.promise())throw new TypeError("Thenable self-resolution");c=n&&("object"==typeof n||"function"==typeof n)&&n.then,g(c)?s?c.call(n,r(o,t,F,s),r(o,t,N,s)):(o++,c.call(n,r(o,t,F,s),r(o,t,N,s),r(o,t,F,t.notifyWith))):(i!==F&&(a=void 0,l=[n]),(s||t.resolveWith)(a,l))}},u=s?c:function(){try{c()}catch(n){x.Deferred.exceptionHook&&x.Deferred.exceptionHook(n,u.stackTrace),e+1>=o&&(i!==N&&(a=void 0,l=[n]),t.rejectWith(a,l))}};e?u():(x.Deferred.getStackHook&&(u.stackTrace=x.Deferred.getStackHook()),n.setTimeout(u))}}return x.Deferred((function(n){t[0][3].add(r(0,n,g(s)?s:F,n.notifyWith)),t[1][3].add(r(0,n,g(e)?e:F)),t[2][3].add(r(0,n,g(i)?i:N))})).promise()},promise:function(e){return null!=e?x.extend(e,s):s}},o={};return x.each(t,(function(e,n){var r=n[2],a=n[5];s[n[1]]=r.add,a&&r.add((function(){i=a}),t[3-e][2].disable,t[3-e][3].disable,t[0][2].lock,t[0][3].lock),r.add(n[3].fire),o[n[0]]=function(){return o[n[0]+"With"](this===o?void 0:this,arguments),this},o[n[0]+"With"]=r.fireWith})),s.promise(o),e&&e.call(o,o),o},when:function(e){var t=arguments.length,n=t,i=Array(n),s=a.call(arguments),o=x.Deferred(),r=function(e){return function(n){i[e]=this,s[e]=arguments.length>1?a.call(arguments):n,--t||o.resolveWith(i,s)}};if(t<=1&&(H(e,o.done(r(n)).resolve,o.reject,!t),"pending"===o.state()||g(s[n]&&s[n].then)))return o.then();for(;n--;)H(s[n],r(n),o.reject);return o.promise()}});var B=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;x.Deferred.exceptionHook=function(e,t){n.console&&n.console.warn&&e&&B.test(e.name)&&n.console.warn("jQuery.Deferred exception: "+e.message,e.stack,t)},x.readyException=function(e){n.setTimeout((function(){throw e}))};var q=x.Deferred();function R(){b.removeEventListener("DOMContentLoaded",R),n.removeEventListener("load",R),x.ready()}x.fn.ready=function(e){return q.then(e).catch((function(e){x.readyException(e)})),this},x.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--x.readyWait:x.isReady)||(x.isReady=!0,!0!==e&&--x.readyWait>0||q.resolveWith(b,[x]))}}),x.ready.then=q.then,"complete"===b.readyState||"loading"!==b.readyState&&!b.documentElement.doScroll?n.setTimeout(x.ready):(b.addEventListener("DOMContentLoaded",R),n.addEventListener("load",R));var V=function(e,t,n,i,s,o,r){var a=0,l=e.length,c=null==n;if("object"===w(n))for(a in s=!0,n)V(e,t,a,n[a],!0,o,r);else if(void 0!==i&&(s=!0,g(i)||(r=!0),c&&(r?(t.call(e,i),t=null):(c=t,t=function(e,t,n){return c.call(x(e),n)})),t))for(;a<l;a++)t(e[a],n,r?i:i.call(e[a],a,t(e[a],n)));return s?e:c?t.call(e):l?t(e[0],n):o},U=/^-ms-/,W=/-([a-z])/g;function G(e,t){return t.toUpperCase()}function X(e){return e.replace(U,"ms-").replace(W,G)}var Y=function(e){return 1===e.nodeType||9===e.nodeType||!+e.nodeType};function Z(){this.expando=x.expando+Z.uid++}Z.uid=1,Z.prototype={cache:function(e){var t=e[this.expando];return t||(t={},Y(e)&&(e.nodeType?e[this.expando]=t:Object.defineProperty(e,this.expando,{value:t,configurable:!0}))),t},set:function(e,t,n){var i,s=this.cache(e);if("string"==typeof t)s[X(t)]=n;else for(i in t)s[X(i)]=t[i];return s},get:function(e,t){return void 0===t?this.cache(e):e[this.expando]&&e[this.expando][X(t)]},access:function(e,t,n){return void 0===t||t&&"string"==typeof t&&void 0===n?this.get(e,t):(this.set(e,t,n),void 0!==n?n:t)},remove:function(e,t){var n,i=e[this.expando];if(void 0!==i){if(void 0!==t){n=(t=Array.isArray(t)?t.map(X):(t=X(t))in i?[t]:t.match(D)||[]).length;for(;n--;)delete i[t[n]]}(void 0===t||x.isEmptyObject(i))&&(e.nodeType?e[this.expando]=void 0:delete e[this.expando])}},hasData:function(e){var t=e[this.expando];return void 0!==t&&!x.isEmptyObject(t)}};var J=new Z,K=new Z,Q=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,ee=/[A-Z]/g;function te(e,t,n){var i;if(void 0===n&&1===e.nodeType)if(i="data-"+t.replace(ee,"-$&").toLowerCase(),"string"==typeof(n=e.getAttribute(i))){try{n=function(e){return"true"===e||"false"!==e&&("null"===e?null:e===+e+""?+e:Q.test(e)?JSON.parse(e):e)}(n)}catch(e){}K.set(e,t,n)}else n=void 0;return n}x.extend({hasData:function(e){return K.hasData(e)||J.hasData(e)},data:function(e,t,n){return K.access(e,t,n)},removeData:function(e,t){K.remove(e,t)},_data:function(e,t,n){return J.access(e,t,n)},_removeData:function(e,t){J.remove(e,t)}}),x.fn.extend({data:function(e,t){var n,i,s,o=this[0],r=o&&o.attributes;if(void 0===e){if(this.length&&(s=K.get(o),1===o.nodeType&&!J.get(o,"hasDataAttrs"))){for(n=r.length;n--;)r[n]&&0===(i=r[n].name).indexOf("data-")&&(i=X(i.slice(5)),te(o,i,s[i]));J.set(o,"hasDataAttrs",!0)}return s}return"object"==typeof e?this.each((function(){K.set(this,e)})):V(this,(function(t){var n;if(o&&void 0===t)return void 0!==(n=K.get(o,e))||void 0!==(n=te(o,e))?n:void 0;this.each((function(){K.set(this,e,t)}))}),null,t,arguments.length>1,null,!0)},removeData:function(e){return this.each((function(){K.remove(this,e)}))}}),x.extend({queue:function(e,t,n){var i;if(e)return t=(t||"fx")+"queue",i=J.get(e,t),n&&(!i||Array.isArray(n)?i=J.access(e,t,x.makeArray(n)):i.push(n)),i||[]},dequeue:function(e,t){t=t||"fx";var n=x.queue(e,t),i=n.length,s=n.shift(),o=x._queueHooks(e,t);"inprogress"===s&&(s=n.shift(),i--),s&&("fx"===t&&n.unshift("inprogress"),delete o.stop,s.call(e,(function(){x.dequeue(e,t)}),o)),!i&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return J.get(e,n)||J.access(e,n,{empty:x.Callbacks("once memory").add((function(){J.remove(e,[t+"queue",n])}))})}}),x.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length<n?x.queue(this[0],e):void 0===t?this:this.each((function(){var n=x.queue(this,e,t);x._queueHooks(this,e),"fx"===e&&"inprogress"!==n[0]&&x.dequeue(this,e)}))},dequeue:function(e){return this.each((function(){x.dequeue(this,e)}))},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,t){var n,i=1,s=x.Deferred(),o=this,r=this.length,a=function(){--i||s.resolveWith(o,[o])};for("string"!=typeof e&&(t=e,e=void 0),e=e||"fx";r--;)(n=J.get(o[r],e+"queueHooks"))&&n.empty&&(i++,n.empty.add(a));return a(),s.promise(t)}});var ne=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,ie=new RegExp("^(?:([+-])=|)("+ne+")([a-z%]*)$","i"),se=["Top","Right","Bottom","Left"],oe=b.documentElement,re=function(e){return x.contains(e.ownerDocument,e)},ae={composed:!0};oe.getRootNode&&(re=function(e){return x.contains(e.ownerDocument,e)||e.getRootNode(ae)===e.ownerDocument});var le=function(e,t){return"none"===(e=t||e).style.display||""===e.style.display&&re(e)&&"none"===x.css(e,"display")};function ce(e,t,n,i){var s,o,r=20,a=i?function(){return i.cur()}:function(){return x.css(e,t,"")},l=a(),c=n&&n[3]||(x.cssNumber[t]?"":"px"),u=e.nodeType&&(x.cssNumber[t]||"px"!==c&&+l)&&ie.exec(x.css(e,t));if(u&&u[3]!==c){for(l/=2,c=c||u[3],u=+l||1;r--;)x.style(e,t,u+c),(1-o)*(1-(o=a()/l||.5))<=0&&(r=0),u/=o;u*=2,x.style(e,t,u+c),n=n||[]}return n&&(u=+u||+l||0,s=n[1]?u+(n[1]+1)*n[2]:+n[2],i&&(i.unit=c,i.start=u,i.end=s)),s}var ue={};function de(e){var t,n=e.ownerDocument,i=e.nodeName,s=ue[i];return s||(t=n.body.appendChild(n.createElement(i)),s=x.css(t,"display"),t.parentNode.removeChild(t),"none"===s&&(s="block"),ue[i]=s,s)}function pe(e,t){for(var n,i,s=[],o=0,r=e.length;o<r;o++)(i=e[o]).style&&(n=i.style.display,t?("none"===n&&(s[o]=J.get(i,"display")||null,s[o]||(i.style.display="")),""===i.style.display&&le(i)&&(s[o]=de(i))):"none"!==n&&(s[o]="none",J.set(i,"display",n)));for(o=0;o<r;o++)null!=s[o]&&(e[o].style.display=s[o]);return e}x.fn.extend({show:function(){return pe(this,!0)},hide:function(){return pe(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each((function(){le(this)?x(this).show():x(this).hide()}))}});var fe,he,ve=/^(?:checkbox|radio)$/i,me=/<([a-z][^\/\0>\x20\t\r\n\f]*)/i,ge=/^$|^module$|\/(?:java|ecma)script/i;fe=b.createDocumentFragment().appendChild(b.createElement("div")),(he=b.createElement("input")).setAttribute("type","radio"),he.setAttribute("checked","checked"),he.setAttribute("name","t"),fe.appendChild(he),m.checkClone=fe.cloneNode(!0).cloneNode(!0).lastChild.checked,fe.innerHTML="<textarea>x</textarea>",m.noCloneChecked=!!fe.cloneNode(!0).lastChild.defaultValue,fe.innerHTML="<option></option>",m.option=!!fe.lastChild;var ye={thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};function be(e,t){var n;return n=void 0!==e.getElementsByTagName?e.getElementsByTagName(t||"*"):void 0!==e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&E(e,t)?x.merge([e],n):n}function _e(e,t){for(var n=0,i=e.length;n<i;n++)J.set(e[n],"globalEval",!t||J.get(t[n],"globalEval"))}ye.tbody=ye.tfoot=ye.colgroup=ye.caption=ye.thead,ye.th=ye.td,m.option||(ye.optgroup=ye.option=[1,"<select multiple='multiple'>","</select>"]);var je=/<|&#?\w+;/;function we(e,t,n,i,s){for(var o,r,a,l,c,u,d=t.createDocumentFragment(),p=[],f=0,h=e.length;f<h;f++)if((o=e[f])||0===o)if("object"===w(o))x.merge(p,o.nodeType?[o]:o);else if(je.test(o)){for(r=r||d.appendChild(t.createElement("div")),a=(me.exec(o)||["",""])[1].toLowerCase(),l=ye[a]||ye._default,r.innerHTML=l[1]+x.htmlPrefilter(o)+l[2],u=l[0];u--;)r=r.lastChild;x.merge(p,r.childNodes),(r=d.firstChild).textContent=""}else p.push(t.createTextNode(o));for(d.textContent="",f=0;o=p[f++];)if(i&&x.inArray(o,i)>-1)s&&s.push(o);else if(c=re(o),r=be(d.appendChild(o),"script"),c&&_e(r),n)for(u=0;o=r[u++];)ge.test(o.type||"")&&n.push(o);return d}var xe=/^([^.]*)(?:\.(.+)|)/;function ke(){return!0}function Se(){return!1}function Ce(e,t){return e===function(){try{return b.activeElement}catch(e){}}()==("focus"===t)}function Te(e,t,n,i,s,o){var r,a;if("object"==typeof t){for(a in"string"!=typeof n&&(i=i||n,n=void 0),t)Te(e,a,n,i,t[a],o);return e}if(null==i&&null==s?(s=n,i=n=void 0):null==s&&("string"==typeof n?(s=i,i=void 0):(s=i,i=n,n=void 0)),!1===s)s=Se;else if(!s)return e;return 1===o&&(r=s,(s=function(e){return x().off(e),r.apply(this,arguments)}).guid=r.guid||(r.guid=x.guid++)),e.each((function(){x.event.add(this,t,s,i,n)}))}function $e(e,t,n){n?(J.set(e,t,!1),x.event.add(e,t,{namespace:!1,handler:function(e){var i,s,o=J.get(this,t);if(1&e.isTrigger&&this[t]){if(o.length)(x.event.special[t]||{}).delegateType&&e.stopPropagation();else if(o=a.call(arguments),J.set(this,t,o),i=n(this,t),this[t](),o!==(s=J.get(this,t))||i?J.set(this,t,!1):s={},o!==s)return e.stopImmediatePropagation(),e.preventDefault(),s&&s.value}else o.length&&(J.set(this,t,{value:x.event.trigger(x.extend(o[0],x.Event.prototype),o.slice(1),this)}),e.stopImmediatePropagation())}})):void 0===J.get(e,t)&&x.event.add(e,t,ke)}x.event={global:{},add:function(e,t,n,i,s){var o,r,a,l,c,u,d,p,f,h,v,m=J.get(e);if(Y(e))for(n.handler&&(n=(o=n).handler,s=o.selector),s&&x.find.matchesSelector(oe,s),n.guid||(n.guid=x.guid++),(l=m.events)||(l=m.events=Object.create(null)),(r=m.handle)||(r=m.handle=function(t){return void 0!==x&&x.event.triggered!==t.type?x.event.dispatch.apply(e,arguments):void 0}),c=(t=(t||"").match(D)||[""]).length;c--;)f=v=(a=xe.exec(t[c])||[])[1],h=(a[2]||"").split(".").sort(),f&&(d=x.event.special[f]||{},f=(s?d.delegateType:d.bindType)||f,d=x.event.special[f]||{},u=x.extend({type:f,origType:v,data:i,handler:n,guid:n.guid,selector:s,needsContext:s&&x.expr.match.needsContext.test(s),namespace:h.join(".")},o),(p=l[f])||((p=l[f]=[]).delegateCount=0,d.setup&&!1!==d.setup.call(e,i,h,r)||e.addEventListener&&e.addEventListener(f,r)),d.add&&(d.add.call(e,u),u.handler.guid||(u.handler.guid=n.guid)),s?p.splice(p.delegateCount++,0,u):p.push(u),x.event.global[f]=!0)},remove:function(e,t,n,i,s){var o,r,a,l,c,u,d,p,f,h,v,m=J.hasData(e)&&J.get(e);if(m&&(l=m.events)){for(c=(t=(t||"").match(D)||[""]).length;c--;)if(f=v=(a=xe.exec(t[c])||[])[1],h=(a[2]||"").split(".").sort(),f){for(d=x.event.special[f]||{},p=l[f=(i?d.delegateType:d.bindType)||f]||[],a=a[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),r=o=p.length;o--;)u=p[o],!s&&v!==u.origType||n&&n.guid!==u.guid||a&&!a.test(u.namespace)||i&&i!==u.selector&&("**"!==i||!u.selector)||(p.splice(o,1),u.selector&&p.delegateCount--,d.remove&&d.remove.call(e,u));r&&!p.length&&(d.teardown&&!1!==d.teardown.call(e,h,m.handle)||x.removeEvent(e,f,m.handle),delete l[f])}else for(f in l)x.event.remove(e,f+t[c],n,i,!0);x.isEmptyObject(l)&&J.remove(e,"handle events")}},dispatch:function(e){var t,n,i,s,o,r,a=new Array(arguments.length),l=x.event.fix(e),c=(J.get(this,"events")||Object.create(null))[l.type]||[],u=x.event.special[l.type]||{};for(a[0]=l,t=1;t<arguments.length;t++)a[t]=arguments[t];if(l.delegateTarget=this,!u.preDispatch||!1!==u.preDispatch.call(this,l)){for(r=x.event.handlers.call(this,l,c),t=0;(s=r[t++])&&!l.isPropagationStopped();)for(l.currentTarget=s.elem,n=0;(o=s.handlers[n++])&&!l.isImmediatePropagationStopped();)l.rnamespace&&!1!==o.namespace&&!l.rnamespace.test(o.namespace)||(l.handleObj=o,l.data=o.data,void 0!==(i=((x.event.special[o.origType]||{}).handle||o.handler).apply(s.elem,a))&&!1===(l.result=i)&&(l.preventDefault(),l.stopPropagation()));return u.postDispatch&&u.postDispatch.call(this,l),l.result}},handlers:function(e,t){var n,i,s,o,r,a=[],l=t.delegateCount,c=e.target;if(l&&c.nodeType&&!("click"===e.type&&e.button>=1))for(;c!==this;c=c.parentNode||this)if(1===c.nodeType&&("click"!==e.type||!0!==c.disabled)){for(o=[],r={},n=0;n<l;n++)void 0===r[s=(i=t[n]).selector+" "]&&(r[s]=i.needsContext?x(s,this).index(c)>-1:x.find(s,this,null,[c]).length),r[s]&&o.push(i);o.length&&a.push({elem:c,handlers:o})}return c=this,l<t.length&&a.push({elem:c,handlers:t.slice(l)}),a},addProp:function(e,t){Object.defineProperty(x.Event.prototype,e,{enumerable:!0,configurable:!0,get:g(t)?function(){if(this.originalEvent)return t(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[e]},set:function(t){Object.defineProperty(this,e,{enumerable:!0,configurable:!0,writable:!0,value:t})}})},fix:function(e){return e[x.expando]?e:new x.Event(e)},special:{load:{noBubble:!0},click:{setup:function(e){var t=this||e;return ve.test(t.type)&&t.click&&E(t,"input")&&$e(t,"click",ke),!1},trigger:function(e){var t=this||e;return ve.test(t.type)&&t.click&&E(t,"input")&&$e(t,"click"),!0},_default:function(e){var t=e.target;return ve.test(t.type)&&t.click&&E(t,"input")&&J.get(t,"click")||E(t,"a")}},beforeunload:{postDispatch:function(e){void 0!==e.result&&e.originalEvent&&(e.originalEvent.returnValue=e.result)}}}},x.removeEvent=function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n)},x.Event=function(e,t){if(!(this instanceof x.Event))return new x.Event(e,t);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||void 0===e.defaultPrevented&&!1===e.returnValue?ke:Se,this.target=e.target&&3===e.target.nodeType?e.target.parentNode:e.target,this.currentTarget=e.currentTarget,this.relatedTarget=e.relatedTarget):this.type=e,t&&x.extend(this,t),this.timeStamp=e&&e.timeStamp||Date.now(),this[x.expando]=!0},x.Event.prototype={constructor:x.Event,isDefaultPrevented:Se,isPropagationStopped:Se,isImmediatePropagationStopped:Se,isSimulated:!1,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=ke,e&&!this.isSimulated&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=ke,e&&!this.isSimulated&&e.stopPropagation()},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=ke,e&&!this.isSimulated&&e.stopImmediatePropagation(),this.stopPropagation()}},x.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,char:!0,code:!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:!0},x.event.addProp),x.each({focus:"focusin",blur:"focusout"},(function(e,t){x.event.special[e]={setup:function(){return $e(this,e,Ce),!1},trigger:function(){return $e(this,e),!0},_default:function(){return!0},delegateType:t}})),x.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},(function(e,t){x.event.special[e]={delegateType:t,bindType:t,handle:function(e){var n,i=this,s=e.relatedTarget,o=e.handleObj;return s&&(s===i||x.contains(i,s))||(e.type=o.origType,n=o.handler.apply(this,arguments),e.type=t),n}}})),x.fn.extend({on:function(e,t,n,i){return Te(this,e,t,n,i)},one:function(e,t,n,i){return Te(this,e,t,n,i,1)},off:function(e,t,n){var i,s;if(e&&e.preventDefault&&e.handleObj)return i=e.handleObj,x(e.delegateTarget).off(i.namespace?i.origType+"."+i.namespace:i.origType,i.selector,i.handler),this;if("object"==typeof e){for(s in e)this.off(s,t,e[s]);return this}return!1!==t&&"function"!=typeof t||(n=t,t=void 0),!1===n&&(n=Se),this.each((function(){x.event.remove(this,e,n,t)}))}});var Ee=/<script|<style|<link/i,Oe=/checked\s*(?:[^=]|=\s*.checked.)/i,Pe=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;function Ae(e,t){return E(e,"table")&&E(11!==t.nodeType?t:t.firstChild,"tr")&&x(e).children("tbody")[0]||e}function ze(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Ie(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Le(e,t){var n,i,s,o,r,a;if(1===t.nodeType){if(J.hasData(e)&&(a=J.get(e).events))for(s in J.remove(t,"handle events"),a)for(n=0,i=a[s].length;n<i;n++)x.event.add(t,s,a[s][n]);K.hasData(e)&&(o=K.access(e),r=x.extend({},o),K.set(t,r))}}function Me(e,t){var n=t.nodeName.toLowerCase();"input"===n&&ve.test(e.type)?t.checked=e.checked:"input"!==n&&"textarea"!==n||(t.defaultValue=e.defaultValue)}function De(e,t,n,i){t=l(t);var s,o,r,a,c,u,d=0,p=e.length,f=p-1,h=t[0],v=g(h);if(v||p>1&&"string"==typeof h&&!m.checkClone&&Oe.test(h))return e.each((function(s){var o=e.eq(s);v&&(t[0]=h.call(this,s,o.html())),De(o,t,n,i)}));if(p&&(o=(s=we(t,e[0].ownerDocument,!1,e,i)).firstChild,1===s.childNodes.length&&(s=o),o||i)){for(a=(r=x.map(be(s,"script"),ze)).length;d<p;d++)c=s,d!==f&&(c=x.clone(c,!0,!0),a&&x.merge(r,be(c,"script"))),n.call(e[d],c,d);if(a)for(u=r[r.length-1].ownerDocument,x.map(r,Ie),d=0;d<a;d++)c=r[d],ge.test(c.type||"")&&!J.access(c,"globalEval")&&x.contains(u,c)&&(c.src&&"module"!==(c.type||"").toLowerCase()?x._evalUrl&&!c.noModule&&x._evalUrl(c.src,{nonce:c.nonce||c.getAttribute("nonce")},u):j(c.textContent.replace(Pe,""),c,u))}return e}function Fe(e,t,n){for(var i,s=t?x.filter(t,e):e,o=0;null!=(i=s[o]);o++)n||1!==i.nodeType||x.cleanData(be(i)),i.parentNode&&(n&&re(i)&&_e(be(i,"script")),i.parentNode.removeChild(i));return e}x.extend({htmlPrefilter:function(e){return e},clone:function(e,t,n){var i,s,o,r,a=e.cloneNode(!0),l=re(e);if(!(m.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||x.isXMLDoc(e)))for(r=be(a),i=0,s=(o=be(e)).length;i<s;i++)Me(o[i],r[i]);if(t)if(n)for(o=o||be(e),r=r||be(a),i=0,s=o.length;i<s;i++)Le(o[i],r[i]);else Le(e,a);return(r=be(a,"script")).length>0&&_e(r,!l&&be(e,"script")),a},cleanData:function(e){for(var t,n,i,s=x.event.special,o=0;void 0!==(n=e[o]);o++)if(Y(n)){if(t=n[J.expando]){if(t.events)for(i in t.events)s[i]?x.event.remove(n,i):x.removeEvent(n,i,t.handle);n[J.expando]=void 0}n[K.expando]&&(n[K.expando]=void 0)}}}),x.fn.extend({detach:function(e){return Fe(this,e,!0)},remove:function(e){return Fe(this,e)},text:function(e){return V(this,(function(e){return void 0===e?x.text(this):this.empty().each((function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)}))}),null,e,arguments.length)},append:function(){return De(this,arguments,(function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||Ae(this,e).appendChild(e)}))},prepend:function(){return De(this,arguments,(function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=Ae(this,e);t.insertBefore(e,t.firstChild)}}))},before:function(){return De(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this)}))},after:function(){return De(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)}))},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(x.cleanData(be(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map((function(){return x.clone(this,e,t)}))},html:function(e){return V(this,(function(e){var t=this[0]||{},n=0,i=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!Ee.test(e)&&!ye[(me.exec(e)||["",""])[1].toLowerCase()]){e=x.htmlPrefilter(e);try{for(;n<i;n++)1===(t=this[n]||{}).nodeType&&(x.cleanData(be(t,!1)),t.innerHTML=e);t=0}catch(e){}}t&&this.empty().append(e)}),null,e,arguments.length)},replaceWith:function(){var e=[];return De(this,arguments,(function(t){var n=this.parentNode;x.inArray(this,e)<0&&(x.cleanData(be(this)),n&&n.replaceChild(t,this))}),e)}}),x.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},(function(e,t){x.fn[e]=function(e){for(var n,i=[],s=x(e),o=s.length-1,r=0;r<=o;r++)n=r===o?this:this.clone(!0),x(s[r])[t](n),c.apply(i,n.get());return this.pushStack(i)}}));var Ne=new RegExp("^("+ne+")(?!px)[a-z%]+$","i"),He=function(e){var t=e.ownerDocument.defaultView;return t&&t.opener||(t=n),t.getComputedStyle(e)},Be=function(e,t,n){var i,s,o={};for(s in t)o[s]=e.style[s],e.style[s]=t[s];for(s in i=n.call(e),t)e.style[s]=o[s];return i},qe=new RegExp(se.join("|"),"i");function Re(e,t,n){var i,s,o,r,a=e.style;return(n=n||He(e))&&(""!==(r=n.getPropertyValue(t)||n[t])||re(e)||(r=x.style(e,t)),!m.pixelBoxStyles()&&Ne.test(r)&&qe.test(t)&&(i=a.width,s=a.minWidth,o=a.maxWidth,a.minWidth=a.maxWidth=a.width=r,r=n.width,a.width=i,a.minWidth=s,a.maxWidth=o)),void 0!==r?r+"":r}function Ve(e,t){return{get:function(){if(!e())return(this.get=t).apply(this,arguments);delete this.get}}}!function(){function e(){if(u){c.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",u.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",oe.appendChild(c).appendChild(u);var e=n.getComputedStyle(u);i="1%"!==e.top,l=12===t(e.marginLeft),u.style.right="60%",r=36===t(e.right),s=36===t(e.width),u.style.position="absolute",o=12===t(u.offsetWidth/3),oe.removeChild(c),u=null}}function t(e){return Math.round(parseFloat(e))}var i,s,o,r,a,l,c=b.createElement("div"),u=b.createElement("div");u.style&&(u.style.backgroundClip="content-box",u.cloneNode(!0).style.backgroundClip="",m.clearCloneStyle="content-box"===u.style.backgroundClip,x.extend(m,{boxSizingReliable:function(){return e(),s},pixelBoxStyles:function(){return e(),r},pixelPosition:function(){return e(),i},reliableMarginLeft:function(){return e(),l},scrollboxSize:function(){return e(),o},reliableTrDimensions:function(){var e,t,i,s;return null==a&&(e=b.createElement("table"),t=b.createElement("tr"),i=b.createElement("div"),e.style.cssText="position:absolute;left:-11111px;border-collapse:separate",t.style.cssText="border:1px solid",t.style.height="1px",i.style.height="9px",i.style.display="block",oe.appendChild(e).appendChild(t).appendChild(i),s=n.getComputedStyle(t),a=parseInt(s.height,10)+parseInt(s.borderTopWidth,10)+parseInt(s.borderBottomWidth,10)===t.offsetHeight,oe.removeChild(e)),a}}))}();var Ue=["Webkit","Moz","ms"],We=b.createElement("div").style,Ge={};function Xe(e){var t=x.cssProps[e]||Ge[e];return t||(e in We?e:Ge[e]=function(e){for(var t=e[0].toUpperCase()+e.slice(1),n=Ue.length;n--;)if((e=Ue[n]+t)in We)return e}(e)||e)}var Ye=/^(none|table(?!-c[ea]).+)/,Ze=/^--/,Je={position:"absolute",visibility:"hidden",display:"block"},Ke={letterSpacing:"0",fontWeight:"400"};function Qe(e,t,n){var i=ie.exec(t);return i?Math.max(0,i[2]-(n||0))+(i[3]||"px"):t}function et(e,t,n,i,s,o){var r="width"===t?1:0,a=0,l=0;if(n===(i?"border":"content"))return 0;for(;r<4;r+=2)"margin"===n&&(l+=x.css(e,n+se[r],!0,s)),i?("content"===n&&(l-=x.css(e,"padding"+se[r],!0,s)),"margin"!==n&&(l-=x.css(e,"border"+se[r]+"Width",!0,s))):(l+=x.css(e,"padding"+se[r],!0,s),"padding"!==n?l+=x.css(e,"border"+se[r]+"Width",!0,s):a+=x.css(e,"border"+se[r]+"Width",!0,s));return!i&&o>=0&&(l+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-o-l-a-.5))||0),l}function tt(e,t,n){var i=He(e),s=(!m.boxSizingReliable()||n)&&"border-box"===x.css(e,"boxSizing",!1,i),o=s,r=Re(e,t,i),a="offset"+t[0].toUpperCase()+t.slice(1);if(Ne.test(r)){if(!n)return r;r="auto"}return(!m.boxSizingReliable()&&s||!m.reliableTrDimensions()&&E(e,"tr")||"auto"===r||!parseFloat(r)&&"inline"===x.css(e,"display",!1,i))&&e.getClientRects().length&&(s="border-box"===x.css(e,"boxSizing",!1,i),(o=a in e)&&(r=e[a])),(r=parseFloat(r)||0)+et(e,t,n||(s?"border":"content"),o,i,r)+"px"}function nt(e,t,n,i,s){return new nt.prototype.init(e,t,n,i,s)}x.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Re(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,n,i){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var s,o,r,a=X(t),l=Ze.test(t),c=e.style;if(l||(t=Xe(a)),r=x.cssHooks[t]||x.cssHooks[a],void 0===n)return r&&"get"in r&&void 0!==(s=r.get(e,!1,i))?s:c[t];"string"===(o=typeof n)&&(s=ie.exec(n))&&s[1]&&(n=ce(e,t,s),o="number"),null!=n&&n==n&&("number"!==o||l||(n+=s&&s[3]||(x.cssNumber[a]?"":"px")),m.clearCloneStyle||""!==n||0!==t.indexOf("background")||(c[t]="inherit"),r&&"set"in r&&void 0===(n=r.set(e,n,i))||(l?c.setProperty(t,n):c[t]=n))}},css:function(e,t,n,i){var s,o,r,a=X(t);return Ze.test(t)||(t=Xe(a)),(r=x.cssHooks[t]||x.cssHooks[a])&&"get"in r&&(s=r.get(e,!0,n)),void 0===s&&(s=Re(e,t,i)),"normal"===s&&t in Ke&&(s=Ke[t]),""===n||n?(o=parseFloat(s),!0===n||isFinite(o)?o||0:s):s}}),x.each(["height","width"],(function(e,t){x.cssHooks[t]={get:function(e,n,i){if(n)return!Ye.test(x.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?tt(e,t,i):Be(e,Je,(function(){return tt(e,t,i)}))},set:function(e,n,i){var s,o=He(e),r=!m.scrollboxSize()&&"absolute"===o.position,a=(r||i)&&"border-box"===x.css(e,"boxSizing",!1,o),l=i?et(e,t,i,a,o):0;return a&&r&&(l-=Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(o[t])-et(e,t,"border",!1,o)-.5)),l&&(s=ie.exec(n))&&"px"!==(s[3]||"px")&&(e.style[t]=n,n=x.css(e,t)),Qe(0,n,l)}}})),x.cssHooks.marginLeft=Ve(m.reliableMarginLeft,(function(e,t){if(t)return(parseFloat(Re(e,"marginLeft"))||e.getBoundingClientRect().left-Be(e,{marginLeft:0},(function(){return e.getBoundingClientRect().left})))+"px"})),x.each({margin:"",padding:"",border:"Width"},(function(e,t){x.cssHooks[e+t]={expand:function(n){for(var i=0,s={},o="string"==typeof n?n.split(" "):[n];i<4;i++)s[e+se[i]+t]=o[i]||o[i-2]||o[0];return s}},"margin"!==e&&(x.cssHooks[e+t].set=Qe)})),x.fn.extend({css:function(e,t){return V(this,(function(e,t,n){var i,s,o={},r=0;if(Array.isArray(t)){for(i=He(e),s=t.length;r<s;r++)o[t[r]]=x.css(e,t[r],!1,i);return o}return void 0!==n?x.style(e,t,n):x.css(e,t)}),e,t,arguments.length>1)}}),x.Tween=nt,nt.prototype={constructor:nt,init:function(e,t,n,i,s,o){this.elem=e,this.prop=n,this.easing=s||x.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=i,this.unit=o||(x.cssNumber[n]?"":"px")},cur:function(){var e=nt.propHooks[this.prop];return e&&e.get?e.get(this):nt.propHooks._default.get(this)},run:function(e){var t,n=nt.propHooks[this.prop];return this.options.duration?this.pos=t=x.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):nt.propHooks._default.set(this),this}},nt.prototype.init.prototype=nt.prototype,nt.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=x.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){x.fx.step[e.prop]?x.fx.step[e.prop](e):1!==e.elem.nodeType||!x.cssHooks[e.prop]&&null==e.elem.style[Xe(e.prop)]?e.elem[e.prop]=e.now:x.style(e.elem,e.prop,e.now+e.unit)}}},nt.propHooks.scrollTop=nt.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},x.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},x.fx=nt.prototype.init,x.fx.step={};var it,st,ot=/^(?:toggle|show|hide)$/,rt=/queueHooks$/;function at(){st&&(!1===b.hidden&&n.requestAnimationFrame?n.requestAnimationFrame(at):n.setTimeout(at,x.fx.interval),x.fx.tick())}function lt(){return n.setTimeout((function(){it=void 0})),it=Date.now()}function ct(e,t){var n,i=0,s={height:e};for(t=t?1:0;i<4;i+=2-t)s["margin"+(n=se[i])]=s["padding"+n]=e;return t&&(s.opacity=s.width=e),s}function ut(e,t,n){for(var i,s=(dt.tweeners[t]||[]).concat(dt.tweeners["*"]),o=0,r=s.length;o<r;o++)if(i=s[o].call(n,t,e))return i}function dt(e,t,n){var i,s,o=0,r=dt.prefilters.length,a=x.Deferred().always((function(){delete l.elem})),l=function(){if(s)return!1;for(var t=it||lt(),n=Math.max(0,c.startTime+c.duration-t),i=1-(n/c.duration||0),o=0,r=c.tweens.length;o<r;o++)c.tweens[o].run(i);return a.notifyWith(e,[c,i,n]),i<1&&r?n:(r||a.notifyWith(e,[c,1,0]),a.resolveWith(e,[c]),!1)},c=a.promise({elem:e,props:x.extend({},t),opts:x.extend(!0,{specialEasing:{},easing:x.easing._default},n),originalProperties:t,originalOptions:n,startTime:it||lt(),duration:n.duration,tweens:[],createTween:function(t,n){var i=x.Tween(e,c.opts,t,n,c.opts.specialEasing[t]||c.opts.easing);return c.tweens.push(i),i},stop:function(t){var n=0,i=t?c.tweens.length:0;if(s)return this;for(s=!0;n<i;n++)c.tweens[n].run(1);return t?(a.notifyWith(e,[c,1,0]),a.resolveWith(e,[c,t])):a.rejectWith(e,[c,t]),this}}),u=c.props;for(!function(e,t){var n,i,s,o,r;for(n in e)if(s=t[i=X(n)],o=e[n],Array.isArray(o)&&(s=o[1],o=e[n]=o[0]),n!==i&&(e[i]=o,delete e[n]),(r=x.cssHooks[i])&&"expand"in r)for(n in o=r.expand(o),delete e[i],o)n in e||(e[n]=o[n],t[n]=s);else t[i]=s}(u,c.opts.specialEasing);o<r;o++)if(i=dt.prefilters[o].call(c,e,u,c.opts))return g(i.stop)&&(x._queueHooks(c.elem,c.opts.queue).stop=i.stop.bind(i)),i;return x.map(u,ut,c),g(c.opts.start)&&c.opts.start.call(e,c),c.progress(c.opts.progress).done(c.opts.done,c.opts.complete).fail(c.opts.fail).always(c.opts.always),x.fx.timer(x.extend(l,{elem:e,anim:c,queue:c.opts.queue})),c}x.Animation=x.extend(dt,{tweeners:{"*":[function(e,t){var n=this.createTween(e,t);return ce(n.elem,e,ie.exec(t),n),n}]},tweener:function(e,t){g(e)?(t=e,e=["*"]):e=e.match(D);for(var n,i=0,s=e.length;i<s;i++)n=e[i],dt.tweeners[n]=dt.tweeners[n]||[],dt.tweeners[n].unshift(t)},prefilters:[function(e,t,n){var i,s,o,r,a,l,c,u,d="width"in t||"height"in t,p=this,f={},h=e.style,v=e.nodeType&&le(e),m=J.get(e,"fxshow");for(i in n.queue||(null==(r=x._queueHooks(e,"fx")).unqueued&&(r.unqueued=0,a=r.empty.fire,r.empty.fire=function(){r.unqueued||a()}),r.unqueued++,p.always((function(){p.always((function(){r.unqueued--,x.queue(e,"fx").length||r.empty.fire()}))}))),t)if(s=t[i],ot.test(s)){if(delete t[i],o=o||"toggle"===s,s===(v?"hide":"show")){if("show"!==s||!m||void 0===m[i])continue;v=!0}f[i]=m&&m[i]||x.style(e,i)}if((l=!x.isEmptyObject(t))||!x.isEmptyObject(f))for(i in d&&1===e.nodeType&&(n.overflow=[h.overflow,h.overflowX,h.overflowY],null==(c=m&&m.display)&&(c=J.get(e,"display")),"none"===(u=x.css(e,"display"))&&(c?u=c:(pe([e],!0),c=e.style.display||c,u=x.css(e,"display"),pe([e]))),("inline"===u||"inline-block"===u&&null!=c)&&"none"===x.css(e,"float")&&(l||(p.done((function(){h.display=c})),null==c&&(u=h.display,c="none"===u?"":u)),h.display="inline-block")),n.overflow&&(h.overflow="hidden",p.always((function(){h.overflow=n.overflow[0],h.overflowX=n.overflow[1],h.overflowY=n.overflow[2]}))),l=!1,f)l||(m?"hidden"in m&&(v=m.hidden):m=J.access(e,"fxshow",{display:c}),o&&(m.hidden=!v),v&&pe([e],!0),p.done((function(){for(i in v||pe([e]),J.remove(e,"fxshow"),f)x.style(e,i,f[i])}))),l=ut(v?m[i]:0,i,p),i in m||(m[i]=l.start,v&&(l.end=l.start,l.start=0))}],prefilter:function(e,t){t?dt.prefilters.unshift(e):dt.prefilters.push(e)}}),x.speed=function(e,t,n){var i=e&&"object"==typeof e?x.extend({},e):{complete:n||!n&&t||g(e)&&e,duration:e,easing:n&&t||t&&!g(t)&&t};return x.fx.off?i.duration=0:"number"!=typeof i.duration&&(i.duration in x.fx.speeds?i.duration=x.fx.speeds[i.duration]:i.duration=x.fx.speeds._default),null!=i.queue&&!0!==i.queue||(i.queue="fx"),i.old=i.complete,i.complete=function(){g(i.old)&&i.old.call(this),i.queue&&x.dequeue(this,i.queue)},i},x.fn.extend({fadeTo:function(e,t,n,i){return this.filter(le).css("opacity",0).show().end().animate({opacity:t},e,n,i)},animate:function(e,t,n,i){var s=x.isEmptyObject(e),o=x.speed(t,n,i),r=function(){var t=dt(this,x.extend({},e),o);(s||J.get(this,"finish"))&&t.stop(!0)};return r.finish=r,s||!1===o.queue?this.each(r):this.queue(o.queue,r)},stop:function(e,t,n){var i=function(e){var t=e.stop;delete e.stop,t(n)};return"string"!=typeof e&&(n=t,t=e,e=void 0),t&&this.queue(e||"fx",[]),this.each((function(){var t=!0,s=null!=e&&e+"queueHooks",o=x.timers,r=J.get(this);if(s)r[s]&&r[s].stop&&i(r[s]);else for(s in r)r[s]&&r[s].stop&&rt.test(s)&&i(r[s]);for(s=o.length;s--;)o[s].elem!==this||null!=e&&o[s].queue!==e||(o[s].anim.stop(n),t=!1,o.splice(s,1));!t&&n||x.dequeue(this,e)}))},finish:function(e){return!1!==e&&(e=e||"fx"),this.each((function(){var t,n=J.get(this),i=n[e+"queue"],s=n[e+"queueHooks"],o=x.timers,r=i?i.length:0;for(n.finish=!0,x.queue(this,e,[]),s&&s.stop&&s.stop.call(this,!0),t=o.length;t--;)o[t].elem===this&&o[t].queue===e&&(o[t].anim.stop(!0),o.splice(t,1));for(t=0;t<r;t++)i[t]&&i[t].finish&&i[t].finish.call(this);delete n.finish}))}}),x.each(["toggle","show","hide"],(function(e,t){var n=x.fn[t];x.fn[t]=function(e,i,s){return null==e||"boolean"==typeof e?n.apply(this,arguments):this.animate(ct(t,!0),e,i,s)}})),x.each({slideDown:ct("show"),slideUp:ct("hide"),slideToggle:ct("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},(function(e,t){x.fn[e]=function(e,n,i){return this.animate(t,e,n,i)}})),x.timers=[],x.fx.tick=function(){var e,t=0,n=x.timers;for(it=Date.now();t<n.length;t++)(e=n[t])()||n[t]!==e||n.splice(t--,1);n.length||x.fx.stop(),it=void 0},x.fx.timer=function(e){x.timers.push(e),x.fx.start()},x.fx.interval=13,x.fx.start=function(){st||(st=!0,at())},x.fx.stop=function(){st=null},x.fx.speeds={slow:600,fast:200,_default:400},x.fn.delay=function(e,t){return e=x.fx&&x.fx.speeds[e]||e,t=t||"fx",this.queue(t,(function(t,i){var s=n.setTimeout(t,e);i.stop=function(){n.clearTimeout(s)}}))},function(){var e=b.createElement("input"),t=b.createElement("select").appendChild(b.createElement("option"));e.type="checkbox",m.checkOn=""!==e.value,m.optSelected=t.selected,(e=b.createElement("input")).value="t",e.type="radio",m.radioValue="t"===e.value}();var pt,ft=x.expr.attrHandle;x.fn.extend({attr:function(e,t){return V(this,x.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each((function(){x.removeAttr(this,e)}))}}),x.extend({attr:function(e,t,n){var i,s,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return void 0===e.getAttribute?x.prop(e,t,n):(1===o&&x.isXMLDoc(e)||(s=x.attrHooks[t.toLowerCase()]||(x.expr.match.bool.test(t)?pt:void 0)),void 0!==n?null===n?void x.removeAttr(e,t):s&&"set"in s&&void 0!==(i=s.set(e,n,t))?i:(e.setAttribute(t,n+""),n):s&&"get"in s&&null!==(i=s.get(e,t))?i:null==(i=x.find.attr(e,t))?void 0:i)},attrHooks:{type:{set:function(e,t){if(!m.radioValue&&"radio"===t&&E(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,i=0,s=t&&t.match(D);if(s&&1===e.nodeType)for(;n=s[i++];)e.removeAttribute(n)}}),pt={set:function(e,t,n){return!1===t?x.removeAttr(e,n):e.setAttribute(n,n),n}},x.each(x.expr.match.bool.source.match(/\w+/g),(function(e,t){var n=ft[t]||x.find.attr;ft[t]=function(e,t,i){var s,o,r=t.toLowerCase();return i||(o=ft[r],ft[r]=s,s=null!=n(e,t,i)?r:null,ft[r]=o),s}}));var ht=/^(?:input|select|textarea|button)$/i,vt=/^(?:a|area)$/i;function mt(e){return(e.match(D)||[]).join(" ")}function gt(e){return e.getAttribute&&e.getAttribute("class")||""}function yt(e){return Array.isArray(e)?e:"string"==typeof e&&e.match(D)||[]}x.fn.extend({prop:function(e,t){return V(this,x.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each((function(){delete this[x.propFix[e]||e]}))}}),x.extend({prop:function(e,t,n){var i,s,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&x.isXMLDoc(e)||(t=x.propFix[t]||t,s=x.propHooks[t]),void 0!==n?s&&"set"in s&&void 0!==(i=s.set(e,n,t))?i:e[t]=n:s&&"get"in s&&null!==(i=s.get(e,t))?i:e[t]},propHooks:{tabIndex:{get:function(e){var t=x.find.attr(e,"tabindex");return t?parseInt(t,10):ht.test(e.nodeName)||vt.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),m.optSelected||(x.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),x.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],(function(){x.propFix[this.toLowerCase()]=this})),x.fn.extend({addClass:function(e){var t,n,i,s,o,r,a,l=0;if(g(e))return this.each((function(t){x(this).addClass(e.call(this,t,gt(this)))}));if((t=yt(e)).length)for(;n=this[l++];)if(s=gt(n),i=1===n.nodeType&&" "+mt(s)+" "){for(r=0;o=t[r++];)i.indexOf(" "+o+" ")<0&&(i+=o+" ");s!==(a=mt(i))&&n.setAttribute("class",a)}return this},removeClass:function(e){var t,n,i,s,o,r,a,l=0;if(g(e))return this.each((function(t){x(this).removeClass(e.call(this,t,gt(this)))}));if(!arguments.length)return this.attr("class","");if((t=yt(e)).length)for(;n=this[l++];)if(s=gt(n),i=1===n.nodeType&&" "+mt(s)+" "){for(r=0;o=t[r++];)for(;i.indexOf(" "+o+" ")>-1;)i=i.replace(" "+o+" "," ");s!==(a=mt(i))&&n.setAttribute("class",a)}return this},toggleClass:function(e,t){var n=typeof e,i="string"===n||Array.isArray(e);return"boolean"==typeof t&&i?t?this.addClass(e):this.removeClass(e):g(e)?this.each((function(n){x(this).toggleClass(e.call(this,n,gt(this),t),t)})):this.each((function(){var t,s,o,r;if(i)for(s=0,o=x(this),r=yt(e);t=r[s++];)o.hasClass(t)?o.removeClass(t):o.addClass(t);else void 0!==e&&"boolean"!==n||((t=gt(this))&&J.set(this,"__className__",t),this.setAttribute&&this.setAttribute("class",t||!1===e?"":J.get(this,"__className__")||""))}))},hasClass:function(e){var t,n,i=0;for(t=" "+e+" ";n=this[i++];)if(1===n.nodeType&&(" "+mt(gt(n))+" ").indexOf(t)>-1)return!0;return!1}});var bt=/\r/g;x.fn.extend({val:function(e){var t,n,i,s=this[0];return arguments.length?(i=g(e),this.each((function(n){var s;1===this.nodeType&&(null==(s=i?e.call(this,n,x(this).val()):e)?s="":"number"==typeof s?s+="":Array.isArray(s)&&(s=x.map(s,(function(e){return null==e?"":e+""}))),(t=x.valHooks[this.type]||x.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,s,"value")||(this.value=s))}))):s?(t=x.valHooks[s.type]||x.valHooks[s.nodeName.toLowerCase()])&&"get"in t&&void 0!==(n=t.get(s,"value"))?n:"string"==typeof(n=s.value)?n.replace(bt,""):null==n?"":n:void 0}}),x.extend({valHooks:{option:{get:function(e){var t=x.find.attr(e,"value");return null!=t?t:mt(x.text(e))}},select:{get:function(e){var t,n,i,s=e.options,o=e.selectedIndex,r="select-one"===e.type,a=r?null:[],l=r?o+1:s.length;for(i=o<0?l:r?o:0;i<l;i++)if(((n=s[i]).selected||i===o)&&!n.disabled&&(!n.parentNode.disabled||!E(n.parentNode,"optgroup"))){if(t=x(n).val(),r)return t;a.push(t)}return a},set:function(e,t){for(var n,i,s=e.options,o=x.makeArray(t),r=s.length;r--;)((i=s[r]).selected=x.inArray(x.valHooks.option.get(i),o)>-1)&&(n=!0);return n||(e.selectedIndex=-1),o}}}}),x.each(["radio","checkbox"],(function(){x.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=x.inArray(x(e).val(),t)>-1}},m.checkOn||(x.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})})),m.focusin="onfocusin"in n;var _t=/^(?:focusinfocus|focusoutblur)$/,jt=function(e){e.stopPropagation()};x.extend(x.event,{trigger:function(e,t,i,s){var o,r,a,l,c,u,d,p,h=[i||b],v=f.call(e,"type")?e.type:e,m=f.call(e,"namespace")?e.namespace.split("."):[];if(r=p=a=i=i||b,3!==i.nodeType&&8!==i.nodeType&&!_t.test(v+x.event.triggered)&&(v.indexOf(".")>-1&&(m=v.split("."),v=m.shift(),m.sort()),c=v.indexOf(":")<0&&"on"+v,(e=e[x.expando]?e:new x.Event(v,"object"==typeof e&&e)).isTrigger=s?2:3,e.namespace=m.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+m.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=i),t=null==t?[e]:x.makeArray(t,[e]),d=x.event.special[v]||{},s||!d.trigger||!1!==d.trigger.apply(i,t))){if(!s&&!d.noBubble&&!y(i)){for(l=d.delegateType||v,_t.test(l+v)||(r=r.parentNode);r;r=r.parentNode)h.push(r),a=r;a===(i.ownerDocument||b)&&h.push(a.defaultView||a.parentWindow||n)}for(o=0;(r=h[o++])&&!e.isPropagationStopped();)p=r,e.type=o>1?l:d.bindType||v,(u=(J.get(r,"events")||Object.create(null))[e.type]&&J.get(r,"handle"))&&u.apply(r,t),(u=c&&r[c])&&u.apply&&Y(r)&&(e.result=u.apply(r,t),!1===e.result&&e.preventDefault());return e.type=v,s||e.isDefaultPrevented()||d._default&&!1!==d._default.apply(h.pop(),t)||!Y(i)||c&&g(i[v])&&!y(i)&&((a=i[c])&&(i[c]=null),x.event.triggered=v,e.isPropagationStopped()&&p.addEventListener(v,jt),i[v](),e.isPropagationStopped()&&p.removeEventListener(v,jt),x.event.triggered=void 0,a&&(i[c]=a)),e.result}},simulate:function(e,t,n){var i=x.extend(new x.Event,n,{type:e,isSimulated:!0});x.event.trigger(i,null,t)}}),x.fn.extend({trigger:function(e,t){return this.each((function(){x.event.trigger(e,t,this)}))},triggerHandler:function(e,t){var n=this[0];if(n)return x.event.trigger(e,t,n,!0)}}),m.focusin||x.each({focus:"focusin",blur:"focusout"},(function(e,t){var n=function(e){x.event.simulate(t,e.target,x.event.fix(e))};x.event.special[t]={setup:function(){var i=this.ownerDocument||this.document||this,s=J.access(i,t);s||i.addEventListener(e,n,!0),J.access(i,t,(s||0)+1)},teardown:function(){var i=this.ownerDocument||this.document||this,s=J.access(i,t)-1;s?J.access(i,t,s):(i.removeEventListener(e,n,!0),J.remove(i,t))}}}));var wt=n.location,xt={guid:Date.now()},kt=/\?/;x.parseXML=function(e){var t,i;if(!e||"string"!=typeof e)return null;try{t=(new n.DOMParser).parseFromString(e,"text/xml")}catch(e){}return i=t&&t.getElementsByTagName("parsererror")[0],t&&!i||x.error("Invalid XML: "+(i?x.map(i.childNodes,(function(e){return e.textContent})).join("\n"):e)),t};var St=/\[\]$/,Ct=/\r?\n/g,Tt=/^(?:submit|button|image|reset|file)$/i,$t=/^(?:input|select|textarea|keygen)/i;function Et(e,t,n,i){var s;if(Array.isArray(t))x.each(t,(function(t,s){n||St.test(e)?i(e,s):Et(e+"["+("object"==typeof s&&null!=s?t:"")+"]",s,n,i)}));else if(n||"object"!==w(t))i(e,t);else for(s in t)Et(e+"["+s+"]",t[s],n,i)}x.param=function(e,t){var n,i=[],s=function(e,t){var n=g(t)?t():t;i[i.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(null==e)return"";if(Array.isArray(e)||e.jquery&&!x.isPlainObject(e))x.each(e,(function(){s(this.name,this.value)}));else for(n in e)Et(n,e[n],t,s);return i.join("&")},x.fn.extend({serialize:function(){return x.param(this.serializeArray())},serializeArray:function(){return this.map((function(){var e=x.prop(this,"elements");return e?x.makeArray(e):this})).filter((function(){var e=this.type;return this.name&&!x(this).is(":disabled")&&$t.test(this.nodeName)&&!Tt.test(e)&&(this.checked||!ve.test(e))})).map((function(e,t){var n=x(this).val();return null==n?null:Array.isArray(n)?x.map(n,(function(e){return{name:t.name,value:e.replace(Ct,"\r\n")}})):{name:t.name,value:n.replace(Ct,"\r\n")}})).get()}});var Ot=/%20/g,Pt=/#.*$/,At=/([?&])_=[^&]*/,zt=/^(.*?):[ \t]*([^\r\n]*)$/gm,It=/^(?:GET|HEAD)$/,Lt=/^\/\//,Mt={},Dt={},Ft="*/".concat("*"),Nt=b.createElement("a");function Ht(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var i,s=0,o=t.toLowerCase().match(D)||[];if(g(n))for(;i=o[s++];)"+"===i[0]?(i=i.slice(1)||"*",(e[i]=e[i]||[]).unshift(n)):(e[i]=e[i]||[]).push(n)}}function Bt(e,t,n,i){var s={},o=e===Dt;function r(a){var l;return s[a]=!0,x.each(e[a]||[],(function(e,a){var c=a(t,n,i);return"string"!=typeof c||o||s[c]?o?!(l=c):void 0:(t.dataTypes.unshift(c),r(c),!1)})),l}return r(t.dataTypes[0])||!s["*"]&&r("*")}function qt(e,t){var n,i,s=x.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((s[n]?e:i||(i={}))[n]=t[n]);return i&&x.extend(!0,e,i),e}Nt.href=wt.href,x.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:wt.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(wt.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Ft,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":x.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?qt(qt(e,x.ajaxSettings),t):qt(x.ajaxSettings,e)},ajaxPrefilter:Ht(Mt),ajaxTransport:Ht(Dt),ajax:function(e,t){"object"==typeof e&&(t=e,e=void 0),t=t||{};var i,s,o,r,a,l,c,u,d,p,f=x.ajaxSetup({},t),h=f.context||f,v=f.context&&(h.nodeType||h.jquery)?x(h):x.event,m=x.Deferred(),g=x.Callbacks("once memory"),y=f.statusCode||{},_={},j={},w="canceled",k={readyState:0,getResponseHeader:function(e){var t;if(c){if(!r)for(r={};t=zt.exec(o);)r[t[1].toLowerCase()+" "]=(r[t[1].toLowerCase()+" "]||[]).concat(t[2]);t=r[e.toLowerCase()+" "]}return null==t?null:t.join(", ")},getAllResponseHeaders:function(){return c?o:null},setRequestHeader:function(e,t){return null==c&&(e=j[e.toLowerCase()]=j[e.toLowerCase()]||e,_[e]=t),this},overrideMimeType:function(e){return null==c&&(f.mimeType=e),this},statusCode:function(e){var t;if(e)if(c)k.always(e[k.status]);else for(t in e)y[t]=[y[t],e[t]];return this},abort:function(e){var t=e||w;return i&&i.abort(t),S(0,t),this}};if(m.promise(k),f.url=((e||f.url||wt.href)+"").replace(Lt,wt.protocol+"//"),f.type=t.method||t.type||f.method||f.type,f.dataTypes=(f.dataType||"*").toLowerCase().match(D)||[""],null==f.crossDomain){l=b.createElement("a");try{l.href=f.url,l.href=l.href,f.crossDomain=Nt.protocol+"//"+Nt.host!=l.protocol+"//"+l.host}catch(e){f.crossDomain=!0}}if(f.data&&f.processData&&"string"!=typeof f.data&&(f.data=x.param(f.data,f.traditional)),Bt(Mt,f,t,k),c)return k;for(d in(u=x.event&&f.global)&&0==x.active++&&x.event.trigger("ajaxStart"),f.type=f.type.toUpperCase(),f.hasContent=!It.test(f.type),s=f.url.replace(Pt,""),f.hasContent?f.data&&f.processData&&0===(f.contentType||"").indexOf("application/x-www-form-urlencoded")&&(f.data=f.data.replace(Ot,"+")):(p=f.url.slice(s.length),f.data&&(f.processData||"string"==typeof f.data)&&(s+=(kt.test(s)?"&":"?")+f.data,delete f.data),!1===f.cache&&(s=s.replace(At,"$1"),p=(kt.test(s)?"&":"?")+"_="+xt.guid+++p),f.url=s+p),f.ifModified&&(x.lastModified[s]&&k.setRequestHeader("If-Modified-Since",x.lastModified[s]),x.etag[s]&&k.setRequestHeader("If-None-Match",x.etag[s])),(f.data&&f.hasContent&&!1!==f.contentType||t.contentType)&&k.setRequestHeader("Content-Type",f.contentType),k.setRequestHeader("Accept",f.dataTypes[0]&&f.accepts[f.dataTypes[0]]?f.accepts[f.dataTypes[0]]+("*"!==f.dataTypes[0]?", "+Ft+"; q=0.01":""):f.accepts["*"]),f.headers)k.setRequestHeader(d,f.headers[d]);if(f.beforeSend&&(!1===f.beforeSend.call(h,k,f)||c))return k.abort();if(w="abort",g.add(f.complete),k.done(f.success),k.fail(f.error),i=Bt(Dt,f,t,k)){if(k.readyState=1,u&&v.trigger("ajaxSend",[k,f]),c)return k;f.async&&f.timeout>0&&(a=n.setTimeout((function(){k.abort("timeout")}),f.timeout));try{c=!1,i.send(_,S)}catch(e){if(c)throw e;S(-1,e)}}else S(-1,"No Transport");function S(e,t,r,l){var d,p,b,_,j,w=t;c||(c=!0,a&&n.clearTimeout(a),i=void 0,o=l||"",k.readyState=e>0?4:0,d=e>=200&&e<300||304===e,r&&(_=function(e,t,n){for(var i,s,o,r,a=e.contents,l=e.dataTypes;"*"===l[0];)l.shift(),void 0===i&&(i=e.mimeType||t.getResponseHeader("Content-Type"));if(i)for(s in a)if(a[s]&&a[s].test(i)){l.unshift(s);break}if(l[0]in n)o=l[0];else{for(s in n){if(!l[0]||e.converters[s+" "+l[0]]){o=s;break}r||(r=s)}o=o||r}if(o)return o!==l[0]&&l.unshift(o),n[o]}(f,k,r)),!d&&x.inArray("script",f.dataTypes)>-1&&x.inArray("json",f.dataTypes)<0&&(f.converters["text script"]=function(){}),_=function(e,t,n,i){var s,o,r,a,l,c={},u=e.dataTypes.slice();if(u[1])for(r in e.converters)c[r.toLowerCase()]=e.converters[r];for(o=u.shift();o;)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!l&&i&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),l=o,o=u.shift())if("*"===o)o=l;else if("*"!==l&&l!==o){if(!(r=c[l+" "+o]||c["* "+o]))for(s in c)if((a=s.split(" "))[1]===o&&(r=c[l+" "+a[0]]||c["* "+a[0]])){!0===r?r=c[s]:!0!==c[s]&&(o=a[0],u.unshift(a[1]));break}if(!0!==r)if(r&&e.throws)t=r(t);else try{t=r(t)}catch(e){return{state:"parsererror",error:r?e:"No conversion from "+l+" to "+o}}}return{state:"success",data:t}}(f,_,k,d),d?(f.ifModified&&((j=k.getResponseHeader("Last-Modified"))&&(x.lastModified[s]=j),(j=k.getResponseHeader("etag"))&&(x.etag[s]=j)),204===e||"HEAD"===f.type?w="nocontent":304===e?w="notmodified":(w=_.state,p=_.data,d=!(b=_.error))):(b=w,!e&&w||(w="error",e<0&&(e=0))),k.status=e,k.statusText=(t||w)+"",d?m.resolveWith(h,[p,w,k]):m.rejectWith(h,[k,w,b]),k.statusCode(y),y=void 0,u&&v.trigger(d?"ajaxSuccess":"ajaxError",[k,f,d?p:b]),g.fireWith(h,[k,w]),u&&(v.trigger("ajaxComplete",[k,f]),--x.active||x.event.trigger("ajaxStop")))}return k},getJSON:function(e,t,n){return x.get(e,t,n,"json")},getScript:function(e,t){return x.get(e,void 0,t,"script")}}),x.each(["get","post"],(function(e,t){x[t]=function(e,n,i,s){return g(n)&&(s=s||i,i=n,n=void 0),x.ajax(x.extend({url:e,type:t,dataType:s,data:n,success:i},x.isPlainObject(e)&&e))}})),x.ajaxPrefilter((function(e){var t;for(t in e.headers)"content-type"===t.toLowerCase()&&(e.contentType=e.headers[t]||"")})),x._evalUrl=function(e,t,n){return x.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(e){x.globalEval(e,t,n)}})},x.fn.extend({wrapAll:function(e){var t;return this[0]&&(g(e)&&(e=e.call(this[0])),t=x(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map((function(){for(var e=this;e.firstElementChild;)e=e.firstElementChild;return e})).append(this)),this},wrapInner:function(e){return g(e)?this.each((function(t){x(this).wrapInner(e.call(this,t))})):this.each((function(){var t=x(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)}))},wrap:function(e){var t=g(e);return this.each((function(n){x(this).wrapAll(t?e.call(this,n):e)}))},unwrap:function(e){return this.parent(e).not("body").each((function(){x(this).replaceWith(this.childNodes)})),this}}),x.expr.pseudos.hidden=function(e){return!x.expr.pseudos.visible(e)},x.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},x.ajaxSettings.xhr=function(){try{return new n.XMLHttpRequest}catch(e){}};var Rt={0:200,1223:204},Vt=x.ajaxSettings.xhr();m.cors=!!Vt&&"withCredentials"in Vt,m.ajax=Vt=!!Vt,x.ajaxTransport((function(e){var t,i;if(m.cors||Vt&&!e.crossDomain)return{send:function(s,o){var r,a=e.xhr();if(a.open(e.type,e.url,e.async,e.username,e.password),e.xhrFields)for(r in e.xhrFields)a[r]=e.xhrFields[r];for(r in e.mimeType&&a.overrideMimeType&&a.overrideMimeType(e.mimeType),e.crossDomain||s["X-Requested-With"]||(s["X-Requested-With"]="XMLHttpRequest"),s)a.setRequestHeader(r,s[r]);t=function(e){return function(){t&&(t=i=a.onload=a.onerror=a.onabort=a.ontimeout=a.onreadystatechange=null,"abort"===e?a.abort():"error"===e?"number"!=typeof a.status?o(0,"error"):o(a.status,a.statusText):o(Rt[a.status]||a.status,a.statusText,"text"!==(a.responseType||"text")||"string"!=typeof a.responseText?{binary:a.response}:{text:a.responseText},a.getAllResponseHeaders()))}},a.onload=t(),i=a.onerror=a.ontimeout=t("error"),void 0!==a.onabort?a.onabort=i:a.onreadystatechange=function(){4===a.readyState&&n.setTimeout((function(){t&&i()}))},t=t("abort");try{a.send(e.hasContent&&e.data||null)}catch(e){if(t)throw e}},abort:function(){t&&t()}}})),x.ajaxPrefilter((function(e){e.crossDomain&&(e.contents.script=!1)})),x.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return x.globalEval(e),e}}}),x.ajaxPrefilter("script",(function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")})),x.ajaxTransport("script",(function(e){var t,n;if(e.crossDomain||e.scriptAttrs)return{send:function(i,s){t=x("<script>").attr(e.scriptAttrs||{}).prop({charset:e.scriptCharset,src:e.url}).on("load error",n=function(e){t.remove(),n=null,e&&s("error"===e.type?404:200,e.type)}),b.head.appendChild(t[0])},abort:function(){n&&n()}}}));var Ut,Wt=[],Gt=/(=)\?(?=&|$)|\?\?/;x.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Wt.pop()||x.expando+"_"+xt.guid++;return this[e]=!0,e}}),x.ajaxPrefilter("json jsonp",(function(e,t,i){var s,o,r,a=!1!==e.jsonp&&(Gt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Gt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return s=e.jsonpCallback=g(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Gt,"$1"+s):!1!==e.jsonp&&(e.url+=(kt.test(e.url)?"&":"?")+e.jsonp+"="+s),e.converters["script json"]=function(){return r||x.error(s+" was not called"),r[0]},e.dataTypes[0]="json",o=n[s],n[s]=function(){r=arguments},i.always((function(){void 0===o?x(n).removeProp(s):n[s]=o,e[s]&&(e.jsonpCallback=t.jsonpCallback,Wt.push(s)),r&&g(o)&&o(r[0]),r=o=void 0})),"script"})),m.createHTMLDocument=((Ut=b.implementation.createHTMLDocument("").body).innerHTML="<form></form><form></form>",2===Ut.childNodes.length),x.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(m.createHTMLDocument?((i=(t=b.implementation.createHTMLDocument("")).createElement("base")).href=b.location.href,t.head.appendChild(i)):t=b),o=!n&&[],(s=O.exec(e))?[t.createElement(s[1])]:(s=we([e],t,o),o&&o.length&&x(o).remove(),x.merge([],s.childNodes)));var i,s,o},x.fn.load=function(e,t,n){var i,s,o,r=this,a=e.indexOf(" ");return a>-1&&(i=mt(e.slice(a)),e=e.slice(0,a)),g(t)?(n=t,t=void 0):t&&"object"==typeof t&&(s="POST"),r.length>0&&x.ajax({url:e,type:s||"GET",dataType:"html",data:t}).done((function(e){o=arguments,r.html(i?x("<div>").append(x.parseHTML(e)).find(i):e)})).always(n&&function(e,t){r.each((function(){n.apply(this,o||[e.responseText,t,e])}))}),this},x.expr.pseudos.animated=function(e){return x.grep(x.timers,(function(t){return e===t.elem})).length},x.offset={setOffset:function(e,t,n){var i,s,o,r,a,l,c=x.css(e,"position"),u=x(e),d={};"static"===c&&(e.style.position="relative"),a=u.offset(),o=x.css(e,"top"),l=x.css(e,"left"),("absolute"===c||"fixed"===c)&&(o+l).indexOf("auto")>-1?(r=(i=u.position()).top,s=i.left):(r=parseFloat(o)||0,s=parseFloat(l)||0),g(t)&&(t=t.call(e,n,x.extend({},a))),null!=t.top&&(d.top=t.top-a.top+r),null!=t.left&&(d.left=t.left-a.left+s),"using"in t?t.using.call(e,d):u.css(d)}},x.fn.extend({offset:function(e){if(arguments.length)return void 0===e?this:this.each((function(t){x.offset.setOffset(this,e,t)}));var t,n,i=this[0];return i?i.getClientRects().length?(t=i.getBoundingClientRect(),n=i.ownerDocument.defaultView,{top:t.top+n.pageYOffset,left:t.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,i=this[0],s={top:0,left:0};if("fixed"===x.css(i,"position"))t=i.getBoundingClientRect();else{for(t=this.offset(),n=i.ownerDocument,e=i.offsetParent||n.documentElement;e&&(e===n.body||e===n.documentElement)&&"static"===x.css(e,"position");)e=e.parentNode;e&&e!==i&&1===e.nodeType&&((s=x(e).offset()).top+=x.css(e,"borderTopWidth",!0),s.left+=x.css(e,"borderLeftWidth",!0))}return{top:t.top-s.top-x.css(i,"marginTop",!0),left:t.left-s.left-x.css(i,"marginLeft",!0)}}},offsetParent:function(){return this.map((function(){for(var e=this.offsetParent;e&&"static"===x.css(e,"position");)e=e.offsetParent;return e||oe}))}}),x.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},(function(e,t){var n="pageYOffset"===t;x.fn[e]=function(i){return V(this,(function(e,i,s){var o;if(y(e)?o=e:9===e.nodeType&&(o=e.defaultView),void 0===s)return o?o[t]:e[i];o?o.scrollTo(n?o.pageXOffset:s,n?s:o.pageYOffset):e[i]=s}),e,i,arguments.length)}})),x.each(["top","left"],(function(e,t){x.cssHooks[t]=Ve(m.pixelPosition,(function(e,n){if(n)return n=Re(e,t),Ne.test(n)?x(e).position()[t]+"px":n}))})),x.each({Height:"height",Width:"width"},(function(e,t){x.each({padding:"inner"+e,content:t,"":"outer"+e},(function(n,i){x.fn[i]=function(s,o){var r=arguments.length&&(n||"boolean"!=typeof s),a=n||(!0===s||!0===o?"margin":"border");return V(this,(function(t,n,s){var o;return y(t)?0===i.indexOf("outer")?t["inner"+e]:t.document.documentElement["client"+e]:9===t.nodeType?(o=t.documentElement,Math.max(t.body["scroll"+e],o["scroll"+e],t.body["offset"+e],o["offset"+e],o["client"+e])):void 0===s?x.css(t,n,a):x.style(t,n,s,a)}),t,r?s:void 0,r)}}))})),x.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],(function(e,t){x.fn[t]=function(e){return this.on(t,e)}})),x.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,i){return this.on(t,e,n,i)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),x.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),(function(e,t){x.fn[t]=function(e,n){return arguments.length>0?this.on(t,null,e,n):this.trigger(t)}}));var Xt=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;x.proxy=function(e,t){var n,i,s;if("string"==typeof t&&(n=e[t],t=e,e=n),g(e))return i=a.call(arguments,2),(s=function(){return e.apply(t||this,i.concat(a.call(arguments)))}).guid=e.guid=e.guid||x.guid++,s},x.holdReady=function(e){e?x.readyWait++:x.ready(!0)},x.isArray=Array.isArray,x.parseJSON=JSON.parse,x.nodeName=E,x.isFunction=g,x.isWindow=y,x.camelCase=X,x.type=w,x.now=Date.now,x.isNumeric=function(e){var t=x.type(e);return("number"===t||"string"===t)&&!isNaN(e-parseFloat(e))},x.trim=function(e){return null==e?"":(e+"").replace(Xt,"")},void 0===(i=function(){return x}.apply(t,[]))||(e.exports=i);var Yt=n.jQuery,Zt=n.$;return x.noConflict=function(e){return n.$===x&&(n.$=Zt),e&&n.jQuery===x&&(n.jQuery=Yt),x},void 0===s&&(n.jQuery=n.$=x),x}))},"./node_modules/lodash-es/_freeGlobal.js":function(e,t,n){"use strict";(function(e){var n="object"==typeof e&&e&&e.Object===Object&&e;t.a=n}).call(this,n("./node_modules/webpack/buildin/global.js"))},"./node_modules/lodash-es/_nodeUtil.js":function(e,t,n){"use strict";(function(e){var i=n("./node_modules/lodash-es/_freeGlobal.js"),s="object"==typeof exports&&exports&&!exports.nodeType&&exports,o=s&&"object"==typeof e&&e&&!e.nodeType&&e,r=o&&o.exports===s&&i.a.process,a=function(){try{var e=o&&o.require&&o.require("util").types;return e||r&&r.binding&&r.binding("util")}catch(e){}}();t.a=a}).call(this,n("./node_modules/webpack/buildin/harmony-module.js")(e))},"./node_modules/lodash-es/_root.js":function(e,t,n){"use strict";var i=n("./node_modules/lodash-es/_freeGlobal.js"),s="object"==typeof self&&self&&self.Object===Object&&self,o=i.a||s||Function("return this")();t.a=o},"./node_modules/lodash-es/isBuffer.js":function(e,t,n){"use strict";(function(e){var i=n("./node_modules/lodash-es/_root.js"),s=n("./node_modules/lodash-es/stubFalse.js"),o="object"==typeof exports&&exports&&!exports.nodeType&&exports,r=o&&"object"==typeof e&&e&&!e.nodeType&&e,a=r&&r.exports===o?i.a.Buffer:void 0,l=(a?a.isBuffer:void 0)||s.a;t.a=l}).call(this,n("./node_modules/webpack/buildin/harmony-module.js")(e))},"./node_modules/lodash-es/stubFalse.js":function(e,t,n){"use strict";t.a=function(){return!1}},"./node_modules/process/browser.js":function(e,t){var n,i,s=e.exports={};function o(){throw new Error("setTimeout has not been defined")}function r(){throw new Error("clearTimeout has not been defined")}function a(e){if(n===setTimeout)return setTimeout(e,0);if((n===o||!n)&&setTimeout)return n=setTimeout,setTimeout(e,0);try{return n(e,0)}catch(t){try{return n.call(null,e,0)}catch(t){return n.call(this,e,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:o}catch(e){n=o}try{i="function"==typeof clearTimeout?clearTimeout:r}catch(e){i=r}}();var l,c=[],u=!1,d=-1;function p(){u&&l&&(u=!1,l.length?c=l.concat(c):d=-1,c.length&&f())}function f(){if(!u){var e=a(p);u=!0;for(var t=c.length;t;){for(l=c,c=[];++d<t;)l&&l[d].run();d=-1,t=c.length}l=null,u=!1,function(e){if(i===clearTimeout)return clearTimeout(e);if((i===r||!i)&&clearTimeout)return i=clearTimeout,clearTimeout(e);try{i(e)}catch(t){try{return i.call(null,e)}catch(t){return i.call(this,e)}}}(e)}}function h(e,t){this.fun=e,this.array=t}function v(){}s.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];c.push(new h(e,t)),1!==c.length||u||a(f)},h.prototype.run=function(){this.fun.apply(null,this.array)},s.title="browser",s.browser=!0,s.env={},s.argv=[],s.version="",s.versions={},s.on=v,s.addListener=v,s.once=v,s.off=v,s.removeListener=v,s.removeAllListeners=v,s.emit=v,s.prependListener=v,s.prependOnceListener=v,s.listeners=function(e){return[]},s.binding=function(e){throw new Error("process.binding is not supported")},s.cwd=function(){return"/"},s.chdir=function(e){throw new Error("process.chdir is not supported")},s.umask=function(){return 0}},"./node_modules/regenerator-runtime/runtime.js":function(e,t,n){var i=function(e){"use strict";var t=Object.prototype,n=t.hasOwnProperty,i="function"==typeof Symbol?Symbol:{},s=i.iterator||"@@iterator",o=i.asyncIterator||"@@asyncIterator",r=i.toStringTag||"@@toStringTag";function a(e,t,n){return Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{a({},"")}catch(e){a=function(e,t,n){return e[t]=n}}function l(e,t,n,i){var s=t&&t.prototype instanceof d?t:d,o=Object.create(s.prototype),r=new x(i||[]);return o._invoke=function(e,t,n){var i="suspendedStart";return function(s,o){if("executing"===i)throw new Error("Generator is already running");if("completed"===i){if("throw"===s)throw o;return S()}for(n.method=s,n.arg=o;;){var r=n.delegate;if(r){var a=_(r,n);if(a){if(a===u)continue;return a}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if("suspendedStart"===i)throw i="completed",n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);i="executing";var l=c(e,t,n);if("normal"===l.type){if(i=n.done?"completed":"suspendedYield",l.arg===u)continue;return{value:l.arg,done:n.done}}"throw"===l.type&&(i="completed",n.method="throw",n.arg=l.arg)}}}(e,n,r),o}function c(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(e){return{type:"throw",arg:e}}}e.wrap=l;var u={};function d(){}function p(){}function f(){}var h={};h[s]=function(){return this};var v=Object.getPrototypeOf,m=v&&v(v(k([])));m&&m!==t&&n.call(m,s)&&(h=m);var g=f.prototype=d.prototype=Object.create(h);function y(e){["next","throw","return"].forEach((function(t){a(e,t,(function(e){return this._invoke(t,e)}))}))}function b(e,t){var i;this._invoke=function(s,o){function r(){return new t((function(i,r){!function i(s,o,r,a){var l=c(e[s],e,o);if("throw"!==l.type){var u=l.arg,d=u.value;return d&&"object"==typeof d&&n.call(d,"__await")?t.resolve(d.__await).then((function(e){i("next",e,r,a)}),(function(e){i("throw",e,r,a)})):t.resolve(d).then((function(e){u.value=e,r(u)}),(function(e){return i("throw",e,r,a)}))}a(l.arg)}(s,o,i,r)}))}return i=i?i.then(r,r):r()}}function _(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,t),"throw"===t.method))return u;t.method="throw",t.arg=new TypeError("The iterator does not provide a 'throw' method")}return u}var i=c(n,e.iterator,t.arg);if("throw"===i.type)return t.method="throw",t.arg=i.arg,t.delegate=null,u;var s=i.arg;return s?s.done?(t[e.resultName]=s.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=void 0),t.delegate=null,u):s:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,u)}function j(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 w(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function x(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(j,this),this.reset(!0)}function k(e){if(e){var t=e[s];if(t)return t.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var i=-1,o=function t(){for(;++i<e.length;)if(n.call(e,i))return t.value=e[i],t.done=!1,t;return t.value=void 0,t.done=!0,t};return o.next=o}}return{next:S}}function S(){return{value:void 0,done:!0}}return p.prototype=g.constructor=f,f.constructor=p,p.displayName=a(f,r,"GeneratorFunction"),e.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===p||"GeneratorFunction"===(t.displayName||t.name))},e.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,f):(e.__proto__=f,a(e,r,"GeneratorFunction")),e.prototype=Object.create(g),e},e.awrap=function(e){return{__await:e}},y(b.prototype),b.prototype[o]=function(){return this},e.AsyncIterator=b,e.async=function(t,n,i,s,o){void 0===o&&(o=Promise);var r=new b(l(t,n,i,s),o);return e.isGeneratorFunction(n)?r:r.next().then((function(e){return e.done?e.value:r.next()}))},y(g),a(g,r,"Generator"),g[s]=function(){return this},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 i=t.pop();if(i in e)return n.value=i,n.done=!1,n}return n.done=!0,n}},e.values=k,x.prototype={constructor:x,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(w),!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 i(n,i){return r.type="throw",r.arg=e,t.next=n,i&&(t.method="next",t.arg=void 0),!!i}for(var s=this.tryEntries.length-1;s>=0;--s){var o=this.tryEntries[s],r=o.completion;if("root"===o.tryLoc)return i("end");if(o.tryLoc<=this.prev){var a=n.call(o,"catchLoc"),l=n.call(o,"finallyLoc");if(a&&l){if(this.prev<o.catchLoc)return i(o.catchLoc,!0);if(this.prev<o.finallyLoc)return i(o.finallyLoc)}else if(a){if(this.prev<o.catchLoc)return i(o.catchLoc,!0)}else{if(!l)throw new Error("try statement without catch or finally");if(this.prev<o.finallyLoc)return i(o.finallyLoc)}}}},abrupt:function(e,t){for(var i=this.tryEntries.length-1;i>=0;--i){var s=this.tryEntries[i];if(s.tryLoc<=this.prev&&n.call(s,"finallyLoc")&&this.prev<s.finallyLoc){var o=s;break}}o&&("break"===e||"continue"===e)&&o.tryLoc<=t&&t<=o.finallyLoc&&(o=null);var r=o?o.completion:{};return r.type=e,r.arg=t,o?(this.method="next",this.next=o.finallyLoc,u):this.complete(r)},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),u},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),w(n),u}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var i=n.completion;if("throw"===i.type){var s=i.arg;w(n)}return s}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,n){return this.delegate={iterator:k(e),resultName:t,nextLoc:n},"next"===this.method&&(this.arg=void 0),u}},e}(e.exports);try{regeneratorRuntime=i}catch(e){Function("r","regeneratorRuntime = r")(i)}},"./node_modules/screenfull/dist/screenfull.js":function(e,t,n){
/*!
* screenfull
* v4.2.1 - 2019-07-27
* (c) Sindre Sorhus; MIT License
*/
!function(){"use strict";var t="undefined"!=typeof window&&void 0!==window.document?window.document:{},n=e.exports,i="undefined"!=typeof Element&&"ALLOW_KEYBOARD_INPUT"in Element,s=function(){for(var e,n=[["requestFullscreen","exitFullscreen","fullscreenElement","fullscreenEnabled","fullscreenchange","fullscreenerror"],["webkitRequestFullscreen","webkitExitFullscreen","webkitFullscreenElement","webkitFullscreenEnabled","webkitfullscreenchange","webkitfullscreenerror"],["webkitRequestFullScreen","webkitCancelFullScreen","webkitCurrentFullScreenElement","webkitCancelFullScreen","webkitfullscreenchange","webkitfullscreenerror"],["mozRequestFullScreen","mozCancelFullScreen","mozFullScreenElement","mozFullScreenEnabled","mozfullscreenchange","mozfullscreenerror"],["msRequestFullscreen","msExitFullscreen","msFullscreenElement","msFullscreenEnabled","MSFullscreenChange","MSFullscreenError"]],i=0,s=n.length,o={};i<s;i++)if((e=n[i])&&e[1]in t){for(i=0;i<e.length;i++)o[n[0][i]]=e[i];return o}return!1}(),o={change:s.fullscreenchange,error:s.fullscreenerror},r={request:function(e){return new Promise(function(n,o){var r,a=s.requestFullscreen,l=function(){this.off("change",l),n()}.bind(this);this.on("change",l),e=e||t.documentElement,r=/ Version\/5\.1(?:\.\d+)? Safari\//.test(navigator.userAgent)?e[a]():e[a](i?Element.ALLOW_KEYBOARD_INPUT:{}),Promise.resolve(r).catch(o)}.bind(this))},exit:function(){return new Promise(function(e){if(this.isFullscreen){var n=function(){this.off("change",n),e()}.bind(this);t[s.exitFullscreen](),this.on("change",n)}else e()}.bind(this))},toggle:function(e){return this.isFullscreen?this.exit():this.request(e)},onchange:function(e){this.on("change",e)},onerror:function(e){this.on("error",e)},on:function(e,n){var i=o[e];i&&t.addEventListener(i,n,!1)},off:function(e,n){var i=o[e];i&&t.removeEventListener(i,n,!1)},raw:s};s?(Object.defineProperties(r,{isFullscreen:{get:function(){return Boolean(t[s.fullscreenElement])}},element:{enumerable:!0,get:function(){return t[s.fullscreenElement]}},enabled:{enumerable:!0,get:function(){return Boolean(t[s.fullscreenEnabled])}}}),n?(e.exports=r,e.exports.default=r):window.screenfull=r):n?e.exports=!1:window.screenfull=!1}()},"./node_modules/vue-axios/dist/vue-axios.min.js":function(e,t,n){"use strict";var i,s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};!function(){function n(e,t){if(!n.installed){if(n.installed=!0,!t)return void console.error("You have to install axios");e.axios=t,Object.defineProperties(e.prototype,{axios:{get:function(){return t}},$http:{get:function(){return t}}})}}"object"==s(t)?e.exports=n:void 0===(i=function(){return n}.apply(t,[]))||(e.exports=i)}()},'./node_modules/vue-style-loader/index.js!./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/style-compiler/index.js?{"optionsId":"0","vue":true,"id":"data-v-2a502c3e","scoped":true,"sourceMap":false}!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/lib/selector.js?type=styles&index=0!./src/pyp/scripts/components/pyp-start-screen.vue':function(e,t,n){var i=n('./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/style-compiler/index.js?{"optionsId":"0","vue":true,"id":"data-v-2a502c3e","scoped":true,"sourceMap":false}!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/lib/selector.js?type=styles&index=0!./src/pyp/scripts/components/pyp-start-screen.vue');i.__esModule&&(i=i.default),"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals);(0,n("./node_modules/vue-style-loader/lib/addStylesClient.js").default)("7b587df2",i,!1,{})},'./node_modules/vue-style-loader/index.js!./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/style-compiler/index.js?{"optionsId":"0","vue":true,"id":"data-v-4fbe7dd4","scoped":true,"sourceMap":false}!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/lib/selector.js?type=styles&index=0!./src/pyp/scripts/components/pyp-button-circle.vue':function(e,t,n){var i=n('./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/style-compiler/index.js?{"optionsId":"0","vue":true,"id":"data-v-4fbe7dd4","scoped":true,"sourceMap":false}!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/lib/selector.js?type=styles&index=0!./src/pyp/scripts/components/pyp-button-circle.vue');i.__esModule&&(i=i.default),"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals);(0,n("./node_modules/vue-style-loader/lib/addStylesClient.js").default)("410eb984",i,!1,{})},'./node_modules/vue-style-loader/index.js!./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/style-compiler/index.js?{"optionsId":"0","vue":true,"id":"data-v-f4852e0e","scoped":true,"sourceMap":false}!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/lib/selector.js?type=styles&index=0!./src/pyp/scripts/components/pyp-button.vue':function(e,t,n){var i=n('./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/style-compiler/index.js?{"optionsId":"0","vue":true,"id":"data-v-f4852e0e","scoped":true,"sourceMap":false}!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/lib/selector.js?type=styles&index=0!./src/pyp/scripts/components/pyp-button.vue');i.__esModule&&(i=i.default),"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals);(0,n("./node_modules/vue-style-loader/lib/addStylesClient.js").default)("98270852",i,!1,{})},'./node_modules/vue-style-loader/index.js!./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/style-compiler/index.js?{"optionsId":"0","vue":true,"scoped":false,"sourceMap":false}!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/lib/selector.js?type=styles&index=0!./src/common/scripts/components/interactive-video.vue':function(e,t,n){var i=n('./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/style-compiler/index.js?{"optionsId":"0","vue":true,"scoped":false,"sourceMap":false}!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/lib/selector.js?type=styles&index=0!./src/common/scripts/components/interactive-video.vue');i.__esModule&&(i=i.default),"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals);(0,n("./node_modules/vue-style-loader/lib/addStylesClient.js").default)("eb8580f4",i,!1,{})},'./node_modules/vue-style-loader/index.js!./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/style-compiler/index.js?{"optionsId":"0","vue":true,"scoped":false,"sourceMap":false}!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/lib/selector.js?type=styles&index=0!./src/common/scripts/components/izzi-dismiss.vue':function(e,t,n){var i=n('./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/style-compiler/index.js?{"optionsId":"0","vue":true,"scoped":false,"sourceMap":false}!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/lib/selector.js?type=styles&index=0!./src/common/scripts/components/izzi-dismiss.vue');i.__esModule&&(i=i.default),"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals);(0,n("./node_modules/vue-style-loader/lib/addStylesClient.js").default)("3d13fe2c",i,!1,{})},'./node_modules/vue-style-loader/index.js!./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/style-compiler/index.js?{"optionsId":"0","vue":true,"scoped":false,"sourceMap":false}!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/lib/selector.js?type=styles&index=0!./src/pyp/scripts/components/pyp-actions.vue':function(e,t,n){var i=n('./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/style-compiler/index.js?{"optionsId":"0","vue":true,"scoped":false,"sourceMap":false}!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/lib/selector.js?type=styles&index=0!./src/pyp/scripts/components/pyp-actions.vue');i.__esModule&&(i=i.default),"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals);(0,n("./node_modules/vue-style-loader/lib/addStylesClient.js").default)("88b7791c",i,!1,{})},'./node_modules/vue-style-loader/index.js!./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/style-compiler/index.js?{"optionsId":"0","vue":true,"scoped":false,"sourceMap":false}!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/lib/selector.js?type=styles&index=0!./src/pyp/scripts/components/pyp-header.vue':function(e,t,n){var i=n('./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/style-compiler/index.js?{"optionsId":"0","vue":true,"scoped":false,"sourceMap":false}!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/lib/selector.js?type=styles&index=0!./src/pyp/scripts/components/pyp-header.vue');i.__esModule&&(i=i.default),"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals);(0,n("./node_modules/vue-style-loader/lib/addStylesClient.js").default)("06b7fc7c",i,!1,{})},"./node_modules/vue-style-loader/lib/addStylesClient.js":function(e,t,n){"use strict";function i(e,t){for(var n=[],i={},s=0;s<t.length;s++){var o=t[s],r=o[0],a={id:e+":"+s,css:o[1],media:o[2],sourceMap:o[3]};i[r]?i[r].parts.push(a):n.push(i[r]={id:r,parts:[a]})}return n}n.r(t),n.d(t,"default",(function(){return f}));var s="undefined"!=typeof document;if("undefined"!=typeof DEBUG&&DEBUG&&!s)throw new Error("vue-style-loader cannot be used in a non-browser environment. Use { target: 'node' } in your Webpack config to indicate a server-rendering environment.");var o={},r=s&&(document.head||document.getElementsByTagName("head")[0]),a=null,l=0,c=!1,u=function(){},d=null,p="undefined"!=typeof navigator&&/msie [6-9]\b/.test(navigator.userAgent.toLowerCase());function f(e,t,n,s){c=n,d=s||{};var r=i(e,t);return h(r),function(t){for(var n=[],s=0;s<r.length;s++){var a=r[s];(l=o[a.id]).refs--,n.push(l)}t?h(r=i(e,t)):r=[];for(s=0;s<n.length;s++){var l;if(0===(l=n[s]).refs){for(var c=0;c<l.parts.length;c++)l.parts[c]();delete o[l.id]}}}}function h(e){for(var t=0;t<e.length;t++){var n=e[t],i=o[n.id];if(i){i.refs++;for(var s=0;s<i.parts.length;s++)i.parts[s](n.parts[s]);for(;s<n.parts.length;s++)i.parts.push(m(n.parts[s]));i.parts.length>n.parts.length&&(i.parts.length=n.parts.length)}else{var r=[];for(s=0;s<n.parts.length;s++)r.push(m(n.parts[s]));o[n.id]={id:n.id,refs:1,parts:r}}}}function v(){var e=document.createElement("style");return e.type="text/css",r.appendChild(e),e}function m(e){var t,n,i=document.querySelector('style[data-vue-ssr-id~="'+e.id+'"]');if(i){if(c)return u;i.parentNode.removeChild(i)}if(p){var s=l++;i=a||(a=v()),t=b.bind(null,i,s,!1),n=b.bind(null,i,s,!0)}else i=v(),t=_.bind(null,i),n=function(){i.parentNode.removeChild(i)};return t(e),function(i){if(i){if(i.css===e.css&&i.media===e.media&&i.sourceMap===e.sourceMap)return;t(e=i)}else n()}}var g,y=(g=[],function(e,t){return g[e]=t,g.filter(Boolean).join("\n")});function b(e,t,n,i){var s=n?"":i.css;if(e.styleSheet)e.styleSheet.cssText=y(t,s);else{var o=document.createTextNode(s),r=e.childNodes;r[t]&&e.removeChild(r[t]),r.length?e.insertBefore(o,r[t]):e.appendChild(o)}}function _(e,t){var n=t.css,i=t.media,s=t.sourceMap;if(i&&e.setAttribute("media",i),d.ssrId&&e.setAttribute("data-vue-ssr-id",t.id),s&&(n+="\n/*# sourceURL="+s.sources[0]+" */",n+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(s))))+" */"),e.styleSheet)e.styleSheet.cssText=n;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(n))}}},"./node_modules/webpack/buildin/global.js":function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(e){"object"==typeof window&&(n=window)}e.exports=n},"./node_modules/webpack/buildin/harmony-module.js":function(e,t){e.exports=function(e){if(!e.webpackPolyfill){var t=Object.create(e);t.children||(t.children=[]),Object.defineProperty(t,"loaded",{enumerable:!0,get:function(){return t.l}}),Object.defineProperty(t,"id",{enumerable:!0,get:function(){return t.i}}),Object.defineProperty(t,"exports",{enumerable:!0}),t.webpackPolyfill=1}return t}},"./src/pyp/scripts/main.js":function(e,t,n){"use strict";n.r(t);n("./node_modules/core-js/es/promise/index.js"),n("./node_modules/core-js/es/object/values.js"),n("./node_modules/core-js/es/object/entries.js"),n("./node_modules/core-js/es/array/includes.js");var i=n("./node_modules/@babel/runtime/helpers/defineProperty.js"),s=n.n(i),o={isExport:window.dosData.isExport,isBookshelf:window.dosData.isExport&&"no-active-bookshelf-apps"!==window.dosData.bookshelfBase,isApp:window.dosData.isExport&&("127.0.0.1"==window.location.hostname||"file:"==window.location.protocol),isFlipbook:["izzi-pdf","pyp-pdf"].includes(document.body.getAttribute("data-publication-theme"))},r=function(e){return(null==e?void 0:e.is_teacher)||(null==e?void 0:e.roles.includes("ROLE_TEACHER"))},a=function(e){return null==e?void 0:e.roles.includes("ROLE_PARENT")},l=function(e){return(null==e?void 0:e.roles.includes("ROLE_STUDENT"))&&!(null!=e&&e.roles.includes("ROLE_TEACHER"))&&!(null!=e&&e.roles.includes("ROLE_PARENT"))};function c(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}var u={data:function(){return function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?c(Object(n),!0).forEach((function(t){s()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):c(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({},o)},computed:{isOfflineApp:function(){return this.isApp&&!window.izziOnline},bookshelfLink:function(){if(this.isBookshelf)return window.dosData.bookshelfBase},isAnon:function(){return!this.user||!this.user.uid},isUser:function(){return this.user&&this.user.uid},dosData:function(){return window.dosData},userRole:function(){return{isTeacher:r(this.user),isParent:a(this.user),isStudent:l(this.user)}}},methods:{getClassrooms:function(){return this.axios.get(this.bookshelfLink+"api/p/authapi/classrooms").then((function(e){return e}),(function(e){return e}))},getClassroom:function(e){return this.axios.get(this.$root.bookshelfLink+"api/p/authapi/classrooms/"+e).then((function(e){return e}),(function(e){return e}))},getUserXapiResults:function(e,t){return this.axios.post(this.bookshelfLink+"api/v2/x/reports/best_xpscore",{user:e,dos:t}).then((function(e){return e.data.data}))},getUserHighscore:function(e){return this.axios.post(this.bookshelfLink+"api/v2/xapi/xp-score",{user:this.$root.user.uid}).then((function(e){return e.data.data}))}}},d=new Vue,p={data:function(){return{audioStack:[],videoStack:[],youtubeStack:[]}},methods:{storeMedia:function(){var e=this;$("audio").each((function(t,n){e.audioStack.push(n)})),$("video").each((function(t,n){1!=n.getAttribute("data-off-media-stack")&&e.videoStack.push(n)}))},bindEventsToMedia:function(e){for(var t=this,n=0;n<e.length;n++)e[n].onplay=function(e){t.pauseOthers(e.srcElement)}},pauseAll:function(){for(var e=0;e<this.videoStack.length;e++){(t=this.videoStack[e])&&t.pause()}for(e=0;e<this.audioStack.length;e++){(t=this.audioStack[e])&&t.pause()}for(e=0;e<this.youtubeStack.length;e++){var t;"function"==typeof(t=this.youtubeStack[e]).pauseVideo&&t.pauseVideo()}},pauseInTarget:function(e){var t=this;e.querySelectorAll("video, audio").forEach((function(e){e.pause()})),e.querySelectorAll("iframe.youtube-video").forEach((function(e){t.youtubeStack.filter((function(t){return t.h.id==e.id}))[0].pauseVideo()}))},muteAll:function(){for(var e=0;e<this.videoStack.length;e++){(t=this.videoStack[e])&&(t.muted=!0)}for(e=0;e<this.audioStack.length;e++){var t;(t=this.audioStack[e])&&(t.muted=!0)}},pauseOthers:function(e){for(var t=0;t<this.audioStack.length;t++){(n=this.audioStack[t])!=e&&void 0!==n.pause&&n.pause()}for(t=0;t<this.videoStack.length;t++){(n=this.videoStack[t])!=e&&void 0!==n.pause&&n.pause()}for(t=0;t<this.youtubeStack.length;t++){var n;(n=this.youtubeStack[t])!=e&&void 0!==n.pauseVideo&&n.pauseVideo()}}},created:function(){var e=this;d.$on("register-youtube-player-instance",(function(t){e.youtubeStack.push(t)}))},mounted:function(){var e=this;if($(document).on("nvsMedia:mute:all",(function(t,n){e.muteAll()})),$(document).on("nvsMedia:pause:all",(function(t,n){e.pauseAll()})),$(document).on("nvsMedia:pause:others",(function(t,n){e.pauseOthers(n.item)})),$(document).on("nvsMedia:pause:target",(function(t,n){e.pauseInTarget(n)})),this.storeMedia(),this.bindEventsToMedia(this.videoStack),this.bindEventsToMedia(this.audioStack),navigator.onLine){var t=document.createElement("script");t.src="https://www.youtube.com/iframe_api";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(t,n)}},render:function(){return null}},f={methods:{initMediaHub:function(){new(Vue.extend(p))({}).$mount()}}},h={methods:{initLatex:function(){"function"==typeof renderMathInElement&&renderMathInElement(document.getElementById("app-wrap"),{delimiters:[{left:"[latex]",right:"[/latex]",display:!0},{left:"$$",right:"$$",display:!0},{left:"\\[",right:"\\]",display:!0},{left:"$",right:"$",display:!0},{left:"\\(",right:"\\)",display:!0}],ignoredClasses:["js-katex-ignore","flipcard"],minRuleThickness:.06})}}},v={methods:{initSearch:function(){var e=this;if(null!=dosData&&1==dosData.isExport){var t=document.createElement("script");t.src="search-index.js",t.onload=function(){e.searchEnabled=!e.isFlipbook},document.head.appendChild(t)}}}},m={methods:{scrollToBlock:function(){if(0===window.location.hash.indexOf("#block-")){var e=window.location.hash.substr(7);if(e){var t=$("#block-".concat(e));setTimeout((function(){var e=t.offset().top;$("html, body").scrollTop(e-60)}),100)}}}}},g={methods:{initSideControls:function(){var e=document.querySelectorAll(".side-controls");if(e&&e.length){var t=new IntersectionObserver(this.handleSideControls,{rootMargin:"0px 0px 85% 0px"});e.forEach((function(e){t.observe(e)}))}},handleSideControls:function(e){e.forEach((function(e){e.isIntersecting?e.target.classList.add("in-screen"):e.target.classList.remove("in-screen")}))}}},y=n("./node_modules/@babel/runtime/helpers/asyncToGenerator.js"),b=n.n(y),j=n("./node_modules/@babel/runtime/regenerator/index.js"),w=n.n(j),x=n("./node_modules/axios/index.js"),k=n.n(x),S=n("./node_modules/dayjs/dayjs.min.js"),C=n.n(S);function T(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function E(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?T(Object(n),!0).forEach((function(t){s()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):T(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var O=E(E({},o),{},{check:function(e){return b()(w.a.mark((function t(){var n,i,s;return w.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(17==window.dosData.workspaceId||46==window.dosData.workspaceId){t.next=4;break}return t.abrupt("return",{isTimeLocked:!1});case 4:if(n={isSchoolTime:!1,notTeacher:!1,notHoliday:!1,noPass:!1,noClassroomPublication:!1},i=["2023/08/18","2023/08/19","2023/08/20","2023/08/21","2023/08/22","2023/08/23","2023/08/24","2023/08/25","2023/08/26","2023/08/27","2023/08/28","2023/08/29","2023/08/30","2023/08/31","2023/09/02","2023/09/03","2023/09/09","2023/09/10","2023/09/16","2023/09/17","2023/09/23","2023/09/24","2023/09/30","2023/10/01","2023/10/07","2023/10/08","2023/10/14","2023/10/15","2023/10/21","2023/10/22","2023/10/28","2023/10/29","2023/10/30","2023/10/31","2023/11/01","2023/11/02","2023/11/03","2023/11/04","2023/11/05","2023/11/11","2023/11/12","2023/11/18","2023/11/19","2023/11/25","2023/11/26","2023/12/02","2023/12/03","2023/12/09","2023/12/10","2023/12/16","2023/12/17","2023/12/23","2023/12/24","2023/12/25","2023/12/26","2023/12/27","2023/12/28","2023/12/29","2023/12/30","2023/12/31","2024/01/01","2024/01/02","2024/01/06","2024/01/07","2024/01/13","2024/01/14","2024/01/20","2024/01/21","2024/01/27","2024/01/28","2024/02/03","2024/02/04","2024/02/08","2024/02/10","2024/02/11","2024/02/17","2024/02/18","2024/02/19","2024/02/20","2024/02/21","2024/02/22","2024/02/23","2024/02/24","2024/02/25","2024/02/26","2024/02/27","2024/02/28","2024/02/29","2024/03/01","2024/03/02","2024/03/03","2024/03/09","2024/03/10","2024/03/16","2024/03/17","2024/03/23","2024/03/24","2024/03/30","2024/03/31","2024/04/01","2024/04/06","2024/04/07","2024/04/13","2024/04/14","2024/04/20","2024/04/21","2024/04/27","2024/04/28","2024/04/29","2024/04/30","2024/05/01","2024/05/02","2024/05/03","2024/05/04","2024/05/05","2024/05/11","2024/05/12","2024/05/18","2024/05/19","2024/05/25","2024/05/26","2024/06/01","2024/06/02","2024/06/08","2024/06/09","2024/06/15","2024/06/16","2024/06/24","2024/06/25","2024/06/26","2024/06/27","2024/06/28","2024/06/29","2024/06/30","2024/07/01","2024/07/02","2024/07/03","2024/07/04","2024/07/05","2024/07/06","2024/07/07","2024/07/08","2024/07/09","2024/07/10","2024/07/11","2024/07/12","2024/07/13","2024/07/14","2024/07/15","2024/07/16","2024/07/17","2024/07/18","2024/07/19","2024/07/20","2024/07/21","2024/07/22","2024/07/23","2024/07/24","2024/07/25","2024/07/26","2024/07/27","2024/07/28","2024/07/29","2024/07/30","2024/07/31","2024/08/01","2024/08/02","2024/08/03","2024/08/04","2024/08/05","2024/08/06","2024/08/07","2024/08/08","2024/08/09","2024/08/10","2024/08/11","2024/08/12","2024/08/13","2024/08/14","2024/08/15","2024/08/16","2024/08/17","2024/08/18","2024/08/19","2024/08/20","2024/08/21","2024/08/22","2024/08/23","2024/08/24","2024/08/25","2024/08/26","2024/08/27","2024/08/28","2024/08/29","2024/08/30","2024/08/31"],!((s=new Date).getHours()>=8&&s.getHours()<14)){t.next=11;break}n.isSchoolTime=!0,t.next=13;break;case 11:return console.log("isSchoolTime... passed",n.isSchoolTime),t.abrupt("return",{isTimeLocked:!1});case 13:if(r(e)){t.next=17;break}n.notTeacher=!0,t.next=19;break;case 17:return console.log("notTeacher... passed",n.notTeacher),t.abrupt("return",{isTimeLocked:!1});case 19:if(i.includes(C()(s).format("YYYY/MM/DD"))){t.next=23;break}n.notHoliday=!0,t.next=25;break;case 23:return console.log("notHoliday... passed",n.notHoliday),t.abrupt("return",{isTimeLocked:!1});case 25:if(e.fullTimeAccess){t.next=29;break}n.noPass=!0,t.next=31;break;case 29:return console.log("noPass... passed",n.noPass),t.abrupt("return",{isTimeLocked:!1});case 31:if(e.studentClassroomsBooks.includes(window.dosData.alias)){t.next=35;break}n.noClassroomPublication=!0,t.next=41;break;case 35:if(e.userbooks.includes(window.dosData.alias)){t.next=39;break}n.noClassroomPublication=!0,t.next=41;break;case 39:return console.log("noClassroomPublication... passed",n.noClassroomPublication),t.abrupt("return",{isTimeLocked:!1});case 41:if(console.log("tests",n),!Object.values(n).every((function(e){return e}))){t.next=47;break}return console.log("locked"),t.abrupt("return",{isTimeLocked:!0});case 47:return console.log("not locked"),t.abrupt("return",{isTimeLocked:!1});case 49:case"end":return t.stop()}}),t)})))()}});function P(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function A(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?P(Object(n),!0).forEach((function(t){s()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):P(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var z="izzi-api.test"==window.location.host||"127.0.0.1:8000"==window.location.host,I={uid:"204054",mail:"preview@izzi.digital",first_name:"IZZI",middle_name:"",last_name:"Preview",is_teacher:!0,roles:[],username:"izziPreviewUser",avatar:"",internal:!1,userbooks:["junior_dos","dos2_do45iowe","zxopeu39lwn0","applaus_5","applaus_1","tehnicka_kultura_5","geografija_5","opazam_oblikujem_5","matematika_1","moji_tragovi","biologija_1","pogled_u_svijet","priroda_5","fizika_7","chemistry_7","petica","hrvatski_za_pet","biology_7","klasse_1","helloworld_5","fon_fon_1","knjizevni_vremeplov_1","ideal_1","chemistry_1","glazbeni_susreti_1","matematika_sr_1","math_6","povijest_1","informatika_5","ali_ninatino2","nbb2_eng","osn_rac","racun_trosk_i_imovine","maximal_3","vremeplov_6","vrednovanje_","timski_rad"],is_visible:["dos2_do45iowe","dos4_oprvfgrus","haufoo100"]},L=A(A({userdata:null,bookshelfBase:window.dosData.bookshelfBase},o),{},{promoPages:[],alias:window.dosData.alias,getUser:function(){var e=this;return b()(w.a.mark((function t(){return w.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(!e.isBookshelf){t.next=4;break}return t.abrupt("return",k.a.get(e.bookshelfBase+"api/userdata",{withCredentials:!0}).then((function(e){var t;return console.log("user data: ",e),window.izziOnline=!0,null===(t=e.data)||void 0===t?void 0:t.data})).catch((function(e){return new Promise((function(e,t){setTimeout((function(){return window.izziOnline=!1,localStorage.getItem("izziUser")?e(JSON.parse(localStorage.getItem("izziUser"))):e({isError:!0})}),2e3)}))})));case 4:if(!z){t.next=6;break}return t.abrupt("return",I);case 6:case"end":return t.stop()}}),t)})))()},checkAccessRights:function(){var e=this;return b()(w.a.mark((function t(){var n,i,s,o,r;return w.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(!e.isBookshelf){t.next=10;break}return t.next=3,e.getUser();case 3:return n=t.sent,t.next=6,O.check(n);case 6:return i=t.sent,t.abrupt("return",new Promise((function(t,s){n.isError&&s({isError:!0}),e.userdata=n,e.isApp||localStorage.setItem("nvsUserId",n.uid),setTimeout((function(){localStorage.getItem("izziUser")&&localStorage.setItem("izziUser",JSON.stringify(n))}),2e3);var o=!e.userdata.is_visible.includes(e.alias)&&!e.userdata.userbooks.includes(e.alias),r=e.userdata.is_visible.includes(e.alias)&&!e.userdata.userbooks.includes(e.alias);o?window.location.href=e.bookshelfBase:r?e.getTree().then((function(n){n.isError&&s({isError:!0}),e.promoPages.push(n[0].id);n[0].children.forEach((function(t){if(e.promoPages.push(t.id),t.children.length&&t.children[0].id){var n=e.isFlipbook?15:1;t.children.slice(0,n).forEach((function(t){e.promoPages.push(t.id),e.isFlipbook&&t.children&&t.children.forEach((function(t){e.promoPages.push(t.id)}))}))}})),n[1]&&n[1].children&&n[1].children.forEach((function(t){e.promoPages.push(t.id)})),n[2]&&n[2].children&&n[2].children.forEach((function(t){e.promoPages.push(t.id)})),e.promoPages.includes(window.dosData.id)?t(A({user:e.userdata,isPromo:!0,promoPages:e.promoPages},i)):window.location.href=e.bookshelfBase+"#/kod"})):t(A({user:e.userdata},i))})));case 10:if(!z){t.next=21;break}return t.next=13,e.getUser();case 13:return s=t.sent,t.next=16,O.check(s);case 16:return o=t.sent,window.izziOnline=!0,t.abrupt("return",A({user:I,isPromo:!0,promoPages:[1426,1442,1431,1443,1432,1453,1433,1487,1434,1475,1435,1461,1436,1491,1941]},o));case 21:return r={isTimeLocked:!1},window.izziOnline=!0,t.abrupt("return",A({user:I,isPromo:!1},r));case 24:case"end":return t.stop()}}),t)})))()},getTree:function(){var e=this;return b()(w.a.mark((function t(){var n,i;return w.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(!e.isBookshelf&&!e.isApp){t.next=5;break}return n=e.isApp?"./tree.json":"/DOS/".concat(window.dosData.dosId,"/tree.json"),t.abrupt("return",k.a.get(n,{withCredentials:!0}).then((function(e){return e.data})).catch((function(){return{isError:!0}})));case 5:if(!z){t.next=8;break}return i=[{id:324,name:"Vremeplov 5",lft:2,rgt:185,lvl:1,position:0,slug:"vremeplov-5-4",alias:null,status:2,children:[{id:444,name:"Što je povijest?",lft:3,rgt:24,lvl:2,position:0,slug:"sto-je-povijest",alias:null,status:2,children:[{id:1349,name:"Zašto učimo povijest?",lft:4,rgt:5,lvl:3,position:0,slug:"zasto-ucimo-povijest",alias:null,status:2,children:[]},{id:456,name:"Povijest i povijesna istraživanja",lft:6,rgt:7,lvl:3,position:1,slug:"povijest-i-povijesna-istrazivanja",alias:null,status:2,children:[]},{id:457,name:"Kako analizirati povijesni izvor?",lft:8,rgt:9,lvl:3,position:2,slug:"kako-analizirati-povijesni-izvor",alias:null,status:2,children:[]},{id:458,name:"Kako računati i prikazivati vrijeme?",lft:10,rgt:11,lvl:3,position:3,slug:"kako-racunati-i-prikazivati-vrijeme",alias:null,status:2,children:[]},{id:1081,name:"Što je muzej?",lft:12,rgt:13,lvl:3,position:4,slug:"sto-je-muzej",alias:null,status:2,children:[]},{id:1082,name:"Što je arhiv?",lft:14,rgt:15,lvl:3,position:5,slug:"sto-je-arhiv",alias:null,status:2,children:[]},{id:1268,name:"Što rade restauratori?",lft:16,rgt:17,lvl:3,position:6,slug:"sto-rade-restauratori",alias:null,status:2,children:[]},{id:1348,name:"Što rade arheolozi?",lft:18,rgt:19,lvl:3,position:7,slug:"sto-rade-arheolozi",alias:null,status:2,children:[]},{id:2794,name:"Kako snimiti kraći povijesni dokumentarac?",lft:20,rgt:21,lvl:3,position:8,slug:"kako-snimiti-kraci-povijesni-dokumentarac",alias:"",status:2,children:[]},{id:662,name:"Procijeni svoje znanje: Što je povijest?",lft:22,rgt:23,lvl:3,position:9,slug:"procijeni-svoje-znanje-sto-je-povijest",alias:null,status:2,children:[]}]},{id:451,name:"Čovjek u prapovijesti",lft:25,rgt:66,lvl:2,position:1,slug:"covjek-u-prapovijesti",alias:null,status:2,children:[{id:459,name:"Ideje o postanku svijeta",lft:26,rgt:29,lvl:3,position:0,slug:"ideje-o-postanku-svijeta",alias:null,status:2,children:[{id:511,name:"Kršćani",lft:27,rgt:28,lvl:4,position:0,slug:"krscani-1",alias:null,status:2,children:[]}]},{id:460,name:"Evolucija čovjeka",lft:30,rgt:31,lvl:3,position:1,slug:"evolucija-covjeka",alias:null,status:2,children:[]},{id:461,name:"Svakodnevica prvih ljudi",lft:32,rgt:33,lvl:3,position:2,slug:"svakodnevica-prvih-ljudi",alias:null,status:2,children:[]},{id:3800,name:"Arheološko istraživanje nalazišta u Krapini",lft:34,rgt:35,lvl:3,position:3,slug:"arheolosko-istrazivanje-nalazista-u-krapini",alias:null,status:2,children:[]},{id:462,name:"Stonehenge",lft:36,rgt:37,lvl:3,position:4,slug:"stonehenge",alias:null,status:2,children:[]},{id:463,name:"Ötzi",lft:38,rgt:39,lvl:3,position:5,slug:"otzi",alias:null,status:2,children:[]},{id:1408,name:"Tko je Dolka?",lft:40,rgt:41,lvl:3,position:6,slug:"tko-je-dolka",alias:null,status:2,children:[]},{id:1411,name:"Svakodnevni život Vučedolaca",lft:42,rgt:43,lvl:3,position:7,slug:"svakodnevni-zivot-vucedolaca",alias:null,status:2,children:[]},{id:1410,name:"Vučedolski zanati i alati",lft:44,rgt:45,lvl:3,position:8,slug:"vucedolski-zanati-i-alati",alias:null,status:2,children:[]},{id:1413,name:"Vučedolsko pismo i kalendar",lft:46,rgt:47,lvl:3,position:9,slug:"vucedolsko-pismo-i-kalendar",alias:null,status:2,children:[]},{id:1412,name:"Vučedolska moda",lft:48,rgt:49,lvl:3,position:10,slug:"vucedolska-moda",alias:null,status:2,children:[]},{id:1414,name:"Vučedolska jarebica",lft:50,rgt:51,lvl:3,position:11,slug:"vucedolska-jarebica",alias:null,status:2,children:[]},{id:1415,name:"Grobovi i ljudske žrtve",lft:52,rgt:53,lvl:3,position:12,slug:"grobovi-i-ljudske-zrtve",alias:null,status:2,children:[]},{id:1409,name:"Oživljeni Vučedol",lft:54,rgt:55,lvl:3,position:13,slug:"ozivljeni-vucedol",alias:null,status:2,children:[]},{id:464,name:"Kaciga iz Svetoga Križa",lft:56,rgt:57,lvl:3,position:14,slug:"kaciga-iz-svetoga-kriza",alias:null,status:2,children:[]},{id:465,name:"Po čemu je čovjek poseban?",lft:58,rgt:59,lvl:3,position:15,slug:"po-cemu-je-covjek-poseban",alias:null,status:2,children:[]},{id:2808,name:"Romualdova pećina",lft:60,rgt:61,lvl:3,position:16,slug:"romualdova-pecina",alias:null,status:2,children:[]},{id:508,name:"Procijeni svoje znanje: Čovjek u prapovijesti",lft:62,rgt:63,lvl:3,position:17,slug:"procijeni-svoje-znanje-covjek-u-prapovijesti",alias:null,status:2,children:[]},{id:9845,name:"Lasinjska kultura na području Jakšića",lft:64,rgt:65,lvl:3,position:18,slug:"lasinjska-kultura-na-podrucju-jaksica",alias:null,status:2,children:[]}]},{id:452,name:" Civilizacije prvih pisama",lft:67,rgt:110,lvl:2,position:2,slug:"civilizacije-prvih-pisama",alias:null,status:2,children:[{id:466,name:"Sedam svjetskih čuda staroga vijeka",lft:68,rgt:69,lvl:3,position:0,slug:"sedam-svjetskih-cuda-staroga-vijeka",alias:null,status:2,children:[]},{id:467,name:"Prva pisma",lft:70,rgt:71,lvl:3,position:1,slug:"prva-pisma",alias:null,status:2,children:[]},{id:468,name:"Veliki potop",lft:72,rgt:73,lvl:3,position:2,slug:"veliki-potop",alias:null,status:2,children:[]},{id:470,name:"Ur u Mezopotamiji",lft:74,rgt:75,lvl:3,position:3,slug:"ur-u-mezopotamiji",alias:null,status:2,children:[]},{id:471,name:"Zastava iz Ura",lft:76,rgt:77,lvl:3,position:4,slug:"zastava-iz-ura",alias:null,status:2,children:[]},{id:473,name:"Nil - sustav navodnjavanja",lft:78,rgt:79,lvl:3,position:5,slug:"nil-sustav-navodnjavanja-1",alias:null,status:2,children:[]},{id:506,name:"Mistične piramide",lft:80,rgt:81,lvl:3,position:6,slug:"misticne-piramide",alias:null,status:2,children:[]},{id:474,name:"Egipatska religija",lft:82,rgt:83,lvl:3,position:7,slug:"egipatska-religija",alias:null,status:2,children:[]},{id:1183,name:"Miu, mijau",lft:84,rgt:85,lvl:3,position:8,slug:"miu-mijau",alias:null,status:2,children:[]},{id:476,name:"Položaj žena u Egiptu",lft:86,rgt:87,lvl:3,position:9,slug:"polozaj-zena-u-egiptu",alias:null,status:2,children:[]},{id:477,name:"Tko je Tutankamon?",lft:88,rgt:89,lvl:3,position:10,slug:"tko-je-tutankamon",alias:null,status:2,children:[]},{id:478,name:"Tajne mumificiranja",lft:90,rgt:93,lvl:3,position:11,slug:"tajne-mumificiranja",alias:null,status:2,children:[{id:9568,name:"Zagrebačka lanena knjiga",lft:91,rgt:92,lvl:4,position:0,slug:"zagrebacka-lanena-knjiga",alias:null,status:2,children:[]}]},{id:479,name:"Mit o Izidi i Ozirisu",lft:94,rgt:95,lvl:3,position:12,slug:"mit-o-izidi-i-ozirisu",alias:null,status:2,children:[]},{id:480,name:"Graditeljsko umijeće prvih civilizacija",lft:96,rgt:97,lvl:3,position:13,slug:"graditeljsko-umijece-prvih-civilizacija",alias:null,status:2,children:[]},{id:1420,name:"Kultura Olmeca",lft:98,rgt:99,lvl:3,position:14,slug:"kultura-olmeca",alias:null,status:2,children:[]},{id:1421,name:"Civilizacija Chavín",lft:100,rgt:101,lvl:3,position:15,slug:"civilizacija-chavin",alias:null,status:2,children:[]},{id:2810,name:"Feničani",lft:102,rgt:103,lvl:3,position:16,slug:"fenicani",alias:null,status:2,children:[]},{id:2811,name:"Židovi",lft:104,rgt:105,lvl:3,position:17,slug:"zidovi",alias:null,status:2,children:[]},{id:469,name:"Prva ekološka katastrofa u povijesti?",lft:106,rgt:107,lvl:3,position:18,slug:"prva-ekoloska-katastrofa-u-povijesti",alias:null,status:2,children:[]},{id:2011,name:"Procijeni svoje znanje: Civilizacije prvih pisama",lft:108,rgt:109,lvl:3,position:19,slug:"procijeni-svoje-znanje-civilizacije-prvih-pisama",alias:null,status:2,children:[]}]},{id:453,name:"Grčki svijet",lft:111,rgt:142,lvl:2,position:3,slug:"grcki-svijet",alias:null,status:2,children:[{id:1083,name:"Upoznajmo Grke i Grčku",lft:112,rgt:113,lvl:3,position:0,slug:"upoznajmo-grke-i-grcku",alias:null,status:2,children:[]},{id:481,name:"U potrazi za Trojom",lft:114,rgt:115,lvl:3,position:1,slug:"u-potrazi-za-trojom",alias:null,status:2,children:[]},{id:482,name:"Grčka kolonizacija",lft:116,rgt:117,lvl:3,position:2,slug:"grcka-kolonizacija",alias:null,status:2,children:[]},{id:483,name:"Velike bitke Grčko-perzijskih ratova",lft:118,rgt:119,lvl:3,position:3,slug:"velike-bitke-grcko-perzijskih-ratova",alias:null,status:2,children:[]},{id:484,name:"Olimpijske igre",lft:120,rgt:121,lvl:3,position:4,slug:"olimpijske-igre",alias:null,status:2,children:[]},{id:485,name:"Grčki bogovi i mitološka stvorenja",lft:122,rgt:123,lvl:3,position:5,slug:"grcki-bogovi-i-mitoloska-stvorenja",alias:null,status:2,children:[]},{id:1076,name:"Grčki mitovi",lft:124,rgt:125,lvl:3,position:6,slug:"grcki-mitovi",alias:null,status:2,children:[]},{id:486,name:"Kako su živjeli antički Grci?",lft:126,rgt:127,lvl:3,position:7,slug:"kako-su-zivjeli-anticki-grci",alias:null,status:2,children:[]},{id:487,name:"Zagonetka Apoksiomena",lft:128,rgt:129,lvl:3,position:8,slug:"zagonetka-apoksiomena",alias:null,status:2,children:[]},{id:488,name:"Lumbardska psefizma",lft:130,rgt:131,lvl:3,position:9,slug:"lumbardska-psefizma",alias:null,status:2,children:[]},{id:489,name:"Graditeljsko umijeće Grka",lft:132,rgt:133,lvl:3,position:10,slug:"graditeljsko-umijece-grka",alias:null,status:2,children:[]},{id:490,name:"Atenska demokracija",lft:134,rgt:135,lvl:3,position:11,slug:"atenska-demokracija",alias:null,status:2,children:[]},{id:1094,name:"Polibijev kvadrat",lft:136,rgt:137,lvl:3,position:12,slug:"polibijev-kvadrat",alias:null,status:2,children:[]},{id:1513,name:"Helenistički grad znanja",lft:138,rgt:139,lvl:3,position:13,slug:"helenisticki-grad-znanja",alias:null,status:2,children:[]},{id:2009,name:"Procijeni svoje znanje: Grčki svijet",lft:140,rgt:141,lvl:3,position:14,slug:"procijeni-svoje-znanje-grcki-svijet",alias:null,status:2,children:[]}]},{id:454,name:"Rimski svijet",lft:143,rgt:184,lvl:2,position:4,slug:"rimski-svijet",alias:null,status:2,children:[{id:491,name:"Osnivanje Rima",lft:144,rgt:145,lvl:3,position:0,slug:"osnivanje-rima",alias:null,status:2,children:[]},{id:492,name:"Punski ratovi",lft:146,rgt:147,lvl:3,position:1,slug:"punski-ratovi",alias:null,status:2,children:[]},{id:1267,name:"Gladijatori",lft:148,rgt:149,lvl:3,position:2,slug:"gladijatori",alias:null,status:2,children:[]},{id:1096,name:"Spartakov ustanak",lft:150,rgt:151,lvl:3,position:3,slug:"spartakov-ustanak",alias:null,status:2,children:[]},{id:1209,name:"Reforme braće Grakho",lft:152,rgt:153,lvl:3,position:4,slug:"reforme-brace-grakho",alias:null,status:2,children:[]},{id:1095,name:"Cezarova šifra",lft:154,rgt:155,lvl:3,position:5,slug:"cezarova-sifra",alias:null,status:2,children:[]},{id:493,name:"Posljednji dan Pompeja",lft:156,rgt:157,lvl:3,position:6,slug:"posljednji-dan-pompeja",alias:null,status:2,children:[]},{id:494,name:"Graditeljsko umijeće Rimljana",lft:158,rgt:159,lvl:3,position:7,slug:"graditeljsko-umijece-rimljana",alias:null,status:2,children:[]},{id:495,name:"Kako su živjeli antički Rimljani?",lft:160,rgt:161,lvl:3,position:8,slug:"kako-su-zivjeli-anticki-rimljani",alias:null,status:2,children:[]},{id:496,name:"Iliri",lft:162,rgt:163,lvl:3,position:9,slug:"iliri",alias:null,status:2,children:[]},{id:1084,name:"Dioklecijanova palača",lft:164,rgt:165,lvl:3,position:10,slug:"dioklecijanova-palaca",alias:null,status:2,children:[]},{id:1085,name:"Salona",lft:166,rgt:167,lvl:3,position:11,slug:"salona",alias:null,status:2,children:[]},{id:1092,name:"Život na limesu",lft:168,rgt:169,lvl:3,position:12,slug:"zivot-na-limesu",alias:null,status:2,children:[]},{id:1184,name:"Mala povijest kruha",lft:170,rgt:171,lvl:3,position:13,slug:"mala-povijest-kruha",alias:null,status:2,children:[]},{id:2812,name:"Biti rimski car",lft:172,rgt:173,lvl:3,position:14,slug:"biti-rimski-car",alias:null,status:2,children:[]},{id:2813,name:"Novac u starome Rimu",lft:174,rgt:175,lvl:3,position:15,slug:"novac-u-starome-rimu",alias:null,status:2,children:[]},{id:2814,name:"Gusari i trgovci robljem",lft:176,rgt:177,lvl:3,position:16,slug:"gusari-i-trgovci-robljem",alias:null,status:2,children:[]},{id:2815,name:"Izumi u službi ratovanja",lft:178,rgt:179,lvl:3,position:17,slug:"izumi-u-sluzbi-ratovanja",alias:null,status:2,children:[]},{id:2796,name:"Prvi kršćani na području današnje Hrvatske",lft:180,rgt:181,lvl:3,position:18,slug:"prvi-krscani-na-podrucju-danasnje-hrvatske",alias:null,status:2,children:[]},{id:2010,name:"Procijeni svoje znanje: Rimski svijet",lft:182,rgt:183,lvl:3,position:19,slug:"procijeni-svoje-znanje-rimski-svijet",alias:null,status:2,children:[]}]}]},{id:588,name:"Sidebar",lft:186,rgt:199,lvl:1,position:1,slug:"sidebar-5",alias:"",status:2,children:[{id:660,name:"Lenta vremena",lft:189,rgt:190,lvl:2,position:0,slug:"lenta-vremena",alias:null,status:2,children:[]},{id:18396,name:"PDF udžbenika",lft:191,rgt:192,lvl:2,position:1,slug:"pdf-udzbenika-58",alias:null,status:2,children:[]},{id:730,name:"Rezultati kviza",lft:193,rgt:194,lvl:2,position:2,slug:"rezultati-kviza-7",alias:null,status:2,children:[]},{id:8293,name:"Metodički materijali",lft:195,rgt:196,lvl:2,position:3,slug:"metodicki-materijali-23",alias:null,status:2,children:[]},{id:10192,name:"Pojmovnik",lft:197,rgt:198,lvl:2,position:4,slug:"pojmovnik-3",alias:null,status:2,children:[]}]},{id:4136,name:"Footer",lft:200,rgt:203,lvl:1,position:2,slug:"footer-33",alias:null,status:2,children:[{id:2253,name:"Impresum",lft:201,rgt:202,lvl:2,position:0,slug:"impresum-31",alias:null,status:2,children:[]}]}],t.abrupt("return",i);case 8:case"end":return t.stop()}}),t)})))()}}),M={computed:{isDebug:function(){try{return window.dosData.dosExtraParam.options.isDebug&&!window.dosData.isExport&&!window.dosData.previewToken}catch(e){return!1}}}},D={methods:{setFavicon:function(){if([100].includes(dosData.workspaceId)){var e=document.createElement("link");e.type="image/x-icon",e.rel="shortcut icon",e.href="/profil/dist/pyp/images/png/favicon_"+dosData.workspaceId+".svg",document.getElementsByTagName("head")[0].prepend(e)}}}},F=n("./node_modules/vue-axios/dist/vue-axios.min.js"),N=n.n(F),H={name:"input-switch",props:{id:String,icon:String,label:String,colorVariant:Boolean,value:Boolean},data:function(){return{checked:!1,focused:!1}},computed:{elClass:function(){return{"input-switch--on":this.checked,"input-switch--focused":this.focused,"input-switch--color":this.colorVariant}}},created:function(){this.checked=this.value},methods:{handleChange:function(){this.$emit("input",this.checked)},handleFocus:function(){this.focused=!0},handleBlur:function(){this.focused=!1}}},B=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("label",{staticClass:"input-switch",class:e.elClass},[e.label?n("span",{staticClass:"sr-only",domProps:{innerHTML:e._s(e.label)}}):e._e(),e._v(" "),n("span",{staticClass:"input-switch__cap"},[e.icon?n("izzi-icon",{attrs:{icon:e.icon}}):e._e()],1),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:e.checked,expression:"checked"}],staticClass:"input-switch__input",attrs:{id:e.id,type:"checkbox"},domProps:{checked:Array.isArray(e.checked)?e._i(e.checked,null)>-1:e.checked},on:{change:[function(t){var n=e.checked,i=t.target,s=!!i.checked;if(Array.isArray(n)){var o=e._i(n,null);i.checked?o<0&&(e.checked=n.concat([null])):o>-1&&(e.checked=n.slice(0,o).concat(n.slice(o+1)))}else e.checked=s},e.handleChange],focus:e.handleFocus,blur:e.handleBlur}})])};function q(e,t,n,i,s,o,r,a){var l=typeof(e=e||{}).default;"object"!==l&&"function"!==l||(e=e.default);var c,u="function"==typeof e?e.options:e;if(t&&(u.render=t,u.staticRenderFns=n,u._compiled=!0),i&&(u.functional=!0),o&&(u._scopeId=o),r?(c=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),s&&s.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(r)},u._ssrRegister=c):s&&(c=a?function(){s.call(this,this.$root.$options.shadowRoot)}:s),c)if(u.functional){u._injectStyles=c;var d=u.render;u.render=function(e,t){return c.call(t),d(e,t)}}else{var p=u.beforeCreate;u.beforeCreate=p?[].concat(p,c):[c]}return{exports:e,options:u}}B._withStripped=!0;var R=q(H,B,[],!1,null,null,null);R.options.__file="src/common/scripts/components/input-switch.vue";var V=R.exports;function U(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function W(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?U(Object(n),!0).forEach((function(t){s()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):U(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var G={name:"youtube-player",props:{videoId:String,title:String,description:String,blockId:String,videoUrl:String,playerVars:Object},data:function(){return{initialized:!1,player:null}},computed:{youtubeId:function(){return this.videoUrl?this.extractVideoId(this.videoUrl):this.videoId},youtubeParameters:function(){var e=W(W({},{controls:1,disablekb:0,end:"",height:800,hl:"en-EN",iv_load_policy:1,loop:0,modestbranding:1,poster:"0.jpg",rel:0,showinfo:1,width:1200}),this.playerVars);return e.start=e.start>=0?e.start:"",e.end=e.end>0?e.end:"",e}},methods:{init:function(){var e=this,t={videoId:this.youtubeId,width:1200,height:800,host:"https://www.youtube-nocookie.com",playerVars:this.youtubeParameters,events:{onReady:function(t){e.initialized=!0,t.target.playVideo()},onStateChange:function(t){t.data==YT.PlayerState.PLAYING&&$(document).trigger("nvsMedia:pause:others",{item:e.player})}}};this.player=new YT.Player("youtube-video-".concat(this._uid,"-").concat(this.youtubeId),t),d.$emit("register-youtube-player-instance",this.player)},extractVideoId:function(e){var t=e.match(/^.*((youtu.be\/)|(v\/)|(\/u\/\w\/)|(embed\/)|(watch\?))\??v?=?([^#\&\?]*).*/);return!(!t||11!=t[7].length)&&t[7]}}},X=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"youtube-player"},[n("div",{staticClass:"youtube-title"},[n("div",{staticClass:"youtube-title__content"},[n("p",{domProps:{innerHTML:e._s(e.title)}})])]),e._v(" "),n("div",{staticClass:"video-inner-wrap"},[e.initialized?e._e():n("button",{staticClass:"youtube-poster",attrs:{type:"button","aria-label":e.$t("blocks.youtube.play")},on:{click:e.init}},[n("img",{attrs:{src:"http://i3.ytimg.com/vi/"+e.youtubeId+"/0.jpg",alt:e.title,width:"100%"}})]),e._v(" "),n("div",{staticClass:"youtube-video",attrs:{id:"youtube-video-"+e._uid+"-"+e.youtubeId}})]),e._v(" "),n("div",{staticClass:"youtube-description"},[n("div",{staticClass:"youtube-description__content"},[n("div",{domProps:{innerHTML:e._s(e.description)}})])])])};X._withStripped=!0;var Y=q(G,X,[],!1,null,null,null);Y.options.__file="src/common/scripts/components/youtube-player.vue";var Z=Y.exports,J={name:"audio-player",props:{src:{type:String,required:!0},title:{type:String},description:{type:String},composer:{type:String},performer:{type:String},controls:{type:String,default:"default"},"alt-audio":{type:Object},autoplay:{type:Boolean,default:!1},muted:{type:Boolean,default:!1}},data:function(){return{player:{currentTime:0,duration:0,remainingTime:"00:00"},paused:!0,progress:0,volume:1}},computed:{elClass:function(){return{"audio-player--playing":!this.paused,"audio-player--muted":!this.volume,"audio-player--novolume":"novolume"==this.controls,"audio-player--small":"small"==this.controls,"audio-player--tiny":"tiny"==this.controls,"audio-player--alt":"true"==this.altAudio}},progressStyle:function(){return{"--value":"".concat(this.progress,"%")}},volumeStyle:function(){return{"--value":"".concat(100*this.volume,"%")}}},watch:{volume:function(){this.$refs.player.volume=this.volume}},mounted:function(){var e=this;this.muted&&(this.volume=0),this.player.currentTime=0,this.$refs.player.addEventListener("durationchange",(function(){var t=e.secondsToTimestamp(e.$refs.player.duration);e.player.duration=t,e.player.remainingTime=t})),this.$refs.player.addEventListener("play",(function(){e.paused=!1})),this.$refs.player.addEventListener("pause",(function(){e.paused=!0})),"small"!=this.controls&&"tiny"!=this.controls&&this.$refs.player.addEventListener("timeupdate",_.throttle((function(){e.player.currentTime=e.secondsToTimestamp(e.$refs.player.currentTime),e.player.remainingTime="-"+e.secondsToTimestamp(e.$refs.player.duration-e.$refs.player.currentTime),e.progress=e.$refs.player.currentTime/e.$refs.player.duration*100}),1e3)),d.$on("toggle-sound",(function(t){e.volume=t?0:1}))},methods:{secondsToTimestamp:function(e){var t=new Date(1e3*Math.ceil(e)).toISOString().substr(11,8);return e/3600<1&&(t=t.substr(3)),t},play:function(){this.$refs.player.play()},pause:function(){this.$refs.player.pause()},seek:function(){this.$refs.player.currentTime=this.progress*this.$refs.player.duration/100},mute:function(){0==this.volume?this.volume=1:this.volume=0}}},K=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"audio-player",class:e.elClass},[(e.title||e.composer||e.performer)&&"default"==e.controls?n("div",{staticClass:"audio-player__meta"},[e.title?n("span",{staticClass:"audio-player__title",domProps:{innerHTML:e._s(e.title)}}):e._e(),e._v(" "),e.composer||e.performer?n("div",{staticClass:"audio-player__details"},[e.composer?n("div",[n("span",[e._v(e._s(e.$t("audioPlayer.composer"))+":")]),e._v(" "),n("span",{domProps:{innerHTML:e._s(e.composer)}})]):e._e(),e._v(" "),e.performer?n("div",[n("span",[e._v(e._s(e.$t("audioPlayer.performer"))+":")]),e._v(" "),n("span",{domProps:{innerHTML:e._s(e.performer)}})]):e._e()]):e._e()]):e._e(),e._v(" "),n("div",{staticClass:"audio-player__controls"},[n("audio",{ref:"player",attrs:{src:e.src,autoplay:e.autoplay,preload:"none",crossorigin:"use-credentials"}}),e._v(" "),e.paused?n("button",{staticClass:"audio-player__control audio-player__play",attrs:{type:"button","aria-label":e.$t("audioPlayer.play"),title:e.$t("audioPlayer.play")},on:{click:e.play}},[n("span",{staticClass:"mp-icon--play"})]):n("button",{staticClass:"audio-player__control audio-player__play",attrs:{type:"button","aria-label":e.$t("audioPlayer.pause"),title:e.$t("audioPlayer.pause")},on:{click:e.pause}},[n("span",{staticClass:"mp-icon--play"})]),e._v(" "),"small"!=e.controls&&"tiny"!=e.controls?n("div",{staticClass:"audio-player__progress"},[n("input",{directives:[{name:"model",rawName:"v-model.number",value:e.progress,expression:"progress",modifiers:{number:!0}}],ref:"progress",style:e.progressStyle,attrs:{type:"range",min:"0",max:"100",step:"0.1","aria-label":e.$t("audioPlayer.progress")},domProps:{value:e.progress},on:{change:e.seek,__r:function(t){e.progress=e._n(t.target.value)},blur:function(t){return e.$forceUpdate()}}})]):e._e(),e._v(" "),"small"!=e.controls&&"tiny"!=e.controls?n("div",{staticClass:"audio-player__time js-katex-ignore"},[e._v("\n      "+e._s(e.player.remainingTime)+"\n    ")]):e._e(),e._v(" "),"small"!=e.controls&&"tiny"!=e.controls?n("button",{staticClass:"audio-player__control audio-player__mute",attrs:{type:"button","aria-label":e.$t("audioPlayer.mute"),title:e.$t("audioPlayer.mute")},on:{click:e.mute}},[n("span",{staticClass:"mp-icon--volume"})]):e._e(),e._v(" "),"small"!=e.controls&&"tiny"!=e.controls&&"novolume"!=e.controls?n("div",{staticClass:"audio-player__volume"},[n("input",{directives:[{name:"model",rawName:"v-model.number",value:e.volume,expression:"volume",modifiers:{number:!0}}],ref:"volume",style:e.volumeStyle,attrs:{type:"range",min:"0",max:"1",step:"0.01","aria-label":e.$t("audioPlayer.volume")},domProps:{value:e.volume},on:{__r:function(t){e.volume=e._n(t.target.value)},blur:function(t){return e.$forceUpdate()}}})]):e._e()]),e._v(" "),e.description&&"default"==e.controls?n("div",{staticClass:"audio-player__description"},[n("div",{staticClass:"audio-player__description-content",domProps:{innerHTML:e._s(e.description)}})]):e._e()])};K._withStripped=!0;var Q=q(J,K,[],!1,null,null,null);Q.options.__file="src/common/scripts/components/audio-player.vue";var ee=Q.exports,te=n("./node_modules/screenfull/dist/screenfull.js"),ne=n.n(te);function ie(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function se(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?ie(Object(n),!0).forEach((function(t){s()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ie(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var oe={methods:{analyticsSubmit:function(e){var t={block:this.blockId,component:this.$options._componentTag};this.$parent.$parent&&this.$parent.$parent.hasOwnProperty("isScoredParent")&&(t.parent={component:this.$parent.$options._componentTag,id:this.$parent.blockId});var n=new CustomEvent("izzi:analytics",{detail:se(se({},e),t)});window.dispatchEvent(n)}}},re={name:"video-player",props:{src:{required:!0,type:String},hiSrc:{required:!1,type:String},title:{required:!1,type:String},description:{required:!1,type:String},controls:{required:!1,type:String},poster:{required:!1,type:String},subtitles:{required:!1,type:Array},muted:{required:!1,type:Boolean},loop:{required:!1,type:Boolean},"block-id":{required:!1,type:String},"force-faux-fullscreen":{required:!1,type:Boolean}},mixins:[oe],data:function(){return{player:{currentTime:0,duration:0,remainingTime:0},paused:!0,progress:0,volume:1,started:!1,captionsMenuOpen:!1,activeCaptionsTrack:null,activeCueText:"",mouseTimer:null,mouseMoving:!0,fullscreenEnabled:!1,fauxFullscreen:!1,hiEnabled:!1,controlsHovered:!1,scrollPos:null,ios:!1,isFullscreenOpen:!1}},computed:{crossorigin:function(){return(!window.dosData.isExport||1!==window.dosData.exportConfigType)&&"use-credentials"},elClass:function(){return{"video-player--playing":!this.paused,"video-player--muted":!this.volume,"video-player--started":this.started,"video-player--has-title":this.title,"video-player--captions-menu-open":this.captionsMenuOpen,"video-player--captions-visible":this.activeCaptionsTrack,"video-player--idle-cursor":!this.mouseMoving,"video-player--faux-fullscreen":this.fauxFullscreen,"video-player--hi-enabled":this.hiEnabled,"video-player--has-description":this.description}},bigPlayClass:function(){return{"video-player__big-play--visible":this.mouseMoving||this.paused}},progressStyle:function(){return{"--value":"".concat(this.progress,"%")}},volumeStyle:function(){return{"--value":"".concat(100*this.volume,"%")}},fullscreenToggleLabel:function(){return this.fullscreenEnabled?this.$t("videoPlayer.fullscreenClose"):this.$t("videoPlayer.fullscreenOpen")},playPauseLabel:function(){return this.paused?this.$t("videoPlayer.play"):this.$t("videoPlayer.pause")},toggleCaptionsLabel:function(){return this.activeCaptionsTrack?this.$t("videoPlayer.disableCaptions"):this.$t("videoPlayer.enableCaptions")},toggleHILabel:function(){return this.hiEnabled?this.$t("videoPlayer.disableHI"):this.$t("videoPlayer.enableHI")},toggleCaptionsMenuLabel:function(){return this.captionsMenuOpen?this.$t("videoPlayer.captionsMenuClose"):this.$t("videoPlayer.captionsMenuOpen")},notAlreadyExists:function(){if(0===document.querySelectorAll(".int-header__btn").length)return!0},isThemePDF:function(){return["izzi-pdf","pyp-pdf"].includes(document.body.getAttribute("data-publication-theme"))},isAlgebra:function(){return window.dosData&&window.dosData.workspaceId&&86==window.dosData.workspaceId},isObjectMakerTemplate:function(){return"object-maker-mpt"===window.dosData.tmplName},fullscreenIconClass:function(){return{"mp-icon--fullscreen":!this.isFullscreenOpen,"mp-icon--fullscreen-active":this.isFullscreenOpen}},captionsIconClass:function(){return{"mp-icon--captions":!this.activeCaptionsTrack,"mp-icon--captions-active":this.activeCaptionsTrack}}},watch:{volume:function(){this.$refs.player.volume=this.volume}},mounted:function(){var e=this;(this.isAlgebra||this.isObjectMakerTemplate)&&(this.$refs.fullscreenButton.style.display="none");var t=this;this.player.currentTime=0,this.$refs.player.addEventListener("durationchange",(function(){var t=e.secondsToTimestamp(e.$refs.player.duration);e.player.duration=t,e.player.remainingTime=t})),this.$refs.player.addEventListener("play",(function(){e.paused=!1})),this.$refs.player.addEventListener("pause",(function(){e.paused=!0})),this.$refs.player.addEventListener("timeupdate",_.throttle((function(t){e.player.currentTime=e.secondsToTimestamp(e.$refs.player.currentTime),e.player.remainingTime="-"+e.secondsToTimestamp(e.$refs.player.duration-e.$refs.player.currentTime),e.progress=e.$refs.player.currentTime/e.$refs.player.duration*100}),1e3)),this.$refs.player.textTracks&&Object.values(this.$refs.player.textTracks).forEach((function(e){e.mode="hidden"})),this.$refs.player.addEventListener("loadedmetadata",(function(){Object.values(e.$refs.player.textTracks).forEach((function(e,n){e.oncuechange=function(){if(this.activeCues.length){var e=this.activeCues[0];t.activeCaptionsTrack&&this.language==t.activeCaptionsTrack.language&&(t.activeCueText=e.text)}},Object.values(e.cues).forEach((function(e){e.onenter=function(){t.activeCaptionsTrack&&this.track.language==t.activeCaptionsTrack.language&&(t.activeCueText=this.text)},e.onexit=function(){t.activeCaptionsTrack&&this.track.language==t.activeCaptionsTrack.language&&(t.activeCueText="")}}))}))})),this.hiSrc&&(this.$refs.player.addEventListener("play",(function(){e.$refs["hi-player"].play()})),this.$refs.player.addEventListener("pause",(function(){e.$refs["hi-player"].pause()})),this.$refs.player.addEventListener("timeupdate",_.throttle((function(t){Math.abs(e.$refs.player.currentTime-e.$refs["hi-player"].currentTime)>1&&(e.$refs["hi-player"].currentTime=e.$refs.player.currentTime)}),1e3))),this.ios=navigator.userAgent.match(/iPhone|iPad|iPod/i)&&navigator.userAgent.match(/iPhone|iPad|iPod/i).length,this.$slots.vtt&&this.$slots.vtt.length&&this.parseInlineVTT(),window.addEventListener("izzi:ClosePresentation",(function(){e.fullscreenEnabled=!1}));try{dosData.dosExtraParam.options.components.autoEnableCaptionsOnVideos&&this.enableCaptions(0)}catch(e){console.warn("Component options not defined on publication. Captions not auto-enabled.")}},methods:{mouseMove:function(e){var t=this;this.mouseTimer&&clearTimeout(this.mouseTimer),this.mouseMoving=!0,this.mouseTimer=setTimeout((function(){t.captionsMenuOpen||t.controlsHovered||(t.mouseMoving=!1)}),1500)},secondsToTimestamp:function(e){var t=new Date(1e3*Math.ceil(e)).toISOString().substr(11,8);return e/3600<1&&(t=t.substr(3)),t},play:function(){this.$refs.player.play(),this.started=!0,this.analyticsSubmit({verb:"played",title:this.title,description:this.description})},pause:function(){this.$refs.player.pause()},playPause:function(){this.started=!0,this.paused?(this.analyticsSubmit({verb:"played",title:this.title,description:this.description}),this.$refs.player.play()):(this.analyticsSubmit({verb:"paused",title:this.title,description:this.description}),this.$refs.player.pause())},seek:function(){this.$refs.player.currentTime=this.progress*this.$refs.player.duration/100},mute:function(){0==this.volume?this.volume=1:this.volume=0},toggleHI:function(){this.hiEnabled=!this.hiEnabled,this.captionsMenuOpen=!1},toggleCaptions:function(){this.activeCaptionsTrack?this.disableCaptions():this.enableCaptions(0)},disableCaptions:function(){this.activeCaptionsTrack=null,this.activeCueText=""},enableCaptions:function(e){this.activeCaptionsTrack=this.$refs.player.textTracks[e],this.activeCaptionsTrack.activeCues&&this.activeCaptionsTrack.activeCues[0]&&(this.activeCueText=this.activeCaptionsTrack.activeCues[0].text)},toggleCaptionsMenu:function(){this.captionsMenuOpen=!this.captionsMenuOpen},toggleFullscreen:function(){var e=this;(this.isFullscreenOpen=!this.isFullscreenOpen,te.enabled&&!this.forceFauxFullscreen)?document.fullscreenElement||document.webkitFullscreenElement||document.mozFullScreenElement||document.msFullscreenElement?this.fullscreenEnabled?te.exit().then((function(){e.fullscreenEnabled=!1})):te.request(this.$el.querySelector(".video-player__inner")).then((function(){e.fullscreenEnabled=!0})):te.toggle(this.$el.querySelector(".video-player__inner")).then((function(){e.fullscreenEnabled=!e.fullscreenEnabled})):null!==this.scrollPos?(document.body.classList.remove("pk-faux-fullscreen"),this.fauxFullscreen=!1,setTimeout((function(){window.scrollTo(0,e.scrollPos),e.scrollPos=null}),100)):(this.scrollPos=window.pageYOffset,setTimeout((function(){document.body.classList.add("pk-faux-fullscreen"),e.fauxFullscreen=!0}),100))},parseInlineVTT:function(){var e=(new WebVTTParser).parse(this.$slots.vtt[0].text),t=this.$refs.player.addTextTrack("captions","Titlovi","hr");e.cues.forEach((function(e){var n=new VTTCue(e.startTime,e.endTime,e.text);t.addCue(n)}))},closeIzziBlock:function(){this.$emit("close-izzi-pdf-block",{blockId:this._uid})}}},ae=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"video-player",class:e.elClass,on:{mousemove:e.mouseMove}},[n("div",{staticClass:"video-player__inner",class:e.isFullscreenOpen?"video-player__inner--fullscreen":""},[e.title&&!e.started?n("div",{staticClass:"video-player__title"},[n("div",{staticClass:"video-player__title-content",domProps:{innerHTML:e._s(e.title)}})]):e._e(),e._v(" "),n("div",{staticClass:"video-player__splash"},[n("button",{staticClass:"video-player__splash-play",attrs:{tabindex:"-1",type:"button","aria-label":e.playPauseLabel,title:e.playPauseLabel},on:{click:e.playPause}},[e._m(0)])]),e._v(" "),n("div",{directives:[{name:"show",rawName:"v-show",value:e.started,expression:"started"}],staticClass:"video-player__overlay",on:{click:e.playPause}},[n("button",{staticClass:"video-player__big-play",class:e.bigPlayClass,attrs:{type:"button","aria-label":e.playPauseLabel,title:e.playPauseLabel}},[n("span",{staticClass:"mp-icon--play"})])]),e._v(" "),n("div",{staticClass:"video-player__holder"},[n("div",{staticClass:"video-player__main"},[n("video",{ref:"player",attrs:{playsinline:"",preload:"metadata",crossorigin:e.crossorigin,poster:e.poster,src:e.src,loop:e.loop},domProps:{muted:e.muted}},e._l(e.subtitles,(function(e){return n("track",{attrs:{label:e.label,kind:"subtitles",srclang:e.label,src:e.src}})})),0),e._v(" "),n("div",{staticClass:"video-player__captions"},[n("span",{domProps:{innerHTML:e._s(e.activeCueText)}})])]),e._v(" "),e.hiSrc?n("div",{staticClass:"video-player__hi"},[n("video",{ref:"hi-player",attrs:{src:e.hiSrc,playsinline:"",muted:"",crossorigin:e.crossorigin,preload:"metadata","data-off-media-stack":"1"},domProps:{muted:!0}})]):e._e()]),e._v(" "),n("div",{staticClass:"video-player__controls",on:{mouseenter:function(t){e.controlsHovered=!0},mouseleave:function(t){e.controlsHovered=!1}}},[e.paused?n("button",{staticClass:"video-player__control",attrs:{type:"button","aria-label":e.$t("videoPlayer.play"),title:e.$t("videoPlayer.play")},on:{click:e.play}},[n("span",{staticClass:"mp-icon--play"})]):n("button",{staticClass:"video-player__control",attrs:{type:"button","aria-label":e.$t("videoPlayer.pause"),title:e.$t("videoPlayer.pause")},on:{click:e.pause}},[n("span",{staticClass:"mp-icon--play"})]),e._v(" "),n("div",{staticClass:"video-player__progress"},[n("input",{directives:[{name:"model",rawName:"v-model.number",value:e.progress,expression:"progress",modifiers:{number:!0}}],ref:"progress",style:e.progressStyle,attrs:{type:"range",min:"0",max:"100",step:"0.1","aria-label":e.$t("videoPlayer.progress")},domProps:{value:e.progress},on:{change:e.seek,__r:function(t){e.progress=e._n(t.target.value)},blur:function(t){return e.$forceUpdate()}}})]),e._v(" "),n("div",{staticClass:"video-player__time js-katex-ignore"},[e._v(e._s(e.player.remainingTime))]),e._v(" "),n("div",{staticClass:"video-player__menu"},[e.subtitles&&1==e.subtitles.length||e.$slots.vtt&&e.$slots.vtt.length&&!e.hiSrc?n("button",{staticClass:"video-player__control",attrs:{type:"button","aria-label":e.toggleCaptionsLabel,title:e.toggleCaptionsLabel},on:{click:e.toggleCaptions}},[n("span",{class:e.captionsIconClass})]):e._e(),e._v(" "),e.hiSrc&&!e.subtitles?n("button",{staticClass:"video-player__control",attrs:{type:"button","aria-label":e.toggleHILabel,title:e.toggleHILabel},on:{click:e.toggleHI}},[n("span",{class:e.captionsIconClass})]):e._e(),e._v(" "),e.subtitles&&e.subtitles.length>1||e.subtitles&&e.hiSrc?[n("div",{staticClass:"video-player__captions-menu"},[n("ul",{staticClass:"video-player__captions-list"},[e._l(e.subtitles,(function(t,i){return n("li",[n("button",{class:{"video-player__active-caption":e.activeCaptionsTrack&&t.label==e.activeCaptionsTrack.label},attrs:{type:"button"},on:{click:function(t){return e.enableCaptions(i)}}},[n("span",{staticClass:"js-katex-ignore"},[e._v(e._s(t.label))])])])})),e._v(" "),n("li",[n("button",{class:{"video-player__active-caption":!e.activeCaptionsTrack},attrs:{type:"button",title:e.$t("videoPlayer.disableCaptions")},on:{click:e.disableCaptions}},[n("span",[e._v(e._s(e.$t("videoPlayer.disableCaptions")))])])]),e._v(" "),e.hiSrc?n("li",{staticClass:"video-player__menu-hi"},[n("button",{staticClass:"video-player__hi-toggle",attrs:{type:"button",title:e.$t("videoPlayer.enableHI")},on:{click:e.toggleHI}},[e._v("\n                  "+e._s(e.$t("videoPlayer.enableHI"))+"\n                ")])]):e._e()],2)]),e._v(" "),n("button",{staticClass:"video-player__control",attrs:{type:"button","aria-label":e.$t("videoPlayer.toggleCaptionsMenuLabel")},on:{click:e.toggleCaptionsMenu}},[n("span",{staticClass:"mp-icon--captions"})])]:e._e()],2),e._v(" "),e.ios?e._e():n("button",{staticClass:"video-player__control video-player__mute",attrs:{type:"button","aria-label":e.$t("videoPlayer.mute"),title:e.$t("videoPlayer.mute")},on:{click:e.mute}},[n("span",{staticClass:"mp-icon--volume"})]),e._v(" "),e.ios?e._e():n("div",{staticClass:"video-player__volume"},[n("input",{directives:[{name:"model",rawName:"v-model.number",value:e.volume,expression:"volume",modifiers:{number:!0}}],ref:"volume",style:e.volumeStyle,attrs:{type:"range",min:"0",max:"1",step:"0.01","aria-label":e.$t("videoPlayer.volume")},domProps:{value:e.volume},on:{__r:function(t){e.volume=e._n(t.target.value)},blur:function(t){return e.$forceUpdate()}}})]),e._v(" "),n("button",{ref:"fullscreenButton",staticClass:"video-player__control video-player__control-fullscreen",attrs:{type:"button","aria-label":e.fullscreenToggleLabel,title:e.fullscreenToggleLabel},on:{click:e.toggleFullscreen}},[n("span",{class:e.fullscreenIconClass})])])]),e._v(" "),e.description?n("div",{staticClass:"video-player__description"},[n("div",{staticClass:"video-player__description-content",domProps:{innerHTML:e._s(e.description)}})]):e._e()])};ae._withStripped=!0;var le=q(re,ae,[function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"video-player__big-play"},[t("span",{staticClass:"mp-icon--play"})])}],!1,null,null,null);le.options.__file="src/common/scripts/components/video-player.vue";var ce=le.exports,ue={name:"image-block",props:{blockId:{type:String,required:!0},src:{type:String,required:!0},alt:{type:String,required:!1},title:{type:String,required:!1},description:{type:String,required:!1},caption:{type:String,required:!1},"enable-link":{type:Boolean,required:!1},"linked-image":{type:Object,required:!1}},data:function(){return{isFullscreen:!1,scrollY:null,captionLabel:""}},computed:{elClass:function(){return{"block-image--bordered":this.description||this.title}},linkedSrc:function(){return this.linkedImage?this.linkedImage.src:this.src},linkedAlt:function(){return this.linkedImage?this.linkedImage.alt:this.alt},fullscreenCaption:function(){return"<strong>".concat(this.captionLabel,"</strong> ").concat(this.caption)},isThemePDF:function(){return["izzi-pdf","pyp-pdf"].includes(document.body.getAttribute("data-publication-theme"))}},methods:{openFullscreen:function(e){this.scrollY=window.scrollY,this.isFullscreen=!0,this.$el.querySelector(".block-info__title")&&(this.captionLabel=this.$el.querySelector(".block-info__title").innerText),document.body.classList.add("int-fullscreen--on"),window.addEventListener("keydown",this.keyHandler),window.addEventListener("popstate",this.historyHandler),e.pushState&&window.history.pushState({fullscreenBlockImage:this.blockId},"image-".concat(this.blockId))},closeFullscreen:function(){var e=this;this.isFullscreen=!1,document.body.classList.remove("int-fullscreen--on"),window.removeEventListener("keydown",this.keyHandler),null!==this.scrollY&&setTimeout((function(){window.scrollTo(0,e.scrollY),e.scrollY=null}),10)},keyHandler:function(e){27===e.keyCode&&this.closeFullscreen()},historyHandler:function(e){e.state&&e.state.fullscreenBlockImage==this.blockId?this.openFullscreen({pushState:!1}):this.isFullscreen&&this.closeFullscreen()},closeIzziBlock:function(){this.$emit("close-izzi-pdf-block",{blockId:this._uid})}}},de=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"block-image",class:e.elClass},[e.caption?n("div",{staticClass:"block-info-side"},[n("h5",{staticClass:"block-info__title"},[n("span",{domProps:{innerHTML:e._s(e.$t("blocks.image.title"))}}),e._v(" "),n("span",{staticClass:"js-image-caption-counter"})]),e._v(" "),n("p",{domProps:{innerHTML:e._s(e.caption)}})]):e._e(),e._v(" "),e.title||e.isThemePDF?n("header",{staticClass:"block-header"},[n("div",{staticClass:"block-header-content"},[e.title?n("h3",{staticClass:"block-header__title",domProps:{innerHTML:e._s(e.title)}}):e._e()]),e._v(" "),e.isThemePDF?n("button",{staticClass:"int-header__btn",attrs:{type:"button","aria-label":e.$t("pkc.footer.close")},on:{click:e.closeIzziBlock}},[n("i",{staticClass:"material-icons",attrs:{"aria-hidden":"true",focusable:"false"}},[e._v("close")])]):e._e()]):e._e(),e._v(" "),n("div",{staticClass:"block-image__content"},[e.enableLink?[n("a",{staticClass:"block-image__link",attrs:{href:e.src,"aria-label":e.$t("blocks.image.clickEnlarge")},on:{click:function(t){return t.preventDefault(),e.openFullscreen({pushState:!0})}}},[n("img",{attrs:{src:e.src,alt:e.alt}})])]:[n("img",{attrs:{src:e.src,alt:e.alt}})]],2),e._v(" "),e.description?n("div",{staticClass:"block-image__description"},[n("div",{staticClass:"block-image__description-content",domProps:{innerHTML:e._s(e.description)}})]):e._e(),e._v(" "),e.enableLink?n("div",{directives:[{name:"show",rawName:"v-show",value:e.isFullscreen,expression:"isFullscreen"}],staticClass:"image-fullscreen"},[e.caption||e.title?n("header",{staticClass:"image-fullscreen__header"},[e.caption?n("div",{staticClass:"image-fullscreen__caption",domProps:{innerHTML:e._s(e.fullscreenCaption)}}):e._e(),e._v(" "),e.title?n("h3",{staticClass:"image-fullscreen__title",domProps:{innerHTML:e._s(e.title)}}):e._e()]):e._e(),e._v(" "),n("div",{staticClass:"image-fullscreen__img-holder"},[n("img",{staticClass:"image-fullscreen__img",attrs:{src:e.linkedSrc,alt:e.linkedAlt}})]),e._v(" "),n("div",{staticClass:"image-fullscreen__description bottom-bar"},[e.description?n("div",{staticClass:"bottom-bar__description"},[n("div",{staticClass:"bottom-bar__content",domProps:{innerHTML:e._s(e.description)}})]):e._e(),e._v(" "),n("div",{staticClass:"bottom-bar__controls"},[n("button",{staticClass:"bottom-bar__btn",attrs:{type:"button","aria-label":e.$t("blocks.image.close")},on:{click:e.closeFullscreen}},[n("i",{staticClass:"material-icons",attrs:{"aria-hidden":"true"}},[e._v("fullscreen_exit")])])])])]):e._e()])};de._withStripped=!0;var pe=q(ue,de,[],!1,null,null,null);pe.options.__file="src/common/scripts/components/block-image.vue";var fe=pe.exports,he={name:"izzi-dismiss",props:{config:Object},data:function(){return{dismissed:!1}},computed:{elClass:function(){return{"izzi-dismiss--dismissed":this.dismissed}}},methods:{dismiss:function(){var e=this;"interactive-video"!=this.$parent.$options._componentTag&&(this.dismissed=!0),this.$emit("izzi-dismissed"),setTimeout((function(){e.dismissed=!1}),100)}}},ve=function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"izzi-dismiss",class:this.elClass},[t("div",{staticClass:"izzi-dismiss__block"},[this._t("default")],2),this._v(" "),t("footer",{staticClass:"izzi-dismiss__footer"},[t("button",{staticClass:"cta cta-primary",attrs:{type:"button"},domProps:{innerHTML:this._s(this.config.buttonText)},on:{click:this.dismiss}})])])};ve._withStripped=!0;var me=q(he,ve,[],!1,(function(e){n('./node_modules/vue-style-loader/index.js!./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/style-compiler/index.js?{"optionsId":"0","vue":true,"scoped":false,"sourceMap":false}!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/lib/selector.js?type=styles&index=0!./src/common/scripts/components/izzi-dismiss.vue')}),null,null);me.options.__file="src/common/scripts/components/izzi-dismiss.vue";var ge=me.exports,ye={name:"interactive-video",props:{config:Object,subtitles:{required:!1,type:Array}},data:function(){return{activeTimestamp:-1,activeBlockElement:null,initialHeight:null,slides:[],blocks:[],timestamps:[],halted:!1}},computed:{elClass:function(){return{"interactive-video--halted":this.halted}},elStyle:function(){return this.activeBlockElement&&{height:this.activeBlockElement.offsetHeight+"px","min-height":this.initialHeight+"px"}},isThemePDF:function(){return["izzi-pdf","pyp-pdf"].includes(document.body.getAttribute("data-publication-theme"))}},methods:{timeUpdate:function(e){var t=Math.round(2*e.srcElement.currentTime.toFixed(2))/2,n=this.timestamps.indexOf(t);n>-1&&n!=this.activeTimestamp&&(this.halted=!0,this.$refs.video.pause(),this.activeTimestamp=n,this.blocks[this.activeTimestamp].addBlockClass(["iv-slide--open"]),this.activeBlockElement=this.blocks[this.activeTimestamp].$el)},setInitialHeight:function(){var e=this;setTimeout((function(){e.initialHeight=e.$el.offsetHeight}),500)},clearState:function(){this.activeTimestamp=-1},handleChild:function(e){var t=this;"completed"==e.detail.verb&&e.detail.result.success&&(setTimeout(this.continueVideo,800),setTimeout((function(){t.$children.forEach((function(e){e.$children[0]&&"function"==typeof e.$children[0].reset&&e.$children[0].reset()}))}),1200))},continueVideo:function(){this.blocks[this.activeTimestamp].removeBlockClass(["iv-slide--open"]),this.halted=!1,this.activeBlockElement=null,this.$refs.video.play()},closeIzziBlock:function(){this.$emit("close-izzi-pdf-block",{blockId:this._uid})}},created:function(){var e=this;this.config.timestamps.forEach((function(t){e.timestamps.push(Number(t.timestamp))}))},mounted:function(){var e=this;this.$refs.video.$refs.player.addEventListener("timeupdate",this.timeUpdate),this.$refs.video.$refs.player.addEventListener("seeked",this.clearState),this.$children.forEach((function(t,n){t.$children[0]&&(t.$children[0].$on("analytics-submit",e.handleChild),t.$children[0].$on("izzi-dismissed",e.continueVideo))})),this.slides=Array.from(this.$el.querySelectorAll(".interactive-video__blocks > .xblock")),this.slides.forEach((function(t){e.blocks.push(e.$children.filter((function(e){return e.blockId==t.getAttribute("data-id")}))[0])}))}},be=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"interactive-video",class:e.elClass,style:e.elStyle},[n("video-player",{ref:"video",attrs:{src:e.config.videos[0].path,description:e.config.videos[0].description,title:e.config.title,subtitles:e.subtitles,"force-faux-fullscreen":!0},on:{"hook:mounted":e.setInitialHeight},scopedSlots:e._u([{key:"vtt",fn:function(){return[e._t("subtitles")]},proxy:!0}],null,!0)}),e._v(" "),n("div",{staticClass:"interactive-video__blocks"},[e._t("default"),e._v(" "),n("transition",{attrs:{name:"fade-back"}},[n("button",{directives:[{name:"show",rawName:"v-show",value:e.halted,expression:"halted"}],staticClass:"interactive-video__back cta cta-secondary cta-icon",attrs:{"aria-label":e.$t("general.back")},on:{click:e.continueVideo}},[n("svg",{attrs:{width:"44",height:"42",viewBox:"0 0 44 42",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("rect",{attrs:{width:"44",height:"42",rx:"8",fill:"white"}}),e._v(" "),n("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M28.7071 14.2929C29.0976 14.6834 29.0976 15.3166 28.7071 15.7071L16.7071 27.7071C16.3166 28.0976 15.6834 28.0976 15.2929 27.7071C14.9024 27.3166 14.9024 26.6834 15.2929 26.2929L27.2929 14.2929C27.6834 13.9024 28.3166 13.9024 28.7071 14.2929Z",fill:"#19191A"}}),e._v(" "),n("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M28.7071 27.7071C28.3166 28.0976 27.6834 28.0976 27.2929 27.7071L15.2929 15.7071C14.9024 15.3166 14.9024 14.6834 15.2929 14.2929C15.6834 13.9024 16.3166 13.9024 16.7071 14.2929L28.7071 26.2929C29.0976 26.6834 29.0976 27.3166 28.7071 27.7071Z",fill:"#19191A"}})])])])],2)],1)};be._withStripped=!0;var _e=q(ye,be,[],!1,(function(e){n('./node_modules/vue-style-loader/index.js!./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/style-compiler/index.js?{"optionsId":"0","vue":true,"scoped":false,"sourceMap":false}!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/lib/selector.js?type=styles&index=0!./src/common/scripts/components/interactive-video.vue')}),null,null);_e.options.__file="src/common/scripts/components/interactive-video.vue";var je=_e.exports,we={name:"izzi-block",props:{"block-id":String,"block-type":String,"block-layout":String,"alt-audio":String,"is-scored":Boolean,"block-classes":{type:Array,default:function(){return[]}},"wrap-classes":{type:Array,default:function(){return[]}}},data:function(){return{isShared:!1,isSpotlight:!1,scrollY:null,extraBlockClasses:[],isPDFBlockOpen:!1,isFinishScreenVisible:!1}},computed:{blockClass:function(){var e={"izzi-block--can-share":this.canShare,"izzi-block--can-spotlight":this.canSpotlight,"izzi-block--spotlight":this.isSpotlight,"izzi-block--shared":this.isShared};return e["block-".concat(this.blockType)]=!0,this.extraBlockClasses.forEach((function(t){e[t]=!0})),this.blockClasses.forEach((function(t){e[t]=!0})),e},wrapClass:function(){var e={"side-controls":this.altAudio};return e["app-wrap-".concat(this.blockType)]=!0,e["block-layout--".concat(this.blockLayout)]=!0,this.wrapClasses.forEach((function(t){e[t]=!0})),e},canShare:function(){return this.$root.blockActions.share.enabled},canSpotlight:function(){return this.$root.blockActions.spotlight.enabled},shareURL:function(){return window.location.protocol+"//"+window.location.host+window.location.pathname+"#block-"+this.blockId},shareText:function(){return this.isShared?this.$t("blocks.shared"):""}},methods:{openSpotlight:function(){this.scrollY=window.scrollY,document.body.classList.add("is-spotlight"),this.isSpotlight=!0,d.$emit("toggle-block-action",{action:"spotlight",enabled:!1}),d.$emit("toggle-spotlight",{active:!0})},closeSpotlight:function(){var e=this;this.isSpotlight=!1,document.body.classList.remove("is-spotlight"),null!==this.scrollY&&setTimeout((function(){window.scrollTo(0,e.scrollY),e.scrollY=null}),10),d.$emit("toggle-spotlight",{active:!1})},shareBlock:function(){var e=this;this.$el.querySelector(".izzi-block__url").select(),document.execCommand("copy"),this.isShared=!0,window.setTimeout((function(){e.isShared=!1,d.$emit("toggle-block-action",{action:"share",enabled:!1})}),2500)},addBlockClass:function(e){var t=this;e.forEach((function(e){t.extraBlockClasses.includes(e)||t.extraBlockClasses.push(e)}))},removeBlockClass:function(e){this.extraBlockClasses=this.extraBlockClasses.filter((function(t){return!e.includes(t)}))},openPDFBlock:function(){this.isPDFBlockOpen=!0},closePDFBlock:function(){this.isPDFBlockOpen=!1},showFinishScreen:function(){this.isFinishScreenVisible=!0}},mounted:function(){var e=this;null!=this&&this.$children[0]&&(this.$children[0].$on("close-izzi-pdf-block",(function(t){e.closePDFBlock()})),this.$children[0].$on("pkc-show-finish-screen",(function(e){console.log("finish screen ide"),console.log(e)})))}},xe=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"izzi-block xblock",class:e.blockClass,attrs:{id:"block-"+this.blockId,"data-id":this.blockId,"data-type":this.blockType}},[n("div",{staticClass:"app-wrap block-layout",class:e.wrapClass},[e.canShare||e.canSpotlight||e.isSpotlight?n("div",{staticClass:"izzi-block__overlay"},[e.canShare?n("button",{staticClass:"izzi-block__overlay-btn",attrs:{"aria-label":e.$t("blocks.share")},on:{click:e.shareBlock}},[n("span",{domProps:{textContent:e._s(e.shareText)}}),e._v(" "),n("input",{staticClass:"izzi-block__url",attrs:{"aria-hidden":"true",type:"text"},domProps:{value:e.shareURL}})]):e._e(),e._v(" "),e.canSpotlight?n("button",{staticClass:"izzi-block__overlay-btn",attrs:{"aria-label":e.$t("blocks.spotlight")},on:{click:e.openSpotlight}}):e._e(),e._v(" "),e.canShare||e.canSpotlight?n("span",{staticClass:"izzi-block__overlay-icon"},[e.canShare?n("izzi-icon",{attrs:{icon:"share"}}):e._e(),e._v(" "),e.canSpotlight?n("izzi-icon",{attrs:{icon:"spotlight"}}):e._e()],1):e._e(),e._v(" "),e.isSpotlight?n("button",{staticClass:"izzi-block__overlay__close",attrs:{type:"button"},on:{click:e.closeSpotlight}},[n("izzi-icon",{attrs:{icon:"close"}})],1):e._e()]):e._e(),e._v(" "),e.altAudio?n("div",{staticClass:"toggle-wrap"},[e.altAudio?n("alt-audio",{attrs:{"alt-audio":e.altAudio}}):e._e()],1):e._e(),e._v(" "),e._t("default")],2)])};xe._withStripped=!0;var ke=q(we,xe,[],!1,null,null,null);ke.options.__file="src/common/scripts/components/izzi-block.vue";var Se=ke.exports,Ce={name:"izzi-icon",props:{icon:String,size:String,classlist:Array,themeUrl:{type:String,default:""}},render:function(e){return e("span",{class:["icon",this.classList],style:this.iconStyle},[e("svg",{class:"icon-".concat(this.icon),attrs:{"aria-hidden":!0}},[e("use",{attrs:{"xlink:href":"".concat(this.themeUrlProper,"#").concat(this.icon)}})])])},data:function(){return{}},computed:{iconStyle:function(){return this.size?{"font-size":this.size+"px"}:null},iconClass:function(){return this.classlist},themeUrlProper:function(){return window.dosData.isExport?"."+this.themeUrl:this.themeUrl}}};var Te=function(e,t){var n=-1,i=e.length;for(t||(t=Array(i));++n<i;)t[n]=e[n];return t},$e=Math.floor,Ee=Math.random;var Oe=function(e,t){return e+$e(Ee()*(t-e+1))};var Pe=function(e,t){var n=-1,i=e.length,s=i-1;for(t=void 0===t?i:t;++n<t;){var o=Oe(n,s),r=e[o];e[o]=e[n],e[n]=r}return e.length=t,e};var Ae=function(e){return Pe(Te(e))};var ze=function(e,t){for(var n=-1,i=null==e?0:e.length,s=Array(i);++n<i;)s[n]=t(e[n],n,e);return s};var Ie=function(e,t){return ze(t,(function(t){return e[t]}))};var Le=function(e,t){for(var n=-1,i=Array(e);++n<e;)i[n]=t(n);return i},Me=n("./node_modules/lodash-es/_root.js"),De=Me.a.Symbol,Fe=Object.prototype,Ne=Fe.hasOwnProperty,He=Fe.toString,Be=De?De.toStringTag:void 0;var qe=function(e){var t=Ne.call(e,Be),n=e[Be];try{e[Be]=void 0;var i=!0}catch(e){}var s=He.call(e);return i&&(t?e[Be]=n:delete e[Be]),s},Re=Object.prototype.toString;var Ve=function(e){return Re.call(e)},Ue=De?De.toStringTag:void 0;var We=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":Ue&&Ue in Object(e)?qe(e):Ve(e)};var Ge=function(e){return null!=e&&"object"==typeof e};var Xe=function(e){return Ge(e)&&"[object Arguments]"==We(e)},Ye=Object.prototype,Ze=Ye.hasOwnProperty,Je=Ye.propertyIsEnumerable,Ke=Xe(function(){return arguments}())?Xe:function(e){return Ge(e)&&Ze.call(e,"callee")&&!Je.call(e,"callee")},Qe=Array.isArray,et=n("./node_modules/lodash-es/isBuffer.js"),tt=/^(?:0|[1-9]\d*)$/;var nt=function(e,t){var n=typeof e;return!!(t=null==t?9007199254740991:t)&&("number"==n||"symbol"!=n&&tt.test(e))&&e>-1&&e%1==0&&e<t};var it=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991},st={};st["[object Float32Array]"]=st["[object Float64Array]"]=st["[object Int8Array]"]=st["[object Int16Array]"]=st["[object Int32Array]"]=st["[object Uint8Array]"]=st["[object Uint8ClampedArray]"]=st["[object Uint16Array]"]=st["[object Uint32Array]"]=!0,st["[object Arguments]"]=st["[object Array]"]=st["[object ArrayBuffer]"]=st["[object Boolean]"]=st["[object DataView]"]=st["[object Date]"]=st["[object Error]"]=st["[object Function]"]=st["[object Map]"]=st["[object Number]"]=st["[object Object]"]=st["[object RegExp]"]=st["[object Set]"]=st["[object String]"]=st["[object WeakMap]"]=!1;var ot=function(e){return Ge(e)&&it(e.length)&&!!st[We(e)]};var rt=function(e){return function(t){return e(t)}},at=n("./node_modules/lodash-es/_nodeUtil.js"),lt=at.a&&at.a.isTypedArray,ct=lt?rt(lt):ot,ut=Object.prototype.hasOwnProperty;var dt=function(e,t){var n=Qe(e),i=!n&&Ke(e),s=!n&&!i&&Object(et.a)(e),o=!n&&!i&&!s&&ct(e),r=n||i||s||o,a=r?Le(e.length,String):[],l=a.length;for(var c in e)!t&&!ut.call(e,c)||r&&("length"==c||s&&("offset"==c||"parent"==c)||o&&("buffer"==c||"byteLength"==c||"byteOffset"==c)||nt(c,l))||a.push(c);return a},pt=Object.prototype;var ft=function(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||pt)};var ht=function(e,t){return function(n){return e(t(n))}}(Object.keys,Object),vt=Object.prototype.hasOwnProperty;var mt=function(e){if(!ft(e))return ht(e);var t=[];for(var n in Object(e))vt.call(e,n)&&"constructor"!=n&&t.push(n);return t};var gt=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)};var yt=function(e){if(!gt(e))return!1;var t=We(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t};var bt=function(e){return null!=e&&it(e.length)&&!yt(e)};var _t=function(e){return bt(e)?dt(e):mt(e)};var jt=function(e){return null==e?[]:Ie(e,_t(e))};var wt=function(e){return Pe(jt(e))};var xt=function(e){return(Qe(e)?Ae:wt)(e)},kt={name:"pyp-button",props:{id:{type:String,default:""},viewBox:{type:String,default:"0 0 185 44"},color:{type:String,default:"#A4EDF1"},text:{type:String,default:""},textColor:{type:String,default:"#000000"},width:{type:String,default:"150"},height:{type:String,default:"44"},fontFamily:{type:String,default:"Balsamiq Sans"},icon:{type:String,default:""},iconColor:{type:String,default:"#000"},iconOrientation:{type:String,default:"left"},iconSize:{type:String,default:"24"},disabled:{type:Boolean,default:!1},shadowWidth:{type:String,default:"240.5"}},data:function(){return{buttonOpacity:.5}},computed:{maskUrl:function(){return"url(#".concat(this.id,")")},iconStyle:function(){return{color:this.disabled?"#bfbfbf":this.iconColor,"font-size":this.iconSize,left:"left"===this.iconOrientation?"5%":"",right:"right"===this.iconOrientation?"5px":""}},textStyle:function(){return{color:this.disabled?"#A9ACB3":this.textColor,left:this.icon?"57%":"50%",top:"55%",transform:"translate(-50%, -50%)"}},disabledClass:function(){return this.disabled?"#A9ACB3":this.iconColor}},methods:{onClick:function(){this.$emit("click")},toggleHoverState:function(e){this.buttonOpacity="mouseover"===e.type?"1":"0.2",this.$emit("".concat(e.type))}}},St=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"pyp-button",style:{width:"fit-content"},on:{click:e.onClick,mouseover:e.toggleHoverState,mouseout:e.toggleHoverState}},[n("svg",{attrs:{width:e.width,height:e.height,fill:"none",viewBox:e.viewBox}},[n("mask",{staticStyle:{"mask-type":"alpha"},attrs:{id:e.id,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"100%",height:"64"}},[n("rect",{attrs:{width:"100%",height:"100%",rx:"22",fill:"#FFF"}})]),e._v(" "),n("g",{attrs:{mask:e.maskUrl}},[n("rect",{attrs:{width:"100%",height:"100%",fill:e.color,"fill-opacity":e.buttonOpacity}}),e._v(" "),n("rect",{attrs:{width:"100%",height:"100%",rx:"22",fill:e.disabled?"#CFD2D8":e.color,"fill-opacity":"0.9"}}),e._v(" "),n("path",{attrs:{d:"M32.6557 10.2524C29.608 10.7313 27.9495 10.4516 27.4207 8.73073C26.8919 7.00985 28.7943 5.2741 32.3474 4.82071C35.565 4.41011 38.0156 5.55856 38.4575 6.99668C38.8995 8.4348 35.7035 9.77358 32.6557 10.2524Z",fill:"white","fill-opacity":"0.4"}}),e._v(" "),n("path",{attrs:{d:"M18.1707 22.8689C14.351 27.162 12.5875 30.4154 9.63734 27.5449C6.68719 24.6744 7.24964 19.1151 11.8357 14.3204C15.9887 9.97829 21.0044 9.59971 23.4698 11.9985C25.9352 14.3973 21.9904 18.5759 18.1707 22.8689Z",fill:"white","fill-opacity":"0.4"}}),e._v(" "),n("path",{attrs:{opacity:"0.32",d:"M0 58C0 58 3.99766 61.6364 23.8713 61.6364C43.7449 61.6364 60.775 61.1818 92.6021 61.1818C134.028 61.1818 182.092 61.6364 203.723 61.6364C232.702 61.6364 58.9091 58.9091V64H0V58Z",fill:"white"}}),e._v(" "),n("path",{attrs:{opacity:"0.08",d:"M0.5 24C0.5 33.0707 12.959 48.5 47.7131 50.5C82.4672 52.5 127.057 34.4059 183.451 29C226.371 24.8857 240.5 34 "+e.shadowWidth+" 34V64H0.5V24Z",fill:"black"}})]),e._v(" "),n("defs",[n("radialGradient",{attrs:{id:"paint0_radial_646_16478",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(92.5 22) rotate(91.08) scale(26.8173 112.733)"}},[n("stop",{attrs:{"stop-color":"white"}}),e._v(" "),n("stop",{attrs:{offset:"1","stop-color":"#FBE8EF","stop-opacity":"0"}}),e._v(" "),n("stop",{attrs:{offset:"1","stop-color":"white","stop-opacity":"0"}})],1)],1)]),e._v(" "),n("izzi-icon",{style:e.iconStyle,attrs:{size:e.iconSize,icon:e.icon}}),e._v(" "),n("span",{staticClass:"button-text",style:e.textStyle},[e._v(e._s(e.$t(""+e.text)))])],1)};St._withStripped=!0;var Ct=q(kt,St,[],!1,(function(e){n('./node_modules/vue-style-loader/index.js!./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/style-compiler/index.js?{"optionsId":"0","vue":true,"id":"data-v-f4852e0e","scoped":true,"sourceMap":false}!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/lib/selector.js?type=styles&index=0!./src/pyp/scripts/components/pyp-button.vue')}),"data-v-f4852e0e",null);Ct.options.__file="src/pyp/scripts/components/pyp-button.vue";var Tt=Ct.exports,$t={name:"pyp-button-circle",extends:Tt,props:{width:{type:String,default:"44"},height:{type:String,default:"44"},iconColor:{type:String,default:"#000"},iconSize:{type:String,default:"24"},disabled:{type:Boolean,default:!1}},data:function(){return{buttonOpacity:"0.9"}},computed:{iconStyle:function(){return{left:"left"===this.iconOrientation?"10%":""}}},methods:{toggleHoverState:function(e){this.disabled||(this.buttonOpacity="mouseover"===e.type?"1":"0.9")}}},Et=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"pyp-button-circle",style:{width:e.width+"px",height:e.height+"px"},on:{click:function(t){return e.$emit("click",t)},mouseover:e.toggleHoverState,mouseout:e.toggleHoverState}},[n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 44 44",fill:"none"}},[n("mask",{staticStyle:{"mask-type":"alpha"},attrs:{id:e.id,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"44",height:"44"}},[n("rect",{attrs:{width:"100%",height:"100%",rx:"22",fill:"white"}})]),e._v(" "),n("g",{attrs:{mask:e.maskUrl}},[n("rect",{attrs:{width:"100%",height:"100%",fill:e.disabled?"#CFD2D8":e.color,"fill-opacity":e.buttonOpacity}}),e._v(" "),n("path",{attrs:{opacity:"0.08",d:"M0 18C0 25.0923 3.66667 32.3 11.0003 33.6C19.5592 35.1172 22.3576 29.9798 30.7083 25.8C38.5 21.9 44 23.2 44 23.2V44H0V18Z",fill:"black"}}),e._v(" "),n("path",{attrs:{d:"M13 16C10.234 18.862 8.8564 22.4269 6.72009 20.5133C4.58378 18.5996 4.99107 14.8934 8.31198 11.6969C11.3194 8.80218 14.9514 8.54979 16.7367 10.149C18.522 11.7482 15.766 13.138 13 16Z",fill:"white","fill-opacity":"0.4"}}),e._v(" "),n("path",{attrs:{d:"M20.7874 9.16828C19.2784 9.48751 18.4572 9.30108 18.1953 8.15382C17.9335 7.00657 18.8755 5.8494 20.6347 5.54714C22.2279 5.27341 23.4413 6.03904 23.6601 6.99779C23.8789 7.95653 22.2964 8.84905 20.7874 9.16828Z",fill:"white","fill-opacity":"0.4"}})])]),e._v(" "),n("span",{staticClass:"button-text",style:e.textStyle},[e._v(e._s(e.$t(""+e.text)))]),e._v(" "),n("izzi-icon",{style:{color:e.disabled?"#A9ACB3":e.iconColor,opacity:e.disabled?.5:1},attrs:{size:e.iconSize,icon:e.icon}})],1)};Et._withStripped=!0;var Ot=q($t,Et,[],!1,(function(e){n('./node_modules/vue-style-loader/index.js!./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/style-compiler/index.js?{"optionsId":"0","vue":true,"id":"data-v-4fbe7dd4","scoped":true,"sourceMap":false}!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/lib/selector.js?type=styles&index=0!./src/pyp/scripts/components/pyp-button-circle.vue')}),"data-v-4fbe7dd4",null);Ot.options.__file="src/pyp/scripts/components/pyp-button-circle.vue";var Pt=Ot.exports,At={name:"pyp-instructions",props:{config:{type:Object,default:function(){}},muted:{type:Boolean,default:!1},showHelp:{type:Boolean,default:!1}},data:function(){return{helpBoxVisible:!1,helpTextVisible:!1}},components:{"pyp-button-circle":Pt},methods:{openHelp:function(){this.helpTextVisible=!0}}},zt=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"pyp-instructions"},[n("div",{staticClass:"box"},[n("pyp-button-circle",{staticClass:"ps-instructions__close",attrs:{id:"pyp_instructions",icon:"close","icon-size":"16",color:"#67696E",iconColor:"#FFFFFF"},on:{click:function(t){return e.$emit("close-instructions-tooltip")}}}),e._v(" "),n("span",{staticClass:"arrow"}),e._v(" "),e.config.instructions.audio.path?n("audio-player",{ref:"audio-instruction",attrs:{controls:"tiny",autoplay:e.config.instructions.autoplayAudio,muted:e.muted,src:e.config.instructions.audio.path}}):e._e(),e._v(" "),e.config.instructions.text?n("div",{staticClass:"instructions-text",domProps:{innerHTML:e._s(e.config.instructions.text)}}):e._e(),e._v(" "),e.showHelp?n("div",{staticClass:"help-box"},[e.helpTextVisible?e._e():n("div",{staticClass:"show-help",on:{click:e.openHelp}},[n("span",[e._v(e._s(e.$t("pyp.showHelp")))])]),e._v(" "),e.helpTextVisible?n("div",{staticClass:"help-text"},[n("div",{staticClass:"title"},[e._v(e._s(e.$t("pyp.help")))]),e._v(" "),n("div",{staticClass:"content"},[n("div",{staticClass:"description text"},[n("span",{domProps:{innerHTML:e._s(e.config.hint.text)}})]),e._v(" "),n("div",{staticClass:"description audio"},[e.config.hint.audio.path?n("audio-player",{ref:"help-audio-instruction",attrs:{controls:"tiny",src:e.config.hint.audio.path}}):e._e()],1)])]):e._e()]):e._e()],1)])};zt._withStripped=!0;var It=q(At,zt,[],!1,null,null,null);It.options.__file="src/pyp/scripts/components/pyp-instructions.vue";var Lt=It.exports,Mt=function(){var e=this.$createElement;this._self._c;return this._m(0)};Mt._withStripped=!0;var Dt=q({name:"PypHelpOffer"},Mt,[function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"pyp-help-offer"},[t("div",{staticClass:"box"},[t("span",{staticClass:"arrow"}),this._v(" "),t("div",{staticClass:"title"},[this._v("Trebaš li pomoć?")])])])}],!1,null,null,null);Dt.options.__file="src/pyp/scripts/components/pyp-help-offer.vue";var Ft=Dt.exports,Nt={methods:{calculateScore:function(e){var t={easy:1,medium:2,hard:3,explicit:e.weightFactor||4},n=e.difficulty||"medium",i=e.oldMaxScore||0,s=e.score-i;return s<=0?0:t[n]*(s/100)}}},Ht={name:"pyp-slider-bullets",props:{slides:{type:Array,required:!1},isPrevButtonVisible:{type:Boolean,required:!0},isNextButtonVisible:{type:Boolean,required:!0},isPrevDisabled:{type:Boolean,required:!0},isNextDisabled:{type:Boolean,required:!0},scorable:{type:Array,required:!0},overlay:{type:Boolean,default:!1},activeSlide:{type:Object,default:function(){}},allSlidesNonScorable:{type:Boolean,default:!1},openScoreScreen:{type:Boolean,default:!1},showHelpOffer:{type:Boolean,default:!0}},mixins:[Nt],components:{"pyp-button":Tt,"pyp-button-circle":Pt,"pyp-instructions":Lt,"pyp-help-offer":Ft},data:function(){return{isVisible:!1,offerHint:!1,hintVisible:!1,totalPointsWon:0,showTooltip:!1,activeTooltip:null,totalScore:0,scoreScreenVisible:!1,showHelp:!1,isSoundMuted:!1,instructionsTooltipActive:!0,audioStarted:!1}},computed:{buttonsVisible:function(){return window.matchMedia("(max-width: 600px)").matches?1:window.matchMedia("(max-width: 800px)").matches?2:window.matchMedia("(max-width: 1024px)").matches?3:5},scrollStyle:function(){return{left:window.matchMedia("(max-width: 600px)").matches?0===this.$parent.activeIndex?"31px":-37*this.$parent.activeIndex+33+"px":window.matchMedia("(max-width: 1099px)").matches?0===this.$parent.activeIndex?"71px":-37*this.$parent.activeIndex+71+"px":0===this.$parent.activeIndex?"141px":-50*this.$parent.activeIndex+141+"px"}},totalXpScore:function(){var e=this;return this.slides.forEach((function(t){t.scorable&&t.scorable.maxXpScore&&(e.totalScore+=t.scorable.maxXpScore)})),this.totalScore},scoreIcon:function(){return this.allSlidesNonScorable?"finish-flag":"clover"},slideInstructionsTooltipVisible:function(){return this.instructionsTooltipActive&&this.instructionsEnabled},audioInstructionEnabled:function(){return!!this.activeSlide.$parent.$parent.config.instructions.audio.id},instructionsEnabled:function(){var e,t,n=this.activeSlide.$parent.$parent;return null==n||null===(e=n.config)||void 0===e||null===(t=e.instructions)||void 0===t?void 0:t.enabled},instructionsStyle:function(){return{right:this.audioInstructionEnabled?"0":"-44px"}},helpTooltipStyle:function(){return{right:this.audioInstructionEnabled?"13px":"-30px"}},audioInstructionsPath:function(){return this.activeSlide.$parent.$parent.config.instructions.audio.path}},methods:{toggleTooltip:function(e,t,n){t.scorable&&(!t.scorable.oldXpScore&&0!==t.scorable.oldXpScore||!t.scorable.maxXpScore&&0!==t.scorable.maxXpScore||(this.activeTooltip=n,this.showTooltip="mouseover"===e.type))},bulletClass:function(e,t){var n={"is-virgin":4===e.status,"is-resolved-forever":1===e.status||e.scorable&&e.scorable.submittedCount||e.scorable&&e.scorable.oldMaxScore&&e.scorable.oldMaxScore>50,"btn-2":t!==this.$parent.activeIndex,"is-active":t===this.$parent.activeIndex,"non-scorable":!e.scorable,"non-scorable-seen":!e.scorable&&t<this.$parent.activeIndex};return n["is-status-".concat(e.status)]=!0,n},answerClass:function(e){var t,n,i,s;return console.log("answer class: ",e),{default:!e.scorable.oldMaxScore&&!e.scorable.oldXpScore&&!e.scorable.score,won:100===(null==e||null===(t=e.scorable)||void 0===t?void 0:t.oldMaxScore)&&(1===e.status||4===e.status||!e.status),half:(null==e||null===(n=e.scorable)||void 0===n?void 0:n.oldMaxScore)>0&&(null==e||null===(i=e.scorable)||void 0===i?void 0:i.oldMaxScore)<100&&(2===e.status||4===e.status||!e.status),lost:0===(null==e||null===(s=e.scorable)||void 0===s?void 0:s.oldMaxScore)&&(3===e.status||4===e.status||!e.status)}},repeatingIndicator:function(e){var t,n,i,s,o="repeating-indicator";return 100!==(null==e||null===(t=e.scorable)||void 0===t?void 0:t.oldMaxScore)||4!==e.status&&e.status?0!==(null==e||null===(n=e.scorable)||void 0===n?void 0:n.oldMaxScore)||4!==e.status&&e.status?(null==e||null===(i=e.scorable)||void 0===i?void 0:i.oldMaxScore)>0&&(null==e||null===(s=e.scorable)||void 0===s?void 0:s.oldMaxScore)<100&&(4===e.status||!e.status)?"".concat(o,"-half"):"default":"".concat(o,"-lost"):"".concat(o,"-success")},prev:function(){this.$emit("goto-previous")},next:function(){this.$emit("goto-next")},goto:function(e,t){this.$emit("goto-slide",t)},showScore:function(){this.scoreScreenVisible=!this.scoreScreenVisible,this.emitScore(),this.$emit("toggle-score-screen")},calculateSlidesScore:function(e){console.log("result: ",e),console.log("calculateScore: ",this.calculateScore(e));var t=Math.floor(this.calculateScore(e));console.log("score: ",t),this.totalPointsWon+=t},getScorePercentage:function(){return this.totalPointsWon?Math.floor(this.totalPointsWon/this.totalXpScore*100):0},emitScore:function(){this.$emit("calculate-score",{totalXpScore:Math.floor(this.totalXpScore),score:Math.floor(this.totalPointsWon),percentage:this.getScorePercentage()})},toggleInstructions:function(){this.instructionsTooltipActive=!this.instructionsTooltipActive,this.$emit("toggle-instructions")},toggleAudio:function(){this.audioInstructionEnabled&&(this.audioStarted=!this.audioStarted,this.audioStarted?this.$refs["slide-audio-instruction"].play():this.$refs["slide-audio-instruction"].pause())}},mounted:function(){var e=this;d.$on("toggle-score-screen",this.showScore),d.$on("reset-game",(function(){e.scoreScreenVisible=!1})),window.addEventListener("izzi:analytics",(function(t){console.log("calculate score: ",t),t.detail.result&&e.calculateSlidesScore(t.detail.result)})),window.addEventListener("izzi:getOldMaxScore",(function(t){console.log("get old max score: ",t.detail),e.totalPointsWon+=t.detail.oldXp,e.emitScore()})),d.$on("pyp:show-help-offer",(function(){e.showHelp=!0})),d.$on("toggle-sound",(function(t){e.isSoundMuted=t}))},watch:{openScoreScreen:function(e){e&&this.showScore()}}},Bt=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"ps-footer__nav"},[e.overlay?n("section",{staticClass:"disabled-overlay"}):e._e(),e._v(" "),n("div",{staticClass:"ps-bullets"},[n("div",{staticClass:"ps-bullets__scroll"},[n("div",{staticClass:"connector-line"}),e._v(" "),e._l(e.slides,(function(t,i){return n("button",{key:t.blockId,staticClass:"ps-bullet btn-icon",class:e.bulletClass(t,i),attrs:{disabled:e.$parent.config.isBlocking},on:{click:function(n){return e.goto(t,i)},mouseover:function(n){return e.toggleTooltip(n,t,i)},mouseout:function(n){return e.toggleTooltip(n,t,i)}}},[t.scorable?n("izzi-icon",{staticClass:"repeating-indicator",attrs:{icon:e.repeatingIndicator(t),size:"12"}}):e._e(),e._v(" "),e.showTooltip&&e.activeTooltip===i?n("div",{staticClass:"status-tooltip",class:e.answerClass(t)},[n("p",[e._v(e._s(e.$t("pyp.exercise")+" "+(i+1)))]),e._v(" "),n("div",{staticClass:"points-info"},[n("izzi-icon",{attrs:{icon:"clover"}}),e._v(" "),n("p",[e._v("\n              "+e._s(Math.floor(t.scorable.oldXpScore)+" / "+t.scorable.maxXpScore)+"\n            ")])],1)]):e._e()],1)}))],2),e._v(" "),n("div",{staticClass:"show-score",class:{active:e.scoreScreenVisible},on:{click:e.showScore}},[n("izzi-icon",{attrs:{icon:e.scoreIcon,size:"22"}}),e._v(" "),e.allSlidesNonScorable?n("span",[e._v(e._s(e.$t("pyp.theEnd")))]):n("span",[e._v(e._s(e.totalPointsWon+" / "+e.totalXpScore))])],1)]),e._v(" "),e.instructionsEnabled?n("div",{staticClass:"ps-slide-instructions"},[e.showHelpOffer&&e.slideInstructionsTooltipVisible?n("pyp-help-offer",{style:e.helpTooltipStyle}):e._e(),e._v(" "),e.slideInstructionsTooltipVisible?n("pyp-instructions",{ref:"pyp-instructions",style:e.instructionsStyle,attrs:{showHelp:e.showHelp,muted:e.isSoundMuted,config:e.activeSlide.$parent.$parent.config},on:{"close-instructions-tooltip":e.toggleInstructions}}):e._e(),e._v(" "),e.showHelpOffer?n("div",{staticClass:"help-indicator"}):e._e(),e._v(" "),e.instructionsEnabled?n("pyp-button-circle",{staticClass:"instructions",attrs:{id:"pyp_nav_help",icon:"help","icon-size":"16",width:"30",height:"30",color:"#FFFFFF"},on:{click:e.toggleInstructions}}):e._e(),e._v(" "),e.audioInstructionEnabled?n("pyp-button-circle",{staticClass:"hearing",attrs:{id:"pyp_hearing",icon:"hearing","icon-size":"16",width:"30",height:"30",color:"#FFFFFF"},on:{click:e.toggleAudio}}):e._e(),e._v(" "),e.audioInstructionEnabled?n("audio-player",{ref:"slide-audio-instruction",attrs:{controls:"tiny",src:e.audioInstructionsPath}}):e._e()],1):e._e()])};Bt._withStripped=!0;var qt=q(Ht,Bt,[],!1,null,null,null);qt.options.__file="src/pyp/scripts/components/pyp-slider-nav.vue";var Rt=qt.exports,Vt={props:{isFinished:{type:Boolean,required:!0},scorable:{type:Array,required:!0}},mixins:[Nt],data:function(){return{userScore:0,totalScore:0}},watch:{isFinished:function(){this.isFinished&&this.calculateTotalScore()}},computed:{backgroundClass:function(){return""},characterClass:function(){return"level-1-1"},scorePercentage:function(){return this.userScore/this.totalScore}},methods:{calculateTotalScore:function(){var e=this;this.scorable.filter((function(e){return e})).forEach((function(t){var n=e.calculateScore({success:!0,difficulty:t.difficulty},e.scorable.length);e.totalScore+=n})),this.scorable.filter((function(e){return e&&e.isSolved})).forEach((function(t){var n=e.calculateScore({success:!0,difficulty:t.difficulty},e.scorable.length);e.userScore+=n}))},reset:function(){this.$emit("reset")}}},Ut=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"pyp-slider-finish"},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.isFinished,expression:"isFinished"}],staticClass:"ps-finish",class:e.backgroundClass},[n("div",{staticClass:"ps-finish__inner"},[n("div",{staticClass:"ps-finish__bubble"},[n("div",{staticClass:"ps-finish__stars"},[n("span",{staticClass:"quiz-star",class:{"quiz-star--full":parseInt(e.scorePercentage)>0}}),e._v(" "),n("span",{staticClass:"quiz-star",class:{"quiz-star--full":parseInt(e.scorePercentage)>20}}),e._v(" "),n("span",{staticClass:"quiz-star",class:{"quiz-star--full":parseInt(e.scorePercentage)>40}}),e._v(" "),n("span",{staticClass:"quiz-star",class:{"quiz-star--full":parseInt(e.scorePercentage)>60}}),e._v(" "),n("span",{staticClass:"quiz-star",class:{"quiz-star--full":parseInt(e.scorePercentage)>80}})]),e._v(" "),n("p",{staticClass:"ps-finish__message"},[e._v(e._s(e.$t("pyp.finishMessage")))]),e._v(" "),n("div",{staticClass:"ps-finish__character",class:e.characterClass}),e._v(" "),n("div",{staticClass:"ps-finish__pot"},[n("div",{staticClass:"ps-finish__score"},[e._v(e._s(e.userScore)+"/"+e._s(e.totalScore))])])])]),e._v(" "),n("button",{staticClass:"btn btn-1",attrs:{type:"button"},on:{click:e.reset}},[e._v("\n      "+e._s(e.$t("pyp.reset"))+"\n      "),n("izzi-icon",{attrs:{icon:"try-again"}})],1),e._v(" "),n("a",{staticClass:"btn btn-1",attrs:{href:""}},[e._v("\n      "+e._s(e.$t("pyp.exit"))+"\n      "),n("izzi-icon",{attrs:{icon:"close"}})],1)])])};Ut._withStripped=!0;var Wt=q(Vt,Ut,[],!1,null,null,null);Wt.options.__file="src/pyp/scripts/components/pyp-slider-finish.vue";var Gt=Wt.exports;var Xt=function(e){return null==e},Yt={name:"answer-success-tooltip",props:{isNextButtonVisible:{type:Boolean,required:!0},slide:{type:Object,default:function(){}}},components:{"pyp-button":Tt,"pyp-button-circle":Pt},computed:{pointsDefined:function(){return!Xt(this.slide.maxXpScore)}}},Zt=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"success"},[n("pyp-button-circle",{staticClass:"success-tooltip-close",attrs:{id:"pyp_correct_answer",icon:"close","icon-size":"16",width:"32",height:"32",color:"#67696E",iconColor:"#FFFFFF"},on:{click:function(t){return e.$emit("close-answer-tooltip")}}}),e._v(" "),n("svg",{attrs:{width:"142",height:"118",viewBox:"0 0 281 234",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("path",{attrs:{d:"M65.3377 26.1129C40.299 24.3232 19.3184 44.1436 20.6421 68.3376L11.4219 195.582C12.6536 218.193 32.1623 235.677 55.5502 233.872C134.295 233.872 195.359 232.566 239.027 229.194C260.082 227.568 276.188 209.14 276.988 188.77L280.955 58.5362C281.806 36.9017 269.834 27.4706 269.834 27.4706L65.3377 26.1129Z",fill:"#404040"}}),e._v(" "),n("path",{attrs:{d:"M45.6953 0.112616C20.6889 -1.68022 -0.264659 18.175 1.05738 42.4116L9.3316 192.109C10.5618 214.76 30.0408 230.155 54.2145 230.155C85.8923 230.155 175.255 228.211 234.841 223.595C255.869 221.966 272.315 205.367 273.114 184.961L277.991 53.2114C278.841 31.5389 261.818 13.1032 239.473 11.5013L45.6953 0.112616Z",fill:"#54CE80"}}),e._v(" "),n("path",{attrs:{d:"M53.2173 5.68318C28.1702 3.89417 7.1825 23.707 8.50669 47.892L14.5377 184.761C15.7699 207.364 35.8671 220.869 55.0257 220.869C82.9159 220.869 176.002 222.014 227.326 218.053C248.388 216.428 263.372 197.362 264.172 176.999L272.036 61.1706C272.887 39.5443 255.836 21.1478 233.455 19.5494L53.2173 5.68318Z",fill:"url(#paint0_radial_823_3721)"}}),e._v(" "),n("defs",[n("radialGradient",{attrs:{id:"paint0_radial_823_3721",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(139.362 113.297) rotate(90.2796) scale(101.646 126.866)"}},[n("stop",{attrs:{"stop-color":"#F8FFE2"}}),e._v(" "),n("stop",{attrs:{offset:"1","stop-color":"#CEFADE"}})],1)],1)]),e._v(" "),n("div",{staticClass:"description"},[n("div",{staticClass:"status"},[e._v(e._s(e.$t("pyp.correct"))+"!")]),e._v(" "),e.pointsDefined?n("div",{staticClass:"score"},[n("izzi-icon",{style:{color:"#FFFFFF"},attrs:{icon:"clover"}}),e._v(" "),n("span",[e._v(e._s(Math.floor(e.slide.oldXpScore)+" / "+e.slide.maxXpScore))])],1):e._e()])],1)};Zt._withStripped=!0;var Jt=q(Yt,Zt,[],!1,null,null,null);Jt.options.__file="src/pyp/scripts/components/answer-success-tooltip.vue";var Kt=Jt.exports,Qt={name:"answer-failed-tooltip",props:{isNextButtonVisible:{type:Boolean,required:!0},slide:{type:Object,default:function(){}}},components:{"pyp-button":Tt,"pyp-button-circle":Pt},computed:{pointsDefined:function(){return!Xt(this.slide.maxXpScore)},isSolutionButtonVisible:function(){var e,t;return(null===(e=this.slide)||void 0===e?void 0:e.submittedCount)>=(null===(t=this.slide)||void 0===t?void 0:t.failLimit)}},methods:{showSolution:function(){"function"==typeof this.slide.showSolution&&this.slide.showSolution()}}},en=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"failed",class:{"help-mode":e.isSolutionButtonVisible}},[n("pyp-button-circle",{staticClass:"failed-tooltip-close",attrs:{id:"pyp_correct_answer",icon:"close","icon-size":"16",width:"32",height:"32",color:"#67696E",iconColor:"#FFFFFF"},on:{click:function(t){return e.$emit("close-answer-tooltip")}}}),e._v(" "),n("svg",{attrs:{width:"248",height:"192",viewBox:"0 0 281 234",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("path",{attrs:{d:"M65.3377 26.1129C40.299 24.3232 19.3184 44.1436 20.6421 68.3376L11.4219 195.582C12.6536 218.193 32.1623 235.677 55.5502 233.872C134.295 233.872 195.359 232.566 239.027 229.194C260.082 227.568 276.188 209.14 276.988 188.77L280.955 58.5362C281.806 36.9017 269.834 27.4706 269.834 27.4706L65.3377 26.1129Z",fill:"#404040"}}),e._v(" "),n("path",{attrs:{d:"M45.6953 0.112616C20.6889 -1.68022 -0.264659 18.175 1.05738 42.4116L9.3316 192.109C10.5618 214.76 30.0408 230.155 54.2145 230.155C85.8923 230.155 175.255 228.211 234.841 223.595C255.869 221.966 272.315 205.367 273.114 184.961L277.991 53.2114C278.841 31.5389 261.818 13.1032 239.473 11.5013L45.6953 0.112616Z",fill:"#E24D52"}}),e._v(" "),n("path",{attrs:{d:"M53.2173 5.68318C28.1702 3.89417 7.1825 23.707 8.50669 47.892L14.5377 184.761C15.7699 207.364 35.8671 220.869 55.0257 220.869C82.9159 220.869 176.002 222.014 227.326 218.053C248.388 216.428 263.372 197.362 264.172 176.999L272.036 61.1706C272.887 39.5443 255.836 21.1478 233.455 19.5494L53.2173 5.68318Z",fill:"url(#paint0_radial_823_2143)"}}),e._v(" "),n("defs",[n("radialGradient",{attrs:{id:"paint0_radial_823_2143",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(139.362 113.297) rotate(90.2796) scale(101.646 126.866)"}},[n("stop",{attrs:{"stop-color":"#FFF0F0"}}),e._v(" "),n("stop",{attrs:{offset:"1","stop-color":"#FFCED1"}})],1)],1)]),e._v(" "),n("div",{staticClass:"description"},[n("div",{staticClass:"inline"},[n("div",{staticClass:"status"},[e._v(e._s(e.$t("pyp.incorrect")))]),e._v(" "),e.pointsDefined?n("div",{staticClass:"score"},[n("izzi-icon",{style:{color:"#FFFFFF"},attrs:{icon:"clover"}}),e._v("\n          "+e._s(Math.floor(e.slide.oldXpScore)+" / "+e.slide.maxXpScore)+"\n      ")],1):e._e()]),e._v(" "),n("div",[e._v(e._s(e.$t("pyp.continueOrTryAgain")))]),e._v(" "),e.isSolutionButtonVisible?n("pyp-button",{staticClass:"tooltip",attrs:{id:"pyp_failed_solution",text:"pyp.solution",color:"#FFFFFF",width:"194",height:"32"},on:{click:e.showSolution}}):e._e()],1)],1)};en._withStripped=!0;var tn=q(Qt,en,[],!1,null,null,null);tn.options.__file="src/pyp/scripts/components/answer-failed-tooltip.vue";var nn=tn.exports,sn={name:"AnswerHalfTooltip",props:{slide:{type:Object,default:function(){}}}},on=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",[n("svg",{attrs:{width:"248",height:"192",viewBox:"0 0 281 234",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("path",{attrs:{d:"M65.3377 26.1129C40.299 24.3232 19.3184 44.1436 20.6421 68.3376L11.4219 195.582C12.6536 218.193 32.1623 235.677 55.5502 233.872C134.295 233.872 195.359 232.566 239.027 229.194C260.082 227.568 276.188 209.14 276.988 188.77L280.955 58.5362C281.806 36.9017 269.834 27.4706 269.834 27.4706L65.3377 26.1129Z",fill:"#404040"}}),e._v(" "),n("path",{attrs:{d:"M45.6953 0.112616C20.6889 -1.68022 -0.264659 18.175 1.05738 42.4116L9.3316 192.109C10.5618 214.76 30.0408 230.155 54.2145 230.155C85.8923 230.155 175.255 228.211 234.841 223.595C255.869 221.966 272.315 205.367 273.114 184.961L277.991 53.2114C278.841 31.5389 261.818 13.1032 239.473 11.5013L45.6953 0.112616Z",fill:"#FFB439"}}),e._v(" "),n("path",{attrs:{d:"M53.2173 5.68318C28.1702 3.89417 7.1825 23.707 8.50669 47.892L14.5377 184.761C15.7699 207.364 35.8671 220.869 55.0257 220.869C82.9159 220.869 176.002 222.014 227.326 218.053C248.388 216.428 263.372 197.362 264.172 176.999L272.036 61.1706C272.887 39.5443 255.836 21.1478 233.455 19.5494L53.2173 5.68318Z",fill:"url(#paint0_radial_876_2543)"}}),e._v(" "),n("defs",[n("radialGradient",{attrs:{id:"paint0_radial_876_2543",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(139.362 113.297) rotate(90.2796) scale(101.646 126.866)"}},[n("stop",{attrs:{"stop-color":"#FFFEF0"}}),e._v(" "),n("stop",{attrs:{offset:"1","stop-color":"#FFE9CE"}})],1)],1)]),e._v(" "),n("div",{staticClass:"description"},[n("div",{staticClass:"status"},[e._v(e._s(e.$t("pyp.incomplete"))+"!")]),e._v(" "),n("div",{staticClass:"score"},[n("izzi-icon",{style:{color:"#FFFFFF"},attrs:{icon:"clover"}}),e._v(" "),n("span",[n("span",[e._v(e._s(Math.floor(e.slide.oldXpScore)+" / "+e.slide.maxXpScore))])])],1),e._v(" "),n("div",[e._v(e._s(e.$t("pyp.continueOrTryAgain")))])])])};on._withStripped=!0;var rn=q(sn,on,[],!1,null,null,null);rn.options.__file="src/pyp/scripts/components/answer-half-tooltip.vue";var an=rn.exports,ln={name:"pyp-answer-tooltip",props:{status:{type:String,default:"half"},isNextButtonVisible:{type:Boolean,required:!0},config:{type:Object,default:function(){}},slide:{type:Object,default:function(){}}},components:{success:Kt,failed:nn,half:an},methods:{gotoSlide:function(){this.$emit("goto-slide",this.$parent.activeIndex+1)}}},cn=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"pyp-result-container"},[n(e.status,{tag:"component",attrs:{isNextButtonVisible:e.isNextButtonVisible,config:e.config,slide:e.slide},on:{"reset-slides":function(t){return e.$emit("reset-slides")},"goto-slide":e.gotoSlide,"toggle-score-screen":function(t){return e.$emit("toggle-score-screen")},"close-answer-tooltip":function(t){return e.$emit("close-tooltip")}}})],1)};cn._withStripped=!0;var un=q(ln,cn,[],!1,null,null,null);un.options.__file="src/pyp/scripts/components/pyp-answer-tooltip.vue";var dn=un.exports,pn={name:"pyp-score",props:{scorable:{type:Array,default:function(){return[]}},points:{type:Object,default:function(){}}},mixins:[Nt],components:{"pyp-button":Tt},data:function(){return{character:null,score:0,percentage:0,upperStage:7,lowerStage:1,stage:0,stages:[[1,19],[20,39],[40,59],[60,79],[80,100]],scoreLevelText:{0:"pyp.text.scoringLevelZero",1:"pyp.text.scoringLevelOne",2:"pyp.text.scoringLevelTwo",3:"pyp.text.scoringLevelThree",4:"pyp.text.scoringLevelFour",5:"pyp.text.scoringLevelFive",6:"pyp.text.scoringLevelSix",7:"pyp.text.scoringLevelSeven"},scoreScreenStyle:{},nonScorableGame:!1}},computed:{cloverIcon:function(){return this.stage!==this.upperStage?"clover-1":"clover-2"},scoreDisplay:function(){return"".concat(this.points.score," / ").concat(this.points.totalXpScore)},scoreTextDisplay:function(){return this.scoreLevelText[this.stage]},characterImageRootPath:function(){return this.$root.dosData.isExport?"./profil":"/profil"}},methods:{inRange:function(e,t,n){return e>=t&&e<=n},setStage:function(){var e=this;this.stages.forEach((function(t,n){e.nonScorableGame?e.stage=0:e.points.percentage?100!==e.points.percentage?e.inRange(e.points.percentage,t[0],t[1])&&(e.stage=n+2):e.stage=e.upperStage:e.stage=e.lowerStage}))}},mounted:function(){this.nonScorableGame=this.scorable.every((function(e){return null==e})),this.character=this.$root.dosData.character,this.$parent.$el.offsetHeight>706&&(this.scoreScreenStyle={}),this.setStage()}},fn=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"pyp-score",class:{"non-scorable":e.nonScorableGame},style:e.scoreScreenStyle},[n("div",{staticClass:"content"},[e.stage?n("div",{staticClass:"score-shape"}):n("div",{staticClass:"non-scorable-shape"}),e._v(" "),e.stage?n("div",{staticClass:"progress-bar"},[n("div",{class:"progress-bar-"+e.stage}),e._v(" "),n("div",{staticClass:"clover",class:""+e.cloverIcon}),e._v(" "),n("div",{staticClass:"score-points-wrapper"},[n("span",{staticClass:"score-value"},[e._v(e._s(e.scoreDisplay))])])]):e._e(),e._v(" "),n("div",{staticClass:"character",class:["character-"+e.stage]},[n("img",{attrs:{src:e.characterImageRootPath+"/dist/pyp/images/game/1/characters/karli-"+e.stage+".gif",alt:""}}),e._v(" "),n("div",{staticClass:"chat-bubble"},[n("span",[e._v(e._s(e.$t(""+e.scoreTextDisplay)))])])])])])};fn._withStripped=!0;var hn=q(pn,fn,[],!1,null,null,null);hn.options.__file="src/pyp/scripts/components/pyp-score-screen.vue";var vn=hn.exports,mn={name:"pyp-start-screen",components:{"pyp-button-circle":Pt},props:{config:{type:Object,default:function(){}}},data:function(){return{audioStarted:!1}},computed:{startStyle:function(){var e={};return this.config.start.background&&this.config.start.background.src&&(e["background-image"]="url(".concat(this.config.start.background.src,")"),e["background-size"]="cover"),e},audioInstructions:function(){var e,t,n,i,s;return!(null===(e=this.config)||void 0===e||null===(t=e.instructions)||void 0===t||!t.audio||null===(n=this.config)||void 0===n||null===(i=n.instructions)||void 0===i||null===(s=i.audio)||void 0===s||!s.path)},audioAutoplay:function(){return this.config.instructions.autoplayAudio}},methods:{toggleAudio:function(){this.audioInstructions&&(this.audioStarted=!this.audioStarted,this.audioStarted?this.$refs["slider-audio-instruction"].play():this.$refs["slider-audio-instruction"].pause())}}},gn=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"ps-start",style:e.startStyle},[n("div",{staticClass:"content"},[n("svg",{staticClass:"game-title-bubble",attrs:{xmlns:"http://www.w3.org/2000/svg",width:"840",height:"302",viewBox:"0 0 840 302",fill:"none"}},[n("path",{attrs:{d:"M0 0H840C840 0 840 122.831 835.299 228.223C834.218 252.452 819.841 272.903 796.111 277.91C747.453 288.178 640.566 302 417.702 302C192.094 302 88.3885 287.836 42.795 277.533C21.2685 272.668 8.46019 254.2 6.99937 232.179C-0.000311046 126.664 0 0 0 0Z",fill:"#499DA4"}}),e._v(" "),n("path",{attrs:{d:"M13.9636 0H826.053C826.053 0 829.053 114.083 825.042 217.904C824.118 241.826 808.844 261.51 785.2 265.263C737.002 272.913 632.69 283 417.709 283C201.146 283 99.8361 272.764 54.3222 265.094C32.5194 261.42 18.5575 243.448 17.2173 221.379C10.9021 117.389 13.9636 0 13.9636 0Z",fill:"url(#paint0_radial_3172_8877)"}}),e._v(" "),n("defs",[n("radialGradient",{attrs:{id:"paint0_radial_3172_8877",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(408.747 147.866) rotate(90.6519) scale(143.343 417.18)"}},[n("stop",{attrs:{"stop-color":"#F5FFFF"}}),e._v(" "),n("stop",{attrs:{offset:"1","stop-color":"#CEF7FA"}})],1)],1)]),e._v(" "),e.config.start.title?n("h1",{staticClass:"pyp-slider__title-text"},[e._v("\n      "+e._s(e.config.start.title)+"\n    ")]):e._e(),e._v(" "),e.config.instructions.text?n("div",{staticClass:"pyp-slider__subtitle-text",domProps:{innerHTML:e._s(e.config.instructions.text)}}):e._e(),e._v(" "),e.audioInstructions?n("div",{staticClass:"audio-instructions"},[n("pyp-button-circle",{staticClass:"pyp-action-button",attrs:{id:"pyp_actions_sound",icon:"hearing",color:"#FFFFFF",width:"44",height:"44"},on:{click:e.toggleAudio}}),e._v(" "),e.audioInstructions?n("audio-player",{ref:"slider-audio-instruction",attrs:{autoplay:e.audioAutoplay,controls:"tiny",src:e.config.instructions.audio.path}}):e._e()],1):e._e(),e._v(" "),n("div",{staticClass:"ps-start__cta",on:{click:function(t){return e.$emit("click")}}},[n("svg",{staticStyle:{"border-radius":"50px"},attrs:{xmlns:"http://www.w3.org/2000/svg",width:"210",height:"80",viewBox:"0 0 200 74",fill:"none"}},[n("mask",{staticStyle:{"mask-type":"alpha"},attrs:{id:"mask0_3172_8899",maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"210",height:"80"}},[n("rect",{attrs:{x:"0.5",width:"210",height:"80",fill:"white"}})]),e._v(" "),n("g",{attrs:{mask:"url(#mask0_3172_8899)"}},[n("rect",{attrs:{x:"0.5",width:"210",height:"80",fill:"#7ED999"}}),e._v(" "),n("path",{attrs:{opacity:"0.08",d:"M1 26C1 36.8849 10.2923 55.4 36.2131 57.8C62.1339 60.2 95.3907 38.4871 137.451 32C169.462 27.0628 210 38 210 38V74H1V26Z",fill:"black"}}),e._v(" "),n("path",{attrs:{d:"M35.1562 13.2524C32.1085 13.7313 30.45 13.4516 29.9212 11.7307C29.3924 10.0099 31.2948 8.2741 34.8478 7.82071C38.0655 7.41011 40.5161 8.55856 40.958 9.99668C41.4 11.4348 38.2039 12.7736 35.1562 13.2524Z",fill:"white","fill-opacity":"0.4"}}),e._v(" "),n("path",{attrs:{d:"M20.6702 25.8689C16.8505 30.162 15.087 33.4154 12.1368 30.5449C9.1867 27.6744 9.74916 22.1151 14.3352 17.3204C18.4882 12.9783 23.5039 12.5997 25.9693 14.9985C28.4347 17.3973 24.49 21.5759 20.6702 25.8689Z",fill:"white","fill-opacity":"0.4"}}),e._v(" "),n("path",{attrs:{d:"M162.433 18.4558C166.346 22.8537 166.914 26.6886 168.408 25.2348C169.903 23.7811 169.774 19.9349 165.165 14.9366C160.991 10.4102 155.541 9.19283 154.292 10.4077C153.043 11.6226 158.52 14.0579 162.433 18.4558Z",fill:"white","fill-opacity":"0.4"}}),e._v(" "),n("path",{attrs:{opacity:"0.32",d:"M0.5 66C0.5 66 3.48159 70.8485 18.304 70.8485C33.1264 70.8485 45.828 70.2424 69.5657 70.2424C100.463 70.2424 136.31 70.8485 152.443 70.8485C174.057 70.8485 179.5 67.2121 210 67.2121V74H0.5V66Z",fill:"white"}})])]),e._v(" "),n("div",{staticClass:"button-content"},[n("span",{staticClass:"button-text"},[e._v(e._s(e.config.start.button.text))])])])])])};gn._withStripped=!0;var yn=q(mn,gn,[],!1,(function(e){n('./node_modules/vue-style-loader/index.js!./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/style-compiler/index.js?{"optionsId":"0","vue":true,"id":"data-v-2a502c3e","scoped":true,"sourceMap":false}!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/lib/selector.js?type=styles&index=0!./src/pyp/scripts/components/pyp-start-screen.vue')}),"data-v-2a502c3e",null);yn.options.__file="src/pyp/scripts/components/pyp-start-screen.vue";var bn=yn.exports,_n={name:"PypGlobalInstructions",props:{config:{type:Object,default:function(){}}},data:function(){return{audioStarted:!1}},components:{"pyp-button-circle":Pt},computed:{instructionsButtonText:function(){var e,t,n;return(null===(e=this.config)||void 0===e||null===(t=e.instructions)||void 0===t||null===(n=t.button)||void 0===n?void 0:n.text)||this.$t("pyp.continue")},audioInstructions:function(){var e,t,n,i,s;return!(null===(e=this.config)||void 0===e||null===(t=e.instructions)||void 0===t||!t.audio||null===(n=this.config)||void 0===n||null===(i=n.instructions)||void 0===i||null===(s=i.audio)||void 0===s||!s.path)},audioAutoplay:function(){return this.config.instructions.autoplayAudio}},methods:{toggleAudio:function(){this.audioInstructions&&(this.audioStarted=!this.audioStarted,this.audioStarted?this.$refs["global-audio-instruction"].play():this.$refs["global-audio-instruction"].pause())}}},jn=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"ps-global-instructions"},[n("div",{staticClass:"content"},[n("svg",{staticClass:"game-title-bubble",attrs:{xmlns:"http://www.w3.org/2000/svg",width:"840",height:"302",viewBox:"0 0 840 302",fill:"none"}},[n("path",{attrs:{d:"M0 0H840C840 0 840 122.831 835.299 228.223C834.218 252.452 819.841 272.903 796.111 277.91C747.453 288.178 640.566 302 417.702 302C192.094 302 88.3885 287.836 42.795 277.533C21.2685 272.668 8.46019 254.2 6.99937 232.179C-0.000311046 126.664 0 0 0 0Z",fill:"#499DA4"}}),e._v(" "),n("path",{attrs:{d:"M13.9636 0H826.053C826.053 0 829.053 114.083 825.042 217.904C824.118 241.826 808.844 261.51 785.2 265.263C737.002 272.913 632.69 283 417.709 283C201.146 283 99.8361 272.764 54.3222 265.094C32.5194 261.42 18.5575 243.448 17.2173 221.379C10.9021 117.389 13.9636 0 13.9636 0Z",fill:"url(#paint0_radial_3172_8877)"}}),e._v(" "),n("defs",[n("radialGradient",{attrs:{id:"paint0_radial_3172_8877",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(408.747 147.866) rotate(90.6519) scale(143.343 417.18)"}},[n("stop",{attrs:{"stop-color":"#F5FFFF"}}),e._v(" "),n("stop",{attrs:{offset:"1","stop-color":"#CEF7FA"}})],1)],1)]),e._v(" "),e.config.instructions.text?n("h1",{staticClass:"pyp-slider__title-text",domProps:{innerHTML:e._s(e.config.instructions.text)}}):e._e(),e._v(" "),e.audioInstructions?n("div",{staticClass:"audio-instructions"},[n("pyp-button-circle",{staticClass:"pyp-action-button",attrs:{id:"pyp_actions_sound",icon:"hearing",color:"#FFFFFF",width:"44",height:"44",disabled:!e.audioInstructions},on:{click:e.toggleAudio}}),e._v(" "),e.audioInstructions?n("audio-player",{ref:"global-audio-instruction",attrs:{controls:"tiny",autoplay:e.audioAutoplay,muted:e.muted,src:e.config.instructions.audio.path}}):e._e()],1):e._e(),e._v(" "),n("div",{staticClass:"ps-continue__cta",on:{click:function(t){return e.$emit("click")}}},[n("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"210",height:"80",fill:"none"}},[n("g",{attrs:{filter:"url(#a)"}},[n("g",{attrs:{"clip-path":"url(#b)"}},[n("path",{attrs:{fill:"#2A2C2D",d:"M65.034 44.888c-.728.13-1.334-.093-1.82-.672-1.25-1.475-2.828-3.659-4.732-6.552-2.072-2.93-3.537-4.919-4.396-5.964.02.747.066 2.408.14 4.984.075 2.557.112 4.685.112 6.384 0 .541-.196 1.008-.588 1.4-.373.373-.83.56-1.372.56a1.96 1.96 0 0 1-1.4-.56 1.96 1.96 0 0 1-.56-1.4c0-1.643-.056-4.293-.168-7.952-.093-3.677-.102-6.459-.028-8.344.02-.541.224-.999.616-1.372.392-.373.86-.55 1.4-.532.262.019.514.075.756.168.355.112.663.317.924.616.318.392.831 1.017 1.54 1.876.71.84 1.242 1.475 1.596 1.904 1.046 1.083 2.595 3.08 4.648 5.992l1.344 1.932c.056-4.33.066-7.85.028-10.556 0-.541.187-.999.56-1.372.374-.392.831-.588 1.372-.588.542-.019 1 .159 1.372.532.392.373.598.83.616 1.372.02 2.539-.009 7.943-.084 16.212-.018.523-.205.97-.56 1.344a2 2 0 0 1-1.316.588Zm4.34-1.036c-.224-.504-.234-.999-.028-1.484l6.272-16.156c.15-.355.382-.644.7-.868a1.97 1.97 0 0 1 1.064-.364c.41-.075.812 0 1.204.224.41.205.718.504.924.896l2.072 5.152 2.436 6.02 1.932 5.04a1.856 1.856 0 0 1-.028 1.512c-.206.485-.57.83-1.092 1.036a1.933 1.933 0 0 1-1.512 0 1.98 1.98 0 0 1-1.064-1.064L80.63 40.1a86.109 86.109 0 0 0-6.216.056l-1.372 3.696c-.224.485-.588.84-1.092 1.064a1.933 1.933 0 0 1-1.512 0 1.98 1.98 0 0 1-1.064-1.064Zm6.664-7.7h3.08l-1.484-4.032-1.596 4.032Zm18.606 9.1c-1.437.037-2.735-.187-3.892-.672-1.157-.485-2.072-1.195-2.744-2.128-.672-.933-1.008-2.016-1.008-3.248 0-.747.215-1.325.644-1.736.43-.43.915-.644 1.456-.644.541 0 .98.196 1.316.588.336.373.504.793.504 1.26 0 .467.028.859.084 1.176.056.299.196.579.42.84.43.523 1.521.784 3.276.784.952 0 1.764-.196 2.436-.588.672-.392 1.008-.952 1.008-1.68 0-.485-.392-.952-1.176-1.4-.541-.299-1.745-.765-3.612-1.4-2.034-.672-3.565-1.447-4.592-2.324-1.026-.896-1.54-2.11-1.54-3.64 0-1.176.336-2.203 1.008-3.08.672-.877 1.55-1.55 2.632-2.016a8.877 8.877 0 0 1 3.5-.7 9.426 9.426 0 0 1 3.668.616c1.176.448 2.119 1.092 2.828 1.932.728.821 1.092 1.755 1.092 2.8a1.99 1.99 0 0 1-.616 1.456c-.41.392-.886.588-1.428.588-.373 0-.737-.112-1.092-.336-.355-.224-.579-.504-.672-.84-.112-.448-.28-.793-.504-1.036a3.158 3.158 0 0 0-.84-.672 6.412 6.412 0 0 0-1.26-.56c-.373-.112-.905-.168-1.596-.168-.821 0-1.502.159-2.044.476-.523.299-.784.69-.784 1.176 0 .616.299 1.12.896 1.512.616.392 1.475.765 2.576 1.12 2.128.71 3.547 1.26 4.256 1.652 1.176.653 2.007 1.344 2.492 2.072.486.728.728 1.643.728 2.744 0 1.176-.354 2.23-1.064 3.164-.709.915-1.642 1.633-2.8 2.156a8.694 8.694 0 0 1-3.556.756Zm17.883-2.184a1.92 1.92 0 0 1-.616 1.372c-.374.373-.831.56-1.372.56a1.957 1.957 0 0 1-1.932-1.988c.018-.579.009-3.22-.028-7.924-.019-2.52.018-4.63.112-6.328-1.494 0-2.754.01-3.78.028a1.96 1.96 0 0 1-1.988-1.932c0-.541.186-.999.56-1.372.373-.392.83-.597 1.372-.616 1.176-.019 3.108-.028 5.796-.028 2.688-.019 4.62-.028 5.796-.028a1.96 1.96 0 0 1 1.4.56c.392.373.588.83.588 1.372.018.523-.159.99-.532 1.4-.374.392-.822.588-1.344.588-1.176 0-2.492.01-3.948.028-.094 1.624-.131 3.724-.112 6.3.037 4.76.046 7.43.028 8.008Zm3.823.784c-.224-.504-.233-.999-.028-1.484l6.272-16.156c.15-.355.383-.644.7-.868a1.973 1.973 0 0 1 1.064-.364c.411-.075.812 0 1.204.224.411.205.719.504.924.896l2.072 5.152 2.436 6.02 1.932 5.04a1.854 1.854 0 0 1-.028 1.512c-.205.485-.569.83-1.092 1.036a1.933 1.933 0 0 1-1.512 0 1.982 1.982 0 0 1-1.064-1.064l-1.624-3.696a86.116 86.116 0 0 0-6.216.056l-1.372 3.696c-.224.485-.588.84-1.092 1.064a1.933 1.933 0 0 1-1.512 0 1.982 1.982 0 0 1-1.064-1.064Zm6.664-7.7h3.08l-1.484-4.032-1.596 4.032Zm17.53 8.876a1.856 1.856 0 0 1-1.512.028 1.873 1.873 0 0 1-1.064-1.036 96.566 96.566 0 0 1-1.96-4.928l-2.184-6.02a711.718 711.718 0 0 0-2.044-5.572 1.95 1.95 0 0 1 .084-1.484c.224-.504.588-.84 1.092-1.008a1.865 1.865 0 0 1 1.484.056c.504.224.849.588 1.036 1.092l2.156 5.908c.877 2.52 1.577 4.461 2.1 5.824 1.792-5.04 3.313-8.997 4.564-11.872.205-.485.56-.83 1.064-1.036a1.79 1.79 0 0 1 1.484.028c.504.205.859.56 1.064 1.064a1.858 1.858 0 0 1-.028 1.512 84.61 84.61 0 0 0-2.24 5.432l-2.128 5.88a197.726 197.726 0 0 1-1.792 4.928 1.823 1.823 0 0 1-.896 1.036c-.093.075-.187.13-.28.168Zm11.039.056a2.015 2.015 0 0 1-1.4-.532 1.916 1.916 0 0 1-.616-1.372c0-.485.149-.915.448-1.288.317-.392.709-.625 1.176-.7.018-3.248.009-7.364-.028-12.348a1.944 1.944 0 0 1-1.12-.672 1.892 1.892 0 0 1-.448-1.26c0-.541.196-.999.588-1.372a1.96 1.96 0 0 1 1.4-.56l3.164.028c.541 0 .998.196 1.372.588.373.392.56.859.56 1.4 0 .467-.159.877-.476 1.232a1.961 1.961 0 0 1-1.148.672c.056 4.91.074 8.979.056 12.208.466.075.849.29 1.148.644.317.355.485.765.504 1.232 0 .541-.187 1.008-.56 1.4a1.826 1.826 0 0 1-1.344.616l-3.276.084Z"}}),e._v(" "),n("mask",{staticStyle:{"mask-type":"alpha"},attrs:{id:"c",width:"206",height:"74",x:"0",y:"0",maskUnits:"userSpaceOnUse"}},[n("path",{attrs:{fill:"#fff",d:"M0 0h206v74H0z"}})]),e._v(" "),n("g",{attrs:{mask:"url(#c)"}},[n("path",{attrs:{fill:"#fff",d:"M0 0h206v74H0z"}}),e._v(" "),n("path",{attrs:{fill:"#000",d:"M.5 26c0 10.885 10.694 29.4 40.525 31.8 29.83 2.4 68.103-19.313 116.508-25.8 36.84-4.937 48.967 6 48.967 6v36H.5V26Z",opacity:".08"}}),e._v(" "),n("path",{attrs:{fill:"#fff","fill-opacity":".4",d:"M34.656 13.252c-3.047.48-4.706.2-5.235-1.521-.529-1.721 1.374-3.457 4.927-3.91 3.218-.41 5.668.738 6.11 2.176.442 1.438-2.754 2.777-5.802 3.255ZM20.17 25.869c-3.82 4.293-5.583 7.546-8.533 4.676-2.95-2.87-2.388-8.43 2.198-13.225 4.153-4.342 9.169-4.72 11.634-2.322 2.466 2.4-1.479 6.578-5.299 10.87ZM188.933 18.456c3.913 4.398 4.481 8.233 5.975 6.779 1.495-1.454 1.366-5.3-3.243-10.298-4.174-4.527-9.624-5.744-10.873-4.53-1.249 1.216 4.228 3.65 8.141 8.049Z"}}),e._v(" "),n("path",{attrs:{fill:"#fff",d:"M0 66s3.431 4.849 20.49 4.849c17.058 0 31.675-.607 58.993-.607 35.558 0 76.812.606 95.379.606 24.874 0 31.138-3.636 31.138-3.636V74H0v-8Z",opacity:".32"}})])])]),e._v(" "),n("defs",[n("clipPath",{attrs:{id:"b"}},[n("rect",{attrs:{width:"206",height:"74",fill:"#fff",rx:"37"}})]),e._v(" "),n("filter",{attrs:{id:"a",width:"210",height:"80",x:"0",y:"0","color-interpolation-filters":"sRGB",filterUnits:"userSpaceOnUse"}},[n("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),e._v(" "),n("feColorMatrix",{attrs:{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}}),e._v(" "),n("feOffset",{attrs:{dx:"4",dy:"6"}}),e._v(" "),n("feColorMatrix",{attrs:{values:"0 0 0 0 0.192157 0 0 0 0 0.192157 0 0 0 0 0.192157 0 0 0 0.4 0"}}),e._v(" "),n("feBlend",{attrs:{in2:"BackgroundImageFix",result:"effect1_dropShadow_2964_4732"}}),e._v(" "),n("feBlend",{attrs:{in:"SourceGraphic",in2:"effect1_dropShadow_2964_4732",result:"shape"}})],1)])]),e._v(" "),n("div",{staticClass:"button-content"},[n("span",{staticClass:"button-text"},[e._v(e._s(e.instructionsButtonText))])])])])])};jn._withStripped=!0;var wn=q(_n,jn,[],!1,null,null,null);wn.options.__file="src/pyp/scripts/components/pyp-global-instructions.vue";var xn=wn.exports,kn={name:"pyp-slider",props:{"block-id":String,config:Object},components:{"pyp-slider-nav":Rt,"pyp-slider-finish":Gt,"pyp-answer-tooltip":dn,"pyp-score-screen":vn,"pyp-start-screen":bn,"pyp-global-instructions":xn},data:function(){return{activeIndex:0,slidesCount:0,slides:[],isStarted:!1,isFinished:!1,isFullscreen:!1,areInstructionsTooltipVisible:!0,areGlobalInstructionsVisible:!1,timeRemaining:0,isAnswerTooltipVisible:!1,isScoreScreenVisible:!1,isStartScreenVisible:!0,slideStatus:"",points:{},resolvedSlide:{},activeSlide:null,showHelpOffer:!1,score:null,allSlidesAreNonScorable:!1,openScoreScreen:!1,startScreenConfig:{}}},computed:{elClass:function(){return{"is-started":this.isStarted,"is-color-1":1===this.config.backgroundVariant,"is-color-2":2===this.config.backgroundVariant,"is-color-3":3===this.config.backgroundVariant}},startStyle:function(){var e={};return this.config.start.background&&this.config.start.background.src&&(e["background-image"]="url(".concat(this.config.start.background.src,")")),e},isPrevDisabled:function(){return 0===this.activeIndex},isNextDisabled:function(){var e;return!(!this.config.isBlocking||!this.activeScorable||(null===(e=this.activeScorable)||void 0===e?void 0:e.submittedCount)>=2||this.activeScorable.isSolved)},activeScorable:function(){return this.scorable[this.activeIndex]},isPrevButtonVisible:function(){return!this.isFinished},isNextButtonVisible:function(){return this.activeIndex+1<this.slides.length},isAdvanceButtonVisible:function(){var e,t;return(null===(e=this.activeScorable)||void 0===e?void 0:e.isSolved)||(null===(t=this.activeScorable)||void 0===t?void 0:t.submittedCount)>=2},isFinishButtonVisible:function(){return this.activeIndex==this.slides.length-1&&this.actualScorable.length},scorable:function(){return this.slides.map((function(e){return e.scorable||null})).flat()},actualScorable:function(){return this.scorable.filter((function(e){return e}))},blocks:function(){return this.slides.map((function(e){return e.slides.length&&e.slides[0]}))},activeBlock:function(){return this.blocks[this.activeIndex]},timestampRemaining:function(){return this.secondsToTimestamp(this.timeRemaining)}},created:function(){this.startScreenConfig=this.config},mounted:function(){var e=this;this.createSlides(),this.slides[0].show(),this.activeSlide=this.slides[0].$children[0].$children[0],this.checkIfAllSlidesAreNonScorable(this.scorable),document.body.classList.add("is-color-variant-".concat(this.config.frameColor||1)),document.body.classList.add("is-background-variant-".concat(this.config.backgroundVariant||1)),this.config.start.isEnabled||this.start(),d.$on("pyp:validate",(function(t){console.log("validate 2: ",t),e.showHelpOffer=t.isShowSolution,e.toggleAnswerTooltip(t)})),d.$on("pyp:reset-slide",(function(t){e.isAnswerTooltipVisible=!1,t||e.gotoSlide(0)})),d.$on("pyp:toggle-fullscreen",(function(t){e.toggleFullscreen(t)})),d.$on("pyp:toggle-global-instructions",(function(t){e.toggleGlobalInstructions(t)})),d.$on("goto-slide",(function(t){e.gotoSlide(t)})),d.$on("reset-game",(function(){e.resetGame()}))},methods:{createSlides:function(){var e=this.$children.filter((function(e){return"pyp-slide"==e.$options._componentTag}));this.config.slidesLimit?this.slidesCount=this.config.slidesLimit:this.slidesCount=e.length;var t=e.slice(0,this.slidesCount);this.slides=this.config.randomize?xt(t):t},start:function(){this.isStartScreenVisible=!this.isStartScreenVisible,this.isStarted=!0,this.slides[0].show(),this.config.timeLimit&&(this.timeRemaining=this.config.timeLimit,this.startTimer()),this.notifyComponents(),d.$emit("pyp:start-game",this.config)},startTimer:function(){var e=this;this.timeRemaining--,this.timeRemaining?this.timer=setTimeout((function(){e.startTimer()}),1e3):(this.scorable.filter((function(e){return e&&!e.isSubmitted})).forEach((function(e){e.submitAnswer()})),this.finish())},stopTimer:function(){clearTimeout(this.timer)},prev:function(){this.slides[this.activeIndex].hide(),this.activeIndex--,this.slides[this.activeIndex].show(),this.notifyComponents()},next:function(){this.slides[this.activeIndex].hide(),this.activeIndex++,this.slides[this.activeIndex].show(),this.notifyComponents()},gotoSlide:function(e){e===this.slides.length&&(this.openScoreScreen=!0,this.slides[0].show()),this.slides[this.activeIndex]&&this.slides[this.activeIndex].hide(),this.activeIndex=e,this.slides[this.activeIndex].show(),this.activeSlide=this.slides[this.activeIndex].$children[0].$children[0],this.activeSlide.scorable||d.$emit("non-scorable-slide"),this.notifyComponents(),this.isAnswerTooltipVisible=!1,this.areInstructionsTooltipVisible=!0,this.openScoreScreen=!1},finish:function(){this.isFinished=!0},reset:function(){this.activeIndex=0,this.isStarted=!1,this.isFinished=!1,this.slides.forEach((function(e){e.reset(),e.hide()})),this.slides[0].show(),this.stopTimer()},toggleFullscreen:function(e){this.isFullscreen=e;var t=document.getElementById("pyp_game");e?(t.classList.add("full-screen"),document.documentElement.requestFullscreen({navigationUI:"hide"})):(t.classList.remove("full-screen"),document.exitFullscreen())},toggleInstructions:function(){this.areInstructionsTooltipVisible=!this.areInstructionsTooltipVisible,this.showHelpOffer=!1},toggleGlobalInstructions:function(e){this.areGlobalInstructionsVisible=e},secondsToTimestamp:function(e){var t=new Date(1e3*Math.ceil(e)).toISOString().substr(11,8);return e/3600<1&&(t=t.substr(3)),t},notifyComponents:function(){var e=new CustomEvent("pkc-recalculate-dimensions",{detail:{blocks:[this.activeBlock.blockId]}});window.dispatchEvent(e)},toggleAnswerTooltip:function(e){this.resolvedSlide=e,this.isAnswerTooltipVisible=!this.isAnswerTooltipVisible,0===e.score?this.slideStatus="failed":e.score>0&&e.score<100?this.slideStatus="half":this.slideStatus="success"},toggleScoreScreen:function(){this.isScoreScreenVisible=!this.isScoreScreenVisible,this.isAnswerTooltipVisible=!1,d.$emit("pyp:toggle-score-screen",this.isScoreScreenVisible)},resetGame:function(){this.toggleScoreScreen(),this.gotoSlide(0),d.$emit("pyp:reset-slide")},setScore:function(e){this.points=e},closeResultTooltip:function(){this.isAnswerTooltipVisible=!1},checkIfAllSlidesAreNonScorable:function(e){this.allSlidesAreNonScorable=e.every((function(e){return null==e})),d.$emit("pyp:all-slides-are-non-scorable",this.allSlidesAreNonScorable)}}},Sn=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"pyp-slider",class:[e.elClass]},[n("div",{staticClass:"pyp-slider__wrap"},[n("div",{staticClass:"pyp-slider__main",class:{"default-height":e.isScoreScreenVisible}},[!e.isStarted&&e.isStartScreenVisible?n("pyp-start-screen",{attrs:{config:e.startScreenConfig},on:{click:e.start}}):e._e(),e._v(" "),n("div",{staticClass:"pyp-slider__slides"},[e._t("default")],2),e._v(" "),n("pyp-slider-finish",{directives:[{name:"show",rawName:"v-show",value:e.isFinished,expression:"isFinished"}],attrs:{"is-finished":e.isFinished,scorable:e.scorable},on:{reset:e.reset}})],1),e._v(" "),e.scorable.length?n("pyp-slider-nav",{attrs:{slides:e.slides,"is-prev-button-visible":e.isPrevButtonVisible,"is-next-button-visible":e.isNextButtonVisible,"is-prev-disabled":e.isPrevDisabled,"is-next-disabled":e.isNextDisabled,scorable:e.scorable,allSlidesNonScorable:e.allSlidesAreNonScorable,disabled:e.isScoreScreenVisible,activeSlide:e.activeSlide,openScoreScreen:e.openScoreScreen,showHelpOffer:e.showHelpOffer},on:{"toggle-instructions":e.toggleInstructions,"toggle-score-screen":e.toggleScoreScreen,"goto-previous":e.prev,"goto-next":e.next,"goto-slide":e.gotoSlide,"calculate-score":e.setScore}}):e._e(),e._v(" "),e.areGlobalInstructionsVisible?n("pyp-global-instructions",{ref:"pyp-instructions",attrs:{config:e.config},on:{click:function(t){return e.toggleGlobalInstructions(!1)}}}):e._e(),e._v(" "),n("pyp-answer-tooltip",{directives:[{name:"show",rawName:"v-show",value:e.isAnswerTooltipVisible,expression:"isAnswerTooltipVisible"}],attrs:{status:e.slideStatus,config:e.config,slide:e.resolvedSlide,"is-next-button-visible":e.isNextButtonVisible},on:{"close-tooltip":e.closeResultTooltip}}),e._v(" "),e.isScoreScreenVisible?n("pyp-score-screen",{attrs:{scorable:e.scorable,points:e.points},on:{"toggle-score-screen":e.toggleScoreScreen}}):e._e()],1),e._v(" "),e.config.timeLimit&&e.isStarted?n("div",{staticClass:"pyp-slider__timer"},[n("izzi-icon",{attrs:{icon:"clock"}}),n("span",[e._v(e._s(e.timestampRemaining))])],1):e._e()])};Sn._withStripped=!0;var Cn=q(kn,Sn,[],!1,null,null,null);Cn.options.__file="src/pyp/scripts/components/pyp-slider.vue";var Tn=Cn.exports;var $n=function(e){return function(t,n,i){for(var s=-1,o=Object(t),r=i(t),a=r.length;a--;){var l=r[e?a:++s];if(!1===n(o[l],l,o))break}return t}}();var En=function(e){return e};var On=function(e){return"function"==typeof e?e:En};var Pn=function(e){var t=[];if(null!=e)for(var n in Object(e))t.push(n);return t},An=Object.prototype.hasOwnProperty;var zn=function(e){if(!gt(e))return Pn(e);var t=ft(e),n=[];for(var i in e)("constructor"!=i||!t&&An.call(e,i))&&n.push(i);return n};var In=function(e){return bt(e)?dt(e,!0):zn(e)};var Ln=function(e,t){return null==e?e:$n(e,On(t),In)},Mn={name:"pyp-slide",props:{"block-id":String,config:Object},components:{"pyp-button":Tt,"pyp-button-circle":Pt},data:function(){return{isVisible:!1,offerHint:!1,slides:[],hintVisible:!1,disabled:!1,tempStatus:null,allSlidesReset:!1,validated:!1,scoreScreenActive:!1,resetTooltipVisible:!1,finalTooltipDisabled:!1,slideReset:!1}},mounted:function(){var e=this;this.hideComponentHeader();var t=[];this.$children.forEach((function(e){t=t.concat(e.$children.filter((function(e){return"alt-audio"!=e.$options._componentTag})))})),this.slides=t,d.$on("pyp:toggle-score-screen",(function(t){e.toggleDisabledState(),e.scoreScreenActive=t})),d.$on("pyp:reset-slide",(function(t){e.slideReset=!0,e.reset(t)})),d.$on("pyp:all-slides-are-non-scorable",(function(t){e.finalTooltipDisabled=t}))},computed:{checkText:function(){return"{{ $t('pyp.check') }}"},elClass:function(){return{"is-hidden":!this.isVisible}},status:function(){var e,t;if(this.allSlidesReset)return 4;var n=null===(e=this.solvable[0])||void 0===e?void 0:e.isSolved,i=null===(t=this.solvable[0])||void 0===t?void 0:t.isSubmitted;if(n&&i)return this.tempStatus=1,this.tempStatus;if(this.solvable.length&&this.attempted.length){if(0===this.scorable.score)return this.tempStatus=3,this.tempStatus;if(this.scorable.score>0&&this.scorable.score<100)return this.tempStatus=2,this.tempStatus;this.tempStatus=1}else if(this.isVisible)return 0;return 4},solvable:function(){return this.slides&&this.slides.filter((function(e){return Object.prototype.hasOwnProperty.call(e,"isSolved")}))},scorable:function(){return this.solvable.filter((function(e){return e.conf.isScored}))[0]},attempted:function(){return this.solvable.filter((function(e){return e.submittedCount}))},solved:function(){return this.solvable.filter((function(e){return e.isSolved}))},isHintButtonVisible:function(){return this.config.hint.enabled&&3===this.status&&!this.isSolutionButtonVisible},isCheckButtonVisible:function(){var e;return!(null!==(e=this.scorable)&&void 0!==e&&e.isSubmitted||this.isSolutionButtonVisible)},isRetryButtonVisible:function(){var e,t,n;return!(null!==(e=this.scorable)&&void 0!==e&&e.isSolved)&&(null===(t=this.scorable)||void 0===t?void 0:t.isSubmitted)&&(null===(n=this.scorable)||void 0===n?void 0:n.submittedCount)<2},isSolutionButtonVisible:function(){var e,t;return(null===(e=this.scorable)||void 0===e?void 0:e.submittedCount)>=(null===(t=this.scorable)||void 0===t?void 0:t.failLimit)},isValidateButtonVisible:function(){return this.scorable&&!this.scorable.isSolved&&!this.validated&&!this.scoreScreenActive||this.slideReset},isContinueButtonVisible:function(){return!this.scorable&&!this.scoreScreenActive||this.validated&&!this.scoreScreenActive&&!this.slideReset},currentStatus:function(){var e,t,n;return{isVisible:null===(e=this.scorable)||void 0===e?void 0:e.isSubmitted,status:null!==(t=this.scorable)&&void 0!==t&&t.isSolved?"is-valid":"is-invalid",label:null!==(n=this.scorable)&&void 0!==n&&n.isSolved?"pyp.correct":"pyp.incorrect"}}},methods:{hide:function(){this.isVisible=!1},show:function(){var e;this.isVisible=!0,this.config.instructions.autoplayAudio&&null!==(e=this.config.instructions.audio)&&void 0!==e&&e.path&&this.$refs["audio-auto"].play()},showHint:function(){this.hintVisible=!0},closeHint:function(){this.hintVisible=!1},reset:function(e){e?(this.slides.forEach((function(t){t.blockId===e.blockId&&(t.reset(),t.isSubmitted=!1,t.isSolved=!1,t.isReset=!0)})),this.validated=!1):(this.allSlidesReset=!0,this.instructionsAutoVisible=!0,this.slides.forEach((function(e){"function"==typeof e.reset&&e.reset(),e.isSubmitted=!1,e.isSolved=!1})))},validate:function(){var e=this;this.slideReset=!1,this.allSlidesReset=!1,this.validated=!0,this.scorable&&(this.scorable.submitAnswer(),setTimeout((function(){d.$emit("pyp:validate",e.scorable)}),300)),this.isHintButtonVisible&&d.$emit("pyp:show-help-offer")},toggleDisabledState:function(){this.disabled=!this.disabled},hideComponentHeader:function(){var e=this.$scopedSlots;if("function"==typeof e.default){var t=e.default()[0].context.$refs;Ln(t,(function(e,n){t[n].$children.length&&(t[n].$children[0].title||(t[n].$children[0].$el.style.display="none"))}))}},goToNextSlide:function(){d.$emit("goto-slide",this.$parent.activeIndex+1),this.validated=!1},showResetTooltip:function(){this.resetTooltipVisible=!0},hideResetTooltip:function(){this.resetTooltipVisible=!1},resetGame:function(){this.reset(),this.hideResetTooltip(),d.$emit("reset-game"),this.validated=!1,this.scoreScreenActive=!1},resetSlide:function(){this.scorable&&d.$emit("pyp:reset-slide",this.scorable)}}},Dn=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"pyp-slide",class:[e.elClass]},[n("div",{staticClass:"pyp-slide__content"},[e._t("default")],2),e._v(" "),n("div",{staticClass:"pyp-slide-check"},[e.scoreScreenActive?e._e():n("pyp-button-circle",{staticClass:"reset-slide-button",attrs:{id:"pyp_nav_reset_game_"+e.blockId,disabled:e.isSolutionButtonVisible&&!e.isValidateButtonVisible,icon:"reset",color:"#FFC771"},on:{click:e.resetSlide}}),e._v(" "),e.isValidateButtonVisible&&!e.scoreScreenActive?n("pyp-button",{attrs:{id:"pyp_slide_check_"+e.blockId,width:"157","view-box":"0 0 240 64",color:"#7ED999",text:"pyp.check",icon:"check-done"},on:{click:e.validate}}):e._e(),e._v(" "),e.isContinueButtonVisible&&!e.scoreScreenActive?n("pyp-button",{attrs:{id:"pyp_slide_continue_"+e.blockId,width:"160","view-box":"0 0 240 64",color:"#7ED999",text:"pyp.continue",icon:"arrow-continue"},on:{click:e.goToNextSlide}}):e._e(),e._v(" "),e.scoreScreenActive?n("pyp-button",{attrs:{id:"pyp_slides_reset_"+e.blockId,width:"212","view-box":"0 0 340 64","shadow-width":"340.5",color:"#FFC771",text:"pyp.tryAgain",icon:"reset"},on:{mouseover:e.showResetTooltip,mouseout:e.hideResetTooltip,click:e.resetGame}}):e._e(),e._v(" "),n("div",{directives:[{name:"show",rawName:"v-show",value:e.resetTooltipVisible&&!e.finalTooltipDisabled,expression:"resetTooltipVisible && !finalTooltipDisabled"}],staticClass:"reset-tooltip"},[n("div",{staticClass:"title"},[e._v("\n        "+e._s(e.$t("pyp.resetAllMessage"))+"\n      ")]),e._v(" "),n("div",{staticClass:"description"},[n("izzi-icon",{attrs:{icon:"clover",size:"24"}}),e._v(" "),n("span",[e._v(e._s(e.$t("pyp.resetAllDescription")))])],1),e._v(" "),n("div",{staticClass:"arrow"})])],1)])};Dn._withStripped=!0;var Fn=q(Mn,Dn,[],!1,null,null,null);Fn.options.__file="src/pyp/scripts/components/pyp-slide.vue";var Nn=Fn.exports,Hn=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("header",{staticClass:"pyp-header",class:e.elClass},[n("div",{staticClass:"pyp-header__wrap"},[n("button",{staticClass:"header-toggle",attrs:{type:"button"},on:{click:e.toggleNav}},[n("izzi-icon",{style:{color:"red"},attrs:{icon:"hamburger-menu",size:"30"}})],1),e._v(" "),e._m(0),e._v(" "),n("div",{staticClass:"header-nav"},[n("ul",e._l(e.navItems,(function(t){return n("li",{key:t.id,class:{active:e.activeIndex===t.id},on:{click:function(n){return e.selectItem(t.id)}}},[n("izzi-icon",{attrs:{icon:t.icon}}),e._v(" "),n("a",{attrs:{href:t.link}},[e._v(e._s(t.label))])],1)})),0)]),e._v(" "),n("div",{staticClass:"header-actions"},[n("button",{staticClass:"profile-icon",on:{click:e.toggleUserProfile,mouseover:e.onMouseOver,mouseout:e.onMouseOut}},[n("izzi-icon",{style:{color:e.profileIconHovered?"#B84676":"#C4F0FD",fill:"red"},attrs:{icon:"button-arrow-down"}})],1),e._v(" "),n("p",{staticClass:"user-name"},[e._v("PEGASTI MARKO")]),e._v(" "),n("div",{staticClass:"avatar male"})])])])};Hn._withStripped=!0;var Bn=q({name:"pyp-header",props:{},data:function(){return{profileIconHovered:!1,userProfileExpanded:!1,navItems:[{id:0,label:"Igrišče lilibi",icon:"syllabus",link:"#"},{id:1,label:"Učiteljev kotiček",icon:"teachers-corner",link:"#"},{id:2,label:"Učne poti",icon:"learning-path",link:"#"},{id:3,label:"Moj razred",icon:"my-class",link:"#"},{id:4,label:"Išči",icon:"search",link:"#"}],isNavVisible:!1,activeIndex:0}},computed:{elClass:function(){return{"is-nav-visible":this.isNavVisible}}},methods:{toggleNav:function(){this.isNavVisible=!this.isNavVisible},selectItem:function(e){this.activeIndex=e},onMouseOver:function(){this.profileIconHovered=!0},onMouseOut:function(){this.profileIconHovered=!1},toggleUserProfile:function(){this.userProfileExpanded=!this.userProfileExpanded}}},Hn,[function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"header-branding"},[t("a",{attrs:{href:"#"}},[t("img",{attrs:{src:"/profil/dist/pyp/images/theme/1/svet-lilibi-logo.svg",alt:""}})])])}],!1,(function(e){n('./node_modules/vue-style-loader/index.js!./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/style-compiler/index.js?{"optionsId":"0","vue":true,"scoped":false,"sourceMap":false}!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/lib/selector.js?type=styles&index=0!./src/pyp/scripts/components/pyp-header.vue')}),null,null);Bn.options.__file="src/pyp/scripts/components/pyp-header.vue";var qn=Bn.exports,Rn={name:"pyp-breadcrumbs",props:{breadcrumbs:{type:Array,required:!0},open:Boolean},data:function(){return{items:[],isOpen:!1,activeDropDown:null,showTooltip:!1,activeTooltip:null,activeLi:null,headings:{open:!1,siblings:[]}}},computed:{dosType:function(){return this.$root.dosData.tmplName},isMob:function(){return window.innerWidth<=1024}},methods:{toggleDropdown:function(e,t){this.isOpen=!this.isOpen,this.activeDropDown=t},toggleTooltip:function(e,t){this.activeTooltip=t,this.showTooltip=!this.showTooltip}},created:function(){this.items=this.breadcrumbs.filter((function(e){return e.main_menu&&e.isVisible&&2===e.status}))}},Vn=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"pyp-breadcrumbs header-panel header-panel--left header-panel--breadcrumbs",class:{"header-panel--open":e.open}},["pyp_game"===e.dosType?n("ul",[n("li",[n("a",{attrs:{href:e.$root.bookshelfLink}},[n("izzi-icon",{attrs:{icon:"home",size:"16"}})],1)]),e._v(" "),e._l(e.items,(function(t,i){return n("li",{key:t.id,attrs:{"data-tooltip":t.name}},[n("a",{attrs:{href:t.href},domProps:{innerHTML:e._s("/ "+t.name)},on:{mouseout:function(t){return e.toggleTooltip(t,i)},mouseover:function(t){return e.toggleTooltip(t,i)}}}),e._v(" "),n("div",{staticClass:"tooltip-wrapper"},[n("span",{staticClass:"tooltip"},[n("p",[e._v(e._s(t.name))]),e._v(" "),n("span",{staticClass:"arrow"})])])])}))],2):n("div",{staticClass:"shell-breadcrumbs"},[n("div",{staticClass:"breadcrumb-home"},[n("a",{attrs:{href:e.$root.bookshelfLink}})]),e._v(" "),e.isMob?n("ul",{staticClass:"breadcrumbs-menus mobile"},[n("li",{staticClass:"breadcrumbs-menu mobile",class:{"multi-items":e.items.length>1}},[e.items.length>1?n("div",{staticClass:"breadcrumbs-menu back"},[n("izzi-icon",{attrs:{icon:"arrow-left",size:"16"}}),e._v(" "),[n("a",{staticClass:"breadcrumbs-dropdown__toggle breadcrumbs-dropdown__toggle--solo",attrs:{href:e.items[e.items.length-2].href}},[n("span",{staticClass:"breadcrumbs-toggle__type"},[e._v(e._s("Nazad"))])])]],2):e._e(),e._v(" "),n("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1440 295"}},[n("path",{attrs:{fill:"#0099ff","fill-opacity":"0.08",d:"M0,192L80,208C160,224,320,256,480,256C640,256,800,224,960,224C1120,224,1280,256,1360,272L1440,288L1440,320L1360,320C1280,320,1120,320,960,320C800,320,640,320,480,320C320,320,160,320,80,320L0,320Z"}})]),e._v(" "),n("div",{staticClass:"breadcrumb-arrow"}),e._v(" "),[n("a",{staticClass:"breadcrumbs-dropdown__toggle breadcrumbs-dropdown__toggle--solo last-child",attrs:{href:e.items[e.items.length-1].href,title:e.items[e.items.length-1].name}},[n("span",{staticClass:"breadcrumbs-toggle__type"},[e._v(e._s(e.$t(e.items[e.items.length-1].label)))]),e._v(" "),n("span",{staticClass:"breadcrumbs-toggle__title",domProps:{innerHTML:e._s(e.items[e.items.length-1].name)}})])],e._v(" "),e.items[e.items.length-1].siblings.length?n("button",{on:{click:function(t){return e.toggleDropdown(e.item,e.i)}}},[n("izzi-icon",{attrs:{icon:e.isOpen&&e.activeDropDown===e.i?"arrow-up":"arrow-down",size:"12"}})],1):e._e(),e._v(" "),e.isOpen&&e.activeDropDown===e.i?n("div",{staticClass:"dropdown"},[n("div",{staticClass:"breadcrumbs-dropdown--list"},e._l(e.item.siblings,(function(t){return n("div",{key:t.id},[t.isVisible&&2===t.status?n("div",{staticClass:"breadcrumbs-dropdown__item",class:{"breadcrumbs-dropdown__item--offline":t.disabled,"breadcrumbs-dropdown__item--active":t.active}},[t.href?[n("a",{staticClass:"breadcrumbs-dropdown__link",attrs:{href:t.href},domProps:{innerHTML:e._s(t.name)}})]:[n("span",{staticClass:"breadcrumbs-dropdown__link",domProps:{innerHTML:e._s(t.name)}})]],2):e._e()])})),0)]):e._e()],2)]):e._e(),e._v(" "),e.isMob?e._e():n("ul",{staticClass:"breadcrumbs-menus"},e._l(e.items,(function(t,i){return n("li",{key:t.id,staticClass:"breadcrumbs-menu",class:{"breadcrumbs-menu--active":t.open},style:{"z-index":Object.keys(e.items).reverse()[i]}},[n("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1440 295"}},[n("path",{attrs:{fill:"#0099ff","fill-opacity":"0.08",d:"M0,192L80,208C160,224,320,256,480,256C640,256,800,224,960,224C1120,224,1280,256,1360,272L1440,288L1440,320L1360,320C1280,320,1120,320,960,320C800,320,640,320,480,320C320,320,160,320,80,320L0,320Z"}})]),e._v(" "),n("div",{staticClass:"breadcrumb-arrow"}),e._v(" "),[n("a",{staticClass:"breadcrumbs-dropdown__toggle breadcrumbs-dropdown__toggle--solo",attrs:{href:t.href,title:t.name}},[n("span",{staticClass:"breadcrumbs-toggle__type"},[e._v(e._s(e.$t(t.label)))]),e._v(" "),n("span",{staticClass:"breadcrumbs-toggle__title",domProps:{innerHTML:e._s(t.name)}})])],e._v(" "),t.siblings.length?n("button",{on:{click:function(n){return e.toggleDropdown(t,i)}}},[n("izzi-icon",{attrs:{icon:e.isOpen&&e.activeDropDown===i?"arrow-up":"arrow-down",size:"12"}})],1):e._e(),e._v(" "),e.isOpen&&e.activeDropDown===i?n("div",{staticClass:"dropdown"},[n("div",{staticClass:"breadcrumbs-dropdown--list"},e._l(t.siblings,(function(t){return n("div",{key:t.id},[t.isVisible&&2===t.status?n("div",{staticClass:"breadcrumbs-dropdown__item",class:{"breadcrumbs-dropdown__item--offline":t.disabled,"breadcrumbs-dropdown__item--active":t.active}},[t.href?[n("a",{staticClass:"breadcrumbs-dropdown__link",attrs:{href:t.href},domProps:{innerHTML:e._s(t.name)}})]:[n("span",{staticClass:"breadcrumbs-dropdown__link",domProps:{innerHTML:e._s(t.name)}})]],2):e._e()])})),0)]):e._e()],2)})),0)])])};Vn._withStripped=!0;var Un=q(Rn,Vn,[],!1,null,null,null);Un.options.__file="src/pyp/scripts/components/pyp-breadcrumbs.vue";var Wn=Un.exports,Gn={name:"pyp-actions",components:{"pyp-button-circle":Pt},data:function(){return{isGlobalInstructionActive:!1,isGlobalInstructionsEnabled:!1,isFullscreen:!1,mute:!1}},computed:{soundIcon:function(){return this.mute?"mute":"sound"},fsIcon:function(){return this.isFullscreen?"fullscreen-exit":"fullscreen-enter"},fullScreenEnabled:function(){return document.fullscreenEnabled||document.webkitFullscreenEnabled||document.mozFullScreenEnabled||document.msFullscreenEnabled}},methods:{openGlobalInstructions:function(){this.isGlobalInstructionsEnabled&&(this.isGlobalInstructionActive=!this.isGlobalInstructionActive,d.$emit("pyp:toggle-global-instructions",!0))},toggleFullscreen:function(){this.isFullscreen=!this.isFullscreen,this.fullScreenEnabled&&d.$emit("pyp:toggle-fullscreen",this.isFullscreen)},toggleSound:function(){this.mute=!this.mute,d.$emit("toggle-sound",this.mute)},close:function(){window.location.replace(document.referrer)}},mounted:function(){var e=this;d.$on("pyp:start-game",(function(t){e.isGlobalInstructionsEnabled=t.instructions.isEnabled}))}},Xn=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"pyp-actions"},[n("pyp-button-circle",{staticClass:"pyp-action-button",attrs:{id:"pyp_actions_sound",icon:"info",color:"#FFFFFF",width:"32",height:"32",disabled:!e.isGlobalInstructionsEnabled},on:{click:e.openGlobalInstructions}}),e._v(" "),n("pyp-button-circle",{staticClass:"pyp-action-button",attrs:{id:"pyp_actions_sound",icon:e.soundIcon,color:"#FFFFFF",width:"32",height:"32"},on:{click:e.toggleSound}}),e._v(" "),n("pyp-button-circle",{staticClass:"pyp-action-button",attrs:{id:"pyp_actions_fs",icon:e.fsIcon,color:"#FFFFFF",width:"32",height:"32"},on:{click:e.toggleFullscreen}}),e._v(" "),e.isFullscreen?n("pyp-button-circle",{staticClass:"pyp-action-button",attrs:{id:"pyp_actions_close",icon:"close",color:"#E24D52",width:"32",height:"32"},on:{click:e.toggleFullscreen}}):n("div",{staticClass:"close-btn-box"},[n("pyp-button-circle",{staticClass:"pyp-action-button",attrs:{id:"pyp_actions_close",icon:"close",color:"#E24D52",width:"44",height:"44"},on:{click:e.close}})],1)],1)};Xn._withStripped=!0;var Yn=q(Gn,Xn,[],!1,(function(e){n('./node_modules/vue-style-loader/index.js!./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/style-compiler/index.js?{"optionsId":"0","vue":true,"scoped":false,"sourceMap":false}!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/lib/selector.js?type=styles&index=0!./src/pyp/scripts/components/pyp-actions.vue')}),null,null);Yn.options.__file="src/pyp/scripts/components/pyp-actions.vue";var Zn=Yn.exports,Jn={name:"sidebar-modal",props:{"block-id":String},data:function(){return{open:!1}},methods:{close:function(){this.open=!1,document.body.classList.remove("sidebar-modal--open")}},mounted:function(){var e=this;window.addEventListener("izzi:sidebarModalOpen",(function(t){t.detail["block-id"]==e.blockId&&(document.body.classList.add("sidebar-modal--open"),e.open=!0)}))}},Kn=q({name:"inclusive-block-content",props:{isInclusive:Boolean,blockId:String},data:function(){return{}},render:function(){return this.$slots.default}},void 0,void 0,!1,null,null,null);Kn.options.__file="src/common/scripts/components/inclusive-block-content.vue";var Qn={name:"inclusive-block",components:{"inclusive-block-content":Kn.exports},props:{layout:{type:String,default:"default"},blockId:String},data:function(){return{open:!1,children:[],isShared:!1,isSpotlight:!1,scrollY:null}},computed:{wrapClass:function(){return{"izzi-block--can-share":this.canShare,"izzi-block--can-spotlight":this.canSpotlight,"izzi-block--spotlight":this.isSpotlight,"izzi-block--shared":this.isShared}},elClass:function(){return"block-layout--".concat(this.layout)},canShare:function(){return this.$root.blockActions.share.enabled},canSpotlight:function(){return this.$root.blockActions.spotlight.enabled},shareURL:function(){return window.location.href+"#block-"+this.blockId},shareText:function(){return this.isShared?this.$t("blocks.shared"):""}},methods:{scrapeChildren:function(e){var t=this,n=e.$children.filter((function(e){return e.blockId}));n&&n.forEach((function(e){-1===t.children.indexOf(e.blockId)&&t.children.push(e.blockId),t.scrapeChildren(e)}))},toggle:function(){if(this.children.length||this.scrapeChildren(this),this.children.length){var e=new CustomEvent("pkc-recalculate-dimensions",{detail:{blocks:this.children}});window.dispatchEvent(e)}var t=document.getElementById("global-audio-player"),n=(null==t?void 0:t.src)&&new URL(t.src).pathname;n&&this.$el.querySelector('[data-source^="'.concat(n,'"]'))?$(document).trigger("nvsMedia:pause:all"):$(document).trigger("nvsMedia:pause:target",this.$el),this.open=!this.open},openSpotlight:function(){this.scrollY=window.scrollY,document.body.classList.add("is-spotlight"),this.isSpotlight=!0,d.$emit("toggle-block-action",{action:"spotlight",enabled:!1}),d.$emit("toggle-spotlight",{active:!0})},closeSpotlight:function(){var e=this;this.isSpotlight=!1,document.body.classList.remove("is-spotlight"),d.$emit("toggle-spotlight",{active:!0}),null!==this.scrollY&&setTimeout((function(){window.scrollTo(0,e.scrollY),e.scrollY=null}),10)},shareBlock:function(){var e=this;this.$el.querySelector(".izzi-block__url").select(),document.execCommand("copy"),this.isShared=!0,window.setTimeout((function(){e.isShared=!1,d.$emit("toggle-block-action",{action:"share",enabled:!1})}),2500)}}},ei=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"izzi-block xblock block-inclusive",class:e.wrapClass},[n("div",{staticClass:"inclusive-block side-controls app-wrap block-layout",class:e.elClass,attrs:{"aria-label":e.$t("general.inclusiveToggle")}},[e.canShare||e.canSpotlight||e.isSpotlight?n("div",{staticClass:"izzi-block__overlay"},[e.canShare?n("button",{staticClass:"izzi-block__overlay-btn",attrs:{"aria-label":e.$t("blocks.share")},on:{click:e.shareBlock}},[n("span",{domProps:{textContent:e._s(e.shareText)}}),e._v(" "),n("input",{staticClass:"izzi-block__url",attrs:{"aria-hidden":"true",type:"text"},domProps:{value:e.shareURL}})]):e._e(),e._v(" "),e.canSpotlight?n("button",{staticClass:"izzi-block__overlay-btn",attrs:{"aria-label":e.$t("blocks.spotlight")},on:{click:e.openSpotlight}}):e._e(),e._v(" "),e.canShare||e.canSpotlight?n("span",{staticClass:"izzi-block__overlay-icon"},[e.canShare?n("izzi-icon",{attrs:{icon:"share"}}):e._e(),e._v(" "),e.canSpotlight?n("izzi-icon",{attrs:{icon:"spotlight"}}):e._e()],1):e._e(),e._v(" "),e.isSpotlight?n("button",{staticClass:"izzi-block__overlay__close",attrs:{type:"button"},on:{click:e.closeSpotlight}},[n("izzi-icon",{attrs:{icon:"close"}})],1):e._e()]):e._e(),e._v(" "),n("div",{staticClass:"toggle-wrap"},[n("div",{staticClass:"inclusive-toggle"},[n("input-switch",{attrs:{icon:"accessibility",label:e.$t("general.inclusiveToggle")},on:{input:e.toggle}})],1)]),e._v(" "),n("div",{staticClass:"inclusive-toggle__content",class:{"inclusive-toggle__content--open":e.open}},[[n("div",{directives:[{name:"show",rawName:"v-show",value:!e.open,expression:"!open"}]},[e._t("main",null,{parentId:e.blockId})],2),e._v(" "),n("div",{directives:[{name:"show",rawName:"v-show",value:e.open,expression:"open"}]},[n("inclusive-block-content",{attrs:{"is-inclusive":!0,"block-id":e.blockId}},[e._t("inclusive",null,{parentId:e.blockId})],2)],1)]],2)])])};ei._withStripped=!0;var ti=q(Qn,ei,[],!1,null,null,null);ti.options.__file="src/common/scripts/components/inclusive-block.vue";var ni=ti.exports,ii=n("./node_modules/jquery/dist/jquery.js"),si=n.n(ii);"undefined"!=typeof window&&Promise.resolve().then((function(){return di}));var oi=function(e,t,n,i,s,o,r,a,l,c){"boolean"!=typeof r&&(l=a,a=r,r=!1);var u,d="function"==typeof n?n.options:n;if(e&&e.render&&(d.render=e.render,d.staticRenderFns=e.staticRenderFns,d._compiled=!0,s&&(d.functional=!0)),i&&(d._scopeId=i),o?(u=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),t&&t.call(this,l(e)),e&&e._registeredComponents&&e._registeredComponents.add(o)},d._ssrRegister=u):t&&(u=r?function(){t.call(this,c(this.$root.$options.shadowRoot))}:function(e){t.call(this,a(e))}),u)if(d.functional){var p=d.render;d.render=function(e,t){return u.call(t),p(e,t)}}else{var f=d.beforeCreate;d.beforeCreate=f?[].concat(f,u):[u]}return n},ri={props:{options:{type:Object,default:function(){return{}}}},mounted:function(){this.create()},destroyed:function(){si()(this.$el).slick("unslick")},methods:{create:function(){var e=si()(this.$el);e.on("afterChange",this.onAfterChange),e.on("beforeChange",this.onBeforeChange),e.on("breakpoint",this.onBreakpoint),e.on("destroy",this.onDestroy),e.on("edge",this.onEdge),e.on("init",this.onInit),e.on("reInit",this.onReInit),e.on("setPosition",this.onSetPosition),e.on("swipe",this.onSwipe),e.on("lazyLoaded",this.onLazyLoaded),e.on("lazyLoadError",this.onLazyLoadError),e.slick(this.options)},destroy:function(){var e=si()(this.$el);e.off("afterChange",this.onAfterChange),e.off("beforeChange",this.onBeforeChange),e.off("breakpoint",this.onBreakpoint),e.off("destroy",this.onDestroy),e.off("edge",this.onEdge),e.off("init",this.onInit),e.off("reInit",this.onReInit),e.off("setPosition",this.onSetPosition),e.off("swipe",this.onSwipe),e.off("lazyLoaded",this.onLazyLoaded),e.off("lazyLoadError",this.onLazyLoadError),si()(this.$el).slick("unslick")},reSlick:function(){this.destroy(),this.create()},next:function(){si()(this.$el).slick("slickNext")},prev:function(){si()(this.$el).slick("slickPrev")},pause:function(){si()(this.$el).slick("slickPause")},play:function(){si()(this.$el).slick("slickPlay")},goTo:function(e,t){si()(this.$el).slick("slickGoTo",e,t)},currentSlide:function(){return si()(this.$el).slick("slickCurrentSlide")},add:function(e,t,n){si()(this.$el).slick("slickAdd",e,t,n)},remove:function(e,t){si()(this.$el).slick("slickRemove",e,t)},filter:function(e){si()(this.$el).slick("slickFilter",e)},unfilter:function(){si()(this.$el).slick("slickUnfilter")},getOption:function(e){si()(this.$el).slick("slickGetOption",e)},setOption:function(e,t,n){si()(this.$el).slick("slickSetOption",e,t,n)},setPosition:function(){si()(this.$el).slick("setPosition")},onAfterChange:function(e,t,n){this.$emit("afterChange",e,t,n)},onBeforeChange:function(e,t,n,i){this.$emit("beforeChange",e,t,n,i)},onBreakpoint:function(e,t,n){this.$emit("breakpoint",e,t,n)},onDestroy:function(e,t){this.$emit("destroy",e,t)},onEdge:function(e,t,n){this.$emit("edge",e,t,n)},onInit:function(e,t){this.$emit("init",e,t)},onReInit:function(e,t){this.$emit("reInit",e,t)},onSetPosition:function(e,t){this.$emit("setPosition",e,t)},onSwipe:function(e,t,n){this.$emit("swipe",e,t,n)},onLazyLoaded:function(e,t,n,i){this.$emit("lazyLoaded",e,t,n,i)},onLazyLoadError:function(e,t,n,i){this.$emit("lazyLoadError",e,t,n,i)}}},ai=function(){var e=this.$createElement;return(this._self._c||e)("div",[this._t("default")],2)};ai._withStripped=!0;var li=oi({render:ai,staticRenderFns:[]},void 0,ri,void 0,!1,void 0,void 0,void 0),ci=function(e,t){ci.installed||e.prototype.$isServer||(ci.installed=!0,e.component("slick",li))};li.install=ci;var ui=function(e,t){return e(t={exports:{}},t.exports),t.exports}((function(e,t){e.exports=function(e){var t,n=window.Slick||{};(t=0,n=function(n,i){var s,o=this;o.defaults={accessibility:!0,adaptiveHeight:!1,appendArrows:e(n),appendDots:e(n),arrows:!0,asNavFor:null,prevArrow:'<button class="slick-prev" aria-label="Previous" type="button">Previous</button>',nextArrow:'<button class="slick-next" aria-label="Next" type="button">Next</button>',autoplay:!1,autoplaySpeed:3e3,centerMode:!1,centerPadding:"50px",cssEase:"ease",customPaging:function(t,n){return e('<button type="button" />').text(n+1)},dots:!1,dotsClass:"slick-dots",draggable:!0,easing:"linear",edgeFriction:.35,fade:!1,focusOnSelect:!1,focusOnChange:!1,infinite:!0,initialSlide:0,lazyLoad:"ondemand",mobileFirst:!1,pauseOnHover:!0,pauseOnFocus:!0,pauseOnDotsHover:!1,respondTo:"window",responsive:null,rows:1,rtl:!1,slide:"",slidesPerRow:1,slidesToShow:1,slidesToScroll:1,speed:500,swipe:!0,swipeToSlide:!1,touchMove:!0,touchThreshold:5,useCSS:!0,useTransform:!0,variableWidth:!1,vertical:!1,verticalSwiping:!1,waitForAnimate:!0,zIndex:1e3},o.initials={animating:!1,dragging:!1,autoPlayTimer:null,currentDirection:0,currentLeft:null,currentSlide:0,direction:1,$dots:null,listWidth:null,listHeight:null,loadIndex:0,$nextArrow:null,$prevArrow:null,scrolling:!1,slideCount:null,slideWidth:null,$slideTrack:null,$slides:null,sliding:!1,slideOffset:0,swipeLeft:null,swiping:!1,$list:null,touchObject:{},transformsEnabled:!1,unslicked:!1},e.extend(o,o.initials),o.activeBreakpoint=null,o.animType=null,o.animProp=null,o.breakpoints=[],o.breakpointSettings=[],o.cssTransitions=!1,o.focussed=!1,o.interrupted=!1,o.hidden="hidden",o.paused=!0,o.positionProp=null,o.respondTo=null,o.rowCount=1,o.shouldClick=!0,o.$slider=e(n),o.$slidesCache=null,o.transformType=null,o.transitionType=null,o.visibilityChange="visibilitychange",o.windowWidth=0,o.windowTimer=null,s=e(n).data("slick")||{},o.options=e.extend({},o.defaults,i,s),o.currentSlide=o.options.initialSlide,o.originalSettings=o.options,void 0!==document.mozHidden?(o.hidden="mozHidden",o.visibilityChange="mozvisibilitychange"):void 0!==document.webkitHidden&&(o.hidden="webkitHidden",o.visibilityChange="webkitvisibilitychange"),o.autoPlay=e.proxy(o.autoPlay,o),o.autoPlayClear=e.proxy(o.autoPlayClear,o),o.autoPlayIterator=e.proxy(o.autoPlayIterator,o),o.changeSlide=e.proxy(o.changeSlide,o),o.clickHandler=e.proxy(o.clickHandler,o),o.selectHandler=e.proxy(o.selectHandler,o),o.setPosition=e.proxy(o.setPosition,o),o.swipeHandler=e.proxy(o.swipeHandler,o),o.dragHandler=e.proxy(o.dragHandler,o),o.keyHandler=e.proxy(o.keyHandler,o),o.instanceUid=t++,o.htmlExpr=/^(?:\s*(<[\w\W]+>)[^>]*)$/,o.registerBreakpoints(),o.init(!0)}).prototype.activateADA=function(){this.$slideTrack.find(".slick-active").attr({"aria-hidden":"false"}).find("a, input, button, select").attr({tabindex:"0"})},n.prototype.addSlide=n.prototype.slickAdd=function(t,n,i){var s=this;if("boolean"==typeof n)i=n,n=null;else if(n<0||n>=s.slideCount)return!1;s.unload(),"number"==typeof n?0===n&&0===s.$slides.length?e(t).appendTo(s.$slideTrack):i?e(t).insertBefore(s.$slides.eq(n)):e(t).insertAfter(s.$slides.eq(n)):!0===i?e(t).prependTo(s.$slideTrack):e(t).appendTo(s.$slideTrack),s.$slides=s.$slideTrack.children(this.options.slide),s.$slideTrack.children(this.options.slide).detach(),s.$slideTrack.append(s.$slides),s.$slides.each((function(t,n){e(n).attr("data-slick-index",t)})),s.$slidesCache=s.$slides,s.reinit()},n.prototype.animateHeight=function(){var e=this;if(1===e.options.slidesToShow&&!0===e.options.adaptiveHeight&&!1===e.options.vertical){var t=e.$slides.eq(e.currentSlide).outerHeight(!0);e.$list.animate({height:t},e.options.speed)}},n.prototype.animateSlide=function(t,n){var i={},s=this;s.animateHeight(),!0===s.options.rtl&&!1===s.options.vertical&&(t=-t),!1===s.transformsEnabled?!1===s.options.vertical?s.$slideTrack.animate({left:t},s.options.speed,s.options.easing,n):s.$slideTrack.animate({top:t},s.options.speed,s.options.easing,n):!1===s.cssTransitions?(!0===s.options.rtl&&(s.currentLeft=-s.currentLeft),e({animStart:s.currentLeft}).animate({animStart:t},{duration:s.options.speed,easing:s.options.easing,step:function(e){e=Math.ceil(e),!1===s.options.vertical?(i[s.animType]="translate("+e+"px, 0px)",s.$slideTrack.css(i)):(i[s.animType]="translate(0px,"+e+"px)",s.$slideTrack.css(i))},complete:function(){n&&n.call()}})):(s.applyTransition(),t=Math.ceil(t),!1===s.options.vertical?i[s.animType]="translate3d("+t+"px, 0px, 0px)":i[s.animType]="translate3d(0px,"+t+"px, 0px)",s.$slideTrack.css(i),n&&setTimeout((function(){s.disableTransition(),n.call()}),s.options.speed))},n.prototype.getNavTarget=function(){var t=this.options.asNavFor;return t&&null!==t&&(t=e(t).not(this.$slider)),t},n.prototype.asNavFor=function(t){var n=this.getNavTarget();null!==n&&"object"==typeof n&&n.each((function(){var n=e(this).slick("getSlick");n.unslicked||n.slideHandler(t,!0)}))},n.prototype.applyTransition=function(e){var t=this,n={};!1===t.options.fade?n[t.transitionType]=t.transformType+" "+t.options.speed+"ms "+t.options.cssEase:n[t.transitionType]="opacity "+t.options.speed+"ms "+t.options.cssEase,!1===t.options.fade?t.$slideTrack.css(n):t.$slides.eq(e).css(n)},n.prototype.autoPlay=function(){var e=this;e.autoPlayClear(),e.slideCount>e.options.slidesToShow&&(e.autoPlayTimer=setInterval(e.autoPlayIterator,e.options.autoplaySpeed))},n.prototype.autoPlayClear=function(){this.autoPlayTimer&&clearInterval(this.autoPlayTimer)},n.prototype.autoPlayIterator=function(){var e=this,t=e.currentSlide+e.options.slidesToScroll;e.paused||e.interrupted||e.focussed||(!1===e.options.infinite&&(1===e.direction&&e.currentSlide+1===e.slideCount-1?e.direction=0:0===e.direction&&(t=e.currentSlide-e.options.slidesToScroll,e.currentSlide-1==0&&(e.direction=1))),e.slideHandler(t))},n.prototype.buildArrows=function(){var t=this;!0===t.options.arrows&&(t.$prevArrow=e(t.options.prevArrow).addClass("slick-arrow"),t.$nextArrow=e(t.options.nextArrow).addClass("slick-arrow"),t.slideCount>t.options.slidesToShow?(t.$prevArrow.removeClass("slick-hidden").removeAttr("aria-hidden tabindex"),t.$nextArrow.removeClass("slick-hidden").removeAttr("aria-hidden tabindex"),t.htmlExpr.test(t.options.prevArrow)&&t.$prevArrow.prependTo(t.options.appendArrows),t.htmlExpr.test(t.options.nextArrow)&&t.$nextArrow.appendTo(t.options.appendArrows),!0!==t.options.infinite&&t.$prevArrow.addClass("slick-disabled").attr("aria-disabled","true")):t.$prevArrow.add(t.$nextArrow).addClass("slick-hidden").attr({"aria-disabled":"true",tabindex:"-1"}))},n.prototype.buildDots=function(){var t,n,i=this;if(!0===i.options.dots&&i.slideCount>i.options.slidesToShow){for(i.$slider.addClass("slick-dotted"),n=e("<ul />").addClass(i.options.dotsClass),t=0;t<=i.getDotCount();t+=1)n.append(e("<li />").append(i.options.customPaging.call(this,i,t)));i.$dots=n.appendTo(i.options.appendDots),i.$dots.find("li").first().addClass("slick-active")}},n.prototype.buildOut=function(){var t=this;t.$slides=t.$slider.children(t.options.slide+":not(.slick-cloned)").addClass("slick-slide"),t.slideCount=t.$slides.length,t.$slides.each((function(t,n){e(n).attr("data-slick-index",t).data("originalStyling",e(n).attr("style")||"")})),t.$slider.addClass("slick-slider"),t.$slideTrack=0===t.slideCount?e('<div class="slick-track"/>').appendTo(t.$slider):t.$slides.wrapAll('<div class="slick-track"/>').parent(),t.$list=t.$slideTrack.wrap('<div class="slick-list"/>').parent(),t.$slideTrack.css("opacity",0),!0!==t.options.centerMode&&!0!==t.options.swipeToSlide||(t.options.slidesToScroll=1),e("img[data-lazy]",t.$slider).not("[src]").addClass("slick-loading"),t.setupInfinite(),t.buildArrows(),t.buildDots(),t.updateDots(),t.setSlideClasses("number"==typeof t.currentSlide?t.currentSlide:0),!0===t.options.draggable&&t.$list.addClass("draggable")},n.prototype.buildRows=function(){var e,t,n,i,s,o,r,a=this;if(i=document.createDocumentFragment(),o=a.$slider.children(),a.options.rows>0){for(r=a.options.slidesPerRow*a.options.rows,s=Math.ceil(o.length/r),e=0;e<s;e++){var l=document.createElement("div");for(t=0;t<a.options.rows;t++){var c=document.createElement("div");for(n=0;n<a.options.slidesPerRow;n++){var u=e*r+(t*a.options.slidesPerRow+n);o.get(u)&&c.appendChild(o.get(u))}l.appendChild(c)}i.appendChild(l)}a.$slider.empty().append(i),a.$slider.children().children().children().css({width:100/a.options.slidesPerRow+"%",display:"inline-block"})}},n.prototype.checkResponsive=function(t,n){var i,s,o,r=this,a=!1,l=r.$slider.width(),c=window.innerWidth||e(window).width();if("window"===r.respondTo?o=c:"slider"===r.respondTo?o=l:"min"===r.respondTo&&(o=Math.min(c,l)),r.options.responsive&&r.options.responsive.length&&null!==r.options.responsive){for(i in s=null,r.breakpoints)r.breakpoints.hasOwnProperty(i)&&(!1===r.originalSettings.mobileFirst?o<r.breakpoints[i]&&(s=r.breakpoints[i]):o>r.breakpoints[i]&&(s=r.breakpoints[i]));null!==s?null!==r.activeBreakpoint?(s!==r.activeBreakpoint||n)&&(r.activeBreakpoint=s,"unslick"===r.breakpointSettings[s]?r.unslick(s):(r.options=e.extend({},r.originalSettings,r.breakpointSettings[s]),!0===t&&(r.currentSlide=r.options.initialSlide),r.refresh(t)),a=s):(r.activeBreakpoint=s,"unslick"===r.breakpointSettings[s]?r.unslick(s):(r.options=e.extend({},r.originalSettings,r.breakpointSettings[s]),!0===t&&(r.currentSlide=r.options.initialSlide),r.refresh(t)),a=s):null!==r.activeBreakpoint&&(r.activeBreakpoint=null,r.options=r.originalSettings,!0===t&&(r.currentSlide=r.options.initialSlide),r.refresh(t),a=s),t||!1===a||r.$slider.trigger("breakpoint",[r,a])}},n.prototype.changeSlide=function(t,n){var i,s,o=this,r=e(t.currentTarget);switch(r.is("a")&&t.preventDefault(),r.is("li")||(r=r.closest("li")),i=o.slideCount%o.options.slidesToScroll!=0?0:(o.slideCount-o.currentSlide)%o.options.slidesToScroll,t.data.message){case"previous":s=0===i?o.options.slidesToScroll:o.options.slidesToShow-i,o.slideCount>o.options.slidesToShow&&o.slideHandler(o.currentSlide-s,!1,n);break;case"next":s=0===i?o.options.slidesToScroll:i,o.slideCount>o.options.slidesToShow&&o.slideHandler(o.currentSlide+s,!1,n);break;case"index":var a=0===t.data.index?0:t.data.index||r.index()*o.options.slidesToScroll;o.slideHandler(o.checkNavigable(a),!1,n),r.children().trigger("focus");break;default:return}},n.prototype.checkNavigable=function(e){var t,n;if(n=0,e>(t=this.getNavigableIndexes())[t.length-1])e=t[t.length-1];else for(var i in t){if(e<t[i]){e=n;break}n=t[i]}return e},n.prototype.cleanUpEvents=function(){var t=this;t.options.dots&&null!==t.$dots&&(e("li",t.$dots).off("click.slick",t.changeSlide).off("mouseenter.slick",e.proxy(t.interrupt,t,!0)).off("mouseleave.slick",e.proxy(t.interrupt,t,!1)),!0===t.options.accessibility&&t.$dots.off("keydown.slick",t.keyHandler)),t.$slider.off("focus.slick blur.slick"),!0===t.options.arrows&&t.slideCount>t.options.slidesToShow&&(t.$prevArrow&&t.$prevArrow.off("click.slick",t.changeSlide),t.$nextArrow&&t.$nextArrow.off("click.slick",t.changeSlide),!0===t.options.accessibility&&(t.$prevArrow&&t.$prevArrow.off("keydown.slick",t.keyHandler),t.$nextArrow&&t.$nextArrow.off("keydown.slick",t.keyHandler))),t.$list.off("touchstart.slick mousedown.slick",t.swipeHandler),t.$list.off("touchmove.slick mousemove.slick",t.swipeHandler),t.$list.off("touchend.slick mouseup.slick",t.swipeHandler),t.$list.off("touchcancel.slick mouseleave.slick",t.swipeHandler),t.$list.off("click.slick",t.clickHandler),e(document).off(t.visibilityChange,t.visibility),t.cleanUpSlideEvents(),!0===t.options.accessibility&&t.$list.off("keydown.slick",t.keyHandler),!0===t.options.focusOnSelect&&e(t.$slideTrack).children().off("click.slick",t.selectHandler),e(window).off("orientationchange.slick.slick-"+t.instanceUid,t.orientationChange),e(window).off("resize.slick.slick-"+t.instanceUid,t.resize),e("[draggable!=true]",t.$slideTrack).off("dragstart",t.preventDefault),e(window).off("load.slick.slick-"+t.instanceUid,t.setPosition)},n.prototype.cleanUpSlideEvents=function(){var t=this;t.$list.off("mouseenter.slick",e.proxy(t.interrupt,t,!0)),t.$list.off("mouseleave.slick",e.proxy(t.interrupt,t,!1))},n.prototype.cleanUpRows=function(){var e,t=this;t.options.rows>0&&((e=t.$slides.children().children()).removeAttr("style"),t.$slider.empty().append(e))},n.prototype.clickHandler=function(e){!1===this.shouldClick&&(e.stopImmediatePropagation(),e.stopPropagation(),e.preventDefault())},n.prototype.destroy=function(t){var n=this;n.autoPlayClear(),n.touchObject={},n.cleanUpEvents(),e(".slick-cloned",n.$slider).detach(),n.$dots&&n.$dots.remove(),n.$prevArrow&&n.$prevArrow.length&&(n.$prevArrow.removeClass("slick-disabled slick-arrow slick-hidden").removeAttr("aria-hidden aria-disabled tabindex").css("display",""),n.htmlExpr.test(n.options.prevArrow)&&n.$prevArrow.remove()),n.$nextArrow&&n.$nextArrow.length&&(n.$nextArrow.removeClass("slick-disabled slick-arrow slick-hidden").removeAttr("aria-hidden aria-disabled tabindex").css("display",""),n.htmlExpr.test(n.options.nextArrow)&&n.$nextArrow.remove()),n.$slides&&(n.$slides.removeClass("slick-slide slick-active slick-center slick-visible slick-current").removeAttr("aria-hidden").removeAttr("data-slick-index").each((function(){e(this).attr("style",e(this).data("originalStyling"))})),n.$slideTrack.children(this.options.slide).detach(),n.$slideTrack.detach(),n.$list.detach(),n.$slider.append(n.$slides)),n.cleanUpRows(),n.$slider.removeClass("slick-slider"),n.$slider.removeClass("slick-initialized"),n.$slider.removeClass("slick-dotted"),n.unslicked=!0,t||n.$slider.trigger("destroy",[n])},n.prototype.disableTransition=function(e){var t=this,n={};n[t.transitionType]="",!1===t.options.fade?t.$slideTrack.css(n):t.$slides.eq(e).css(n)},n.prototype.fadeSlide=function(e,t){var n=this;!1===n.cssTransitions?(n.$slides.eq(e).css({zIndex:n.options.zIndex}),n.$slides.eq(e).animate({opacity:1},n.options.speed,n.options.easing,t)):(n.applyTransition(e),n.$slides.eq(e).css({opacity:1,zIndex:n.options.zIndex}),t&&setTimeout((function(){n.disableTransition(e),t.call()}),n.options.speed))},n.prototype.fadeSlideOut=function(e){var t=this;!1===t.cssTransitions?t.$slides.eq(e).animate({opacity:0,zIndex:t.options.zIndex-2},t.options.speed,t.options.easing):(t.applyTransition(e),t.$slides.eq(e).css({opacity:0,zIndex:t.options.zIndex-2}))},n.prototype.filterSlides=n.prototype.slickFilter=function(e){var t=this;null!==e&&(t.$slidesCache=t.$slides,t.unload(),t.$slideTrack.children(this.options.slide).detach(),t.$slidesCache.filter(e).appendTo(t.$slideTrack),t.reinit())},n.prototype.focusHandler=function(){var t=this;t.$slider.off("focus.slick blur.slick").on("focus.slick blur.slick","*",(function(n){n.stopImmediatePropagation();var i=e(this);setTimeout((function(){t.options.pauseOnFocus&&(t.focussed=i.is(":focus"),t.autoPlay())}),0)}))},n.prototype.getCurrent=n.prototype.slickCurrentSlide=function(){return this.currentSlide},n.prototype.getDotCount=function(){var e=this,t=0,n=0,i=0;if(!0===e.options.infinite)if(e.slideCount<=e.options.slidesToShow)++i;else for(;t<e.slideCount;)++i,t=n+e.options.slidesToScroll,n+=e.options.slidesToScroll<=e.options.slidesToShow?e.options.slidesToScroll:e.options.slidesToShow;else if(!0===e.options.centerMode)i=e.slideCount;else if(e.options.asNavFor)for(;t<e.slideCount;)++i,t=n+e.options.slidesToScroll,n+=e.options.slidesToScroll<=e.options.slidesToShow?e.options.slidesToScroll:e.options.slidesToShow;else i=1+Math.ceil((e.slideCount-e.options.slidesToShow)/e.options.slidesToScroll);return i-1},n.prototype.getLeft=function(e){var t,n,i,s,o=this,r=0;return o.slideOffset=0,n=o.$slides.first().outerHeight(!0),!0===o.options.infinite?(o.slideCount>o.options.slidesToShow&&(o.slideOffset=o.slideWidth*o.options.slidesToShow*-1,s=-1,!0===o.options.vertical&&!0===o.options.centerMode&&(2===o.options.slidesToShow?s=-1.5:1===o.options.slidesToShow&&(s=-2)),r=n*o.options.slidesToShow*s),o.slideCount%o.options.slidesToScroll!=0&&e+o.options.slidesToScroll>o.slideCount&&o.slideCount>o.options.slidesToShow&&(e>o.slideCount?(o.slideOffset=(o.options.slidesToShow-(e-o.slideCount))*o.slideWidth*-1,r=(o.options.slidesToShow-(e-o.slideCount))*n*-1):(o.slideOffset=o.slideCount%o.options.slidesToScroll*o.slideWidth*-1,r=o.slideCount%o.options.slidesToScroll*n*-1))):e+o.options.slidesToShow>o.slideCount&&(o.slideOffset=(e+o.options.slidesToShow-o.slideCount)*o.slideWidth,r=(e+o.options.slidesToShow-o.slideCount)*n),o.slideCount<=o.options.slidesToShow&&(o.slideOffset=0,r=0),!0===o.options.centerMode&&o.slideCount<=o.options.slidesToShow?o.slideOffset=o.slideWidth*Math.floor(o.options.slidesToShow)/2-o.slideWidth*o.slideCount/2:!0===o.options.centerMode&&!0===o.options.infinite?o.slideOffset+=o.slideWidth*Math.floor(o.options.slidesToShow/2)-o.slideWidth:!0===o.options.centerMode&&(o.slideOffset=0,o.slideOffset+=o.slideWidth*Math.floor(o.options.slidesToShow/2)),t=!1===o.options.vertical?e*o.slideWidth*-1+o.slideOffset:e*n*-1+r,!0===o.options.variableWidth&&(i=o.slideCount<=o.options.slidesToShow||!1===o.options.infinite?o.$slideTrack.children(".slick-slide").eq(e):o.$slideTrack.children(".slick-slide").eq(e+o.options.slidesToShow),t=!0===o.options.rtl?i[0]?-1*(o.$slideTrack.width()-i[0].offsetLeft-i.width()):0:i[0]?-1*i[0].offsetLeft:0,!0===o.options.centerMode&&(i=o.slideCount<=o.options.slidesToShow||!1===o.options.infinite?o.$slideTrack.children(".slick-slide").eq(e):o.$slideTrack.children(".slick-slide").eq(e+o.options.slidesToShow+1),t=!0===o.options.rtl?i[0]?-1*(o.$slideTrack.width()-i[0].offsetLeft-i.width()):0:i[0]?-1*i[0].offsetLeft:0,t+=(o.$list.width()-i.outerWidth())/2)),t},n.prototype.getOption=n.prototype.slickGetOption=function(e){return this.options[e]},n.prototype.getNavigableIndexes=function(){var e,t=this,n=0,i=0,s=[];for(!1===t.options.infinite?e=t.slideCount:(n=-1*t.options.slidesToScroll,i=-1*t.options.slidesToScroll,e=2*t.slideCount);n<e;)s.push(n),n=i+t.options.slidesToScroll,i+=t.options.slidesToScroll<=t.options.slidesToShow?t.options.slidesToScroll:t.options.slidesToShow;return s},n.prototype.getSlick=function(){return this},n.prototype.getSlideCount=function(){var t,n,i=this;return n=!0===i.options.centerMode?i.slideWidth*Math.floor(i.options.slidesToShow/2):0,!0===i.options.swipeToSlide?(i.$slideTrack.find(".slick-slide").each((function(s,o){if(o.offsetLeft-n+e(o).outerWidth()/2>-1*i.swipeLeft)return t=o,!1})),Math.abs(e(t).attr("data-slick-index")-i.currentSlide)||1):i.options.slidesToScroll},n.prototype.goTo=n.prototype.slickGoTo=function(e,t){this.changeSlide({data:{message:"index",index:parseInt(e)}},t)},n.prototype.init=function(t){var n=this;e(n.$slider).hasClass("slick-initialized")||(e(n.$slider).addClass("slick-initialized"),n.buildRows(),n.buildOut(),n.setProps(),n.startLoad(),n.loadSlider(),n.initializeEvents(),n.updateArrows(),n.updateDots(),n.checkResponsive(!0),n.focusHandler()),t&&n.$slider.trigger("init",[n]),!0===n.options.accessibility&&n.initADA(),n.options.autoplay&&(n.paused=!1,n.autoPlay())},n.prototype.initADA=function(){var t=this,n=Math.ceil(t.slideCount/t.options.slidesToShow),i=t.getNavigableIndexes().filter((function(e){return e>=0&&e<t.slideCount}));t.$slides.add(t.$slideTrack.find(".slick-cloned")).attr({"aria-hidden":"true",tabindex:"-1"}).find("a, input, button, select").attr({tabindex:"-1"}),null!==t.$dots&&(t.$slides.not(t.$slideTrack.find(".slick-cloned")).each((function(n){var s=i.indexOf(n);if(e(this).attr({role:"tabpanel",id:"slick-slide"+t.instanceUid+n,tabindex:-1}),-1!==s){var o="slick-slide-control"+t.instanceUid+s;e("#"+o).length&&e(this).attr({"aria-describedby":o})}})),t.$dots.attr("role","tablist").find("li").each((function(s){var o=i[s];e(this).attr({role:"presentation"}),e(this).find("button").first().attr({role:"tab",id:"slick-slide-control"+t.instanceUid+s,"aria-controls":"slick-slide"+t.instanceUid+o,"aria-label":s+1+" of "+n,"aria-selected":null,tabindex:"-1"})})).eq(t.currentSlide).find("button").attr({"aria-selected":"true",tabindex:"0"}).end());for(var s=t.currentSlide,o=s+t.options.slidesToShow;s<o;s++)t.options.focusOnChange?t.$slides.eq(s).attr({tabindex:"0"}):t.$slides.eq(s).removeAttr("tabindex");t.activateADA()},n.prototype.initArrowEvents=function(){var e=this;!0===e.options.arrows&&e.slideCount>e.options.slidesToShow&&(e.$prevArrow.off("click.slick").on("click.slick",{message:"previous"},e.changeSlide),e.$nextArrow.off("click.slick").on("click.slick",{message:"next"},e.changeSlide),!0===e.options.accessibility&&(e.$prevArrow.on("keydown.slick",e.keyHandler),e.$nextArrow.on("keydown.slick",e.keyHandler)))},n.prototype.initDotEvents=function(){var t=this;!0===t.options.dots&&t.slideCount>t.options.slidesToShow&&(e("li",t.$dots).on("click.slick",{message:"index"},t.changeSlide),!0===t.options.accessibility&&t.$dots.on("keydown.slick",t.keyHandler)),!0===t.options.dots&&!0===t.options.pauseOnDotsHover&&t.slideCount>t.options.slidesToShow&&e("li",t.$dots).on("mouseenter.slick",e.proxy(t.interrupt,t,!0)).on("mouseleave.slick",e.proxy(t.interrupt,t,!1))},n.prototype.initSlideEvents=function(){var t=this;t.options.pauseOnHover&&(t.$list.on("mouseenter.slick",e.proxy(t.interrupt,t,!0)),t.$list.on("mouseleave.slick",e.proxy(t.interrupt,t,!1)))},n.prototype.initializeEvents=function(){var t=this;t.initArrowEvents(),t.initDotEvents(),t.initSlideEvents(),t.$list.on("touchstart.slick mousedown.slick",{action:"start"},t.swipeHandler),t.$list.on("touchmove.slick mousemove.slick",{action:"move"},t.swipeHandler),t.$list.on("touchend.slick mouseup.slick",{action:"end"},t.swipeHandler),t.$list.on("touchcancel.slick mouseleave.slick",{action:"end"},t.swipeHandler),t.$list.on("click.slick",t.clickHandler),e(document).on(t.visibilityChange,e.proxy(t.visibility,t)),!0===t.options.accessibility&&t.$list.on("keydown.slick",t.keyHandler),!0===t.options.focusOnSelect&&e(t.$slideTrack).children().on("click.slick",t.selectHandler),e(window).on("orientationchange.slick.slick-"+t.instanceUid,e.proxy(t.orientationChange,t)),e(window).on("resize.slick.slick-"+t.instanceUid,e.proxy(t.resize,t)),e("[draggable!=true]",t.$slideTrack).on("dragstart",t.preventDefault),e(window).on("load.slick.slick-"+t.instanceUid,t.setPosition),e(t.setPosition)},n.prototype.initUI=function(){var e=this;!0===e.options.arrows&&e.slideCount>e.options.slidesToShow&&(e.$prevArrow.show(),e.$nextArrow.show()),!0===e.options.dots&&e.slideCount>e.options.slidesToShow&&e.$dots.show()},n.prototype.keyHandler=function(e){var t=this;e.target.tagName.match("TEXTAREA|INPUT|SELECT")||(37===e.keyCode&&!0===t.options.accessibility?t.changeSlide({data:{message:!0===t.options.rtl?"next":"previous"}}):39===e.keyCode&&!0===t.options.accessibility&&t.changeSlide({data:{message:!0===t.options.rtl?"previous":"next"}}))},n.prototype.lazyLoad=function(){var t,n,i,s=this;function o(t){e("img[data-lazy]",t).each((function(){var t=e(this),n=e(this).attr("data-lazy"),i=e(this).attr("data-srcset"),o=e(this).attr("data-sizes")||s.$slider.attr("data-sizes"),r=document.createElement("img");r.onload=function(){t.animate({opacity:0},100,(function(){i&&(t.attr("srcset",i),o&&t.attr("sizes",o)),t.attr("src",n).animate({opacity:1},200,(function(){t.removeAttr("data-lazy data-srcset data-sizes").removeClass("slick-loading")})),s.$slider.trigger("lazyLoaded",[s,t,n])}))},r.onerror=function(){t.removeAttr("data-lazy").removeClass("slick-loading").addClass("slick-lazyload-error"),s.$slider.trigger("lazyLoadError",[s,t,n])},r.src=n}))}if(!0===s.options.centerMode?!0===s.options.infinite?i=(n=s.currentSlide+(s.options.slidesToShow/2+1))+s.options.slidesToShow+2:(n=Math.max(0,s.currentSlide-(s.options.slidesToShow/2+1)),i=s.options.slidesToShow/2+1+2+s.currentSlide):(n=s.options.infinite?s.options.slidesToShow+s.currentSlide:s.currentSlide,i=Math.ceil(n+s.options.slidesToShow),!0===s.options.fade&&(n>0&&n--,i<=s.slideCount&&i++)),t=s.$slider.find(".slick-slide").slice(n,i),"anticipated"===s.options.lazyLoad)for(var r=n-1,a=i,l=s.$slider.find(".slick-slide"),c=0;c<s.options.slidesToScroll;c++)r<0&&(r=s.slideCount-1),t=(t=t.add(l.eq(r))).add(l.eq(a)),r--,a++;o(t),s.slideCount<=s.options.slidesToShow?o(s.$slider.find(".slick-slide")):s.currentSlide>=s.slideCount-s.options.slidesToShow?o(s.$slider.find(".slick-cloned").slice(0,s.options.slidesToShow)):0===s.currentSlide&&o(s.$slider.find(".slick-cloned").slice(-1*s.options.slidesToShow))},n.prototype.loadSlider=function(){var e=this;e.setPosition(),e.$slideTrack.css({opacity:1}),e.$slider.removeClass("slick-loading"),e.initUI(),"progressive"===e.options.lazyLoad&&e.progressiveLazyLoad()},n.prototype.next=n.prototype.slickNext=function(){this.changeSlide({data:{message:"next"}})},n.prototype.orientationChange=function(){this.checkResponsive(),this.setPosition()},n.prototype.pause=n.prototype.slickPause=function(){this.autoPlayClear(),this.paused=!0},n.prototype.play=n.prototype.slickPlay=function(){var e=this;e.autoPlay(),e.options.autoplay=!0,e.paused=!1,e.focussed=!1,e.interrupted=!1},n.prototype.postSlide=function(t){var n=this;n.unslicked||(n.$slider.trigger("afterChange",[n,t]),n.animating=!1,n.slideCount>n.options.slidesToShow&&n.setPosition(),n.swipeLeft=null,n.options.autoplay&&n.autoPlay(),!0===n.options.accessibility&&(n.initADA(),n.options.focusOnChange&&e(n.$slides.get(n.currentSlide)).attr("tabindex",0).focus()))},n.prototype.prev=n.prototype.slickPrev=function(){this.changeSlide({data:{message:"previous"}})},n.prototype.preventDefault=function(e){e.preventDefault()},n.prototype.progressiveLazyLoad=function(t){t=t||1;var n,i,s,o,r,a=this,l=e("img[data-lazy]",a.$slider);l.length?(n=l.first(),i=n.attr("data-lazy"),s=n.attr("data-srcset"),o=n.attr("data-sizes")||a.$slider.attr("data-sizes"),(r=document.createElement("img")).onload=function(){s&&(n.attr("srcset",s),o&&n.attr("sizes",o)),n.attr("src",i).removeAttr("data-lazy data-srcset data-sizes").removeClass("slick-loading"),!0===a.options.adaptiveHeight&&a.setPosition(),a.$slider.trigger("lazyLoaded",[a,n,i]),a.progressiveLazyLoad()},r.onerror=function(){t<3?setTimeout((function(){a.progressiveLazyLoad(t+1)}),500):(n.removeAttr("data-lazy").removeClass("slick-loading").addClass("slick-lazyload-error"),a.$slider.trigger("lazyLoadError",[a,n,i]),a.progressiveLazyLoad())},r.src=i):a.$slider.trigger("allImagesLoaded",[a])},n.prototype.refresh=function(t){var n,i,s=this;i=s.slideCount-s.options.slidesToShow,!s.options.infinite&&s.currentSlide>i&&(s.currentSlide=i),s.slideCount<=s.options.slidesToShow&&(s.currentSlide=0),n=s.currentSlide,s.destroy(!0),e.extend(s,s.initials,{currentSlide:n}),s.init(),t||s.changeSlide({data:{message:"index",index:n}},!1)},n.prototype.registerBreakpoints=function(){var t,n,i,s=this,o=s.options.responsive||null;if("array"===e.type(o)&&o.length){for(t in s.respondTo=s.options.respondTo||"window",o)if(i=s.breakpoints.length-1,o.hasOwnProperty(t)){for(n=o[t].breakpoint;i>=0;)s.breakpoints[i]&&s.breakpoints[i]===n&&s.breakpoints.splice(i,1),i--;s.breakpoints.push(n),s.breakpointSettings[n]=o[t].settings}s.breakpoints.sort((function(e,t){return s.options.mobileFirst?e-t:t-e}))}},n.prototype.reinit=function(){var t=this;t.$slides=t.$slideTrack.children(t.options.slide).addClass("slick-slide"),t.slideCount=t.$slides.length,t.currentSlide>=t.slideCount&&0!==t.currentSlide&&(t.currentSlide=t.currentSlide-t.options.slidesToScroll),t.slideCount<=t.options.slidesToShow&&(t.currentSlide=0),t.registerBreakpoints(),t.setProps(),t.setupInfinite(),t.buildArrows(),t.updateArrows(),t.initArrowEvents(),t.buildDots(),t.updateDots(),t.initDotEvents(),t.cleanUpSlideEvents(),t.initSlideEvents(),t.checkResponsive(!1,!0),!0===t.options.focusOnSelect&&e(t.$slideTrack).children().on("click.slick",t.selectHandler),t.setSlideClasses("number"==typeof t.currentSlide?t.currentSlide:0),t.setPosition(),t.focusHandler(),t.paused=!t.options.autoplay,t.autoPlay(),t.$slider.trigger("reInit",[t])},n.prototype.resize=function(){var t=this;e(window).width()!==t.windowWidth&&(clearTimeout(t.windowDelay),t.windowDelay=window.setTimeout((function(){t.windowWidth=e(window).width(),t.checkResponsive(),t.unslicked||t.setPosition()}),50))},n.prototype.removeSlide=n.prototype.slickRemove=function(e,t,n){var i=this;if(e="boolean"==typeof e?!0===(t=e)?0:i.slideCount-1:!0===t?--e:e,i.slideCount<1||e<0||e>i.slideCount-1)return!1;i.unload(),!0===n?i.$slideTrack.children().remove():i.$slideTrack.children(this.options.slide).eq(e).remove(),i.$slides=i.$slideTrack.children(this.options.slide),i.$slideTrack.children(this.options.slide).detach(),i.$slideTrack.append(i.$slides),i.$slidesCache=i.$slides,i.reinit()},n.prototype.setCSS=function(e){var t,n,i=this,s={};!0===i.options.rtl&&(e=-e),t="left"==i.positionProp?Math.ceil(e)+"px":"0px",n="top"==i.positionProp?Math.ceil(e)+"px":"0px",s[i.positionProp]=e,!1===i.transformsEnabled?i.$slideTrack.css(s):(s={},!1===i.cssTransitions?(s[i.animType]="translate("+t+", "+n+")",i.$slideTrack.css(s)):(s[i.animType]="translate3d("+t+", "+n+", 0px)",i.$slideTrack.css(s)))},n.prototype.setDimensions=function(){var e=this;!1===e.options.vertical?!0===e.options.centerMode&&e.$list.css({padding:"0px "+e.options.centerPadding}):(e.$list.height(e.$slides.first().outerHeight(!0)*e.options.slidesToShow),!0===e.options.centerMode&&e.$list.css({padding:e.options.centerPadding+" 0px"})),e.listWidth=e.$list.width(),e.listHeight=e.$list.height(),!1===e.options.vertical&&!1===e.options.variableWidth?(e.slideWidth=Math.ceil(e.listWidth/e.options.slidesToShow),e.$slideTrack.width(Math.ceil(e.slideWidth*e.$slideTrack.children(".slick-slide").length))):!0===e.options.variableWidth?e.$slideTrack.width(5e3*e.slideCount):(e.slideWidth=Math.ceil(e.listWidth),e.$slideTrack.height(Math.ceil(e.$slides.first().outerHeight(!0)*e.$slideTrack.children(".slick-slide").length)));var t=e.$slides.first().outerWidth(!0)-e.$slides.first().width();!1===e.options.variableWidth&&e.$slideTrack.children(".slick-slide").width(e.slideWidth-t)},n.prototype.setFade=function(){var t,n=this;n.$slides.each((function(i,s){t=n.slideWidth*i*-1,!0===n.options.rtl?e(s).css({position:"relative",right:t,top:0,zIndex:n.options.zIndex-2,opacity:0}):e(s).css({position:"relative",left:t,top:0,zIndex:n.options.zIndex-2,opacity:0})})),n.$slides.eq(n.currentSlide).css({zIndex:n.options.zIndex-1,opacity:1})},n.prototype.setHeight=function(){var e=this;if(1===e.options.slidesToShow&&!0===e.options.adaptiveHeight&&!1===e.options.vertical){var t=e.$slides.eq(e.currentSlide).outerHeight(!0);e.$list.css("height",t)}},n.prototype.setOption=n.prototype.slickSetOption=function(){var t,n,i,s,o,r=this,a=!1;if("object"===e.type(arguments[0])?(i=arguments[0],a=arguments[1],o="multiple"):"string"===e.type(arguments[0])&&(i=arguments[0],s=arguments[1],a=arguments[2],"responsive"===arguments[0]&&"array"===e.type(arguments[1])?o="responsive":void 0!==arguments[1]&&(o="single")),"single"===o)r.options[i]=s;else if("multiple"===o)e.each(i,(function(e,t){r.options[e]=t}));else if("responsive"===o)for(n in s)if("array"!==e.type(r.options.responsive))r.options.responsive=[s[n]];else{for(t=r.options.responsive.length-1;t>=0;)r.options.responsive[t].breakpoint===s[n].breakpoint&&r.options.responsive.splice(t,1),t--;r.options.responsive.push(s[n])}a&&(r.unload(),r.reinit())},n.prototype.setPosition=function(){var e=this;e.setDimensions(),e.setHeight(),!1===e.options.fade?e.setCSS(e.getLeft(e.currentSlide)):e.setFade(),e.$slider.trigger("setPosition",[e])},n.prototype.setProps=function(){var e=this,t=document.body.style;e.positionProp=!0===e.options.vertical?"top":"left","top"===e.positionProp?e.$slider.addClass("slick-vertical"):e.$slider.removeClass("slick-vertical"),void 0===t.WebkitTransition&&void 0===t.MozTransition&&void 0===t.msTransition||!0===e.options.useCSS&&(e.cssTransitions=!0),e.options.fade&&("number"==typeof e.options.zIndex?e.options.zIndex<3&&(e.options.zIndex=3):e.options.zIndex=e.defaults.zIndex),void 0!==t.OTransform&&(e.animType="OTransform",e.transformType="-o-transform",e.transitionType="OTransition",void 0===t.perspectiveProperty&&void 0===t.webkitPerspective&&(e.animType=!1)),void 0!==t.MozTransform&&(e.animType="MozTransform",e.transformType="-moz-transform",e.transitionType="MozTransition",void 0===t.perspectiveProperty&&void 0===t.MozPerspective&&(e.animType=!1)),void 0!==t.webkitTransform&&(e.animType="webkitTransform",e.transformType="-webkit-transform",e.transitionType="webkitTransition",void 0===t.perspectiveProperty&&void 0===t.webkitPerspective&&(e.animType=!1)),void 0!==t.msTransform&&(e.animType="msTransform",e.transformType="-ms-transform",e.transitionType="msTransition",void 0===t.msTransform&&(e.animType=!1)),void 0!==t.transform&&!1!==e.animType&&(e.animType="transform",e.transformType="transform",e.transitionType="transition"),e.transformsEnabled=e.options.useTransform&&null!==e.animType&&!1!==e.animType},n.prototype.setSlideClasses=function(e){var t,n,i,s,o=this;if(n=o.$slider.find(".slick-slide").removeClass("slick-active slick-center slick-current").attr("aria-hidden","true"),o.$slides.eq(e).addClass("slick-current"),!0===o.options.centerMode){var r=o.options.slidesToShow%2==0?1:0;t=Math.floor(o.options.slidesToShow/2),!0===o.options.infinite&&(e>=t&&e<=o.slideCount-1-t?o.$slides.slice(e-t+r,e+t+1).addClass("slick-active").attr("aria-hidden","false"):(i=o.options.slidesToShow+e,n.slice(i-t+1+r,i+t+2).addClass("slick-active").attr("aria-hidden","false")),0===e?n.eq(n.length-1-o.options.slidesToShow).addClass("slick-center"):e===o.slideCount-1&&n.eq(o.options.slidesToShow).addClass("slick-center")),o.$slides.eq(e).addClass("slick-center")}else e>=0&&e<=o.slideCount-o.options.slidesToShow?o.$slides.slice(e,e+o.options.slidesToShow).addClass("slick-active").attr("aria-hidden","false"):n.length<=o.options.slidesToShow?n.addClass("slick-active").attr("aria-hidden","false"):(s=o.slideCount%o.options.slidesToShow,i=!0===o.options.infinite?o.options.slidesToShow+e:e,o.options.slidesToShow==o.options.slidesToScroll&&o.slideCount-e<o.options.slidesToShow?n.slice(i-(o.options.slidesToShow-s),i+s).addClass("slick-active").attr("aria-hidden","false"):n.slice(i,i+o.options.slidesToShow).addClass("slick-active").attr("aria-hidden","false"));"ondemand"!==o.options.lazyLoad&&"anticipated"!==o.options.lazyLoad||o.lazyLoad()},n.prototype.setupInfinite=function(){var t,n,i,s=this;if(!0===s.options.fade&&(s.options.centerMode=!1),!0===s.options.infinite&&!1===s.options.fade&&(n=null,s.slideCount>s.options.slidesToShow)){for(i=!0===s.options.centerMode?s.options.slidesToShow+1:s.options.slidesToShow,t=s.slideCount;t>s.slideCount-i;t-=1)n=t-1,e(s.$slides[n]).clone(!0).attr("id","").attr("data-slick-index",n-s.slideCount).prependTo(s.$slideTrack).addClass("slick-cloned");for(t=0;t<i+s.slideCount;t+=1)n=t,e(s.$slides[n]).clone(!0).attr("id","").attr("data-slick-index",n+s.slideCount).appendTo(s.$slideTrack).addClass("slick-cloned");s.$slideTrack.find(".slick-cloned").find("[id]").each((function(){e(this).attr("id","")}))}},n.prototype.interrupt=function(e){e||this.autoPlay(),this.interrupted=e},n.prototype.selectHandler=function(t){var n=this,i=e(t.target).is(".slick-slide")?e(t.target):e(t.target).parents(".slick-slide"),s=parseInt(i.attr("data-slick-index"));s||(s=0),n.slideCount<=n.options.slidesToShow?n.slideHandler(s,!1,!0):n.slideHandler(s)},n.prototype.slideHandler=function(e,t,n){var i,s,o,r,a,l,c=this;if(t=t||!1,!(!0===c.animating&&!0===c.options.waitForAnimate||!0===c.options.fade&&c.currentSlide===e))if(!1===t&&c.asNavFor(e),i=e,a=c.getLeft(i),r=c.getLeft(c.currentSlide),c.currentLeft=null===c.swipeLeft?r:c.swipeLeft,!1===c.options.infinite&&!1===c.options.centerMode&&(e<0||e>c.getDotCount()*c.options.slidesToScroll))!1===c.options.fade&&(i=c.currentSlide,!0!==n&&c.slideCount>c.options.slidesToShow?c.animateSlide(r,(function(){c.postSlide(i)})):c.postSlide(i));else if(!1===c.options.infinite&&!0===c.options.centerMode&&(e<0||e>c.slideCount-c.options.slidesToScroll))!1===c.options.fade&&(i=c.currentSlide,!0!==n&&c.slideCount>c.options.slidesToShow?c.animateSlide(r,(function(){c.postSlide(i)})):c.postSlide(i));else{if(c.options.autoplay&&clearInterval(c.autoPlayTimer),s=i<0?c.slideCount%c.options.slidesToScroll!=0?c.slideCount-c.slideCount%c.options.slidesToScroll:c.slideCount+i:i>=c.slideCount?c.slideCount%c.options.slidesToScroll!=0?0:i-c.slideCount:i,c.animating=!0,c.$slider.trigger("beforeChange",[c,c.currentSlide,s]),o=c.currentSlide,c.currentSlide=s,c.setSlideClasses(c.currentSlide),c.options.asNavFor&&(l=(l=c.getNavTarget()).slick("getSlick")).slideCount<=l.options.slidesToShow&&l.setSlideClasses(c.currentSlide),c.updateDots(),c.updateArrows(),!0===c.options.fade)return!0!==n?(c.fadeSlideOut(o),c.fadeSlide(s,(function(){c.postSlide(s)}))):c.postSlide(s),void c.animateHeight();!0!==n&&c.slideCount>c.options.slidesToShow?c.animateSlide(a,(function(){c.postSlide(s)})):c.postSlide(s)}},n.prototype.startLoad=function(){var e=this;!0===e.options.arrows&&e.slideCount>e.options.slidesToShow&&(e.$prevArrow.hide(),e.$nextArrow.hide()),!0===e.options.dots&&e.slideCount>e.options.slidesToShow&&e.$dots.hide(),e.$slider.addClass("slick-loading")},n.prototype.swipeDirection=function(){var e,t,n,i,s=this;return e=s.touchObject.startX-s.touchObject.curX,t=s.touchObject.startY-s.touchObject.curY,n=Math.atan2(t,e),(i=Math.round(180*n/Math.PI))<0&&(i=360-Math.abs(i)),i<=45&&i>=0||i<=360&&i>=315?!1===s.options.rtl?"left":"right":i>=135&&i<=225?!1===s.options.rtl?"right":"left":!0===s.options.verticalSwiping?i>=35&&i<=135?"down":"up":"vertical"},n.prototype.swipeEnd=function(e){var t,n,i=this;if(i.dragging=!1,i.swiping=!1,i.scrolling)return i.scrolling=!1,!1;if(i.interrupted=!1,i.shouldClick=!(i.touchObject.swipeLength>10),void 0===i.touchObject.curX)return!1;if(!0===i.touchObject.edgeHit&&i.$slider.trigger("edge",[i,i.swipeDirection()]),i.touchObject.swipeLength>=i.touchObject.minSwipe){switch(n=i.swipeDirection()){case"left":case"down":t=i.options.swipeToSlide?i.checkNavigable(i.currentSlide+i.getSlideCount()):i.currentSlide+i.getSlideCount(),i.currentDirection=0;break;case"right":case"up":t=i.options.swipeToSlide?i.checkNavigable(i.currentSlide-i.getSlideCount()):i.currentSlide-i.getSlideCount(),i.currentDirection=1}"vertical"!=n&&(i.slideHandler(t),i.touchObject={},i.$slider.trigger("swipe",[i,n]))}else i.touchObject.startX!==i.touchObject.curX&&(i.slideHandler(i.currentSlide),i.touchObject={})},n.prototype.swipeHandler=function(e){var t=this;if(!(!1===t.options.swipe||"ontouchend"in document&&!1===t.options.swipe||!1===t.options.draggable&&-1!==e.type.indexOf("mouse")))switch(t.touchObject.fingerCount=e.originalEvent&&void 0!==e.originalEvent.touches?e.originalEvent.touches.length:1,t.touchObject.minSwipe=t.listWidth/t.options.touchThreshold,!0===t.options.verticalSwiping&&(t.touchObject.minSwipe=t.listHeight/t.options.touchThreshold),e.data.action){case"start":t.swipeStart(e);break;case"move":t.swipeMove(e);break;case"end":t.swipeEnd(e)}},n.prototype.swipeMove=function(e){var t,n,i,s,o,r,a=this;return o=void 0!==e.originalEvent?e.originalEvent.touches:null,!(!a.dragging||a.scrolling||o&&1!==o.length)&&(t=a.getLeft(a.currentSlide),a.touchObject.curX=void 0!==o?o[0].pageX:e.clientX,a.touchObject.curY=void 0!==o?o[0].pageY:e.clientY,a.touchObject.swipeLength=Math.round(Math.sqrt(Math.pow(a.touchObject.curX-a.touchObject.startX,2))),r=Math.round(Math.sqrt(Math.pow(a.touchObject.curY-a.touchObject.startY,2))),!a.options.verticalSwiping&&!a.swiping&&r>4?(a.scrolling=!0,!1):(!0===a.options.verticalSwiping&&(a.touchObject.swipeLength=r),n=a.swipeDirection(),void 0!==e.originalEvent&&a.touchObject.swipeLength>4&&(a.swiping=!0,e.preventDefault()),s=(!1===a.options.rtl?1:-1)*(a.touchObject.curX>a.touchObject.startX?1:-1),!0===a.options.verticalSwiping&&(s=a.touchObject.curY>a.touchObject.startY?1:-1),i=a.touchObject.swipeLength,a.touchObject.edgeHit=!1,!1===a.options.infinite&&(0===a.currentSlide&&"right"===n||a.currentSlide>=a.getDotCount()&&"left"===n)&&(i=a.touchObject.swipeLength*a.options.edgeFriction,a.touchObject.edgeHit=!0),!1===a.options.vertical?a.swipeLeft=t+i*s:a.swipeLeft=t+i*(a.$list.height()/a.listWidth)*s,!0===a.options.verticalSwiping&&(a.swipeLeft=t+i*s),!0!==a.options.fade&&!1!==a.options.touchMove&&(!0===a.animating?(a.swipeLeft=null,!1):void a.setCSS(a.swipeLeft))))},n.prototype.swipeStart=function(e){var t,n=this;if(n.interrupted=!0,1!==n.touchObject.fingerCount||n.slideCount<=n.options.slidesToShow)return n.touchObject={},!1;void 0!==e.originalEvent&&void 0!==e.originalEvent.touches&&(t=e.originalEvent.touches[0]),n.touchObject.startX=n.touchObject.curX=void 0!==t?t.pageX:e.clientX,n.touchObject.startY=n.touchObject.curY=void 0!==t?t.pageY:e.clientY,n.dragging=!0},n.prototype.unfilterSlides=n.prototype.slickUnfilter=function(){var e=this;null!==e.$slidesCache&&(e.unload(),e.$slideTrack.children(this.options.slide).detach(),e.$slidesCache.appendTo(e.$slideTrack),e.reinit())},n.prototype.unload=function(){var t=this;e(".slick-cloned",t.$slider).remove(),t.$dots&&t.$dots.remove(),t.$prevArrow&&t.htmlExpr.test(t.options.prevArrow)&&t.$prevArrow.remove(),t.$nextArrow&&t.htmlExpr.test(t.options.nextArrow)&&t.$nextArrow.remove(),t.$slides.removeClass("slick-slide slick-active slick-visible slick-current").attr("aria-hidden","true").css("width","")},n.prototype.unslick=function(e){var t=this;t.$slider.trigger("unslick",[t,e]),t.destroy()},n.prototype.updateArrows=function(){var e=this;Math.floor(e.options.slidesToShow/2),!0===e.options.arrows&&e.slideCount>e.options.slidesToShow&&!e.options.infinite&&(e.$prevArrow.removeClass("slick-disabled").attr("aria-disabled","false"),e.$nextArrow.removeClass("slick-disabled").attr("aria-disabled","false"),0===e.currentSlide?(e.$prevArrow.addClass("slick-disabled").attr("aria-disabled","true"),e.$nextArrow.removeClass("slick-disabled").attr("aria-disabled","false")):(e.currentSlide>=e.slideCount-e.options.slidesToShow&&!1===e.options.centerMode||e.currentSlide>=e.slideCount-1&&!0===e.options.centerMode)&&(e.$nextArrow.addClass("slick-disabled").attr("aria-disabled","true"),e.$prevArrow.removeClass("slick-disabled").attr("aria-disabled","false")))},n.prototype.updateDots=function(){var e=this;null!==e.$dots&&(e.$dots.find("li").removeClass("slick-active").end(),e.$dots.find("li").eq(Math.floor(e.currentSlide/e.options.slidesToScroll)).addClass("slick-active"))},n.prototype.visibility=function(){var e=this;e.options.autoplay&&(document[e.hidden]?e.interrupted=!0:e.interrupted=!1)},e.fn.slick=function(){var e,t,i=this,s=arguments[0],o=Array.prototype.slice.call(arguments,1),r=i.length;for(e=0;e<r;e++)if("object"==typeof s||void 0===s?i[e].slick=new n(i[e],s):t=i[e].slick[s].apply(i[e].slick,o),void 0!==t)return t;return i}}(si.a)})),di=Object.freeze({default:ui,__moduleExports:ui}),pi={name:"presentation",components:{Slick:li},data:function(){return{open:!1,currentSlide:1,slideCount:0,slickOptions:{infinite:!1,arrows:!1,swipe:!1}}},mounted:function(){var e=this,t=this;window.addEventListener("izzi:OpenPresentation",(function(){e.open=!0,$(document).trigger("nvsMedia:pause:all"),document.body.addEventListener("keydown",t.handleArrows),document.body.classList.add("presentation--open"),ne.a.enabled&&ne.a.request(document.querySelector(".presentation"))})),window.addEventListener("izzi:ClosePresentation",(function(){e.open=!1,$(document).trigger("nvsMedia:pause:all"),document.body.removeEventListener("keydown",t.handleArrows),document.body.classList.remove("presentation--open","int-fullscreen--on"),ne.a.enabled&&ne.a.isFullscreen&&ne.a.exit()})),window.addEventListener("pkc-objects-slider-moved",(function(t){setTimeout((function(){e.scaleComponent($("#block-".concat(t.detail.blockId," .pkc-component")))}),100)})),$(this.$el).find(".app-column").each((function(e,t){var n=$(t);n.find(".toggle-wrap").length&&n.addClass("app-column--alt-audio"),n.find(".block-info").length&&n.addClass("app-column--has-caption")})),ne.a.enabled?ne.a.on("change",(function(){!ne.a.isFullscreen&&document.body.classList.contains("presentation--open")&&t.close()})):$("body").on("keydown.presentationFullscreen",(function(e){27==e.keyCode&&t.close()}))},methods:{prev:function(){this.$refs.slick.prev()},next:function(){this.$refs.slick.next()},handleArrows:function(e){37==e.keyCode?this.prev():39==e.keyCode&&this.next()},onInit:function(e,t){this.slideCount=t.slideCount},onBeforeChange:function(e,t,n,i){$(document).trigger("nvsMedia:pause:all");var s=i>n?t.$slides[n+1]:t.$slides[n-1];s&&this.scaleComponent($(s).find(".pkc-component"))},onAfterChange:function(e,t,n){this.currentSlide=n+1},close:function(){var e=new CustomEvent("izzi:ClosePresentation");window.dispatchEvent(e)},scaleComponent:function(e){var t=[];if(e.each((function(e,n){var i=$(n);if(!i.parents(".pkc-component").length){var s=i.find("> .int"),o=s.width(),r=s.height(),a=i.width(),l=$(".presentation").height(),c=i.attr("data-block-id");if(c&&t.push(c),o>a||r>l-120){if(0===i.find(".int--is-fullscreen").length){if(r*(u=parseFloat(a/o))>l-120)var u=(l-60)/r;s.css("transform","scale("+u+")").attr("data-scaling-factor",u)}}else s.attr("data-scaling-factor")&&s.css("transform","scale(1)").attr("data-scaling-factor",1)}})),t.length){var n=new CustomEvent("pkc-recalculate-dimensions",{detail:{blocks:t}});window.dispatchEvent(n)}}}},fi=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"presentation",attrs:{id:"presentation","aria-modal":"true",role:"dialog","aria-hidden":!e.open}},[n("div",{staticClass:"presentation-slider"},[n("slick",{ref:"slick",attrs:{options:e.slickOptions},on:{init:e.onInit,afterChange:e.onAfterChange,beforeChange:e.onBeforeChange}},[e._t("default")],2)],1),e._v(" "),n("footer",{staticClass:"presentation__bar"},[n("div",{staticClass:"presentation__nav"},[n("button",{staticClass:"presentation__prev slick-prev",attrs:{type:"button","aria-label":e.$t("presentation.previous"),disabled:1==e.currentSlide},on:{click:e.prev}},[n("i",{staticClass:"material-icons",attrs:{"aria-hidden":"true"}},[e._v("arrow_back")])]),e._v(" "),n("button",{staticClass:"presentation__prev slick-prev",attrs:{type:"button","aria-label":e.$t("presentation.next"),disabled:e.currentSlide==e.slideCount},on:{click:e.next}},[n("i",{staticClass:"material-icons",attrs:{"aria-hidden":"true"}},[e._v("arrow_forward")])])]),e._v(" "),n("div",{staticClass:"presentation__index js-katex-ignore"},[e._v(e._s(e.currentSlide)+"/"+e._s(e.slideCount))]),e._v(" "),n("div",{staticClass:"presentation__controls"},[n("button",{staticClass:"presentation__close",attrs:{type:"button","aria-label":e.$t("presentation.exit")},on:{click:e.close}},[n("i",{staticClass:"material-icons",attrs:{"aria-hidden":"true"}},[e._v("fullscreen_exit")])])])])])};fi._withStripped=!0;var hi=q(pi,fi,[],!1,null,null,null);hi.options.__file="src/common/scripts/components/presentation.vue";var vi=hi.exports,mi={name:"objects-slider-footer",props:{id:String,index:Number,slideCount:Number,isSliderScored:Boolean,isSliderBlocking:Boolean},data:function(){return{scorableParent:null}},computed:{nextDisabled:function(){if("steps"==this.$parent.config.sliderType&&this.scorableParent&&this.isSliderBlocking)return!this.scorableParent.isSolved||!this.scorableParent.isSubmitted},prevSlideDisabled:function(){return this.$parent.fullscreenIndex<=0},nextSlideDisabled:function(){return this.$parent.fullscreenIndex>=this.$parent.slideCount-1},buttonProps:function(){var e={visible:!1,label:"",className:"",ariaLabel:""},t={visible:!0,label:'<span class="icon"><svg class="icon-open-step"><use xlink:href="'.concat((new this.$options.components["izzi-icon"]).themeUrlProper,'#open-step"></use></svg></span>'),className:"",ariaLabel:this.$t("objectsSlider.next")},n={visible:!0,label:this.$t("objectsSlider.finish"),className:"slider-control--cta",ariaLabel:this.$t("objectsSlider.finish")};return"steps"==this.$parent.config.sliderType&&this.$parent.scorableCount?this.index==this.$parent.currentSlide&&this.index<this.slideCount&&!this.$parent.isFinished?t:this.index!=this.slideCount||this.$parent.isFinished?e:n:"steps"==this.$parent.config.sliderType&&0===this.$parent.scorableCount?this.index==this.slideCount?e:t:"test"==this.$parent.config.sliderType?this.index==this.slideCount&&!this.$parent.isFinished||this.$parent.isFullscreen?n:e:void 0},bulletClass:function(){if(this.scorableParent&&this.scorableParent.isSubmitted)return{"slider-bullet--valid":this.scorableParent.isSolved,"slider-bullet--invalid":!this.scorableParent.isSolved}}},created:function(){var e=this,t=this.$parent.scorable.filter((function(t){return t.blockId==e.id}));t.length&&(this.scorableParent=t[0])},methods:{advance:function(){"test"==this.$parent.config.sliderType?this.$emit("submit-test"):this.index==this.slideCount?this.$emit("advance-finish"):this.$emit("advance")},nextSlide:function(){this.$emit("advance-test")},prevSlide:function(){this.$emit("back-test")}}},gi=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("footer",{staticClass:"objects-slider__footer js-katex-ignore"},[e.scorableParent?n("div",{staticClass:"slider-bullets"},[n("div",{staticClass:"slider-bullet",class:e.bulletClass})]):e._e(),e._v(" "),n("div",{staticClass:"slider-controls objects-slider__controls"},[e.buttonProps.visible&&"test"==e.$parent.config.sliderType&&e.$parent.isFullscreen?n("button",{attrs:{type:"button","aria-label":e.$t("objectsSlider.previous"),disabled:e.prevSlideDisabled},on:{click:e.prevSlide}},[n("i",{staticClass:"material-icons",attrs:{"aria-hidden":"true",focusable:"false"}},[e._v("arrow_back")])]):e._e(),e._v(" "),e.buttonProps.visible&&"test"==e.$parent.config.sliderType&&e.$parent.isFullscreen?n("button",{attrs:{type:"button","aria-label":e.$t("objectsSlider.next"),disabled:e.nextSlideDisabled},on:{click:e.nextSlide}},[n("i",{staticClass:"material-icons",attrs:{"aria-hidden":"true",focusable:"false"}},[e._v("arrow_forward")])]):e._e(),e._v(" "),e.buttonProps.visible?n("button",{class:e.buttonProps.className,attrs:{type:"button","aria-label":e.buttonProps.ariaLabel,disabled:e.nextDisabled},domProps:{innerHTML:e._s(e.buttonProps.label)},on:{click:e.advance}}):e._e(),e._v(" "),n("div",{staticClass:"slider-index"},[e._v(e._s(e.index)+"/"+e._s(e.slideCount))])])])};gi._withStripped=!0;var yi=q(mi,gi,[],!1,null,null,null);yi.options.__file="src/common/scripts/components/objects-slider-footer.vue";var bi=yi.exports,_i=Vue.extend(bi),ji={name:"objects-slider",props:{"block-id":String,config:Object},mixins:[oe,{computed:{isVisibleByRole:function(){var e=this.$root,t=this.config,n=e||{},i=n.userRole,s=n.isAnon,o=t||{},r=o.hideForTeacher,a=o.hideForStudent;return!(o.hideForGuest&&s||r&&i&&i.isTeacher||a&&(i&&i.isStudent||i.isParent))}}}],data:function(){return{currentSlide:1,slideCount:0,slides:[],scorable:[],isScoredParent:!0,isContainerBlock:!0,isFinished:!1,isFinishedOnce:!1,isFullscreen:!1,fullscreenable:[],fullscreenIndex:null}},computed:{elClass:function(){var e={"objects-slider--finished":this.isFinished,"is-fullscreen":this.isFullscreen};return e["objects-slider--".concat(this.config.sliderType)]=!0,e["objects-slider--bg-color-".concat(this.config.backgroundVariant)]=!0,e},showSlides:function(){return"slider"!=this.config.sliderType&&(!this.isFullscreen||"steps"!=this.config.sliderType&&"test"!=this.config.sliderType)||!this.isFinished},roundedScore:function(){return Math.round(this.scoredCount/this.scorableCount*100)},resultStars:function(){var e=[{variant:"empty",delay:"0.2s"},{variant:"empty",delay:"0.15s"},{variant:"empty",delay:"0.1s"},{variant:"empty",delay:"0.15s"},{variant:"empty",delay:"0.2s"}];return this.roundedScore>=10&&(e[0].variant="half"),this.roundedScore>=20&&(e[0].variant="full"),this.roundedScore>=30&&(e[1].variant="half"),this.roundedScore>=40&&(e[1].variant="full"),this.roundedScore>=50&&(e[2].variant="half"),this.roundedScore>=60&&(e[2].variant="full"),this.roundedScore>=70&&(e[3].variant="half"),this.roundedScore>=80&&(e[3].variant="full"),this.roundedScore>=90&&(e[4].variant="half"),100==this.roundedScore&&(e[4].variant="full"),e},activeSlide:function(){return this.slides[this.currentSlide-1]},nextDisabled:function(){return 0!==this.scorableCount&&(this.config.isBlocking&&this.activeSlide&&null!==this.activeSlide.scorable?!this.activeSlide.scorable.isSolved||!this.activeSlide.scorable.isSubmitted:0===this.scorableCount&&this.currentSlide==this.slideCount||void 0)},scorableCount:function(){return this.scorable.length},scoredCount:function(){return this.scorable.filter((function(e){return e.isSolved})).length},isThemePDF:function(){return["izzi-pdf","pyp-pdf"].includes(document.body.getAttribute("data-publication-theme"))}},watch:{currentSlide:function(e,t){var n=this;this.slides[t-1].block.removeBlockClass(["oslide--active"]),this.activeSlide.block.addBlockClass(["oslide--active","oslide--open"]),"slider"==this.config.sliderType&&setTimeout((function(){n.alignInViewport()}),10),this.slides.forEach((function(t,n){n==e-1?t.$el.setAttribute("tabindex",0):t.$el.setAttribute("tabindex",-1)})),setTimeout((function(){n.activeSlide.$el.focus()}),10)}},mounted:function(){var e=this,t=this,n=this.$el.querySelectorAll(".objects-slider__slides > .xblock");if(this.slideCount=n.length,n.forEach((function(t,n){e.slides.push({$el:t,id:t.getAttribute("data-id"),scorable:null,block:null})})),this.slides.forEach((function(e,t){0==t?e.$el.setAttribute("tabindex",0):e.$el.setAttribute("tabindex",-1)})),"slider"!=this.config.sliderType){var i=[];this.slides.forEach((function(e){if(!e.$el.querySelector(".int-header__btn--fullscreen")){var t=e.$el.querySelector(".app-wrap"),n=document.createElement("div");n.innerHTML='<button class="int-header__btn int-header__btn--fullscreen" style="position: absolute; top:0; right: 0; opacity: 0; z-index: -999999" tab-index="-1" type="button"></button>',t.appendChild(n)}i.push(e.$el.querySelector(".int-header__btn--fullscreen"))})),i.forEach((function(e,n){e.setAttribute("data-orderindex",n),e.addEventListener("click",(function(){t.fullscreenIndex=Number(e.getAttribute("data-orderindex")),t.isFullscreen?t.setActiveFullscreenSlide(t.fullscreenIndex):t.removeAllFullscreenSlides()}))}))}Object.values(this.$children).filter((function(e){return"izzi-block"==e.$options._componentTag})).forEach((function(t){if(e.slides.filter((function(e){return e.id==t.blockId}))[0].block=t,t.isScored){var n=t.$children.filter((function(e){return"alt-audio"!=e.$options._componentTag}))[0];e.scorable.push(n),e.slides.filter((function(e){return e.id==t.blockId}))[0].scorable=n}var i=t.$children.filter((function(e){return"alt-audio"!=e.$options._componentTag}))[0];i&&i.hasOwnProperty("isFullscreen")&&e.fullscreenable.push(i)})),this.activeSlide.block.addBlockClass(["oslide--active","oslide--open"]),"steps"!=this.config.sliderType&&"test"!=this.config.sliderType||n.forEach((function(t,n){var i=new _i({parent:e,propsData:{id:t.getAttribute("data-id"),index:n+1,slideCount:e.slideCount,isSliderScored:e.config.isScored,isSliderBlocking:e.config.isBlocking}});i.$mount(),t.appendChild(i.$el),i.$on("advance",e.next),i.$on("advance-finish",e.finish),i.$on("submit-test",e.submitTest),i.$on("advance-test",e.nextSlide),i.$on("back-test",e.prevSlide)})),this.notifyComponents(),window.addEventListener("izzi:fullscreenContainerToggle",(function(t){t.detail.blockId==e.blockId&&ne.a.enabled&&(t.detail.isOpen?e.openFullscreen():e.closeFullscreen())}))},methods:{alignInViewport:function(){var e=this.$el.getBoundingClientRect(),t=window.scrollY,n=e.y+t-50;window.scrollTo(0,n)},notifyComponents:function(){var e=new CustomEvent("pkc-recalculate-dimensions",{detail:{blocks:[this.activeSlide.id]}});window.dispatchEvent(e)},notifyPresentation:function(){if("slick"==this.$parent.$options._componentTag||"presentation"==this.$parent.$options._componentTag){var e=new CustomEvent("pkc-objects-slider-moved",{detail:{blockId:this.blockId}});window.dispatchEvent(e)}},bulletClass:function(e){var t={"slider-bullet--active":e==this.currentSlide-1};return this.slides[e].scorable?(t["slider-bullet--valid"]=this.slides[e].scorable.isSubmitted&&this.slides[e].scorable.isSolved,t["slider-bullet--invalid"]=this.slides[e].scorable.isSubmitted&&!this.slides[e].scorable.isSolved):t["slider-bullet--dot"]=!0,t},prev:function(){0===this.scorableCount&&1===this.currentSlide?this.currentSlide=this.slideCount:this.currentSlide--,this.isFinished=!1,this.notifyPresentation(),this.notifyComponents(),$(document).trigger("nvsMedia:pause:target",this.$el)},next:function(){0===this.scorableCount&&this.currentSlide===this.slideCount?this.currentSlide=1:this.currentSlide++,"steps"==this.config.sliderType&&this.isFullscreen&&(this.fullscreenIndex++,this.setFullscreenSlides()),this.notifyPresentation(),this.notifyComponents(),$(document).trigger("nvsMedia:pause:target",this.$el)},finish:function(){var e=this;$(document).trigger("nvsMedia:pause:target",this.$el),this.isFinished=!0,this.isFinishedOnce=!0,this.notifyPresentation(),this.notifyComponents(),this.submitSlides(),setTimeout((function(){e.alignInViewport();var t=e.$el.querySelector(".objects-finish");t.setAttribute("tabindex",-1),t.focus()}),100)},openFullscreen:function(){var e=this;this.isFullscreen=!0,ne.a.request(document.querySelector("objects-slider-".concat(this._uid))).then((function(){ne.a.on("change",e.cleanupFullscreen)})),this.fullscreenable.forEach((function(e){e.isFullscreen=!0}))},closeFullscreen:function(){this.isFullscreen=!1,ne.a.off("change",this.cleanupFullscreen),ne.a.exit(),"slider"!=this.config.sliderType&&this.removeAllFullscreenSlides(),this.fullscreenable.forEach((function(e){e.isFullscreen=!1,"function"==typeof e.toggleFullscreenToggled&&e.toggleFullscreenToggled(),"function"==typeof e.toggleFullscreenClosed&&e.toggleFullscreenClosed()}))},cleanupFullscreen:function(){document.body.classList.remove("int-fullscreen--on"),this.closeFullscreen()},reset:function(){"steps"==this.config.sliderType&&this.slides.forEach((function(e){e.block.removeBlockClass(["oslide--active","oslide--open"])})),"slider"!=this.config.sliderType&&this.isFullscreen&&(this.fullscreenIndex=0,this.setFullscreenSlides()),this.currentSlide=1,this.isFinished=!1,this.scorable.forEach((function(e){e.isSubmitted=!1,e.isSolved=!1,"function"==typeof e.reset&&e.reset()}))},submitTest:function(){this.finish()},submitSlides:function(){this.scorable.forEach((function(e){"function"!=typeof e.submitAnswer||e.isSubmitted||e.submitAnswer()}))},closeIzziBlock:function(){this.$emit("close-izzi-pdf-block",{blockId:this._uid}),this.cleanupFullscreen(),this.reset()},nextSlide:function(){this.fullscreenIndex++,this.setFullscreenSlides()},prevSlide:function(){this.fullscreenIndex--,this.setFullscreenSlides()},setFullscreenSlides:function(){var e=this;this.slides[this.fullscreenIndex].$el.querySelector(".int--has-fullscreen")||(this.cleanupFullscreen(),setTimeout((function(){window.scrollTo({top:Math.round(e.slides[e.fullscreenIndex].$el.getBoundingClientRect().top-68)+document.documentElement.scrollTop,behavior:"auto"})}),100)),this.slides.forEach((function(t,n){var i,s,o,r;n==e.fullscreenIndex?(null===(i=t.$el.querySelector(".int--has-fullscreen"))||void 0===i||i.classList.add("int--active-fullscreen"),null===(s=t.$el.querySelector(".objects-slider__footer"))||void 0===s||s.classList.add("objects-slider__footer--active")):(null===(o=t.$el.querySelector(".int--has-fullscreen"))||void 0===o||o.classList.remove("int--active-fullscreen"),null===(r=t.$el.querySelector(".objects-slider__footer"))||void 0===r||r.classList.remove("objects-slider__footer--active"))}))},setActiveFullscreenSlide:function(e){var t,n;null===(t=this.slides[e].$el.querySelector(".int--has-fullscreen"))||void 0===t||t.classList.add("int--active-fullscreen"),null===(n=this.slides[e].$el.querySelector(".objects-slider__footer"))||void 0===n||n.classList.add("objects-slider__footer--active")},removeAllFullscreenSlides:function(){this.slides.forEach((function(e){var t,n;null===(t=e.$el.querySelector(".int--has-fullscreen"))||void 0===t||t.classList.remove("int--active-fullscreen"),null===(n=e.$el.querySelector(".objects-slider__footer"))||void 0===n||n.classList.remove("objects-slider__footer--active")}))}}},wi=function(){var e=this,t=e.$createElement,n=e._self._c||t;return e.isVisibleByRole?n("div",{staticClass:"int objects-slider",class:e.elClass,attrs:{id:"objects-slider-"+e._uid}},[e.config.title?n("h3",{staticClass:"objects-slider__title",domProps:{innerHTML:e._s(e.config.title)}}):e._e(),e._v(" "),e.isFinished&&e.isFullscreen?n("button",{staticClass:"int-header__btn int-header__btn--fullscreen objects-finish-close",attrs:{type:"button","aria-label":e.$t("pkc.header.fullscreen")},on:{click:e.cleanupFullscreen}},[n("i",{staticClass:"material-icons",attrs:{"aria-hidden":"true",focusable:"false"}},[e._v("fullscreen_exit")])]):e._e(),e._v(" "),n("div",{directives:[{name:"show",rawName:"v-show",value:e.showSlides,expression:"showSlides"}],staticClass:"objects-slider__slides"},[e._t("default")],2),e._v(" "),n("div",{directives:[{name:"show",rawName:"v-show",value:e.isFinished,expression:"isFinished"}],staticClass:"objects-finish"},[n("div",{staticClass:"int-body js-katex-ignore"},[n("div",{staticClass:"int-content"},[n("div",{staticClass:"objects-finish__row"},[e.isThemePDF?n("div",[n("button",{staticClass:"objects-finish__close-button",attrs:{type:"button"},on:{click:e.closeIzziBlock}},[n("i",{staticClass:"material-icons",attrs:{"aria-hidden":"true",focusable:"false"}},[e._v("close")])])]):e._e(),e._v(" "),n("div",{staticClass:"objects-finish__numbers"},[n("p",{staticClass:"objects-finish__small"},[e._v(e._s(e.$t("objectsSlider.correct")))]),e._v(" "),n("p",{staticClass:"objects-finish__large"},[e._v(e._s(e.scoredCount)+"/"+e._s(e.scorableCount))])]),e._v(" "),n("div",{staticClass:"objects-finish__numbers"},[n("p",{staticClass:"objects-finish__small"},[e._v(e._s(e.$t("objectsSlider.success")))]),e._v(" "),n("p",{staticClass:"objects-finish__large"},[e._v(e._s(e.roundedScore)+"%")])])]),e._v(" "),n("div",{staticClass:"objects-finish__stars"},e._l(e.resultStars,(function(t){return n("div",{staticClass:"results-star",class:{"results-star--go":e.isFinished,"results-star--empty":"empty"==t.variant,"results-star--half":"half"==t.variant,"results-star--full":"full"==t.variant},style:{animationDelay:t.delay}})})),0),e._v(" "),n("button",{staticClass:"cta objects-finish__cta",attrs:{type:"button"},on:{click:e.reset}},[e._v(e._s(e.$t("objectsSlider.tryAgain"))+" "),n("izzi-icon",{attrs:{icon:"reload"}})],1)])])]),e._v(" "),"slider"==e.config.sliderType?n("footer",{directives:[{name:"show",rawName:"v-show",value:!e.isFinished,expression:"!isFinished"}],staticClass:"objects-slider__footer js-katex-ignore"},[n("div",{staticClass:"slider-bullets"},e._l(e.slides,(function(t,i){return n("div",{staticClass:"slider-bullet",class:e.bulletClass(i)})})),0),e._v(" "),n("div",{staticClass:"slider-controls objects-slider__controls"},[n("button",{staticClass:"slick-prev",attrs:{type:"button","aria-label":e.$t("objectsSlider.previous"),title:e.$t("objectsSlider.previous"),disabled:1==e.currentSlide&&e.scorableCount>0},on:{click:e.prev}},[n("i",{staticClass:"material-icons",attrs:{"aria-hidden":"true",focusable:"false"}},[e._v("arrow_back")])]),e._v(" "),e.scorableCount?[e.currentSlide!=e.slideCount||e.isFinished?e._e():n("button",{staticClass:"slider-control--cta",attrs:{type:"button","aria-label":e.$t("objectsSlider.finish"),disabled:e.nextDisabled},on:{click:e.finish}},[e._v(e._s(e.$t("objectsSlider.finish")))])]:e._e(),e._v(" "),e.currentSlide<e.slideCount||0===e.scorableCount?n("button",{attrs:{type:"button","aria-label":e.$t("objectsSlider.next"),disabled:e.nextDisabled,title:e.$t("objectsSlider.next")},on:{click:e.next}},[n("i",{staticClass:"material-icons",attrs:{"aria-hidden":"true",focusable:"false"}},[e._v("arrow_forward")])]):e._e(),e._v(" "),n("div",{staticClass:"slider-index"},[e._v(e._s(e.currentSlide)+"/"+e._s(e.slideCount))])],2)]):e._e()]):e._e()};wi._withStripped=!0;var xi=q(ji,wi,[],!1,null,null,null);xi.options.__file="src/common/scripts/components/objects-slider.vue";var ki=xi.exports;var Si=function(){this.__data__=[],this.size=0};var Ci=function(e,t){return e===t||e!=e&&t!=t};var Ti=function(e,t){for(var n=e.length;n--;)if(Ci(e[n][0],t))return n;return-1},$i=Array.prototype.splice;var Ei=function(e){var t=this.__data__,n=Ti(t,e);return!(n<0)&&(n==t.length-1?t.pop():$i.call(t,n,1),--this.size,!0)};var Oi=function(e){var t=this.__data__,n=Ti(t,e);return n<0?void 0:t[n][1]};var Pi=function(e){return Ti(this.__data__,e)>-1};var Ai=function(e,t){var n=this.__data__,i=Ti(n,e);return i<0?(++this.size,n.push([e,t])):n[i][1]=t,this};function zi(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var i=e[t];this.set(i[0],i[1])}}zi.prototype.clear=Si,zi.prototype.delete=Ei,zi.prototype.get=Oi,zi.prototype.has=Pi,zi.prototype.set=Ai;var Ii=zi;var Li=function(){this.__data__=new Ii,this.size=0};var Mi=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n};var Di=function(e){return this.__data__.get(e)};var Fi,Ni=function(e){return this.__data__.has(e)},Hi=Me.a["__core-js_shared__"],Bi=(Fi=/[^.]+$/.exec(Hi&&Hi.keys&&Hi.keys.IE_PROTO||""))?"Symbol(src)_1."+Fi:"";var qi=function(e){return!!Bi&&Bi in e},Ri=Function.prototype.toString;var Vi=function(e){if(null!=e){try{return Ri.call(e)}catch(e){}try{return e+""}catch(e){}}return""},Ui=/^\[object .+?Constructor\]$/,Wi=Function.prototype,Gi=Object.prototype,Xi=Wi.toString,Yi=Gi.hasOwnProperty,Zi=RegExp("^"+Xi.call(Yi).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");var Ji=function(e){return!(!gt(e)||qi(e))&&(yt(e)?Zi:Ui).test(Vi(e))};var Ki=function(e,t){return null==e?void 0:e[t]};var Qi=function(e,t){var n=Ki(e,t);return Ji(n)?n:void 0},es=Qi(Me.a,"Map"),ts=Qi(Object,"create");var ns=function(){this.__data__=ts?ts(null):{},this.size=0};var is=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},ss=Object.prototype.hasOwnProperty;var os=function(e){var t=this.__data__;if(ts){var n=t[e];return"__lodash_hash_undefined__"===n?void 0:n}return ss.call(t,e)?t[e]:void 0},rs=Object.prototype.hasOwnProperty;var as=function(e){var t=this.__data__;return ts?void 0!==t[e]:rs.call(t,e)};var ls=function(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=ts&&void 0===t?"__lodash_hash_undefined__":t,this};function cs(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var i=e[t];this.set(i[0],i[1])}}cs.prototype.clear=ns,cs.prototype.delete=is,cs.prototype.get=os,cs.prototype.has=as,cs.prototype.set=ls;var us=cs;var ds=function(){this.size=0,this.__data__={hash:new us,map:new(es||Ii),string:new us}};var ps=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e};var fs=function(e,t){var n=e.__data__;return ps(t)?n["string"==typeof t?"string":"hash"]:n.map};var hs=function(e){var t=fs(this,e).delete(e);return this.size-=t?1:0,t};var vs=function(e){return fs(this,e).get(e)};var ms=function(e){return fs(this,e).has(e)};var gs=function(e,t){var n=fs(this,e),i=n.size;return n.set(e,t),this.size+=n.size==i?0:1,this};function ys(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var i=e[t];this.set(i[0],i[1])}}ys.prototype.clear=ds,ys.prototype.delete=hs,ys.prototype.get=vs,ys.prototype.has=ms,ys.prototype.set=gs;var bs=ys;var _s=function(e,t){var n=this.__data__;if(n instanceof Ii){var i=n.__data__;if(!es||i.length<199)return i.push([e,t]),this.size=++n.size,this;n=this.__data__=new bs(i)}return n.set(e,t),this.size=n.size,this};function js(e){var t=this.__data__=new Ii(e);this.size=t.size}js.prototype.clear=Li,js.prototype.delete=Mi,js.prototype.get=Di,js.prototype.has=Ni,js.prototype.set=_s;var ws=js;var xs=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this};var ks=function(e){return this.__data__.has(e)};function Ss(e){var t=-1,n=null==e?0:e.length;for(this.__data__=new bs;++t<n;)this.add(e[t])}Ss.prototype.add=Ss.prototype.push=xs,Ss.prototype.has=ks;var Cs=Ss;var Ts=function(e,t){for(var n=-1,i=null==e?0:e.length;++n<i;)if(t(e[n],n,e))return!0;return!1};var $s=function(e,t){return e.has(t)};var Es=function(e,t,n,i,s,o){var r=1&n,a=e.length,l=t.length;if(a!=l&&!(r&&l>a))return!1;var c=o.get(e),u=o.get(t);if(c&&u)return c==t&&u==e;var d=-1,p=!0,f=2&n?new Cs:void 0;for(o.set(e,t),o.set(t,e);++d<a;){var h=e[d],v=t[d];if(i)var m=r?i(v,h,d,t,e,o):i(h,v,d,e,t,o);if(void 0!==m){if(m)continue;p=!1;break}if(f){if(!Ts(t,(function(e,t){if(!$s(f,t)&&(h===e||s(h,e,n,i,o)))return f.push(t)}))){p=!1;break}}else if(h!==v&&!s(h,v,n,i,o)){p=!1;break}}return o.delete(e),o.delete(t),p},Os=Me.a.Uint8Array;var Ps=function(e){var t=-1,n=Array(e.size);return e.forEach((function(e,i){n[++t]=[i,e]})),n};var As=function(e){var t=-1,n=Array(e.size);return e.forEach((function(e){n[++t]=e})),n},zs=De?De.prototype:void 0,Is=zs?zs.valueOf:void 0;var Ls=function(e,t,n,i,s,o,r){switch(n){case"[object DataView]":if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case"[object ArrayBuffer]":return!(e.byteLength!=t.byteLength||!o(new Os(e),new Os(t)));case"[object Boolean]":case"[object Date]":case"[object Number]":return Ci(+e,+t);case"[object Error]":return e.name==t.name&&e.message==t.message;case"[object RegExp]":case"[object String]":return e==t+"";case"[object Map]":var a=Ps;case"[object Set]":var l=1&i;if(a||(a=As),e.size!=t.size&&!l)return!1;var c=r.get(e);if(c)return c==t;i|=2,r.set(e,t);var u=Es(a(e),a(t),i,s,o,r);return r.delete(e),u;case"[object Symbol]":if(Is)return Is.call(e)==Is.call(t)}return!1};var Ms=function(e,t){for(var n=-1,i=t.length,s=e.length;++n<i;)e[s+n]=t[n];return e};var Ds=function(e,t,n){var i=t(e);return Qe(e)?i:Ms(i,n(e))};var Fs=function(e,t){for(var n=-1,i=null==e?0:e.length,s=0,o=[];++n<i;){var r=e[n];t(r,n,e)&&(o[s++]=r)}return o};var Ns=function(){return[]},Hs=Object.prototype.propertyIsEnumerable,Bs=Object.getOwnPropertySymbols,qs=Bs?function(e){return null==e?[]:(e=Object(e),Fs(Bs(e),(function(t){return Hs.call(e,t)})))}:Ns;var Rs=function(e){return Ds(e,_t,qs)},Vs=Object.prototype.hasOwnProperty;var Us=function(e,t,n,i,s,o){var r=1&n,a=Rs(e),l=a.length;if(l!=Rs(t).length&&!r)return!1;for(var c=l;c--;){var u=a[c];if(!(r?u in t:Vs.call(t,u)))return!1}var d=o.get(e),p=o.get(t);if(d&&p)return d==t&&p==e;var f=!0;o.set(e,t),o.set(t,e);for(var h=r;++c<l;){var v=e[u=a[c]],m=t[u];if(i)var g=r?i(m,v,u,t,e,o):i(v,m,u,e,t,o);if(!(void 0===g?v===m||s(v,m,n,i,o):g)){f=!1;break}h||(h="constructor"==u)}if(f&&!h){var y=e.constructor,b=t.constructor;y==b||!("constructor"in e)||!("constructor"in t)||"function"==typeof y&&y instanceof y&&"function"==typeof b&&b instanceof b||(f=!1)}return o.delete(e),o.delete(t),f},Ws=Qi(Me.a,"DataView"),Gs=Qi(Me.a,"Promise"),Xs=Qi(Me.a,"Set"),Ys=Qi(Me.a,"WeakMap"),Zs=Vi(Ws),Js=Vi(es),Ks=Vi(Gs),Qs=Vi(Xs),eo=Vi(Ys),to=We;(Ws&&"[object DataView]"!=to(new Ws(new ArrayBuffer(1)))||es&&"[object Map]"!=to(new es)||Gs&&"[object Promise]"!=to(Gs.resolve())||Xs&&"[object Set]"!=to(new Xs)||Ys&&"[object WeakMap]"!=to(new Ys))&&(to=function(e){var t=We(e),n="[object Object]"==t?e.constructor:void 0,i=n?Vi(n):"";if(i)switch(i){case Zs:return"[object DataView]";case Js:return"[object Map]";case Ks:return"[object Promise]";case Qs:return"[object Set]";case eo:return"[object WeakMap]"}return t});var no=to,io=Object.prototype.hasOwnProperty;var so=function(e,t,n,i,s,o){var r=Qe(e),a=Qe(t),l=r?"[object Array]":no(e),c=a?"[object Array]":no(t),u="[object Object]"==(l="[object Arguments]"==l?"[object Object]":l),d="[object Object]"==(c="[object Arguments]"==c?"[object Object]":c),p=l==c;if(p&&Object(et.a)(e)){if(!Object(et.a)(t))return!1;r=!0,u=!1}if(p&&!u)return o||(o=new ws),r||ct(e)?Es(e,t,n,i,s,o):Ls(e,t,l,n,i,s,o);if(!(1&n)){var f=u&&io.call(e,"__wrapped__"),h=d&&io.call(t,"__wrapped__");if(f||h){var v=f?e.value():e,m=h?t.value():t;return o||(o=new ws),s(v,m,n,i,o)}}return!!p&&(o||(o=new ws),Us(e,t,n,i,s,o))};var oo=function e(t,n,i,s,o){return t===n||(null==t||null==n||!Ge(t)&&!Ge(n)?t!=t&&n!=n:so(t,n,i,s,e,o))};var ro=function(e,t,n,i){var s=n.length,o=s,r=!i;if(null==e)return!o;for(e=Object(e);s--;){var a=n[s];if(r&&a[2]?a[1]!==e[a[0]]:!(a[0]in e))return!1}for(;++s<o;){var l=(a=n[s])[0],c=e[l],u=a[1];if(r&&a[2]){if(void 0===c&&!(l in e))return!1}else{var d=new ws;if(i)var p=i(c,u,l,e,t,d);if(!(void 0===p?oo(u,c,3,i,d):p))return!1}}return!0};var ao=function(e){return e==e&&!gt(e)};var lo=function(e){for(var t=_t(e),n=t.length;n--;){var i=t[n],s=e[i];t[n]=[i,s,ao(s)]}return t};var co=function(e,t){return function(n){return null!=n&&(n[e]===t&&(void 0!==t||e in Object(n)))}};var uo=function(e){var t=lo(e);return 1==t.length&&t[0][2]?co(t[0][0],t[0][1]):function(n){return n===e||ro(n,e,t)}};var po=function(e){return"symbol"==typeof e||Ge(e)&&"[object Symbol]"==We(e)},fo=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,ho=/^\w*$/;var vo=function(e,t){if(Qe(e))return!1;var n=typeof e;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=e&&!po(e))||(ho.test(e)||!fo.test(e)||null!=t&&e in Object(t))};function mo(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new TypeError("Expected a function");var n=function(){var i=arguments,s=t?t.apply(this,i):i[0],o=n.cache;if(o.has(s))return o.get(s);var r=e.apply(this,i);return n.cache=o.set(s,r)||o,r};return n.cache=new(mo.Cache||bs),n}mo.Cache=bs;var go=mo;var yo=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,bo=/\\(\\)?/g,_o=function(e){var t=go(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(yo,(function(e,n,i,s){t.push(i?s.replace(bo,"$1"):n||e)})),t})),jo=De?De.prototype:void 0,wo=jo?jo.toString:void 0;var xo=function e(t){if("string"==typeof t)return t;if(Qe(t))return ze(t,e)+"";if(po(t))return wo?wo.call(t):"";var n=t+"";return"0"==n&&1/t==-1/0?"-0":n};var ko=function(e){return null==e?"":xo(e)};var So=function(e,t){return Qe(e)?e:vo(e,t)?[e]:_o(ko(e))};var Co=function(e){if("string"==typeof e||po(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t};var To=function(e,t){for(var n=0,i=(t=So(t,e)).length;null!=e&&n<i;)e=e[Co(t[n++])];return n&&n==i?e:void 0};var $o=function(e,t,n){var i=null==e?void 0:To(e,t);return void 0===i?n:i};var Eo=function(e,t){return null!=e&&t in Object(e)};var Oo=function(e,t,n){for(var i=-1,s=(t=So(t,e)).length,o=!1;++i<s;){var r=Co(t[i]);if(!(o=null!=e&&n(e,r)))break;e=e[r]}return o||++i!=s?o:!!(s=null==e?0:e.length)&&it(s)&&nt(r,s)&&(Qe(e)||Ke(e))};var Po=function(e,t){return null!=e&&Oo(e,t,Eo)};var Ao=function(e,t){return vo(e)&&ao(t)?co(Co(e),t):function(n){var i=$o(n,e);return void 0===i&&i===t?Po(n,e):oo(t,i,3)}};var zo=function(e){return function(t){return null==t?void 0:t[e]}};var Io=function(e){return function(t){return To(t,e)}};var Lo=function(e){return vo(e)?zo(Co(e)):Io(e)};var Mo=function(e){return"function"==typeof e?e:null==e?En:"object"==typeof e?Qe(e)?Ao(e[0],e[1]):uo(e):Lo(e)};var Do=function(e,t,n,i){for(var s=e.length,o=n+(i?1:-1);i?o--:++o<s;)if(t(e[o],o,e))return o;return-1};var Fo=function(e){return e!=e};var No=function(e,t,n){for(var i=n-1,s=e.length;++i<s;)if(e[i]===t)return i;return-1};var Ho=function(e,t,n){return t==t?No(e,t,n):Do(e,Fo,n)};var Bo=function(e,t){return!!(null==e?0:e.length)&&Ho(e,t,0)>-1};var qo=function(e,t,n){for(var i=-1,s=null==e?0:e.length;++i<s;)if(n(t,e[i]))return!0;return!1};var Ro=function(){},Vo=Xs&&1/As(new Xs([,-0]))[1]==1/0?function(e){return new Xs(e)}:Ro;var Uo=function(e,t,n){var i=-1,s=Bo,o=e.length,r=!0,a=[],l=a;if(n)r=!1,s=qo;else if(o>=200){var c=t?null:Vo(e);if(c)return As(c);r=!1,s=$s,l=new Cs}else l=t?[]:a;e:for(;++i<o;){var u=e[i],d=t?t(u):u;if(u=n||0!==u?u:0,r&&d==d){for(var p=l.length;p--;)if(l[p]===d)continue e;t&&l.push(d),a.push(u)}else s(l,d,n)||(l!==a&&l.push(d),a.push(u))}return a};var Wo=function(e,t){return e&&e.length?Uo(e,Mo(t,2)):[]},Go={name:"glossary",data:function(){return{navFixed:!1,sortedTerms:{}}},props:{terms:Object},computed:{},filters:{capitalize:function(e){if("string"==typeof e)return e[0].toUpperCase()+e.substr(1)}},created:function(){var e=this;Object.entries(this.terms).forEach((function(t){var n=t[0],i=t[1],s={};Object.values(i).forEach((function(e,t){e.open=!1;var n=Object.values(s).filter((function(t){return t.term==e.term}));if(n.length){var i=n[0];e.description.length>=i.description.length&&(i.description=e.description),i.pages=i.pages.concat(e.pages),i.pages=Wo(i.pages,"src")}else s[t]=e})),e.sortedTerms[n]=s}))},mounted:function(){var e=this;if(new IntersectionObserver((function(t){e.navFixed=!t[0].isIntersecting})).observe(document.querySelector(".hero-simple__wrap")),window.location.hash){var t=window.location.hash;window.location.hash="",setTimeout((function(){window.location.hash=t}),150)}},methods:{toggleTerm:function(e){e.open=!e.open,this.$forceUpdate()}}},Xo=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"glossary"},[n("nav",{staticClass:"glossary-nav",class:{"glossary-nav--fixed":e.navFixed}},e._l(Object.keys(e.sortedTerms),(function(t){return n("a",{staticClass:"glossary-nav__letter",attrs:{href:"#letter-"+t}},[e._v(e._s(t))])})),0),e._v(" "),n("div",{staticClass:"glossary-content"},[n("ul",{staticClass:"glossary-list"},e._l(Object.keys(e.sortedTerms),(function(t){return n("li",{staticClass:"glossary-item",attrs:{id:"letter-"+t}},[n("span",{staticClass:"glossary-letter"},[n("span",[e._v(e._s(t))])]),e._v(" "),n("dl",{staticClass:"glossary-item__terms"},[e._l(e.sortedTerms[t],(function(t){return[n("dt",{staticClass:"glossary-item__term",class:{"glossary-item__term--open":t.open}},[n("button",{staticClass:"glossary-item__title",attrs:{type:"button"},on:{click:function(n){return e.toggleTerm(t)}}},[e._v("\n                "+e._s(e._f("capitalize")(t.term))+"\n                "),n("i",{directives:[{name:"show",rawName:"v-show",value:!t.open,expression:"!term.open"}],staticClass:"material-icons"},[e._v("keyboard_arrow_down")]),e._v(" "),n("i",{directives:[{name:"show",rawName:"v-show",value:t.open,expression:"term.open"}],staticClass:"material-icons"},[e._v("close")])])]),e._v(" "),n("dd",{staticClass:"glossary-item__description",class:{"glossary-item__description--open":t.open}},[n("p",{domProps:{innerHTML:e._s(t.description)}}),e._v(" "),t.pages.length?n("ul",{staticClass:"glossary-item__pages"},e._l(t.pages,(function(t){return n("li",[n("a",{attrs:{href:t.src},domProps:{innerHTML:e._s(t.title)}})])})),0):e._e()])]}))],2)])})),0)])])};Xo._withStripped=!0;var Yo=q(Go,Xo,[],!1,null,null,null);Yo.options.__file="src/common/scripts/components/glossary.vue";var Zo=Yo.exports,Jo={name:"goals",props:{title:String,goals:Array},data:function(){return{listVisible:!1}},methods:{}},Ko=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"goals",class:{"goals--is-open":this.listVisible}},[n("header",{staticClass:"goals__header"},[n("h2",{staticClass:"goals__title"},[n("svg",{staticClass:"goals__visual",attrs:{xmlns:"http://www.w3.org/2000/svg",width:"46",height:"27",viewBox:"0 0 46 27"}},[n("path",{staticClass:"goals__visual-svg",attrs:{fill:"#EADB16","fill-rule":"evenodd",d:"M34.802 2.79L32.012 0 19.468 12.544l2.79 2.79L34.802 2.79zM43.19 0L22.258 20.932l-8.27-8.25-2.79 2.79 11.06 11.06L46 2.79 43.19 0zM0 15.472l11.06 11.06 2.79-2.79-11.04-11.06L0 15.472z"}})]),e._v(" "),n("span",{domProps:{innerHTML:e._s(e.title)}})]),e._v(" "),n("span",{staticClass:"goals-toggle"},[n("label",{attrs:{for:"goals-toggle"},domProps:{innerHTML:e._s(e.$t("goals.showGoals"))}}),e._v(" "),n("input-switch",{attrs:{id:"goals-toggle","color-variant":!0},model:{value:e.listVisible,callback:function(t){e.listVisible=t},expression:"listVisible"}})],1)]),e._v(" "),n("ul",{staticClass:"goals-list checked-list",class:{"goals-list--visible":e.listVisible}},e._l(e.goals,(function(t){return n("li",{domProps:{innerHTML:e._s(t.value)}})})),0)])};Ko._withStripped=!0;var Qo=q(Jo,Ko,[],!1,null,null,null);Qo.options.__file="src/common/scripts/components/goals.vue";var er=Qo.exports;var tr=function(e,t){return e&&$n(e,t,_t)};var nr=function(e,t){return function(n,i){if(null==n)return n;if(!bt(n))return e(n,i);for(var s=n.length,o=t?s:-1,r=Object(n);(t?o--:++o<s)&&!1!==i(r[o],o,r););return n}}(tr);var ir=function(e,t){var n=-1,i=bt(e)?Array(e.length):[];return nr(e,(function(e,s,o){i[++n]=t(e,s,o)})),i};var sr=function(e,t){return(Qe(e)?ze:ir)(e,Mo(t,3))};function or(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function rr(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?or(Object(n),!0).forEach((function(t){s()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):or(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var ar={props:{breadcrumbs:{required:!1,type:Array}},mixins:[Nt],data:function(){return{queueTimeout:3e3,config:{xapi:{enabled:!1,endpoint:"",user:"",password:""},scorm:{enabled:!1},googleAnalytics:{enabled:!1,track:!1}},queue:{xapi:[],xapiSentUnconfirmed:[]},user:{},xAPI_wrapper:null}},created:function(){var e,t,n,i;window.addEventListener("izzi:analytics",(function(e){console.log("analytics submitted from component to shell",e.detail)})),null!==(e=window)&&void 0!==e&&null!==(t=e.dosData)&&void 0!==t&&null!==(n=t.dosExtraParam)&&void 0!==n&&null!==(i=n.options)&&void 0!==i&&i.analytics&&(this.config=window.dosData.dosExtraParam.options.analytics,this.config.xapi.enabled?this.xAPI_GetUser():this.config.googleAnalytics.enabled&&this.config.googleAnalytics.track&&this.startListening())},mounted:function(){var e=this.$root.bookshelfLink;this.getPagesXpScore(e);var t=window.quizData.filter((function(e){return e.pageId==window.dosData.id})).map((function(e){return e.block_id}));if(t.length){var n=e+"api/v2/xapi/last-records";this.axios.post(n,{user:this.$root.user.uid,block:t}).then((function(e){e.data.data&&e.data.data.length&&e.data.data.forEach((function(e){var t=new CustomEvent("izzi:getOldMaxScore",{detail:{blockId:e.block_id,oldMax:100*e.result_score,oldXp:e.xpscore_sum}});window.dispatchEvent(t)}))}))}},methods:{getPagesXpScore:function(e){var t="".concat(e,"api/v2/xapi/pages-xpscore"),n=window.dosData.dosId,i=this.$root.$children.filter((function(e){return"page-list-item"===e.$options._componentTag}));if(i){var s=sr(i,(function(e){return e.item.id}));this.axios.post(t,{publicationId:n,pages:s}).then((function(e){var t=e.data.data,n=new CustomEvent("izzi:getPageListXpScore",{detail:t});window.dispatchEvent(n)}))}},startListening:function(){var e=this;if(window.addEventListener("izzi:analytics",(function(t){e.sendStatement(t.detail)})),this.config.xapi.enabled){this.getQueue(),this.dequeue();var t=new CustomEvent("izzi:analytics",{detail:{title:window.dosData.title,verb:"viewed",block:window.dosData.id,component:"page"}});setTimeout((function(){window.dispatchEvent(t)}),5e3)}},xAPI_GetUser:function(){if(this.$root.isBookshelf&&this.$root.user.uid&&"0"!==this.$root.user.uid)this.user={mbox:"mailto:"+this.$root.user.mail,name:this.$root.user.uid},ADL&&ADL.XAPIWrapper&&ADL.XAPIWrapper.changeConfig({endpoint:this.config.xapi.endpoint,auth:"Basic "+toBase64(this.config.xapi.user+":"+this.config.xapi.password),strictCallbacks:!0}),this.startListening();else if(this.$root.isExport&&!this.$root.isBookshelf&&!this.$root.isApp){var e=new URLSearchParams(window.location.search);console.log("Using ".concat(e.get("endpoint")," as XAPI endpoint")),e.get("endpoint")&&ADL&&ADL.XAPIWrapper&&ADL.XAPIWrapper.changeConfig({endpoint:e.get("endpoint"),auth:"",strictCallbacks:!0}),this.startListening()}},saveQueue:function(){window.localStorage.setItem("izziAnalyticsQueue",JSON.stringify(this.queue))},getQueue:function(){window.localStorage.getItem("izziAnalyticsQueue")&&(this.queue=JSON.parse(window.localStorage.getItem("izziAnalyticsQueue")))},sendStatement:function(e){if(this.config.xapi.enabled&&this.user)if("completed"!=e.verb)this.xAPI_ComposeStatement(e);else{var t=new CustomEvent("izzi:analyticsNotification",{detail:e});window.dispatchEvent(t);var n=e.result.score>e.result.oldMaxScore?e.result.score:e.result.oldMaxScore;if(e.result.score>e.result.oldMaxScore){var i=new CustomEvent("izzi:updateOldMaxScore",{detail:{blockId:e.block,newMax:n,newXp:this.calculateScore(e.result)}});window.dispatchEvent(i),this.xAPI_ComposeStatement(e)}}this.config.googleAnalytics.track&&this.GA_SendStatement(e)},enqueue:function(e){this.queue.xapi.push(e),this.saveQueue()},dequeue:function(){var e=this;this.queue.xapiSentUnconfirmed.length||this.queue.xapi.length?(this.queue.xapiSentUnconfirmed.length||(this.queue.xapiSentUnconfirmed=this.queue.xapi),this.xAPI_SendStatements(this.queue.xapiSentUnconfirmed).then((function(t){var n=e.queue.xapiSentUnconfirmed.length;e.queue.xapiSentUnconfirmed=[],e.queue.xapi.splice(0,n),e.saveQueue(),e.dequeue()}),(function(){setTimeout((function(){e.dequeue()}),e.queueTimeout)}))):setTimeout((function(){e.dequeue()}),this.queueTimeout)},obfuscate:function(e){return parseInt(34*e,16)/2},xAPI_ComposeStatement:function(e){var t={id:"http://xapi.izzi.digital/xapi/".concat(e.component,"/").concat(e.block),definition:{name:{"en-US":e.title},description:{"en-US":e.description},type:"http://xapi.izzi.digital/xapi/".concat(e.component)}};if(e.result){var n={easy:1,medium:2,hard:3,explicit:e.result.weightFactor||4}[e.result.difficulty];t.definition.extensions={"http://xapi.izzi.digital/xapi/difficulty":n||2}}var i=new ADL.XAPIStatement(this.user,this.xAPI_ComposeVerb(e.verb,e.component),t);this.$root.isBookshelf&&window.dosData&&(i.izzi={organizationId:window.dosData.organizationId,workspaceId:window.dosData.workspaceId,dosId:window.dosData.dosId,pageId:window.dosData.id}),window.dosData&&(i.context={contextActivities:{parent:{id:"http://xapi.izzi.digital/xapi/page/"+window.dosData.id,definition:{name:{"en-US":window.dosData.title},description:{"en-US":window.dosData.slug},type:"http://xapi.izzi.digital/xapi/"+window.dosData.systemType}}}}),e.result&&(i.result={score:{scaled:e.result.score/100},success:e.result.success,completion:e.result.completed},this.$root.isBookshelf&&window.dosData&&(i.izzi.nickname=this.$root.user.username,i.izzi.qop=this.obfuscate(window.quizData.filter((function(e){return e.pageId==window.dosData.id})).length))),i.timestamp=(new Date).toISOString(),i.generateId(),console.log("xAPI statement",i),this.enqueue(i)},xAPI_SendStatements:function(e){return new Promise((function(t,n){ADL.XAPIWrapper.sendStatements(e,(function(e,i,s){e?n(e):200===i.status&&(console.log("XAPI STATEMENT SENT TO SERVER:::::"),t(s))}))}))},xAPI_ComposeVerb:function(e,t){return rr(rr({},{played:{id:"http://activitystrea.ms/schema/1.0/play"},paused:{id:"http://id.tincanapi.com/verb/paused"},attempted:{id:"http://adlnet.gov/expapi/verbs/attempted"},completed:{id:"http://adlnet.gov/expapi/verbs/completed"},viewed:{id:"http://adlnet.gov/expapi/verbs/viewed"},closed:{id:"http://adlnet.gov/expapi/verbs/closed"},opened:{id:"http://adlnet.gov/expapi/verbs/opened"}}[e]),{display:{"en-US":e+" "+t}})},GA_SendStatement:function(e){var t=document.title,n=e.block,i="";(i="attempted"==e.verb||"completed"==e.verb?{category:e.component,action:"Check/Reset"}:{"played video-player":{category:"Video",action:"Play_video"},"opened gallery":{category:"Gallery",action:"Open_gallery"},"opened glossary-popup":{category:"Glossary",action:"Reveal_details"}}[e.verb+" "+e.component])&&gtag("event",i.action,{event_category:i.category,event_label:t+" "+n,value:n})}},render:function(){return null}};var lr=function(e,t){for(var n=-1,i=null==e?0:e.length;++n<i&&!1!==t(e[n],n,e););return e};var cr=function(e,t){return(Qe(e)?lr:nr)(e,On(t))},ur=function(){try{var e=Qi(Object,"defineProperty");return e({},"",{}),e}catch(e){}}();var dr=function(e,t,n){"__proto__"==t&&ur?ur(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n},pr=Object.prototype.hasOwnProperty;var fr=function(e,t,n){var i=e[t];pr.call(e,t)&&Ci(i,n)&&(void 0!==n||t in e)||dr(e,t,n)};var hr=function(e,t,n,i){if(!gt(e))return e;for(var s=-1,o=(t=So(t,e)).length,r=o-1,a=e;null!=a&&++s<o;){var l=Co(t[s]),c=n;if("__proto__"===l||"constructor"===l||"prototype"===l)return e;if(s!=r){var u=a[l];void 0===(c=i?i(u,l,a):void 0)&&(c=gt(u)?u:nt(t[s+1])?[]:{})}fr(a,l,c),a=a[l]}return e};var vr=function(e,t,n){for(var i=-1,s=t.length,o={};++i<s;){var r=t[i],a=To(e,r);n(a,r)&&hr(o,So(r,e),a)}return o};var mr=function(e,t){return vr(e,t,(function(t,n){return Po(e,n)}))},gr=De?De.isConcatSpreadable:void 0;var yr=function(e){return Qe(e)||Ke(e)||!!(gr&&e&&e[gr])};var br=function e(t,n,i,s,o){var r=-1,a=t.length;for(i||(i=yr),o||(o=[]);++r<a;){var l=t[r];n>0&&i(l)?n>1?e(l,n-1,i,s,o):Ms(o,l):s||(o[o.length]=l)}return o};var _r=function(e){return(null==e?0:e.length)?br(e,1):[]};var jr=function(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)},wr=Math.max;var xr=function(e,t,n){return t=wr(void 0===t?e.length-1:t,0),function(){for(var i=arguments,s=-1,o=wr(i.length-t,0),r=Array(o);++s<o;)r[s]=i[t+s];s=-1;for(var a=Array(t+1);++s<t;)a[s]=i[s];return a[t]=n(r),jr(e,this,a)}};var kr=function(e){return function(){return e}},Sr=ur?function(e,t){return ur(e,"toString",{configurable:!0,enumerable:!1,value:kr(t),writable:!0})}:En,Cr=Date.now;var Tr=function(e){var t=0,n=0;return function(){var i=Cr(),s=16-(i-n);if(n=i,s>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}(Sr);var $r=function(e){return Tr(xr(e,void 0,_r),e+"")}((function(e,t){return null==e?{}:mr(e,t)}));var Er=function(e,t,n){var i;return n(e,(function(e,n,s){if(t(e,n,s))return i=n,!1})),i};var Or=function(e,t){return Er(e,Mo(t,3),tr)};var Pr=function(e,t,n,i){var s=!n;n||(n={});for(var o=-1,r=t.length;++o<r;){var a=t[o],l=i?i(n[a],e[a],a,n,e):void 0;void 0===l&&(l=e[a]),s?dr(n,a,l):fr(n,a,l)}return n};var Ar=function(e,t){return Tr(xr(e,t,En),e+"")};var zr=function(e,t,n){if(!gt(n))return!1;var i=typeof t;return!!("number"==i?bt(n)&&nt(t,n.length):"string"==i&&t in n)&&Ci(n[t],e)};var Ir=function(e){return Ar((function(t,n){var i=-1,s=n.length,o=s>1?n[s-1]:void 0,r=s>2?n[2]:void 0;for(o=e.length>3&&"function"==typeof o?(s--,o):void 0,r&&zr(n[0],n[1],r)&&(o=s<3?void 0:o,s=1),t=Object(t);++i<s;){var a=n[i];a&&e(t,a,i,o)}return t}))},Lr=Object.prototype.hasOwnProperty,Mr=Ir((function(e,t){if(ft(t)||bt(t))Pr(t,_t(t),e);else for(var n in t)Lr.call(t,n)&&fr(e,n,t[n])}));var Dr=function(e,t,n){var i=-1,s=e.length;t<0&&(t=-t>s?0:s+t),(n=n>s?s:n)<0&&(n+=s),s=t>n?0:n-t>>>0,t>>>=0;for(var o=Array(s);++i<s;)o[i]=e[i+t];return o},Fr=/\s/;var Nr=function(e){for(var t=e.length;t--&&Fr.test(e.charAt(t)););return t},Hr=/^\s+/;var Br=function(e){return e?e.slice(0,Nr(e)+1).replace(Hr,""):e},qr=/^[-+]0x[0-9a-f]+$/i,Rr=/^0b[01]+$/i,Vr=/^0o[0-7]+$/i,Ur=parseInt;var Wr=function(e){if("number"==typeof e)return e;if(po(e))return NaN;if(gt(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=gt(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=Br(e);var n=Rr.test(e);return n||Vr.test(e)?Ur(e.slice(2),n?2:8):qr.test(e)?NaN:+e};var Gr=function(e){return e?(e=Wr(e))===1/0||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0};var Xr=function(e){var t=Gr(e),n=t%1;return t==t?n?t-n:t:0},Yr=Math.ceil,Zr=Math.max;var Jr=function(e,t,n){t=(n?zr(e,t,n):void 0===t)?1:Zr(Xr(t),0);var i=null==e?0:e.length;if(!i||t<1)return[];for(var s=0,o=0,r=Array(Yr(i/t));s<i;)r[o++]=Dr(e,s,s+=t);return r},Kr=/iPhone/i,Qr=/iPod/i,ea=/iPad/i,ta=/\biOS-universal(?:.+)Mac\b/i,na=/\bAndroid(?:.+)Mobile\b/i,ia=/Android/i,sa=/(?:SD4930UR|\bSilk(?:.+)Mobile\b)/i,oa=/Silk/i,ra=/Windows Phone/i,aa=/\bWindows(?:.+)ARM\b/i,la=/BlackBerry/i,ca=/BB10/i,ua=/Opera Mini/i,da=/\b(CriOS|Chrome)(?:.+)Mobile/i,pa=/Mobile(?:.+)Firefox\b/i,fa=function(e){return void 0!==e&&"MacIntel"===e.platform&&"number"==typeof e.maxTouchPoints&&e.maxTouchPoints>1&&"undefined"==typeof MSStream};function ha(e){var t={userAgent:"",platform:"",maxTouchPoints:0};e||"undefined"==typeof navigator?"string"==typeof e?t.userAgent=e:e&&e.userAgent&&(t={userAgent:e.userAgent,platform:e.platform,maxTouchPoints:e.maxTouchPoints||0}):t={userAgent:navigator.userAgent,platform:navigator.platform,maxTouchPoints:navigator.maxTouchPoints||0};var n=t.userAgent,i=n.split("[FBAN");void 0!==i[1]&&(n=i[0]),void 0!==(i=n.split("Twitter"))[1]&&(n=i[0]);var s=function(e){return function(t){return t.test(e)}}(n),o={apple:{phone:s(Kr)&&!s(ra),ipod:s(Qr),tablet:!s(Kr)&&(s(ea)||fa(t))&&!s(ra),universal:s(ta),device:(s(Kr)||s(Qr)||s(ea)||s(ta)||fa(t))&&!s(ra)},amazon:{phone:s(sa),tablet:!s(sa)&&s(oa),device:s(sa)||s(oa)},android:{phone:!s(ra)&&s(sa)||!s(ra)&&s(na),tablet:!s(ra)&&!s(sa)&&!s(na)&&(s(oa)||s(ia)),device:!s(ra)&&(s(sa)||s(oa)||s(na)||s(ia))||s(/\bokhttp\b/i)},windows:{phone:s(ra),tablet:s(aa),device:s(ra)||s(aa)},other:{blackberry:s(la),blackberry10:s(ca),opera:s(ua),firefox:s(pa),chrome:s(da),device:s(la)||s(ca)||s(ua)||s(pa)||s(da)},any:!1,phone:!1,tablet:!1};return o.any=o.apple.device||o.android.device||o.windows.device||o.other.device,o.phone=o.apple.phone||o.android.phone||o.windows.phone,o.tablet=o.apple.tablet||o.android.tablet||o.windows.tablet,o}function va(e,t){var n;if("undefined"==typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(n=function(e,t){if(!e)return;if("string"==typeof e)return ma(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 ma(e,t)}(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var i=0,s=function(){};return{s:s,n:function(){return i>=e.length?{done:!0}:{done:!1,value:e[i++]}},e:function(e){throw e},f:s}}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 o,r=!0,a=!1;return{s:function(){n=e[Symbol.iterator]()},n:function(){var e=n.next();return r=e.done,e},e:function(e){a=!0,o=e},f:function(){try{r||null==n.return||n.return()}finally{if(a)throw o}}}}function ma(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}var ga={name:"page-list-item",props:{item:Object,title:String,position:String,"unit-link":String,"image-url":String,"image-alt":String,variant:{type:String,required:!1,default:"large"}},data:function(){return{items:[],chunkedListItems:[],activePage:0,pageItem:{current_page_xp_score:0,max_page_xp_score:0,storyMode:!1},score:0,percentage:0,upperStage:7,lowerStage:1,stage:0,stages:[[1,19],[20,39],[40,59],[60,79],[80,100]],scorePercentage:0,storyOptions:[],storyOptionsOpen:!1,storyIcons:{1:{name:"sound-speaker"},2:{name:"chat-bubble-text"},3:{name:"microphone"},4:{name:"subtitles-lyrics-text"},5:{name:"check-done"}},difficultyIcon:""}},computed:{isMob:function(){return ha().phone},isTablet:function(){return ha().tablet},status:function(){return 2==this.item.status||9==this.item.status?"online":"offline"},elClass:function(){return["page-list-item--".concat(this.status),"page-list-item--".concat(this.variant)]},promoBlocked:function(){return this.$root.isPromo&&!this.$root.promoPages.includes(this.item.id)},cloverImage:function(){return this.stage===this.upperStage?"golden-clover":"clover"},isMaxPageXpScoreDefined:function(){return!Xt(this.pageItem.max_page_xp_score)&&0!==this.pageItem.max_page_xp_score},isExport:function(){return this.$root.dosData.isExport}},methods:{scoreDefined:function(e){return!Xt(e)},getChunkSize:function(){if(this.isMob)return 2;if(this.isTablet)return 6;var e=document.getElementsByClassName("pyp-page-list-nav")[0];return Number(e.getAttribute("itemsperpage"))},itemInActiveGroup:function(){var e=this;return!!this.chunkedListItems[this.activePage].filter((function(t){return t.item.id===e.item.id})).length},inRange:function(e,t,n){return e>=t&&e<=n},calculatePercentage:function(){this.scorePercentage=Number(this.pageItem.current_page_xp_score)/Number(this.pageItem.max_page_xp_score)*100,this.setStage()},setStage:function(){var e=this;this.stages.forEach((function(t,n){e.scorePercentage?100!==e.scorePercentage?e.inRange(e.scorePercentage,t[0],t[1])&&(e.stage=n+2):e.stage=e.upperStage:e.stage=e.lowerStage}))},selectItem:function(e){var t=this;this.storyOptionsOpen||this.pageItem.storyMode&&(e.preventDefault(),e.stopPropagation(),this.storyOptionsOpen=!0,document.getElementsByClassName("page-list")[0].style.display="none",setTimeout((function(){t.goToStoryMode()}),100))},selectStory:function(e){var t=this.unitLink.split("/");t[t.length-1]=this.item.childrens[e].id;var n=t.join("/");window.open("".concat(n,".html"),"_blank")},goToStoryMode:function(){var e=document.getElementsByClassName("page-list")[0];e.style.display="grid";var t,n=va(e.children);try{for(n.s();!(t=n.n()).done;){var i=t.value;i.classList.contains("story-mode")||(i.style.display="none")}}catch(e){n.e(e)}finally{n.f()}e.classList.add("story-mode")},setStoryOptions:function(e){var t=this;cr(e,(function(e){var n=$r(e.blocks.header,["field_1","field_2"]);t.storyOptions.push(n)}))},closeStoryMode:function(){this.storyOptionsOpen=!1;var e=document.getElementsByClassName("page-list")[0];e.classList.remove("story-mode"),e.style.display="grid";var t,n=va(e.children);try{for(n.s();!(t=n.n()).done;){var i=t.value;i.classList.contains("story-mode")||(i.style.display="block")}}catch(e){n.e(e)}finally{n.f()}},setDifficultyIcon:function(){var e={1:{value:"leaf"},2:{value:"star"},3:{value:"barbell"}},t=Or(this.item.blocks.main,(function(e){return"pyp-game-difficulty"===e.type}));if(t){var n=this.item.blocks.main[t].data.fields.config;this.difficultyIcon=e[n.iconId].value}else this.difficultyIcon=e[1].value}},mounted:function(){var e=this;Mr(this.pageItem,this.item),console.log("item: ",this.item),"pyp_story_game"===this.item.template&&this.item.childrens.length&&(this.pageItem.storyMode=!0,this.setStoryOptions(this.item.childrens)),console.log("pageItem: ",this.pageItem),this.setDifficultyIcon();var t=this.getChunkSize();this.items=this.$root.$children.filter((function(e){return"page-list-item"===e.$options._componentTag})),this.chunkedListItems=Jr(this.items,t),window.addEventListener("izzi:getPageListXpScore",(function(t){e.items.map((function(e,n){return Object.assign({},e,t.detail[n])})).forEach((function(t){t.page_id===e.pageItem.id&&(e.pageItem.current_page_xp_score=t.current_page_xp_score,e.pageItem.max_page_xp_score=t.max_page_xp_score,e.calculatePercentage())}))})),d.$on("navigate",(function(t){e.activePage=t-1}))}},ya=function(){var e=this,t=e.$createElement,n=e._self._c||t;return e.chunkedListItems.length&&e.itemInActiveGroup()?n("li",{staticClass:"page-list-item",class:[e.elClass,{"story-mode":e.storyOptionsOpen}]},[e.item.locked?n("div",{staticClass:"locked-overlay-wrapper"},[n("img",{staticClass:"locked-image",attrs:{src:"/profil/dist/pyp/images/game/1/lock.png"}}),e._v(" "),n("div",{staticClass:"locked-overlay"})]):e._e(),e._v(" "),e.pageItem.storyMode&&e.storyOptionsOpen?n("div",{staticClass:"page-list-item-options"},[n("div",{staticClass:"arrow"}),e._v(" "),e._l(e.storyOptions,(function(t,i){return n("div",{staticClass:"options-item",on:{click:function(t){return e.selectStory(i)}}},[n("izzi-icon",{attrs:{icon:e.storyIcons[t.field_1.data.fields.config.iconId].name,size:"24"}}),e._v(" "),n("a",{domProps:{innerHTML:e._s(t.field_2.data.fields.title.value)}})],1)}))],2):e._e(),e._v(" "),e.pageItem.storyMode&&e.storyOptionsOpen?n("div",{staticClass:"page-list-item-options-back"},[n("button",{staticClass:"button",on:{click:e.closeStoryMode}},[n("izzi-icon",{attrs:{icon:"arrow-left",size:"22"}}),e._v(" "),n("span",[e._v("Povratak")])],1)]):e._e(),e._v(" "),n("div",{staticClass:"story-mode"}),e._v(" "),e.unitLink&&!e.promoBlocked?n("div",{staticClass:"page-list-item-game-info"},[e.pageItem.storyMode?n("div",{staticClass:"page-list-item__wrap",class:{"full-width":!e.pageItem.max_page_xp_score},on:{click:e.selectItem}},[e.imageUrl?n("div",{staticClass:"page-list-item__img"},[n("img",{attrs:{src:e.imageUrl,alt:e.imageAlt}})]):e._e(),e._v(" "),n("div",{staticClass:"page-list-item__title"},[n("h2",{domProps:{innerHTML:e._s(e.title)}})])]):n("a",{staticClass:"page-list-item__wrap",class:{"full-width":!e.pageItem.max_page_xp_score},attrs:{href:e.unitLink}},[e.imageUrl?n("div",{staticClass:"page-list-item__img"},[n("img",{attrs:{src:e.imageUrl,alt:e.imageAlt}})]):e._e(),e._v(" "),n("div",{staticClass:"page-list-item__title"},[n("h2",{domProps:{innerHTML:e._s(e.title)}})])]),e._v(" "),e.isMaxPageXpScoreDefined?n("div",{staticClass:"clover-info"},[n("div",{staticClass:"score"},[e.isExport?n("img",{staticClass:"clover-img",attrs:{src:"./profil/dist/pyp/images/game/1/"+e.cloverImage+".svg",alt:"clover"}}):n("img",{staticClass:"clover-img",attrs:{src:"/profil/dist/pyp/images/game/1/"+e.cloverImage+".svg",alt:"clover"}}),e._v(" "),e.pageItem?n("div",{staticClass:"points"},[n("div",{staticClass:"text-1",attrs:{"data-tooltip":e.pageItem.current_page_xp_score}},[e._v("\n            "+e._s(e.pageItem.current_page_xp_score)+"\n          ")]),e._v(" "),n("div",{staticClass:"text-2",attrs:{"data-tooltip":"/"+e.pageItem.max_page_xp_score}},[e._v("\n            "+e._s("/"+e.pageItem.max_page_xp_score)+"\n          ")])]):e._e(),e._v(" "),e.isExport?n("img",{staticClass:"tank",attrs:{src:"./profil/dist/pyp/images/game/1/small-tank-"+e.stage+".png"}}):n("img",{staticClass:"tank",attrs:{src:"/profil/dist/pyp/images/game/1/small-tank-"+e.stage+".png"}})]),e._v(" "),n("div",{staticClass:"action"},[n("izzi-icon",{attrs:{icon:e.difficultyIcon,size:"22",color:"#ffffff"}})],1)]):e._e()]):n("div",{staticClass:"page-list-item-game-info"},[n("span",{staticClass:"page-list-item__wrap",class:{"full-width":!e.pageItem.max_page_xp_score}},[e.imageUrl?n("div",{staticClass:"page-list-item__img"},[n("img",{attrs:{src:e.imageUrl,alt:e.imageAlt}})]):e._e(),e._v(" "),e.isMaxPageXpScoreDefined?n("div",{staticClass:"clover-info"},[n("div",{staticClass:"score"},[e.isExport?n("img",{staticClass:"clover-img",attrs:{src:"./profil/dist/pyp/images/game/1/"+e.cloverImage+".svg",alt:"clover"}}):n("img",{staticClass:"clover-img",attrs:{src:"/profil/dist/pyp/images/game/1/"+e.cloverImage+".svg",alt:"clover"}}),e._v(" "),e.pageItem?n("div",{staticClass:"points"},[n("div",{staticClass:"text-1",attrs:{"data-tooltip":e.pageItem.current_page_xp_score}},[e._v("\n            "+e._s(e.pageItem.current_page_xp_score)+"\n          ")]),e._v(" "),n("div",{staticClass:"text-2",attrs:{"data-tooltip":"/"+e.pageItem.max_page_xp_score}},[e._v("\n            "+e._s("/"+e.pageItem.max_page_xp_score)+"\n          ")])]):e._e(),e._v(" "),e.isExport?n("img",{staticClass:"tank",attrs:{src:"./profil/dist/pyp/images/game/1/small-tank-"+e.stage+".png"}}):n("img",{staticClass:"tank",attrs:{src:"/profil/dist/pyp/images/game/1/small-tank-"+e.stage+".png"}})]),e._v(" "),n("div",{staticClass:"action"},[n("izzi-icon",{attrs:{icon:e.difficultyIcon,size:"22",color:"#ffffff"}})],1)]):e._e(),e._v(" "),n("div",{staticClass:"page-list-item__title"},[n("h2",{domProps:{innerHTML:e._s(e.title)}})])])])]):e._e()};ya._withStripped=!0;var ba=q(ga,ya,[],!1,null,null,null);ba.options.__file="src/pyp/scripts/components/page-list-item.vue";var _a=ba.exports,ja={name:"PypPageListNavigation",data:function(){return{scrollPosition:0,activeIndex:1,steps:1,gap:20,items:[],pages:0,itemsPerPage:0,rightActive:!1,leftActive:!1}},computed:{isMob:function(){return ha().phone},isTablet:function(){return ha().tablet},showRight:function(){return!!(this.isMob||window.innerWidth<=1024)||this.items.length>this.itemsPerPage&&this.activeIndex!==this.pages},showLeft:function(){return!!(this.isMob||window.innerWidth<=1024)||this.items.length>this.itemsPerPage&&this.activeIndex>1},leftEnabled:function(){return this.items.length>this.itemsPerPage&&this.activeIndex>1},rightEnabled:function(){return this.items.length>this.itemsPerPage&&this.activeIndex!==this.pages}},methods:{swipe:function(e){"left"===e?this.setActiveIndex(this.activeIndex+1):this.setActiveIndex(this.activeIndex-1)},navigate:function(e){e>this.activeIndex?this.swipe("left"):this.swipe("right"),this.setActiveIndex(e)},setActiveIndex:function(e){this.activeIndex=e,d.$emit("navigate",this.activeIndex)},getItemsPerPage:function(){if(this.isMob)return 2;if(this.isTablet)return 6;var e=document.getElementsByClassName("pyp-page-list-nav")[0];return Number(e.getAttribute("itemsperpage"))}},mounted:function(){this.itemsPerPage=this.getItemsPerPage(),this.items=this.$root.$children.filter((function(e){return"page-list-item"===e.$options._componentTag})),this.pages=Math.ceil(this.items.length/this.itemsPerPage)}},wa=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"pyp-page-list-nav"},[n("button",{directives:[{name:"show",rawName:"v-show",value:e.showLeft,expression:"showLeft"}],staticClass:"nav-item left",attrs:{disabled:!e.leftEnabled},on:{mouseover:function(t){e.leftActive=!0},mouseout:function(t){e.leftActive=!1},click:function(t){return e.swipe("right")}}},[n("izzi-icon",{staticClass:"left",class:{disabled:!e.leftEnabled},attrs:{icon:"scroller-left",size:"60"}})],1),e._v(" "),n("div",{staticClass:"nav-pages-info"},[e._v("\n    "+e._s(e.activeIndex+" / "+e.pages)+"\n  ")]),e._v(" "),n("button",{directives:[{name:"show",rawName:"v-show",value:e.showRight,expression:"showRight"}],staticClass:"nav-item right",attrs:{disabled:!e.rightEnabled},on:{mouseover:function(t){e.rightActive=!0},mouseout:function(t){e.rightActive=!1},click:function(t){return e.swipe("left")}}},[n("izzi-icon",{staticClass:"right",class:{disabled:!e.rightEnabled},attrs:{icon:"scroller-right",size:"60"}})],1),e._v(" "),n("div",{staticClass:"pagination-scroller"},e._l(e.pages,(function(t){return e.pages?n("div",{staticClass:"pagination-button",class:{active:e.activeIndex===t},on:{click:function(n){return e.navigate(t)}}}):e._e()})),0)])};wa._withStripped=!0;var xa=q(ja,wa,[],!1,null,null,null);xa.options.__file="src/pyp/scripts/components/pyp-page-list-navigation.vue";var ka=xa.exports;VueI18n.prototype.getChoiceIndex=function(e,t){return"hr"==this.locale?0===e?0:e>1&&e<5?2:e>=5?3:t<4?2:3:e>t?t-1:e};Vue.use(N.a,k.a),k.a.defaults.withCredentials=!0,Vue.component("input-switch",V),Vue.component("youtube-player",Z),Vue.component("audio-player",ee),Vue.component("video-player",ce),Vue.component("block-image",fe),Vue.component("izzi-dismiss",ge),Vue.component("interactive-video",je),Vue.component("izzi-block",Se),Ce.props.themeUrl={type:String,default:"/profil/dist/pyp/icons/symbol/svg/sprite.symbol.svg"},Vue.component("izzi-icon",Ce),Vue.component("pyp-slider",Tn),Vue.component("pyp-slide",Nn),window.addEventListener("load",(function(e){L.checkAccessRights().then((function(e){if(document.getElementById("app-wrap")){var t=new VueI18n({locale:document.documentElement.lang||"hr",messages:window["pkc-locales"]});new Vue({el:"#app-wrap",mixins:[u,e,h,v,f,m,g,M,D],data:{user:e.user,vueAppReady:!1,searchEnabled:!1,blockActions:{spotlight:{enabled:!1,active:!1},share:{enabled:!1}}},i18n:t,mounted:function(){var e=this;nvsGlosarry.init(),nvsCaptionNumberer.init(),this.setFavicon(),this.initSearch(),this.initLatex(),this.initMediaHub(),this.scrollToBlock(),this.initSideControls(),this.$nextTick((function(){setTimeout((function(){e.vueAppReady=!0}),50)}))},methods:{},components:{"pyp-header":qn,"pyp-breadcrumbs":Wn,"pyp-actions":Zn,"sidebar-modal":Jn,"inclusive-block":ni,presentation:vi,"objects-slider":ki,glossary:Zo,goals:er,"izzi-analytics":ar,"page-list-item":_a,"pyp-page-list-navigation":ka}})}else console.error("Vue not initialized on this page, Twig template must be updated")}))}))}});