Guest User

Untitled

a guest
Aug 6th, 2017
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 330.45 KB | None | 0 0
  1. !function(e){function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}var r=window.webpackJsonp;window.webpackJsonp=function(t,c,a){for(var u,i,f,s=0,p=[];s<t.length;s++)i=t[s],o[i]&&p.push(o[i][0]),o[i]=0;for(u in c)Object.prototype.hasOwnProperty.call(c,u)&&(e[u]=c[u]);for(r&&r(t,c,a);p.length;)p.shift()();if(a)for(s=0;s<a.length;s++)f=n(n.s=a[s]);return f};var t={},o={2:0};n.e=function(e){function r(){u.onerror=u.onload=null,clearTimeout(i);var n=o[e];0!==n&&(n&&n[1](new Error("Loading chunk "+e+" failed.")),o[e]=void 0)}var t=o[e];if(0===t)return new Promise(function(e){e()});if(t)return t[2];var c=new Promise(function(n,r){t=o[e]=[n,r]});t[2]=c;var a=document.getElementsByTagName("head")[0],u=document.createElement("script");u.type="text/javascript",u.charset="utf-8",u.async=!0,u.timeout=12e4,n.nc&&u.setAttribute("nonce",n.nc),u.src=n.p+"app_assets/js/"+e+"."+{0:"26259e06d9e36f868c91",1:"ad13067550a96498f8f8"}[e]+".js";var i=setTimeout(r,12e4);return u.onerror=u.onload=r,a.appendChild(u),c},n.m=e,n.c=t,n.i=function(e){return e},n.d=function(e,r,t){n.o(e,r)||Object.defineProperty(e,r,{configurable:!1,enumerable:!0,get:t})},n.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(r,"a",r),r},n.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},n.p="/cdk/",n.oe=function(e){throw console.error(e),e}}([]);webpackJsonp([1],[function(e,t){e.exports=function(e,t,n,r,i){var a,o=e=e||{},s=typeof e.default;"object"!==s&&"function"!==s||(a=e,o=e.default);var l="function"==typeof o?o.options:o;t&&(l.render=t.render,l.staticRenderFns=t.staticRenderFns),r&&(l._scopeId=r);var u;if(i?(u=function(e){e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,e||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),n&&n.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(i)},l._ssrRegister=u):n&&(u=n),u){var c=l.functional,p=c?l.render:l.beforeCreate;c?l.render=function(e,t){return u.call(t),p(e,t)}:l.beforeCreate=p?[].concat(p,u):[u]}return{esModule:a,exports:o,options:l}}},function(e,t,n){!function(t,n){e.exports=n()}(0,function(){return function(e){function t(r){if(n[r])return n[r].exports;var i=n[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,t),i.l=!0,i.exports}var n={};return t.m=e,t.c=n,t.i=function(e){return e},t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="/dist/",t(t.s=1)}([function(e,t,n){n(7);var r=n(5)(n(2),n(6),"data-v-7ef413f4",null);e.exports=r.exports},function(e,t,n){e.exports=n(0)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r={};t.default={data:function(){return{}},props:{icon:String,width:{type:String,default:""},height:{type:String,default:""},dir:String,fill:{type:Boolean,default:!0},color:String},computed:{clazz:function(){var e="svg-icon";return this.fill&&(e+=" svg-fill"),this.dir&&(e+=" svg-"+this.dir),e},iconData:function(){return this.icon?r[this.icon]:null},colors:function(){return this.color?this.color.split(" "):""},path:function(){var e=this;if(this.iconData){if(this.colors&&this.colors.length>0){var t=0;return this.iconData.data.replace(/<(path|rect|circle|polygon|line|polyline|ellipse)\s/gi,function(n){var r=e.colors[t++]||e.colors[e.colors.length-1],i=e.fill;return r&&0===r.indexOf("r-")&&(i=!i,r=r.split("r-")[1]),n+(i?"fill":"stroke")+'="'+r+'" '+(i?"stroke":"fill")+'="none"'})}return this.iconData.data}return""},box:function(){var e=this.width||16,t=this.width||16;return this.iconData?this.iconData.viewBox?this.iconData.viewBox:"0 0 "+this.iconData.width+" "+this.iconData.height:"0 0 "+parseFloat(e)+" "+parseFloat(t)},style:function(){var e=/^\d+$/;return{width:e.test(this.width)?this.width+"px":this.width,height:e.test(this.height)?this.height+"px":this.height}}},install:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.tagName||"svgicon";e.component(n,this)},register:function(e){for(var t in e)r[t]||(r[t]=e[t])},icons:r}},function(e,t,n){t=e.exports=n(4)(),t.push([e.i,".svg-icon[data-v-7ef413f4]{display:inline-block;width:16px;height:16px;color:inherit;vertical-align:middle;fill:none;stroke:currentColor}.svg-fill[data-v-7ef413f4]{fill:currentColor;stroke:none}.svg-up[data-v-7ef413f4]{transform:rotate(-90deg)}.svg-right[data-v-7ef413f4]{transform:rotate(0deg)}.svg-down[data-v-7ef413f4]{transform:rotate(90deg)}.svg-left[data-v-7ef413f4]{transform:rotate(180deg)}",""])},function(e,t){e.exports=function(){var e=[];return e.toString=function(){for(var e=[],t=0;t<this.length;t++){var n=this[t];n[2]?e.push("@media "+n[2]+"{"+n[1]+"}"):e.push(n[1])}return e.join("")},e.i=function(t,n){"string"==typeof t&&(t=[[null,t,""]]);for(var r={},i=0;i<this.length;i++){var a=this[i][0];"number"==typeof a&&(r[a]=!0)}for(i=0;i<t.length;i++){var o=t[i];"number"==typeof o[0]&&r[o[0]]||(n&&!o[2]?o[2]=n:n&&(o[2]="("+o[2]+") and ("+n+")"),e.push(o))}},e}},function(e,t){e.exports=function(e,t,n,r){var i,a=e=e||{},o=typeof e.default;"object"!==o&&"function"!==o||(i=e,a=e.default);var s="function"==typeof a?a.options:a;if(t&&(s.render=t.render,s.staticRenderFns=t.staticRenderFns),n&&(s._scopeId=n),r){var l=s.computed||(s.computed={});Object.keys(r).forEach(function(e){var t=r[e];l[e]=function(){return t}})}return{esModule:i,exports:a,options:s}}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("svg",{class:e.clazz,style:e.style,attrs:{version:"1.1",viewBox:e.box},domProps:{innerHTML:e._s(e.path)}})},staticRenderFns:[]}},function(e,t,n){var r=n(3);"string"==typeof r&&(r=[[e.i,r,""]]),r.locals&&(e.exports=r.locals),n(8)("1aec5a2d",r,!0)},function(e,t,n){function r(e){for(var t=0;t<e.length;t++){var n=e[t],r=c[n.id];if(r){r.refs++;for(var i=0;i<r.parts.length;i++)r.parts[i](n.parts[i]);for(;i<n.parts.length;i++)r.parts.push(a(n.parts[i]));r.parts.length>n.parts.length&&(r.parts.length=n.parts.length)}else{for(var o=[],i=0;i<n.parts.length;i++)o.push(a(n.parts[i]));c[n.id]={id:n.id,refs:1,parts:o}}}}function i(){var e=document.createElement("style");return e.type="text/css",p.appendChild(e),e}function a(e){var t,n,r=document.querySelector('style[data-vue-ssr-id~="'+e.id+'"]');if(r){if(h)return m;r.parentNode.removeChild(r)}if(v){var a=f++;r=d||(d=i()),t=o.bind(null,r,a,!1),n=o.bind(null,r,a,!0)}else r=i(),t=s.bind(null,r),n=function(){r.parentNode.removeChild(r)};return t(e),function(r){if(r){if(r.css===e.css&&r.media===e.media&&r.sourceMap===e.sourceMap)return;t(e=r)}else n()}}function o(e,t,n,r){var i=n?"":r.css;if(e.styleSheet)e.styleSheet.cssText=g(t,i);else{var a=document.createTextNode(i),o=e.childNodes;o[t]&&e.removeChild(o[t]),o.length?e.insertBefore(a,o[t]):e.appendChild(a)}}function s(e,t){var n=t.css,r=t.media,i=t.sourceMap;if(r&&e.setAttribute("media",r),i&&(n+="\n/*# sourceURL="+i.sources[0]+" */",n+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(i))))+" */"),e.styleSheet)e.styleSheet.cssText=n;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(n))}}var l="undefined"!=typeof document;if("undefined"!=typeof DEBUG&&DEBUG&&!l)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 u=n(9),c={},p=l&&(document.head||document.getElementsByTagName("head")[0]),d=null,f=0,h=!1,m=function(){},v="undefined"!=typeof navigator&&/msie [6-9]\b/.test(navigator.userAgent.toLowerCase());e.exports=function(e,t,n){h=n;var i=u(e,t);return r(i),function(t){for(var n=[],a=0;a<i.length;a++){var o=i[a],s=c[o.id];s.refs--,n.push(s)}t?(i=u(e,t),r(i)):i=[];for(var a=0;a<n.length;a++){var s=n[a];if(0===s.refs){for(var l=0;l<s.parts.length;l++)s.parts[l]();delete c[s.id]}}}};var g=function(){var e=[];return function(t,n){return e[t]=n,e.filter(Boolean).join("\n")}}()},function(e,t){e.exports=function(e,t){for(var n=[],r={},i=0;i<t.length;i++){var a=t[i],o=a[0],s=a[1],l=a[2],u=a[3],c={id:e+":"+i,css:s,media:l,sourceMap:u};r[o]?r[o].parts.push(c):n.push(r[o]={id:o,parts:[c]})}return n}}])})},function(e,t,n){e.exports=!n(14)(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},function(e,t,n){var r,i;/*!
  2. * jQuery JavaScript Library v3.2.1
  3. * https://jquery.com/
  4. *
  5. * Includes Sizzle.js
  6. * https://sizzlejs.com/
  7. *
  8. * Copyright JS Foundation and other contributors
  9. * Released under the MIT license
  10. * https://jquery.org/license
  11. *
  12. * Date: 2017-03-20T18:59Z
  13. */
  14. !function(t,n){"use strict";"object"==typeof e&&"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,a){"use strict";function o(e,t){t=t||oe;var n=t.createElement("script");n.text=e,t.head.appendChild(n).parentNode.removeChild(n)}function s(e){var t=!!e&&"length"in e&&e.length,n=ye.type(e);return"function"!==n&&!ye.isWindow(e)&&("array"===n||0===t||"number"==typeof t&&t>0&&t-1 in e)}function l(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}function u(e,t,n){return ye.isFunction(t)?ye.grep(e,function(e,r){return!!t.call(e,r,e)!==n}):t.nodeType?ye.grep(e,function(e){return e===t!==n}):"string"!=typeof t?ye.grep(e,function(e){return pe.call(t,e)>-1!==n}):Ae.test(t)?ye.filter(t,e,n):(t=ye.filter(t,e),ye.grep(e,function(e){return pe.call(t,e)>-1!==n&&1===e.nodeType}))}function c(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}function p(e){var t={};return ye.each(e.match(De)||[],function(e,n){t[n]=!0}),t}function d(e){return e}function f(e){throw e}function h(e,t,n,r){var i;try{e&&ye.isFunction(i=e.promise)?i.call(e).done(t).fail(n):e&&ye.isFunction(i=e.then)?i.call(e,t,n):t.apply(void 0,[e].slice(r))}catch(e){n.apply(void 0,[e])}}function m(){oe.removeEventListener("DOMContentLoaded",m),n.removeEventListener("load",m),ye.ready()}function v(){this.expando=ye.expando+v.uid++}function g(e){return"true"===e||"false"!==e&&("null"===e?null:e===+e+""?+e:Re.test(e)?JSON.parse(e):e)}function y(e,t,n){var r;if(void 0===n&&1===e.nodeType)if(r="data-"+t.replace(Be,"-$&").toLowerCase(),"string"==typeof(n=e.getAttribute(r))){try{n=g(n)}catch(e){}$e.set(e,t,n)}else n=void 0;return n}function w(e,t,n,r){var i,a=1,o=20,s=r?function(){return r.cur()}:function(){return ye.css(e,t,"")},l=s(),u=n&&n[3]||(ye.cssNumber[t]?"":"px"),c=(ye.cssNumber[t]||"px"!==u&&+l)&&Fe.exec(ye.css(e,t));if(c&&c[3]!==u){u=u||c[3],n=n||[],c=+l||1;do{a=a||".5",c/=a,ye.style(e,t,c+u)}while(a!==(a=s()/l)&&1!==a&&--o)}return n&&(c=+c||+l||0,i=n[1]?c+(n[1]+1)*n[2]:+n[2],r&&(r.unit=u,r.start=c,r.end=i)),i}function b(e){var t,n=e.ownerDocument,r=e.nodeName,i=Ye[r];return i||(t=n.body.appendChild(n.createElement(r)),i=ye.css(t,"display"),t.parentNode.removeChild(t),"none"===i&&(i="block"),Ye[r]=i,i)}function x(e,t){for(var n,r,i=[],a=0,o=e.length;a<o;a++)r=e[a],r.style&&(n=r.style.display,t?("none"===n&&(i[a]=He.get(r,"display")||null,i[a]||(r.style.display="")),""===r.style.display&&Xe(r)&&(i[a]=b(r))):"none"!==n&&(i[a]="none",He.set(r,"display",n)));for(a=0;a<o;a++)null!=i[a]&&(e[a].style.display=i[a]);return e}function C(e,t){var n;return n=void 0!==e.getElementsByTagName?e.getElementsByTagName(t||"*"):void 0!==e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&l(e,t)?ye.merge([e],n):n}function T(e,t){for(var n=0,r=e.length;n<r;n++)He.set(e[n],"globalEval",!t||He.get(t[n],"globalEval"))}function S(e,t,n,r,i){for(var a,o,s,l,u,c,p=t.createDocumentFragment(),d=[],f=0,h=e.length;f<h;f++)if((a=e[f])||0===a)if("object"===ye.type(a))ye.merge(d,a.nodeType?[a]:a);else if(Qe.test(a)){for(o=o||p.appendChild(t.createElement("div")),s=(Ue.exec(a)||["",""])[1].toLowerCase(),l=Je[s]||Je._default,o.innerHTML=l[1]+ye.htmlPrefilter(a)+l[2],c=l[0];c--;)o=o.lastChild;ye.merge(d,o.childNodes),o=p.firstChild,o.textContent=""}else d.push(t.createTextNode(a));for(p.textContent="",f=0;a=d[f++];)if(r&&ye.inArray(a,r)>-1)i&&i.push(a);else if(u=ye.contains(a.ownerDocument,a),o=C(p.appendChild(a),"script"),u&&T(o),n)for(c=0;a=o[c++];)Ke.test(a.type||"")&&n.push(a);return p}function E(){return!0}function k(){return!1}function _(){try{return oe.activeElement}catch(e){}}function A(e,t,n,r,i,a){var o,s;if("object"==typeof t){"string"!=typeof n&&(r=r||n,n=void 0);for(s in t)A(e,s,n,r,t[s],a);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=k;else if(!i)return e;return 1===a&&(o=i,i=function(e){return ye().off(e),o.apply(this,arguments)},i.guid=o.guid||(o.guid=ye.guid++)),e.each(function(){ye.event.add(this,t,i,r,n)})}function M(e,t){return l(e,"table")&&l(11!==t.nodeType?t:t.firstChild,"tr")?ye(">tbody",e)[0]||e:e}function P(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function O(e){var t=ot.exec(e.type);return t?e.type=t[1]:e.removeAttribute("type"),e}function z(e,t){var n,r,i,a,o,s,l,u;if(1===t.nodeType){if(He.hasData(e)&&(a=He.access(e),o=He.set(t,a),u=a.events)){delete o.handle,o.events={};for(i in u)for(n=0,r=u[i].length;n<r;n++)ye.event.add(t,i,u[i][n])}$e.hasData(e)&&(s=$e.access(e),l=ye.extend({},s),$e.set(t,l))}}function D(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 L(e,t,n,r){t=ue.apply([],t);var i,a,s,l,u,c,p=0,d=e.length,f=d-1,h=t[0],m=ye.isFunction(h);if(m||d>1&&"string"==typeof h&&!ge.checkClone&&at.test(h))return e.each(function(i){var a=e.eq(i);m&&(t[0]=h.call(this,i,a.html())),L(a,t,n,r)});if(d&&(i=S(t,e[0].ownerDocument,!1,e,r),a=i.firstChild,1===i.childNodes.length&&(i=a),a||r)){for(s=ye.map(C(i,"script"),P),l=s.length;p<d;p++)u=i,p!==f&&(u=ye.clone(u,!0,!0),l&&ye.merge(s,C(u,"script"))),n.call(e[p],u,p);if(l)for(c=s[s.length-1].ownerDocument,ye.map(s,O),p=0;p<l;p++)u=s[p],Ke.test(u.type||"")&&!He.access(u,"globalEval")&&ye.contains(c,u)&&(u.src?ye._evalUrl&&ye._evalUrl(u.src):o(u.textContent.replace(st,""),c))}return e}function I(e,t,n){for(var r,i=t?ye.filter(t,e):e,a=0;null!=(r=i[a]);a++)n||1!==r.nodeType||ye.cleanData(C(r)),r.parentNode&&(n&&ye.contains(r.ownerDocument,r)&&T(C(r,"script")),r.parentNode.removeChild(r));return e}function N(e,t,n){var r,i,a,o,s=e.style;return n=n||ct(e),n&&(o=n.getPropertyValue(t)||n[t],""!==o||ye.contains(e.ownerDocument,e)||(o=ye.style(e,t)),!ge.pixelMarginRight()&&ut.test(o)&&lt.test(t)&&(r=s.width,i=s.minWidth,a=s.maxWidth,s.minWidth=s.maxWidth=s.width=o,o=n.width,s.width=r,s.minWidth=i,s.maxWidth=a)),void 0!==o?o+"":o}function j(e,t){return{get:function(){return e()?void delete this.get:(this.get=t).apply(this,arguments)}}}function H(e){if(e in vt)return e;for(var t=e[0].toUpperCase()+e.slice(1),n=mt.length;n--;)if((e=mt[n]+t)in vt)return e}function $(e){var t=ye.cssProps[e];return t||(t=ye.cssProps[e]=H(e)||e),t}function R(e,t,n){var r=Fe.exec(t);return r?Math.max(0,r[2]-(n||0))+(r[3]||"px"):t}function B(e,t,n,r,i){var a,o=0;for(a=n===(r?"border":"content")?4:"width"===t?1:0;a<4;a+=2)"margin"===n&&(o+=ye.css(e,n+We[a],!0,i)),r?("content"===n&&(o-=ye.css(e,"padding"+We[a],!0,i)),"margin"!==n&&(o-=ye.css(e,"border"+We[a]+"Width",!0,i))):(o+=ye.css(e,"padding"+We[a],!0,i),"padding"!==n&&(o+=ye.css(e,"border"+We[a]+"Width",!0,i)));return o}function q(e,t,n){var r,i=ct(e),a=N(e,t,i),o="border-box"===ye.css(e,"boxSizing",!1,i);return ut.test(a)?a:(r=o&&(ge.boxSizingReliable()||a===e.style[t]),"auto"===a&&(a=e["offset"+t[0].toUpperCase()+t.slice(1)]),(a=parseFloat(a)||0)+B(e,t,n||(o?"border":"content"),r,i)+"px")}function F(e,t,n,r,i){return new F.prototype.init(e,t,n,r,i)}function W(){yt&&(!1===oe.hidden&&n.requestAnimationFrame?n.requestAnimationFrame(W):n.setTimeout(W,ye.fx.interval),ye.fx.tick())}function X(){return n.setTimeout(function(){gt=void 0}),gt=ye.now()}function G(e,t){var n,r=0,i={height:e};for(t=t?1:0;r<4;r+=2-t)n=We[r],i["margin"+n]=i["padding"+n]=e;return t&&(i.opacity=i.width=e),i}function Y(e,t,n){for(var r,i=(K.tweeners[t]||[]).concat(K.tweeners["*"]),a=0,o=i.length;a<o;a++)if(r=i[a].call(n,t,e))return r}function V(e,t,n){var r,i,a,o,s,l,u,c,p="width"in t||"height"in t,d=this,f={},h=e.style,m=e.nodeType&&Xe(e),v=He.get(e,"fxshow");n.queue||(o=ye._queueHooks(e,"fx"),null==o.unqueued&&(o.unqueued=0,s=o.empty.fire,o.empty.fire=function(){o.unqueued||s()}),o.unqueued++,d.always(function(){d.always(function(){o.unqueued--,ye.queue(e,"fx").length||o.empty.fire()})}));for(r in t)if(i=t[r],wt.test(i)){if(delete t[r],a=a||"toggle"===i,i===(m?"hide":"show")){if("show"!==i||!v||void 0===v[r])continue;m=!0}f[r]=v&&v[r]||ye.style(e,r)}if((l=!ye.isEmptyObject(t))||!ye.isEmptyObject(f)){p&&1===e.nodeType&&(n.overflow=[h.overflow,h.overflowX,h.overflowY],u=v&&v.display,null==u&&(u=He.get(e,"display")),c=ye.css(e,"display"),"none"===c&&(u?c=u:(x([e],!0),u=e.style.display||u,c=ye.css(e,"display"),x([e]))),("inline"===c||"inline-block"===c&&null!=u)&&"none"===ye.css(e,"float")&&(l||(d.done(function(){h.display=u}),null==u&&(c=h.display,u="none"===c?"":c)),h.display="inline-block")),n.overflow&&(h.overflow="hidden",d.always(function(){h.overflow=n.overflow[0],h.overflowX=n.overflow[1],h.overflowY=n.overflow[2]})),l=!1;for(r in f)l||(v?"hidden"in v&&(m=v.hidden):v=He.access(e,"fxshow",{display:u}),a&&(v.hidden=!m),m&&x([e],!0),d.done(function(){m||x([e]),He.remove(e,"fxshow");for(r in f)ye.style(e,r,f[r])})),l=Y(m?v[r]:0,r,d),r in v||(v[r]=l.start,m&&(l.end=l.start,l.start=0))}}function U(e,t){var n,r,i,a,o;for(n in e)if(r=ye.camelCase(n),i=t[r],a=e[n],Array.isArray(a)&&(i=a[1],a=e[n]=a[0]),n!==r&&(e[r]=a,delete e[n]),(o=ye.cssHooks[r])&&"expand"in o){a=o.expand(a),delete e[r];for(n in a)n in e||(e[n]=a[n],t[n]=i)}else t[r]=i}function K(e,t,n){var r,i,a=0,o=K.prefilters.length,s=ye.Deferred().always(function(){delete l.elem}),l=function(){if(i)return!1;for(var t=gt||X(),n=Math.max(0,u.startTime+u.duration-t),r=n/u.duration||0,a=1-r,o=0,l=u.tweens.length;o<l;o++)u.tweens[o].run(a);return s.notifyWith(e,[u,a,n]),a<1&&l?n:(l||s.notifyWith(e,[u,1,0]),s.resolveWith(e,[u]),!1)},u=s.promise({elem:e,props:ye.extend({},t),opts:ye.extend(!0,{specialEasing:{},easing:ye.easing._default},n),originalProperties:t,originalOptions:n,startTime:gt||X(),duration:n.duration,tweens:[],createTween:function(t,n){var r=ye.Tween(e,u.opts,t,n,u.opts.specialEasing[t]||u.opts.easing);return u.tweens.push(r),r},stop:function(t){var n=0,r=t?u.tweens.length:0;if(i)return this;for(i=!0;n<r;n++)u.tweens[n].run(1);return t?(s.notifyWith(e,[u,1,0]),s.resolveWith(e,[u,t])):s.rejectWith(e,[u,t]),this}}),c=u.props;for(U(c,u.opts.specialEasing);a<o;a++)if(r=K.prefilters[a].call(u,e,c,u.opts))return ye.isFunction(r.stop)&&(ye._queueHooks(u.elem,u.opts.queue).stop=ye.proxy(r.stop,r)),r;return ye.map(c,Y,u),ye.isFunction(u.opts.start)&&u.opts.start.call(e,u),u.progress(u.opts.progress).done(u.opts.done,u.opts.complete).fail(u.opts.fail).always(u.opts.always),ye.fx.timer(ye.extend(l,{elem:e,anim:u,queue:u.opts.queue})),u}function J(e){return(e.match(De)||[]).join(" ")}function Q(e){return e.getAttribute&&e.getAttribute("class")||""}function Z(e,t,n,r){var i;if(Array.isArray(t))ye.each(t,function(t,i){n||Pt.test(e)?r(e,i):Z(e+"["+("object"==typeof i&&null!=i?t:"")+"]",i,n,r)});else if(n||"object"!==ye.type(t))r(e,t);else for(i in t)Z(e+"["+i+"]",t[i],n,r)}function ee(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var r,i=0,a=t.toLowerCase().match(De)||[];if(ye.isFunction(n))for(;r=a[i++];)"+"===r[0]?(r=r.slice(1)||"*",(e[r]=e[r]||[]).unshift(n)):(e[r]=e[r]||[]).push(n)}}function te(e,t,n,r){function i(s){var l;return a[s]=!0,ye.each(e[s]||[],function(e,s){var u=s(t,n,r);return"string"!=typeof u||o||a[u]?o?!(l=u):void 0:(t.dataTypes.unshift(u),i(u),!1)}),l}var a={},o=e===qt;return i(t.dataTypes[0])||!a["*"]&&i("*")}function ne(e,t){var n,r,i=ye.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((i[n]?e:r||(r={}))[n]=t[n]);return r&&ye.extend(!0,e,r),e}function re(e,t,n){for(var r,i,a,o,s=e.contents,l=e.dataTypes;"*"===l[0];)l.shift(),void 0===r&&(r=e.mimeType||t.getResponseHeader("Content-Type"));if(r)for(i in s)if(s[i]&&s[i].test(r)){l.unshift(i);break}if(l[0]in n)a=l[0];else{for(i in n){if(!l[0]||e.converters[i+" "+l[0]]){a=i;break}o||(o=i)}a=a||o}if(a)return a!==l[0]&&l.unshift(a),n[a]}function ie(e,t,n,r){var i,a,o,s,l,u={},c=e.dataTypes.slice();if(c[1])for(o in e.converters)u[o.toLowerCase()]=e.converters[o];for(a=c.shift();a;)if(e.responseFields[a]&&(n[e.responseFields[a]]=t),!l&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),l=a,a=c.shift())if("*"===a)a=l;else if("*"!==l&&l!==a){if(!(o=u[l+" "+a]||u["* "+a]))for(i in u)if(s=i.split(" "),s[1]===a&&(o=u[l+" "+s[0]]||u["* "+s[0]])){!0===o?o=u[i]:!0!==u[i]&&(a=s[0],c.unshift(s[1]));break}if(!0!==o)if(o&&e.throws)t=o(t);else try{t=o(t)}catch(e){return{state:"parsererror",error:o?e:"No conversion from "+l+" to "+a}}}return{state:"success",data:t}}var ae=[],oe=n.document,se=Object.getPrototypeOf,le=ae.slice,ue=ae.concat,ce=ae.push,pe=ae.indexOf,de={},fe=de.toString,he=de.hasOwnProperty,me=he.toString,ve=me.call(Object),ge={},ye=function(e,t){return new ye.fn.init(e,t)},we=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,be=/^-ms-/,xe=/-([a-z])/g,Ce=function(e,t){return t.toUpperCase()};ye.fn=ye.prototype={jquery:"3.2.1",constructor:ye,length:0,toArray:function(){return le.call(this)},get:function(e){return null==e?le.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=ye.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return ye.each(this,e)},map:function(e){return this.pushStack(ye.map(this,function(t,n){return e.call(t,n,t)}))},slice:function(){return this.pushStack(le.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},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:ce,sort:ae.sort,splice:ae.splice},ye.extend=ye.fn.extend=function(){var e,t,n,r,i,a,o=arguments[0]||{},s=1,l=arguments.length,u=!1;for("boolean"==typeof o&&(u=o,o=arguments[s]||{},s++),"object"==typeof o||ye.isFunction(o)||(o={}),s===l&&(o=this,s--);s<l;s++)if(null!=(e=arguments[s]))for(t in e)n=o[t],r=e[t],o!==r&&(u&&r&&(ye.isPlainObject(r)||(i=Array.isArray(r)))?(i?(i=!1,a=n&&Array.isArray(n)?n:[]):a=n&&ye.isPlainObject(n)?n:{},o[t]=ye.extend(u,a,r)):void 0!==r&&(o[t]=r));return o},ye.extend({expando:"jQuery"+("3.2.1"+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isFunction:function(e){return"function"===ye.type(e)},isWindow:function(e){return null!=e&&e===e.window},isNumeric:function(e){var t=ye.type(e);return("number"===t||"string"===t)&&!isNaN(e-parseFloat(e))},isPlainObject:function(e){var t,n;return!(!e||"[object Object]"!==fe.call(e))&&(!(t=se(e))||"function"==typeof(n=he.call(t,"constructor")&&t.constructor)&&me.call(n)===ve)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},type:function(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?de[fe.call(e)]||"object":typeof e},globalEval:function(e){o(e)},camelCase:function(e){return e.replace(be,"ms-").replace(xe,Ce)},each:function(e,t){var n,r=0;if(s(e))for(n=e.length;r<n&&!1!==t.call(e[r],r,e[r]);r++);else for(r in e)if(!1===t.call(e[r],r,e[r]))break;return e},trim:function(e){return null==e?"":(e+"").replace(we,"")},makeArray:function(e,t){var n=t||[];return null!=e&&(s(Object(e))?ye.merge(n,"string"==typeof e?[e]:e):ce.call(n,e)),n},inArray:function(e,t,n){return null==t?-1:pe.call(t,e,n)},merge:function(e,t){for(var n=+t.length,r=0,i=e.length;r<n;r++)e[i++]=t[r];return e.length=i,e},grep:function(e,t,n){for(var r=[],i=0,a=e.length,o=!n;i<a;i++)!t(e[i],i)!==o&&r.push(e[i]);return r},map:function(e,t,n){var r,i,a=0,o=[];if(s(e))for(r=e.length;a<r;a++)null!=(i=t(e[a],a,n))&&o.push(i);else for(a in e)null!=(i=t(e[a],a,n))&&o.push(i);return ue.apply([],o)},guid:1,proxy:function(e,t){var n,r,i;if("string"==typeof t&&(n=e[t],t=e,e=n),ye.isFunction(e))return r=le.call(arguments,2),i=function(){return e.apply(t||this,r.concat(le.call(arguments)))},i.guid=e.guid=e.guid||ye.guid++,i},now:Date.now,support:ge}),"function"==typeof Symbol&&(ye.fn[Symbol.iterator]=ae[Symbol.iterator]),ye.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(e,t){de["[object "+t+"]"]=t.toLowerCase()});var Te=/*!
  15. * Sizzle CSS Selector Engine v2.3.3
  16. * https://sizzlejs.com/
  17. *
  18. * Copyright jQuery Foundation and other contributors
  19. * Released under the MIT license
  20. * http://jquery.org/license
  21. *
  22. * Date: 2016-08-08
  23. */
  24. function(e){function t(e,t,n,r){var i,a,o,s,l,c,d,f=t&&t.ownerDocument,h=t?t.nodeType:9;if(n=n||[],"string"!=typeof e||!e||1!==h&&9!==h&&11!==h)return n;if(!r&&((t?t.ownerDocument||t:$)!==O&&P(t),t=t||O,D)){if(11!==h&&(l=me.exec(e)))if(i=l[1]){if(9===h){if(!(o=t.getElementById(i)))return n;if(o.id===i)return n.push(o),n}else if(f&&(o=f.getElementById(i))&&j(t,o)&&o.id===i)return n.push(o),n}else{if(l[2])return K.apply(n,t.getElementsByTagName(e)),n;if((i=l[3])&&b.getElementsByClassName&&t.getElementsByClassName)return K.apply(n,t.getElementsByClassName(i)),n}if(b.qsa&&!W[e+" "]&&(!L||!L.test(e))){if(1!==h)f=t,d=e;else if("object"!==t.nodeName.toLowerCase()){for((s=t.getAttribute("id"))?s=s.replace(we,be):t.setAttribute("id",s=H),c=S(e),a=c.length;a--;)c[a]="#"+s+" "+p(c[a]);d=c.join(","),f=ve.test(e)&&u(t.parentNode)||t}if(d)try{return K.apply(n,f.querySelectorAll(d)),n}catch(e){}finally{s===H&&t.removeAttribute("id")}}}return k(e.replace(ae,"$1"),t,n,r)}function n(){function e(n,r){return t.push(n+" ")>x.cacheLength&&delete e[t.shift()],e[n+" "]=r}var t=[];return e}function r(e){return e[H]=!0,e}function i(e){var t=O.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function a(e,t){for(var n=e.split("|"),r=n.length;r--;)x.attrHandle[n[r]]=t}function o(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function s(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&&Ce(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function l(e){return r(function(t){return t=+t,r(function(n,r){for(var i,a=e([],n.length,t),o=a.length;o--;)n[i=a[o]]&&(n[i]=!(r[i]=n[i]))})})}function u(e){return e&&void 0!==e.getElementsByTagName&&e}function c(){}function p(e){for(var t=0,n=e.length,r="";t<n;t++)r+=e[t].value;return r}function d(e,t,n){var r=t.dir,i=t.next,a=i||r,o=n&&"parentNode"===a,s=B++;return t.first?function(t,n,i){for(;t=t[r];)if(1===t.nodeType||o)return e(t,n,i);return!1}:function(t,n,l){var u,c,p,d=[R,s];if(l){for(;t=t[r];)if((1===t.nodeType||o)&&e(t,n,l))return!0}else for(;t=t[r];)if(1===t.nodeType||o)if(p=t[H]||(t[H]={}),c=p[t.uniqueID]||(p[t.uniqueID]={}),i&&i===t.nodeName.toLowerCase())t=t[r]||t;else{if((u=c[a])&&u[0]===R&&u[1]===s)return d[2]=u[2];if(c[a]=d,d[2]=e(t,n,l))return!0}return!1}}function f(e){return e.length>1?function(t,n,r){for(var i=e.length;i--;)if(!e[i](t,n,r))return!1;return!0}:e[0]}function h(e,n,r){for(var i=0,a=n.length;i<a;i++)t(e,n[i],r);return r}function m(e,t,n,r,i){for(var a,o=[],s=0,l=e.length,u=null!=t;s<l;s++)(a=e[s])&&(n&&!n(a,r,i)||(o.push(a),u&&t.push(s)));return o}function v(e,t,n,i,a,o){return i&&!i[H]&&(i=v(i)),a&&!a[H]&&(a=v(a,o)),r(function(r,o,s,l){var u,c,p,d=[],f=[],v=o.length,g=r||h(t||"*",s.nodeType?[s]:s,[]),y=!e||!r&&t?g:m(g,d,e,s,l),w=n?a||(r?e:v||i)?[]:o:y;if(n&&n(y,w,s,l),i)for(u=m(w,f),i(u,[],s,l),c=u.length;c--;)(p=u[c])&&(w[f[c]]=!(y[f[c]]=p));if(r){if(a||e){if(a){for(u=[],c=w.length;c--;)(p=w[c])&&u.push(y[c]=p);a(null,w=[],u,l)}for(c=w.length;c--;)(p=w[c])&&(u=a?Q(r,p):d[c])>-1&&(r[u]=!(o[u]=p))}}else w=m(w===o?w.splice(v,w.length):w),a?a(null,o,w,l):K.apply(o,w)})}function g(e){for(var t,n,r,i=e.length,a=x.relative[e[0].type],o=a||x.relative[" "],s=a?1:0,l=d(function(e){return e===t},o,!0),u=d(function(e){return Q(t,e)>-1},o,!0),c=[function(e,n,r){var i=!a&&(r||n!==_)||((t=n).nodeType?l(e,n,r):u(e,n,r));return t=null,i}];s<i;s++)if(n=x.relative[e[s].type])c=[d(f(c),n)];else{if(n=x.filter[e[s].type].apply(null,e[s].matches),n[H]){for(r=++s;r<i&&!x.relative[e[r].type];r++);return v(s>1&&f(c),s>1&&p(e.slice(0,s-1).concat({value:" "===e[s-2].type?"*":""})).replace(ae,"$1"),n,s<r&&g(e.slice(s,r)),r<i&&g(e=e.slice(r)),r<i&&p(e))}c.push(n)}return f(c)}function y(e,n){var i=n.length>0,a=e.length>0,o=function(r,o,s,l,u){var c,p,d,f=0,h="0",v=r&&[],g=[],y=_,w=r||a&&x.find.TAG("*",u),b=R+=null==y?1:Math.random()||.1,C=w.length;for(u&&(_=o===O||o||u);h!==C&&null!=(c=w[h]);h++){if(a&&c){for(p=0,o||c.ownerDocument===O||(P(c),s=!D);d=e[p++];)if(d(c,o||O,s)){l.push(c);break}u&&(R=b)}i&&((c=!d&&c)&&f--,r&&v.push(c))}if(f+=h,i&&h!==f){for(p=0;d=n[p++];)d(v,g,o,s);if(r){if(f>0)for(;h--;)v[h]||g[h]||(g[h]=V.call(l));g=m(g)}K.apply(l,g),u&&!r&&g.length>0&&f+n.length>1&&t.uniqueSort(l)}return u&&(R=b,_=y),v};return i?r(o):o}var w,b,x,C,T,S,E,k,_,A,M,P,O,z,D,L,I,N,j,H="sizzle"+1*new Date,$=e.document,R=0,B=0,q=n(),F=n(),W=n(),X=function(e,t){return e===t&&(M=!0),0},G={}.hasOwnProperty,Y=[],V=Y.pop,U=Y.push,K=Y.push,J=Y.slice,Q=function(e,t){for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1},Z="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",ee="[\\x20\\t\\r\\n\\f]",te="(?:\\\\.|[\\w-]|[^\0-\\xa0])+",ne="\\["+ee+"*("+te+")(?:"+ee+"*([*^$|!~]?=)"+ee+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+te+"))|)"+ee+"*\\]",re=":("+te+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+ne+")*)|.*)\\)|)",ie=new RegExp(ee+"+","g"),ae=new RegExp("^"+ee+"+|((?:^|[^\\\\])(?:\\\\.)*)"+ee+"+$","g"),oe=new RegExp("^"+ee+"*,"+ee+"*"),se=new RegExp("^"+ee+"*([>+~]|"+ee+")"+ee+"*"),le=new RegExp("="+ee+"*([^\\]'\"]*?)"+ee+"*\\]","g"),ue=new RegExp(re),ce=new RegExp("^"+te+"$"),pe={ID:new RegExp("^#("+te+")"),CLASS:new RegExp("^\\.("+te+")"),TAG:new RegExp("^("+te+"|[*])"),ATTR:new RegExp("^"+ne),PSEUDO:new RegExp("^"+re),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+ee+"*(even|odd|(([+-]|)(\\d*)n|)"+ee+"*(?:([+-]|)"+ee+"*(\\d+)|))"+ee+"*\\)|)","i"),bool:new RegExp("^(?:"+Z+")$","i"),needsContext:new RegExp("^"+ee+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+ee+"*((?:-\\d)?\\d*)"+ee+"*\\)|)(?=[^-]|$)","i")},de=/^(?:input|select|textarea|button)$/i,fe=/^h\d$/i,he=/^[^{]+\{\s*\[native \w/,me=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ve=/[+~]/,ge=new RegExp("\\\\([\\da-f]{1,6}"+ee+"?|("+ee+")|.)","ig"),ye=function(e,t,n){var r="0x"+t-65536;return r!==r||n?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320)},we=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,be=function(e,t){return t?"\0"===e?"�":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},xe=function(){P()},Ce=d(function(e){return!0===e.disabled&&("form"in e||"label"in e)},{dir:"parentNode",next:"legend"});try{K.apply(Y=J.call($.childNodes),$.childNodes),Y[$.childNodes.length].nodeType}catch(e){K={apply:Y.length?function(e,t){U.apply(e,J.call(t))}:function(e,t){for(var n=e.length,r=0;e[n++]=t[r++];);e.length=n-1}}}b=t.support={},T=t.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return!!t&&"HTML"!==t.nodeName},P=t.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:$;return r!==O&&9===r.nodeType&&r.documentElement?(O=r,z=O.documentElement,D=!T(O),$!==O&&(n=O.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",xe,!1):n.attachEvent&&n.attachEvent("onunload",xe)),b.attributes=i(function(e){return e.className="i",!e.getAttribute("className")}),b.getElementsByTagName=i(function(e){return e.appendChild(O.createComment("")),!e.getElementsByTagName("*").length}),b.getElementsByClassName=he.test(O.getElementsByClassName),b.getById=i(function(e){return z.appendChild(e).id=H,!O.getElementsByName||!O.getElementsByName(H).length}),b.getById?(x.filter.ID=function(e){var t=e.replace(ge,ye);return function(e){return e.getAttribute("id")===t}},x.find.ID=function(e,t){if(void 0!==t.getElementById&&D){var n=t.getElementById(e);return n?[n]:[]}}):(x.filter.ID=function(e){var t=e.replace(ge,ye);return function(e){var n=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}},x.find.ID=function(e,t){if(void 0!==t.getElementById&&D){var n,r,i,a=t.getElementById(e);if(a){if((n=a.getAttributeNode("id"))&&n.value===e)return[a];for(i=t.getElementsByName(e),r=0;a=i[r++];)if((n=a.getAttributeNode("id"))&&n.value===e)return[a]}return[]}}),x.find.TAG=b.getElementsByTagName?function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):b.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,a=t.getElementsByTagName(e);if("*"===e){for(;n=a[i++];)1===n.nodeType&&r.push(n);return r}return a},x.find.CLASS=b.getElementsByClassName&&function(e,t){if(void 0!==t.getElementsByClassName&&D)return t.getElementsByClassName(e)},I=[],L=[],(b.qsa=he.test(O.querySelectorAll))&&(i(function(e){z.appendChild(e).innerHTML="<a id='"+H+"'></a><select id='"+H+"-\r\\' msallowcapture=''><option selected=''></option></select>",e.querySelectorAll("[msallowcapture^='']").length&&L.push("[*^$]="+ee+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||L.push("\\["+ee+"*(?:value|"+Z+")"),e.querySelectorAll("[id~="+H+"-]").length||L.push("~="),e.querySelectorAll(":checked").length||L.push(":checked"),e.querySelectorAll("a#"+H+"+*").length||L.push(".#.+[+~]")}),i(function(e){e.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var t=O.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&L.push("name"+ee+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&L.push(":enabled",":disabled"),z.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&L.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),L.push(",.*:")})),(b.matchesSelector=he.test(N=z.matches||z.webkitMatchesSelector||z.mozMatchesSelector||z.oMatchesSelector||z.msMatchesSelector))&&i(function(e){b.disconnectedMatch=N.call(e,"*"),N.call(e,"[s!='']:x"),I.push("!=",re)}),L=L.length&&new RegExp(L.join("|")),I=I.length&&new RegExp(I.join("|")),t=he.test(z.compareDocumentPosition),j=t||he.test(z.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},X=t?function(e,t){if(e===t)return M=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(n=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1,1&n||!b.sortDetached&&t.compareDocumentPosition(e)===n?e===O||e.ownerDocument===$&&j($,e)?-1:t===O||t.ownerDocument===$&&j($,t)?1:A?Q(A,e)-Q(A,t):0:4&n?-1:1)}:function(e,t){if(e===t)return M=!0,0;var n,r=0,i=e.parentNode,a=t.parentNode,s=[e],l=[t];if(!i||!a)return e===O?-1:t===O?1:i?-1:a?1:A?Q(A,e)-Q(A,t):0;if(i===a)return o(e,t);for(n=e;n=n.parentNode;)s.unshift(n);for(n=t;n=n.parentNode;)l.unshift(n);for(;s[r]===l[r];)r++;return r?o(s[r],l[r]):s[r]===$?-1:l[r]===$?1:0},O):O},t.matches=function(e,n){return t(e,null,null,n)},t.matchesSelector=function(e,n){if((e.ownerDocument||e)!==O&&P(e),n=n.replace(le,"='$1']"),b.matchesSelector&&D&&!W[n+" "]&&(!I||!I.test(n))&&(!L||!L.test(n)))try{var r=N.call(e,n);if(r||b.disconnectedMatch||e.document&&11!==e.document.nodeType)return r}catch(e){}return t(n,O,null,[e]).length>0},t.contains=function(e,t){return(e.ownerDocument||e)!==O&&P(e),j(e,t)},t.attr=function(e,t){(e.ownerDocument||e)!==O&&P(e);var n=x.attrHandle[t.toLowerCase()],r=n&&G.call(x.attrHandle,t.toLowerCase())?n(e,t,!D):void 0;return void 0!==r?r:b.attributes||!D?e.getAttribute(t):(r=e.getAttributeNode(t))&&r.specified?r.value:null},t.escape=function(e){return(e+"").replace(we,be)},t.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},t.uniqueSort=function(e){var t,n=[],r=0,i=0;if(M=!b.detectDuplicates,A=!b.sortStable&&e.slice(0),e.sort(X),M){for(;t=e[i++];)t===e[i]&&(r=n.push(i));for(;r--;)e.splice(n[r],1)}return A=null,e},C=t.getText=function(e){var t,n="",r=0,i=e.nodeType;if(i){if(1===i||9===i||11===i){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=C(e)}else if(3===i||4===i)return e.nodeValue}else for(;t=e[r++];)n+=C(t);return n},x=t.selectors={cacheLength:50,createPseudo:r,match:pe,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(ge,ye),e[3]=(e[3]||e[4]||e[5]||"").replace(ge,ye),"~="===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]||t.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]&&t.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return pe.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&ue.test(n)&&(t=S(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(ge,ye).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=q[e+" "];return t||(t=new RegExp("(^|"+ee+")"+e+"("+ee+"|$)"))&&q(e,function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(e,n,r){return function(i){var a=t.attr(i,e);return null==a?"!="===n:!n||(a+="","="===n?a===r:"!="===n?a!==r:"^="===n?r&&0===a.indexOf(r):"*="===n?r&&a.indexOf(r)>-1:"$="===n?r&&a.slice(-r.length)===r:"~="===n?(" "+a.replace(ie," ")+" ").indexOf(r)>-1:"|="===n&&(a===r||a.slice(0,r.length+1)===r+"-"))}},CHILD:function(e,t,n,r,i){var a="nth"!==e.slice(0,3),o="last"!==e.slice(-4),s="of-type"===t;return 1===r&&0===i?function(e){return!!e.parentNode}:function(t,n,l){var u,c,p,d,f,h,m=a!==o?"nextSibling":"previousSibling",v=t.parentNode,g=s&&t.nodeName.toLowerCase(),y=!l&&!s,w=!1;if(v){if(a){for(;m;){for(d=t;d=d[m];)if(s?d.nodeName.toLowerCase()===g:1===d.nodeType)return!1;h=m="only"===e&&!h&&"nextSibling"}return!0}if(h=[o?v.firstChild:v.lastChild],o&&y){for(d=v,p=d[H]||(d[H]={}),c=p[d.uniqueID]||(p[d.uniqueID]={}),u=c[e]||[],f=u[0]===R&&u[1],w=f&&u[2],d=f&&v.childNodes[f];d=++f&&d&&d[m]||(w=f=0)||h.pop();)if(1===d.nodeType&&++w&&d===t){c[e]=[R,f,w];break}}else if(y&&(d=t,p=d[H]||(d[H]={}),c=p[d.uniqueID]||(p[d.uniqueID]={}),u=c[e]||[],f=u[0]===R&&u[1],w=f),!1===w)for(;(d=++f&&d&&d[m]||(w=f=0)||h.pop())&&((s?d.nodeName.toLowerCase()!==g:1!==d.nodeType)||!++w||(y&&(p=d[H]||(d[H]={}),c=p[d.uniqueID]||(p[d.uniqueID]={}),c[e]=[R,w]),d!==t)););return(w-=i)===r||w%r==0&&w/r>=0}}},PSEUDO:function(e,n){var i,a=x.pseudos[e]||x.setFilters[e.toLowerCase()]||t.error("unsupported pseudo: "+e);return a[H]?a(n):a.length>1?(i=[e,e,"",n],x.setFilters.hasOwnProperty(e.toLowerCase())?r(function(e,t){for(var r,i=a(e,n),o=i.length;o--;)r=Q(e,i[o]),e[r]=!(t[r]=i[o])}):function(e){return a(e,0,i)}):a}},pseudos:{not:r(function(e){var t=[],n=[],i=E(e.replace(ae,"$1"));return i[H]?r(function(e,t,n,r){for(var a,o=i(e,null,r,[]),s=e.length;s--;)(a=o[s])&&(e[s]=!(t[s]=a))}):function(e,r,a){return t[0]=e,i(t,null,a,n),t[0]=null,!n.pop()}}),has:r(function(e){return function(n){return t(e,n).length>0}}),contains:r(function(e){return e=e.replace(ge,ye),function(t){return(t.textContent||t.innerText||C(t)).indexOf(e)>-1}}),lang:r(function(e){return ce.test(e||"")||t.error("unsupported lang: "+e),e=e.replace(ge,ye).toLowerCase(),function(t){var n;do{if(n=D?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===z},focus:function(e){return e===O.activeElement&&(!O.hasFocus||O.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:s(!1),disabled:s(!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!x.pseudos.empty(e)},header:function(e){return fe.test(e.nodeName)},input:function(e){return de.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:l(function(){return[0]}),last:l(function(e,t){return[t-1]}),eq:l(function(e,t,n){return[n<0?n+t:n]}),even:l(function(e,t){for(var n=0;n<t;n+=2)e.push(n);return e}),odd:l(function(e,t){for(var n=1;n<t;n+=2)e.push(n);return e}),lt:l(function(e,t,n){for(var r=n<0?n+t:n;--r>=0;)e.push(r);return e}),gt:l(function(e,t,n){for(var r=n<0?n+t:n;++r<t;)e.push(r);return e})}},x.pseudos.nth=x.pseudos.eq;for(w in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})x.pseudos[w]=function(e){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e}}(w);for(w in{submit:!0,reset:!0})x.pseudos[w]=function(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}(w);return c.prototype=x.filters=x.pseudos,x.setFilters=new c,S=t.tokenize=function(e,n){var r,i,a,o,s,l,u,c=F[e+" "];if(c)return n?0:c.slice(0);for(s=e,l=[],u=x.preFilter;s;){r&&!(i=oe.exec(s))||(i&&(s=s.slice(i[0].length)||s),l.push(a=[])),r=!1,(i=se.exec(s))&&(r=i.shift(),a.push({value:r,type:i[0].replace(ae," ")}),s=s.slice(r.length));for(o in x.filter)!(i=pe[o].exec(s))||u[o]&&!(i=u[o](i))||(r=i.shift(),a.push({value:r,type:o,matches:i}),s=s.slice(r.length));if(!r)break}return n?s.length:s?t.error(e):F(e,l).slice(0)},E=t.compile=function(e,t){var n,r=[],i=[],a=W[e+" "];if(!a){for(t||(t=S(e)),n=t.length;n--;)a=g(t[n]),a[H]?r.push(a):i.push(a);a=W(e,y(i,r)),a.selector=e}return a},k=t.select=function(e,t,n,r){var i,a,o,s,l,c="function"==typeof e&&e,d=!r&&S(e=c.selector||e);if(n=n||[],1===d.length){if(a=d[0]=d[0].slice(0),a.length>2&&"ID"===(o=a[0]).type&&9===t.nodeType&&D&&x.relative[a[1].type]){if(!(t=(x.find.ID(o.matches[0].replace(ge,ye),t)||[])[0]))return n;c&&(t=t.parentNode),e=e.slice(a.shift().value.length)}for(i=pe.needsContext.test(e)?0:a.length;i--&&(o=a[i],!x.relative[s=o.type]);)if((l=x.find[s])&&(r=l(o.matches[0].replace(ge,ye),ve.test(a[0].type)&&u(t.parentNode)||t))){if(a.splice(i,1),!(e=r.length&&p(a)))return K.apply(n,r),n;break}}return(c||E(e,d))(r,t,!D,n,!t||ve.test(e)&&u(t.parentNode)||t),n},b.sortStable=H.split("").sort(X).join("")===H,b.detectDuplicates=!!M,P(),b.sortDetached=i(function(e){return 1&e.compareDocumentPosition(O.createElement("fieldset"))}),i(function(e){return e.innerHTML="<a href='#'></a>","#"===e.firstChild.getAttribute("href")})||a("type|href|height|width",function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)}),b.attributes&&i(function(e){return e.innerHTML="<input/>",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||a("value",function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue}),i(function(e){return null==e.getAttribute("disabled")})||a(Z,function(e,t,n){var r;if(!n)return!0===e[t]?t.toLowerCase():(r=e.getAttributeNode(t))&&r.specified?r.value:null}),t}(n);ye.find=Te,ye.expr=Te.selectors,ye.expr[":"]=ye.expr.pseudos,ye.uniqueSort=ye.unique=Te.uniqueSort,ye.text=Te.getText,ye.isXMLDoc=Te.isXML,ye.contains=Te.contains,ye.escapeSelector=Te.escape;var Se=function(e,t,n){for(var r=[],i=void 0!==n;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(i&&ye(e).is(n))break;r.push(e)}return r},Ee=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},ke=ye.expr.match.needsContext,_e=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i,Ae=/^.[^:#\[\.,]*$/;ye.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?ye.find.matchesSelector(r,e)?[r]:[]:ye.find.matches(e,ye.grep(t,function(e){return 1===e.nodeType}))},ye.fn.extend({find:function(e){var t,n,r=this.length,i=this;if("string"!=typeof e)return this.pushStack(ye(e).filter(function(){for(t=0;t<r;t++)if(ye.contains(i[t],this))return!0}));for(n=this.pushStack([]),t=0;t<r;t++)ye.find(e,i[t],n);return r>1?ye.uniqueSort(n):n},filter:function(e){return this.pushStack(u(this,e||[],!1))},not:function(e){return this.pushStack(u(this,e||[],!0))},is:function(e){return!!u(this,"string"==typeof e&&ke.test(e)?ye(e):e||[],!1).length}});var Me,Pe=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(ye.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||Me,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:Pe.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof ye?t[0]:t,ye.merge(this,ye.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:oe,!0)),_e.test(r[1])&&ye.isPlainObject(t))for(r in t)ye.isFunction(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return i=oe.getElementById(r[2]),i&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):ye.isFunction(e)?void 0!==n.ready?n.ready(e):e(ye):ye.makeArray(e,this)}).prototype=ye.fn,Me=ye(oe);var Oe=/^(?:parents|prev(?:Until|All))/,ze={children:!0,contents:!0,next:!0,prev:!0};ye.fn.extend({has:function(e){var t=ye(e,this),n=t.length;return this.filter(function(){for(var e=0;e<n;e++)if(ye.contains(this,t[e]))return!0})},closest:function(e,t){var n,r=0,i=this.length,a=[],o="string"!=typeof e&&ye(e);if(!ke.test(e))for(;r<i;r++)for(n=this[r];n&&n!==t;n=n.parentNode)if(n.nodeType<11&&(o?o.index(n)>-1:1===n.nodeType&&ye.find.matchesSelector(n,e))){a.push(n);break}return this.pushStack(a.length>1?ye.uniqueSort(a):a)},index:function(e){return e?"string"==typeof e?pe.call(ye(e),this[0]):pe.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(ye.uniqueSort(ye.merge(this.get(),ye(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),ye.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return Se(e,"parentNode")},parentsUntil:function(e,t,n){return Se(e,"parentNode",n)},next:function(e){return c(e,"nextSibling")},prev:function(e){return c(e,"previousSibling")},nextAll:function(e){return Se(e,"nextSibling")},prevAll:function(e){return Se(e,"previousSibling")},nextUntil:function(e,t,n){return Se(e,"nextSibling",n)},prevUntil:function(e,t,n){return Se(e,"previousSibling",n)},siblings:function(e){return Ee((e.parentNode||{}).firstChild,e)},children:function(e){return Ee(e.firstChild)},contents:function(e){return l(e,"iframe")?e.contentDocument:(l(e,"template")&&(e=e.content||e),ye.merge([],e.childNodes))}},function(e,t){ye.fn[e]=function(n,r){var i=ye.map(this,t,n);return"Until"!==e.slice(-5)&&(r=n),r&&"string"==typeof r&&(i=ye.filter(r,i)),this.length>1&&(ze[e]||ye.uniqueSort(i),Oe.test(e)&&i.reverse()),this.pushStack(i)}});var De=/[^\x20\t\r\n\f]+/g;ye.Callbacks=function(e){e="string"==typeof e?p(e):ye.extend({},e);var t,n,r,i,a=[],o=[],s=-1,l=function(){for(i=i||e.once,r=t=!0;o.length;s=-1)for(n=o.shift();++s<a.length;)!1===a[s].apply(n[0],n[1])&&e.stopOnFalse&&(s=a.length,n=!1);e.memory||(n=!1),t=!1,i&&(a=n?[]:"")},u={add:function(){return a&&(n&&!t&&(s=a.length-1,o.push(n)),function t(n){ye.each(n,function(n,r){ye.isFunction(r)?e.unique&&u.has(r)||a.push(r):r&&r.length&&"string"!==ye.type(r)&&t(r)})}(arguments),n&&!t&&l()),this},remove:function(){return ye.each(arguments,function(e,t){for(var n;(n=ye.inArray(t,a,n))>-1;)a.splice(n,1),n<=s&&s--}),this},has:function(e){return e?ye.inArray(e,a)>-1:a.length>0},empty:function(){return a&&(a=[]),this},disable:function(){return i=o=[],a=n="",this},disabled:function(){return!a},lock:function(){return i=o=[],n||t||(a=n=""),this},locked:function(){return!!i},fireWith:function(e,n){return i||(n=n||[],n=[e,n.slice?n.slice():n],o.push(n),t||l()),this},fire:function(){return u.fireWith(this,arguments),this},fired:function(){return!!r}};return u},ye.extend({Deferred:function(e){var t=[["notify","progress",ye.Callbacks("memory"),ye.Callbacks("memory"),2],["resolve","done",ye.Callbacks("once memory"),ye.Callbacks("once memory"),0,"resolved"],["reject","fail",ye.Callbacks("once memory"),ye.Callbacks("once memory"),1,"rejected"]],r="pending",i={state:function(){return r},always:function(){return a.done(arguments).fail(arguments),this},catch:function(e){return i.then(null,e)},pipe:function(){var e=arguments;return ye.Deferred(function(n){ye.each(t,function(t,r){var i=ye.isFunction(e[r[4]])&&e[r[4]];a[r[1]](function(){var e=i&&i.apply(this,arguments);e&&ye.isFunction(e.promise)?e.promise().progress(n.notify).done(n.resolve).fail(n.reject):n[r[0]+"With"](this,i?[e]:arguments)})}),e=null}).promise()},then:function(e,r,i){function a(e,t,r,i){return function(){var s=this,l=arguments,u=function(){var n,u;if(!(e<o)){if((n=r.apply(s,l))===t.promise())throw new TypeError("Thenable self-resolution");u=n&&("object"==typeof n||"function"==typeof n)&&n.then,ye.isFunction(u)?i?u.call(n,a(o,t,d,i),a(o,t,f,i)):(o++,u.call(n,a(o,t,d,i),a(o,t,f,i),a(o,t,d,t.notifyWith))):(r!==d&&(s=void 0,l=[n]),(i||t.resolveWith)(s,l))}},c=i?u:function(){try{u()}catch(n){ye.Deferred.exceptionHook&&ye.Deferred.exceptionHook(n,c.stackTrace),e+1>=o&&(r!==f&&(s=void 0,l=[n]),t.rejectWith(s,l))}};e?c():(ye.Deferred.getStackHook&&(c.stackTrace=ye.Deferred.getStackHook()),n.setTimeout(c))}}var o=0;return ye.Deferred(function(n){t[0][3].add(a(0,n,ye.isFunction(i)?i:d,n.notifyWith)),t[1][3].add(a(0,n,ye.isFunction(e)?e:d)),t[2][3].add(a(0,n,ye.isFunction(r)?r:f))}).promise()},promise:function(e){return null!=e?ye.extend(e,i):i}},a={};return ye.each(t,function(e,n){var o=n[2],s=n[5];i[n[1]]=o.add,s&&o.add(function(){r=s},t[3-e][2].disable,t[0][2].lock),o.add(n[3].fire),a[n[0]]=function(){return a[n[0]+"With"](this===a?void 0:this,arguments),this},a[n[0]+"With"]=o.fireWith}),i.promise(a),e&&e.call(a,a),a},when:function(e){var t=arguments.length,n=t,r=Array(n),i=le.call(arguments),a=ye.Deferred(),o=function(e){return function(n){r[e]=this,i[e]=arguments.length>1?le.call(arguments):n,--t||a.resolveWith(r,i)}};if(t<=1&&(h(e,a.done(o(n)).resolve,a.reject,!t),"pending"===a.state()||ye.isFunction(i[n]&&i[n].then)))return a.then();for(;n--;)h(i[n],o(n),a.reject);return a.promise()}});var Le=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;ye.Deferred.exceptionHook=function(e,t){n.console&&n.console.warn&&e&&Le.test(e.name)&&n.console.warn("jQuery.Deferred exception: "+e.message,e.stack,t)},ye.readyException=function(e){n.setTimeout(function(){throw e})};var Ie=ye.Deferred();ye.fn.ready=function(e){return Ie.then(e).catch(function(e){ye.readyException(e)}),this},ye.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--ye.readyWait:ye.isReady)||(ye.isReady=!0,!0!==e&&--ye.readyWait>0||Ie.resolveWith(oe,[ye]))}}),ye.ready.then=Ie.then,"complete"===oe.readyState||"loading"!==oe.readyState&&!oe.documentElement.doScroll?n.setTimeout(ye.ready):(oe.addEventListener("DOMContentLoaded",m),n.addEventListener("load",m));var Ne=function(e,t,n,r,i,a,o){var s=0,l=e.length,u=null==n;if("object"===ye.type(n)){i=!0;for(s in n)Ne(e,t,s,n[s],!0,a,o)}else if(void 0!==r&&(i=!0,ye.isFunction(r)||(o=!0),u&&(o?(t.call(e,r),t=null):(u=t,t=function(e,t,n){return u.call(ye(e),n)})),t))for(;s<l;s++)t(e[s],n,o?r:r.call(e[s],s,t(e[s],n)));return i?e:u?t.call(e):l?t(e[0],n):a},je=function(e){return 1===e.nodeType||9===e.nodeType||!+e.nodeType};v.uid=1,v.prototype={cache:function(e){var t=e[this.expando];return t||(t={},je(e)&&(e.nodeType?e[this.expando]=t:Object.defineProperty(e,this.expando,{value:t,configurable:!0}))),t},set:function(e,t,n){var r,i=this.cache(e);if("string"==typeof t)i[ye.camelCase(t)]=n;else for(r in t)i[ye.camelCase(r)]=t[r];return i},get:function(e,t){return void 0===t?this.cache(e):e[this.expando]&&e[this.expando][ye.camelCase(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,r=e[this.expando];if(void 0!==r){if(void 0!==t){Array.isArray(t)?t=t.map(ye.camelCase):(t=ye.camelCase(t),t=t in r?[t]:t.match(De)||[]),n=t.length;for(;n--;)delete r[t[n]]}(void 0===t||ye.isEmptyObject(r))&&(e.nodeType?e[this.expando]=void 0:delete e[this.expando])}},hasData:function(e){var t=e[this.expando];return void 0!==t&&!ye.isEmptyObject(t)}};var He=new v,$e=new v,Re=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,Be=/[A-Z]/g;ye.extend({hasData:function(e){return $e.hasData(e)||He.hasData(e)},data:function(e,t,n){return $e.access(e,t,n)},removeData:function(e,t){$e.remove(e,t)},_data:function(e,t,n){return He.access(e,t,n)},_removeData:function(e,t){He.remove(e,t)}}),ye.fn.extend({data:function(e,t){var n,r,i,a=this[0],o=a&&a.attributes;if(void 0===e){if(this.length&&(i=$e.get(a),1===a.nodeType&&!He.get(a,"hasDataAttrs"))){for(n=o.length;n--;)o[n]&&(r=o[n].name,0===r.indexOf("data-")&&(r=ye.camelCase(r.slice(5)),y(a,r,i[r])));He.set(a,"hasDataAttrs",!0)}return i}return"object"==typeof e?this.each(function(){$e.set(this,e)}):Ne(this,function(t){var n;if(a&&void 0===t){if(void 0!==(n=$e.get(a,e)))return n;if(void 0!==(n=y(a,e)))return n}else this.each(function(){$e.set(this,e,t)})},null,t,arguments.length>1,null,!0)},removeData:function(e){return this.each(function(){$e.remove(this,e)})}}),ye.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=He.get(e,t),n&&(!r||Array.isArray(n)?r=He.access(e,t,ye.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=ye.queue(e,t),r=n.length,i=n.shift(),a=ye._queueHooks(e,t),o=function(){ye.dequeue(e,t)};"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===t&&n.unshift("inprogress"),delete a.stop,i.call(e,o,a)),!r&&a&&a.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return He.get(e,n)||He.access(e,n,{empty:ye.Callbacks("once memory").add(function(){He.remove(e,[t+"queue",n])})})}}),ye.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length<n?ye.queue(this[0],e):void 0===t?this:this.each(function(){var n=ye.queue(this,e,t);ye._queueHooks(this,e),"fx"===e&&"inprogress"!==n[0]&&ye.dequeue(this,e)})},dequeue:function(e){return this.each(function(){ye.dequeue(this,e)})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,t){var n,r=1,i=ye.Deferred(),a=this,o=this.length,s=function(){--r||i.resolveWith(a,[a])};for("string"!=typeof e&&(t=e,e=void 0),e=e||"fx";o--;)(n=He.get(a[o],e+"queueHooks"))&&n.empty&&(r++,n.empty.add(s));return s(),i.promise(t)}});var qe=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,Fe=new RegExp("^(?:([+-])=|)("+qe+")([a-z%]*)$","i"),We=["Top","Right","Bottom","Left"],Xe=function(e,t){return e=t||e,"none"===e.style.display||""===e.style.display&&ye.contains(e.ownerDocument,e)&&"none"===ye.css(e,"display")},Ge=function(e,t,n,r){var i,a,o={};for(a in t)o[a]=e.style[a],e.style[a]=t[a];i=n.apply(e,r||[]);for(a in t)e.style[a]=o[a];return i},Ye={};ye.fn.extend({show:function(){return x(this,!0)},hide:function(){return x(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each(function(){Xe(this)?ye(this).show():ye(this).hide()})}});var Ve=/^(?:checkbox|radio)$/i,Ue=/<([a-z][^\/\0>\x20\t\r\n\f]+)/i,Ke=/^$|\/(?:java|ecma)script/i,Je={option:[1,"<select multiple='multiple'>","</select>"],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,"",""]};Je.optgroup=Je.option,Je.tbody=Je.tfoot=Je.colgroup=Je.caption=Je.thead,Je.th=Je.td;var Qe=/<|&#?\w+;/;!function(){var e=oe.createDocumentFragment(),t=e.appendChild(oe.createElement("div")),n=oe.createElement("input");n.setAttribute("type","radio"),n.setAttribute("checked","checked"),n.setAttribute("name","t"),t.appendChild(n),ge.checkClone=t.cloneNode(!0).cloneNode(!0).lastChild.checked,t.innerHTML="<textarea>x</textarea>",ge.noCloneChecked=!!t.cloneNode(!0).lastChild.defaultValue}();var Ze=oe.documentElement,et=/^key/,tt=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,nt=/^([^.]*)(?:\.(.+)|)/;ye.event={global:{},add:function(e,t,n,r,i){var a,o,s,l,u,c,p,d,f,h,m,v=He.get(e);if(v)for(n.handler&&(a=n,n=a.handler,i=a.selector),i&&ye.find.matchesSelector(Ze,i),n.guid||(n.guid=ye.guid++),(l=v.events)||(l=v.events={}),(o=v.handle)||(o=v.handle=function(t){return void 0!==ye&&ye.event.triggered!==t.type?ye.event.dispatch.apply(e,arguments):void 0}),t=(t||"").match(De)||[""],u=t.length;u--;)s=nt.exec(t[u])||[],f=m=s[1],h=(s[2]||"").split(".").sort(),f&&(p=ye.event.special[f]||{},f=(i?p.delegateType:p.bindType)||f,p=ye.event.special[f]||{},c=ye.extend({type:f,origType:m,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&ye.expr.match.needsContext.test(i),namespace:h.join(".")},a),(d=l[f])||(d=l[f]=[],d.delegateCount=0,p.setup&&!1!==p.setup.call(e,r,h,o)||e.addEventListener&&e.addEventListener(f,o)),p.add&&(p.add.call(e,c),c.handler.guid||(c.handler.guid=n.guid)),i?d.splice(d.delegateCount++,0,c):d.push(c),ye.event.global[f]=!0)},remove:function(e,t,n,r,i){var a,o,s,l,u,c,p,d,f,h,m,v=He.hasData(e)&&He.get(e);if(v&&(l=v.events)){for(t=(t||"").match(De)||[""],u=t.length;u--;)if(s=nt.exec(t[u])||[],f=m=s[1],h=(s[2]||"").split(".").sort(),f){for(p=ye.event.special[f]||{},f=(r?p.delegateType:p.bindType)||f,d=l[f]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),o=a=d.length;a--;)c=d[a],!i&&m!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(d.splice(a,1),c.selector&&d.delegateCount--,p.remove&&p.remove.call(e,c));o&&!d.length&&(p.teardown&&!1!==p.teardown.call(e,h,v.handle)||ye.removeEvent(e,f,v.handle),delete l[f])}else for(f in l)ye.event.remove(e,f+t[u],n,r,!0);ye.isEmptyObject(l)&&He.remove(e,"handle events")}},dispatch:function(e){var t,n,r,i,a,o,s=ye.event.fix(e),l=new Array(arguments.length),u=(He.get(this,"events")||{})[s.type]||[],c=ye.event.special[s.type]||{};for(l[0]=s,t=1;t<arguments.length;t++)l[t]=arguments[t];if(s.delegateTarget=this,!c.preDispatch||!1!==c.preDispatch.call(this,s)){for(o=ye.event.handlers.call(this,s,u),t=0;(i=o[t++])&&!s.isPropagationStopped();)for(s.currentTarget=i.elem,n=0;(a=i.handlers[n++])&&!s.isImmediatePropagationStopped();)s.rnamespace&&!s.rnamespace.test(a.namespace)||(s.handleObj=a,s.data=a.data,void 0!==(r=((ye.event.special[a.origType]||{}).handle||a.handler).apply(i.elem,l))&&!1===(s.result=r)&&(s.preventDefault(),s.stopPropagation()));return c.postDispatch&&c.postDispatch.call(this,s),s.result}},handlers:function(e,t){var n,r,i,a,o,s=[],l=t.delegateCount,u=e.target;if(l&&u.nodeType&&!("click"===e.type&&e.button>=1))for(;u!==this;u=u.parentNode||this)if(1===u.nodeType&&("click"!==e.type||!0!==u.disabled)){for(a=[],o={},n=0;n<l;n++)r=t[n],i=r.selector+" ",void 0===o[i]&&(o[i]=r.needsContext?ye(i,this).index(u)>-1:ye.find(i,this,null,[u]).length),o[i]&&a.push(r);a.length&&s.push({elem:u,handlers:a})}return u=this,l<t.length&&s.push({elem:u,handlers:t.slice(l)}),s},addProp:function(e,t){Object.defineProperty(ye.Event.prototype,e,{enumerable:!0,configurable:!0,get:ye.isFunction(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[ye.expando]?e:new ye.Event(e)},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==_()&&this.focus)return this.focus(),!1},delegateType:"focusin"},blur:{trigger:function(){if(this===_()&&this.blur)return this.blur(),!1},delegateType:"focusout"},click:{trigger:function(){if("checkbox"===this.type&&this.click&&l(this,"input"))return this.click(),!1},_default:function(e){return l(e.target,"a")}},beforeunload:{postDispatch:function(e){void 0!==e.result&&e.originalEvent&&(e.originalEvent.returnValue=e.result)}}}},ye.removeEvent=function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n)},ye.Event=function(e,t){if(!(this instanceof ye.Event))return new ye.Event(e,t);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||void 0===e.defaultPrevented&&!1===e.returnValue?E:k,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&&ye.extend(this,t),this.timeStamp=e&&e.timeStamp||ye.now(),this[ye.expando]=!0},ye.Event.prototype={constructor:ye.Event,isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k,isSimulated:!1,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=E,e&&!this.isSimulated&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=E,e&&!this.isSimulated&&e.stopPropagation()},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=E,e&&!this.isSimulated&&e.stopImmediatePropagation(),this.stopPropagation()}},ye.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,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:function(e){var t=e.button;return null==e.which&&et.test(e.type)?null!=e.charCode?e.charCode:e.keyCode:!e.which&&void 0!==t&&tt.test(e.type)?1&t?1:2&t?3:4&t?2:0:e.which}},ye.event.addProp),ye.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(e,t){ye.event.special[e]={delegateType:t,bindType:t,handle:function(e){var n,r=this,i=e.relatedTarget,a=e.handleObj;return i&&(i===r||ye.contains(r,i))||(e.type=a.origType,n=a.handler.apply(this,arguments),e.type=t),n}}}),ye.fn.extend({on:function(e,t,n,r){return A(this,e,t,n,r)},one:function(e,t,n,r){return A(this,e,t,n,r,1)},off:function(e,t,n){var r,i;if(e&&e.preventDefault&&e.handleObj)return r=e.handleObj,ye(e.delegateTarget).off(r.namespace?r.origType+"."+r.namespace:r.origType,r.selector,r.handler),this;if("object"==typeof e){for(i in e)this.off(i,t,e[i]);return this}return!1!==t&&"function"!=typeof t||(n=t,t=void 0),!1===n&&(n=k),this.each(function(){ye.event.remove(this,e,n,t)})}});var rt=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi,it=/<script|<style|<link/i,at=/checked\s*(?:[^=]|=\s*.checked.)/i,ot=/^true\/(.*)/,st=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;ye.extend({htmlPrefilter:function(e){return e.replace(rt,"<$1></$2>")},clone:function(e,t,n){var r,i,a,o,s=e.cloneNode(!0),l=ye.contains(e.ownerDocument,e);if(!(ge.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||ye.isXMLDoc(e)))for(o=C(s),a=C(e),r=0,i=a.length;r<i;r++)D(a[r],o[r]);if(t)if(n)for(a=a||C(e),o=o||C(s),r=0,i=a.length;r<i;r++)z(a[r],o[r]);else z(e,s);return o=C(s,"script"),o.length>0&&T(o,!l&&C(e,"script")),s},cleanData:function(e){for(var t,n,r,i=ye.event.special,a=0;void 0!==(n=e[a]);a++)if(je(n)){if(t=n[He.expando]){if(t.events)for(r in t.events)i[r]?ye.event.remove(n,r):ye.removeEvent(n,r,t.handle);n[He.expando]=void 0}n[$e.expando]&&(n[$e.expando]=void 0)}}}),ye.fn.extend({detach:function(e){return I(this,e,!0)},remove:function(e){return I(this,e)},text:function(e){return Ne(this,function(e){return void 0===e?ye.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 L(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){M(this,e).appendChild(e)}})},prepend:function(){return L(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=M(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return L(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return L(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&&(ye.cleanData(C(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map(function(){return ye.clone(this,e,t)})},html:function(e){return Ne(this,function(e){var t=this[0]||{},n=0,r=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!it.test(e)&&!Je[(Ue.exec(e)||["",""])[1].toLowerCase()]){e=ye.htmlPrefilter(e);try{for(;n<r;n++)t=this[n]||{},1===t.nodeType&&(ye.cleanData(C(t,!1)),t.innerHTML=e);t=0}catch(e){}}t&&this.empty().append(e)},null,e,arguments.length)},replaceWith:function(){var e=[];return L(this,arguments,function(t){var n=this.parentNode;ye.inArray(this,e)<0&&(ye.cleanData(C(this)),n&&n.replaceChild(t,this))},e)}}),ye.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,t){ye.fn[e]=function(e){for(var n,r=[],i=ye(e),a=i.length-1,o=0;o<=a;o++)n=o===a?this:this.clone(!0),ye(i[o])[t](n),ce.apply(r,n.get());return this.pushStack(r)}});var lt=/^margin/,ut=new RegExp("^("+qe+")(?!px)[a-z%]+$","i"),ct=function(e){var t=e.ownerDocument.defaultView;return t&&t.opener||(t=n),t.getComputedStyle(e)};!function(){function e(){if(s){s.style.cssText="box-sizing:border-box;position:relative;display:block;margin:auto;border:1px;padding:1px;top:1%;width:50%",s.innerHTML="",Ze.appendChild(o);var e=n.getComputedStyle(s);t="1%"!==e.top,a="2px"===e.marginLeft,r="4px"===e.width,s.style.marginRight="50%",i="4px"===e.marginRight,Ze.removeChild(o),s=null}}var t,r,i,a,o=oe.createElement("div"),s=oe.createElement("div");s.style&&(s.style.backgroundClip="content-box",s.cloneNode(!0).style.backgroundClip="",ge.clearCloneStyle="content-box"===s.style.backgroundClip,o.style.cssText="border:0;width:8px;height:0;top:0;left:-9999px;padding:0;margin-top:1px;position:absolute",o.appendChild(s),ye.extend(ge,{pixelPosition:function(){return e(),t},boxSizingReliable:function(){return e(),r},pixelMarginRight:function(){return e(),i},reliableMarginLeft:function(){return e(),a}}))}();var pt=/^(none|table(?!-c[ea]).+)/,dt=/^--/,ft={position:"absolute",visibility:"hidden",display:"block"},ht={letterSpacing:"0",fontWeight:"400"},mt=["Webkit","Moz","ms"],vt=oe.createElement("div").style;ye.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=N(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{float:"cssFloat"},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var i,a,o,s=ye.camelCase(t),l=dt.test(t),u=e.style;if(l||(t=$(s)),o=ye.cssHooks[t]||ye.cssHooks[s],void 0===n)return o&&"get"in o&&void 0!==(i=o.get(e,!1,r))?i:u[t];a=typeof n,"string"===a&&(i=Fe.exec(n))&&i[1]&&(n=w(e,t,i),a="number"),null!=n&&n===n&&("number"===a&&(n+=i&&i[3]||(ye.cssNumber[s]?"":"px")),ge.clearCloneStyle||""!==n||0!==t.indexOf("background")||(u[t]="inherit"),o&&"set"in o&&void 0===(n=o.set(e,n,r))||(l?u.setProperty(t,n):u[t]=n))}},css:function(e,t,n,r){var i,a,o,s=ye.camelCase(t);return dt.test(t)||(t=$(s)),o=ye.cssHooks[t]||ye.cssHooks[s],o&&"get"in o&&(i=o.get(e,!0,n)),void 0===i&&(i=N(e,t,r)),"normal"===i&&t in ht&&(i=ht[t]),""===n||n?(a=parseFloat(i),!0===n||isFinite(a)?a||0:i):i}}),ye.each(["height","width"],function(e,t){ye.cssHooks[t]={get:function(e,n,r){if(n)return!pt.test(ye.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?q(e,t,r):Ge(e,ft,function(){return q(e,t,r)})},set:function(e,n,r){var i,a=r&&ct(e),o=r&&B(e,t,r,"border-box"===ye.css(e,"boxSizing",!1,a),a);return o&&(i=Fe.exec(n))&&"px"!==(i[3]||"px")&&(e.style[t]=n,n=ye.css(e,t)),R(e,n,o)}}}),ye.cssHooks.marginLeft=j(ge.reliableMarginLeft,function(e,t){if(t)return(parseFloat(N(e,"marginLeft"))||e.getBoundingClientRect().left-Ge(e,{marginLeft:0},function(){return e.getBoundingClientRect().left}))+"px"}),ye.each({margin:"",padding:"",border:"Width"},function(e,t){ye.cssHooks[e+t]={expand:function(n){for(var r=0,i={},a="string"==typeof n?n.split(" "):[n];r<4;r++)i[e+We[r]+t]=a[r]||a[r-2]||a[0];return i}},lt.test(e)||(ye.cssHooks[e+t].set=R)}),ye.fn.extend({css:function(e,t){return Ne(this,function(e,t,n){var r,i,a={},o=0;if(Array.isArray(t)){for(r=ct(e),i=t.length;o<i;o++)a[t[o]]=ye.css(e,t[o],!1,r);return a}return void 0!==n?ye.style(e,t,n):ye.css(e,t)},e,t,arguments.length>1)}}),ye.Tween=F,F.prototype={constructor:F,init:function(e,t,n,r,i,a){this.elem=e,this.prop=n,this.easing=i||ye.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=a||(ye.cssNumber[n]?"":"px")},cur:function(){var e=F.propHooks[this.prop];return e&&e.get?e.get(this):F.propHooks._default.get(this)},run:function(e){var t,n=F.propHooks[this.prop];return this.options.duration?this.pos=t=ye.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):F.propHooks._default.set(this),this}},F.prototype.init.prototype=F.prototype,F.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=ye.css(e.elem,e.prop,""),t&&"auto"!==t?t:0)},set:function(e){ye.fx.step[e.prop]?ye.fx.step[e.prop](e):1!==e.elem.nodeType||null==e.elem.style[ye.cssProps[e.prop]]&&!ye.cssHooks[e.prop]?e.elem[e.prop]=e.now:ye.style(e.elem,e.prop,e.now+e.unit)}}},F.propHooks.scrollTop=F.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},ye.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},ye.fx=F.prototype.init,ye.fx.step={};var gt,yt,wt=/^(?:toggle|show|hide)$/,bt=/queueHooks$/;ye.Animation=ye.extend(K,{tweeners:{"*":[function(e,t){var n=this.createTween(e,t);return w(n.elem,e,Fe.exec(t),n),n}]},tweener:function(e,t){ye.isFunction(e)?(t=e,e=["*"]):e=e.match(De);for(var n,r=0,i=e.length;r<i;r++)n=e[r],K.tweeners[n]=K.tweeners[n]||[],K.tweeners[n].unshift(t)},prefilters:[V],prefilter:function(e,t){t?K.prefilters.unshift(e):K.prefilters.push(e)}}),ye.speed=function(e,t,n){var r=e&&"object"==typeof e?ye.extend({},e):{complete:n||!n&&t||ye.isFunction(e)&&e,duration:e,easing:n&&t||t&&!ye.isFunction(t)&&t};return ye.fx.off?r.duration=0:"number"!=typeof r.duration&&(r.duration in ye.fx.speeds?r.duration=ye.fx.speeds[r.duration]:r.duration=ye.fx.speeds._default),null!=r.queue&&!0!==r.queue||(r.queue="fx"),r.old=r.complete,r.complete=function(){ye.isFunction(r.old)&&r.old.call(this),r.queue&&ye.dequeue(this,r.queue)},r},ye.fn.extend({fadeTo:function(e,t,n,r){return this.filter(Xe).css("opacity",0).show().end().animate({opacity:t},e,n,r)},animate:function(e,t,n,r){var i=ye.isEmptyObject(e),a=ye.speed(t,n,r),o=function(){var t=K(this,ye.extend({},e),a);(i||He.get(this,"finish"))&&t.stop(!0)};return o.finish=o,i||!1===a.queue?this.each(o):this.queue(a.queue,o)},stop:function(e,t,n){var r=function(e){var t=e.stop;delete e.stop,t(n)};return"string"!=typeof e&&(n=t,t=e,e=void 0),t&&!1!==e&&this.queue(e||"fx",[]),this.each(function(){var t=!0,i=null!=e&&e+"queueHooks",a=ye.timers,o=He.get(this);if(i)o[i]&&o[i].stop&&r(o[i]);else for(i in o)o[i]&&o[i].stop&&bt.test(i)&&r(o[i]);for(i=a.length;i--;)a[i].elem!==this||null!=e&&a[i].queue!==e||(a[i].anim.stop(n),t=!1,a.splice(i,1));!t&&n||ye.dequeue(this,e)})},finish:function(e){return!1!==e&&(e=e||"fx"),this.each(function(){var t,n=He.get(this),r=n[e+"queue"],i=n[e+"queueHooks"],a=ye.timers,o=r?r.length:0;for(n.finish=!0,ye.queue(this,e,[]),i&&i.stop&&i.stop.call(this,!0),t=a.length;t--;)a[t].elem===this&&a[t].queue===e&&(a[t].anim.stop(!0),a.splice(t,1));for(t=0;t<o;t++)r[t]&&r[t].finish&&r[t].finish.call(this);delete n.finish})}}),ye.each(["toggle","show","hide"],function(e,t){var n=ye.fn[t];ye.fn[t]=function(e,r,i){return null==e||"boolean"==typeof e?n.apply(this,arguments):this.animate(G(t,!0),e,r,i)}}),ye.each({slideDown:G("show"),slideUp:G("hide"),slideToggle:G("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,t){ye.fn[e]=function(e,n,r){return this.animate(t,e,n,r)}}),ye.timers=[],ye.fx.tick=function(){var e,t=0,n=ye.timers;for(gt=ye.now();t<n.length;t++)(e=n[t])()||n[t]!==e||n.splice(t--,1);n.length||ye.fx.stop(),gt=void 0},ye.fx.timer=function(e){ye.timers.push(e),ye.fx.start()},ye.fx.interval=13,ye.fx.start=function(){yt||(yt=!0,W())},ye.fx.stop=function(){yt=null},ye.fx.speeds={slow:600,fast:200,_default:400},ye.fn.delay=function(e,t){return e=ye.fx?ye.fx.speeds[e]||e:e,t=t||"fx",this.queue(t,function(t,r){var i=n.setTimeout(t,e);r.stop=function(){n.clearTimeout(i)}})},function(){var e=oe.createElement("input"),t=oe.createElement("select"),n=t.appendChild(oe.createElement("option"));e.type="checkbox",ge.checkOn=""!==e.value,ge.optSelected=n.selected,e=oe.createElement("input"),e.value="t",e.type="radio",ge.radioValue="t"===e.value}();var xt,Ct=ye.expr.attrHandle;ye.fn.extend({attr:function(e,t){return Ne(this,ye.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each(function(){ye.removeAttr(this,e)})}}),ye.extend({attr:function(e,t,n){var r,i,a=e.nodeType;if(3!==a&&8!==a&&2!==a)return void 0===e.getAttribute?ye.prop(e,t,n):(1===a&&ye.isXMLDoc(e)||(i=ye.attrHooks[t.toLowerCase()]||(ye.expr.match.bool.test(t)?xt:void 0)),void 0!==n?null===n?void ye.removeAttr(e,t):i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:(e.setAttribute(t,n+""),n):i&&"get"in i&&null!==(r=i.get(e,t))?r:(r=ye.find.attr(e,t),null==r?void 0:r))},attrHooks:{type:{set:function(e,t){if(!ge.radioValue&&"radio"===t&&l(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,r=0,i=t&&t.match(De);if(i&&1===e.nodeType)for(;n=i[r++];)e.removeAttribute(n)}}),xt={set:function(e,t,n){return!1===t?ye.removeAttr(e,n):e.setAttribute(n,n),n}},ye.each(ye.expr.match.bool.source.match(/\w+/g),function(e,t){var n=Ct[t]||ye.find.attr;Ct[t]=function(e,t,r){var i,a,o=t.toLowerCase();return r||(a=Ct[o],Ct[o]=i,i=null!=n(e,t,r)?o:null,Ct[o]=a),i}});var Tt=/^(?:input|select|textarea|button)$/i,St=/^(?:a|area)$/i;ye.fn.extend({prop:function(e,t){return Ne(this,ye.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each(function(){delete this[ye.propFix[e]||e]})}}),ye.extend({prop:function(e,t,n){var r,i,a=e.nodeType;if(3!==a&&8!==a&&2!==a)return 1===a&&ye.isXMLDoc(e)||(t=ye.propFix[t]||t,i=ye.propHooks[t]),void 0!==n?i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:e[t]=n:i&&"get"in i&&null!==(r=i.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=ye.find.attr(e,"tabindex");return t?parseInt(t,10):Tt.test(e.nodeName)||St.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),ge.optSelected||(ye.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)}}),ye.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){ye.propFix[this.toLowerCase()]=this}),ye.fn.extend({addClass:function(e){var t,n,r,i,a,o,s,l=0;if(ye.isFunction(e))return this.each(function(t){ye(this).addClass(e.call(this,t,Q(this)))});if("string"==typeof e&&e)for(t=e.match(De)||[];n=this[l++];)if(i=Q(n),r=1===n.nodeType&&" "+J(i)+" "){for(o=0;a=t[o++];)r.indexOf(" "+a+" ")<0&&(r+=a+" ");s=J(r),i!==s&&n.setAttribute("class",s)}return this},removeClass:function(e){var t,n,r,i,a,o,s,l=0;if(ye.isFunction(e))return this.each(function(t){ye(this).removeClass(e.call(this,t,Q(this)))});if(!arguments.length)return this.attr("class","");if("string"==typeof e&&e)for(t=e.match(De)||[];n=this[l++];)if(i=Q(n),r=1===n.nodeType&&" "+J(i)+" "){for(o=0;a=t[o++];)for(;r.indexOf(" "+a+" ")>-1;)r=r.replace(" "+a+" "," ");s=J(r),i!==s&&n.setAttribute("class",s)}return this},toggleClass:function(e,t){var n=typeof e;return"boolean"==typeof t&&"string"===n?t?this.addClass(e):this.removeClass(e):ye.isFunction(e)?this.each(function(n){ye(this).toggleClass(e.call(this,n,Q(this),t),t)}):this.each(function(){var t,r,i,a;if("string"===n)for(r=0,i=ye(this),a=e.match(De)||[];t=a[r++];)i.hasClass(t)?i.removeClass(t):i.addClass(t);else void 0!==e&&"boolean"!==n||(t=Q(this),t&&He.set(this,"__className__",t),this.setAttribute&&this.setAttribute("class",t||!1===e?"":He.get(this,"__className__")||""))})},hasClass:function(e){var t,n,r=0;for(t=" "+e+" ";n=this[r++];)if(1===n.nodeType&&(" "+J(Q(n))+" ").indexOf(t)>-1)return!0;return!1}});var Et=/\r/g;ye.fn.extend({val:function(e){var t,n,r,i=this[0];{if(arguments.length)return r=ye.isFunction(e),this.each(function(n){var i;1===this.nodeType&&(i=r?e.call(this,n,ye(this).val()):e,null==i?i="":"number"==typeof i?i+="":Array.isArray(i)&&(i=ye.map(i,function(e){return null==e?"":e+""})),(t=ye.valHooks[this.type]||ye.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,i,"value")||(this.value=i))});if(i)return(t=ye.valHooks[i.type]||ye.valHooks[i.nodeName.toLowerCase()])&&"get"in t&&void 0!==(n=t.get(i,"value"))?n:(n=i.value,"string"==typeof n?n.replace(Et,""):null==n?"":n)}}}),ye.extend({valHooks:{option:{get:function(e){var t=ye.find.attr(e,"value");return null!=t?t:J(ye.text(e))}},select:{get:function(e){var t,n,r,i=e.options,a=e.selectedIndex,o="select-one"===e.type,s=o?null:[],u=o?a+1:i.length;for(r=a<0?u:o?a:0;r<u;r++)if(n=i[r],(n.selected||r===a)&&!n.disabled&&(!n.parentNode.disabled||!l(n.parentNode,"optgroup"))){if(t=ye(n).val(),o)return t;s.push(t)}return s},set:function(e,t){for(var n,r,i=e.options,a=ye.makeArray(t),o=i.length;o--;)r=i[o],(r.selected=ye.inArray(ye.valHooks.option.get(r),a)>-1)&&(n=!0);return n||(e.selectedIndex=-1),a}}}}),ye.each(["radio","checkbox"],function(){ye.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=ye.inArray(ye(e).val(),t)>-1}},ge.checkOn||(ye.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})});var kt=/^(?:focusinfocus|focusoutblur)$/;ye.extend(ye.event,{trigger:function(e,t,r,i){var a,o,s,l,u,c,p,d=[r||oe],f=he.call(e,"type")?e.type:e,h=he.call(e,"namespace")?e.namespace.split("."):[];if(o=s=r=r||oe,3!==r.nodeType&&8!==r.nodeType&&!kt.test(f+ye.event.triggered)&&(f.indexOf(".")>-1&&(h=f.split("."),f=h.shift(),h.sort()),u=f.indexOf(":")<0&&"on"+f,e=e[ye.expando]?e:new ye.Event(f,"object"==typeof e&&e),e.isTrigger=i?2:3,e.namespace=h.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=r),t=null==t?[e]:ye.makeArray(t,[e]),p=ye.event.special[f]||{},i||!p.trigger||!1!==p.trigger.apply(r,t))){if(!i&&!p.noBubble&&!ye.isWindow(r)){for(l=p.delegateType||f,kt.test(l+f)||(o=o.parentNode);o;o=o.parentNode)d.push(o),s=o;s===(r.ownerDocument||oe)&&d.push(s.defaultView||s.parentWindow||n)}for(a=0;(o=d[a++])&&!e.isPropagationStopped();)e.type=a>1?l:p.bindType||f,c=(He.get(o,"events")||{})[e.type]&&He.get(o,"handle"),c&&c.apply(o,t),(c=u&&o[u])&&c.apply&&je(o)&&(e.result=c.apply(o,t),!1===e.result&&e.preventDefault());return e.type=f,i||e.isDefaultPrevented()||p._default&&!1!==p._default.apply(d.pop(),t)||!je(r)||u&&ye.isFunction(r[f])&&!ye.isWindow(r)&&(s=r[u],s&&(r[u]=null),ye.event.triggered=f,r[f](),ye.event.triggered=void 0,s&&(r[u]=s)),e.result}},simulate:function(e,t,n){var r=ye.extend(new ye.Event,n,{type:e,isSimulated:!0});ye.event.trigger(r,null,t)}}),ye.fn.extend({trigger:function(e,t){return this.each(function(){ye.event.trigger(e,t,this)})},triggerHandler:function(e,t){var n=this[0];if(n)return ye.event.trigger(e,t,n,!0)}}),ye.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){ye.fn[t]=function(e,n){return arguments.length>0?this.on(t,null,e,n):this.trigger(t)}}),ye.fn.extend({hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),ge.focusin="onfocusin"in n,ge.focusin||ye.each({focus:"focusin",blur:"focusout"},function(e,t){var n=function(e){ye.event.simulate(t,e.target,ye.event.fix(e))};ye.event.special[t]={setup:function(){var r=this.ownerDocument||this,i=He.access(r,t);i||r.addEventListener(e,n,!0),He.access(r,t,(i||0)+1)},teardown:function(){var r=this.ownerDocument||this,i=He.access(r,t)-1;i?He.access(r,t,i):(r.removeEventListener(e,n,!0),He.remove(r,t))}}});var _t=n.location,At=ye.now(),Mt=/\?/;ye.parseXML=function(e){var t;if(!e||"string"!=typeof e)return null;try{t=(new n.DOMParser).parseFromString(e,"text/xml")}catch(e){t=void 0}return t&&!t.getElementsByTagName("parsererror").length||ye.error("Invalid XML: "+e),t};var Pt=/\[\]$/,Ot=/\r?\n/g,zt=/^(?:submit|button|image|reset|file)$/i,Dt=/^(?:input|select|textarea|keygen)/i;ye.param=function(e,t){var n,r=[],i=function(e,t){var n=ye.isFunction(t)?t():t;r[r.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(Array.isArray(e)||e.jquery&&!ye.isPlainObject(e))ye.each(e,function(){i(this.name,this.value)});else for(n in e)Z(n,e[n],t,i);return r.join("&")},ye.fn.extend({serialize:function(){return ye.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=ye.prop(this,"elements");return e?ye.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!ye(this).is(":disabled")&&Dt.test(this.nodeName)&&!zt.test(e)&&(this.checked||!Ve.test(e))}).map(function(e,t){var n=ye(this).val();return null==n?null:Array.isArray(n)?ye.map(n,function(e){return{name:t.name,value:e.replace(Ot,"\r\n")}}):{name:t.name,value:n.replace(Ot,"\r\n")}}).get()}});var Lt=/%20/g,It=/#.*$/,Nt=/([?&])_=[^&]*/,jt=/^(.*?):[ \t]*([^\r\n]*)$/gm,Ht=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,$t=/^(?:GET|HEAD)$/,Rt=/^\/\//,Bt={},qt={},Ft="*/".concat("*"),Wt=oe.createElement("a");Wt.href=_t.href,ye.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:_t.href,type:"GET",isLocal:Ht.test(_t.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":ye.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?ne(ne(e,ye.ajaxSettings),t):ne(ye.ajaxSettings,e)},ajaxPrefilter:ee(Bt),ajaxTransport:ee(qt),ajax:function(e,t){function r(e,t,r,s){var u,d,f,b,x,C=t;c||(c=!0,l&&n.clearTimeout(l),i=void 0,o=s||"",T.readyState=e>0?4:0,u=e>=200&&e<300||304===e,r&&(b=re(h,T,r)),b=ie(h,b,T,u),u?(h.ifModified&&(x=T.getResponseHeader("Last-Modified"),x&&(ye.lastModified[a]=x),(x=T.getResponseHeader("etag"))&&(ye.etag[a]=x)),204===e||"HEAD"===h.type?C="nocontent":304===e?C="notmodified":(C=b.state,d=b.data,f=b.error,u=!f)):(f=C,!e&&C||(C="error",e<0&&(e=0))),T.status=e,T.statusText=(t||C)+"",u?g.resolveWith(m,[d,C,T]):g.rejectWith(m,[T,C,f]),T.statusCode(w),w=void 0,p&&v.trigger(u?"ajaxSuccess":"ajaxError",[T,h,u?d:f]),y.fireWith(m,[T,C]),p&&(v.trigger("ajaxComplete",[T,h]),--ye.active||ye.event.trigger("ajaxStop")))}"object"==typeof e&&(t=e,e=void 0),t=t||{};var i,a,o,s,l,u,c,p,d,f,h=ye.ajaxSetup({},t),m=h.context||h,v=h.context&&(m.nodeType||m.jquery)?ye(m):ye.event,g=ye.Deferred(),y=ye.Callbacks("once memory"),w=h.statusCode||{},b={},x={},C="canceled",T={readyState:0,getResponseHeader:function(e){var t;if(c){if(!s)for(s={};t=jt.exec(o);)s[t[1].toLowerCase()]=t[2];t=s[e.toLowerCase()]}return null==t?null:t},getAllResponseHeaders:function(){return c?o:null},setRequestHeader:function(e,t){return null==c&&(e=x[e.toLowerCase()]=x[e.toLowerCase()]||e,b[e]=t),this},overrideMimeType:function(e){return null==c&&(h.mimeType=e),this},statusCode:function(e){var t;if(e)if(c)T.always(e[T.status]);else for(t in e)w[t]=[w[t],e[t]];return this},abort:function(e){var t=e||C;return i&&i.abort(t),r(0,t),this}};if(g.promise(T),h.url=((e||h.url||_t.href)+"").replace(Rt,_t.protocol+"//"),h.type=t.method||t.type||h.method||h.type,h.dataTypes=(h.dataType||"*").toLowerCase().match(De)||[""],null==h.crossDomain){u=oe.createElement("a");try{u.href=h.url,u.href=u.href,h.crossDomain=Wt.protocol+"//"+Wt.host!=u.protocol+"//"+u.host}catch(e){h.crossDomain=!0}}if(h.data&&h.processData&&"string"!=typeof h.data&&(h.data=ye.param(h.data,h.traditional)),te(Bt,h,t,T),c)return T;p=ye.event&&h.global,p&&0==ye.active++&&ye.event.trigger("ajaxStart"),h.type=h.type.toUpperCase(),h.hasContent=!$t.test(h.type),a=h.url.replace(It,""),h.hasContent?h.data&&h.processData&&0===(h.contentType||"").indexOf("application/x-www-form-urlencoded")&&(h.data=h.data.replace(Lt,"+")):(f=h.url.slice(a.length),h.data&&(a+=(Mt.test(a)?"&":"?")+h.data,delete h.data),!1===h.cache&&(a=a.replace(Nt,"$1"),f=(Mt.test(a)?"&":"?")+"_="+At+++f),h.url=a+f),h.ifModified&&(ye.lastModified[a]&&T.setRequestHeader("If-Modified-Since",ye.lastModified[a]),ye.etag[a]&&T.setRequestHeader("If-None-Match",ye.etag[a])),(h.data&&h.hasContent&&!1!==h.contentType||t.contentType)&&T.setRequestHeader("Content-Type",h.contentType),T.setRequestHeader("Accept",h.dataTypes[0]&&h.accepts[h.dataTypes[0]]?h.accepts[h.dataTypes[0]]+("*"!==h.dataTypes[0]?", "+Ft+"; q=0.01":""):h.accepts["*"]);for(d in h.headers)T.setRequestHeader(d,h.headers[d]);if(h.beforeSend&&(!1===h.beforeSend.call(m,T,h)||c))return T.abort();if(C="abort",y.add(h.complete),T.done(h.success),T.fail(h.error),i=te(qt,h,t,T)){if(T.readyState=1,p&&v.trigger("ajaxSend",[T,h]),c)return T;h.async&&h.timeout>0&&(l=n.setTimeout(function(){T.abort("timeout")},h.timeout));try{c=!1,i.send(b,r)}catch(e){if(c)throw e;r(-1,e)}}else r(-1,"No Transport");return T},getJSON:function(e,t,n){return ye.get(e,t,n,"json")},getScript:function(e,t){return ye.get(e,void 0,t,"script")}}),ye.each(["get","post"],function(e,t){ye[t]=function(e,n,r,i){return ye.isFunction(n)&&(i=i||r,r=n,n=void 0),ye.ajax(ye.extend({url:e,type:t,dataType:i,data:n,success:r},ye.isPlainObject(e)&&e))}}),ye._evalUrl=function(e){return ye.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,throws:!0})},ye.fn.extend({wrapAll:function(e){var t;return this[0]&&(ye.isFunction(e)&&(e=e.call(this[0])),t=ye(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 ye.isFunction(e)?this.each(function(t){ye(this).wrapInner(e.call(this,t))}):this.each(function(){var t=ye(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=ye.isFunction(e);return this.each(function(n){ye(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(e){return this.parent(e).not("body").each(function(){ye(this).replaceWith(this.childNodes)}),this}}),ye.expr.pseudos.hidden=function(e){return!ye.expr.pseudos.visible(e)},ye.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},ye.ajaxSettings.xhr=function(){try{return new n.XMLHttpRequest}catch(e){}};var Xt={0:200,1223:204},Gt=ye.ajaxSettings.xhr();ge.cors=!!Gt&&"withCredentials"in Gt,ge.ajax=Gt=!!Gt,ye.ajaxTransport(function(e){var t,r;if(ge.cors||Gt&&!e.crossDomain)return{send:function(i,a){var o,s=e.xhr();if(s.open(e.type,e.url,e.async,e.username,e.password),e.xhrFields)for(o in e.xhrFields)s[o]=e.xhrFields[o];e.mimeType&&s.overrideMimeType&&s.overrideMimeType(e.mimeType),e.crossDomain||i["X-Requested-With"]||(i["X-Requested-With"]="XMLHttpRequest");for(o in i)s.setRequestHeader(o,i[o]);t=function(e){return function(){t&&(t=r=s.onload=s.onerror=s.onabort=s.onreadystatechange=null,"abort"===e?s.abort():"error"===e?"number"!=typeof s.status?a(0,"error"):a(s.status,s.statusText):a(Xt[s.status]||s.status,s.statusText,"text"!==(s.responseType||"text")||"string"!=typeof s.responseText?{binary:s.response}:{text:s.responseText},s.getAllResponseHeaders()))}},s.onload=t(),r=s.onerror=t("error"),void 0!==s.onabort?s.onabort=r:s.onreadystatechange=function(){4===s.readyState&&n.setTimeout(function(){t&&r()})},t=t("abort");try{s.send(e.hasContent&&e.data||null)}catch(e){if(t)throw e}},abort:function(){t&&t()}}}),ye.ajaxPrefilter(function(e){e.crossDomain&&(e.contents.script=!1)}),ye.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 ye.globalEval(e),e}}}),ye.ajaxPrefilter("script",function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),ye.ajaxTransport("script",function(e){if(e.crossDomain){var t,n;return{send:function(r,i){t=ye("<script>").prop({charset:e.scriptCharset,src:e.url}).on("load error",n=function(e){t.remove(),n=null,e&&i("error"===e.type?404:200,e.type)}),oe.head.appendChild(t[0])},abort:function(){n&&n()}}}});var Yt=[],Vt=/(=)\?(?=&|$)|\?\?/;ye.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Yt.pop()||ye.expando+"_"+At++;return this[e]=!0,e}}),ye.ajaxPrefilter("json jsonp",function(e,t,r){var i,a,o,s=!1!==e.jsonp&&(Vt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Vt.test(e.data)&&"data");if(s||"jsonp"===e.dataTypes[0])return i=e.jsonpCallback=ye.isFunction(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,s?e[s]=e[s].replace(Vt,"$1"+i):!1!==e.jsonp&&(e.url+=(Mt.test(e.url)?"&":"?")+e.jsonp+"="+i),e.converters["script json"]=function(){return o||ye.error(i+" was not called"),o[0]},e.dataTypes[0]="json",a=n[i],n[i]=function(){o=arguments},r.always(function(){void 0===a?ye(n).removeProp(i):n[i]=a,e[i]&&(e.jsonpCallback=t.jsonpCallback,Yt.push(i)),o&&ye.isFunction(a)&&a(o[0]),o=a=void 0}),"script"}),ge.createHTMLDocument=function(){var e=oe.implementation.createHTMLDocument("").body;return e.innerHTML="<form></form><form></form>",2===e.childNodes.length}(),ye.parseHTML=function(e,t,n){if("string"!=typeof e)return[];"boolean"==typeof t&&(n=t,t=!1);var r,i,a;return t||(ge.createHTMLDocument?(t=oe.implementation.createHTMLDocument(""),r=t.createElement("base"),r.href=oe.location.href,t.head.appendChild(r)):t=oe),i=_e.exec(e),a=!n&&[],i?[t.createElement(i[1])]:(i=S([e],t,a),a&&a.length&&ye(a).remove(),ye.merge([],i.childNodes))},ye.fn.load=function(e,t,n){var r,i,a,o=this,s=e.indexOf(" ");return s>-1&&(r=J(e.slice(s)),e=e.slice(0,s)),ye.isFunction(t)?(n=t,t=void 0):t&&"object"==typeof t&&(i="POST"),o.length>0&&ye.ajax({url:e,type:i||"GET",dataType:"html",data:t}).done(function(e){a=arguments,o.html(r?ye("<div>").append(ye.parseHTML(e)).find(r):e)}).always(n&&function(e,t){o.each(function(){n.apply(this,a||[e.responseText,t,e])})}),this},ye.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){ye.fn[t]=function(e){return this.on(t,e)}}),ye.expr.pseudos.animated=function(e){return ye.grep(ye.timers,function(t){return e===t.elem}).length},ye.offset={setOffset:function(e,t,n){var r,i,a,o,s,l,u,c=ye.css(e,"position"),p=ye(e),d={};"static"===c&&(e.style.position="relative"),s=p.offset(),a=ye.css(e,"top"),l=ye.css(e,"left"),u=("absolute"===c||"fixed"===c)&&(a+l).indexOf("auto")>-1,u?(r=p.position(),o=r.top,i=r.left):(o=parseFloat(a)||0,i=parseFloat(l)||0),ye.isFunction(t)&&(t=t.call(e,n,ye.extend({},s))),null!=t.top&&(d.top=t.top-s.top+o),null!=t.left&&(d.left=t.left-s.left+i),"using"in t?t.using.call(e,d):p.css(d)}},ye.fn.extend({offset:function(e){if(arguments.length)return void 0===e?this:this.each(function(t){ye.offset.setOffset(this,e,t)});var t,n,r,i,a=this[0];if(a)return a.getClientRects().length?(r=a.getBoundingClientRect(),t=a.ownerDocument,n=t.documentElement,i=t.defaultView,{top:r.top+i.pageYOffset-n.clientTop,left:r.left+i.pageXOffset-n.clientLeft}):{top:0,left:0}},position:function(){if(this[0]){var e,t,n=this[0],r={top:0,left:0};return"fixed"===ye.css(n,"position")?t=n.getBoundingClientRect():(e=this.offsetParent(),t=this.offset(),l(e[0],"html")||(r=e.offset()),r={top:r.top+ye.css(e[0],"borderTopWidth",!0),left:r.left+ye.css(e[0],"borderLeftWidth",!0)}),{top:t.top-r.top-ye.css(n,"marginTop",!0),left:t.left-r.left-ye.css(n,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var e=this.offsetParent;e&&"static"===ye.css(e,"position");)e=e.offsetParent;return e||Ze})}}),ye.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(e,t){var n="pageYOffset"===t;ye.fn[e]=function(r){return Ne(this,function(e,r,i){var a;if(ye.isWindow(e)?a=e:9===e.nodeType&&(a=e.defaultView),void 0===i)return a?a[t]:e[r];a?a.scrollTo(n?a.pageXOffset:i,n?i:a.pageYOffset):e[r]=i},e,r,arguments.length)}}),ye.each(["top","left"],function(e,t){ye.cssHooks[t]=j(ge.pixelPosition,function(e,n){if(n)return n=N(e,t),ut.test(n)?ye(e).position()[t]+"px":n})}),ye.each({Height:"height",Width:"width"},function(e,t){ye.each({padding:"inner"+e,content:t,"":"outer"+e},function(n,r){ye.fn[r]=function(i,a){var o=arguments.length&&(n||"boolean"!=typeof i),s=n||(!0===i||!0===a?"margin":"border");return Ne(this,function(t,n,i){var a;return ye.isWindow(t)?0===r.indexOf("outer")?t["inner"+e]:t.document.documentElement["client"+e]:9===t.nodeType?(a=t.documentElement,Math.max(t.body["scroll"+e],a["scroll"+e],t.body["offset"+e],a["offset"+e],a["client"+e])):void 0===i?ye.css(t,n,s):ye.style(t,n,i,s)},t,o?i:void 0,o)}})}),ye.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,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)}}),ye.holdReady=function(e){e?ye.readyWait++:ye.ready(!0)},ye.isArray=Array.isArray,ye.parseJSON=JSON.parse,ye.nodeName=l,r=[],void 0!==(i=function(){return ye}.apply(t,r))&&(e.exports=i);var Ut=n.jQuery,Kt=n.$;return ye.noConflict=function(e){return n.$===ye&&(n.$=Kt),e&&n.jQuery===ye&&(n.jQuery=Ut),ye},a||(n.jQuery=n.$=ye),ye})},,,,,,,function(e,t){var n=e.exports={version:"2.4.0"};"number"==typeof __e&&(__e=n)},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t,n){"use strict";(function(e){/*!
  25. * Vue.js v2.4.2
  26. * (c) 2014-2017 Evan You
  27. * Released under the MIT License.
  28. */
  29. function n(e){return void 0===e||null===e}function r(e){return void 0!==e&&null!==e}function i(e){return!0===e}function a(e){return!1===e}function o(e){return"string"==typeof e||"number"==typeof e||"boolean"==typeof e}function s(e){return null!==e&&"object"==typeof e}function l(e){return"[object Object]"===tr.call(e)}function u(e){return"[object RegExp]"===tr.call(e)}function c(e){var t=parseFloat(e);return t>=0&&Math.floor(t)===t&&isFinite(e)}function p(e){return null==e?"":"object"==typeof e?JSON.stringify(e,null,2):String(e)}function d(e){var t=parseFloat(e);return isNaN(t)?e:t}function f(e,t){for(var n=Object.create(null),r=e.split(","),i=0;i<r.length;i++)n[r[i]]=!0;return t?function(e){return n[e.toLowerCase()]}:function(e){return n[e]}}function h(e,t){if(e.length){var n=e.indexOf(t);if(n>-1)return e.splice(n,1)}}function m(e,t){return rr.call(e,t)}function v(e){var t=Object.create(null);return function(n){return t[n]||(t[n]=e(n))}}function g(e,t){function n(n){var r=arguments.length;return r?r>1?e.apply(t,arguments):e.call(t,n):e.call(t)}return n._length=e.length,n}function y(e,t){t=t||0;for(var n=e.length-t,r=new Array(n);n--;)r[n]=e[n+t];return r}function w(e,t){for(var n in t)e[n]=t[n];return e}function b(e){for(var t={},n=0;n<e.length;n++)e[n]&&w(t,e[n]);return t}function x(e,t,n){}function C(e,t){if(e===t)return!0;var n=s(e),r=s(t);if(!n||!r)return!n&&!r&&String(e)===String(t);try{var i=Array.isArray(e),a=Array.isArray(t);if(i&&a)return e.length===t.length&&e.every(function(e,n){return C(e,t[n])});if(i||a)return!1;var o=Object.keys(e),l=Object.keys(t);return o.length===l.length&&o.every(function(n){return C(e[n],t[n])})}catch(e){return!1}}function T(e,t){for(var n=0;n<e.length;n++)if(C(e[n],t))return n;return-1}function S(e){var t=!1;return function(){t||(t=!0,e.apply(this,arguments))}}function E(e){var t=(e+"").charCodeAt(0);return 36===t||95===t}function k(e,t,n,r){Object.defineProperty(e,t,{value:n,enumerable:!!r,writable:!0,configurable:!0})}function _(e){if(!vr.test(e)){var t=e.split(".");return function(e){for(var n=0;n<t.length;n++){if(!e)return;e=e[t[n]]}return e}}}function A(e,t,n){if(hr.errorHandler)hr.errorHandler.call(null,e,t,n);else{if(!wr||"undefined"==typeof console)throw e;console.error(e)}}function M(e){return"function"==typeof e&&/native code/.test(e.toString())}function P(e){jr.target&&Hr.push(jr.target),jr.target=e}function O(){jr.target=Hr.pop()}function z(e,t,n){e.__proto__=t}function D(e,t,n){for(var r=0,i=n.length;r<i;r++){var a=n[r];k(e,a,t[a])}}function L(e,t){if(s(e)){var n;return m(e,"__ob__")&&e.__ob__ instanceof Fr?n=e.__ob__:qr.shouldConvert&&!zr()&&(Array.isArray(e)||l(e))&&Object.isExtensible(e)&&!e._isVue&&(n=new Fr(e)),t&&n&&n.vmCount++,n}}function I(e,t,n,r,i){var a=new jr,o=Object.getOwnPropertyDescriptor(e,t);if(!o||!1!==o.configurable){var s=o&&o.get,l=o&&o.set,u=!i&&L(n);Object.defineProperty(e,t,{enumerable:!0,configurable:!0,get:function(){var t=s?s.call(e):n;return jr.target&&(a.depend(),u&&u.dep.depend(),Array.isArray(t)&&H(t)),t},set:function(t){var r=s?s.call(e):n;t===r||t!==t&&r!==r||(l?l.call(e,t):n=t,u=!i&&L(t),a.notify())}})}}function N(e,t,n){if(Array.isArray(e)&&c(t))return e.length=Math.max(e.length,t),e.splice(t,1,n),n;if(m(e,t))return e[t]=n,n;var r=e.__ob__;return e._isVue||r&&r.vmCount?n:r?(I(r.value,t,n),r.dep.notify(),n):(e[t]=n,n)}function j(e,t){if(Array.isArray(e)&&c(t))return void e.splice(t,1);var n=e.__ob__;e._isVue||n&&n.vmCount||m(e,t)&&(delete e[t],n&&n.dep.notify())}function H(e){for(var t=void 0,n=0,r=e.length;n<r;n++)t=e[n],t&&t.__ob__&&t.__ob__.dep.depend(),Array.isArray(t)&&H(t)}function $(e,t){if(!t)return e;for(var n,r,i,a=Object.keys(t),o=0;o<a.length;o++)n=a[o],r=e[n],i=t[n],m(e,n)?l(r)&&l(i)&&$(r,i):N(e,n,i);return e}function R(e,t,n){return n?e||t?function(){var r="function"==typeof t?t.call(n):t,i="function"==typeof e?e.call(n):void 0;return r?$(r,i):i}:void 0:t?e?function(){return $("function"==typeof t?t.call(this):t,"function"==typeof e?e.call(this):e)}:t:e}function B(e,t){return t?e?e.concat(t):Array.isArray(t)?t:[t]:e}function q(e,t){var n=Object.create(e||null);return t?w(n,t):n}function F(e){var t=e.props;if(t){var n,r,i,a={};if(Array.isArray(t))for(n=t.length;n--;)"string"==typeof(r=t[n])&&(i=ar(r),a[i]={type:null});else if(l(t))for(var o in t)r=t[o],i=ar(o),a[i]=l(r)?r:{type:r};e.props=a}}function W(e){var t=e.inject;if(Array.isArray(t))for(var n=e.inject={},r=0;r<t.length;r++)n[t[r]]=t[r]}function X(e){var t=e.directives;if(t)for(var n in t){var r=t[n];"function"==typeof r&&(t[n]={bind:r,update:r})}}function G(e,t,n){function r(r){var i=Wr[r]||Xr;l[r]=i(e[r],t[r],n,r)}"function"==typeof t&&(t=t.options),F(t),W(t),X(t);var i=t.extends;if(i&&(e=G(e,i,n)),t.mixins)for(var a=0,o=t.mixins.length;a<o;a++)e=G(e,t.mixins[a],n);var s,l={};for(s in e)r(s);for(s in t)m(e,s)||r(s);return l}function Y(e,t,n,r){if("string"==typeof n){var i=e[t];if(m(i,n))return i[n];var a=ar(n);if(m(i,a))return i[a];var o=or(a);if(m(i,o))return i[o];return i[n]||i[a]||i[o]}}function V(e,t,n,r){var i=t[e],a=!m(n,e),o=n[e];if(J(Boolean,i.type)&&(a&&!m(i,"default")?o=!1:J(String,i.type)||""!==o&&o!==lr(e)||(o=!0)),void 0===o){o=U(r,i,e);var s=qr.shouldConvert;qr.shouldConvert=!0,L(o),qr.shouldConvert=s}return o}function U(e,t,n){if(m(t,"default")){var r=t.default;return e&&e.$options.propsData&&void 0===e.$options.propsData[n]&&void 0!==e._props[n]?e._props[n]:"function"==typeof r&&"Function"!==K(t.type)?r.call(e):r}}function K(e){var t=e&&e.toString().match(/^\s*function (\w+)/);return t?t[1]:""}function J(e,t){if(!Array.isArray(t))return K(t)===K(e);for(var n=0,r=t.length;n<r;n++)if(K(t[n])===K(e))return!0;return!1}function Q(e){return new Gr(void 0,void 0,void 0,String(e))}function Z(e){var t=new Gr(e.tag,e.data,e.children,e.text,e.elm,e.context,e.componentOptions,e.asyncFactory);return t.ns=e.ns,t.isStatic=e.isStatic,t.key=e.key,t.isComment=e.isComment,t.isCloned=!0,t}function ee(e){for(var t=e.length,n=new Array(t),r=0;r<t;r++)n[r]=Z(e[r]);return n}function te(e){function t(){var e=arguments,n=t.fns;if(!Array.isArray(n))return n.apply(null,arguments);for(var r=n.slice(),i=0;i<r.length;i++)r[i].apply(null,e)}return t.fns=e,t}function ne(e,t,r,i,a){var o,s,l,u;for(o in e)s=e[o],l=t[o],u=Kr(o),n(s)||(n(l)?(n(s.fns)&&(s=e[o]=te(s)),r(u.name,s,u.once,u.capture,u.passive)):s!==l&&(l.fns=s,e[o]=l));for(o in t)n(e[o])&&(u=Kr(o),i(u.name,t[o],u.capture))}function re(e,t,a){function o(){a.apply(this,arguments),h(s.fns,o)}var s,l=e[t];n(l)?s=te([o]):r(l.fns)&&i(l.merged)?(s=l,s.fns.push(o)):s=te([l,o]),s.merged=!0,e[t]=s}function ie(e,t,i){var a=t.options.props;if(!n(a)){var o={},s=e.attrs,l=e.props;if(r(s)||r(l))for(var u in a){var c=lr(u);ae(o,l,u,c,!0)||ae(o,s,u,c,!1)}return o}}function ae(e,t,n,i,a){if(r(t)){if(m(t,n))return e[n]=t[n],a||delete t[n],!0;if(m(t,i))return e[n]=t[i],a||delete t[i],!0}return!1}function oe(e){for(var t=0;t<e.length;t++)if(Array.isArray(e[t]))return Array.prototype.concat.apply([],e);return e}function se(e){return o(e)?[Q(e)]:Array.isArray(e)?ue(e):void 0}function le(e){return r(e)&&r(e.text)&&a(e.isComment)}function ue(e,t){var a,s,l,u=[];for(a=0;a<e.length;a++)s=e[a],n(s)||"boolean"==typeof s||(l=u[u.length-1],Array.isArray(s)?u.push.apply(u,ue(s,(t||"")+"_"+a)):o(s)?le(l)?l.text+=String(s):""!==s&&u.push(Q(s)):le(s)&&le(l)?u[u.length-1]=Q(l.text+s.text):(i(e._isVList)&&r(s.tag)&&n(s.key)&&r(t)&&(s.key="__vlist"+t+"_"+a+"__"),u.push(s)));return u}function ce(e,t){return e.__esModule&&e.default&&(e=e.default),s(e)?t.extend(e):e}function pe(e,t,n,r,i){var a=Ur();return a.asyncFactory=e,a.asyncMeta={data:t,context:n,children:r,tag:i},a}function de(e,t,a){if(i(e.error)&&r(e.errorComp))return e.errorComp;if(r(e.resolved))return e.resolved;if(i(e.loading)&&r(e.loadingComp))return e.loadingComp;if(!r(e.contexts)){var o=e.contexts=[a],l=!0,u=function(){for(var e=0,t=o.length;e<t;e++)o[e].$forceUpdate()},c=S(function(n){e.resolved=ce(n,t),l||u()}),p=S(function(t){r(e.errorComp)&&(e.error=!0,u())}),d=e(c,p);return s(d)&&("function"==typeof d.then?n(e.resolved)&&d.then(c,p):r(d.component)&&"function"==typeof d.component.then&&(d.component.then(c,p),r(d.error)&&(e.errorComp=ce(d.error,t)),r(d.loading)&&(e.loadingComp=ce(d.loading,t),0===d.delay?e.loading=!0:setTimeout(function(){n(e.resolved)&&n(e.error)&&(e.loading=!0,u())},d.delay||200)),r(d.timeout)&&setTimeout(function(){n(e.resolved)&&p(null)},d.timeout))),l=!1,e.loading?e.loadingComp:e.resolved}e.contexts.push(a)}function fe(e){if(Array.isArray(e))for(var t=0;t<e.length;t++){var n=e[t];if(r(n)&&r(n.componentOptions))return n}}function he(e){e._events=Object.create(null),e._hasHookEvent=!1;var t=e.$options._parentListeners;t&&ge(e,t)}function me(e,t,n){n?Vr.$once(e,t):Vr.$on(e,t)}function ve(e,t){Vr.$off(e,t)}function ge(e,t,n){Vr=e,ne(t,n||{},me,ve,e)}function ye(e,t){var n={};if(!e)return n;for(var r=[],i=0,a=e.length;i<a;i++){var o=e[i];if(o.context!==t&&o.functionalContext!==t||!o.data||null==o.data.slot)r.push(o);else{var s=o.data.slot,l=n[s]||(n[s]=[]);"template"===o.tag?l.push.apply(l,o.children):l.push(o)}}return r.every(we)||(n.default=r),n}function we(e){return e.isComment||" "===e.text}function be(e,t){t=t||{};for(var n=0;n<e.length;n++)Array.isArray(e[n])?be(e[n],t):t[e[n].key]=e[n].fn;return t}function xe(e){var t=e.$options,n=t.parent;if(n&&!t.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(e)}e.$parent=n,e.$root=n?n.$root:e,e.$children=[],e.$refs={},e._watcher=null,e._inactive=null,e._directInactive=!1,e._isMounted=!1,e._isDestroyed=!1,e._isBeingDestroyed=!1}function Ce(e,t,n){e.$el=t,e.$options.render||(e.$options.render=Ur),_e(e,"beforeMount");var r;return r=function(){e._update(e._render(),n)},e._watcher=new ai(e,r,x),n=!1,null==e.$vnode&&(e._isMounted=!0,_e(e,"mounted")),e}function Te(e,t,n,r,i){var a=!!(i||e.$options._renderChildren||r.data.scopedSlots||e.$scopedSlots!==mr);if(e.$options._parentVnode=r,e.$vnode=r,e._vnode&&(e._vnode.parent=r),e.$options._renderChildren=i,e.$attrs=r.data&&r.data.attrs,e.$listeners=n,t&&e.$options.props){qr.shouldConvert=!1;for(var o=e._props,s=e.$options._propKeys||[],l=0;l<s.length;l++){var u=s[l];o[u]=V(u,e.$options.props,t,e)}qr.shouldConvert=!0,e.$options.propsData=t}if(n){var c=e.$options._parentListeners;e.$options._parentListeners=n,ge(e,n,c)}a&&(e.$slots=ye(i,r.context),e.$forceUpdate())}function Se(e){for(;e&&(e=e.$parent);)if(e._inactive)return!0;return!1}function Ee(e,t){if(t){if(e._directInactive=!1,Se(e))return}else if(e._directInactive)return;if(e._inactive||null===e._inactive){e._inactive=!1;for(var n=0;n<e.$children.length;n++)Ee(e.$children[n]);_e(e,"activated")}}function ke(e,t){if(!(t&&(e._directInactive=!0,Se(e))||e._inactive)){e._inactive=!0;for(var n=0;n<e.$children.length;n++)ke(e.$children[n]);_e(e,"deactivated")}}function _e(e,t){var n=e.$options[t];if(n)for(var r=0,i=n.length;r<i;r++)try{n[r].call(e)}catch(n){A(n,e,t+" hook")}e._hasHookEvent&&e.$emit("hook:"+t)}function Ae(){ri=Qr.length=Zr.length=0,ei={},ti=ni=!1}function Me(){ni=!0;var e,t;for(Qr.sort(function(e,t){return e.id-t.id}),ri=0;ri<Qr.length;ri++)e=Qr[ri],t=e.id,ei[t]=null,e.run();var n=Zr.slice(),r=Qr.slice();Ae(),ze(n),Pe(r),Dr&&hr.devtools&&Dr.emit("flush")}function Pe(e){for(var t=e.length;t--;){var n=e[t],r=n.vm;r._watcher===n&&r._isMounted&&_e(r,"updated")}}function Oe(e){e._inactive=!1,Zr.push(e)}function ze(e){for(var t=0;t<e.length;t++)e[t]._inactive=!0,Ee(e[t],!0)}function De(e){var t=e.id;if(null==ei[t]){if(ei[t]=!0,ni){for(var n=Qr.length-1;n>ri&&Qr[n].id>e.id;)n--;Qr.splice(n+1,0,e)}else Qr.push(e);ti||(ti=!0,Ir(Me))}}function Le(e){oi.clear(),Ie(e,oi)}function Ie(e,t){var n,r,i=Array.isArray(e);if((i||s(e))&&Object.isExtensible(e)){if(e.__ob__){var a=e.__ob__.dep.id;if(t.has(a))return;t.add(a)}if(i)for(n=e.length;n--;)Ie(e[n],t);else for(r=Object.keys(e),n=r.length;n--;)Ie(e[r[n]],t)}}function Ne(e,t,n){si.get=function(){return this[t][n]},si.set=function(e){this[t][n]=e},Object.defineProperty(e,n,si)}function je(e){e._watchers=[];var t=e.$options;t.props&&He(e,t.props),t.methods&&We(e,t.methods),t.data?$e(e):L(e._data={},!0),t.computed&&Be(e,t.computed),t.watch&&t.watch!==_r&&Xe(e,t.watch)}function He(e,t){var n=e.$options.propsData||{},r=e._props={},i=e.$options._propKeys=[],a=!e.$parent;qr.shouldConvert=a;for(var o in t)!function(a){i.push(a);var o=V(a,t,n,e);I(r,a,o),a in e||Ne(e,"_props",a)}(o);qr.shouldConvert=!0}function $e(e){var t=e.$options.data;t=e._data="function"==typeof t?Re(t,e):t||{},l(t)||(t={});for(var n=Object.keys(t),r=e.$options.props,i=(e.$options.methods,n.length);i--;){var a=n[i];r&&m(r,a)||E(a)||Ne(e,"_data",a)}L(t,!0)}function Re(e,t){try{return e.call(t)}catch(e){return A(e,t,"data()"),{}}}function Be(e,t){var n=e._computedWatchers=Object.create(null);for(var r in t){var i=t[r],a="function"==typeof i?i:i.get;n[r]=new ai(e,a||x,x,li),r in e||qe(e,r,i)}}function qe(e,t,n){"function"==typeof n?(si.get=Fe(t),si.set=x):(si.get=n.get?!1!==n.cache?Fe(t):n.get:x,si.set=n.set?n.set:x),Object.defineProperty(e,t,si)}function Fe(e){return function(){var t=this._computedWatchers&&this._computedWatchers[e];if(t)return t.dirty&&t.evaluate(),jr.target&&t.depend(),t.value}}function We(e,t){e.$options.props;for(var n in t)e[n]=null==t[n]?x:g(t[n],e)}function Xe(e,t){for(var n in t){var r=t[n];if(Array.isArray(r))for(var i=0;i<r.length;i++)Ge(e,n,r[i]);else Ge(e,n,r)}}function Ge(e,t,n,r){return l(n)&&(r=n,n=n.handler),"string"==typeof n&&(n=e[n]),e.$watch(t,n,r)}function Ye(e){var t=e.$options.provide;t&&(e._provided="function"==typeof t?t.call(e):t)}function Ve(e){var t=Ue(e.$options.inject,e);t&&(qr.shouldConvert=!1,Object.keys(t).forEach(function(n){I(e,n,t[n])}),qr.shouldConvert=!0)}function Ue(e,t){if(e){for(var n=Object.create(null),r=Lr?Reflect.ownKeys(e):Object.keys(e),i=0;i<r.length;i++)for(var a=r[i],o=e[a],s=t;s;){if(s._provided&&o in s._provided){n[a]=s._provided[o];break}s=s.$parent}return n}}function Ke(e,t,n,i,a){var o={},s=e.options.props;if(r(s))for(var l in s)o[l]=V(l,s,t||{});else r(n.attrs)&&Je(o,n.attrs),r(n.props)&&Je(o,n.props);var u=Object.create(i),c=function(e,t,n,r){return rt(u,e,t,n,r,!0)},p=e.options.render.call(null,c,{data:n,props:o,children:a,parent:i,listeners:n.on||{},injections:Ue(e.options.inject,i),slots:function(){return ye(a,i)}});return p instanceof Gr&&(p.functionalContext=i,p.functionalOptions=e.options,n.slot&&((p.data||(p.data={})).slot=n.slot)),p}function Je(e,t){for(var n in t)e[ar(n)]=t[n]}function Qe(e,t,a,o,l){if(!n(e)){var u=a.$options._base;if(s(e)&&(e=u.extend(e)),"function"==typeof e){var c;if(n(e.cid)&&(c=e,void 0===(e=de(c,u,a))))return pe(c,t,a,o,l);t=t||{},yt(e),r(t.model)&&nt(e.options,t);var p=ie(t,e,l);if(i(e.options.functional))return Ke(e,p,t,a,o);var d=t.on;if(t.on=t.nativeOn,i(e.options.abstract)){var f=t.slot;t={},f&&(t.slot=f)}et(t);var h=e.options.name||l;return new Gr("vue-component-"+e.cid+(h?"-"+h:""),t,void 0,void 0,void 0,a,{Ctor:e,propsData:p,listeners:d,tag:l,children:o},c)}}}function Ze(e,t,n,i){var a=e.componentOptions,o={_isComponent:!0,parent:t,propsData:a.propsData,_componentTag:a.tag,_parentVnode:e,_parentListeners:a.listeners,_renderChildren:a.children,_parentElm:n||null,_refElm:i||null},s=e.data.inlineTemplate;return r(s)&&(o.render=s.render,o.staticRenderFns=s.staticRenderFns),new a.Ctor(o)}function et(e){e.hook||(e.hook={});for(var t=0;t<ci.length;t++){var n=ci[t],r=e.hook[n],i=ui[n];e.hook[n]=r?tt(i,r):i}}function tt(e,t){return function(n,r,i,a){e(n,r,i,a),t(n,r,i,a)}}function nt(e,t){var n=e.model&&e.model.prop||"value",i=e.model&&e.model.event||"input";(t.props||(t.props={}))[n]=t.model.value;var a=t.on||(t.on={});r(a[i])?a[i]=[t.model.callback].concat(a[i]):a[i]=t.model.callback}function rt(e,t,n,r,a,s){return(Array.isArray(n)||o(n))&&(a=r,r=n,n=void 0),i(s)&&(a=di),it(e,t,n,r,a)}function it(e,t,n,i,a){if(r(n)&&r(n.__ob__))return Ur();if(r(n)&&r(n.is)&&(t=n.is),!t)return Ur();Array.isArray(i)&&"function"==typeof i[0]&&(n=n||{},n.scopedSlots={default:i[0]},i.length=0),a===di?i=se(i):a===pi&&(i=oe(i));var o,s;if("string"==typeof t){var l;s=hr.getTagNamespace(t),o=hr.isReservedTag(t)?new Gr(hr.parsePlatformTagName(t),n,i,void 0,void 0,e):r(l=Y(e.$options,"components",t))?Qe(l,n,e,i,t):new Gr(t,n,i,void 0,void 0,e)}else o=Qe(t,n,e,i);return r(o)?(s&&at(o,s),o):Ur()}function at(e,t){if(e.ns=t,"foreignObject"!==e.tag&&r(e.children))for(var i=0,a=e.children.length;i<a;i++){var o=e.children[i];r(o.tag)&&n(o.ns)&&at(o,t)}}function ot(e,t){var n,i,a,o,l;if(Array.isArray(e)||"string"==typeof e)for(n=new Array(e.length),i=0,a=e.length;i<a;i++)n[i]=t(e[i],i);else if("number"==typeof e)for(n=new Array(e),i=0;i<e;i++)n[i]=t(i+1,i);else if(s(e))for(o=Object.keys(e),n=new Array(o.length),i=0,a=o.length;i<a;i++)l=o[i],n[i]=t(e[l],l,i);return r(n)&&(n._isVList=!0),n}function st(e,t,n,r){var i=this.$scopedSlots[e];if(i)return n=n||{},r&&(n=w(w({},r),n)),i(n)||t;var a=this.$slots[e];return a||t}function lt(e){return Y(this.$options,"filters",e,!0)||cr}function ut(e,t,n){var r=hr.keyCodes[t]||n;return Array.isArray(r)?-1===r.indexOf(e):r!==e}function ct(e,t,n,r,i){if(n)if(s(n)){Array.isArray(n)&&(n=b(n));var a;for(var o in n)!function(o){if("class"===o||"style"===o||nr(o))a=e;else{var s=e.attrs&&e.attrs.type;a=r||hr.mustUseProp(t,s,o)?e.domProps||(e.domProps={}):e.attrs||(e.attrs={})}if(!(o in a)&&(a[o]=n[o],i)){(e.on||(e.on={}))["update:"+o]=function(e){n[o]=e}}}(o)}else;return e}function pt(e,t){var n=this._staticTrees[e];return n&&!t?Array.isArray(n)?ee(n):Z(n):(n=this._staticTrees[e]=this.$options.staticRenderFns[e].call(this._renderProxy),ft(n,"__static__"+e,!1),n)}function dt(e,t,n){return ft(e,"__once__"+t+(n?"_"+n:""),!0),e}function ft(e,t,n){if(Array.isArray(e))for(var r=0;r<e.length;r++)e[r]&&"string"!=typeof e[r]&&ht(e[r],t+"_"+r,n);else ht(e,t,n)}function ht(e,t,n){e.isStatic=!0,e.key=t,e.isOnce=n}function mt(e,t){if(t)if(l(t)){var n=e.on=e.on?w({},e.on):{};for(var r in t){var i=n[r],a=t[r];n[r]=i?[].concat(a,i):a}}else;return e}function vt(e){e._vnode=null,e._staticTrees=null;var t=e.$vnode=e.$options._parentVnode,n=t&&t.context;e.$slots=ye(e.$options._renderChildren,n),e.$scopedSlots=mr,e._c=function(t,n,r,i){return rt(e,t,n,r,i,!1)},e.$createElement=function(t,n,r,i){return rt(e,t,n,r,i,!0)};var r=t&&t.data;I(e,"$attrs",r&&r.attrs,null,!0),I(e,"$listeners",e.$options._parentListeners,null,!0)}function gt(e,t){var n=e.$options=Object.create(e.constructor.options);n.parent=t.parent,n.propsData=t.propsData,n._parentVnode=t._parentVnode,n._parentListeners=t._parentListeners,n._renderChildren=t._renderChildren,n._componentTag=t._componentTag,n._parentElm=t._parentElm,n._refElm=t._refElm,t.render&&(n.render=t.render,n.staticRenderFns=t.staticRenderFns)}function yt(e){var t=e.options;if(e.super){var n=yt(e.super);if(n!==e.superOptions){e.superOptions=n;var r=wt(e);r&&w(e.extendOptions,r),t=e.options=G(n,e.extendOptions),t.name&&(t.components[t.name]=e)}}return t}function wt(e){var t,n=e.options,r=e.extendOptions,i=e.sealedOptions;for(var a in n)n[a]!==i[a]&&(t||(t={}),t[a]=bt(n[a],r[a],i[a]));return t}function bt(e,t,n){if(Array.isArray(e)){var r=[];n=Array.isArray(n)?n:[n],t=Array.isArray(t)?t:[t];for(var i=0;i<e.length;i++)(t.indexOf(e[i])>=0||n.indexOf(e[i])<0)&&r.push(e[i]);return r}return e}function xt(e){this._init(e)}function Ct(e){e.use=function(e){var t=this._installedPlugins||(this._installedPlugins=[]);if(t.indexOf(e)>-1)return this;var n=y(arguments,1);return n.unshift(this),"function"==typeof e.install?e.install.apply(e,n):"function"==typeof e&&e.apply(null,n),t.push(e),this}}function Tt(e){e.mixin=function(e){return this.options=G(this.options,e),this}}function St(e){e.cid=0;var t=1;e.extend=function(e){e=e||{};var n=this,r=n.cid,i=e._Ctor||(e._Ctor={});if(i[r])return i[r];var a=e.name||n.options.name,o=function(e){this._init(e)};return o.prototype=Object.create(n.prototype),o.prototype.constructor=o,o.cid=t++,o.options=G(n.options,e),o.super=n,o.options.props&&Et(o),o.options.computed&&kt(o),o.extend=n.extend,o.mixin=n.mixin,o.use=n.use,dr.forEach(function(e){o[e]=n[e]}),a&&(o.options.components[a]=o),o.superOptions=n.options,o.extendOptions=e,o.sealedOptions=w({},o.options),i[r]=o,o}}function Et(e){var t=e.options.props;for(var n in t)Ne(e.prototype,"_props",n)}function kt(e){var t=e.options.computed;for(var n in t)qe(e.prototype,n,t[n])}function _t(e){dr.forEach(function(t){e[t]=function(e,n){return n?("component"===t&&l(n)&&(n.name=n.name||e,n=this.options._base.extend(n)),"directive"===t&&"function"==typeof n&&(n={bind:n,update:n}),this.options[t+"s"][e]=n,n):this.options[t+"s"][e]}})}function At(e){return e&&(e.Ctor.options.name||e.tag)}function Mt(e,t){return Array.isArray(e)?e.indexOf(t)>-1:"string"==typeof e?e.split(",").indexOf(t)>-1:!!u(e)&&e.test(t)}function Pt(e,t,n){for(var r in e){var i=e[r];if(i){var a=At(i.componentOptions);a&&!n(a)&&(i!==t&&Ot(i),e[r]=null)}}}function Ot(e){e&&e.componentInstance.$destroy()}function zt(e){for(var t=e.data,n=e,i=e;r(i.componentInstance);)i=i.componentInstance._vnode,i.data&&(t=Dt(i.data,t));for(;r(n=n.parent);)n.data&&(t=Dt(t,n.data));return Lt(t.staticClass,t.class)}function Dt(e,t){return{staticClass:It(e.staticClass,t.staticClass),class:r(e.class)?[e.class,t.class]:t.class}}function Lt(e,t){return r(e)||r(t)?It(e,Nt(t)):""}function It(e,t){return e?t?e+" "+t:e:t||""}function Nt(e){return Array.isArray(e)?jt(e):s(e)?Ht(e):"string"==typeof e?e:""}function jt(e){for(var t,n="",i=0,a=e.length;i<a;i++)r(t=Nt(e[i]))&&""!==t&&(n&&(n+=" "),n+=t);return n}function Ht(e){var t="";for(var n in e)e[n]&&(t&&(t+=" "),t+=n);return t}function $t(e){return Pi(e)?"svg":"math"===e?"math":void 0}function Rt(e){if(!wr)return!0;if(Oi(e))return!1;if(e=e.toLowerCase(),null!=zi[e])return zi[e];var t=document.createElement(e);return e.indexOf("-")>-1?zi[e]=t.constructor===window.HTMLUnknownElement||t.constructor===window.HTMLElement:zi[e]=/HTMLUnknownElement/.test(t.toString())}function Bt(e){if("string"==typeof e){var t=document.querySelector(e);return t||document.createElement("div")}return e}function qt(e,t){var n=document.createElement(e);return"select"!==e?n:(t.data&&t.data.attrs&&void 0!==t.data.attrs.multiple&&n.setAttribute("multiple","multiple"),n)}function Ft(e,t){return document.createElementNS(Ai[e],t)}function Wt(e){return document.createTextNode(e)}function Xt(e){return document.createComment(e)}function Gt(e,t,n){e.insertBefore(t,n)}function Yt(e,t){e.removeChild(t)}function Vt(e,t){e.appendChild(t)}function Ut(e){return e.parentNode}function Kt(e){return e.nextSibling}function Jt(e){return e.tagName}function Qt(e,t){e.textContent=t}function Zt(e,t,n){e.setAttribute(t,n)}function en(e,t){var n=e.data.ref;if(n){var r=e.context,i=e.componentInstance||e.elm,a=r.$refs;t?Array.isArray(a[n])?h(a[n],i):a[n]===i&&(a[n]=void 0):e.data.refInFor?Array.isArray(a[n])?a[n].indexOf(i)<0&&a[n].push(i):a[n]=[i]:a[n]=i}}function tn(e,t){return e.key===t.key&&(e.tag===t.tag&&e.isComment===t.isComment&&r(e.data)===r(t.data)&&nn(e,t)||i(e.isAsyncPlaceholder)&&e.asyncFactory===t.asyncFactory&&n(t.asyncFactory.error))}function nn(e,t){if("input"!==e.tag)return!0;var n;return(r(n=e.data)&&r(n=n.attrs)&&n.type)===(r(n=t.data)&&r(n=n.attrs)&&n.type)}function rn(e,t,n){var i,a,o={};for(i=t;i<=n;++i)a=e[i].key,r(a)&&(o[a]=i);return o}function an(e,t){(e.data.directives||t.data.directives)&&on(e,t)}function on(e,t){var n,r,i,a=e===Ii,o=t===Ii,s=sn(e.data.directives,e.context),l=sn(t.data.directives,t.context),u=[],c=[];for(n in l)r=s[n],i=l[n],r?(i.oldValue=r.value,un(i,"update",t,e),i.def&&i.def.componentUpdated&&c.push(i)):(un(i,"bind",t,e),i.def&&i.def.inserted&&u.push(i));if(u.length){var p=function(){for(var n=0;n<u.length;n++)un(u[n],"inserted",t,e)};a?re(t.data.hook||(t.data.hook={}),"insert",p):p()}if(c.length&&re(t.data.hook||(t.data.hook={}),"postpatch",function(){for(var n=0;n<c.length;n++)un(c[n],"componentUpdated",t,e)}),!a)for(n in s)l[n]||un(s[n],"unbind",e,e,o)}function sn(e,t){var n=Object.create(null);if(!e)return n;var r,i;for(r=0;r<e.length;r++)i=e[r],i.modifiers||(i.modifiers=Hi),n[ln(i)]=i,i.def=Y(t.$options,"directives",i.name,!0);return n}function ln(e){return e.rawName||e.name+"."+Object.keys(e.modifiers||{}).join(".")}function un(e,t,n,r,i){var a=e.def&&e.def[t];if(a)try{a(n.elm,e,n,r,i)}catch(r){A(r,n.context,"directive "+e.name+" "+t+" hook")}}function cn(e,t){var i=t.componentOptions;if(!(r(i)&&!1===i.Ctor.options.inheritAttrs||n(e.data.attrs)&&n(t.data.attrs))){var a,o,s=t.elm,l=e.data.attrs||{},u=t.data.attrs||{};r(u.__ob__)&&(u=t.data.attrs=w({},u));for(a in u)o=u[a],l[a]!==o&&pn(s,a,o);Cr&&u.value!==l.value&&pn(s,"value",u.value);for(a in l)n(u[a])&&(Ei(a)?s.removeAttributeNS(Si,ki(a)):Ci(a)||s.removeAttribute(a))}}function pn(e,t,n){Ti(t)?_i(n)?e.removeAttribute(t):e.setAttribute(t,t):Ci(t)?e.setAttribute(t,_i(n)||"false"===n?"false":"true"):Ei(t)?_i(n)?e.removeAttributeNS(Si,ki(t)):e.setAttributeNS(Si,t,n):_i(n)?e.removeAttribute(t):e.setAttribute(t,n)}function dn(e,t){var i=t.elm,a=t.data,o=e.data;if(!(n(a.staticClass)&&n(a.class)&&(n(o)||n(o.staticClass)&&n(o.class)))){var s=zt(t),l=i._transitionClasses;r(l)&&(s=It(s,Nt(l))),s!==i._prevClass&&(i.setAttribute("class",s),i._prevClass=s)}}function fn(e){var t;r(e[qi])&&(t=xr?"change":"input",e[t]=[].concat(e[qi],e[t]||[]),delete e[qi]),r(e[Fi])&&(t=kr?"click":"change",e[t]=[].concat(e[Fi],e[t]||[]),delete e[Fi])}function hn(e,t,n,r,i){if(n){var a=t,o=gi;t=function(n){null!==(1===arguments.length?a(n):a.apply(null,arguments))&&mn(e,t,r,o)}}gi.addEventListener(e,t,Ar?{capture:r,passive:i}:r)}function mn(e,t,n,r){(r||gi).removeEventListener(e,t,n)}function vn(e,t){if(!n(e.data.on)||!n(t.data.on)){var r=t.data.on||{},i=e.data.on||{};gi=t.elm,fn(r),ne(r,i,hn,mn,t.context)}}function gn(e,t){if(!n(e.data.domProps)||!n(t.data.domProps)){var i,a,o=t.elm,s=e.data.domProps||{},l=t.data.domProps||{};r(l.__ob__)&&(l=t.data.domProps=w({},l));for(i in s)n(l[i])&&(o[i]="");for(i in l)if(a=l[i],"textContent"!==i&&"innerHTML"!==i||(t.children&&(t.children.length=0),a!==s[i]))if("value"===i){o._value=a;var u=n(a)?"":String(a);yn(o,t,u)&&(o.value=u)}else o[i]=a}}function yn(e,t,n){return!e.composing&&("option"===t.tag||wn(e,n)||bn(e,n))}function wn(e,t){var n=!0;try{n=document.activeElement!==e}catch(e){}return n&&e.value!==t}function bn(e,t){var n=e.value,i=e._vModifiers;return r(i)&&i.number?d(n)!==d(t):r(i)&&i.trim?n.trim()!==t.trim():n!==t}function xn(e){var t=Cn(e.style);return e.staticStyle?w(e.staticStyle,t):t}function Cn(e){return Array.isArray(e)?b(e):"string"==typeof e?Gi(e):e}function Tn(e,t){var n,r={};if(t)for(var i=e;i.componentInstance;)i=i.componentInstance._vnode,i.data&&(n=xn(i.data))&&w(r,n);(n=xn(e.data))&&w(r,n);for(var a=e;a=a.parent;)a.data&&(n=xn(a.data))&&w(r,n);return r}function Sn(e,t){var i=t.data,a=e.data;if(!(n(i.staticStyle)&&n(i.style)&&n(a.staticStyle)&&n(a.style))){var o,s,l=t.elm,u=a.staticStyle,c=a.normalizedStyle||a.style||{},p=u||c,d=Cn(t.data.style)||{};t.data.normalizedStyle=r(d.__ob__)?w({},d):d;var f=Tn(t,!0);for(s in p)n(f[s])&&Ui(l,s,"");for(s in f)(o=f[s])!==p[s]&&Ui(l,s,null==o?"":o)}}function En(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(/\s+/).forEach(function(t){return e.classList.add(t)}):e.classList.add(t);else{var n=" "+(e.getAttribute("class")||"")+" ";n.indexOf(" "+t+" ")<0&&e.setAttribute("class",(n+t).trim())}}function kn(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(/\s+/).forEach(function(t){return e.classList.remove(t)}):e.classList.remove(t),e.classList.length||e.removeAttribute("class");else{for(var n=" "+(e.getAttribute("class")||"")+" ",r=" "+t+" ";n.indexOf(r)>=0;)n=n.replace(r," ");n=n.trim(),n?e.setAttribute("class",n):e.removeAttribute("class")}}function _n(e){if(e){if("object"==typeof e){var t={};return!1!==e.css&&w(t,Zi(e.name||"v")),w(t,e),t}return"string"==typeof e?Zi(e):void 0}}function An(e){sa(function(){sa(e)})}function Mn(e,t){var n=e._transitionClasses||(e._transitionClasses=[]);n.indexOf(t)<0&&(n.push(t),En(e,t))}function Pn(e,t){e._transitionClasses&&h(e._transitionClasses,t),kn(e,t)}function On(e,t,n){var r=zn(e,t),i=r.type,a=r.timeout,o=r.propCount;if(!i)return n();var s=i===ta?ia:oa,l=0,u=function(){e.removeEventListener(s,c),n()},c=function(t){t.target===e&&++l>=o&&u()};setTimeout(function(){l<o&&u()},a+1),e.addEventListener(s,c)}function zn(e,t){var n,r=window.getComputedStyle(e),i=r[ra+"Delay"].split(", "),a=r[ra+"Duration"].split(", "),o=Dn(i,a),s=r[aa+"Delay"].split(", "),l=r[aa+"Duration"].split(", "),u=Dn(s,l),c=0,p=0;return t===ta?o>0&&(n=ta,c=o,p=a.length):t===na?u>0&&(n=na,c=u,p=l.length):(c=Math.max(o,u),n=c>0?o>u?ta:na:null,p=n?n===ta?a.length:l.length:0),{type:n,timeout:c,propCount:p,hasTransform:n===ta&&la.test(r[ra+"Property"])}}function Dn(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max.apply(null,t.map(function(t,n){return Ln(t)+Ln(e[n])}))}function Ln(e){return 1e3*Number(e.slice(0,-1))}function In(e,t){var i=e.elm;r(i._leaveCb)&&(i._leaveCb.cancelled=!0,i._leaveCb());var a=_n(e.data.transition);if(!n(a)&&!r(i._enterCb)&&1===i.nodeType){for(var o=a.css,l=a.type,u=a.enterClass,c=a.enterToClass,p=a.enterActiveClass,f=a.appearClass,h=a.appearToClass,m=a.appearActiveClass,v=a.beforeEnter,g=a.enter,y=a.afterEnter,w=a.enterCancelled,b=a.beforeAppear,x=a.appear,C=a.afterAppear,T=a.appearCancelled,E=a.duration,k=Jr,_=Jr.$vnode;_&&_.parent;)_=_.parent,k=_.context;var A=!k._isMounted||!e.isRootInsert;if(!A||x||""===x){var M=A&&f?f:u,P=A&&m?m:p,O=A&&h?h:c,z=A?b||v:v,D=A&&"function"==typeof x?x:g,L=A?C||y:y,I=A?T||w:w,N=d(s(E)?E.enter:E),j=!1!==o&&!Cr,H=Hn(D),$=i._enterCb=S(function(){j&&(Pn(i,O),Pn(i,P)),$.cancelled?(j&&Pn(i,M),I&&I(i)):L&&L(i),i._enterCb=null});e.data.show||re(e.data.hook||(e.data.hook={}),"insert",function(){var t=i.parentNode,n=t&&t._pending&&t._pending[e.key];n&&n.tag===e.tag&&n.elm._leaveCb&&n.elm._leaveCb(),D&&D(i,$)}),z&&z(i),j&&(Mn(i,M),Mn(i,P),An(function(){Mn(i,O),Pn(i,M),$.cancelled||H||(jn(N)?setTimeout($,N):On(i,l,$))})),e.data.show&&(t&&t(),D&&D(i,$)),j||H||$()}}}function Nn(e,t){function i(){T.cancelled||(e.data.show||((a.parentNode._pending||(a.parentNode._pending={}))[e.key]=e),h&&h(a),b&&(Mn(a,c),Mn(a,f),An(function(){Mn(a,p),Pn(a,c),T.cancelled||x||(jn(C)?setTimeout(T,C):On(a,u,T))})),m&&m(a,T),b||x||T())}var a=e.elm;r(a._enterCb)&&(a._enterCb.cancelled=!0,a._enterCb());var o=_n(e.data.transition);if(n(o))return t();if(!r(a._leaveCb)&&1===a.nodeType){var l=o.css,u=o.type,c=o.leaveClass,p=o.leaveToClass,f=o.leaveActiveClass,h=o.beforeLeave,m=o.leave,v=o.afterLeave,g=o.leaveCancelled,y=o.delayLeave,w=o.duration,b=!1!==l&&!Cr,x=Hn(m),C=d(s(w)?w.leave:w),T=a._leaveCb=S(function(){a.parentNode&&a.parentNode._pending&&(a.parentNode._pending[e.key]=null),b&&(Pn(a,p),Pn(a,f)),T.cancelled?(b&&Pn(a,c),g&&g(a)):(t(),v&&v(a)),a._leaveCb=null});y?y(i):i()}}function jn(e){return"number"==typeof e&&!isNaN(e)}function Hn(e){if(n(e))return!1;var t=e.fns;return r(t)?Hn(Array.isArray(t)?t[0]:t):(e._length||e.length)>1}function $n(e,t){!0!==t.data.show&&In(t)}function Rn(e,t,n){var r=t.value,i=e.multiple;if(!i||Array.isArray(r)){for(var a,o,s=0,l=e.options.length;s<l;s++)if(o=e.options[s],i)a=T(r,Bn(o))>-1,o.selected!==a&&(o.selected=a);else if(C(Bn(o),r))return void(e.selectedIndex!==s&&(e.selectedIndex=s));i||(e.selectedIndex=-1)}}function Bn(e){return"_value"in e?e._value:e.value}function qn(e){e.target.composing=!0}function Fn(e){e.target.composing&&(e.target.composing=!1,Wn(e.target,"input"))}function Wn(e,t){var n=document.createEvent("HTMLEvents");n.initEvent(t,!0,!0),e.dispatchEvent(n)}function Xn(e){return!e.componentInstance||e.data&&e.data.transition?e:Xn(e.componentInstance._vnode)}function Gn(e){var t=e&&e.componentOptions;return t&&t.Ctor.options.abstract?Gn(fe(t.children)):e}function Yn(e){var t={},n=e.$options;for(var r in n.propsData)t[r]=e[r];var i=n._parentListeners;for(var a in i)t[ar(a)]=i[a];return t}function Vn(e,t){if(/\d-keep-alive$/.test(t.tag))return e("keep-alive",{props:t.componentOptions.propsData})}function Un(e){for(;e=e.parent;)if(e.data.transition)return!0}function Kn(e,t){return t.key===e.key&&t.tag===e.tag}function Jn(e){return e.isComment&&e.asyncFactory}function Qn(e){e.elm._moveCb&&e.elm._moveCb(),e.elm._enterCb&&e.elm._enterCb()}function Zn(e){e.data.newPos=e.elm.getBoundingClientRect()}function er(e){var t=e.data.pos,n=e.data.newPos,r=t.left-n.left,i=t.top-n.top;if(r||i){e.data.moved=!0;var a=e.elm.style;a.transform=a.WebkitTransform="translate("+r+"px,"+i+"px)",a.transitionDuration="0s"}}var tr=Object.prototype.toString,nr=(f("slot,component",!0),f("key,ref,slot,is")),rr=Object.prototype.hasOwnProperty,ir=/-(\w)/g,ar=v(function(e){return e.replace(ir,function(e,t){return t?t.toUpperCase():""})}),or=v(function(e){return e.charAt(0).toUpperCase()+e.slice(1)}),sr=/([^-])([A-Z])/g,lr=v(function(e){return e.replace(sr,"$1-$2").replace(sr,"$1-$2").toLowerCase()}),ur=function(e,t,n){return!1},cr=function(e){return e},pr="data-server-rendered",dr=["component","directive","filter"],fr=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeDestroy","destroyed","activated","deactivated"],hr={optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:ur,isReservedAttr:ur,isUnknownElement:ur,getTagNamespace:x,parsePlatformTagName:cr,mustUseProp:ur,_lifecycleHooks:fr},mr=Object.freeze({}),vr=/[^\w.$]/,gr=x,yr="__proto__"in{},wr="undefined"!=typeof window,br=wr&&window.navigator.userAgent.toLowerCase(),xr=br&&/msie|trident/.test(br),Cr=br&&br.indexOf("msie 9.0")>0,Tr=br&&br.indexOf("edge/")>0,Sr=br&&br.indexOf("android")>0,Er=br&&/iphone|ipad|ipod|ios/.test(br),kr=br&&/chrome\/\d+/.test(br)&&!Tr,_r={}.watch,Ar=!1;if(wr)try{var Mr={};Object.defineProperty(Mr,"passive",{get:function(){Ar=!0}}),window.addEventListener("test-passive",null,Mr)}catch(e){}var Pr,Or,zr=function(){return void 0===Pr&&(Pr=!wr&&void 0!==e&&"server"===e.process.env.VUE_ENV),Pr},Dr=wr&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__,Lr="undefined"!=typeof Symbol&&M(Symbol)&&"undefined"!=typeof Reflect&&M(Reflect.ownKeys),Ir=function(){function e(){r=!1;var e=n.slice(0);n.length=0;for(var t=0;t<e.length;t++)e[t]()}var t,n=[],r=!1;if("undefined"!=typeof Promise&&M(Promise)){var i=Promise.resolve(),a=function(e){console.error(e)};t=function(){i.then(e).catch(a),Er&&setTimeout(x)}}else if("undefined"==typeof MutationObserver||!M(MutationObserver)&&"[object MutationObserverConstructor]"!==MutationObserver.toString())t=function(){setTimeout(e,0)};else{var o=1,s=new MutationObserver(e),l=document.createTextNode(String(o));s.observe(l,{characterData:!0}),t=function(){o=(o+1)%2,l.data=String(o)}}return function(e,i){var a;if(n.push(function(){if(e)try{e.call(i)}catch(e){A(e,i,"nextTick")}else a&&a(i)}),r||(r=!0,t()),!e&&"undefined"!=typeof Promise)return new Promise(function(e,t){a=e})}}();Or="undefined"!=typeof Set&&M(Set)?Set:function(){function e(){this.set=Object.create(null)}return e.prototype.has=function(e){return!0===this.set[e]},e.prototype.add=function(e){this.set[e]=!0},e.prototype.clear=function(){this.set=Object.create(null)},e}();var Nr=0,jr=function(){this.id=Nr++,this.subs=[]};jr.prototype.addSub=function(e){this.subs.push(e)},jr.prototype.removeSub=function(e){h(this.subs,e)},jr.prototype.depend=function(){jr.target&&jr.target.addDep(this)},jr.prototype.notify=function(){for(var e=this.subs.slice(),t=0,n=e.length;t<n;t++)e[t].update()},jr.target=null;var Hr=[],$r=Array.prototype,Rr=Object.create($r);["push","pop","shift","unshift","splice","sort","reverse"].forEach(function(e){var t=$r[e];k(Rr,e,function(){for(var n=[],r=arguments.length;r--;)n[r]=arguments[r];var i,a=t.apply(this,n),o=this.__ob__;switch(e){case"push":case"unshift":i=n;break;case"splice":i=n.slice(2)}return i&&o.observeArray(i),o.dep.notify(),a})});var Br=Object.getOwnPropertyNames(Rr),qr={shouldConvert:!0},Fr=function(e){if(this.value=e,this.dep=new jr,this.vmCount=0,k(e,"__ob__",this),Array.isArray(e)){(yr?z:D)(e,Rr,Br),this.observeArray(e)}else this.walk(e)};Fr.prototype.walk=function(e){for(var t=Object.keys(e),n=0;n<t.length;n++)I(e,t[n],e[t[n]])},Fr.prototype.observeArray=function(e){for(var t=0,n=e.length;t<n;t++)L(e[t])};var Wr=hr.optionMergeStrategies;Wr.data=function(e,t,n){return n?R(e,t,n):t&&"function"!=typeof t?e:R.call(this,e,t)},fr.forEach(function(e){Wr[e]=B}),dr.forEach(function(e){Wr[e+"s"]=q}),Wr.watch=function(e,t){if(e===_r&&(e=void 0),t===_r&&(t=void 0),!t)return Object.create(e||null);if(!e)return t;var n={};w(n,e);for(var r in t){var i=n[r],a=t[r];i&&!Array.isArray(i)&&(i=[i]),n[r]=i?i.concat(a):Array.isArray(a)?a:[a]}return n},Wr.props=Wr.methods=Wr.inject=Wr.computed=function(e,t){if(!e)return t;var n=Object.create(null);return w(n,e),t&&w(n,t),n},Wr.provide=R;var Xr=function(e,t){return void 0===t?e:t},Gr=function(e,t,n,r,i,a,o,s){this.tag=e,this.data=t,this.children=n,this.text=r,this.elm=i,this.ns=void 0,this.context=a,this.functionalContext=void 0,this.key=t&&t.key,this.componentOptions=o,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=s,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1},Yr={child:{}};Yr.child.get=function(){return this.componentInstance},Object.defineProperties(Gr.prototype,Yr);var Vr,Ur=function(e){void 0===e&&(e="");var t=new Gr;return t.text=e,t.isComment=!0,t},Kr=v(function(e){var t="&"===e.charAt(0);e=t?e.slice(1):e;var n="~"===e.charAt(0);e=n?e.slice(1):e;var r="!"===e.charAt(0);return e=r?e.slice(1):e,{name:e,once:n,capture:r,passive:t}}),Jr=null,Qr=[],Zr=[],ei={},ti=!1,ni=!1,ri=0,ii=0,ai=function(e,t,n,r){this.vm=e,e._watchers.push(this),r?(this.deep=!!r.deep,this.user=!!r.user,this.lazy=!!r.lazy,this.sync=!!r.sync):this.deep=this.user=this.lazy=this.sync=!1,this.cb=n,this.id=++ii,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new Or,this.newDepIds=new Or,this.expression="","function"==typeof t?this.getter=t:(this.getter=_(t),this.getter||(this.getter=function(){})),this.value=this.lazy?void 0:this.get()};ai.prototype.get=function(){P(this);var e,t=this.vm;try{e=this.getter.call(t,t)}catch(e){if(!this.user)throw e;A(e,t,'getter for watcher "'+this.expression+'"')}finally{this.deep&&Le(e),O(),this.cleanupDeps()}return e},ai.prototype.addDep=function(e){var t=e.id;this.newDepIds.has(t)||(this.newDepIds.add(t),this.newDeps.push(e),this.depIds.has(t)||e.addSub(this))},ai.prototype.cleanupDeps=function(){for(var e=this,t=this.deps.length;t--;){var n=e.deps[t];e.newDepIds.has(n.id)||n.removeSub(e)}var r=this.depIds;this.depIds=this.newDepIds,this.newDepIds=r,this.newDepIds.clear(),r=this.deps,this.deps=this.newDeps,this.newDeps=r,this.newDeps.length=0},ai.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():De(this)},ai.prototype.run=function(){if(this.active){var e=this.get();if(e!==this.value||s(e)||this.deep){var t=this.value;if(this.value=e,this.user)try{this.cb.call(this.vm,e,t)}catch(e){A(e,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,e,t)}}},ai.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},ai.prototype.depend=function(){for(var e=this,t=this.deps.length;t--;)e.deps[t].depend()},ai.prototype.teardown=function(){var e=this;if(this.active){this.vm._isBeingDestroyed||h(this.vm._watchers,this);for(var t=this.deps.length;t--;)e.deps[t].removeSub(e);this.active=!1}};var oi=new Or,si={enumerable:!0,configurable:!0,get:x,set:x},li={lazy:!0},ui={init:function(e,t,n,r){if(!e.componentInstance||e.componentInstance._isDestroyed){(e.componentInstance=Ze(e,Jr,n,r)).$mount(t?e.elm:void 0,t)}else if(e.data.keepAlive){var i=e;ui.prepatch(i,i)}},prepatch:function(e,t){var n=t.componentOptions;Te(t.componentInstance=e.componentInstance,n.propsData,n.listeners,t,n.children)},insert:function(e){var t=e.context,n=e.componentInstance;n._isMounted||(n._isMounted=!0,_e(n,"mounted")),e.data.keepAlive&&(t._isMounted?Oe(n):Ee(n,!0))},destroy:function(e){var t=e.componentInstance;t._isDestroyed||(e.data.keepAlive?ke(t,!0):t.$destroy())}},ci=Object.keys(ui),pi=1,di=2,fi=0;!function(e){e.prototype._init=function(e){var t=this;t._uid=fi++,t._isVue=!0,e&&e._isComponent?gt(t,e):t.$options=G(yt(t.constructor),e||{},t),t._renderProxy=t,t._self=t,xe(t),he(t),vt(t),_e(t,"beforeCreate"),Ve(t),je(t),Ye(t),_e(t,"created"),t.$options.el&&t.$mount(t.$options.el)}}(xt),function(e){var t={};t.get=function(){return this._data};var n={};n.get=function(){return this._props},Object.defineProperty(e.prototype,"$data",t),Object.defineProperty(e.prototype,"$props",n),e.prototype.$set=N,e.prototype.$delete=j,e.prototype.$watch=function(e,t,n){var r=this;if(l(t))return Ge(r,e,t,n);n=n||{},n.user=!0;var i=new ai(r,e,t,n);return n.immediate&&t.call(r,i.value),function(){i.teardown()}}}(xt),function(e){var t=/^hook:/;e.prototype.$on=function(e,n){var r=this,i=this;if(Array.isArray(e))for(var a=0,o=e.length;a<o;a++)r.$on(e[a],n);else(i._events[e]||(i._events[e]=[])).push(n),t.test(e)&&(i._hasHookEvent=!0);return i},e.prototype.$once=function(e,t){function n(){r.$off(e,n),t.apply(r,arguments)}var r=this;return n.fn=t,r.$on(e,n),r},e.prototype.$off=function(e,t){var n=this,r=this;if(!arguments.length)return r._events=Object.create(null),r;if(Array.isArray(e)){for(var i=0,a=e.length;i<a;i++)n.$off(e[i],t);return r}var o=r._events[e];if(!o)return r;if(1===arguments.length)return r._events[e]=null,r;for(var s,l=o.length;l--;)if((s=o[l])===t||s.fn===t){o.splice(l,1);break}return r},e.prototype.$emit=function(e){var t=this,n=t._events[e];if(n){n=n.length>1?y(n):n;for(var r=y(arguments,1),i=0,a=n.length;i<a;i++)try{n[i].apply(t,r)}catch(n){A(n,t,'event handler for "'+e+'"')}}return t}}(xt),function(e){e.prototype._update=function(e,t){var n=this;n._isMounted&&_e(n,"beforeUpdate");var r=n.$el,i=n._vnode,a=Jr;Jr=n,n._vnode=e,i?n.$el=n.__patch__(i,e):(n.$el=n.__patch__(n.$el,e,t,!1,n.$options._parentElm,n.$options._refElm),n.$options._parentElm=n.$options._refElm=null),Jr=a,r&&(r.__vue__=null),n.$el&&(n.$el.__vue__=n),n.$vnode&&n.$parent&&n.$vnode===n.$parent._vnode&&(n.$parent.$el=n.$el)},e.prototype.$forceUpdate=function(){var e=this;e._watcher&&e._watcher.update()},e.prototype.$destroy=function(){var e=this;if(!e._isBeingDestroyed){_e(e,"beforeDestroy"),e._isBeingDestroyed=!0;var t=e.$parent;!t||t._isBeingDestroyed||e.$options.abstract||h(t.$children,e),e._watcher&&e._watcher.teardown();for(var n=e._watchers.length;n--;)e._watchers[n].teardown();e._data.__ob__&&e._data.__ob__.vmCount--,e._isDestroyed=!0,e.__patch__(e._vnode,null),_e(e,"destroyed"),e.$off(),e.$el&&(e.$el.__vue__=null)}}}(xt),function(e){e.prototype.$nextTick=function(e){return Ir(e,this)},e.prototype._render=function(){var e=this,t=e.$options,n=t.render,r=t.staticRenderFns,i=t._parentVnode;if(e._isMounted)for(var a in e.$slots)e.$slots[a]=ee(e.$slots[a]);e.$scopedSlots=i&&i.data.scopedSlots||mr,r&&!e._staticTrees&&(e._staticTrees=[]),e.$vnode=i;var o;try{o=n.call(e._renderProxy,e.$createElement)}catch(t){A(t,e,"render function"),o=e._vnode}return o instanceof Gr||(o=Ur()),o.parent=i,o},e.prototype._o=dt,e.prototype._n=d,e.prototype._s=p,e.prototype._l=ot,e.prototype._t=st,e.prototype._q=C,e.prototype._i=T,e.prototype._m=pt,e.prototype._f=lt,e.prototype._k=ut,e.prototype._b=ct,e.prototype._v=Q,e.prototype._e=Ur,e.prototype._u=be,e.prototype._g=mt}(xt);var hi=[String,RegExp,Array],mi={name:"keep-alive",abstract:!0,props:{include:hi,exclude:hi},created:function(){this.cache=Object.create(null)},destroyed:function(){var e=this;for(var t in e.cache)Ot(e.cache[t])},watch:{include:function(e){Pt(this.cache,this._vnode,function(t){return Mt(e,t)})},exclude:function(e){Pt(this.cache,this._vnode,function(t){return!Mt(e,t)})}},render:function(){var e=fe(this.$slots.default),t=e&&e.componentOptions;if(t){var n=At(t);if(n&&(this.include&&!Mt(this.include,n)||this.exclude&&Mt(this.exclude,n)))return e;var r=null==e.key?t.Ctor.cid+(t.tag?"::"+t.tag:""):e.key;this.cache[r]?e.componentInstance=this.cache[r].componentInstance:this.cache[r]=e,e.data.keepAlive=!0}return e}},vi={KeepAlive:mi};!function(e){var t={};t.get=function(){return hr},Object.defineProperty(e,"config",t),e.util={warn:gr,extend:w,mergeOptions:G,defineReactive:I},e.set=N,e.delete=j,e.nextTick=Ir,e.options=Object.create(null),dr.forEach(function(t){e.options[t+"s"]=Object.create(null)}),e.options._base=e,w(e.options.components,vi),Ct(e),Tt(e),St(e),_t(e)}(xt),Object.defineProperty(xt.prototype,"$isServer",{get:zr}),Object.defineProperty(xt.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),xt.version="2.4.2";var gi,yi,wi=f("style,class"),bi=f("input,textarea,option,select"),xi=function(e,t,n){return"value"===n&&bi(e)&&"button"!==t||"selected"===n&&"option"===e||"checked"===n&&"input"===e||"muted"===n&&"video"===e},Ci=f("contenteditable,draggable,spellcheck"),Ti=f("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,translate,truespeed,typemustmatch,visible"),Si="http://www.w3.org/1999/xlink",Ei=function(e){return":"===e.charAt(5)&&"xlink"===e.slice(0,5)},ki=function(e){return Ei(e)?e.slice(6,e.length):""},_i=function(e){return null==e||!1===e},Ai={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML"},Mi=f("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template,blockquote,iframe,tfoot"),Pi=f("svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,foreignObject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view",!0),Oi=function(e){return Mi(e)||Pi(e)},zi=Object.create(null),Di=Object.freeze({createElement:qt,createElementNS:Ft,createTextNode:Wt,createComment:Xt,insertBefore:Gt,removeChild:Yt,appendChild:Vt,parentNode:Ut,nextSibling:Kt,tagName:Jt,setTextContent:Qt,setAttribute:Zt}),Li={create:function(e,t){en(t)},update:function(e,t){e.data.ref!==t.data.ref&&(en(e,!0),en(t))},destroy:function(e){en(e,!0)}},Ii=new Gr("",{},[]),Ni=["create","activate","update","remove","destroy"],ji={create:an,update:an,destroy:function(e){an(e,Ii)}},Hi=Object.create(null),$i=[Li,ji],Ri={create:cn,update:cn},Bi={create:dn,update:dn},qi="__r",Fi="__c",Wi={create:vn,update:vn},Xi={create:gn,update:gn},Gi=v(function(e){var t={},n=/;(?![^(]*\))/g,r=/:(.+)/;return e.split(n).forEach(function(e){if(e){var n=e.split(r);n.length>1&&(t[n[0].trim()]=n[1].trim())}}),t}),Yi=/^--/,Vi=/\s*!important$/,Ui=function(e,t,n){if(Yi.test(t))e.style.setProperty(t,n);else if(Vi.test(n))e.style.setProperty(t,n.replace(Vi,""),"important");else{var r=Ji(t);if(Array.isArray(n))for(var i=0,a=n.length;i<a;i++)e.style[r]=n[i];else e.style[r]=n}},Ki=["Webkit","Moz","ms"],Ji=v(function(e){if(yi=yi||document.createElement("div").style,"filter"!==(e=ar(e))&&e in yi)return e;for(var t=e.charAt(0).toUpperCase()+e.slice(1),n=0;n<Ki.length;n++){var r=Ki[n]+t;if(r in yi)return r}}),Qi={create:Sn,update:Sn},Zi=v(function(e){return{enterClass:e+"-enter",enterToClass:e+"-enter-to",enterActiveClass:e+"-enter-active",leaveClass:e+"-leave",leaveToClass:e+"-leave-to",leaveActiveClass:e+"-leave-active"}}),ea=wr&&!Cr,ta="transition",na="animation",ra="transition",ia="transitionend",aa="animation",oa="animationend";ea&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(ra="WebkitTransition",ia="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(aa="WebkitAnimation",oa="webkitAnimationEnd"));var sa=wr&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout,la=/\b(transform|all)(,|$)/,ua=wr?{create:$n,activate:$n,remove:function(e,t){!0!==e.data.show?Nn(e,t):t()}}:{},ca=[Ri,Bi,Wi,Xi,Qi,ua],pa=ca.concat($i),da=function(e){function t(e){return new Gr(P.tagName(e).toLowerCase(),{},[],void 0,e)}function a(e,t){function n(){0==--n.listeners&&s(e)}return n.listeners=t,n}function s(e){var t=P.parentNode(e);r(t)&&P.removeChild(t,e)}function l(e,t,n,a,o){if(e.isRootInsert=!o,!u(e,t,n,a)){var s=e.data,l=e.children,c=e.tag;r(c)?(e.elm=e.ns?P.createElementNS(e.ns,c):P.createElement(c,e),g(e),h(e,l,t),r(s)&&v(e,t),d(n,e.elm,a)):i(e.isComment)?(e.elm=P.createComment(e.text),d(n,e.elm,a)):(e.elm=P.createTextNode(e.text),d(n,e.elm,a))}}function u(e,t,n,a){var o=e.data;if(r(o)){var s=r(e.componentInstance)&&o.keepAlive;if(r(o=o.hook)&&r(o=o.init)&&o(e,!1,n,a),r(e.componentInstance))return c(e,t),i(s)&&p(e,t,n,a),!0}}function c(e,t){r(e.data.pendingInsert)&&(t.push.apply(t,e.data.pendingInsert),e.data.pendingInsert=null),e.elm=e.componentInstance.$el,m(e)?(v(e,t),g(e)):(en(e),t.push(e))}function p(e,t,n,i){for(var a,o=e;o.componentInstance;)if(o=o.componentInstance._vnode,r(a=o.data)&&r(a=a.transition)){for(a=0;a<A.activate.length;++a)A.activate[a](Ii,o);t.push(o);break}d(n,e.elm,i)}function d(e,t,n){r(e)&&(r(n)?n.parentNode===e&&P.insertBefore(e,t,n):P.appendChild(e,t))}function h(e,t,n){if(Array.isArray(t))for(var r=0;r<t.length;++r)l(t[r],n,e.elm,null,!0);else o(e.text)&&P.appendChild(e.elm,P.createTextNode(e.text))}function m(e){for(;e.componentInstance;)e=e.componentInstance._vnode;return r(e.tag)}function v(e,t){for(var n=0;n<A.create.length;++n)A.create[n](Ii,e);k=e.data.hook,r(k)&&(r(k.create)&&k.create(Ii,e),r(k.insert)&&t.push(e))}function g(e){for(var t,n=e;n;)r(t=n.context)&&r(t=t.$options._scopeId)&&P.setAttribute(e.elm,t,""),n=n.parent;r(t=Jr)&&t!==e.context&&r(t=t.$options._scopeId)&&P.setAttribute(e.elm,t,"")}function y(e,t,n,r,i,a){for(;r<=i;++r)l(n[r],a,e,t)}function w(e){var t,n,i=e.data;if(r(i))for(r(t=i.hook)&&r(t=t.destroy)&&t(e),t=0;t<A.destroy.length;++t)A.destroy[t](e);if(r(t=e.children))for(n=0;n<e.children.length;++n)w(e.children[n])}function b(e,t,n,i){for(;n<=i;++n){var a=t[n];r(a)&&(r(a.tag)?(x(a),w(a)):s(a.elm))}}function x(e,t){if(r(t)||r(e.data)){var n,i=A.remove.length+1;for(r(t)?t.listeners+=i:t=a(e.elm,i),r(n=e.componentInstance)&&r(n=n._vnode)&&r(n.data)&&x(n,t),n=0;n<A.remove.length;++n)A.remove[n](e,t);r(n=e.data.hook)&&r(n=n.remove)?n(e,t):t()}else s(e.elm)}function C(e,t,i,a,o){for(var s,u,c,p,d=0,f=0,h=t.length-1,m=t[0],v=t[h],g=i.length-1,w=i[0],x=i[g],C=!o;d<=h&&f<=g;)n(m)?m=t[++d]:n(v)?v=t[--h]:tn(m,w)?(T(m,w,a),m=t[++d],w=i[++f]):tn(v,x)?(T(v,x,a),v=t[--h],x=i[--g]):tn(m,x)?(T(m,x,a),C&&P.insertBefore(e,m.elm,P.nextSibling(v.elm)),m=t[++d],x=i[--g]):tn(v,w)?(T(v,w,a),C&&P.insertBefore(e,v.elm,m.elm),v=t[--h],w=i[++f]):(n(s)&&(s=rn(t,d,h)),u=r(w.key)?s[w.key]:null,n(u)?(l(w,a,e,m.elm),w=i[++f]):(c=t[u],tn(c,w)?(T(c,w,a),t[u]=void 0,C&&P.insertBefore(e,c.elm,m.elm),w=i[++f]):(l(w,a,e,m.elm),w=i[++f])));d>h?(p=n(i[g+1])?null:i[g+1].elm,y(e,p,i,f,g,a)):f>g&&b(e,t,d,h)}function T(e,t,a,o){if(e!==t){var s=t.elm=e.elm;if(i(e.isAsyncPlaceholder))return void(r(t.asyncFactory.resolved)?E(e.elm,t,a):t.isAsyncPlaceholder=!0);if(i(t.isStatic)&&i(e.isStatic)&&t.key===e.key&&(i(t.isCloned)||i(t.isOnce)))return void(t.componentInstance=e.componentInstance);var l,u=t.data;r(u)&&r(l=u.hook)&&r(l=l.prepatch)&&l(e,t);var c=e.children,p=t.children;if(r(u)&&m(t)){for(l=0;l<A.update.length;++l)A.update[l](e,t);r(l=u.hook)&&r(l=l.update)&&l(e,t)}n(t.text)?r(c)&&r(p)?c!==p&&C(s,c,p,a,o):r(p)?(r(e.text)&&P.setTextContent(s,""),y(s,null,p,0,p.length-1,a)):r(c)?b(s,c,0,c.length-1):r(e.text)&&P.setTextContent(s,""):e.text!==t.text&&P.setTextContent(s,t.text),r(u)&&r(l=u.hook)&&r(l=l.postpatch)&&l(e,t)}}function S(e,t,n){if(i(n)&&r(e.parent))e.parent.data.pendingInsert=t;else for(var a=0;a<t.length;++a)t[a].data.hook.insert(t[a])}function E(e,t,n){if(i(t.isComment)&&r(t.asyncFactory))return t.elm=e,t.isAsyncPlaceholder=!0,!0;t.elm=e;var a=t.tag,o=t.data,s=t.children;if(r(o)&&(r(k=o.hook)&&r(k=k.init)&&k(t,!0),r(k=t.componentInstance)))return c(t,n),!0;if(r(a)){if(r(s))if(e.hasChildNodes()){for(var l=!0,u=e.firstChild,p=0;p<s.length;p++){if(!u||!E(u,s[p],n)){l=!1;break}u=u.nextSibling}if(!l||u)return!1}else h(t,s,n);if(r(o))for(var d in o)if(!O(d)){v(t,n);break}}else e.data!==t.text&&(e.data=t.text);return!0}var k,_,A={},M=e.modules,P=e.nodeOps;for(k=0;k<Ni.length;++k)for(A[Ni[k]]=[],_=0;_<M.length;++_)r(M[_][Ni[k]])&&A[Ni[k]].push(M[_][Ni[k]]);var O=f("attrs,style,class,staticClass,staticStyle,key");return function(e,a,o,s,u,c){if(n(a))return void(r(e)&&w(e));var p=!1,d=[];if(n(e))p=!0,l(a,d,u,c);else{var f=r(e.nodeType);if(!f&&tn(e,a))T(e,a,d,s);else{if(f){if(1===e.nodeType&&e.hasAttribute(pr)&&(e.removeAttribute(pr),o=!0),i(o)&&E(e,a,d))return S(a,d,!0),e;e=t(e)}var h=e.elm,v=P.parentNode(h);if(l(a,d,h._leaveCb?null:v,P.nextSibling(h)),r(a.parent)){for(var g=a.parent;g;)g.elm=a.elm,g=g.parent;if(m(a))for(var y=0;y<A.create.length;++y)A.create[y](Ii,a.parent)}r(v)?b(v,[e],0,0):r(e.tag)&&w(e)}}return S(a,d,p),a.elm}}({nodeOps:Di,modules:pa}),fa=f("text,number,password,search,email,tel,url");Cr&&document.addEventListener("selectionchange",function(){var e=document.activeElement;e&&e.vmodel&&Wn(e,"input")});var ha={inserted:function(e,t,n){if("select"===n.tag){var r=function(){Rn(e,t,n.context)};r(),(xr||Tr)&&setTimeout(r,0),e._vOptions=[].map.call(e.options,Bn)}else("textarea"===n.tag||fa(e.type))&&(e._vModifiers=t.modifiers,t.modifiers.lazy||(e.addEventListener("change",Fn),Sr||(e.addEventListener("compositionstart",qn),e.addEventListener("compositionend",Fn)),Cr&&(e.vmodel=!0)))},componentUpdated:function(e,t,n){if("select"===n.tag){Rn(e,t,n.context);var r=e._vOptions;(e._vOptions=[].map.call(e.options,Bn)).some(function(e,t){return!C(e,r[t])})&&Wn(e,"change")}}},ma={bind:function(e,t,n){var r=t.value;n=Xn(n);var i=n.data&&n.data.transition,a=e.__vOriginalDisplay="none"===e.style.display?"":e.style.display;r&&i?(n.data.show=!0,In(n,function(){e.style.display=a})):e.style.display=r?a:"none"},update:function(e,t,n){var r=t.value;r!==t.oldValue&&(n=Xn(n),n.data&&n.data.transition?(n.data.show=!0,r?In(n,function(){e.style.display=e.__vOriginalDisplay}):Nn(n,function(){e.style.display="none"})):e.style.display=r?e.__vOriginalDisplay:"none")},unbind:function(e,t,n,r,i){i||(e.style.display=e.__vOriginalDisplay)}},va={model:ha,show:ma},ga={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]},ya={name:"transition",props:ga,abstract:!0,render:function(e){var t=this,n=this.$options._renderChildren;if(n&&(n=n.filter(function(e){return e.tag||Jn(e)}),n.length)){var r=this.mode,i=n[0];if(Un(this.$vnode))return i;var a=Gn(i);if(!a)return i;if(this._leaving)return Vn(e,i);var s="__transition-"+this._uid+"-";a.key=null==a.key?a.isComment?s+"comment":s+a.tag:o(a.key)?0===String(a.key).indexOf(s)?a.key:s+a.key:a.key;var l=(a.data||(a.data={})).transition=Yn(this),u=this._vnode,c=Gn(u);if(a.data.directives&&a.data.directives.some(function(e){return"show"===e.name})&&(a.data.show=!0),c&&c.data&&!Kn(a,c)&&!Jn(c)){var p=c&&(c.data.transition=w({},l));if("out-in"===r)return this._leaving=!0,re(p,"afterLeave",function(){t._leaving=!1,t.$forceUpdate()}),Vn(e,i);if("in-out"===r){if(Jn(a))return u;var d,f=function(){d()};re(l,"afterEnter",f),re(l,"enterCancelled",f),re(p,"delayLeave",function(e){d=e})}}return i}}},wa=w({tag:String,moveClass:String},ga);delete wa.mode;var ba={props:wa,render:function(e){for(var t=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,i=this.$slots.default||[],a=this.children=[],o=Yn(this),s=0;s<i.length;s++){var l=i[s];if(l.tag)if(null!=l.key&&0!==String(l.key).indexOf("__vlist"))a.push(l),n[l.key]=l,(l.data||(l.data={})).transition=o;else;}if(r){for(var u=[],c=[],p=0;p<r.length;p++){var d=r[p];d.data.transition=o,d.data.pos=d.elm.getBoundingClientRect(),n[d.key]?u.push(d):c.push(d)}this.kept=e(t,null,u),this.removed=c}return e(t,null,a)},beforeUpdate:function(){this.__patch__(this._vnode,this.kept,!1,!0),this._vnode=this.kept},updated:function(){var e=this.prevChildren,t=this.moveClass||(this.name||"v")+"-move";if(e.length&&this.hasMove(e[0].elm,t)){e.forEach(Qn),e.forEach(Zn),e.forEach(er);var n=document.body;n.offsetHeight;e.forEach(function(e){if(e.data.moved){var n=e.elm,r=n.style;Mn(n,t),r.transform=r.WebkitTransform=r.transitionDuration="",n.addEventListener(ia,n._moveCb=function e(r){r&&!/transform$/.test(r.propertyName)||(n.removeEventListener(ia,e),n._moveCb=null,Pn(n,t))})}})}},methods:{hasMove:function(e,t){if(!ea)return!1;if(this._hasMove)return this._hasMove;var n=e.cloneNode();e._transitionClasses&&e._transitionClasses.forEach(function(e){kn(n,e)}),En(n,t),n.style.display="none",this.$el.appendChild(n);var r=zn(n);return this.$el.removeChild(n),this._hasMove=r.hasTransform}}},xa={Transition:ya,TransitionGroup:ba};xt.config.mustUseProp=xi,xt.config.isReservedTag=Oi,xt.config.isReservedAttr=wi,xt.config.getTagNamespace=$t,xt.config.isUnknownElement=Rt,w(xt.options.directives,va),w(xt.options.components,xa),xt.prototype.__patch__=wr?da:x,xt.prototype.$mount=function(e,t){return e=e&&wr?Bt(e):void 0,Ce(this,e,t)},setTimeout(function(){hr.devtools&&Dr&&Dr.emit("init",xt)},0),t.a=xt}).call(t,n(102))},,function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t){var n=e.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},function(e,t,n){var r=n(54),i=n(59),a=n(61),o=Object.defineProperty;t.f=n(2)?Object.defineProperty:function(e,t,n){if(r(e),t=a(t,!0),r(n),i)try{return o(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}},function(e,t,n){!function(){"use strict";var e,t=function(r,i){function a(e){return Math.floor(e)}function o(){var e=x.params.autoplay,t=x.slides.eq(x.activeIndex);t.attr("data-swiper-autoplay")&&(e=t.attr("data-swiper-autoplay")||x.params.autoplay),x.autoplayTimeoutId=setTimeout(function(){x.params.loop?(x.fixLoop(),x._slideNext(),x.emit("onAutoplay",x)):x.isEnd?i.autoplayStopOnLast?x.stopAutoplay():(x._slideTo(0),x.emit("onAutoplay",x)):(x._slideNext(),x.emit("onAutoplay",x))},e)}function s(t,n){var r=e(t.target);if(!r.is(n))if("string"==typeof n)r=r.parents(n);else if(n.nodeType){var i;return r.parents().each(function(e,t){t===n&&(i=n)}),i?n:void 0}if(0!==r.length)return r[0]}function l(e,t){t=t||{};var n=window.MutationObserver||window.WebkitMutationObserver,r=new n(function(e){e.forEach(function(e){x.onResize(!0),x.emit("onObserverUpdate",x,e)})});r.observe(e,{attributes:void 0===t.attributes||t.attributes,childList:void 0===t.childList||t.childList,characterData:void 0===t.characterData||t.characterData}),x.observers.push(r)}function u(e){e.originalEvent&&(e=e.originalEvent);var t=e.keyCode||e.charCode;if(!x.params.allowSwipeToNext&&(x.isHorizontal()&&39===t||!x.isHorizontal()&&40===t))return!1;if(!x.params.allowSwipeToPrev&&(x.isHorizontal()&&37===t||!x.isHorizontal()&&38===t))return!1;if(!(e.shiftKey||e.altKey||e.ctrlKey||e.metaKey||document.activeElement&&document.activeElement.nodeName&&("input"===document.activeElement.nodeName.toLowerCase()||"textarea"===document.activeElement.nodeName.toLowerCase()))){if(37===t||39===t||38===t||40===t){var n=!1;if(x.container.parents("."+x.params.slideClass).length>0&&0===x.container.parents("."+x.params.slideActiveClass).length)return;var r={left:window.pageXOffset,top:window.pageYOffset},i=window.innerWidth,a=window.innerHeight,o=x.container.offset();x.rtl&&(o.left=o.left-x.container[0].scrollLeft);for(var s=[[o.left,o.top],[o.left+x.width,o.top],[o.left,o.top+x.height],[o.left+x.width,o.top+x.height]],l=0;l<s.length;l++){var u=s[l];u[0]>=r.left&&u[0]<=r.left+i&&u[1]>=r.top&&u[1]<=r.top+a&&(n=!0)}if(!n)return}x.isHorizontal()?(37!==t&&39!==t||(e.preventDefault?e.preventDefault():e.returnValue=!1),(39===t&&!x.rtl||37===t&&x.rtl)&&x.slideNext(),(37===t&&!x.rtl||39===t&&x.rtl)&&x.slidePrev()):(38!==t&&40!==t||(e.preventDefault?e.preventDefault():e.returnValue=!1),40===t&&x.slideNext(),38===t&&x.slidePrev()),x.emit("onKeyPress",x,t)}}function c(e){var t=0,n=0,r=0,i=0;return"detail"in e&&(n=e.detail),"wheelDelta"in e&&(n=-e.wheelDelta/120),"wheelDeltaY"in e&&(n=-e.wheelDeltaY/120),"wheelDeltaX"in e&&(t=-e.wheelDeltaX/120),"axis"in e&&e.axis===e.HORIZONTAL_AXIS&&(t=n,n=0),r=10*t,i=10*n,"deltaY"in e&&(i=e.deltaY),"deltaX"in e&&(r=e.deltaX),(r||i)&&e.deltaMode&&(1===e.deltaMode?(r*=40,i*=40):(r*=800,i*=800)),r&&!t&&(t=r<1?-1:1),i&&!n&&(n=i<1?-1:1),{spinX:t,spinY:n,pixelX:r,pixelY:i}}function p(e){e.originalEvent&&(e=e.originalEvent);var t=0,n=x.rtl?-1:1,r=c(e);if(x.params.mousewheelForceToAxis)if(x.isHorizontal()){if(!(Math.abs(r.pixelX)>Math.abs(r.pixelY)))return;t=r.pixelX*n}else{if(!(Math.abs(r.pixelY)>Math.abs(r.pixelX)))return;t=r.pixelY}else t=Math.abs(r.pixelX)>Math.abs(r.pixelY)?-r.pixelX*n:-r.pixelY;if(0!==t){if(x.params.mousewheelInvert&&(t=-t),x.params.freeMode){var i=x.getWrapperTranslate()+t*x.params.mousewheelSensitivity,a=x.isBeginning,o=x.isEnd;if(i>=x.minTranslate()&&(i=x.minTranslate()),i<=x.maxTranslate()&&(i=x.maxTranslate()),x.setWrapperTransition(0),x.setWrapperTranslate(i),x.updateProgress(),x.updateActiveIndex(),(!a&&x.isBeginning||!o&&x.isEnd)&&x.updateClasses(),x.params.freeModeSticky?(clearTimeout(x.mousewheel.timeout),x.mousewheel.timeout=setTimeout(function(){x.slideReset()},300)):x.params.lazyLoading&&x.lazy&&x.lazy.load(),x.emit("onScroll",x,e),x.params.autoplay&&x.params.autoplayDisableOnInteraction&&x.stopAutoplay(),0===i||i===x.maxTranslate())return}else{if((new window.Date).getTime()-x.mousewheel.lastScrollTime>60)if(t<0)if(x.isEnd&&!x.params.loop||x.animating){if(x.params.mousewheelReleaseOnEdges)return!0}else x.slideNext(),x.emit("onScroll",x,e);else if(x.isBeginning&&!x.params.loop||x.animating){if(x.params.mousewheelReleaseOnEdges)return!0}else x.slidePrev(),x.emit("onScroll",x,e);x.mousewheel.lastScrollTime=(new window.Date).getTime()}return e.preventDefault?e.preventDefault():e.returnValue=!1,!1}}function d(t,n){t=e(t);var r,i,a,o=x.rtl?-1:1;r=t.attr("data-swiper-parallax")||"0",i=t.attr("data-swiper-parallax-x"),a=t.attr("data-swiper-parallax-y"),i||a?(i=i||"0",a=a||"0"):x.isHorizontal()?(i=r,a="0"):(a=r,i="0"),i=i.indexOf("%")>=0?parseInt(i,10)*n*o+"%":i*n*o+"px",a=a.indexOf("%")>=0?parseInt(a,10)*n+"%":a*n+"px",t.transform("translate3d("+i+", "+a+",0px)")}function f(e){return 0!==e.indexOf("on")&&(e=e[0]!==e[0].toUpperCase()?"on"+e[0].toUpperCase()+e.substring(1):"on"+e),e}if(!(this instanceof t))return new t(r,i);var h={direction:"horizontal",touchEventsTarget:"container",initialSlide:0,speed:300,autoplay:!1,autoplayDisableOnInteraction:!0,autoplayStopOnLast:!1,iOSEdgeSwipeDetection:!1,iOSEdgeSwipeThreshold:20,freeMode:!1,freeModeMomentum:!0,freeModeMomentumRatio:1,freeModeMomentumBounce:!0,freeModeMomentumBounceRatio:1,freeModeMomentumVelocityRatio:1,freeModeSticky:!1,freeModeMinimumVelocity:.02,autoHeight:!1,setWrapperSize:!1,virtualTranslate:!1,effect:"slide",coverflow:{rotate:50,stretch:0,depth:100,modifier:1,slideShadows:!0},flip:{slideShadows:!0,limitRotation:!0},cube:{slideShadows:!0,shadow:!0,shadowOffset:20,shadowScale:.94},fade:{crossFade:!1},parallax:!1,zoom:!1,zoomMax:3,zoomMin:1,zoomToggle:!0,scrollbar:null,scrollbarHide:!0,scrollbarDraggable:!1,scrollbarSnapOnRelease:!1,keyboardControl:!1,mousewheelControl:!1,mousewheelReleaseOnEdges:!1,mousewheelInvert:!1,mousewheelForceToAxis:!1,mousewheelSensitivity:1,mousewheelEventsTarged:"container",hashnav:!1,hashnavWatchState:!1,history:!1,replaceState:!1,breakpoints:void 0,spaceBetween:0,slidesPerView:1,slidesPerColumn:1,slidesPerColumnFill:"column",slidesPerGroup:1,centeredSlides:!1,slidesOffsetBefore:0,slidesOffsetAfter:0,roundLengths:!1,touchRatio:1,touchAngle:45,simulateTouch:!0,shortSwipes:!0,longSwipes:!0,longSwipesRatio:.5,longSwipesMs:300,followFinger:!0,onlyExternal:!1,threshold:0,touchMoveStopPropagation:!0,touchReleaseOnEdges:!1,uniqueNavElements:!0,pagination:null,paginationElement:"span",paginationClickable:!1,paginationHide:!1,paginationBulletRender:null,paginationProgressRender:null,paginationFractionRender:null,paginationCustomRender:null,paginationType:"bullets",resistance:!0,resistanceRatio:.85,nextButton:null,prevButton:null,watchSlidesProgress:!1,watchSlidesVisibility:!1,grabCursor:!1,preventClicks:!0,preventClicksPropagation:!0,slideToClickedSlide:!1,lazyLoading:!1,lazyLoadingInPrevNext:!1,lazyLoadingInPrevNextAmount:1,lazyLoadingOnTransitionStart:!1,preloadImages:!0,updateOnImagesReady:!0,loop:!1,loopAdditionalSlides:0,loopedSlides:null,control:void 0,controlInverse:!1,controlBy:"slide",normalizeSlideIndex:!0,allowSwipeToPrev:!0,allowSwipeToNext:!0,swipeHandler:null,noSwiping:!0,noSwipingClass:"swiper-no-swiping",passiveListeners:!0,containerModifierClass:"swiper-container-",slideClass:"swiper-slide",slideActiveClass:"swiper-slide-active",slideDuplicateActiveClass:"swiper-slide-duplicate-active",slideVisibleClass:"swiper-slide-visible",slideDuplicateClass:"swiper-slide-duplicate",slideNextClass:"swiper-slide-next",slideDuplicateNextClass:"swiper-slide-duplicate-next",slidePrevClass:"swiper-slide-prev",slideDuplicatePrevClass:"swiper-slide-duplicate-prev",wrapperClass:"swiper-wrapper",bulletClass:"swiper-pagination-bullet",bulletActiveClass:"swiper-pagination-bullet-active",buttonDisabledClass:"swiper-button-disabled",paginationCurrentClass:"swiper-pagination-current",paginationTotalClass:"swiper-pagination-total",paginationHiddenClass:"swiper-pagination-hidden",paginationProgressbarClass:"swiper-pagination-progressbar",paginationClickableClass:"swiper-pagination-clickable",paginationModifierClass:"swiper-pagination-",lazyLoadingClass:"swiper-lazy",lazyStatusLoadingClass:"swiper-lazy-loading",lazyStatusLoadedClass:"swiper-lazy-loaded",lazyPreloaderClass:"swiper-lazy-preloader",notificationClass:"swiper-notification",preloaderClass:"preloader",zoomContainerClass:"swiper-zoom-container",observer:!1,observeParents:!1,a11y:!1,prevSlideMessage:"Previous slide",nextSlideMessage:"Next slide",firstSlideMessage:"This is the first slide",lastSlideMessage:"This is the last slide",paginationBulletMessage:"Go to slide {{index}}",runCallbacksOnInit:!0},m=i&&i.virtualTranslate;i=i||{};var v={};for(var g in i)if("object"!=typeof i[g]||null===i[g]||(i[g].nodeType||i[g]===window||i[g]===document||void 0!==n&&i[g]instanceof n||"undefined"!=typeof jQuery&&i[g]instanceof jQuery))v[g]=i[g];else{v[g]={};for(var y in i[g])v[g][y]=i[g][y]}for(var w in h)if(void 0===i[w])i[w]=h[w];else if("object"==typeof i[w])for(var b in h[w])void 0===i[w][b]&&(i[w][b]=h[w][b]);var x=this;if(x.params=i,x.originalParams=v,x.classNames=[],void 0!==e&&void 0!==n&&(e=n),(void 0!==e||(e=void 0===n?window.Dom7||window.Zepto||window.jQuery:n))&&(x.$=e,x.currentBreakpoint=void 0,x.getActiveBreakpoint=function(){if(!x.params.breakpoints)return!1;var e,t=!1,n=[];for(e in x.params.breakpoints)x.params.breakpoints.hasOwnProperty(e)&&n.push(e);n.sort(function(e,t){return parseInt(e,10)>parseInt(t,10)});for(var r=0;r<n.length;r++)(e=n[r])>=window.innerWidth&&!t&&(t=e);return t||"max"},x.setBreakpoint=function(){var e=x.getActiveBreakpoint();if(e&&x.currentBreakpoint!==e){var t=e in x.params.breakpoints?x.params.breakpoints[e]:x.originalParams,n=x.params.loop&&t.slidesPerView!==x.params.slidesPerView;for(var r in t)x.params[r]=t[r];x.currentBreakpoint=e,n&&x.destroyLoop&&x.reLoop(!0)}},x.params.breakpoints&&x.setBreakpoint(),x.container=e(r),0!==x.container.length)){if(x.container.length>1){var C=[];return x.container.each(function(){C.push(new t(this,i))}),C}x.container[0].swiper=x,x.container.data("swiper",x),x.classNames.push(x.params.containerModifierClass+x.params.direction),x.params.freeMode&&x.classNames.push(x.params.containerModifierClass+"free-mode"),x.support.flexbox||(x.classNames.push(x.params.containerModifierClass+"no-flexbox"),x.params.slidesPerColumn=1),x.params.autoHeight&&x.classNames.push(x.params.containerModifierClass+"autoheight"),(x.params.parallax||x.params.watchSlidesVisibility)&&(x.params.watchSlidesProgress=!0),x.params.touchReleaseOnEdges&&(x.params.resistanceRatio=0),["cube","coverflow","flip"].indexOf(x.params.effect)>=0&&(x.support.transforms3d?(x.params.watchSlidesProgress=!0,x.classNames.push(x.params.containerModifierClass+"3d")):x.params.effect="slide"),"slide"!==x.params.effect&&x.classNames.push(x.params.containerModifierClass+x.params.effect),"cube"===x.params.effect&&(x.params.resistanceRatio=0,x.params.slidesPerView=1,x.params.slidesPerColumn=1,x.params.slidesPerGroup=1,x.params.centeredSlides=!1,x.params.spaceBetween=0,x.params.virtualTranslate=!0),"fade"!==x.params.effect&&"flip"!==x.params.effect||(x.params.slidesPerView=1,x.params.slidesPerColumn=1,x.params.slidesPerGroup=1,x.params.watchSlidesProgress=!0,x.params.spaceBetween=0,void 0===m&&(x.params.virtualTranslate=!0)),x.params.grabCursor&&x.support.touch&&(x.params.grabCursor=!1),x.wrapper=x.container.children("."+x.params.wrapperClass),x.params.pagination&&(x.paginationContainer=e(x.params.pagination),x.params.uniqueNavElements&&"string"==typeof x.params.pagination&&x.paginationContainer.length>1&&1===x.container.find(x.params.pagination).length&&(x.paginationContainer=x.container.find(x.params.pagination)),"bullets"===x.params.paginationType&&x.params.paginationClickable?x.paginationContainer.addClass(x.params.paginationModifierClass+"clickable"):x.params.paginationClickable=!1,x.paginationContainer.addClass(x.params.paginationModifierClass+x.params.paginationType)),(x.params.nextButton||x.params.prevButton)&&(x.params.nextButton&&(x.nextButton=e(x.params.nextButton),x.params.uniqueNavElements&&"string"==typeof x.params.nextButton&&x.nextButton.length>1&&1===x.container.find(x.params.nextButton).length&&(x.nextButton=x.container.find(x.params.nextButton))),x.params.prevButton&&(x.prevButton=e(x.params.prevButton),x.params.uniqueNavElements&&"string"==typeof x.params.prevButton&&x.prevButton.length>1&&1===x.container.find(x.params.prevButton).length&&(x.prevButton=x.container.find(x.params.prevButton)))),x.isHorizontal=function(){return"horizontal"===x.params.direction},x.rtl=x.isHorizontal()&&("rtl"===x.container[0].dir.toLowerCase()||"rtl"===x.container.css("direction")),x.rtl&&x.classNames.push(x.params.containerModifierClass+"rtl"),x.rtl&&(x.wrongRTL="-webkit-box"===x.wrapper.css("display")),x.params.slidesPerColumn>1&&x.classNames.push(x.params.containerModifierClass+"multirow"),x.device.android&&x.classNames.push(x.params.containerModifierClass+"android"),x.container.addClass(x.classNames.join(" ")),x.translate=0,x.progress=0,x.velocity=0,x.lockSwipeToNext=function(){x.params.allowSwipeToNext=!1,!1===x.params.allowSwipeToPrev&&x.params.grabCursor&&x.unsetGrabCursor()},x.lockSwipeToPrev=function(){x.params.allowSwipeToPrev=!1,!1===x.params.allowSwipeToNext&&x.params.grabCursor&&x.unsetGrabCursor()},x.lockSwipes=function(){x.params.allowSwipeToNext=x.params.allowSwipeToPrev=!1,x.params.grabCursor&&x.unsetGrabCursor()},x.unlockSwipeToNext=function(){x.params.allowSwipeToNext=!0,!0===x.params.allowSwipeToPrev&&x.params.grabCursor&&x.setGrabCursor()},x.unlockSwipeToPrev=function(){x.params.allowSwipeToPrev=!0,!0===x.params.allowSwipeToNext&&x.params.grabCursor&&x.setGrabCursor()},x.unlockSwipes=function(){x.params.allowSwipeToNext=x.params.allowSwipeToPrev=!0,x.params.grabCursor&&x.setGrabCursor()},x.setGrabCursor=function(e){x.container[0].style.cursor="move",x.container[0].style.cursor=e?"-webkit-grabbing":"-webkit-grab",x.container[0].style.cursor=e?"-moz-grabbin":"-moz-grab",x.container[0].style.cursor=e?"grabbing":"grab"},x.unsetGrabCursor=function(){x.container[0].style.cursor=""},x.params.grabCursor&&x.setGrabCursor(),x.imagesToLoad=[],x.imagesLoaded=0,x.loadImage=function(e,t,n,r,i,a){function o(){a&&a()}var s;e.complete&&i?o():t?(s=new window.Image,s.onload=o,s.onerror=o,r&&(s.sizes=r),n&&(s.srcset=n),t&&(s.src=t)):o()},x.preloadImages=function(){function e(){void 0!==x&&null!==x&&x&&(void 0!==x.imagesLoaded&&x.imagesLoaded++,x.imagesLoaded===x.imagesToLoad.length&&(x.params.updateOnImagesReady&&x.update(),x.emit("onImagesReady",x)))}x.imagesToLoad=x.container.find("img");for(var t=0;t<x.imagesToLoad.length;t++)x.loadImage(x.imagesToLoad[t],x.imagesToLoad[t].currentSrc||x.imagesToLoad[t].getAttribute("src"),x.imagesToLoad[t].srcset||x.imagesToLoad[t].getAttribute("srcset"),x.imagesToLoad[t].sizes||x.imagesToLoad[t].getAttribute("sizes"),!0,e)},x.autoplayTimeoutId=void 0,x.autoplaying=!1,x.autoplayPaused=!1,x.startAutoplay=function(){return void 0===x.autoplayTimeoutId&&(!!x.params.autoplay&&(!x.autoplaying&&(x.autoplaying=!0,x.emit("onAutoplayStart",x),void o())))},x.stopAutoplay=function(e){x.autoplayTimeoutId&&(x.autoplayTimeoutId&&clearTimeout(x.autoplayTimeoutId),x.autoplaying=!1,x.autoplayTimeoutId=void 0,x.emit("onAutoplayStop",x))},x.pauseAutoplay=function(e){x.autoplayPaused||(x.autoplayTimeoutId&&clearTimeout(x.autoplayTimeoutId),x.autoplayPaused=!0,0===e?(x.autoplayPaused=!1,o()):x.wrapper.transitionEnd(function(){x&&(x.autoplayPaused=!1,x.autoplaying?o():x.stopAutoplay())}))},x.minTranslate=function(){return-x.snapGrid[0]},x.maxTranslate=function(){return-x.snapGrid[x.snapGrid.length-1]},x.updateAutoHeight=function(){var e,t=[],n=0;if("auto"!==x.params.slidesPerView&&x.params.slidesPerView>1)for(e=0;e<Math.ceil(x.params.slidesPerView);e++){var r=x.activeIndex+e;if(r>x.slides.length)break;t.push(x.slides.eq(r)[0])}else t.push(x.slides.eq(x.activeIndex)[0]);for(e=0;e<t.length;e++)if(void 0!==t[e]){var i=t[e].offsetHeight;n=i>n?i:n}n&&x.wrapper.css("height",n+"px")},x.updateContainerSize=function(){var e,t;e=void 0!==x.params.width?x.params.width:x.container[0].clientWidth,t=void 0!==x.params.height?x.params.height:x.container[0].clientHeight,0===e&&x.isHorizontal()||0===t&&!x.isHorizontal()||(e=e-parseInt(x.container.css("padding-left"),10)-parseInt(x.container.css("padding-right"),10),t=t-parseInt(x.container.css("padding-top"),10)-parseInt(x.container.css("padding-bottom"),10),x.width=e,x.height=t,x.size=x.isHorizontal()?x.width:x.height)},x.updateSlidesSize=function(){x.slides=x.wrapper.children("."+x.params.slideClass),x.snapGrid=[],x.slidesGrid=[],x.slidesSizesGrid=[];var e,t=x.params.spaceBetween,n=-x.params.slidesOffsetBefore,r=0,i=0;if(void 0!==x.size){"string"==typeof t&&t.indexOf("%")>=0&&(t=parseFloat(t.replace("%",""))/100*x.size),x.virtualSize=-t,x.rtl?x.slides.css({marginLeft:"",marginTop:""}):x.slides.css({marginRight:"",marginBottom:""});var o;x.params.slidesPerColumn>1&&(o=Math.floor(x.slides.length/x.params.slidesPerColumn)===x.slides.length/x.params.slidesPerColumn?x.slides.length:Math.ceil(x.slides.length/x.params.slidesPerColumn)*x.params.slidesPerColumn,"auto"!==x.params.slidesPerView&&"row"===x.params.slidesPerColumnFill&&(o=Math.max(o,x.params.slidesPerView*x.params.slidesPerColumn)));var s,l=x.params.slidesPerColumn,u=o/l,c=u-(x.params.slidesPerColumn*u-x.slides.length);for(e=0;e<x.slides.length;e++){s=0;var p=x.slides.eq(e);if(x.params.slidesPerColumn>1){var d,f,h;"column"===x.params.slidesPerColumnFill?(f=Math.floor(e/l),h=e-f*l,(f>c||f===c&&h===l-1)&&++h>=l&&(h=0,f++),d=f+h*o/l,p.css({"-webkit-box-ordinal-group":d,"-moz-box-ordinal-group":d,"-ms-flex-order":d,"-webkit-order":d,order:d})):(h=Math.floor(e/u),f=e-h*u),p.css("margin-"+(x.isHorizontal()?"top":"left"),0!==h&&x.params.spaceBetween&&x.params.spaceBetween+"px").attr("data-swiper-column",f).attr("data-swiper-row",h)}"none"!==p.css("display")&&("auto"===x.params.slidesPerView?(s=x.isHorizontal()?p.outerWidth(!0):p.outerHeight(!0),x.params.roundLengths&&(s=a(s))):(s=(x.size-(x.params.slidesPerView-1)*t)/x.params.slidesPerView,x.params.roundLengths&&(s=a(s)),x.isHorizontal()?x.slides[e].style.width=s+"px":x.slides[e].style.height=s+"px"),x.slides[e].swiperSlideSize=s,x.slidesSizesGrid.push(s),x.params.centeredSlides?(n=n+s/2+r/2+t,0===r&&0!==e&&(n=n-x.size/2-t),0===e&&(n=n-x.size/2-t),Math.abs(n)<.001&&(n=0),i%x.params.slidesPerGroup==0&&x.snapGrid.push(n),x.slidesGrid.push(n)):(i%x.params.slidesPerGroup==0&&x.snapGrid.push(n),x.slidesGrid.push(n),n=n+s+t),x.virtualSize+=s+t,r=s,i++)}x.virtualSize=Math.max(x.virtualSize,x.size)+x.params.slidesOffsetAfter;var m;if(x.rtl&&x.wrongRTL&&("slide"===x.params.effect||"coverflow"===x.params.effect)&&x.wrapper.css({width:x.virtualSize+x.params.spaceBetween+"px"}),x.support.flexbox&&!x.params.setWrapperSize||(x.isHorizontal()?x.wrapper.css({width:x.virtualSize+x.params.spaceBetween+"px"}):x.wrapper.css({height:x.virtualSize+x.params.spaceBetween+"px"})),x.params.slidesPerColumn>1&&(x.virtualSize=(s+x.params.spaceBetween)*o,x.virtualSize=Math.ceil(x.virtualSize/x.params.slidesPerColumn)-x.params.spaceBetween,x.isHorizontal()?x.wrapper.css({width:x.virtualSize+x.params.spaceBetween+"px"}):x.wrapper.css({height:x.virtualSize+x.params.spaceBetween+"px"}),x.params.centeredSlides)){for(m=[],e=0;e<x.snapGrid.length;e++)x.snapGrid[e]<x.virtualSize+x.snapGrid[0]&&m.push(x.snapGrid[e]);x.snapGrid=m}if(!x.params.centeredSlides){for(m=[],e=0;e<x.snapGrid.length;e++)x.snapGrid[e]<=x.virtualSize-x.size&&m.push(x.snapGrid[e]);x.snapGrid=m,Math.floor(x.virtualSize-x.size)-Math.floor(x.snapGrid[x.snapGrid.length-1])>1&&x.snapGrid.push(x.virtualSize-x.size)}0===x.snapGrid.length&&(x.snapGrid=[0]),0!==x.params.spaceBetween&&(x.isHorizontal()?x.rtl?x.slides.css({marginLeft:t+"px"}):x.slides.css({marginRight:t+"px"}):x.slides.css({marginBottom:t+"px"})),x.params.watchSlidesProgress&&x.updateSlidesOffset()}},x.updateSlidesOffset=function(){for(var e=0;e<x.slides.length;e++)x.slides[e].swiperSlideOffset=x.isHorizontal()?x.slides[e].offsetLeft:x.slides[e].offsetTop},x.currentSlidesPerView=function(){var e,t,n=1;if(x.params.centeredSlides){var r,i=x.slides[x.activeIndex].swiperSlideSize;for(e=x.activeIndex+1;e<x.slides.length;e++)x.slides[e]&&!r&&(i+=x.slides[e].swiperSlideSize,n++,i>x.size&&(r=!0));for(t=x.activeIndex-1;t>=0;t--)x.slides[t]&&!r&&(i+=x.slides[t].swiperSlideSize,n++,i>x.size&&(r=!0))}else for(e=x.activeIndex+1;e<x.slides.length;e++)x.slidesGrid[e]-x.slidesGrid[x.activeIndex]<x.size&&n++;return n},x.updateSlidesProgress=function(e){if(void 0===e&&(e=x.translate||0),0!==x.slides.length){void 0===x.slides[0].swiperSlideOffset&&x.updateSlidesOffset();var t=-e;x.rtl&&(t=e),x.slides.removeClass(x.params.slideVisibleClass);for(var n=0;n<x.slides.length;n++){var r=x.slides[n],i=(t+(x.params.centeredSlides?x.minTranslate():0)-r.swiperSlideOffset)/(r.swiperSlideSize+x.params.spaceBetween);if(x.params.watchSlidesVisibility){var a=-(t-r.swiperSlideOffset),o=a+x.slidesSizesGrid[n];(a>=0&&a<x.size||o>0&&o<=x.size||a<=0&&o>=x.size)&&x.slides.eq(n).addClass(x.params.slideVisibleClass)}r.progress=x.rtl?-i:i}}},x.updateProgress=function(e){void 0===e&&(e=x.translate||0);var t=x.maxTranslate()-x.minTranslate(),n=x.isBeginning,r=x.isEnd;0===t?(x.progress=0,x.isBeginning=x.isEnd=!0):(x.progress=(e-x.minTranslate())/t,x.isBeginning=x.progress<=0,x.isEnd=x.progress>=1),x.isBeginning&&!n&&x.emit("onReachBeginning",x),x.isEnd&&!r&&x.emit("onReachEnd",x),x.params.watchSlidesProgress&&x.updateSlidesProgress(e),x.emit("onProgress",x,x.progress)},x.updateActiveIndex=function(){var e,t,n,r=x.rtl?x.translate:-x.translate;for(t=0;t<x.slidesGrid.length;t++)void 0!==x.slidesGrid[t+1]?r>=x.slidesGrid[t]&&r<x.slidesGrid[t+1]-(x.slidesGrid[t+1]-x.slidesGrid[t])/2?e=t:r>=x.slidesGrid[t]&&r<x.slidesGrid[t+1]&&(e=t+1):r>=x.slidesGrid[t]&&(e=t);x.params.normalizeSlideIndex&&(e<0||void 0===e)&&(e=0),n=Math.floor(e/x.params.slidesPerGroup),n>=x.snapGrid.length&&(n=x.snapGrid.length-1),e!==x.activeIndex&&(x.snapIndex=n,x.previousIndex=x.activeIndex,x.activeIndex=e,x.updateClasses(),x.updateRealIndex())},x.updateRealIndex=function(){x.realIndex=parseInt(x.slides.eq(x.activeIndex).attr("data-swiper-slide-index")||x.activeIndex,10)},x.updateClasses=function(){x.slides.removeClass(x.params.slideActiveClass+" "+x.params.slideNextClass+" "+x.params.slidePrevClass+" "+x.params.slideDuplicateActiveClass+" "+x.params.slideDuplicateNextClass+" "+x.params.slideDuplicatePrevClass);var t=x.slides.eq(x.activeIndex);t.addClass(x.params.slideActiveClass),i.loop&&(t.hasClass(x.params.slideDuplicateClass)?x.wrapper.children("."+x.params.slideClass+":not(."+x.params.slideDuplicateClass+')[data-swiper-slide-index="'+x.realIndex+'"]').addClass(x.params.slideDuplicateActiveClass):x.wrapper.children("."+x.params.slideClass+"."+x.params.slideDuplicateClass+'[data-swiper-slide-index="'+x.realIndex+'"]').addClass(x.params.slideDuplicateActiveClass));var n=t.next("."+x.params.slideClass).addClass(x.params.slideNextClass);x.params.loop&&0===n.length&&(n=x.slides.eq(0),n.addClass(x.params.slideNextClass));var r=t.prev("."+x.params.slideClass).addClass(x.params.slidePrevClass);if(x.params.loop&&0===r.length&&(r=x.slides.eq(-1),r.addClass(x.params.slidePrevClass)),i.loop&&(n.hasClass(x.params.slideDuplicateClass)?x.wrapper.children("."+x.params.slideClass+":not(."+x.params.slideDuplicateClass+')[data-swiper-slide-index="'+n.attr("data-swiper-slide-index")+'"]').addClass(x.params.slideDuplicateNextClass):x.wrapper.children("."+x.params.slideClass+"."+x.params.slideDuplicateClass+'[data-swiper-slide-index="'+n.attr("data-swiper-slide-index")+'"]').addClass(x.params.slideDuplicateNextClass),r.hasClass(x.params.slideDuplicateClass)?x.wrapper.children("."+x.params.slideClass+":not(."+x.params.slideDuplicateClass+')[data-swiper-slide-index="'+r.attr("data-swiper-slide-index")+'"]').addClass(x.params.slideDuplicatePrevClass):x.wrapper.children("."+x.params.slideClass+"."+x.params.slideDuplicateClass+'[data-swiper-slide-index="'+r.attr("data-swiper-slide-index")+'"]').addClass(x.params.slideDuplicatePrevClass)),x.paginationContainer&&x.paginationContainer.length>0){var a,o=x.params.loop?Math.ceil((x.slides.length-2*x.loopedSlides)/x.params.slidesPerGroup):x.snapGrid.length;if(x.params.loop?(a=Math.ceil((x.activeIndex-x.loopedSlides)/x.params.slidesPerGroup),a>x.slides.length-1-2*x.loopedSlides&&(a-=x.slides.length-2*x.loopedSlides),a>o-1&&(a-=o),a<0&&"bullets"!==x.params.paginationType&&(a=o+a)):a=void 0!==x.snapIndex?x.snapIndex:x.activeIndex||0,"bullets"===x.params.paginationType&&x.bullets&&x.bullets.length>0&&(x.bullets.removeClass(x.params.bulletActiveClass),x.paginationContainer.length>1?x.bullets.each(function(){e(this).index()===a&&e(this).addClass(x.params.bulletActiveClass)}):x.bullets.eq(a).addClass(x.params.bulletActiveClass)),"fraction"===x.params.paginationType&&(x.paginationContainer.find("."+x.params.paginationCurrentClass).text(a+1),x.paginationContainer.find("."+x.params.paginationTotalClass).text(o)),"progress"===x.params.paginationType){var s=(a+1)/o,l=s,u=1;x.isHorizontal()||(u=s,l=1),x.paginationContainer.find("."+x.params.paginationProgressbarClass).transform("translate3d(0,0,0) scaleX("+l+") scaleY("+u+")").transition(x.params.speed)}"custom"===x.params.paginationType&&x.params.paginationCustomRender&&(x.paginationContainer.html(x.params.paginationCustomRender(x,a+1,o)),x.emit("onPaginationRendered",x,x.paginationContainer[0]))}x.params.loop||(x.params.prevButton&&x.prevButton&&x.prevButton.length>0&&(x.isBeginning?(x.prevButton.addClass(x.params.buttonDisabledClass),x.params.a11y&&x.a11y&&x.a11y.disable(x.prevButton)):(x.prevButton.removeClass(x.params.buttonDisabledClass),x.params.a11y&&x.a11y&&x.a11y.enable(x.prevButton))),x.params.nextButton&&x.nextButton&&x.nextButton.length>0&&(x.isEnd?(x.nextButton.addClass(x.params.buttonDisabledClass),x.params.a11y&&x.a11y&&x.a11y.disable(x.nextButton)):(x.nextButton.removeClass(x.params.buttonDisabledClass),x.params.a11y&&x.a11y&&x.a11y.enable(x.nextButton))))},x.updatePagination=function(){if(x.params.pagination&&x.paginationContainer&&x.paginationContainer.length>0){var e="";if("bullets"===x.params.paginationType){for(var t=x.params.loop?Math.ceil((x.slides.length-2*x.loopedSlides)/x.params.slidesPerGroup):x.snapGrid.length,n=0;n<t;n++)x.params.paginationBulletRender?e+=x.params.paginationBulletRender(x,n,x.params.bulletClass):e+="<"+x.params.paginationElement+' class="'+x.params.bulletClass+'"></'+x.params.paginationElement+">";x.paginationContainer.html(e),x.bullets=x.paginationContainer.find("."+x.params.bulletClass),x.params.paginationClickable&&x.params.a11y&&x.a11y&&x.a11y.initPagination()}"fraction"===x.params.paginationType&&(e=x.params.paginationFractionRender?x.params.paginationFractionRender(x,x.params.paginationCurrentClass,x.params.paginationTotalClass):'<span class="'+x.params.paginationCurrentClass+'"></span> / <span class="'+x.params.paginationTotalClass+'"></span>',x.paginationContainer.html(e)),"progress"===x.params.paginationType&&(e=x.params.paginationProgressRender?x.params.paginationProgressRender(x,x.params.paginationProgressbarClass):'<span class="'+x.params.paginationProgressbarClass+'"></span>',x.paginationContainer.html(e)),"custom"!==x.params.paginationType&&x.emit("onPaginationRendered",x,x.paginationContainer[0])}},x.update=function(e){function t(){x.rtl,x.translate;n=Math.min(Math.max(x.translate,x.maxTranslate()),x.minTranslate()),x.setWrapperTranslate(n),x.updateActiveIndex(),x.updateClasses()}if(x){x.updateContainerSize(),x.updateSlidesSize(),x.updateProgress(),x.updatePagination(),x.updateClasses(),x.params.scrollbar&&x.scrollbar&&x.scrollbar.set();var n;if(e){x.controller&&x.controller.spline&&(x.controller.spline=void 0),x.params.freeMode?(t(),x.params.autoHeight&&x.updateAutoHeight()):(("auto"===x.params.slidesPerView||x.params.slidesPerView>1)&&x.isEnd&&!x.params.centeredSlides?x.slideTo(x.slides.length-1,0,!1,!0):x.slideTo(x.activeIndex,0,!1,!0))||t()}else x.params.autoHeight&&x.updateAutoHeight()}},x.onResize=function(e){x.params.onBeforeResize&&x.params.onBeforeResize(x),x.params.breakpoints&&x.setBreakpoint();var t=x.params.allowSwipeToPrev,n=x.params.allowSwipeToNext;x.params.allowSwipeToPrev=x.params.allowSwipeToNext=!0,x.updateContainerSize(),x.updateSlidesSize(),("auto"===x.params.slidesPerView||x.params.freeMode||e)&&x.updatePagination(),x.params.scrollbar&&x.scrollbar&&x.scrollbar.set(),x.controller&&x.controller.spline&&(x.controller.spline=void 0);var r=!1;if(x.params.freeMode){var i=Math.min(Math.max(x.translate,x.maxTranslate()),x.minTranslate());x.setWrapperTranslate(i),x.updateActiveIndex(),x.updateClasses(),x.params.autoHeight&&x.updateAutoHeight()}else x.updateClasses(),r=("auto"===x.params.slidesPerView||x.params.slidesPerView>1)&&x.isEnd&&!x.params.centeredSlides?x.slideTo(x.slides.length-1,0,!1,!0):x.slideTo(x.activeIndex,0,!1,!0);x.params.lazyLoading&&!r&&x.lazy&&x.lazy.load(),x.params.allowSwipeToPrev=t,x.params.allowSwipeToNext=n,x.params.onAfterResize&&x.params.onAfterResize(x)},x.touchEventsDesktop={start:"mousedown",move:"mousemove",end:"mouseup"},window.navigator.pointerEnabled?x.touchEventsDesktop={start:"pointerdown",move:"pointermove",end:"pointerup"}:window.navigator.msPointerEnabled&&(x.touchEventsDesktop={start:"MSPointerDown",move:"MSPointerMove",end:"MSPointerUp"}),x.touchEvents={start:x.support.touch||!x.params.simulateTouch?"touchstart":x.touchEventsDesktop.start,move:x.support.touch||!x.params.simulateTouch?"touchmove":x.touchEventsDesktop.move,end:x.support.touch||!x.params.simulateTouch?"touchend":x.touchEventsDesktop.end},(window.navigator.pointerEnabled||window.navigator.msPointerEnabled)&&("container"===x.params.touchEventsTarget?x.container:x.wrapper).addClass("swiper-wp8-"+x.params.direction),x.initEvents=function(e){var t=e?"off":"on",n=e?"removeEventListener":"addEventListener",r="container"===x.params.touchEventsTarget?x.container[0]:x.wrapper[0],a=x.support.touch?r:document,o=!!x.params.nested;if(x.browser.ie)r[n](x.touchEvents.start,x.onTouchStart,!1),a[n](x.touchEvents.move,x.onTouchMove,o),a[n](x.touchEvents.end,x.onTouchEnd,!1);else{if(x.support.touch){var s=!("touchstart"!==x.touchEvents.start||!x.support.passiveListener||!x.params.passiveListeners)&&{passive:!0,capture:!1};r[n](x.touchEvents.start,x.onTouchStart,s),r[n](x.touchEvents.move,x.onTouchMove,o),r[n](x.touchEvents.end,x.onTouchEnd,s)}(i.simulateTouch&&!x.device.ios&&!x.device.android||i.simulateTouch&&!x.support.touch&&x.device.ios)&&(r[n]("mousedown",x.onTouchStart,!1),document[n]("mousemove",x.onTouchMove,o),document[n]("mouseup",x.onTouchEnd,!1))}window[n]("resize",x.onResize),x.params.nextButton&&x.nextButton&&x.nextButton.length>0&&(x.nextButton[t]("click",x.onClickNext),x.params.a11y&&x.a11y&&x.nextButton[t]("keydown",x.a11y.onEnterKey)),x.params.prevButton&&x.prevButton&&x.prevButton.length>0&&(x.prevButton[t]("click",x.onClickPrev),x.params.a11y&&x.a11y&&x.prevButton[t]("keydown",x.a11y.onEnterKey)),x.params.pagination&&x.params.paginationClickable&&(x.paginationContainer[t]("click","."+x.params.bulletClass,x.onClickIndex),x.params.a11y&&x.a11y&&x.paginationContainer[t]("keydown","."+x.params.bulletClass,x.a11y.onEnterKey)),(x.params.preventClicks||x.params.preventClicksPropagation)&&r[n]("click",x.preventClicks,!0)},x.attachEvents=function(){x.initEvents()},x.detachEvents=function(){x.initEvents(!0)},x.allowClick=!0,x.preventClicks=function(e){x.allowClick||(x.params.preventClicks&&e.preventDefault(),x.params.preventClicksPropagation&&x.animating&&(e.stopPropagation(),e.stopImmediatePropagation()))},x.onClickNext=function(e){e.preventDefault(),x.isEnd&&!x.params.loop||x.slideNext()},x.onClickPrev=function(e){e.preventDefault(),x.isBeginning&&!x.params.loop||x.slidePrev()},x.onClickIndex=function(t){t.preventDefault();var n=e(this).index()*x.params.slidesPerGroup;x.params.loop&&(n+=x.loopedSlides),x.slideTo(n)},x.updateClickedSlide=function(t){var n=s(t,"."+x.params.slideClass),r=!1;if(n)for(var i=0;i<x.slides.length;i++)x.slides[i]===n&&(r=!0);if(!n||!r)return x.clickedSlide=void 0,void(x.clickedIndex=void 0);if(x.clickedSlide=n,x.clickedIndex=e(n).index(),x.params.slideToClickedSlide&&void 0!==x.clickedIndex&&x.clickedIndex!==x.activeIndex){var a,o=x.clickedIndex,l="auto"===x.params.slidesPerView?x.currentSlidesPerView():x.params.slidesPerView;if(x.params.loop){if(x.animating)return;a=parseInt(e(x.clickedSlide).attr("data-swiper-slide-index"),10),x.params.centeredSlides?o<x.loopedSlides-l/2||o>x.slides.length-x.loopedSlides+l/2?(x.fixLoop(),o=x.wrapper.children("."+x.params.slideClass+'[data-swiper-slide-index="'+a+'"]:not(.'+x.params.slideDuplicateClass+")").eq(0).index(),setTimeout(function(){x.slideTo(o)},0)):x.slideTo(o):o>x.slides.length-l?(x.fixLoop(),o=x.wrapper.children("."+x.params.slideClass+'[data-swiper-slide-index="'+a+'"]:not(.'+x.params.slideDuplicateClass+")").eq(0).index(),setTimeout(function(){x.slideTo(o)},0)):x.slideTo(o)}else x.slideTo(o)}};var T,S,E,k,_,A,M,P,O,z,D="input, select, textarea, button, video",L=Date.now(),I=[];x.animating=!1,x.touches={startX:0,startY:0,currentX:0,currentY:0,diff:0};var N,j;x.onTouchStart=function(t){if(t.originalEvent&&(t=t.originalEvent),(N="touchstart"===t.type)||!("which"in t)||3!==t.which){if(x.params.noSwiping&&s(t,"."+x.params.noSwipingClass))return void(x.allowClick=!0);if(!x.params.swipeHandler||s(t,x.params.swipeHandler)){var n=x.touches.currentX="touchstart"===t.type?t.targetTouches[0].pageX:t.pageX,r=x.touches.currentY="touchstart"===t.type?t.targetTouches[0].pageY:t.pageY;if(!(x.device.ios&&x.params.iOSEdgeSwipeDetection&&n<=x.params.iOSEdgeSwipeThreshold)){if(T=!0,S=!1,E=!0,_=void 0,j=void 0,x.touches.startX=n,x.touches.startY=r,k=Date.now(),x.allowClick=!0,x.updateContainerSize(),x.swipeDirection=void 0,x.params.threshold>0&&(P=!1),"touchstart"!==t.type){var i=!0;e(t.target).is(D)&&(i=!1),document.activeElement&&e(document.activeElement).is(D)&&document.activeElement.blur(),i&&t.preventDefault()}x.emit("onTouchStart",x,t)}}}},x.onTouchMove=function(t){if(t.originalEvent&&(t=t.originalEvent),!N||"mousemove"!==t.type){if(t.preventedByNestedSwiper)return x.touches.startX="touchmove"===t.type?t.targetTouches[0].pageX:t.pageX,void(x.touches.startY="touchmove"===t.type?t.targetTouches[0].pageY:t.pageY);if(x.params.onlyExternal)return x.allowClick=!1,void(T&&(x.touches.startX=x.touches.currentX="touchmove"===t.type?t.targetTouches[0].pageX:t.pageX,x.touches.startY=x.touches.currentY="touchmove"===t.type?t.targetTouches[0].pageY:t.pageY,k=Date.now()));if(N&&x.params.touchReleaseOnEdges&&!x.params.loop)if(x.isHorizontal()){if(x.touches.currentX<x.touches.startX&&x.translate<=x.maxTranslate()||x.touches.currentX>x.touches.startX&&x.translate>=x.minTranslate())return}else if(x.touches.currentY<x.touches.startY&&x.translate<=x.maxTranslate()||x.touches.currentY>x.touches.startY&&x.translate>=x.minTranslate())return;if(N&&document.activeElement&&t.target===document.activeElement&&e(t.target).is(D))return S=!0,void(x.allowClick=!1);if(E&&x.emit("onTouchMove",x,t),!(t.targetTouches&&t.targetTouches.length>1)){if(x.touches.currentX="touchmove"===t.type?t.targetTouches[0].pageX:t.pageX,x.touches.currentY="touchmove"===t.type?t.targetTouches[0].pageY:t.pageY,void 0===_){var n;x.isHorizontal()&&x.touches.currentY===x.touches.startY||!x.isHorizontal()&&x.touches.currentX===x.touches.startX?_=!1:(n=180*Math.atan2(Math.abs(x.touches.currentY-x.touches.startY),Math.abs(x.touches.currentX-x.touches.startX))/Math.PI,_=x.isHorizontal()?n>x.params.touchAngle:90-n>x.params.touchAngle)}if(_&&x.emit("onTouchMoveOpposite",x,t),void 0===j&&(x.touches.currentX===x.touches.startX&&x.touches.currentY===x.touches.startY||(j=!0)),T){if(_)return void(T=!1);if(j){x.allowClick=!1,x.emit("onSliderMove",x,t),t.preventDefault(),x.params.touchMoveStopPropagation&&!x.params.nested&&t.stopPropagation(),S||(i.loop&&x.fixLoop(),M=x.getWrapperTranslate(),x.setWrapperTransition(0),x.animating&&x.wrapper.trigger("webkitTransitionEnd transitionend oTransitionEnd MSTransitionEnd msTransitionEnd"),x.params.autoplay&&x.autoplaying&&(x.params.autoplayDisableOnInteraction?x.stopAutoplay():x.pauseAutoplay()),z=!1,!x.params.grabCursor||!0!==x.params.allowSwipeToNext&&!0!==x.params.allowSwipeToPrev||x.setGrabCursor(!0)),S=!0;var r=x.touches.diff=x.isHorizontal()?x.touches.currentX-x.touches.startX:x.touches.currentY-x.touches.startY;r*=x.params.touchRatio,x.rtl&&(r=-r),x.swipeDirection=r>0?"prev":"next",A=r+M;var a=!0;if(r>0&&A>x.minTranslate()?(a=!1,x.params.resistance&&(A=x.minTranslate()-1+Math.pow(-x.minTranslate()+M+r,x.params.resistanceRatio))):r<0&&A<x.maxTranslate()&&(a=!1,x.params.resistance&&(A=x.maxTranslate()+1-Math.pow(x.maxTranslate()-M-r,x.params.resistanceRatio))),a&&(t.preventedByNestedSwiper=!0),!x.params.allowSwipeToNext&&"next"===x.swipeDirection&&A<M&&(A=M),!x.params.allowSwipeToPrev&&"prev"===x.swipeDirection&&A>M&&(A=M),x.params.threshold>0){if(!(Math.abs(r)>x.params.threshold||P))return void(A=M);if(!P)return P=!0,x.touches.startX=x.touches.currentX,x.touches.startY=x.touches.currentY,A=M,void(x.touches.diff=x.isHorizontal()?x.touches.currentX-x.touches.startX:x.touches.currentY-x.touches.startY)}x.params.followFinger&&((x.params.freeMode||x.params.watchSlidesProgress)&&x.updateActiveIndex(),x.params.freeMode&&(0===I.length&&I.push({position:x.touches[x.isHorizontal()?"startX":"startY"],time:k}),I.push({position:x.touches[x.isHorizontal()?"currentX":"currentY"],time:(new window.Date).getTime()})),x.updateProgress(A),x.setWrapperTranslate(A))}}}}},x.onTouchEnd=function(t){if(t.originalEvent&&(t=t.originalEvent),E&&x.emit("onTouchEnd",x,t),E=!1,T){x.params.grabCursor&&S&&T&&(!0===x.params.allowSwipeToNext||!0===x.params.allowSwipeToPrev)&&x.setGrabCursor(!1);var n=Date.now(),r=n-k;if(x.allowClick&&(x.updateClickedSlide(t),x.emit("onTap",x,t),r<300&&n-L>300&&(O&&clearTimeout(O),O=setTimeout(function(){x&&(x.params.paginationHide&&x.paginationContainer.length>0&&!e(t.target).hasClass(x.params.bulletClass)&&x.paginationContainer.toggleClass(x.params.paginationHiddenClass),x.emit("onClick",x,t))},300)),r<300&&n-L<300&&(O&&clearTimeout(O),x.emit("onDoubleTap",x,t))),L=Date.now(),setTimeout(function(){x&&(x.allowClick=!0)},0),!T||!S||!x.swipeDirection||0===x.touches.diff||A===M)return void(T=S=!1);T=S=!1;var i;if(i=x.params.followFinger?x.rtl?x.translate:-x.translate:-A,x.params.freeMode){if(i<-x.minTranslate())return void x.slideTo(x.activeIndex);if(i>-x.maxTranslate())return void(x.slides.length<x.snapGrid.length?x.slideTo(x.snapGrid.length-1):x.slideTo(x.slides.length-1));if(x.params.freeModeMomentum){if(I.length>1){var a=I.pop(),o=I.pop(),s=a.position-o.position,l=a.time-o.time;x.velocity=s/l,x.velocity=x.velocity/2,Math.abs(x.velocity)<x.params.freeModeMinimumVelocity&&(x.velocity=0),(l>150||(new window.Date).getTime()-a.time>300)&&(x.velocity=0)}else x.velocity=0;x.velocity=x.velocity*x.params.freeModeMomentumVelocityRatio,I.length=0;var u=1e3*x.params.freeModeMomentumRatio,c=x.velocity*u,p=x.translate+c;x.rtl&&(p=-p);var d,f=!1,h=20*Math.abs(x.velocity)*x.params.freeModeMomentumBounceRatio;if(p<x.maxTranslate())x.params.freeModeMomentumBounce?(p+x.maxTranslate()<-h&&(p=x.maxTranslate()-h),d=x.maxTranslate(),f=!0,z=!0):p=x.maxTranslate();else if(p>x.minTranslate())x.params.freeModeMomentumBounce?(p-x.minTranslate()>h&&(p=x.minTranslate()+h),d=x.minTranslate(),f=!0,z=!0):p=x.minTranslate();else if(x.params.freeModeSticky){var m,v=0;for(v=0;v<x.snapGrid.length;v+=1)if(x.snapGrid[v]>-p){m=v;break}p=Math.abs(x.snapGrid[m]-p)<Math.abs(x.snapGrid[m-1]-p)||"next"===x.swipeDirection?x.snapGrid[m]:x.snapGrid[m-1],x.rtl||(p=-p)}if(0!==x.velocity)u=x.rtl?Math.abs((-p-x.translate)/x.velocity):Math.abs((p-x.translate)/x.velocity);else if(x.params.freeModeSticky)return void x.slideReset();x.params.freeModeMomentumBounce&&f?(x.updateProgress(d),x.setWrapperTransition(u),x.setWrapperTranslate(p),x.onTransitionStart(),x.animating=!0,x.wrapper.transitionEnd(function(){x&&z&&(x.emit("onMomentumBounce",x),x.setWrapperTransition(x.params.speed),x.setWrapperTranslate(d),x.wrapper.transitionEnd(function(){x&&x.onTransitionEnd()}))})):x.velocity?(x.updateProgress(p),x.setWrapperTransition(u),x.setWrapperTranslate(p),x.onTransitionStart(),x.animating||(x.animating=!0,x.wrapper.transitionEnd(function(){x&&x.onTransitionEnd()}))):x.updateProgress(p),x.updateActiveIndex()}return void((!x.params.freeModeMomentum||r>=x.params.longSwipesMs)&&(x.updateProgress(),x.updateActiveIndex()))}var g,y=0,w=x.slidesSizesGrid[0];for(g=0;g<x.slidesGrid.length;g+=x.params.slidesPerGroup)void 0!==x.slidesGrid[g+x.params.slidesPerGroup]?i>=x.slidesGrid[g]&&i<x.slidesGrid[g+x.params.slidesPerGroup]&&(y=g,w=x.slidesGrid[g+x.params.slidesPerGroup]-x.slidesGrid[g]):i>=x.slidesGrid[g]&&(y=g,w=x.slidesGrid[x.slidesGrid.length-1]-x.slidesGrid[x.slidesGrid.length-2]);var b=(i-x.slidesGrid[y])/w;if(r>x.params.longSwipesMs){if(!x.params.longSwipes)return void x.slideTo(x.activeIndex);"next"===x.swipeDirection&&(b>=x.params.longSwipesRatio?x.slideTo(y+x.params.slidesPerGroup):x.slideTo(y)),"prev"===x.swipeDirection&&(b>1-x.params.longSwipesRatio?x.slideTo(y+x.params.slidesPerGroup):x.slideTo(y))}else{if(!x.params.shortSwipes)return void x.slideTo(x.activeIndex);"next"===x.swipeDirection&&x.slideTo(y+x.params.slidesPerGroup),"prev"===x.swipeDirection&&x.slideTo(y)}}},x._slideTo=function(e,t){return x.slideTo(e,t,!0,!0)},x.slideTo=function(e,t,n,r){void 0===n&&(n=!0),void 0===e&&(e=0),e<0&&(e=0),x.snapIndex=Math.floor(e/x.params.slidesPerGroup),x.snapIndex>=x.snapGrid.length&&(x.snapIndex=x.snapGrid.length-1);var i=-x.snapGrid[x.snapIndex];if(x.params.autoplay&&x.autoplaying&&(r||!x.params.autoplayDisableOnInteraction?x.pauseAutoplay(t):x.stopAutoplay()),x.updateProgress(i),x.params.normalizeSlideIndex)for(var a=0;a<x.slidesGrid.length;a++)-Math.floor(100*i)>=Math.floor(100*x.slidesGrid[a])&&(e=a);return!(!x.params.allowSwipeToNext&&i<x.translate&&i<x.minTranslate())&&(!(!x.params.allowSwipeToPrev&&i>x.translate&&i>x.maxTranslate()&&(x.activeIndex||0)!==e)&&(void 0===t&&(t=x.params.speed),x.previousIndex=x.activeIndex||0,x.activeIndex=e,x.updateRealIndex(),x.rtl&&-i===x.translate||!x.rtl&&i===x.translate?(x.params.autoHeight&&x.updateAutoHeight(),x.updateClasses(),"slide"!==x.params.effect&&x.setWrapperTranslate(i),!1):(x.updateClasses(),x.onTransitionStart(n),0===t||x.browser.lteIE9?(x.setWrapperTranslate(i),x.setWrapperTransition(0),x.onTransitionEnd(n)):(x.setWrapperTranslate(i),x.setWrapperTransition(t),x.animating||(x.animating=!0,x.wrapper.transitionEnd(function(){x&&x.onTransitionEnd(n)}))),!0)))},x.onTransitionStart=function(e){void 0===e&&(e=!0),x.params.autoHeight&&x.updateAutoHeight(),x.lazy&&x.lazy.onTransitionStart(),e&&(x.emit("onTransitionStart",x),x.activeIndex!==x.previousIndex&&(x.emit("onSlideChangeStart",x),x.activeIndex>x.previousIndex?x.emit("onSlideNextStart",x):x.emit("onSlidePrevStart",x)))},x.onTransitionEnd=function(e){x.animating=!1,x.setWrapperTransition(0),void 0===e&&(e=!0),x.lazy&&x.lazy.onTransitionEnd(),e&&(x.emit("onTransitionEnd",x),x.activeIndex!==x.previousIndex&&(x.emit("onSlideChangeEnd",x),x.activeIndex>x.previousIndex?x.emit("onSlideNextEnd",x):x.emit("onSlidePrevEnd",x))),x.params.history&&x.history&&x.history.setHistory(x.params.history,x.activeIndex),x.params.hashnav&&x.hashnav&&x.hashnav.setHash()},x.slideNext=function(e,t,n){if(x.params.loop){if(x.animating)return!1;x.fixLoop();x.container[0].clientLeft;return x.slideTo(x.activeIndex+x.params.slidesPerGroup,t,e,n)}return x.slideTo(x.activeIndex+x.params.slidesPerGroup,t,e,n)},x._slideNext=function(e){return x.slideNext(!0,e,!0)},x.slidePrev=function(e,t,n){if(x.params.loop){if(x.animating)return!1;x.fixLoop();x.container[0].clientLeft;return x.slideTo(x.activeIndex-1,t,e,n)}return x.slideTo(x.activeIndex-1,t,e,n)},x._slidePrev=function(e){return x.slidePrev(!0,e,!0)},x.slideReset=function(e,t,n){return x.slideTo(x.activeIndex,t,e)},x.disableTouchControl=function(){return x.params.onlyExternal=!0,!0},x.enableTouchControl=function(){return x.params.onlyExternal=!1,!0},x.setWrapperTransition=function(e,t){x.wrapper.transition(e),"slide"!==x.params.effect&&x.effects[x.params.effect]&&x.effects[x.params.effect].setTransition(e),x.params.parallax&&x.parallax&&x.parallax.setTransition(e),x.params.scrollbar&&x.scrollbar&&x.scrollbar.setTransition(e),x.params.control&&x.controller&&x.controller.setTransition(e,t),x.emit("onSetTransition",x,e)},x.setWrapperTranslate=function(e,t,n){var r=0,i=0;x.isHorizontal()?r=x.rtl?-e:e:i=e,x.params.roundLengths&&(r=a(r),i=a(i)),x.params.virtualTranslate||(x.support.transforms3d?x.wrapper.transform("translate3d("+r+"px, "+i+"px, 0px)"):x.wrapper.transform("translate("+r+"px, "+i+"px)")),x.translate=x.isHorizontal()?r:i;var o,s=x.maxTranslate()-x.minTranslate();o=0===s?0:(e-x.minTranslate())/s,o!==x.progress&&x.updateProgress(e),t&&x.updateActiveIndex(),"slide"!==x.params.effect&&x.effects[x.params.effect]&&x.effects[x.params.effect].setTranslate(x.translate),x.params.parallax&&x.parallax&&x.parallax.setTranslate(x.translate),x.params.scrollbar&&x.scrollbar&&x.scrollbar.setTranslate(x.translate),x.params.control&&x.controller&&x.controller.setTranslate(x.translate,n),x.emit("onSetTranslate",x,x.translate)},x.getTranslate=function(e,t){var n,r,i,a;return void 0===t&&(t="x"),x.params.virtualTranslate?x.rtl?-x.translate:x.translate:(i=window.getComputedStyle(e,null),window.WebKitCSSMatrix?(r=i.transform||i.webkitTransform,r.split(",").length>6&&(r=r.split(", ").map(function(e){return e.replace(",",".")}).join(", ")),a=new window.WebKitCSSMatrix("none"===r?"":r)):(a=i.MozTransform||i.OTransform||i.MsTransform||i.msTransform||i.transform||i.getPropertyValue("transform").replace("translate(","matrix(1, 0, 0, 1,"),n=a.toString().split(",")),"x"===t&&(r=window.WebKitCSSMatrix?a.m41:16===n.length?parseFloat(n[12]):parseFloat(n[4])),"y"===t&&(r=window.WebKitCSSMatrix?a.m42:16===n.length?parseFloat(n[13]):parseFloat(n[5])),x.rtl&&r&&(r=-r),r||0)},x.getWrapperTranslate=function(e){return void 0===e&&(e=x.isHorizontal()?"x":"y"),x.getTranslate(x.wrapper[0],e)},x.observers=[],x.initObservers=function(){if(x.params.observeParents)for(var e=x.container.parents(),t=0;t<e.length;t++)l(e[t]);l(x.container[0],{childList:!1}),l(x.wrapper[0],{attributes:!1})},x.disconnectObservers=function(){for(var e=0;e<x.observers.length;e++)x.observers[e].disconnect();x.observers=[]},x.createLoop=function(){x.wrapper.children("."+x.params.slideClass+"."+x.params.slideDuplicateClass).remove();var t=x.wrapper.children("."+x.params.slideClass);"auto"!==x.params.slidesPerView||x.params.loopedSlides||(x.params.loopedSlides=t.length),x.loopedSlides=parseInt(x.params.loopedSlides||x.params.slidesPerView,10),x.loopedSlides=x.loopedSlides+x.params.loopAdditionalSlides,x.loopedSlides>t.length&&(x.loopedSlides=t.length);var n,r=[],i=[];for(t.each(function(n,a){var o=e(this);n<x.loopedSlides&&i.push(a),n<t.length&&n>=t.length-x.loopedSlides&&r.push(a),o.attr("data-swiper-slide-index",n)}),n=0;n<i.length;n++)x.wrapper.append(e(i[n].cloneNode(!0)).addClass(x.params.slideDuplicateClass));for(n=r.length-1;n>=0;n--)x.wrapper.prepend(e(r[n].cloneNode(!0)).addClass(x.params.slideDuplicateClass))},x.destroyLoop=function(){x.wrapper.children("."+x.params.slideClass+"."+x.params.slideDuplicateClass).remove(),x.slides.removeAttr("data-swiper-slide-index")},x.reLoop=function(e){var t=x.activeIndex-x.loopedSlides;x.destroyLoop(),x.createLoop(),x.updateSlidesSize(),e&&x.slideTo(t+x.loopedSlides,0,!1)},x.fixLoop=function(){var e;x.activeIndex<x.loopedSlides?(e=x.slides.length-3*x.loopedSlides+x.activeIndex,e+=x.loopedSlides,x.slideTo(e,0,!1,!0)):("auto"===x.params.slidesPerView&&x.activeIndex>=2*x.loopedSlides||x.activeIndex>x.slides.length-2*x.params.slidesPerView)&&(e=-x.slides.length+x.activeIndex+x.loopedSlides,e+=x.loopedSlides,x.slideTo(e,0,!1,!0))},x.appendSlide=function(e){if(x.params.loop&&x.destroyLoop(),"object"==typeof e&&e.length)for(var t=0;t<e.length;t++)e[t]&&x.wrapper.append(e[t]);else x.wrapper.append(e);x.params.loop&&x.createLoop(),x.params.observer&&x.support.observer||x.update(!0)},x.prependSlide=function(e){x.params.loop&&x.destroyLoop();var t=x.activeIndex+1;if("object"==typeof e&&e.length){for(var n=0;n<e.length;n++)e[n]&&x.wrapper.prepend(e[n]);t=x.activeIndex+e.length}else x.wrapper.prepend(e);x.params.loop&&x.createLoop(),x.params.observer&&x.support.observer||x.update(!0),x.slideTo(t,0,!1)},x.removeSlide=function(e){x.params.loop&&(x.destroyLoop(),x.slides=x.wrapper.children("."+x.params.slideClass));var t,n=x.activeIndex;if("object"==typeof e&&e.length){for(var r=0;r<e.length;r++)t=e[r],x.slides[t]&&x.slides.eq(t).remove(),t<n&&n--;n=Math.max(n,0)}else t=e,x.slides[t]&&x.slides.eq(t).remove(),t<n&&n--,n=Math.max(n,0);x.params.loop&&x.createLoop(),x.params.observer&&x.support.observer||x.update(!0),x.params.loop?x.slideTo(n+x.loopedSlides,0,!1):x.slideTo(n,0,!1)},x.removeAllSlides=function(){for(var e=[],t=0;t<x.slides.length;t++)e.push(t);x.removeSlide(e)},x.effects={fade:{setTranslate:function(){for(var e=0;e<x.slides.length;e++){var t=x.slides.eq(e),n=t[0].swiperSlideOffset,r=-n;x.params.virtualTranslate||(r-=x.translate);var i=0;x.isHorizontal()||(i=r,r=0);var a=x.params.fade.crossFade?Math.max(1-Math.abs(t[0].progress),0):1+Math.min(Math.max(t[0].progress,-1),0);t.css({opacity:a}).transform("translate3d("+r+"px, "+i+"px, 0px)")}},setTransition:function(e){if(x.slides.transition(e),x.params.virtualTranslate&&0!==e){var t=!1;x.slides.transitionEnd(function(){if(!t&&x){t=!0,x.animating=!1;for(var e=["webkitTransitionEnd","transitionend","oTransitionEnd","MSTransitionEnd","msTransitionEnd"],n=0;n<e.length;n++)x.wrapper.trigger(e[n])}})}}},flip:{setTranslate:function(){for(var t=0;t<x.slides.length;t++){var n=x.slides.eq(t),r=n[0].progress;x.params.flip.limitRotation&&(r=Math.max(Math.min(n[0].progress,1),-1));var i=n[0].swiperSlideOffset,a=-180*r,o=a,s=0,l=-i,u=0;if(x.isHorizontal()?x.rtl&&(o=-o):(u=l,l=0,s=-o,o=0),n[0].style.zIndex=-Math.abs(Math.round(r))+x.slides.length,x.params.flip.slideShadows){var c=x.isHorizontal()?n.find(".swiper-slide-shadow-left"):n.find(".swiper-slide-shadow-top"),p=x.isHorizontal()?n.find(".swiper-slide-shadow-right"):n.find(".swiper-slide-shadow-bottom");0===c.length&&(c=e('<div class="swiper-slide-shadow-'+(x.isHorizontal()?"left":"top")+'"></div>'),n.append(c)),0===p.length&&(p=e('<div class="swiper-slide-shadow-'+(x.isHorizontal()?"right":"bottom")+'"></div>'),n.append(p)),c.length&&(c[0].style.opacity=Math.max(-r,0)),p.length&&(p[0].style.opacity=Math.max(r,0))}n.transform("translate3d("+l+"px, "+u+"px, 0px) rotateX("+s+"deg) rotateY("+o+"deg)")}},setTransition:function(t){if(x.slides.transition(t).find(".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left").transition(t),x.params.virtualTranslate&&0!==t){var n=!1;x.slides.eq(x.activeIndex).transitionEnd(function(){if(!n&&x&&e(this).hasClass(x.params.slideActiveClass)){n=!0,x.animating=!1;for(var t=["webkitTransitionEnd","transitionend","oTransitionEnd","MSTransitionEnd","msTransitionEnd"],r=0;r<t.length;r++)x.wrapper.trigger(t[r])}})}}},cube:{setTranslate:function(){var t,n=0;x.params.cube.shadow&&(x.isHorizontal()?(t=x.wrapper.find(".swiper-cube-shadow"),0===t.length&&(t=e('<div class="swiper-cube-shadow"></div>'),x.wrapper.append(t)),t.css({height:x.width+"px"})):(t=x.container.find(".swiper-cube-shadow"),0===t.length&&(t=e('<div class="swiper-cube-shadow"></div>'),x.container.append(t))));for(var r=0;r<x.slides.length;r++){var i=x.slides.eq(r),a=90*r,o=Math.floor(a/360);x.rtl&&(a=-a,o=Math.floor(-a/360));var s=Math.max(Math.min(i[0].progress,1),-1),l=0,u=0,c=0;r%4==0?(l=4*-o*x.size,c=0):(r-1)%4==0?(l=0,c=4*-o*x.size):(r-2)%4==0?(l=x.size+4*o*x.size,c=x.size):(r-3)%4==0&&(l=-x.size,c=3*x.size+4*x.size*o),x.rtl&&(l=-l),x.isHorizontal()||(u=l,l=0);var p="rotateX("+(x.isHorizontal()?0:-a)+"deg) rotateY("+(x.isHorizontal()?a:0)+"deg) translate3d("+l+"px, "+u+"px, "+c+"px)";if(s<=1&&s>-1&&(n=90*r+90*s,x.rtl&&(n=90*-r-90*s)),i.transform(p),x.params.cube.slideShadows){var d=x.isHorizontal()?i.find(".swiper-slide-shadow-left"):i.find(".swiper-slide-shadow-top"),f=x.isHorizontal()?i.find(".swiper-slide-shadow-right"):i.find(".swiper-slide-shadow-bottom");0===d.length&&(d=e('<div class="swiper-slide-shadow-'+(x.isHorizontal()?"left":"top")+'"></div>'),i.append(d)),0===f.length&&(f=e('<div class="swiper-slide-shadow-'+(x.isHorizontal()?"right":"bottom")+'"></div>'),i.append(f)),d.length&&(d[0].style.opacity=Math.max(-s,0)),f.length&&(f[0].style.opacity=Math.max(s,0))}}if(x.wrapper.css({"-webkit-transform-origin":"50% 50% -"+x.size/2+"px","-moz-transform-origin":"50% 50% -"+x.size/2+"px","-ms-transform-origin":"50% 50% -"+x.size/2+"px","transform-origin":"50% 50% -"+x.size/2+"px"}),x.params.cube.shadow)if(x.isHorizontal())t.transform("translate3d(0px, "+(x.width/2+x.params.cube.shadowOffset)+"px, "+-x.width/2+"px) rotateX(90deg) rotateZ(0deg) scale("+x.params.cube.shadowScale+")");else{var h=Math.abs(n)-90*Math.floor(Math.abs(n)/90),m=1.5-(Math.sin(2*h*Math.PI/360)/2+Math.cos(2*h*Math.PI/360)/2),v=x.params.cube.shadowScale,g=x.params.cube.shadowScale/m,y=x.params.cube.shadowOffset;t.transform("scale3d("+v+", 1, "+g+") translate3d(0px, "+(x.height/2+y)+"px, "+-x.height/2/g+"px) rotateX(-90deg)")}var w=x.isSafari||x.isUiWebView?-x.size/2:0;x.wrapper.transform("translate3d(0px,0,"+w+"px) rotateX("+(x.isHorizontal()?0:n)+"deg) rotateY("+(x.isHorizontal()?-n:0)+"deg)")},setTransition:function(e){x.slides.transition(e).find(".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left").transition(e),x.params.cube.shadow&&!x.isHorizontal()&&x.container.find(".swiper-cube-shadow").transition(e)}},coverflow:{setTranslate:function(){for(var t=x.translate,n=x.isHorizontal()?-t+x.width/2:-t+x.height/2,r=x.isHorizontal()?x.params.coverflow.rotate:-x.params.coverflow.rotate,i=x.params.coverflow.depth,a=0,o=x.slides.length;a<o;a++){var s=x.slides.eq(a),l=x.slidesSizesGrid[a],u=s[0].swiperSlideOffset,c=(n-u-l/2)/l*x.params.coverflow.modifier,p=x.isHorizontal()?r*c:0,d=x.isHorizontal()?0:r*c,f=-i*Math.abs(c),h=x.isHorizontal()?0:x.params.coverflow.stretch*c,m=x.isHorizontal()?x.params.coverflow.stretch*c:0;Math.abs(m)<.001&&(m=0),Math.abs(h)<.001&&(h=0),Math.abs(f)<.001&&(f=0),Math.abs(p)<.001&&(p=0),Math.abs(d)<.001&&(d=0);var v="translate3d("+m+"px,"+h+"px,"+f+"px) rotateX("+d+"deg) rotateY("+p+"deg)";if(s.transform(v),s[0].style.zIndex=1-Math.abs(Math.round(c)),x.params.coverflow.slideShadows){var g=x.isHorizontal()?s.find(".swiper-slide-shadow-left"):s.find(".swiper-slide-shadow-top"),y=x.isHorizontal()?s.find(".swiper-slide-shadow-right"):s.find(".swiper-slide-shadow-bottom");0===g.length&&(g=e('<div class="swiper-slide-shadow-'+(x.isHorizontal()?"left":"top")+'"></div>'),s.append(g)),0===y.length&&(y=e('<div class="swiper-slide-shadow-'+(x.isHorizontal()?"right":"bottom")+'"></div>'),s.append(y)),g.length&&(g[0].style.opacity=c>0?c:0),y.length&&(y[0].style.opacity=-c>0?-c:0)}}if(x.browser.ie){x.wrapper[0].style.perspectiveOrigin=n+"px 50%"}},setTransition:function(e){x.slides.transition(e).find(".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left").transition(e)}}},x.lazy={initialImageLoaded:!1,loadImageInSlide:function(t,n){if(void 0!==t&&(void 0===n&&(n=!0),0!==x.slides.length)){var r=x.slides.eq(t),i=r.find("."+x.params.lazyLoadingClass+":not(."+x.params.lazyStatusLoadedClass+"):not(."+x.params.lazyStatusLoadingClass+")");!r.hasClass(x.params.lazyLoadingClass)||r.hasClass(x.params.lazyStatusLoadedClass)||r.hasClass(x.params.lazyStatusLoadingClass)||(i=i.add(r[0])),0!==i.length&&i.each(function(){var t=e(this);t.addClass(x.params.lazyStatusLoadingClass);var i=t.attr("data-background"),a=t.attr("data-src"),o=t.attr("data-srcset"),s=t.attr("data-sizes");x.loadImage(t[0],a||i,o,s,!1,function(){if(void 0!==x&&null!==x&&x){if(i?(t.css("background-image",'url("'+i+'")'),t.removeAttr("data-background")):(o&&(t.attr("srcset",o),t.removeAttr("data-srcset")),s&&(t.attr("sizes",s),t.removeAttr("data-sizes")),a&&(t.attr("src",a),t.removeAttr("data-src"))),t.addClass(x.params.lazyStatusLoadedClass).removeClass(x.params.lazyStatusLoadingClass),r.find("."+x.params.lazyPreloaderClass+", ."+x.params.preloaderClass).remove(),x.params.loop&&n){var e=r.attr("data-swiper-slide-index");if(r.hasClass(x.params.slideDuplicateClass)){var l=x.wrapper.children('[data-swiper-slide-index="'+e+'"]:not(.'+x.params.slideDuplicateClass+")");x.lazy.loadImageInSlide(l.index(),!1)}else{var u=x.wrapper.children("."+x.params.slideDuplicateClass+'[data-swiper-slide-index="'+e+'"]');x.lazy.loadImageInSlide(u.index(),!1)}}x.emit("onLazyImageReady",x,r[0],t[0])}}),x.emit("onLazyImageLoad",x,r[0],t[0])})}},load:function(){var t,n=x.params.slidesPerView;if("auto"===n&&(n=0),x.lazy.initialImageLoaded||(x.lazy.initialImageLoaded=!0),x.params.watchSlidesVisibility)x.wrapper.children("."+x.params.slideVisibleClass).each(function(){x.lazy.loadImageInSlide(e(this).index())});else if(n>1)for(t=x.activeIndex;t<x.activeIndex+n;t++)x.slides[t]&&x.lazy.loadImageInSlide(t);else x.lazy.loadImageInSlide(x.activeIndex);if(x.params.lazyLoadingInPrevNext)if(n>1||x.params.lazyLoadingInPrevNextAmount&&x.params.lazyLoadingInPrevNextAmount>1){var r=x.params.lazyLoadingInPrevNextAmount,i=n,a=Math.min(x.activeIndex+i+Math.max(r,i),x.slides.length),o=Math.max(x.activeIndex-Math.max(i,r),0);for(t=x.activeIndex+n;t<a;t++)x.slides[t]&&x.lazy.loadImageInSlide(t);for(t=o;t<x.activeIndex;t++)x.slides[t]&&x.lazy.loadImageInSlide(t)}else{var s=x.wrapper.children("."+x.params.slideNextClass);s.length>0&&x.lazy.loadImageInSlide(s.index());var l=x.wrapper.children("."+x.params.slidePrevClass);l.length>0&&x.lazy.loadImageInSlide(l.index())}},onTransitionStart:function(){x.params.lazyLoading&&(x.params.lazyLoadingOnTransitionStart||!x.params.lazyLoadingOnTransitionStart&&!x.lazy.initialImageLoaded)&&x.lazy.load()},onTransitionEnd:function(){x.params.lazyLoading&&!x.params.lazyLoadingOnTransitionStart&&x.lazy.load()}},x.scrollbar={isTouched:!1,setDragPosition:function(e){var t=x.scrollbar,n=x.isHorizontal()?"touchstart"===e.type||"touchmove"===e.type?e.targetTouches[0].pageX:e.pageX||e.clientX:"touchstart"===e.type||"touchmove"===e.type?e.targetTouches[0].pageY:e.pageY||e.clientY,r=n-t.track.offset()[x.isHorizontal()?"left":"top"]-t.dragSize/2,i=-x.minTranslate()*t.moveDivider,a=-x.maxTranslate()*t.moveDivider;r<i?r=i:r>a&&(r=a),r=-r/t.moveDivider,x.updateProgress(r),x.setWrapperTranslate(r,!0)},dragStart:function(e){var t=x.scrollbar;t.isTouched=!0,e.preventDefault(),e.stopPropagation(),t.setDragPosition(e),clearTimeout(t.dragTimeout),t.track.transition(0),x.params.scrollbarHide&&t.track.css("opacity",1),x.wrapper.transition(100),t.drag.transition(100),x.emit("onScrollbarDragStart",x)},dragMove:function(e){var t=x.scrollbar;t.isTouched&&(e.preventDefault?e.preventDefault():e.returnValue=!1,t.setDragPosition(e),x.wrapper.transition(0),t.track.transition(0),t.drag.transition(0),x.emit("onScrollbarDragMove",x))},dragEnd:function(e){var t=x.scrollbar;t.isTouched&&(t.isTouched=!1,x.params.scrollbarHide&&(clearTimeout(t.dragTimeout),t.dragTimeout=setTimeout(function(){t.track.css("opacity",0),t.track.transition(400)},1e3)),x.emit("onScrollbarDragEnd",x),x.params.scrollbarSnapOnRelease&&x.slideReset())},draggableEvents:function(){return!1!==x.params.simulateTouch||x.support.touch?x.touchEvents:x.touchEventsDesktop}(),enableDraggable:function(){var t=x.scrollbar,n=x.support.touch?t.track:document;e(t.track).on(t.draggableEvents.start,t.dragStart),e(n).on(t.draggableEvents.move,t.dragMove),e(n).on(t.draggableEvents.end,t.dragEnd)},disableDraggable:function(){var t=x.scrollbar,n=x.support.touch?t.track:document;e(t.track).off(t.draggableEvents.start,t.dragStart),e(n).off(t.draggableEvents.move,t.dragMove),e(n).off(t.draggableEvents.end,t.dragEnd)},set:function(){if(x.params.scrollbar){var t=x.scrollbar;t.track=e(x.params.scrollbar),x.params.uniqueNavElements&&"string"==typeof x.params.scrollbar&&t.track.length>1&&1===x.container.find(x.params.scrollbar).length&&(t.track=x.container.find(x.params.scrollbar)),t.drag=t.track.find(".swiper-scrollbar-drag"),0===t.drag.length&&(t.drag=e('<div class="swiper-scrollbar-drag"></div>'),t.track.append(t.drag)),t.drag[0].style.width="",t.drag[0].style.height="",t.trackSize=x.isHorizontal()?t.track[0].offsetWidth:t.track[0].offsetHeight,t.divider=x.size/x.virtualSize,t.moveDivider=t.divider*(t.trackSize/x.size),t.dragSize=t.trackSize*t.divider,x.isHorizontal()?t.drag[0].style.width=t.dragSize+"px":t.drag[0].style.height=t.dragSize+"px",t.divider>=1?t.track[0].style.display="none":t.track[0].style.display="",x.params.scrollbarHide&&(t.track[0].style.opacity=0)}},setTranslate:function(){if(x.params.scrollbar){var e,t=x.scrollbar,n=(x.translate,t.dragSize);e=(t.trackSize-t.dragSize)*x.progress,x.rtl&&x.isHorizontal()?(e=-e,e>0?(n=t.dragSize-e,e=0):-e+t.dragSize>t.trackSize&&(n=t.trackSize+e)):e<0?(n=t.dragSize+e,e=0):e+t.dragSize>t.trackSize&&(n=t.trackSize-e),x.isHorizontal()?(x.support.transforms3d?t.drag.transform("translate3d("+e+"px, 0, 0)"):t.drag.transform("translateX("+e+"px)"),t.drag[0].style.width=n+"px"):(x.support.transforms3d?t.drag.transform("translate3d(0px, "+e+"px, 0)"):t.drag.transform("translateY("+e+"px)"),t.drag[0].style.height=n+"px"),x.params.scrollbarHide&&(clearTimeout(t.timeout),t.track[0].style.opacity=1,t.timeout=setTimeout(function(){t.track[0].style.opacity=0,t.track.transition(400)},1e3))}},setTransition:function(e){x.params.scrollbar&&x.scrollbar.drag.transition(e)}},x.controller={LinearSpline:function(e,t){var n=function(){var e,t,n;return function(r,i){for(t=-1,e=r.length;e-t>1;)r[n=e+t>>1]<=i?t=n:e=n;return e}}();this.x=e,this.y=t,this.lastIndex=e.length-1;var r,i;this.x.length;this.interpolate=function(e){return e?(i=n(this.x,e),r=i-1,(e-this.x[r])*(this.y[i]-this.y[r])/(this.x[i]-this.x[r])+this.y[r]):0}},getInterpolateFunction:function(e){x.controller.spline||(x.controller.spline=x.params.loop?new x.controller.LinearSpline(x.slidesGrid,e.slidesGrid):new x.controller.LinearSpline(x.snapGrid,e.snapGrid))},setTranslate:function(e,n){function r(t){e=t.rtl&&"horizontal"===t.params.direction?-x.translate:x.translate,"slide"===x.params.controlBy&&(x.controller.getInterpolateFunction(t),a=-x.controller.spline.interpolate(-e)),a&&"container"!==x.params.controlBy||(i=(t.maxTranslate()-t.minTranslate())/(x.maxTranslate()-x.minTranslate()),a=(e-x.minTranslate())*i+t.minTranslate()),x.params.controlInverse&&(a=t.maxTranslate()-a),t.updateProgress(a),t.setWrapperTranslate(a,!1,x),t.updateActiveIndex()}var i,a,o=x.params.control;if(Array.isArray(o))for(var s=0;s<o.length;s++)o[s]!==n&&o[s]instanceof t&&r(o[s]);else o instanceof t&&n!==o&&r(o)},setTransition:function(e,n){function r(t){t.setWrapperTransition(e,x),0!==e&&(t.onTransitionStart(),t.wrapper.transitionEnd(function(){a&&(t.params.loop&&"slide"===x.params.controlBy&&t.fixLoop(),t.onTransitionEnd())}))}var i,a=x.params.control;if(Array.isArray(a))for(i=0;i<a.length;i++)a[i]!==n&&a[i]instanceof t&&r(a[i]);else a instanceof t&&n!==a&&r(a)}},x.hashnav={onHashCange:function(e,t){var n=document.location.hash.replace("#","");n!==x.slides.eq(x.activeIndex).attr("data-hash")&&x.slideTo(x.wrapper.children("."+x.params.slideClass+'[data-hash="'+n+'"]').index())},attachEvents:function(t){var n=t?"off":"on";e(window)[n]("hashchange",x.hashnav.onHashCange)},setHash:function(){if(x.hashnav.initialized&&x.params.hashnav)if(x.params.replaceState&&window.history&&window.history.replaceState)window.history.replaceState(null,null,"#"+x.slides.eq(x.activeIndex).attr("data-hash")||"");else{var e=x.slides.eq(x.activeIndex),t=e.attr("data-hash")||e.attr("data-history");document.location.hash=t||""}},init:function(){if(x.params.hashnav&&!x.params.history){x.hashnav.initialized=!0;var e=document.location.hash.replace("#","");if(e)for(var t=0,n=x.slides.length;t<n;t++){var r=x.slides.eq(t),i=r.attr("data-hash")||r.attr("data-history");if(i===e&&!r.hasClass(x.params.slideDuplicateClass)){var a=r.index();x.slideTo(a,0,x.params.runCallbacksOnInit,!0)}}x.params.hashnavWatchState&&x.hashnav.attachEvents()}},destroy:function(){x.params.hashnavWatchState&&x.hashnav.attachEvents(!0)}},x.history={init:function(){if(x.params.history){if(!window.history||!window.history.pushState)return x.params.history=!1,void(x.params.hashnav=!0);x.history.initialized=!0,this.paths=this.getPathValues(),(this.paths.key||this.paths.value)&&(this.scrollToSlide(0,this.paths.value,x.params.runCallbacksOnInit),x.params.replaceState||window.addEventListener("popstate",this.setHistoryPopState))}},setHistoryPopState:function(){x.history.paths=x.history.getPathValues(),x.history.scrollToSlide(x.params.speed,x.history.paths.value,!1)},getPathValues:function(){var e=window.location.pathname.slice(1).split("/"),t=e.length;return{key:e[t-2],value:e[t-1]}},setHistory:function(e,t){if(x.history.initialized&&x.params.history){var n=x.slides.eq(t),r=this.slugify(n.attr("data-history"));window.location.pathname.includes(e)||(r=e+"/"+r),x.params.replaceState?window.history.replaceState(null,null,r):window.history.pushState(null,null,r)}},slugify:function(e){return e.toString().toLowerCase().replace(/\s+/g,"-").replace(/[^\w\-]+/g,"").replace(/\-\-+/g,"-").replace(/^-+/,"").replace(/-+$/,"")},scrollToSlide:function(e,t,n){if(t)for(var r=0,i=x.slides.length;r<i;r++){var a=x.slides.eq(r),o=this.slugify(a.attr("data-history"));if(o===t&&!a.hasClass(x.params.slideDuplicateClass)){var s=a.index();x.slideTo(s,e,n)}}else x.slideTo(0,e,n)}},x.disableKeyboardControl=function(){x.params.keyboardControl=!1,e(document).off("keydown",u)},x.enableKeyboardControl=function(){x.params.keyboardControl=!0,e(document).on("keydown",u)},x.mousewheel={event:!1,lastScrollTime:(new window.Date).getTime()},x.params.mousewheelControl&&(x.mousewheel.event=navigator.userAgent.indexOf("firefox")>-1?"DOMMouseScroll":function(){var e="onwheel"in document;if(!e){var t=document.createElement("div");t.setAttribute("onwheel","return;"),e="function"==typeof t.onwheel}return!e&&document.implementation&&document.implementation.hasFeature&&!0!==document.implementation.hasFeature("","")&&(e=document.implementation.hasFeature("Events.wheel","3.0")),e}()?"wheel":"mousewheel"),x.disableMousewheelControl=function(){if(!x.mousewheel.event)return!1;var t=x.container;return"container"!==x.params.mousewheelEventsTarged&&(t=e(x.params.mousewheelEventsTarged)),t.off(x.mousewheel.event,p),x.params.mousewheelControl=!1,!0},x.enableMousewheelControl=function(){if(!x.mousewheel.event)return!1;var t=x.container;return"container"!==x.params.mousewheelEventsTarged&&(t=e(x.params.mousewheelEventsTarged)),t.on(x.mousewheel.event,p),x.params.mousewheelControl=!0,!0},x.parallax={setTranslate:function(){x.container.children("[data-swiper-parallax], [data-swiper-parallax-x], [data-swiper-parallax-y]").each(function(){d(this,x.progress)}),x.slides.each(function(){var t=e(this);t.find("[data-swiper-parallax], [data-swiper-parallax-x], [data-swiper-parallax-y]").each(function(){d(this,Math.min(Math.max(t[0].progress,-1),1))})})},setTransition:function(t){void 0===t&&(t=x.params.speed),x.container.find("[data-swiper-parallax], [data-swiper-parallax-x], [data-swiper-parallax-y]").each(function(){var n=e(this),r=parseInt(n.attr("data-swiper-parallax-duration"),10)||t;0===t&&(r=0),n.transition(r)})}},x.zoom={scale:1,currentScale:1,isScaling:!1,gesture:{slide:void 0,slideWidth:void 0,slideHeight:void 0,image:void 0,imageWrap:void 0,zoomMax:x.params.zoomMax},image:{isTouched:void 0,isMoved:void 0,currentX:void 0,currentY:void 0,minX:void 0,minY:void 0,maxX:void 0,maxY:void 0,width:void 0,height:void 0,startX:void 0,startY:void 0,touchesStart:{},touchesCurrent:{}},velocity:{x:void 0,y:void 0,prevPositionX:void 0,prevPositionY:void 0,prevTime:void 0},getDistanceBetweenTouches:function(e){if(e.targetTouches.length<2)return 1;var t=e.targetTouches[0].pageX,n=e.targetTouches[0].pageY,r=e.targetTouches[1].pageX,i=e.targetTouches[1].pageY;return Math.sqrt(Math.pow(r-t,2)+Math.pow(i-n,2))},onGestureStart:function(t){var n=x.zoom;if(!x.support.gestures){if("touchstart"!==t.type||"touchstart"===t.type&&t.targetTouches.length<2)return;n.gesture.scaleStart=n.getDistanceBetweenTouches(t)}if(!(n.gesture.slide&&n.gesture.slide.length||(n.gesture.slide=e(this),0===n.gesture.slide.length&&(n.gesture.slide=x.slides.eq(x.activeIndex)),n.gesture.image=n.gesture.slide.find("img, svg, canvas"),n.gesture.imageWrap=n.gesture.image.parent("."+x.params.zoomContainerClass),n.gesture.zoomMax=n.gesture.imageWrap.attr("data-swiper-zoom")||x.params.zoomMax,0!==n.gesture.imageWrap.length)))return void(n.gesture.image=void 0);n.gesture.image.transition(0),n.isScaling=!0},onGestureChange:function(e){var t=x.zoom;if(!x.support.gestures){if("touchmove"!==e.type||"touchmove"===e.type&&e.targetTouches.length<2)return;t.gesture.scaleMove=t.getDistanceBetweenTouches(e)}t.gesture.image&&0!==t.gesture.image.length&&(x.support.gestures?t.scale=e.scale*t.currentScale:t.scale=t.gesture.scaleMove/t.gesture.scaleStart*t.currentScale,t.scale>t.gesture.zoomMax&&(t.scale=t.gesture.zoomMax-1+Math.pow(t.scale-t.gesture.zoomMax+1,.5)),t.scale<x.params.zoomMin&&(t.scale=x.params.zoomMin+1-Math.pow(x.params.zoomMin-t.scale+1,.5)),t.gesture.image.transform("translate3d(0,0,0) scale("+t.scale+")"))},onGestureEnd:function(e){var t=x.zoom;!x.support.gestures&&("touchend"!==e.type||"touchend"===e.type&&e.changedTouches.length<2)||t.gesture.image&&0!==t.gesture.image.length&&(t.scale=Math.max(Math.min(t.scale,t.gesture.zoomMax),x.params.zoomMin),t.gesture.image.transition(x.params.speed).transform("translate3d(0,0,0) scale("+t.scale+")"),t.currentScale=t.scale,t.isScaling=!1,1===t.scale&&(t.gesture.slide=void 0))},onTouchStart:function(e,t){var n=e.zoom;n.gesture.image&&0!==n.gesture.image.length&&(n.image.isTouched||("android"===e.device.os&&t.preventDefault(),n.image.isTouched=!0,n.image.touchesStart.x="touchstart"===t.type?t.targetTouches[0].pageX:t.pageX,n.image.touchesStart.y="touchstart"===t.type?t.targetTouches[0].pageY:t.pageY))},onTouchMove:function(e){var t=x.zoom;if(t.gesture.image&&0!==t.gesture.image.length&&(x.allowClick=!1,t.image.isTouched&&t.gesture.slide)){t.image.isMoved||(t.image.width=t.gesture.image[0].offsetWidth,t.image.height=t.gesture.image[0].offsetHeight,t.image.startX=x.getTranslate(t.gesture.imageWrap[0],"x")||0,t.image.startY=x.getTranslate(t.gesture.imageWrap[0],"y")||0,t.gesture.slideWidth=t.gesture.slide[0].offsetWidth,t.gesture.slideHeight=t.gesture.slide[0].offsetHeight,t.gesture.imageWrap.transition(0),x.rtl&&(t.image.startX=-t.image.startX),x.rtl&&(t.image.startY=-t.image.startY));var n=t.image.width*t.scale,r=t.image.height*t.scale;if(!(n<t.gesture.slideWidth&&r<t.gesture.slideHeight)){if(t.image.minX=Math.min(t.gesture.slideWidth/2-n/2,0),t.image.maxX=-t.image.minX,t.image.minY=Math.min(t.gesture.slideHeight/2-r/2,0),t.image.maxY=-t.image.minY,t.image.touchesCurrent.x="touchmove"===e.type?e.targetTouches[0].pageX:e.pageX,t.image.touchesCurrent.y="touchmove"===e.type?e.targetTouches[0].pageY:e.pageY,!t.image.isMoved&&!t.isScaling){if(x.isHorizontal()&&Math.floor(t.image.minX)===Math.floor(t.image.startX)&&t.image.touchesCurrent.x<t.image.touchesStart.x||Math.floor(t.image.maxX)===Math.floor(t.image.startX)&&t.image.touchesCurrent.x>t.image.touchesStart.x)return void(t.image.isTouched=!1);if(!x.isHorizontal()&&Math.floor(t.image.minY)===Math.floor(t.image.startY)&&t.image.touchesCurrent.y<t.image.touchesStart.y||Math.floor(t.image.maxY)===Math.floor(t.image.startY)&&t.image.touchesCurrent.y>t.image.touchesStart.y)return void(t.image.isTouched=!1)}e.preventDefault(),e.stopPropagation(),t.image.isMoved=!0,t.image.currentX=t.image.touchesCurrent.x-t.image.touchesStart.x+t.image.startX,t.image.currentY=t.image.touchesCurrent.y-t.image.touchesStart.y+t.image.startY,t.image.currentX<t.image.minX&&(t.image.currentX=t.image.minX+1-Math.pow(t.image.minX-t.image.currentX+1,.8)),t.image.currentX>t.image.maxX&&(t.image.currentX=t.image.maxX-1+Math.pow(t.image.currentX-t.image.maxX+1,.8)),t.image.currentY<t.image.minY&&(t.image.currentY=t.image.minY+1-Math.pow(t.image.minY-t.image.currentY+1,.8)),t.image.currentY>t.image.maxY&&(t.image.currentY=t.image.maxY-1+Math.pow(t.image.currentY-t.image.maxY+1,.8)),t.velocity.prevPositionX||(t.velocity.prevPositionX=t.image.touchesCurrent.x),t.velocity.prevPositionY||(t.velocity.prevPositionY=t.image.touchesCurrent.y),t.velocity.prevTime||(t.velocity.prevTime=Date.now()),t.velocity.x=(t.image.touchesCurrent.x-t.velocity.prevPositionX)/(Date.now()-t.velocity.prevTime)/2,t.velocity.y=(t.image.touchesCurrent.y-t.velocity.prevPositionY)/(Date.now()-t.velocity.prevTime)/2,Math.abs(t.image.touchesCurrent.x-t.velocity.prevPositionX)<2&&(t.velocity.x=0),Math.abs(t.image.touchesCurrent.y-t.velocity.prevPositionY)<2&&(t.velocity.y=0),t.velocity.prevPositionX=t.image.touchesCurrent.x,t.velocity.prevPositionY=t.image.touchesCurrent.y,t.velocity.prevTime=Date.now(),t.gesture.imageWrap.transform("translate3d("+t.image.currentX+"px, "+t.image.currentY+"px,0)")}}},onTouchEnd:function(e,t){var n=e.zoom;if(n.gesture.image&&0!==n.gesture.image.length){if(!n.image.isTouched||!n.image.isMoved)return n.image.isTouched=!1,void(n.image.isMoved=!1);n.image.isTouched=!1,n.image.isMoved=!1;var r=300,i=300,a=n.velocity.x*r,o=n.image.currentX+a,s=n.velocity.y*i,l=n.image.currentY+s;0!==n.velocity.x&&(r=Math.abs((o-n.image.currentX)/n.velocity.x)),0!==n.velocity.y&&(i=Math.abs((l-n.image.currentY)/n.velocity.y));var u=Math.max(r,i);n.image.currentX=o,n.image.currentY=l;var c=n.image.width*n.scale,p=n.image.height*n.scale;n.image.minX=Math.min(n.gesture.slideWidth/2-c/2,0),n.image.maxX=-n.image.minX,n.image.minY=Math.min(n.gesture.slideHeight/2-p/2,0),n.image.maxY=-n.image.minY,n.image.currentX=Math.max(Math.min(n.image.currentX,n.image.maxX),n.image.minX),n.image.currentY=Math.max(Math.min(n.image.currentY,n.image.maxY),n.image.minY),n.gesture.imageWrap.transition(u).transform("translate3d("+n.image.currentX+"px, "+n.image.currentY+"px,0)")}},onTransitionEnd:function(e){var t=e.zoom;t.gesture.slide&&e.previousIndex!==e.activeIndex&&(t.gesture.image.transform("translate3d(0,0,0) scale(1)"),t.gesture.imageWrap.transform("translate3d(0,0,0)"),t.gesture.slide=t.gesture.image=t.gesture.imageWrap=void 0,t.scale=t.currentScale=1)},toggleZoom:function(t,n){var r=t.zoom;if(r.gesture.slide||(r.gesture.slide=t.clickedSlide?e(t.clickedSlide):t.slides.eq(t.activeIndex),r.gesture.image=r.gesture.slide.find("img, svg, canvas"),r.gesture.imageWrap=r.gesture.image.parent("."+t.params.zoomContainerClass)),r.gesture.image&&0!==r.gesture.image.length){var i,a,o,s,l,u,c,p,d,f,h,m,v,g,y,w,b,x;void 0===r.image.touchesStart.x&&n?(i="touchend"===n.type?n.changedTouches[0].pageX:n.pageX,a="touchend"===n.type?n.changedTouches[0].pageY:n.pageY):(i=r.image.touchesStart.x,a=r.image.touchesStart.y),r.scale&&1!==r.scale?(r.scale=r.currentScale=1,r.gesture.imageWrap.transition(300).transform("translate3d(0,0,0)"),r.gesture.image.transition(300).transform("translate3d(0,0,0) scale(1)"),r.gesture.slide=void 0):(r.scale=r.currentScale=r.gesture.imageWrap.attr("data-swiper-zoom")||t.params.zoomMax,n?(b=r.gesture.slide[0].offsetWidth,x=r.gesture.slide[0].offsetHeight,o=r.gesture.slide.offset().left,s=r.gesture.slide.offset().top,l=o+b/2-i,u=s+x/2-a,d=r.gesture.image[0].offsetWidth,f=r.gesture.image[0].offsetHeight,h=d*r.scale,m=f*r.scale,v=Math.min(b/2-h/2,0),g=Math.min(x/2-m/2,0),y=-v,w=-g,c=l*r.scale,p=u*r.scale,c<v&&(c=v),c>y&&(c=y),p<g&&(p=g),p>w&&(p=w)):(c=0,p=0),r.gesture.imageWrap.transition(300).transform("translate3d("+c+"px, "+p+"px,0)"),r.gesture.image.transition(300).transform("translate3d(0,0,0) scale("+r.scale+")"))}},attachEvents:function(t){var n=t?"off":"on";if(x.params.zoom){var r=(x.slides,!("touchstart"!==x.touchEvents.start||!x.support.passiveListener||!x.params.passiveListeners)&&{passive:!0,capture:!1});x.support.gestures?(x.slides[n]("gesturestart",x.zoom.onGestureStart,r),x.slides[n]("gesturechange",x.zoom.onGestureChange,r),x.slides[n]("gestureend",x.zoom.onGestureEnd,r)):"touchstart"===x.touchEvents.start&&(x.slides[n](x.touchEvents.start,x.zoom.onGestureStart,r),x.slides[n](x.touchEvents.move,x.zoom.onGestureChange,r),x.slides[n](x.touchEvents.end,x.zoom.onGestureEnd,r)),x[n]("touchStart",x.zoom.onTouchStart),x.slides.each(function(t,r){e(r).find("."+x.params.zoomContainerClass).length>0&&e(r)[n](x.touchEvents.move,x.zoom.onTouchMove)}),x[n]("touchEnd",x.zoom.onTouchEnd),x[n]("transitionEnd",x.zoom.onTransitionEnd),x.params.zoomToggle&&x.on("doubleTap",x.zoom.toggleZoom)}},init:function(){x.zoom.attachEvents()},destroy:function(){x.zoom.attachEvents(!0)}},x._plugins=[];for(var H in x.plugins){var $=x.plugins[H](x,x.params[H]);$&&x._plugins.push($)}return x.callPlugins=function(e){for(var t=0;t<x._plugins.length;t++)e in x._plugins[t]&&x._plugins[t][e](arguments[1],arguments[2],arguments[3],arguments[4],arguments[5])},x.emitterEventListeners={},x.emit=function(e){x.params[e]&&x.params[e](arguments[1],arguments[2],arguments[3],arguments[4],arguments[5]);var t;if(x.emitterEventListeners[e])for(t=0;t<x.emitterEventListeners[e].length;t++)x.emitterEventListeners[e][t](arguments[1],arguments[2],arguments[3],arguments[4],arguments[5]);x.callPlugins&&x.callPlugins(e,arguments[1],arguments[2],arguments[3],arguments[4],arguments[5])},x.on=function(e,t){return e=f(e),x.emitterEventListeners[e]||(x.emitterEventListeners[e]=[]),x.emitterEventListeners[e].push(t),x},x.off=function(e,t){var n;if(e=f(e),void 0===t)return x.emitterEventListeners[e]=[],x;if(x.emitterEventListeners[e]&&0!==x.emitterEventListeners[e].length){for(n=0;n<x.emitterEventListeners[e].length;n++)x.emitterEventListeners[e][n]===t&&x.emitterEventListeners[e].splice(n,1);return x}},x.once=function(e,t){e=f(e);var n=function(){t(arguments[0],arguments[1],arguments[2],arguments[3],arguments[4]),x.off(e,n)};return x.on(e,n),x},x.a11y={makeFocusable:function(e){return e.attr("tabIndex","0"),e},addRole:function(e,t){return e.attr("role",t),e},addLabel:function(e,t){return e.attr("aria-label",t),e},disable:function(e){return e.attr("aria-disabled",!0),e},enable:function(e){return e.attr("aria-disabled",!1),e},onEnterKey:function(t){13===t.keyCode&&(e(t.target).is(x.params.nextButton)?(x.onClickNext(t),x.isEnd?x.a11y.notify(x.params.lastSlideMessage):x.a11y.notify(x.params.nextSlideMessage)):e(t.target).is(x.params.prevButton)&&(x.onClickPrev(t),x.isBeginning?x.a11y.notify(x.params.firstSlideMessage):x.a11y.notify(x.params.prevSlideMessage)),e(t.target).is("."+x.params.bulletClass)&&e(t.target)[0].click())},liveRegion:e('<span class="'+x.params.notificationClass+'" aria-live="assertive" aria-atomic="true"></span>'),notify:function(e){var t=x.a11y.liveRegion;0!==t.length&&(t.html(""),t.html(e))},init:function(){x.params.nextButton&&x.nextButton&&x.nextButton.length>0&&(x.a11y.makeFocusable(x.nextButton),x.a11y.addRole(x.nextButton,"button"),x.a11y.addLabel(x.nextButton,x.params.nextSlideMessage)),x.params.prevButton&&x.prevButton&&x.prevButton.length>0&&(x.a11y.makeFocusable(x.prevButton),x.a11y.addRole(x.prevButton,"button"),x.a11y.addLabel(x.prevButton,x.params.prevSlideMessage)),e(x.container).append(x.a11y.liveRegion)},initPagination:function(){x.params.pagination&&x.params.paginationClickable&&x.bullets&&x.bullets.length&&x.bullets.each(function(){var t=e(this);x.a11y.makeFocusable(t),x.a11y.addRole(t,"button"),x.a11y.addLabel(t,x.params.paginationBulletMessage.replace(/{{index}}/,t.index()+1))})},destroy:function(){x.a11y.liveRegion&&x.a11y.liveRegion.length>0&&x.a11y.liveRegion.remove()}},x.init=function(){x.params.loop&&x.createLoop(),x.updateContainerSize(),x.updateSlidesSize(),x.updatePagination(),x.params.scrollbar&&x.scrollbar&&(x.scrollbar.set(),x.params.scrollbarDraggable&&x.scrollbar.enableDraggable()),"slide"!==x.params.effect&&x.effects[x.params.effect]&&(x.params.loop||x.updateProgress(),x.effects[x.params.effect].setTranslate()),x.params.loop?x.slideTo(x.params.initialSlide+x.loopedSlides,0,x.params.runCallbacksOnInit):(x.slideTo(x.params.initialSlide,0,x.params.runCallbacksOnInit),0===x.params.initialSlide&&(x.parallax&&x.params.parallax&&x.parallax.setTranslate(),x.lazy&&x.params.lazyLoading&&(x.lazy.load(),x.lazy.initialImageLoaded=!0))),x.attachEvents(),x.params.observer&&x.support.observer&&x.initObservers(),x.params.preloadImages&&!x.params.lazyLoading&&x.preloadImages(),x.params.zoom&&x.zoom&&x.zoom.init(),x.params.autoplay&&x.startAutoplay(),x.params.keyboardControl&&x.enableKeyboardControl&&x.enableKeyboardControl(),x.params.mousewheelControl&&x.enableMousewheelControl&&x.enableMousewheelControl(),x.params.hashnavReplaceState&&(x.params.replaceState=x.params.hashnavReplaceState),x.params.history&&x.history&&x.history.init(),x.params.hashnav&&x.hashnav&&x.hashnav.init(),x.params.a11y&&x.a11y&&x.a11y.init(),x.emit("onInit",x)},x.cleanupStyles=function(){x.container.removeClass(x.classNames.join(" ")).removeAttr("style"),x.wrapper.removeAttr("style"),x.slides&&x.slides.length&&x.slides.removeClass([x.params.slideVisibleClass,x.params.slideActiveClass,x.params.slideNextClass,x.params.slidePrevClass].join(" ")).removeAttr("style").removeAttr("data-swiper-column").removeAttr("data-swiper-row"),x.paginationContainer&&x.paginationContainer.length&&x.paginationContainer.removeClass(x.params.paginationHiddenClass),x.bullets&&x.bullets.length&&x.bullets.removeClass(x.params.bulletActiveClass),x.params.prevButton&&e(x.params.prevButton).removeClass(x.params.buttonDisabledClass),x.params.nextButton&&e(x.params.nextButton).removeClass(x.params.buttonDisabledClass),x.params.scrollbar&&x.scrollbar&&(x.scrollbar.track&&x.scrollbar.track.length&&x.scrollbar.track.removeAttr("style"),x.scrollbar.drag&&x.scrollbar.drag.length&&x.scrollbar.drag.removeAttr("style"))},x.destroy=function(e,t){x.detachEvents(),x.stopAutoplay(),x.params.scrollbar&&x.scrollbar&&x.params.scrollbarDraggable&&x.scrollbar.disableDraggable(),x.params.loop&&x.destroyLoop(),t&&x.cleanupStyles(),x.disconnectObservers(),x.params.zoom&&x.zoom&&x.zoom.destroy(),x.params.keyboardControl&&x.disableKeyboardControl&&x.disableKeyboardControl(),x.params.mousewheelControl&&x.disableMousewheelControl&&x.disableMousewheelControl(),x.params.a11y&&x.a11y&&x.a11y.destroy(),x.params.history&&!x.params.replaceState&&window.removeEventListener("popstate",x.history.setHistoryPopState),x.params.hashnav&&x.hashnav&&x.hashnav.destroy(),x.emit("onDestroy"),!1!==e&&(x=null)},x.init(),x}};t.prototype={isSafari:function(){var e=window.navigator.userAgent.toLowerCase();return e.indexOf("safari")>=0&&e.indexOf("chrome")<0&&e.indexOf("android")<0}(),isUiWebView:/(iPhone|iPod|iPad).*AppleWebKit(?!.*Safari)/i.test(window.navigator.userAgent),isArray:function(e){return"[object Array]"===Object.prototype.toString.apply(e)},browser:{ie:window.navigator.pointerEnabled||window.navigator.msPointerEnabled,ieTouch:window.navigator.msPointerEnabled&&window.navigator.msMaxTouchPoints>1||window.navigator.pointerEnabled&&window.navigator.maxTouchPoints>1,lteIE9:function(){var e=document.createElement("div");return e.innerHTML="\x3c!--[if lte IE 9]><i></i><![endif]--\x3e",1===e.getElementsByTagName("i").length}()},device:function(){var e=window.navigator.userAgent,t=e.match(/(Android);?[\s\/]+([\d.]+)?/),n=e.match(/(iPad).*OS\s([\d_]+)/),r=e.match(/(iPod)(.*OS\s([\d_]+))?/),i=!n&&e.match(/(iPhone\sOS|iOS)\s([\d_]+)/);return{ios:n||i||r,android:t}}(),support:{touch:window.Modernizr&&!0===Modernizr.touch||function(){return!!("ontouchstart"in window||window.DocumentTouch&&document instanceof DocumentTouch)}(),transforms3d:window.Modernizr&&!0===Modernizr.csstransforms3d||function(){var e=document.createElement("div").style;return"webkitPerspective"in e||"MozPerspective"in e||"OPerspective"in e||"MsPerspective"in e||"perspective"in e}(),flexbox:function(){for(var e=document.createElement("div").style,t="alignItems webkitAlignItems webkitBoxAlign msFlexAlign mozBoxAlign webkitFlexDirection msFlexDirection mozBoxDirection mozBoxOrient webkitBoxDirection webkitBoxOrient".split(" "),n=0;n<t.length;n++)if(t[n]in e)return!0}(),observer:function(){return"MutationObserver"in window||"WebkitMutationObserver"in window}(),passiveListener:function(){var e=!1;try{var t=Object.defineProperty({},"passive",{get:function(){e=!0}});window.addEventListener("testPassiveListener",null,t)}catch(e){}return e}(),gestures:function(){return"ongesturestart"in window}()},plugins:{}};for(var n=(function(){var e=function(e){var t=this,n=0;for(n=0;n<e.length;n++)t[n]=e[n];return t.length=e.length,this},t=function(t,n){var r=[],i=0;if(t&&!n&&t instanceof e)return t;if(t)if("string"==typeof t){var a,o,s=t.trim();if(s.indexOf("<")>=0&&s.indexOf(">")>=0){var l="div";for(0===s.indexOf("<li")&&(l="ul"),0===s.indexOf("<tr")&&(l="tbody"),0!==s.indexOf("<td")&&0!==s.indexOf("<th")||(l="tr"),0===s.indexOf("<tbody")&&(l="table"),0===s.indexOf("<option")&&(l="select"),o=document.createElement(l),o.innerHTML=t,i=0;i<o.childNodes.length;i++)r.push(o.childNodes[i])}else for(a=n||"#"!==t[0]||t.match(/[ .<>:~]/)?(n||document).querySelectorAll(t):[document.getElementById(t.split("#")[1])],i=0;i<a.length;i++)a[i]&&r.push(a[i])}else if(t.nodeType||t===window||t===document)r.push(t);else if(t.length>0&&t[0].nodeType)for(i=0;i<t.length;i++)r.push(t[i]);return new e(r)};return e.prototype={addClass:function(e){if(void 0===e)return this;for(var t=e.split(" "),n=0;n<t.length;n++)for(var r=0;r<this.length;r++)this[r].classList.add(t[n]);return this},removeClass:function(e){for(var t=e.split(" "),n=0;n<t.length;n++)for(var r=0;r<this.length;r++)this[r].classList.remove(t[n]);return this},hasClass:function(e){return!!this[0]&&this[0].classList.contains(e)},toggleClass:function(e){for(var t=e.split(" "),n=0;n<t.length;n++)for(var r=0;r<this.length;r++)this[r].classList.toggle(t[n]);return this},attr:function(e,t){if(1===arguments.length&&"string"==typeof e)return this[0]?this[0].getAttribute(e):void 0;for(var n=0;n<this.length;n++)if(2===arguments.length)this[n].setAttribute(e,t);else for(var r in e)this[n][r]=e[r],this[n].setAttribute(r,e[r]);return this},removeAttr:function(e){for(var t=0;t<this.length;t++)this[t].removeAttribute(e);return this},data:function(e,t){if(void 0!==t){for(var n=0;n<this.length;n++){var r=this[n];r.dom7ElementDataStorage||(r.dom7ElementDataStorage={}),r.dom7ElementDataStorage[e]=t}return this}if(this[0]){var i=this[0].getAttribute("data-"+e);return i||(this[0].dom7ElementDataStorage&&e in this[0].dom7ElementDataStorage?this[0].dom7ElementDataStorage[e]:void 0)}},transform:function(e){for(var t=0;t<this.length;t++){var n=this[t].style;n.webkitTransform=n.MsTransform=n.msTransform=n.MozTransform=n.OTransform=n.transform=e}return this},transition:function(e){"string"!=typeof e&&(e+="ms");for(var t=0;t<this.length;t++){var n=this[t].style;n.webkitTransitionDuration=n.MsTransitionDuration=n.msTransitionDuration=n.MozTransitionDuration=n.OTransitionDuration=n.transitionDuration=e}return this},on:function(e,n,r,i){function a(e){var i=e.target;if(t(i).is(n))r.call(i,e);else for(var a=t(i).parents(),o=0;o<a.length;o++)t(a[o]).is(n)&&r.call(a[o],e)}var o,s,l=e.split(" ");for(o=0;o<this.length;o++)if("function"==typeof n||!1===n)for("function"==typeof n&&(r=arguments[1],i=arguments[2]||!1),s=0;s<l.length;s++)this[o].addEventListener(l[s],r,i);else for(s=0;s<l.length;s++)this[o].dom7LiveListeners||(this[o].dom7LiveListeners=[]),this[o].dom7LiveListeners.push({listener:r,liveListener:a}),this[o].addEventListener(l[s],a,i);return this},off:function(e,t,n,r){for(var i=e.split(" "),a=0;a<i.length;a++)for(var o=0;o<this.length;o++)if("function"==typeof t||!1===t)"function"==typeof t&&(n=arguments[1],r=arguments[2]||!1),this[o].removeEventListener(i[a],n,r);else if(this[o].dom7LiveListeners)for(var s=0;s<this[o].dom7LiveListeners.length;s++)this[o].dom7LiveListeners[s].listener===n&&this[o].removeEventListener(i[a],this[o].dom7LiveListeners[s].liveListener,r);return this},once:function(e,t,n,r){function i(o){n(o),a.off(e,t,i,r)}var a=this;"function"==typeof t&&(t=!1,n=arguments[1],r=arguments[2]),a.on(e,t,i,r)},trigger:function(e,t){for(var n=0;n<this.length;n++){var r;try{r=new window.CustomEvent(e,{detail:t,bubbles:!0,cancelable:!0})}catch(n){r=document.createEvent("Event"),r.initEvent(e,!0,!0),r.detail=t}this[n].dispatchEvent(r)}return this},transitionEnd:function(e){function t(a){if(a.target===this)for(e.call(this,a),n=0;n<r.length;n++)i.off(r[n],t)}var n,r=["webkitTransitionEnd","transitionend","oTransitionEnd","MSTransitionEnd","msTransitionEnd"],i=this;if(e)for(n=0;n<r.length;n++)i.on(r[n],t);return this},width:function(){return this[0]===window?window.innerWidth:this.length>0?parseFloat(this.css("width")):null},outerWidth:function(e){return this.length>0?e?this[0].offsetWidth+parseFloat(this.css("margin-right"))+parseFloat(this.css("margin-left")):this[0].offsetWidth:null},height:function(){return this[0]===window?window.innerHeight:this.length>0?parseFloat(this.css("height")):null},outerHeight:function(e){return this.length>0?e?this[0].offsetHeight+parseFloat(this.css("margin-top"))+parseFloat(this.css("margin-bottom")):this[0].offsetHeight:null},offset:function(){if(this.length>0){var e=this[0],t=e.getBoundingClientRect(),n=document.body,r=e.clientTop||n.clientTop||0,i=e.clientLeft||n.clientLeft||0,a=window.pageYOffset||e.scrollTop,o=window.pageXOffset||e.scrollLeft;return{top:t.top+a-r,left:t.left+o-i}}return null},css:function(e,t){var n;if(1===arguments.length){if("string"!=typeof e){for(n=0;n<this.length;n++)for(var r in e)this[n].style[r]=e[r];return this}if(this[0])return window.getComputedStyle(this[0],null).getPropertyValue(e)}if(2===arguments.length&&"string"==typeof e){for(n=0;n<this.length;n++)this[n].style[e]=t;return this}return this},each:function(e){for(var t=0;t<this.length;t++)e.call(this[t],t,this[t]);return this},html:function(e){if(void 0===e)return this[0]?this[0].innerHTML:void 0;for(var t=0;t<this.length;t++)this[t].innerHTML=e;return this},text:function(e){if(void 0===e)return this[0]?this[0].textContent.trim():null;for(var t=0;t<this.length;t++)this[t].textContent=e;return this},is:function(n){if(!this[0])return!1;var r,i;if("string"==typeof n){var a=this[0];if(a===document)return n===document;if(a===window)return n===window;if(a.matches)return a.matches(n);if(a.webkitMatchesSelector)return a.webkitMatchesSelector(n);if(a.mozMatchesSelector)return a.mozMatchesSelector(n);if(a.msMatchesSelector)return a.msMatchesSelector(n);for(r=t(n),i=0;i<r.length;i++)if(r[i]===this[0])return!0;return!1}if(n===document)return this[0]===document;if(n===window)return this[0]===window;if(n.nodeType||n instanceof e){for(r=n.nodeType?[n]:n,i=0;i<r.length;i++)if(r[i]===this[0])return!0;return!1}return!1},index:function(){if(this[0]){for(var e=this[0],t=0;null!==(e=e.previousSibling);)1===e.nodeType&&t++;return t}},eq:function(t){if(void 0===t)return this;var n,r=this.length;return t>r-1?new e([]):t<0?(n=r+t,new e(n<0?[]:[this[n]])):new e([this[t]])},append:function(t){var n,r;for(n=0;n<this.length;n++)if("string"==typeof t){var i=document.createElement("div");for(i.innerHTML=t;i.firstChild;)this[n].appendChild(i.firstChild)}else if(t instanceof e)for(r=0;r<t.length;r++)this[n].appendChild(t[r]);else this[n].appendChild(t);return this},prepend:function(t){var n,r;for(n=0;n<this.length;n++)if("string"==typeof t){var i=document.createElement("div");for(i.innerHTML=t,r=i.childNodes.length-1;r>=0;r--)this[n].insertBefore(i.childNodes[r],this[n].childNodes[0])}else if(t instanceof e)for(r=0;r<t.length;r++)this[n].insertBefore(t[r],this[n].childNodes[0]);else this[n].insertBefore(t,this[n].childNodes[0]);return this},insertBefore:function(e){for(var n=t(e),r=0;r<this.length;r++)if(1===n.length)n[0].parentNode.insertBefore(this[r],n[0]);else if(n.length>1)for(var i=0;i<n.length;i++)n[i].parentNode.insertBefore(this[r].cloneNode(!0),n[i])},insertAfter:function(e){for(var n=t(e),r=0;r<this.length;r++)if(1===n.length)n[0].parentNode.insertBefore(this[r],n[0].nextSibling);else if(n.length>1)for(var i=0;i<n.length;i++)n[i].parentNode.insertBefore(this[r].cloneNode(!0),n[i].nextSibling)},next:function(n){return new e(this.length>0?n?this[0].nextElementSibling&&t(this[0].nextElementSibling).is(n)?[this[0].nextElementSibling]:[]:this[0].nextElementSibling?[this[0].nextElementSibling]:[]:[])},nextAll:function(n){var r=[],i=this[0];if(!i)return new e([]);for(;i.nextElementSibling;){var a=i.nextElementSibling;n?t(a).is(n)&&r.push(a):r.push(a),i=a}return new e(r)},prev:function(n){return new e(this.length>0?n?this[0].previousElementSibling&&t(this[0].previousElementSibling).is(n)?[this[0].previousElementSibling]:[]:this[0].previousElementSibling?[this[0].previousElementSibling]:[]:[])},prevAll:function(n){var r=[],i=this[0];if(!i)return new e([]);for(;i.previousElementSibling;){var a=i.previousElementSibling;n?t(a).is(n)&&r.push(a):r.push(a),i=a}return new e(r)},parent:function(e){for(var n=[],r=0;r<this.length;r++)e?t(this[r].parentNode).is(e)&&n.push(this[r].parentNode):n.push(this[r].parentNode);return t(t.unique(n))},parents:function(e){for(var n=[],r=0;r<this.length;r++)for(var i=this[r].parentNode;i;)e?t(i).is(e)&&n.push(i):n.push(i),i=i.parentNode;return t(t.unique(n))},find:function(t){for(var n=[],r=0;r<this.length;r++)for(var i=this[r].querySelectorAll(t),a=0;a<i.length;a++)n.push(i[a]);return new e(n)},children:function(n){for(var r=[],i=0;i<this.length;i++)for(var a=this[i].childNodes,o=0;o<a.length;o++)n?1===a[o].nodeType&&t(a[o]).is(n)&&r.push(a[o]):1===a[o].nodeType&&r.push(a[o]);return new e(t.unique(r))},remove:function(){for(var e=0;e<this.length;e++)this[e].parentNode&&this[e].parentNode.removeChild(this[e]);return this},add:function(){var e,n,r=this;for(e=0;e<arguments.length;e++){var i=t(arguments[e]);for(n=0;n<i.length;n++)r[r.length]=i[n],r.length++}return r}},t.fn=e.prototype,t.unique=function(e){for(var t=[],n=0;n<e.length;n++)-1===t.indexOf(e[n])&&t.push(e[n]);return t},t}()),r=["jQuery","Zepto","Dom7"],i=0;i<r.length;i++)window[r[i]]&&function(e){e.fn.swiper=function(n){var r;return e(this).each(function(){var e=new t(this,n);r||(r=e)}),r}}(window[r[i]]);var a;a=void 0===n?window.Dom7||window.Zepto||window.jQuery:n,a&&("transitionEnd"in a.fn||(a.fn.transitionEnd=function(e){function t(a){if(a.target===this)for(e.call(this,a),n=0;n<r.length;n++)i.off(r[n],t)}var n,r=["webkitTransitionEnd","transitionend","oTransitionEnd","MSTransitionEnd","msTransitionEnd"],i=this;if(e)for(n=0;n<r.length;n++)i.on(r[n],t);return this}),"transform"in a.fn||(a.fn.transform=function(e){for(var t=0;t<this.length;t++){var n=this[t].style;n.webkitTransform=n.MsTransform=n.msTransform=n.MozTransform=n.OTransform=n.transform=e}return this}),"transition"in a.fn||(a.fn.transition=function(e){"string"!=typeof e&&(e+="ms");for(var t=0;t<this.length;t++){var n=this[t].style;n.webkitTransitionDuration=n.MsTransitionDuration=n.msTransitionDuration=n.MozTransitionDuration=n.OTransitionDuration=n.transitionDuration=e}return this}),"outerWidth"in a.fn||(a.fn.outerWidth=function(e){return this.length>0?e?this[0].offsetWidth+parseFloat(this.css("margin-right"))+parseFloat(this.css("margin-left")):this[0].offsetWidth:null})),window.Swiper=t}(),e.exports=window.Swiper},,,function(e,t,n){var r=n(17),i=n(81),a=n(80);i=i.default||i,a=a.default||a,"undefined"!=typeof window&&(window.Swiper=r);var o={swiperSlide:a,swiper:i,swiperPlugins:r.prototype.plugins,install:function(e){e.component(i.name,i),e.component(a.name,a)}};e.exports=o},,,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,t,n){e.exports={default:n(51),__esModule:!0}},function(e,t,n){e.exports={default:n(52),__esModule:!0}},function(e,t,n){"use strict";t.__esModule=!0;var r=n(49),i=function(e){return e&&e.__esModule?e:{default:e}}(r);t.default=function(e,t,n){return t in e?(0,i.default)(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}},function(e,t,n){var r=n(10),i=r.JSON||(r.JSON={stringify:JSON.stringify});e.exports=function(e){return i.stringify.apply(i,arguments)}},function(e,t,n){n(62);var r=n(10).Object;e.exports=function(e,t,n){return r.defineProperty(e,t,n)}},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},function(e,t,n){var r=n(11);e.exports=function(e){if(!r(e))throw TypeError(e+" is not an object!");return e}},function(e,t,n){var r=n(53);e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,i){return e.call(t,n,r,i)}}return function(){return e.apply(t,arguments)}}},function(e,t,n){var r=n(11),i=n(15).document,a=r(i)&&r(i.createElement);e.exports=function(e){return a?i.createElement(e):{}}},function(e,t,n){var r=n(15),i=n(10),a=n(55),o=n(58),s=function(e,t,n){var l,u,c,p=e&s.F,d=e&s.G,f=e&s.S,h=e&s.P,m=e&s.B,v=e&s.W,g=d?i:i[t]||(i[t]={}),y=g.prototype,w=d?r:f?r[t]:(r[t]||{}).prototype;d&&(n=t);for(l in n)(u=!p&&w&&void 0!==w[l])&&l in g||(c=u?w[l]:n[l],g[l]=d&&"function"!=typeof w[l]?n[l]:m&&u?a(c,r):v&&w[l]==c?function(e){var t=function(t,n,r){if(this instanceof e){switch(arguments.length){case 0:return new e;case 1:return new e(t);case 2:return new e(t,n)}return new e(t,n,r)}return e.apply(this,arguments)};return t.prototype=e.prototype,t}(c):h&&"function"==typeof c?a(Function.call,c):c,h&&((g.virtual||(g.virtual={}))[l]=c,e&s.R&&y&&!y[l]&&o(y,l,c)))};s.F=1,s.G=2,s.S=4,s.P=8,s.B=16,s.W=32,s.U=64,s.R=128,e.exports=s},function(e,t,n){var r=n(16),i=n(60);e.exports=n(2)?function(e,t,n){return r.f(e,t,i(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t,n){e.exports=!n(2)&&!n(14)(function(){return 7!=Object.defineProperty(n(56)("div"),"a",{get:function(){return 7}}).a})},function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t,n){var r=n(11);e.exports=function(e,t){if(!r(e))return e;var n,i;if(t&&"function"==typeof(n=e.toString)&&!r(i=n.call(e)))return i;if("function"==typeof(n=e.valueOf)&&!r(i=n.call(e)))return i;if(!t&&"function"==typeof(n=e.toString)&&!r(i=n.call(e)))return i;throw TypeError("Can't convert object to primitive value")}},function(e,t,n){var r=n(57);r(r.S+r.F*!n(2),"Object",{defineProperty:n(16).f})},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,t,n){"use strict";function r(e,t){}function i(e,t){switch(typeof t){case"undefined":return;case"object":return t;case"function":return t(e);case"boolean":return t?e.params:void 0}}function a(e,t,n){void 0===t&&(t={});var r,i=n||o;try{r=i(e||"")}catch(e){r={}}for(var a in t){var s=t[a];r[a]=Array.isArray(s)?s.slice():s}return r}function o(e){var t={};return(e=e.trim().replace(/^(\?|#|&)/,""))?(e.split("&").forEach(function(e){var n=e.replace(/\+/g," ").split("="),r=Le(n.shift()),i=n.length>0?Le(n.join("=")):null;void 0===t[r]?t[r]=i:Array.isArray(t[r])?t[r].push(i):t[r]=[t[r],i]}),t):t}function s(e){var t=e?Object.keys(e).map(function(t){var n=e[t];if(void 0===n)return"";if(null===n)return De(t);if(Array.isArray(n)){var r=[];return n.slice().forEach(function(e){void 0!==e&&(null===e?r.push(De(t)):r.push(De(t)+"="+De(e)))}),r.join("&")}return De(t)+"="+De(n)}).filter(function(e){return e.length>0}).join("&"):null;return t?"?"+t:""}function l(e,t,n,r){var i=r&&r.options.stringifyQuery,a={name:t.name||e&&e.name,meta:e&&e.meta||{},path:t.path||"/",hash:t.hash||"",query:t.query||{},params:t.params||{},fullPath:c(t,i),matched:e?u(e):[]};return n&&(a.redirectedFrom=c(n,i)),Object.freeze(a)}function u(e){for(var t=[];e;)t.unshift(e),e=e.parent;return t}function c(e,t){var n=e.path,r=e.query;void 0===r&&(r={});var i=e.hash;void 0===i&&(i="");var a=t||s;return(n||"/")+a(r)+i}function p(e,t){return t===Ne?e===t:!!t&&(e.path&&t.path?e.path.replace(Ie,"")===t.path.replace(Ie,"")&&e.hash===t.hash&&d(e.query,t.query):!(!e.name||!t.name)&&(e.name===t.name&&e.hash===t.hash&&d(e.query,t.query)&&d(e.params,t.params)))}function d(e,t){void 0===e&&(e={}),void 0===t&&(t={});var n=Object.keys(e),r=Object.keys(t);return n.length===r.length&&n.every(function(n){return String(e[n])===String(t[n])})}function f(e,t){return 0===e.path.replace(Ie,"/").indexOf(t.path.replace(Ie,"/"))&&(!t.hash||e.hash===t.hash)&&h(e.query,t.query)}function h(e,t){for(var n in t)if(!(n in e))return!1;return!0}function m(e){if(!(e.metaKey||e.ctrlKey||e.shiftKey||e.defaultPrevented||void 0!==e.button&&0!==e.button)){if(e.currentTarget&&e.currentTarget.getAttribute){if(/\b_blank\b/i.test(e.currentTarget.getAttribute("target")))return}return e.preventDefault&&e.preventDefault(),!0}}function v(e){if(e)for(var t,n=0;n<e.length;n++){if(t=e[n],"a"===t.tag)return t;if(t.children&&(t=v(t.children)))return t}}function g(e){if(!g.installed){g.installed=!0,Ae=e,Object.defineProperty(e.prototype,"$router",{get:function(){return this.$root._router}}),Object.defineProperty(e.prototype,"$route",{get:function(){return this.$root._route}});var t=function(e){return void 0!==e},n=function(e,n){var r=e.$options._parentVnode;t(r)&&t(r=r.data)&&t(r=r.registerRouteInstance)&&r(e,n)};e.mixin({beforeCreate:function(){t(this.$options.router)&&(this._router=this.$options.router,this._router.init(this),e.util.defineReactive(this,"_route",this._router.history.current)),n(this,this)},destroyed:function(){n(this)}}),e.component("router-view",Me),e.component("router-link",$e);var r=e.config.optionMergeStrategies;r.beforeRouteEnter=r.beforeRouteLeave=r.created}}function y(e,t,n){var r=e.charAt(0);if("/"===r)return e;if("?"===r||"#"===r)return t+e;var i=t.split("/");n&&i[i.length-1]||i.pop();for(var a=e.replace(/^\//,"").split("/"),o=0;o<a.length;o++){var s=a[o];".."===s?i.pop():"."!==s&&i.push(s)}return""!==i[0]&&i.unshift(""),i.join("/")}function w(e){var t="",n="",r=e.indexOf("#");r>=0&&(t=e.slice(r),e=e.slice(0,r));var i=e.indexOf("?");return i>=0&&(n=e.slice(i+1),e=e.slice(0,i)),{path:e,query:n,hash:t}}function b(e){return e.replace(/\/\//g,"/")}function x(e,t){for(var n,r=[],i=0,a=0,o="",s=t&&t.delimiter||"/";null!=(n=Ye.exec(e));){var l=n[0],u=n[1],c=n.index;if(o+=e.slice(a,c),a=c+l.length,u)o+=u[1];else{var p=e[a],d=n[2],f=n[3],h=n[4],m=n[5],v=n[6],g=n[7];o&&(r.push(o),o="");var y=null!=d&&null!=p&&p!==d,w="+"===v||"*"===v,b="?"===v||"*"===v,x=n[2]||s,C=h||m;r.push({name:f||i++,prefix:d||"",delimiter:x,optional:b,repeat:w,partial:y,asterisk:!!g,pattern:C?_(C):g?".*":"[^"+k(x)+"]+?"})}}return a<e.length&&(o+=e.substr(a)),o&&r.push(o),r}function C(e,t){return E(x(e,t))}function T(e){return encodeURI(e).replace(/[\/?#]/g,function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()})}function S(e){return encodeURI(e).replace(/[?#]/g,function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()})}function E(e){for(var t=new Array(e.length),n=0;n<e.length;n++)"object"==typeof e[n]&&(t[n]=new RegExp("^(?:"+e[n].pattern+")$"));return function(n,r){for(var i="",a=n||{},o=r||{},s=o.pretty?T:encodeURIComponent,l=0;l<e.length;l++){var u=e[l];if("string"!=typeof u){var c,p=a[u.name];if(null==p){if(u.optional){u.partial&&(i+=u.prefix);continue}throw new TypeError('Expected "'+u.name+'" to be defined')}if(Be(p)){if(!u.repeat)throw new TypeError('Expected "'+u.name+'" to not repeat, but received `'+JSON.stringify(p)+"`");if(0===p.length){if(u.optional)continue;throw new TypeError('Expected "'+u.name+'" to not be empty')}for(var d=0;d<p.length;d++){if(c=s(p[d]),!t[l].test(c))throw new TypeError('Expected all "'+u.name+'" to match "'+u.pattern+'", but received `'+JSON.stringify(c)+"`");i+=(0===d?u.prefix:u.delimiter)+c}}else{if(c=u.asterisk?S(p):s(p),!t[l].test(c))throw new TypeError('Expected "'+u.name+'" to match "'+u.pattern+'", but received "'+c+'"');i+=u.prefix+c}}else i+=u}return i}}function k(e){return e.replace(/([.+*?=^!:${}()[\]|\/\\])/g,"\\$1")}function _(e){return e.replace(/([=!:$\/()])/g,"\\$1")}function A(e,t){return e.keys=t,e}function M(e){return e.sensitive?"":"i"}function P(e,t){var n=e.source.match(/\((?!\?)/g);if(n)for(var r=0;r<n.length;r++)t.push({name:r,prefix:null,delimiter:null,optional:!1,repeat:!1,partial:!1,asterisk:!1,pattern:null});return A(e,t)}function O(e,t,n){for(var r=[],i=0;i<e.length;i++)r.push(L(e[i],t,n).source);return A(new RegExp("(?:"+r.join("|")+")",M(n)),t)}function z(e,t,n){return D(x(e,n),t,n)}function D(e,t,n){Be(t)||(n=t||n,t=[]),n=n||{};for(var r=n.strict,i=!1!==n.end,a="",o=0;o<e.length;o++){var s=e[o];if("string"==typeof s)a+=k(s);else{var l=k(s.prefix),u="(?:"+s.pattern+")";t.push(s),s.repeat&&(u+="(?:"+l+u+")*"),u=s.optional?s.partial?l+"("+u+")?":"(?:"+l+"("+u+"))?":l+"("+u+")",a+=u}}var c=k(n.delimiter||"/"),p=a.slice(-c.length)===c;return r||(a=(p?a.slice(0,-c.length):a)+"(?:"+c+"(?=$))?"),a+=i?"$":r&&p?"":"(?="+c+"|$)",A(new RegExp("^"+a,M(n)),t)}function L(e,t,n){return Be(t)||(n=t||n,t=[]),n=n||{},e instanceof RegExp?P(e,t):Be(e)?O(e,t,n):z(e,t,n)}function I(e,t,n){try{return(Ve[e]||(Ve[e]=qe.compile(e)))(t||{},{pretty:!0})}catch(e){return""}}function N(e,t,n,r){var i=t||[],a=n||Object.create(null),o=r||Object.create(null);e.forEach(function(e){j(i,a,o,e)});for(var s=0,l=i.length;s<l;s++)"*"===i[s]&&(i.push(i.splice(s,1)[0]),l--,s--);return{pathList:i,pathMap:a,nameMap:o}}function j(e,t,n,r,i,a){var o=r.path,s=r.name,l=$(o,i),u={path:l,regex:H(l),components:r.components||{default:r.component},instances:{},name:s,parent:i,matchAs:a,redirect:r.redirect,beforeEnter:r.beforeEnter,meta:r.meta||{},props:null==r.props?{}:r.components?r.props:{default:r.props}};if(r.children&&r.children.forEach(function(r){var i=a?b(a+"/"+r.path):void 0;j(e,t,n,r,u,i)}),void 0!==r.alias)if(Array.isArray(r.alias))r.alias.forEach(function(a){var o={path:a,children:r.children};j(e,t,n,o,i,u.path)});else{var c={path:r.alias,children:r.children};j(e,t,n,c,i,u.path)}t[u.path]||(e.push(u.path),t[u.path]=u),s&&(n[s]||(n[s]=u))}function H(e){var t=qe(e);return t}function $(e,t){return e=e.replace(/\/$/,""),"/"===e[0]?e:null==t?e:b(t.path+"/"+e)}function R(e,t,n,r){var i="string"==typeof e?{path:e}:e;if(i.name||i._normalized)return i;if(!i.path&&i.params&&t){i=B({},i),i._normalized=!0;var o=B(B({},t.params),i.params);if(t.name)i.name=t.name,i.params=o;else if(t.matched){var s=t.matched[t.matched.length-1].path;i.path=I(s,o,"path "+t.path)}return i}var l=w(i.path||""),u=t&&t.path||"/",c=l.path?y(l.path,u,n||i.append):u,p=a(l.query,i.query,r&&r.options.parseQuery),d=i.hash||l.hash;return d&&"#"!==d.charAt(0)&&(d="#"+d),{_normalized:!0,path:c,query:p,hash:d}}function B(e,t){for(var n in t)e[n]=t[n];return e}function q(e,t){function n(e){N(e,u,c,p)}function r(e,n,r){var i=R(e,n,!1,t),a=i.name;if(a){var s=p[a],l=s.regex.keys.filter(function(e){return!e.optional}).map(function(e){return e.name});if("object"!=typeof i.params&&(i.params={}),n&&"object"==typeof n.params)for(var d in n.params)!(d in i.params)&&l.indexOf(d)>-1&&(i.params[d]=n.params[d]);if(s)return i.path=I(s.path,i.params,'named route "'+a+'"'),o(s,i,r)}else if(i.path){i.params={};for(var f=0;f<u.length;f++){var h=u[f],m=c[h];if(F(m.regex,i.path,i.params))return o(m,i,r)}}return o(null,i)}function i(e,n){var i=e.redirect,a="function"==typeof i?i(l(e,n,null,t)):i;if("string"==typeof a&&(a={path:a}),!a||"object"!=typeof a)return o(null,n);var s=a,u=s.name,c=s.path,d=n.query,f=n.hash,h=n.params;if(d=s.hasOwnProperty("query")?s.query:d,f=s.hasOwnProperty("hash")?s.hash:f,h=s.hasOwnProperty("params")?s.params:h,u){p[u];return r({_normalized:!0,name:u,query:d,hash:f,params:h},void 0,n)}if(c){var m=W(c,e);return r({_normalized:!0,path:I(m,h,'redirect route with path "'+m+'"'),query:d,hash:f},void 0,n)}return o(null,n)}function a(e,t,n){var i=I(n,t.params,'aliased route with path "'+n+'"'),a=r({_normalized:!0,path:i});if(a){var s=a.matched,l=s[s.length-1];return t.params=a.params,o(l,t)}return o(null,t)}function o(e,n,r){return e&&e.redirect?i(e,r||n):e&&e.matchAs?a(e,n,e.matchAs):l(e,n,r,t)}var s=N(e),u=s.pathList,c=s.pathMap,p=s.nameMap;return{match:r,addRoutes:n}}function F(e,t,n){var r=t.match(e);if(!r)return!1;if(!n)return!0;for(var i=1,a=r.length;i<a;++i){var o=e.keys[i-1],s="string"==typeof r[i]?decodeURIComponent(r[i]):r[i];o&&(n[o.name]=s)}return!0}function W(e,t){return y(e,t.parent?t.parent.path:"/",!0)}function X(){window.addEventListener("popstate",function(e){Y(),e.state&&e.state.key&&te(e.state.key)})}function G(e,t,n,r){if(e.app){var i=e.options.scrollBehavior;i&&e.app.$nextTick(function(){var e=V(),a=i(t,n,r?e:null);if(a){var o="object"==typeof a;if(o&&"string"==typeof a.selector){var s=document.querySelector(a.selector);s?e=U(s):K(a)&&(e=J(a))}else o&&K(a)&&(e=J(a));e&&window.scrollTo(e.x,e.y)}})}}function Y(){var e=ee();e&&(Ue[e]={x:window.pageXOffset,y:window.pageYOffset})}function V(){var e=ee();if(e)return Ue[e]}function U(e){var t=document.documentElement,n=t.getBoundingClientRect(),r=e.getBoundingClientRect();return{x:r.left-n.left,y:r.top-n.top}}function K(e){return Q(e.x)||Q(e.y)}function J(e){return{x:Q(e.x)?e.x:window.pageXOffset,y:Q(e.y)?e.y:window.pageYOffset}}function Q(e){return"number"==typeof e}function Z(){return Je.now().toFixed(3)}function ee(){return Qe}function te(e){Qe=e}function ne(e,t){Y();var n=window.history;try{t?n.replaceState({key:Qe},"",e):(Qe=Z(),n.pushState({key:Qe},"",e))}catch(n){window.location[t?"replace":"assign"](e)}}function re(e){ne(e,!0)}function ie(e,t,n){var r=function(i){i>=e.length?n():e[i]?t(e[i],function(){r(i+1)}):r(i+1)};r(0)}function ae(e){if(!e)if(Re){var t=document.querySelector("base");e=t&&t.getAttribute("href")||"/"}else e="/";return"/"!==e.charAt(0)&&(e="/"+e),e.replace(/\/$/,"")}function oe(e,t){var n,r=Math.max(e.length,t.length);for(n=0;n<r&&e[n]===t[n];n++);return{updated:t.slice(0,n),activated:t.slice(n),deactivated:e.slice(n)}}function se(e,t,n,r){var i=ve(e,function(e,r,i,a){var o=le(e,t);if(o)return Array.isArray(o)?o.map(function(e){return n(e,r,i,a)}):n(o,r,i,a)});return ge(r?i.reverse():i)}function le(e,t){return"function"!=typeof e&&(e=Ae.extend(e)),e.options[t]}function ue(e){return se(e,"beforeRouteLeave",pe,!0)}function ce(e){return se(e,"beforeRouteUpdate",pe)}function pe(e,t){if(t)return function(){return e.apply(t,arguments)}}function de(e,t,n){return se(e,"beforeRouteEnter",function(e,r,i,a){return fe(e,i,a,t,n)})}function fe(e,t,n,r,i){return function(a,o,s){return e(a,o,function(e){s(e),"function"==typeof e&&r.push(function(){he(e,t.instances,n,i)})})}}function he(e,t,n,r){t[n]?e(t[n]):r()&&setTimeout(function(){he(e,t,n,r)},16)}function me(e){return function(t,n,r){var i=!1,a=0,o=null;ve(e,function(e,t,n,s){if("function"==typeof e&&void 0===e.cid){i=!0,a++;var l,u=ye(function(t){e.resolved="function"==typeof t?t:Ae.extend(t),n.components[s]=t,--a<=0&&r()}),c=ye(function(e){var t="Failed to resolve async component "+s+": "+e;o||(o=we(e)?e:new Error(t),r(o))});try{l=e(u,c)}catch(e){c(e)}if(l)if("function"==typeof l.then)l.then(u,c);else{var p=l.component;p&&"function"==typeof p.then&&p.then(u,c)}}}),i||r()}}function ve(e,t){return ge(e.map(function(e){return Object.keys(e.components).map(function(n){return t(e.components[n],e.instances[n],e,n)})}))}function ge(e){return Array.prototype.concat.apply([],e)}function ye(e){var t=!1;return function(){if(!t)return t=!0,e.apply(this,arguments)}}function we(e){return Object.prototype.toString.call(e).indexOf("Error")>-1}function be(e){var t=window.location.pathname;return e&&0===t.indexOf(e)&&(t=t.slice(e.length)),(t||"/")+window.location.search+window.location.hash}function xe(e){var t=be(e);if(!/^\/#/.test(t))return window.location.replace(b(e+"/#"+t)),!0}function Ce(){var e=Te();return"/"===e.charAt(0)||(Ee("/"+e),!1)}function Te(){var e=window.location.href,t=e.indexOf("#");return-1===t?"":e.slice(t+1)}function Se(e){window.location.hash=e}function Ee(e){var t=window.location.href.indexOf("#");window.location.replace(window.location.href.slice(0,t>=0?t:0)+"#"+e)}function ke(e,t){return e.push(t),function(){var n=e.indexOf(t);n>-1&&e.splice(n,1)}}function _e(e,t,n){var r="hash"===n?"#"+t:t;return e?b(e+"/"+r):r}var Ae,Me={name:"router-view",functional:!0,props:{name:{type:String,default:"default"}},render:function(e,t){var n=t.props,r=t.children,a=t.parent,o=t.data;o.routerView=!0;for(var s=a.$createElement,l=n.name,u=a.$route,c=a._routerViewCache||(a._routerViewCache={}),p=0,d=!1;a;)a.$vnode&&a.$vnode.data.routerView&&p++,a._inactive&&(d=!0),a=a.$parent;if(o.routerViewDepth=p,d)return s(c[l],o,r);var f=u.matched[p];if(!f)return c[l]=null,s();var h=c[l]=f.components[l];return o.registerRouteInstance=function(e,t){var n=f.instances[l];(t&&n!==e||!t&&n===e)&&(f.instances[l]=t)},(o.hook||(o.hook={})).prepatch=function(e,t){f.instances[l]=t.componentInstance},o.props=i(u,f.props&&f.props[l]),s(h,o,r)}},Pe=/[!'()*]/g,Oe=function(e){return"%"+e.charCodeAt(0).toString(16)},ze=/%2C/g,De=function(e){return encodeURIComponent(e).replace(Pe,Oe).replace(ze,",")},Le=decodeURIComponent,Ie=/\/?$/,Ne=l(null,{path:"/"}),je=[String,Object],He=[String,Array],$e={name:"router-link",props:{to:{type:je,required:!0},tag:{type:String,default:"a"},exact:Boolean,append:Boolean,replace:Boolean,activeClass:String,exactActiveClass:String,event:{type:He,default:"click"}},render:function(e){var t=this,n=this.$router,r=this.$route,i=n.resolve(this.to,r,this.append),a=i.location,o=i.route,s=i.href,u={},c=n.options.linkActiveClass,d=n.options.linkExactActiveClass,h=null==c?"router-link-active":c,g=null==d?"router-link-exact-active":d,y=null==this.activeClass?h:this.activeClass,w=null==this.exactActiveClass?g:this.exactActiveClass,b=a.path?l(null,a,null,n):o;u[w]=p(r,b),u[y]=this.exact?u[w]:f(r,b);var x=function(e){m(e)&&(t.replace?n.replace(a):n.push(a))},C={click:m};Array.isArray(this.event)?this.event.forEach(function(e){C[e]=x}):C[this.event]=x;var T={class:u};if("a"===this.tag)T.on=C,T.attrs={href:s};else{var S=v(this.$slots.default);if(S){S.isStatic=!1;var E=Ae.util.extend;(S.data=E({},S.data)).on=C;(S.data.attrs=E({},S.data.attrs)).href=s}else T.on=C}return e(this.tag,T,this.$slots.default)}},Re="undefined"!=typeof window,Be=Array.isArray||function(e){return"[object Array]"==Object.prototype.toString.call(e)},qe=L,Fe=x,We=C,Xe=E,Ge=D,Ye=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");qe.parse=Fe,qe.compile=We,qe.tokensToFunction=Xe,qe.tokensToRegExp=Ge;var Ve=Object.create(null),Ue=Object.create(null),Ke=Re&&function(){var e=window.navigator.userAgent;return(-1===e.indexOf("Android 2.")&&-1===e.indexOf("Android 4.0")||-1===e.indexOf("Mobile Safari")||-1!==e.indexOf("Chrome")||-1!==e.indexOf("Windows Phone"))&&(window.history&&"pushState"in window.history)}(),Je=Re&&window.performance&&window.performance.now?window.performance:Date,Qe=Z(),Ze=function(e,t){this.router=e,this.base=ae(t),this.current=Ne,this.pending=null,this.ready=!1,this.readyCbs=[],this.readyErrorCbs=[],this.errorCbs=[]};Ze.prototype.listen=function(e){this.cb=e},Ze.prototype.onReady=function(e,t){this.ready?e():(this.readyCbs.push(e),t&&this.readyErrorCbs.push(t))},Ze.prototype.onError=function(e){this.errorCbs.push(e)},Ze.prototype.transitionTo=function(e,t,n){var r=this,i=this.router.match(e,this.current);this.confirmTransition(i,function(){r.updateRoute(i),t&&t(i),r.ensureURL(),r.ready||(r.ready=!0,r.readyCbs.forEach(function(e){e(i)}))},function(e){n&&n(e),e&&!r.ready&&(r.ready=!0,r.readyErrorCbs.forEach(function(t){t(e)}))})},Ze.prototype.confirmTransition=function(e,t,n){var i=this,a=this.current,o=function(e){we(e)&&(i.errorCbs.length?i.errorCbs.forEach(function(t){t(e)}):(r(!1,"uncaught error during route navigation:"),console.error(e))),n&&n(e)};if(p(e,a)&&e.matched.length===a.matched.length)return this.ensureURL(),o();var s=oe(this.current.matched,e.matched),l=s.updated,u=s.deactivated,c=s.activated,d=[].concat(ue(u),this.router.beforeHooks,ce(l),c.map(function(e){return e.beforeEnter}),me(c));this.pending=e;var f=function(t,n){if(i.pending!==e)return o();try{t(e,a,function(e){!1===e||we(e)?(i.ensureURL(!0),o(e)):"string"==typeof e||"object"==typeof e&&("string"==typeof e.path||"string"==typeof e.name)?(o(),"object"==typeof e&&e.replace?i.replace(e):i.push(e)):n(e)})}catch(e){o(e)}};ie(d,f,function(){var n=[];ie(de(c,n,function(){return i.current===e}).concat(i.router.resolveHooks),f,function(){if(i.pending!==e)return o();i.pending=null,t(e),i.router.app&&i.router.app.$nextTick(function(){n.forEach(function(e){e()})})})})},Ze.prototype.updateRoute=function(e){var t=this.current;this.current=e,this.cb&&this.cb(e),this.router.afterHooks.forEach(function(n){n&&n(e,t)})};var et=function(e){function t(t,n){var r=this;e.call(this,t,n);var i=t.options.scrollBehavior;i&&X(),window.addEventListener("popstate",function(e){r.transitionTo(be(r.base),function(e){i&&G(t,e,r.current,!0)})})}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.go=function(e){window.history.go(e)},t.prototype.push=function(e,t,n){var r=this,i=this,a=i.current;this.transitionTo(e,function(e){ne(b(r.base+e.fullPath)),G(r.router,e,a,!1),t&&t(e)},n)},t.prototype.replace=function(e,t,n){var r=this,i=this,a=i.current;this.transitionTo(e,function(e){re(b(r.base+e.fullPath)),G(r.router,e,a,!1),t&&t(e)},n)},t.prototype.ensureURL=function(e){if(be(this.base)!==this.current.fullPath){var t=b(this.base+this.current.fullPath);e?ne(t):re(t)}},t.prototype.getCurrentLocation=function(){return be(this.base)},t}(Ze),tt=function(e){function t(t,n,r){e.call(this,t,n),r&&xe(this.base)||Ce()}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.setupListeners=function(){var e=this;window.addEventListener("hashchange",function(){Ce()&&e.transitionTo(Te(),function(e){Ee(e.fullPath)})})},t.prototype.push=function(e,t,n){this.transitionTo(e,function(e){Se(e.fullPath),t&&t(e)},n)},t.prototype.replace=function(e,t,n){this.transitionTo(e,function(e){Ee(e.fullPath),t&&t(e)},n)},t.prototype.go=function(e){window.history.go(e)},t.prototype.ensureURL=function(e){var t=this.current.fullPath;Te()!==t&&(e?Se(t):Ee(t))},t.prototype.getCurrentLocation=function(){return Te()},t}(Ze),nt=function(e){function t(t,n){e.call(this,t,n),this.stack=[],this.index=-1}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.push=function(e,t,n){var r=this;this.transitionTo(e,function(e){r.stack=r.stack.slice(0,r.index+1).concat(e),r.index++,t&&t(e)},n)},t.prototype.replace=function(e,t,n){var r=this;this.transitionTo(e,function(e){r.stack=r.stack.slice(0,r.index).concat(e),t&&t(e)},n)},t.prototype.go=function(e){var t=this,n=this.index+e;if(!(n<0||n>=this.stack.length)){var r=this.stack[n];this.confirmTransition(r,function(){t.index=n,t.updateRoute(r)})}},t.prototype.getCurrentLocation=function(){var e=this.stack[this.stack.length-1];return e?e.fullPath:"/"},t.prototype.ensureURL=function(){},t}(Ze),rt=function(e){void 0===e&&(e={}),this.app=null,this.apps=[],this.options=e,this.beforeHooks=[],this.resolveHooks=[],this.afterHooks=[],this.matcher=q(e.routes||[],this);var t=e.mode||"hash";switch(this.fallback="history"===t&&!Ke,this.fallback&&(t="hash"),Re||(t="abstract"),this.mode=t,t){case"history":this.history=new et(this,e.base);break;case"hash":this.history=new tt(this,e.base,this.fallback);break;case"abstract":this.history=new nt(this,e.base)}},it={currentRoute:{}};rt.prototype.match=function(e,t,n){return this.matcher.match(e,t,n)},it.currentRoute.get=function(){return this.history&&this.history.current},rt.prototype.init=function(e){var t=this;if(this.apps.push(e),!this.app){this.app=e;var n=this.history;if(n instanceof et)n.transitionTo(n.getCurrentLocation());else if(n instanceof tt){var r=function(){n.setupListeners()};n.transitionTo(n.getCurrentLocation(),r,r)}n.listen(function(e){t.apps.forEach(function(t){t._route=e})})}},rt.prototype.beforeEach=function(e){return ke(this.beforeHooks,e)},rt.prototype.beforeResolve=function(e){return ke(this.resolveHooks,e)},rt.prototype.afterEach=function(e){return ke(this.afterHooks,e)},rt.prototype.onReady=function(e,t){this.history.onReady(e,t)},rt.prototype.onError=function(e){this.history.onError(e)},rt.prototype.push=function(e,t,n){this.history.push(e,t,n)},rt.prototype.replace=function(e,t,n){this.history.replace(e,t,n)},rt.prototype.go=function(e){this.history.go(e)},rt.prototype.back=function(){this.go(-1)},rt.prototype.forward=function(){this.go(1)},rt.prototype.getMatchedComponents=function(e){var t=e?e.matched?e:this.resolve(e).route:this.currentRoute;return t?[].concat.apply([],t.matched.map(function(e){return Object.keys(e.components).map(function(t){return e.components[t]})})):[]},rt.prototype.resolve=function(e,t,n){var r=R(e,t||this.history.current,n,this),i=this.match(r,t),a=i.redirectedFrom||i.fullPath;return{location:r,route:i,href:_e(this.history.base,a,this.mode),normalizedTo:r,resolved:i}},rt.prototype.addRoutes=function(e){this.matcher.addRoutes(e),this.history.current!==Ne&&this.history.transitionTo(this.history.getCurrentLocation())},Object.defineProperties(rt.prototype,it),rt.install=g,rt.version="2.5.3",Re&&window.Vue&&window.Vue.use(rt),t.a=rt},function(e,t){e.exports=function(e,t){for(var n=[],r={},i=0;i<t.length;i++){var a=t[i],o=a[0],s=a[1],l=a[2],u=a[3],c={id:e+":"+i,css:s,media:l,sourceMap:u};r[o]?r[o].parts.push(c):n.push(r[o]={id:o,parts:[c]})}return n}},function(e,t){var n;n=function(){return this}();try{n=n||Function("return this")()||(0,eval)("this")}catch(e){"object"==typeof window&&(n=window)}e.exports=n},function(e,t){function n(e,t){var n=e[1]||"",i=e[3];if(!i)return n;if(t&&"function"==typeof btoa){var a=r(i);return[n].concat(i.sources.map(function(e){return"/*# sourceURL="+i.sourceRoot+e+" */"})).concat([a]).join("\n")}return[n].join("\n")}function r(e){return"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(e))))+" */"}e.exports=function(e){var t=[];return t.toString=function(){return this.map(function(t){var r=n(t,e);return t[2]?"@media "+t[2]+"{"+r+"}":r}).join("")},t.i=function(e,n){"string"==typeof e&&(e=[[null,e,""]]);for(var r={},i=0;i<this.length;i++){var a=this[i][0];"number"==typeof a&&(r[a]=!0)}for(i=0;i<e.length;i++){var o=e[i];"number"==typeof o[0]&&r[o[0]]||(n&&!o[2]?o[2]=n:n&&(o[2]="("+o[2]+") and ("+n+")"),t.push(o))}},t}},function(e,t,n){function r(e){for(var t=0;t<e.length;t++){var n=e[t],r=c[n.id];if(r){r.refs++;for(var i=0;i<r.parts.length;i++)r.parts[i](n.parts[i]);for(;i<n.parts.length;i++)r.parts.push(a(n.parts[i]));r.parts.length>n.parts.length&&(r.parts.length=n.parts.length)}else{for(var o=[],i=0;i<n.parts.length;i++)o.push(a(n.parts[i]));c[n.id]={id:n.id,refs:1,parts:o}}}}function i(){var e=document.createElement("style");return e.type="text/css",p.appendChild(e),e}function a(e){var t,n,r=document.querySelector('style[data-vue-ssr-id~="'+e.id+'"]');if(r){if(h)return m;r.parentNode.removeChild(r)}if(v){var a=f++;r=d||(d=i()),t=o.bind(null,r,a,!1),n=o.bind(null,r,a,!0)}else r=i(),t=s.bind(null,r),n=function(){r.parentNode.removeChild(r)};return t(e),function(r){if(r){if(r.css===e.css&&r.media===e.media&&r.sourceMap===e.sourceMap)return;t(e=r)}else n()}}function o(e,t,n,r){var i=n?"":r.css;if(e.styleSheet)e.styleSheet.cssText=g(t,i);else{var a=document.createTextNode(i),o=e.childNodes;o[t]&&e.removeChild(o[t]),o.length?e.insertBefore(a,o[t]):e.appendChild(a)}}function s(e,t){var n=t.css,r=t.media,i=t.sourceMap;if(r&&e.setAttribute("media",r),i&&(n+="\n/*# sourceURL="+i.sources[0]+" */",n+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(i))))+" */"),e.styleSheet)e.styleSheet.cssText=n;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(n))}}var l="undefined"!=typeof document;if("undefined"!=typeof DEBUG&&DEBUG&&!l)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 u=n(101),c={},p=l&&(document.head||document.getElementsByTagName("head")[0]),d=null,f=0,h=!1,m=function(){},v="undefined"!=typeof navigator&&/msie [6-9]\b/.test(navigator.userAgent.toLowerCase());e.exports=function(e,t,n){h=n;var i=u(e,t);return r(i),function(t){for(var n=[],a=0;a<i.length;a++){var o=i[a],s=c[o.id];s.refs--,n.push(s)}t?(i=u(e,t),r(i)):i=[];for(var a=0;a<n.length;a++){var s=n[a];if(0===s.refs){for(var l=0;l<s.parts.length;l++)s.parts[l]();delete c[s.id]}}}};var g=function(){var e=[];return function(t,n){return e[t]=n,e.filter(Boolean).join("\n")}}()}]);webpackJsonp([0],[,,,,function(t,e,i){i(1).register({bigicon1:{width:16,height:16,viewBox:"0 0 200 200",data:'<path pid="0" d="M196.6 67.4l-4.8-46.5V7.2c0-1.8-1.2-3-3-3H13c-1.8 0-3 1.2-3 3v13.6L5.2 67.7v.5c0 4.1 1.7 8 4.8 10.6v115.9c0 1.8 1.2 3 3 3h175.3c1.8 0 3-1.2 3-3V79.3c3.4-2.7 5.3-6.8 5.3-11.4v-.5zM16.1 17.6v-7.4H28v7.4H16.1zm-4.5 47l4.2-41H28v41H11.6zM185 154.9v37h-53.1v-37H185zm-23.3-15.7h12.4c1.8 0 3-1.2 3-3s-1.2-3-3-3H143c-1.8 0-3 1.2-3 3s1.2 3 3 3h12.7v9.6h-23.5V82.3c1.1.4 2.4.6 3.8.6 4.5 0 8.8-2.1 11.6-5.7 2.7 3.6 7 5.7 11.6 5.7 4.5 0 8.8-2.1 11.6-5.7 2.7 3.6 7 5.7 11.6 5.7 1.1 0 2.2-.2 3.3-.4v66.4h-24.1v-9.7zM190 70.9c-1 3.4-4.3 5.8-8 5.8-3.8 0-7-2.3-8.2-5.8H190zm-31.3 5.9c-3.8 0-7-2.3-8.2-5.8h16.4c-1.2 3.4-4.5 5.8-8.2 5.8zm-9.1-11.9V23.6h17.2v41.2h-17.2zm0-47.3v-7.4h17.2v7.4h-17.2zm-5.7 53.3c-1.2 3.4-4.5 5.8-8.2 5.8-3.6 0-6.7-2.3-7.9-5.8h16.1zm-16.8-6.3v-41h16.2v41h-16.2zm.2-47v-7.4h16.2v7.4h-16.2zM89.2 76.8c-3.8 0-7-2.3-8.2-5.8h16.4c-1.3 3.4-4.6 5.8-8.2 5.8zm14.6-11.9V23.6H121v41.2h-17.2zm16.8 6c-1.2 3.4-4.5 5.8-8.2 5.8-3.8 0-7-2.3-8.2-5.8h16.4zm5.5 8.1v101.2H75.2V79.5c.6-.5 1.3-1.2 1.9-1.9l.6-.6c2.7 3.6 7 5.8 11.7 5.8 4.5 0 8.8-2.1 11.6-5.7 2.7 3.6 7 5.7 11.6 5.7 4.5 0 8.8-2.1 11.6-5.7l1.9 1.9zm-22.3-61.4v-7.4H121v7.4h-17.2zm-23 47.3V23.6H98v41.2H80.8zm0-47.3v-7.4H98v7.4H80.8zM69.2 154.9v36.7H16.1v-36.7h53.1zM34 64.6v-41h17.5v41H34zm17.1 6.3c-1.2 3.4-4.5 5.8-8.2 5.8-3.8 0-7-2.3-8.2-5.8h16.4zm-4.9 68.6h12.4c1.8 0 3-1.2 3-3s-1.2-3-3-3H27.4c-1.8 0-3 1.2-3 3s1.2 3 3 3h12.4v9.6h-24V82.2c5.9 1.7 12-.5 15.7-5.1 2.7 3.6 7 5.7 11.6 5.7 4.5 0 8.8-2.1 11.6-5.7 2.7 3.6 7 5.7 11.6 5.7 1.1 0 2.2-.2 3-.4v66.7H46.2v-9.6zM58 70.9h16.4c-1.2 3.4-4.5 5.8-8.2 5.8-3.9.1-7.1-2.3-8.2-5.8zm-.5-6V23.6h17.2v41.2H57.5zm0-47.3v-7.4h17.2v7.4H57.5zm-23.5 0v-7.4h17.5v7.4H34zM19.6 76.8c-3.8 0-7-2.3-8.2-5.8h16.4c-1.2 3.4-4.6 5.8-8.2 5.8zm106.2 109.5v5.6H75.2v-5.6h50.6zm64.5-121.4h-17.4V23.6h13.2l4.2 41.3zm-17.2-47.3v-7.4H186v7.4h-12.9z"/><path pid="1" d="M108.4 93.2H95.2c-1.2 0-2.4.8-3 2.1 0 .1-4.4 15.3 1.3 22.7 1.3 1.8 3.2 3 5.2 3.4v12.7h-1.5c-1.8 0-3 1.2-3 3s1.2 3 3 3h9.1c1.8 0 3-1.2 3-3s-1.2-3-3-3h-1.5v-12.8c2.2-.6 4-1.6 5.5-3.4 5.5-7.5 1.1-22.6 1.1-22.7-.3-1.1-1.6-2-3-2zm-3.5 21.2c-.6 1.1-1.7 1.5-3.3 1.5-1.9-.2-2.8-.9-3.5-1.6-2.5-3.2-1.7-10.9-.8-15.1h8.3c1.1 4.3 1.9 12-.7 15.2z"/>'}})},function(t,e,i){i(1).register({bigicon2:{width:16,height:16,viewBox:"0 0 130 200",data:'<path pid="0" d="M122.9 3H7.1C4.3 3 2 5.3 2 8.1v183.8c0 2.8 2.3 5.1 5.1 5.1h115.8c2.8 0 5.1-2.3 5.1-5.1V8.1c0-2.8-2.3-5.1-5.1-5.1zM121 191H8V9h113v182z"/><path pid="1" d="M23.1 83h82.8c2.8 0 5.1-2.3 5.1-5.1V27.1c0-2.8-2.3-5.1-5.1-5.1H23.1c-2.8 0-5.1 2.3-5.1 5.1v50.8c0 2.8 2.3 5.1 5.1 5.1zm.9-54h81v49H24V29zM105.9 92H90.1c-2.8 0-5.1 2.3-5.1 5.1v76.8c0 2.8 2.3 5.1 5.1 5.1h15.8c2.8 0 5.1-2.3 5.1-5.1V97.1c0-2.8-2.3-5.1-5.1-5.1zm-.9 81H92V98h13v75zM39.9 92H24.1c-2.8 0-5.1 2.3-5.1 5.1v11.8c0 2.8 2.3 5.1 5.1 5.1h15.8c2.8 0 5.1-2.3 5.1-5.1V97.1c0-2.8-2.3-5.1-5.1-5.1zM38 108H25V98h13v10zM56.1 114h15.8c2.8 0 5.1-2.3 5.1-5.1V97.1c0-2.8-2.3-5.1-5.1-5.1H56.1c-2.8 0-5.1 2.3-5.1 5.1v11.8c0 2.8 2.3 5.1 5.1 5.1zm.9-16h13v10H57V98zM39.3 125H23.5c-2.8 0-4.5 2.2-4.5 5v11.8c0 2.8 1.6 5.1 4.5 5.1h15.8c2.8 0 5.7-2.3 5.7-5.1V130c0-2.8-2.9-5-5.7-5zM38 141H25v-10h13v10zM51 141.9c0 2.8 1.7 5.1 4.6 5.1h15.9c2.8 0 5.6-2.3 5.6-5.1V130c0-2.8-2.7-5-5.6-5H55.6c-2.8 0-4.6 2.2-4.6 5v11.9zm6-10.9h13v10H57v-10zM39.9 158H24.1c-2.8 0-5.1 2.3-5.1 5.1v11.8c0 2.8 2.3 5.1 5.1 5.1h15.8c2.8 0 5.1-2.3 5.1-5.1v-11.8c0-2.8-2.3-5.1-5.1-5.1zM38 174H25v-10h13v10zM71.9 158H56.1c-2.8 0-5.1 2.3-5.1 5.1v11.8c0 2.8 2.3 5.1 5.1 5.1h15.8c2.8 0 5.1-2.3 5.1-5.1v-11.8c0-2.8-2.3-5.1-5.1-5.1zM70 174H57v-10h13v10z"/>'}})},function(t,e,i){i(1).register({bigicon3:{width:16,height:16,viewBox:"0 0 180 210",data:'<path pid="0" d="M22 183h100c1.7 0 3-1.4 3-3V25c0-1.7-1.3-3-3-3H22c-1.7 0-3 1.4-3 3v155c0 1.6 1.3 3 3 3zm97-55H25V77h94v51zm-94 49v-43h94v43H25zm94-149v43H25V28h94zM172 71h-9V9c0-1.7-1.4-3-3-3h-10c-1.7 0-3 1.4-3 3v187c0 1.7 1.3 3 3 3h10c1.7 0 3-1.4 3-3v-63h9c1.7 0 3-1.4 3-3V74c0-1.6-1.3-3-3-3zm-15 122h-4V12h4v181zm12-65h-6V77h6v51z"/><path pid="1" d="M137.3 6H7.6C6 6 5 6.8 5 8.5v187c0 1.7 1 3.5 2.6 3.5H19v4.6c0 1.7 1 3.4 2.7 3.4h20.1c1.7 0 3.2-1.8 3.2-3.4V199h55v4.6c0 1.7.5 3.4 2.1 3.4h19.1c1.7 0 3.8-1.8 3.8-3.4V199h12.3c1.7 0 3.7-1.8 3.7-3.5V8.5c0-1.7-2-2.5-3.7-2.5zM135 193h-13.8c-1.7 0-2.2.9-2.2 2.5v5.5h-13v-5.5c0-1.7-2.2-2.5-3.9-2.5H41.8c-1.7 0-2.8.9-2.8 2.5v5.5H25v-5.5c0-1.7-1.6-2.5-3.3-2.5H11V12h124v181z"/>'}})},function(t,e,i){i(1).register({bigicon4:{width:16,height:16,viewBox:"0 0 210 200",data:'<path pid="0" d="M208 191.8V98.2c0-2.9-2.3-5.2-5.2-5.2H196V71.5c0-2.1-1.4-4.5-2.1-5.6l-8.7-12.3c-.3-.4-.6-1.5-.6-2l.1-6.2c0-1.7-.5-3.9-1.3-5.4l-3.6-6.8c-.3-.6-.6-1.8-.6-2.5l.1-18.7c0-.8.2-1.7.2-1.8 1-2 .5-4.5-1.2-5.7-.9-.7-2.8-1.4-4.7-1.4h-9.8c-1.7 0-3.6.7-4.6 1.3-2.1 1.3-2.3 4.2-1.4 6.3.2.4.4 1.5.4 2.4l.1 17.9c0 .7-.3 2-.6 2.7l-2.9 6.4c-.7 1.5-1.1 3.7-1.2 5.2l-.1 5.8c0 .5-.3 1.6-.6 2.1l-8.5 12.9c-.9 1.4-1.6 3.7-1.6 5.5V93h-11V71.5c0-1.9-.9-4.2-1.9-5.6l-8.4-12.3c-.3-.4-.6-1.5-.6-2l.1-6.2c0-1.7-.5-3.9-1.3-5.4l-3.6-6.8c-.3-.6-.6-1.8-.6-2.5l.1-18.7c0-.8.2-1.7.2-1.8 1-2 .5-4.5-1.2-5.7-.6-.8-2.6-1.5-4.4-1.5h-9.8c-1.7 0-3.6.7-4.6 1.3-2.1 1.3-2.3 4.2-1.4 6.3.2.4.4 1.5.4 2.4l.2 17.8c0 .7-.3 2-.6 2.7l-2.9 6.4c-.7 1.5-1.2 3.7-1.2 5.2l-.1 5.8c0 .5-.4 1.6-.7 2.1l-8.6 12.9c-.7 1.1-1.9 3.5-1.9 5.6V93H69V71.5c0-2-1.2-4.3-2.1-5.6l-8.7-12.3c-.3-.4-.6-1.5-.6-2l.1-6.2c0-1.7-.5-3.9-1.3-5.4l-3.6-6.8c-.3-.6-.6-1.8-.6-2.5l.2-18.7c0-.8.2-1.6.3-1.9 1-2 .4-4.5-1.2-5.7-1-.7-2.9-1.4-4.7-1.4H37c-1.7 0-3.6.7-4.6 1.3-2.1 1.3-2.4 4.2-1.4 6.3.2.4.4 1.5.4 2.4l.1 17.9c0 .7-.3 2-.6 2.7L28 40c-.6 1.4-1.1 3.6-1.2 5.2l-.1 5.8c0 .6-.4 1.8-.7 2.2l-8.5 12.9c-1.4 2.1-1.7 5-1.7 5.5V93H7.2C4.3 93 2 95.3 2 98.2v93.6c0 2.9 2.3 5.2 5.2 5.2h195.6c2.9 0 5.2-2.3 5.2-5.2zM149 93V71.7c0-.4.3-1.5.7-2.1l8.5-12.9c1-1.5 1.7-3.8 1.7-5.5l.1-5.8c0-.7.3-2.1.6-2.8l2.9-6.4c.7-1.5 1.1-3.7 1.1-5.4l-.1-18c0-1.1-.2-2.8-.5-3.8h9.3c-.2 1-.3 2.2-.3 2.8v18.9c0 1.7.5 4 1.3 5.4l3.5 6.9c.3.6.6 1.8.6 2.5l-.1 6.2c0 1.8.6 4.1 1.6 5.7l8.4 12.3c.4.7.7 1.7.7 2.1V93h-40zM85 71.5c0-.3.5-1.4 1-2.1l8.7-12.9c.9-1.3 1.7-3.6 1.8-5.5l.1-5.8c0-.7.3-2.1.6-2.7l2.9-6.4c.7-1.5 1.1-3.7 1.1-5.3l-.1-18c0-1-.2-1.7-.5-3.7h9.3c-.2 1-.3 2.2-.3 2.8l-.1 18.9c0 1.7.5 3.9 1.3 5.4l3.6 6.8c.3.6.6 1.8.6 2.5l-.1 6.2c0 1.8.7 4.1 1.7 5.6l8.5 12.3c.4.6.9 1.7.9 2.1V93H85V71.5zm-62 0c0-.9.1-1.8.3-2.1l8.2-12.9c.9-1.4 1.6-3.7 1.6-5.5v-5.8c0-.7.3-2.1.6-2.7l2.9-6.4c.7-1.5 1.1-3.7 1.1-5.3l-.1-18c0-1.1-.2-2.7-.5-3.7h9.3c-.2 1-.3 2-.3 2.8L46 30.6c0 1.7.5 3.9 1.3 5.4l3.5 6.8c.3.6.6 1.8.6 2.5l-.1 6.2c0 1.8.6 4.1 1.7 5.6l8.4 12.3c.4.6.6 1.7.6 2.1V93H23V71.5zM202 191H8V99h194v92z"/><path pid="1" d="M124.8 113H85.2c-2.9 0-5.2 2.3-5.2 5.2v17.6c0 2.9 2.3 5.2 5.2 5.2h39.6c2.9 0 5.2-2.3 5.2-5.2v-17.6c0-2.9-2.3-5.2-5.2-5.2zm-.8 21H86v-15h38v15z"/>'}})},function(t,e,i){i(1).register({carlsberg_logo:{width:16,height:16,viewBox:"0 0 123.1 49.2",data:'<path pid="0" class="st0" d="M33.6 32.2c.3.4.2.8-.2 1.1-3.7 3.7-8.2 5.6-13.5 5.6-5.3 0-9.9-1.9-13.9-5.7-4-3.8-6-8.4-6-13.9C0 12.4 3.1 6 9.4.2c0-.1.3-.2.7-.2h24.4c.5 0 .6.2.2.5l-8.2 10.4c0 .2-.2.2-.5.2-1.6-1.6-3.8-2.4-6.5-2.4-3.2 0-6 1.3-8.3 4-2.3 2.7-3.5 5.7-3.5 9.1 0 3.9 1.4 7.2 4.3 10 3 2.8 6.4 4.2 10.4 4.2 3.9 0 7.2-1.2 9.9-3.6.5-.5.9-.6 1.3-.2zM43 16.9c-.6-.6-1.5-.9-2.4-.7-1 0-1.8.3-2.4 1-.6.6-1.1 1-1.2 1-.3 0-.7-.3-1.2-1-.5-.6-1.3-1-2.4-1-1.8 0-2.7.6-2.7 1.7 0 .5.2.7.7.7l.2-.2h.5c.3 0 .5.2.5.5v5.3c-2.3 1.8-3.6 2.7-4.1 2.7-.6 0-1-.3-1-1v-7.7l.2-.2 1-.2.2-.2v-.7c0-.2-.1-.2-.2-.2h-4.6c-.3 0-.5.1-.5.2 0 .5-.2.7-.7.7l-1.2-.7c-.8-.5-1.9-.7-3.1-.7-1.8 0-3.3.7-4.5 2.2-1.2 1.4-1.8 3.2-1.8 5.3 0 2.1.6 3.9 1.8 5.3 1.2 1.4 2.7 2.2 4.5 2.2 1.3 0 2.3-.3 3.1-1 .8-.6 1.3-1 1.4-1 .5 0 1 .3 1.5 1 .5.6 1 1 1.7 1 1.6 0 3.7-1.5 6.3-4.6v3.9c0 .2.1.2.2.2h5.6c.2 0 .2-.1.2-.2v-.7l-.2-.2-.7-.6c-.2 0-.2-.1-.2-.2V20c0-.8.4-1.2 1.2-1.2.5 0 .7.2.7.7 0 .2-.1.4-.2.7-.2.3-.2.6-.2.7 0 1.1.6 1.7 1.7 1.7 2.2 0 3.4-1.1 3.4-3.4-.2-.9-.5-1.7-1.1-2.3zm-20.1 8.9c0 1.1-.9 1.7-2.7 1.7-2.4 0-3.6-1.4-3.6-4.1 0-2.7 1.2-4.1 3.6-4.1 1.8 0 2.7.6 2.7 1.9v4.6zm100-9.4h-4.6c-.2 0-.2.1-.2.2-.3.6-.6 1-.7 1l-1.2-.7c-1-.6-2-1-3.1-1-1.8 0-3.3.7-4.6 2.2-1.3 1.4-1.9 3.2-1.9 5.3 0 2.1.6 3.9 1.9 5.3 1.3 1.4 2.8 2.2 4.6 2.2.8 0 1.4-.1 1.9-.4.5-.2.9-.5 1.1-.7.2-.2.4-.4.6-.4.3 0 .5.2.5.5v2.9c0 2.2-1 3.4-3.1 3.4-2.2 0-3.4-1-3.4-3.1 0-.2-.1-.2-.2-.2h-1.2l-.2.2c0 .8-.4 1.7-1.1 2.7-.7 1-2.3 1.9-4.6 2.9s-5.1 1.5-8.3 1.5c-4 0-10.2-1.2-18.6-3.7-8.4-2.5-15.2-3.7-20.5-3.7-10.1 0-19.1 3.3-27 9.9v.3l11.8 6.3c.2 0 .3-.1.5-.2 5.9-5.8 13.1-8.7 21.5-8.7 2.3 0 6.7.6 13.3 1.9 6.6 1.3 11.2 1.9 13.8 1.9 10.3 0 17-2.7 20-8.2 1 1.9 2.8 2.9 5.6 2.9 1.8 0 3.3-.6 4.6-1.8 1.3-1.2 1.9-2.7 1.9-4.5V18.1l.2-.2 1-.2.2-.2v-.7l-.5-.4zM45.1 8.7c0-.2-.1-.2-.2-.2l-.7-.2c-.2 0-.2-.1-.2-.2v-.9c-.1-.1 0-.2.2-.2h5.6l.2.2v19.6c0 .6.3 1 1 1 .8 0 1.2-.3 1.2-1 0-.3-.1-.6-.2-.7 0-.3.1-.5.2-.5l1-.5.2.2c.3 1.6 1.5 2.4 3.4 2.4 1.5 0 2.2-.6 2.2-1.9 0-.8-.9-1.6-2.7-2.4-1.8-.8-2.6-1.9-2.6-3.4 0-1 .4-1.8 1.1-2.5.7-.7 1.6-1.1 2.5-1.1H64c.5 0 .6.2.2.5L62.8 20l-.2.2c-.6-.5-1.5-.7-2.6-.7-1.3 0-1.9.4-1.9 1.2 0 .6 1 1.4 3 2.2 2 .8 3 1.9 3 3.4 0 1.1-.4 2.1-1.3 2.9-.9.8-1.9 1.2-3 1.2H50c-3.1 0-4.6-1.5-4.6-4.6l-.3-17.1zm59.7 2.6c-.8.2-1 .5-.7 1 1.1.8 1.7 1.6 1.7 2.4 0 1-.3 1.4-1 1.4-.3 0-.8-.2-1.6-.7-.7-.5-1.3-.7-1.8-.7-1 0-1.4.4-1.4 1.2v1c0 .5-.2.7-.5.7-.2 0-.5-.2-1-.7-.5-.5-1.1-.7-1.9-.7-1.1 0-2.8.7-5.1 2.2-.6-1.4-2.1-2.2-4.3-2.2-2.1 0-3.9.7-5.3 2.1-1.4 1.4-2.2 3-2.2 4.9-.7-.2-1.5-.6-2.5-1.2v-5.3l-.2-.3h-4.1l-.2.2v3.9c0 .5.2.7.5.7l1.9 1.2V26c0 1.3-.8 1.9-2.4 1.9-1.4 0-2.2-.6-2.2-1.9V7l-.5-.2h-5.3c-.2 0-.3.1-.5.2v.7c0 .2.2.2.5.2l.7.2c.2 0 .2.2.2.5v17.1c0 3.1 1.8 4.6 5.6 4.6h2.2c2.7 0 4.1-1.3 4.1-3.9v-2.7c.5.5 1.3.9 2.4 1.2.8 3.9 3.2 5.8 7.2 5.8 1.8 0 3.2-.4 4.2-1.2 1-.8 1.6-1.5 1.8-2.2.2-.3.2-.6.2-.7-.2-.5-.5-.5-1 0-1.1 1.1-2.3 1.7-3.6 1.7-1.1 0-2.1-.4-2.9-1.1-.8-.7-1.2-1.3-1.2-1.8 4.8 0 7.2-1.8 7.2-5.3.8-.8 1.6-1.2 2.4-1.2.6 0 1 .4 1 1.2V30c0 .2.2.2.5.2h5.3c.3 0 .5-.1.5-.2v-.7l-.5-.2-.7-.2-.2-.2V20c0-.8.4-1.2 1.2-1.2.3 0 .7.2 1.2.6.5.4 1 .6 1.7.6 2.2 0 3.4-1.5 3.4-4.3.1-1.9-.9-3.4-2.8-4.4zM88 22.7c-.9.8-2.1 1.2-3.5 1.2 0-3.4 1.1-5.1 3.4-5.1 1 0 1.4.5 1.4 1.4 0 .9-.4 1.7-1.3 2.5zm13.9-20.5V1c0-.6.3-1 1-1 .2 0 .2 0 .2.1s.1.1.2.1c.5.5 1.1.6 1.9.2.8-.3 1.4-.2 1.7.5.3 1 .2 1.5-.2 1.7-.6.6-.9 1.3-.7 1.9l-.2.5c0 .5-.4.6-1.2.2l-1-.5c-.3-.3-.6-.2-1 .2 0 .5.1.7.2.7l1.2.7c.5.2.6.6.2 1.2l-.2.5v.2c-.6.3-1.1.8-1.4 1.4 0 .8-.4 1.2-1.2 1.2-.6 0-1.1-.4-1.4-1.2 0-.6-.4-1.1-1.2-1.4l-.5-.5c-.2-.5-.1-.9.2-1.2l1.2-.7c.2 0 .3-.1.4-.2.1-.2 0-.3-.1-.5-.2-.3-.5-.4-1-.2l-1 .5c-.6.3-1.1.2-1.2-.2-.2-.2-.2-.3-.2-.5.3-.8.1-1.4-.7-1.9-.5-.2-.6-.7-.2-1.7.3-.6.8-.8 1.5-.5 1 .3 1.7.2 2.2-.2l.3-.4c.6 0 1 .3 1 1v1.2c0 .5.2.7.5.7.4 0 .7-.2.7-.7zm15.2 23.6c0 1.1-.9 1.7-2.7 1.7-2.4 0-3.6-1.4-3.6-4.1 0-2.7 1.2-4.1 3.6-4.1 1.8 0 2.7.6 2.7 1.9v4.6z"/>'}})},function(t,e,i){"use strict";function n(t){return isNaN(t)?0:t}var s={};s.getItemInitials=function(t){if(t){if(t.name)var e=t.name;if(t.title)var e=t.title;if(t.displayName)var e=t.displayName;if(t.email)var e=t.email.substring(0,t.email.indexOf("@"));if(e){if(e=e.toLowerCase(),e=e.replace("'",""),e=e.replace('"',""),1==e.length)return e;if(2==e.length)return e;var i=e.split(" "),n=e.split("-"),n=e.split("&");return n.length>i.length&&(i=n),1==i.length?i[0][0]:i[0][0]+i[1][0]}}},s.getItemColor=function(t){return this.getColorByString(this.getItemInitials(t))},s.getColorByString=function(t){if(!t)return"#777";t=t+t+t+t+t+t+t+t+t+t+t+t+t+t+t;for(var e=0,i=0;i<t.length;i++)e=t.charCodeAt(i)+((e<<5)-e);for(var n="#",i=0;i<3;i++){n+=("00"+(e>>8*i&255).toString(16)).substr(-2)}return n},s.getProjectBudgetTotal=function(t){var e=790;return t.hour_rate&&(e=t.hour_rate),t.hour_rate_multiplier&&(e*=t.hour_rate_multiplier),t.fixed_hour_rate&&(e=fixed_hour_rate.hour_rate),e*this.getProjectHoursEstimate(t)},s.getProjectHoursEstimate=function(t){if(!t||!t[".key"])return 0;var e=0;for(var i in this.tasks){var n=this.tasks[i];if(!n.archived&&n.project_key==t[".key"]){var s=parseFloat(n.hours_estimate);isNaN(s)||(e+=s)}}return e},s.getProjectDonePct=function(t){if(!t||!t[".key"])return 0;var e=0,i=0;for(var n in this.tasks){var s=this.tasks[n];if(!s.archived&&s.project_key==t[".key"]){if(!s.hours_estimate)var a=0;if(s.hours_estimate)var a=parseFloat(s.hours_estimate);e+=a,s.done&&(i+=a)}}return e==i&&0==i?0:e==i&&i>0?100:parseInt(i/e*100)},Number.prototype.formatMoney=function(t,e,i){var n=this,t=isNaN(t=Math.abs(t))?2:t,e=void 0==e?".":e,i=void 0==i?",":i,s=n<0?"-":"",a=parseInt(n=Math.abs(+n||0).toFixed(t))+"",o=(o=a.length)>3?o%3:0;return s+(o?a.substr(0,o)+i:"")+a.substr(o).replace(/(\d{3})(?=\d)/g,"$1"+i)+(t?e+Math.abs(n-a).toFixed(t).slice(2):"")},s.outputMoney=function(t,e){return t=parseFloat(t),t=n(t),"a"==e?t.formatMoney(2,",","."):"b"==e?t.formatMoney(2,",",".")+" kr.":"c"==e?"DKK "+t.formatMoney(2,",","."):"d"==e?t.formatMoney(2,",",".")+",-":void 0},s.readTimeloggedHours=function(t){if(!this.timelogs)return 0;var e=0;for(var i in this.timelogs){var n=this.timelogs[i];if("today"==t.timeframe){if(moment(n.date).isAfter(moment(),"seconds"))continue;if(moment(n.date).isBefore(moment(),"seconds"))continue}t.user_key&&timelogs.user_key!=t.user_key||(t.project_key&&timelogs.project_key!=t.project_key||t.client_key&&timelogs.client_key!=t.client_key||t.task_key&&timelogs.task_key!=t.task_key||(e+=n.hours))}return e},s.getProjectEconomyFigures=function(t,e,i){void 0==e&&(e=this.activeMonth),void 0==t&&(t=this.activeYear);var n={budgetted:0,invoiced:0,paid:0};for(var s in this.payments){var a=this.payments[s];i&&a.project_key!=i||moment(a.due_date).isSame(t+"-"+e+"-15")&&(n.budgetted+=parseFloat(a.amount_dkk_ex_vat),a.invoiced&&(n.invoiced+=parseFloat(a.amount_dkk_ex_vat)),a.paid&&(n.paid+=parseFloat(a.amount_dkk_ex_vat)))}return n},s.objectValuesToArray=function(t){var e=[];for(var i in t){var n=t[i];e.push(n)}return e},s.getUserbyUID=function(t){var e={};if(!t)return e;for(var i in this.users){var n=this.users[i];n.uid==t&&(e=n)}return e},s.stringPad=function(t,e,i){for(;t.length<e;)t=i+t;return t},e.a=s},,,,function(t,e,i){"use strict";var n,s=i(50),a=i.n(s),o=(n={debug:!0,apiUrl:"//www.milk-studio.dk/cdk/api/",cmsData:{},loggedInUser:void 0,flippa:!1,activeClient:void 0,activeChannel:void 0,rightMenuActive:!1},a()(n,"loggedInUser",void 0),a()(n,"blockingSpinner",!1),a()(n,"microSpinner",!1),a()(n,"showingDoneSignal",!1),a()(n,"device",{platform:void 0}),n);o.execution={activeSlideIndex:0,carlsbergOrCola:"carlsberg"},o.sortiment={},o.planogram={},window.globals=o,e.a=o},,,,,function(t,e,i){var n=i(0)(i(40),i(96),null,null,null);t.exports=n.exports},function(t,e,i){"use strict";var n=i(12),s=i(100),a=i(18),o=i.n(a),c=i(71),r=i.n(c),l=i(77),u=i.n(l),d=i(73),v=i.n(d),p=i(75),h=i.n(p),g=i(67),_=i.n(g),m=i(74),f=i.n(m),b=i(70),C=i.n(b),k=i(68),S=i.n(k),y=i(79),x=i.n(y),w=i(69),M=i.n(w),z=[{path:"/",component:r.a},{path:"/home",component:r.a},{path:"/assortment",component:u.a},{path:"/sortimentrix",component:u.a},{path:"/sortimentrix-nonbeer",component:u.a},{path:"/moresalecalc",component:v.a},{path:"/glas-diff",component:C.a},{path:"/planogram",component:h.a},{path:"/eksekvering",component:_.a},{path:"/placedashboard",component:f.a},{path:"/login",component:o.a},{path:"/channelselect",component:S.a},{path:"/ubcalc",component:x.a},{path:"/devzone",component:M.a}];n.a.use(s.a);var I={routes:z,mode:"history",base:"/cdk/"},H=new s.a(I);e.a=H},,function(t,e,i){function n(t){i(64)}var s=i(0)(i(32),i(84),n,null,null);t.exports=s.exports},function(t,e,i){i(1).register({carlsberg_icon:{width:16,height:16,viewBox:"0 0 45.6 42.3",data:'<path pid="0" class="st0" d="M25.2 8.5V3.7c0-2.5 1.3-3.7 3.7-3.7.6 0 .9.2.9.5s.3.5.9.5c1.9 1.9 4.4 2.2 7.5.9 3.1-1.3 5.3-.6 6.6 1.9 1.3 3.8 1 6-.9 6.6-2.5 2.5-3.4 5-2.8 7.5l-.9 1.9c0 1.9-1.6 2.2-4.7.9l-3.8-1.9c-1.2-1.3-2.5-.9-3.7.9 0 1.9.3 2.8.9 2.8l4.7 2.8c1.9.6 2.2 2.2 1 4.7l-1 .9v1c-2.5 1.2-4.4 3.1-5.6 5.6 0 3.1-1.6 4.7-4.7 4.7-2.5 0-4.4-1.6-5.6-4.7 0-2.5-1.6-4.4-4.7-5.6L11.1 30c-.6-1.9-.3-3.4.9-4.7l4.7-2.8c.6 0 1.1-.3 1.4-.9.3-.6.2-1.2-.5-1.9-.6-1.3-1.9-1.6-3.8-.9l-3.7 1.9c-2.5 1.3-4.1.9-4.7-.9-.6-.6-.9-1.3-.9-1.9 1.2-3.1.3-5.6-2.8-7.5-1.9-.6-2.2-2.8-1-6.6C2 1.2 3.9.6 6.4 1.9c3.8 1.2 6.6 1 8.5-.9l1.8-1c2.5 0 3.7 1.2 3.7 3.7v4.7c0 1.9.6 2.8 1.9 2.8 1.9.1 2.9-.9 2.9-2.7z"/>'}})},function(t,e,i){i(1).register({"ionicons/android-star-outline":{width:512,height:512,viewBox:"0 0 512 512",data:'<path pid="0" d="M458 210.409l-145.267-12.476L256 64l-56.743 133.934L54 210.409l110.192 95.524L131.161 448 256 372.686 380.83 448l-33.021-142.066L458 210.409zM272.531 345.286L256 335.312l-16.53 9.973-59.988 36.191 15.879-68.296 4.369-18.79-14.577-12.637-52.994-45.939 69.836-5.998 19.206-1.65 7.521-17.75 27.276-64.381 27.27 64.379 7.52 17.751 19.208 1.65 69.846 5.998-52.993 45.939-14.576 12.636 4.367 18.788 15.875 68.299-59.984-36.189z"/>'}})},function(t,e,i){i(1).register({"ionicons/eye":{width:512,height:512,viewBox:"0 0 512 512",data:'<path pid="0" d="M256 128c-81.9 0-145.7 48.8-224 128 67.4 67.7 124 128 224 128 99.9 0 173.4-76.4 224-126.6C428.2 198.6 354.8 128 256 128zm0 219.3c-49.4 0-89.6-41-89.6-91.3 0-50.4 40.2-91.3 89.6-91.3s89.6 41 89.6 91.3c0 50.4-40.2 91.3-89.6 91.3z"/><path pid="1" d="M256 224c0-7.9 2.9-15.1 7.6-20.7-2.5-.4-5-.6-7.6-.6-28.8 0-52.3 23.9-52.3 53.3s23.5 53.3 52.3 53.3 52.3-23.9 52.3-53.3c0-2.3-.2-4.6-.4-6.9-5.5 4.3-12.3 6.9-19.8 6.9-17.8 0-32.1-14.3-32.1-32z"/>'}})},function(t,e,i){i(1).register({"linearicons/arrow-right":{width:20,height:20,viewBox:"0 0 20 20",data:'<path pid="0" d="M19.354 10.146l-6-6a.5.5 0 0 0-.707.707l5.146 5.146H1.5a.5.5 0 0 0 0 1h16.293l-5.146 5.146a.5.5 0 0 0 .708.707l6-6a.5.5 0 0 0 0-.707z"/>'}})},function(t,e,i){i(1).register({"linearicons/arrow-up":{width:20,height:20,viewBox:"0 0 20 20",data:'<path pid="0" d="M9.146.646l-6 6a.5.5 0 0 0 .707.707l5.146-5.146V18.5a.5.5 0 0 0 1 0V2.207l5.146 5.146a.5.5 0 0 0 .707-.708l-6-6a.5.5 0 0 0-.707 0z"/>'}})},function(t,e,i){i(1).register({"linearicons/checkmark-circle":{width:20,height:20,viewBox:"0 0 20 20",data:'<path pid="0" d="M9.5 20c-2.538 0-4.923-.988-6.718-2.782S0 13.038 0 10.501c0-2.538.988-4.923 2.782-6.718S6.962 1 9.5 1c2.538 0 4.923.988 6.718 2.783S19 7.963 19 10.501s-.988 4.923-2.782 6.717A9.438 9.438 0 0 1 9.5 20zm0-18C4.813 2 1 5.813 1 10.5S4.813 19 9.5 19s8.5-3.813 8.5-8.5S14.187 2 9.5 2z"/><path pid="1" d="M7.5 14.5a.502.502 0 0 1-.354-.146l-3-3a.5.5 0 0 1 .707-.707l2.646 2.646 6.646-6.646a.5.5 0 0 1 .707.707l-7 7a.498.498 0 0 1-.354.146z"/>'}})},function(t,e,i){i(1).register({"linearicons/magnifier":{width:20,height:20,viewBox:"0 0 20 20",data:'<path pid="0" d="M18.869 19.162l-5.943-6.484A7.448 7.448 0 0 0 15.001 7.5c0-2.003-.78-3.887-2.197-5.303S9.504 0 7.501 0 3.614.78 2.198 2.197.001 5.497.001 7.5s.78 3.887 2.197 5.303S5.498 15 7.501 15a7.441 7.441 0 0 0 4.688-1.645l5.943 6.483a.497.497 0 0 0 .707.031.5.5 0 0 0 .031-.706zM1 7.5C1 3.916 3.916 1 7.5 1S14 3.916 14 7.5 11.084 14 7.5 14 1 11.084 1 7.5z"/>'}})},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=i(12),s=i(19),a=i(21),o=i.n(a),c=i(20),r=i.n(c),l=i(1),u=i.n(l);n.a.config.productionTip=!1,n.a.use(r.a),n.a.use(u.a,{tagName:"svgicon"}),window.eventBus=new n.a,new n.a({el:"#app",router:s.a,render:function(t){return t(o.a)},mounted:function(){this.$nextTick(function(){})}})},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={name:"swiper-slide",data:function(){return{slideClass:"swiper-slide"}},ready:function(){this.update()},mounted:function(){this.update(),this.$parent.options.slideClass&&(this.slideClass=this.$parent.options.slideClass)},updated:function(){this.update()},attached:function(){this.update()},methods:{update:function(){this.$parent&&this.$parent.swiper&&this.$parent.swiper.update&&(this.$parent.swiper.update(!0),this.$parent.options.loop&&this.$parent.swiper.reLoop())}}}},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n="undefined"!=typeof window;n&&(window.Swiper=i(17),i(63)),e.default={name:"swiper",props:{options:{type:Object,default:function(){return{autoplay:3500}}}},data:function(){return{defaultSwiperClasses:{wrapperClass:"swiper-wrapper"}}},ready:function(){!this.swiper&&n&&(this.swiper=new Swiper(this.$el,this.options))},mounted:function(){var t=this,e=function(){if(!t.swiper&&n){delete t.options.notNextTick;var e=!1;for(var i in t.defaultSwiperClasses)t.defaultSwiperClasses.hasOwnProperty(i)&&t.options[i]&&(e=!0,t.defaultSwiperClasses[i]=t.options[i]);var s=function(){t.swiper=new Swiper(t.$el,t.options)};e?t.$nextTick(s):s()}};this.options.notNextTick?e():this.$nextTick(e)},updated:function(){this.swiper&&this.swiper.update()},beforeDestroy:function(){this.swiper&&(this.swiper.destroy(),delete this.swiper)}}},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=i(3),s=i.n(n),a=i(13),o=i(18),c=i.n(o),r=i(76),l=i.n(r),u=i(78),d=i.n(u),v=i(72),p=i.n(v),h=i(8);i.n(h);e.default={components:{Leftnavbar:p.a,Topbar:d.a,Login:c.a,Rightmenu:l.a},name:"app",data:function(){return{globals:a.a,small_spinner:!1,bigSpinner:!1}},computed:{screen:function(){return this.$route.path.split("/")[1]},appElementClasses:function(){var t={};return t["screen_"+this.screen]=!0,t.alive=!0,t}},methods:{talk:function(){alert("app talkin at yu")},toggleRightMenuActive:function(t){void 0===t&&(t=!this.globals.rightMenuActive),console.log(t),this.globals.rightMenuActive=t},goto:function(t){this.$router.push(t),this.microSpinIt(500)},checkLocalStoredLogin:function(){return!!localStorage.getItem("cdk_loggedInUser")},loadCMSdata:function(){a.a.debug&&console.log("> loading cms");var t=s.a,e=this;t.get(e.globals.apiUrl+"cms/load_data",function(t){e.globals.cmsData=t,e.onCmsDataLoaded()})},onCmsDataLoaded:function(){a.a.debug&&console.log("> cms data loaded"),this.clientVisit_retrieveList()},clientVisit_retrieveList:function(t,e){var i=s.a,n=this,t={a:"b"};i.post(a.a.apiUrl+"client_visit/retrieve_list",t,function(t){a.a.clientVisits=t,n.microSpinner(!1,700),e&&e()})},clientVisit_retrieveSingle:function(t,e){this.microSpinner(!0);var i=this;$.post(this.apiUrl+"client_visit/retrieve_single",t,function(t){console.log(t),i.microSpinner(!1)})},clientVisit_createNew:function(t,e){this.microSpinner(!0);var i=this;$.post(this.apiUrl+"client_visit/create_new",t,function(e){t.id=e.insert_id,i.clientVisits.push(t),i.microSpinner(!1,700)})},clientVisit_updateExisting:function(t){this.microSpinner(!0);var e={},i=this;$.post(this.apiUrl+"client_visit/update_existing",e,function(t){console.log(t),i.msg("client_visit/update_existing"),i.microSpinner(!1)})},clientsdoApiSearch:function(){this.microSpinner(!0);var t={search_string:this.clientSearchString},e=this;$.post(this.apiUrl+"clients/retrieve_list_by_search",t,function(t){t.status&&"error"==t.status||(e.clientsSearchedIn=t,e.microSpinner(!1))})},msg:function(t){var e=s.a;e("#msg-dimmer").removeClass("hide"),e("body").append('<div class="site-msg">'+t+"</div>")},killMsg:function(){var t=s.a;t("#msg-dimmer").addClass("hide"),t(".site-msg").remove()},menubtnClick:function(){this.rightMenuActive=!0},userDoLogout:function(){this.goto("login"),this.globals.loggedInUser=void 0,localStorage.removeItem("cdk_loggedInUser")},flashDoneSignal:function(){a.a.showingDoneSignal=!0,setTimeout(function(){a.a.showingDoneSignal=!1},900)},spinner:function(t,e){a.a.blockingSpinner=!0,void 0==e&&(e=0),setTimeout(function(){a.a.blockingSpinner=t},e)},microSpinner:function(t,e){void 0==e&&(e=0),setTimeout(function(){a.a.microSpinner=t},e)},microSpinIt:function(t){a.a.microSpinner=!0,a.a.microSpinner=!0,setTimeout(function(){a.a.microSpinner=!1},t)}},created:function(){var t=this,e=s.a;if(eventBus.$on("goto",function(e){t.goto(e)}),eventBus.$on("msg",function(e){t.msg(e)}),eventBus.$on("userDoLogout",function(){t.userDoLogout()}),eventBus.$on("loadCMSdata",function(){t.loadCMSdata()}),eventBus.$on("microSpinIt",function(e){t.microSpinIt(e)}),setTimeout(function(){e("#app").addClass("alive"),e("body").addClass("html5-loaded")},0),this.checkLocalStoredLogin()){var i=localStorage.getItem("cdk_loggedInUser");i=JSON.parse(i),this.globals.loggedInUser=i,this.loadCMSdata()}else this.goto("login")}}},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=i(9);e.default={name:"avatar",props:["input"],methods:{getColor:function(){if(this.input)return this.input.color?this.input.color:n.a.getColorByString(this.getInitials())},getInitials:function(){return n.a.getItemInitials(this.input)},getStyling:function(){return{"background-color":this.getColor(),color:"white"}}}}},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=i(24),s=(i.n(n),i(23)),a=(i.n(s),i(27)),o=(i.n(a),i(26));i.n(o);e.default={name:"brandvisibility",components:{},data:function(){var t=this;return{globals:this.$parent.globals,carlsbergOrCola:globals.execution.carlsbergOrCola,activeSlideIndex:globals.execution.activeSlideIndex,activeHotspotIndex:void 0,swiperOption:{setWrapperSize:!1,speed:300,loop:!1,effect:"slide",threshold:4,keyboardControl:!0,observeParents:!0,onSlideChangeEnd:function(e){t.activeSlideIndex=e.realIndex,globals.execution.activeSlideIndex=t.activeSlideIndex}}}},computed:{slides:function(){return this.getSlides()},activeHotspot:function(){if(void 0!=this.activeHotspotIndex){return this.slides[this.activeSlideIndex].hotspots[this.activeHotspotIndex]}}},methods:{getSlides:function(){var t=[],e=this.globals.activeChannel;if(!e||!e.brandvis_slides)return t;for(var i in e.brandvis_slides)if((580!=e.id||"cola"!=this.globals.execution.carlsbergOrCola||0!=i&&1!=i)&&(580!=e.id||"carlsberg"!=this.globals.execution.carlsbergOrCola||2!=i&&3!=i)){var n=e.brandvis_slides[i],s=this.globals.cmsData.brandvis_slides[n];s&&t.push(s)}return t},hotspot_toggleChecked:function(){var t=this.activeHotspot;void 0==t.isChecked&&(t.isChecked=!1),t.isChecked=!t.isChecked},swipeTo:function(t){this.$refs.mySwiper.swiper.slideTo(t),this.activeSlideIndex=t,globals.execution.activeSlideIndex=this.activeSlideIndex,this.activeHotspotIndex=void 0},slideStyle:function(t){return{"background-image":"url("+t.bgimg+")"}},hotspotStyle:function(t){var e=t.x-t.w/2,i=t.y-t.h/2;return{width:t.w+"%",height:t.h+"%",left:e+"%",top:i+"%","background-image":"url("+t.img+")"}}},mounted:function(){this.globals.activeChannel||(console.log("no-channel"),this.globals.gohereAfterChannelSelect="/eksekvering",this.$router.push("/channelselect"))}}},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={name:"channelselect",components:{},data:function(){return{globals:this.$parent.globals,cmsData:globals.cmsData,togglerMode:1}},methods:{setChannel:function(t){var e=globals.cmsData.channels[t];globals.activeChannel=e,this.$router.push(globals.gohereAfterChannelSelect),globals.gohereAfterChannelSelect=void 0}}}},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={name:"devzone",components:{},data:function(){return{globals:this.$parent.globals}},methods:{native_forceUpdateApp:function(){alert("download plz")},nativeTestPlayground:function(){window.location.reload()}}}},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=i(3),s=i.n(n),a=i(9);e.default={name:"glasdifcalc",components:{},data:function(){return{globals:this.$parent.globals,productId1:"empty",productId2:"empty",productId3:"empty",glassSize1:50,glassSize2:50,glassSize3:50,literDiscount1:0,literDiscount2:0,literDiscount3:0,salePrice1:50,salePrice2:50,salePrice3:50}},computed:{cmsData:function(){return this.globals.cmsData},product1:function(){var t={title:"no product"};return producs_ids[0],t},product2:function(){var t={title:"no product"};return producs_ids[0],t},product3:function(){var t={title:"no product"};return producs_ids[0],t}},methods:{getSlotProduct:function(t){return t},onProductChange:function(t,e){var i=s.a,n=i(t.target).val();this.product_ids[e]=n},setGlassSize:function(t,e){var i=s.a,n=i(t.target).val();this.glass_sizes[e]=n},calcEarning:function(t){var e=this.product_ids[t];if(!e)return 0;var i=this.cmsData.products[e],n=this.glass_sizes[t],s=1.25*i.unit_price,a=1.25*this.liter_discounts[t],o=this.sale_prices[t],c=o/n*100,r=s;return r-=a,c-r},kr2:function(t){return a.a.outputMoney(t)}}}},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=(i(9),i(4)),s=(i.n(n),i(5)),a=(i.n(s),i(6)),o=(i.n(a),i(7)),c=(i.n(o),i(25)),r=(i.n(c),i(28));i.n(r);e.default={name:"home",components:{},globals:window.globals,data:function(){return{loggedInUser:{},clientSearchString:void 0}},computed:{clientsSearchedIn:function(){}},methods:{gotoAfterChannelSelect:function(){},goto:function(t){this.$router.push(t)},clickClient:function(t){},clientsdoApiSearch:function(){}}}},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=i(66),s=i.n(n),a=i(3),o=i.n(a),c=i(4),r=(i.n(c),i(5)),l=(i.n(r),i(6)),u=(i.n(l),i(7));i.n(u);e.default={name:"leftnavbar",components:{Avatar:s.a},data:function(){return{app:window.globalAppData,spinner:!1,bigSpinner:!1,globals:globals,submenu:void 0}},computed:{activeChannel:function(){return this.globals.activeChannel},activeClient:function(){return{title:"Kunde-navn"}},screen:function(){return this.$route.path.split("/")[1]}},methods:{gotoChannelSelect:function(){var t=this.screen;this.globals.gohereAfterChannelSelect=t,this.goto("/channelselect")},toggleSubmenu:function(t){this.submenu==t?this.submenu=void 0:this.submenu=t},goto:function(t){eventBus.$emit("goto",t);var e=this;setTimeout(function(){e.submenu=void 0},0)},getActiveChannel:function(){return{title:"Kanal"}},getInitials:function(t){return t?t[0]:""},menuItemActive:function(t,e){if(t==this.submenu)return!0;if(t==this.screen)return!0;if(e)for(var i in e)if(e[i]==this.screen)return!0;return!1},doTheRipple:function(t){var e=o.a,i=t.offsetX,n=t.offsetY,s={top:n+"px",left:i+"px"},a=e(t.target);a.addClass("ripple").find(".r").css(s),setTimeout(function(){a.removeClass("ripple")},500)},incrementGlobalCount:function(){globals.count++},logOut:function(){auth.logout()}}}},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=i(48),s=i.n(n),a=i(3),o=i.n(a),c=i(13),r=i(22),l=(i.n(r),i(8)),u=(i.n(l),i(4)),d=(i.n(u),i(5)),v=(i.n(d),i(6)),p=(i.n(v),i(7));i.n(p);e.default={name:"login",data:function(){return{globals:this.$parent.globals,forgotPassMode:!1,login_pwd:void 0,login_user:void 0,password_reset_email:void 0,feedback:void 0}},methods:{userDoLogin:function(){i=o.a,c.a.blockingSpinner=!0;var t={a:i("#login_username").val(),b:i("#login_password").val()};t.a=btoa(t.a),t.b=btoa(t.b);var e=this;return void i.post(this.globals.apiUrl+"auth/login",t,function(t){c.a.blockingSpinner=!1,t.errors&&t.errors.incorrect_password&&e.msg(t.errors.incorrect_password),!t.errors&&t.id&&(c.a.loggedInUser=t,localStorage.setItem("cdk_loggedInUser",s()(t)),e.goto("home"),e.loadCMSdata())});var i,t},loadCMSdata:function(){eventBus.$emit("loadCMSdata")},msg:function(t){eventBus.$emit("msg",t)},goto:function(t){this.$router.push(t)},onLoginSuccess:function(t){this.globals.userData=t,localStorage.setItem("cdk_loggedInUser",s()(t)),this.$router.push("home")},forgotPass:function(){}},components:{}}},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={name:"moresalecalc",components:{},data:function(){return{globals:this.$parent.globals}},methods:{flipFlippa:function(){this.globals.flippa=!this.globals.flippa}}}},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={name:"placedashboard",components:{},data:function(){return{globals:this.$parent.globals}},methods:{}}},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={name:"planogram",components:{},data:function(){return{globals:this.$parent.globals}},methods:{userDoLogout:function(){eventBus.$emit("userDoLogout")}}}},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={name:"rightmenu",components:{},data:function(){return{globals:this.$parent.globals}},computed:{rightMenuActive:function(){return this.globals.rightMenuActive}},methods:{goToAdmin:function(){},client_logOut:function(){},gotoAfterChannelSelect:function(){},goto:function(t){this.globals.rightMenuActive=!1,this.$router.push(t)},msg:function(t){eventBus.$emit("msg",t)},logout:function(){eventBus.$emit("userDoLogout")}}}},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={name:"sortiment",components:{},data:function(){return{globals:this.$parent.globals}},computed:{cmsData:function(){return this.globals.cmsData},categories:function(){var t=[],e=this.cmsData.productcats,i=this.cmsData.sortimentrix_cats.beer;for(var n in i){var s=i[n],a=e[s.id];(s.subcat1_id||s.subcat2_id||s.subcat3_id)&&(a.subcats=[],s.subcat1_id&&e[s.subcat1_id]&&a.subcats.push(e[s.subcat1_id]),s.subcat2_id&&e[s.subcat2_id]&&a.subcats.push(e[s.subcat2_id]),s.subcat3_id&&e[s.subcat3_id]&&a.subcats.push(e[s.subcat3_id])),t.push(a)}return t},categories_nonbeer:function(){var t=[],e=this.cmsData.productcats,i=this.cmsData.sortimentrix_cats.nonbeer;for(var n in i){var s=i[n],a=e[s.id];t.push(a)}return t}},methods:{}}},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=i(8);i.n(n);e.default={name:"topbar",components:{},data:function(){return{app:window.globalAppData,globals:globals,spinner:!1,bigSpinner:!1}},computed:{screen:function(){return this.$route.path.split("/")[1]},screenTitle:function(){var t="Porteføljeguiden";return t}},methods:{setView:function(t){this.$router.push(t)},getRouteParam:function(t){return this.$route.path.split("/")[t]},setCarlsbergCola:function(t){globals.execution.carlsbergOrCola=t,window.globals.execution.carlsbergOrCola=t},isProject:function(){var t=this.$route.path.split("/")[1];return"projects"==t||"project"==t},incrementGlobalCount:function(){globals.count++},logOut:function(){auth.logout()}}}},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={name:"ubcalc",components:{},data:function(){return{globals:this.$parent.globals}},methods:{flipFlippa:function(){this.globals.flippa=!this.globals.flippa}}}},,,,,,,,,,,,,,,,function(t,e){},function(t,e){},function(t,e){},function(t,e,i){function n(t){i(65)}var s=i(0)(i(33),i(89),n,null,null);t.exports=s.exports},function(t,e,i){var n=i(0)(i(34),i(90),null,null,null);t.exports=n.exports},function(t,e,i){var n=i(0)(i(35),i(99),null,null,null);t.exports=n.exports},function(t,e,i){var n=i(0)(i(36),i(87),null,null,null);t.exports=n.exports},function(t,e,i){var n=i(0)(i(37),i(86),null,null,null);t.exports=n.exports},function(t,e,i){var n=i(0)(i(38),i(94),null,null,null);t.exports=n.exports},function(t,e,i){var n=i(0)(i(39),i(83),null,null,null);t.exports=n.exports},function(t,e,i){var n=i(0)(i(41),i(98),null,null,null);t.exports=n.exports},function(t,e,i){var n=i(0)(i(42),i(95),null,null,null);t.exports=n.exports},function(t,e,i){var n=i(0)(i(43),i(85),null,null,null);t.exports=n.exports},function(t,e,i){var n=i(0)(i(44),i(88),null,null,null);t.exports=n.exports},function(t,e,i){var n=i(0)(i(45),i(91),null,null,null);t.exports=n.exports},function(t,e,i){var n=i(0)(i(46),i(92),null,null,null);t.exports=n.exports},function(t,e,i){var n=i(0)(i(47),i(93),null,null,null);t.exports=n.exports},function(t,e,i){var n=i(0)(i(30),i(97),null,null,null);t.exports=n.exports},function(t,e,i){var n=i(0)(i(31),i(82),null,null,null);t.exports=n.exports},function(t,e){t.exports={render:function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"swiper-container"},[t._t("parallax-bg"),t._v(" "),i("div",{class:t.defaultSwiperClasses.wrapperClass},[t._t("default")],2),t._v(" "),t._t("pagination"),t._v(" "),t._t("button-prev"),t._v(" "),t._t("button-next"),t._v(" "),t._t("scrollbar")],2)},staticRenderFns:[]}},function(t,e,i){t.exports={render:function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{attrs:{id:"leftnavbar"}},[i("div",{staticClass:"link",class:{active:t.menuItemActive("assortments",["sortimentrix","sortimentrix-nonbeer"])},on:{click:function(e){t.toggleSubmenu("assortments")},mousedown:function(e){t.doTheRipple(e)}}},[i("svgicon",{attrs:{icon:"bigicon4"}}),t._v("\n\t\tSortiment\n\t\t"),t._m(0),t._v(" "),"assortments"==t.submenu?i("div",{staticClass:"submenu"},[i("div",{staticClass:"sublink",class:{active:t.menuItemActive("sortimentrix")},on:{click:function(e){t.goto("/sortimentrix")}}},[t._v("Beer")]),t._v(" "),i("div",{staticClass:"sublink",class:{active:t.menuItemActive("sortimentrix-nonbeer")},on:{click:function(e){t.goto("/sortimentrix-nonbeer")}}},[t._v("Non-beer")])]):t._e()],1),t._v(" "),i("div",{staticClass:"link",class:{active:t.menuItemActive("eksekvering")},on:{click:function(e){t.goto("/eksekvering")},mousedown:function(e){t.doTheRipple(e)}}},[i("svgicon",{attrs:{icon:"bigicon1"}}),t._v("\n\t\tEksekvering\n\t\t"),t._m(1)],1),t._v(" "),i("div",{staticClass:"link",class:{active:t.menuItemActive("calculators",["moresalecalc","ubcalc","glassdiffcalc","flaskfadcalc"])},on:{click:function(e){t.toggleSubmenu("calculators")},mousedown:function(e){t.doTheRipple(e)}}},[i("svgicon",{attrs:{icon:"bigicon2"}}),t._v("\n\t\tBeregnere\n\t\t"),t._m(2),t._v(" "),"calculators"==t.submenu?i("div",{staticClass:"submenu"},[i("div",{staticClass:"sublink",class:{active:t.menuItemActive("moresalecalc")},on:{click:function(e){t.goto("/moresalecalc")}}},[t._v("Merindtjening")]),t._v(" "),i("div",{staticClass:"sublink",class:{active:t.menuItemActive("ubcalc")},on:{click:function(e){t.goto("/ubcalc")}}},[t._v("U/B kasser")]),t._v(" "),i("div",{staticClass:"sublink",class:{active:t.menuItemActive("glassdiffcalc")},on:{click:function(e){t.goto("/glassdiffcalc")}}},[t._v("Glas-diff")]),t._v(" "),t._e()]):t._e()],1),t._v(" "),i("div",{staticClass:"link",class:{active:t.menuItemActive("planogram")},on:{click:function(e){t.goto("/planogram")},mousedown:function(e){t.doTheRipple(e)}}},[i("svgicon",{attrs:{icon:"bigicon3"}}),t._v("\n\t\tPlanogram\n\t\t"),t._m(3)],1),t._v(" "),(t.activeClient,t._e()),t._v(" "),t.activeChannel?i("div",{staticClass:"logged-in-btn channel-logged-in-btn",on:{click:function(e){t.gotoChannelSelect()}}},[i("div",{staticClass:"avatar",attrs:{"c-bind:style":"getAvatarStyle(activeChannel.title)"}},[t._v(t._s(t.getInitials(t.activeChannel.title)))]),t._v(" "),i("div",{staticClass:"title"},[t._v(t._s(t.activeChannel.title))])]):t._e(),t._v(" "),t._e()])},staticRenderFns:[function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"rippler"},[i("div",{staticClass:"r"})])},function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"rippler"},[i("div",{staticClass:"r"})])},function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"rippler"},[i("div",{staticClass:"r"})])},function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"rippler"},[i("div",{staticClass:"r"})])}]}},function(t,e,i){t.exports={render:function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{class:t.appElementClasses,attrs:{id:"app"}},[t._e(),t._v(" "),i("topbar"),t._v(" "),[i("leftnavbar"),t._v(" "),i("router-view")],t._v(" "),t.globals.blockingSpinner?i("div",{attrs:{id:"spindimmer",_class:"hide"}},[i("div",{attrs:{id:"spinner"}})]):t._e(),t._v(" "),i("div",{staticClass:"hide",attrs:{id:"done-signal"}}),t._v(" "),t.globals.microSpinner?i("div",{attrs:{id:"microspinner"}}):t._e(),t._v(" "),i("div",{staticStyle:{display:"none"},attrs:{id:"dimmer"}}),t._v(" "),i("div",{staticClass:"hide",attrs:{id:"msg-dimmer"},on:{click:t.killMsg}}),t._v(" "),t._m(0),t._v(" "),t.globals.loggedInUser?i("div",{staticClass:"topbarbtn",attrs:{id:"homebtn"},on:{click:function(e){t.goto("home")}}},[i("svgicon",{attrs:{icon:"carlsberg_logo"}})],1):t._e(),t._v(" "),i("div",{attrs:{id:"profilebtn"},on:{click:function(e){t.screen="myprofile"}}},[i("span",{staticClass:"icon"},[t._v("")])]),t._v(" "),i("div",{class:{active:t.globals.rightMenuActive},attrs:{id:"menudimmer"},on:{click:function(e){t.toggleRightMenuActive(!1)}}}),t._v(" "),t.globals.loggedInUser?i("div",{attrs:{id:"menubtn"},on:{click:function(e){t.toggleRightMenuActive()}}},[i("span"),i("span"),i("span")]):t._e(),t._v(" "),i("rightmenu")],2)},staticRenderFns:[function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{attrs:{id:"progressbar"}},[i("div")])}]}},function(t,e){t.exports={render:function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"screen",attrs:{id:"screen_planogram"}},[i("h1",[t._v("Planogram")]),t._v(" "),i("p",[t._v("Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ab laudantium animi odio ex, repudiandae quaerat aliquid fugit sunt tenetur fugiat quo reprehenderit tempora nihil blanditiis qui quidem nisi, soluta magnam.")]),t._v(" "),i("p",[t._v("loggedInUser:")]),t._v("\n\n "+t._s(t.globals.userData)+"\n\n "+t._s(t.globals.cmsData)+"\n\n "),i("p",{on:{click:function(e){t.userDoLogout()}}},[t._v("userDoLogout")])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"view",attrs:{id:"glasdifcalc"}},[i("table",{attrs:{id:"glassdiff_table"}},[i("tr",[i("td",{staticClass:"sel1"}),t._v(" "),t._l([1,2,3],function(e,n,s){return i("td",{staticClass:"sel1"},[i("select",{staticClass:"productSel",on:{change:function(i){t.onProductChange(i,this,"productId"+e)}}},[i("option",{attrs:{value:"empty"}},[t._v("Vælg produkt...")]),t._v(" "),t._l(t.cmsData.products,function(n){return"tap"==n.packagetype?i("option",{domProps:{value:n.id,selected:t.getSlotProduct(e)&&n.id==t.getSlotProduct(e).id}},[t._v("\n \t\t\t\t\t"+t._s(n.title)+"\n \t\t\t\t")]):t._e()})],2)])})],2),t._v(" "),i("p",[t._v("The rest is missing for now")])])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"screen",attrs:{id:"screen_devzone"}},[i("h1",[t._v("DEV zone")]),t._v(" "),i("p",[t._v("\n Opdatér app'en\n "),i("b",{on:{click:function(e){t.native_forceUpdateApp()}}},[t._v("Klik her")])]),t._v(" "),i("p",[t._v("\n Platform / version:\n "),i("b",[t._v(t._s(t.globals.device.platform)+" "+t._s(t.globals.native_wrapper_loaded_html5_app_version))])]),t._v(" "),i("p",{on:{click:function(e){t.nativeTestPlayground()}}},[i("b",[t._v("Reload html document")])])])},staticRenderFns:[]}},function(t,e,i){t.exports={render:function(){var t=this,e=t.$createElement,i=t._self._c||e;return t.globals.loggedInUser?i("div",{class:{active:t.rightMenuActive},attrs:{id:"menu"}},[i("div",{staticClass:"link",on:{click:function(e){t.msg("Under udvikling")}}},[t._v("AM-konsulent")]),t._v(" "),i("div",{staticClass:"link",on:{click:function(e){t.msg("Under udvikling")}}},[t._v("Nyheder")]),t._v(" "),i("div",{staticClass:"link",on:{click:function(e){t.goto("myprofile")}}},[t._v("Min profil")]),t._v(" "),i("div",{staticClass:"link",on:{click:function(e){t.goto("devzone")}}},[t._v("DEV zone")]),t._v(" "),i("div",{staticClass:"divider"}),t._v(" "),i("div",{staticClass:"link",on:{click:function(e){t.gotoAfterChannelSelect("tapapp")}}},[t._v("Fadøl")]),t._v(" "),t._e(),t._v(" "),i("div",{staticClass:"link",on:{click:function(e){t.client_logOut()}}},[t._v("Skift kunde")]),t._v(" "),i("div",{staticClass:"divider"}),t._v(" "),i("div",{staticClass:"link",on:{click:function(e){t.goToAdmin()}}},[t._v("Gå til admin")]),t._v(" "),i("div",{staticClass:"link",on:{click:function(e){t.logout()}}},[t._v("Logud")])],2):t._e()},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this,e=t.$createElement;return(t._self._c||e)("div",{staticClass:"avatar",style:t.getStyling()},[t._v("\n\t "+t._s(t.getInitials())+"\n ")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"screen",attrs:{id:"screen_brandvisibility"}},[i("swiper",{ref:"mySwiper",attrs:{options:t.swiperOption}},t._l(t.slides,function(e,n){return i("swiper-slide",{key:n},[i("div",{staticClass:"bg",style:t.slideStyle(e)}),t._v(" "),i("div",{staticClass:"hotspots"},t._l(e.hotspots,function(e,n){return i("div",{staticClass:"hotspot",style:t.hotspotStyle(e),on:{click:function(e){t.activeHotspotIndex=n}}})}))])})),t._v(" "),t.globals.activeChannel?i("div",{staticClass:"swiper-pagination"},t._l(t.slides,function(e,n){return i("div",{key:n,staticClass:"paginate-btn",class:{active:n==t.activeSlideIndex,nosubtitle:!e.subtitle},attrs:{"data-cat":e.category},on:{click:function(e){t.swipeTo(n)}}},["cat1"==e.category?i("div",{staticClass:"icon"},[i("svgicon",{attrs:{icon:"ionicons/eye"}})],1):t._e(),t._v(" "),"cat2"==e.category?i("div",{staticClass:"icon"},[i("svgicon",{attrs:{icon:"ionicons/android-star-outline"}})],1):t._e(),t._v(" "),"cat1"==e.category?i("div",{staticClass:"category"},[t._v("Synlighed")]):t._e(),t._v(" "),"cat2"==e.category?i("div",{staticClass:"category"},[t._v("Aktivering")]):t._e(),t._v(" "),i("div",{staticClass:"subtitle"},[t._v(t._s(e.subtitle))])])})):t._e(),t._v(" "),t.activeHotspot?i("div",{staticClass:"hotspot-modal"},[i("div",{staticClass:"dimmer",on:{click:function(e){t.activeHotspotIndex=void 0}}}),t._v(" "),i("div",{staticClass:"popup"},[i("div",{staticClass:"img",style:{"background-image":"url("+t.activeHotspot.img+")"}}),t._v(" "),i("div",{staticClass:"scroller"},[i("div",{staticClass:"title"},[t._v(t._s(t.activeHotspot.title))]),t._v(" "),i("div",{staticClass:"text",domProps:{innerHTML:t._s(t.activeHotspot.text)}})]),t._v(" "),i("div",{staticClass:"checker",class:{active:t.activeHotspot.isChecked},on:{click:function(e){t.hotspot_toggleChecked()}}},[i("svgicon",{attrs:{icon:"linearicons/checkmark-circle"}})],1)])]):t._e(),t._v(" "),void 0==t.activeHotspotIndex?i("div",{staticClass:"no-hotspot-active"},[i("svgicon",{attrs:{icon:"linearicons/arrow-up"}}),t._v("\n Vælg element på billedet for at læse mere...\n ")],1):t._e()],1)},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"screen",attrs:{id:"screen_sortiment"}},[i("h1",[t._v("Sortimenasdt")]),t._v("\n\n "+t._s(t.categories_nonbeer)+"\n\n\n "),i("p",[t._v("Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ab laudantium animi odio ex, repudiandae quaerat aliquid fugit sunt tenetur fugiat quo reprehenderit tempora nihil blanditiis qui quidem nisi, soluta magnam.")])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this,e=t.$createElement,i=t._self._c||e;return t.globals.loggedInUser?i("div",{attrs:{id:"topbar"}},[i("div",{attrs:{id:"screen-title"}},[t._v(t._s(t.screenTitle))]),t._v(" "),"eksekvering"==t.screen&&580==t.globals.activeChannel.id&&t.globals.execution.activeSlideIndex<2?[i("div",{staticClass:"switch-toggler topbar-green mode1",class:{mode1:"carlsberg"==t.globals.execution.carlsbergOrCola,mode2:"cola"==t.globals.execution.carlsbergOrCola},attrs:{id:"colacarlsberg-toggler"}},[i("div",{staticClass:"toggler",on:{click:function(e){t.setCarlsbergCola("carlsberg")}}},[t._v("Carlsberg")]),t._v(" "),i("div",{staticClass:"toggler",on:{click:function(e){t.setCarlsbergCola("cola")}}},[t._v("Cola")]),t._v(" "),i("div",{staticClass:"marker"})])]:t._e()],2):t._e()},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this,e=t.$createElement;t._self._c;return t._m(0)},staticRenderFns:[function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"screen",attrs:{id:"screen_ubcalc"}},[i("div",{attrs:{id:"ub_notes"}},[i("p",[t._v("Bemærk ved rabat pr. liter får kunden rabat på ALLE 0,33 cl. Ved U/B aftale gives der alene rabat på Grøn Tuborg ("),i("span",{staticStyle:{"line-height":"1.5"}},[t._v("64335")]),i("span",{staticStyle:{"line-height":"1.5"}},[t._v("), Carlsberg pilsner (")]),i("span",{staticStyle:{"line-height":"1.5"}},[t._v("64627")]),i("span",{staticStyle:{"line-height":"1.5"}},[t._v(") og Tuborg Classic (")]),i("span",{staticStyle:{"line-height":"1.5"}},[t._v("64336")]),i("span",{staticStyle:{"line-height":"1.5"}},[t._v(").")])]),t._v(" "),i("p",[t._v("Modsat er rabat pr. liter udregnet ud fra pris på pilsner og ikke Classic.")])]),t._v(" "),i("table",{attrs:{id:"ub_table"}},[i("tr",{staticClass:"expla"},[i("td",{staticStyle:{width:"14%"}}),t._v(" "),i("td",{staticStyle:{width:"9%"}},[t._v("Antal")]),t._v(" "),i("td",{staticStyle:{width:"4%"}}),t._v(" "),i("td",{staticStyle:{width:"9%"}},[t._v("Antal")]),t._v(" "),i("td",{staticStyle:{width:"16%"}},[t._v("Listepris")]),t._v(" "),i("td",{staticStyle:{width:"12%"}},[t._v("Rabat %")]),t._v(" "),i("td",{staticStyle:{width:"12%"}},[t._v("Rabat pr. enhed")]),t._v(" "),i("td",{staticStyle:{width:"12%"}},[t._v("Ny enhedspris")]),t._v(" "),i("td",{staticStyle:{width:"12%"}},[t._v("Rabat pr. liter")])]),t._v(" "),i("tr",[i("td",[t._v("Ekskl. moms")]),t._v(" "),i("td",[i("input",{attrs:{id:"ub_exvat_no1",type:"number",placeholder:"-"}})]),t._v(" "),i("td",[t._v(" på ")]),t._v(" "),i("td",[i("input",{attrs:{id:"ub_exvat_no2",type:"number",placeholder:"-"}})]),t._v(" "),i("td",[t._v("kr. "),i("input",{attrs:{id:"ub_exvat_listprice",type:"number",placeholder:"-"}})]),t._v(" "),i("td",[i("span",{staticClass:"setval",attrs:{id:"ub_exvat_discountpct"}},[t._v("-")]),t._v(" %")]),t._v(" "),i("td",[t._v("kr. "),i("span",{staticClass:"setval",attrs:{id:"ub_exvat_discountkr"}},[t._v("-")])]),t._v(" "),i("td",[t._v("kr. "),i("span",{staticClass:"setval",attrs:{id:"ub_exvat_newpriceunit"}},[t._v("-")])]),t._v(" "),i("td",[t._v("kr. "),i("span",{staticClass:"setval",attrs:{id:"ub_exvat_discountliter"}},[t._v("-")])])]),t._v(" "),i("tr",[i("td",[t._v("Inkl. moms")]),t._v(" "),i("td",[i("input",{attrs:{id:"ub_incvat_no1",type:"number",placeholder:"-"}})]),t._v(" "),i("td",[t._v(" på ")]),t._v(" "),i("td",[i("input",{attrs:{id:"ub_incvat_no2",type:"number",placeholder:"-"}})]),t._v(" "),i("td",[t._v("kr. "),i("input",{attrs:{id:"ub_incvat_listprice",type:"number",placeholder:"-"}})]),t._v(" "),i("td",[i("span",{staticClass:"setval",attrs:{id:"ub_incvat_discountpct"}},[t._v("-")]),t._v(" %")]),t._v(" "),i("td",[t._v("kr. "),i("span",{staticClass:"setval",attrs:{id:"ub_incvat_discountkr"}},[t._v("-")])]),t._v(" "),i("td",[t._v("kr. "),i("span",{staticClass:"setval",attrs:{id:"ub_incvat_newpriceunit"}},[t._v("-")])]),t._v(" "),i("td",[t._v("kr. "),i("span",{staticClass:"setval",attrs:{id:"ub_incvat_discountliter"}},[t._v("-")])])])])])}]}},function(t,e){t.exports={render:function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"screen",attrs:{id:"screen_home"}},[i("div",{staticClass:"bigbtns"},[i("div",{staticClass:"bigbtn",style:{"animation-delay":parseInt(500*Math.random())+"ms","animation-duration":parseInt(1e3*Math.random())+"ms"},on:{click:function(e){t.gotoAfterChannelSelect("sortimentrix")}}},[i("div",{staticClass:"svg-icon"},[i("svgicon",{attrs:{icon:"bigicon4"}})],1),t._v(" "),i("div",{staticClass:"title"},[t._v("Sortiment")])]),t._v(" "),i("div",{staticClass:"bigbtn",style:{"animation-delay":parseInt(500*Math.random())+"ms","animation-duration":parseInt(1e3*Math.random())+"ms"},on:{click:function(e){t.goto("eksekvering")}}},[i("div",{staticClass:"svg-icon"},[i("svgicon",{attrs:{icon:"bigicon1"}})],1),t._v(" "),i("div",{staticClass:"title"},[t._v("Eksekvering")])]),t._v(" "),i("div",{staticClass:"bigbtn",style:{"animation-delay":parseInt(500*Math.random())+"ms","animation-duration":parseInt(1e3*Math.random())+"ms"},on:{click:function(e){t.goto("calculators")}}},[i("div",{staticClass:"svg-icon"},[i("svgicon",{attrs:{icon:"bigicon2"}})],1),t._v(" "),i("div",{staticClass:"title"},[t._v("Beregnere")])]),t._v(" "),i("div",{staticClass:"bigbtn",style:{"animation-delay":parseInt(500*Math.random())+"ms","animation-duration":parseInt(1e3*Math.random())+"ms"},on:{click:function(e){t.goto("planogram")}}},[i("div",{staticClass:"svg-icon"},[i("svgicon",{attrs:{icon:"bigicon3"}})],1),t._v(" "),i("div",{staticClass:"title"},[t._v("Planogram")])])]),t._v(" "),i("div",{staticClass:"user-zone"},[i("div",{staticClass:"hello"},[t._v("Hej "+t._s(t.loggedInUser.nice_name))]),t._v(" "),i("div",{staticClass:"pick-custo"},[t._v("Vælg kunde")])]),t._v(" "),i("div",{staticClass:"pick-client-zone"},[i("div",{staticClass:"header"},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.clientSearchString,expression:"clientSearchString"}],staticClass:"searchey",attrs:{type:"text",placeholder:"Søg..."},domProps:{value:t.clientSearchString},on:{change:function(e){t.clientsdoApiSearch()},input:function(e){e.target.composing||(t.clientSearchString=e.target.value)}}}),t._v(" "),i("div",{staticClass:"client-searchbtn"},[i("svgicon",{attrs:{icon:"linearicons/magnifier"}})],1)]),t._v(" "),i("div",{staticClass:"clients-scroll-zone"},[i("div",{staticClass:"clients-list"},[t._l(t.clientsSearchedIn,function(e){return i("div",{staticClass:"client-line",on:{click:function(i){t.clickClient(e)}}},[t._v("\n\t\t\t\t\t"+t._s(e.name)+"\n\t\t\t\t\t"),i("div",{staticClass:"go-icon"},[i("svgicon",{attrs:{icon:"linearicons/arrow-right"}})],1)])}),t._v(" "),void 0==t.clientsSearchedIn?i("div",{staticClass:"search-here"},[t._v("\n\t\t\t\t\tSøg her\n\t\t\t\t")]):t._e(),t._v(" "),void 0!=t.clientsSearchedIn&&0==t.clientsSearchedIn.length?i("div",{staticClass:"none-found"},[t._v("\n\t\t\t\t\tIngen fundet\n\t\t\t\t")]):t._e()],2)])])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this,e=t.$createElement;t._self._c;return t._m(0)},staticRenderFns:[function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"view",attrs:{id:"placedashboard"}},[i("h1",[t._v("placedashboard")]),t._v(" "),i("p",[t._v("Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ab laudantium animi odio ex, repudiandae quaerat aliquid fugit sunt tenetur fugiat quo reprehenderit tempora nihil blanditiis qui quidem nisi, soluta magnam.")])])}]}},function(t,e){t.exports={render:function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"screen",attrs:{id:"screen_login"}},[i("div",{attrs:{id:"login_logo"}}),t._v(" "),i("div",{staticClass:"icons-logo"},[i("div",{staticClass:"carlsberg-icon"},[i("svgicon",{attrs:{icon:"carlsberg_icon"}})],1),t._v(" "),i("div",{staticClass:"carlsberg-logo"},[i("svgicon",{attrs:{icon:"carlsberg_logo"}})],1),t._v(" "),i("div",{staticClass:"title"},[t._v("Porteføljeguiden")]),t._v(" "),i("div",{staticClass:"icon"},[i("svgicon",{attrs:{icon:"bigicon1"}})],1),t._v(" "),i("div",{staticClass:"icon"},[i("svgicon",{attrs:{icon:"bigicon4"}})],1),t._v(" "),i("div",{staticClass:"icon"},[i("svgicon",{attrs:{icon:"bigicon3"}})],1),t._v(" "),i("div",{staticClass:"icon"},[i("svgicon",{attrs:{icon:"bigicon2"}})],1)]),t._v(" "),i("input",{attrs:{type:"text",id:"login_username",placeholder:"Brugernavn"}}),t._v(" "),i("input",{attrs:{type:"password",id:"login_password",placeholder:"Kodeord"}}),t._v(" "),i("div",{staticClass:"btn",attrs:{id:"login_go"},on:{click:function(e){t.userDoLogin()}}},[t._v("Log ind")])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this,e=t.$createElement;return(t._self._c||e)("div",{class:t.slideClass},[t._t("default")],2)},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"screen",attrs:{id:"screen_sortiment"}},[i("h1",[t._v("Moresalecalc")]),t._v(" "),i("p",{on:{click:t.flipFlippa}},[i("b",[t._v("Flippa:")]),t._v(" "+t._s(t.globals.flippa))]),t._v(" "),i("p",[t._v("Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ab laudantium animi odio ex, repudiandae quaerat aliquid fugit sunt tenetur fugiat quo reprehenderit tempora nihil blanditiis qui quidem nisi, soluta magnam.")])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"screen",attrs:{id:"screen_channelselect"}},[i("div",{attrs:{id:"channels"}},[t._l(t.cmsData.channels,function(e){return i("div",{staticClass:"channel",class:e.slug,style:{"animation-delay":parseInt(500*Math.random())+"ms","animation-duration":parseInt(1e3*Math.random())+"ms"},on:{click:function(i){t.setChannel(e.id)}}},[i("i",{staticClass:"fa fa-arrow-down hide"},[t._v(t._s(e.icon))]),t._v(" "),i("div",{staticClass:"title"},[t._v(t._s(e.title))])])}),t._v(" "),t._l({foodlet:"Food-led",entertainment:"Entertainment",eventsfestival:"Events/festival",theatrecinema:"Theatre/cinema",drinkingled:"Drinking-led",socialising:"Socialising",dancing:"Dancing"},function(e,n,s){return i("div",{staticClass:"marker",class:n,style:{"animation-delay":parseInt(500*Math.random())+"ms","animation-duration":parseInt(1e3*Math.random())+"ms"},on:{click:function(e){t.setChannel(t.channel.slug)}}},[t._v("\n \t\t"+t._s(e)+"\n \t")])})],2),t._v(" "),i("div",{staticClass:"switch-toggler bottombar-white",class:{mode1:1==t.togglerMode,mode2:!(2==t.togglerMode)},attrs:{id:"channel-realm-toggler"}},[i("div",{staticClass:"toggler",on:{click:function(e){t.togglerMode=2}}},[t._v("Kanaler")]),t._v(" "),i("div",{staticClass:"toggler",on:{click:function(e){t.togglerMode=1}}},[t._v("KAM-kunder")]),t._v(" "),i("div",{staticClass:"marker"})]),t._v(" "),i("div",{staticClass:"bottombar"})])},staticRenderFns:[]}}],[29]);
Add Comment
Please, Sign In to add comment